/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/_global.scss ***!
  \******************************************************************************************************************/
@charset "UTF-8";
/* Reset de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.elementor-icon {
  display: flex !important;
}

a.button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-transform: uppercase !important;
  position: relative;
  width: fit-content;
  padding: 14px 22px;
  background: transparent;
  border-radius: 80px;
  border: 2px solid var(--e-global-color-accent) !important;
  color: var(--e-global-color-text);
  font: 600 18px/24px var(--e-global-typography-primary-font-family) !important;
  transition: all 0.3s ease-in-out;
}
a.button--primary:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full.svg);
  height: 16px;
  width: 24px;
  margin-left: 8px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
a.button--primary:hover {
  background: var(--e-global-color-accent);
  color: #FFF !important;
}
a.button--primary:hover:after {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full-white.svg);
}

.eael-creative-button {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.3s ease-in-out !important;
}

/* Pour éviter les styles incohérents sur les inputs/boutons */
button, input, select, textarea {
  font: inherit;
}

.gform_submission_error {
  letter-spacing: 0 !important;
}

.gform_confirmation_message {
  text-align: center !important;
}

html, body {
  overflow-x: hidden;
}

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

.formOnDarkBg .gform_validation_errors {
  border: 1px solid #FFF !important;
}
.formOnDarkBg .gform_validation_errors .gform_submission_error {
  color: #FFF !important;
}
.formOnDarkBg .gform_validation_errors .gform_submission_error span {
  color: #FFF !important;
  border-color: #FFF !important;
}
.formOnDarkBg .gform_confirmation_message {
  color: #FFF !important;
}

.h1_italic, .h2_italic, .h3_italic, .h4_italic, .smallTitle_italic {
  font-style: italic !important;
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-weight: 300 !important;
  color: var(--e-global-color-accent) !important;
}

.h1_italic {
  font-size: 96px !important;
  letter-spacing: -2.4px !important;
}
@media (max-width: 1280px) {
  .h1_italic {
    font-size: 80px !important;
    letter-spacing: -1.8px !important;
  }
}
@media (max-width: 767px) {
  .h1_italic {
    font-size: 72px !important;
    letter-spacing: -1.8px !important;
  }
}

.h2_italic {
  font-size: 72px !important;
  letter-spacing: -1.8px !important;
}
@media (max-width: 1440px) {
  .h2_italic {
    font-size: 64px !important;
    letter-spacing: -1.6px !important;
  }
}
@media (max-width: 1280px) {
  .h2_italic {
    font-size: 64px !important;
    letter-spacing: -1.2px !important;
  }
}
@media (max-width: 767px) {
  .h2_italic {
    font-size: 52px !important;
    letter-spacing: -1px !important;
  }
}

.h3_italic {
  font-size: 56px !important;
  letter-spacing: -1.2px !important;
}
@media (max-width: 1280px) {
  .h3_italic {
    font-size: 48px !important;
    letter-spacing: -1px !important;
  }
}
@media (max-width: 767px) {
  .h3_italic {
    font-size: 40px !important;
    letter-spacing: -0.8px !important;
  }
}

.h4_italic {
  font-size: 48px !important;
  letter-spacing: -1px !important;
}
@media (max-width: 1280px) {
  .h4_italic {
    font-size: 40px !important;
    letter-spacing: -0.8px !important;
  }
}
@media (max-width: 767px) {
  .h4_italic {
    font-size: 32px !important;
    letter-spacing: -0.6px !important;
  }
}

.elementor-heading-title a {
  text-decoration: underline !important;
  font-size: 18px;
  color: inherit !important;
  font-weight: 700 !important;
}
.elementor-heading-title a:hover {
  text-decoration: underline !important;
  color: var(--e-global-color-accent) !important;
}

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

.elementor-icon-list-item a {
  text-decoration: underline !important;
  color: inherit;
  font-weight: 700;
}
.elementor-icon-list-item a:hover {
  cursor: pointer;
  color: var(--e-global-color-accent);
  transition: color 0.3s ease-in-out;
}

.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;
}
.elementor-widget-text-editor p {
  padding-bottom: 16px;
}
.elementor-widget-text-editor p:last-child {
  padding-bottom: 0;
}
.elementor-widget-text-editor a {
  font-size: 18px;
  color: inherit;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.elementor-widget-text-editor a:hover {
  color: var(--e-global-color-accent) !important;
  transition: color 0.3s ease-in-out;
}
.elementor-widget-text-editor ul {
  padding: 20px 0 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.elementor-widget-text-editor ul li {
  font: 400 16px/24px var(--e-global-typography-primary-font-family);
  position: relative;
  padding-left: 6px;
}
.elementor-widget-text-editor ul li::before {
  content: "";
  position: absolute;
  left: -12px;
  width: 8px;
  height: 8px;
  top: 8px;
  border-radius: 50%;
  background-color: var(--e-global-color-accent) !important;
}
.elementor-widget-text-editor ol {
  list-style: none;
  counter-reset: number-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.elementor-widget-text-editor ol li {
  counter-increment: number-counter;
  display: flex;
  align-items: center;
  font: 400 16px/24px var(--e-global-typography-primary-font-family);
}
.elementor-widget-text-editor ol li::before {
  content: "" counter(number-counter);
  line-height: 27px;
  font-weight: 300 !important;
  font-style: italic;
  font-size: 16px;
  margin-right: 12px;
  font-family: var(--e-global-typography-secondary-font-family);
  width: 30px;
  border-radius: 24px;
  border: 2px solid var(--e-global-color-accent);
  color: inherit;
  text-align: center;
}

.box_glassEffect {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

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

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

.ginput_container input[type=password] {
  border: none !important;
  border-radius: 32px !important;
}

.whiteForm .ginput_container input[type=password] {
  border: none !important;
  border-radius: 32px !important;
  background: #eefaf8 !important;
}

.eael-team-image figure img {
  object-fit: cover;
}

#btn-login,
#btn-myaccount {
  display: none !important;
}
#btn-login.is-visible,
#btn-myaccount.is-visible {
  display: inline-flex !important;
}

@media (max-width: 767px) {
  #btn-login,
  #btn-myaccount {
    display: none !important;
  }
  #btn-login.is-visible,
  #btn-myaccount.is-visible {
    display: none !important;
  }
}
.formation-horaire {
  width: 100%;
}
.formation-horaire__table {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.formation-horaire__row {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid var(--e-global-color-accent);
}
.formation-horaire__row > div {
  padding: 16px;
  vertical-align: top;
}
.formation-horaire__heure {
  font: 700 20px/28px var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-accent);
  width: 130px;
  min-width: 130px;
  flex-shrink: 0;
}
.formation-horaire__activite {
  font: 700 18px/26px var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-text);
  width: 250px;
  min-width: 250px;
  flex-shrink: 0;
}
.formation-horaire__contenu {
  font: 400 18px/26px var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-text);
  flex: 1;
}
.formation-horaire__presentateur {
  font: 400 18px/26px var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-text);
  width: 448px;
  min-width: 448px;
  flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
  .formation-horaire__row > div {
    padding: 0.75rem 1rem;
    font-size: 16px;
  }
  .formation-horaire__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .formation-horaire__heure {
    font: 700 18px/26px var(--e-global-typography-primary-font-family) !important;
  }
  .formation-horaire__presentateur {
    width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .formation-horaire__heure {
    font: 700 18px/26px var(--e-global-typography-primary-font-family) !important;
    width: 80px;
    min-width: 80px;
  }
  .formation-horaire__activite {
    width: 120px;
    min-width: 120px;
  }
  .formation-horaire__presentateur {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .formation-horaire__row {
    flex-direction: column;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .formation-horaire__row > div {
    padding: 0 10px;
    gap: 8px;
    width: 100% !important;
    min-width: auto !important;
  }
}
.simpleSearch {
  display: flex;
  align-items: end;
  gap: 40px;
  padding: 20px 48px;
  background: white;
  border-radius: 80px;
}
@media (max-width: 991px) {
  .simpleSearch {
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    padding: 20px 24px;
  }
  .simpleSearch select {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/icon-arrow-accent.svg) no-repeat 100% 25% !important;
    background-size: 16px !important;
  }
}
.simpleSearch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.simpleSearch select {
  background: url(/wp-content/themes/hello-elementor-child/assets/img/icon-arrow-accent.svg) no-repeat 100% 10%;
  background-size: 16px;
}
.simpleSearch .search-field {
  width: 50%;
  padding-bottom: 10px;
  background: white;
  border: 0;
  border-bottom: 2px solid var(--e-global-color-accent);
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  letter-spacing: 0.45px;
  color: var(--e-global-color-text);
  text-transform: uppercase;
}
.simpleSearch .search-field::placeholder {
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  opacity: 1;
  color: var(--e-global-color-text);
}
@media (max-width: 991px) {
  .simpleSearch .search-field {
    width: 100%;
    height: 48px;
    font: 600 14px/22px var(--e-global-typography-primary-font-family);
  }
  .simpleSearch .search-field::placeholder {
    font: 600 14px/22px 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-bottom: 10px;
  border: none;
  border-bottom: 2px solid var(--e-global-color-accent);
  background-color: white;
  color: var(--e-global-color-text);
  text-transform: uppercase;
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  letter-spacing: 0.45px;
}
@media (max-width: 991px) {
  .simpleSearch .search__categorie {
    height: 48px;
    font: 600 14px/22px var(--e-global-typography-primary-font-family);
  }
}
.simpleSearch .search__Submit {
  height: 52px;
  min-width: 52px;
  border-radius: 80px;
  background-color: transparent;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/icon-search-accent.svg);
  background-size: 22px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border: 2px solid var(--e-global-color-accent);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.simpleSearch .search__Submit:hover {
  background-color: var(--e-global-color-accent);
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/icon-search-white.svg);
}
.simpleSearch .text-research-onmb::before {
  display: none;
}
@media (max-width: 991px) {
  .simpleSearch .text-research-onmb {
    display: inline-flex;
    justify-content: end;
    align-self: start;
    width: 165px;
    background-color: white;
    border-radius: 40px;
    position: relative;
  }
  .simpleSearch .text-research-onmb::before {
    display: inline-block;
    content: "Rechercher";
    font: 600 14px/22px var(--e-global-typography-primary-font-family);
    text-transform: uppercase;
    color: var(--e-global-color-text) !important;
    position: absolute;
    left: 20px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .simpleSearch .text-research-onmb:hover::before {
    color: #fff !important;
  }
  .simpleSearch .search__Submit {
    background-size: 20px !important;
    background-position: 125px 15px !important;
    background-repeat: no-repeat !important;
    padding: 24px;
    max-height: 48px;
    width: 100%;
  }
}

html.menu-open,
body.burger-activated {
  overflow-y: hidden;
}
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;
  z-index: 99999 !important;
  padding: 40px;
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, var(--e-global-color-05880d9) 0%, var(--e-global-color-e611d2a) 100%);
  z-index: 3;
  visibility: hidden;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1280px) {
  .MenuFullWidth {
    padding: 20px;
  }
}
.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 .amobf-menu-account a {
  cursor: pointer;
}
.MenuFullWidth__menu-bouton .menu li {
  display: flex;
}
.MenuFullWidth__menu-bouton li.button--primary a {
  cursor: pointer;
  text-decoration: none !important;
  text-transform: uppercase !important;
  position: relative;
  width: fit-content;
  padding: 14px 22px;
  background: transparent;
  margin-bottom: 15px;
  border-radius: 80px;
  border: 2px solid var(--e-global-color-accent);
  color: var(--e-global-color-text);
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  transition: all 0.3s ease-in-out;
}
.MenuFullWidth__menu-bouton li.button--primary a:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full.svg);
  height: 16px;
  width: 24px;
  margin-left: 8px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.MenuFullWidth__menu-bouton li.button--primary a:hover {
  cursor: pointer;
  background: var(--e-global-color-accent);
  color: #FFF;
}
.MenuFullWidth__menu-bouton li.button--primary a:hover:after {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full-white.svg);
}
.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: 20px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
@media (max-width: 1280px) {
  .MenuFullWidth__head {
    width: calc(100% - 40px);
    top: 9px;
  }
}
.MenuFullWidth__head .logo-container {
  display: flex;
  align-items: end;
  gap: 16px;
}
.MenuFullWidth__head img {
  width: 100%;
  max-width: 324px;
  height: 140px;
  border-radius: 0 !important;
}
@media (max-width: 1280px) {
  .MenuFullWidth__head img {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__head img {
    height: 80px !important;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__head img {
    height: 60px !important;
  }
}
.MenuFullWidth__head .close_menu {
  background: none;
  width: 60px;
  height: 60px;
  border: 2px solid var(--e-global-color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 80px !important;
}
.MenuFullWidth__head .close_menu svg {
  fill: var(--e-global-color-text) !important;
  width: 24px;
  height: 24px;
}
.MenuFullWidth__head .close_menu:hover {
  cursor: pointer;
  border-color: var(--e-global-color-accent);
  background: var(--e-global-color-accent);
}
.MenuFullWidth__head .close_menu:hover svg {
  fill: #fff !important;
}
@media (max-width: 767px) {
  .MenuFullWidth__head .close_menu {
    width: 40px;
    height: 40px;
  }
  .MenuFullWidth__head .close_menu svg {
    width: 16px;
    height: 16px;
  }
}
.MenuFullWidth__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .MenuFullWidth__content-wrapper {
    flex-direction: column;
    padding-top: 220px;
    align-items: start;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__content-wrapper {
    padding-top: 140px;
  }
}
.MenuFullWidth__primary-nav {
  width: 60%;
}
.MenuFullWidth__primary-nav .menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu {
    gap: 24px;
  }
}
.MenuFullWidth__primary-nav .menu-item a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--e-global-color-text);
  font: 600 40px/40px var(--e-global-typography-primary-font-family);
  text-decoration: none;
  max-width: 704px;
  position: relative;
  z-index: 1;
}
.MenuFullWidth__primary-nav .menu-item a:hover {
  color: var(--e-global-color-accent);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .MenuFullWidth__primary-nav .menu-item a {
    font: 600 40px/40px var(--e-global-typography-primary-font-family);
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu-item a {
    font: 600 24px/32px var(--e-global-typography-primary-font-family);
  }
}
.MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat !important;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
    width: 20px;
    height: 20px;
    margin-left: 12px;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary-nav {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav {
    padding-bottom: 40px;
  }
}
.MenuFullWidth__right-nav {
  padding-left: 80px;
  width: 40%;
  position: relative;
}
.MenuFullWidth__right-nav span.line {
  position: absolute;
  top: 0;
  left: -115px;
  width: 1px;
  background: var(--e-global-color-accent);
  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: var(--e-global-color-accent);
}
@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: var(--e-global-color-text);
}
.MenuFullWidth__secondary-nav .menu-item a {
  font: 400 24px/30px var(--e-global-typography-primary-font-family);
  font-weight: 400;
  color: var(--e-global-color-text);
  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 var(--e-global-color-accent);
    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;
  background: linear-gradient(180deg, var(--e-global-color-05880d9) 0%, var(--e-global-color-e611d2a) 100%);
  opacity: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease-in;
}
@media (max-width: 1024px) {
  .MenuFullWidth__sub-menu {
    padding: 220px 0px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu {
    padding-top: 160px;
  }
}
.MenuFullWidth__sub-menu--active {
  opacity: 1 !important;
  z-index: 3;
}
.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--active .MenuFullWidth__sub-menu-wrapper {
    padding: 0 20px;
  }
}
.MenuFullWidth__sub-menu-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
  overflow: hidden;
}
.MenuFullWidth__sub-menu-wrapper span {
  display: inline-block;
  width: 0%;
  height: 1px;
  background: var(--e-global-color-accent);
  margin: 20px 0 40px;
  transition: 0.3s width ease-in-out;
}
.MenuFullWidth__sub-menu-wrapper .btn-return {
  font: 600 20px/26px var(--e-global-typography-primary-font-family) !important;
  font-size: 20px !important;
  background: none;
  color: var(--e-global-color-text);
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
.MenuFullWidth__sub-menu-wrapper .btn-return:hover {
  color: var(--e-global-color-accent);
  background: none;
}
.MenuFullWidth__sub-menu-wrapper .btn-return:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full.svg);
  height: 16px;
  width: 24px;
  margin-right: 8px;
  transform: rotate(180deg);
}
.MenuFullWidth__sub-menu-items {
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu-items {
    gap: 24px;
  }
}
.MenuFullWidth__sub-menu-items .menu-item a::after {
  display: none !important;
}

.indicateur {
  /* Style de base de l'indicateur */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid var(--e-global-color-accent);
  border-radius: 50%;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-down-regular-full.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;
}
@media (max-width: 1024px) {
  .indicateur {
    right: 20px;
  }
}

@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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.elementor-pagination span.prev,
.elementor-pagination a.next,
.elementor-pagination a.prev,
.elementor-pagination span.next,
.pagination a.more,
.pagination a.less {
  border-radius: 50% !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 18px !important;
}
.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/img/arrow-right-regular-full.svg);
  width: 22px;
  height: 22px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: inline-block;
}
.elementor-pagination span.prev:hover,
.elementor-pagination a.next:hover,
.elementor-pagination a.prev:hover,
.elementor-pagination span.next:hover,
.pagination a.more:hover,
.pagination a.less:hover {
  cursor: pointer;
  background-color: var(--e-global-color-accent);
}
.elementor-pagination span.prev:hover::after,
.elementor-pagination a.next:hover::after,
.elementor-pagination a.prev:hover::after,
.elementor-pagination span.next:hover::after,
.pagination a.more:hover::after,
.pagination a.less:hover::after {
  background: url(/wp-content/themes/hello-elementor-child/assets/img/arrow-right-regular-full-white.svg);
}

.page-numbers {
  font: 400 20px/24px var(--e-global-typography-secondary-font-family) !important;
  color: var(--e-global-color-text);
  font-style: italic !important;
}
.page-numbers:hover {
  color: var(--e-global-color-accent);
}

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

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

.gm-style .gm-style-iw-c {
  background-color: #fff !important;
  color: var(--e-global-color-text) !important;
  border-radius: 32px !important;
  min-width: 430px !important;
}
@media (max-width: 767px) {
  .gm-style .gm-style-iw-c {
    min-width: 300px !important;
    max-width: 300px !important;
  }
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #fff !important;
}

.gm-ui-hover-effect {
  opacity: 1;
  width: 32px !important;
  height: 30px !important;
  margin: 8px 0 0 0 !important;
}

.gm-ui-hover-effect > span {
  background-color: var(--e-global-color-accent);
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.gm-ui-hover-effect:hover > span {
  background-color: var(--e-global-color-primary);
  cursor: pointer;
}

.infoWindow {
  padding: 0 10px 48px 10px !important;
}
.infoWindow__title {
  font: 700 20px/28px var(--e-global-typography-primary-font-family);
  margin-bottom: 12px;
  max-width: 80% !important;
}
.infoWindow__ville {
  color: var(--e-global-color-text) !important;
  width: fit-content;
  letter-spacing: 0.45px;
  font: 600 16px/16px var(--e-global-typography-primary-font-family);
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  margin-bottom: 12px;
}
.infoWindow__description a {
  display: inline-block !important;
  font: 300 16px/24px var(--e-global-typography-primary-font-family) !important;
  color: var(--e-global-color-text) !important;
  text-decoration: none !important;
  cursor: pointer;
  max-width: 80% !important;
}
.infoWindow__description a:hover {
  color: var(--e-global-color-accent) !important;
}

.amobf-pagetitle {
  padding: 280px 0 140px;
  margin-top: -122px;
  background-color: #eefaf8;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/img/aile-gauche-blanche.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .amobf-pagetitle {
    padding: 200px 0 100px;
  }
}
@media (max-width: 1280px) {
  .amobf-pagetitle {
    background-size: 40% auto;
    margin-top: -101px;
    padding: 240px 0 120px;
  }
}
@media (max-width: 767px) {
  .amobf-pagetitle {
    padding: 160px 0 80px;
    margin-top: -86px;
    background-size: 60% auto;
  }
}
.amobf-pagetitle .amobf_wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .amobf-pagetitle .amobf_wrapper {
    padding: 0 20px;
  }
}
.amobf-pagetitle h1 {
  font: 300 88px/96px var(--e-global-typography-primary-font-family);
  letter-spacing: -2.2px;
}
.amobf-pagetitle h1 .h1_italic {
  display: block;
}
@media (max-width: 1280px) {
  .amobf-pagetitle h1 {
    font: 300 72px/80px var(--e-global-typography-primary-font-family);
    letter-spacing: -1.6px;
  }
}
@media (max-width: 767px) {
  .amobf-pagetitle h1 {
    font: 300 64px/72px var(--e-global-typography-primary-font-family);
    letter-spacing: -1.8px;
  }
}

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