/*!******************************************************************************************************************!*\
  !*** 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 {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transition: ease-in-out;
}
@media (max-width: 1024px) {
  .burger-activated .MenuFullWidth {
    overflow-y: scroll;
  }
}

.MenuFullWidth {
  z-index: 99999 !important;
  opacity: 0;
  position: fixed;
  border-radius: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(225, 240, 250, 0.6784313725);
  background-size: cover;
  z-index: 3;
  visibility: hidden;
  overflow: scroll;
  left: 20px;
  top: 20px;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.MenuFullWidth .button--primary {
  margin-top: auto !important;
}
.MenuFullWidth .button--primary,
.MenuFullWidth .button--outlined-primary {
  width: fit-content;
  padding: 14px 24px;
  background: var(--e-global-color-accent) !important;
  margin-bottom: 15px !important;
  border-radius: 40px !important;
  text-transform: none;
  color: #FFF !important;
}
.MenuFullWidth .button--primary:hover,
.MenuFullWidth .button--outlined-primary:hover {
  background: var(--e-global-color-primary) !important;
  color: #FFF !important;
}
.MenuFullWidth ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .MenuFullWidth {
    overflow-y: scroll;
    background: #E1F0FA !important;
  }
}
.MenuFullWidth__wrapper {
  padding: 40px;
  height: 100%;
  backdrop-filter: blur(30px);
}
@media (max-width: 767px) {
  .MenuFullWidth__wrapper {
    padding: 40px 24px;
  }
}
.MenuFullWidth__head {
  display: flex;
  justify-content: space-between;
}
.MenuFullWidth__head img {
  max-width: 75% !important;
}
@media (max-width: 767px) {
  .MenuFullWidth__head img {
    width: 200px;
  }
}
.MenuFullWidth__head .close_menu {
  background: none;
  width: 34px;
  height: 34px;
  border: 2px solid var(--e-global-color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 0 !important;
}
.MenuFullWidth__head .close_menu svg {
  fill: var(--e-global-color-primary) !important;
  width: 12px;
  height: 12px;
}
.MenuFullWidth__head .close_menu:hover {
  cursor: pointer;
  background: var(--e-global-color-accent) !important;
  border-color: var(--e-global-color-accent) !important;
}
.MenuFullWidth__head .close_menu:hover svg {
  fill: white !important;
}
.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: space-between;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__content-wrapper {
    align-items: start;
    flex-direction: column;
    margin: 60px auto 0;
  }
}
.MenuFullWidth__primary-nav {
  width: 70%;
}
.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;
  color: var(--e-global-color-primary);
  font: 600 38px/44px "Montserrat", sans-serif;
  text-decoration: none;
  max-width: 704px;
  position: relative;
  z-index: 1;
}
.MenuFullWidth__primary-nav .menu-item a:hover {
  color: #0A7DC8;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .MenuFullWidth__primary-nav .menu-item a {
    font: 600 32px/40px "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu-item a {
    font: 600 24px/28px "Montserrat", sans-serif;
  }
}
.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-primaire.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 32px;
  height: 32px;
  margin-left: 30px;
  transition: 0.3s;
  margin-top: 8px;
}
@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;
    margin-top: 0;
  }
}
.MenuFullWidth__primary-nav .menu .menu-item-has-children a:hover::after {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/ic-chevron-right-midblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .MenuFullWidth__primary-nav {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary-nav {
    padding-bottom: 40px;
    width: 100%;
  }
}
.MenuFullWidth__secondary-nav {
  position: relative;
  margin-bottom: 20px;
}
.MenuFullWidth__secondary-nav .menu-item {
  padding-bottom: 20px;
  color: #FFF;
}
.MenuFullWidth__secondary-nav .menu-item a {
  font: 400 24px/30px "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--e-global-color-primary);
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.MenuFullWidth__secondary-nav .menu-item a:hover {
  color: #0A7DC8;
}
@media (max-width: 1200px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 400 24px/28px "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 400 16px/28px "Montserrat", 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: 40px 0 16px 0;
    width: 100%;
    border-top: 1px solid var(--e-global-color-primary);
    border-left: 0;
  }
}
.MenuFullWidth__sub-menu {
  opacity: 0 !important;
  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 {
  overflow: hidden;
  opacity: 1 !important;
  z-index: 3;
  background-color: #E1F0FA;
}
.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;
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu-wrapper {
    margin: 160px auto 0;
    padding: 0 20px;
  }
}
.MenuFullWidth__sub-menu-wrapper span {
  display: inline-block;
  width: 0%;
  height: 1px;
  background: var(--e-global-color-primary);
  margin: 20px 0 40px;
  transition: 0.3s width ease-in-out;
}
.MenuFullWidth__sub-menu-wrapper .btn-return {
  font-size: 20px !important;
  background: none;
  color: var(--e-global-color-primary);
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu-wrapper .btn-return {
    font-size: 16px !important;
  }
}
.MenuFullWidth__sub-menu-wrapper .btn-return:hover {
  color: #0A7DC8;
  background: none;
}
.MenuFullWidth__sub-menu-logo {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/logo-consortium.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 60px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu-logo {
    width: 150px;
    height: 45px;
    top: 40px;
    left: 24px;
  }
}
.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 {
  width: 40%;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  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: 1200px) {
  .MenufullWidth__right {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .MenufullWidth__right {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.menu_separator {
  width: 1px;
  height: 400px;
  display: inline-block;
  margin-left: 80px;
  background: #4D5357;
}
@media (max-width: 1024px) {
  .menu_separator {
    display: none;
  }
}

.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-primaire.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: -10px;
  margin-right: 8px;
  transition: 0.3s;
  transform: rotate(-180deg);
}
.btn-return:hover::before {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/ic-chevron-right-midblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.simpleSearch {
  display: flex;
  align-items: end;
  gap: 40px;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #E6EBEB;
  border-radius: 80px;
  margin: -60px 0 120px 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1300px) {
  .simpleSearch {
    margin: -60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .simpleSearch {
    flex-direction: column;
    align-items: start;
    padding: 30px;
    gap: 30px;
    margin: -60px 0 60px 0;
  }
}
.simpleSearch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.simpleSearch select {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/ic-chevron-right-primaire.svg) no-repeat 100%;
  background-size: 10px;
}
.simpleSearch .search-field {
  width: 60%;
  padding: 0;
  height: 48px;
  border: 0;
  border-bottom: 2px solid #E1F0FA;
  border-radius: 0;
  font: 500 16px/24px var(--e-global-typography-primary-font-family);
  color: #A0A5AA;
}
.simpleSearch .search-field::placeholder {
  font: 500 16px/24px var(--e-global-typography-primary-font-family);
  opacity: 1;
  color: #A0A5AA;
}
.simpleSearch .search-field:active, .simpleSearch .search-field:focus {
  border-bottom: 2px solid var(--e-global-color-accent);
}
@media (max-width: 991px) {
  .simpleSearch .search-field {
    width: 100%;
  }
}
.simpleSearch .simpleSearch-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .simpleSearch .simpleSearch-wrapper {
    width: 100%;
  }
}
.simpleSearch .search__categorie {
  padding: 0;
  height: 48px;
  border: 0;
  border-bottom: 2px solid #E1F0FA;
  border-radius: 0;
  background-color: white;
  color: #A0A5AA;
  font: 500 16px/24px var(--e-global-typography-primary-font-family);
}
@media (max-width: 767px) {
  .simpleSearch .search__categorie {
    font: 500 16px/18px var(--e-global-typography-primary-font-family);
  }
}
.simpleSearch .search__Submit {
  color: #fff;
  background-color: var(--e-global-color-accent);
  border-radius: 40px !important;
  margin-bottom: 0;
  border: none;
  height: 48px;
  font: 600 16px/24px var(--e-global-typography-primary-font-family);
}
.simpleSearch .search__Submit:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
@media (max-width: 1024px) {
  .simpleSearch .search__Submit {
    align-self: center !important;
  }
}

.activite-search {
  margin: -60px 0 0 0 !important;
}

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