/* ---------- Page parent : Servicees ---------- */
/* ---------- Nos valeurs — chiffres (bande noire) ---------- */
#sec-nos-valeurs-chiffres.section-dark {
    background: var(--anthracite);
    color: var(--white);
    padding: 120px 0;
}
#sec-nos-valeurs-chiffres .sec-head .lede {
    color: rgba(255, 255, 255, 0.7);
}
#sec-nos-valeurs-chiffres h2 {
    color: var(--white);
}

#sec-nos-valeurs-chiffres .valeurs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    gap: 0;
    margin-top: 64px;
}
#sec-nos-valeurs-chiffres .val {
    padding: 56px 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
#sec-nos-valeurs-chiffres .val:last-child {
    border-right: none;
}
#sec-nos-valeurs-chiffres .val .vi {
    width: 52px;
    height: 52px;
    border: 1.5px solid var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    margin-bottom: 28px;
}
#sec-nos-valeurs-chiffres .val h3 {
    color: var(--white);
    font-size: 61.2px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: baseline;
    gap: 0.08em;
    margin-bottom: 16px;
}

#sec-nos-valeurs-chiffres .val h3 span {
    color: var(--red);
}
#sec-nos-valeurs-chiffres .val p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
    font-family: var(--font-secondary);
}
#sec-nos-valeurs-chiffres .val p span {
    color: rgba(255, 255, 255, 0.65);

}

#sec-nos-valeurs-chiffres .val h3 .symbol {
    color: var(--red);
    font-size: 0.55em;
    line-height: 1;
    font-weight: 700;
}

p.chantier-label{
    font-weight: 700;
}



@media (max-width: 1100px) {
    #sec-nos-valeurs-chiffres .valeurs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    #sec-nos-valeurs-chiffres .valeurs-grid {
        grid-template-columns: 1fr;
    }
    #sec-nos-valeurs-chiffres .val {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    #sec-nos-valeurs-chiffres .val:last-child {
        border-bottom: none;
    }
}

/* ---------- Services ---------- */
.services {
    background: var(--paper);
}

/* Blocs liens services, suppression des margins */
.services .svc-row + .svc-row {
    margin-top: 0 !important;
}

.svc-list > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.svc-list > a:hover {
    color: inherit;
    text-decoration: none;
}

.svc-list article {
    border-top: 1px solid var(--line);
    padding: 48px 0;
    transition: background .3s;
    cursor: pointer;
}

.svc-list article:last-child {
    border-bottom: 1px solid var(--line);
}

.svc-list article:hover {
    background: var(--paper);
}

.svc-no {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--red);
    font-feature-settings: "tnum";
}

.svc-text h3 {
    font-size: 46px;
    font-weight: 700;
}

/* NOS REALISATIONS */

.proj-info .loc {
    color: var(--light-dark);
}
.projects {
    background: var(--white);
}

.projects .sec-head h2 {
    color: var(--light-dark);
}

.proj-counter {
    color: var(--light-dark);
}

.proj-info h3{
    color:var(--light-dark);
}

.projects .sec-head h2 {
    color: var(--light-dark);
}

.proj-counter .total {
    color: var(--light-dark);
}

.proj-info .meta{
    color: var(--light-dark);
}

/* ---------- Page enfants : Maçonneerie générale, carrelage faience, travaux pmr, taille de pierre ---------- */
/* ==========================================================
   INTRODUCTION + NOS PRESTATIONS
   ========================================================== */
#sec-intro-prestations .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 48px;
}
#sec-intro-prestations .sec {
    position: relative;
    padding: 120px 0;
}
#sec-intro-prestations .sec.alt {
    background: var(--paper);
}

/* ---- Intro ---- */
#sec-intro-prestations .intro-split {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
}
#sec-intro-prestations .intro-split .lead {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 38px;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: var(--dark);
}
#sec-intro-prestations .intro-split .lead .em {
    font-style: italic;
    color: var(--red);
}
#sec-intro-prestations .lead .wa {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        filter 0.4s ease;
}
#sec-intro-prestations .lead.in-view .wa {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* ---- Sec head ---- */
#sec-intro-prestations .sec-head {
    margin-bottom: 64px;
    max-width: 780px;
}
#sec-intro-prestations .sec-head .kicker {
    font-family: var(--font-tertiary);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
#sec-intro-prestations .sec-head .lede {
    margin-top: 24px;
    font-size: 17px;
    color: var(--body);
    max-width: 620px;
    line-height: 1.6;
    font-family: var(--font-secondary);
}

/* ---- Service cards ---- */
#sec-intro-prestations .svc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
#sec-intro-prestations .svc-card {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 36px 28px;
    position: relative;
    transition:
        transform 0.25s,
        box-shadow 0.25s,
        border-color 0.25s;
}
#sec-intro-prestations .svc-card .num {
    position: absolute;
    top: 28px;
    right: 28px;
    font-family: var(--font-tertiary);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--body);
    font-weight: 600;
}
#sec-intro-prestations .svc-card .ic {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(217, 48, 37, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    margin-bottom: 24px;
    transition: background 0.25s;
}
#sec-intro-prestations .svc-card h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    line-height: 1.15;
    color: var(--dark);
}
#sec-intro-prestations .svc-card p {
    font-size: 14px;
    color: var(--body);
    line-height: 1.6;
    font-family: var(--font-secondary);
}

/* pour qui */
#sec-pour-qui .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 48px;
}
#sec-pour-qui .sec.dark {
    background: var(--anthracite);
    color: var(--white);
    padding: 120px 0;
}
#sec-pour-qui .sec-head {
    margin-bottom: 64px;
    max-width: 780px;
}
#sec-pour-qui .sec-head .kicker {
    font-family: var(--font-tertiary);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
#sec-pour-qui .sec-head h2 {
    color: var(--white);
}

#sec-pour-qui .audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid var(--white);
    gap: 0;
}
#sec-pour-qui .aud {
    padding: 56px 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
#sec-pour-qui .aud:last-child {
    border-right: none;
}
#sec-pour-qui .aud .ai {
    width: 52px;
    height: 52px;
    border: 1.5px solid var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    margin-bottom: 28px;
}
#sec-pour-qui .aud .aidx {
    font-family: var(--font-tertiary);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 16px;
}
#sec-pour-qui .aud h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
#sec-pour-qui .aud p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.7;
    font-family: var(--font-secondary);
}
/* */

/* RÉALISATIONS */
.projects {
    background: var(--white);
    color: var(--anthracite);
}
.projects .sec-head h2 {
    color: var(--anthracite);
}

.proj-info h3 {
    color: var(--anthracite);
}

.proj-info .meta {
    color: var(--anthracite);
}

.proj-info .loc {
    color: var(--anthracite);
}
/* */

@media (max-width: 1100px) {
    #sec-intro-prestations .svc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    #sec-intro-prestations .svc-grid {
        grid-template-columns: 1fr;
    }
    #sec-intro-prestations .container {
        padding: 0 24px;
    }
    #sec-intro-prestations .intro-split .lead {
        font-size: 28px;
    }
}

/* //// POUR QUI ////// */

@media (max-width: 900px) {
    #sec-pour-qui .audience-grid {
        grid-template-columns: 1fr;
    }
    #sec-pour-qui .aud {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    #sec-pour-qui .aud:last-child {
        border-bottom: none;
    }
}
@media (max-width: 640px) {
    
    #sec-nos-valeurs-chiffres .val {
        padding: 56px 0px;
    }

    #sec-pour-qui .aud {
        padding: 56px 0px;
    }

    #sec-pour-qui .container {
        padding: 0 24px;
    }
}

