


/* ========================================
   0. CORRECTIONS DUPLICATION MOBILE
======================================== */

/* Désactiver le background-image auto-généré par WebAcappella */
.portrait-img {
    background-image: none !important;
    background: none !important;
}

/* Forcer l'affichage uniquement de l'IMG */
.portrait-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

/* ========================================
   1. 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;
}

/* ========================================
   2. CONFORT DE LECTURE (SERVICES)
======================================== */
.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;
}

/* ========================================
   3. 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 et POIDS NORMAL */
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;
    font-weight: 400 !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;
    font-weight: 800 !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);
}

/* ========================================
   4. CORRECTION SPÉCIFIQUE CABINET
======================================== */
#anchor-lecabinet p,
.cabinet-section p,
.cabinet-section .section-text p {
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

body * {
    color: inherit;
}

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

/* ========================================
   5. STYLE H1 HEADER
======================================== */
.brand {
    font-family: 'Lato', serif; 
    font-size: 16px; 
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0; 
    padding: 0;
    font-weight: 400;
    line-height: 1.2; 
}

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

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

@media (max-width: 768px) {
    .brand {
        font-size: 13px !important; 
        letter-spacing: 0.5px;
    }
}

/* ========================================
   6. ✅ SECTION PORTRAIT - AVEC IMG TAG
======================================== */
.portrait-section {
    display: flex !important;
    align-items: stretch !important;
    min-height: 600px !important;
    background-color: #2a2a2a !important;
    margin: 0 !important;
    padding: 0 !important;
}

.portrait-img {
    flex: 0 0 50% !important;
    width: 50% !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.portrait-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.section-text-dark {
    flex: 1 !important;
    width: 50% !important;
    padding: 60px 80px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background-color: #2a2a2a !important;
    margin: 0 !important;
}

/* MOBILE */
@media (max-width: 968px) {
    .portrait-section {
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .portrait-img {
        width: 100% !important;
        min-height: 400px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .portrait-img img {
        min-height: 400px !important;
    }
    
    .section-text-dark {
        width: 100% !important;
        padding: 40px 20px !important;
        margin: 0 !important;
    }
}

.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('');
    }
}
