@charset "UTF-8";
/*!
    Theme name: Theme enfant de Hello Elementor
    Template: hello-elementor
    Author: e-Ness
    Version: 1
!*/
@import "../hello-elementor/style.css";
@keyframes scrolling {
  0% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
@keyframes pulse_header {
  0% {
    transform: scale(70%);
    box-shadow: 0 0 0 0 rgba(243, 146, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(243, 146, 0, 0);
  }
  100% {
    transform: scale(100%);
    box-shadow: 0 0 0 75px rgba(243, 146, 0, 0);
  }
}
@keyframes defilement_photos_galerie_custom {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  95% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-20px, -20px);
    opacity: 0;
  }
}
@keyframes bouton_pulsion {
  0% {
    width: 180px;
    height: 180px;
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
@keyframes carrousel_pulsion {
  0% {
    height: 70vh;
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    height: 75vh;
    opacity: 0;
  }
}
@keyframes anim-line {
  0% {
    height: 0;
    transform: scaleY(1);
    transform-origin: top;
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  80% {
    transform: scaleY(0.5);
    animation-timing-function: linear;
  }
  100% {
    height: 70px;
    transform: scaleY(0);
    animation-timing-function: linear;
  }
}
@keyframes opacity_before {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacity_video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1 .split2, h1 .eae-st-rest-text, h1 .eae-st-split-text {
  display: block;
}
h2 .split2, h2 .eae-st-rest-text, h2 .eae-st-split-text {
  display: block;
}
a {
  color: #000000;
  text-decoration: initial;
}
a[href^="tel"] {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #000000;
}
address {
  font-style: initial;
}
header .elementor-nav-menu a.elementor-item, #menu_burger .elementor-nav-menu a.elementor-item {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.8px;
}
@media (max-width: 1200px) {
  header .elementor-nav-menu a.elementor-item, #menu_burger .elementor-nav-menu a.elementor-item {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.elementor-widget-wts-splittext {
  margin-bottom: 0 !important;
}
#popup_alert_ie {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999999999455752309870428160;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#popup_alert_ie p {
  text-align: center;
}
@media (max-width: 980px) {
  section.trois_actus_page_accueil_responsive_centre .elementor-posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.trois_actus_page_accueil_responsive_centre .elementor-posts-container article {
    width: 46%;
  }
}
section.df_aic .elementor-container {
  align-items: center;
}
section.w90p .elementor-container {
  max-width: 90% !important;
}
section.w100p .elementor-container {
  max-width: 100% !important;
}
section.tac .elementor-shortcode, section.tac .elementor-widget-text-editor {
  text-align: center;
}
section.tal .elementor-shortcode, section.tal .elementor-widget-text-editor {
  text-align: left;
}
section.texte_avec_fond_couleur_primaire .elementor-element, section .elementor-element.txt_couleur_primaire {
  max-width: 95%;
  width: 830px;
  margin: auto;
  padding: 3%;
  background-color: #f39200;
  color: white;
  font-weight: 300;
}
section.elementor-inner-section.h2_txt {
  max-width: calc(100% - 480px);
  margin: 5% auto;
}
@media (max-width: 1405px) and (min-width: 1201px) {
  section.elementor-inner-section.h2_txt {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  section.elementor-inner-section.h2_txt {
    max-width: calc(100% - 50px);
  }
}
section.elementor-inner-section.h2_txt .elementor-container {
  align-items: center;
  max-width: 100%;
}
@media (max-width: 980px) {
  section.elementor-inner-section.h2_txt .elementor-container .elementor-inner-column {
    width: 100%;
    text-align: center;
  }
}
section.elementor-inner-section.h2_txt .elementor-container h2::after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (min-width: 981px) {
  section.elementor-inner-section.h2_txt .elementor-container h2::after {
    top: 0;
    right: 0;
    width: 130px;
    height: 160px;
    background: center / cover no-repeat url("../../../wp-content/uploads/2021/09/Polygone.svg");
  }
}
@media (max-width: 980px) {
  section.elementor-inner-section.h2_txt .elementor-container h2::after {
    top: 50%;
    right: 50%;
    width: 100px;
    height: 100px;
    opacity: 0.5;
    transform: translate(50%);
    background: center / contain no-repeat url("../../../wp-content/uploads/2021/09/Polygone.svg");
  }
}
@media (max-width: 980px) {
  section.deux_img_et_txt {
    padding: 0 !important;
  }
}
section.deux_img_et_txt > .elementor-container {
  max-width: 80% !important;
}
@media (max-width: 1405px) {
  section.deux_img_et_txt > .elementor-container {
    max-width: 90% !important;
  }
}
@media (max-width: 1200px) {
  section.deux_img_et_txt > .elementor-container {
    flex-direction: column;
    align-items: center;
    max-width: 95% !important;
  }
}
@media (max-width: 980px) {
  section.deux_img_et_txt > .elementor-container .elementor-column {
    z-index: 2;
    width: 75%;
  }
}
@media (max-width: 479px) {
  section.deux_img_et_txt > .elementor-container .elementor-column {
    width: 100%;
  }
}
@media (max-width: 479px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:first-child .elementor-widget-container, section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(3) .elementor-widget-container {
    margin: 0;
    padding: 20px;
  }
}
section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  background-color: #f39200;
}
@media (min-width: 1201px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2)::before {
    top: 0;
    left: -50%;
    width: 200%;
  }
}
@media (max-width: 1200px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2)::before {
    top: -25%;
    left: 0;
    width: 100%;
    height: 150%;
  }
}
@media (max-width: 1200px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2) {
    max-width: 100%;
    width: 50%;
  }
}
@media (max-width: 980px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2) {
    z-index: 1;
  }
}
@media (max-width: 980px) and (min-width: 480px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2) {
    width: 90%;
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2) {
    width: 100%;
  }
}
section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap {
  padding: 15%;
}
section.deux_img_et_txt > .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap .elementor-widget-text-editor {
  color: #ffffff;
}
section.deux_img_et_txt > .elementor-container .elementor-column .elementor-widget-wrap {
  padding: 0;
}
section.deux_img_et_txt > .elementor-container .elementor-column .elementor-widget-wrap .elementor-motion-effects-parent {
  transition: 0.4s ease-in-out;
}
@media (max-width: 479px) {
  section.deux_img_et_txt > .elementor-container .elementor-column .elementor-widget-wrap .elementor-motion-effects-parent .elementor-widget-container {
    transform: initial !important;
    margin: 15px auto !important;
    padding: 0;
    text-align: center;
  }
}
section.deux_img_et_txt > .elementor-container .elementor-column img {
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 479px) {
  section.deux_img_et_txt > .elementor-container .elementor-column img {
    max-width: 100%;
  }
}
section.maillage_interne > .elementor-container {
  max-width: 100% !important;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap {
  padding: 0;
}
@media (max-width: 767px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-lottie path {
    fill: #e4e7eb;
    fill-opacity: 1;
  }
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode > .bloc_image {
  display: none;
}
@media (min-width: 768px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages {
    padding-top: 130px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages {
    padding-top: 50px;
  }
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1406px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul.middle li:nth-child(4n) {
    transform: translateY(50%);
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:not(.middle) {
    justify-content: center;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:not(.middle) li {
    margin: auto;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:not(.middle) li:first-child:nth-last-child(2), section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:not(.middle) li:nth-child(2):last-child {
    margin: 0;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:not(.middle) li:nth-child(5):nth-last-child(2) {
    margin: 0;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:not(.middle) li:nth-child(6):last-child {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1405px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul:last-child:nth-child(5) {
    margin-right: auto;
  }
}
@media (min-width: 480px) and (max-width: 1405px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul.middle {
    justify-content: center;
  }
}
@media (min-width: 480px) and (max-width: 1405px) and (max-width: 767px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul.middle li:last-child {
    transform: translateY(-50px);
    margin-left: auto;
  }
}
@media (min-width: 1201px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul {
    padding: 5px;
  }
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
  list-style: none;
  transition: 0.4s ease-in-out;
}
@media (min-width: 1406px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
    width: 25%;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li:nth-child(2n) {
    transform: translateY(-130px);
  }
}
@media (min-width: 480px) and (max-width: 1405px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
    width: calc(100% / 3);
  }
}
@media (min-width: 480px) and (max-width: 1405px) and (min-width: 768px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li:nth-child(3n+2), section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li:last-child:not(:nth-child(3n)) {
    transform: translateY(-130px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
    width: 50%;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li:nth-child(2n) {
    transform: translateY(-50px);
  }
}
@media (min-width: 1201px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
    padding: 5px;
  }
}
@media (max-width: 479px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li {
    width: 100%;
  }
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global::before {
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #f39200;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s ease-in-out;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global:hover::before {
  opacity: 0.5;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global:hover .bloc_image img {
  transform: scale(1.05);
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global:hover::after {
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-color: #7fb800;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_texte {
  z-index: 1;
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_texte h3 {
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 980px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_texte h3 {
    font-size: 18px;
    text-transform: initial;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_texte h3::first-letter {
    text-transform: capitalize;
  }
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_texte .see-more {
  z-index: 1;
  width: fit-content;
  margin: auto;
}
@media (max-width: 980px) {
  section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global .bloc_texte .see-more {
    padding: 5px 10px !important;
    font-size: 14px;
  }
}
section.maillage_interne > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elementor-shortcode .bloc_pages ul li .lien_global::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px transparent solid;
  transition: 0.5s ease-in-out;
}
section.maillage_interne_pages_non_enfants > .elementor-container {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  section.maillage_interne_pages_non_enfants > .elementor-container {
    padding-top: 130px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  section.maillage_interne_pages_non_enfants > .elementor-container {
    padding-top: 50px;
  }
}
@media (min-width: 1406px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper.middle .ae-acf-repeater-item:nth-child(4n) {
    transform: translateY(50%);
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper:not(.middle) {
    justify-content: center;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper:not(.middle) .ae-acf-repeater-item {
    margin: auto;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper:not(.middle) .ae-acf-repeater-item:first-child:nth-last-child(2), section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper:not(.middle) .ae-acf-repeater-item:nth-child(2):last-child {
    margin: 0;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper:not(.middle) .ae-acf-repeater-item:nth-child(5):nth-last-child(2) {
    margin: 0;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper:not(.middle) .ae-acf-repeater-item:nth-child(6):last-child {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 480px) and (max-width: 1405px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper.middle {
    justify-content: center;
  }
}
@media (min-width: 480px) and (max-width: 1405px) and (max-width: 767px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper.middle li:last-child {
    transform: translateY(-50px);
    margin-left: auto;
  }
}
@media (min-width: 1201px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper {
    padding: 5px;
  }
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
  margin: 0;
  list-style: none;
  transition: 0.4s ease-in-out;
}
@media (min-width: 1406px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
    width: 25%;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item:nth-child(2n) {
    transform: translateY(-130px);
  }
}
@media (max-width: 1405px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item:last-child:nth-child(5) {
    margin-right: auto;
  }
}
@media (min-width: 480px) and (max-width: 1405px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 480px) and (max-width: 1405px) and (min-width: 768px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item:nth-child(3n+2), section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item:last-child:not(:nth-child(3n)) {
    transform: translateY(-130px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
    width: 50%;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item:nth-child(2n) {
    transform: translateY(-50px);
  }
}
@media (min-width: 1201px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
    padding: 5px;
  }
}
@media (max-width: 479px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item {
    width: 100%;
  }
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section {
  padding: 0;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap {
  padding: 0;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global::before {
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #f39200;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s ease-in-out;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global:hover::before {
  opacity: 0.5;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global:hover .bloc_image img {
  transform: scale(1.05);
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global:hover::after {
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-color: #7fb800;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_texte {
  z-index: 1;
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_texte h3 {
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 980px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_texte h3 {
    font-size: 18px;
    text-transform: initial;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_texte h3::first-letter {
    text-transform: capitalize;
  }
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_texte .see-more {
  z-index: 1;
  width: fit-content;
  margin: auto;
}
@media (max-width: 980px) {
  section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global .bloc_texte .see-more {
    padding: 5px 10px !important;
    font-size: 14px;
  }
}
section.maillage_interne_pages_non_enfants > .elementor-container .elementor-widget-container .ae-acf-repeater-widget-wrapper .ae-acf-repeater-wrapper .ae-acf-repeater-item section .elementor-widget-wrap .lien_global::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px transparent solid;
  transition: 0.5s ease-in-out;
}
section.grand_texte_avec_fond > .elementor-container {
  align-items: flex-end;
  max-width: 100% !important;
}
@media (min-width: 981px) {
  section.grand_texte_avec_fond > .elementor-container {
    width: 60%;
  }
}
@media (min-width: 1201px) and (max-width: 1405px) {
  section.grand_texte_avec_fond > .elementor-container {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  section.grand_texte_avec_fond > .elementor-container {
    width: 90%;
  }
}
@media (max-width: 980px) {
  section.grand_texte_avec_fond > .elementor-container {
    width: 90%;
  }
}
@media (max-width: 479px) {
  section.grand_texte_avec_fond > .elementor-container {
    width: 95%;
  }
}
section.grand_texte_avec_fond > .elementor-container > .elementor-column {
  z-index: 1;
}
section.grand_texte_avec_fond > .elementor-container > .elementor-column .elementor-widget-wrap {
  padding: 0;
}
section.grand_texte_avec_fond > .elementor-container > .elementor-column .elementor-widget-wrap .elementor-widget-text-editor {
  padding: calc(5% + 30px);
  background-color: #f39200;
}
section.grand_texte_avec_fond > .elementor-container > .elementor-column .elementor-widget-wrap .elementor-widget-text-editor::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 2px solid #7fb800;
}
section.grand_texte_avec_fond > .elementor-container > .elementor-column .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
  text-align: center;
  color: white;
}
section.grand_texte_avec_fond > .elementor-container > .elementor-column .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container h2 {
  font-size: 30px !important;
}
section.texte_simple > .elementor-container {
  max-width: 700px;
  width: 95%;
  margin: auto;
}
section.main_section {
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.main_section:not(.legales) {
  min-height: 80vh;
}
section.main_section.legales {
  min-height: 40vh;
  padding: 0;
  background-color: #f39200;
  border: white double 15px;
}
@media (min-width: 768px) {
  section.main_section.legales {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 980px) {
  section.main_section.legales {
    margin: 80px auto 0;
  }
}
section.main_section.legales .elementor-container {
  margin: auto;
  background-color: initial;
}
section.main_section.legales .elementor-container h1 {
  margin: 0;
  color: #ffffff !important;
  text-align: center;
}
section.deux_textes_cote_a_cote > .elementor-container {
  justify-content: space-between;
  max-width: 1405px;
  width: 95%;
}
section.deux_textes_cote_a_cote > .elementor-container > .elementor-column {
  width: 45%;
}
@media (max-width: 980px) {
  section.deux_textes_cote_a_cote > .elementor-container > .elementor-column {
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  section.deux_textes_cote_a_cote > .elementor-container > .elementor-column {
    width: 75%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  section.deux_textes_cote_a_cote > .elementor-container > .elementor-column {
    width: 85%;
  }
}
@media (max-width: 479px) {
  section.deux_textes_cote_a_cote > .elementor-container > .elementor-column {
    width: 100%;
  }
}
section.titre_de_section {
  padding-bottom: 0;
}
section.titre_de_section h2.eae-st-transform-text-title {
  opacity: 1;
}
section.titre_de_section h2.eae-st-transform-text-title .eae-st-split-text {
  opacity: 0.4;
}
section.titre_de_section h2.eae-st-transform-text-title .eae-st-rest-text {
  display: block;
  margin-top: 5px;
  color: #f39200;
}
@media (min-width: 981px) {
  section.titre_de_section h2.eae-st-transform-text-title .eae-st-rest-text {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  section.titre_de_section h2.eae-st-transform-text-title .eae-st-rest-text {
    text-transform: lowercase;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  section.titre_de_section h2.eae-st-transform-text-title .eae-st-rest-text {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  section.titre_de_section h2.eae-st-transform-text-title .eae-st-rest-text {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  section.titre_de_section h2.eae-st-transform-text-title .eae-st-rest-text {
    font-size: 22px;
  }
}
section.titre_de_section + section {
  padding-top: 0;
}
section.img_et_txt > .elementor-container {
  align-items: center;
  max-width: 95% !important;
}
@media (min-width: 768px) {
  section.img_et_txt > .elementor-container {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  section.img_et_txt > .elementor-container {
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1201px) {
  section.img_et_txt > .elementor-container > .elementor-column {
    width: calc(50% - 100px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.img_et_txt > .elementor-container > .elementor-column {
    width: calc(50% - 50px);
  }
}
@media (max-width: 980px) {
  section.img_et_txt > .elementor-container > .elementor-column:last-child {
    width: 80%;
    margin: 5% 0;
  }
}
@media (max-width: 980px) and (min-width: 480px) {
  section.img_et_txt > .elementor-container > .elementor-column:first-child {
    width: 75%;
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  section.img_et_txt > .elementor-container > .elementor-column:first-child {
    width: 95%;
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  section.img_et_txt > .elementor-container > .elementor-column:last-child {
    width: 100%;
  }
}
section.img_et_txt > .elementor-container > .elementor-column:first-child {
  padding: 50px 50px 0 0;
}
section.img_et_txt > .elementor-container > .elementor-column:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
@media (max-width: 767px) {
  section.img_et_txt > .elementor-container > .elementor-column:first-child::before {
    width: calc(100% - 50px/2);
    height: calc(100% - 50px/2);
  }
}
@media (max-width: 767px) {
  section.img_et_txt > .elementor-container > .elementor-column:first-child {
    padding: calc(50px / 2) calc(50px / 2) 0 0;
  }
}
section.img_et_txt > .elementor-container > .elementor-column:last-child h2 {
  font-size: 30px !important;
  text-transform: initial;
}
section.img_et_txt > .elementor-container > .elementor-column .elementor-widget-wrap {
  padding: 0;
}
section.titre_et_texte_cote_a_cote > .elementor-container {
  align-items: center;
  max-width: 100% !important;
  width: 90%;
}
@media (max-width: 767px) {
  section.titre_et_texte_cote_a_cote > .elementor-container > .elementor-column {
    width: 100%;
  }
  section.titre_et_texte_cote_a_cote > .elementor-container > .elementor-column .elementor-element {
    text-align: center;
  }
}
section.lien_vers_contact > .elementor-container {
  min-height: initial !important;
  flex-direction: column;
}
section.lien_vers_contact > .elementor-container .elementor-cta {
  border: 2px solid #f39200;
}
@media (max-width: 767px) {
  section.lien_vers_contact > .elementor-container .elementor-cta {
    flex-direction: column-reverse;
  }
}
section.lien_vers_contact > .elementor-container .elementor-cta h2 {
  padding: 5% 2.5%;
  opacity: 1;
}
@media (min-width: 1201px) {
  section.lien_vers_contact > .elementor-container .elementor-cta h2 {
    font-size: 60px !important;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  section.lien_vers_contact > .elementor-container .elementor-cta h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  section.lien_vers_contact > .elementor-container .elementor-cta h2 {
    font-size: 25px !important;
  }
}
section.fond_couleur_primaire {
  background-color: #f39200;
  color: white;
}
section.fond_couleur_primaire h2 {
  color: white;
}
section.fond_image {
  min-height: 70vh !important;
  color: white;
}
section.fond_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section.fond_image h2 {
  color: white;
}
section.galerie_txt > .elementor-container {
  width: 100%;
}
section.galerie_txt > .elementor-container .elementor-container {
  align-items: flex-start;
}
section.galerie_txt > .elementor-container .elementor-container .elementor-inner-column:last-child {
  max-width: 500px;
  background-color: #f39200;
  margin: 2.5% 0 0 2.5%;
  padding: 5%;
}
@media (max-width: 980px) {
  section.galerie_txt > .elementor-container .elementor-container .elementor-inner-column:last-child {
    margin: 2.5% auto;
  }
}
section.galerie_txt > .elementor-container .elementor-container .elementor-inner-column:last-child .elementor-widget-text-editor {
  color: white;
}
section.galerie_txt > .elementor-container .elementor-container .elementor-inner-column:last-child .elementor-widget-text-editor h2 {
  color: white;
}
@media (min-width: 480px) {
  section.assurances_partenaires > .elementor-container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  section.assurances_partenaires > .elementor-container path {
    fill: #e4e7eb;
    fill-opacity: 1;
  }
}
section .elementor-shape-bottom + .elementor-container {
  padding-bottom: 7%;
}
section .elementor-widget.galerie_custom.effet_decalage .e-gallery-container:hover .e-gallery-item:first-child {
  transform: rotateZ(-3deg);
}
section .elementor-widget.galerie_custom.effet_decalage .e-gallery-container:hover .e-gallery-item:nth-child(2) {
  top: 40px !important;
  left: 40px !important;
  transform: rotateZ(1deg);
}
section .elementor-widget.galerie_custom.effet_decalage .e-gallery-container:hover .e-gallery-item:nth-child(3) {
  top: 80px !important;
  left: 80px !important;
  transform: rotateZ(5deg);
}
section .elementor-widget.galerie_custom.effet_decalage .e-gallery-container:hover .e-gallery-item .elementor-gallery-item__overlay {
  display: none;
}
section .elementor-widget.galerie_custom .e-gallery-container {
  max-width: calc(95% - 40px);
  width: 600px;
  margin: auto;
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:first-child {
  width: calc(100% + 40px);
  padding-right: 40px;
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:first-child .elementor-gallery-item__overlay {
  width: calc(100% - 40px);
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:not(:first-child):nth-child(2) {
  top: calc(20px * (2 - 1));
  left: calc(20px * (2 - 1));
  z-index: -2;
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:not(:first-child):nth-child(3) {
  top: calc(20px * (3 - 1));
  left: calc(20px * (3 - 1));
  z-index: -3;
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:not(:first-child):nth-child(4) {
  top: calc(20px * (4 - 1));
  left: calc(20px * (4 - 1));
  z-index: -4;
}
section .elementor-widget.galerie_custom .e-gallery-container .e-gallery-item:nth-child(n+4) {
  display: none;
}
section .elementor-widget.hauteur_height.elementor-widget-image {
  height: 100%;
}
section .elementor-widget.hauteur_height.elementor-widget-image .elementor-widget-container {
  height: 100%;
}
section .elementor-widget.hauteur_height.elementor-widget-image .elementor-widget-container a {
  height: 100%;
  width: 100%;
}
section .elementor-widget.hauteur_height.elementor-widget-image .elementor-widget-container a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.elementor-element.tac {
  text-align: center;
}
.elementor-element.tal {
  text-align: left;
}
.elementor-element.code_rs {
  max-width: 100%;
  width: fit-content;
}
.elementor-popup-modal {
  height: 100vh !important;
}
.elementor-popup-modal .dialog-widget-content {
  background-color: #ffffff;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content {
    background-color: #ffffffeb;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message {
  max-width: 100%;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup {
  height: 100%;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section {
  height: 100%;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container {
  height: 100%;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul {
  margin: auto;
  width: 70%;
  padding-right: 15px;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #f39200;
}
@media (max-width: 1200px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul {
    width: 100%;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul .menu-item-has-children:hover > .sub-menu > li > a {
  padding: 7px 0;
  font-size: 16px;
  line-height: 20px;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul .menu-item-has-children:hover > .sub-menu > li > a i::before {
  height: 20px !important;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul a {
  margin: auto !important;
  color: black !important;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li {
  position: initial;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a {
  width: fit-content;
  margin: 0 0 0 auto !important;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "WalkwayExpand", sans-serif;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a::before {
  content: "";
  position: absolute;
  left: -15px;
  transform: rotateX(-180deg) translateX(-15px);
  width: 30px;
  height: 30px;
  opacity: 0;
  background: center / cover no-repeat url("../../../wp-content/uploads/2021/09/010-next.svg");
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1405px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a {
    font-size: 17px;
  }
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a {
    font-size: 15px;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a:hover {
  color: #f39200 !important;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > a:hover::before {
  opacity: 1;
  transform: rotateX(0deg) translateX(0);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li.menu-item-has-children .sub-arrow i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: center / cover no-repeat url("../../../wp-content/uploads/2021/09/next.svg");
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li:hover > .sub-menu {
  z-index: 9999;
  opacity: 1;
  pointer-events: initial;
  transform: translate(-15px, -50%);
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu {
  z-index: -1;
  display: block !important;
  width: fit-content !important;
  margin-top: 0 !important;
  pointer-events: none;
  opacity: 0;
  background: transparent;
  transition: 0.4s ease-in-out;
  top: 50% !important;
  left: 100%;
  transform: translate(-50%, -50%);
  padding-left: 30px;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu {
    position: initial;
    margin: auto;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu .sub-menu {
  z-index: 9;
  width: fit-content !important;
  margin: auto;
  box-shadow: 1px 1px 2px 0px black;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu .sub-menu {
    position: initial;
    display: block;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu li.current-menu-item > a {
  background-color: #f39200;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu li:hover > a {
  background-color: #ff9f0e;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a {
  background-color: initial;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a {
    width: fit-content;
    margin: auto !important;
    border: none;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a:hover i::before {
  filter: invert(1);
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a {
    padding: 0;
    line-height: 0;
    font-size: 0;
  }
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a i::before {
    height: 0 !important;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a i {
  transform: initial;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-nav-menu--main > ul > li > .sub-menu a i::before {
  transition: 0.4s ease-in-out;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:first-of-type .elementor-widget-nav-menu {
    height: 100%;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-background-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  margin-right: -50px;
  margin-bottom: 0;
  transition: 0s 1.5s linear;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie::before {
  content: "MENU";
  font-family: "Montserrat", sans-serif;
  margin-right: -70px;
  letter-spacing: 1.8px;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie::before {
    color: #000000;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie#menu_trigger:not(.open) + .close {
  z-index: -1;
  opacity: 0;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie.open {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie .e-lottie__container .e-lottie__animation svg path {
  stroke-width: 3;
  stroke: #ffffff;
}
@media (max-width: 980px) {
  .elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie .e-lottie__container .e-lottie__animation svg path {
    stroke: #000000;
  }
}
.elementor-popup-modal .dialog-widget-content .dialog-message .elementor-location-popup > section > .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-lottie .e-lottie__container .e-lottie__caption {
  display: none;
}
@media (max-width: 980px) {
  body.admin-bar div.elementor-location-header {
    top: 32px;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  body.admin-bar div.elementor-location-header {
    top: 46px;
  }
}
body.elementor-editor-active header {
  position: initial !important;
}
body header#menu_burger_fullscreen {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
body header#menu_burger_fullscreen.menu_open .colonne_logo {
  height: 0;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-in-out, height 0.4s 0.4s ease-in-out;
}
body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type {
  width: 10% !important;
  display: none;
}
@media (max-width: 1405px) {
  body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type {
    width: 15% !important;
  }
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type .elementor-widget-wrap {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type .elementor-widget-wrap .elementor-widget-image {
    width: 15%;
  }
}
@media (max-width: 767px) {
  body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type .elementor-widget-wrap .elementor-widget-image {
    width: 25%;
  }
}
@media (max-width: 479px) {
  body header#menu_burger_fullscreen > .elementor-container > .elementor-column:first-of-type .elementor-widget-wrap .elementor-widget-image {
    width: 50%;
  }
}
body header#menu_burger_fullscreen > .elementor-container {
  max-width: 100%;
  width: 100%;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column {
  width: 100%;
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column:first-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column:first-of-type {
    padding: 0 10px;
  }
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap {
  padding: 0;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section {
  height: 100%;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container {
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}
@media (max-width: 767px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container {
    justify-content: center;
  }
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column {
  width: fit-content;
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child {
    width: 100%;
  }
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode {
    align-items: center;
    text-align: center;
    padding-top: 5%;
  }
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info {
  line-height: 1.5;
  letter-spacing: 2px;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-address {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-right: 25px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-address {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-address {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-address {
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-address {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-phone {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-phone a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 1200px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-phone a {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info .rank-math-contact-phone a {
    font-size: 14px;
  }
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-shortcode .rank-math-contact-info label {
  display: none;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-icon svg, body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:first-child .elementor-icon path {
  fill: #f39200 !important;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:nth-of-type(2) {
  margin: 0 15px;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child {
  width: 150px;
  height: 100px;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap {
  padding: 0;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: fit-content;
  height: 100%;
  margin-right: -50px;
  margin-bottom: 0;
  transition: 0s 1.5s linear;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie::before {
  content: "MENU";
  font-family: "Montserrat", sans-serif;
  margin-right: -70px;
  letter-spacing: 1.8px;
  font-size: 20px;
  color: #ffffff;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie#menu_trigger:not(.open) + .close {
  z-index: -1;
  opacity: 0;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie.open {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie.close {
  display: none;
  pointer-events: none;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie .e-lottie__container .e-lottie__animation svg path {
  stroke-width: 3;
  stroke: #ffffff;
}
body header#menu_burger_fullscreen > .elementor-container .elementor-column > .elementor-widget-wrap section .elementor-container .elementor-inner-column:last-child .elementor-widget-wrap .elementor-widget-lottie .e-lottie__container .e-lottie__caption {
  display: none;
}
@media (max-width: 479px) {
  body header#menu_burger_fullscreen > .elementor-container .elementor-column:last-of-type {
    height: auto !important;
  }
}
body header.menu_open {
  position: fixed !important;
}
body .elementor-popup-modal {
  background-color: transparent !important;
}
section#hero_section {
  display: flex;
  align-items: center;
  min-height: 100vh;
  height: auto;
  padding-top: 60px;
  background-color: #ffffff;
}
section#hero_section::before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: opacity_before 0.5s both ease-in-out;
  animation-iteration-count: 1;
}
@media (max-width: 980px) {
  section#hero_section {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  section#hero_section {
    padding-top: 150px;
  }
}
@media (max-width: 479px) {
  section#hero_section {
    padding-top: 120px;
  }
}
section#hero_section .elementor-background-video-container {
  transition: none !important;
  animation: opacity_video 0.5s 2s both ease-in-out;
}
section#hero_section .elementor-background-video-container::before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section#hero_section .elementor-container {
  position: initial;
  z-index: 1;
}
section#hero_section .elementor-container .elementor-column {
  position: initial;
}
section#hero_section .elementor-container .elementor-column .elementor-widget-wrap {
  position: initial;
}
section#hero_section .elementor-container .elementor-column .elementor-widget-wrap #scroll_down {
  padding-top: 40px;
  z-index: 1;
}
section#hero_section .elementor-container .elementor-column .elementor-widget-wrap #scroll_down::before {
  content: "SCROLL";
  color: #ffffff;
}
section#presentation .elementor-container {
  max-width: 100% !important;
}
section#presentation .elementor-container .elementor-widget-wrap {
  width: 100%;
}
@media (max-width: 1200px) {
  section#presentation .elementor-container .elementor-widget-wrap {
    padding: 0;
  }
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel {
  margin: 3% 0 5%;
  max-width: 2000px;
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: 0 5%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  background: linear-gradient(0deg, rgba(27, 33, 33, 0) 50%, #f7f7f7 50%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1200px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel::before {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel::before {
    display: none;
  }
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper {
  overflow: visible !important;
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: visible !important;
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure {
  width: fit-content;
  margin: 0 auto;
  line-height: 0 !important;
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure::before, section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100em;
  border: 2px solid #f39200;
  aspect-ratio: 1;
  transition: 400ms ease-in-out;
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure::before {
  animation: carrousel_pulsion 3s infinite;
}
@media (max-width: 980px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure::before {
    animation: none;
  }
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure img {
  max-height: 65vh;
  width: 100%;
  padding: 30px;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure img {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .swiper .swiper-slide figure img {
    padding: 10px;
  }
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button {
  padding: 20px;
  border-radius: 50em;
  background: #f39200;
  opacity: 0;
  transition: 400ms ease-in-out;
}
@media (max-width: 1200px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button {
    padding: 10px;
  }
}
@media (max-width: 980px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button {
    top: initial;
    bottom: -15%;
  }
}
@media (max-width: 479px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button {
    bottom: -25%;
  }
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button:hover {
  background: #7fb800;
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  transform: translate(calc(-100% - 50px), -50%);
}
@media (max-width: 980px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: 45% !important;
  }
}
section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {
  transform: translate(calc(100% + 50px), -50%);
}
@media (max-width: 980px) {
  section#presentation .elementor-container .elementor-widget-wrap .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {
    right: 45% !important;
  }
}
section#prestations .elementor-container {
  max-width: 100%;
  width: 85%;
}
@media (max-width: 1405px) {
  section#prestations .elementor-container {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  section#prestations .elementor-container {
    width: 75%;
  }
}
@media (max-width: 479px) {
  section#prestations .elementor-container {
    width: 100%;
  }
}
section#prestations .elementor-container .elementor-column:first-of-type .elementor-widget-button {
  transform: translate(-50%, -50%);
}
@media (max-width: 980px) {
  section#prestations .elementor-container .elementor-column:first-of-type .elementor-widget-button {
    transform: translate(0, -50%);
  }
}
section#prestations .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
  justify-content: flex-end;
}
section#prestations .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-button {
  width: auto;
  transform: translate(50%, -50%);
}
@media (max-width: 980px) {
  section#prestations .elementor-container .elementor-column:last-of-type .elementor-widget-wrap .elementor-widget-button {
    width: 100%;
    transform: translate(0, -50%);
  }
}
section#prestations .elementor-container .elementor-column .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  padding: 40px;
}
@media (max-width: 479px) {
  section#prestations .elementor-container .elementor-column .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    padding: 20px;
  }
}
section#prestations .elementor-container .elementor-column .elementor-flip-box__back .elementor-flip-box__layer__overlay .elementor-flip-box__layer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10%;
  background: rgba(0, 0, 0, 0.5);
}
section#prestations .elementor-container .elementor-column .elementor-flip-box__back .elementor-flip-box__layer__overlay .elementor-flip-box__layer__inner h3 {
  margin-bottom: 0;
}
section#prestations .elementor-container .elementor-column .elementor-flip-box__back .elementor-flip-box__layer__overlay .elementor-flip-box__layer__inner h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  margin: 10px auto;
  background: #7fb800;
}
section#tiers_payant .elementor-container {
  justify-content: center;
}
section#tiers_payant .elementor-container .elementor-column {
  min-height: 700px;
  width: 700px;
}
@media (max-width: 767px) {
  section#tiers_payant .elementor-container .elementor-column {
    min-height: 460px;
    width: 460px;
  }
}
section#tiers_payant .elementor-container .elementor-column .elementor-widget-wrap {
  align-content: center;
}
section.presentation_page_interne section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: 0 5%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  background: linear-gradient(0deg, rgba(27, 33, 33, 0) 50%, #f7f7f7 50%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1200px) {
  section.presentation_page_interne section::before {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 980px) {
  section.presentation_page_interne section::before {
    display: none;
  }
}
section#tiers_payant_presentation .elementor-widget-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: 0 5%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  background: linear-gradient(0deg, rgba(27, 33, 33, 0) 50%, #f7f7f7 50%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1200px) {
  section#tiers_payant_presentation .elementor-widget-image::before {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  section#tiers_payant_presentation .elementor-widget-image::before {
    display: none;
  }
}
body.page-id-64 .site-main h1 {
  font-weight: inherit;
  font-size: inherit;
}
body.page-id-64 .site-main section#contact_info {
  padding: 5% 0;
}
body.page-id-64 .site-main section#contact_info .elementor-container {
  align-items: center;
}
@media (min-width: 981px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child {
    width: 65%;
    margin-right: 5%;
  }
}
@media (max-width: 980px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child {
    width: 100%;
  }
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper .gform_heading h3 {
  color: #f39200;
  font-size: 35px;
  letter-spacing: 4px !important;
  font-weight: normal;
}
@media (max-width: 479px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper .gform_heading h3 {
    font-size: 25px;
  }
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li {
  padding: 0;
}
@media (min-width: 768px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li:not(.message, #field_submit) {
    width: 45%;
  }
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li.message {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 479px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li:not(.message, #field_submit) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li {
    width: 100%;
  }
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li.rgpd {
  width: 100%;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li.rgpd .ginput_container input {
  width: fit-content !important;
  margin-right: 15px !important;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li.rgpd .ginput_container .gfield_required {
  display: none !important;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li label {
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.23;
  color: #000000;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li .ginput_container {
  display: flex;
  align-items: baseline;
  margin: 0;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li .ginput_container input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #000000;
  border-radius: 0;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li .ginput_container input::placeholder {
  color: #000000;
  font-size: 13px;
  opacity: 1;
  line-height: 1.86;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li .ginput_container textarea {
  border-radius: 0;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li#field_2_14 {
  width: 100%;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li#field_2_14 label {
  color: #000000;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li#field_2_14 .ginput_container ul li {
  display: flex;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li#field_2_14 .ginput_container ul li input {
  width: auto;
  margin-right: 10px;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li#field_2_14 .gfield_description {
  padding: 0;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_fields_2 li#field_2_14 .gfield_description a {
  font-family: "Montserrat", sans-serif;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_submit_button_2 {
  margin: 5% 0 0;
  padding: 10px 25px;
  font-size: 12px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: white;
  background: #f39200;
  transition: 400ms ease-in-out;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .gform_wrapper form #gform_submit_button_2:hover {
  background: #7fb800;
}
@media (min-width: 981px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child {
    width: 30%;
  }
}
@media (max-width: 980px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child {
    margin: 5% auto;
  }
}
@media (max-width: 767px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child {
    width: 70%;
  }
}
@media (max-width: 479px) {
  body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child {
    width: 100%;
  }
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap {
  padding: 30px;
  border: #f39200 solid 2px;
  text-align: center;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap .rank-math-contact-info .rank-math-contact-name h4 a {
  color: #f39200;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap .rank-math-contact-info .rank-math-contact-address label, body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap .rank-math-contact-info .rank-math-contact-phone label {
  display: none;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap .rank-math-contact-info a {
  font-family: "Montserrat", sans-serif;
}
body.page-id-64 .site-main section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap nav a {
  padding: 5px;
  font-family: "Montserrat", sans-serif;
}
body.page-id-64 .site-main section#horaires {
  width: 70%;
  margin: 5% auto 0;
  padding: 5% 0;
  font-size: 18px;
  background-color: #ff9f0e;
  border: 15px double white;
  text-align: center;
}
@media (max-width: 479px) {
  body.page-id-64 .site-main section#horaires {
    width: 95%;
  }
}
body.page-id-64 .site-main section#horaires address {
  font-size: 20px;
  color: white;
}
@media (max-width: 479px) {
  body.page-id-64 .site-main section#horaires .horaires {
    font-size: 15px;
  }
  body.page-id-64 .site-main section#horaires .horaires .heure {
    display: block;
  }
}
body.page-id-64 .site-main section#map_google {
  padding: 0;
}
body.page-id-64 .site-main section#map_google .elementor-container {
  max-width: 100%;
}
body.page-id-64 .site-main section#map_google .elementor-container .elementor-widget-wrap {
  padding: 0;
}
body.page-id-64 .site-main section#map_google .elementor-container .elementor-widget-wrap .elementor-shortcode {
  line-height: 0;
}
body.page-id-64 .site-main section#map_google .elementor-container .elementor-widget-wrap .elementor-shortcode iframe {
  min-height: 60vh;
}
body.category section.actus .elementor-shortcode > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.category section.actus .elementor-shortcode > div article {
  text-align: center;
}
@media (min-width: 480px) {
  body.category section.actus .elementor-shortcode > div article {
    width: 45%;
    margin: 2.5%;
  }
}
@media (max-width: 479px) {
  body.category section.actus .elementor-shortcode > div article {
    width: 100%;
    margin-bottom: 10%;
  }
}
body.category section.actus .elementor-shortcode > div article .elementor-cta__button {
  max-width: 100%;
  width: fit-content;
  margin: auto;
}
@media (max-width: 980px) {
  section.realisations .ae-post-collection {
    width: 100% !important;
  }
}
section.realisations .ae-post-collection article.ae-post-item {
  position: initial !important;
  flex-basis: calc(100% / 3) !important;
  margin: 0 !important;
  padding: 0% 30px 5% 30px;
}
@media (max-width: 1200px) {
  section.realisations .ae-post-collection article.ae-post-item {
    flex-basis: calc(100% / 2) !important;
  }
}
@media (max-width: 767px) {
  section.realisations .ae-post-collection article.ae-post-item {
    flex-basis: 100% !important;
  }
}
@media (max-width: 479px) {
  section.realisations .ae-post-collection article.ae-post-item {
    padding: 0 0 25% !important;
  }
}
section.realisations .ae-post-collection article.ae-post-item .gallery-item .compteur-images-container .ae-overlay-caption, section.realisations .ae-post-collection article.ae-post-item .gallery-item i {
  color: #f39200;
}
section.realisations .ae-post-collection article.ae-post-item .gallery-item .elementor-widget-heading {
  top: initial !important;
  bottom: 0;
  height: auto !important;
  padding: 15px 5px !important;
  background-color: rgba(12, 8, 27, 0.7) !important;
}
section.realisations .ae-post-collection article.ae-post-item .gallery-item .elementor-widget-heading h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (max-width: 1405px) {
  section.realisations .ae-post-collection article.ae-post-item .gallery-item .elementor-widget-heading h3 {
    font-size: 15px !important;
  }
}
section.realisations .ae-post-collection article.ae-post-item .mini_grid {
  position: initial !important;
  transform: translateY(15px) !important;
}
section.realisations .ae-post-collection article.ae-post-item .mini_grid .gallery-item {
  width: calc(100% / 3) !important;
  margin-right: 0 !important;
}
section.realisations .ae-post-collection article.ae-post-item .mini_grid .gallery-item:nth-of-type(2) {
  margin: 0 2% !important;
}
section.maillage_rea {
  margin-top: 2%;
}
section.maillage_rea h4 {
  margin-top: 5%;
  font-size: 25px;
}
section.maillage_rea .elementor-shortcode {
  display: flex;
  justify-content: center;
}
section.maillage_rea .elementor-shortcode a.categorie {
  margin: 2%;
  list-style: none;
}
body.single-realisations .top-section-realisation {
  display: flex;
  z-index: 1;
}
body.single-realisations .top-section-realisation h1 {
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 479px) {
  body.single-realisations .top-section-realisation h1 {
    width: 100% !important;
    font-size: 20px;
  }
}
body.single-realisations .single-realisation-galerie {
  width: 100% !important;
}
body.single-realisations .single-realisation-galerie a {
  flex-basis: calc(78% / 3) !important;
  width: calc(78% / 3) !important;
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  body.single-realisations .single-realisation-galerie a {
    flex-basis: calc(90% / 3) !important;
  }
}
@media (max-width: 980px) {
  body.single-realisations .single-realisation-galerie a {
    flex-basis: calc(95% / 2) !important;
    margin: 10px auto !important;
  }
}
@media (max-width: 767px) {
  body.single-realisations .single-realisation-galerie a {
    flex-basis: 95% !important;
  }
}
@media (max-width: 479px) {
  body.single-realisations .single-realisation-galerie a {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
body.single-realisations .single-realisation-galerie a img {
  height: 35vh !important;
  max-height: 100% !important;
}
@media (max-width: 767px) {
  body.single-realisations .single-realisation-galerie a img {
    height: initial !important;
  }
}
.single-post header > .elementor-container > .elementor-column:first-of-type {
  display: block !important;
}
.single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type {
  padding-top: 5%;
  z-index: 1;
}
.single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 1405px) {
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container {
    margin-left: 5%;
  }
}
@media (max-width: 980px) {
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container h1 {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container {
    flex-direction: column-reverse;
    width: 90%;
  }
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container .elementor-column:first-of-type {
    width: 500px;
    max-width: 90%;
  }
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container .elementor-column:last-of-type .elementor-widget-theme-post-title {
    text-align: center;
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container .elementor-column:first-of-type {
    max-width: 100%;
  }
}
.single-post div[data-elementor-type="single-post"] .elementor-top-section:first-of-type > .elementor-container img {
  max-height: 45vh;
}
.single-post div[data-elementor-type="single-post"] .elementor-top-section:nth-of-type(2) {
  padding-bottom: 5%;
  z-index: 0;
}
.single-post div[data-elementor-type="single-post"] .elementor-top-section:nth-of-type(2) > .elementor-container {
  width: 90%;
  padding-top: 0;
  padding-left: 10%;
  color: white;
  transform: translateY(-30px);
}
@media (max-width: 980px) {
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:nth-of-type(2) > .elementor-container {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .single-post div[data-elementor-type="single-post"] .elementor-top-section:nth-of-type(2) > .elementor-container {
    padding-left: 0;
  }
}
.single-post div[data-elementor-type="single-post"] .elementor-top-section:nth-of-type(2) > .elementor-container .elementor-column {
  padding: calc(5% + 30px) 5% 5%;
  background-color: #f39200;
}
.elementor-widget-container .elementor-button-link, .elementor-widget-container .timify-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  height: 150px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
  background-color: #f39200;
  border-radius: 100em 100em 100em 100em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3.4px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
}
.elementor-widget-container .elementor-button-link::before, .elementor-widget-container .elementor-button-link::after, .elementor-widget-container .timify-button::before, .elementor-widget-container .timify-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100em;
  border: 2px solid #7fb800;
  transition: 400ms ease-in-out;
}
.elementor-widget-container .elementor-button-link::before, .elementor-widget-container .timify-button::before {
  width: 250px;
  height: 250px;
  opacity: 0;
}
@media (max-width: 767px) {
  .elementor-widget-container .elementor-button-link::before, .elementor-widget-container .timify-button::before {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-container .elementor-button-link, .elementor-widget-container .timify-button {
    width: 120px !important;
    height: 120px;
    font-size: 14px !important;
  }
}
.elementor-widget-container .elementor-button-link:hover::before, .elementor-widget-container .timify-button:hover::before {
  width: 180px;
  height: 180px;
  opacity: 1;
}
@media (max-width: 767px) {
  .elementor-widget-container .elementor-button-link:hover::before, .elementor-widget-container .timify-button:hover::before {
    width: 150px;
    height: 150px;
  }
}
.elementor-widget-container .elementor-button-link:hover::after, .elementor-widget-container .timify-button:hover::after {
  border-color: transparent;
}
.elementor-widget-container .elementor-button-link::after, .elementor-widget-container .timify-button::after {
  width: 180px;
  height: 180px;
  animation: bouton_pulsion 3s infinite;
}
@media (max-width: 767px) {
  .elementor-widget-container .elementor-button-link::after, .elementor-widget-container .timify-button::after {
    width: 150px;
    height: 150px;
    animation: none;
  }
}
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 5%;
.empty {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
}
@media (min-width: 981px) {
  #deux_colonnes #partie-gauche {
    width: 55%;
    padding-right: 15px;
  }
  #deux_colonnes #partie-gauche img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
}
#deux_colonnes .conteneur_texte {
  padding: 5% 5% 0 0;
}
#deux_colonnes .conteneur_texte .text_inner {
  width: 100% !important;
}
@media (min-width: 981px) {
  #deux_colonnes #partie-droite {
    gap: 15px;
    width: 45%;
  }
}
#deux_colonnes #partie-droite article {
  height: 50% !important;
}
#deux_colonnes #partie-droite article .conteneur_image {
  position: relative;
}
@media (min-width: 981px) {
  #deux_colonnes #partie-droite article .conteneur_image {
    width: 50% !important;
    height: 100%;
  }
  #deux_colonnes #partie-droite article .conteneur_image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #deux_colonnes #partie-droite article .conteneur_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  #deux_colonnes #partie-droite article .conteneur_image {
    width: 100%;
  }
}
#deux_colonnes #partie-droite article .conteneur_texte {
  padding: 5%;
}
@media (min-width: 981px) {
  #deux_colonnes #partie-droite article .conteneur_texte {
    width: 50% !important;
  }
}
#deux_colonnes #partie-droite article .conteneur_texte .text_inner {
  width: 100% !important;
}
@media (min-width: 981px) {
  #deux_colonnes_full #partie-gauche {
    width: calc(55% - 10px);
  }
  #deux_colonnes_full #partie-droite {
    width: calc(45% - 10px);
  }
}
#deux_colonnes_full article {
  height: 100%;
}
#deux_colonnes_full article .bloc-contenu {
  position: relative;
  position: relative;
  padding: 30px 40px;
}
#deux_colonnes_full article .bloc-contenu::before {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#deux_colonnes_full article .bloc-contenu .conteneur_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#deux_colonnes_full article .bloc-contenu .conteneur_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#deux_colonnes_full article .bloc-contenu .conteneur_texte {
  z-index: 9;
  color: white;
}
#deux_colonnes_full article .bloc-contenu .conteneur_texte h2 {
  opacity: 1;
  color: white;
}
#deux_colonnes, #deux_colonnes_full {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 480px) and (max-width: 980px) {
  #deux_colonnes #partie-gauche, #deux_colonnes_full #partie-gauche {
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 479px) {
  #deux_colonnes #partie-gauche, #deux_colonnes_full #partie-gauche {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 980px) {
  #deux_colonnes, #deux_colonnes_full {
    flex-direction: column;
  }
}
#deux_colonnes #partie-droite, #deux_colonnes_full #partie-droite {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 480px) and (max-width: 980px) {
  #deux_colonnes #partie-droite, #deux_colonnes_full #partie-droite {
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 479px) {
  #deux_colonnes #partie-droite, #deux_colonnes_full #partie-droite {
    width: 95%;
    margin: auto;
  }
}
@media (min-width: 981px) {
  #deux_colonnes #partie-droite article, #deux_colonnes_full #partie-droite article {
    height: calc(50% - 10px);
  }
}
@media (max-width: 980px) {
  #deux_colonnes #partie-droite article:first-child, #deux_colonnes_full #partie-droite article:first-child {
    margin: 30px auto !important;
  }
}
#deux_colonnes #partie-droite article .bloc-contenu, #deux_colonnes_full #partie-droite article .bloc-contenu {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#deux_colonnes article:hover img, #deux_colonnes_full article:hover img {
  transform: scale(1.05);
  z-index: 99;
}
#deux_colonnes article .bloc-contenu, #deux_colonnes_full article .bloc-contenu {
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#deux_colonnes article .bloc-contenu .conteneur_image, #deux_colonnes_full article .bloc-contenu .conteneur_image {
  overflow: hidden;
}
#deux_colonnes article .bloc-contenu .conteneur_image img, #deux_colonnes_full article .bloc-contenu .conteneur_image img {
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
#deux_colonnes article .bloc-contenu .conteneur_texte .entry-title, #deux_colonnes_full article .bloc-contenu .conteneur_texte .entry-title {
  margin: 0;
  padding-bottom: 0;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#deux_colonnes article .bloc-contenu .conteneur_texte .post-content, #deux_colonnes_full article .bloc-contenu .conteneur_texte .post-content {
  line-height: 1.64;
  letter-spacing: 1.4px;
}
#deux_colonnes article .bloc-contenu .conteneur_texte .post-content .text_inner, #deux_colonnes_full article .bloc-contenu .conteneur_texte .post-content .text_inner {
  display: -webkit-box;
  width: 80%;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 980px) {
  #deux_colonnes article .bloc-contenu .conteneur_texte .post-content .text_inner, #deux_colonnes_full article .bloc-contenu .conteneur_texte .post-content .text_inner {
    width: 100%;
  }
}
#deux_colonnes article .bloc-contenu .conteneur_texte .more-link, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link {
  position: relative;
  z-index: 0;
  justify-self: end;
  width: fit-content;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.86;
  letter-spacing: 2.52px;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
#deux_colonnes article .bloc-contenu .conteneur_texte .more-link::before, #deux_colonnes article .bloc-contenu .conteneur_texte .more-link::after, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link::before, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: initial !important;
  width: 0;
  height: 100%;
  margin-left: initial;
  font-size: initial;
  opacity: 1;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
#deux_colonnes article .bloc-contenu .conteneur_texte .more-link:hover, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link:hover {
  color: #f39200 !important;
  background-color: transparent;
}
#deux_colonnes article .bloc-contenu .conteneur_texte .more-link:hover::before, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link:hover::before {
  width: 100%;
}
#deux_colonnes article .bloc-contenu .conteneur_texte .more-link:hover::after, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link:hover::after {
  width: 0;
}
#deux_colonnes article .bloc-contenu .conteneur_texte .more-link::after, #deux_colonnes_full article .bloc-contenu .conteneur_texte .more-link::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #f39200;
}
#trois_colonnes {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#trois_colonnes article {
  width: 26%;
  margin: calc(26% / 12) auto;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@media (max-width: 1405px) {
  #trois_colonnes article {
    width: 30%;
  }
}
@media (max-width: 980px) {
  #trois_colonnes article {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #trois_colonnes article {
    width: 55%;
    margin: calc(26% / 3) auto;
  }
}
@media (max-width: 479px) {
  #trois_colonnes article {
    width: 95%;
  }
}
#trois_colonnes article:hover {
  transform: scale(1.1);
}
#trois_colonnes article:hover .bloc-contenu .more-link::after {
  left: -2.5%;
  width: 105%;
  height: 100%;
}
#trois_colonnes article .bloc-image {
  position: relative;
}
#trois_colonnes article .bloc-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#trois_colonnes article .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#trois_colonnes article .bloc-contenu {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000000 !important;
}
@media (min-width: 480px) {
  #trois_colonnes article .bloc-contenu {
    padding: 15px;
  }
}
#trois_colonnes article .bloc-contenu h2 {
  font-size: 18px !important;
  letter-spacing: 2px;
  text-transform: initial;
}
#trois_colonnes article .bloc-contenu .more-link {
  position: relative;
  width: fit-content;
  margin: 5% auto 2.5%;
  padding: 5px 10px;
}
#trois_colonnes article .bloc-contenu .more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #f39200;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.elementor-cta__button-wrapper {
  display: inline-block;
  margin: 4% auto 0;
}
body .main_section.legales {
  margin-top: 80px;
}
body.page-id-134 header, body.page-id-3291 header, body.page-id-3292 header, body.single-post header {
  position: relative !important;
}
body.page-id-134 header span, body.page-id-134 header a, body.page-id-3291 header span, body.page-id-3291 header a, body.page-id-3292 header span, body.page-id-3292 header a, body.single-post header span, body.single-post header a {
  color: #000000 !important;
}
body.page-id-134 header .elementor-widget-lottie::before, body.page-id-3291 header .elementor-widget-lottie::before, body.page-id-3292 header .elementor-widget-lottie::before, body.single-post header .elementor-widget-lottie::before {
  color: #000000 !important;
}
body.page-id-134 header path, body.page-id-3291 header path, body.page-id-3292 header path, body.single-post header path {
  stroke: #000000 !important;
}
body div.ancre_top {
  display: flex;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 9;
  background-color: #7fb800;
  transition: 0.4s ease-in-out;
}
body div.ancre_top:not(.scroll) {
  transform: translateY(calc(100% + 5px));
}
body div.ancre_top .bouton_ancre span::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  padding: 5px 20px;
  color: white !important;
}
body .custom_rs {
  max-width: 100%;
  width: fit-content;
  margin: auto;
}
body .custom_rs a {
  background-color: initial;
}
body .custom_rs a svg, body .custom_rs a path {
  fill: #f39200 !important;
}
body .elementor-slideshow__footer {
  display: none;
}
body .elementor-widget-spacer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 0;
  background: #7fb800;
  animation: anim-line 2s infinite ease-in-out;
}
body .elementor-widget-spacer .elementor-widget-container {
  background-color: transparent !important;
}
body .elementor-widget-posts article {
  overflow: visible !important;
}
body .elementor-widget-posts article .elementor-post__read-more {
  padding: 10px 20px;
  background: #f39200;
  transition: 400ms ease-in-out;
}
body .elementor-widget-posts article .elementor-post__read-more:hover {
  background: #7fb800;
}
body .carroussel_logo .swiper-slide {
  padding: 10px;
  background: #ede9e96b;
  transition: background 400ms;
}
body .carroussel_logo .swiper-slide:hover {
  background: #ede9e9bd;
}
body section.link_white a {
  color: #ffffff;
  font-weight: normal;
}
body section.main_section {
  background-color: #ffffff;
  min-height: 100vh !important;
  height: auto !important;
  padding-top: 60px;
}
body section.main_section::before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: opacity_before 0.5s both ease-in-out;
  animation-iteration-count: 1;
}
@media (max-width: 980px) {
  body section.main_section {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  body section.main_section {
    padding-top: 150px;
  }
}
@media (max-width: 479px) {
  body section.main_section {
    padding-top: 120px;
  }
}
body section.main_section .elementor-background-overlay {
  transition: none !important;
  animation: opacity_video 0.5s 3s both ease-in-out;
}
body section.main_section .elementor-background-overlay::before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  position: absolute;
  top: 0;
  left: 0;
}
body section.main_section .elementor-container {
  position: initial;
  z-index: 1;
}
body section.main_section .elementor-container .elementor-column {
  position: initial;
}
body section.main_section .elementor-container .elementor-column .elementor-widget-wrap {
  position: initial;
}
body section.main_section .elementor-container .elementor-column .elementor-widget-wrap #scroll_down {
  padding-top: 40px;
  z-index: 1;
}
body section.main_section .elementor-container .elementor-column .elementor-widget-wrap #scroll_down::before {
  content: "SCROLL";
  color: #ffffff;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper {
  align-items: stretch;
  transition-duration: 1.5s !important;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide {
  height: inherit;
  transform-origin: top;
  transition: all 500ms ease-in-out;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev + .swiper-slide-duplicate-active + .swiper-slide-duplicate-next {
  transform: translateY(-50%);
  padding-left: 115px;
  opacity: 0;
}
@media (max-width: 1405px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev + .swiper-slide-duplicate-active + .swiper-slide-duplicate-next {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev + .swiper-slide-duplicate-active + .swiper-slide-duplicate-next {
    transform: translateY(-45%);
    padding-left: 25px;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev + .swiper-slide-duplicate-active {
  transform: translateY(-40%);
  padding-left: 115px;
  opacity: 1;
  transition: all 1s ease-in-out;
}
@media (max-width: 1405px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev + .swiper-slide-duplicate-active {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev + .swiper-slide-duplicate-active {
    transform: translateY(-45%);
    padding-left: 25px;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev {
  transform: translateY(-15%) scale(0.8);
}
@media (max-width: 1200px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev {
    transform: translateY(-20%) scale(0.9);
  }
}
@media (max-width: 980px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev {
    opacity: 0;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  height: initial;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide a {
  height: 100%;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide a figure {
  height: 100%;
  position: relative;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide a figure::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #f39200;
  position: absolute;
  top: 0;
  left: 0;
  top: initial;
  transition: 600ms ease-in-out;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide a figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide:hover figure {
  position: relative;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide:hover figure::before {
  content: "";
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #f39200;
  position: absolute;
  top: 0;
  left: 0;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateY(-15%) scale(0.8);
}
@media (max-width: 1200px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateY(-20%) scale(0.9);
  }
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next figure {
    max-height: initial;
  }
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next figure {
    position: relative;
  }
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-next figure::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    top: initial;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: translateY(-40%);
  padding-right: 115px;
  opacity: 1;
}
@media (max-width: 1405px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateY(-45%);
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateY(0);
    padding-right: 0;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: translateY(-50%) scale(0.7);
  padding-right: 115px;
  opacity: 0;
}
@media (max-width: 1405px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev, body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateY(-45%);
    padding-right: 25px;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide figure {
  height: fit-content;
  line-height: 0;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide figure img {
  display: flex;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 400ms ease-in-out;
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide figure img {
    max-height: 60vh !important;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-next + .swiper-slide) figure {
  position: relative;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-next + .swiper-slide) figure::before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  top: initial;
  transition: 600ms ease-in-out;
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-next + .swiper-slide) figure::before {
    background-color: #f39200;
    opacity: 0;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-next + .swiper-slide):hover figure {
  position: relative;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-next + .swiper-slide):hover figure::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  top: initial;
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-next + .swiper-slide):hover figure::before {
    background-color: #f39200;
    opacity: 0.3;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
  top: 100%;
  transform: translateY(-100%);
  padding: 20px;
  border-radius: 50em;
  background: #f39200;
  transition: 400ms ease-in-out;
}
@media (max-width: 1405px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
    transform: translateY(50%);
  }
}
@media (max-width: 479px) {
  body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
    padding: 5px;
  }
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button:hover {
  background: #7fb800;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  left: 35%;
}
body section.galerie .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
  right: 35%;
}
body section.rond_defilement_relative .elementor-container {
  position: initial;
}
body section.rond_defilement_relative .elementor-container .elementor-column {
  position: initial;
}
body section.rond_defilement_relative .elementor-container .elementor-column .elementor-widget-wrap {
  position: initial;
}
body section.btn_green .elementor-button {
  background: #7fb800;
}
body section .elementor-widget[class*=cercle] {
  width: 500px;
  height: 500px;
  padding: 15px;
}
@media (max-width: 767px) {
  body section .elementor-widget[class*=cercle] {
    width: 460px;
    height: 460px;
  }
}
@media (max-width: 479px) {
  body section .elementor-widget[class*=cercle] {
    width: 300px;
    height: 300px;
  }
}
body section .elementor-widget[class*=cercle]::before, body section .elementor-widget[class*=cercle]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100em;
  border: 2px solid #7fb800;
  transition: 400ms ease-in-out;
  z-index: -1;
}
body section .elementor-widget[class*=cercle] .elementor-widget-container {
  height: 100%;
}
body section .elementor-widget[class*=cercle] .elementor-widget-container a {
  width: 100%;
  height: 100%;
}
body section .elementor-widget[class*=cercle] .elementor-widget-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  body section.flex_wrap_responsive .elementor-container {
    flex-wrap: wrap;
  }
}
footer .elementor-widget-nav-menu a {
  width: fit-content;
  margin: auto;
  padding: 5px 0 !important;
  color: #f39200;
}
footer .elementor-widget-nav-menu a::before {
  display: none;
}
footer .elementor-widget-nav-menu a.elementor-item-active, footer .elementor-widget-nav-menu a:hover {
  color: #ffa927 !important;
}
footer .elementor-widget-nav-menu a.elementor-item-active::after, footer .elementor-widget-nav-menu a:hover::after {
  width: 100%;
}
footer .elementor-widget-nav-menu a::after {
  width: 0;
  height: 2px;
  bottom: 0;
  background-color: #f39200;
}
body.page-id-64 footer {
  display: none;
}
footer {
  overflow: hidden !important;
  padding-top: 15%;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 2.5%;
  aspect-ratio: 1;
  background: #f7f7f7;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1200px) {
  footer::before {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50% 50% 0 0;
  }
}
@media (max-width: 767px) {
  footer::before {
    border-radius: 0;
  }
}
@media (max-width: 1200px) {
  footer {
    padding-top: 5%;
  }
}
@media (max-width: 479px) {
  footer {
    padding-top: 15%;
  }
}
footer > .elementor-container {
  align-items: center;
  max-width: 100% !important;
  width: 70%;
}
@media (max-width: 1405px) {
  footer > .elementor-container {
    width: 85%;
  }
}
@media (max-width: 1200px) {
  footer > .elementor-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 980px) {
  footer > .elementor-container {
    width: 95%;
  }
}
footer > .elementor-container .elementor-column {
  flex-wrap: wrap;
}
footer > .elementor-container .elementor-column:first-child {
  flex-wrap: nowrap;
  align-items: center;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap {
  padding: 40px;
}
@media (max-width: 479px) {
  footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap {
    padding: 25px;
  }
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-theme-site-logo {
  margin-bottom: 0;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-theme-site-logo img {
  object-fit: contain;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode {
  margin-bottom: 0;
  text-align: center;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode .rank-math-contact-section {
  margin: 0;
  color: #000000;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode .rank-math-contact-section.rank-math-contact-phone {
  margin: 15px 0;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode .rank-math-contact-section label {
  display: none;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode .rank-math-contact-section .contact-address-address {
  display: block;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode .rank-math-contact-section address, footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-shortcode .rank-math-contact-section a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-widget-nav-menu {
  margin-bottom: 0;
  text-align: center;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-icon {
  margin-bottom: 0;
}
footer > .elementor-container .elementor-column:first-child > .elementor-widget-wrap .elementor-icon svg {
  width: 35px;
  height: 35px;
}
footer > .elementor-container .elementor-column:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 340px;
  background: #000000;
}
@media (max-width: 1200px) {
  footer > .elementor-container .elementor-column:first-child::after {
    display: none;
  }
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap {
  padding: 50px;
}
@media (max-width: 479px) {
  footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap {
    padding: 15px;
  }
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper .gform_heading h3 {
  color: #000000;
  font-family: "WalkwayExpand", sans-serif;
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 479px) {
  footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper .gform_heading h3 {
    font-size: 25px;
  }
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 {
  position: relative;
}
@media (min-width: 768px) {
  footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px 30px;
    grid-auto-rows: 40px;
  }
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li {
  padding: 0;
}
@media (min-width: 768px) {
  footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li {
    margin: 0;
    grid-column: 1;
  }
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 {
  display: flex;
  flex-direction: column;
  grid-row: 5 / 7;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 label {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 .ginput_container {
  order: 3;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 .ginput_container ul li {
  display: flex;
  align-items: center;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 .ginput_container ul li input {
  width: auto;
  margin-right: 10px;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 .gfield_description {
  margin-top: 5px;
  padding: 0;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 .gfield_description a {
  font-size: 15px;
  font-style: italic;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_13 {
  grid-column: 2;
  grid-row: 1 / 6;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_13 .ginput_container {
  height: 100%;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_13 .ginput_container textarea {
  height: 100%;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_14 label {
  font-weight: 600;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_2_16 {
  grid-row: 7 / 7;
  margin-top: 5px;
  font-weight: 600;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li#field_submit {
  grid-column: 2;
  grid-row: 6;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li.rgpd {
  float: right;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li.rgpd input {
  width: fit-content !important;
  margin: 0 10px 0 0 !important;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li.rgpd .gfield_required {
  display: none;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li label {
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.23;
  color: #ffffff;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li .ginput_container {
  display: flex;
  align-items: baseline;
  margin: 0;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li .ginput_container input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #000000;
  border-radius: 0;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li .ginput_container input::placeholder {
  color: #000000;
  font-size: 13px;
  opacity: 1;
  line-height: 1.86;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li .ginput_container textarea {
  background: #efefef;
  border-radius: 5px;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 .gform_body #gform_fields_2 li .ginput_container textarea::placeholder {
  color: transparent;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 #gform_submit_button_2 {
  margin: 5% 0 0;
  padding: 10px 25px;
  font-size: 12px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: white;
  background: #f39200;
  transition: 400ms ease-in-out;
}
footer > .elementor-container .elementor-column:last-child .elementor-widget-wrap .gform_wrapper form#gform_2 #gform_submit_button_2:hover {
  background: #7fb800;
}
.bottom_footer p {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
.bottom_footer p a {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
#cookie-law-info-bar {
  z-index: 9999999;
  min-width: 40% !important;
  max-height: 95vh !important;
  background-color: #f39200 !important;
  border: 3px solid #a76400 !important;
  border-radius: 5px;
}
@media (max-width: 980px) {
  #cookie-law-info-bar {
    overflow-y: scroll !important;
  }
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner-title {
  color: white !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner {
  color: white !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a {
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  background-color: white !important;
  color: black !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a:focus {
  opacity: 1 !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a:hover {
  opacity: 0.7;
}
.cli-modal.cli-show.cli-blowup {
  z-index: 9999999 !important;
}
.cli-modal-backdrop.cli-fade.cli-popupbar-overlay {
  z-index: 999999;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #f39200 !important;
  border-radius: initial;
}
#cookie-law-info-again {
  letter-spacing: 1.5px !important;
  color: white !important;
  box-shadow: initial;
  border: 2px solid #a76400;
  border-bottom: initial;
  background-color: #f39200 !important;
  text-transform: uppercase !important;
  transition: 0.4s ease-in-out;
}
#cookie-law-info-again:hover {
  background-color: #da8300 !important;
}
.cmplz-placeholder-1.cmplz-blocked-content-container {
  height: 60vh;
}
