@charset "UTF-8";

/* Page d'accueil */

/* ---------- Hero ---------- */
.hero {
    position: relative;
    background: linear-gradient(120deg, rgba(15, 42, 71, 0.82) 0%, rgba(22, 58, 95, 0.64) 55%, rgba(22, 58, 95, 0.38) 100%), url("/images/hero.jpg") center / cover no-repeat;
    color: var(--blanc);
    padding: 100px 0;
}

.hero-texte {
    max-width: 700px;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 22px;
}

.hero h1 {
    color: var(--blanc);
    font-size: clamp(1.7rem, 6.5vw, 2.9rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
}

.hero-accroche {
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #dbe5f0;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 32px;
}

.hero-points li {
    position: relative;
    padding-left: 26px;
    color: #eaf1f8;
    font-weight: 500;
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: var(--rouge);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(209, 47, 47, 0.25);
}

.hero .btn-contour {
    border-color: var(--blanc);
    color: var(--blanc);
}

.hero .btn-contour:hover {
    background: var(--blanc);
    color: var(--bleu);
}

/* ---------- Atouts ---------- */
.atouts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}

.atout {
    flex: 1 1 220px;
    background: var(--blanc);
    border: 1px solid var(--gris-bordure);
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: var(--ombre);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.atout:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(22, 58, 95, 0.14);
}

.atout-icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--bleu) 0%, var(--bleu-fonce) 100%);
    color: var(--blanc);
    margin-bottom: 16px;
}

.atout-icone svg {
    width: 28px;
    height: 28px;
}

.atout h3 {
    margin-bottom: 8px;
}

/* ---------- Bande de chiffres clés ---------- */
.bande-stats {
    background: var(--bleu);
    color: var(--blanc);
}

.bande-stats-grille {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding-top: 38px;
    padding-bottom: 38px;
}

.stat {
    flex: 1 1 160px;
    text-align: center;
}

.stat-nombre {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 5vw, 2.1rem);
    font-weight: 800;
    color: var(--blanc);
    line-height: 1.1;
}

.stat-label {
    display: block;
    margin-top: 6px;
    color: #b9c8d8;
    font-size: 0.95rem;
}

/* ---------- Services ---------- */
.services-liste {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 26px;
}

.service {
    flex: 1 1 260px;
    max-width: 360px;
    background: var(--blanc);
    border: 1px solid var(--gris-bordure);
    border-radius: var(--rayon);
    overflow: hidden;
    box-shadow: var(--ombre);
}

.service img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.service-corps {
    padding: 20px;
}

.service-corps h3 {
    margin-bottom: 8px;
}

/* ---------- Galerie réalisations ---------- */
.galerie-realisations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.realisation img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: var(--rayon);
    transition: transform 0.25s ease;
}

.realisation:hover img {
    transform: scale(1.04);
}

@media (max-width: 860px) {
    .galerie-realisations {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .galerie-realisations {
        grid-template-columns: 1fr;
    }
}

/* ---------- Zone ---------- */
.section-zone {
    background: var(--bleu);
    color: #dbe5f0;
    padding: 55px 0;
}

.section-zone h2 {
    color: var(--blanc);
}

.section-zone strong {
    color: var(--blanc);
}

.section-zone .btn {
    margin-top: 10px;
}

/* ---------- Bloc show-room ---------- */
.bloc-showroom {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--gris-clair);
    border: 1px solid var(--gris-bordure);
    border-left: 4px solid var(--rouge);
    border-radius: 14px;
    padding: 26px 28px;
}

.bloc-showroom h2 {
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.bloc-showroom p {
    margin-bottom: 0;
    color: var(--gris);
}

.showroom-icone {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bleu);
    color: #fff;
}

.showroom-icone svg {
    width: 28px;
    height: 28px;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
    .hero {
        padding: 60px 0;
    }

    .bloc-showroom {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .hero-actions .btn {
        flex: 1 1 100%;
    }

    .hero-points {
        gap: 10px 22px;
        margin-top: 26px;
    }

    .bande-stats-grille {
        gap: 18px;
    }

    .stat {
        flex: 1 1 40%;
    }
}
