@charset "utf-8";
/* CSS Document */


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background: linear-gradient(145deg, #f4f9f4 0%, #eef3ec 100%);
            color: #1a2e1f;
            line-height: 1.4;
            scroll-behavior: smooth;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 2rem 1.5rem;
        }

        section {
            margin-bottom: 3rem;
        }

        .section-title {
            font-size: 1.9rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
            background: linear-gradient(135deg, #1f5e2d, #2b7a3e);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            letter-spacing: -0.3px;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 70px;
            height: 4px;
            background: #2e7d32;
            border-radius: 4px;
        }

        /* HERO */
        .hero {
            background: white;
            border-radius: 2rem;
            padding: 2.5rem 2rem;
            box-shadow: 0 20px 35px -12px rgba(0, 32, 0, 0.12);
            margin-bottom: 2.5rem;
            text-align: center;
            border: 1px solid rgba(46, 125, 50, 0.2);
        }
        .hero-badge {
            background: #e8f5e9;
            color: #1e562a;
            font-weight: 700;
            font-size: 0.85rem;
            padding: 0.4rem 1rem;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 1.2rem;
        }
        .hero h1 {
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: #1c3e1c;
        }
        .hero .subhead {
            font-size: 1.2rem;
            color: #2c4b2c;
            max-width: 750px;
            margin: 0 auto 1.6rem auto;
            font-weight: 500;
        }
        .hero-highlight {
            background: #fef9e3;
            padding: 0.8rem 1.5rem;
            border-radius: 60px;
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.2rem;
            margin-top: 1rem;
            font-weight: 600;
            color: #b45f06;
        }
        .hero-highlight i {
            color: #2e7d32;
            margin-right: 6px;
        }
        .cta-phone {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #2e7d32;
            color: white;
            font-weight: 700;
            padding: 0.9rem 2rem;
            border-radius: 50px;
            margin-top: 1.8rem;
            text-decoration: none;
            transition: all 0.25s ease;
            box-shadow: 0 8px 16px -6px rgba(46,125,50,0.3);
            font-size: 1.1rem;
            border: none;
            cursor: pointer;
        }
        .cta-phone:hover {
            background: #1b5e20;
            transform: translateY(-3px);
            box-shadow: 0 14px 24px -8px rgba(30,80,30,0.4);
        }

        /* cartes avantages */
        .grid-3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 2rem;
            margin-top: 1rem;
        }
        .advantage-card {
            background: white;
            padding: 1.8rem 1.5rem;
            border-radius: 1.5rem;
            text-align: center;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 8px 20px rgba(0,0,0,0.03);
            border: 1px solid #e2f0e2;
        }
        .advantage-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 30px -12px rgba(0, 50, 0, 0.12);
            border-color: #c8e6c9;
        }
        .advantage-icon {
            font-size: 2.8rem;
            color: #2e7d32;
            margin-bottom: 1rem;
        }
        .advantage-card h3 {
            font-size: 1.4rem;
            margin-bottom: 0.8rem;
            font-weight: 700;
        }
        .advantage-card p {
            color: #2d4a2a;
            font-weight: 500;
        }

        /* zones */
        .zones-wrapper {
            background: white;
            border-radius: 1.8rem;
            padding: 2rem;
            box-shadow: 0 12px 25px rgba(0,0,0,0.05);
        }
        .zone-badge-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin: 1.5rem 0 1rem;
        }
        .zone-badge {
            background: #eef5e9;
            padding: 0.6rem 1.4rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.9rem;
            color: #1f542b;
            border-left: 4px solid #2e7d32;
        }
        .info-text {
            background: #f1f8e9;
            padding: 1rem 1.5rem;
            border-radius: 1rem;
            margin-top: 1.5rem;
            font-weight: 500;
            color: #2b5e2b;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .info-text i {
            font-size: 1.8rem;
            color: #2e7d32;
        }

        /* étapes */
        .steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1.5rem;
            margin: 2rem 0;
        }
        .step-item {
            flex: 1;
            min-width: 180px;
            background: white;
            border-radius: 1.2rem;
            padding: 1.5rem 1rem;
            text-align: center;
            box-shadow: 0 6px 14px rgba(0,0,0,0.02);
            border: 1px solid #e0f0df;
        }
        .step-number {
            width: 44px;
            height: 44px;
            background: #2e7d32;
            color: white;
            font-weight: 800;
            font-size: 1.3rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem auto;
        }

        /* CARTE GOOGLE + CONTACT (avec adresse spécifique) */
        .map-contact-section {
            background: white;
            border-radius: 2rem;
            padding: 2rem;
            box-shadow: 0 25px 40px -12px rgba(0, 32, 0, 0.15);
        }
        .map-grid {
            display: grid;
            grid-template-columns: 1fr 0.9fr;
            gap: 2rem;
            align-items: stretch;
        }
        @media (max-width: 780px) {
            .map-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        .map-container {
            border-radius: 1.5rem;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            height: 100%;
            min-height: 320px;
        }
        .map-container iframe {
            width: 100%;
            height: 100%;
            min-height: 320px;
            border: 0;
            display: block;
        }
        .contact-block {
            background: #f9fcf7;
            border-radius: 1.5rem;
            padding: 1.8rem;
            text-align: center;
            border: 1px solid #d4e6d4;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .contact-block i {
            font-size: 2.2rem;
            color: #2e7d32;
            margin-bottom: 0.5rem;
        }
        .contact-block h3 {
            font-size: 1.6rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            color: #1a3e1a;
        }
        .phone-big-map {
            font-size: 1.9rem;
            font-weight: 800;
            color: #1e562a;
            background: white;
            padding: 0.6rem 1rem;
            border-radius: 60px;
            margin: 1rem 0;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        .phone-big-map a {
            text-decoration: none;
            color: #1e562a;
        }
        .btn-call-map {
            background: #2e7d32;
            color: white;
            border: none;
            padding: 0.8rem 1.5rem;
            font-size: 1rem;
            font-weight: 700;
            border-radius: 60px;
            cursor: pointer;
            transition: 0.2s;
            margin-top: 0.5rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
        }
        .btn-call-map:hover {
            background: #1b5e20;
            transform: scale(0.97);
        }

        footer {
            border-top: 1px solid #cfdecb;
            margin-top: 3rem;
            padding: 2rem 0 1rem;
            text-align: center;
            font-size: 0.8rem;
            color: #456f42;
        }
        @media (max-width: 640px) {
            .hero h1 {
                font-size: 1.8rem;
            }
            .section-title {
                font-size: 1.6rem;
            }
            .container {
                padding: 1.2rem;
            }
            .phone-big-map {
                font-size: 1.4rem;
            }
        }
        .depannage-icon {
            color: #2e7d32;
        }


