/* ==========================================================================
   PAGE VIVRE SA SCOLARITÉ
========================================================================== */

/* INTRODUCTION */
.page-template-vivre-sa-scolarite .vs-intro {
    background: var(--bg-soft-gradient);
    border-left: 4px solid var(--color-orange);
    border-radius: 8px;
    box-shadow: var(--soft-box-shadow);
    padding: 1.5rem 2rem;
}

/* H2 - SECTIONS PRINCIPALES */
.page-template-vivre-sa-scolarite h2.vs-section-title {
    color: var(--color-orange);
    margin-top: 2rem;
}

/* BLOCS HIGHLIGHT / CITATIONS */
.page-template-vivre-sa-scolarite .vs-highlight {
    position: relative;
    margin: 1.25rem 0;
    padding: 1.4rem 1.6rem;
    background: var(--color-white);
    border-left: 4px solid var(--color-orange);
    border-radius: 8px;
    box-shadow: var(--soft-box-shadow);
}

.page-template-vivre-sa-scolarite .vs-highlight p {
    margin: 0;
    line-height: 1.7;
}

.page-template-vivre-sa-scolarite .vs-highlight::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 1.4rem;
    color: var(--color-orange);
    opacity: 0.12;
}

/* ==========================================================================
   LIENS DANS LE CONTENU
========================================================================== */

.page-template-vivre-sa-scolarite .std-content a {
    color: var(--color-orange);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.page-template-vivre-sa-scolarite .std-content a:hover {
    opacity: 0.8;
}

/* ==========================================================================
   SECTION CARTES
========================================================================== */

.page-template-vivre-sa-scolarite .vs-cards {
    margin: 2.5rem 0 3rem;
}

/* ==========================================================================
   GRILLE
========================================================================== */

.page-template-vivre-sa-scolarite .vs-cards>.uagb-container-inner-blocks-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

/* ==========================================================================
   CARTES
========================================================================== */

.page-template-vivre-sa-scolarite .vs-card {
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: var(--soft-box-shadow);
    padding: 0 0 15px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* ==========================================================================
   TITRES CARTES
========================================================================== */

.page-template-vivre-sa-scolarite .vs-card h3 {
    margin: 0;
    padding: 0.95rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
}

/* ==========================================================================
   ICÔNES FONT AWESOME
========================================================================== */

.page-template-vivre-sa-scolarite .vs-card h3::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    color: var(--color-white);
}

/* Accompagnement */
.page-template-vivre-sa-scolarite .vs-accompagnement h3::before {
    content: "\f19d";
}

/* Internat */
.page-template-vivre-sa-scolarite .vs-internat h3::before {
    content: "\f559";
}

/* CVL */
.page-template-vivre-sa-scolarite .vs-cvl h3::before {
    content: "\f0c0";
}

/* MDL */
.page-template-vivre-sa-scolarite .vs-mdl h3::before {
    content: "\f64f";
}


/* ==========================================================================
   CONTENU CARTES
========================================================================== */

.page-template-vivre-sa-scolarite .vs-card p {
    margin: 0;
    padding: 1.5rem;
    line-height: 1.7;
}

/* boutons */


/* ==========================================================================
   RESPONSIVE
========================================================================== */

@media (max-width: 768px) {

    .page-template-vivre-sa-scolarite .vs-cards>.uagb-container-inner-blocks-wrap {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .page-template-vivre-sa-scolarite .vs-card h3 {
        font-size: 1.05rem;
    }

}

@media (max-width: 480px) {

    .page-template-vivre-sa-scolarite .vs-card p {
        padding: 1.25rem;
        font-size: 0.95rem;
    }

}

/* ==========================================================================
   CONCLUSION
========================================================================== */

/* .page-template-vivre-sa-scolarite .std-content>p:last-of-type {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--bg-soft-gradient);
    border-left: 4px solid var(--color-orange);
    border-radius: var(--vs-radius);
    box-shadow: var(--soft-box-shadow);
    text-align: center;
} */