/* HERO Services */

.services-hero {
    position: relative;
    padding: 140px 0 100px;
    text-align: center;
    color: var(--blanc);
    overflow: hidden;
}

.services-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.services-hero h1 {
    font-size: 42px;
    font-family: var(--font-secondary);
    margin-bottom: 10px;
    color: var(--blanc);
}

.services-hero p {
    font-size: 18px;
    opacity: 0.9;
    color: var(--gris-clair);
}

/* STRUCTURE GENERALE DES BLOCS */
.service-block {
    padding: 80px 0;
}

.block-container {
    display: flex;
    align-items: center;
    gap: 60px;
}


/* TEXTES & LISTES */

.block-text {
    flex: 1;
}

.service-icon {
    text-align: center;
    margin-bottom: 20px;
}

.service-icon img {
    width: 90px; 
    height: auto;
}

.block-text h2 {
    font-size: 28px;
    font-family: var(--font-primary);
    margin-bottom: 10px;
    text-align: center;
}

.block-text p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}

.block-text ul {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 24px;
}

.block-text ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
}

.block-text ul li::before {
    content: "✔";
    color: var(--bleu-azur);
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* IMAGES */

.block-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    height: fit-content;
}

/* Bouton */

.btn-services {
    display: flex;
    justify-content: center;
}

.seo-text {
    padding-bottom: 40px;
}

.seo-text h2 {
    padding-bottom: 24px;
}

.seo-text p {
text-align: justify;
}