@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

/* En arabe, le texte reste dans la zone vide à gauche de l'image. */
html[dir="rtl"] .hero-content{
    width:min(650px,calc(100% - 40px));
    margin-left:max(20px,calc((100vw - 1180px)/2));
    margin-right:auto;
    text-align:right;
    direction:rtl
}

html[dir="rtl"] .hero h1{font-family:'Noto Kufi Arabic',Arial,sans-serif;font-size:clamp(2.8rem,5.5vw,5.6rem);line-height:1.25;letter-spacing:0}
html[dir="rtl"] .cycle-wheel{
    overflow:hidden;
}
html[dir="rtl"] .hero-lead{max-width:650px}
.website-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.form-status{display:none;margin:18px 0 0;padding:12px 14px;border-radius:12px;font-weight:700}.form-status.show{display:block}.form-status.success{background:#e4f4e9;color:#0a5739}.form-status.error{background:#fde8e8;color:#8b1d1d}
@media(max-width:900px){html[dir="rtl"] .hero-content{width:min(100% - 40px,650px);margin:auto;padding-top:110px}html[dir="rtl"] .hero h1{font-size:clamp(2.6rem,11vw,4.5rem)}}
.media-news{
    padding:100px 0;
    background:#f8faf8;
}
.media-news {
    padding: 100px 0;
    background: #f7faf8;
}

.media-news .section-head {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.media-news .section-kicker {
    margin-bottom: 12px;
    color: #2f8a55;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
}

.media-news h2 {
    margin-bottom: 20px;
    color: #073f2b;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.4;
}

.media-news .section-head p {
    color: #5d6b64;
    font-size: 18px;
    line-height: 2;
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: #000;
    box-shadow: 0 24px 60px rgba(7, 63, 43, 0.18);
}

.video-wrapper iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.video-caption {
    margin: 18px auto 0;
    max-width: 850px;
    color: #69756f;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 768px) {
    .media-news {
        padding: 65px 0;
    }

    .media-news .section-head {
        margin-bottom: 30px;
    }

    .media-news .section-head p {
        font-size: 16px;
    }

    .video-wrapper {
        border-radius: 14px;
    }
}

.media-news .section-head{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
}

.media-news .section-kicker{
    color:#3e8d4f;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.media-news h2{
    font-size:42px;
    margin-bottom:20px;
    color:#133b2c;
}

.media-news p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.video-wrapper{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.video-wrapper iframe{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    border:none;
}
.depots{background:linear-gradient(135deg,#f3f8f4,#fff)}.depots-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center}.depots-content h2{margin-bottom:20px}.city-list{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 30px}.city-list span{background:#fff;border:1px solid #dfe7e2;border-radius:999px;padding:8px 12px;color:#0a5739;font-size:.8rem;font-weight:700;box-shadow:0 6px 18px rgba(5,43,32,.06)}.map-card{margin:0;background:#fff;border-radius:24px;padding:18px;box-shadow:0 20px 60px rgba(5,43,32,.14)}.map-card img{width:100%;max-height:650px;object-fit:contain;border-radius:16px}.map-card figcaption{text-align:center;padding:14px 8px 2px;color:#617068;font-size:.8rem;font-weight:700}
.service-card h3::before{display:inline-grid;place-items:center;width:38px;height:38px;margin-right:10px;border-radius:11px;background:rgba(255,255,255,.15);font-family:Arial,sans-serif;font-size:1.15rem;vertical-align:middle}.service-card:nth-child(1) h3::before{content:'♻'}.service-card:nth-child(2) h3::before{content:'▣'}.service-card:nth-child(3) h3::before{content:'✓'}.service-card:nth-child(4) h3::before{content:'◉'}.values-grid article:nth-child(1) i::before{content:'⚡'}.values-grid article:nth-child(2) i::before{content:'⌖'}.values-grid article:nth-child(3) i::before{content:'★'}.values-grid article:nth-child(4) i::before{content:'♻'}.values-grid i{font-size:0}.values-grid i::before{font-size:1.1rem}
html[dir="rtl"] .service-card h3::before{margin-right:0;margin-left:10px}@media(max-width:900px){.depots-grid{grid-template-columns:1fr}.map-card img{max-height:520px}}

.certifications{
    background:
      radial-gradient(circle at 50% 0,rgba(22,134,83,.08),transparent 34%),
      linear-gradient(180deg,#fbfdfb 0%,#fff 62%,#f7faf8 100%);
}
.certifications-heading{
    max-width:920px;
    margin:0 auto 52px;
    text-align:center;
}
.certifications-heading .section-kicker{
    margin-bottom:8px;
    color:#3e8d4f;
    font-size:.88rem;
    letter-spacing:.04em;
}
.certifications-heading-line{
    display:block;
    width:54px;
    height:3px;
    margin:0 auto 18px;
    border-radius:999px;
    background:var(--green-600);
}
.certifications .certifications-heading h2{
    margin-bottom:22px;
    color:var(--green-950);
    font-family:Manrope,Arial,sans-serif;
    font-size:clamp(2.5rem,5vw,4.7rem);
    font-weight:800;
    letter-spacing:-.055em;
    line-height:1.03;
}
.certifications-heading>p:last-child{
    max-width:800px;
    margin:0 auto;
    color:#2f3f37;
    font-size:clamp(1rem,2vw,1.22rem);
    line-height:1.8;
}
.certification-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    overflow:hidden;
    border:1px solid #e4ebe6;
    border-radius:30px;
    background:#fff;
    box-shadow:0 22px 65px rgba(5,43,32,.13);
}
.certification-card{
    display:flex;
    min-width:0;
    flex-direction:column;
    background:linear-gradient(150deg,#fff 0%,#fbfdfb 100%);
    transition:transform .3s ease,background .3s ease;
}
.certification-card+ .certification-card{
    border-left:1px solid #e4ebe6;
}
.certification-card:hover{
    transform:translateY(-3px);
    background:#fff;
}
.certification-logo{
    display:flex;
    min-height:250px;
    align-items:center;
    justify-content:center;
    gap:24px;
    padding:30px 34px 18px;
}
.certification-logo img{
    display:block;
    max-width:100%;
    max-height:190px;
    object-fit:contain;
}
.certification-logo-eu img{
    width:min(100%,500px);
}
.certification-logo-corsia img:first-child{
    width:58%;
}
.certification-logo-corsia img:last-child{
    width:34%;
}
.certification-content{
    display:flex;
    flex:1;
    flex-direction:column;
    align-items:center;
    padding:22px 42px 34px;
    text-align:center;
}
.cert-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:126px;
    border-radius:8px;
    padding:8px 18px;
    background:linear-gradient(135deg,#3e8d4f,#2d7b40);
    color:#fff;
    font-size:.86rem;
    font-weight:800;
    letter-spacing:.015em;
    box-shadow:0 8px 20px rgba(46,125,64,.2);
}
.certification-card h3{
    margin:20px 0 12px;
    color:var(--green-950);
    font-family:Manrope,Arial,sans-serif;
    font-size:clamp(1.2rem,2vw,1.55rem);
    line-height:1.3;
}
.certification-card p{
    max-width:520px;
    margin:0;
    color:#26362e;
    font-size:.98rem;
    line-height:1.65;
}
.cert-code{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
    gap:11px;
    margin-top:auto;
    padding-top:28px;
    border-top:1px solid #e7ece8;
    color:#3e8d4f;
    font-size:.95rem;
    font-weight:700;
    overflow-wrap:anywhere;
}
.cert-code svg{
    width:28px;
    height:28px;
    flex:0 0 28px;
    fill:none;
    stroke:currentColor;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:1.8;
}
.cert-authority{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:26px;
    align-items:center;
    margin:32px 20px 0;
    padding:26px 46px;
    border:1px solid #e5ece7;
    border-radius:24px;
    background:linear-gradient(90deg,#f4f9f5,#fbfdfb);
    box-shadow:0 12px 35px rgba(5,43,32,.06);
}
.cert-authority-icon{
    width:auto;
    height:90px;
    max-width:240px;
    object-fit:contain;
}
.cert-authority p{
    margin:0;
    color:#24342c;
    font-size:1rem;
    line-height:1.75;
}
.cert-authority strong{
    color:var(--green-950);
}
.certification-legal-heading{
    margin:70px 0 22px;
}
.certification-legal-heading h3{
    margin:0;
    color:var(--green-950);
    font-size:clamp(1.55rem,3vw,2.15rem);
}
.legal-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.legal-panel{
    padding:30px;
    border-radius:22px;
    background:linear-gradient(145deg,#052b20,#073f2b);
    color:#fff;
    box-shadow:0 14px 35px rgba(5,43,32,.12);
}
.legal-panel h3{
    margin:0 0 12px;
}
.legal-panel p:last-child{
    margin-bottom:0;
    color:rgba(255,255,255,.76);
}
.company-legal{
    display:flex;
    flex-wrap:wrap;
    gap:8px 22px;
    margin-top:20px;
    padding:18px 22px;
    border-top:1px solid #dfe7e2;
    color:#617068;
    font-size:.78rem;
}
.company-legal strong{
    color:#073f2b;
}
html[dir="rtl"] .certification-card+.certification-card{
    border-right:1px solid #e4ebe6;
    border-left:0;
}
html[dir="rtl"] .cert-authority{
    grid-template-columns:1fr auto;
}
html[dir="rtl"] .cert-authority-icon{
    grid-column:2;
}
html[dir="rtl"] .cert-authority p{
    grid-column:1;
    grid-row:1;
}
@media(max-width:900px){
    .certification-grid{
        grid-template-columns:1fr;
        gap:0;
    }
    .certification-card+.certification-card,
    html[dir="rtl"] .certification-card+.certification-card{
        border-top:1px solid #e4ebe6;
        border-right:0;
        border-left:0;
    }
    .certification-logo{
        min-height:220px;
    }
    .cert-authority{
        margin-inline:0;
    }
}
@media(max-width:620px){
    .certifications-heading{
        margin-bottom:34px;
    }
    .certifications .certifications-heading h2{
        font-size:clamp(2.15rem,11vw,3.15rem);
    }
    .certification-grid{
        border-radius:22px;
    }
    .certification-logo{
        min-height:180px;
        gap:12px;
        padding:24px 18px 10px;
    }
    .certification-logo img{
        max-height:145px;
    }
    .certification-content{
        padding:20px 22px 28px;
    }
    .cert-code{
        align-items:flex-start;
        font-size:.82rem;
    }
    .cert-authority,
    html[dir="rtl"] .cert-authority{
        grid-template-columns:1fr;
        gap:12px;
        padding:24px;
        text-align:center;
    }
    .cert-authority-icon,
    html[dir="rtl"] .cert-authority-icon{
        grid-column:auto;
        grid-row:auto;
        margin:auto;
    }
    .cert-authority p,
    html[dir="rtl"] .cert-authority p{
        grid-column:auto;
        grid-row:auto;
    }
    .legal-grid{
        grid-template-columns:1fr;
    }
}
.certification-logo-eu img{width:min(100%,500px);max-height:230px}


.language-switcher{display:flex;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.35);border-radius:999px}.lang-btn{border:0;background:transparent;color:#fff;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800;cursor:pointer}.lang-btn.active{background:#e5a925;color:#052b20}
.awareness{background:linear-gradient(180deg,#f6faf7,#eaf4ed)}.awareness .section-head>p{color:#617068}.awareness-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.awareness-photo{position:relative;margin:0;min-height:560px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(5,43,32,.14)}.awareness-photo img{width:100%;height:100%;object-fit:cover}.awareness-photo figcaption{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(5,43,32,.9);color:#fff;border-radius:16px;padding:16px 20px;font-weight:700}.awareness-cards{display:grid;gap:16px}.awareness-card{display:flex;gap:18px;background:#fff;border:1px solid #dfe7e2;border-radius:20px;padding:25px}.awareness-card>span{display:grid;place-items:center;flex:0 0 52px;height:52px;background:#e5f4e9;border-radius:15px;font-size:1.5rem}.awareness-card h3{margin:0 0 7px;color:#0a5739}.awareness-card p{margin:0;color:#617068}.good-steps{margin-top:30px;padding:30px;background:#052b20;color:#fff;border-radius:24px;display:grid;grid-template-columns:1.1fr 2fr auto;gap:25px;align-items:center}.good-steps h3{margin:0}.good-steps ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.good-steps li{display:flex;gap:10px;align-items:center;font-size:.85rem}.good-steps b{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:#e5a925;color:#052b20}
html[dir="rtl"] body{font-family:'Noto Kufi Arabic',Arial,sans-serif;text-align:right}html[dir="rtl"] .hero-content{direction:rtl}html[dir="rtl"] .hero-points span::before{margin-right:0;margin-left:9px}html[dir="rtl"] .check-list li::before{margin-right:0;margin-left:10px}html[dir="rtl"] .gallery-item span{left:auto;right:14px}html[dir="rtl"] .main-nav{direction:rtl}
@media(max-width:900px){.awareness-layout,.good-steps{grid-template-columns:1fr}.awareness-photo{min-height:430px}}

:root{--green-950:#052b20;--green-900:#073f2b;--green-800:#0a5739;--green-600:#168653;--green-400:#44b36f;--gold:#e5a925;--cream:#f5f3eb;--white:#fff;--ink:#12221a;--muted:#617068;--line:#dfe7e2;--shadow:0 20px 60px rgba(5,43,32,.14);--radius:24px;--container:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden;width:100%}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:var(--container);margin:auto}.skip-link{position:fixed;left:16px;top:-100px;background:#fff;padding:10px 14px;z-index:9999}.skip-link:focus{top:16px}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:.3s}.site-header.scrolled{background:rgba(5,43,32,.96);box-shadow:0 8px 30px rgba(0,0,0,.15);backdrop-filter:blur(12px)}.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:14px;padding:4px}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand strong{letter-spacing:.04em}.brand small{font-size:.69rem;opacity:.76;margin-top:5px}.main-nav{display:flex;align-items:center;gap:27px;color:#fff;font-size:.91rem;font-weight:700}.main-nav a{opacity:.86;transition:.2s}.main-nav a:hover{opacity:1;color:#f4c85e}.main-nav .nav-cta{border:1px solid rgba(255,255,255,.5);padding:10px 17px;border-radius:999px;opacity:1}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:6px}.hero{min-height:100vh;position:relative;display:grid;align-items:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,29,20,.88) 0%,rgba(3,29,20,.62) 45%,rgba(3,29,20,.12) 100%),linear-gradient(0deg,rgba(3,29,20,.35),transparent 45%)}.hero-content{position:relative;z-index:1;padding-top:100px;max-width:1180px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:800;color:#f0be49}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(3.2rem,7vw,6.8rem);line-height:.93;letter-spacing:-.045em;max-width:900px;margin:20px 0 24px}.hero h1 span{color:#f0be49}.hero-lead{font-size:clamp(1rem,2vw,1.25rem);max-width:700px;color:rgba(255,255,255,.88)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.25s}.btn-primary{background:var(--gold);color:#17301f;box-shadow:0 12px 30px rgba(229,169,37,.28)}.btn-primary:hover{transform:translateY(-2px);background:#f0ba39}.btn-ghost{border:1px solid rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.07);backdrop-filter:blur(5px)}.hero-points{display:flex;gap:24px;flex-wrap:wrap;color:rgba(255,255,255,.78);font-size:.88rem}.hero-points span::before{content:'●';color:var(--gold);margin-right:9px}.scroll-cue{position:absolute;bottom:24px;left:50%;z-index:2;color:#fff;font-size:1.6rem;animation:bounce 1.8s infinite}@keyframes bounce{50%{transform:translateY(8px)}}.section{padding:110px 0}.section-kicker{color:var(--green-600);margin:0 0 13px}.section h2{font-family:'Playfair Display',serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 26px}.large{font-size:1.15rem;color:#35453d}.split{display:grid;grid-template-columns:1.08fr .92fr;gap:75px;align-items:center}.reverse{grid-template-columns:.95fr 1.05fr}.intro{background:var(--cream)}.logo-card{background:#fff;border-radius:var(--radius);padding:35px;box-shadow:var(--shadow);margin:0;text-align:center}.logo-card img{max-height:450px;margin:auto;object-fit:contain}.logo-card figcaption{margin-top:16px;font-weight:700;color:var(--green-800)}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.feature-row div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.feature-row strong{display:block;color:var(--green-800);font-size:1.4rem}.feature-row span{font-size:.78rem;color:var(--muted)}.section-dark{background:var(--green-950);color:#fff}.section-dark .section-kicker{color:#f0be49}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:45px}.section-head>p{max-width:520px;color:rgba(255,255,255,.68)}.section-head.compact{display:block}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.service-card{position:relative;min-height:440px;overflow:hidden;border-radius:var(--radius);background:#0c4d37}.service-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.5s}.service-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(1,25,17,.95),rgba(1,25,17,.1) 70%)}.service-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:30px}.service-card span{color:#f0be49;font-weight:800}.service-card h3{font-size:1.55rem;margin:5px 0 8px}.service-card p{margin:0;color:rgba(255,255,255,.75)}.service-card:hover img{transform:scale(1.04)}.process{background:#fff}.timeline{list-style:none;padding:0;margin:45px 0 0;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.timeline li{border-top:3px solid var(--green-600);padding-top:22px}.timeline b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green-800);color:#fff;margin-bottom:18px}.timeline h3{font-size:1.05rem;margin:0 0 8px}.timeline p{font-size:.88rem;color:var(--muted);margin:0}.international{background:#eef5f0}.media-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.media-stack img{height:470px;width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.media-stack img+img{margin-top:70px;height:400px}.check-list{padding:0;list-style:none}.check-list li{padding:9px 0}.check-list li::before{content:'✓';display:inline-grid;place-items:center;width:25px;height:25px;margin-right:10px;border-radius:50%;background:var(--green-600);color:#fff;font-weight:800}.incoterms{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.incoterms span{background:#fff;border:1px solid #cadbd1;border-radius:999px;padding:8px 13px;font-size:.78rem;font-weight:800;color:var(--green-800)}.values{background:#fff}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.values-grid article{padding:27px;border:1px solid var(--line);border-radius:20px}.values-grid i{font-style:normal;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e4f4e9;color:var(--green-800);font-weight:900}.values-grid h3{margin:18px 0 8px}.values-grid p{margin:0;color:var(--muted);font-size:.9rem}.gallery{background:var(--cream)}.gallery .section-head>p{color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:14px}.gallery-item{position:relative;border:0;padding:0;border-radius:20px;overflow:hidden;cursor:zoom-in;background:#ddd}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-item span{position:absolute;left:14px;bottom:14px;background:rgba(5,43,32,.84);color:#fff;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:700}.gallery-item:hover img{transform:scale(1.04)}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 2}.cta{background:linear-gradient(135deg,var(--green-950),var(--green-800));color:#fff}.cta .section-kicker{color:#f0be49}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.contact-lines{margin-top:34px}.contact-lines p{display:grid;grid-template-columns:130px 1fr;border-top:1px solid rgba(255,255,255,.16);padding:15px 0;margin:0}.contact-lines strong{color:#f0be49}.contact-lines .multi-line{display:flex;flex-direction:column;gap:5px}.notice{display:block;margin-top:18px;color:rgba(255,255,255,.62)}.contact-form{position:relative;background:#fff;color:var(--ink);padding:32px;border-radius:var(--radius);box-shadow:0 30px 80px rgba(0,0,0,.2)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:block;font-size:.82rem;font-weight:800;margin-bottom:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px;margin-top:7px;outline:none;background:#fbfcfb}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 3px rgba(22,134,83,.12)}.form-note{font-size:.75rem;color:var(--muted)}.footer{background:#031d15;color:#fff;padding:55px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:40px}
.footer-contact strong{color:#fff}

/* ===== FOOTER BRAND (logo + texte) — CORRIGÉ ===== */
.footer-brand{display:flex;gap:18px;align-items:flex-start}
.footer-brand img{flex:0 0 110px;width:110px;height:110px;object-fit:contain;background:#fff;border-radius:20px;padding:6px}
.footer-brand-text{display:flex;flex-direction:column;gap:4px}
.footer-brand-text strong{font-size:1.05rem;color:#fff}
.footer-brand-text span{font-size:.78rem;color:rgba(255,255,255,.62)}
.footer-brand-text p{margin:8px 0 0;font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.7);max-width:260px}
/* ==================================================== */

.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid a{color:rgba(255,255,255,.66);font-size:.85rem}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;color:rgba(255,255,255,.55);font-size:.78rem}.lightbox{border:0;background:transparent;padding:35px;max-width:min(1100px,95vw);max-height:95vh}.lightbox::backdrop{background:rgba(0,0,0,.88)}.lightbox img{max-height:84vh;max-width:100%;border-radius:18px}.lightbox-close{position:absolute;right:6px;top:0;border:0;background:#fff;width:34px;height:34px;border-radius:50%;font-size:1.4rem}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.menu-toggle{display:block;z-index:2}.main-nav{position:fixed;inset:0 0 auto 0;padding:110px 30px 35px;background:var(--green-950);display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.split,.reverse,.contact-grid{grid-template-columns:1fr;gap:45px}.services-grid{grid-template-columns:1fr}.timeline{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head>p{max-width:none}.gallery-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.hero-overlay{background:linear-gradient(90deg,rgba(3,29,20,.88),rgba(3,29,20,.48))}}
@media(max-width:620px){:root{--container:min(100% - 28px,1180px)}.nav-wrap{height:76px}.brand img{width:48px;height:48px}.brand small{display:none}.hero h1{font-size:3.25rem}.hero-points{gap:10px;flex-direction:column}.section{padding:78px 0}.feature-row,.field-row,.values-grid,.timeline{grid-template-columns:1fr}.media-stack{grid-template-columns:1fr}.media-stack img,.media-stack img+img{height:300px;margin:0}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-item.wide,.gallery-item.tall{grid-column:auto;grid-row:auto}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{gap:14px;flex-direction:column}.contact-form{padding:22px}.contact-lines p{grid-template-columns:1fr}.services-grid{gap:14px}.service-card{min-height:390px}}
.cycle{background:radial-gradient(circle at 50% 20%,#eef5f0,#fff 60%)}.cycle .section-head>p{color:var(--muted)}
.cycle-wheel{position:relative;width:min(680px,92vw);aspect-ratio:1;margin:50px auto 30px}
.cycle-wheel svg{position:absolute;inset:0;width:100%;height:100%}
.cycle-track{fill:none;stroke:var(--line);stroke-width:2}
.cycle-track-anim{fill:none;stroke:var(--green-600);stroke-width:2.5;stroke-dasharray:14 10;animation:cycleDash 22s linear infinite}
@keyframes cycleDash{to{stroke-dashoffset:-480}}
.cycle-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:118px;height:118px;border-radius:50%;background:#fff;border:2px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-shadow:0 20px 50px rgba(5,43,32,.16);animation:cyclePulse 3s ease-in-out infinite;z-index:2}
.cycle-hub img{width:44px;height:44px;object-fit:contain;margin:0}
.cycle-hub span{font-size:.62rem;font-weight:800;color:var(--green-800);line-height:1.2;text-align:center;padding:0 8px}
.cycle-node{position:absolute;transform:translate(-50%,-50%);width:150px;text-align:center;z-index:1}
.cycle-node-inner{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 10px;box-shadow:0 12px 30px rgba(5,43,32,.08);transition:transform .3s ease,box-shadow .3s ease}
.cycle-node-inner:hover{transform:translateY(-5px) scale(1.04);box-shadow:0 20px 42px rgba(5,43,32,.16)}
.cycle-node-index{display:inline-block;background:var(--green-800);color:#fff;font-weight:800;font-size:.65rem;border-radius:999px;padding:2px 9px;margin-bottom:6px}
.cycle-node-icon{display:block;font-size:1.7rem;margin:2px 0 6px;animation:cycleFloat 3.6s ease-in-out infinite}
.cycle-node h3{margin:0 0 3px;font-size:.86rem;color:var(--green-900)}
.cycle-node p{margin:0;font-size:.7rem;color:var(--muted);line-height:1.35}
@keyframes cyclePulse{0%,100%{box-shadow:0 20px 50px rgba(5,43,32,.16)}50%{box-shadow:0 20px 60px rgba(229,169,37,.4)}}
@keyframes cycleFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
.cycle-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.cycle-badge{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}
.cycle-badge>span{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:12px;background:#e4f4e9;font-size:1.15rem}
.cycle-badge strong{display:block;color:var(--green-900);margin-bottom:4px}
.cycle-badge p{margin:0;color:var(--muted);font-size:.85rem}
@media(max-width:900px){
.cycle-wheel{width:100%;aspect-ratio:auto;display:flex;flex-direction:column;gap:14px;margin:30px 0}
.cycle-wheel svg{display:none}
.cycle-hub{position:static;transform:none;width:auto;height:auto;flex-direction:row;border-radius:20px;padding:16px;margin:6px 0}
.cycle-hub img{width:36px;height:36px}
.cycle-node{position:static;transform:none;width:100%;text-align:left}
.cycle-node-inner{display:flex;align-items:center;gap:14px;text-align:left}
.cycle-node-icon{margin:0;font-size:1.5rem}
.cycle-badges{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.scroll-cue{animation:none}.cycle-node-icon,.cycle-hub,.cycle-track-anim{animation:none}}
html[lang="ar"] .reveal{
    opacity:1 !important;
    transform:none !important;
}
html[dir="rtl"] .reveal{
    opacity:1 !important;
    transform:none !important;
    visibility:visible !important;
}
a[href^="tel"] {
    direction: ltr;
    unicode-bidi: isolate;
}
.contact-intro {
    color: #e8f5ef !important;
}
/* nav bar  */
/* @media(min-width:1100px){

.main-nav{
    gap:18px;
}

.main-nav a{
    font-size:0.88rem;
}

} */


/* ===== NAVIGATION DESKTOP — plus aérée ===== */
@media(min-width:1100px){
    .main-nav{
        gap:20px;
        font-size:.88rem;
    }
    .main-nav .nav-cta{
        padding:9px 15px;
    }
}

/* ===== SECTION NOS SERVICES — texte + visuel ===== */
.services-simple{
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 92% 15%,rgba(68,179,111,.18),transparent 28%),
      linear-gradient(135deg,var(--green-950),#073f2b);
}
.services-simple::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    top:-230px;
    right:-120px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(229,169,37,.14),transparent 68%);
    pointer-events:none;
}
.services-showcase{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
    gap:58px;
    align-items:center;
}
.services-simple-content{
    max-width:620px;
    text-align:left;
}
.services-simple-content h2{
    max-width:620px;
    margin-bottom:24px;
}
.services-description{
    margin:0;
    color:rgba(255,255,255,.84);
    font-size:clamp(1.02rem,1.8vw,1.16rem);
    line-height:1.95;
}
.services-cta{
    margin-top:30px;
}
.services-visual{
    position:relative;
    margin:0;
    overflow:hidden;
    border-radius:28px;
    background:#fff;
    box-shadow:0 28px 75px rgba(0,0,0,.28);
    transform:rotate(.4deg);
}
.services-visual::after{
    content:'';
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.35);
    border-radius:inherit;
    pointer-events:none;
}
.services-visual img{
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
    object-fit:cover;
    transition:transform .5s ease;
}
.services-visual:hover img{
    transform:scale(1.025);
}
@media(max-width:900px){
    .services-showcase{
        grid-template-columns:1fr;
        gap:34px;
    }
    .services-simple-content{
        max-width:none;
        text-align:left;
    }
    .services-visual{
        width:min(100%,680px);
        margin-inline:auto;
        transform:none;
    }
}
@media(max-width:560px){
    .services-visual{border-radius:20px}
    .services-description{line-height:1.8}
}

/* ===== ANIMATION PROCESSUS ===== */
.process-animated{
    overflow:hidden;
}
.process-animated .timeline{
    position:relative;
}
.process-animated .timeline::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--green-600),var(--gold));
    transform:scaleX(0);
    transform-origin:left center;
    opacity:.95;
}
.process-animated.process-active .timeline::before{
    animation:processLine 1.25s cubic-bezier(.22,.8,.24,1) forwards;
}
.process-animated .timeline li{
    position:relative;
    border-top-color:rgba(22,134,83,.22);
    opacity:0;
    transform:translateY(28px) scale(.97);
}
.process-animated.process-active .timeline li{
    animation:processStep .65s cubic-bezier(.2,.78,.25,1) forwards;
}
.process-animated.process-active .timeline li:nth-child(1){animation-delay:.12s}
.process-animated.process-active .timeline li:nth-child(2){animation-delay:.28s}
.process-animated.process-active .timeline li:nth-child(3){animation-delay:.44s}
.process-animated.process-active .timeline li:nth-child(4){animation-delay:.60s}
.process-animated.process-active .timeline li:nth-child(5){animation-delay:.76s}
.process-animated .timeline b{
    position:relative;
    box-shadow:0 0 0 0 rgba(22,134,83,.25);
    transition:transform .3s ease,background .3s ease,box-shadow .3s ease;
}
.process-animated.process-active .timeline li b{
    animation:processBadge .55s cubic-bezier(.34,1.56,.64,1) both;
}
.process-animated.process-active .timeline li:nth-child(1) b{animation-delay:.24s}
.process-animated.process-active .timeline li:nth-child(2) b{animation-delay:.40s}
.process-animated.process-active .timeline li:nth-child(3) b{animation-delay:.56s}
.process-animated.process-active .timeline li:nth-child(4) b{animation-delay:.72s}
.process-animated.process-active .timeline li:nth-child(5) b{animation-delay:.88s}
.process-animated .timeline li:hover b{
    transform:translateY(-3px) scale(1.08);
    background:var(--gold);
    color:var(--green-950);
    box-shadow:0 10px 28px rgba(229,169,37,.28);
}
.process-animated .timeline li:hover h3{
    color:var(--green-800);
}

@keyframes processLine{
    to{transform:scaleX(1)}
}
@keyframes processStep{
    to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes processBadge{
    0%{transform:scale(.65);box-shadow:0 0 0 0 rgba(22,134,83,.28)}
    70%{transform:scale(1.12);box-shadow:0 0 0 11px rgba(22,134,83,0)}
    100%{transform:scale(1);box-shadow:0 0 0 0 rgba(22,134,83,0)}
}

@media(max-width:900px){
    .process-animated .timeline::before{display:none}
    .process-animated .timeline li{border-top-color:var(--green-600)}
}

@media(prefers-reduced-motion:reduce){
    .process-animated .timeline::before,
    .process-animated .timeline li,
    .process-animated .timeline b{
        animation:none !important;
        opacity:1 !important;
        transform:none !important;
    }
}
