.elementor-1051 .elementor-element.elementor-element-aab0027{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2afd99b *//* ========================================
   PAGE SEO LOCALE - SASU MAX
   Template respectant la DA du site
======================================== */

/* Variables et Reset */
.seo-local-page {
    --color-primary: #6E7A73;       /* Gris-vert - couleur principale du site */
    --color-secondary: #6A726D;     /* Gris-vert foncé */
    --color-dark: #2D2D2D;          /* Noir/gris très foncé */
    --color-text: #6E7A73;          /* Texte principal */
    --color-text-light: #6A726D;    /* Texte secondaire */
    --color-accent: #F1F1ED;        /* Fond accent clair */
    --color-light: #F5F5F5;         /* Fond gris clair */
    --color-white: #FFFFFF;
    --font-main: 'Poppins', sans-serif;

    font-family: var(--font-main);
    color: var(--color-text);
    line-height: 1.6;
}

.seo-local-page * {
    box-sizing: border-box;
}

/* Container */
.seo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   HERO SECTION
======================================== */
.seo-hero {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('http://sasu-max.fr/wp-content/uploads/2025/03/392783244_921541062802830_2649378035902576381_n.jpg');
    background-size: cover;
    background-position: center;
    background-color: var(--color-primary); /* Fallback */
}

.seo-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(110, 122, 115, 0.9) 0%, rgba(106, 114, 109, 0.85) 100%);
}

.seo-hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
    max-width: 800px;
}

.seo-hero-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seo-hero h1 {
    color: var(--color-white);
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.seo-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   BOUTONS
======================================== */
.seo-btn-primary {
    display: inline-block;
    background-color: var(--color-white);
    color: var(--color-secondary);
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid var(--color-white);
}

.seo-btn-primary:hover {
    background-color: transparent;
    color: var(--color-white);
}

.seo-btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: var(--color-white);
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid var(--color-white);
}

.seo-btn-secondary:hover {
    background-color: var(--color-white);
    color: var(--color-secondary);
}

/* ========================================
   SECTION INTRODUCTION
======================================== */
.seo-intro {
    padding: 80px 0;
    background: var(--color-white);
}

.seo-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.seo-intro-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.seo-intro-text p {
    font-size: 16px;
    color: var(--color-text);
    margin-bottom: 20px;
    line-height: 1.7;
}

.seo-engagements {
    background: var(--color-light);
    padding: 25px 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.seo-engagements h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin: 0 0 15px 0;
}

.seo-engagements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-engagements li {
    padding: 8px 0;
    font-size: 15px;
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-check {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 16px;
}

.seo-intro-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ========================================
   SECTION SERVICES
======================================== */
.seo-services {
    padding: 80px 0;
    background: var(--color-light);
}

.seo-services h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 15px 0;
}

.seo-section-subtitle {
    text-align: center;
    font-size: 16px;
    color: var(--color-text-light);
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.seo-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.seo-service-card {
    background: var(--color-white);
    padding: 35px 25px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.seo-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.seo-service-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.seo-service-icon svg {
    width: 28px;
    height: 28px;
    color: var(--color-white);
}

.seo-service-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin: 0 0 15px 0;
}

.seo-service-card p {
    font-size: 14px;
    color: var(--color-text-light);
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   GALERIE DE RÉALISATIONS
======================================== */
.seo-gallery {
    padding: 80px 0;
    background: var(--color-white);
}

.seo-gallery h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 15px 0;
}

.seo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.seo-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4/3;
}

.seo-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.seo-gallery-item:hover img {
    transform: scale(1.05);
}

/* ========================================
   ZONE D'INTERVENTION
======================================== */
.seo-zone {
    padding: 60px 0;
    background: var(--color-light);
}

.seo-zone-content {
    text-align: center;
}

.seo-zone h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 15px 0;
}

.seo-zone > .seo-container > .seo-zone-content > p {
    font-size: 16px;
    color: var(--color-text-light);
    margin: 0 0 30px 0;
}

.seo-zone-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.seo-zone-cities span {
    background: var(--color-white);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.seo-zone-cities span:first-child {
    background: var(--color-primary);
    color: var(--color-white);
}

.seo-zone-cities span:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

/* ========================================
   AVIS CLIENTS
======================================== */
.seo-reviews {
    padding: 80px 0;
    background: var(--color-white);
}

.seo-reviews h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 15px 0;
}

.seo-reviews-widget {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-reviews-widget > * {
    margin: 0 auto;
}

/* ========================================
   CTA FINAL
======================================== */
.seo-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.seo-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.seo-cta h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-white);
    margin: 0 0 20px 0;
}

.seo-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 35px 0;
    line-height: 1.7;
}

.seo-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Boutons dans le CTA - assurer la lisibilité */
.seo-cta .seo-btn-secondary {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.seo-cta .seo-btn-secondary:hover {
    background-color: #FFFFFF;
    color: var(--color-secondary);
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 1024px) {
    .seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .seo-hero h1 {
        font-size: 36px;
    }

    .seo-hero {
        min-height: 400px;
    }

    .seo-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .seo-intro-image {
        order: -1;
    }

    .seo-intro-image img {
        height: 300px;
    }

    .seo-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .seo-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-intro,
    .seo-services,
    .seo-gallery,
    .seo-reviews,
    .seo-cta {
        padding: 60px 0;
    }

    .seo-intro-text h2,
    .seo-services h2,
    .seo-gallery h2,
    .seo-reviews h2,
    .seo-cta h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .seo-hero h1 {
        font-size: 28px;
    }

    .seo-hero p {
        font-size: 16px;
    }

    .seo-gallery-grid {
        grid-template-columns: 1fr;
    }

    .seo-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .seo-btn-primary,
    .seo-btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}/* End custom CSS */