/* ============================================================
   TAB DESCRIPTIF  (mobile-first)
============================================================ */
.tab-panel[hidden] { display: none !important; }

.main-layout {
  background-color: #efece9;
  padding: 40px 0;
}

.main-layout__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.editorial {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.section-map { width: 100%; padding: 0; }
.map-image { width: 100%; height: 350px; object-fit: cover; }

.edito-image-btn{
  color: #FFF!important;
  text-align: center;
  font-family: Asul;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 93.75% */
  width: max-content;
  border-radius: 30.076px;
  border: 1px solid #F39E00;
  background: #F39E00;
  text-decoration: none!important;
  display: flex;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 70px;
  margin-top: 50px;
}
.edito-bloc,
.edito-hero-image {
  padding-left: 0;
  padding-right: 0;
}

.edito-bloc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #0f1b24;
}
.edito-bloc .body-m p + p { margin-top: 16px; }

.edito-hero-image {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}
.edito-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ============================================================
   DESCRIPTIF  – Desktop
============================================================ */
@media (min-width: 769px) {
  .main-layout {
    padding: 60px 0;
  }

  .main-layout__inner {
    flex-direction: row;
    gap: 40px;
  }

  .editorial {
    gap: 40px;
  }

  .section-map {
    margin-bottom: 20px;
  }

  .map-image { height: auto; }

  .edito-bloc,
  .edito-hero-image {
    padding-left: 201px;
    padding-right: 201px;
  }

  .edito-bloc {
    gap: 20px;
  }

  .edito-hero-image {
    height: 510px;
    border-radius: 20px;
  }

  .edito-hero-image img {
    border-radius: 20px;
  }
}
