#bbpress-forums {
  background-color: rgba(240, 240, 240, 0.8);
  padding: 5px; }

.forum-charter {
  background-color: #94A94C;
  color: #fff;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  clear: both;
  width: 100%;
  box-sizing: border-box; }
  .forum-charter h2 {
    margin: 0 0 1rem;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    color: white; }
  .forum-charter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.5rem; }
  .forum-charter li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1rem;
    width: 100%; }
  .forum-charter a {
    color: inherit;
    text-decoration: none; }
    .forum-charter a:hover, .forum-charter a:focus {
      text-decoration: none; }
  .forum-charter .forum-charter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    color: white; }
  .forum-charter .forum-charter__text {
    display: inline-block; }

#bbpress-forums .bbp-login-form .bbp-submit-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  #bbpress-forums .bbp-login-form .bbp-submit-wrapper .bbp-submit-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem; }
    #bbpress-forums .bbp-login-form .bbp-submit-wrapper .bbp-submit-actions .button {
      border-radius: 50px;
      padding: 0.6rem 1.6rem;
      font-weight: 600; }
    #bbpress-forums .bbp-login-form .bbp-submit-wrapper .bbp-submit-actions .button-secondary {
      background-color: #fff;
      color: #94A94C;
      border: 2px solid transparent; }
      #bbpress-forums .bbp-login-form .bbp-submit-wrapper .bbp-submit-actions .button-secondary:hover, #bbpress-forums .bbp-login-form .bbp-submit-wrapper .bbp-submit-actions .button-secondary:focus {
        background-color: transparent;
        color: #fff;
        border-color: #fff; }

body.custom-background {
  position: relative; }
  body.custom-background::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    background: rgba(255, 255, 255, 0.6);
    /* blanc 60% */
    z-index: 1; }
  body.custom-background > *:not(.offcanvas) {
    position: relative;
    z-index: 2; }

body.forum .header-wrapper {
  display: none !important; }

.hero-title {
  font-size: 2.5rem !important;
  color: #94A94C !important; }

#saluterre-emoji-grid-legacy::before {
  content: none;
  display: none; }

#page-top {
  z-index: 9999; }

.elementor-element-4356918 .bbp-search-form {
  display: none; }

body.bbpress .header-wrapper {
  display: none; }

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
  height: 40px; }

/*# sourceMappingURL=style-child.css.map */
