/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/_global.scss ***!
  \******************************************************************************************************************/
.ArticleRecherche,
.BulletinRecherche {
  display: flex;
  position: relative;
  gap: 28px;
}
@media (max-width: 992px) {
  .ArticleRecherche,
  .BulletinRecherche {
    flex-wrap: wrap;
  }
}
.ArticleRecherche input,
.BulletinRecherche input {
  width: 50% !important;
}
@media (max-width: 992px) {
  .ArticleRecherche input,
  .BulletinRecherche input {
    width: 100% !important;
  }
}
.ArticleRecherche input,
.ArticleRecherche select,
.BulletinRecherche input,
.BulletinRecherche select {
  background: #F0F8FA;
  height: 54px;
  width: 100%;
  border-radius: 80px;
  font-weight: 600;
  padding: 0 24px;
  font-size: 18px;
  font-family: "Figtree", Sans-serif;
  color: #3A97AA;
  box-shadow: none;
  border: 0px solid #3A97AA;
}
.ArticleRecherche input::placeholder,
.ArticleRecherche select::placeholder,
.BulletinRecherche input::placeholder,
.BulletinRecherche select::placeholder {
  color: #3A97AA;
  font-family: "Figtree", Sans-serif;
  font-weight: 600;
}
.ArticleRecherche input:hover,
.ArticleRecherche select:hover,
.BulletinRecherche input:hover,
.BulletinRecherche select:hover {
  box-shadow: 8px 8px 24px rgba(220, 155, 140, 0.2509803922);
  color: #4D5357;
}
.ArticleRecherche input:hover::placeholder,
.ArticleRecherche select:hover::placeholder,
.BulletinRecherche input:hover::placeholder,
.BulletinRecherche select:hover::placeholder {
  color: #4D5357;
}
.ArticleRecherche input:focus,
.ArticleRecherche select:focus,
.BulletinRecherche input:focus,
.BulletinRecherche select:focus {
  outline: none;
  box-shadow: 8px 8px 24px rgba(220, 155, 140, 0.2509803922);
  color: #4D5357;
}
.ArticleRecherche__btn,
.BulletinRecherche__btn {
  height: 54px;
  padding: 14px 24px;
  background: #3A97AA;
  border-radius: 80px;
  font-family: "Figtree", Sans-serif;
  font-weight: 800;
  display: flex;
  text-transform: uppercase;
  color: #FFF;
  box-shadow: 0px 8px 24px rgba(58, 151, 170, 0.3019607843);
  align-items: center;
  justify-content: center;
  border: 0;
}
.ArticleRecherche__btn:hover,
.BulletinRecherche__btn:hover {
  background: #DC9B8C;
}
@media (max-width: 992px) {
  .ArticleRecherche__btn,
  .BulletinRecherche__btn {
    width: 100%;
  }
}

.BulletinRecherche {
  justify-content: flex-end;
}

.BulletinKeywords {
  width: 100%;
  max-width: 576px;
}

.ArticleRecherche select {
  appearance: none;
  position: relative;
}

.selectWrapper {
  width: 100%;
  position: relative;
}
.selectWrapper:after {
  content: "";
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-arrow-turquoise.svg) center center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 20px;
  position: absolute;
  color: #000;
  display: inline-block;
  z-index: 2;
  transform-origin: center;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.selectWrapper:hover:after {
  transform: rotate(90deg);
  transform-origin: center;
}

.ArticleRecherche__rightfields {
  display: flex;
  gap: 28px;
  width: 50%;
}
@media (max-width: 992px) {
  .ArticleRecherche__rightfields {
    flex-wrap: wrap;
    width: 100%;
  }
}

.burger-activated {
  overflow-y: hidden;
}
.burger-activated .MenuFullWidth {
  visibility: visible;
  opacity: 1;
}

.MenuFullWidth {
  z-index: 99999 !important;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--e-global-color-secondary);
  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-bottom: 50px;
    overflow-y: scroll;
  }
}
.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 .primary-button {
  width: 100%;
}
.MenuFullWidth__menu-bouton .button--primary a {
  width: fit-content;
  padding: 14px 24px;
  text-transform: uppercase;
  font-weight: 600 !important;
  background: var(--e-global-color-primary);
  margin-bottom: 15px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #FFF;
}
.MenuFullWidth__menu-bouton .button--primary a:hover {
  background: #fff;
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.MenuFullWidth ul {
  list-style-type: none;
  padding: 0;
}
.MenuFullWidth__wrapper {
  padding: 40px;
}
@media (max-width: 767px) {
  .MenuFullWidth__wrapper {
    padding: 40px 24px;
  }
}
.MenuFullWidth__head {
  display: flex;
  justify-content: space-between;
}
.MenuFullWidth__head img {
  max-width: 75% !important;
}
.MenuFullWidth__head .close_menu {
  background: none;
  width: 34px;
  height: 34px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 0 !important;
}
.MenuFullWidth__head .close_menu svg {
  fill: #FFF !important;
  width: 12px;
  height: 12px;
}
.MenuFullWidth__head .close_menu:hover {
  cursor: pointer;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
}
.MenuFullWidth__head .close_menu:hover svg {
  fill: #fff;
}
.MenuFullWidth__logo {
  width: 122px;
  height: 56px;
  fill: white;
  position: relative;
  z-index: 3;
}
.MenuFullWidth__content-wrapper {
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__content-wrapper {
    flex-direction: column;
    margin: 80px auto 0;
  }
}
.MenuFullWidth__primary-nav .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  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: #FFF;
  font: 600 40px/40px "Dosis", sans-serif;
  text-decoration: none;
  max-width: 704px;
  position: relative;
  z-index: 1;
}
.MenuFullWidth__primary-nav .menu-item a:hover {
  color: var(--e-global-color-primary);
  cursor: pointer;
}
.MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/ic-chevron-right-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-nav .menu .menu-item-has-children a::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary-nav {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav {
    padding-bottom: 40px;
  }
}
.MenuFullWidth__secondary-nav {
  display: none;
  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 "Dosis", sans-serif;
  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-primary);
}
@media (max-width: 1200px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 400 24px/28px "Dosis", sans-serif;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 400 20px/28px "Dosis", sans-serif;
  }
}
@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 #ccc;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav {
    padding: 40px 0 10px 0;
  }
}
.MenuFullWidth__sub-menu {
  opacity: 0 !important;
  background: var(--e-global-color-secondary);
  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-secondary);
}
.MenuFullWidth__sub-menu--active .MenuFullWidth__sub-menu-wrapper span {
  width: 100%;
}
.MenuFullWidth__sub-menu-wrapper {
  max-width: 1187px;
  height: 100%;
  padding: 0 40px;
  margin: 150px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}
.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-size: 20px !important;
  background: none;
  color: #FFF;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
}
.MenuFullWidth__sub-menu-wrapper .btn-return:hover {
  color: var(--e-global-color-primary);
  background: none;
}
.MenuFullWidth__sub-menu-items {
  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__right {
  display: none;
  width: 100%;
  max-width: 250px;
  position: relative;
}
.MenufullWidth__right span.line {
  position: absolute;
  top: 0;
  left: -115px;
  width: 1px;
  background: white;
  height: 100%;
}
@media (max-width: 1024px) {
  .MenufullWidth__right span.line {
    display: none;
  }
}
@media (max-width: 1024px) {
  .MenufullWidth__right {
    margin-left: 0;
    max-width: 100%;
  }
}

.menu_separator {
  display: none !important;
  width: 1px;
  height: 400px;
  display: inline-block;
  background: #fff;
}

.btn-return {
  padding: 0;
  display: flex;
  align-items: center;
}
.btn-return::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/ic-chevron-right-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);
}

.BandeauAlerte {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #017381 0%, var(--e-global-color-secondary) 90%);
  padding: 16px 80px 16px 20px;
  color: var(--e-global-color-text);
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .BandeauAlerte {
    padding: 16px 40px 16px 20px;
  }
}
.BandeauAlerte__item {
  display: flex;
  align-items: start;
}
.BandeauAlerte__item svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin: 3px 16px 0 0;
}
@media (max-width: 1024px) {
  .BandeauAlerte__item svg {
    margin: 0 6px 0 0;
  }
}
.BandeauAlerte__item p {
  margin: 0 !important;
  text-align: left;
  font: 600 20px/28px var(--e-global-typography-text-font-family);
  color: white !important;
}
.BandeauAlerte__content {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .BandeauAlerte__content {
    gap: 16px;
    flex-direction: column;
  }
}
.BandeauAlerte .button--primary {
  margin-left: 32px;
  white-space: nowrap;
  align-self: center;
  font: 600 16px/24px var(--e-global-typography-text-font-family) !important;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  width: fit-content;
  padding: 12px 24px;
  background: #ab2328;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
}
.BandeauAlerte .button--primary:hover {
  background: #fff;
  color: #ab2328;
  text-decoration: underline;
}

.BandeauAlerte__close {
  position: absolute;
  right: 0px;
  top: 0;
  background: none !important;
  border: none;
  cursor: pointer;
  color: inherit;
}
.BandeauAlerte__close svg {
  fill: white !important;
  width: 12px;
  height: 12px;
}

.BandeauAlerte__close:hover svg {
  fill: var(--e-global-color-text) !important;
  background: none !important;
}

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