/* ==================================================
   LES FOUS DU VOLANT
   Thème personnalisé Yapla
   ================================================== */

:root {
    --fdv-navy: #0D1B2A;
    --fdv-green: #8CC63F;
    --fdv-white: #FFFFFF;
    --fdv-dark: #111111;
}

/* ---------- TYPOGRAPHIE ---------- */

body {
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--fdv-dark);
}

h1, h2, h3, h4 {
    font-weight: 800;
}

/* ---------- BANNIÈRE ACCUEIL ---------- */

.fdv-hero {
    text-align: left;
    color: var(--fdv-white);
}

.fdv-hero h1 {
    color: var(--fdv-white);
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 25px 0;
}

.fdv-hero h1 strong {
    color: var(--fdv-green);
    font-weight: 800;
}

.fdv-hero-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.fdv-hero-text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* ---------- BOUTONS ---------- */

.fdv-hero .fdv-hero-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 28px !important;
}

.fdv-hero .fdv-hero-actions a.fdv-btn {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 13px 24px !important;
    margin: 0 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    text-indent: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;

    border-radius: 6px !important;
    text-decoration: none !important;

    transition: transform .2s ease, background .2s ease !important;
}

.fdv-hero .fdv-btn-green {
    background: #8CC63F !important;
    color: #0D1B2A !important;
    border: 2px solid #8CC63F !important;
}

.fdv-hero .fdv-btn-outline {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
}

.fdv-hero .fdv-btn-green:hover {
    background: #9ED84C !important;
    border-color: #9ED84C !important;
    color: #0D1B2A !important;
    transform: translateY(-2px);
}

.fdv-hero .fdv-btn-outline:hover {
    background: #FFFFFF !important;
    color: #0D1B2A !important;
    transform: translateY(-2px);
}
/* ---------- MOBILE ---------- */

@media (max-width: 768px) {

    .fdv-hero h1 {
        font-size: 34px;
    }

    .fdv-hero-subtitle {
        font-size: 18px;
    }

    .fdv-hero-text {
        font-size: 16px;
    }

    .fdv-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ==================================================
   HEADER - LES FOUS DU VOLANT
   ================================================== */

/* Réduit fortement la hauteur de l'en-tête */
.line-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.line-header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mod-header-wrapper,
.mod-header-container {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Zone contenant le logo */
.mod-header-part__left {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
}

/* Lien entourant le logo */
.mod-header-part__left > a {
    display: block !important;
    width: 220px !important;
    max-width: none !important;
}

/* Logo */
.mod-header-logo {
    width: 220px !important;
    max-width: none !important;
    height: auto !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .mod-header-part__left > a,
    .mod-header-logo {
        width: 150px !important;
    }

    .mod-header-wrapper,
    .mod-header-container {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
/* ==================================================
   HEADER COMPACT FDV
   ================================================== */

.line-header {
    margin: 0 !important;
    padding: 0 !important;
}

.line-header > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mod-header-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.mod-header-container {
    min-height: 90px !important;
    height: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.mod-header-part__left {
    height: 90px !important;
    display: flex !important;
    align-items: center !important;
}

.mod-header-part__left > a {
    height: 80px !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
}

.mod-header-logo {
    width: auto !important;
    height: 75px !important;
    max-height: 75px !important;
    max-width: none !important;
    object-fit: contain !important;
}

/* enlève d'éventuelles marges de l'image */
.mod-header-logo {
    margin: 0 !important;
    padding: 0 !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .mod-header-container,
    .mod-header-part__left {
        height: 70px !important;
        min-height: 70px !important;
    }

    .mod-header-part__left > a {
        height: 62px !important;
    }

    .mod-header-logo {
        height: 58px !important;
        max-height: 58px !important;
    }
}
/* ==================================================
   MENU FDV
   ================================================== */

/* Liens du menu */
.menu a,
.nav a,
.navbar a {
    color: #0D1B2A !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: color .2s ease !important;
}

/* Survol */
.menu a:hover,
.nav a:hover,
.navbar a:hover {
    color: #8CC63F !important;
}

/* Élément actif */
.menu .active > a,
.nav .active > a,
.navbar .active > a,
.menu a.active,
.nav a.active,
.navbar a.active {
    color: #8CC63F !important;
}

/* Petit trait sous l'élément actif */
.menu .active > a::after,
.nav .active > a::after,
.navbar .active > a::after,
.menu a.active::after,
.nav a.active::after,
.navbar a.active::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    margin: 5px auto 0;
    background: #8CC63F;
    border-radius: 3px;
}
/* ==================================================
   VALEURS DU CLUB - LES FOUS DU VOLANT
   ================================================== */

/* Les 2 cartes contenues dans chaque colonne Yapla */
.fdv-values {
    display: flex;
    gap: 20px;
    padding: 20px 10px 30px;
}

/* Carte */
.fdv-value-card {
    flex: 1;
    position: relative;
    min-height: 190px;
    padding: 32px 25px 28px;
    background: #031525;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    transition: transform .25s ease, box-shadow .25s ease;
}

/* Barre verte en haut */
.fdv-value-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #8CC63F;
}

/* Titre */
.fdv-value-card h3 {
    margin: 8px 0 18px !important;
    color: #8CC63F !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

/* Texte */
.fdv-value-card p {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* Petit effet au survol */
.fdv-value-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0,0,0,.20);
}

/* Téléphone */
@media (max-width: 767px) {

    .fdv-values {
        flex-direction: column;
        padding: 10px;
    }

    .fdv-value-card {
        min-height: auto;
    }
}
/* ==================================================
   TITRE DE SECTION FDV
   ================================================== */

.fdv-section-title {
    text-align: center;
    padding: 25px 20px 0;
}

.fdv-section-title span {
    display: inline-block;
    color: #8CC63F;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fdv-section-title h2 {
    margin: 0 !important;
    color: #0D1B2A !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}
/* Compactage de la section valeurs */
.fdv-section-title {
    margin-bottom: 0 !important;
}

.fdv-values {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* ==================================================
   COMPACTAGE SECTION "L'ESPRIT DES FOUS"
   ================================================== */

/* Ligne du titre */
.site_line__item[data-line-id="599266"] {
    padding-top: 25px !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Ligne contenant les 4 cartes */
.site_line__item[data-line-id="599265"] {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* On compacte aussi nos propres blocs */
.site_line__item[data-line-id="599265"] .fdv-values {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* ==================================================
   SECTION JOUER AVEC NOUS
   ================================================== */

.fdv-play-card {
    background: #0D1B2A;
    color: #FFFFFF;
    padding: 35px;
    border-radius: 16px;
    min-height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.16);
}

.fdv-play-kicker {
    display: inline-block;
    color: #8CC63F;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fdv-play-card h2 {
    color: #FFFFFF !important;
    font-size: 28px !important;
    margin: 0 0 15px !important;
}

.fdv-play-intro {
    color: #FFFFFF;
    opacity: .9;
    margin-bottom: 24px;
}

.fdv-play-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.fdv-play-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.fdv-play-list strong {
    color: #FFFFFF;
}

.fdv-play-list span {
    color: #8CC63F;
    font-weight: 700;
    white-space: nowrap;
}

.fdv-play-note {
    margin: 20px 0;
    color: #FFFFFF;
    opacity: .85;
}

.fdv-play-btn {
    display: inline-block;
    background: #8CC63F;
    color: #0D1B2A !important;
    padding: 12px 20px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none !important;
}

.fdv-play-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .fdv-play-card {
        padding: 25px;
    }

    .fdv-play-list li {
        flex-direction: column;
        gap: 3px;
    }
}
/* ==================================================
   PAGES INTÉRIEURES FDV
   ================================================== */

.fdv-inner-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 24px;
}

.fdv-inner-heading {
    text-align: center;
    margin-bottom: 32px;
}

.fdv-kicker {
    display: inline-block;
    color: #8CC63F;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fdv-inner-heading h1,
.fdv-inner-heading h2 {
    color: #0D1B2A !important;
    font-weight: 800 !important;
    margin: 0 0 14px !important;
}

.fdv-inner-heading h1 {
    font-size: 42px !important;
}

.fdv-inner-heading h2 {
    font-size: 32px !important;
}

.fdv-inner-heading p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.65;
    color: #333;
}

/* ---------- CHIFFRES ---------- */

.fdv-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.fdv-stat {
    background: #0D1B2A;
    border-top: 5px solid #8CC63F;
    border-radius: 12px;
    padding: 25px 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

.fdv-stat strong {
    display: block;
    color: #8CC63F;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.fdv-stat span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

/* ---------- HISTOIRE ---------- */

.fdv-text-card {
    max-width: 900px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 32px 36px;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    border-left: 6px solid #8CC63F;
}

.fdv-text-card p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.fdv-quote {
    margin-top: 28px;
    background: #F5F8EF;
    border-radius: 10px;
    padding: 22px 24px;
}

.fdv-quote strong {
    color: #0D1B2A;
    font-size: 18px;
}

.fdv-quote p {
    margin: 8px 0 0;
}

/* ---------- BUREAU ---------- */

.fdv-board-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fdv-board-card {
    background: #0D1B2A;
    border-radius: 14px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.fdv-board-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #8CC63F;
    color: #0D1B2A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-weight: 800;
    font-size: 24px;
}

.fdv-board-card h3 {
    color: #FFFFFF !important;
    font-size: 20px !important;
    margin: 0 0 6px !important;
}

.fdv-board-card p {
    color: #8CC63F;
    margin: 0;
    font-weight: 700;
}

.fdv-inner-cta {
    margin-top: 35px;
    text-align: center;
}

.fdv-inner-cta p {
    margin-bottom: 14px;
    font-weight: 600;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .fdv-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .fdv-board-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .fdv-inner-section {
        padding: 18px 16px;
    }

    .fdv-inner-heading h1 {
        font-size: 34px !important;
    }

    .fdv-inner-heading h2 {
        font-size: 28px !important;
    }

    .fdv-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .fdv-text-card {
        padding: 24px 20px;
    }
}


/* ==================================================
   BANNIÈRE PAGES INTÉRIEURES
   ================================================== */

.fdv-inner-hero {
    max-width: 720px;
    color: #FFFFFF;
    text-align: left;
}

.fdv-inner-hero-kicker {
    display: inline-block;
    color: #8CC63F;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fdv-inner-hero h1 {
    margin: 0 0 18px !important;
    color: #FFFFFF !important;
    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.fdv-inner-hero h1 strong {
    color: #8CC63F;
}

.fdv-inner-hero p {
    margin: 0;
    max-width: 620px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .fdv-inner-hero h1 {
        font-size: 32px !important;
    }

    .fdv-inner-hero p {
        font-size: 16px;
    }
}
/* ==================================================
   RÉDUCTION ESPACEMENT ENTRE LES LIGNES DE CONTENU
   Pages intérieures
   ================================================== */

.line.site_line__item:not(.line-banner):not(.line-menu):not(.line-footer) {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Les modules personnalisés ne rajoutent pas de marge inutile */
.line.site_line__item .content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* =========================================================
   PIED DE PAGE - LES FOUS DU VOLANT
   ========================================================= */
#site-wrapper .line-footer {
    padding-top: 22px !important;
    padding-bottom: 16px !important;
    min-height: 0 !important;
}
/* On limite la largeur du contenu */
#site-wrapper .line-footer .container {
    max-width: 1180px;
    margin: 0 auto;
}

/* Footer Yapla */
#site-wrapper .footer-classic {
    padding: 0 !important;
    margin: 0 !important;
}

/* Adresse */
#site-wrapper .footer-address {
    margin: 0 0 14px !important;
}

#site-wrapper .footer-address h3 {
    display: none;
}

#site-wrapper .footer-address p {
    margin: 2px 0 !important;
    line-height: 1.45;
}

/* Email */
#site-wrapper .footer-email {
    margin: 14px 0 10px !important;
}

#site-wrapper .footer-email h3 {
    display: none;
}

#site-wrapper .footer-email p {
    margin: 0 !important;
}

/* Réseaux sociaux */
#site-wrapper .line-footer .social-network,
#site-wrapper .line-footer .social-networks {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
}

/* Mobile */
@media (max-width: 600px) {
    #site-wrapper .line-footer {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }
}
#site-wrapper .line-footer .row,
#site-wrapper .line-footer .zone-footer,
#site-wrapper .line-footer .content,
#site-wrapper .line-footer .footer-classic {
    min-height: 0 !important;
    height: auto !important;
}

#site-wrapper .line-footer p:last-child,
#site-wrapper .line-footer div:last-child {
    margin-bottom: 0 !important;
}
/* ==================================================
   PAGE HORAIRES
   ================================================== */

.fdv-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.fdv-schedule-card {
    background: #0D1B2A;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.fdv-schedule-type {
    color: #8CC63F;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fdv-schedule-card h3 {
    color: #FFFFFF !important;
    font-size: 26px !important;
    margin: 8px 0 22px !important;
}

.fdv-time-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.fdv-time-row strong {
    color: #FFFFFF;
}

.fdv-time-row span {
    color: #8CC63F;
    font-weight: 800;
    white-space: nowrap;
}

.fdv-schedule-info {
    margin: 22px 0 0;
    color: rgba(255,255,255,.85);
}

/* Infos pratiques */

.fdv-practical-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.fdv-practical-card {
    background: #F5F8EF;
    border-top: 5px solid #8CC63F;
    border-radius: 12px;
    padding: 26px;
}

.fdv-practical-card strong {
    display: block;
    color: #0D1B2A;
    font-size: 20px;
    margin-bottom: 10px;
}

.fdv-practical-card p {
    margin: 0;
    line-height: 1.6;
}

/* ==================================================
   APPEL À L'ESSAI
   ================================================== */

.fdv-trial-cta {
    background: #0D1B2A;
    color: #FFFFFF;
    text-align: center;
    border-radius: 16px;
    padding: 38px 25px;
}

.fdv-trial-cta .fdv-kicker {
    color: #8CC63F !important;
}

.fdv-trial-cta h2 {
    color: #FFFFFF !important;
    margin: 8px 0 12px !important;
}

.fdv-trial-cta p {
    color: #FFFFFF !important;
    max-width: 700px;
    margin: 0 auto 22px !important;
    line-height: 1.6;
}

.fdv-trial-cta .fdv-play-btn {
    display: inline-block;
    background: #8CC63F;
    color: #0D1B2A !important;
    font-weight: 800;
    text-decoration: none !important;
    padding: 13px 22px;
    border-radius: 7px;
    transition: transform .2s ease, background .2s ease;
}

.fdv-trial-cta .fdv-play-btn:hover {
    background: #9BD74A;
    color: #0D1B2A !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}
/* ==================================================
   PREMIÈRE SÉANCE
   ================================================== */

.fdv-trial-steps {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.fdv-trial-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    border-left: 5px solid #8CC63F;
}

.fdv-trial-step > span {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #8CC63F;
    color: #0D1B2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.fdv-trial-step h3 {
    color: #0D1B2A !important;
    margin: 0 0 6px !important;
    font-size: 20px !important;
}

.fdv-trial-step p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .fdv-trial-step {
        flex-direction: column;
    }
}
/* ==================================================
   TARIFS
   ================================================== */

.fdv-price-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 900px;
    margin: 0 auto;
}

.fdv-price-card {
    background: #0D1B2A;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 34px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    border-top: 5px solid #8CC63F;
}

.fdv-price-type {
    color: #8CC63F;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
}

.fdv-price-card h3 {
    color: #FFFFFF !important;
    margin: 10px 0 16px !important;
    font-size: 25px !important;
}

.fdv-price {
    color: #8CC63F;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin: 18px 0;
}

.fdv-price-card p {
    color: #FFFFFF !important;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .fdv-price-grid {
        grid-template-columns: 1fr;
    }
}
/* ==================================================
   VIE DE L'ASSOCIATION
   ================================================== */

.fdv-life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fdv-life-card {
    background: #0D1B2A;
    color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    border-top: 5px solid #8CC63F;
    box-shadow: 0 8px 25px rgba(0,0,0,.10);
}

.fdv-life-card > span {
    color: #8CC63F;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fdv-life-card h3 {
    color: #FFFFFF !important;
    font-size: 22px !important;
    margin: 10px 0 14px !important;
}

.fdv-life-card p {
    color: #FFFFFF !important;
    line-height: 1.65;
    margin: 0;
}

.fdv-life-highlight {
    background: #F5F8EF;
    border-left: 6px solid #8CC63F;
    border-radius: 14px;
    padding: 36px;
}

.fdv-life-highlight h2 {
    color: #0D1B2A !important;
    margin: 8px 0 15px !important;
}

.fdv-life-highlight p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.fdv-gallery-placeholder {
    background: #0D1B2A;
    color: #FFFFFF;
    text-align: center;
    border-radius: 15px;
    padding: 38px 25px;
}

.fdv-gallery-placeholder strong {
    display: block;
    color: #8CC63F;
    font-size: 24px;
    margin-bottom: 8px;
}

.fdv-gallery-placeholder p {
    color: #FFFFFF !important;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fdv-life-grid {
        grid-template-columns: 1fr;
    }
}
/* ==================================================
   NOUS TROUVER
   ================================================== */

.fdv-location-grid {
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 25px;
    align-items: stretch;
}

.fdv-location-card {
    background: #0D1B2A;
    color: #FFFFFF;
    padding: 34px;
    border-radius: 16px;
    border-top: 5px solid #8CC63F;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.fdv-location-label {
    color: #8CC63F;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fdv-location-card h3 {
    color: #FFFFFF !important;
    font-size: 27px !important;
    margin: 10px 0 18px !important;
}

.fdv-location-card p {
    color: #FFFFFF !important;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.fdv-map {
    min-height: 350px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.fdv-map iframe {
    display: block;
    min-height: 350px;
}

/* Deux boutons CTA */

.fdv-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.fdv-secondary-btn {
    display: inline-block;
    padding: 13px 22px;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    color: #FFFFFF !important;
    font-weight: 800;
    text-decoration: none !important;
    transition: all .2s ease;
}

.fdv-secondary-btn:hover {
    background: #FFFFFF;
    color: #0D1B2A !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .fdv-location-grid {
        grid-template-columns: 1fr;
    }

    .fdv-map,
    .fdv-map iframe {
        min-height: 300px;
    }

    .fdv-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}
/* =========================================================
   FORMULAIRE D'ADHÉSION YAPLA
   ========================================================= */

.fdv-membership-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fdv-yapla-form {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 27, 43, 0.10);
}

.fdv-yapla-form iframe {
    display: block;
    width: 100% !important;
    height: 900px;
    border: 0;
    background: #ffffff;
}

/* Tablette */
@media (max-width: 991px) {
    .fdv-yapla-form iframe {
        height: 950px;
    }
}

/* Téléphone */
@media (max-width: 600px) {
    .fdv-membership-form {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fdv-yapla-form {
        margin-top: 20px;
        border-radius: 10px;
    }

    .fdv-yapla-form iframe {
        height: 1050px;
    }
}
/* ==================================================
   CONTACT
   ================================================== */

.fdv-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fdv-contact-card {
    background: #0D1B2A;
    color: #FFFFFF;
    border-radius: 15px;
    border-top: 5px solid #8CC63F;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,.10);
}

.fdv-contact-card > span {
    color: #8CC63F;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fdv-contact-card h3 {
    color: #FFFFFF !important;
    font-size: 22px !important;
    margin: 10px 0 14px !important;
}

.fdv-contact-card p {
    color: #FFFFFF !important;
    line-height: 1.6;
    margin: 0;
}

.fdv-contact-card a {
    color: #8CC63F !important;
    font-weight: 700;
    text-decoration: none;
}

.fdv-contact-card a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .fdv-contact-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   FORMULAIRE CONTACT YAPLA
   ========================================================= */

/* Bloc général du formulaire */
.content.contact {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 45px 45px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(10, 27, 43, 0.10);
    border-top: 5px solid #8CC63F;
}

/* Titre "Contact" */
.content.contact > h1 {
    color: #0D1B2A !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    margin: 0 0 30px !important;
}

/* Chaque champ */
.content.contact .form-group {
    margin-bottom: 22px !important;
}

/* Libellés */
.content.contact label {
    display: block;
    color: #0D1B2A !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

/* Champs texte */
.content.contact input[type="text"],
.content.contact input[type="email"],
.content.contact input[type="tel"],
.content.contact textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 50px;
    padding: 12px 15px !important;
    border: 2px solid #dfe5e9 !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #0D1B2A !important;
    font-size: 16px !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease;
    box-sizing: border-box;
}

/* Zone message */
.content.contact textarea {
    min-height: 160px !important;
    resize: vertical;
}

/* Champ sélectionné */
.content.contact input:focus,
.content.contact textarea:focus {
    border-color: #8CC63F !important;
    box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.15) !important;
    outline: none !important;
}

/* Astérisques obligatoires */
.content.contact .required,
.content.contact label .required {
    color: #8CC63F !important;
}

/* Zone du bouton */
.content.contact .crm-footer-frame {
    margin-top: 28px;
}

/* Bouton Envoyer */
.content.contact button#send.btn.btn-primary {
    background: #8CC63F !important;
    border: none !important;
    color: #0D1B2A !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    min-width: 140px;
    box-shadow: none !important;
    transition: transform .2s ease, background .2s ease;
}

/* Survol */
.content.contact button#send.btn.btn-primary:hover {
    background: #79b52f !important;
    color: #0D1B2A !important;
    transform: translateY(-2px);
}

/* =========================================================
   CONTACT - MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .content.contact {
        padding: 25px 20px 30px;
        border-radius: 12px;
    }

    .content.contact > h1 {
        font-size: 30px !important;
        margin-bottom: 25px !important;
    }

    .content.contact button#send.btn.btn-primary {
        width: 100% !important;
    }
}

/* =========================================================
   CONTACT - CENTRAGE FINAL
   ========================================================= */

.zone-contact {
    display: flex !important;
    justify-content: center !important;
}

.zone-contact .content.contact {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 35px 45px 40px !important;
    box-sizing: border-box !important;
}

/* Le formulaire reste contenu dans la carte */
.zone-contact .content.contact form.form-horizontal {
    width: 100% !important;
    max-width: 100% !important;
}

/* Largeur agréable des champs */
.zone-contact .content.contact .form-group {
    width: 100% !important;
    max-width: 760px !important;
}

/* Champs */
.zone-contact .content.contact input[type="text"],
.zone-contact .content.contact input[type="email"],
.zone-contact .content.contact input[type="tel"],
.zone-contact .content.contact textarea {
    width: 100% !important;
    max-width: 760px !important;
    box-sizing: border-box !important;
}

/* Message */
.zone-contact .content.contact textarea {
    min-height: 180px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .zone-contact .content.contact {
        padding: 25px 20px 30px !important;
    }

    .zone-contact .content.contact .form-group,
    .zone-contact .content.contact input[type="text"],
    .zone-contact .content.contact input[type="email"],
    .zone-contact .content.contact input[type="tel"],
    .zone-contact .content.contact textarea {
        max-width: 100% !important;
    }
}
/* =========================================================
   CONTACT - LARGEUR DES CHAMPS
   ========================================================= */

.zone-contact .content.contact .form-group > .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Les labels aussi prennent toute la largeur */
.zone-contact .content.contact .control-label.col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Les champs utilisent toute la largeur disponible */
.zone-contact .content.contact .form-control {
    width: 100% !important;
    max-width: 100% !important;
}
/* =========================================================
   BANNIERES FDV - VERSION FINALE PROPRE
   Image entière + hauteur maîtrisée + texte repositionné
   ========================================================= */

@media (min-width: 769px) {

    /* Conteneur principal de bannière */
    .zone-banner .mod-banner__wrapper {
        position: relative !important;
        width: 100% !important;
        height: 420px !important;
        min-height: 420px !important;
        overflow: hidden !important;
        background: #031322 !important;
    }

    /* Image de fond : toujours entière, jamais rognée */
    .zone-banner .mod-banner__img {
        position: relative !important;
        width: 100% !important;
        height: 420px !important;
        min-height: 420px !important;

        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-color: #031322 !important;
    }

    /* Contenu superposé */
    .zone-banner .mod-banner__content {
        position: absolute !important;
        inset: 0 !important;
        height: 420px !important;
        min-height: 420px !important;

        display: flex !important;
        align-items: center !important;

        padding: 0 0 0 7% !important;
        box-sizing: border-box !important;
    }

    /* Accueil + pages intérieures */
    .zone-banner .fdv-hero,
    .zone-banner .fdv-inner-hero {
        width: 47% !important;
        max-width: 680px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    /* Accueil */
    .zone-banner .fdv-hero h1 {
        font-size: 42px !important;
        line-height: 1.12 !important;
        margin: 0 0 15px !important;
    }

    .zone-banner .fdv-hero-subtitle {
        font-size: 18px !important;
        margin: 0 0 10px !important;
    }

    .zone-banner .fdv-hero-text {
        font-size: 16px !important;
        line-height: 1.45 !important;
        margin: 0 !important;
    }

    .zone-banner .fdv-hero .fdv-hero-actions {
        margin-top: 16px !important;
    }

    .zone-banner .fdv-hero .fdv-hero-actions a.fdv-btn {
        padding: 11px 20px !important;
    }

    /* Pages intérieures */
    .zone-banner .fdv-inner-hero h1 {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }

    .zone-banner .fdv-inner-hero p {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }
}

/* =========================================================
   TABLETTE / MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .zone-banner .mod-banner__wrapper,
    .zone-banner .mod-banner__img {
        height: auto !important;
        min-height: 0 !important;
    }

    .zone-banner .mod-banner__img {
        background-size: cover !important;
        background-position: center center !important;
    }

    .zone-banner .mod-banner__content {
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 30px 24px !important;
    }

    .zone-banner .fdv-hero,
    .zone-banner .fdv-inner-hero {
        width: 100% !important;
        max-width: 100% !important;
    }

    .zone-banner .fdv-hero h1,
    .zone-banner .fdv-inner-hero h1 {
        font-size: 32px !important;
    }
}
/* =========================================================
   MENU DESKTOP FDV - AJUSTEMENT FIN
   ========================================================= */

@media (min-width: 992px) {

    .line-menu .container {
        max-width: 1500px !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .line-menu ul,
    .line-menu .nav,
    .line-menu .navbar-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .line-menu a {
        white-space: nowrap !important;
        font-size: 15px !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
}
/* =========================================================
   MENU FDV - SOUS-MENU VERTICAL
   ========================================================= */

@media (min-width: 992px) {

    .line-menu li {
        position: relative;
    }

    /* Sous-menu caché par défaut */
    .line-menu li > ul {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;

        min-width: 250px !important;
        width: 250px !important;

        background: #ffffff !important;
        padding: 8px 0 !important;
        margin: 0 !important;

        box-shadow: 0 10px 25px rgba(0,0,0,0.14);
        z-index: 9999 !important;
    }

    /* Visible au survol */
    .line-menu li:hover > ul {
        display: block !important;
    }

    /* Éléments verticaux */
    .line-menu li > ul > li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Liens */
    .line-menu li > ul > li > a {
        display: block !important;
        width: 100% !important;

        padding: 13px 20px !important;

        color: #0b1c2c !important;
        background: #ffffff !important;

        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: left !important;

        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    /* Survol */
    .line-menu li > ul > li > a:hover {
        color: #8ccd32 !important;
        background: #f5f8f1 !important;
    }

    /* Page active dans le sous-menu */
    .line-menu li > ul > li.active > a,
    .line-menu li > ul > li.current > a,
    .line-menu li > ul > li.current-menu-item > a,
    .line-menu li > ul > li > a.active {
        color: #8ccd32 !important;
        background: #f5f8f1 !important;
        font-weight: 800 !important;
    }
}
/* =========================================================
   FDV - SOUS-PAGE ACTIVE "JOUER AVEC NOUS"
   ========================================================= */

/* HORAIRES */
body.pageid-422302
.dropdown-menu a[href="/fr/horaires"] {
    color: #8ccd32 !important;
    background-color: #f4f8ee !important;
    font-weight: 800 !important;
}

/* PREMIÈRES SÉANCES */
body.pageid-422304
.dropdown-menu a[href="/fr/premieres-seances"] {
    color: #8ccd32 !important;
    background-color: #f4f8ee !important;
    font-weight: 800 !important;
}

/* TARIFS */
body.pageid-422305
.dropdown-menu a[href="/fr/tarifs"] {
    color: #8ccd32 !important;
    background-color: #f4f8ee !important;
    font-weight: 800 !important;
}
/* Supprime le trait vert sous la flèche du menu déroulant */
.line-menu li.menu-type-separator > a.dropdown-toggle::after {
    display: none !important;
}
/* =========================================================
   HEADER FDV - REDUCTION ESPACE BLANC
   ========================================================= */

@media (min-width: 992px) {

    .line-header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .line-header > .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .line-header .row-fluid {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
/* =========================================================
   FDV - HEADER DESKTOP COMPACT
   ========================================================= */

@media (min-width: 992px) {

    .line-header .rf-mod-header-wrapper {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .line-header .mod-header-container {
        min-height: 0px !important;
        height: 0px !important;

        padding-top: 10px !important;
        padding-bottom: 10px !important;

        display: flex !important;
        align-items: center !important;
    }

    .line-header .mod-header-part {
        min-height: 0 !important;
        height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Logo */
    .line-header img.mod-header-logo {
        max-height: 75px !important;
        width: auto !important;
    }
}
/* =========================================================
   PAGE HORAIRES - CARTES ADULTES / ENFANTS
   ========================================================= */

.fdv-schedule-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.fdv-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.fdv-schedule-card {
    background: #0b1c2c;
    border-radius: 16px;
    padding: 38px 40px;
    box-sizing: border-box;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);

    display: flex;
    flex-direction: column;
}

/* ADULTES / ENFANTS */
.fdv-schedule-card .fdv-card-kicker {
    color: #8ccd32 !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

/* Gros titre */
.fdv-schedule-card h2 {
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin: 0 0 22px !important;
}

/* Texte introduction */
.fdv-schedule-card .fdv-card-intro {
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 25px;
    opacity: 0.92;
}

/* Liste horaires */
.fdv-schedule-list {
    width: 100%;
    margin-top: 4px;
}

.fdv-schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;

    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.fdv-schedule-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fdv-schedule-row span {
    color: #ffffff !important;
}

.fdv-schedule-row strong {
    color: #8ccd32 !important;
    font-weight: 800;
    white-space: nowrap;
}

/* Phrase en bas */
.fdv-schedule-card .fdv-card-note {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.5;
    margin: 26px 0 0;
    opacity: 0.9;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .fdv-schedule-section {
        padding: 15px;
    }

    .fdv-schedule-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .fdv-schedule-card {
        padding: 28px 24px;
    }

    .fdv-schedule-card h2 {
        font-size: 24px !important;
    }

    .fdv-schedule-row {
        gap: 15px;
        font-size: 15px;
    }
}
/* =========================================================
   ACCUEIL - POURQUOI VENIR CHEZ NOUS
   ========================================================= */

.fdv-home-reasons {
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 25px;
    box-sizing: border-box;
}

.fdv-section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.fdv-section-heading .fdv-kicker,
.fdv-home-cta .fdv-kicker {
    display: block;
    color: #8ccd32;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fdv-section-heading h2 {
    color: #0b1c2c;
    font-size: 34px;
    line-height: 1.2;
    margin: 0;
}

.fdv-reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.fdv-reason-card {
    background: #f4f8ee;
    border-top: 5px solid #8ccd32;
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.fdv-reason-title {
    color: #8ccd32;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.fdv-reason-card h3 {
    color: #0b1c2c;
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.fdv-reason-card p {
    color: #0b1c2c;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.fdv-home-cta {
    background: #0b1c2c;
    border-radius: 16px;
    padding: 38px 30px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

.fdv-home-cta h2 {
    color: #ffffff !important;
    font-size: 32px;
    margin: 0 0 14px;
}

.fdv-home-cta p {
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 auto 24px;
    max-width: 760px;
}

.fdv-home-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {

    .fdv-home-reasons {
        padding: 35px 18px;
    }

    .fdv-reasons-grid {
        grid-template-columns: 1fr;
    }

    .fdv-section-heading h2,
    .fdv-home-cta h2 {
        font-size: 27px;
    }
}
/* =========================================
   BOUTONS DU BLOC "ENVIE D'ESSAYER ?"
   ========================================= */

.fdv-home-cta .fdv-home-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

/* Base commune aux 2 boutons */
.fdv-home-cta .fdv-home-cta-actions a.fdv-btn {
    display: inline-block !important;
    padding: 14px 28px !important;
    border-radius: 7px !important;

    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;

    transition: all 0.2s ease;
}

/* FAIRE UN ESSAI */
.fdv-home-cta .fdv-home-cta-actions a.fdv-btn-green {
    background: #8ccd32 !important;
    color: #0b1c2c !important;
    border: 2px solid #8ccd32 !important;
}

/* NOUS TROUVER */
.fdv-home-cta .fdv-home-cta-actions a.fdv-btn-outline {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

/* Survol */
.fdv-home-cta .fdv-home-cta-actions a.fdv-btn-green:hover {
    background: #a1df43 !important;
    border-color: #a1df43 !important;
}

.fdv-home-cta .fdv-home-cta-actions a.fdv-btn-outline:hover {
    background: #ffffff !important;
    color: #0b1c2c !important;
}

/* Mobile */
@media (max-width: 600px) {
    .fdv-home-cta .fdv-home-cta-actions {
        flex-direction: column;
    }

    .fdv-home-cta .fdv-home-cta-actions a.fdv-btn {
        width: 100%;
        max-width: 280px;
        box-sizing: border-box;
    }
}
/* =========================================================
   FDV - PAGE REGLEMENT INTERIEUR
   ========================================================= */

.fdv-reglement {
    max-width: 1150px;
    margin: 45px auto 70px;
    padding: 0 22px;
    box-sizing: border-box;
}

/* En-tête */

.fdv-reglement-header {
    background: #0b1c2c;
    border-radius: 16px;
    padding: 45px 50px;
    text-align: center;
    margin-bottom: 25px;
}

.fdv-reglement-kicker {
    display: block;
    color: #8ccd32;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.fdv-reglement-header h1 {
    color: #ffffff !important;
    font-size: 40px !important;
    margin: 0 0 8px !important;
}

.fdv-reglement-header p {
    color: #ffffff !important;
    margin: 0;
    font-size: 18px;
}


/* Introduction */

.fdv-reglement-intro {
    background: #f4f8ee;
    border-left: 5px solid #8ccd32;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 35px;
}

.fdv-reglement-intro strong {
    display: block;
    color: #0b1c2c;
    font-size: 20px;
    margin-bottom: 5px;
}

.fdv-reglement-intro p {
    color: #0b1c2c;
    margin: 0;
    line-height: 1.6;
}


/* Articles */

.fdv-reglement-article {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 25px;

    padding: 32px 0;
    border-bottom: 1px solid #dde3e7;
}

.fdv-article-number {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #8ccd32;
    color: #0b1c2c;

    border-radius: 50%;

    font-size: 18px;
    font-weight: 900;
}

.fdv-reglement-article h2 {
    color: #0b1c2c !important;
    font-size: 25px !important;
    line-height: 1.25;
    margin: 3px 0 18px !important;
}

.fdv-reglement-article p,
.fdv-reglement-article li {
    color: #34434f;
    font-size: 16px;
    line-height: 1.65;
}

.fdv-reglement-article p {
    margin: 0 0 14px;
}

.fdv-reglement-article p:last-child {
    margin-bottom: 0;
}

.fdv-reglement-article ul {
    margin: 5px 0 18px;
    padding-left: 22px;
}

.fdv-reglement-article strong {
    color: #0b1c2c;
}


/* Pied du règlement */

.fdv-reglement-footer {
    margin-top: 40px;
    padding: 35px;

    background: #0b1c2c;
    border-radius: 14px;

    text-align: center;
}

.fdv-reglement-footer strong,
.fdv-reglement-footer p {
    color: #ffffff !important;
}

.fdv-reglement-footer p {
    margin: 10px 0 22px;
}

.fdv-reglement-back {
    display: inline-block;

    background: #8ccd32;
    color: #0b1c2c !important;

    padding: 13px 24px;
    border-radius: 7px;

    font-weight: 800;
    text-decoration: none !important;
}


/* Mobile */

@media (max-width: 768px) {

    .fdv-reglement {
        margin-top: 25px;
        padding: 0 15px;
    }

    .fdv-reglement-header {
        padding: 32px 22px;
    }

    .fdv-reglement-header h1 {
        font-size: 31px !important;
    }

    .fdv-reglement-article {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 27px 0;
    }

    .fdv-article-number {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .fdv-reglement-article h2 {
        font-size: 22px !important;
    }
}
/* =========================================================
   LIEN REGLEMENT INTERIEUR - PAGE ADHESION
   ========================================================= */

.fdv-reglement-link {
    margin: 28px auto 5px;
    text-align: center;
}

.fdv-reglement-link p {
    margin: 0 0 14px;
    color: #34434f;
    font-size: 16px;
}

.fdv-reglement-link a {
    display: inline-block;
    padding: 12px 22px;

    background: #8ccd32;
    color: #0b1c2c !important;

    font-weight: 800;
    text-decoration: none !important;

    border-radius: 7px;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.fdv-reglement-link a:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}
/* =========================================================
   PAGE ADHESION - INFORMATION RGPD
   ========================================================= */

.fdv-rgpd-info {
    max-width: 1000px;
    margin: 28px auto 35px;
    padding: 24px 28px;

    background: #f4f8ee;
    border-left: 5px solid #8ccd32;
    border-radius: 10px;

    box-sizing: border-box;
}

.fdv-rgpd-kicker {
    display: block;

    color: #8ccd32;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;

    margin-bottom: 10px;
}

.fdv-rgpd-info p {
    margin: 0 0 10px;

    color: #34434f;
    font-size: 14px;
    line-height: 1.55;
}

.fdv-rgpd-info p:last-child {
    margin-bottom: 0;
}

.fdv-rgpd-info a {
    color: #0b1c2c !important;
    font-weight: 800;
    text-decoration: underline;
}

.fdv-rgpd-info a:hover {
    color: #8ccd32 !important;
}

@media (max-width: 768px) {

    .fdv-rgpd-info {
        margin: 20px 15px 30px;
        padding: 20px;
    }

}
/* Libellé FACEBOOK identique aux autres cartes */
.fdv-contact-label {
    color: #8ccd32 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

/* Bouton Facebook */
.fdv-facebook-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 20px;

    background-color: #8ccd32 !important;
    color: #0b1c2c !important;

    font-weight: 800 !important;
    font-size: 16px;
    line-height: 1.2;

    text-decoration: none !important;
    border-radius: 7px;
    border: none;

    transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Empêche Yapla de modifier la couleur du texte du lien */
.fdv-facebook-btn:link,
.fdv-facebook-btn:visited,
.fdv-facebook-btn:active {
    color: #0b1c2c !important;
    text-decoration: none !important;
}

/* Survol */
.fdv-facebook-btn:hover {
    color: #0b1c2c !important;
    background-color: #9bdc3b !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}