@charset "UTF-8";
/* GENERAL */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::after, ::before {
  box-sizing: inherit;
}

html, body {
  position: relative;
  overflow-x: hidden;
  font-family: "BR", sans-serif;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* BOUTON */
header.default .ariane span:not(:first-of-type) a, header.default .ariane .breadcrumb_last, .wp-element-button {
  background-color: var(--couleur-bouton);
  color: var(--texte-bouton);
  font-family: "BB";
  border-radius: 100px;
  padding: 12px 30px;
  cursor: pointer;
  text-transform: lowercase;
  font-size: 0.8em;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: all linear 0.1s;
}
header.default .ariane span:not(:first-of-type) a:hover, header.default .ariane .breadcrumb_last:hover, .wp-element-button:hover, header.default .ariane span:not(:first-of-type) a:focus, header.default .ariane .breadcrumb_last:focus, .wp-element-button:focus {
  background-color: var(--hover-bouton);
  color: var(--texte-bouton);
  outline: none;
}
header.default .ariane span:not(:first-of-type) a:after, header.default .ariane .breadcrumb_last:after, .wp-element-button:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
}

.wp-element-button.sans-after:after {
  all: unset;
}
.wp-element-button.avec-before:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-right: 15px;
}
.wp-element-button.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
}
.wp-element-button.plus i {
  font-size: 30px;
  color: var(--background-color);
}

/* CERCLE */
.rond {
  display: block;
  border-radius: 100%;
  background-color: var(--black);
  position: absolute;
  z-index: -1;
  height: auto;
  aspect-ratio: 1;
}

.taille-1 {
  width: 55px;
}

.taille-2 {
  width: 66px;
}

.taille-3 {
  width: 85px;
}

.taille-4 {
  width: 121px;
}

.taille-5 {
  width: 145px;
}

.taille-6 {
  width: 155px;
}

.taille-7 {
  width: 175px;
}

.taille-8 {
  width: 223px;
}

.taille-9 {
  width: 267px;
}

.taille-10 {
  width: 385px;
}

.taille-11 {
  width: 542px;
}

/* TITRE */
h1 {
  font-family: "BCL";
  text-transform: uppercase;
  color: var(--title-color);
  position: relative;
  font-size: 3.7em;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
h1 strong {
  text-transform: none;
  font-family: "BCB";
  display: block;
  font-size: 60%;
}
h1 strong a {
  color: var(--title-color);
}
h1:after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 50%;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

h2 {
  color: var(--theme-color);
  font-size: 3em;
  text-transform: uppercase;
  font-family: "BCL";
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
}
h2 strong {
  color: var(--title-color);
  text-transform: none;
  font-family: "BCB";
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
h2 strong:first-letter {
  text-transform: uppercase;
}
h2:before {
  content: "";
  display: block;
  width: 220px;
  height: 140px;
  position: absolute;
  left: -230px;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}
h2.has-text-align-center {
  text-align: center;
  margin: 0 auto 165px;
}
h2.has-text-align-center strong {
  margin: auto;
}
h2.has-text-align-center:before {
  content: "";
  left: calc((100% - 300px) / 2);
  top: calc(100% + 10px);
  z-index: -1;
  width: 300px;
}
h2.has-text-align-right strong {
  margin-left: auto;
}
h2.has-text-align-right:before {
  left: unset;
  right: -230px;
}

h3 {
  color: var(--theme-color);
  font-family: "BB";
  font-size: 2em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 30px;
}

h4 {
  font-family: "BSB";
  color: var(--black);
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5em;
}

h5 {
  font-family: "BB";
  color: var(--title-color);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.has-text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-right {
  margin-left: auto;
}

/* LISTE */
ol, ul {
  margin-left: 40px;
}

.container ul {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0;
}

li {
  color: var(--black);
  font-size: 19px;
  padding-left: 20px;
  position: relative;
}

.container li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 4px;
  left: 0;
}

/* RETOUR HAUT */
#go_top {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: var(--black);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: -80px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.7s, bottom 0.5s, box-shadow 0.5s;
}
#go_top p {
  color: var(--white);
  cursor: pointer;
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}

#go_top:active {
  bottom: 38px;
  box-shadow: none;
  transition: right 0.7s, bottom 0.5s, box-shadow 0.5s;
}

/* ÉLÉMENTS GÉNÉRAUX */
p {
  font-size: 21px;
  font-family: "BR";
  margin-bottom: 1.5em;
  line-height: 1.4;
  color: #3D3D3D;
}

strong {
  font-family: "BB";
}

main {
  position: relative;
}

#content-page.container {
  max-width: 1450px;
}

.container {
  max-width: 1450px;
  margin: 0 auto 30px;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.main_content .wp-block-cover.alignfull {
  position: relative;
  left: calc((-100vw + 100%) / 2);
  padding: 0;
  width: 100vw;
  margin: 10px 0;
}

.wp-block-column:has(> figure) + .wp-block-column:has(> p) > * {
  margin-left: 20px;
}

/* MEDIA QUERIES */
@media screen and (min-width: 2000px) {
  .bandeau_form:before, .bandeau_rdv:before, .wp-block-columns:has(.forminator-custom-form):before, #troisieme_section:before {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1921px) {
  #content-page.container {
    max-width: 1440px;
  }
  .main_content {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1532px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h2:before {
    height: 120px;
  }
  #content-page.container, .container {
    width: 85%;
    margin: auto;
  }
  .main_content .wp-block-cover.alignfull {
    min-height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5em;
  }
  h1 strong {
    font-size: 70%;
  }
  h2 {
    font-size: 2em;
  }
  h2:before {
    height: 100px;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 781px) {
  p {
    font-size: 19px;
  }
}
@media screen and (max-width: 666px) {
  .main_content .wp-block-cover.alignfull {
    min-height: 250px;
  }
  .ariane {
    display: none;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h2:before {
    height: 90px;
  }
  h2.has-text-align-center:before {
    left: 25%;
    width: 50%;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  .taille-3 {
    width: 75px;
  }
  .taille-8 {
    width: 200px;
  }
  .taille-10 {
    width: 330px;
  }
  .taille-11 {
    width: 420px;
  }
}
@media screen and (max-width: 576px) {
  h2.has-text-align-center:before {
    left: 30%;
    width: 40%;
  }
}
@media screen and (max-width: 450px) {
  p {
    font-size: 17px;
  }
}
/* HEADER CSS */
header.front {
  position: relative;
  padding-top: 110px;
}
header.front:before {
  content: "";
  display: block;
  position: absolute;
  height: 120%;
  width: 105vw;
  left: calc((-105vw + 100%) / 2);
  bottom: 10%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
header.front .container:before {
  content: "";
  display: block;
  width: 290px;
  height: 140px;
  position: absolute;
  left: -28%;
  bottom: 53%;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}
header.front .container:after {
  content: "";
  display: block;
  width: 290px;
  height: 140px;
  position: absolute;
  right: -22%;
  bottom: 30%;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}
header.front h1 {
  padding-top: 130px;
  margin-bottom: 53px;
}
header.front h1 strong {
  width: 66%;
}
header.front h1:after {
  bottom: -30px;
  width: 30%;
}
header.front p {
  margin-bottom: 45px;
  color: var(--black);
  width: 95%;
}
header.front .container {
  display: flex;
}
header.front .container > div:nth-child(1) {
  width: 60%;
}
header.front .container > div:nth-child(1) img {
  max-width: none;
  width: 110%;
  position: relative;
  top: -5%;
  left: -10%;
}
header.front .container > div:nth-child(2) {
  width: 40%;
}
header.front span:nth-of-type(1) {
  top: 23%;
  left: -5%;
  background-color: var(--theme-color);
}
header.front span:nth-of-type(2) {
  top: 33%;
  right: -11%;
  background-color: var(--theme-color);
}
header.front span:nth-of-type(3) {
  top: 9%;
  left: -2%;
  background-color: var(--theme-color-2);
}
header.front span:nth-of-type(4) {
  bottom: 14%;
  right: 4%;
  background-color: var(--theme-color-2);
}
header.front span:nth-of-type(5) {
  top: 6%;
  right: -25%;
  background-color: var(--theme-color);
}

/* PAR DÉFAUT */
header.default {
  position: relative;
  padding-top: 170px;
  min-height: 450px;
}
header.default:before {
  content: "";
  display: block;
  position: absolute;
  height: 160%;
  width: 110vw;
  left: calc((-110vw + 100%) / 2);
  bottom: -6%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
header.default .container.header {
  display: flex;
}
header.default .container.header > div:nth-child(1) {
  width: 45%;
}
header.default .container.header > div:nth-child(1) h1 {
  margin-top: 70px;
}
header.default .container.header > div:nth-child(2) {
  width: 50%;
}
header.default .container.header > div:nth-child(2) img {
  position: absolute;
  height: auto;
  width: 75%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  top: -350px;
  left: 30%;
  z-index: -1;
}
header.default .container.header > div:nth-child(2) .forme_1 {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-243 -242 1180.466 884.547"><defs></defs><path id="agefis-13z851QZVtE-unsplash" d="M4272.563,292.443c67.287,69.58,285,83.783,466.994,57S4810.1,178.957,4884.385,67.795s128.631-176.374,56.871-234.187c-53.944-43.459-189.831,34.077-282.029,16.248-116.37-22.5-143.842-137.358-221.445-104.395-140.434,53.389-13.5,217.456-120.182,287.75S4205.275,222.863,4272.563,292.443Z" transform="translate(-4228.448 260.44)"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-243 -242 1180.466 884.547"><defs></defs><path id="agefis-13z851QZVtE-unsplash" d="M4272.563,292.443c67.287,69.58,285,83.783,466.994,57S4810.1,178.957,4884.385,67.795s128.631-176.374,56.871-234.187c-53.944-43.459-189.831,34.077-282.029,16.248-116.37-22.5-143.842-137.358-221.445-104.395-140.434,53.389-13.5,217.456-120.182,287.75S4205.275,222.863,4272.563,292.443Z" transform="translate(-4228.448 260.44)"/></svg>');
}
header.default .container.header > div:nth-child(2) .forme_2 {
  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M18,-37.2C24.2,-27.6,30.7,-24.6,36.2,-19.4C41.8,-14.3,46.3,-7.2,47.1,0.5C48,8.2,45.2,16.3,40.8,23.4C36.4,30.5,30.5,36.4,23.4,40.3C16.3,44.2,8.2,46,-1.3,48.1C-10.7,50.3,-21.3,52.9,-34,52.2C-46.7,51.6,-61.5,47.8,-61.8,38.6C-62.1,29.3,-48,14.7,-44.6,1.9C-41.3,-10.8,-48.7,-21.6,-47.2,-28.7C-45.6,-35.7,-35,-39,-25.6,-46.7C-16.3,-54.5,-8.1,-66.7,-1.1,-64.7C5.9,-62.8,11.8,-46.7,18,-37.2Z" transform="translate(100 100)" /></svg>');
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M18,-37.2C24.2,-27.6,30.7,-24.6,36.2,-19.4C41.8,-14.3,46.3,-7.2,47.1,0.5C48,8.2,45.2,16.3,40.8,23.4C36.4,30.5,30.5,36.4,23.4,40.3C16.3,44.2,8.2,46,-1.3,48.1C-10.7,50.3,-21.3,52.9,-34,52.2C-46.7,51.6,-61.5,47.8,-61.8,38.6C-62.1,29.3,-48,14.7,-44.6,1.9C-41.3,-10.8,-48.7,-21.6,-47.2,-28.7C-45.6,-35.7,-35,-39,-25.6,-46.7C-16.3,-54.5,-8.1,-66.7,-1.1,-64.7C5.9,-62.8,11.8,-46.7,18,-37.2Z" transform="translate(100 100)" /></svg>');
}
header.default .container.header > div:nth-child(2) .forme_3 {
  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M32.9,-49.2C44.8,-50.1,58,-45.6,65.4,-36.5C72.7,-27.4,74.2,-13.7,72.4,-1.1C70.6,11.6,65.4,23.2,57.1,30.7C48.8,38.2,37.5,41.7,27.4,44.2C17.4,46.6,8.7,47.9,-0.4,48.6C-9.5,49.3,-19,49.3,-26.2,45.3C-33.5,41.3,-38.4,33.1,-37.8,24.9C-37.3,16.7,-31.1,8.3,-34.3,-1.8C-37.5,-12,-50,-24,-52.2,-35.1C-54.4,-46.2,-46.4,-56.3,-36,-56.2C-25.6,-56.2,-12.8,-46,-1.1,-44C10.5,-42,21,-48.3,32.9,-49.2Z" transform="translate(100 100)" /></svg>');
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M32.9,-49.2C44.8,-50.1,58,-45.6,65.4,-36.5C72.7,-27.4,74.2,-13.7,72.4,-1.1C70.6,11.6,65.4,23.2,57.1,30.7C48.8,38.2,37.5,41.7,27.4,44.2C17.4,46.6,8.7,47.9,-0.4,48.6C-9.5,49.3,-19,49.3,-26.2,45.3C-33.5,41.3,-38.4,33.1,-37.8,24.9C-37.3,16.7,-31.1,8.3,-34.3,-1.8C-37.5,-12,-50,-24,-52.2,-35.1C-54.4,-46.2,-46.4,-56.3,-36,-56.2C-25.6,-56.2,-12.8,-46,-1.1,-44C10.5,-42,21,-48.3,32.9,-49.2Z" transform="translate(100 100)" /></svg>');
}
header.default .container.header > div:nth-child(2) .forme_4 {
  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M26.7,-48.6C32.5,-42.8,33.8,-31.5,44.6,-22.5C55.4,-13.5,75.7,-6.8,83.1,4.3C90.6,15.3,85.1,30.6,71.6,35C58.1,39.4,36.6,32.8,23.4,29.9C10.1,27,5,27.7,-3.4,33.6C-11.9,39.6,-23.8,50.7,-31,50.1C-38.2,49.5,-40.7,37.2,-41.4,26.9C-42,16.7,-40.8,8.3,-38,1.6C-35.2,-5.1,-30.8,-10.2,-26.7,-14.5C-22.6,-18.9,-18.9,-22.5,-14.5,-29.1C-10.1,-35.7,-5,-45.3,2.7,-50C10.4,-54.6,20.8,-54.4,26.7,-48.6Z" /></svg>');
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M26.7,-48.6C32.5,-42.8,33.8,-31.5,44.6,-22.5C55.4,-13.5,75.7,-6.8,83.1,4.3C90.6,15.3,85.1,30.6,71.6,35C58.1,39.4,36.6,32.8,23.4,29.9C10.1,27,5,27.7,-3.4,33.6C-11.9,39.6,-23.8,50.7,-31,50.1C-38.2,49.5,-40.7,37.2,-41.4,26.9C-42,16.7,-40.8,8.3,-38,1.6C-35.2,-5.1,-30.8,-10.2,-26.7,-14.5C-22.6,-18.9,-18.9,-22.5,-14.5,-29.1C-10.1,-35.7,-5,-45.3,2.7,-50C10.4,-54.6,20.8,-54.4,26.7,-48.6Z" transform="translate(100 100)" /></svg>');
}
header.default .container.header .rond:nth-of-type(1) {
  width: 139px;
  background-color: var(--theme-color);
  top: 0;
  left: -20%;
}
header.default .container.header .rond:nth-of-type(2) {
  width: 95px;
  background-color: var(--theme-color-2);
  top: -22%;
  right: -13%;
}
header.default .container.header .rond:nth-of-type(3) {
  width: 43px;
  background-color: var(--theme-color);
  top: 45%;
  right: -8%;
}
header.default .container.header:after {
  content: "";
  display: block;
  width: 220px;
  height: 144px;
  position: absolute;
  right: -22%;
  bottom: -175px;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}
header.default .ariane {
  z-index: 99;
  margin-bottom: 0;
  bottom: -50px;
}
header.default .ariane span a {
  display: inline-block;
  background-color: var(--texte-bouton);
  color: var(--couleur-bouton);
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 0.8em;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(190, 165, 0, 0.2);
  margin-right: 6px;
  transition: all linear 0.1s;
  font-family: "BR";
}
header.default .ariane span a:hover, header.default .ariane span a:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
header.default .ariane span:not(:first-of-type) a, header.default .ariane .breadcrumb_last {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "BR";
}
header.default .ariane span:not(:first-of-type) a:after, header.default .ariane .breadcrumb_last:after {
  all: unset;
}
header.default .ariane .breadcrumb_last {
  transition: none;
  cursor: text;
}
header.default .ariane .breadcrumb_last:hover {
  background-color: var(--couleur-bouton);
}

/* NAV BAR */
nav {
  width: 100vw;
  position: fixed;
  min-height: 100px;
  z-index: 100;
  top: 0;
  transition: all linear 0.2s;
}

.contenu-menu {
  display: flex;
  align-items: center;
  padding: 30px 20px 12px;
  height: -moz-max-content;
  height: max-content;
  width: 95%;
  max-width: 1920px;
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translate(-50%);
}
.contenu-menu .brand-logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 260px;
  min-width: 150px;
}
.contenu-menu .brand-logo a {
  display: flex;
}
.contenu-menu .brand-logo img {
  width: auto;
  max-width: 230px;
  max-height: 80px;
}
.contenu-menu .pages-button {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contenu-menu .pages-button i {
  margin-right: 10px;
  font-size: 20px;
}
.contenu-menu .pages-button a {
  display: flex;
  align-items: center;
}
.contenu-menu .pages-button a:first-child {
  font-family: "BB";
}
.contenu-menu .pages-button a:last-child {
  font-family: "BM";
}
.contenu-menu .menu-button {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  transition: all linear 0.1s;
  position: relative;
  min-height: 50px;
}
.contenu-menu .menu-button p {
  margin: 0 10px 0;
  text-transform: uppercase;
  color: var(--couleur-bouton);
  font-family: "BSB";
  font-size: 23px;
}
.contenu-menu .menu-button span {
  display: block;
  width: 70px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--couleur-bouton);
  transition: all ease 0.2s;
  position: relative;
  top: -10px;
}
.contenu-menu .menu-button span:before {
  content: "";
  top: 11px;
  display: block;
  width: 70px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--couleur-bouton);
  transition: all ease 0.2s;
  position: absolute;
}
.contenu-menu .menu-button span:after {
  content: "";
  top: 23px;
  display: block;
  width: 70px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--couleur-bouton);
  transition: all ease 0.2s;
  position: absolute;
}
.contenu-menu .menu-button span.active {
  transform: translate(0, 10px) rotate(45deg);
  width: 50px;
}
.contenu-menu .menu-button span.active:before {
  transform: rotate(-45deg) translate(50px, -15px);
  opacity: 0;
}
.contenu-menu .menu-button span.active:after {
  transform: translate3d(0, -23px, 0) rotate(-90deg);
  width: 50px;
}
.contenu-menu .menu-button:hover .burger-bar, .contenu-menu .menu-button:hover .burger-bar:after, .contenu-menu .menu-button:hover .burger-bar:before, .contenu-menu .menu-button:focus .burger-bar, .contenu-menu .menu-button:focus .burger-bar:after, .contenu-menu .menu-button:focus .burger-bar:before {
  background-color: var(--hover-bouton);
}
.contenu-menu .menu-button:hover p, .contenu-menu .menu-button:focus p {
  color: var(--hover-bouton);
}
.contenu-menu #cont-main-menu {
  position: fixed;
  top: 0;
  left: calc((-100vw + 100%) / 2);
  display: none;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  background-color: var(--background-nav-color);
  align-content: center;
}
.contenu-menu #cont-main-menu > ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0;
}
.contenu-menu #cont-main-menu .main-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
  padding-bottom: 20px;
}
.contenu-menu #cont-main-menu .main-menu li:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  width: 45vw;
  height: 1px;
  background-color: var(--texte-nav-color);
  bottom: 5px;
}
.contenu-menu #cont-main-menu a {
  color: var(--texte-nav-color);
  font-size: 75px;
  font-family: "BCB";
  text-transform: uppercase;
  transition: all linear 0.15s;
  text-align: center;
}
.contenu-menu #cont-main-menu a:hover, .contenu-menu #cont-main-menu a:focus {
  letter-spacing: 2px;
}
.contenu-menu #cont-main-menu .wp-social-link {
  width: 68px;
  height: 68px;
  position: relative;
  background-color: var(--texte-nav-color) !important;
}
.contenu-menu #cont-main-menu .wp-social-link a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--texte-nav-color) !important;
  fill: var(--background-nav-color) !important;
  width: 120%;
  padding: 11px !important;
}
.contenu-menu #cont-main-menu .wp-social-link svg {
  color: var(--texte-nav-color) !important;
  fill: var(--background-nav-color) !important;
}
.contenu-menu #cont-main-menu .wp-social-link.wp-social-link-facebook {
  background-color: transparent !important;
  margin-right: -14px;
}
.contenu-menu #cont-main-menu .wp-social-link.wp-social-link-facebook a {
  background-color: var(--background-nav-color) !important;
  width: 180%;
}
.contenu-menu #cont-main-menu .wp-social-link.wp-social-link-facebook a, .contenu-menu #cont-main-menu .wp-social-link.wp-social-link-facebook svg {
  color: var(--background-nav-color) !important;
  fill: var(--texte-nav-color) !important;
  z-index: -1;
}
.contenu-menu #cont-main-menu .rond:nth-of-type(1) {
  top: 15%;
  left: -4%;
  background-color: var(--theme-color);
}
.contenu-menu #cont-main-menu .rond:nth-of-type(2) {
  top: 46%;
  left: 6%;
  background-color: var(--background-color);
}
.contenu-menu #cont-main-menu .rond:nth-of-type(3) {
  top: 35%;
  right: 5%;
  background-color: var(--theme-color);
}
.contenu-menu #cont-main-menu .rond:nth-of-type(4) {
  bottom: 20%;
  right: -4%;
  background-color: var(--theme-color);
}
.contenu-menu #cont-main-menu .rond:nth-of-type(5) {
  width: 72px;
  right: 13%;
  bottom: 32%;
  background-color: var(--background-color);
}

/* PRELOADER */
.preloader {
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999990;
}
.preloader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader > div > div {
  border: 6px solid rgba(0, 0, 0, 0.3);
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* MEDIA QUERIES */
@media screen and (max-width: 1532px) {
  .contenu-menu #cont-main-menu .main-menu li {
    padding-bottom: 20px;
  }
  .contenu-menu #cont-main-menu a {
    font-size: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .contenu-menu #cont-main-menu .main-menu li {
    padding-bottom: 15px;
  }
  .contenu-menu #cont-main-menu a {
    font-size: 60px;
  }
  .contenu-menu #cont-main-menu .wp-social-link {
    width: 55px;
    height: 55px;
  }
  header.front {
    margin-bottom: 100px;
  }
  header.front h1 {
    padding-top: 70px;
  }
  header.front .container > div:nth-child(1) {
    width: 50%;
  }
  header.front .container > div:nth-child(2) {
    width: 50%;
  }
  header.front .container:before {
    bottom: unset;
    top: 0;
    left: -32%;
  }
  header.front .container:after {
    right: -27%;
    bottom: 0;
  }
  header.front span:nth-of-type(1) {
    top: 28%;
  }
  header.front span:nth-of-type(3) {
    top: 5%;
    left: 2%;
  }
  header.front span:nth-of-type(4) {
    display: none;
  }
  header.default {
    padding-top: 110px;
  }
  header.default .container.header > div:nth-child(2) img {
    top: -195px;
  }
  header.default .container.header .rond:nth-of-type(1) {
    left: -15%;
  }
  header.default .container.header .rond:nth-of-type(2) {
    top: -10%;
    right: -13%;
  }
  header.default .container.header .rond:nth-of-type(3) {
    right: 0;
  }
}
@media screen and (max-width: 1138px) {
  .contenu-menu #cont-main-menu .main-menu li {
    padding-bottom: 10px;
  }
  .contenu-menu #cont-main-menu a {
    font-size: 50px;
  }
  .contenu-menu #cont-main-menu .wp-social-link {
    width: 44px;
    height: 44px;
  }
  .contenu-menu #cont-main-menu .wp-social-link.wp-social-link-facebook a {
    width: 230%;
  }
  header.default {
    padding-top: 90px;
  }
  header.default .container.header > div:nth-child(1) {
    width: 62%;
  }
  header.default .container.header > div:nth-child(2) img {
    top: -120px;
    left: 40%;
  }
  header.default .container.header .rond:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.front {
    margin-bottom: 130px;
  }
  header.front h1 {
    padding-top: 20px;
  }
  header.front .container > div:nth-child(1) {
    display: none;
  }
  header.front .container > div:nth-child(2) {
    width: 100%;
  }
  header.front .container:before {
    display: none;
  }
  header.front .container:after {
    bottom: -50px;
  }
  header.front span:nth-of-type(1) {
    top: 10%;
    left: unset;
    right: 17%;
  }
  header.front span:nth-of-type(3) {
    display: none;
  }
  header.front span:nth-of-type(5) {
    top: 0;
  }
  header.default:before {
    width: 160vw;
    left: calc((-160vw + 100%) / 2);
  }
}
@media screen and (max-width: 992px) {
  .contenu-menu .pages-button {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .contenu-menu .pages-button i {
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .contenu-menu .pages-button a {
    display: block;
    border-radius: 100%;
    position: relative;
    aspect-ratio: 1;
  }
  .contenu-menu .pages-button span {
    display: none;
  }
  header.default .container.header > div:nth-child(2) img {
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .contenu-menu #cont-main-menu .rond:nth-of-type(4) {
    right: -10%;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(5) {
    bottom: 10%;
  }
  header.default .container.header > div:nth-child(1) {
    width: 100%;
  }
  header.default .container.header > div:nth-child(2) {
    width: 0;
  }
  header.default .container.header > div:nth-child(2) img {
    display: none;
  }
  header.default .container.header .rond:nth-of-type(1) {
    top: -40%;
    left: -20%;
  }
  header.default .container.header .rond:nth-of-type(2) {
    top: 6%;
    right: -18%;
  }
}
@media screen and (max-width: 666px) {
  .contenu-menu #cont-main-menu .main-menu li {
    padding-bottom: 5px;
  }
  .contenu-menu #cont-main-menu a {
    font-size: 45px;
  }
  .contenu-menu #cont-main-menu .wp-social-link {
    width: 40px;
    height: 40px;
  }
  .contenu-menu .menu-button p {
    display: none;
  }
  header.front {
    margin-bottom: 150px;
  }
  header.front span:nth-of-type(1) {
    right: 0;
  }
  header.front span:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .contenu-menu .pages-button {
    display: none;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(1) {
    left: -30%;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(2) {
    left: 0;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(3) {
    top: 20%;
    right: 0;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(4) {
    right: -40%;
  }
  header.front .container:after {
    right: -40%;
  }
}
@media screen and (max-width: 450px) {
  .contenu-menu #cont-main-menu .main-menu li {
    padding-bottom: 5px;
  }
  .contenu-menu #cont-main-menu a {
    font-size: 35px;
  }
  .contenu-menu #cont-main-menu .wp-social-link {
    width: 30px;
    height: 30px;
  }
  .contenu-menu #cont-main-menu .wp-social-link.wp-social-link-facebook a {
    width: 275%;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(1) {
    left: -40%;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(2) {
    left: -10%;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(3) {
    right: -10%;
  }
  .contenu-menu #cont-main-menu .rond:nth-of-type(4) {
    right: -50%;
  }
  header.front span:nth-of-type(1) {
    display: none;
  }
  header.front .container:after {
    right: -70%;
  }
}
/* CSS FOOTER */
footer {
  height: auto;
  color: var(--couleur-texte-footer);
  position: relative;
  z-index: 1;
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 125vw;
  left: calc((-125vw + 100%) / 2);
  top: 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -2;
}
footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 125vw;
  left: calc((-125vw + 100%) / 2);
  top: 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -2;
}

.main-footer {
  display: flex;
  padding: 150px 0 50px;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
  gap: 45px;
}
.main-footer > div {
  width: 23%;
}
.main-footer p {
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--couleur-texte-footer);
}
.main-footer .brand-logo {
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -15px;
  position: relative;
  left: -10px;
  top: -30px;
}
.main-footer .brand-logo a {
  line-height: 0;
  display: block;
}
.main-footer h4 {
  color: var(--couleur-texte-footer);
  margin-bottom: 5px;
  font-family: "BCB";
}
.main-footer .coords h4 {
  margin-top: 1em;
}
.main-footer .menu h4 {
  margin-bottom: 20px;
}
.main-footer .menu a {
  color: var(--couleur-texte-footer);
  font-family: "BR";
}
.main-footer .menu a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transition: all linear 0.2s;
}
.main-footer .menu a:hover:before, .main-footer .menu a:focus:before {
  width: 100%;
}
.main-footer .menu ul {
  list-style-type: square;
  margin-left: 15px;
}
.main-footer .menu ul li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.1em;
  display: list-item;
}
.main-footer .menu ul li::marker {
  color: var(--couleur-texte-footer);
  font-size: 1.5em;
}

.foot-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foot-infos.partie-2 > div:first-child {
  margin-bottom: 1.5em;
}
.foot-infos.partie-2 > div:first-child .wp-social-link {
  background-color: var(--couleur-texte-footer) !important;
}
.foot-infos.partie-2 > div:first-child .wp-social-link a, .foot-infos.partie-2 > div:first-child .wp-social-link svg {
  color: var(--couleur-texte-footer) !important;
  fill: var(--couleur-footer) !important;
}
.foot-infos.partie-2 > div:first-child .wp-social-link svg {
  height: 2.65em !important;
  width: 2.65em !important;
}
.foot-infos.partie-2 > div:first-child .wp-social-link.wp-social-link-facebook {
  background-color: var(--couleur-footer) !important;
  margin-right: -14px;
}
.foot-infos.partie-2 > div:first-child .wp-social-link.wp-social-link-facebook a, .foot-infos.partie-2 > div:first-child .wp-social-link.wp-social-link-facebook svg {
  color: var(--couleur-footer) !important;
  fill: var(--couleur-texte-footer) !important;
}
.foot-infos.partie-2 > div:first-child .wp-social-link.wp-social-link-facebook svg {
  height: 3.5em !important;
  width: 3.5em !important;
}

.horaires, .coords {
  margin-bottom: 15px;
}

.credit {
  background-color: var(--couleur-credit);
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 100% 100% 0 0;
  width: 110vw;
  left: 50%;
  position: relative;
  transform: translate(-50%);
}

.contenuCredit {
  min-height: 150px;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenuCredit p {
  margin-bottom: 0;
  color: var(--couleur-texte-footer);
}
.contenuCredit p:first-of-type:after {
  content: "|";
  margin: 0 5px;
}
.contenuCredit ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.contenuCredit ul li {
  list-style: none;
}
.contenuCredit ul li:after {
  content: "|";
  margin: 0 5px;
}
.contenuCredit ul li a:before {
  bottom: 3.5px;
}
.contenuCredit a {
  position: relative;
  color: var(--couleur-texte-footer);
}
.contenuCredit a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transition: all linear 0.2s;
}
.contenuCredit a:hover:before, .contenuCredit a:focus:before {
  width: 100%;
}
.contenuCredit p, .contenuCredit a {
  font-family: "BR";
  font-size: 20px;
}

.wp-element-button.button-footer {
  background-color: var(--couleur-footer-bouton);
  color: var(--texte-footer-bouton);
  text-transform: none;
  padding: 10px 30px;
  font-size: 21px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -35%);
}
.wp-element-button.button-footer:hover, .wp-element-button.button-footer:focus {
  background-color: var(--hover-footer-bouton);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .credit {
    padding: 10px 50px;
  }
  .main-footer {
    padding: 90px 50px 50px;
  }
}
@media screen and (max-width: 1258px) {
  .main-footer {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main-footer {
    flex-wrap: wrap;
  }
  .main-footer > div {
    width: 45%;
  }
  .contenuCredit {
    flex-direction: column;
    margin-top: 25px;
  }
  .contenuCredit p:first-of-type:after {
    content: "";
  }
  .contenuCredit ul li:last-child:after {
    content: "";
    margin: 0 5px;
  }
}
@media screen and (max-width: 800px) {
  .legal p:first-of-type:after {
    content: "";
  }
  .legal ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .legal ul li:after {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .main-footer {
    text-align: center;
  }
  .main-footer > div {
    width: 100%;
  }
  .main-footer .brand-logo {
    left: 0;
    margin: auto;
  }
  .main-footer .menu ul {
    margin-left: 30px;
  }
  .foot-infos.partie-2 > div:first-child {
    text-align: center;
  }
  .foot-infos.partie-2 > div:first-child ul {
    justify-content: center !important;
  }
  .contenuCredit {
    margin-top: 35px;
  }
  .contenuCredit ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contenuCredit ul li {
    justify-content: center;
  }
  .contenuCredit ul li:after {
    content: "";
  }
}
@media screen and (max-width: 450px) {
  .main-footer {
    padding: 75px 40px 40px;
  }
}
.carte_actualite {
  border-radius: 0 0 40px 40px;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.carte_actualite div {
  padding: 10px 30px 62px;
  position: relative;
  height: calc(100% - 230px);
}
.carte_actualite p, .carte_actualite h4, .carte_actualite a {
  margin-left: auto;
  margin-right: auto;
}
.carte_actualite p, .carte_actualite h4 {
  text-align: center;
}
.carte_actualite h4 {
  color: var(--title-color);
  font-size: 22px;
  font-family: "BB";
  margin-top: 7px;
}
.carte_actualite p:not(.wp-element-button) {
  color: var(--black);
}
.carte_actualite p.wp-element-button {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  padding: 9px 35px;
  font-family: "BR";
  bottom: 20px;
}
.carte_actualite figure {
  height: 230px;
}
.carte_actualite figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fil_actualite {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.dossier_mois {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 50px 0;
}
.dossier_mois article {
  background-color: var(--theme-color);
  border-radius: 50px;
  width: 52%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 50px 90px;
  position: relative;
}
.dossier_mois article h3, .dossier_mois article h4, .dossier_mois article p {
  color: var(--white);
}
.dossier_mois article h3 {
  margin: 0;
  margin-bottom: 0.5em;
  font-family: "BCB";
  font-size: 38px;
}
.dossier_mois article h4 {
  font-family: "BR";
  font-size: 47px;
  line-height: 1;
}
.dossier_mois article p {
  padding-left: 30px;
  margin-top: 30px;
  position: relative;
  line-height: normal;
  font-size: 20px;
  width: 90%;
}
.dossier_mois article p:before {
  content: "";
  background-color: currentColor;
  height: 120%;
  width: 4px;
  position: absolute;
  left: 0;
  top: -10%;
}
.dossier_mois article a {
  background-color: var(--texte-bouton);
  color: var(--couleur-bouton);
  font-family: "BB";
  border-radius: 100px;
  padding: 9px 33px;
  cursor: pointer;
  font-size: 19px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: all linear 0.1s;
  position: absolute;
  right: 50px;
  bottom: 20px;
}
.dossier_mois article a:hover, .dossier_mois article a:focus {
  background-color: var(--texte-bouton);
  color: var(--hover-bouton);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dossier_mois img {
  border-radius: 0 50px 50px 0;
  width: calc(48% + 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(52% - 50px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

[id] {
  scroll-margin-top: 100px;
}

/* PAGE D'ACCUEIL */
#front_page_content {
  z-index: 0;
}
#front_page_content h2 {
  margin-top: 0;
}
#front_page_content section:not(:last-of-type) {
  margin-bottom: 100px;
}

#premiere_section {
  display: flex;
}
#premiere_section > div {
  width: 50%;
}
#premiere_section > div:nth-child(1) {
  align-content: center;
}
#premiere_section > div:nth-child(1) div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px 20px 0;
}
#premiere_section > div:nth-child(1) span {
  font-size: 35px;
  font-family: "BB";
  color: var(--theme-color-2);
  display: flex;
  align-items: center;
}
#premiere_section > div:nth-child(1) span i {
  font-size: 55px;
  margin-right: 10px;
}
#premiere_section > div:nth-child(2) {
  position: relative;
}
#premiere_section > div:nth-child(2) span:first-of-type {
  left: 11%;
  background-color: var(--background-color);
}
#premiere_section > div:nth-child(2) span:last-of-type {
  left: 34%;
  top: 81%;
  background-color: var(--theme-color-2);
}

#deuxieme_section h2 {
  margin-bottom: 225px;
}
#deuxieme_section div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
#deuxieme_section a:not(.wp-element-button) {
  background-color: var(--background-color);
  border-radius: 70px;
  width: 23%;
  box-shadow: 0 5px 4px rgba(190, 165, 0, 0.3);
  padding: 0 35px 20px;
}
#deuxieme_section a:not(.wp-element-button) figure {
  border-radius: 100%;
  background-color: var(--theme-color-2);
  width: 55%;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  top: -40px;
  margin-bottom: -40px;
}
#deuxieme_section a:not(.wp-element-button) figure img, #deuxieme_section a:not(.wp-element-button) figure svg {
  width: 65%;
  height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#deuxieme_section a:not(.wp-element-button) figure path, #deuxieme_section a:not(.wp-element-button) figure rect {
  fill: var(--white);
}
#deuxieme_section a:not(.wp-element-button) h3 {
  color: var(--title-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7em;
}
#deuxieme_section a:not(.wp-element-button) h3:after {
  content: "";
  display: block;
  height: 6px;
  width: 75px;
  background-color: currentColor;
  border-radius: 6px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
}
#deuxieme_section a:not(.wp-element-button) p:not(.wp-element-button.sans-after.plus) {
  text-align: center;
  font-size: 18px;
  color: #4D4D4D;
}
#deuxieme_section a:not(.wp-element-button) p.wp-element-button.sans-after.plus {
  margin: auto;
}
#deuxieme_section a.wp-element-button {
  margin: auto;
}

#troisieme_section {
  display: flex;
  margin-top: 275px;
  position: relative;
}
#troisieme_section .svg_background {
  position: absolute;
  height: 100%;
  width: 105vw;
  left: calc((-105vw + 100%) / 2);
  top: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
#troisieme_section:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 105vw;
  left: calc((-105vw + 100%) / 2);
  top: -5%;
  z-index: -2;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#troisieme_section h2:before {
  all: unset;
}
#troisieme_section > div {
  width: 50%;
}
#troisieme_section > div:nth-child(1) {
  position: relative;
}
#troisieme_section > div:nth-child(1):before {
  content: "";
  display: block;
  width: 290px;
  height: 140px;
  position: absolute;
  left: -230px;
  top: -35px;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}
#troisieme_section > div:nth-child(1) span:nth-of-type(1) {
  left: 78%;
  top: 18%;
  background-color: var(--theme-color-2);
}
#troisieme_section > div:nth-child(1) span:nth-of-type(2) {
  left: 42%;
  top: -7%;
  background-color: var(--theme-color);
}
#troisieme_section > div:nth-child(1) span:nth-of-type(3) {
  left: -40%;
  top: 70%;
  background-color: var(--theme-color-2);
}
#troisieme_section > div:nth-child(1) span:nth-of-type(4) {
  left: 59%;
  top: -11%;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
#troisieme_section > div:nth-child(1) span:nth-of-type(4) img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
#troisieme_section > div:nth-child(1) > img {
  position: relative;
  max-width: none;
  width: 115%;
  height: auto;
  left: -15%;
}
#troisieme_section > div:nth-child(2) {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#troisieme_section > div:nth-child(2):after {
  content: "";
  display: block;
  width: 220px;
  height: 140px;
  position: absolute;
  right: -230px;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}
#troisieme_section > div:nth-child(2) > span {
  width: 301px;
  height: 301px;
  top: -5%;
  left: 105%;
}
#troisieme_section > div:nth-child(2) > span img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#troisieme_section hr {
  border: solid 1px #BBBBBB;
}
#troisieme_section .etapes {
  display: flex;
  position: relative;
}
#troisieme_section .etapes div:nth-child(1) p {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 40px 0 0;
  border-radius: 100%;
  border: 4px var(--black) solid;
  position: relative;
}
#troisieme_section .etapes div:nth-child(1) p span {
  display: block;
  font-family: "BB";
  text-align: center;
  font-size: 40px;
  color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -55%);
}
#troisieme_section .etapes h3 {
  color: var(--black);
  margin: -5px 0 15px;
  font-size: 35px;
}
#troisieme_section .etapes div > p {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  color: var(--black);
}
#troisieme_section .etapes:not(:first-child) {
  margin-top: 15px;
}
#troisieme_section .etapes:not(:last-child) {
  margin-bottom: 15px;
}

#calendly {
  margin: 10em 0 5em;
}
#calendly .calendly-inline-widget {
  height: 700px;
}

#quatrieme_section {
  margin-top: 200px;
}
#quatrieme_section > div {
  width: 124%;
  left: -12%;
  position: relative;
}
#quatrieme_section .dossier_mois {
  margin-top: 50px;
}
#quatrieme_section .dossier_mois h3 {
  font-size: 45px;
}
#quatrieme_section .dossier_mois h4 {
  font-size: 50px;
}
#quatrieme_section .dossier_mois p {
  font-size: 22px;
}
#quatrieme_section .fil_actualite > a {
  width: calc((100% - 150px) / 4);
}

#cinquieme_section {
  position: relative;
  padding-bottom: 300px;
  margin-top: 250px;
}
#cinquieme_section > p {
  width: 70%;
}
#cinquieme_section:before {
  content: "";
  display: block;
  height: 100%;
  width: 132%;
  left: -16%;
  top: 0;
  position: absolute;
  background-image: url("../images/carte-monde.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  opacity: 0.1;
}
#cinquieme_section #temoignages {
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
}
#cinquieme_section #temoignages article {
  width: 31.6666666667%;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 30px 0;
  position: relative;
  background-color: var(--white);
}
#cinquieme_section #temoignages article img {
  position: relative;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%, -85%);
  margin-bottom: -130px;
  z-index: 5;
}
#cinquieme_section #temoignages article p:first-child {
  font-size: 18px;
  color: #4B4B4B;
}
#cinquieme_section #temoignages article p:last-child span {
  display: block;
}
#cinquieme_section #temoignages article p:last-child span:first-child {
  color: var(--couleur-bouton);
  font-size: 25px;
  font-family: "BB";
}
#cinquieme_section #temoignages article:after {
  content: "";
  display: block;
  background-image: url("../images/guillemet.webp");
  width: 30%;
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  right: 20px;
}
#cinquieme_section > span:nth-of-type(1) {
  right: 14%;
  top: 4%;
  background-color: var(--theme-color);
}
#cinquieme_section > span:nth-of-type(2) {
  right: 18%;
  top: -5%;
  background-color: var(--theme-color-2);
}
#cinquieme_section > span:nth-of-type(3) {
  right: -18%;
  top: 27%;
  background-color: var(--theme-color);
}
#cinquieme_section > img {
  position: absolute;
  left: 82%;
  top: -18%;
  width: 40%;
}

/* PAGE DES ACTUS */
.main-actus {
  margin-top: 150px;
  margin-bottom: 200px;
}
.main-actus h2 {
  margin-bottom: 50px;
}
.main-actus a {
  width: calc((100% - 100px) / 3);
}
.main-actus .rond {
  bottom: -30%;
  right: -30%;
  background-color: var(--background-color);
}

.filtre-actus > div {
  display: flex;
  justify-content: space-between;
}
.filtre-actus > div > div:nth-child(1) {
  width: 25%;
  margin-bottom: 50px;
}
.filtre-actus > div > div:nth-child(2) {
  width: 72%;
}
.filtre-actus > div > div:nth-child(2) article {
  width: calc((100% - 50px) / 2);
}
.filtre-actus > div .filtres {
  height: -moz-fit-content;
  height: fit-content;
  padding: 35px 65px;
  background-color: var(--background-color);
  border-radius: 40px;
  box-shadow: 0 4px 3px rgba(190, 165, 0, 0.3);
}
.filtre-actus > div .filtres h3 {
  color: var(--title-color);
  margin: 0 0 40px;
  font-size: 2.2em;
  position: relative;
  font-family: "BCB";
}
.filtre-actus > div .filtres h3:after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  background-color: currentColor;
  position: relative;
  left: 0;
  bottom: -5px;
}
.filtre-actus > div .filtres h5 {
  margin-top: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.filtre-actus > div .filtres h5 + .filtre-part {
  margin-top: 5px;
}
.filtre-actus > div .filtres .filtre-part {
  margin: -2px 0;
}
.filtre-actus > div .filtres input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border-radius: 5px;
  accent-color: var(--theme-color-2);
  cursor: pointer;
  box-shadow: 0 3px 5px 1px rgba(153, 107, 0, 0.2);
  width: 20px;
  height: 20px;
  position: relative;
}
.filtre-actus > div .filtres input[type=checkbox]:checked {
  background-color: var(--theme-color-2);
  width: 20px;
  height: 20px;
}
.filtre-actus > div .filtres input[type=checkbox]:checked:after {
  content: "\f00c";
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filtre-actus > div .filtres label {
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;
}
.filtre-actus > div .filtres button {
  margin-top: 35px;
  text-transform: none;
  width: 100%;
  font-size: 18px;
}
.filtre-actus > div .fil_actualite {
  flex-wrap: wrap;
}

/* PAGINATION */
#pagination {
  margin-top: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination span, #pagination a {
  margin: 0 5px;
  color: var(--title-color);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3em;
}
#pagination a:not(.next, .prev) {
  border-radius: 100px;
  border: 2px solid var(--theme-color);
  transition: transform 0.25s;
  font-family: "BM";
}
#pagination a:not(.next, .prev):hover, #pagination a:not(.next, .prev):focus {
  background-color: var(--background-color);
  transform: scale(1.2);
}
#pagination .current {
  font-size: 1.6em;
  font-family: "BB";
  background-color: var(--theme-color);
  border-radius: 100px;
  border: 2px solid var(--theme-color);
  margin: 15px;
  transform: scale(1.3);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1850px) {
  #quatrieme_section > div {
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 1750px) {
  #quatrieme_section > div {
    width: 100%;
    left: unset;
  }
  .dossier_mois article {
    width: 60%;
  }
}
@media screen and (max-width: 1440px) {
  #troisieme_section > div:nth-child(1) span:nth-of-type(1) {
    display: none;
  }
  #troisieme_section > div:nth-child(1) span:nth-of-type(3) {
    display: none;
  }
  #troisieme_section > div:nth-child(2) > span {
    display: none;
  }
  #quatrieme_section .dossier_mois h3 {
    font-size: 40px;
  }
  #quatrieme_section .dossier_mois h4 {
    font-size: 45px;
  }
  #quatrieme_section .dossier_mois p {
    font-size: 21px;
  }
  #cinquieme_section #temoignages article img {
    width: 50%;
  }
  .dossier_mois article h3 {
    font-size: 32px;
  }
  .dossier_mois article h4 {
    font-size: 40px;
  }
  .dossier_mois article p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1258px) {
  #deuxieme_section div {
    flex-wrap: wrap;
    row-gap: 100px;
  }
  #deuxieme_section a:not(.wp-element-button) {
    width: 32%;
  }
  #deuxieme_section a:not(.wp-element-button) figure {
    width: 40%;
  }
  #quatrieme_section .fil_actualite > a {
    width: calc((100% - 50px) / 2);
  }
  #cinquieme_section > span:nth-of-type(3) {
    display: none;
  }
  #cinquieme_section > img {
    top: -12%;
  }
  #cinquieme_section #temoignages {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 150px;
    justify-content: center;
  }
  #cinquieme_section #temoignages article {
    width: calc(50% - 50px);
  }
  #cinquieme_section #temoignages article img {
    width: 40%;
  }
  #cinquieme_section #temoignages article:after {
    width: 26%;
    bottom: -35px;
  }
  .dossier_mois article h3 {
    font-size: 32px;
  }
  .dossier_mois article h4 {
    font-size: 40px;
  }
  .dossier_mois article p {
    font-size: 18px;
  }
  .filtre-actus > div {
    display: block;
  }
  .filtre-actus > div > div:nth-child(1) {
    width: 45%;
    margin: 0 auto 50px;
  }
  .filtre-actus > div > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #premiere_section {
    flex-direction: column;
    row-gap: 50px;
  }
  #premiere_section > div {
    width: 100%;
  }
  #deuxieme_section div {
    flex-wrap: wrap;
    row-gap: 100px;
  }
  #deuxieme_section a:not(.wp-element-button) {
    width: 47%;
  }
  #deuxieme_section a:not(.wp-element-button) h3 {
    font-size: 1.5em;
  }
  #troisieme_section {
    flex-direction: column;
  }
  #troisieme_section > div {
    width: 100%;
    margin: auto;
  }
  #troisieme_section > div:nth-child(1) > img {
    width: 110%;
    left: -5%;
  }
  #troisieme_section > div:nth-child(2):after {
    display: none;
  }
  #quatrieme_section .dossier_mois h3 {
    font-size: 35px;
  }
  #quatrieme_section .dossier_mois h4 {
    font-size: 39px;
  }
  #quatrieme_section .dossier_mois p {
    font-size: 20px;
  }
  #cinquieme_section #temoignages article img {
    width: 50%;
  }
  .dossier_mois article {
    width: 75%;
  }
  .main-actus .fil_actualite {
    justify-content: center;
  }
  .main-actus a {
    width: calc((100% - 50px) / 2);
  }
  #calendly .calendly-inline-widget {
    height: 900px;
  }
  #calendly .calendly-inline-widget iframe {
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  #cinquieme_section > p {
    width: 80%;
  }
  #cinquieme_section span:nth-of-type(1) {
    display: none;
  }
  #cinquieme_section #temoignages article img {
    margin-bottom: -100px;
  }
  #cinquieme_section #temoignages article:after {
    display: none;
  }
  .main-actus .rond {
    bottom: -10%;
  }
  .filtre-actus > div > div:nth-child(1) {
    width: 65%;
  }
}
@media screen and (max-width: 781px) {
  #premiere_section {
    flex-direction: column;
    row-gap: 30px;
  }
  #premiere_section > div:nth-child(1) span {
    font-size: 25px;
  }
  #premiere_section > div:nth-child(1) span i {
    font-size: 40px;
  }
  #deuxieme_section div {
    flex-wrap: wrap;
    row-gap: 100px;
  }
  #deuxieme_section a:not(.wp-element-button) {
    width: 47%;
  }
  #deuxieme_section a:not(.wp-element-button) figure {
    width: 55%;
  }
  #deuxieme_section a:not(.wp-element-button) h3 {
    font-size: 1.2em;
  }
  #deuxieme_section a:not(.wp-element-button) p:not(.wp-element-button.sans-after.plus) {
    font-size: 16px;
  }
  #quatrieme_section .dossier_mois {
    margin-top: 250px;
  }
  #cinquieme_section > img {
    top: 5%;
  }
  #cinquieme_section #temoignages article {
    width: 100%;
  }
  #cinquieme_section #temoignages article img {
    width: 30%;
    margin-bottom: -130px;
  }
  #cinquieme_section #temoignages article:after {
    width: 20%;
    display: block;
  }
  .dossier_mois {
    margin: 200px 0 50px;
  }
  .dossier_mois article {
    width: 100%;
    padding: 30px 40px 90px;
  }
  .dossier_mois article h3 {
    font-size: 28px;
  }
  .dossier_mois article h4 {
    font-size: 35px;
  }
  .dossier_mois img {
    border-radius: 50px 50px 0 0;
    width: 100%;
    left: 0;
    top: -200px;
  }
  .filtre-actus > div > div:nth-child(1) {
    width: 75%;
  }
}
@media screen and (max-width: 666px) {
  #premiere_section > div:nth-child(2) span:first-of-type {
    left: 0;
    background-color: var(--background-color);
  }
  #troisieme_section .etapes div:nth-child(1) p {
    width: 90px;
    height: 90px;
  }
  #troisieme_section .etapes div:nth-child(1) p span {
    font-size: 35px;
  }
  #troisieme_section .etapes h3 {
    font-size: 30px;
  }
  #troisieme_section .etapes div > p {
    font-size: 18px;
  }
  .main-actus a {
    width: 100%;
  }
  .filtre-actus > div > div:nth-child(2) article {
    width: 100%;
  }
  .carte_actualite figure {
    height: 200px;
  }
  .carte_actualite div {
    height: calc(100% - 200px);
  }
  #deuxieme_section a:not(.wp-element-button) {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #deuxieme_section a figure {
    width: 40%;
  }
  #troisieme_section .etapes div:nth-child(1) p {
    width: 70px;
    height: 70px;
    margin: 0 25px 0 0;
    border: 3px var(--black) solid;
  }
  #troisieme_section .etapes div:nth-child(1) p span {
    font-size: 28px;
  }
  #troisieme_section .etapes h3 {
    font-size: 25px;
  }
  #troisieme_section .etapes div > p {
    font-size: 16px;
  }
  #quatrieme_section .fil_actualite > a {
    width: 100%;
  }
  #quatrieme_section .dossier_mois {
    margin-top: 200px;
  }
  #quatrieme_section .dossier_mois h3 {
    font-size: 30px;
  }
  #quatrieme_section .dossier_mois h4 {
    font-size: 35px;
  }
  #quatrieme_section .dossier_mois p {
    font-size: 18px;
  }
  #cinquieme_section > img {
    display: none;
  }
  #cinquieme_section > p {
    width: 100%;
  }
  #cinquieme_section #temoignages article img {
    width: 40%;
    margin-bottom: -110px;
  }
  #cinquieme_section #temoignages article:after {
    bottom: -30px;
  }
  .dossier_mois {
    margin: 150px 0 50px;
  }
  .dossier_mois article {
    padding: 30px 15px 90px;
    border-radius: 30px;
  }
  .dossier_mois article h3 {
    font-size: 25px;
  }
  .dossier_mois article h4 {
    font-size: 30px;
  }
  .dossier_mois img {
    border-radius: 30px;
    top: -150px;
  }
  .main-actus .rond {
    bottom: -4%;
  }
  .filtre-actus > div > div:nth-child(1) {
    width: 100%;
  }
  .filtre-actus > div .filtres {
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 450px) {
  #premiere_section {
    row-gap: 0;
  }
  #premiere_section > div:nth-child(1) span {
    font-size: 17px;
  }
  #premiere_section > div:nth-child(1) span i {
    font-size: 25px;
  }
  #premiere_section > div:nth-child(2) span:first-of-type {
    display: none;
  }
  #deuxieme_section a figure {
    width: 45%;
  }
  #deuxieme_section a h3 {
    font-size: 1em;
  }
  #deuxieme_section a p:not(.wp-element-button.sans-after.plus) {
    font-size: 15px;
  }
  #troisieme_section h2 {
    text-align: center;
  }
  #troisieme_section h2 strong {
    margin: auto;
  }
  #troisieme_section > div:nth-child(1) span:nth-of-type(4) {
    display: none;
  }
  #troisieme_section .etapes div:nth-child(1) p {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    border: 2px var(--black) solid;
  }
  #troisieme_section .etapes div:nth-child(1) p span {
    font-size: 20px;
  }
  #troisieme_section .etapes h3 {
    font-size: 20px;
  }
  #troisieme_section .etapes div > p {
    font-size: 15px;
  }
  #quatrieme_section .dossier_mois h3 {
    font-size: 25px;
  }
  #quatrieme_section .dossier_mois h4 {
    font-size: 30px;
  }
  #quatrieme_section .dossier_mois p {
    font-size: 16px;
  }
  #cinquieme_section #temoignages article img {
    width: 45%;
    margin-bottom: -100px;
  }
  #cinquieme_section #temoignages article:after {
    width: 22%;
    bottom: -10px;
  }
  .carte_actualite h4 {
    font-size: 20px;
  }
  .carte_actualite figure {
    height: 150px;
  }
  .carte_actualite div {
    height: calc(100% - 150px);
  }
  .filtre-actus > div .filtres {
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 30px;
  }
}
/* LISTING ARCHIVES */
.blog #actualites {
  margin-top: 80px;
}

.blog #actualites .plus_actus article:first-of-type {
  width: 100%;
  height: 75vh;
}

.blog #actualites .plus_actus article:first-of-type .image_post {
  width: 65%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}

.blog #actualites .plus_actus article:first-of-type .infos_post {
  width: 50%;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 15vh;
  padding: 80px;
}

.plus_actus {
  position: relative;
}

.blog #actualites .plus_actus article:first-of-type .infos_post h3 {
  font-size: 2em;
  margin-bottom: 40px;
}

.blog #actualites .plus_actus article:first-of-type .infos_post p {
  font-size: 1.12em;
  margin-bottom: 40px;
}

.blog #actualites .plus_actus article:first-of-type .infos_post a {
  font-size: 1.4em;
}

.wrap_archive article {
  width: calc((100% - 150px) / 4);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1258px) {
  .wrap_archive article {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .wrap_archive article {
    width: 100%;
  }
}
.wrap_content {
  padding: 270px 0;
}

.wrap_content:has(.list-siblings-dessus) {
  padding: 230px 0;
}

#wrap_main_post {
  padding: 200px 0;
}

.wrap_content.contact {
  padding-bottom: 0;
}

.bandeau_rdv {
  margin-bottom: 600px;
}

.bandeau_form {
  margin-bottom: 200px;
  padding-top: 400px;
}

/* PAGE */
#content-page .wp-block-columns h2 {
  margin-top: 5px;
}
#content-page .wp-block-gallery {
  margin: 10px 0;
}
#content-page .wp-block-column .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content-page blockquote {
  background-color: var(--background-color);
  margin: 50px 0;
  border-radius: 30px;
  font-family: "BR";
  padding: 65px;
  padding-right: 150px;
  position: relative;
}
#content-page blockquote:before {
  content: '"';
  display: block;
  font-family: "BR";
  font-style: normal;
  font-size: 9em;
  color: var(--theme-color);
  position: absolute;
  right: 50px;
  top: -75px;
}
#content-page blockquote:after {
  content: '"';
  display: block;
  font-family: "BR";
  font-style: normal;
  font-size: 9em;
  color: var(--theme-color);
  position: absolute;
  left: 20px;
  bottom: -145px;
}

/* PAGE PARENTS */
.list-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 200px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  position: relative;
  margin-top: 80px;
}
.list-child a {
  background-color: var(--background-color);
  border-radius: 70px;
  width: 30%;
  box-shadow: 0 5px 4px rgba(190, 165, 0, 0.3);
  padding: 0 35px 100px;
  position: relative;
}
.list-child a figure {
  border-radius: 100%;
  background-color: var(--theme-color-2);
  width: 40%;
  padding: 0 5px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  top: -40px;
  margin-bottom: -35px;
}
.list-child a figure img, .list-child a figure svg {
  width: 65%;
  height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list-child a figure path, .list-child a figure rect {
  fill: var(--white);
}
.list-child a h3 {
  color: var(--title-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7em;
  margin-bottom: 55px;
  text-transform: uppercase;
  font-family: "BBlack";
}
.list-child a h3:after {
  content: "";
  display: block;
  height: 6px;
  width: 100px;
  background-color: currentColor;
  border-radius: 6px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  bottom: -15px;
}
.list-child a p:not(.sans-after.plus) {
  text-align: center;
  font-size: 18px;
  color: #4D4D4D;
}
.list-child a .sans-after.plus {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}
.list-child:before {
  content: "";
  display: block;
  height: 50%;
  width: 100vw;
  background-color: var(--main-color-2);
  position: absolute;
  left: calc((-100vw + 100%) / 2);
  top: 25%;
}

/* PAGE ENFANTS */
.main_content:has(.list-siblings-gauche) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main_content:has(.list-siblings-gauche) .list-siblings-gauche {
  width: 28%;
}
.main_content:has(.list-siblings-gauche) > div:nth-child(2) {
  width: 65%;
}

.list-siblings-gauche {
  background-color: var(--background-color);
  box-shadow: 0 5px 5px rgba(190, 165, 0, 0.3);
  border-radius: 30px;
  padding: 0 50px 30px;
  margin-bottom: 50px;
}
.list-siblings-gauche h3 {
  margin-bottom: 50px;
}
.list-siblings-gauche article {
  display: flex;
  align-items: center;
}
.list-siblings-gauche article:hover h4 {
  letter-spacing: 1px;
}
.list-siblings-gauche > a:not(:last-of-type) {
  margin-bottom: 50px;
  display: block;
  position: relative;
}
.list-siblings-gauche > a:not(:last-of-type):after {
  content: "";
  display: block;
  height: 1px;
  background-color: #707070;
  width: 110%;
  position: absolute;
  left: -5%;
  bottom: -25px;
}
.list-siblings-gauche svg {
  width: 20%;
  margin-right: 10px;
  max-height: 40px;
}
.list-siblings-gauche path {
  fill: var(--title-color);
}
.list-siblings-gauche h4 {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: "BM";
  font-size: 22px;
  transition: all linear 0.1s;
}
.list-siblings-gauche i {
  color: var(--title-color);
  margin-left: auto;
}
.list-siblings-gauche .page-actuelle {
  cursor: default;
}
.list-siblings-gauche .page-actuelle path {
  fill: var(--theme-color-2);
}
.list-siblings-gauche .page-actuelle h4, .list-siblings-gauche .page-actuelle i {
  color: var(--theme-color-2);
}
.list-siblings-gauche .page-actuelle:hover h4 {
  letter-spacing: normal;
}

.list-siblings-dessus {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.list-siblings-dessus > a {
  background-color: var(--background-color);
  border-radius: 30px;
  position: relative;
  width: calc((100% - 120px) / 6);
  box-shadow: 0 3px 4px 1px rgba(190, 165, 0, 0.3);
  float: left;
  margin: 0 10px 15px;
  height: 220px;
  transition: all linear 0.15s;
}
.list-siblings-dessus > a figure {
  position: relative;
  display: block;
  width: 40%;
  padding: 0 5px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--theme-color-2);
  left: 50%;
  transform: translate(-50%, -60%);
  margin: 30px 0 -35px;
}
.list-siblings-dessus > a svg {
  position: relative;
  width: 70%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list-siblings-dessus > a path {
  fill: var(--white);
}
.list-siblings-dessus > a h3 {
  color: var(--title-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin: 0 auto 1em;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "BBlack";
}
.list-siblings-dessus > a h3:after {
  content: "";
  display: block;
  height: 6px;
  width: 60px;
  background-color: currentColor;
  border-radius: 6px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
}
.list-siblings-dessus > a .wp-element-button.plus {
  margin: 30px auto 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
}
.list-siblings-dessus > a .wp-element-button.plus i {
  font-size: 22px;
}
.list-siblings-dessus > a.page-actuelle {
  background-color: #EAEAEA;
  box-shadow: none;
  cursor: default;
}
.list-siblings-dessus > a.page-actuelle figure {
  background-color: #929292;
}
.list-siblings-dessus > a.page-actuelle h3 {
  color: var(--black);
}
.list-siblings-dessus > a.page-actuelle .wp-element-button.plus {
  background-color: var(--black);
  cursor: default;
}
.list-siblings-dessus > a.page-actuelle .wp-element-button.plus i {
  color: #EAEAEA;
}
.list-siblings-dessus > a:not(.page-actuelle):hover, .list-siblings-dessus > a:not(.page-actuelle):focus {
  box-shadow: 0 0 5px 3px rgba(190, 165, 0, 0.3);
}

/* FORMULAIRE */
.forminator-input, .forminator-textarea {
  border-color: var(--theme-color) !important;
  background-color: var(--white) !important;
  border-radius: 27px !important;
  font-size: 17px !important;
  font-family: "BR" !important;
  padding: 13px 0 13px 15px !important;
}

.forminator-field-consent p {
  font-size: 13px !important;
  font-family: "BR" !important;
}

.forminator-field-html p {
  font-size: 16px;
  margin-bottom: 0;
}

.forminator-checkbox-box {
  border-color: var(--theme-color) !important;
  background-color: var(--white) !important;
  color: var(--theme-color) !important;
  border-radius: 4px !important;
}

.forminator-button-submit {
  background-color: var(--couleur-bouton) !important;
  color: var(--texte-bouton) !important;
  font-family: "BB" !important;
  border-radius: 100px !important;
  padding: 10px 40px !important;
  text-transform: lowercase;
  font-size: 0.8em !important;
  transition: all linear 0.1s !important;
}
.forminator-button-submit:hover, .forminator-button-submit:focus {
  background-color: var(--hover-bouton) !important;
  color: var(--texte-bouton) !important;
}
.forminator-button-submit:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
}

/* PAGE CONTACT */
#contact_page .has-background:has(> figure) {
  border-radius: 100%;
  aspect-ratio: 1;
  height: -moz-fit-content;
  height: fit-content;
}
#contact_page .has-background:has(> figure) > figure {
  width: 50%;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contact_page h5 {
  font-size: 30px;
}
#contact_page #carte {
  position: relative;
}
#contact_page #carte:before {
  content: "";
  display: block;
  height: 150%;
  width: 132%;
  left: -16%;
  top: -200px;
  position: absolute;
  background-image: url("../images/carte-monde.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  opacity: 0.1;
}
#contact_page #carte iframe {
  width: 100%;
  border-radius: 25px;
  height: 650px;
  margin-bottom: -150px;
  margin-top: 200px;
  border: none;
}
#contact_page .wp-block-columns:has(.forminator-custom-form) {
  position: relative;
}
#contact_page .wp-block-columns:has(.forminator-custom-form):after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: absolute;
  left: -290px;
  top: -110px;
  z-index: -1;
  background-color: var(--theme-color-2);
}
#contact_page .wp-block-columns:has(.forminator-custom-form) .wp-block-column:not(:has(> .forminator-custom-form)) {
  position: relative;
}
#contact_page .wp-block-columns:has(.forminator-custom-form) .wp-block-column:not(:has(> .forminator-custom-form)):before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -1;
  background-color: var(--theme-color);
}
#contact_page .wp-block-columns:has(.forminator-custom-form) .wp-block-column:not(:has(> .forminator-custom-form)):after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: absolute;
  left: 75px;
  top: 40px;
  z-index: -1;
  background-color: var(--theme-color-2);
}
#contact_page .wp-block-column:has(> .forminator-custom-form) {
  position: relative;
}
#contact_page .wp-block-column:has(> .forminator-custom-form):before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: absolute;
  right: -290px;
  top: -25px;
  z-index: -1;
  background-color: var(--theme-color-2);
}
#contact_page .wp-block-column:has(> .forminator-custom-form):after {
  content: "";
  display: block;
  width: 290px;
  height: 140px;
  position: absolute;
  right: -290px;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 15%, var(--theme-color) 15%, var(--theme-color) 18%, transparent 18%, transparent 40%, var(--theme-color) 40%, var(--theme-color) 43%, transparent 43%, transparent 65%, var(--theme-color) 65%, var(--theme-color) 68%, transparent 68%, transparent 90%, var(--theme-color) 90%, var(--theme-color) 93%, transparent 93%);
}

.wp-block-columns:has(.forminator-custom-form) {
  position: relative;
}
.wp-block-columns:has(.forminator-custom-form):before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 110vw;
  left: calc((-110vw + 100%) / 2);
  top: -12%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

/* ARTICLE */
#dateDescription {
  margin-bottom: 5em;
}
#dateDescription p:first-child {
  margin-bottom: 0.5em;
  color: var(--theme-color);
  font-family: "BSB";
}
#dateDescription p:last-child {
  font-size: 20px;
}

#wrap_main_post .avec-before:first-of-type {
  margin-bottom: 80px;
  text-transform: uppercase;
}

#wrap_main_post .avec-before:last-of-type {
  margin-top: 120px;
  text-transform: uppercase;
}

.single-actu {
  margin-top: 200px;
}
.single-actu h2 {
  margin-bottom: 50px;
}
.single-actu article {
  width: calc((100% - 100px) / 3);
}

/* BANDEAU RDV */
.bandeau_rdv {
  margin-top: -100px;
  position: relative;
}
.bandeau_rdv:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 110vw;
  left: calc((-110vw + 100%) / 2);
  top: 3%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.bandeau_rdv > div {
  display: flex;
}
.bandeau_rdv > div:nth-child(1) {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.bandeau_rdv > div:nth-child(1) div {
  width: 46%;
}
.bandeau_rdv > div:nth-child(1) figure {
  width: 50%;
}
.bandeau_rdv > div:nth-child(2) {
  position: relative;
}
.bandeau_rdv > div:nth-child(2) div {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.bandeau_rdv > div:nth-child(2) a {
  text-transform: none;
}
.bandeau_rdv > div:nth-child(2) figure {
  position: relative;
  width: 40%;
}
.bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(1) {
  top: -11%;
  right: -10%;
  background-color: var(--theme-color-2);
}
.bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(2) {
  top: -40%;
  right: -21%;
  background-color: var(--theme-color);
}
.bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(3) {
  width: 37px;
  top: -10%;
  right: -30%;
  background-color: var(--theme-color-2);
}
.bandeau_rdv > div:nth-child(2) figure img {
  border-radius: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  position: absolute;
  left: -270px;
  top: -50px;
}

/* BANDEAU FORMULAIRE */
.bandeau_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.bandeau_form:before {
  content: "";
  display: block;
  position: absolute;
  height: 60%;
  width: 110vw;
  left: calc((-110vw + 100%) / 2);
  top: 30%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.bandeau_form > img {
  position: absolute;
  height: 460px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: -117px;
  right: -20%;
}
.bandeau_form > .rond:nth-of-type(1) {
  top: -5%;
  right: 12%;
  background-color: var(--theme-color-2);
}
.bandeau_form > .rond:nth-of-type(2) {
  top: -18%;
  right: -5%;
  background-color: var(--theme-color);
}
.bandeau_form > div:nth-of-type(1) {
  position: relative;
  width: 40%;
}
.bandeau_form > div:nth-of-type(1) .rond:nth-of-type(1) {
  bottom: 18%;
  left: -46%;
  background-color: var(--theme-color-2);
}
.bandeau_form > div:nth-of-type(1) .rond:nth-of-type(2) {
  top: 1%;
  right: -15%;
  background-color: var(--theme-color);
}
.bandeau_form > figure {
  width: 55%;
  position: relative;
}
.bandeau_form > figure > img {
  position: relative;
  right: -10%;
}
.bandeau_form > figure .rond:nth-of-type(1) {
  top: 11%;
  left: 28%;
  background-color: var(--theme-color-2);
}
.bandeau_form > figure .rond:nth-of-type(2) {
  top: -31%;
  left: 7%;
  background-color: var(--theme-color);
}
.bandeau_form > figure .rond img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .bandeau_form > figure .rond:nth-of-type(2) {
    left: 0%;
    width: 229px;
  }
}
@media screen and (max-width: 1258px) {
  #content-page blockquote {
    padding: 55px;
    padding-right: 90px;
  }
  #content-page blockquote:before {
    top: -70px;
  }
  #content-page blockquote:after {
    bottom: -150px;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche {
    width: 40%;
  }
  .main_content:has(.list-siblings-gauche) > div:nth-child(2) {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .list-child {
    row-gap: 165px;
  }
  .list-child a {
    width: 47%;
  }
  .list-child a h3 {
    font-size: 1.5em;
  }
  .main_content:has(.list-siblings-gauche) {
    display: block;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche {
    width: 60%;
    margin: 0 auto 50px;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche h3 {
    padding-top: 30px;
    margin-top: 0;
  }
  .main_content:has(.list-siblings-gauche) > div:nth-child(2) {
    width: 100%;
  }
  .list-siblings-dessus > a {
    height: 200px;
    width: calc((100% - 60px) / 3);
    margin-bottom: 50px;
  }
  .single-actu .fil_actualite {
    justify-content: center;
  }
  .single-actu article {
    width: calc((100% - 50px) / 2);
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(1) {
    top: 5%;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(2) {
    top: -5%;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(3) {
    top: 20%;
  }
  .bandeau_rdv > div:nth-child(2) figure img {
    top: -25px;
  }
  .bandeau_form > figure .rond:nth-of-type(2) {
    top: -45%;
    width: 200px;
  }
}
@media screen and (max-width: 990px) {
  #content-page blockquote:before {
    top: -65px;
  }
  #content-page blockquote:after {
    bottom: -135px;
  }
  .bandeau_form {
    display: block;
  }
  .bandeau_form > div:nth-of-type(1) {
    width: 100%;
  }
  .bandeau_form > div:nth-of-type(1) .rond:nth-of-type(1) {
    left: unset;
    right: -145px;
  }
  .bandeau_form > figure {
    width: 100%;
  }
  .bandeau_form > figure .rond:nth-of-type(1) {
    left: 10%;
  }
  .bandeau_form > figure .rond:nth-of-type(2) {
    display: none;
  }
  .bandeau_form > figure img {
    right: 0;
  }
}
@media screen and (max-width: 781px) {
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche {
    width: 70%;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche h4 {
    font-size: 21px;
  }
  .bandeau_rdv > div {
    display: block;
  }
  .bandeau_rdv > div:nth-child(1) div {
    width: 100%;
  }
  .bandeau_rdv > div:nth-child(1) figure {
    width: 100%;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(1) {
    top: -60px;
    right: 28%;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(2) {
    top: -90px;
    right: -5%;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(3) {
    right: -20%;
  }
  .wrap_content {
    padding: 180px 0;
  }
  .wrap_content:has(.list-siblings-dessus) {
    padding: 200px 0;
  }
  #contact_page .has-background:has(> figure) {
    border-radius: 1000px;
    aspect-ratio: unset;
    padding: 5px 0;
    height: unset;
  }
  #contact_page .has-background:has(> figure) > figure {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 666px) {
  .list-child {
    row-gap: 135px;
  }
  .list-child a {
    width: 100%;
  }
  .list-child a h3 {
    font-size: 1.2em;
  }
  .list-siblings-dessus > a {
    height: 240px;
    width: calc((100% - 40px) / 2);
  }
  .single-actu article {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #content-page .wp-block-gallery > figure {
    flex-basis: 100%;
  }
  #content-page blockquote {
    padding: 45px;
  }
  #content-page blockquote:before {
    font-size: 8em;
    top: -60px;
  }
  #content-page blockquote:after {
    font-size: 8em;
    bottom: -125px;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche {
    width: 85%;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche h4 {
    font-size: 20px;
  }
  .list-siblings-dessus > a {
    height: 210px;
  }
  .bandeau_rdv > div:nth-child(1) p {
    margin-bottom: 0;
  }
  .bandeau_rdv > div:nth-child(2) div {
    width: 100%;
  }
  .bandeau_rdv > div:nth-child(2) div a {
    margin: auto;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(1) {
    right: 55%;
  }
  .bandeau_rdv > div:nth-child(2) figure .rond:nth-of-type(3) {
    display: none;
  }
  .bandeau_form {
    padding-top: 255px;
  }
  .bandeau_form > img {
    height: 350px;
    width: 350px;
    top: -150px;
  }
  .bandeau_form > div:nth-of-type(1) {
    width: 100%;
  }
  .bandeau_form > div:nth-of-type(1) .rond:nth-of-type(1) {
    left: unset;
    right: -45px;
  }
  .bandeau_form > figure {
    width: 100%;
  }
  .bandeau_form > figure .rond:nth-of-type(1) {
    left: 10%;
  }
  .bandeau_form > figure .rond:nth-of-type(2) {
    display: none;
  }
  .bandeau_form > figure img {
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  #content-page blockquote {
    padding: 25px;
  }
  #content-page blockquote:before {
    font-size: 7em;
    right: 20px;
    top: -50px;
  }
  #content-page blockquote:after {
    font-size: 7em;
    left: 10px;
    bottom: -110px;
  }
  .main_content:has(.list-siblings-gauche) .list-siblings-gauche {
    width: 100%;
  }
  .list-child a {
    border-radius: 40px;
    padding: 0 25px 70px;
  }
  .list-child a figure {
    margin-bottom: -50px;
  }
  .list-child a p {
    font-size: 17px;
  }
  .list-child a {
    bottom: 25px;
  }
  .list-siblings-dessus > a h3 {
    font-size: 16px;
  }
  .list-siblings-dessus > a figure {
    margin: 30px 0 -5px;
  }
}
@media screen and (max-width: 350px) {
  .list-siblings-dessus > a {
    width: 100%;
    margin: 0 0 50px;
  }
  .list-siblings-dessus > a figure {
    margin: 30px 0 -45px;
  }
  .list-siblings-dessus > a h3 {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */