/* ===== STYLES GLOBAUX H2 - COULEUR BANNIÈRE ===== */

/* Tous les h2 du site en bleu bannière */

/* Variantes spécifiques avec gradient */
.home-desc-section h2,
.home-attentes-section h2,
.home-avis-section h2,
.intro-section h2,
.boats-section h2,
.services-section h2 {
    color: #204a71 !important;
    background: linear-gradient(135deg, #204a71 0%, #204a71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* H2 dans les cartes et sections */
.admin-card h2,
.service-card h2,
.product-card h2 {
    color: #204a71 !important;
}

/* H2 dans les modales */
.modal-content h2,
.planyo-modal h2 {
    color: #204a71 !important;
}

/* H2 dans les formulaires */
.form-section h2,
.contact-section h2 {
    color: #204a71 !important;
}

/* Titres spécifiques des pages */
.section-title {
    color: #204a71 !important;
}

/* Strong en bleu aussi (sauf footer) */
strong, b {
    color: #2a5298 !important;
}

/* Footer strong en blanc */
footer strong,
footer b,
.footer-infos strong,
.footer-infos b {
    color: #ffffff !important;
}

/* H2 spécifiques VÉLOS - BLANC */
.velos-header h2,
.velos-section h2 {
    color: white !important;
#2a5298    background: none;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

/* H2 JET-SKI - reste en bleu */
.jet-ski-section h2,
.pricing-table-container h2 {
    color: white !important;
    background: linear-gradient(135deg, #204a71 0%, #204a71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Tableaux tarifs jet-ski */
.pricing-table td,
.pricing-table td strong,
.pricing-table td b {
    color: #204a71 !important;
}

table td {
    color: #204a71 !important;
}

table td strong,
table td b {
    color: #204a71 !important;
}
