.popup-wrapper .second-half {
  display: flex;
  flex-direction: column;
}

.popup-wrapper .second-half .location-summary {
  flex: 1 1 auto;
  margin-top: 10px;
  text-align: justify;
  overflow-y: auto;
  overscroll-behavior: contain;
  line-height: 1.5;
  min-height: 0;
}

#leaders-map-page #menu .btn-text-p {
  font-size: 15px;
  font-weight: 100;
  margin: 0;
}
#leaders-map-page #menu .btn__text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#leaders-map-page #menu .btn__icon {
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.popup-wrapper .second-half .third-popup-row {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 20px;
}

.mapboxgl-popup-content div.content {
  height: 33px;
  width: 98%;
  border-radius: 8px;
  background-color: #0d5a90;
  text-align: left;
  margin-top: 10px;
}

.popup-wrapper .summary * {
  font-weight: 100 !important;
}

.popup-wrapper .summary ul {
  list-style: disc outside;
}
.popup-wrapper .summary ol {
  list-style: decimal outside;
}
.popup-wrapper .summary ul,
.popup-wrapper .summary ol {
  margin: 8px 0;
  padding-left: 24px;
}
.popup-wrapper .summary li {
  margin: 0 0 4px;
}
.popup-wrapper .summary p {
  margin: 0 0 8px;
}

.summary {
  height: 100%;
}

div.explore-button {
  border-color: #0d5a90;
}

.gagnant-block {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 10px;
}

.gagnant-icon {
  font-size: 20px;
  line-height: 1;
}

.gagnant-text {
  display: flex;
  flex-direction: column;
}

.gagnant-label {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 20px;
}

.gagnant-years {
  font-size: 16px;
  color: #6b6b6b;
}

.mapboxgl-ctrl, .mapboxgl-ctrl * {
  font-family: inherit !important;
}

.third-popup-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

.third-popup-row a.link-button {
  display: inline-block;
  margin-top: 0;
  padding: 6px 12px;
  white-space: nowrap;
}

.mapboxgl-popup-content a {
    width: 100px;
    display: block;
    padding-top: 11px;
    padding-bottom: 8px;
    border-radius: 6px;
    height: 16px;
    text-align: center;
    text-decoration: none;
    font-size: small;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 23px;
    margin-left: -2px;
    background-color: #edeaea;
    color: #000000;
    border: 1px solid var(--moba_blue_pale);
    outline: none;
}

.mapboxgl-popup-content a.link-button {
  text-align: center;
}

.mapboxgl-popup-content a:hover {
  background-color: var(--moba_blue_pale);
  border-color: var(--moba_blue_pale);
  color: #0d5a90;
}

.third-popup-row {
  display: flex;
    align-items: center;
    justify-content: space-between;
   gap: 10px;
     margin-top: 10px;
 }

 .third-popup-row a {
    display: inline-block;
    margin-top: 0;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    align-self: end;
  }

   .third-popup-row a p{
    font-weight: 100;
   }

   .third-popup-row .gagnant {
    font-size: 14px;
    white-space: nowrap;
  }

i.fa {
  margin-left: 10px;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: var(--moba_blue_pale);
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: var(--moba_blue_pale);
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: var(--moba_blue_pale);
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: var(--moba_blue_pale);
}

p.type {
  margin-left: 5px;
}

#menu {
    display: grid;
    z-index: 2001;
    left: 10px;
    padding: 0;
    text-decoration: none;
    padding-top: 15px;
    font-size: 18px;
    text-align: left;
    top: 0;
    position: absolute;
}

.leaders-map-stack {
  position: relative
}

#menu a
 {
    box-sizing: border-box;
    height: 54px;
    width: 320px;
    justify-content: flex-start;
    border-radius: 100px;
    margin-bottom: 10px;
    color: #000000;
    padding: 7px 18px 7px 22px;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 16px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

#menu .menu-pill-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#menu .menu-pill-icon img {
  width: 76%;
  height: 76%;
  margin: 0;
  object-fit: contain;
}

#menu .menu-pill-icon--emoji {
  font-size: 22px;
  line-height: 1;
}
#menu .menu-pill-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

div.icon-border {
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #ffbe0b;
  height: 24px;
  width: 24px;
}

#menu a#all span{
  margin-top: 5px;
}

#menu a.active {
  background-color: #d2ffff;
  color: #0d5a90;
}

#menu .menu-item.is-collapsing .btn__circle {
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg) !important;
}

#menu .menu-item.is-expanding .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg) !important;
}

.material-icons{
  color: #3c3a3a;
}

.map-overlay {
  position: absolute;
  bottom: 0;
  right: -9px;
  background: rgba(255, 255, 255);
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  overflow: auto;
  border-radius: 3px;
}

div#layers-custom-control
 {
    display: none;
}

.third-popup-row--link-only {
  justify-content: flex-end;
}

@media screen and (max-width: 1039px) and (min-width: 814px) {
  #menu {
    overflow-y: auto;
  }

  #menu a {
    font-size: 14px;
  }

  #menu img {
    width: 22px;
  }
}

@media screen and (max-width: 813px) and (min-width: 666px) {
  #menu a {
    font-size: 1.7vw;
    padding-top: 7px;
  }

  #menu img {
    position: relative;
    width: 17px;
    height: 21px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 665px) and (min-width: 456px) {
  #menu {
    max-width: 30%;
    height: 300px;
    overflow-y: auto;
  }

  #menu a {
    font-size: 2vw;
  }

  #menu img {
    width: 30px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 455px) and (min-width: 400px) {
  .mapboxgl-ctrl-geocoder mapboxgl-ctrl {
    width: 30%;
  }

  .mapboxgl-ctrl-geocoder {
    width: 25%;
    min-width: 175px;
  }

  #legend {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 399px) {
  #menu {
    position: absolute;
    width: 102%;
    height: 178px;
    top: 52%;
    left: -2px;
    overflow-y: scroll;
  }
  .mapboxgl-ctrl-geocoder mapboxgl-ctrl {
    width: 30%;
  }

  .mapboxgl-ctrl-geocoder {
    width: 25%;
    min-width: 175px;
  }
}

#leaders-info-accordion {
    border-bottom:2px solid black;
}

#leaders-info-accordion .header_content h2 {
  font-size:44px;
  padding-top:60px;
  padding-bottom:60px;
}

#leaders-info-accordion .accordion-section {
  max-width: 1200px;
  padding-bottom:0;
}

#leaders-info-accordion .accordion-section ul span {
  font-weight: 100!important;
}

#leaders-info-accordion .accordion-css__item-h3 {
  font-size:38px;
}

#leaders-map-page .sec_restez_connect {
  margin-top:30px;
}

#fixed-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2002;
}

#fixed-popup.is-open { display: block; }

.fixed-popup__panel {
  position: absolute;
  top: calc(50% + 40px);
  right: 40px;
  transform: translateY(-50%);
  width: 560px;
  max-width: min(96vw, 560px);
  height: 545px;
  max-height: 80vh;
  overflow: hidden;
  overscroll-behavior: contain;
  border-radius: var(--radius-md);
  background: #fff;
}

.fixed-popup__content {
  height: 100%;
  padding: 24px;
  max-height: -moz-available;
  max-height: -webkit-fill-available;
  max-height: fill-available;
}

.fixed-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 34px;
  line-height: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.fixed-popup__content .popup-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed-popup__content .location-image { height: 100%; }
.fixed-popup__content .first-half,
.fixed-popup__content .second-half {
  height: 50%;
}

.fixed-popup__content .second-half .title > span {
    display: flex;
    align-items: center;
    font-weight: 100;
}

/* Gutters replace .max_container's 1400px cap so banner edges align at every viewport (June 2026 client retour) */
#leaders-map-page .sec_banner_propos {
  padding-left: max(100px, calc((100% - 1400px) / 2));
  padding-right: max(100px, calc((100% - 1400px) / 2));
}
#leaders-map-page .sec_banner_propos .max_container {
  max-width: none;
  margin: 0;
}

#leaders-map-page .div_banner_propos h1 {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

#leaders-map-page .div_banner_propos h1 .reveal-line__inner {
  text-shadow: inherit;
}

#leaders-map-page .page_header_wrapper.green .header_content {
  max-width: none;
  margin: 0;
  padding-left: max(100px, calc((100% - 1400px) / 2));
  padding-right: max(100px, calc((100% - 1400px) / 2));
}
#leaders-map-page .page_header_wrapper.green .header_content h2 {
  font-size: 36px;
}

.map-separator {
  padding: 0 max(100px, calc((100% - 1400px) / 2));
}

.leaders-filter-tabs {
  padding: 60px max(100px, calc((100% - 1400px) / 2)) 120px;
}
.leaders-filter-tabs__row {
  display: grid;

  grid-template-columns: repeat(var(--tab-count, 4), 1fr);
  gap: 20px;
}

.leaders-section-intro {
  padding: 60px max(100px, calc((100% - 1400px) / 2)) 0;
}
.leaders-section-intro__header,
.leaders-filter-tabs__header {
  text-align: center;
  margin-bottom: 36px;
}
.leaders-section-intro__title,
.leaders-filter-tabs__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
.leaders-section-intro__subtitle,
.leaders-filter-tabs__subtitle {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 900px;
  color: var(--moba_text_secondary);
}

.leaders-filter-tab {
  appearance: none;
  border: 0;
  background: var(--moba_grey);
  color: #000;
  border-radius: var(--radius-md);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 30px 16px 24px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  transition: background-color .2s ease, color .2s ease;
}
.leaders-filter-tab:hover {
  background: #d6d6d6;
}
.leaders-filter-tab[aria-selected="true"] {
  background: var(--moba_orange);
  color: #fff;
}

.leaders-filter-tab__icon-wrap {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaders-filter-tab__icon {
  width: 78%;
  height: 78%;
  object-fit: contain;
}
.leaders-filter-tab__label {
  display: block;
}

.leaders-filter-tabs__list {
  margin-top: 20px;
  padding: 32px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.leaders-filter-tabs__list-col {
  min-width: 0;
}

.leaders-filter-tabs__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.leaders-filter-tabs__ul .leaders-filter-list-item {
  margin: 0;
}
.leaders-filter-tabs__ul .leaders-filter-list-item button {
  appearance: none;
  width: 100%;
  display: block;
  background: #fff;
  border: 0;
  border-radius: var(--radius-md);
  padding: 18px 26px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: var(--moba_text_secondary);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 200;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.leaders-filter-tabs__ul .leaders-filter-list-item button:hover,
.leaders-filter-tabs__ul .leaders-filter-list-item button.is-active {
  background: var(--moba_orange);
  color: #fff;
}
.leaders-filter-tabs__empty {
  margin: 0;
  color: #555;
  font-style: italic;
}

.leaders-filter-tabs__list-col--popup {
  display: flex;
}
.leaders-filter-tabs__popup-target {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px;
  width: 100%;

  height: 650px;
}

.leaders-filter-tabs__popup-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: opacity .25s ease;
}
.leaders-filter-tabs__popup-inner.is-fading { opacity: 0; }

.leaders-filter-tabs__popup-target .popup-wrapper {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}
.leaders-filter-tabs__popup-target .first-half,
.leaders-filter-tabs__popup-target .first-popup-row {
  flex: 0 0 auto;
  height: auto;
  display: block;
}
.leaders-filter-tabs__popup-target .second-half {
  flex: 1 1 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}
.leaders-filter-tabs__popup-target .second-half > .title {
  flex: 0 0 auto;
}
.leaders-filter-tabs__popup-target .second-half > .second-popup-row,
.leaders-filter-tabs__popup-target .second-half > .second-popup-row .summary,
.leaders-filter-tabs__popup-target .second-half > .second-popup-row .location-summary {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.leaders-filter-tabs__popup-target .third-popup-row {
  flex: 0 0 auto;
  margin-top: auto;
}
.leaders-filter-tabs__popup-target .location-image {
  height: auto;
}
.leaders-filter-tabs__popup-target .location-image img {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  border-radius: 20px;
}
.leaders-filter-tabs__popup-placeholder {
  margin: 0;
  color: #555;
  font-style: italic;
  font-size: 18px;
  text-align: center;
}

.map-separator.map-separator--with-bottom-line {
  position: relative;
  padding-bottom: 60px;
}
.map-separator.map-separator--with-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .leaders-filter-tabs { padding-left: 40px; padding-right: 40px; padding-top: 40px; }
  .leaders-section-intro { padding-left: 40px; padding-right: 40px; padding-top: 40px; }
  .leaders-section-intro__title,
  .leaders-filter-tabs__title { font-size: 36px; }
  .leaders-section-intro__subtitle,
  .leaders-filter-tabs__subtitle { font-size: 18px; }
  .leaders-filter-tab { font-size: 18px; padding: 28px 16px 24px; gap: 16px; }
  .leaders-filter-tab__icon-wrap { width: 90px; height: 90px; }
}
@media (max-width: 768px) {
  .leaders-filter-tabs__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .leaders-filter-tabs__list::before { display: none; }
  .leaders-filter-tabs__list-col {
    padding: 0;
  }
  .leaders-filter-tabs__list-col--popup {
    border-top: 3px solid #000;
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .leaders-filter-tabs { padding-left: 10px; padding-right: 10px; padding-top: 30px; }
  .leaders-section-intro { padding: 30px 10px 0; }
  .leaders-section-intro__title,
  .leaders-filter-tabs__title { font-size: 28px; }
  .leaders-section-intro__subtitle,
  .leaders-filter-tabs__subtitle { font-size: 16px; }
  .leaders-section-intro__header,
  .leaders-filter-tabs__header { margin-bottom: 20px; }
  .leaders-filter-tabs__row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .leaders-filter-tab { font-size: 14px; padding: 20px 10px 16px; gap: 10px; border-radius: 18px; }
  .leaders-filter-tab__icon-wrap { width: 72px; height: 72px; }
  .leaders-filter-tabs__list { padding: 16px 0 0; }
  .leaders-filter-tabs__ul .leaders-filter-list-item { font-size: 16px; }
}
#map {
  height: 100%;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
}
@media (max-width: 1280px) {
  #leaders-map-page .sec_banner_propos,
  #leaders-map-page .page_header_wrapper.green .header_content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .map-separator { padding: 0 40px; }
  .map-separator.map-separator--with-bottom-line { padding-bottom: 40px; }
}
@media (max-width: 640px) {
  #leaders-map-page .sec_banner_propos,
  #leaders-map-page .page_header_wrapper.green .header_content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .map-separator { padding: 0 10px; }
  .map-separator.map-separator--with-bottom-line { padding-bottom: 30px; }
  #map { border-radius: var(--radius-sm); }
}

.marker-icon,
.marker-text {
  vertical-align: middle;
  display: inline-block;
  margin-left: 2px;
}

.marker-text {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}
.marker {
  height: 20px;
  border-radius: 4px;
  width: 20px;
  opacity: 1;
  cursor: pointer;
  background-repeat: round;
  border: none !important;
}

.marker-inner {
  background-size: cover;
  border-radius: 4px;
  cursor: pointer;
  transition:
    transform 0.18s ease-out,
    box-shadow 0.18s ease-out,
    background-color 0.18s ease-out;
  transform-origin: center center;
}

.marker:hover .marker-inner {
  transform: scale(1.5);
}

.selectedMarker {
  background-size: cover;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
}

.mapboxgl-popup {
    max-width: none!important;
    width: fit-content!important;
}

.mapboxgl-popup-tip {
    display: none!important;
}

.mapboxgl-popup-close-button {
  float: right!important;
  right: 30px!important;
  font-size: 50px!important;
  cursor: pointer!important;
  margin-top: 15px!important;
  padding: 0!important;
  font-family: math;
}

.mapboxgl-popup-close-button:focus-visible {
    outline:0!important;
}

div.first-first-row > div{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin-bottom:30px;
}

.mapboxgl-popup-tip {
  margin-left: 1%;
}

.popup-wrapper {
    height:100%;
}

.popup-wrapper .summary,
.popup-wrapper .location-summary {
    max-height: 250px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 12px;
}

.popup-wrapper .summary::-webkit-scrollbar,
.popup-wrapper .location-summary::-webkit-scrollbar {
    width: 6px;
}
.popup-wrapper .summary::-webkit-scrollbar-track,
.popup-wrapper .location-summary::-webkit-scrollbar-track {
    background: var(--moba_grey);
    border-radius: var(--radius-pill);
}
.popup-wrapper .summary::-webkit-scrollbar-thumb,
.popup-wrapper .location-summary::-webkit-scrollbar-thumb {
    background: var(--moba_orange);
    border-radius: var(--radius-pill);
}
.popup-wrapper .summary::-webkit-scrollbar-thumb:hover,
.popup-wrapper .location-summary::-webkit-scrollbar-thumb:hover {
    background: var(--moba_orange_warm);
}
@supports not selector(::-webkit-scrollbar) {
    .popup-wrapper .summary,
    .popup-wrapper .location-summary {
        scrollbar-width: thin;
        scrollbar-color: var(--moba_orange) var(--moba_grey);
    }
}

.first-popup-row {
    height: calc(100% - 60px);
}

.location-image {
    height:100%;
}

.location-image img {
    border-radius: var(--radius-md);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-half,.second-half {
    height:50%;
}

.popup-wrapper .title {
    font-size: 26px;
    line-height: 28px;
    display: flex;
}

.mapboxgl-popup-content
 {
    width: 640px;
    height: 545px;
    font: 14px / 1.5 "Roboto", sans-serif;
    border: none;
    border-radius: var(--radius-md)!important;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    padding: 24px !important;
}

.mapboxgl-popup-content img {
  width: 100%;
  height:100%;
  padding: 0;
  margin-top: 0;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.mapboxgl-popup-content div.type {
  margin-top: 3px;
}

div.title{
  font-weight: bold;
}

div.title{
  align-items: center;
}
/* Title icons live in a 1em square box (1em = title font-size) so image
   pictograms and the 🏆 emoji render at the same optical size */
div.title > span > img{
    margin-left: 2px;
    height: 1em;
    width: 1em;
    object-fit: contain;
    margin-right: 10px;
}
.gagnant-icon img{
    width: 1em;
    height: 1em;
    object-fit: contain;
    display: inline-block;
    vertical-align: -0.12em;
}

p.summary{
  color: #000000;
  font-size: 14px;
}

#leaders-info-accordion ul{
  list-style-type: disc;
}

#leaders-info-accordion .accordion-section {
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .fixed-popup__panel { right: 2vw; width: 92vw; }
}

@media (max-width: 640px) {
  #leaders-info-accordion .accordion-css__item-top {
    height: auto;
    min-height: 60px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    align-items: center;
  }

  #leaders-info-accordion .accordion-css__item-h3 {
    flex: 1;
    white-space: normal;
    line-height: 1.3;
    font-size: 19px !important;
  }

  #leaders-info-accordion .accordion-css__item-p,
  #leaders-info-accordion .accordion-css__item-bottom-content li {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 14px;
    margin-bottom: 10px;
  }

  #leaders-info-accordion .header_content h2 {
    font-size: 26px;
    line-height: 1.25;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#leaders-map-detail {
  display: none;
}

@media (max-width: 767px) {
  #leaders-map-detail {
    display: block;
    padding: 24px 16px 40px;
  }

  .leaders-detail-card {
    position: relative;
    background: #ffffff;
    border-radius: var(--radius-md);
    max-width: 640px;
    margin: 0 auto;
    padding: 24px;
  }

  .leaders-detail-card__close {
    position: absolute;
    right: 20px;
    top: 16px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .leaders-detail-card .popup-wrapper {
    height: auto;
  }

  .popup-wrapper .second-half {
    margin-top: 30px;
  }

  .gagnant-years {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 4px;
  }

  .gagnant-year {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }

  #leaders-map-page #menu .btn-text-p {
    font-size: 14px;
  }

  #leaders-map-page.moba-page {
    padding-top: 0;
  }
  #leaders-map-page .page_header_wrapper.green {
    padding-top: calc(var(--header-offset) - 1px);
  }

  #menu a {
    width: 230px;
    height: 44px;
    padding: 6px 14px 6px 10px;
    gap: 8px;
    font-size: 14px;
  }
  #menu .menu-pill-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
  #menu .menu-pill-icon--emoji {
    font-size: 18px;
  }

  .menu-filters-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 230px;
    height: 44px;
    padding: 6px 14px;
    margin-bottom: 10px;
    border: 2px solid #000;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color .2s ease, color .2s ease;
  }
  .menu-filters-toggle__chev {
    transition: transform .25s ease;
  }
  .menu-filters-toggle__chev path {
    stroke: currentColor;
    transition: stroke .2s ease;
  }
  .menu-filters-toggle[aria-expanded="true"] {
    background-color: #fff;
    color: #000;
  }
  .menu-filters-toggle[aria-expanded="true"] .menu-filters-toggle__chev {
    transform: rotate(180deg);
  }

  #menu.is-collapsed > a {
    display: none;
  }
}

@media (min-width: 768px) {
  .menu-filters-toggle {
    display: none !important;
  }

  #menu.is-collapsed > a {
    display: flex;
  }
}
.popup-wrapper--no-image .first-half,
.fixed-popup__content .popup-wrapper--no-image .first-half {
  height: auto;
  flex: 0 0 auto;
}
.popup-wrapper--no-image .second-half,
.fixed-popup__content .popup-wrapper--no-image .second-half {
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
}

/* No link button and no gagnant years: nothing below the text, so let it
   use the full popup height instead of the capped/scrolling box */
.popup-wrapper--no-actions .summary,
.popup-wrapper--no-actions .location-summary,
.fixed-popup__content .popup-wrapper--no-actions .summary,
.fixed-popup__content .popup-wrapper--no-actions .location-summary {
  max-height: none;
}

