@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: "AR", sans-serif;
  font-size: 20px;
}

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

a {
  text-decoration: none !important;
}

section:not(#content-page) blockquote {
  border-left: 16px solid var(--theme-color-2);
  padding: 16px 32px;
  margin-bottom: 20px;
}
section:not(#content-page) blockquote .wp-block-quote {
  width: 90%;
  margin: 2.8em auto;
  font-size: 1.12em;
  padding: 1.4em 2em;
  background: #fbfbfb;
  clear: both;
}
section:not(#content-page) blockquote p:last-child {
  margin: 0;
}
section:not(#content-page) blockquote cite {
  float: right;
  color: #666;
}

/* BOUTONS */
#wrap_main_404 > div a, #listChild article > a:last-child, .retour a, #content-page .wp-block-button:not(.is-style-bouton-style-2) .wp-element-button, #accompagnement > .btn-plus > a, #creation > div:nth-child(4) a, #liste_article > a, .telephoneFooter, nav .tool-menu .btn-menu, .ariane span:not(:first-of-type) a, .ariane .breadcrumb_last, .wp-block-button.is-style-bouton-style-1 .wp-block-button__link {
  /* Ce style de bouton est appliqué de base pour le content page */
  background-color: var(--main-color);
  color: var(--texte-bouton);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  padding: 15px 25px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  transition: all linear 0.1s;
}
#wrap_main_404 > div a:hover, #listChild article > a:hover:last-child, .retour a:hover, #content-page .wp-block-button:not(.is-style-bouton-style-2) .wp-element-button:hover, #accompagnement > .btn-plus > a:hover, #creation > div:nth-child(4) a:hover, #liste_article > a:hover, .telephoneFooter:hover, nav .tool-menu .btn-menu:hover, .ariane span:not(:first-of-type) a:hover, .ariane .breadcrumb_last:hover, .wp-block-button.is-style-bouton-style-1 .wp-block-button__link:hover, #wrap_main_404 > div a:focus, #listChild article > a:focus:last-child, .retour a:focus, #content-page .wp-block-button:not(.is-style-bouton-style-2) .wp-element-button:focus, #accompagnement > .btn-plus > a:focus, #creation > div:nth-child(4) a:focus, #liste_article > a:focus, .telephoneFooter:focus, nav .tool-menu .btn-menu:focus, .ariane span:not(:first-of-type) a:focus, .ariane .breadcrumb_last:focus, .wp-block-button.is-style-bouton-style-1 .wp-block-button__link:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  background-color: var(--hover-bouton);
  outline: none;
}

.wp-block-button.is-style-bouton-style-2 .wp-block-button__link, .wp-block-read-more {
  text-transform: lowercase;
  color: var(--main-color);
  font-size: 1.2em;
  font-family: "AB";
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.wp-block-button.is-style-bouton-style-2 .wp-block-button__link:before, .wp-block-read-more:before {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background: var(--main-color);
  transition: width 0.3s ease 0, left 0.3s ease 0;
  width: 0;
}
.wp-block-button.is-style-bouton-style-2 .wp-block-button__link:after, .wp-block-read-more:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
}
.wp-block-button.is-style-bouton-style-2 .wp-block-button__link:hover, .wp-block-read-more:hover, .wp-block-button.is-style-bouton-style-2 .wp-block-button__link:focus, .wp-block-read-more:focus {
  color: var(--hover-bouton);
  background-color: transparent;
  outline: none;
}
.wp-block-button.is-style-bouton-style-2 .wp-block-button__link:hover:before, .wp-block-read-more:hover:before, .wp-block-button.is-style-bouton-style-2 .wp-block-button__link:focus:before, .wp-block-read-more:focus:before {
  width: 100%;
  left: 0;
  background: var(--hover-bouton);
}

/* TITRE */
h1 {
  font-family: "AEB";
  text-transform: uppercase;
  color: var(--main-color);
  padding-top: 60px;
  position: relative;
  font-size: 2.6em;
}
h1 span {
  text-transform: lowercase;
  font-family: "AL";
  display: block;
  font-size: 89%;
}

h2 {
  color: var(--theme-color);
  font-family: "AL";
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}
h2 strong {
  color: var(--main-color);
  font-size: 1.96em;
  font-family: "AB";
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
h2 strong:after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 40px;
  background-color: var(--theme-color-2);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
h2 strong:first-letter {
  text-transform: uppercase;
}
h2.has-text-align-center {
  text-align: center;
}
h2.has-text-align-center strong {
  margin: auto;
}
h2.has-text-align-center strong:after {
  width: 75%;
  left: 12.5%;
}

h3 {
  color: var(--black);
  font-family: "AB";
  font-size: 1.7em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 40px;
}
h3:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: currentColor;
  position: relative;
  bottom: -5px;
  left: 0;
  border-radius: 5px;
}
h3.has-text-align-center {
  margin: auto;
}
h3.has-text-align-center:after {
  width: 40%;
  bottom: -5px;
  left: 30%;
}

h4 {
  font-family: "ASB";
  margin-bottom: 20px;
  font-size: 1.3em;
  color: var(--main-color);
}

h5 {
  font-family: "AEB";
  color: var(--theme-color);
  text-align: center;
}

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

.container ul {
  margin-left: 15px;
  padding-left: 0;
}

li {
  color: var(--black);
  font-size: 19px;
  margin-bottom: 10px;
}

/* 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(--theme-color-2);
  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;
}

#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: 17px;
  font-family: "AR";
  margin-bottom: 1.5em;
  line-height: 1.6;
  color: #3D3D3D;
}

main {
  position: relative;
  z-index: 5;
}

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

.container {
  max-width: 1350px;
  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;
}

.has-background {
  position: relative;
}
.has-background:before {
  content: "";
  position: absolute;
  left: calc((-100vw + 100%) / 2);
  top: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--background-color);
  z-index: -1;
}

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

/* ARIANE */
.ariane span a {
  display: inline-block;
  background-color: var(--texte-bouton);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 0.8em;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  margin-right: 6px;
  transition: all linear 0.1s;
}
.ariane span a:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.ariane span:not(:first-of-type) a, .ariane .breadcrumb_last {
  display: inline-block;
  margin-left: 10px;
}
.ariane .breadcrumb_last {
  transition: none;
  cursor: text;
}
.ariane .breadcrumb_last:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  background-color: var(--main-color);
}

/* RECHERCHE */
#searchPopUp {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -20px;
  left: -2.5%;
  z-index: 1;
}
#searchPopUp form {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em;
  background-color: #FFFFFF;
  width: 85%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#searchPopUp input {
  flex: 1;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #3D3D3D;
  padding: 5px;
  font-size: 14px;
}
#searchPopUp input:focus-visible {
  border-bottom: var(--black) 2px solid;
  outline: none;
}
#searchPopUp .search-submit {
  all: unset;
  cursor: pointer;
}
#searchPopUp .search-submit:hover i {
  color: var(--hover-bouton);
}

/* MEDIA QUERIES */
@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: 2.3em;
  }
  h2 strong:after {
    width: calc(100% + 10px);
  }
  #content-page.container, .container {
    width: 95%;
    margin: auto;
  }
  .main_content .wp-block-cover.alignfull {
    min-height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.3em;
  }
  h2 strong {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 666px) {
  .main_content .wp-block-cover.alignfull {
    min-height: 250px;
  }
  #searchPopUp form {
    width: 95%;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.2em;
  }
  h2 strong {
    font-size: 1.5em;
  }
  #searchPopUp form {
    gap: 0.5em;
    padding: 1em 0.5em;
  }
}
/* HEADER CSS */
.gradient-overlay-horizontal-color {
  background: linear-gradient(to left, var(--theme-color-2) 50%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.gradient-overlay-horizontal-white {
  background: linear-gradient(to right, var(--white) 30%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.gradient-overlay-vertical {
  background: linear-gradient(to top, var(--white), transparent 20%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* PAGE D'ACCUEIL */
header.front {
  position: relative;
  min-height: 115vh;
  padding: 100px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header.front h1 {
  line-height: 1em;
  padding-top: 14vh;
  max-width: 90%;
}
header.front h1 span {
  text-transform: none;
  font-family: "AL";
  display: block;
  text-transform: lowercase;
}
header.front p {
  line-height: 1.36em;
  font-size: 21px;
  margin-top: 22px;
  margin-bottom: 38px;
  color: var(--black);
}
header.front .container {
  display: flex;
}
header.front .container .left {
  width: 52%;
}
header.front .container .left .services_accueil {
  position: relative;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  gap: 60px;
}
header.front .container .left .services_accueil div {
  display: flex;
  align-items: center;
}
header.front .container .left .services_accueil div img {
  height: auto;
  width: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
header.front .container .left .services_accueil div p {
  margin: 0;
  margin-left: 20px;
  font-family: "ASB";
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header.front .container .left .services_accueil:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--black);
  position: absolute;
  top: -25px;
  left: 0;
}
header.front .container .right {
  width: 47%;
}
header.front .container .right #formulaireAcceuil {
  margin: 8vh 0 0 20% !important;
  padding: 40px 40px !important;
  background-color: var(--white) !important;
  border-radius: 30px !important;
  box-shadow: 0 5px 10px rgba(43, 123, 99, 0.5);
  position: relative;
}
header.front .container .right #formulaireAcceuil #intituleForm {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.front .container .right #formulaireAcceuil #intituleForm img {
  max-width: 15%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
header.front .container .right #formulaireAcceuil #intituleForm h4 {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.3em;
}
header.front .container .right #formulaireAcceuil #intituleForm h4 span {
  display: block;
  font-family: "AEB";
}
header.front .container .right #formulaireAcceuil form .forminator-row {
  margin-bottom: 30px;
}
header.front .container .right #formulaireAcceuil form .forminator-input {
  border: none !important;
  border-bottom: 1px solid #777771 !important;
  background-color: transparent !important;
  font-size: 21px;
}
header.front .container .right #formulaireAcceuil form .forminator-error-message {
  background-color: transparent !important;
  line-height: 1em !important;
  font-size: 15px !important;
}
header.front .container .right #formulaireAcceuil form .forminator-button-submit {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: var(--texte-bouton);
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "ASB";
  padding: 10px 35px;
  display: flex;
}
header.front .container .right #formulaireAcceuil form .forminator-button-submit:hover {
  background-color: var(--hover-bouton);
}
header.front .container .right #formulaireAcceuil form .forminator-button-submit:after {
  content: "\f1d8";
  display: block;
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
  height: 80%;
  width: 50px;
}

header.frontImage .container {
  align-items: center;
  gap: 2em;
  padding-top: 14vh;
}
header.frontImage .container .left > h1 {
  padding-top: 0;
}
header.frontImage .container .right > div {
  height: 450px;
  border-radius: 30px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
header.frontImage .container .right > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PAR DÉFAUT */
header.default {
  position: relative;
  height: 26vh;
  padding: 100px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  z-index: 6;
}
header.default .ariane {
  z-index: 99;
  margin-bottom: 0;
  bottom: -50px;
}

/* NAV BAR */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: var(--white);
  height: -moz-max-content;
  height: max-content;
  width: 95%;
  position: fixed;
  z-index: 100;
  border-radius: 100px;
  left: 2.5%;
  top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
nav .brand-logo {
  width: 20%;
  max-width: 210px;
}
nav .brand-logo a {
  display: flex;
}
nav .brand-logo img {
  max-width: 100%;
}
nav ul {
  display: flex;
  gap: 60px;
}
nav li {
  list-style: none;
  margin: 0;
  display: flex;
}
nav li > ul {
  display: none;
}
nav .tool-menu {
  display: flex;
  align-items: center;
}
nav .tool-menu i {
  margin-right: 10px;
  font-size: 1.3em;
  cursor: pointer;
}
nav .tool-menu > i:hover {
  color: var(--hover-bouton);
}
nav .tool-menu .btn-menu {
  box-shadow: none;
  padding: 10px 25px;
}
nav .tool-menu .btn-menu i {
  transform: rotate(90deg);
}
nav .tool-menu .btn-menu span {
  font-family: "AB";
}

.menu-item-has-children > a {
  display: flex;
}
.menu-item-has-children > a:after {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
  height: 80%;
}

.main-menu {
  display: flex;
  list-style: none;
}

.main-menu a {
  color: var(--black);
  transition: all linear 0.25s;
}

.main-menu a:hover {
  color: var(--hover-bouton);
}

#mega-menu-wrap-main {
  width: calc(80% - 200px);
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0 !important;
}

.menu_classic .main-menu .menu-item-has-children {
  position: relative;
}
.menu_classic .main-menu .menu-item-has-children > .sub-menu {
  display: none;
  background-color: #FFFFFF;
  margin: 0;
  padding: 1em;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 2em;
  z-index: 1000;
}
.menu_classic .main-menu .menu-item-has-children > .sub-menu > li {
  text-align: center;
  list-style: none;
  padding: 0 3em 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #D9D9D9;
}
.menu_classic .main-menu .menu-item-has-children > .sub-menu > li > a {
  white-space: nowrap;
  margin: auto;
  transition: all 0.3s;
}
.menu_classic .main-menu .menu-item-has-children > .sub-menu > li > a:hover {
  opacity: 0.5;
}
.menu_classic .main-menu .menu-item-has-children > .sub-menu > li:last-child {
  padding-bottom: 0;
  margin: 0;
  border: unset;
}

.menu_classic .main-menu .menu-item-has-children#menu-item-501 .sub-menu {
  left: -90px;
}

.menu_classic .main-menu .menu-item-has-children#menu-item-141 .sub-menu {
  left: -100px;
}

.mega_menu .main-menu .menu-item-has-children > .sub-menu-container {
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
  padding: 6em 1em 2em;
  border-radius: 48px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li {
  list-style: none;
  flex: 0 0 calc(33.33% - 1.4em);
  max-width: calc(33.33% - 1.4em);
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a {
  display: block;
  width: 100%;
  height: 185px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a > .menu-item-background {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a > .menu-item-title {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a:before {
  content: "";
  width: 100%;
  height: 140px;
  border-radius: 20px;
  background-image: linear-gradient(transparent, #000000);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a:hover:before {
  height: 100%;
}
.mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a:hover > .menu-item-title {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

/*  MENU MOBILE */
#menu-mobile {
  display: none;
  color: var(--black);
  padding: 6px;
  font-size: 1.2em;
  cursor: pointer;
}

#menu-mobile:hover {
  color: var(--hover-bouton);
}

.active {
  display: block;
}

.hidden {
  display: none;
}

/* 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) {
  header.front {
    margin-bottom: -15vh;
  }
  nav .brand-logo {
    max-width: 170px;
  }
  .main-menu {
    margin: 0;
    gap: 30px;
  }
  .menu-item-has-children > a:after {
    margin-left: 9px;
    width: 20px;
  }
  nav .tool-menu i {
    font-size: 1em;
  }
  nav .tool-menu .btn-menu {
    padding: 8px 15px;
    font-size: 0.7em;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu {
    gap: 1em;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li {
    flex: 0 0 calc(33.33% - 0.7em);
    max-width: calc(33.33% - 0.7em);
  }
  .main-menu {
    gap: 15px;
  }
  .main-menu a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1138px) {
  header.front {
    margin-bottom: -5vh;
  }
  #mega-menu-wrap-main #mega-menu-main li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
  #mega-menu-wrap-main .mega-menu-toggle + #mega-menu-main {
    top: 64px !important;
  }
  nav {
    padding: 10px;
    width: 98%;
    left: 1%;
  }
  nav .brand-logo {
    max-width: 150px;
  }
  .main-menu a {
    font-size: 0.9em;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a > .menu-item-title {
    font-size: 1em;
    bottom: 1em;
  }
  header.frontImage .container {
    padding-top: 10vh;
  }
  header.frontImage .container .right > div {
    height: 350px;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container {
    border-radius: 36px;
    padding-top: 4e;
  }
  header.front .container .left .services_accueil div img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header.front {
    margin-bottom: 100px;
  }
  header.front .container {
    flex-wrap: wrap;
  }
  header.front .container .left, header.front .container .right {
    flex-basis: 75%;
  }
  header.front .container .left {
    margin: auto;
  }
  header.front .container .right {
    margin: auto;
  }
  header.front .container .right #formulaireAcceuil {
    margin: 8vh 5% 0 !important;
  }
  .tool-menu {
    width: auto;
  }
  .cont-main-menu {
    display: none;
    background: var(--white);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 3em 2em 2em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cont-main-menu .main-menu {
    display: block;
    padding: 0;
    border-top: 1px solid #CCCCCC;
  }
  .cont-main-menu .main-menu a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cont-main-menu .main-menu li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
  }
  #menu-mobile {
    display: block;
  }
  .main-menu a {
    padding: 14px 0;
    display: block;
    border-bottom: solid 1px #efefef;
  }
  .mega_menu .main-menu > li {
    display: block;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container {
    padding: 1em 0;
    border-radius: 0;
    background-color: none;
    box-shadow: none;
    position: unset;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a {
    height: 150px;
    padding: 0;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a:before {
    height: 120px;
  }
  header.frontImage {
    min-height: 80vh;
  }
  header.frontImage .right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header.front {
    padding-top: 60px;
  }
  header.front .container .left, header.front .container .right {
    flex-basis: 90%;
  }
  header.front h1 {
    max-width: 100%;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu {
    gap: 1em 0.5em;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li {
    flex: 0 0 calc(33.33% - 0.4em);
    max-width: calc(33.33% - 0.4em);
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a > .menu-item-title {
    font-size: 0.8em;
    padding: 0 0.4em;
  }
}
@media screen and (max-width: 768px) {
  nav .tool-menu .btn-menu {
    border-radius: 100%;
    padding: 15px 17px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    font-size: 1em;
  }
  nav .tool-menu .btn-menu i {
    margin-right: 0;
  }
  nav .tool-menu .btn-menu span {
    display: none;
  }
  nav .tool-menu i {
    font-size: 1.3em;
  }
  nav .brand-logo {
    max-width: 200px;
    width: 40%;
  }
  .cont-main-menu {
    padding: 4em 1em 1em;
    max-height: 96vh;
    overflow-y: auto;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li {
    flex: 0 0 calc(50% - 0.3em);
    max-width: calc(50% - 0.3em);
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a > .menu-item-title {
    font-size: 1em;
  }
}
@media screen and (max-width: 666px) {
  header.front {
    padding-top: 20px;
  }
  header.front .container .left .services_accueil {
    flex-wrap: wrap;
  }
  header.front .container .right {
    flex-basis: 100%;
  }
  header.front .container .right #formulaireAcceuil {
    margin: 8vh 0% 0 !important;
  }
  header.frontImage {
    min-height: 85vh;
  }
}
@media screen and (max-width: 576px) {
  header.default .ariane {
    display: none;
  }
  nav .tool-menu .btn-menu {
    width: 30px;
    height: 30px;
    font-size: 0.55em;
  }
  nav .tool-menu i {
    font-size: 1em;
  }
  nav .brand-logo {
    width: 30%;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a > .menu-item-title {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 450px) {
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a {
    height: 100px;
  }
  .mega_menu .main-menu .menu-item-has-children > .sub-menu-container > .sub-menu > li > a:before {
    height: 75px;
  }
}
/* CSS FOOTER */
footer {
  background-color: var(--couleur-footer);
  height: auto;
  color: var(--couleur-texte-footer);
}

.main-footer {
  display: flex;
  padding: 150px 0;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
  gap: 50px;
}
.main-footer > div {
  width: 20%;
}
.main-footer p {
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--couleur_texte_footer);
}
.main-footer .brand-logo {
  background-color: var(--couleur-texte-footer);
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #707070;
  margin-bottom: -15px;
  padding: 0.5em 1.5em;
  position: relative;
  left: -30px;
  top: -30px;
}
.main-footer .brand-logo a {
  line-height: 0;
  display: block;
}
.main-footer h4 {
  color: var(--couleur-texte-footer);
  margin-bottom: 5px;
}
.main-footer .coords h4 {
  margin-top: 1em;
}
.main-footer .menu h4 {
  margin-bottom: 20px;
}
.main-footer .menu a {
  color: var(--couleur-texte-footer);
}
.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;
  margin: 0;
}
.main-footer .menu ul li::marker {
  color: var(--couleur-texte-footer);
  font-size: 1.5em;
}
.main-footer .menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: var(--couleur-texte-footer);
  left: 0;
  transition: all linear 0.2s;
}
.main-footer .menu ul li a:hover:before, .main-footer .menu ul li a:focus:before {
  width: 100%;
}

.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: 1.7em !important;
  width: 1.7em !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: 2.5em !important;
  width: 2.5em !important;
}

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

.credit {
  background-color: var(--couleur-texte-footer);
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 2em;
}

.contenuCredit {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.telephoneFooter {
  padding: 10px 25px;
}
.telephoneFooter:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.telephoneFooter i {
  margin-right: 5px;
  transform: rotate(90deg);
}
.telephoneFooter span {
  color: var(--texte-bouton);
  font-family: "AB";
}

/* 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;
  }
  .legal {
    flex-wrap: wrap;
    text-align: center;
  }
  .legal ul li:last-of-type:after {
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .main-footer {
    flex-wrap: wrap;
  }
  .main-footer > div {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .telephoneFooter {
    display: none;
  }
  .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;
  }
  .credit {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 450px) {
  .main-footer {
    padding: 75px 40px 40px;
  }
}
/* PAGE D'ACCUEIL */
#front_page_content {
  z-index: 0;
}

#liste_article {
  margin-bottom: 18em;
  position: relative;
}
#liste_article h2 strong {
  max-width: 55%;
}
#liste_article #listChild {
  margin-top: 5em;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#liste_article #listChild > a {
  width: 23%;
  padding: 6em 25px 2em;
  background-color: var(--white);
  border-radius: 30px;
  position: relative;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.16);
  height: -moz-max-content;
  height: max-content;
  transition: all linear 0.15s;
}
#liste_article #listChild > a article {
  all: unset;
}
#liste_article #listChild > a figure {
  position: absolute;
  left: 50%;
  bottom: 90%;
  transform: translate(-50%, 50%);
  display: block;
  margin: 0;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--theme-color);
}
#liste_article #listChild > a img {
  position: relative;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#liste_article #listChild > a p {
  margin-bottom: 0;
}
#liste_article #listChild > a:hover {
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.16);
}
#liste_article #listChild:before {
  content: "";
  display: block;
  height: 100%;
  width: 83.3333333333%;
  background-color: var(--main-color-2);
  position: absolute;
  left: 8.3333333333%;
  top: 25%;
  z-index: -1;
}
#liste_article > a {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: -18%;
  transform: translate(-50%);
  font-family: "AB";
}
#liste_article > a i {
  margin-left: 5px;
}

#creation {
  position: relative;
  min-height: 800px;
}
#creation #backgroundCrea {
  position: absolute;
  height: calc(100% - 200px);
  width: 100vw;
  left: calc((-100vw + 100%) / 2);
  top: 100px;
  z-index: -1;
}
#creation #backgroundCrea > div, #creation #backgroundCrea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#creation #backgroundCrea > div {
  position: absolute;
  background: linear-gradient(to left, var(--theme-color-2), var(--main-color-2));
  opacity: 0.8;
}
#creation > div:nth-child(2) {
  padding: 100px 30px;
  background-color: var(--theme-color);
  width: 38%;
  height: 100%;
  align-content: center;
}
#creation > div:nth-child(2) img {
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#creation > div:nth-child(2) h3 {
  margin: -10px 0 50px;
  font-size: 3em;
  width: -moz-fit-content;
  width: fit-content;
}
#creation > div:nth-child(2) p {
  line-height: 1.1;
  font-size: 23px;
}
#creation > div:nth-child(2) h3, #creation > div:nth-child(2) p {
  color: var(--white);
}
#creation > div:nth-child(2) h3:after {
  bottom: -20px;
}
#creation > div:nth-child(3) {
  position: absolute;
  width: 62%;
  height: 75%;
  top: 0;
  left: 38%;
}
#creation > div:nth-child(3) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#creation > div:nth-child(4) {
  position: absolute;
  background-color: var(--white);
  border-radius: 39px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 35px 35px 60px;
  width: 52%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  left: 43%;
}
#creation > div:nth-child(4) div {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#creation > div:nth-child(4) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#creation > div:nth-child(4) #titre_article {
  font-family: "ASB";
  color: var(--theme-color);
  font-size: 2em;
}
#creation > div:nth-child(4) p:first-of-type {
  margin: -7px 0 7px 3px;
}
#creation > div:nth-child(4) hr {
  width: 35%;
  height: 8px;
  border: none;
  background-color: var(--theme-color-2);
  margin-bottom: 15px;
}
#creation > div:nth-child(4) p:last-of-type {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
}
#creation > div:nth-child(4) a {
  position: absolute;
  right: 15px;
  bottom: -60px;
  transform: translateY(50%);
  padding: 5px 35px;
  font-family: "AB";
  font-size: 20px;
  text-transform: none;
}

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

#front_page_content #actualites {
  margin: 10vh 0 20vh;
}

#temoignages {
  position: relative;
  height: auto;
}
#temoignages #avis {
  width: 100%;
  margin: 100px 0 60px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
#temoignages #avis > div {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 99, 68, 0.5);
  padding: 40px 30px;
  border-radius: 20px;
}
#temoignages #avis > div img {
  position: absolute;
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%);
  top: -60px;
  z-index: 5;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.6);
  background-color: #FFFFFF;
}
#temoignages #avis > div div {
  background-color: var(--main-color);
  position: relative;
  border-radius: 20px;
  padding: 45px 30px 50px;
  color: var(--white);
}
#temoignages #avis > div div p {
  font-size: 15pt;
  margin: 0;
  line-height: 1.1;
  color: var(--white);
}
#temoignages #avis > div div:after {
  content: "▼";
  position: absolute;
  font-size: 5em;
  color: var(--main-color);
  left: 50%;
  transform: translate(-50%);
  bottom: -70px;
}
#temoignages #avis > div > p {
  text-align: center;
  margin: 70px 0 0;
  font-family: "AB";
}
#temoignages #avis > div > p span {
  display: block;
  font-family: "AL";
}
#temoignages #backgroundOvale {
  height: calc(100% + 60px);
  top: 0;
}

#backgroundOvale {
  position: absolute;
  width: 100vw;
  left: calc((-100vw + 100%) / 2);
  z-index: -1;
}
#backgroundOvale img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  -webkit-clip-path: ellipse(115% 100% at 75% 100%);
          clip-path: ellipse(115% 100% at 75% 100%);
}
#backgroundOvale .gradient-overlay-vertical-color {
  background: linear-gradient(to top, var(--theme-color-2) 20%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

#accompagnement > h2 {
  margin-bottom: 2em;
}
#accompagnement > .bloc-infos {
  margin-bottom: 100px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#accompagnement > .bloc-infos > .image {
  width: 42%;
}
#accompagnement > .bloc-infos > .infos {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#accompagnement > .inverse {
  flex-direction: row-reverse;
}
#accompagnement > .btn-plus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -40px;
}
#accompagnement > .btn-plus:before {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  background-color: var(--main-color);
  margin-right: 20px;
}
#accompagnement > .btn-plus > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* PAGE DES ACTUS */
.fil_actus {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: auto;
  row-gap: 40px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.fil_actus:has(> :nth-child(3)) {
  justify-content: space-between;
  -moz-column-gap: 0;
       column-gap: 0;
}
.fil_actus article {
  width: 32%;
  height: -moz-fit-content;
  height: fit-content;
}

#actualites article {
  flex-basis: 32%;
}
#actualites .infos_post {
  text-align: center;
  width: 90%;
  margin: -50px auto 0;
  background-color: var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
  padding: 40px 30px;
  border-radius: 20px;
}
#actualites .infos_post h3 {
  text-align: center;
  margin-top: 0;
  width: 100%;
  margin-bottom: 35px;
  cursor: pointer;
}
#actualites .infos_post h3:after {
  width: 20%;
  left: 40%;
  bottom: -20px;
}
#actualites .infos_post p {
  color: #9B9B9B;
  margin-top: 12px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1.6;
}
#actualites .infos_post .wp-block-read-more {
  margin: auto;
}
#actualites .image_post {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#actualites .image_post img {
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.home h3 {
  width: 60%;
  padding-bottom: 10px;
}
.home h3:after {
  width: 25%;
  bottom: -15px;
}

.has-background:has(.carte):before {
  height: 85%;
}

.carte {
  position: relative;
  background-color: var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 0;
  top: 85px;
}
.carte h3 {
  width: 75%;
  margin-top: 15px;
}
.carte .wp-block-group {
  padding: 20px 10%;
  display: block;
}
.carte figure {
  height: 300px !important;
}
.carte figure, .carte img {
  border-radius: 25px 25px 0 0;
  padding: 0;
}

/* PAGINATION */
#pagination {
  margin-bottom: 15vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination span, #pagination a {
  margin: 0 5px;
  color: var(--main-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-2);
  transition: transform 0.25s;
}
#pagination a:not(.next, .prev):hover, #pagination a:not(.next, .prev):focus {
  background-color: var(--main-color-2);
  transform: scale(1.2);
}
#pagination a:hover {
  color: var(--hover-bouton);
}
#pagination .current {
  font-size: 1.6em;
  font-family: "AB";
  background-color: var(--theme-color-2);
  border-radius: 100px;
  border: 2px solid var(--theme-color-2);
  margin: 15px;
  transform: scale(1.3);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  #liste_article h2 strong {
    max-width: 70%;
  }
}
@media screen and (max-width: 1258px) {
  #liste_article #listChild article figure {
    width: 50%;
  }
  #temoignages #avis {
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 85px;
  }
  #temoignages #avis > div {
    width: 47%;
  }
  #temoignages #avis > div div {
    padding-top: 60px;
  }
  #actualites article {
    flex-basis: 48%;
  }
  #front_page_content, .single-actu .fil_actus {
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #liste_article #listChild > a {
    width: 47%;
  }
  #liste_article #listChild > a figure {
    width: 30%;
  }
  #liste_article h2 strong {
    max-width: 100%;
  }
  #creation > div:nth-child(2) {
    width: 50%;
  }
  #creation > div:nth-child(3) {
    width: 50%;
    left: 50%;
  }
  #creation > div:nth-child(4) {
    width: 48%;
    left: 51%;
  }
  #calendly .calendly-inline-widget {
    height: 900px;
  }
  #calendly .calendly-inline-widget iframe {
    height: 100%;
  }
  #backgroundOvale img {
    -webkit-clip-path: ellipse(135% 100% at 75% 100%);
            clip-path: ellipse(135% 100% at 75% 100%);
  }
}
@media screen and (max-width: 992px) {
  #temoignages #avis > div img {
    width: 40%;
  }
  #liste_article > a {
    bottom: -21%;
  }
  .home h3 {
    width: 90%;
  }
  #accompagnement > .bloc-infos {
    flex-direction: column;
  }
  #accompagnement > .bloc-infos .image {
    width: 100%;
    margin-bottom: 12px;
  }
  #accompagnement > .bloc-infos .infos {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 781px) {
  #liste_article #listChild article figure {
    width: 40%;
  }
  #creation > div:nth-child(2) {
    width: 100%;
    position: relative;
  }
  #creation > div:nth-child(3) {
    display: none;
  }
  #creation > div:nth-child(4) {
    position: relative;
    width: 85%;
    left: 7.5%;
    margin-top: -5%;
  }
  #temoignages #avis > div {
    width: 100%;
  }
  #temoignages #avis > div img {
    width: 22%;
  }
  #backgroundOvale img {
    -webkit-clip-path: ellipse(190% 100% at 85% 100%);
            clip-path: ellipse(190% 100% at 85% 100%);
  }
  .carte {
    margin-top: 50px;
  }
  .wp-block-column:has(.carte):not(:first-of-type) {
    margin-top: 50px;
  }
  #pagination {
    margin-bottom: 5vh;
  }
  .home h3 {
    width: 100%;
  }
}
@media screen and (max-width: 666px) {
  #temoignages #avis > div img {
    width: 25%;
  }
  #actualites article {
    flex-basis: 100%;
  }
  #calendly > h2 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 576px) {
  #liste_article #listChild > a {
    width: 100%;
  }
  #liste_article #listChild > a figure {
    width: 25%;
  }
  #liste_article #listChild:before {
    top: 10%;
  }
  #liste_article > a {
    bottom: -10%;
  }
  #temoignages #avis > div img {
    width: 30%;
  }
  #temoignages #avis > div div p {
    font-size: 14pt;
  }
  #creation > div:nth-child(2) h3 {
    font-size: 2em;
  }
  #creation > div:nth-child(2) p {
    font-size: 20px;
  }
  #creation > div:nth-child(4) {
    margin-top: -10%;
  }
  #creation > div:nth-child(4) #titre_article {
    font-size: 1.5em;
  }
  #creation > div:nth-child(4) p:last-of-type {
    font-size: 15px;
  }
  #backgroundOvale img {
    -webkit-clip-path: ellipse(270% 100% at 115% 100%);
            clip-path: ellipse(270% 100% at 115% 100%);
  }
}
@media screen and (max-width: 450px) {
  #liste_article #listChild article figure {
    width: 30%;
  }
  #temoignages #avis > div {
    padding: 40px 20px;
  }
  #temoignages #avis > div img {
    width: 37%;
  }
  #temoignages #avis > div div {
    padding: 45px 15px 50px;
  }
  #temoignages #avis > div div p {
    font-size: 13pt;
  }
  #backgroundOvale img {
    -webkit-clip-path: ellipse(365% 100% at 80% 100%);
            clip-path: ellipse(365% 100% at 80% 100%);
  }
  #pagination {
    margin-bottom: 0;
  }
  .home h3:after {
    width: 40%;
  }
}
/* 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_content {
  padding: 100px 0;
}

/* PAGE */
#content-page .wp-block-button:not(.is-style-bouton-style-2) .wp-element-button {
  margin: 30px 0 50px;
  line-height: initial;
  font-family: "AB";
}
#content-page .wp-block-button:not(.is-style-bouton-style-2) .wp-element-button:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
}
#content-page .wp-block-columns h2 {
  margin-top: 5px;
}
#content-page .wp-block-columns.four-icones {
  gap: 40px;
  justify-content: space-evenly;
  margin: 0 60px;
}
#content-page .wp-block-columns.four-icones .wp-block-image {
  height: auto;
  margin-bottom: 10px;
}
#content-page .wp-block-columns.four-icones img {
  width: 20%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#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(--main-color-2);
  margin: 50px 0;
  border-radius: 0;
  font-family: "AI";
  padding: 65px;
  padding-right: 150px;
  position: relative;
}
#content-page blockquote:before {
  content: '"';
  display: block;
  font-family: "AR";
  font-style: normal;
  font-size: 7em;
  color: var(--theme-color-2);
  position: absolute;
  right: 50px;
  top: -50px;
}
#content-page blockquote:after {
  content: '"';
  display: block;
  font-family: "AR";
  font-style: normal;
  font-size: 7em;
  color: var(--theme-color-2);
  position: absolute;
  left: 20px;
  bottom: -110px;
}

.articleMisAvant1 .wp-block-button__link, .articleMisAvant2 .wp-block-button__link {
  background-color: unset;
  border: none;
  line-height: inherit;
}

/* PAGE CONTACT */
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child {
  width: 30%;
  flex-grow: unset;
  flex-basis: unset;
  align-content: center;
  margin-right: 15%;
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child p {
  font-family: "AL";
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-columns {
  margin: 60px 0;
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-columns h4 {
  margin-bottom: 3px;
  font-size: 22px;
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-columns p {
  line-height: 1.5;
  font-size: 17px;
  font-family: "AR";
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  flex-grow: unset;
  flex-basis: unset;
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-image {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--theme-color-2);
  border-radius: 100%;
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child img {
  position: relative;
  max-width: 90px;
  padding: 25px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child {
  position: relative;
  width: 50%;
  padding: 50px 70px 20px !important;
  background-color: var(--theme-color);
  border-radius: 30px;
  box-shadow: 0 5px 10px var(--theme-color-2);
}
#contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child h3 {
  color: var(--white);
}
#contactPage iframe {
  width: 100%;
  height: 550px;
  border: none;
}
#contactPage > .wp-block-columns > .wp-block-column:first-child > *:first-child {
  position: relative;
}
#contactPage > .wp-block-columns > .wp-block-column:first-child > *:first-child:before {
  content: "";
  display: block;
  height: 1000%;
  width: 200vw;
  background-color: var(--white);
  position: absolute;
  left: -100vw;
  bottom: calc(100% + 40px);
  z-index: -2;
}
#contactPage #carte {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
}
#contactPage #carte:before {
  content: "";
  display: block;
  height: 1000%;
  width: 100vw;
  background-color: var(--main-color-2);
  position: absolute;
  left: calc((-100vw + 100%) / 2);
  bottom: 50%;
  z-index: -3;
}

/* ARTICLE */
#dateDescription {
  margin-bottom: 3em;
}
#dateDescription p:first-child {
  margin-left: 10px;
  margin-bottom: 0.5em;
  color: var(--main-color);
  font-family: "ASBI";
}

.retour {
  width: -moz-fit-content;
  width: fit-content;
  margin: 70px 0;
}
.retour a i {
  margin-right: 10px;
}
.retour:last-of-type {
  margin: 110px 0 4em;
}

/* PAGE PARENTS */
.parents .wp-block-group {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 50px;
}

#listChild {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 90px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  position: relative;
}
#listChild article {
  background-color: var(--white);
  border-radius: 30px;
  position: relative;
  width: 31%;
  padding: 0 70px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.16);
  height: -moz-max-content;
  height: max-content;
}
#listChild article > a:first-child {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin: 30px 0 60px;
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--theme-color);
}
#listChild article img {
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#listChild article h5 {
  margin-bottom: 0.8em;
}
#listChild article h5 a {
  color: var(--theme-color);
}
#listChild article p {
  margin-bottom: 90px;
  text-align: center;
}
#listChild article > a:last-child {
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  transform: translate(-50%);
  font-family: "AB";
}
#listChild article i {
  margin-left: 10px;
}
#listChild:before {
  content: "";
  display: block;
  height: 50%;
  width: 100vw;
  background-color: var(--main-color-2);
  position: absolute;
  left: calc((-100vw + 100%) / 2);
  top: 25%;
}

.parents_main {
  padding-bottom: 150px;
}

#formulaire-parents {
  position: relative;
  margin: 4em auto 0;
  padding-bottom: 170px;
}
#formulaire-parents h3 {
  font-family: "AM";
  font-size: 1.2em;
  color: var(--white);
  margin-bottom: 50px;
}
#formulaire-parents h3 strong {
  display: block;
  font-family: "AB";
}
#formulaire-parents h3:after {
  bottom: -15px;
}
#formulaire-parents #backgroundOvale {
  height: 90%;
  top: 10%;
}
#formulaire-parents #formulaire-bas-de-page {
  position: relative;
  width: 55%;
  padding: 50px 70px !important;
  background-color: var(--theme-color);
  border-radius: 30px;
  margin: auto;
  box-shadow: 0 5px 10px var(--theme-color-2);
}
#formulaire-parents #formulaire-bas-de-page h3 {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}

/* PAGE ENFANTS */
#listSiblings {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
}
#listSiblings > a {
  background-color: var(--white);
  border-radius: 30px;
  position: relative;
  width: calc((100% - 120px) / 6);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.16);
  float: left;
  margin: 0 10px 15px;
  height: 180px;
  transition: all linear 0.15s;
}
#listSiblings > a figure {
  position: relative;
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--theme-color);
  left: 50%;
  transform: translate(-50%);
  margin: 30px 0 20px;
}
#listSiblings > a img {
  position: relative;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#listSiblings > a h5 {
  width: 90%;
  margin: 0 auto 1em;
  font-size: 0.8em;
  color: var(--theme-color);
}
#listSiblings > a.page-actuelle {
  background-color: #EAEAEA;
  box-shadow: none;
  cursor: default;
}
#listSiblings > a.page-actuelle figure {
  background-color: #929292;
}
#listSiblings > a.page-actuelle h5 {
  color: var(--black);
}
#listSiblings > a:not(.page-actuelle):hover {
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.16);
}
#listSiblings:before {
  content: "";
  display: block;
  height: 75%;
  width: 100vw;
  background-color: var(--main-color-2);
  position: absolute;
  left: calc((-100vw + 100%) / 2);
  top: 50%;
}

/* BANDEAU CONTACT */
#contact {
  width: 100%;
}
#contact .containerBandeau {
  max-width: 1350px;
  height: auto;
  display: flex;
  position: relative;
  z-index: 2;
  background-color: var(--theme-color);
  color: var(--white);
  margin: auto;
}
#contact .containerBandeau div {
  width: 52%;
  padding: 30px 70px 30px 60px;
}
#contact .containerBandeau div h3 {
  color: var(--white);
  font-size: 3em;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .containerBandeau div h3:after {
  bottom: -20px;
  width: 25%;
}
#contact .containerBandeau div p {
  font-size: 20px;
  line-height: 1.2;
  color: var(--white);
}
#contact .containerBandeau img {
  width: 48%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact .backgroundBandeau {
  position: relative;
  height: 75%;
  padding: 80px 0 100px;
  margin-bottom: 200px;
}
#contact .backgroundBandeau .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 160%;
  z-index: 1;
  top: -60%;
  left: 0;
  background: linear-gradient(to left, var(--theme-color-2), var(--main-color-2));
  opacity: 0.6;
}
#contact .backgroundBandeau img {
  position: absolute;
  width: 100%;
  height: 160%;
  top: -60%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact .backgroundBandeau .buttonBandeau {
  text-align: center;
}
#contact .backgroundBandeau h2 {
  position: relative;
  z-index: 1;
}
#contact .backgroundBandeau h2 strong {
  margin: auto;
}
#contact .backgroundBandeau h2 strong:after {
  width: 50%;
  left: 25%;
}
#contact .backgroundBandeau a {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: var(--texte-bouton);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 0.8em;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  margin-top: 30px;
  transition: all linear 0.1s;
  font-family: "AB";
}
#contact .backgroundBandeau a:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
#contact .backgroundBandeau i {
  margin-left: 5px;
  color: var(--main-color);
}

/* FORMULAIRE */
#formulaire-bas-de-page .forminator-row, #contactPage .forminator-row {
  margin-bottom: 30px;
}
#formulaire-bas-de-page .forminator-input, #formulaire-bas-de-page textarea, #contactPage .forminator-input, #contactPage textarea {
  border-radius: 100px;
  background-color: var(--white) !important;
  min-height: 50px;
  border: none !important;
  font-size: 18px !important;
  padding-left: 20px !important;
}
#formulaire-bas-de-page textarea, #contactPage textarea {
  border-radius: 25px;
  padding-top: 20px !important;
}
#formulaire-bas-de-page .forminator-error-message, #contactPage .forminator-error-message {
  background-color: transparent !important;
  color: var(--white) !important;
  line-height: 1em !important;
  font-size: 15px !important;
}
#formulaire-bas-de-page .forminator-field-html p, #formulaire-bas-de-page .forminator-checkbox__label p, #contactPage .forminator-field-html p, #contactPage .forminator-checkbox__label p {
  margin-bottom: 0;
  color: var(--white) !important;
}
#formulaire-bas-de-page .forminator-field-html p a, #formulaire-bas-de-page .forminator-checkbox__label p a, #contactPage .forminator-field-html p a, #contactPage .forminator-checkbox__label p a {
  color: var(--white);
  text-decoration: underline !important;
}
#formulaire-bas-de-page .forminator-checkbox-box, #contactPage .forminator-checkbox-box {
  border-radius: 4px;
}
#formulaire-bas-de-page .forminator-checkbox input:checked + .forminator-checkbox-box:before, #contactPage .forminator-checkbox input:checked + .forminator-checkbox-box:before {
  color: var(--theme-color);
}
#formulaire-bas-de-page .forminator-button-submit, #contactPage .forminator-button-submit {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color) !important;
  color: var(--texte-bouton) !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.5em !important;
  font-family: "ASB" !important;
  padding: 10px 35px;
  display: flex;
}
#formulaire-bas-de-page .forminator-button-submit:hover, #contactPage .forminator-button-submit:hover {
  background-color: var(--hover-bouton) !important;
}
#formulaire-bas-de-page .forminator-button-submit:after, #contactPage .forminator-button-submit:after {
  content: "\f1d8";
  display: block;
  font-family: "Font Awesome 5 Free";
  color: currentColor;
  font-weight: 900;
  margin-left: 10px;
  height: 80%;
  width: 50px;
}
#formulaire-bas-de-page .forminator-edit-module a, #contactPage .forminator-edit-module a {
  color: var(--white);
}
#formulaire-bas-de-page .forminator-row-last, #contactPage .forminator-row-last {
  margin-bottom: 0 !important;
}
#formulaire-bas-de-page ::-moz-placeholder, #contactPage ::-moz-placeholder {
  opacity: 1;
}
#formulaire-bas-de-page ::placeholder, #contactPage ::placeholder {
  opacity: 1;
}

.forminator-checkbox__wrapper {
  align-items: center !important;
}

/* MEDIA QUERIES */
@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;
  }
  #listChild article {
    padding: 0 25px;
  }
  #formulaire-parents {
    margin: 2em auto 0;
    padding-bottom: 150px;
  }
  #formulaire-parents #formulaire-bas-de-page {
    width: 70%;
    padding: 50px 60px !important;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child {
    padding: 50px 60px 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  iframe {
    height: 400px;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) {
    flex-wrap: wrap !important;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column {
    flex-basis: 100% !important;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child {
    margin-right: 0;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-columns {
    margin: 60px 0 50px 20%;
  }
}
@media screen and (max-width: 990px) {
  #content-page blockquote:before {
    top: -65px;
  }
  #content-page blockquote:after {
    bottom: -135px;
  }
  #contact .containerBandeau div {
    width: 62%;
  }
  #contact .containerBandeau div h3 {
    font-size: 2.5em;
  }
  #contact .containerBandeau img {
    width: 38%;
  }
  #listChild article {
    width: 47%;
  }
  #listChild article > a:first-child {
    width: 50%;
    margin-bottom: 40px;
  }
  #listChild article p {
    margin-bottom: 60px;
  }
  #formulaire-parents {
    padding-bottom: 130px;
  }
  #formulaire-parents #formulaire-bas-de-page {
    width: 80%;
  }
  iframe {
    height: 350px;
  }
  #listSiblings > a {
    height: 200px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 781px) {
  .four-icones {
    text-align: center;
  }
  #formulaire-parents #formulaire-bas-de-page {
    width: 100%;
    padding: 50px 30px !important;
  }
  #formulaire-parents #formulaire-bas-de-page .forminator-input, #formulaire-parents #formulaire-bas-de-page textarea {
    min-height: 20px;
    font-size: 15px !important;
    padding-left: 15px !important;
  }
  #formulaire-parents #formulaire-bas-de-page textarea {
    padding-top: 15px !important;
    height: 100px !important;
    min-height: 0 !important;
  }
  #formulaire-parents #formulaire-bas-de-page .forminator-field-html p {
    font-size: 15px;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child {
    padding: 30px !important;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child .forminator-input, #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child textarea {
    min-height: 20px;
    font-size: 15px !important;
    padding-left: 15px !important;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child textarea {
    padding-top: 15px !important;
    height: 100px !important;
    min-height: 0 !important;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:last-child .forminator-field-html p {
    font-size: 15px;
  }
}
@media screen and (max-width: 666px) {
  #contact .containerBandeau div {
    width: 85%;
  }
  #contact .containerBandeau div h3 {
    font-size: 2em;
  }
  #contact .containerBandeau div p {
    font-size: 19px;
  }
  #contact .containerBandeau img {
    width: 15%;
  }
  #contact .backgroundBandeau h2 {
    margin: 0 20px;
  }
  #listChild article {
    width: 100%;
  }
  #listChild article > a:first-child {
    width: 35%;
  }
  #listChild article p {
    margin-bottom: 80px;
  }
  #listSiblings > a {
    height: 160px;
  }
  #formulaire-bas-de-page .forminator-button-submit, #contactPage .forminator-button-submit {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 576px) {
  #content-page .wp-block-gallery > figure {
    flex-basis: 100%;
  }
  #content-page blockquote {
    padding: 45px;
  }
  #content-page blockquote:before {
    top: -60px;
  }
  #content-page blockquote:after {
    bottom: -125px;
  }
  #contact .containerBandeau div {
    width: 100%;
    padding: 30px 50px 30px 40px;
  }
  #contact .containerBandeau div h3 {
    font-size: 1.8em;
  }
  #contact .containerBandeau div p {
    font-size: 18px;
  }
  #contact .containerBandeau img {
    display: none;
  }
  #contactPage > .wp-block-columns:has(.forminator-row) > .wp-block-column:first-child .wp-block-columns {
    margin: 60px 0 50px 10%;
  }
}
@media screen and (max-width: 450px) {
  #listSiblings > a {
    height: 160px;
    width: calc((100% - 40px) / 2);
  }
  #listSiblings > a figure {
    width: 45%;
    margin: 20px 0 20px;
  }
  #content-page blockquote {
    padding: 25px;
  }
  #content-page blockquote:before {
    right: 20px;
    top: -50px;
  }
  #content-page blockquote:after {
    left: 10px;
    bottom: -125px;
  }
  #contact .containerBandeau div {
    width: 100%;
    padding: 20px 40px 20px 30px;
  }
  #contact .containerBandeau div h3 {
    font-size: 1.5em;
  }
  #contact .containerBandeau div p {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */