/* Charte du forum Ego Non */

.forum-intro-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}

.forum-charter-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border:1px solid rgba(80,65,55,.28);
  text-decoration:none;
  color:inherit;
  background:rgba(255,255,255,.45);
  transition:.18s ease;
}

.forum-charter-link:hover{
  background:rgba(255,255,255,.8);
}

.forum-charter-page{
  padding:54px 0 80px;
  font-family:Baskerville,"Libre Baskerville","Iowan Old Style",Georgia,serif;
}

.forum-charter-wrap{
  max-width:860px;
}

.forum-charter-breadcrumb{
  margin-bottom:30px;
  font-size:14px;
}

.forum-charter-breadcrumb a{
  color:inherit;
}

.forum-charter-head{
  margin-bottom:46px;
}

.forum-charter-head h1{
  margin:0 0 32px;
  font-size:clamp(36px,5vw,58px);
  line-height:1.04;
  font-weight:normal;
}

.forum-charter-milton{
  max-width:760px;
  margin:0;
  padding:28px 0 4px;
}

.forum-charter-milton blockquote{
  margin:0;
  font-family:Baskerville,"Libre Baskerville","Iowan Old Style",Georgia,serif;
  font-size:clamp(21px,2.5vw,29px);
  line-height:1.4;
  font-style:normal;
  font-weight:normal;
}



.forum-charter-quote-mark{
  font-style:normal;
}

.forum-charter-quote-text{
  font-style:italic;
}
.forum-charter-milton figcaption{
  margin-top:17px;
  font-size:18px;
  line-height:1.4;
}

.forum-charter-video{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  padding:12px 19px;
  background:#742735;
  color:#fff;
  text-decoration:none;
  border:0;
}

.forum-charter-body{
  font-size:18px;
  line-height:1.72;
}

.forum-charter-body > p{
  margin:0 0 22px;
}

.forum-charter-rule{
  margin:34px 0;
}

.forum-charter-rule h2{
  margin:0 0 9px;
  font-size:21px;
  line-height:1.3;
}

.forum-charter-rule p{
  margin:0;
}

.forum-charter-closing{
  margin-top:44px !important;
  padding-top:30px;
  border-top:1px solid rgba(70,55,45,.18);
  font-family:Baskerville,"Libre Baskerville","Iowan Old Style",Georgia,serif;
  font-size:21px;
}

.community-charter-note{
  margin-top:11px;
  font-size:12px;
  line-height:1.5;
  opacity:.72;
}

.community-charter-note a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media (max-width:700px){
  .forum-intro-actions{
    width:100%;
  }

  .forum-charter-page{
    padding-top:36px;
  }

  .forum-charter-head{
    margin-bottom:36px;
  }

  .forum-charter-body{
    font-size:17px;
  }
}
