


/* --- Bouton doré avec animation --- */
.btn-class {
    display: inline-block;
    background-color: #d4af37 !important;
    color: #1a1a1a !important;
    padding: 16px 32px !important;
    border-radius: 4px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    text-align: center;
    cursor: pointer;
}

.btn-class:hover {
    background-color: #fff !important;
    color: #d4af37 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

@keyframes pulse-gold {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

.hero .btn-class {
    animation: pulse-gold 2s infinite;
}

/* --- Confort de lecture (Descriptions plus grandes) --- */
.service-item p {
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.titre-service {
    font-size: 1.4rem !important;
    margin-bottom: 12px !important;
}

/* ========================================
   FORCER TOUT LE TEXTE EN BLANC
======================================== */

/* Hero - Description en BLANC */
.hero-desc,
.hero .hero-desc,
.hero-content .hero-desc,
div.hero-desc,
.hero-desc strong,
.hero-desc br + strong {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Section Portrait - Texte en BLANC ET EN GRAS */
.section-text-dark,
.section-text-dark p,
.portrait-section .section-text-dark p,
section.portrait-section .section-text-dark p,
.section-text-dark > p {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 700 !important;
}

/* Services - Descriptions en BLANC */
.service-list .service-item p,
.service-item p,
a.service-item p,
.expertise .service-item p {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Footer - TOUT en BLANC */
footer,
footer *,
footer p,
footer span,
footer div,
footer a,
.footer-col,
.footer-col *,
.footer-col p,
.footer-col span,
.footer-col div,
footer#contact,
footer#contact *,
footer#contact p,
footer#contact span,
.titre-footer,
footer .titre-footer,
.footer-col .titre-footer,
.bold-contact,
footer .bold-contact,
.lgbt-container span,
footer .lgbt-container span,
.copyright,
footer .copyright {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Bouton Footer - Fond doré */
footer .btn-class,
footer#contact .btn-class,
.footer-col .btn-class,
footer .footer-col .btn-class,
footer#contact .footer-col .btn-class {
    background-color: #d4af37 !important;
    color: #1a1a1a !important;
}

/* Bouton Footer - SURVOL EN BLANC */
footer .btn-class:hover,
footer#contact .btn-class:hover,
.footer-col .btn-class:hover,
footer .footer-col .btn-class:hover,
footer#contact .footer-col .btn-class:hover {
    background-color: #ffffff !important;
    color: #d4af37 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

/* Sécurité supplémentaire - Forcer blanc partout sauf liens dorés */
body * {
    color: inherit;
}

.hero-desc,
.section-text-dark p,
.service-item p,
footer p,
footer span:not(.stars) {
    color: #ffffff !important;
}

/* ========================================
   STYLE POUR LE H1 DANS LE HEADER (PAGE D'ACCUEIL)
======================================== */

/* H1 "brand" dans le header - SANS marges */
.brand {
    font-family: 'Playfair Display', serif;
    font-size: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0; /* ✅ Enlever marges par défaut du H1 */
    padding: 0;
    font-weight: 400;
}

.brand a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.brand a:hover { 
    color: #ffffff; 
}

/* Mobile */
@media (max-width: 768px) {
    .brand {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
}

.comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_3 {
    width: 100%;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_3 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_3 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    body {
        background-image: url('');
    }
}
