@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(143, 193, 20, 0.7);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(143, 193, 20, 0);
  }
  100% {
    transform: scale(100%);
    box-shadow: 0 0 0 75px rgba(143, 193, 20, 0);
  }
}
h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  font-family: "Montserrat";
  color: black !important;
}
@media (max-width: 980px) {
  h1 {
    font-size: 23px;
    letter-spacing: 1.8px;
  }
}
h1 .subtitle_word {
  display: block;
}
h1 .subtitle_word:last-of-type {
  font-size: 23px;
  text-transform: initial;
}
@media (max-width: 980px) {
  h1 .subtitle_word:last-of-type {
    font-size: 18px;
  }
}
.elementor-posts-nothing-found {
  color: black !important;
  text-align: center;
}
h2, h3 {
  display: flex;
  align-items: center;
  max-width: 1000px;
  padding: 10px 15px !important;
  color: #000000;
  font-size: 26px;
  font-family: "Montserrat";
  transition: 0.4s ease-in-out;
}
@media (max-width: 980px) {
  h2, h3 {
    font-size: 22px;
  }
}
h2 .title_word, h3 .title_word {
  font-weight: 600;
  letter-spacing: 2.6px;
  line-height: 1.6;
}
@media (max-width: 980px) {
  h2 .title_word, h3 .title_word {
    letter-spacing: 1.5px;
  }
}
h2 .subtitle_word, h3 .subtitle_word {
  font-style: italic;
  font-weight: normal;
  color: #8fc114;
}
.elementor-widget-container {
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 17px;
}
@media (max-width: 980px) {
  .elementor-widget-container {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .elementor-widget-container {
    font-size: 15px;
  }
}
.elementor a {
  color: #000000 !important;
}
.elementor a[href^="tel"] {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #000000;
}
.elementor-widget-text-editor, .elementor-widget-shortcode, .elementor-widget-shortcode a {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1.8px;
  font-family: "Montserrat";
  color: black;
}
@media (max-width: 980px) {
  .elementor-widget-text-editor, .elementor-widget-shortcode, .elementor-widget-shortcode a {
    font-size: 15px;
  }
}
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;
  }
}
.warning p, .warning span {
  color: #8FC114 !important;
}
@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 header.elementor-section.elementor-top-section {
  z-index: 7;
  transition: 0.4s ease-in-out;
}
body header.elementor-section.elementor-top-section > .elementor-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 100%;
  width: 95%;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  body header.elementor-section.elementor-top-section > .elementor-container {
    width: 100%;
  }
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column {
  max-width: 100%;
  width: fit-content;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap {
  justify-content: end;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu {
  width: fit-content;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu .elementskit-menu-hamburger {
  display: flex;
  align-items: center;
  width: fit-content;
  border: none;
  background-color: initial;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu .elementskit-menu-hamburger::before {
  content: "Menu";
  margin-right: 10px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu .elementskit-menu-hamburger i::before {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe {
  max-width: 100%;
  width: fit-content;
  position: fixed;
  top: 0;
  left: -100vw;
  height: 100%;
  -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
  box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  border-radius: 0px 0px 0px 0px;
  background-color: #f7f7f7;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne.active, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe.active {
  left: 0;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 981px) {
  body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav {
    padding: 25px 100px;
  }
}
@media (max-width: 980px) {
  body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav {
    padding: 25px;
  }
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav > li > a, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav > li > a {
  font-size: 20px;
  font-family: "Montserrat";
  letter-spacing: 1.4px;
}
@media (min-width: 981px) {
  body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav > li > a, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav > li > a {
    text-transform: uppercase;
  }
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav > li .elementskit-submenu-panel, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav > li .elementskit-submenu-panel {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-categories-documentation-interne ul.elementskit-navbar-nav > li .elementskit-submenu-panel a, body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu #ekit-megamenu-menu-externe ul.elementskit-navbar-nav > li .elementskit-submenu-panel a {
  text-align: center;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu .elementskit-menu-overlay {
  display: block;
  position: fixed;
  z-index: 14;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
  padding-bottom: 10px;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-ekit-nav-menu .elementskit-menu-overlay.active {
  left: 0;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-shortcode #ajaxsearchlite1::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-lottie {
  max-width: calc(100% + 115px);
  transform: translateX(-115px);
  margin-top: -50px;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-lottie .elementor-widget-container {
  display: flex;
  align-items: center;
}
body header.elementor-section.elementor-top-section > .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-lottie .elementor-widget-container::after {
  content: "Vous cherchez un article en particulier ?";
  position: absolute;
  top: 50%;
  left: 170px;
}
body header.elementor-section.elementor-top-section > .elementor-container::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  margin: auto;
  background-color: #8fc114;
}
section#main_slider {
  min-height: calc(100vh - 134px);
}
@media (min-width: 768px) {
  section#main_slider .elementor-container {
    position: initial;
  }
}
section#main_slider .elementor-container .elementor-column {
  position: initial;
}
section#main_slider .elementor-container .elementor-column .elementor-widget-wrap {
  position: initial;
}
@media (min-width: 768px) {
  section#main_slider .elementor-container .elementor-column .elementor-widget-wrap .elementor-element#scroll_down {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
}
section#main_slider .elementor-container .elementor-column .elementor-widget-wrap .elementor-element#scroll_down .elementor-icon-wrapper svg {
  font-size: 70px;
  -webkit-animation: scrolling 3s ease-in-out infinite alternate;
  -moz-animation: scrolling 3s ease-in-out infinite alternate;
  -o-animation: scrolling 3s ease-in-out infinite alternate;
  animation: scrolling 3s ease-in-out infinite alternate;
}
body.page-id-64 section#contact_info {
  padding: 5% 0;
}
body.page-id-64 section#contact_info .elementor-container {
  align-items: center;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child {
  margin-right: 5%;
}
@media (min-width: 981px) {
  body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child {
    width: 65%;
  }
}
@media (max-width: 980px) {
  body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child {
    width: 100%;
  }
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap {
  width: 47%;
}
@media (max-width: 767px) {
  body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 8%;
  padding: 5px 0;
  border-radius: 0;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #666;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input::placeholder {
  color: #666;
  opacity: 0.7 !important;
  text-transform: uppercase;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:focus, body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:active {
  color: #666;
  opacity: 1;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type textarea {
  display: block;
  width: 100% !important;
  min-height: 140px;
  max-height: 500px;
  padding: 16px;
  font-size: 14px;
  border-radius: 0;
  color: #666;
  resize: vertical;
  background-color: white;
  transition: all 0.3s;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type textarea::placeholder {
  color: #666;
  opacity: 0.7 !important;
  text-transform: uppercase;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type textarea:focus {
  border-color: #8fc114;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type .acceptance-965 {
  font-size: 13px;
  color: #666;
  letter-spacing: 0.65px;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item {
  margin: 20px 0 0;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item input {
  margin-left: 0;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label a {
  color: #000000 !important;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child input.wpcf7-submit {
  border-radius: 0;
  border: none;
  background-color: #8fc114;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 26px;
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:first-child input.wpcf7-submit:hover {
  background-color: #a0d816;
}
@media (min-width: 981px) {
  body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child {
    width: 30%;
  }
}
@media (max-width: 980px) {
  body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child {
    margin: 5% auto;
  }
}
body.page-id-64 section#contact_info .elementor-container .elementor-inner-section .elementor-column:last-child .elementor-widget-wrap {
  padding: 30px;
  border: #8fc114 solid 2px;
  text-align: center;
}
body.page-id-64 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: #8fc114;
}
body.page-id-64 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 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 section#horaires {
  width: 70%;
  margin: 0 auto 5%;
  padding: 5% 0;
  font-size: 18px;
  background-color: #a0d816;
  border: 15px double white;
  text-align: center;
  color: white;
}
@media (max-width: 479px) {
  body.page-id-64 section#horaires {
    width: 95%;
  }
}
body.page-id-64 section#horaires address {
  font-size: 20px;
}
body.page-id-64 section#map_google {
  padding: 0;
}
body.page-id-64 section#map_google .elementor-container {
  max-width: 100%;
}
body.page-id-64 section#map_google .elementor-container .elementor-widget-wrap {
  padding: 0;
}
body.page-id-64 section#map_google .elementor-container .elementor-widget-wrap .elementor-shortcode {
  line-height: 0;
}
body.page-id-64 section#map_google .elementor-container .elementor-widget-wrap .elementor-shortcode iframe {
  min-height: 60vh;
}
.search-results .elementor-posts-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.search-results .elementor-posts-container article {
  max-width: 100%;
  width: 500px;
}
body.single-post .post section.table_matieres {
  overflow-x: clip;
  max-width: 98%;
  margin-bottom: 5%;
  transition: 0.4s ease-in-out;
}
@media (min-width: 981px) {
  body.single-post .post section.table_matieres {
    top: 5vh !important;
    margin-left: calc(35px / 2);
  }
  body.single-post .post section.table_matieres:not(.elementor-sticky--effects) {
    inset-inline-start: 50% !important;
    transform: translateX(-50%);
    width: 900px;
  }
  body.single-post .post section.table_matieres.elementor-sticky--effects {
    height: 0;
    left: 0;
    inset-inline-start: 0 !important;
    width: 380px !important;
  }
}
@media (max-width: 980px) {
  body.single-post .post section.table_matieres {
    width: 100%;
  }
}
body.single-post .post section.table_matieres .elementor-toc__body {
  max-height: 40vh;
  overflow-y: scroll;
}
body.single-post .post section.table_matieres .elementor-toc__body li {
  margin-bottom: 0;
}
body.single-post .post section.table_matieres .elementor-toc__body li .elementor-toc__list-item-text-wrapper {
  align-items: baseline;
}
body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap {
  padding: 0;
}
body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap .elementor-widget-table-of-contents {
  background-color: white;
  color: #000000;
  transition: 0.4s ease-in-out;
}
body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap .elementor-widget-table-of-contents .elementor-widget-container {
  border-radius: 25px;
}
body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap .elementor-widget-table-of-contents .elementor-widget-container, body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap .elementor-widget-table-of-contents .elementor-toc__header {
  border-color: #8fc114;
  border-width: 2px;
}
body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap .elementor-widget-table-of-contents .elementor-widget-container i::before, body.single-post .post section.table_matieres .elementor-container .elementor-widget-wrap .elementor-widget-table-of-contents .elementor-toc__header i::before {
  color: #8fc114;
}
@media (min-width: 981px) {
  body.single-post .post section.table_matieres ~ section {
    width: calc(100% - 450px);
    margin-right: 0;
    margin-left: calc(380px + 45px);
  }
}
body.single-post .post section.prerequis > .elementor-container {
  max-width: 100%;
  width: 100%;
  margin: 15px 0;
  padding: 30px;
  box-shadow: 1px 1px 15px #efefef;
  border-radius: 25px;
}
body.single-post .post section.prerequis > .elementor-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #8fc114;
  opacity: 0.5;
}
body.single-post .post section.prerequis > .elementor-container .elementor-widget-heading h2 {
  border: none;
  text-transform: uppercase;
}
body.single-post .post section.prerequis > .elementor-container .elementor-widget-ae-acf-repeater .elementor-top-section .elementor-button {
  background-color: transparent;
}
body.single-post .post section.contenu_article {
  max-width: 100%;
  width: 80%;
  margin: auto;
}
body.single-post .post section.contenu_article .elementor-container {
  max-width: 100%;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item {
  position: relative;
  margin: 15px 0;
  padding: 30px;
  box-shadow: 1px 1px 15px #efefef;
  border-radius: 25px;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #f8f8f8;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.info_importante {
  margin: 2.5% auto;
  padding: 10px;
  border: 2px solid #8fc114;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.info_importante .elementor-widget-container .ae-acf-content-wrapper {
  align-items: center;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.info_importante .elementor-widget-container .ae-acf-content-wrapper::before {
  content: "";
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  color: #8fc114;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.info_importante .elementor-widget-container .ae-acf-content-wrapper .ae-prefix {
  width: calc(100% - 80px);
  font-weight: bold;
  color: #8fc114;
  text-transform: uppercase;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.elementor-widget-button .elementor-button-text {
  color: #8fc114;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.elementor-widget-button .elementor-button-text::before {
  background-color: #000000;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.elementor-widget-button .elementor-button-text::after {
  background-color: #ffffff;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.elementor-widget-shortcode .code-toolbar .toolbar {
  position: relative;
  margin-top: 10px;
  opacity: 1;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.elementor-widget-shortcode .code-toolbar .toolbar button {
  font-size: 0;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 0;
  background-color: #8fc114;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.elementor-widget-shortcode .code-toolbar .toolbar button::before {
  content: "Copier le code";
  font-size: 20px;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.etape_description.elementor-widget-ae-acf .ae-acf-content-wrapper {
  display: block;
}
body.single-post .post section.contenu_article .elementor-container .elementor-widget-ae-acf-flexible-content .ae-acf-fc-item .elementor-widget.etape_description.elementor-widget-ae-acf .ae-acf-content-wrapper ul {
  margin-bottom: 0.9rem;
}
@media (min-width: 981px) {
  body.single-post .elementor-location-footer footer .elementor-container {
    margin-left: calc((380px * 1.5) + 25px) !important;
  }
}
body.single-post.postid-2334 .ae_data.elementor-1659 h4, body.single-post.postid-2334 .ae_data.elementor-1659 ul, body.single-post.postid-2334 .ae_data.elementor-1659 p {
  width: 100% !important;
}
a.elementor-button {
  padding: 0 !important;
  background-color: initial !important;
}
.elementor-cta__button-wrapper, .elementor-button-content-wrapper {
  max-width: 100%;
  width: fit-content;
  margin-bottom: 5%;
  text-align: center;
  margin: auto;
}
.elementor-cta__button-wrapper .elementor-cta__button, .elementor-cta__button-wrapper .elementor-button-text, .elementor-button-content-wrapper .elementor-cta__button, .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 10px 20px !important;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 2.4px;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 0.4s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.elementor-cta__button-wrapper .elementor-cta__button::before, .elementor-cta__button-wrapper .elementor-cta__button::after, .elementor-cta__button-wrapper .elementor-button-text::before, .elementor-cta__button-wrapper .elementor-button-text::after, .elementor-button-content-wrapper .elementor-cta__button::before, .elementor-button-content-wrapper .elementor-cta__button::after, .elementor-button-content-wrapper .elementor-button-text::before, .elementor-button-content-wrapper .elementor-button-text::after {
  content: "";
  position: absolute;
  right: 0;
  display: initial !important;
  height: 100%;
  margin-left: initial;
  font-size: initial;
  opacity: 1;
  background-color: #0f0f0f;
  transition: all 0.4s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.elementor-cta__button-wrapper .elementor-cta__button::before, .elementor-cta__button-wrapper .elementor-button-text::before, .elementor-button-content-wrapper .elementor-cta__button::before, .elementor-button-content-wrapper .elementor-button-text::before {
  top: calc(100% - 3px);
  transform-origin: top right;
  transform: rotate(-10deg);
  z-index: -1;
  width: 105%;
}
.elementor-cta__button-wrapper .elementor-cta__button:hover, .elementor-cta__button-wrapper .elementor-button-text:hover, .elementor-button-content-wrapper .elementor-cta__button:hover, .elementor-button-content-wrapper .elementor-button-text:hover {
  color: #8fc114;
  background-color: transparent;
}
.elementor-cta__button-wrapper .elementor-cta__button:hover::before, .elementor-cta__button-wrapper .elementor-button-text:hover::before, .elementor-button-content-wrapper .elementor-cta__button:hover::before, .elementor-button-content-wrapper .elementor-button-text:hover::before {
  top: 0;
  transform: rotate(0);
}
.elementor-cta__button-wrapper .elementor-cta__button::after, .elementor-cta__button-wrapper .elementor-button-text::after, .elementor-button-content-wrapper .elementor-cta__button::after, .elementor-button-content-wrapper .elementor-button-text::after {
  top: 0;
  z-index: -3;
  width: 100%;
  background-color: #8fc114;
}
body div[data-elementor-type="single-post"] {
  overflow-x: clip;
}
body section.main_section {
  display: flex;
}
body section.main_section h1 {
  max-width: 100%;
  width: 650px;
  margin: 5% auto;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: lowercase;
}
body section.main_section h1:first-letter {
  text-transform: uppercase;
}
body section.actus .elementor-container {
  flex-wrap: wrap;
  max-width: 95% !important;
}
body section.actus .elementor-container .elementor-widget-heading {
  margin: auto;
}
body section.actus .elementor-container .elementor-widget-heading h2 {
  display: block;
  margin: auto;
  color: black;
  border: none;
  text-transform: uppercase;
  text-align: center;
}
body section.actus .elementor-container .elementor-widget-heading::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  margin: 10px auto;
  background-color: #8fc114;
}
body section.actus .elementor-container .elementor-widget-shortcode {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body section.actus .elementor-container .elementor-widget-shortcode .empty {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #666;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 981px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-gauche {
    width: calc(57% - 5px);
  }
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-gauche article {
    min-height: 75vh;
  }
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-gauche article .bloc-contenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-gauche article::after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-gauche {
    margin-bottom: 5%;
  }
}
@media (max-width: 980px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes {
    flex-direction: column;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-gauche {
    margin-bottom: 10px;
  }
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-droite {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-droite {
    width: calc(43% - 5px);
  }
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-droite article {
  max-height: 50%;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes #partie-droite article:not(:last-of-type) {
  margin-bottom: 10px;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  transition: 1s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article:hover {
  transform: scale(1.025);
  z-index: 99;
}
@media (max-width: 980px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article {
    margin-bottom: 5% !important;
  }
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu {
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 40px 30px;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .entry-title {
  padding-bottom: 0;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: 2.4px;
  color: white !important;
  text-align: center;
  border: none;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu p.date_actu {
  color: white;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .post-content {
  padding: 15px 0;
  line-height: 1.64;
  letter-spacing: 1.4px;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .post-content .text_inner {
  display: -webkit-box;
  width: 80%;
  overflow: hidden;
  color: white;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .post-content .text_inner a {
  color: white;
}
@media (max-width: 980px) {
  body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .post-content .text_inner {
    width: 100%;
  }
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .more-link {
  position: relative;
  z-index: 0;
  justify-self: end;
  width: max-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);
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .more-link::before, body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .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);
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .more-link:hover {
  color: #8fc114 !important;
  background-color: transparent;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .more-link:hover::before {
  width: 100%;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .more-link:hover::after {
  width: 0;
}
body section.actus .elementor-container .elementor-widget-shortcode #deux_colonnes article .bloc-contenu .more-link::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #8fc114;
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article {
  width: 26%;
  margin: calc(26% / 12) auto;
  background-color: white;
  border: #8fc114 solid 2px;
  border-radius: 15px;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@media (max-width: 1405px) {
  body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article {
    width: 30%;
  }
}
@media (max-width: 980px) {
  body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article {
    width: 40%;
  }
}
@media (max-width: 767px) {
  body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article {
    width: 55%;
    margin: calc(26% / 3) auto;
  }
}
@media (max-width: 479px) {
  body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article {
    width: 95%;
  }
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article:hover {
  transform: scale(1.1);
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article:hover .bloc-contenu .more-link::after {
  left: -2.5%;
  width: 105%;
  height: 100%;
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article .bloc-contenu {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000000 !important;
}
@media (min-width: 480px) {
  body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article .bloc-contenu {
    padding: 15px;
  }
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article .bloc-contenu h2.entry-title {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: initial;
  color: #000000;
  margin: auto;
  border: none;
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article .bloc-contenu .more-link {
  position: relative;
  width: max-content;
  margin: 5% auto 2.5%;
  padding: 5px 10px;
}
body section.actus .elementor-container .elementor-widget-shortcode #trois_colonnes article .bloc-contenu .more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #8fc114;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
body section.actus .elementor-container .elementor-widget-shortcode .elementor-cta__button-wrapper {
  margin-top: 4%;
}
body button, body [type="submit"], body [type="button"] {
  color: #8fc114;
  border-color: #8fc114;
}
body button:hover, body button:focus, body [type="submit"]:hover, body [type="submit"]:focus, body [type="button"]:hover, body [type="button"]:focus {
  background-color: #8fc114;
}
.elementor-container {
  max-width: 100% !important;
}
.elementor-widget-container {
  width: 100%;
}
.elementor-widget-container article div.cates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 5px 0;
}
.elementor-widget-container article div.cates a.lien_vers_cate {
  display: flex;
  position: relative;
  border: 2px dashed #8fc114;
  border-radius: 50%;
}
.elementor-widget-container article div.cates a.lien_vers_cate img.icon {
  width: 32px;
  height: 32px;
  margin: 5px;
  border-radius: 50%;
  object-fit: contain;
  aspect-ratio: 1;
}
.elementor-widget-container article div.cates a.lien_vers_cate:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.elementor-widget-container article div.cates a.lien_vers_cate span.tooltip {
  position: absolute;
  bottom: calc(100% + 2.5px);
  left: 50%;
  transform: translateX(-50%) scale(0.7);
  padding: 5px 10px 10px 10px;
  opacity: 0;
  white-space: pre;
  color: white;
  background-color: #222;
  clip-path: polygon(0 calc(100% - 5px), 40% calc(100% - 5px), 50% 100%, 60% calc(100% - 5px), 100% calc(100% - 5px), 100% 0, 0 0);
  transition: 0.3s cubic-bezier(0.48, 1.06, 0.57, 1.13);
}
footer .elementor-widget-nav-menu a {
  width: max-content;
  margin: auto;
  padding: 5px 0 !important;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #8fc114;
}
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: #aee820 !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: #8fc114;
}
body.page-id-64 footer > .elementor-container .elementor-column:last-child {
  display: none;
}
footer {
  margin-top: 2.5%;
}
footer .elementor-container {
  padding: 1% 5%;
  border: 1px solid #000000;
  border-radius: 200px;
  border-radius: 25px;
}
@media (min-width: 981px) {
  footer .elementor-container {
    max-width: calc(100% - 800px) !important;
    margin: auto;
  }
}
footer .elementor-container .elementor-widget-shortcode form .gform_fields {
  align-items: end;
}
footer .elementor-container .elementor-widget-shortcode form .gform_fields legend, footer .elementor-container .elementor-widget-shortcode form .gform_fields label {
  color: #000000;
  letter-spacing: 1px;
}
footer .elementor-container .elementor-widget-shortcode form .gform_fields .gfield_required_text, footer .elementor-container .elementor-widget-shortcode form .gform_fields input ~ label {
  display: none !important;
}
footer .elementor-container .elementor-widget-shortcode form .gform_fields input, footer .elementor-container .elementor-widget-shortcode form .gform_fields textarea, footer .elementor-container .elementor-widget-shortcode form .gform_fields select {
  border-radius: 25px;
}
footer .elementor-container .elementor-widget-shortcode form .gform_footer input {
  background-color: white;
  color: black;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 25px;
  transition: 0.4s ease-in-out;
}
footer .elementor-container .elementor-widget-shortcode form .gform_footer input:hover {
  background-color: #8fc114;
}
footer .elementor-container .elementor-widget-text-editor .elementor-widget-container * {
  font-size: 14px;
}
#cookie-law-info-bar {
  z-index: 9999999;
  min-width: 40% !important;
  max-height: 95vh !important;
  background-color: #8fc114 !important;
  border: 3px solid #5c7c0d !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;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner {
  color: white !important;
  letter-spacing: 1.5px;
}
#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: #8fc114 !important;
  border-radius: initial;
}
#cookie-law-info-again {
  letter-spacing: 1.5px !important;
  color: white !important;
  box-shadow: initial;
  border: 2px solid #5c7c0d;
  border-bottom: initial;
  background-color: #8fc114 !important;
  text-transform: uppercase !important;
  transition: 0.4s ease-in-out;
}
#cookie-law-info-again:hover {
  background-color: #7eaa12 !important;
}
