 .u-section-1 {
  background-image: url("images/biblio.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 381px;
}

.u-section-1 .u-text-1 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  margin: 88px 916px 0 0;
}

.u-section-1 .u-text-2 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  margin: 16px 627px 0 0;
}

.u-section-1 .u-btn-1 {
  letter-spacing: 1px;
  background-image: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1rem;
  margin: 32px 809px 0 0;
}

.u-section-1 .u-btn-2 {
  letter-spacing: 1px;
  background-image: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1rem;
  margin: -42px auto 60px 247px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 299px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 37px;
    margin-right: 716px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-right: 427px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 20px;
    margin-right: auto;
  }

  .u-section-1 .u-btn-2 {
    margin-bottom: 37px;
    margin-left: 225px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 305px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 496px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 0;
    margin-right: 207px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 14px;
  }

  .u-section-1 .u-btn-2 {
    margin-top: 14px;
    margin-bottom: 13px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 641px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 316px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 27px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 274px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 20px;
    margin-right: 143px;
    margin-left: -27px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 26px;
    margin-left: -26px;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.875rem;
    margin-top: 0;
    margin-left: -27px;
    padding: 10px 67px 10px 66px;
  }

  .u-section-1 .u-btn-2 {
    font-size: 0.875rem;
    margin-top: 7px;
    margin-bottom: 15px;
    margin-left: -27px;
    padding: 9px 35px 11px 33px;
  }
}

/* ══════════════════════════════════════════════════════════════════
   SECTION 2 — FORMATION MISE EN AVANT (100% custom, sans NicePage)
   ══════════════════════════════════════════════════════════════════ */
.fmav-section {
  background: #F4F4F4;
  padding: 50px 0;
}

.fmav-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.fmav-heading {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003A70;
  margin: 0 0 8px 0;
}

.fmav-divider {
  width: 65px;
  height: 3px;
  background: #B8274C;
  margin-bottom: 24px;
}

.fmav-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  gap: 0;
  overflow: hidden;
}

/* ── Colonne gauche — image ── */
.fmav-col-img {
  flex: 0 0 38%;
  max-width: 38%;
  overflow: hidden;
  padding: 20px;
}

.fmav-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Colonne droite — infos ── */
.fmav-col-info {
  flex: 1;
  padding: 32px 32px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

/* Tags */
.fmav-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fmav-tag-theme {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #18BBF7;
  color: #fff;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fmav-tag-niveau {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F0FDF4;
  color: #016630;
  border: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Titre */
.fmav-titre {
  overflow: hidden;
  color: #003A70;
  text-overflow: ellipsis;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}

/* Description */
.fmav-desc {
  color: #003A70;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

/* Durée + modules */
.fmav-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.fmav-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #364153;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fmav-meta-item svg {
  stroke: #364153;
  flex-shrink: 0;
}

/* Formats */
.fmav-formats-label {
  color: #364153;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.fmav-formats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fmav-format-badge {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(0, 58, 112, 0.10);
  color: #003A70;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* Prix + bouton */
.fmav-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

.fmav-prix {
  color: #003A70;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.fmav-btn {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8.875px;
  background: #211DE4;
  color: #fff;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}
.fmav-btn:hover {
  background: #0169F0;
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .fmav-col-img { flex: 0 0 40%; max-width: 40%; }
  .fmav-col-info { padding: 24px 24px 24px 32px; }
  .fmav-titre { font-size: 20px; }
  .fmav-desc  { font-size: 17px; }
}

@media (max-width: 767px) {
  .fmav-card { flex-direction: column; }
  .fmav-col-img { flex: none; max-width: 100%; height: 280px; }
  .fmav-col-info { padding: 20px; }
  .fmav-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .fmav-btn { width: 100%; justify-content: center; }
}

@media (max-width: 575px) {
  .fmav-section { padding: 30px 0; }
  .fmav-titre { font-size: 18px; }
  .fmav-desc  { font-size: 15px; }
  .fmav-prix  { font-size: 24px; line-height: 30px; }
}

.u-section-3 .u-sheet-1 {
  min-height: 294px;
}

.u-section-3 .u-group-1 {
  min-height: 250px;
  height: auto;
  margin-top: 22px;
  margin-bottom: 22px;
}

.u-section-3 .u-container-layout-1 {
  padding: 10px;
}

@media (max-width: 1199px) {
  .u-section-3 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 287px;
  }

  .u-section-3 .u-group-1 {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 270px;
  }

  .u-section-3 .u-group-1 {
    width: 400px;
    margin: 10px -30px;
  }
}

.u-section-4 .u-sheet-1 {
  min-height: 621px;
}

.u-section-4 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 29px 741px 0 0;
}

.u-section-4 .u-line-1 {
  width: 44px;
  transform-origin: left center;
  --border-color-var: #b8274c;
  margin: 2px 1096px 0 0;
}

/* ══════════════════════════════════════════════════════════════════
   SECTIONS 4/5/6 — TRACKS FORMATIONS (100% custom)
   ══════════════════════════════════════════════════════════════════ */
.ftrack-section {
  background: #F4F4F4;
  padding: 20px 0;
}
.ftrack-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.ftrack-heading {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003A70;
  margin: 0 0 8px 0;
}
.ftrack-divider {
  width: 65px;
  height: 3px;
  --border-color-var: #b8274c;
  background: #B8274C;
  margin-bottom: 24px;
}
.ftrack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ── Carte ── */
.ftrack-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* Image */
.ftrack-img-wrap {
  padding: 8px 8px 0 8px;
}
.ftrack-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Corps */
.ftrack-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

/* Titre */
.ftrack-titre {
  margin: 6px;
}
.ftrack-titre a {
  color: #1F3A5F;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.43px;
  text-decoration: none;
}
.ftrack-titre a:hover { color: #211DE4; }

/* Méta durée + modules */
.ftrack-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ftrack-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #364153;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 0px;
}
.ftrack-meta-item svg {
  stroke: #364153;
  flex-shrink: 0;
}

/* Formats */
.ftrack-formats-label {
  color: #003A70;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: -20px 0 0 0;
}
.ftrack-formats {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: -15px;
}
.ftrack-format-badge {
  display: inline-flex;
  height: 28px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(0, 58, 112, 0.10);
  color: #003A70;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

/* Prix + bouton */
.ftrack-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #E5E7EB;
}
.ftrack-prix {
  color: #003A70;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.ftrack-btn {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  background: #211DE4;
  color: #fff;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s;
}
.ftrack-btn:hover {
  background: #0169F0;
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .ftrack-grid { grid-template-columns: repeat(2, 1fr); }
  .ftrack-img-wrap img { height: 200px; }
}
@media (max-width: 575px) {
  .ftrack-section { padding: 30px 0; }
  .ftrack-grid { grid-template-columns: 1fr; }
  .ftrack-img-wrap img { height: 220px; }
  .ftrack-btn { padding: 12px 20px; font-size: 14px; }
}

/* ══════════════════════════════════════════════════════════════════
   SECTION 7 — CATALOGUE DES FORMATIONS (100% custom)
   ══════════════════════════════════════════════════════════════════ */
.fcat-section {
  background: #F4F4F4;
  padding: 50px 0;
}

.fcat-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.fcat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.fcat-heading {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003A70;
  margin: 0 0 6px 0;
}

.fcat-subheading {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6b7c93;
  margin: 0 0 16px 0;
}

.fcat-voir-tous {
  display: inline-block;
  background: #211DE4;
  color: #fff;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 0.875rem;
  padding: 8px 20px;
  text-decoration: none;
  margin-bottom: 24px;
  transition: background .2s;
}
.fcat-voir-tous:hover { background: #0169F0; color: #fff; }

.fcat-divider {
  width: 65px;
  height: 3px;
  background: #B8274C;
  margin-bottom: 24px;
}

.fcat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ── Carte ── */
.fcat-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.fcat-img-wrap {
  padding: 8px 8px 0 8px;
}

.fcat-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.fcat-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

/* Tags */
.fcat-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.fcat-tag-theme {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #18BBF7;
  color: #fff;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fcat-tag-niveau {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F0FDF4;
  color: #016630;
  border: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Titre */
.fcat-titre {
  margin: 0 0 8px 0;
}

.fcat-titre a {
  color: #1F3A5F;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.43px;
  text-decoration: none;
}
.fcat-titre a:hover { color: #211DE4; }

/* Méta */
.fcat-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.fcat-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #364153;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fcat-meta-item svg { stroke: #364153; flex-shrink: 0; }

/* Formats */
.fcat-formats-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 8px;
}

.fcat-formats-label {
  color: #003A70;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 4px 0;
  padding: 0;
}

.fcat-formats {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.fcat-format-badge {
  display: inline-flex;
  height: 28px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(0, 58, 112, 0.10);
  color: #003A70;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

/* Prix + bouton */
.fcat-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #E5E7EB;
}

.fcat-prix {
  color: #003A70;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.fcat-btn {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  background: #211DE4;
  color: #fff;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151, "Parnaso Small Trial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s;
}
.fcat-btn:hover { background: #0169F0; color: #fff; }

.fcat-pagination { margin-top: 24px; }

/* ── Responsive ── */
@media (max-width: 991px) {
  .fcat-grid { grid-template-columns: repeat(2, 1fr); }
  .fcat-img-wrap img { height: 180px; }
}

@media (max-width: 575px) {
  .fcat-section { padding: 30px 0; }
  .fcat-grid { grid-template-columns: 1fr; }
  .fcat-img-wrap img { height: 220px; }
  .fcat-btn { padding: 12px 20px; font-size: 14px; }
}

/* ═══════════════════════════════════════════════
   SECTION 8 — FORMATIONS VEDETTES
   ═══════════════════════════════════════════════ */

.fved-section {
  background: #F4F4F4;
  padding: 20px 0;
}

.fved-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Boîte principale */
.fved-card {
  display: flex;
  flex-direction: row;
  padding: 1px;
  gap: 0;
  align-items: center;
  border: 1px solid #FE9A00;
  background: #FFF;
}

/* Colonne gauche — image */
.fved-col-img {
  flex-shrink: 0;
  margin: 20px;
}

.fved-col-img img {
  width: 328px;
  height: 310px;
  object-fit: cover;
  display: block;
}

/* Colonne droite — infos */
.fved-col-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  margin: 20px 20px 20px 40px;
}

/* Tags */
.fved-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fved-tag-theme {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #18BBF7;
  color: #fff;
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151', 'Parnaso', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.fved-tag-niveau {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #016630;
  border: 1px solid #016630;
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151', 'Parnaso', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/* Titre */
.fved-titre {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151', 'Parnaso', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #003A70;
  margin: 0;
  line-height: 1.3;
}

.fved-titre a {
  color: inherit;
  text-decoration: none;
}

.fved-titre a:hover {
  text-decoration: underline;
}

/* Méta durée + modules */
.fved-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.fved-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #364153;
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151', 'Parnaso', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fved-meta-item svg {
  flex-shrink: 0;
  color: #364153;
}

/* Formats */
.fved-formats-label {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151', 'Parnaso', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #364153;
  margin: 0;
}

.fved-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fved-format-badge {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(0, 58, 112, 0.10);
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151', 'Parnaso', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #003A70;
}

/* Prix + bouton */
.fved-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.fved-prix {
  color: #003A70;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.fved-btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8.875px;
  background: #211DE4;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: background 0.2s;
}

.fved-btn:hover {
  background: #0169F0;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .fved-card {
    flex-direction: column;
  }
  .fved-col-img {
    margin: 20px 20px 10px 20px;
  }
  .fved-col-img img {
    width: 100%;
    height: 220px;
  }
  .fved-col-info {
    margin: 10px 20px 20px 20px;
  }
  .fved-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.u-section-8 .u-sheet-1 {
  min-height: auto;
}

.u-section-8 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 36px;
  font-weight: 700;
  --text-color-var: #b8274c;
  width: auto;
  margin: 5px auto 0;
}

.u-section-8 .u-text-2 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 28px;
  width: auto;
  margin: 0 auto 0;
}


.u-section-9 .u-sheet-1 {
  min-height: 326px;
}

.u-section-9 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1.875rem;
  font-weight: 700;
  width: 353px;
  margin: 20px auto 0;
}

.u-section-9 .u-group-1 {
  min-height: 250px;
  height: auto;
  margin: 0 0 20px;
}

.u-section-9 .u-container-layout-1 {
  padding: 10px;
}

@media (max-width: 1199px) {
  .u-section-9 .u-group-1 {
    margin-right: initial;
    margin-left: initial;
    height: auto;
  }
}

@media (max-width: 575px) {
  .u-section-9 .u-text-1 {
    font-size: 1.5rem;
    width: 340px;
  }

  .u-section-9 .u-group-1 {
    width: 400px;
    margin: 10px -30px;
  }
}.u-section-10 .u-sheet-1 {
  min-height: 322px;
}

.u-section-10 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 40px 896px 0 0;
}

.u-section-10 .u-line-1 {
  width: 44px;
  transform-origin: left center;
  --border-color-var: #b8274c;
  margin: 2px auto 0 0;
}

.u-section-10 .u-list-1 {
  margin-top: 17px;
  margin-bottom: 16px;
}

.u-section-10 .u-repeater-1 {
  --gap: 10px;
  grid-auto-columns: calc(50% - 5px);
  grid-template-columns: repeat(2, calc(50% - 5px));
  min-height: 215px;
}

.u-section-10 .u-container-layout-1 {
  padding: 10px;
}

.u-section-10 .u-group-1 {
  width: 48px;
  min-height: 48px;
  height: auto;
  --color-var: #b8274c;
  margin: 0 auto 0 0;
}

.u-section-10 .u-text-2 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 16px 1px 0;
}

.u-section-10 .u-text-3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -48px auto 0 64px;
}

.u-section-10 .u-text-4 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 4px 16px 0 63px;
}

.u-section-10 .u-container-layout-3 {
  padding: 10px;
}

.u-section-10 .u-group-2 {
  width: 48px;
  min-height: 48px;
  height: auto;
  --color-var: #b8274c;
  margin: 0 auto 0 0;
}

.u-section-10 .u-text-5 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 16px 1px 0;
}

.u-section-10 .u-text-6 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -48px auto 0 64px;
}

.u-section-10 .u-text-7 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 4px 16px 0 63px;
}

.u-section-10 .u-container-layout-5 {
  padding: 10px;
}

.u-section-10 .u-group-3 {
  width: 48px;
  min-height: 48px;
  height: auto;
  --color-var: #b8274c;
  margin: 0 auto 0 0;
}

.u-section-10 .u-text-8 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 16px 1px 0;
}

.u-section-10 .u-text-9 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -48px auto 0 64px;
}

.u-section-10 .u-text-10 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 4px 16px 0 63px;
}

.u-section-10 .u-container-layout-7 {
  padding: 10px;
}

.u-section-10 .u-group-4 {
  width: 48px;
  min-height: 48px;
  height: auto;
  --color-var: #b8274c;
  margin: 0 auto 0 0;
}

.u-section-10 .u-text-11 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 16px 1px 0;
}

.u-section-10 .u-text-12 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -48px auto 0 64px;
}

.u-section-10 .u-text-13 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 4px 16px 0 63px;
}

@media (max-width: 1199px) {
  .u-section-10 .u-text-1 {
    margin-right: 696px;
  }

  .u-section-10 .u-list-1 {
    height: auto;
  }

  .u-section-10 .u-repeater-1 {
    min-height: 310px;
  }

  .u-section-10 .u-group-1 {
    margin-right: 914px;
    height: auto;
  }

  .u-section-10 .u-text-4 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-10 .u-group-2 {
    height: auto;
  }

  .u-section-10 .u-text-7 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-10 .u-group-3 {
    height: auto;
  }

  .u-section-10 .u-text-10 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-10 .u-group-4 {
    height: auto;
  }

  .u-section-10 .u-text-13 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-10 .u-text-1 {
    margin-right: 476px;
  }

  .u-section-10 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-10 .u-group-1 {
    margin-right: 694px;
  }

  .u-section-10 .u-text-4 {
    width: auto;
    margin-right: 59px;
    margin-left: 64px;
  }

  .u-section-10 .u-group-2 {
    margin-right: 694px;
  }

  .u-section-10 .u-text-7 {
    width: auto;
    margin-right: 59px;
    margin-left: 64px;
  }

  .u-section-10 .u-group-3 {
    margin-right: 694px;
  }

  .u-section-10 .u-text-10 {
    width: auto;
    margin-right: 59px;
    margin-left: 64px;
  }

  .u-section-10 .u-group-4 {
    margin-right: 694px;
  }

  .u-section-10 .u-text-13 {
    width: auto;
    margin-right: 59px;
    margin-left: 64px;
  }
}

@media (max-width: 767px) {
  .u-section-10 .u-text-1 {
    margin-right: 296px;
  }

  .u-section-10 .u-group-1 {
    margin-right: 514px;
  }

  .u-section-10 .u-text-4 {
    margin-right: 0;
  }

  .u-section-10 .u-group-2 {
    margin-right: 472px;
  }

  .u-section-10 .u-text-7 {
    margin-right: 0;
  }

  .u-section-10 .u-group-3 {
    margin-right: 472px;
  }

  .u-section-10 .u-text-10 {
    margin-right: 0;
  }

  .u-section-10 .u-group-4 {
    margin-right: 472px;
  }

  .u-section-10 .u-text-13 {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-10 .u-sheet-1 {
    min-height: 528px;
  }

  .u-section-10 .u-text-1 {
    width: auto;
    margin-top: 23px;
    margin-right: 120px;
    margin-left: -24px;
  }

  .u-section-10 .u-line-1 {
    margin-left: -24px;
  }

  .u-section-10 .u-list-1 {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .u-section-10 .u-repeater-1 {
    --gap: 3px;
    grid-auto-columns: 100%;
    grid-template-columns: repeat(1, 100%);
    min-height: 449px;
  }

  .u-section-10 .u-group-1 {
    margin-right: 314px;
  }

  .u-section-10 .u-text-3 {
    font-size: 1.25rem;
  }

  .u-section-10 .u-text-4 {
    font-size: 0.75rem;
  }

  .u-section-10 .u-group-2 {
    margin-right: 314px;
  }

  .u-section-10 .u-text-6 {
    font-size: 1.25rem;
  }

  .u-section-10 .u-text-7 {
    font-size: 0.75rem;
  }

  .u-section-10 .u-group-3 {
    margin-right: 314px;
  }

  .u-section-10 .u-text-9 {
    font-size: 1.25rem;
  }

  .u-section-10 .u-text-10 {
    font-size: 0.75rem;
  }

  .u-section-10 .u-group-4 {
    margin-right: 314px;
  }

  .u-section-10 .u-text-12 {
    font-size: 1.25rem;
  }

  .u-section-10 .u-text-13 {
    font-size: 0.75rem;
  }
} .u-section-11 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.u-section-11 .u-sheet-1 {
  min-height: 326px;
}

.u-section-11 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 700;
  font-size: 1.875rem;
  margin: 20px auto 0;
}

.u-section-11 .u-group-1 {
  min-height: 250px;
  height: auto;
  margin: 0 0 8px;
}

.u-section-11 .u-container-layout-1 {
  padding: 10px;
}

@media (max-width: 1199px) {
  .u-section-11 .u-group-1 {
    margin-right: initial;
    margin-left: initial;
    height: auto;
  }
}

@media (max-width: 767px) {
  .u-section-11 .u-text-1 {
    font-size: 1.6666666666666665rem;
  }
}

@media (max-width: 575px) {
  .u-section-11 .u-group-1 {
    width: 400px;
    margin: 10px -30px;
  }
}

.u-section-12 {
    background-color: #003A70 !important; /* Exemple : un gris très clair */
}

.u-section-12 .u-sheet-1 {
  min-height: 228px;
}

.u-section-12 .u-form-1 {
  height: 154px;
  margin: 37px 0 0 570px;
}

.u-section-12 .u-label-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
}

.u-section-12 .u-input-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
}

.u-section-12 .u-btn-1 {
  --hover-color-var: #cf2c56;
  --color-var: #b8274c;
  background-image: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
}

.u-section-12 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1.75rem;
  margin: -110px 607px 80px 0;
}

@media (max-width: 1199px) {
  .u-section-12 .u-text-1 {
    margin-right: 407px;
  }
}

@media (max-width: 991px) {
  .u-section-12 .u-sheet-1 {
    min-height: 217px;
  }

  .u-section-12 .u-form-1 {
    margin-left: 350px;
  }

  .u-section-12 .u-text-1 {
    font-size: 1.5rem;
    width: auto;
    margin-top: -120px;
    margin-right: 360px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-12 .u-form-1 {
    margin-left: 170px;
  }

  .u-section-12 .u-text-1 {
    margin-top: 20px;
    margin-right: 180px;
  }
}

@media (max-width: 575px) {
  .u-section-12 .u-sheet-1 {
    min-height: 302px;
  }

  .u-section-12 .u-form-1 {
    margin-top: 24px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-12 .u-text-1 {
    margin-top: -255px;
    margin-right: 0;
    margin-bottom: 91px;
  }
}@font-face {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ParnasoSmallTrial-Medium-BF66bd73b44e151.otf);
}
/* page-custom-fonts */
@font-face {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ParnasoSmallTrial-Medium-BF66bd73b44e151.otf);
}

/* ===== SEARCH FILTERS MANROPE ===== */
.sfm-section {
  max-width: 960px;
  width: 100%;
  margin: 32px auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sfm-section .sfm-search-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sfm-section .sfm-input-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.sfm-section .sfm-search-icon {
  position: absolute;
  left: 14px;
  display: flex;
  align-items: center;
}

.sfm-section .sfm-search-icon svg {
  width: 18px;
  height: 18px;
  stroke: rgba(26,26,26,0.40);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sfm-section .sfm-input {
  width: 100%;
  padding: 13px 16px 13px 42px;
  border: 1px solid #D1D5DB;
  background: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(26,26,26,0.50);
  outline: none;
  border-radius: 4px;
  transition: border-color 0.15s;
}

.sfm-section .sfm-input::placeholder {
  color: rgba(26,26,26,0.40);
}

.sfm-section .sfm-input:focus {
  border-color: #211DE4;
}

.sfm-section .sfm-btn {
  display: flex;
  width: 162px;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  background: #211DE4;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s;
  white-space: nowrap;
  flex-shrink: 0;
}

.sfm-section .sfm-btn:hover { background: #0169F0; }

.sfm-section .sfm-filters-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sfm-section .sfm-filter-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid #D1D5DB;
  background: #fff;
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(26,26,26,0.50);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.sfm-section .sfm-filter-btn:hover {
  border-color: #211DE4;
  color: rgba(26,26,26,0.80);
}

.sfm-section .sfm-filter-btn svg {
  width: 14px;
  height: 14px;
  stroke: rgba(26,26,26,0.45);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .sfm-section .sfm-search-row { flex-wrap: wrap; }
  .sfm-section .sfm-btn { width: 100%; }
}

/* ===== TESTIMONIALS INTER ===== */
.temoInter-section {
  max-width: 1100px;
  width: 100%;
  margin: 32px auto;
  padding: 0 24px;
}

.temoInter-section .temoInter-track-container {
  overflow: hidden;
}

.temoInter-section .temoInter-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.temoInter-section .temoInter-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 32px 28px 28px;
  flex: 0 0 calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.temoInter-section .temoInter-quote-icon {
  color: #38BDF8;
  font-size: 32px;
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.temoInter-section .temoInter-quote-text {
  color: #364153;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  flex: 1;
}

.temoInter-section .temoInter-divider {
  height: 1px;
  background: #E5E7EB;
  margin: 24px 0 20px;
}

.temoInter-section .temoInter-author-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.temoInter-section .temoInter-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #CBD5E1;
}

.temoInter-section .temoInter-author-name {
  color: #364153;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.temoInter-section .temoInter-author-location {
  color: #6B7280;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2px;
}

.temoInter-section .temoInter-nav-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.temoInter-section .temoInter-nav-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #CBD5E1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.temoInter-section .temoInter-nav-btn:hover {
  background: #F1F5F9;
  border-color: #94A3B8;
}

.temoInter-section .temoInter-nav-btn svg {
  width: 16px;
  height: 16px;
  stroke: #6B7280;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ===== FAQ ===== */
.faq-section {
  max-width: 1100px;
  width: 100%;
  margin: 40px auto;
  padding: 0 24px;
}

.faq-section .faq-item {
  background: #fff;
  border: 1px solid #D9DCE1;
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-section .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  cursor: pointer;
  gap: 20px;
  user-select: none;
}

.faq-section .faq-q:hover { background: #fafafa; }

.faq-section .faq-q-text {
  color: #4A5565;
  font-family: 'Georgia', serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-section .faq-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #003A70;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-section .faq-icon svg {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  fill: none;
}

.faq-section .faq-item.faq-open .faq-icon { transform: rotate(45deg); }

.faq-section .faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-section .faq-body-inner {
  padding: 16px 24px 20px;
  color: #1F3A5F;
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  border-top: 1px solid #EAECF0;
}

.faq-section .faq-item.faq-open .faq-body { max-height: 400px; }