@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
.lfe-icon {
  height: 18px;
  width: 18px;
}

.lfe-icon--black {
  filter: brightness(0);
}

.lfe-icon--white {
  filter: brightness(0) invert(1);
}

.lfe-icon--vert {
  filter: brightness(0) saturate(100%) invert(38%) sepia(50%) saturate(665%) hue-rotate(139deg) brightness(90%) contrast(88%);
}

.lfe-icon--violet {
  filter: brightness(0) saturate(100%) invert(28%) sepia(18%) saturate(3236%) hue-rotate(203deg) brightness(90%) contrast(89%);
}

.lfe-icon--orange {
  filter: brightness(0) saturate(100%) invert(43%) sepia(44%) saturate(1606%) hue-rotate(338deg) brightness(102%) contrast(95%);
}

.lfe-icon--reverse {
  transform: rotate(180deg);
}

/* Pour les établissements */
.label-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.label-icon::before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
}

.label-icon__map::before {
  background-image: url("../../../../../themes/custom/label/assets/icons/map.png");
}

@font-face {
  font-family: "FontAwesome";
  src: url("../assets/font/Font Awesome 6 Brands-Regular-400.otf") format("opentype"), url("../assets/font/Font Awesome 6 Pro-Light-300.otf") format("opentype"), url("../assets/font/Font Awesome 6 Pro-Regular-400.otf") format("opentype"), url("../assets/font/Font Awesome 6 Pro-Solid-900.otf") format("opentype"), url("../assets/font/Font Awesome 6 Pro-Thin-100.otf") format("opentype");
}

.lfe-btn,
a.lfe-btn,
button.lfe-btn {
  display: inline-flex;
  padding: 8px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  font-weight: 700;
  color: white;
  width: fit-content;
  font-size: 16px;
}

.lfe-btn:hover,
a.lfe-btn:hover,
button.lfe-btn:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.lfe-btn--light,
a.lfe-btn--light,
button.lfe-btn--light {
  background-color: white;
  color: #F86233;
  border: 2px solid #F86233;
}

.lfe-btn--light:hover,
a.lfe-btn--light:hover,
button.lfe-btn--light:hover {
  background-color: #F86233;
  color: white;
}

.lfe-btn--light:hover img,
a.lfe-btn--light:hover img,
button.lfe-btn--light:hover img {
  filter: brightness(0) invert(1);
}

.lfe-btn--light-vert,
a.lfe-btn--light-vert,
button.lfe-btn--light-vert {
  color: #1C7783;
  border-color: #1C7783;
}

.lfe-btn--light-vert:hover,
a.lfe-btn--light-vert:hover,
button.lfe-btn--light-vert:hover {
  background-color: #1C7783;
}

.lfe-btn--light-violet,
a.lfe-btn--light-violet,
button.lfe-btn--light-violet {
  color: #3D4996;
  border-color: #3D4996;
}

.lfe-btn--light-violet:hover,
a.lfe-btn--light-violet:hover,
button.lfe-btn--light-violet:hover {
  background-color: #3D4996;
}

.lfe-btn--transparent,
a.lfe-btn--transparent,
button.lfe-btn--transparent {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.lfe-btn--transparent:hover,
a.lfe-btn--transparent:hover,
button.lfe-btn--transparent:hover {
  background-color: #F86233;
  color: white;
  border-color: #F86233;
}

.lfe-btn--transparent:hover img,
a.lfe-btn--transparent:hover img,
button.lfe-btn--transparent:hover img {
  filter: brightness(0) invert(1);
}

.lfe-btn--orange,
a.lfe-btn--orange,
button.lfe-btn--orange {
  background-color: #F86233;
}

.lfe-btn--orange:hover, .lfe-btn--orange:active,
a.lfe-btn--orange:hover,
a.lfe-btn--orange:active,
button.lfe-btn--orange:hover,
button.lfe-btn--orange:active {
  background-color: #F86233;
}

.lfe-btn--violet,
a.lfe-btn--violet,
button.lfe-btn--violet {
  background-color: #3D4996;
}

.lfe-btn--violet:hover, .lfe-btn--violet:active,
a.lfe-btn--violet:hover,
a.lfe-btn--violet:active,
button.lfe-btn--violet:hover,
button.lfe-btn--violet:active {
  background-color: #3D4996;
}

.lfe-btn--vert,
a.lfe-btn--vert,
button.lfe-btn--vert {
  background-color: #1C7783;
}

.lfe-btn--vert:hover, .lfe-btn--vert:active,
a.lfe-btn--vert:hover,
a.lfe-btn--vert:active,
button.lfe-btn--vert:hover,
button.lfe-btn--vert:active {
  background-color: #1C7783;
}

.lfe-btn--noir,
a.lfe-btn--noir,
button.lfe-btn--noir {
  background-color: #313131;
}

.lfe-btn--noir:hover, .lfe-btn--noir:active,
a.lfe-btn--noir:hover,
a.lfe-btn--noir:active,
button.lfe-btn--noir:hover,
button.lfe-btn--noir:active {
  background-color: #313131;
}

.lfe-btn--white,
a.lfe-btn--white,
button.lfe-btn--white {
  background-color: white;
  color: #F86233;
}

.lfe-btn--white:hover, .lfe-btn--white:active,
a.lfe-btn--white:hover,
a.lfe-btn--white:active,
button.lfe-btn--white:hover,
button.lfe-btn--white:active {
  background-color: white;
}

.label-modal {
  width: 90% !important;
  max-width: 58rem;
  z-index: 501;
  border: none !important;
}

.label-modal .ui-dialog-title {
  display: none;
}

.label-modal--titlebar {
  background-color: var(--grey-1000-75) !important;
  border: none !important;
  padding: 1.5rem 0 !important;
}

.label-modal--close-btn {
  width: auto !important;
  text-indent: initial;
  font-size: 0.875rem !important;
  background-color: var(--grey-1000-75) !important;
  border: none !important;
  display: flex;
  align-items: center;
  column-gap: 3px;
  flex-direction: row-reverse;
  font-family: "Marianne", arial, sans-serif !important;
  color: var(--blue-france-sun-113-625);
  border-radius: 0;
  top: 1.25rem !important;
  right: 2.5rem !important;
}

.label-modal--close-btn:hover, .label-modal--close-btn:focus {
  color: var(--blue-france-sun-113-625);
  text-decoration: underline;
}

.label-modal--close-btn:focus {
  outline: var(--blue-france-sun-113-625);
  outline-style: auto !important;
}

.label-modal--close-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: scale(0.75);
  background-image: url("../../../../../themes/custom/label/assets/icons/close-line.svg");
  filter: invert(18%) sepia(34%) saturate(5971%) hue-rotate(233deg) brightness(71%) contrast(143%);
}

.label-modal--close-btn .ui-button-icon-space,
.label-modal--close-btn .ui-icon-closethick {
  display: none;
}

.label-modal--content {
  padding: 0 2.5rem !important;
}

.ui-dialog-content {
  z-index: 10;
  margin-top: 2rem;
}

.ui-dialog-titlebar {
  z-index: 15;
}

.ui-widget-overlay {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 0.8;
  -webkit-transition: opacity 500ms ease, -webkit-filter 500ms ease;
  transition: opacity 500ms ease, -webkit-filter 500ms ease;
  transition: filter 500ms ease, opacity 500ms ease;
  transition: filter 500ms ease, opacity 500ms ease, -webkit-filter 500ms ease;
}

#drupal-modal {
  margin: 0;
}

#drupal-modal .fr-btns-group {
  display: none;
}

#drupal-modal .fr-px-md-12w {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#drupal-modal .fr-mb-12v, #drupal-modal .fr-mb-6w, #drupal-modal .fr-my-12v, #drupal-modal .fr-my-6w {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#drupal-modal .fr-pb-md-10w, #drupal-modal .fr-pb-md-20v, #drupal-modal .fr-py-md-10w, #drupal-modal .fr-py-md-20v {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

#drupal-modal .fr-col-md-8 {
  max-width: 100%;
  width: 100%;
}

#drupal-modal .fr-grid-row {
  display: block;
}

.orejime-Root .fr-modal__header button {
  display: flex;
  align-items: center;
}

.orejime-Root .fr-consent-manager + p {
  display: none;
}

.orejime-Root .fr-consent-banner .fr-btn:not(.fr-btn--secondary) {
  background: #3D4996;
}

.orejime-Root .fr-consent-banner .fr-btn--secondary {
  color: #3D4996;
  border-color: #3D4996;
}

.home-carousel .fr-card {
  box-shadow: none !important;
  border: 1px solid var(--border-default-grey);
}

.home-carousel__wrapper {
  position: relative;
}

.home-carousel__actions {
  position: absolute;
  top: calc(50% - (2.5rem / 2));
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .home-carousel__actions-group {
    display: none;
  }
}

.home-carousel__actions__prev {
  left: -1rem;
}

.home-carousel__actions__next {
  right: -1rem;
}

.fr-header.show {
  position: fixed;
  top: 0;
  left: 0;
}

.user-logged-in.show {
  position: fixed;
  top: 83px;
  left: 0;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header.fr-header {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  border: none;
}

header.fr-header .fr-header__body-row {
  padding: 0;
}

header.fr-header .fr-header__logo {
  position: relative;
  width: 120px;
  min-height: 122px;
}

header.fr-header .fr-header__logo a {
  display: block;
  position: absolute;
  top: 20%;
  left: 1.5rem;
}

header.fr-header .fr-header__logo a:active {
  background: transparent;
}

header.fr-header .fr-header__logo a:hover #Texte {
  transform-origin: center center;
  animation-name: rotate;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

header.fr-header .fr-header__logo a svg {
  width: 130px;
  min-height: 130px;
  padding: 10px;
  box-shadow: 0 6px 5px -4px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 50%;
}

header.fr-header .header-top {
  height: 40px;
  border-bottom: 2px solid #C4C4C4;
}

header.fr-header .header-top #block-dropdownlanguage {
  display: flex;
  align-items: center;
  height: 38px;
  justify-content: flex-end;
}

header.fr-header .header-top #block-dropdownlanguage .dropbutton-widget {
  width: 100px;
}

header.fr-header .header-top #block-dropdownlanguage .dropbutton-widget li.dropbutton-action {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #313131;
  z-index: 99999;
  background: #fff;
}

header.fr-header .fr-header__menu {
  width: 100%;
  box-shadow: none;
}

header.fr-header .fr-header__menu .fr-nav__list {
  justify-content: flex-end;
  column-gap: 20px;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item {
  position: relative;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 992px) {
  header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item > img {
    display: none;
  }
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item + .fr-nav__item:after {
  content: "·";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-61%);
  font-size: 32px;
  color: #C4C4C4;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item a.fr-nav__link {
  display: flex;
  align-items: center;
  padding: 28px 10px;
  gap: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item a.fr-nav__link:before {
  margin-top: 5px;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item:not(.main-menu-contact):hover a {
  color: #fff;
  background: #3D4996;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item:nth-child(1) a:before {
  content: url("../assets/icons/award.svg");
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item:nth-child(2) a:before {
  content: url("../assets/icons/book.svg");
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item:nth-child(3) a:before {
  content: url("../assets/icons/home.svg");
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item:nth-child(4) a:before {
  content: url("../assets/icons/paper.svg");
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact {
  justify-content: center;
  background-color: #313131;
}

@media (min-width: 992px) {
  header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact {
    background-color: transparent;
  }
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact:after {
  left: -1.2rem;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a {
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #ffffff;
  padding: 8px 20px;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  min-height: auto;
  width: fit-content;
  margin: 20px auto;
}

@media (min-width: 992px) {
  header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a {
    color: #000000;
    border-color: #000000;
    padding: 6px 38px 6px 15px;
    width: 100%;
  }
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a svg path {
  fill: #ffffff;
}

@media (min-width: 992px) {
  header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a svg path {
    fill: #000000;
  }
}

@media (min-width: 992px) {
  header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a svg.arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a:hover {
  background: #000;
  position: relative;
  color: #fff;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a:hover svg path {
  fill: #fff;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a:hover svg.arrow {
  right: 10px;
}

header.fr-header .fr-header__menu .fr-nav__list .fr-nav__item.main-menu-contact a:hover svg path {
  transition: fill 0.3s;
}

.fr-header .fr-modal {
  background-color: rgba(23, 23, 23, 0.64);
}

@media (min-width: 992px) {
  .fr-header .fr-modal {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .fr-header .fr-modal__body {
    background-color: transparent;
  }
}

.fr-header .fr-modal > .fr-container {
  height: unset;
  padding-top: 0;
  padding-bottom: 0;
}

.fr-header__navbar {
  margin: auto 15px auto auto;
}

.fr-header__menu .fr-modal__header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.fr-header__menu .fr-modal__header .fr-btn--close {
  position: absolute;
  right: 15px;
  margin-right: 0;
  padding: .5rem;
}

@media (min-width: 992px) {
  .fr-header__menu .fr-modal__header {
    display: none;
  }
}

.fr-header__menu .fr-nav {
  margin-top: 15px;
}

.fr-header__menu .fr-nav__item::before {
  box-shadow: 0 -2px 0 0 #313131;
}

.fr-header__menu .fr-nav__item:last-child::before {
  box-shadow: none;
}

.fr-header__navbar .fr-btn, .fr-header__menu .fr-btn {
  max-width: 50px;
  width: 50px;
  max-height: 50px;
  height: 50px;
  justify-content: center;
}

.fr-header__navbar .fr-btn::before, .fr-header__navbar .fr-btn::after, .fr-header__menu .fr-btn::before, .fr-header__menu .fr-btn::after {
  margin-left: 0;
  margin-right: 0;
  width: 24px;
  height: 24px;
}

.fr-header__navbar .fr-btn--menu, .fr-header__navbar .fr-btn--close, .fr-header__menu .fr-btn--menu, .fr-header__menu .fr-btn--close {
  border-radius: 3px;
  border: 2px solid #F86233;
  background-color: #F86233;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  transition: background-color 0.3s;
}

.fr-header__navbar .fr-btn--menu:hover, .fr-header__navbar .fr-btn--close:hover, .fr-header__menu .fr-btn--menu:hover, .fr-header__menu .fr-btn--close:hover {
  background-color: #f7440c;
}

@media (min-width: 840px) {
  .breadcrumb-container {
    margin-top: 0 !important;
  }
}

.fr-breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin: 0;
}

.fr-breadcrumb .fr-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fr-breadcrumb .fr-breadcrumb__list li {
  display: flex;
  gap: 10px;
}

.fr-breadcrumb .fr-breadcrumb__list li:not(:first-child):before {
  -webkit-mask-image: url(../assets/icons/arrow-right-s-line.svg);
  mask-image: url(../assets/icons/arrow-right-s-line.svg);
  background-color: #C4C4C4;
  margin-top: 4px;
}

.fr-breadcrumb .fr-breadcrumb__list li:last-child a {
  max-width: 70vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 576px) {
  .fr-breadcrumb .fr-breadcrumb__list li:last-child a {
    max-width: 23vw;
  }
}

@media (min-width: 780px) {
  .fr-breadcrumb .fr-breadcrumb__list li:last-child a {
    max-width: 35vw;
  }
}

@media (min-width: 1000px) {
  .fr-breadcrumb .fr-breadcrumb__list li:last-child a {
    max-width: 45vw;
  }
}

@media (min-width: 1680px) {
  .fr-breadcrumb .fr-breadcrumb__list li:last-child a {
    max-width: 60vw;
  }
}

.fr-breadcrumb .fr-breadcrumb__list #breadcrumb-home {
  margin-right: 5px;
}

.fr-breadcrumb .fr-breadcrumb__list a {
  color: #F86233;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background: none;
  position: relative;
}

.fr-breadcrumb .fr-breadcrumb__list a[aria-current="page"] {
  color: #868686;
}

.fr-breadcrumb .fr-breadcrumb__list a:active {
  background: none;
}

.fr-breadcrumb .fr-breadcrumb__list a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #F86233;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.fr-breadcrumb .fr-breadcrumb__list a:hover:before {
  width: 100%;
}

#block-label-primary-local-tasks {
  position: absolute;
  right: 10%;
  z-index: 1;
  display: none;
}

@media (min-width: 840px) {
  #block-label-primary-local-tasks {
    display: block;
  }
}

footer.fr-footer {
  margin-top: 300px;
  box-shadow: none;
  background: #F0F0F0;
  position: relative;
  padding: 0;
}

footer.fr-footer:before {
  content: "";
  background-image: url("../assets/img/footer-up.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  transform: translateY(-100%);
}

footer.fr-footer .fr-footer__body {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #C4C4C4;
  margin: 0;
}

footer.fr-footer .fr-footer__brand {
  display: flex;
  column-gap: 30px;
  border-right: 2px solid #C4C4C4;
  margin-right: 0;
}

footer.fr-footer .partenaires {
  padding-left: 30px;
}

footer.fr-footer .partenaires img {
  width: auto;
  max-width: 100%;
}

footer.fr-footer .partenaires [target=_blank]:after {
  content: none;
}

footer.fr-footer .partenaires a {
  display: block;
}

footer.fr-footer .partenaires a[href]:active {
  background: none;
}

footer.fr-footer .partenaires .flex {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

footer.fr-footer .partenaires .flex .txt-partenaires strong {
  color: #F86233;
}

footer.fr-footer .partenaires .flex .txt-partenaires a {
  display: inline;
  color: #F86233;
  font-weight: 700;
  position: relative;
}

footer.fr-footer .partenaires .flex .txt-partenaires a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #F86233;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

footer.fr-footer .partenaires .flex .txt-partenaires a:hover:before {
  width: 100%;
}

footer.fr-footer .partenaires .flex .txt-partenaires p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}

footer.fr-footer .partenaires .flex .txt-partenaires p + p {
  margin-top: 10px;
}

footer.fr-footer .fr-footer__copyright {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  border-bottom: 2px solid #C4C4C4;
  border-top: 2px solid #C4C4C4;
  padding-bottom: 50px;
  padding-top: 50px;
}

footer.fr-footer .fr-footer__copyright .menu {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

footer.fr-footer .fr-footer__copyright .menu li {
  position: relative;
}

footer.fr-footer .fr-footer__copyright .menu li + li:before {
  content: "·";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-61%);
  font-size: 32px;
  color: #C4C4C4;
}

footer.fr-footer .fr-footer__copyright .menu a {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s;
  background: none;
  position: relative;
  padding: 5px;
}

footer.fr-footer .fr-footer__copyright .menu a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #F86233;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

footer.fr-footer .fr-footer__copyright .menu a:hover:before {
  width: 100%;
}

footer.fr-footer .fr-footer__copyright .menu a:hover {
  color: #F86233;
}

footer.fr-footer .partenaires-secondaires {
  padding: 50px 0;
}

footer.fr-footer .partenaires-secondaires .partenaire-item a {
  padding: 15px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.fr-footer .partenaires-secondaires .partenaire-item img {
  width: 80%;
  max-width: 110px;
}

.lightbox .lb-number {
  display: none !important;
}

.swiper-explanation {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

@media (min-width: 1200px) {
  .swiper-explanation {
    display: none;
  }
}

.swiper-explanation p {
  margin: 0;
}

.swiper-explanation .swipe {
  width: 88px;
  height: 68px;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}

.btn {
  flex: 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 280px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn .btn-card {
  padding: 10px;
}

.btn .btn-card-horizontale {
  padding: 7px;
}

.btn .white {
  background-color: #fff;
  color: #F86233;
  border: 2px solid #F86233;
}

.btn .white a:hover {
  color: #fff;
  background-color: #F86233;
}

.btn .white button:hover {
  color: #fff;
  background-color: #F86233;
}

.btn .white button:hover img {
  filter: brightness(0) invert(100%);
}

.btn .white_icon {
  position: relative;
  right: 10px;
}

.btn .white_icon_oeil {
  position: relative;
  top: 3px;
  right: 10px;
}

.btn .white_icon_fleche {
  position: relative;
  top: 4px;
  left: 10px;
}

h2 {
  font-size: 30px;
}

@media (max-width: 839px) {
  h2 {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 20px;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 18px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

.hr {
  background: none;
  width: 150px;
  height: 4px;
  border-radius: 4px;
  padding: 0;
}

.hr--orange {
  background-color: #F86233;
}

.hr--gris {
  background-color: #F0F0F0;
}

.hr--centered {
  margin: auto;
}

.hr--full-width {
  width: 100%;
}

.config_pages .default-banner {
  background-color: #1C7783;
}

.config_pages--type--actualites .chapeau {
  text-align: center;
  margin-bottom: 20px;
}

.config_pages--type--ressources .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 1200px) {
  .config_pages--type--ressources .content {
    flex-direction: row;
    gap: 63px;
  }
}

.config_pages--type--ressources .content .vertical-divider {
  display: none;
}

@media (min-width: 1200px) {
  .config_pages--type--ressources .content .vertical-divider {
    display: block;
    border-left: 4px solid #F0F0F0;
    border-radius: 4px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .config_pages--type--ressources aside {
    position: sticky;
    align-self: start;
    min-width: 370px;
    top: 0;
  }
  .config_pages--type--ressources aside .categories {
    display: none;
  }
}

.config_pages--type--ressources aside ul.primary-list {
  display: none;
}

@media (min-width: 840px) {
  .config_pages--type--ressources aside ul.primary-list {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .config_pages--type--ressources aside ul.primary-list {
    height: 75vh;
    overflow-y: auto;
    padding-right: 5px;
  }
}

.config_pages--type--ressources aside ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}

@media (max-width: 839px) {
  .config_pages--type--ressources aside ul {
    gap: 15px;
  }
}

.config_pages--type--ressources aside ul.primary-list > li {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.config_pages--type--ressources aside ul.primary-list > li span {
  font-size: 25px;
  font-weight: 700;
}

.config_pages--type--ressources aside ul.secondary-list > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.config_pages--type--ressources aside ul.secondary-list > li .material-icons {
  min-width: 24px;
  color: #adadad;
}

.config_pages--type--ressources aside ul.secondary-list > li:hover .material-icons {
  color: #fcc0ad;
}

.config_pages--type--ressources aside ul.secondary-list > li img {
  height: 22px;
  width: 22px;
}

.config_pages--type--ressources aside ul.secondary-list > li a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 839px) {
  .config_pages--type--ressources aside ul.secondary-list > li a {
    font-size: 18px;
  }
}

.config_pages--type--ressources aside ul.secondary-list > li a:hover {
  color: #F86233;
}

.config_pages--type--ressources aside ul.secondary-list > li a:hover:before {
  width: 100%;
}

.config_pages--type--ressources aside ul.secondary-list > li a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #F86233;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.config_pages--type--ressources aside ul.secondary-list.no-img > li {
  margin-left: 32px;
}

.config_pages--type--ressources aside ul li {
  padding-bottom: 0;
}

.config_pages--type--ressources .resources {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.config_pages--type--ressources .resources * {
  margin: 0;
}

.config_pages--type--ressources .resources-specific {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.config_pages--type--ressources .resources-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.config_pages--type--ressources .resources-list > h3 {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1200px) {
  .config_pages--type--ressources .resources-list {
    flex-direction: row;
    justify-content: flex-start;
  }
  .config_pages--type--ressources .resources-list > h3 {
    text-align: left;
  }
}

.config_pages--type--ressources .resources-list_canope .lfe-btn {
  color: #1C7783;
  border-color: #1C7783;
}

.config_pages--type--ressources .resources-list_canope .lfe-btn img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(50%) saturate(665%) hue-rotate(139deg) brightness(90%) contrast(88%);
}

.config_pages--type--ressources .resources-list_canope .lfe-btn:hover {
  background-color: #1C7783;
  color: white;
}

.config_pages--type--ressources .resources-list_canope .lfe-btn:hover img {
  filter: brightness(0) invert(1);
}

.not-found-404 {
  background-image: url("../assets/img/404.png");
  background-position: 50% 0;
  width: 100%;
  background-size: cover;
  bottom: 0;
  margin: 0 auto;
  color: #ffffff;
  height: 818px;
}

.not-found-404 .not-found-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  padding-top: 170px;
}

@media (min-width: 840px) {
  .not-found-404 .not-found-wrapper {
    padding-top: 230px;
  }
}

.not-found-404 .not-found-wrapper h1 {
  color: #ffffff;
  text-shadow: 0 2px 5px #000000;
  margin: 0;
}

.not-found-404 .not-found-wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 840px) {
  .not-found-404 .not-found-wrapper p {
    font-size: 25px;
  }
}

.not-found-404 .not-found-wrapper p.subtitle {
  text-shadow: 0 2px 5px #000000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 840px) {
  .not-found-404 .not-found-wrapper p.subtitle {
    font-size: 35px;
  }
}

.not-found-404 .not-found-wrapper .buttons-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

@media (min-width: 840px) {
  .not-found-404 .not-found-wrapper .buttons-group {
    flex-direction: row;
  }
}

.not-found-404 .not-found-wrapper .buttons-group .lfe-btn--orange:hover {
  transform: scale(1.1);
}

.path-la-vie-du-reseau .fr-grid-row.fr-grid-row--gutters .fr-col-12 {
  padding: 1.2rem;
}

.node--card--actualite {
  border-radius: 15px;
  transition: all 0.3s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.node--card--actualite > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.node--card--actualite button {
  margin-bottom: 30px;
}

.node--card--actualite button:hover {
  color: #fff;
  background-color: #F86233;
}

.node--card--actualite button:hover img {
  filter: brightness(0) invert(100%);
}

.node--card--actualite:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5);
}

.node--card--actualite_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 15px 30px;
}

.node--card--actualite_title {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.node--card--actualite_text {
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.node--card--actualite_img > img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.node--card--actualite_horizontale {
  color: black;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 860px) {
  .node--card--actualite_horizontale {
    min-height: 360px;
    flex-direction: row;
  }
}

.node--card--actualite_horizontale:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5);
}

.node--card--actualite_horizontale_img {
  height: 100%;
  border-radius: 15px 0 0 15px;
}

.node--card--actualite_horizontale_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.node--card--actualite_horizontale_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 15px 30px 15px;
  word-break: break-word;
}

.node--card--actualite_horizontale_title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.node--card--actualite_horizontale_text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.node--card--actualite_horizontale a {
  margin-top: auto;
}

.node--card--actualite_horizontale .node--card_banner {
  min-width: 40%;
}

.node--block_thematique {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.node--field_thematique {
  padding: 1.5px 10px;
  border-radius: 5px;
  border: solid #3D4996 2px;
  text-align: center;
  color: #3D4996;
  font-weight: bold;
}

.node--block_actualite_similaire h2 {
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 839px) {
  .node--block_actualite_similaire h2 {
    font-size: 25px;
  }
}

.node--block_actualite_carte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media (min-width: 840px) {
  .node--block_actualite_carte {
    flex-direction: row;
    align-items: flex-start;
  }
}

.node--actualite-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}

@media (min-width: 1200px) {
  .node--etablissement__chiffres {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
  }
}

.node--etablissement__location {
  color: #3A3A3A;
  font-size: .875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.node--etablissement__structure-pedagogique__detail {
  width: 100%;
  max-width: 800px;
  margin: 0;
}

.node--etablissement__side_section {
  position: relative;
}

.node--etablissement__side_section:before {
  content: '';
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--grey-200-850);
}

.node--etablissement__contact_section, .node--etablissement__adresse__heading {
  padding-top: 1rem;
}

.node--etablissement__social_networks ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1.125rem;
}

.node--etablissement__social_networks__link {
  color: var(--blue-france-sun-113-625);
}

.node--etablissement .paragraph--type--citation-quote:not(:first-child) {
  margin-top: 2rem;
}

.node--etablissement #etablissement-map {
  height: 500px;
}

.node--etablissement__contact_area .fr-accordion {
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  left: 1rem;
  width: 100vw;
}

@media (min-width: 1680px) {
  .node--etablissement__contact_area .fr-accordion {
    position: initial;
    width: initial;
  }
}

.node--etablissement__contact_area .fr-accordion__title {
  background-color: #fff;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.07);
  margin: 0;
}

.node--etablissement__contact_area .fr-accordion__btn {
  text-align: center;
  padding: 1.125rem 0 1.5rem 0;
  display: flex;
  justify-content: center;
}

.node--etablissement__contact_area .fr-accordion__btn:after {
  content: none;
}

.node--etablissement__contact_area .fr-accordion .fr-collapse {
  background-color: #fff;
}

.node--etablissement__contact_area .fr-accordion .fr-collapse--expanded {
  padding: 0 1.5rem;
  max-height: 80vh;
  overflow: auto;
}

@media (min-width: 1680px) {
  .node--etablissement__contact_area {
    position: sticky;
    top: 0;
  }
}

.establishment-nav__links {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1680px) {
  .user-logged-in .node--etablissement__contact_area {
    top: 83px;
  }
}

.card-etablissement.card-etablissement--map {
  border-radius: 25px;
}

@media (min-width: 840px) {
  .card-etablissement.card-etablissement--map {
    width: 671px;
  }
}

.card-etablissement .fr-card__content {
  border: 2px solid #DDDDDD;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

.card-etablissement .fr-card__desc {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  height: 100%;
}

@media (min-width: 840px) {
  .card-etablissement .fr-card__desc {
    flex-direction: row;
  }
}

.card-etablissement .fr-card__desc h3 {
  margin: 0;
}

.card-etablissement__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-etablissement__group-label {
  margin-bottom: 0;
  color: #A8A8A8;
  font-size: .75rem;
}

.card-etablissement__group p {
  margin: 0;
}

@media (min-width: 840px) {
  .card-etablissement__group > img {
    height: 100%;
    object-fit: cover;
  }
}

.card-etablissement__group .infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-etablissement__name {
  margin: 20px 30px;
}

.card-etablissement__name a {
  margin-top: auto;
}

.card-etablissement__value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.card-etablissement__value_bold, .card-etablissement__value span {
  font-weight: 700;
}

.card-etablissement__value_bold > img, .card-etablissement__value span > img {
  align-self: flex-start;
  margin-top: 3px;
}

.card-etablissement__value_bold > a, .card-etablissement__value span > a {
  word-break: break-word;
}

.card-etablissement__value_bold {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-etablissement__value_bold.orange,
.card-etablissement__value_bold.orange a {
  color: #F86233;
}

.card-etablissement__statut {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-etablissement__statut:before {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 1680px) {
  .card-etablissement__statut {
    align-self: center;
  }
}

.node--block_entete {
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.node--block_faq_search {
  display: flex;
  text-align: center;
  padding: 50px;
}

.node--block_faq_search .node--input_faq_search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
  height: 41px;
  border-radius: 5px 0px 0px 5px;
  border: 2px solid #F86233;
  background: #FFF;
  color: #868686;
  padding: 0 10px;
}

.node--block_faq_search .node--input_faq_search:focus {
  outline: none;
}

.node--block_faq_search .node--btn_faq_search {
  flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  border: 2px solid #F86233;
  background: #F86233;
}

.node--block_faq_search .svg-search {
  width: 30px;
  height: 30px;
}

.search-status {
  text-align: center;
}

.search-status .not-found, .search-status .see-all {
  display: none;
}

.field--faq_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F86233;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}

.field--faq_btn svg {
  width: 25px;
  height: 25px;
}

.node--text_faq_full {
  text-align: center;
}

.node--le_label p {
  color: #313131;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.node--le_label .fr-col-12.fr-col-sm-8 {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 839px) {
  .node--le_label .fr-col-12.fr-col-sm-8 {
    gap: 40px;
  }
}

.node--le_label .sous-bloc-avantages {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.node--le_label aside {
  margin-bottom: 50px;
}

@media (max-width: 839px) {
  .node--le_label aside {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .node--le_label aside {
    position: sticky;
    align-self: start;
    min-width: 370px;
    top: 0;
    margin-bottom: 80px;
  }
}

.node--le_label ul.primary-list {
  display: none;
  padding-inline-start: initial;
  flex-direction: column;
  gap: 30px;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 839px) {
  .node--le_label ul.primary-list {
    gap: 15px;
    font-size: 18px;
  }
}

@media (min-width: 840px) {
  .node--le_label ul.primary-list {
    display: flex;
  }
}

.node--le_label ul.primary-list li {
  list-style: none;
}

.node--le_label ul.primary-list li.summary--item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.node--le_label ul.primary-list li.summary--item:hover {
  filter: brightness(0) saturate(100%) invert(43%) sepia(44%) saturate(1606%) hue-rotate(338deg) brightness(102%) contrast(95%);
}

.node--le_label ul.primary-list li.summary--item a.active {
  filter: brightness(0) saturate(100%) invert(43%) sepia(44%) saturate(1606%) hue-rotate(338deg) brightness(102%) contrast(95%);
  background-color: transparent;
}

.node--le_label ul.primary-list li.summary--item .summary--icon {
  height: 22px;
  width: 22px;
}

.node--le_label ul.primary-list li.summary--item a {
  position: relative;
}

.node--le_label ul.primary-list li.summary--item a:hover {
  color: #F86233;
}

.node--le_label ul.primary-list li.summary--item a:hover:before {
  width: 100%;
}

.node--le_label ul.primary-list li.summary--item a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #F86233;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.node--le_label a[href]:not(.lfe-btn):active {
  background-color: transparent;
}

.node--le_label .paragraph--block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.node--le_label .paragraph--block > h2,
.node--le_label .paragraph--block h3,
.node--le_label .paragraph--block p {
  margin: 0;
}

.node--le_label .paragraph--block .lfe-btn {
  margin: auto;
}

@media (min-width: 1200px) {
  .node--le_label .paragraph--block .lfe-btn {
    margin: 0;
  }
}

.node--le_label p.categories, .config_pages--type--ressources p.categories {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.node--le_label p.categories img, .config_pages--type--ressources p.categories img {
  display: none;
}

.node--le_label p.categories.mobile, .config_pages--type--ressources p.categories.mobile {
  font-size: 16px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 5px 0;
  margin: 0;
  border-radius: 5px;
  border: 2px solid #3D4996;
  color: #3D4996;
}

.node--le_label p.categories.mobile span, .config_pages--type--ressources p.categories.mobile span {
  margin: 0 auto 0 10px;
}

.node--le_label p.categories.mobile img, .config_pages--type--ressources p.categories.mobile img {
  display: block;
}

.node--le_label p.categories.mobile img:nth-child(1), .config_pages--type--ressources p.categories.mobile img:nth-child(1) {
  margin-left: 15px;
}

.node--le_label p.categories.mobile img:nth-child(3), .config_pages--type--ressources p.categories.mobile img:nth-child(3) {
  margin-right: 15px;
}

.node--le_label p.categories.mobile.highlighted, .config_pages--type--ressources p.categories.mobile.highlighted {
  color: white;
  background-color: #3D4996;
}

.node--le_label p.categories.mobile.highlighted img, .config_pages--type--ressources p.categories.mobile.highlighted img {
  filter: brightness(0) invert(100%);
}

.reading-time {
  text-align: right;
  color: #3A3A3A;
}

@media (min-width: 1680px) {
  .node {
    position: relative;
  }
  .node .lborder {
    border-left: 1px var(--grey-925-125) solid;
  }
}

.node__more {
  position: relative;
  padding: 2rem 0 2.5rem 0;
}

@media (min-width: 1200px) {
  .node__more {
    padding: 3.75rem 0 5rem 0;
  }
}

.node__more::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: var(--beige-gris-galet-975-75);
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2)  * -1);
}

@media (min-width: 2160px) {
  .node__more::before {
    left: calc(((100vw - 100% + 1.25rem) / 2)  * -1);
  }
}

.node__more h2 {
  position: relative;
  z-index: 9;
  margin-bottom: 2.125rem;
}

@media (min-width: 1680px) {
  .node__content {
    position: relative;
  }
}

.node--state--draft {
  background-color: var(--pink-tuile-950-100);
}

.node--state--en-relecture {
  background-color: var(--purple-glycine-925-125);
}

.node--state--depublie {
  background-color: var(--grey-950-125);
}

.node--state--archive {
  background-color: #bccdff;
}

@media (min-width: 1680px) {
  .label-node__image_banniere {
    margin-left: calc((8.33% + .75rem) * -1);
  }
  .label-node__image_banniere img {
    width: calc(100% + 8.33%);
  }
}

.node--href {
  text-decoration: none;
}

[href] {
  background-image: none;
}

h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

a {
  text-decoration: none;
}

.node--hr {
  text-align: center;
  width: 150px;
  height: 4px;
  margin: 0 auto;
}

.node--hr_orange {
  background-color: #F86233;
}

.node--hr hr {
  padding: 2px;
}

.node--block_full_banner {
  height: 250px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 1200px) {
  .node--block_full_banner {
    height: 300px;
  }
}

.node--block_full_banner img.default-banner {
  background-color: #3D4996;
}

.node--block_full_banner img.ressource {
  background-color: #1C7783;
}

.node--block_full_banner img.fr-responsive-img {
  width: auto;
}

@media (min-width: 1200px) {
  .node--block_full_banner img.fr-responsive-img {
    width: 100%;
  }
}

.node--block_full_header {
  display: flex;
  padding: 1rem 1.5rem 0 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: -60px;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 839px) {
  .node--block_full_header h1 {
    font-size: 25px;
  }
}

@media (min-width: 840px) {
  .node--block_full_header {
    height: auto;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .node--block_full_header h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .node--block_full_header h1 {
    font-size: 45px;
  }
}

.node--block_full_header > * {
  margin: 0;
}

.node--block_entete {
  text-align: center;
}

.node--title_full {
  word-break: break-word;
}

h2.node--soustitre {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 839px) {
  h2.node--soustitre {
    font-size: 25px;
  }
}

h2.node--soustitre, div.node--chapeau {
  text-align: center;
  margin: 0;
}

h2.node--soustitre li, div.node--chapeau li {
  text-align: left;
}

.node--date {
  margin: 0;
}

.node--date span {
  font-weight: 700;
  margin-right: 10px;
}

.node--separator {
  height: 4px;
  border-radius: 4px;
  padding: 0;
  margin: 50px 0;
  background: #C4C4C4;
}

@media (min-width: 1200px) {
  .node--separator {
    margin: 120px 0;
  }
}

.node--page .content {
  text-align: left;
}

.plan-links {
  width: 100%;
  margin-top: 50px;
}

@media (min-width: 840px) {
  .plan-links {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan-links li {
  margin-left: 50px;
}

.plan-links li:first-child {
  margin-left: 0;
}

.node--carte-ressource {
  display: flex;
  width: 310px;
  flex-direction: column;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .node--carte-ressource--card-horizontale {
    width: 650px;
  }
}

.node--carte-ressource picture img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.node--carte-ressource__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 15px 30px 15px;
  height: 100%;
}

.node--carte-ressource__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.node--carte-ressource--card-horizontale .node--carte-ressource__text {
  gap: 20px;
}

.node--carte-ressource__title {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.node--carte-ressource__dates {
  display: flex;
  gap: 10px;
  font-weight: 700;
  align-items: baseline;
}

.node--carte-ressource__dates img {
  height: 18px;
  width: 18px;
}

.config_pages--type--ressources .resources .node--carte-ressource__content a {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

#block-blockretourenhautdepage {
  display: flex;
  position: fixed;
  width: fit-content;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  gap: 15px;
}

#block-blockretourenhautdepage .lfe-btn--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 58px;
  height: 58px;
  border-radius: 4px;
}

#block-blockretourenhautdepage .lfe-btn--back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3D4996;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

#block-blockretourenhautdepage .lfe-btn--back-to-top:hover {
  background-color: #313b79;
}

#block-blockretourenhautdepage .lfe-btn--back-to-top img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

#block-blockretourenhautdepage .fr-header__navbar {
  background-color: #ffffff;
  border-radius: 4px;
  margin: auto;
}

#block-blockretourenhautdepage .fr-header__navbar .fr-btn {
  max-width: 50px;
  width: 50px;
  max-height: 50px;
  height: 50px;
  justify-content: center;
  margin: 0;
  border-radius: 3px;
  border: 2px solid #F86233;
  background-color: #F86233;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  transition: background-color 0.3s;
}

#block-blockretourenhautdepage .fr-header__navbar .fr-btn:hover {
  background-color: #f7440c;
}

#block-blockretourenhautdepage .fr-header__navbar .fr-btn::before, #block-blockretourenhautdepage .fr-header__navbar .fr-btn::after {
  margin-left: 0;
  margin-right: 0;
  width: 24px;
  height: 24px;
}

#block-blockretourenhautdepage .fr-header__navbar .fr-btn.fr-btn--show {
  display: flex;
}

#block-blockretourenhautdepage .fr-header__navbar .fr-btn.fr-btn--hide {
  display: none;
}

section.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 15px 130px 15px;
  gap: 100px;
}

@media (min-width: 1200px) {
  section.home {
    padding-left: 0;
    padding-right: 0;
  }
}

section.home h1,
section.home h2,
section.home h3 {
  margin: 0;
}

section.home .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  section.home .text-container {
    max-width: 770px;
  }
}

section.home .text-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

section.home .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}

section.home .text--with-divider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.home .chapeau {
  font-weight: 500;
}

section.home--banner {
  padding: 0;
}

section.home--banner .text-container {
  position: absolute;
}

@media (min-width: 1200px) {
  section.home--banner .text-container {
    margin-left: 10rem;
    margin-top: 10rem;
  }
}

@media (min-width: 1680px) {
  section.home--banner .text-container {
    margin-left: 16rem;
    margin-top: 16rem;
  }
}

@media (min-width: 1200px) {
  section.home--banner {
    justify-content: unset;
    align-items: unset;
  }
}

section.home--get-label {
  gap: 60px;
}

section.home--actualites {
  padding-bottom: 50px;
  gap: 50px;
}

@media (max-width: 600px) {
  .home--banner-text {
    display: none;
  }
}

.home--chiffres-cles {
  background-image: url("../../../../../../themes/custom/label/assets/default-banner.svg");
  background-color: #3D4996;
  color: white;
}

.home--chiffres-cles h2,
.home--chiffres-cles h3 {
  color: white;
}

.home--chiffres-cles .chiffres-cles {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1200px) {
  .home--chiffres-cles .chiffres-cles {
    flex-direction: row;
  }
}

.home--chiffres-cles .chiffre-cle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px;
  align-items: center;
  text-align: center;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 330px;
  color: #3D4996;
  transition: all 0.3s;
}

.home--chiffres-cles .chiffre-cle:has(> a):hover {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
  .home--chiffres-cles .chiffre-cle {
    width: 370px;
  }
}

.home--chiffres-cles .chiffre-cle--chiffre {
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .home--chiffres-cles .chiffre-cle--chiffre {
    font-size: 50px;
  }
}

.home--chiffres-cles .chiffre-cle--text {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .home--chiffres-cles .chiffre-cle--text {
    font-size: 30px;
  }
}

.home--le-label .tuiles {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1200px) {
  .home--le-label .tuiles {
    flex-direction: row;
  }
}

.home--le-label .tuile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 330px;
}

@media (min-width: 1200px) {
  .home--le-label .tuile {
    width: 370px;
  }
}

.home--le-label .tuile--icon {
  height: 50px;
  width: 50px;
}

@media (min-width: 1200px) {
  .home--le-label .tuile--icon {
    height: 80px;
    width: 80px;
  }
}

.home--le-label .tuile--titre {
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .home--le-label .tuile--titre {
    font-size: 35px;
  }
}

.home--le-label .tuile--text {
  font-weight: 500;
  line-height: 150%;
}

.home--le-label .tuile:nth-child(1) {
  background-color: #DFF6F9;
}

.home--le-label .tuile:nth-child(1) .tuile--titre {
  color: #1C7783;
}

.home--le-label .tuile:nth-child(2) {
  background-color: #EEF0FF;
}

.home--le-label .tuile:nth-child(2) .tuile--titre {
  color: #3D4996;
}

.home--le-label .tuile:nth-child(3) {
  background-color: #FFEEEA;
}

.home--le-label .tuile:nth-child(3) .tuile--titre {
  color: #F86233;
}

.home--le-label .lfe-btn {
  margin-top: auto;
}

.home--get-label {
  background-color: #EEF0FF;
}

.home--get-label .criteres {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  gap: 60px;
}

@media (min-width: 1200px) {
  .home--get-label .criteres {
    flex-direction: row;
    align-items: stretch;
    padding: 0 30px;
  }
}

.home--get-label .criteres--first, .home--get-label .criteres--last {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.home--get-label .criteres--first .critere, .home--get-label .criteres--last .critere {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1200px) {
  .home--get-label .criteres--first .critere, .home--get-label .criteres--last .critere {
    flex-direction: row;
    flex: auto;
    align-items: flex-start;
    gap: 20px;
    max-width: 400px;
  }
}

.home--get-label .criteres--first .critere--index, .home--get-label .criteres--last .critere--index {
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
  color: #F86233;
}

@media (min-width: 1200px) {
  .home--get-label .criteres--first .critere--index, .home--get-label .criteres--last .critere--index {
    font-size: 80px;
    display: flex;
    height: 70px;
    align-items: center;
  }
}

.home--get-label .criteres--first .critere--text, .home--get-label .criteres--last .critere--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.home--get-label .criteres--first .critere--text-title, .home--get-label .criteres--last .critere--text-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .home--get-label .criteres--first .critere--text-title, .home--get-label .criteres--last .critere--text-title {
    width: 100%;
  }
}

.home--get-label .criteres--first .critere--text-text, .home--get-label .criteres--last .critere--text-text {
  font-weight: 500;
}

.home--get-label .criteres--first {
  order: 1;
}

@media (min-width: 1200px) {
  .home--get-label .criteres--first .critere {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .home--get-label .criteres--first .critere--text {
    text-align: right;
  }
}

.home--get-label .criteres--last {
  order: 2;
}

@media (min-width: 1200px) {
  .home--get-label .criteres--last {
    order: 3;
  }
}

@media (min-width: 1200px) {
  .home--get-label .criteres--last .critere--text {
    text-align: left;
  }
}

.home--get-label .criteres--background {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

@media (min-width: 1200px) {
  .home--get-label .criteres--background {
    order: 2;
  }
}

.home--get-label .criteres--background > img {
  width: 305px;
  height: 443px;
  mask-image: linear-gradient(0deg, rgba(238, 240, 255, 0), #EEF0FF 40%);
}

.home--actualites .container--actualites {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0 15px;
}

.home--actualites-swiper-wrapper {
  display: block;
  max-width: calc(100vw - 30px);
}

@media (min-width: 1200px) {
  .home--actualites-swiper-wrapper {
    display: none;
  }
}

.home--actualites-swiper .swiper-slide {
  max-width: 310px;
  height: auto;
}

.home--actualites-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .home--actualites-wrapper {
    display: flex;
    width: 1050px;
    justify-content: center;
    gap: 60px;
  }
  .home--actualites-wrapper .node--card--actualite {
    height: auto;
  }
}

.home--banner {
  max-height: 490px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .home--banner {
    max-height: 818px;
  }
}

.home--banner picture {
  width: 100%;
  object-fit: cover;
  filter: brightness(75%);
}

.home--banner-title, .home--banner-text {
  color: white;
  text-align: center;
}

@media (min-width: 1200px) {
  .home--banner-title, .home--banner-text {
    text-align: left;
  }
}

.home--banner-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .home--banner-title {
    font-size: 50px;
  }
}

.home--banner-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-shadow: 0px 2px 5px #000;
}

@media (min-width: 1200px) {
  .home--banner-text {
    font-size: 35px;
  }
}

.home--banner-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

@media (min-width: 1200px) {
  .home--banner-buttons {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
  }
}

.home--banner-buttons .label {
  display: none;
}

@media (min-width: 1200px) {
  .home--banner-buttons .label {
    display: block;
  }
}

@media (min-width: 1200px) {
  .home--banner-buttons .label-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .home--banner .hr {
    margin: 0;
  }
}

.home--banner .scroll-down {
  display: none;
}

@media (min-width: 1200px) {
  .home--banner .scroll-down {
    display: block;
    margin-top: 70px;
    align-self: flex-start;
    animation: 1s linear alternate infinite scroll-down;
  }
}

@keyframes scroll-down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}

.home--resources {
  background-image: url("../../../../../../themes/custom/label/assets/default-banner.svg");
  background-color: #1C7783;
  color: white;
}

.home--resources h2,
.home--resources h3 {
  color: white;
}

.home--resources .img-cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 1680px) {
  .home--resources .img-cards {
    flex-direction: row;
    gap: 30px;
  }
}

.home--resources .img-cards .img-card--wrapper {
  display: flex;
  flex-direction: column;
}

.home--resources .img-cards .img-card--card {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  width: 300px;
  padding: 30px 15px;
  margin-top: -55px;
  align-self: center;
  gap: 30px;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  color: #313131;
}

@media (min-width: 1200px) {
  .home--resources .img-cards .img-card--card {
    width: 685px;
    padding: 30px;
    margin-left: 30px;
    align-self: flex-start;
  }
}

.home--resources .img-cards .img-card--card .text-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home--resources .img-cards .img-card--card .text-card--title, .home--resources .img-cards .img-card--card .text-card--text {
  text-align: center;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .home--resources .img-cards .img-card--card .text-card--title, .home--resources .img-cards .img-card--card .text-card--text {
    text-align: left;
  }
}

.home--resources .img-cards .img-card--card .text-card--title {
  font-size: 25px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .home--resources .img-cards .img-card--card .text-card--title {
    font-size: 35px;
  }
}

.home--resources .img-cards .img-card--card .text-card--text {
  font-weight: 500;
}

.home--resources .img-cards .img-card--card .lfe-btn {
  margin-top: auto;
}

.share {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}

.share__title {
  font-size: 20px;
  font-weight: 500;
}

.share__group {
  display: flex;
  list-style: none;
  padding-inline-start: 0;
  gap: 20px;
}

.share__group li {
  width: 40px;
  height: 40px;
  border: solid 2px #F86233;
  border-radius: 4px;
  padding: 0;
}

.share__group li:hover {
  background-color: #F86233;
}

.share__group li:hover img {
  filter: brightness(0) invert(1);
}

.share__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.share__link::after {
  display: none;
}

.share__link--copy {
  padding: 0;
}

.share__link--copy:hover {
  --hover-tint: transparent;
}

.share h2,
.share p {
  margin: 0;
}

.paragraph--type--gallerie-d-image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1200px) {
  .paragraph--type--gallerie-d-image {
    width: 770px;
  }
}

.paragraph--type--gallerie-d-image .thumbs {
  display: none;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 0;
}

@media (min-width: 840px) {
  .paragraph--type--gallerie-d-image .thumbs {
    display: flex;
  }
}

.paragraph--type--gallerie-d-image .thumbs .swiper-button-prev,
.paragraph--type--gallerie-d-image .thumbs .swiper-button-next {
  position: unset;
  margin-top: unset;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #F86233;
  color: white;
}

.paragraph--type--gallerie-d-image .thumbs .swiper-button-prev::after,
.paragraph--type--gallerie-d-image .thumbs .swiper-button-next::after {
  font-size: 18px;
}

.paragraph--type--gallerie-d-image .thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  position: relative;
}

.paragraph--type--gallerie-d-image .thumbs .swiper-slide:hover {
  cursor: pointer;
}

.paragraph--type--gallerie-d-image .thumbs .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}

.paragraph--type--gallerie-d-image .thumbs .swiper-slide-thumb-active:after {
  opacity: 0;
}

.paragraph--type--gallerie-d-image .thumbs .item-caption {
  display: none;
}

.paragraph--type--gallerie-d-image .swiper.main .item-caption {
  display: none;
  color: var(--grey-425-625);
  padding: 2rem 1.5rem;
  margin: 0;
}

.paragraph--type--gallerie-d-image .swiper.main .swiper-wrapper {
  position: relative;
}

.paragraph--type--gallerie-d-image .swiper.main .swiper-slide-active .item-caption {
  display: block;
}

@media (min-width: 1200px) {
  .paragraph--type--gallerie-d-image .swiper.thumbs .swiper-wrapper {
    width: 650px;
    overflow: hidden;
  }
}

.paragraph--type--gallerie-d-image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph--type--gallerie-d-image .swiper-image {
  position: relative;
}

.paragraph--type--gallerie-d-image .swiper-fullscreen {
  display: none;
  background-color: #F86233;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
}

@media (min-width: 840px) {
  .paragraph--type--gallerie-d-image .swiper-fullscreen {
    display: flex;
  }
}

.paragraph--type--gallerie-d-image .swiper-fullscreen:not(:disabled):hover {
  background-color: #F86233;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.paragraph--type--gallerie-d-image .swiper-fullscreen img {
  height: 18px;
  width: 18px;
}

.paragraph--type--texte-riche p {
  line-height: 2rem;
}

.paragraph--type--texte-riche li {
  text-align: left;
}

.paragraph--type--texte-riche a {
  color: #F86233;
  font-weight: bold;
}

.paragraph--type--texte-riche a:hover {
  text-decoration: underline;
}

.paragraph--block a:not(.lfe-btn) {
  color: #F86233;
  font-weight: bold;
}

.paragraph--block a:not(.lfe-btn):hover {
  text-decoration: underline;
}

.fr-table thead,
.fr-table tbody {
  background-color: var(--beige-gris-galet-975-75);
}

.fr-table tbody tr {
  background-image: linear-gradient(0deg, #E1CAB0, #E1CAB0);
}

.paragraph--type--groupe-de-chiffres-cles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin: 1.5rem 0 2rem 0;
}

@media (min-width: 1200px) {
  .paragraph--type--groupe-de-chiffres-cles {
    flex-direction: row;
    margin-bottom: 3rem;
    justify-content: center;
    gap: 30px;
  }
}

.paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 5px;
}

@media (min-width: 1200px) {
  .paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle {
    width: 370px;
    padding: 30px;
  }
}

.paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle p {
  margin: 0;
}

.paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle .label-chiffre-cle__chiffre {
  font-weight: 700;
  font-size: 35px;
  line-height: 150%;
  color: #313131;
}

@media (min-width: 1200px) {
  .paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle .label-chiffre-cle__chiffre {
    font-size: 50px;
  }
}

.paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle .label-chiffre-cle__label {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .paragraph--type--groupe-de-chiffres-cles .paragraph--type--chiffre-cle .label-chiffre-cle__label {
    font-size: 30px;
  }
}

.paragraph--type--atouts {
  padding: 3.5rem 0 5rem 0;
}

.paragraph--type--atouts__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media (min-width: 1680px) {
  .paragraph--type--atouts__items {
    row-gap: 4rem;
  }
}

.paragraph--type--atouts__link {
  margin-top: 5rem;
}

.paragraph--type--atout {
  display: flex;
  align-items: center;
  column-gap: 2.625rem;
}

.paragraph--type--atout__image {
  width: 100%;
  max-width: 10.25rem;
}

.paragraph--type--quel-contrat-pour-vous {
  padding: 5rem 0;
  position: relative;
}

.paragraph--type--quel-contrat-pour-vous::before {
  content: "";
  width: 100vw;
  left: -1rem;
  height: 100%;
  background-color: var(--beige-gris-galet-975-75);
  position: absolute;
  top: 0;
}

@media (min-width: 1680px) {
  .paragraph--type--quel-contrat-pour-vous::before {
    background-color: var(--beige-gris-galet-975-75);
    width: calc(100vw - 100% + 16%);
    left: -6.25rem;
  }
}

.paragraph--type--quel-contrat-pour-vous__title {
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 10;
}

.paragraph--type--quel-contrat-pour-vous__subtitle {
  margin-bottom: 2.25rem;
  position: relative;
  z-index: 10;
}

.paragraph--type--quel-contrat-pour-vous__items {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

@media (min-width: 1200px) {
  .paragraph--type--quel-contrat-pour-vous__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 1.25rem;
  }
}

.paragraph--type--quel-contrat-pour-vous__items .fr-tile:first-child {
  box-shadow: inset 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--orange-terre-battue-main-645);
}

.paragraph--type--quel-contrat-pour-vous__items .fr-tile:nth-child(2) {
  box-shadow: inset 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--yellow-tournesol-sun-407-moon-922-hover);
}

.paragraph--type--quel-contrat-pour-vous__items .fr-tile:nth-child(3) {
  box-shadow: inset 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--green-bourgeon-main-640);
}

.paragraph--type--quel-contrat-pour-vous__items .fr-tile:nth-child(4) {
  box-shadow: inset 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--yellow-tournesol-main-731);
}

.paragraph--type--travailler-a-l-etranger {
  padding: 5rem 0;
}

.paragraph--type--faq {
  padding: 2.5rem 0;
}

@media (min-width: 1680px) {
  .paragraph--type--faq {
    padding: 5rem 0;
  }
}

.paragraph--type--faq__title {
  margin-bottom: 1.5rem;
}

@media (min-width: 1680px) {
  .paragraph--type--faq__title {
    margin-bottom: 3rem;
  }
}

.paragraph--type--faq__link {
  margin-top: 1.5rem;
}

@media (min-width: 1680px) {
  .paragraph--type--faq__link {
    margin-top: 3rem;
  }
}

@media (min-width: 840px) {
  .paragraph--type--citation-quote {
    max-width: 770px;
  }
}

.paragraph--type--citation-quote .fr-quote {
  text-align: left;
}

.paragraph--type--citation-quote .fr-quote::before {
  color: rgba(49, 49, 49, 0.5);
  mask-image: url("../../../../../../themes/custom/label/assets/img/quote.svg");
}

@media (min-width: 1200px) {
  .fr-downloads-group .fr-download {
    margin-bottom: 0;
    height: 100%;
  }
}

.download-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .download-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.download-wrapper .download-information {
  font-weight: 700;
  line-height: 150%;
}

.download-wrapper--orange .download-information {
  color: #F86233;
}

.download-wrapper--orange .lfe-btn {
  background-color: #F86233;
}

.download-wrapper--orange .lfe-btn:hover, .download-wrapper--orange .lfe-btn:active {
  background-color: #F86233;
}

.download-wrapper--violet .download-information {
  color: #3D4996;
}

.download-wrapper--violet .lfe-btn {
  background-color: #3D4996;
}

.download-wrapper--violet .lfe-btn:hover, .download-wrapper--violet .lfe-btn:active {
  background-color: #3D4996;
}

.download-wrapper--vert .download-information {
  color: #1C7783;
}

.download-wrapper--vert .lfe-btn {
  background-color: #1C7783;
}

.download-wrapper--vert .lfe-btn:hover, .download-wrapper--vert .lfe-btn:active {
  background-color: #1C7783;
}

.download-wrapper--noir .download-information {
  color: #313131;
}

.download-wrapper--noir .lfe-btn {
  background-color: #313131;
}

.download-wrapper--noir .lfe-btn:hover, .download-wrapper--noir .lfe-btn:active {
  background-color: #313131;
}

.paragraph--type--images a {
  background-image: none;
}

.paragraph--type--image img {
  height: unset;
  width: unset;
}

.paragraph--title {
  color: #313131;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.paragraph--content {
  color: #313131;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.accordion_condition {
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-top: solid #F0F0F0;
  border-bottom: solid #F0F0F0;
  border-left: none;
  border-right: none;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-bottom: solid #F0F0F0;
}

.field--accordion, .field--text-container, .accordion_condition {
  display: flex;
  gap: 30px;
  padding: 10px;
}

.field--text-container {
  flex-direction: column;
}

.field--accordion_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  border-radius: 50%;
  background-color: #F86233;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 18px;
  position: absolute;
  right: 400px;
}

.active {
  border-bottom: none;
}

.hidden {
  display: none;
}

.paragraph--type--mise-en-avant,
.paragraph--type--bloc-de-telechargement .fr-callout {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 50px;
  gap: 30px;
  /* Surcharge le background-color qui peut être ajouté suite à un copié/collé depuis Word par exemple */
}

@media (min-width: 840px) {
  .paragraph--type--mise-en-avant,
  .paragraph--type--bloc-de-telechargement .fr-callout {
    max-width: 770px;
  }
}

.paragraph--type--mise-en-avant.fr-callout--orange,
.paragraph--type--bloc-de-telechargement .fr-callout.fr-callout--orange {
  background-color: #FFEEEA;
  box-shadow: inset 0.25rem 0 0 0 #F86233;
}

.paragraph--type--mise-en-avant.fr-callout--violet,
.paragraph--type--bloc-de-telechargement .fr-callout.fr-callout--violet {
  background-color: #EEF0FF;
  box-shadow: inset 0.25rem 0 0 0 #3D4996;
}

.paragraph--type--mise-en-avant.fr-callout--vert,
.paragraph--type--bloc-de-telechargement .fr-callout.fr-callout--vert {
  background-color: #DFF6F9;
  box-shadow: inset 0.25rem 0 0 0 #1C7783;
}

.paragraph--type--mise-en-avant.fr-callout--noir,
.paragraph--type--bloc-de-telechargement .fr-callout.fr-callout--noir {
  background-color: #F0F0F0;
  box-shadow: inset 0.25rem 0 0 0 #313131;
}

.paragraph--type--mise-en-avant .fr-callout__content,
.paragraph--type--bloc-de-telechargement .fr-callout .fr-callout__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.paragraph--type--mise-en-avant *,
.paragraph--type--mise-en-avant .fr-callout .fr-btn,
.paragraph--type--bloc-de-telechargement .fr-callout *,
.paragraph--type--bloc-de-telechargement .fr-callout .fr-callout .fr-btn {
  margin: 0 !important;
}

.paragraph--type--mise-en-avant .fr-callout__text *,
.paragraph--type--bloc-de-telechargement .fr-callout .fr-callout__text * {
  background-color: transparent !important;
}

.paragraph--type--titre-h2 {
  font-size: 30px;
  line-height: 150%;
}

@media (max-width: 839px) {
  .paragraph--type--titre-h2 {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .paragraph--type--titre-h2 {
    font-size: 35px;
  }
}

.fr-accordion::before {
  box-shadow: inset 0 4px 0 0 #F0F0F0, 0 4px 0 0 #F0F0F0;
}

.fr-accordion__title,
.fr-accordion .fr-collapse {
  max-width: 770px;
  margin: auto;
  text-align: left;
}

.fr-accordion__title {
  padding: 30px 0;
}

.fr-accordion__btn {
  justify-content: space-between;
  gap: 30px;
}

.fr-accordion__btn::after {
  display: none;
}

.paragraph--type--texte-image {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 50px;
  text-align: left;
}

@media (min-width: 1200px) {
  .paragraph--type--texte-image {
    flex-direction: row;
  }
}

.paragraph--type--texte-image img {
  height: unset;
  width: unset;
}

.paragraph--type--texte-image__image.order-1, .paragraph--type--texte-image__content.order-1 {
  order: 1;
}

.paragraph--type--texte-image__image.order-2, .paragraph--type--texte-image__content.order-2 {
  order: 2;
}

@media (min-width: 1200px) {
  .paragraph--type--texte-image__image.order-md-1, .paragraph--type--texte-image__content.order-md-1 {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .paragraph--type--texte-image__image.order-md-2, .paragraph--type--texte-image__content.order-md-2 {
    order: 2;
  }
}

.paragraph--type--texte-image__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.paragraph--type--texte-image__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.paragraph--type--texte-image__text > * {
  margin: 0;
}

.paragraph--type--video {
  align-items: flex-start;
}

@media (min-width: 840px) {
  .paragraph--type--video .fr-content-media {
    width: unset;
  }
}

@media (min-width: 840px) {
  .paragraph--type--video .fr-responsive-vid {
    width: unset;
  }
}

.paragraph--type--video .fr-responsive-vid__player {
  height: 350px;
  width: 330px;
}

@media (min-width: 840px) {
  .paragraph--type--video .fr-responsive-vid__player {
    height: 400px;
    width: 770px;
  }
}

.media--podcastics iframe {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 450px;
}

.media--card .fr-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.media--card .fr-card__detail {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
}

.media-date {
  color: var(--grey-200-850);
}

.label-media-detail--title {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: var(--grey-200-850);
  margin-bottom: 0;
}

.label-media-detail .fr-content-media {
  margin: 1.25rem 0;
}

.fr-responsive-vid {
  width: 100%;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100% !important;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-responsive .tac_activate {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

:root {
  --lfe-orange: #F86233;
  --basiques-gris-clair: #C4C4C4;
  --blanc: #ffffff;
  --noir: #000000;
  --basiques-gris-moyen: #868686;
}

ul.js-pager__items {
  margin-bottom: 50px;
}

ul.js-pager__items li {
  width: 40px;
  height: 40px;
  display: list-item;
  float: left;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  border-top: 2px solid #F86233;
  border-bottom: 2px solid #F86233;
  border-left: 1px solid #F86233;
  border-right: 1px solid #F86233;
  background-color: #ffffff;
  color: #F86233;
  padding-top: 5px;
}

ul.js-pager__items li:hover, ul.js-pager__items li.current, ul.js-pager__items li.active {
  color: #ffffff;
  background-color: #F86233;
}

ul.js-pager__items li.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

ul.js-pager__items li.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.js-pager__items li.first, ul.js-pager__items li.last {
  border-left: 2px solid #F86233;
}

ul.js-pager__items li.first.disabled, ul.js-pager__items li.last.disabled {
  border-left: 2px solid #C4C4C4;
  border-right: none;
}

ul.js-pager__items li.first svg, ul.js-pager__items li.last svg {
  margin-top: 3px;
  fill: #F86233;
}

ul.js-pager__items li.first:hover svg, ul.js-pager__items li.last:hover svg {
  fill: #fff;
}

ul.js-pager__items li.disabled {
  background-color: #C4C4C4;
  color: #000000;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
}

ul.js-pager__items li.disabled:hover {
  color: #000000;
  background-color: #C4C4C4;
}

ul.js-pager__items li.disabled:hover svg {
  fill: var(--basiques-gris-moyen);
}

ul.js-pager__items li.disabled a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #000000;
}

ul.js-pager__items li.disabled svg {
  fill: var(--basiques-gris-moyen);
}

ul.js-pager__items li a {
  margin: -10px;
  padding: 10px;
}

.label-collapsed-filters {
  margin-bottom: 1.75rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 18, 0.16);
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 1680px) {
  .label-collapsed-filters {
    box-shadow: none;
  }
}

.label-collapsed-filters::before {
  box-shadow: none;
}

.label-collapsed-filters__title {
  margin: 0 1rem;
}

@media (min-width: 1680px) {
  .label-collapsed-filters__title {
    display: none;
  }
}

.label-collapsed-filters__btn {
  color: var(--blue-france-sun-113-625);
}

.label-collapsed-filters__btn[aria-expanded="true"] {
  color: var(--blue-france-sun-113-625);
}

.label-collapsed-filters__btn span {
  margin-right: .625rem;
}

.label-collapsed-filters__btn::after {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTQuNSAxMC41Yy0uODI1IDAtMS41LjY3NS0xLjUgMS41cy42NzUgMS41IDEuNSAxLjVTNiAxMi44MjUgNiAxMnMtLjY3NS0xLjUtMS41LTEuNVptMTUgMGMtLjgyNSAwLTEuNS42NzUtMS41IDEuNXMuNjc1IDEuNSAxLjUgMS41UzIxIDEyLjgyNSAyMSAxMnMtLjY3NS0xLjUtMS41LTEuNVptLTcuNSAwYy0uODI1IDAtMS41LjY3NS0xLjUgMS41cy42NzUgMS41IDEuNSAxLjUgMS41LS42NzUgMS41LTEuNS0uNjc1LTEuNS0xLjUtMS41WiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTQuNSAxMC41Yy0uODI1IDAtMS41LjY3NS0xLjUgMS41cy42NzUgMS41IDEuNSAxLjVTNiAxMi44MjUgNiAxMnMtLjY3NS0xLjUtMS41LTEuNVptMTUgMGMtLjgyNSAwLTEuNS42NzUtMS41IDEuNXMuNjc1IDEuNSAxLjUgMS41UzIxIDEyLjgyNSAyMSAxMnMtLjY3NS0xLjUtMS41LTEuNVptLTcuNSAwYy0uODI1IDAtMS41LjY3NS0xLjUgMS41cy42NzUgMS41IDEuNSAxLjUgMS41LS42NzUgMS41LTEuNS0uNjc1LTEuNS0xLjUtMS41WiIvPjwvc3ZnPg==);
}

.label-collapsed-filters__collapse {
  margin: 0 1rem;
}

@media (min-width: 1680px) {
  .label-collapsed-filters__collapse {
    --collapse-max-height: none !important;
    --collapse: 0 !important;
    visibility: visible !important;
  }
}

.label-collapsed-filters__collapse .fr-accordion__btn {
  padding-left: 1rem;
}

.label-collapsed-filters__collapse .fr-collapse {
  padding-left: 1rem;
}

.fr-header {
  z-index: calc(var(--ground) + 500);
}

.view-mediatheque .views-exposed-form {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.view-mediatheque .views-exposed-form .form-item {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .view-mediatheque .views-exposed-form .form-item:nth-child(2) {
    margin-left: 2rem;
  }
}

.view-mediatheque .views-exposed-form .fr-input-group {
  width: 100%;
}

.view-mediatheque .views-exposed-form .fr-label {
  margin-bottom: 1.25rem;
}

.view-mediatheque .views-exposed-form .form-actions {
  width: 100%;
}

@media (min-width: 1200px) {
  .view-mediatheque .views-exposed-form .form-actions {
    width: initial;
    margin-top: 0;
  }
}

.view-mediatheque .views-exposed-form .form-submit {
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .view-mediatheque .views-exposed-form .form-submit {
    width: initial;
  }
}

.label-mediatheque--filters {
  width: 100%;
  margin-top: 3.375rem;
}

.label-mediatheque--title {
  font-weight: 700;
  color: #161616;
  size: 1.125rem;
}

.label-mediatheque--items {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  width: 100%;
  padding-left: .5rem;
}

.label-mediatheque--filter-item--active {
  color: var(--blue-france-sun-113-625);
}

.label-mediatheque--filter-item--active a {
  font-weight: 700;
}

.label-mediatheque--filter-item a {
  background-image: none;
  white-space: nowrap;
}

.label-mediatheque-modal {
  width: 90% !important;
  max-width: 58rem;
  z-index: 501;
  border: none !important;
}

.label-mediatheque-modal .ui-dialog-title {
  display: none;
}

.label-mediatheque-modal--titlebar {
  background-color: var(--grey-1000-75);
  border: none;
}

.label-mediatheque-modal--close-btn {
  width: auto !important;
  text-indent: initial;
  font-size: 0.875rem !important;
  background-color: var(--grey-1000-75) !important;
  border: none !important;
  display: flex;
  align-items: center;
  column-gap: 3px;
  flex-direction: row-reverse;
  font-family: "Marianne", arial, sans-serif !important;
  color: var(--blue-france-sun-113-625);
  border-radius: 0;
  top: 1.25rem !important;
  right: 2.5rem !important;
}

.label-mediatheque-modal--close-btn:hover, .label-mediatheque-modal--close-btn:focus {
  color: var(--blue-france-sun-113-625);
  text-decoration: underline;
}

.label-mediatheque-modal--close-btn:focus {
  outline: var(--blue-france-sun-113-625);
  outline-style: auto !important;
}

.label-mediatheque-modal--close-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: scale(0.75);
  background-image: url("../../../../../themes/custom/label/assets/icons/close-line.svg");
  filter: invert(18%) sepia(34%) saturate(5971%) hue-rotate(233deg) brightness(71%) contrast(143%);
}

.label-mediatheque-modal--close-btn .ui-button-icon-space,
.label-mediatheque-modal--close-btn .ui-icon-closethick {
  display: none;
}

.label-mediatheque-modal--content {
  padding: 0 2.5rem !important;
}

.label-mediatheque-modal__mediatheque-controls__btn {
  display: none;
}

@media (min-width: 1680px) {
  .label-mediatheque-modal__mediatheque-controls__btn {
    display: flex;
    position: absolute;
    top: 50%;
    color: #fff;
    background-color: var(--blue-france-main-525);
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 502;
  }
  .label-mediatheque-modal__mediatheque-controls__btn:hover {
    background-color: var(--blue-france-sun-113-625) !important;
  }
}

.label-mediatheque-modal__mediatheque-controls__btn--prev {
  left: 0;
}

@media (min-width: 1680px) {
  .label-mediatheque-modal__mediatheque-controls__btn--prev {
    left: 15%;
  }
}

.label-mediatheque-modal__mediatheque-controls__btn--next {
  right: 0;
}

@media (min-width: 1680px) {
  .label-mediatheque-modal__mediatheque-controls__btn--next {
    right: 15%;
  }
}

.mediathequeallfiltersform .fr-search-bar {
  margin-top: 1.5rem;
}

.mediathequeallfiltersform .field-suffix {
  display: none;
}

.ui-widget-overlay {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 0.8;
  -webkit-transition: opacity 500ms ease, -webkit-filter 500ms ease;
  transition: opacity 500ms ease, -webkit-filter 500ms ease;
  transition: filter 500ms ease, opacity 500ms ease;
  transition: filter 500ms ease, opacity 500ms ease, -webkit-filter 500ms ease;
}

.view--actualites .form-checkboxes.bef-checkboxes {
  display: none;
}

.view--actualites .fr-col-12.fr-col-lg-4 {
  display: flex;
  justify-content: center;
}

.view--actualites .bef-exposed-form {
  margin-bottom: 60px;
}

.view--actualites .bef-exposed-form div.fr-search-bar {
  position: relative;
}

.view--actualites .bef-exposed-form .fr-input {
  border: 2px solid #F86233;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
}

.view--actualites .bef-exposed-form button.fr-btn {
  background-color: #F86233;
  position: absolute;
  right: 1px;
  top: 2px;
}

.view--actualites .bef-exposed-form .form-actions {
  text-align: center;
}

.view--actualites .bef-exposed-form .form-actions .button.form-submit {
  background-color: #F86233;
  padding: 8px 20px 8px 40px;
  align-items: center;
  border-radius: 40px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  font-weight: 700;
  background-image: url(../assets/icons/arrows-rotate-white.svg);
  background-position-y: center;
  background-position-x: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.view--actualites .bef-exposed-form .form-actions .button.form-submit:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.view--actualites .bef-exposed-form .bef-checkboxes ul {
  text-align: center;
}

.view--actualites .bef-exposed-form .bef-checkboxes li {
  height: 40px;
  display: inline-block;
  list-style-position: outside;
  margin-right: 25px;
  list-style-type: none;
  border: 2px solid #3D4996;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:has(div input:checked) {
  background-color: #3D4996;
  color: #ffffff;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:has(div input:checked) label {
  color: #ffffff;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:has(div input:checked) label:before {
  box-shadow: inset 0 0 0 2px #ffffff;
  background-color: #3D4996;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:has(div input:checked) label:after {
  display: inline-block;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:hover {
  background-color: #3D4996;
  color: #ffffff;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:hover label {
  color: #ffffff;
}

.view--actualites .bef-exposed-form .bef-checkboxes li:hover label:before {
  box-shadow: inset 0 0 0 2px #ffffff;
}

.view--actualites .bef-exposed-form .bef-checkboxes li label {
  color: #3D4996;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.view--actualites .bef-exposed-form .bef-checkboxes li label:before {
  box-shadow: inset 0 0 0 2px #3D4996;
}

.view--actualites .bef-exposed-form .bef-checkboxes li label:after {
  display: none;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-image: url(../assets/icons/close-line.svg);
}

.view--actualites .bef-exposed-form .bef-checkboxes li label img.thematic-icon {
  margin-right: 5px;
}

.view--actualites p.no-results {
  text-align: center;
}

.user-logged-in .view-etablissement__glossary {
  top: 83px;
}

.label-establishment__status-filter {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 1680px) {
  .label-establishment__status-filter {
    max-width: none;
    justify-content: center;
    column-gap: 1.5rem;
    position: relative;
    top: -50px;
  }
}

.label-establishment__status-filter__item {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 1rem 0 2.5rem;
  position: relative;
  background-color: #fff;
  color: var(--blue-france-sun-113-625);
}

.label-establishment__status-filter__item.active {
  border: 1px solid var(--blue-france-sun-113-625);
}

.label-establishment__status-filter__item::before {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0.6rem;
  z-index: 2;
}

.label-establishment__status-filter__item::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0.5em;
  z-index: 1;
}

.label-establishment__status-filter__item--c::after {
  background-color: rgba(5, 79, 158, 0.5);
}

.label-establishment__status-filter__item--c::before {
  background-color: #054F9E;
}

.label-establishment__status-filter__item--p::after {
  background-color: rgba(232, 140, 100, 0.3);
}

.label-establishment__status-filter__item--p::before {
  background-color: #E88C64;
}

.label-establishment__status-filter__item--g::after {
  background-color: rgba(147, 205, 111, 0.3);
}

.label-establishment__status-filter__item--g::before {
  background-color: #93CD6F;
}

.view-etablissement__glossary {
  display: none;
}

@media (min-width: 1200px) {
  .view-etablissement__glossary {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
  }
  .view-etablissement__glossary-items {
    border: 1px solid var(--grey-925-125);
    border-radius: 50px;
    list-style: none;
    padding: 1.375rem 0;
    width: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .view-etablissement__glossary-item {
    color: #ABABAB;
  }
}

.view-etablissement__filters {
  display: flex;
  align-items: center;
  column-gap: .5625rem;
  padding: 0 1rem 1.5rem 1rem;
}

@media (min-width: 1680px) {
  .view-etablissement__filters {
    padding: 0;
    column-gap: 1rem;
  }
}

.view-etablissement__filters .label-collapsed-filters {
  margin-bottom: 0;
  order: 0;
  max-width: 68%;
  width: 100%;
  margin-right: 1rem;
  box-shadow: none;
  border-radius: 50px;
  border: 1px solid #DDDDDD;
}

@media (min-width: 1680px) {
  .view-etablissement__filters .label-collapsed-filters {
    order: 1;
    max-width: initial;
    border: none;
    border-radius: 0;
    margin-right: 0;
  }
}

.view-etablissement__filters .label-collapsed-filters__btn {
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.8125rem;
}

.view-etablissement__filters .label-collapsed-filters__btn:after {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTYuMTcgMThhMy4wMDEgMy4wMDEgMCAwIDEgNS42NiAwSDIydjJIMTEuODNhMy4wMDEgMy4wMDEgMCAwIDEtNS42NiAwSDJ2LTJoNC4xN1ptNi03YTMuMDAxIDMuMDAxIDAgMCAxIDUuNjYgMEgyMnYyaC00LjE3YTMuMDAxIDMuMDAxIDAgMCAxLTUuNjYgMEgydi0yaDEwLjE3Wm0tNi03YTMuMDAxIDMuMDAxIDAgMCAxIDUuNjYgMEgyMnYySDExLjgzYTMuMDAxIDMuMDAxIDAgMCAxLTUuNjYgMEgyVjRoNC4xN1oiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTYuMTcgMThhMy4wMDEgMy4wMDEgMCAwIDEgNS42NiAwSDIydjJIMTEuODNhMy4wMDEgMy4wMDEgMCAwIDEtNS42NiAwSDJ2LTJoNC4xN1ptNi03YTMuMDAxIDMuMDAxIDAgMCAxIDUuNjYgMEgyMnYyaC00LjE3YTMuMDAxIDMuMDAxIDAgMCAxLTUuNjYgMEgydi0yaDEwLjE3Wm0tNi03YTMuMDAxIDMuMDAxIDAgMCAxIDUuNjYgMEgyMnYySDExLjgzYTMuMDAxIDMuMDAxIDAgMCAxLTUuNjYgMEgyVjRoNC4xN1oiLz48L3N2Zz4=);
}

.view-etablissement__filters .label-collapsed-filters__title {
  margin: 0;
}

.view-etablissement__filters .label-collapsed-filters .fr-collapse--expanded {
  position: absolute;
  top: calc(100% + 2rem);
  left: -2rem;
  z-index: 10;
  width: 100vw;
  background-color: #fff;
  margin: 0;
  padding-bottom: 2rem;
}

.view-etablissement__filters-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  order: 1;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}

.view-etablissement__filters-item:hover {
  background-color: var(--grey-1000-50-hover) !important;
}

@media (min-width: 1680px) {
  .view-etablissement__filters-item {
    width: 3rem;
    height: 3rem;
    order: 0;
  }
}

.view-etablissement__filters-item span:before {
  color: var(--blue-france-sun-113-625);
  --icon-size: 1rem;
}

@media (min-width: 1680px) {
  .view-etablissement__filters-item span:before {
    --icon-size: 1.5rem;
  }
}

.view-etablissement__filters-item span.label-icon::before {
  transform: scale(0.75);
}

@media (min-width: 1680px) {
  .view-etablissement__filters-item span.label-icon::before {
    transform: scale(1);
  }
}

.view-etablissement__filters-item[aria-current="page"] {
  background-color: #EBEBEB;
}

.view-etablissement__filters-apply {
  background-color: var(--blue-france-sun-113-625);
  color: #fff;
  font-size: 1.25rem;
  padding: .5rem 1rem;
}

.view-etablissement__filters-apply .fr-icon-search-line {
  display: none;
}

@media (min-width: 1680px) {
  .view-etablissement__filters-apply {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .875rem;
    border-radius: 50%;
  }
  .view-etablissement__filters-apply .mobile-label {
    display: none;
  }
  .view-etablissement__filters-apply .fr-icon-search-line {
    display: inline-block;
  }
}

.view-etablissement__filters-apply:hover {
  background-color: var(--blue-france-sun-113-625-hover) !important;
}

.view-etablissement .views-exposed-form {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: auto;
}

@media (min-width: 1680px) {
  .view-etablissement .views-exposed-form {
    max-width: 100%;
    margin: 0;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.3125rem 1.125rem 1.3125rem 2.5rem;
  }
}

.view-etablissement .views-exposed-form .form-item {
  margin-bottom: 0;
}

.view-etablissement .views-exposed-form .form-select,
.view-etablissement .views-exposed-form .form-text {
  margin-top: 0;
  color: var(--blue-france-sun-113-625);
  background-color: #fff;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.view-etablissement .views-exposed-form .filter-lg {
  min-width: 250px;
}

.view-etablissement .views-exposed-form .select2-container {
  position: relative;
}

.view-etablissement .views-exposed-form .select2-container::after {
  content: '';
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0ibTEyIDEzLjE3MiA0Ljk1LTQuOTUgMS40MTQgMS40MTRMMTIgMTYgNS42MzYgOS42MzYgNy4wNSA4LjIyMmw0Ljk1IDQuOTVaIi8+PC9zdmc+);
  position: absolute;
  right: 0;
  top: calc((100% - 24px) / 2);
  width: 1.5rem;
  height: 1.5rem;
}

.view-etablissement .views-exposed-form .select2-container .select2-selection {
  background-color: #fff !important;
  box-shadow: none !important;
}

.view-etablissement .views-exposed-form .select2-container .select2-search__field {
  color: var(--blue-france-sun-113-625);
}

.view-etablissement .views-exposed-form .fr-label {
  font-size: .75rem;
  line-height: 1rem;
  color: #A1A1A1;
}

.view-etablissement__country-group {
  padding-bottom: 1.5rem;
}

.view-etablissement__country-group:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.view-etablissement__country-group:not(:first-child) {
  margin-top: 1.25rem;
}

.label-establishments-map {
  position: relative;
}

.label-establishments-map .label-collapsed-filters__collapse {
  z-index: 502 !important;
  left: -1rem !important;
  top: calc(100% + 1rem) !important;
}

.label-establishments-map__legend {
  position: absolute;
  bottom: 3.5rem;
  left: 1.5rem;
  z-index: 501;
  display: flex;
  align-items: center;
}

.label-establishments-map__legend__mobile-expand__btn[aria-expanded="true"] {
  transform: rotate(180deg);
}

@media (min-width: 1680px) {
  .label-establishments-map__legend__mobile-expand {
    display: none;
  }
}

.label-establishments-map__legend__items {
  display: flex;
  flex-direction: column;
  row-gap: .125rem;
  padding: 1rem;
  background-color: var(--background-default-grey);
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}

.label-establishments-map__legend-label {
  display: none;
}

@media (min-width: 1680px) {
  .label-establishments-map__legend-label {
    display: inline-block;
  }
}

.label-establishments-map__legend-group {
  display: flex;
  align-items: center;
  column-gap: .875rem;
}

.label-establishments-map__legend-icon {
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.label-establishments-map__legend-icon:before {
  content: '';
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
}

.label-establishments-map__legend-icon--c {
  background-color: rgba(5, 79, 158, 0.5);
}

.label-establishments-map__legend-icon--c::before {
  background-color: #054F9E;
}

.label-establishments-map__legend-icon--p {
  background-color: rgba(232, 140, 100, 0.3);
}

.label-establishments-map__legend-icon--p::before {
  background-color: #E88C64;
}

.label-establishments-map__legend-icon--g {
  background-color: rgba(165, 88, 160, 0.3);
}

.label-establishments-map__legend-icon--g::before {
  background-color: var(--purple-glycine-main-494);
}

.label-establishments-map__legend-label {
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #000000;
}

.label-establishments-map__update_date {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 501;
}

.label-establishments-map__update_date p {
  margin: 0;
  font-size: .8125rem;
  color: #000000;
}

.label-establishments-map__group {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.label-establishments-map__filters {
  width: 100%;
  display: flex;
  justify-content: center;
}

.label-establishments-map__filters-form {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 1rem 2rem;
}

@media (min-width: 1680px) {
  .label-establishments-map__filters-form {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.3125rem 1.125rem 1.3125rem 2.5rem;
  }
}

.label-establishments-map__filters-form .fr-label {
  font-size: .75rem;
  color: #A1A1A1;
}

.label-establishments-map__filters-form .form-text,
.label-establishments-map__filters-form .form-select {
  margin: 0;
  background-color: #fff;
  box-shadow: none;
  padding-left: 0;
  color: var(--blue-france-sun-113-625);
}

@media (min-width: 1680px) {
  .label-establishments-map__filters-form .form-item {
    margin: 0;
    width: 50%;
  }
}

.label-establishments-map__filters-form .fr-select-group {
  margin-bottom: 1rem;
}

@media (min-width: 1680px) {
  .label-establishments-map__filters-form .fr-select-group {
    margin-bottom: 0;
  }
}

.label-establishments-map__filters-form .sample-submit {
  padding: .875rem;
  border-radius: 50%;
}

.leaflet-container .leaflet-control-zoom a {
  background-image: none;
}

.leaflet-container .leaflet-control-zoom a:hover {
  background-color: var(--background-raised-grey-hover);
}

.leaflet-control-attribution .leaflet-attribution-flag {
  display: none !important;
}

#establishment-map-container {
  height: calc(100vh - 122px);
  background-color: #F8F8F8;
}

#establishment-map-container .leaflet-control-zoom a {
  background-image: none;
}

#establishment-map-container .leaflet-top,
#establishment-map-container .leaflet-bottom {
  z-index: 501;
}

@media (min-width: 1200px) {
  #establishment-map-container {
    height: calc(100vh - 192px);
  }
}

#establishment-map-container .leaflet-popup {
  margin: 0;
}

#establishment-map-container .leaflet-popup-content {
  margin: 0;
}

#establishment-map-container .leaflet-popup-content-wrapper {
  background-color: transparent;
  box-shadow: none;
}

#establishment-map-container .leaflet-popup-close-button {
  display: none;
}

#establishment-map-container .leaflet-popup-tip-container {
  display: none;
}

#establishment-map-container .fr-card__title a {
  color: var(--text-title-grey);
}

.marker-cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
  background-color: rgba(61, 73, 150, 0.5);
}

.marker-cluster-small {
  width: 2rem !important;
  height: 2rem !important;
}

.marker-cluster-medium {
  width: 3rem !important;
  height: 3rem !important;
}

.marker-cluster-large {
  width: 4rem !important;
  height: 4rem !important;
}

.marker-cluster--circle {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #3D4996;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label-establishments-map .sample-submit, #views-exposed-form-articles-etablissements .sample-submit {
  display: none;
}

@media (min-width: 1680px) {
  .label-establishments-map .sample-submit, #views-exposed-form-articles-etablissements .sample-submit {
    display: inline-block;
    margin-left: auto;
    margin-top: 10px;
  }
}

@media (min-width: 1680px) {
  .label-establishments-map .mobile-submit, #views-exposed-form-articles-etablissements .mobile-submit {
    display: none;
  }
}

.label-establishments-map__legend__btn, #views-exposed-form-articles-etablissements__legend__btn {
  display: flex;
  column-gap: 0.75rem;
  padding: 0.5rem 0.25rem;
}

.label-establishments-map__legend__btn.active, #views-exposed-form-articles-etablissements__legend__btn.active {
  border: 1px solid var(--background-action-high-blue-france);
}

.label-establishments-map__no-result, #views-exposed-form-articles-etablissements__no-result {
  position: absolute;
  z-index: 502;
  top: 250px;
  left: 1.5rem;
  width: calc(100vw - 3rem);
}

@media (min-width: 1680px) {
  .label-establishments-map__no-result, #views-exposed-form-articles-etablissements__no-result {
    width: 450px;
    left: calc((100vw - 300px) / 2);
  }
}

.label-establishments-map .close-popup, #views-exposed-form-articles-etablissements .close-popup {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url("../assets/icons/close-line.svg");
  background-repeat: no-repeat;
  filter: invert(100%);
}

.label-establishments-map__filters-form, .label-establishments-map #views-exposed-form-articles-etablissements, .view-etablissement--list__filters-form, .view-etablissement--list #views-exposed-form-articles-etablissements {
  column-gap: 1.5rem;
}

.label-establishments-map__filters-form .form-text, .label-establishments-map__filters-form .form-select, .label-establishments-map #views-exposed-form-articles-etablissements .form-text, .label-establishments-map #views-exposed-form-articles-etablissements .form-select, .view-etablissement--list__filters-form .form-text, .view-etablissement--list__filters-form .form-select, .view-etablissement--list #views-exposed-form-articles-etablissements .form-text, .view-etablissement--list #views-exposed-form-articles-etablissements .form-select {
  color: #F86233;
  outline-color: #F86233;
}

.label-establishments-map__filters-form .form-text::placeholder, .label-establishments-map__filters-form .form-select::placeholder, .label-establishments-map #views-exposed-form-articles-etablissements .form-text::placeholder, .label-establishments-map #views-exposed-form-articles-etablissements .form-select::placeholder, .view-etablissement--list__filters-form .form-text::placeholder, .view-etablissement--list__filters-form .form-select::placeholder, .view-etablissement--list #views-exposed-form-articles-etablissements .form-text::placeholder, .view-etablissement--list #views-exposed-form-articles-etablissements .form-select::placeholder {
  color: #F86233;
}

.label-establishments-map__filters-form .form-item, .label-establishments-map #views-exposed-form-articles-etablissements .form-item, .view-etablissement--list__filters-form .form-item, .view-etablissement--list #views-exposed-form-articles-etablissements .form-item {
  width: 100%;
}

@media (min-width: 840px) {
  .label-establishments-map__filters-form .form-item, .label-establishments-map #views-exposed-form-articles-etablissements .form-item, .view-etablissement--list__filters-form .form-item, .view-etablissement--list #views-exposed-form-articles-etablissements .form-item {
    width: 48%;
  }
}

.label-establishments-map__filters-form .form-item input, .label-establishments-map__filters-form .form-item select, .label-establishments-map #views-exposed-form-articles-etablissements .form-item input, .label-establishments-map #views-exposed-form-articles-etablissements .form-item select, .view-etablissement--list__filters-form .form-item input, .view-etablissement--list__filters-form .form-item select, .view-etablissement--list #views-exposed-form-articles-etablissements .form-item input, .view-etablissement--list #views-exposed-form-articles-etablissements .form-item select {
  box-shadow: inset 0 -2px 0 0 #F86233;
}

.label-establishments-map__filters-form .form-item .fr-label, .label-establishments-map #views-exposed-form-articles-etablissements .form-item .fr-label, .view-etablissement--list__filters-form .form-item .fr-label, .view-etablissement--list #views-exposed-form-articles-etablissements .form-item .fr-label {
  margin: 10px 0 5px 0;
}

.label-establishments-map .view-etablissement__filters .label-collapsed-filters__title.fr-accordion__title, .view-etablissement--list .view-etablissement__filters .label-collapsed-filters__title.fr-accordion__title {
  padding: 0;
}

.label-establishments-map .view-etablissement__filters .label-collapsed-filters__title.fr-accordion__title button, .view-etablissement--list .view-etablissement__filters .label-collapsed-filters__title.fr-accordion__title button {
  color: #F86233;
}

.label-establishments-map .view-etablissement__filters .fr-accordion .fr-collapse, .view-etablissement--list .view-etablissement__filters .fr-accordion .fr-collapse {
  max-width: 100%;
}

.label-establishments-map .view-etablissement__filters-item span:before, .view-etablissement--list .view-etablissement__filters-item span:before {
  color: #F86233;
}

.label-establishments-map .fr-btn.sample-submit, .label-establishments-map .view-etablissement__filters-apply, .label-establishments-map .mobile-submit, .view-etablissement--list .fr-btn.sample-submit, .view-etablissement--list .view-etablissement__filters-apply, .view-etablissement--list .mobile-submit {
  background-color: #F86233 !important;
}

.label-establishments-map .fr-btn.sample-submit:hover, .label-establishments-map .view-etablissement__filters-apply:hover, .label-establishments-map .mobile-submit:hover, .view-etablissement--list .fr-btn.sample-submit:hover, .view-etablissement--list .view-etablissement__filters-apply:hover, .view-etablissement--list .mobile-submit:hover {
  background-color: #F86233 !important;
}

.label-establishments-map #edit-actions, .view-etablissement--list #edit-actions {
  margin-top: 10px;
}

@media (min-width: 1680px) {
  .label-establishments-map #edit-actions, .view-etablissement--list #edit-actions {
    margin-left: auto;
  }
}

.label-establishments-map #edit-submit-articles, .label-establishments-map .filter-lg, .view-etablissement--list #edit-submit-articles, .view-etablissement--list .filter-lg {
  display: none;
}

.label-establishments-map .view-etablissement__glossary-item button:active, .label-establishments-map .view-etablissement__glossary-item button:visited, .label-establishments-map .view-etablissement__glossary-item button:hover, .label-establishments-map .view-etablissement__glossary-item button:target, .view-etablissement--list .view-etablissement__glossary-item button:active, .view-etablissement--list .view-etablissement__glossary-item button:visited, .view-etablissement--list .view-etablissement__glossary-item button:hover, .view-etablissement--list .view-etablissement__glossary-item button:target {
  color: #F86233;
}

.path-etablissements .node--block_full_header, .path-carte-des-etablissements .node--block_full_header {
  margin-bottom: 20px;
}

.search-props-group {
  display: flex;
  column-gap: .5rem;
}

.search-props-group p {
  margin-bottom: 0;
}

.fr-pagination {
  margin-top: 3rem;
}

.fr-pagination__list {
  justify-content: center;
}

.facet-item__count {
  margin-left: .5rem;
}

.facet-item__value {
  text-transform: capitalize;
}

#views-exposed-form-recherche-recherche-contenu {
  margin-bottom: 0 !important;
}

.label-search .label-collapsed-filters {
  margin: 0;
}

.label-search .label-collapsed-filters__collapse {
  margin: 0;
}

.label-search .label-collapsed-filters .fr-collapse--expanded {
  padding: .75rem 1rem;
}

.label-search .fr-fieldset__legend {
  display: none;
}

.label-search .fr-input[type="date"] {
  background-image: none;
}

.form-date {
  order: 3;
  margin-top: 0.5rem;
  width: 100%;
  background-color: var(--grey-950-100);
  padding: 0.5rem 1rem;
  border-bottom: 2px solid var(--grey-200-850);
}

.label-recherche__filter_title {
  display: none;
}

@media (min-width: 1200px) {
  .label-recherche__filter_title {
    display: block;
  }
}

.label-recherche__filter-predifined-period {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 0;
}

.select2 {
  color: var(--text-label-grey);
}

.select2-selection {
  border: none !important;
  background-color: var(--background-contrast-grey) !important;
  box-shadow: inset 0 -2px 0 0 var(--border-plain-grey) !important;
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
  background-color: #518fff;
  color: #fff;
  border: none;
}

.select2-selection .select2-selection__rendered .select2-selection__choice__remove {
  color: #fff;
}

#contacter-nous {
  scroll-margin-top: 50px;
  padding: 10px;
}

@media (min-width: 1200px) {
  #contacter-nous {
    margin-top: 50px;
    padding: 0;
  }
}

#contacter-nous h1 {
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (max-width: 839px) {
  #contacter-nous h1 {
    font-size: 25px;
  }
}

#contacter-nous input,
#contacter-nous textarea {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: #313131 solid 2px;
  box-shadow: inset 0 0 0 -1px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  cursor: auto;
  transition: all 0.3s;
  font-size: 15px;
}

#contacter-nous input::placeholder,
#contacter-nous textarea::placeholder {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

#contacter-nous input:hover, #contacter-nous input:focus, #contacter-nous input:active,
#contacter-nous textarea:hover,
#contacter-nous textarea:focus,
#contacter-nous textarea:active {
  box-shadow: inset 0 0 5px -1px;
}

#contacter-nous input {
  padding: 0 15px 0 41px;
  min-height: 40px;
  background-repeat: no-repeat;
}

#contacter-nous input[name^="nom"] {
  background-image: url("../assets/icons/nom.svg");
  background-position-y: center;
  background-position-x: 15px;
}

#contacter-nous input[name^="email"] {
  background-image: url("../assets/icons/email.svg");
  background-position-y: center;
  background-position-x: 15px;
}

#contacter-nous .fr-textarea-group {
  position: relative;
}

#contacter-nous .fr-textarea-group textarea {
  resize: none;
  padding: 10px 15px 25px 15px;
  scroll-padding-bottom: 25px;
}

#contacter-nous .fr-textarea-group .text-count-wrapper {
  position: absolute;
  bottom: 13px;
  right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  background: #fff;
}

#contacter-nous .form-item {
  margin: 0;
  margin-bottom: 30px;
}

#contacter-nous .form-item__label {
  display: none;
}

#contacter-nous .form-submit {
  border-radius: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background-color: #F86233;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.4s;
  height: 40px;
  background-image: url("../assets/icons/email-white.svg"), url("../assets/icons/fleche.svg");
  background-position-y: center;
  background-position-x: 10%, 90%;
  background-repeat: no-repeat, no-repeat;
}

@media (min-width: 840px) {
  #contacter-nous .form-submit {
    background-position-x: 30%, 70%;
  }
}

#contacter-nous .form-submit:hover {
  padding: 0 15px 0 41px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.03);
}
