/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/_global.scss ***!
  \******************************************************************************************************************/
html, body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

b, strong {
  font-weight: 600 !important;
}

body:not(.home) header {
  background-color: var(--e-global-color-primary) !important;
}

.grecaptcha-badge {
  display: none !important;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  h1.elementor-heading-title,
  h2.elementor-heading-title,
  h3.elementor-heading-title,
  h4.elementor-heading-title,
  h5.elementor-heading-title,
  h6.elementor-heading-title {
    padding-bottom: 16px;
  }
}

.no-padding-bottom .elementor-heading-title {
  padding-bottom: 0 !important;
}

.elementor-heading-title a {
  font-size: 18px;
  color: #46AA5A !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.elementor-heading-title a:hover {
  color: #6464AF !important;
}

.bloc-container {
  padding: 120px 40px !important;
}
@media (max-width: 1024px) {
  .bloc-container {
    padding: 80px 24px !important;
  }
}

.pagetitle-soustxt {
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
}

input,
select,
textarea,
input:focus,
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=radio]:before {
  background-color: #003219 !important;
}

.gfield-choice-input {
  border-color: #003219 !important;
  background: #F5F5F0 !important;
}

input.gfield-choice-input::before {
  color: #003219 !important;
}

.gform_wrapper .gform_button:focus {
  border: none !important;
  outline: none !important;
}

.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h5 {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h5 {
    padding-bottom: 16px;
  }
}
.elementor-widget-text-editor a {
  font-size: 18px;
  color: #46AA5A !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.elementor-widget-text-editor a:hover {
  color: #6464AF !important;
}
.elementor-widget-text-editor ul {
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.elementor-widget-text-editor ul li::marker {
  color: #A0DC6E !important;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.elementor-widget-text-editor ol {
  list-style: none;
  counter-reset: number-counter;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.elementor-widget-text-editor ol li {
  position: relative;
  counter-increment: number-counter;
  display: inline;
  font-size: 18px;
  padding-left: 35px;
}
.elementor-widget-text-editor ol li::before {
  content: "" counter(number-counter);
  position: absolute;
  left: 0;
  font-weight: 700 !important;
  font-size: 14px;
  margin-right: 1em;
  font-family: var(--e-global-typography-primary-font-family);
  line-height: 24px;
  padding: 0px 9px;
  border-radius: 24px;
  background-image: linear-gradient(153deg, #A0DC6E 0%, #46AA5A 100%);
  color: white;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor ol li {
    font-size: 16px;
    line-height: 20px;
  }
}

.elementor-icon-list-items li.elementor-icon-list-item a span {
  font-weight: 600 !important;
  color: #46AA5A !important;
  text-decoration: underline !important;
}
.elementor-icon-list-items li.elementor-icon-list-item a:hover span {
  color: #6464AF !important;
}

header .sticky-header {
  height: 160px;
  transition: box-shadow 0.3s ease, height 0.3s ease !important;
}
header .sticky-header .logo-text {
  margin-left: 16px;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: margin-left 0.3s ease;
}
@media (max-width: 1024px) {
  header .sticky-header .logo-text {
    margin-left: 8px;
  }
}
header .sticky-header .header-logo {
  transition: width 0.3s ease, height 0.3s ease;
}
@media (max-width: 1024px) {
  header .sticky-header {
    height: 120px;
  }
}
@media (max-width: 1024px) {
  header .sticky-header {
    height: 100px;
  }
}

.sticky-header.elementor-sticky--effects {
  background: #003219 !important;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  height: 100px;
}
@media (max-width: 1024px) {
  .sticky-header.elementor-sticky--effects {
    height: 85px;
  }
}
@media (max-width: 767px) {
  .sticky-header.elementor-sticky--effects {
    height: 75px;
  }
}

.sticky-header.elementor-sticky--effects .logo-container img {
  width: 150px !important;
  height: 70px !important;
}
@media (max-width: 1024px) {
  .sticky-header.elementor-sticky--effects .logo-container img {
    width: 125px !important;
    height: 53px !important;
  }
}
@media (max-width: 767px) {
  .sticky-header.elementor-sticky--effects .logo-container img {
    width: 105px !important;
    height: 47px !important;
  }
}

.sticky-header.elementor-sticky--effects .logo-container p {
  font-size: 14px !important;
  line-height: 14px !important;
}

@media (max-width: 1024px) {
  .button--menu .elementor-icon {
    padding: 13px !important;
  }
  .header-button .elementor-icon {
    padding: 8px !important;
  }
}
.footer-link .elementor-heading-title a {
  color: white !important;
  text-decoration: none !important;
}
.footer-link .elementor-heading-title a:hover {
  cursor: pointer;
  color: #6464AF !important;
}

.gform-theme--framework a {
  text-decoration: underline !important;
}

.gform-theme--framework button {
  padding: 10px 18px !important;
  border-radius: 40px !important;
  background-color: rgba(0, 50, 25, 0.6862745098) !important;
  color: white !important;
  margin-top: 16px !important;
  font: 600 14px/20px var(--e-global-typography-primary-font-family) !important;
}
.gform-theme--framework button:hover {
  background-color: #6464AF !important;
}

.button-no-margin {
  margin-top: 0 !important;
}

.primary-button-header a {
  position: relative;
  width: fit-content;
  padding: 16px 24px 16px 70px;
  background: #003219;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: white !important;
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  text-decoration: none !important;
}
.primary-button-header a:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-primary.svg) !important;
  background-position: center !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  padding: 28px;
  border-radius: 40px;
  background-color: #A0DC6E !important;
  position: absolute;
  left: -1px;
}
.primary-button-header a:hover {
  background: #F5F5F0 !important;
  color: var(--e-global-color-primary) !important;
}
.primary-button-header a:hover:after {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-white.svg) !important;
  background-position: center !important;
  background-color: #6464AF !important;
}
@media (max-width: 991px) {
  .primary-button-header a {
    padding: 12px !important;
    font-size: 16px !important;
    background: #A0DC6E !important;
    color: #003219 !important;
  }
  .primary-button-header a:after {
    display: none !important;
  }
}

.primary-button {
  margin-top: 32px;
}
.primary-button .eael-creative-button-icon-left {
  padding: 18px !important;
  background-color: #A0DC6E !important;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px !important;
  margin-left: -1px !important;
  transition: background-color 0.4s ease;
}
.primary-button:hover .eael-creative-button-icon-left {
  background-color: var(--e-global-color-accent) !important;
}
@media (max-width: 767px) {
  .primary-button .eael-creative-button-icon-left {
    padding: 14px !important;
    margin-right: 12px !important;
  }
  .primary-button .eael-creative-button-icon-left svg {
    width: 16px !important;
    height: 16px !important;
  }
  .primary-button .cretive-button-text {
    font: 600 16px/20px var(--e-global-typography-primary-font-family) !important;
  }
}

.green-button {
  background-color: #003219 !important;
  transition: background-color 0.4s ease;
  border-radius: 40px !important;
}
.green-button:hover {
  background-color: #F5F5F0 !important;
}

.purple-button {
  background-color: #6464AF !important;
  transition: background-color 0.4s ease;
  border-radius: 40px !important;
}
.purple-button .eael-creative-button-icon-left {
  background-color: #F5F5F0 !important;
}
.purple-button:hover {
  background-color: #F5F5F0 !important;
}
.purple-button:hover .eael-creative-button-icon-left {
  background-color: #6464AF !important;
}

.accent-text {
  display: block;
  font: 600 56px/64px var(--e-global-typography-primary-font-family) !important;
  color: #A0DC6E;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .accent-text {
    font: 600 32px/40px var(--e-global-typography-primary-font-family) !important;
  }
}
@media (max-width: 767px) {
  .accent-text {
    font: 600 32px/32px var(--e-global-typography-primary-font-family) !important;
  }
}

.hero-cards {
  backdrop-filter: blur(30px);
  background: rgba(245, 245, 240, 0.7);
}

.home-slider-logo {
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .home-slider-logo {
    width: 100% !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
}
.home-slider-logo .swiper-wrapper {
  align-items: center !important;
}
@media (max-width: 1024px) {
  .home-slider-logo .swiper-wrapper {
    height: 80px !important;
  }
}

.home-cards-needs {
  position: relative;
}
@media (min-width: 1025px) {
  .home-cards-needs:hover {
    cursor: pointer;
  }
  .home-cards-needs:hover .blur-container {
    max-height: 600px !important;
    height: 1000px !important;
    background: linear-gradient(270deg, rgba(175, 195, 255, 0.8) 0%, rgba(100, 100, 175, 0.75) 100%);
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .home-cards-needs:hover .blur-container {
    max-height: 530px !important;
  }
}
@media (min-width: 1025px) {
  .home-cards-needs:hover .green-button {
    background-color: #F5F5F0 !important;
  }
  .home-cards-needs:hover .green-button .eael-creative-button-icon-left {
    background-color: var(--e-global-color-accent) !important;
  }
  .home-cards-needs:hover .green-button .eael-creative-button-icon-left svg {
    fill: white !important;
  }
  .home-cards-needs:hover .green-button .cretive-button-text {
    color: #003219 !important;
  }
}
.home-cards-needs .blur-container {
  max-height: 262px !important;
  height: 262px !important;
  overflow: hidden;
  backdrop-filter: blur(10px) !important;
  background: rgba(0, 60, 35, 0.7019607843);
  transition: max-height 0.3s ease-in-out, height 0.3s ease-in-out !important;
}
@media (max-width: 1024px) {
  .home-cards-needs .blur-container {
    max-height: 200px !important;
    height: 200px !important;
  }
}
@media (max-width: 767px) {
  .home-cards-needs .blur-container {
    max-height: 188px !important;
    height: 188px !important;
  }
}

.tools-cards .tools-cards-gradient {
  background-image: linear-gradient(316deg, var(--e-global-color-secondary) 0%, var(--e-global-color-5167bee) 100%);
}
.tools-cards:hover {
  cursor: pointer;
}
.tools-cards:hover .tools-cards-gradient {
  background-image: linear-gradient(316deg, rgb(175, 195, 255) 0%, rgb(100, 100, 175) 100%);
}

.elementor-grid .item-tools {
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 24px;
}
.elementor-grid .item-tools .ic-arrow {
  transition: transform 0.3s ease-in-out;
}
.elementor-grid .item-tools .ic-arrow svg {
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .elementor-grid .item-tools:hover {
    background: #F5F5F0;
    border-radius: 24px;
  }
  .elementor-grid .item-tools:hover .ic-arrow {
    transform: translateX(20px);
  }
  .elementor-grid .item-tools:hover .ic-arrow svg {
    fill: white;
  }
  .elementor-grid .item-tools:hover .terms_posts {
    background: white;
  }
  .elementor-grid .item-tools:hover .elementor-widget-spacer {
    opacity: 0;
  }
}

.terms_posts_container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .terms_posts_container {
    gap: 8px;
  }
}

.terms_posts {
  padding: 8px 16px;
  background: #F5F5F0;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease-in-out;
}
.terms_posts img {
  width: 18px;
  height: 18px;
  border-radius: 0 !important;
}
.terms_posts p {
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  color: #003219;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .terms_posts img {
    width: 14px;
    height: 14px;
  }
  .terms_posts p {
    font: 600 14px/20px var(--e-global-typography-primary-font-family);
  }
}
.terms_posts-evenement {
  padding: 8px !important;
  background-color: #003219 !important;
}
.terms_posts-evenement p {
  color: white !important;
}
.terms_posts-evenement img {
  width: 24px !important;
  height: 24px !important;
}
@media (max-width: 1024px) {
  .terms_posts-evenement p {
    font: 600 14px/20px var(--e-global-typography-primary-font-family);
  }
  .terms_posts-evenement img {
    width: 20px !important;
    height: 20px !important;
  }
}

.custom_terms svg {
  fill: #6464AF;
}

.event_greenblock .elementor-widget-text-editor p a {
  color: #003219 !important;
}
.event_greenblock .elementor-widget-text-editor p a:hover {
  color: #6464AF !important;
}

.accordeon-interaction .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon {
  background: var(--e-global-color-accent) !important;
}
.accordeon-interaction .e-n-accordion-item-title-icon {
  position: absolute !important;
  right: 0;
  width: 79px !important;
  height: 78px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #A0DC6E;
}
.accordeon-interaction h3.e-n-accordion-item-title-text {
  padding-bottom: 0 !important;
  line-height: 30px !important;
}
.accordeon-interaction summary {
  z-index: 2;
}
.accordeon-interaction summary[aria-expanded=true] .e-n-accordion-item-title-icon {
  background: var(--e-global-color-accent) !important;
}
@media (max-width: 1024px) {
  .accordeon-interaction .e-n-accordion-item-title-text {
    font: 600 20px/24px var(--e-global-typography-primary-font-family) !important;
    padding-right: 55px !important;
  }
}

.temoignage_customTitle h2, .temoignage_customTitle h3, .temoignage_customTitle h4 {
  font: 400 18px/26px var(--e-global-typography-primary-font-family) !important;
}
@media (max-width: 767px) {
  .temoignage_customTitle h2, .temoignage_customTitle h3, .temoignage_customTitle h4 {
    font: 400 16px/22px var(--e-global-typography-primary-font-family) !important;
  }
}

.bouton-header-demande .btn-text-desktop {
  display: inline;
}
.bouton-header-demande .btn-text-mobile {
  display: none;
}
@media (max-width: 991px) {
  .bouton-header-demande .btn-text-desktop {
    display: none;
  }
  .bouton-header-demande .btn-text-mobile {
    display: inline;
  }
}

.simpleSearch {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background-image: linear-gradient(98deg, #A0DC6E 0%, #46AA5A 100%);
  border-radius: 80px;
}
@media (max-width: 991px) {
  .simpleSearch {
    flex-direction: column;
    align-items: center;
    border-radius: 40px 40px 50px 50px;
  }
}
.simpleSearch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.simpleSearch select {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-down-icon-primary.svg) no-repeat 97%;
  background-size: 16px;
}
.simpleSearch .search-field {
  width: 50%;
  padding: 0 24px;
  height: 56px;
  background: white;
  border-radius: 40px;
  border: 0;
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-primary);
}
.simpleSearch .search-field::placeholder {
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
  opacity: 1;
  color: var(--e-global-color-primary);
}
@media (max-width: 991px) {
  .simpleSearch .search-field {
    width: 100%;
    height: 48px;
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
  }
  .simpleSearch .search-field::placeholder {
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
  }
}
.simpleSearch .simpleSearch-wrapper {
  width: 50%;
}
@media (max-width: 991px) {
  .simpleSearch .simpleSearch-wrapper {
    width: 100%;
  }
}
.simpleSearch .search__categorie {
  width: 100%;
  padding: 0 24px;
  height: 56px;
  border: none;
  background-color: white;
  border-radius: 40px;
  color: var(--e-global-color-primary);
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
}
@media (max-width: 991px) {
  .simpleSearch .search__categorie {
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
    height: 48px;
  }
}
.simpleSearch .search__Submit {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/search-icon.svg);
  background-size: 24px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 28px;
  max-height: 56px;
  border-radius: 100%;
  background-color: white;
  border: none;
}
@media (min-width: 1024px) {
  .simpleSearch .search__Submit:hover {
    cursor: pointer;
    background-color: #6464AF;
    background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/search-icon-white.svg);
  }
}
.simpleSearch .text-research-onmb::before {
  display: none;
}
@media (max-width: 991px) {
  .simpleSearch .text-research-onmb {
    display: inline-flex;
    justify-content: end;
    width: 165px;
    background-color: white;
    border-radius: 40px;
    position: relative;
  }
  .simpleSearch .text-research-onmb::before {
    display: inline-block;
    content: "Rechercher";
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-primary) !important;
    position: absolute;
    left: 20px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .simpleSearch .search__Submit {
    background-size: 20px !important;
    background-position: 130px 15px !important;
    background-repeat: no-repeat !important;
    padding: 24px;
    max-height: 48px;
    width: 100%;
  }
}

html.menu-open,
body.burger-activated {
  overflow: hidden !important;
}
html.menu-open .MenuFullWidth,
body.burger-activated .MenuFullWidth {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  html.menu-open .MenuFullWidth,
  body.burger-activated .MenuFullWidth {
    overflow-x: hidden !important;
  }
}

@media (max-width: 1024px) {
  .MenuFullWidth.submenu-open {
    overflow-y: hidden !important;
  }
}
.MenuFullWidth {
  box-sizing: border-box;
  padding: 40px;
  z-index: 99999 !important;
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: var(--e-global-color-primary);
  background-size: cover;
  z-index: 3;
  visibility: hidden;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .MenuFullWidth {
    padding: 0 24px;
  }
}
.MenuFullWidth__imgBg {
  position: absolute;
  right: -200px;
  bottom: -125px;
  width: 700px;
  height: 700px;
  z-index: 2;
}
@media (max-width: 767px) {
  .MenuFullWidth__imgBg {
    right: -100px;
    width: 400px;
    height: 400px;
  }
}
.MenuFullWidth .button--icon {
  width: 100%;
}
.MenuFullWidth .button--icon svg {
  margin-right: 10px !important;
}
.MenuFullWidth .button--icon:hover {
  color: #FFF !important;
}
@media (max-width: 1024px) {
  .MenuFullWidth .button--icon {
    max-width: 250px;
  }
}
.MenuFullWidth__menu-bouton .menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.MenuFullWidth__menu-bouton .primary-button {
  width: 100%;
}
.MenuFullWidth__menu-bouton li.button--primary a {
  position: relative;
  width: fit-content;
  padding: 16px 24px 16px 70px;
  background: #003219;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: white;
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  text-decoration: none !important;
}
.MenuFullWidth__menu-bouton li.button--primary a:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-primary.svg) !important;
  background-position: center !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  padding: 28px;
  border-radius: 40px;
  background-color: #A0DC6E !important;
  position: absolute;
  left: -1px;
}
.MenuFullWidth__menu-bouton li.button--primary a:hover {
  background: #F5F5F0 !important;
  color: var(--e-global-color-primary) !important;
}
.MenuFullWidth__menu-bouton li.button--primary a:hover:after {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-white.svg) !important;
  background-position: center !important;
  background-color: #6464AF !important;
}
.MenuFullWidth ul {
  list-style-type: none;
  padding: 0;
}
.MenuFullWidth__wrapper {
  padding: 0 40px;
  height: 100%;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .MenuFullWidth__wrapper {
    padding: 0;
  }
}
.MenuFullWidth__head {
  position: absolute;
  top: 36px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1024px) {
  .MenuFullWidth__head {
    width: calc(100% - 48px);
    top: 17px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__head {
    top: 22px;
    width: calc(100% - 40px);
  }
}
.MenuFullWidth__head .logo-container {
  display: flex;
  align-items: end;
  gap: 16px;
}
.MenuFullWidth__head .logo-container .logo-text {
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  padding-bottom: 18px;
  max-width: 265px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__head .logo-container .logo-text {
    max-width: 200px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__head .logo-container .logo-text {
    display: none;
  }
}
.MenuFullWidth__head img {
  width: 100%;
  max-width: 206px;
  height: 88px;
  border-radius: 0 !important;
}
@media (max-width: 1024px) {
  .MenuFullWidth__head img {
    max-width: 206px !important;
    height: 65px !important;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__head img {
    max-width: 150px !important;
    height: 56px !important;
  }
}
.MenuFullWidth__head .close_menu {
  background: #A0DC6E;
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 40px !important;
}
.MenuFullWidth__head .close_menu svg {
  fill: var(--e-global-color-primary) !important;
  width: 20px;
  height: 20px;
}
.MenuFullWidth__head .close_menu:hover {
  cursor: pointer;
  background: #6464AF;
}
.MenuFullWidth__head .close_menu:hover svg {
  fill: white !important;
}
.MenuFullWidth__content-wrapper {
  padding-top: 220px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .MenuFullWidth__content-wrapper {
    flex-direction: column;
    padding-top: 140px;
    align-items: start;
    justify-content: start;
  }
}
.MenuFullWidth__primary {
  width: 60%;
}
.MenuFullWidth__primary .menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary .menu {
    gap: 24px;
  }
}
.MenuFullWidth__primary .menu-item a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font: 600 40px/40px var(--e-global-typography-primary-font-family);
  text-decoration: none;
  max-width: 704px;
  position: relative;
  z-index: 1;
}
.MenuFullWidth__primary .menu-item a:hover {
  color: #6464AF;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary .menu-item a {
    font: 600 32px/40px var(--e-global-typography-primary-font-family);
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary .menu-item a {
    font: 600 24px/28px var(--e-global-typography-primary-font-family);
  }
}
.MenuFullWidth__primary .menu .menu-item-has-children a::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .MenuFullWidth__primary .menu .menu-item-has-children a::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary .menu .menu-item-has-children a::after {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
}
.MenuFullWidth__primary .menu .menu-item-has-children a:hover::after {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-purple.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary {
    padding-bottom: 40px;
  }
}
.MenuFullWidth__right-nav {
  padding-left: 80px;
  width: 40%;
  position: relative;
  z-index: 6;
}
.MenuFullWidth__right-nav span.line {
  position: absolute;
  top: 0;
  left: -115px;
  width: 1px;
  background: white;
  height: 100%;
}
@media (max-width: 1024px) {
  .MenuFullWidth__right-nav span.line {
    display: none;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__right-nav {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    padding-bottom: 120px;
  }
}
.MenuFullWidth .menu_separator {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #fff;
}
@media (max-width: 1024px) {
  .MenuFullWidth .menu_separator {
    display: none;
  }
}
.MenuFullWidth__secondary-nav {
  position: relative;
  margin-bottom: 20px;
}
.MenuFullWidth__secondary-nav .menu-item {
  padding-bottom: 12px;
  color: #FFF;
}
.MenuFullWidth__secondary-nav .menu-item a {
  font: 400 24px/30px var(--e-global-typography-primary-font-family);
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.MenuFullWidth__secondary-nav .menu-item a:hover {
  color: var(--e-global-color-accent);
}
@media (max-width: 1200px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 400 24px/28px var(--e-global-typography-primary-font-family);
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 400 20px/28px var(--e-global-typography-primary-font-family);
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__secondary-nav .menu-item {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav .menu-item {
    padding-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__secondary-nav {
    margin-left: 0;
    padding: 60px 0 16px 0;
    width: 100%;
    border-top: 1px solid #c7c7c7;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav {
    padding: 40px 0 10px 0;
  }
}
.MenuFullWidth__sub-menu {
  box-sizing: border-box;
  padding: 220px 40px;
  opacity: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease-in;
}
.MenuFullWidth__sub-menu--active {
  opacity: 1 !important;
  z-index: 3;
  background-color: var(--e-global-color-primary);
}
.MenuFullWidth__sub-menu--active .MenuFullWidth__sub-menu-wrapper {
  position: relative;
}
.MenuFullWidth__sub-menu--active .MenuFullWidth__sub-menu-wrapper span {
  width: 100%;
}
@media (max-width: 1024px) {
  .MenuFullWidth__sub-menu {
    padding: 180px 24px;
  }
}
.MenuFullWidth__sub-menu-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  overflow: hidden;
}
.MenuFullWidth__sub-menu-wrapper span {
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #fff;
  margin: 20px 0 40px;
  transition: 0.3s width ease-in-out;
}
.MenuFullWidth__sub-menu-wrapper .btn-return {
  font-family: var(--e-global-typography-primary-font-family) !important;
  font-size: 20px !important;
  background: none;
  color: #FFF;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 16px;
}
.MenuFullWidth__sub-menu-wrapper .btn-return::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: -10px;
  margin-right: 8px;
  transition: 0.3s;
  transform: rotate(-180deg);
}
.MenuFullWidth__sub-menu-wrapper .btn-return:hover {
  color: var(--e-global-color-accent);
  background: none;
}
.MenuFullWidth__sub-menu-wrapper .btn-return:hover::before {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-purple.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.MenuFullWidth__sub-menu-items {
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__sub-menu-items {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu-items {
    gap: 24px;
  }
}
.MenuFullWidth__sub-menu-items .menu-item a::after {
  display: none !important;
}

.MenuFullWidth.submenu-open .MenuFullWidth__imgBg {
  z-index: 4;
}
.MenuFullWidth.submenu-open .MenuFullWidth__right-nav {
  z-index: 2;
}

.indicateur {
  /* Style de base de l'indicateur */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a0dc6e;
  border-radius: 50%;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/arrow-down-icon-white.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute; /* Pour rester visible sur la page */
  top: 80px;
  right: 0px;
  animation: indicateurBounce 1.5s ease-in-out infinite;
}

@keyframes indicateurBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeUp {
  animation-name: fadeInUp;
}

.container-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.pagination li {
  list-style: none;
}

/* Style pour pagination */
.elementor-pagination span.prev,
.elementor-pagination a.next,
.elementor-pagination a.prev,
.elementor-pagination span.next,
.pagination a.more,
.pagination a.less {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.elementor-pagination span.prev::after,
.elementor-pagination a.next::after,
.elementor-pagination a.prev::after,
.elementor-pagination span.next::after,
.pagination a.more::after,
.pagination a.less::after {
  content: "";
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-primary.svg);
  width: 16px;
  height: 16px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: inline-block;
}

.page-numbers {
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: "Poppins";
  opacity: 0.25;
}
.page-numbers:hover {
  opacity: 1;
  color: #003219 !important;
}

.next, .prev {
  opacity: 0.25;
}
.next:hover, .prev:hover {
  opacity: 1;
  cursor: pointer;
}

.current {
  opacity: 1;
}

.elementor-pagination span.prev:after,
.elementor-pagination a.prev:after,
.pagination a.less:after {
  transform: rotate(180deg);
}

.pagination a.next {
  font-size: 0;
}

.BandeauAlerte {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(85deg, #6464AF 0%, #AFC3FF 100%);
  padding: 12px;
  color: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .BandeauAlerte__content {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }
  .BandeauAlerte__track {
    display: flex;
    width: max-content;
    animation: defilement-rtl 10s linear infinite;
    will-change: transform;
  }
  .BandeauAlerte__item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-right: 48px;
    white-space: nowrap;
    flex-shrink: 0;
    font: 600 20px/26px var(--e-global-typography-primary-font-family) !important;
  }
  .BandeauAlerte__item:nth-child(1) {
    display: flex !important;
  }
}
.BandeauAlerte__item {
  display: flex;
  gap: 48px;
  align-items: center;
  font: 600 20px/26px var(--e-global-typography-primary-font-family);
  color: white !important;
}
.BandeauAlerte__item:nth-child(1) {
  display: none;
}
.BandeauAlerte__content {
  display: flex;
  gap: 48px;
  align-items: center;
  position: relative;
}
.BandeauAlerte .button--primary {
  position: relative;
  width: fit-content;
  padding: 16px 24px 16px 70px;
  background: #6464AF;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: white !important;
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  text-decoration: none !important;
}
.BandeauAlerte .button--primary:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-primary.svg) !important;
  background-position: center !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  padding: 28px;
  border-radius: 40px;
  background-color: #F5F5F0 !important;
  position: absolute;
  left: -1px;
}
.BandeauAlerte .button--primary:hover {
  background: #F5F5F0 !important;
  color: var(--e-global-color-primary) !important;
}
.BandeauAlerte .button--primary:hover::after {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-white.svg) !important;
  background-position: center !important;
  background-color: #6464AF !important;
}

.BandeauAlerte__close {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}
.BandeauAlerte__close svg {
  fill: var(--e-global-color-primary) !important;
  width: 20px;
  height: 20px;
}

.BandeauAlerte__close:hover svg {
  fill: #6464AF !important;
  background: none;
}

@keyframes defilement-rtl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.listing-card .transition-box {
  height: 1px;
  max-height: 1px;
  opacity: 0;
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(30px);
  background: linear-gradient(270deg, rgba(175, 195, 255, 0.8) 0%, rgba(100, 100, 175, 0.75) 100%);
  transition: height 0.4s ease-in-out, max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.listing-card:hover {
  cursor: pointer;
}
.listing-card:hover .listing-blur {
  background: transparent !important;
  backdrop-filter: none !important;
}
.listing-card:hover .listing-blur .elementor-heading-title {
  color: white !important;
}
.listing-card:hover .listing-blur .card-iconlist {
  transition: 0.3s;
  right: 32px !important;
}
.listing-card:hover .listing-blur .card-iconlist .elementor-icon {
  background-color: white !important;
}
.listing-card:hover .listing-blur .elementor-icon svg.e-far-clock {
  fill: white !important;
}
.listing-card:hover .transition-box {
  height: 696px;
  max-height: 696px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .listing-card:hover .transition-box {
    height: 560px;
    max-height: 560px;
  }
}
@media (max-width: 1024px) {
  .listing-card .terms_posts_container {
    flex-wrap: wrap;
  }
}

.listing-blur {
  background: rgba(245, 245, 240, 0.8352941176);
  backdrop-filter: blur(10px) !important;
  position: relative;
  z-index: 1;
}
.listing-blur .terms_posts-evenement {
  background: white !important;
}
.listing-blur .terms_posts-evenement p {
  color: var(--e-global-color-text) !important;
}
@media (max-width: 1200px) {
  .listing-blur .terms_posts-evenement p {
    font: 600 14px/20px var(--e-global-typography-primary-font-family);
  }
  .listing-blur .terms_posts-evenement img {
    width: 20px !important;
    height: 20px !important;
  }
  .listing-blur .card-dates .elementor-heading-title {
    font-size: 16px !important;
  }
}

.leadfox-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leadfox-content form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 16px;
}

.leadfox-content label div {
  display: none;
}

.leadfox-content label input,
.leadfox-content select {
  font: 500 16px/20px "Poppins", sans-serif !important;
  background: #F5F5F0 !important;
  padding: 8px;
  text-indent: 2%;
  border: none !important;
  border-radius: 24px;
  width: 100%;
  color: #003C23;
}
.leadfox-content label input::placeholder,
.leadfox-content select::placeholder {
  color: #003C23;
}

.leadfox-content input[type=submit] {
  width: fit-content !important;
  border-radius: 40px;
  padding: 12px 24px;
  border: none;
  color: white;
  background: #003C23;
  text-transform: none !important;
  font-size: 16px;
  margin-top: 16px;
  font: 600 16px/20px "Poppins", sans-serif !important;
}
.leadfox-content input[type=submit]:hover {
  background: #6464AF;
  cursor: pointer;
}

@media (max-width: 991px) {
  .leadfox-content form {
    width: 70%;
  }
  .leadfox-content {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .leadfox-content form {
    width: 100%;
  }
}

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