


/* --- AMÉLIORATION LISIBILITÉ & ALIGNEMENT --- */

/* 0. MISE EN PAGE DU CONTENEUR */
#test-container {
    padding-left: 40px !important; 
    padding-right: 40px !important;
    padding-bottom: 150px !important; /* Marge pour le footer */
    max-width: 1000px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

#view-dash {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 1100px !important; 
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

@media (max-width: 600px) {
    #test-container, #view-dash {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* 1. La Question Principale */
#test-container p[style*="font-size:22px"] {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* 2. Les Boutons de Réponse (Carrés 1, 2, 3...) */
.ans-btn {
    background-color: #2a2a2a !important;
    border: 1px solid #444 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    
    /* CORRECTION ALIGNEMENT : Largeur fixe pour s'aligner avec le texte */
    width: 110px !important; 
    padding: 15px 0 !important; /* Padding ajusté */
    
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

.ans-btn:hover {
    background-color: #5faad9 !important;
    border-color: #5faad9 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(95, 170, 217, 0.3);
}

/* 3. Les Légendes (Pas du tout, D'accord...) */
/* On cible les textes sous les boutons */
#test-container div[style*="font-size:10px"] div {
    /* CORRECTION ALIGNEMENT : Même largeur que les boutons */
    width: 110px !important; 
    
    font-size: 13px !important; /* Taille lisible mais qui rentre dans la case */
    color: #e0e0e0 !important; /* Blanc cassé */
    font-weight: 600 !important;
    line-height: 1.3;
    margin-top: 5px;
    word-wrap: break-word; /* Coupe proprement si besoin */
}

/* Cible spécifique pour les légendes DANS les boutons (Test IDMI) */
.ans-btn small {
    display: block;
    font-size: 12px !important;
    color: #ccc !important;
    font-weight: normal !important;
    margin-top: 5px;
    line-height: 1.2;
}

/* 4. Phase de classement (Test Valeurs) */
.ranking-item {
    background: #2a2a2a;
    border: 1px solid #444;
    padding: 20px 25px;
    margin-bottom: 12px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.ranking-item:hover {
    border-color: #777;
    background: #333;
}

.ranking-item.selected {
    background: #1e3a4c;
    border: 1px solid #5faad9;
    color: #fff;
    font-weight: bold;
}

.rank-badge {
    background: #5faad9;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.ranking-item.selected .rank-badge {
    display: flex;
}

.comp_1 {
    background-color: rgba(26,26,26,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_2 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_3 {
    flex-direction: column;
}
.comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_4 {
    width: 100%;
}
.comp_4 .waf-breadcrumb {
    align-items: flex-start;
    color: rgba(79,128,198,1);
    display: flex;
    font-family: 'Lato';
    font-weight: 400;
    justify-content: flex-start;
}
.comp_4 .waf-breadcrumb .waf-bc-cur-page {
    color: rgba(212,175,55,1);
}
.comp_4 .waf-breadcrumb .waf-bc-item a {
    color: rgba(79,128,198,1);
}
.comp_4 .waf-breadcrumb .waf-bc-item a:hover {
    color: rgba(59,85,109,1);
}
.comp_4 .waf-breadcrumb .waf-bc-item:hover {
    color: rgba(59,85,109,1);
}
.comp_4 .waf-breadcrumb li:not(:last-child)::after {
    content: "\00a0>\00a0";
}
.comp_4 .waf-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.comp_5 {
    background-color: rgba(26,26,26,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_5 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_6 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_6 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_7 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_8 {
    flex-direction: column;
}
.comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_9 {
    width: 100%;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_1 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_1 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_2 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_3 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_4 .waf-breadcrumb {
    font-size: 12px;
    min-height: 16px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.comp_5 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_5 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_6 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_6 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_7 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_8 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_9 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 .waf-breadcrumb {
        font-size: 16px;
        min-height: 16px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .comp_5 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_5 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_6 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_6 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_7 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_9 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    body {
        background-image: url('');
    }
}


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



<style>
    /* --- VARIABLES & BASE --- */
    :root {
        --bg-color: #1a1a1a;
        --text-main: #ffffff; /* Passé en blanc pur pour la lisibilité */
        --accent: #d4af37;
        --surface: #242424;
        --font-title: 'Playfair Display', serif;
        --font-body: 'Lato', sans-serif;
    }

    /* --- SECTION EXPERTISE (Grille des services) --- */
    .service-item p {
        font-size: 1.15rem !important;
        line-height: 1.7 !important;
        color: #ffffff !important; /* Blanc pur */
        font-weight: 400;
    }

    .titre-service {
        font-size: 1.4rem !important;
        color: var(--accent) !important;
        margin-bottom: 12px !important;
    }

    /* --- TABLEAU LOGISTIQUE (Bilan de compétences) --- */
    .table-logistique {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        background: var(--surface);
    }
    .table-logistique th, .table-logistique td {
        padding: 20px;
        border: 1px solid #444;
        text-align: left;
        font-size: 1.1rem;
        color: #ffffff;
    }
    .table-logistique th { 
        color: var(--accent); 
        text-transform: uppercase; 
        letter-spacing: 1px; 
    }

    /* --- SECTION FINAL CTA (Bas de page) --- */
    .final-cta {
        background-color: #242424;
        border-top: 1px solid #333;
        padding: 80px 0;
        width: 100%;
        box-sizing: border-box;
        font-family: var(--font-body);
    }

    .widget-wrapper {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 40px; 
    }

    .cta-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        flex-wrap: wrap;
        text-align: left;
    }

    .cta-photo {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-image: url('https://www.lemarie-psy.fr/wa_res/images/normal/Sylvain%20Lemarie%20Portrait%20L%202.webp');
        background-size: cover;
        background-position: center; 
        border: 3px solid var(--accent);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        flex-shrink: 0;
    }

    .cta-name {
        font-family: var(--font-title);
        color: #ffffff;
        font-size: 2.2rem;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .cta-description {
        font-size: 1.2rem !important;
        line-height: 1.6 !important;
        color: #ffffff !important;
        margin-bottom: 15px;
    }

    .cta-phone {
        font-size: 1.8rem;
        color: var(--accent);
        font-family: var(--font-title);
        font-weight: 700;
        display: block;
        margin: 10px 0;
        text-decoration: none;
    }

    .cta-email {
        font-size: 1rem;
        color: #ffffff;
        margin-bottom: 30px;
    }

    /* --- BOUTON DORÉ --- */
    .widget-btn {
        display: inline-block; 
        background-color: var(--accent); 
        border: 2px solid var(--accent); 
        padding: 15px 40px; 
        text-transform: uppercase; 
        font-size: 14px; 
        font-weight: 800; 
        letter-spacing: 1px; 
        text-decoration: none; 
        color: #1a1a1a !important; 
        transition: all 0.3s ease;
        border-radius: 4px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    }

    .widget-btn:hover { 
        background-color: #ffffff; 
        border-color: #ffffff;
        transform: translateY(-3px); 
    }

    /* --- FOOTER & COPYRIGHT (Optimisation Lisibilité Photo 2) --- */
    .widget-footer { 
        padding: 60px 0; 
        background-color: #1a1a1a; 
        border-top: 1px solid #333; 
        width: 100%;
        color: #ffffff;
    }

    .w-footer-content {
        display: flex; 
        justify-content: space-between; 
        flex-wrap: wrap; 
        gap: 40px;
        align-items: center;
    }

    .footer-cabinet {
        font-size: 1.1rem;
        color: #ffffff;
        margin-bottom: 0; /* Aligné avec les liens */
    }

    .lgbt-container {
        display: flex; 
        align-items: center; 
        gap: 15px;
        margin-top: 15px;
    }

    .lgbt-flag {
        width: 50px; 
        height: auto; 
        border-radius: 4px;
    }

    .lgbt-text {
        font-size: 0.95rem; 
        font-weight: 600; 
        color: #ffffff;
    }

    /* LIENS FOOTER (Style Photo 2) */
    .footer-links a {
        color: #ffffff !important; 
        text-decoration: underline !important; 
        margin-left: 25px;
        font-size: 1.05rem;
        font-weight: 400;
        transition: opacity 0.3s;
    }

    .footer-links a:hover { 
        opacity: 0.7;
    }

    /* COPYRIGHT (Enfin lisible) */
    .copyright-section {
        text-align: center; 
        margin-top: 50px; 
        padding-top: 30px;
        border-top: 1px solid #333;
        font-size: 1rem;
        letter-spacing: 1px;
        color: #ffffff !important;
        font-weight: 400;
    }

    /* --- RESPONSIVE --- */
    @media (max-width: 768px) {
        .cta-content { flex-direction: column; text-align: center; }
        .w-footer-content { flex-direction: column; text-align: center; }
        .footer-links a { margin: 10px; display: inline-block; }
    }
</style>


.hidden {
  display: none;
}
 
.seo-invisible {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
 

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