/* ===========================
    CONTAINER LEGAL - Main Section
    =========================== */
.container_legal {
     height: auto;
     width: 100%;
     background-image: url("../images/welcome/bg_welcome.png");
     margin: 0;
     padding: 0;
     background-size: cover;
     display: flex;
     flex-direction: column;
     align-items: center;
     padding-bottom: 20px;
}

.container_legal h1 {
     color: white;
     margin-top: 10px;
}


/* ===========================
    LEGAL CONTENT - Layout Structure
    =========================== */
.legal_content {
     display: flex;
     width: 100%;
     height: auto;
     flex-direction: column;
     align-items: center;
     gap: 20px;
}

.legal_content section {
     width: 80%;
     height: auto;
     border: 2px solid var(--bleu_clair);
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
     color: white;
     padding-left: 20px;
}

.legal_content section h3 {
     color: white;
     margin-top: 10px;
}


/* ===========================
    HIGHLIGHT - Text Styling
    =========================== */
.highlight {
     font-weight: 700;
     color: var(--bleu_clair);
     background: rgba(0, 123, 255, 0.05);
     padding: 2px 4px;
     border-radius: 4px;
}
