@charset "UTF-8";
/* Text utility */
/* Container utility */
/* Mobile utility */
/* link hover utility */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* COLORS */
/* FONTS */
/* FONTS */
/* FONT SIZES */
/* FONT WEIGHTS */
/* CONTAINERS - ESPACEMENTS - BREAKPOINTS */
/* HEADER */
.padding-horizontal, .container, .views-exposed-form,
.bef-exposed-form, .container-full, .container-lg, .container-sm {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .padding-horizontal, .container, .views-exposed-form,
  .bef-exposed-form, .container-full, .container-lg, .container-sm {
    padding-left: calc(2.5rem / 2);
    padding-right: calc(2.5rem / 2);
  }
}
@media screen and (max-width: 580px) {
  .padding-horizontal, .container, .views-exposed-form,
  .bef-exposed-form, .container-full, .container-lg, .container-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.padding-right {
  padding-right: calc((100vw - (83.75rem)) / 2);
}
@media screen and (max-width: 92.5rem) {
  .padding-right {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-right {
    padding-right: calc(2.5rem / 2);
  }
}
@media screen and (max-width: 580px) {
  .padding-right {
    padding-right: 2.5rem;
  }
}

.padding-left {
  padding-left: calc((100vw - (83.75rem)) / 2);
}
@media screen and (max-width: 92.5rem) {
  .padding-left {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-left {
    padding-left: calc(2.5rem / 2);
  }
}
@media screen and (max-width: 580px) {
  .padding-left {
    padding-left: 2.5rem;
  }
}

/* CONTAINER LARGEUR */
.container, .views-exposed-form,
.bef-exposed-form, .container-full, .container-lg, .container-sm {
  width: 100%;
  margin: auto;
}
.container-sm {
  max-width: calc(69.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .container-sm {
    max-width: 960px;
  }
}
.container-lg {
  max-width: calc(83.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .container-lg {
    max-width: 960px;
  }
}
.container-full {
  max-width: 100%;
}

/* CONTAINER HAUTEUR */
.section-top {
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .section-top {
    padding-top: 2.5rem;
  }
}

.section, .views-exposed-form,
.bef-exposed-form {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .section, .views-exposed-form,
  .bef-exposed-form {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section, .views-exposed-form,
  .bef-exposed-form {
    padding-bottom: 2.5rem;
  }
}
.section.padding-top-sm, .padding-top-sm.views-exposed-form,
.padding-top-sm.bef-exposed-form {
  padding-top: 3.75rem;
}
.section.padding-bot-sm, .padding-bot-sm.views-exposed-form,
.padding-bot-sm.bef-exposed-form {
  padding-bottom: 3.75rem;
}
.section.padding-top-md, .padding-top-md.views-exposed-form,
.padding-top-md.bef-exposed-form {
  padding-top: 5rem;
}
.section.padding-bot-md, .padding-bot-md.views-exposed-form,
.padding-bot-md.bef-exposed-form {
  padding-bottom: 5rem;
}
.section.padding-top-lg, .padding-top-lg.views-exposed-form,
.padding-top-lg.bef-exposed-form {
  padding-top: 6.25rem;
}
.section.padding-bot-lg, .padding-bot-lg.views-exposed-form,
.padding-bot-lg.bef-exposed-form {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .section.padding-top-mb-sm, .padding-top-mb-sm.views-exposed-form,
  .padding-top-mb-sm.bef-exposed-form {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-bot-mb-sm, .padding-bot-mb-sm.views-exposed-form,
  .padding-bot-mb-sm.bef-exposed-form {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-top-mb-md, .padding-top-mb-md.views-exposed-form,
  .padding-top-mb-md.bef-exposed-form {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-bot-mb-md, .padding-bot-mb-md.views-exposed-form,
  .padding-bot-mb-md.bef-exposed-form {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-top-mb-lg, .padding-top-mb-lg.views-exposed-form,
  .padding-top-mb-lg.bef-exposed-form {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-bot-mb-lg, .padding-bot-mb-lg.views-exposed-form,
  .padding-bot-mb-lg.bef-exposed-form {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 991px) {
  .section.no-padding-top, .no-padding-top.views-exposed-form,
  .no-padding-top.bef-exposed-form {
    padding-top: 0;
  }
  .section.no-padding-bottom, .no-padding-bottom.views-exposed-form,
  .no-padding-bottom.bef-exposed-form {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section.no-padding-top-mb, .no-padding-top-mb.views-exposed-form,
  .no-padding-top-mb.bef-exposed-form {
    padding-top: 0;
  }
  .section.no-padding-bottom-mb, .no-padding-bottom-mb.views-exposed-form,
  .no-padding-bottom-mb.bef-exposed-form {
    padding-bottom: 0;
  }
}

/* Backgroud classes */
.bg-black {
  background: #2D2D2D;
}

.bg-white {
  background: #ffffff;
}

.bg-yellow {
  background: #FBBC34;
}

.bg-gray-dark {
  background: #242424;
}

.bg-gray-light {
  background: #FAFAFA;
}

.bg-primary {
  background: #2D2D2D;
}

.bg-secondary {
  background: #ffffff;
}

/* AFFICHAGE MOBILE */
.mobile {
  display: none;
}
@media screen and (max-width: 580px) {
  .mobile {
    display: block;
  }
}

.no-mobile {
  display: block;
}
@media screen and (max-width: 580px) {
  .no-mobile {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

h1,
h2,
h3 {
  font-family: "Figtree", sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.6em;
}
p > a:not(.btn) {
  text-decoration: underline;
}
p.tag {
  font-weight: 600;
  color: #2D2D2D;
  background-color: #E1BEFF;
  padding: 0.625rem 0.9375rem;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.625rem;
}
p.tag.text-align-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.6;
}

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.f--8 {
  line-height: 1.2;
}
.f--8 {
  font-size: 8px;
}
@media screen and (min-width: 569px) {
  .f--8 {
    font-size: calc(8px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--8 {
    font-size: 0.5rem;
  }
}

.f--10, .bef-tag-item, p.tag {
  line-height: 1.2;
}
.f--10, .bef-tag-item, p.tag {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .f--10, .bef-tag-item, p.tag {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--10, .bef-tag-item, p.tag {
    font-size: 0.625rem;
  }
}

.f--12, .filters-overlay__open-btn, .views-exposed-form .form-actions .search-button input,
.bef-exposed-form .form-actions .search-button input {
  line-height: 1.2;
}
.f--12, .filters-overlay__open-btn, .views-exposed-form .form-actions .search-button input,
.bef-exposed-form .form-actions .search-button input {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .f--12, .filters-overlay__open-btn, .views-exposed-form .form-actions .search-button input,
  .bef-exposed-form .form-actions .search-button input {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--12, .filters-overlay__open-btn, .views-exposed-form .form-actions .search-button input,
  .bef-exposed-form .form-actions .search-button input {
    font-size: 0.75rem;
  }
}

.f--13 {
  line-height: 1.2;
}
.f--13 {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .f--13 {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--13 {
    font-size: 0.8125rem;
  }
}

.views-exposed-form input[type=text]::-moz-placeholder, .bef-exposed-form input[type=text]::-moz-placeholder {
  line-height: 1.2;
}

.f--14, .bef-tags-selection-label, .bef-checkboxes.is-collapsible .bef-checkboxes-toggle, .views-exposed-form input[type=text]::placeholder,
.bef-exposed-form input[type=text]::placeholder {
  line-height: 1.2;
}
.views-exposed-form input[type=text]::-moz-placeholder, .bef-exposed-form input[type=text]::-moz-placeholder {
  font-size: 14px;
}
.f--14, .bef-tags-selection-label, .bef-checkboxes.is-collapsible .bef-checkboxes-toggle, .views-exposed-form input[type=text]::placeholder,
.bef-exposed-form input[type=text]::placeholder {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .views-exposed-form input[type=text]::-moz-placeholder, .bef-exposed-form input[type=text]::-moz-placeholder {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
  .f--14, .bef-tags-selection-label, .bef-checkboxes.is-collapsible .bef-checkboxes-toggle, .views-exposed-form input[type=text]::placeholder,
  .bef-exposed-form input[type=text]::placeholder {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .views-exposed-form input[type=text]::-moz-placeholder, .bef-exposed-form input[type=text]::-moz-placeholder {
    font-size: 0.875rem;
  }
  .f--14, .bef-tags-selection-label, .bef-checkboxes.is-collapsible .bef-checkboxes-toggle, .views-exposed-form input[type=text]::placeholder,
  .bef-exposed-form input[type=text]::placeholder {
    font-size: 0.875rem;
  }
}

.f--15 {
  line-height: 1.2;
}
.f--15 {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .f--15 {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--15 {
    font-size: 0.9375rem;
  }
}

.f--16 {
  line-height: 1.2;
}
.f--16 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .f--16 {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--16 {
    font-size: 1rem;
  }
}

.f--18, .map-list__intro-text h2, p.mea, .textFormat h5 {
  line-height: 1.2;
}
.f--18, .map-list__intro-text h2, p.mea, .textFormat h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .f--18, .map-list__intro-text h2, p.mea, .textFormat h5 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--18, .map-list__intro-text h2, p.mea, .textFormat h5 {
    font-size: 1.125rem;
  }
}

.f--20, p.xl-txt .btn, .textFormat h4 {
  line-height: 1.2;
}
.f--20, p.xl-txt .btn, .textFormat h4 {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .f--20, p.xl-txt .btn, .textFormat h4 {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--20, p.xl-txt .btn, .textFormat h4 {
    font-size: 1.25rem;
  }
}

.f--24, p.lg-txt, .textFormat h3 {
  line-height: 1.2;
}
.f--24, p.lg-txt, .textFormat h3 {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .f--24, p.lg-txt, .textFormat h3 {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--24, p.lg-txt, .textFormat h3 {
    font-size: 1.5rem;
  }
}

.f--28 {
  line-height: 1.2;
}
.f--28 {
  font-size: 27px;
}
@media screen and (min-width: 569px) {
  .f--28 {
    font-size: calc(27px + 1 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--28 {
    font-size: 1.75rem;
  }
}

.f--30 {
  line-height: 1.2;
}
.f--30 {
  font-size: 30px;
}
@media screen and (min-width: 569px) {
  .f--30 {
    font-size: calc(30px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--30 {
    font-size: 1.875rem;
  }
}

.f--32, .filters-overlay-form-title, .map-list__main-title, p.xl-txt, .textFormat h2 {
  line-height: 1.2;
}
.f--32, .filters-overlay-form-title, .map-list__main-title, p.xl-txt, .textFormat h2 {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .f--32, .filters-overlay-form-title, .map-list__main-title, p.xl-txt, .textFormat h2 {
    font-size: calc(32px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--32, .filters-overlay-form-title, .map-list__main-title, p.xl-txt, .textFormat h2 {
    font-size: 2rem;
  }
}

.f--40 {
  line-height: 1.2;
}
.f--40 {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .f--40 {
    font-size: calc(40px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--40 {
    font-size: 2.5rem;
  }
}

.f--42 {
  line-height: 1.2;
}
.f--42 {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .f--42 {
    font-size: calc(32px + 10 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--42 {
    font-size: 2.625rem;
  }
}

.f--50 {
  line-height: 1.2;
}
.f--50 {
  font-size: 50px;
}
@media screen and (min-width: 569px) {
  .f--50 {
    font-size: calc(50px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--50 {
    font-size: 3.125rem;
  }
}

.f--60 {
  line-height: 1.2;
}
.f--60 {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .f--60 {
    font-size: calc(60px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--60 {
    font-size: 3.75rem;
  }
}

.f--82 {
  line-height: 1.2;
}
.f--82 {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .f--82 {
    font-size: calc(60px + 22 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--82 {
    font-size: 5.125rem;
  }
}

/* FORMAT WYSIWIG */
.textFormat h2,
.textFormat h3,
.textFormat h3,
.textFormat h4,
.textFormat h5 {
  margin-top: 1.875rem;
  color: #216562;
}
.textFormat h2 {
  font-weight: 500;
}
.textFormat h3 {
  font-weight: 500;
}
.textFormat p {
  margin-top: 1.875rem;
}
.textFormat p > a:not(.btn), .textFormat li > a:not(.btn), .textFormat h2 > a:not(.btn), .textFormat h3 > a:not(.btn), .textFormat h4 > a:not(.btn), .textFormat h5 > a:not(.btn), .textFormat h6 > a:not(.btn) {
  text-decoration: underline;
}
.textFormat p + ul,
.textFormat p + ol,
.textFormat h2 + p,
.textFormat h3 + p,
.textFormat h4 + p,
.textFormat h5 + p {
  margin-top: 1.25rem;
}
.textFormat b,
.textFormat strong {
  font-weight: 700;
}
.textFormat .media-embed-resized.align-left,
.textFormat .image_resized.align-left {
  margin-right: 1.875rem;
}
.textFormat .media-embed-resized.align-left img,
.textFormat .image_resized.align-left img {
  margin-bottom: 0.5rem;
}
.textFormat .media-embed-resized.align-right,
.textFormat .image_resized.align-right {
  margin-left: 1.875rem;
}
.textFormat .media-embed-resized.align-right img,
.textFormat .image_resized.align-right img {
  margin-bottom: 0.5rem;
}
.textFormat i,
.textFormat em {
  font-style: italic;
}
.textFormat p > a:not(.btn),
.textFormat li > a:not(.btn) {
  text-decoration: underline;
  color: #76BD22;
}
.textFormat .btn {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 35px;
  transition: all 0.3s ease;
}
.textFormat .btn:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 53%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-arrow-left.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.textFormat .btn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 53%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.textFormat .btn.btn--download.btn--green:before {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-left.svg") !important;
}
.textFormat .btn.btn--download.btn--green:after {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-right.svg") !important;
}
.textFormat .btn.btn--download.btn--green-light:before {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-left.svg") !important;
}
.textFormat .btn.btn--download.btn--green-light:after {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-black.svg") !important;
}
.textFormat .btn:hover {
  background-color: #2D2D2D;
  color: #ffffff;
  padding-left: 35px;
}
.textFormat .btn:hover:before {
  left: 10px;
  opacity: 1;
}
.textFormat .btn:hover:after {
  right: -100px;
  opacity: 0;
}
.textFormat ul,
.textFormat ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 1.875rem;
}
.textFormat ul li,
.textFormat ol li {
  margin-bottom: 0.9375rem;
  line-height: 1.2;
  position: relative;
}
.textFormat ul li::before,
.textFormat ol li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: -1.25rem;
  top: 0.625rem;
  background: #216562;
  border-radius: 100%;
}
.textFormat ul li:last-child,
.textFormat ol li:last-child {
  padding-bottom: 0;
}
.textFormat ol {
  list-style: decimal;
}
.textFormat ol li:before {
  display: none;
}
.textFormat img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.textFormat *:first-child {
  margin-top: 0;
}

p.xl-txt {
  font-weight: 500;
  font-weight: 500 !important;
  margin-bottom: 1.25rem;
}
p.xl-txt .btn {
  font-weight: 500;
}

p.lg-txt {
  font-weight: 500;
  margin-bottom: 1.25rem;
}

p.mea {
  background-color: #E1BEFF;
  padding: 1.875rem;
  border-radius: 25px;
  color: #216562 !important;
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 2.5rem;
  text-align: center;
}

.map-list__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .map-list__container {
    grid-template-columns: 1fr;
  }
}
.map-list__content {
  position: sticky;
  top: 0;
}
.header.header-visible + main .map-list__content {
  top: 76px;
}
.map-list__main-title {
  font-weight: 500;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.map-list__main-container {
  background-color: #F6F6F6;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.875rem;
  padding-bottom: 3.125rem;
}
.map-list__intro-text {
  position: relative;
}
.map-list__intro-text h2 {
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.map-list__intro-text[data-expandable] .map-list__intro-toggle {
  display: none;
}
.map-list__intro-text p {
  margin-top: 0.625rem;
}
.map-list__intro-text.is-expandable .map-list__intro-toggle {
  display: flex;
}
.map-list__intro-content {
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.is-expandable:not(.is-expanded) .map-list__intro-content {
  max-height: 7.5rem;
  position: relative;
}
.is-expandable:not(.is-expanded) .map-list__intro-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  background: linear-gradient(to bottom, transparent, var(--bg-color, #f5f5f5));
  pointer-events: none;
}
.is-expanded .map-list__intro-content {
  max-height: 800px;
}
.is-expanded .map-list__intro-content::after {
  display: none;
}
.map-list__intro-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 1rem auto 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.map-list__intro-toggle-icon {
  position: relative;
  width: 2.1875rem;
  height: 2.1875rem;
}
.map-list__intro-toggle-icon svg {
  position: absolute;
}
.map-list__intro-toggle-icon svg.svgplus {
  opacity: 1;
  transition: all 0.3s ease;
}
.map-list__intro-toggle-icon svg.svgmin {
  opacity: 0;
  transition: all 0.3s ease;
}
.is-expanded .map-list__intro-toggle-icon .svgmin {
  opacity: 1;
}
.is-expanded .map-list__intro-toggle-icon .svgplus {
  opacity: 0;
}
.map-list__map header {
  display: none !important;
}
.map-list__map form {
  display: none;
}
.map-list__list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.map-list__list header {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .map-list__list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .map-list__list .pager {
    display: none;
  }
}
.map-list__list .item-list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 991px) {
  .map-list__list .item-list {
    display: none;
  }
}
.map-list__list .item-list .op-exemplaires-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .map-list__list .item-list .op-exemplaires-list {
    grid-template-columns: 1fr;
  }
}
.map-list__list .item-list .op-exemplaires-list li footer {
  display: none;
}
.map-list .form-item-search-api-fulltext {
  width: 100%;
}

.views-exposed-form,
.bef-exposed-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: transparent;
  border: none;
  margin-bottom: 32px;
  align-items: flex-end;
  background-color: #216562;
  max-width: calc(69.75rem + 2.5rem * 2);
  padding-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .views-exposed-form,
  .bef-exposed-form {
    max-width: 960px;
  }
}
.views-exposed-form fieldset.fieldgroup,
.bef-exposed-form fieldset.fieldgroup {
  border: none;
  padding: 0;
  margin: 0 0 0 0;
  min-width: 220px;
  flex: 1 1 220px;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .views-exposed-form fieldset.fieldgroup,
  .bef-exposed-form fieldset.fieldgroup {
    flex: 1;
  }
}
.views-exposed-form fieldset.fieldgroup legend,
.bef-exposed-form fieldset.fieldgroup legend {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
  padding: 0 0 8px 0;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .views-exposed-form fieldset.fieldgroup legend,
  .bef-exposed-form fieldset.fieldgroup legend {
    margin-bottom: 0;
  }
}
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper,
.bef-exposed-form fieldset.fieldgroup .fieldset-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.views-exposed-form .form-checkboxes.bef-checkboxes,
.bef-exposed-form .form-checkboxes.bef-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.views-exposed-form .form-checkboxes.bef-checkboxes .form-item,
.bef-exposed-form .form-checkboxes.bef-checkboxes .form-item {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #1a3c36;
  transition: background 0.2s;
}
.views-exposed-form .form-checkboxes.bef-checkboxes .form-item label,
.bef-exposed-form .form-checkboxes.bef-checkboxes .form-item label {
  margin-left: 6px;
  font-weight: 500;
  cursor: pointer;
  color: #1a3c36;
  font-size: 1rem;
}
.views-exposed-form .form-checkboxes.bef-checkboxes .form-item input[type=checkbox],
.bef-exposed-form .form-checkboxes.bef-checkboxes .form-item input[type=checkbox] {
  accent-color: #1a3c36;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  flex: 0 0 auto;
}
.views-exposed-form .form-checkboxes.bef-checkboxes .form-item.highlight, .views-exposed-form .form-checkboxes.bef-checkboxes .form-item:hover,
.bef-exposed-form .form-checkboxes.bef-checkboxes .form-item.highlight,
.bef-exposed-form .form-checkboxes.bef-checkboxes .form-item:hover {
  background: #e6f4f1;
}
.views-exposed-form input[type=text],
.views-exposed-form select,
.views-exposed-form textarea,
.bef-exposed-form input[type=text],
.bef-exposed-form select,
.bef-exposed-form textarea {
  border-radius: 24px;
  border: none;
  background: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  color: #1a3c36;
  min-width: 220px;
  margin: 0;
  outline: none;
  transition: box-shadow 0.2s;
}
.views-exposed-form input[type=text],
.bef-exposed-form input[type=text] {
  border-radius: 15px;
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
  width: 100%;
}
.views-exposed-form input[type=text]::-moz-placeholder, .bef-exposed-form input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.views-exposed-form input[type=text]::placeholder,
.bef-exposed-form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.views-exposed-form .form-actions,
.bef-exposed-form .form-actions {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.views-exposed-form .form-actions .search-button,
.bef-exposed-form .form-actions .search-button {
  background: #76BD22;
  color: #2D2D2D;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.views-exposed-form .form-actions .search-button input,
.bef-exposed-form .form-actions .search-button input {
  padding: 0.9375rem 4.3125rem;
  font-weight: 600;
  font-weight: 600;
  background-color: transparent;
  border: none;
}
.views-exposed-form .form-actions .search-button svg,
.bef-exposed-form .form-actions .search-button svg {
  position: absolute;
  right: 0.625rem;
}
.views-exposed-form .form-actions .search-button:hover,
.bef-exposed-form .form-actions .search-button:hover {
  background: #E4F2D3;
}
@media (max-width: 991px) {
  .views-exposed-form,
  .bef-exposed-form {
    flex-direction: column;
    gap: 10px;
  }
  .views-exposed-form fieldset.fieldgroup,
  .bef-exposed-form fieldset.fieldgroup {
    min-width: 0;
    width: 100%;
  }
  .views-exposed-form .form-actions,
  .bef-exposed-form .form-actions {
    justify-content: center;
  }
}

.filters-overlay-form-wrapper {
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #216562;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .filters-overlay-form-wrapper {
    overflow: scroll;
  }
}
.filters-overlay-form-wrapper.show {
  top: 0;
}

.filters-overlay-form-title {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 6.3125rem;
}
@media screen and (max-width: 991px) {
  .filters-overlay-form-title {
    margin-top: 50px;
  }
}

.map-list__map .filters-overlay-form-wrapper {
  display: none !important;
}

.your-selection-class,
.bef-selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
.your-selection-class .bef-selected-option,
.your-selection-class .tag,
.bef-selected-options .bef-selected-option,
.bef-selected-options .tag {
  background: #e6f4f1;
  color: #1a3c36;
  border-radius: 16px;
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.your-selection-class .bef-selected-option .remove,
.your-selection-class .tag .remove,
.bef-selected-options .bef-selected-option .remove,
.bef-selected-options .tag .remove {
  margin-left: 8px;
  color: #7ed957;
  cursor: pointer;
  font-size: 1.2em;
}

.bef-checkboxes {
  position: relative;
  min-width: 220px;
  max-width: 100%;
}
.bef-checkboxes .bef-select-fake {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 12px 20px;
  font-size: 1rem;
  color: #1a3c36;
  cursor: pointer;
  min-height: 48px;
  position: relative;
}
.bef-checkboxes .bef-select-fake:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%231a3c36' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 16px 10px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.bef-checkboxes .bef-options-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 10;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  padding: 8px 0;
  margin: 0;
}
.bef-checkboxes .bef-options-dropdown .form-item {
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 8px;
  margin: 0;
  cursor: pointer;
  transition: background 0.2s;
}
.bef-checkboxes .bef-options-dropdown .form-item:hover {
  background: #e6f4f1;
}
.bef-checkboxes .bef-options-dropdown .form-item input[type=checkbox] {
  margin-right: 8px;
  accent-color: #1a3c36;
}
.bef-checkboxes .bef-options-dropdown .form-item label {
  margin: 0;
  font-weight: 500;
  color: #1a3c36;
  cursor: pointer;
}
.bef-checkboxes.open .bef-options-dropdown {
  display: block;
}

.bef-checkboxes.is-collapsible {
  margin-bottom: 1.5rem;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: 15px;
  padding: 0.625rem 0.875rem;
  font-weight: 500;
  color: #878787;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 0.5em;
  outline: none;
  text-align: left;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle:hover, .bef-checkboxes.is-collapsible .bef-checkboxes-toggle:focus {
  border-color: #76BD22;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle .bef-checkboxes-toggle-placeholder {
  flex: 1 1 auto;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.01em;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle .bef-checkboxes-toggle-placeholder.is-active {
  color: #76BD22;
  font-style: normal;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle .bef-checkboxes-toggle-icon {
  flex: 0 0 auto;
  margin-left: 1em;
  font-size: 1.3em;
  color: #b2df28;
  font-weight: bold;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle .bef-checkboxes-toggle-icon svg {
  display: block;
  transition: transform 0.2s;
}
.bef-checkboxes.is-collapsible .bef-checkboxes-toggle .bef-checkboxes-toggle[aria-expanded=true] .bef-checkboxes-toggle-icon svg {
  transform: rotate(180deg);
}
.bef-checkboxes.is-collapsible .bef-checkboxes-collapsible {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  min-width: 350px;
  padding: 1em 1.5em 1em 1.5em;
  background: #f7f7f7;
  border-radius: 1.5em;
  border: 1px solid #e0e0e0;
  margin-top: 0.2em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bef-tags-selection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
}
.bef-tags-selection-label {
  font-weight: 500;
  color: #ffffff;
  margin-right: 0.625rem;
}
.bef-tag-item {
  padding: 0.5rem 0.9375rem;
  background-color: #E4F2D3;
  border-radius: 50px;
  font-weight: 600;
  color: #216562;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bef-tag-item:hover {
  background-color: #E4F2D3;
}
.bef-tag-remove {
  background-color: transparent;
  border: none;
  color: #216562;
  font-size: 1.2em;
  cursor: pointer;
  margin-right: 0.625rem;
}
.bef-tag-remove:hover {
  color: #76BD22;
}

.views-element-container.show .filters-overlay-form-wrapper {
  top: 0;
}

.filters-overlay__open-btn {
  position: absolute;
  left: 50%;
  bottom: 6.25rem;
  transform: translateX(-50%);
  z-index: 1;
  width: 90%;
  background-color: #76BD22;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  cursor: pointer;
  border: 4px solid #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .filters-overlay__open-btn {
    bottom: 1.875rem;
  }
}
.filters-overlay__open-btn.down {
  bottom: 1.25rem;
}
.header.header-visible + main .filters-overlay__open-btn.down {
  transform: translate(-50%, -76px);
}
.filters-overlay__open-btn:hover {
  background-color: #E1BEFF;
}

.filters-overlay-form-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.js-pager__items {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 1.875rem;
  align-items: center;
  width: 100%;
}

.map-list__map nav {
  display: none;
}

/* Cache les filtres préfiltrés selon le contexte */
section[data-has-prefilter*=type-de-realisation] fieldset[data-drupal-selector^=edit-field-type-de-realisation] {
  display: none;
}

section[data-has-prefilter*=localisation] fieldset[data-drupal-selector^=edit-localisation] {
  display: none;
}

section[data-has-prefilter*=materiaux] fieldset[data-drupal-selector^=edit-field-materiaux] {
  display: none;
}

section[data-has-prefilter*=reemploi] fieldset[data-drupal-selector^=edit-field-reemploi] {
  display: none;
}

section[data-has-prefilter*=travaux] fieldset[data-drupal-selector^=edit-field-type-de-travaux] {
  display: none;
}

@media screen and (max-width: 991px) {
  .leaflet-container {
    max-height: 440px !important;
  }
}

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