.elementor-49 .elementor-element.elementor-element-224e619{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0ad6891 *//* ================================
   BASE GÉNÉRALE – À PROPOS
================================ */
/* Spécifique à la page Serrurerie */
#services-serrurerie .service-card {
    font-size: 1.05rem;
}

#services-serrurerie .service-title {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: #183722;           /* titre plus foncé = meilleure lisibilité */
    font-weight: 700;
}

#services-serrurerie .service-text {
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Option : un peu plus de marge autour des cards sur mobile */
@media (max-width: 600px) {
    #services-serrurerie .service-card {
        padding: 1.7rem 1.4rem;
    }
}

#about-intro,
#method,
#values,
#zone {
    width: 100%;
}

/* ================================
   HERO À PROPOS — FULL WIDTH
================================ */

.hero {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 5rem 0;
    background:
        radial-gradient(circle at top left, rgba(111,255,159,0.25), transparent 60%),
        radial-gradient(circle at top right, rgba(111,255,159,0.20), transparent 55%),
        linear-gradient(135deg, #235137 0%, #2f6b3f 100%);
}

.hero-inner {
    width: 100%;
    padding-inline: clamp(1.4rem, 4vw, 3.5rem);
}

.hero h1 {
    font-size: clamp(2.8rem, 5vw, 3.6rem);
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #eafff3;
    max-width: 760px;
}

/* ================================
   SECTIONS PLEINE LARGEUR
================================ */

section {
    width: 100%;
    padding: 4rem 0;
}

.section-inner {
    width: 100%;
    padding-inline: clamp(1.4rem, 4vw, 3rem);
}

/* ================================
   TITRES
================================ */

.section-title {
    font-size: 2.2rem;
    text-align: center;
    color: #183722;
}

.section-subtitle {
    font-size: 1.1rem;
    text-align: center;
    color: #4d6b58;
    max-width: 780px;
    margin: 0.4rem auto 2.8rem;
}

/* ================================
   GRILLE WHY
================================ */

.why-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 3rem;
}

.why-panel {
    background: linear-gradient(145deg, #2f6b3f, #113322);
    border-radius: 22px;
    padding: 2.2rem;
    color: #ffffff;
}

.why-panel h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.why-check {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================================
   GRILLE CARDS GÉNÉRALE
================================ */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1.8rem;
}

/* blocs simples zone */
#zone .service-card {
    text-align: center;
}

/* ================================
   CARDS
================================ */

.service-card {
    background: #ffffff;
    padding: 1.6rem;
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.1);
}

.service-title {
    font-size: 1.2rem;
}

.service-text {
    font-size: 1.05rem;
}

/* ================================
   VALUES GRID
================================ */

.badge-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1.5rem;
}

.badge-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.4rem;
    font-size: 1.05rem;
}

/* ================================
   CTA FINAL
================================ */

.cta {
    background: linear-gradient(135deg, #234634, #2f6b3f);
    color: #ffffff;
    text-align: center;
    padding: 5rem 0;
}

.cta .section-title {
    color: #ffffff;
}

.cta .section-subtitle {
    color: #eafff3;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2rem;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1000px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .badge-list {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 600px) {
    .services-grid,
    .badge-list {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 3.5rem 0;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .service-text,
    .badge-item {
        font-size: 1rem;
    }


}
/* Amélioration page serrurerie */
#hero-serrurerie .hero-inner {
    align-items: center;
}

#hero-serrurerie .hero-subtitle {
    max-width: 720px;
}

#hero-serrurerie .hero-panel {
    min-height: 100%;
}

#services-serrurerie .service-title,
#process-serrurerie .service-title {
    font-size: 1.35rem;
    line-height: 1.3;
    color: #173321;
    margin-bottom: 0.6rem;
}

#services-serrurerie .service-text,
#process-serrurerie .service-text,
#faq-serrurerie .badge-item,
#serrurerie-why .badge-item {
    font-size: 1.05rem;
    line-height: 1.75;
}

#services-serrurerie .service-card,
#process-serrurerie .service-card {
    padding: 1.5rem;
}

#services-serrurerie .service-image img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 14px;
}

#serrurerie-why .badge-list,
#faq-serrurerie .badge-list {
    margin-top: 1.2rem;
}

#serrurerie-why .why-panel p,
#serrurerie-why .why-panel li {
    font-size: 1.03rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    #hero-serrurerie .hero-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}/* End custom CSS */