.elementor-12 .elementor-element.elementor-element-ea4a4c6{--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;--margin-top:-77px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-12 .elementor-element.elementor-element-ea4a4c6.e-con{--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-ea4a4c6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-02d76e5 *//* HERO en pleine largeur, même dans un thème boxed */
.hero {
    position: relative;
    width: 100vw;          /* prend toute la largeur de la fenêtre */
    left: 50%;
    right: 50%;
    margin-left: -50vw;    /* sort du container du thème à gauche */
    margin-right: -50vw;   /* sort du container du thème à droite */
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* On garde un peu de marge interne pour le contenu */
.hero-inner {
    padding-inline: clamp(1.4rem, 4vw, 3rem);
}

        :root {
            --green-dark: #113322;
            --green-main: #2f6b3f;
            --green-light: #4caf50;
            --black: #111111;
            --bg-light: #f5f5f5;
            --text-main: #222222;
            --text-muted: #555555;
            --white: #ffffff;
            --shadow-soft: 0 10px 30px rgba(0,0,0,0.12);
            --radius-lg: 18px;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background: var(--bg-light);
            color: var(--text-main);
            line-height: 1.6;
            font-size: 17px;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        /* WRAPPERS FULL WIDTH */

        section {
            width: 100%;
            padding: 3.5rem 0;
        }

        .hero,
        .cta {
            padding: 4rem 0;
        }

        .hero-inner,
        .section-inner,
        .footer-inner {
            width: 100%;
            max-width: 100%;
            padding-inline: clamp(1.4rem, 4vw, 3rem);
            margin: 0;
        }

        /* ---------- HERO ---------- */

        .hero {
            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%);
            color: var(--white);
        }

        .hero-inner {
            display: grid;
            grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
            gap: 3rem;
            align-items: center;
        }

        .hero-label {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.35rem 0.85rem;
            border-radius: 999px;
            background: rgba(0,0,0,0.35);
            border: 1px solid rgba(111,255,159,0.4);
            font-size: 0.8rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #e0ffed;
            margin-bottom: 1.2rem;
        }

        .hero-label-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #6fff9f;
            box-shadow: 0 0 8px #6fff9f;
        }

        .hero h1 {
            font-size: clamp(2.8rem, 5vw, 3.6rem);
            line-height: 1.1;
            margin-bottom: 1.2rem;
            color: #ffffff;
        }

        .hero h1 span.highlight {
            color: #b8ffd7;
            font-weight: 700;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            max-width: 560px;
            color: #f2fff7;
            margin-bottom: 1.8rem;
        }

        .hero-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .hero-item {
            flex: 1 1 190px;
            padding: 0.85rem 1.05rem;
            border-radius: 14px;
            background: rgba(0,0,0,0.32);
            border: 1px solid rgba(200,255,220,0.35);
            font-size: 1rem;
        }

        .hero-item strong {
            display: block;
            font-size: 0.85rem;
            text-transform: uppercase;
            color: #e5ffef;
            letter-spacing: 0.06em;
            margin-bottom: 0.15rem;
        }

        .hero-item span {
            color: #e0f7e8;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }

        .btn-primary {
            padding: 1rem 2rem;
            border-radius: 999px;
            border: none;
            cursor: pointer;
            background: linear-gradient(135deg, #6fff9f, var(--green-light));
            color: #06200f;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            font-size: 1rem;
            box-shadow: 0 15px 35px rgba(0,0,0,0.6);
        }

        .btn-primary:hover {
            transform: translateY(-1px);
            opacity: 0.95;
        }

        .btn-ghost {
            padding: 1rem 1.7rem;
            border-radius: 999px;
            border: 1px solid rgba(230,250,235,0.9);
            background: transparent;
            color: #f4fff8;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            font-size: 0.95rem;
            cursor: pointer;
        }

        .hero-note {
            margin-top: 1rem;
            font-size: 0.9rem;
            color: #e0f9ea;
        }

        /* Card de droite dans le HERO */
        .hero-panel {
            background: rgba(255, 255, 255, 0.10);
            border-radius: 22px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
            padding: 1.9rem 1.7rem;
            backdrop-filter: blur(10px);
        }

        .hero-panel h2 {
            font-size: 1.15rem;
            margin-bottom: 0.9rem;
            color: #f7fff9;
        }

        .hero-panel ul {
            list-style: none;
            margin-bottom: 1.2rem;
        }

        .hero-panel li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.6rem;
            padding: 0.55rem 0;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
            font-size: 0.98rem;
        }

        .hero-panel li span {
            color: #f5fff9;
        }

        .tag-pill {
            font-size: 0.8rem;
            padding: 0.2rem 0.6rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.35);
            color: #0a2f16;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 600;
            white-space: nowrap;
        }

        .panel-badge {
            margin-top: 0.9rem;
            font-size: 0.9rem;
            color: #e0f8ea;
        }

        /* ---------- TITRES / SECTIONS ---------- */

        .section-title {
            font-size: 2.1rem;
            margin-bottom: 0.5rem;
            text-align: center;
            color: #18251e;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.05rem;
            color: var(--text-muted);
            max-width: 780px;
            margin: 0.25rem auto 2.6rem;
        }

        /* ---------- SERVICES ---------- */

        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0,1fr));
            gap: 1.5rem;
            padding-inline: clamp(1.4rem, 4vw, 3rem);
        }

        @media (max-width: 1100px) {
            .services-grid {
                grid-template-columns: repeat(2, minmax(0,1fr));
            }
        }

        @media (max-width: 600px) {
            .services-grid {
                grid-template-columns: 1fr;
            }
        }

        .service-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-soft);
            padding: 1.3rem 1.3rem 1.5rem;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0,0,0,0.04);
        }

        .service-label {
            position: absolute;
            top: 1rem;
            left: 1rem;
            font-size: 0.8rem;
            padding: 0.3rem 0.7rem;
            border-radius: 999px;
            background: rgba(47,107,63,0.85);
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.07em;
        }

        .service-image {
            width: 100%;
            border-radius: 14px;
            overflow: hidden;
            margin-bottom: 1rem;
        }

        .service-image img {
            width: 100%;
            height: 190px;
            object-fit: cover;
            display: block;
        }

        .service-icon {
            width: 42px;
            height: 42px;
            border-radius: 16px;
            background: radial-gradient(circle at 30% 30%, #6fff9f, var(--green-main));
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.4rem;
            margin-bottom: 0.9rem;
        }

        .service-title {
            font-weight: 700;
            margin-bottom: 0.4rem;
            font-size: 1.1rem;
        }

        .service-text {
            font-size: 1.02rem;
            color: var(--text-muted);
        }

        /* ---------- AVIS CLIENTS ---------- */

        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0,1fr));
            gap: 1.5rem;
            padding-inline: clamp(1.4rem, 4vw, 3rem);
        }

        @media (max-width: 950px) {
            .reviews-grid {
                grid-template-columns: repeat(2, minmax(0,1fr));
            }
        }

        @media (max-width: 650px) {
            .reviews-grid {
                grid-template-columns: 1fr;
            }
        }

        .review-card {
            background: var(--white);
            border-radius: 18px;
            box-shadow: var(--shadow-soft);
            padding: 1.3rem 1.2rem 1.4rem;
            position: relative;
            overflow: hidden;
        }

        .review-head {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            margin-bottom: 0.6rem;
        }

        .review-avatar {
            width: 36px;
            height: 36px;
            border-radius: 999px;
            background: radial-gradient(circle at 30% 30%, #6fff9f, var(--green-main));
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 0.95rem;
            font-weight: 700;
        }

        .review-name {
            font-weight: 600;
            font-size: 1rem;
        }

        .review-city {
            font-size: 0.88rem;
            color: var(--text-muted);
        }

        .review-stars {
            font-size: 0.9rem;
            color: #f5b400;
            margin-bottom: 0.4rem;
        }

        .review-text {
            font-size: 1.02rem;
            color: var(--text-muted);
        }

        .review-tag {
            position: absolute;
            right: 1rem;
            top: 1rem;
            font-size: 0.8rem;
            padding: 0.25rem 0.6rem;
            border-radius: 999px;
            background: rgba(47,107,63,0.06);
            color: var(--green-main);
            text-transform: uppercase;
        }

        /* ---------- WHY (POURQUOI NOUS) ---------- */

        .why-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            gap: 2.5rem;
            padding-inline: clamp(1.4rem, 4vw, 3rem);
            align-items: center;
        }

        .badge-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0,1fr));
            gap: 1rem;
            margin-top: 1.3rem;
        }

        .badge-item {
            background: var(--white);
            box-shadow: var(--shadow-soft);
            border-radius: 16px;
            padding: 1rem;
            font-size: 1.02rem;
        }

        .badge-item strong {
            display: block;
            margin-bottom: 0.25rem;
        }

        .why-panel {
            background: linear-gradient(145deg, var(--green-main), var(--green-dark));
            border-radius: 22px;
            padding: 1.9rem 1.7rem;
            color: var(--white);
            box-shadow: 0 16px 40px rgba(0,0,0,0.4);
            font-size: 1.02rem;
        }

        .why-panel h3 {
            margin-bottom: 0.9rem;
            font-size: 1.3rem;
        }

        .why-panel ul {
            list-style: none;
        }

        .why-panel li {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            margin-bottom: 0.6rem;
        }

        .why-check {
            width: 18px;
            height: 18px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
        }

        /* ---------- CTA / CONTACT ---------- */

        .cta {
            background: linear-gradient(135deg, #234634, #2f6b3f);
            color: #ffffff;
            text-align: center;
        }

        .cta .section-title {
            color: #ffffff;
        }

        .cta .section-subtitle {
            color: #e8fff1;
        }

        .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.9rem;
            justify-content: center;
            margin-top: 1.4rem;
        }

        .cta-secondary {
            padding: 1rem 1.8rem;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.7);
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            background: transparent;
            color: #ffffff;
        }

        /* ---------- FOOTER ---------- */

        footer {
            background: #050e09;
            color: #cfd9d2;
            font-size: 0.85rem;
            width: 100%;
            padding: 1.8rem 0;
        }

        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            justify-content: space-between;
            align-items: center;
        }

        /* ---------- RESPONSIVE ---------- */

        @media (max-width: 900px) {
            .hero-inner {
                grid-template-columns: minmax(0, 1fr);
            }
            .hero-panel {
                margin-top: 2rem;
            }

            .why-grid {
                grid-template-columns: minmax(0, 1fr);
            }
            .why-panel {
                margin-top: 2rem;
            }
        }

        @media (max-width: 600px) {
            .hero,
            .cta {
                padding-block: 3rem;
            }

            section {
                padding-block: 3rem;
            }

            .hero-inner,
            .section-inner,
            .footer-inner {
                padding-inline: 1.2rem;
            }

            .services-grid,
            .reviews-grid,
            .why-grid {
                padding-inline: 1.2rem;
            }

            .hero h1 {
                font-size: 2.4rem;
            }

            .section-title {
                font-size: 1.9rem;
            }
        }/* End custom CSS */