/* ================================================================
   FONTS
   ================================================================ */

@font-face {
    font-family: 'fairview';
    src: url('../webfonts/fairview_smallcaps-webfont.woff2') format('woff2'),
         url('../webfonts/fairview_smallcaps-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'fairviewregular';
    src: url('../webfonts/fairview_regular-webfont.woff2') format('woff2'),
         url('../webfonts/fairview_regular-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Brush";
    src: url("../webfonts/33bc06ea126d3ff79886277122f1f510.woff2") format("woff2"),
         url("../webfonts/33bc06ea126d3ff79886277122f1f510.woff") format("woff"),
         url("../webfonts/33bc06ea126d3ff79886277122f1f510.ttf") format("truetype");
}


/* ================================================================
   VARIABLES
   ================================================================ */

:root {
    /*--open-sans-ls: -0.5px;*/
    --fontGeneral : "DM Sans", sans-serif
}


/* ================================================================
   GLOBAL
   ================================================================ */

a { text-decoration: none !important; }
a:hover { color: #f15f24 !important; text-decoration: underline !important; }
a.nav-link.active { text-decoration: underline !important; }
a.back-to-top { background-color: #f15f22 !important; }

.orange   { color: #f15f22 !important; }
.vert     { color: #00a869 !important; }
.fairview { font-family: fairview !important; }

.vert-bg   { background: #00a869; }
.orange-bg { background: #f26022; }
.vert-card   { border-top: 4px solid #00a869; }
.orange-card { border-top: 4px solid #f26022; }
.orange-border { border-left: 5px solid #f26022; }
.vert-border   { border-left: 5px solid #00a869; }

.basic-2 { background-color: #e7e7e5; }


/* ================================================================
   NAVBAR LEGACY (Bootstrap / navbar-custom)
   ================================================================ */

.navbar { background-color: #c1c1c1 !important; }
.menuhover_a { font-size: 38px; }
.menuhover_a.vert   { color: #00a869 !important; }
.menuhover_a.orange { color: #f26022 !important; }

/* #image_logo est réécrit plus bas dans la navbar mj 2026 */
#image_logo { float: left; width: 180px; margin-top: 12px; }

#menu_haut {
    display: flex; flex-wrap: wrap; margin-left: 205px;
    padding-top: 6px; padding-left: 0 !important;
    list-style: none; align-content: flex-start;
}
#menu_haut li { flex: 0 0 25%; display: flex; align-items: center; }
#menu_haut li:nth-child(n+5) {
    flex: 0 0 33.33%;
    border-top: 1px solid rgba(180,180,180,0.45);
    padding-top: 10px; margin-top: 6px;
}
#menu_haut li a {
    display: block; width: 100%; padding: 7px 12px;
    font-size: 28px; letter-spacing: 0.03em; transition: opacity 0.2s;
}
#menu_haut li a:hover { opacity: 0.75; text-decoration: underline !important; }
#menu_haut a.nav-link:hover { text-decoration: underline !important; }

.navbar-custom .navbar-nav .nav-link.menuhover_a { font-size: 19px; }
.navbar-custom .navbar-brand.logo-image img { height: 42px !important; }


/* ================================================================
   HERO LEGACY — gardé pour compatibilité HTML
   (backgrounds neutralisés par le reset Hero 2026 ci-dessous)
   ================================================================ */

#SurBan {
    font-size: 85px; display: block;
    font-family: Brush; color: #f05323;
    font-weight: lighter; line-height: 70px;
    padding-top: 30px; height: 550px !important;
}


/* ================================================================
   SLIDERS VILLES (3 sliders mutualisés)
   ================================================================ */

.slider-1 { padding: 0; }

#sliderville,
#slidervillelav,
#slidervillemars {
    background-color: #e7e7e5;
    position: absolute; width: 100%; left: 0;
}
#sliderville .container,
#slidervillelav .container,
#slidervillemars .container { visibility: hidden; padding-top: 30px; }


/* ================================================================
   BLOC PRINCIPAL — BLOC2
   ================================================================ */

#bloc2 { padding-top: 100px; }
/* Note : séparateur correct entre #bloc2 p et #bloc2 ul */
#bloc2 p,
#bloc2 ul { font-family: var(--fontGeneral); font-size: 17px; color: #333333; letter-spacing: var(--open-sans-ls); }
#bloc2 h1 { font-family: fairviewregular !important; font-size: 63px; font-weight: lighter; padding-bottom: 20px; }
#bloc2 h2 { font-family: fairviewregular !important; font-size: 43px; color: #000; font-weight: lighter; padding-top: 20px; padding-bottom: 20px; text-decoration: underline; }
#bloc2 p strong { font-weight: bold; }
#bloc2 ul,
#bloc2 ul li { list-style-type: none; }


/* ================================================================
   QUI SOMMES-NOUS
   ================================================================ */

#qui-somme-nous { padding-top: 30px; }

.valeurs-container { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0 28px; float: right; max-width: 320px; }
.valeur-box {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #fff !important; padding: 20px 14px; text-align: center;
    border-radius: 14px; box-shadow: 0 4px 18px rgba(0,0,0,.14);
    transition: transform .22s ease, box-shadow .22s ease; cursor: default;
}
.valeur-box:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.valeur-orange { background: #ed571e }
.valeur-vert   { background: #00a869 }
.valeur-icon  { font-size: 40px; margin-bottom: 10px; opacity: .92; }
.valeur-label { font-size: 23px;  letter-spacing: 1.2px; line-height: 1.2; color: #fff !important; font-family: fairviewregular !important; }

.qui-fleche { background: #f26022; color: #fff; padding: 20px 50px 20px 25px; margin: 20px 0; clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%); }
.qui-fleche p,
.qui-fleche li { color: #fff !important; font-family: var(--fontGeneral); font-size: 17px;  letter-spacing: var(--open-sans-ls); }
.qui-fleche ul { list-style: none; padding-left: 0; margin: 5px 0 0; }
.qui-fleche h2{ color: #FFF !important;}
.qui-separateur { border-color: #c0c0b8; margin: 20px 0; }


/* ================================================================
   SERVICES & TARIFS
   ================================================================ */

#services_tarifs { z-index: 300; position: relative; margin-top: -290px; padding-top: 150px; }
#services_tarifs h1 { font-size: 100px; font-family: fairviewregular !important; font-weight: lighter; }

.services-tagline { font-family: fairviewregular !important; font-size: 36px; font-weight: lighter; text-align: center; margin: 10px 0 25px; }

.service-fleche-orange,
.service-fleche-vert { padding: 20px 55px 20px 30px; margin: 15px 0; clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%); }
.service-fleche-orange { background: #f26022; }
.service-fleche-vert   { background: #00a869; }
.service-fleche-orange h3,
.service-fleche-vert h3 { font-family: fairviewregular !important; font-size: 30px; color: #fff; margin-bottom: 12px; font-weight: lighter; }
.service-fleche-orange ul,
.service-fleche-vert ul { list-style: none; padding-left: 0; margin: 0; }
.service-fleche-orange ul li,
.service-fleche-vert ul li { font-family: var(--fontGeneral); font-size: 17px; color: #fff; padding: 4px 0; letter-spacing: var(--open-sans-ls); }

#devis_gratuit { font-size: 100px; font-family: fairviewregular !important; transform: rotate(-18deg); color: #000; text-decoration: underline; display: block; font-weight: lighter; }
#dltarif { text-decoration: underline !important; font-family: fairviewregular !important; font-size: 90px; margin-top: 75px; display: block; }

#homme_aspirateur { margin-top: 80px; }
#pourcent50 { margin-top: -50px; }
.bt_prev_nex_xs { display: none; padding-top: 20px; position: relative; z-index: 300; width: 100%; }


/* ================================================================
   BLOCS SERVICES ILLUSTRÉS (aide / sortir / jardinage)
   ================================================================ */

#bloc_aide,
#bloc_sortir,
#bloc_jardinage {
    height: 494px; width: 986px; color: #fff;
    background-size: 100% 100%; background-repeat: no-repeat; background-position: top center;
    margin: 0 auto;
}
#bloc_aide     { background-image: url("../image/bloc_aide.jpg");            padding-left: 210px; }
#bloc_sortir   { background-image: url("../image/bloc_sortir.jpg?d=4548");   padding-left: 110px; }
#bloc_jardinage { background-image: url("../image/bloc_jardinage.jpg");      padding-left: 210px; }

#bloc_aide .bloc_titre,
#bloc_sortir .bloc_titre,
#bloc_jardinage .bloc_titre { font-family: fairviewregular !important; font-size: 71px; margin-top: 45px; }

#bloc_aide ul,
#bloc_jardinage ul { list-style-type: none; margin-top: 60px; padding-left: 140px; }
#bloc_sortir ul    { list-style-type: none; margin-top: 60px; padding-left: 0; }

#bloc_aide ul li,
#bloc_jardinage ul li { font-family: fairviewregular !important; font-size: 41px; padding-bottom: 25px; color: #fff; }
#bloc_sortir ul li    { font-family: fairviewregular !important; font-size: 41px; padding-bottom: 25px; }


/* ================================================================
   ACTUALITÉS
   ================================================================ */

#actualite { max-height: 400px; margin-bottom: 20px; }
#actu_lien { background: url("../image/1.jpg") no-repeat top center; }
#actu_lien h1 { font-size: 100px; font-family: fairviewregular !important; font-weight: lighter; }
#separactu2 { padding-top: 0 !important; background: url("../image/2.jpg") #e7e7e5 repeat-x top center; margin-top: 150px; }

.bloc_actu h4     { font-family: fairviewregular !important; font-size: 30px; }
.bloc_actu p      { font-family: fairviewregular !important; font-size: 20px; }
.bloc_actu .badge { background-color: #00a869; }


/* ================================================================
   VIDÉO
   ================================================================ */

#video { margin-top: -10px; padding-top: 20px; border-top: 4px solid #f15f22; }
#video h1 { font-family: fairviewregular; font-size: 100px; font-weight: lighter; margin-top: 40px; margin-bottom: 50px; }


/* ================================================================
   CONTACT
   ================================================================ */

#contact_nous { background: url("../image/fond_contact.png"); border-top: 4px solid #f15f22; }
#contact_nous h1 { font-size: 100px; font-family: fairviewregular !important; font-weight: lighter; }
#contact_nous h3 { font-size: 60px; font-family: fairviewregular !important; padding-top: 30px; font-weight: lighter; }
#contact_nous .container { position: relative; z-index: 300; }

#map { max-width: 98%; }

.agencies-info { margin-bottom: 35px; }
.agency-card { padding: 18px 22px; margin-bottom: 15px; font-family: fairviewregular !important; }
.agency-card h3 { font-size: 34px; font-family: fairviewregular !important; margin-bottom: 8px; }
.agency-card p  { font-size: 22px; line-height: 30px; margin: 5px 0; }
.agency-card a  { color: #333; }

.mobile-agencies { display: none; }
.map-annot-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 20; }
.map-annot-svg     { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.map-annot-label   { position: absolute; background: rgba(255,255,255,0.95); border-radius: 8px; padding: 14px 18px; pointer-events: all; box-shadow: 0 3px 14px rgba(0,0,0,.18); width: 27%; min-width: 210px; }
.map-annot-label h4 { font-family: fairviewregular !important; font-size: 25px; font-weight: bold; margin: 0 0 8px; }
.map-annot-label p  { font-family: var(--fontGeneral); font-size: 15px; color: #444; margin: 4px 0; line-height: 1; letter-spacing: var(--open-sans-ls); }
.map-annot-label p i { margin-right: 15px; width: 14px; text-align: center; }

.contact-lightbox-info { font-family: fairviewregular !important; font-size: 22px; margin: 5px 0; color: #333; }


/* ================================================================
   DIAGONALES DÉCORATIVES
   ================================================================ */

#diag  { background: url("../image/diag.png") top center no-repeat; width: 100%; height: 768px; position: absolute; margin-top: -420px; z-index: -1; }
#diag2 { background: url("../image/diag2.png") top center no-repeat; width: 100%; height: 768px; position: absolute; margin-top: -150px; z-index: -1; }


/* ================================================================
   PARTENAIRES
   ================================================================ */

#bloc_partenaires { background: #e7e7e5; padding: 60px 0 50px; }
#bloc_partenaires h1 { font-family: fairviewregular !important; font-size: 70px; font-weight: lighter; }

.partenaires-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 15px 0 20px; }
.partenaire-item {
    background: #fff; padding: 20px; width: 160px; height: 110px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: transform .2s, box-shadow .2s; cursor: default;
}
.partenaire-item:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 8px 22px rgba(0,0,0,.15); }
.partenaire-item img { max-height: 70px; max-width: 130px; width: auto; height: auto; object-fit: contain; filter: grayscale(30%); transition: filter .2s; }
.partenaire-item:hover img { filter: grayscale(0%); }
.partenaires-sous-titre { font-size: 32px; margin: 30px 0 8px; font-family: fairviewregular !important; }


/* ================================================================
   RESSOURCES
   ================================================================ */

#bloc_ressources { background: #f4f4f2; padding: 70px 0 60px; }
#bloc_ressources h1 { font-family: fairviewregular !important; font-size: 70px; font-weight: lighter; }

.ressource-grille { margin-top: 30px; }
.ressource-card { display: flex; flex-direction: column; background: #fff; border-radius: 8px; overflow: hidden; text-decoration: none !important; color: #333; box-shadow: 0 2px 8px rgba(0,0,0,.09); transition: transform .18s, box-shadow .18s; }
.ressource-card:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0,0,0,.16); text-decoration: none !important; color: #333; }
.ressource-card-top { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 16px 20px; gap: 10px; min-height: 130px; }
.ressource-doc-icon    { font-size: 52px; color: #fff; opacity: .92; }
.ressource-big-numero  { font-size: 54px; font-weight: bold; color: #fff; line-height: 1; font-family: fairviewregular !important; }
.ressource-type-label  { font-size: 12px; color: #fff; text-transform: uppercase; letter-spacing: 2px; opacity: .85; }
.ressource-card-body   { display: flex; flex-direction: column; justify-content: space-between; flex: 1; padding: 18px 20px 20px; }
.ressource-card-titre  { font-family: var(--fontGeneral); font-size: 17px; line-height: 1.4; margin: 0 0 16px; flex: 1; letter-spacing: var(--open-sans-ls); }
.ressource-card-btn    { display: inline-flex; align-items: center; gap: 7px; color: #fff !important; font-size: 14px; font-weight: bold; padding: 9px 18px; border-radius: 4px; align-self: flex-start; text-transform: uppercase; letter-spacing: .5px; }
.ressource-coming      { font-size: 20px; color: #888; }
.badge-ressource       { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 8px; color: #fff; font-size: 15px; font-weight: bold; flex-shrink: 0; }


/* ================================================================
   RECRUTEMENT
   ================================================================ */

#bloc_recrutement { background: #e7e7e5; padding: 70px 0 60px; }
#bloc_recrutement h1 { font-family: fairviewregular !important; font-size: 70px; font-weight: lighter; }

.recrutement-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 30px; align-items: start; }
.recrutement-accroche { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.recrutement-accroche-icon { font-size: 38px; color: #f26022; flex-shrink: 0; margin-top: 6px; }
.recrutement-accroche h2 { font-family: fairviewregular !important; font-size: 28px; font-weight: lighter; color: #333; margin: 0; line-height: 1.35; }
.recrutement-intro { font-family: var(--fontGeneral); font-size: 20px; color: #333; margin: 0 0 24px; letter-spacing: var(--open-sans-ls); }

.recrutement-valeurs { background: #fff; border-radius: 8px; padding: 22px 24px; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.recrutement-valeurs-titre { font-family: fairviewregular !important; font-size: 28px; font-weight: bold; color: #333; margin: 0 0 14px; }
.recrutement-valeur-item { display: flex; align-items: center; gap: 14px; font-family: var(--fontGeneral); font-size: 17px; color: #444; padding: 10px 0; border-bottom: 1px solid #f0f0f0; letter-spacing: var(--open-sans-ls); }
.recrutement-valeur-item:last-child { border-bottom: none; padding-bottom: 0; }
.recrutement-valeur-puce { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; font-size: 14px; flex-shrink: 0; }

.recrutement-avantages-card  { background: #fff; border-radius: 8px; padding: 28px 28px 24px; box-shadow: 0 2px 10px rgba(0,0,0,.08); height: 100%; }
.recrutement-avantages-titre { font-family: fairviewregular !important; font-size: 22px; color: #333; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 3px solid #00a869; }
.recrutement-avantages-liste { list-style: none; padding: 0; margin: 0 0 22px; }
.recrutement-avantages-liste li { display: flex; align-items: center; gap: 12px; font-family: var(--fontGeneral); font-size: 17px; color: #444; padding: 10px 0; border-bottom: 1px solid #f0f0f0; letter-spacing: var(--open-sans-ls); }
.recrutement-avantages-liste li:last-child { border-bottom: none; }
.recrutement-avantages-liste li .vert { font-size: 20px; }

.recrutement-contrat { background: #f4f4f2; border-radius: 6px; padding: 14px 18px; font-family: var(--fontGeneral); font-size: 17px; color: #333; line-height: 1.6; letter-spacing: var(--open-sans-ls); }
.recrutement-contrat i { color: #f26022; margin-right: 8px; }

.recrutement-cta { display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 8px; padding: 26px 36px; margin-top: 36px; box-shadow: 0 2px 10px rgba(0,0,0,.08); gap: 20px; flex-wrap: wrap; }
.recrutement-cta-text    { font-family: fairviewregular !important; font-size: 22px; color: #333; display: flex; align-items: center; gap: 14px; }
.recrutement-cta-icon    { font-size: 28px; color: #f26022; }
.recrutement-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.recrutement-btn { display: inline-flex; align-items: center; gap: 9px; color: #fff !important; font-family: var(--fontGeneral); font-size: 18px; font-weight: bold; padding: 13px 26px; border-radius: 6px; text-decoration: none !important; transition: background .18s, transform .18s, box-shadow .18s; letter-spacing: var(--open-sans-ls); }
.recrutement-btn:hover { color: #fff !important; text-decoration: none !important; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,.2); }
.recrutement-btn.orange-bg:hover { background: #c94d0f; }
.recrutement-btn.vert-bg:hover   { background: #007a4d; }

.recrutement-fleche       { display: none; }
.recrutement-contact-bloc { display: none; }
.avantages-liste li::before { content: "→ "; color: #f26022; }


/* ================================================================
   PARRAINAGE
   ================================================================ */

#bloc_parrainage { background: #fff; padding: 70px 0 60px; }
#bloc_parrainage h1 { font-family: fairviewregular !important; font-size: 70px; font-weight: lighter; }

.parrainage-card { border: 3px solid #00a869; padding: 40px; max-width: 760px; margin: 30px auto; border-radius: 8px; }
.parrainage-card h2 { font-family: fairviewregular !important; font-size: 32px; font-weight: lighter; color: #00a869; text-align: center; margin-bottom: 15px; }
.parrainage-card h3 { font-family: fairviewregular !important; font-size: 28px; font-weight: lighter; margin: 20px 0 10px; }
.parrainage-card p  { font-family: fairviewregular !important; font-size: 24px; line-height: 36px; }
.parrainage-reward  { background: #f0faf5; padding: 20px; text-align: center; border: 1px solid #00a869; margin: 20px 0; }
.parrainage-montant { font-family: fairviewregular !important; font-size: 70px; color: #f26022; font-weight: lighter; line-height: 1; }
.parrainage-condition { font-family: fairviewregular !important; font-size: 18px; color: #333; margin-top: 10px; }
.parrainage-etapes  { margin: 15px 0; }
.parrainage-etape   { display: flex; align-items: flex-start; margin: 12px 0; gap: 15px; font-family: fairviewregular !important; font-size: 22px; line-height: 30px; }
.parrainage-etape-num { background: #00a869; color: #fff; border-radius: 50%; width: 36px; height: 36px; min-width: 36px; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-top: 2px; }
.parrainage-slogan  { font-size: 24px; color: #333; margin: 20px 0; }
.parrainage-cta     { background: #f0faf5; padding: 20px; text-align: center; border-top: 2px solid #00a869; margin-top: 20px; }
.parrainage-cta p   { font-family: fairviewregular !important; font-size: 24px; margin-bottom: 8px; }
.parrainage-tel     { font-family: fairviewregular !important; font-size: 34px; display: inline-block; margin: 5px 0; }


/* ================================================================
   LIENS UTILES
   ================================================================ */

.liens_utils { padding-top: 150px; }
.liens_utils h3 { font-size: 44px; font-family: "Brush"; }
.liens_utils ul { list-style: none; padding-top: 30px; }
.liens_utils ul li { padding-bottom: 40px; }
.liens_utils ul li a { font-family: fairviewregular !important; font-size: 36px; color: #000; }


/* ================================================================
   FOOTER
   ================================================================ */

.footertexte { font-family: fairviewregular !important; font-size: 30px; font-weight: lighter !important; }
.footlogo    { display: inline-block; font-family: fairviewregular !important; margin-left: 5px; margin-right: 5px; }

.copyright { background-color: transparent !important; }
.copyright .p-small {
    padding-top: 1.375rem;
    border-top: 1px solid #f15f22 !important;
    color: #f3f7fd;
}


/* ================================================================
   COMPOSANTS DIVERS
   ================================================================ */

.swiper-slide { font-family: fairviewregular !important; font-size: 30px; color: #f26022; }

#bloup_caroussel { border-radius: 20px; overflow: hidden !important; }

.form-container h3 { font-family: fairviewregular !important; font-size: 50px; color: #f26022; }
.form-control-submit-button { background-color: #f26022 !important; border: 1px solid #f26022 !important; font-family: fairviewregular !important; font-size: 35px !important; }
.form-control-submit-button:hover { color: #fff !important; background-color: #df5419 !important; }

.message-rmerciement h1 { font-family: fairviewregular !important; font-size: 46px; color: #f15f22; }
.message-rmerciement    { font-family: fairviewregular !important; font-size: 36px; color: #00a869; }

#bulle3 h1      { font-family: Brush; color: #f05323; display: inline-block; text-align: center; margin-top: 30px; font-weight: lighter; }
#bulle3ville    { list-style-type: none; }
#bulle3ville li { display: inline-block; }


/* ================================================================
   SIDEBAR RÉSEAU SOCIAL
   ================================================================ */

#link_reseau {
    background-color: #00a869 !important;
}
#link_reseau a {
    display: block; color: #fff !important;
    font-family: fairviewregular !important; font-size: 20px;
    text-align: center; padding: 8px 5px;
}
#link_reseau a:hover { color: #d4f5e5 !important; text-decoration: none !important; }
#link_reseau hr { border-color: rgba(255,255,255,0.3); }

@media (min-width: 1001px) {
    #link_reseau {
        position: fixed; left: -30px; top: 150px;
        padding-left: 20px; border: 1px solid #00a96a;
        border-radius: 0 10px 10px 0;
        background-color: #fff;
        box-shadow: 0 0 5px 0 #005C3A;
        transform: scale(0.7);
    }
}


/* ================================================================
   HERO 2026 — Reset backgrounds legacy + navbar fixe + hero
   ================================================================ */

#sous_hader,
#header {
    background: none !important;
    padding: 0 !important;
    min-height: unset !important;
}
#slidermot { display: none !important; }

/* ── Navbar ── */
.mj-navbar {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 1000; background: #fff;
    box-shadow: 0 1px 0 #f0ede9, 0 4px 24px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}
.mj-navbar.mj-scrolled { box-shadow: 0 1px 0 #eee, 0 8px 36px rgba(0,0,0,0.11); }
.mj-nav-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 32px;
    display: flex; align-items: center; justify-content: space-between;
    height: 76px; gap: 16px;
}
.mj-logo-link { flex-shrink: 0; text-decoration: none !important; }
#image_logo {
    float: none !important; width: auto !important;
    height: 56px !important; margin: 0 !important; display: block !important;
}
.mj-nav-links {
    display: flex; list-style: none; margin: 0; padding: 0;
    gap: 0; flex-wrap: wrap; justify-content: flex-end; align-items: center;
}
.mj-nav-links li a {
    font-family: var(--fontGeneral); font-size: 17px ;
    letter-spacing: var(--open-sans-ls); padding: 8px 14px !important;
    border-radius: 6px; transition: background 0.2s, opacity 0.2s;
    white-space: nowrap; text-decoration: none !important;
    display: block;  line-height: 1.4 !important;
}
.mj-nav-links li a:hover { opacity: 0.72; background: rgba(0,0,0,0.03); }
.mj-nav-cta {
    background: #f26022 !important; color: #fff !important;
    border-radius: 40px !important; padding: 10px 26px !important;
    font-size:14px !important; 
    font-family: var(--fontGeneral) !important;
    letter-spacing: var(--open-sans-ls); text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(242,96,34,0.28);
    transition: all 0.22s !important; margin-left: 8px;
}
.mj-nav-cta:hover {
    background: #d4531a !important; color: #fff !important;
    opacity: 1 !important; transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(242,96,34,0.40);
    text-decoration: none !important;
}

.mj-hamburger {
    display: none; flex-direction: column; justify-content: space-between;
    width: 32px; height: 22px; background: none; border: none;
    cursor: pointer; padding: 0; flex-shrink: 0;
}
.mj-hamburger span { display: block; height: 3px; background: #f26022; border-radius: 3px; transition: all 0.3s ease; }
.mj-hamburger.open span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
.mj-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mj-hamburger.open span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }

/* ── Hero ── */
.mj-hero {
    padding-top: 76px; min-height: 100vh; box-sizing: border-box;
    background: #f2fcf9; position: relative; overflow: hidden;
    display: flex; flex-direction: column;
}
.mj-hero-deco-1 {
    position: absolute; top: -200px; right: -200px;
    width: 640px; height: 640px; border-radius: 50%;
    background: radial-gradient(circle, rgba(242,96,34,0.07) 0%, transparent 65%);
    pointer-events: none;
}
.mj-hero-deco-2 {
    position: absolute; bottom: 80px; left: -160px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(0,168,105,0.06) 0%, transparent 65%);
    pointer-events: none;
}
.mj-hero > .container { flex: 1; display: flex; align-items: center; padding-top: 56px; padding-bottom: 48px; }
.mj-hero-inner { display: flex; align-items: center; gap: 64px; width: 100%; }
.mj-hero-text  { flex: 0 0 52%; }

.mj-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff5f0; color: #f26022; border: 1px solid rgba(242,96,34,0.18);
    padding: 7px 18px; border-radius: 50px;
    font-family: var(--fontGeneral); font-size: 12px; font-weight: 700;
    letter-spacing: var(--open-sans-ls); text-transform: uppercase;
    margin-bottom: 28px; animation: mj-fadeInUp 0.7s ease 0.1s both;
}
.mj-hero-h1 { margin: 0 0 28px; animation: mj-fadeInUp 0.7s ease 0.2s both; }
.mj-h1-top {
    display: block; font-family: var(--fontGeneral);
    font-size: 22px; font-weight: 400; color: #999;
    letter-spacing: var(--open-sans-ls); margin-bottom: 4px;
}
.mj-h1-main {
    display: block; font-family: fairviewregular;
    font-size: clamp(38px, 4.8vw, 62px);
    font-weight: 800; color: #1a1a1a;
    line-height: 0.3; letter-spacing: -0.03em;
}
.mj-h1-script {
    display: block; font-family: Brush, cursive;
    font-size: clamp(34px, 4.3vw, 56px);
    font-weight: lighter; color: #f26022;
    line-height: 1.25; margin-top: 6px;
}
.mj-hero-sub {
    font-family: var(--fontGeneral); font-size: 17px; color: #666; line-height: 1.75;
    letter-spacing: var(--open-sans-ls); margin-bottom: 40px; max-width: 480px;
    animation: mj-fadeInUp 0.7s ease 0.3s both;
}
.mj-hero-sub strong { color: #f26022; font-weight: 700; }

.mj-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; animation: mj-fadeInUp 0.7s ease 0.4s both; }
.mj-btn-primary {
    display: inline-flex; align-items: center; gap: 9px;
    background: #f26022; color: #fff !important; padding: 15px 30px; border-radius: 50px;
    text-decoration: none !important; font-family: var(--fontGeneral);
    font-size: 15px; font-weight: 700; letter-spacing: var(--open-sans-ls);
    box-shadow: 0 6px 24px rgba(242,96,34,0.32); transition: all 0.25s;
}
.mj-btn-primary:hover {
    background: #d4531a; transform: translateY(-2px);
    color: #fff !important; text-decoration: none !important;
    box-shadow: 0 10px 32px rgba(242,96,34,0.44);
}
.mj-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: #333 !important; padding: 15px 30px; border-radius: 50px;
    text-decoration: none !important; font-family: var(--fontGeneral);
    font-size: 15px; font-weight: 600; letter-spacing: var(--open-sans-ls);
    border: 2px solid #e0e0e0; transition: all 0.25s;
}
.mj-btn-secondary:hover { border-color: #f26022; color: #f26022 !important; transform: translateY(-2px); text-decoration: none !important; }

.mj-agencies-row { display: flex; flex-wrap: wrap; gap: 10px; animation: mj-fadeInUp 0.7s ease 0.5s both; }
.mj-agency {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fafafa; border: 1px solid #ebebeb; padding: 7px 16px; border-radius: 50px;
    font-family: var(--fontGeneral); font-size: 14px; color: #444; letter-spacing: var(--open-sans-ls);
}
.mj-agency small { color: #bbb; font-size: 12px; }
.mj-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 0 3px rgba(255,255,255,0.8), 0 0 0 4px currentColor; }

/* ── Visuel hero ── */
.mj-hero-visual {
    flex: 1; position: relative;
    display: flex; align-items: flex-end; justify-content: center;
    min-height: 480px; animation: mj-fadeInRight 0.8s ease 0.35s both;
}
.mj-visual-bg-ring {
    position: absolute; width: 400px; height: 400px; border-radius: 50%;
    background: linear-gradient(135deg, #fff5f0 0%, #fde8da 100%);
    border: 2px dashed rgba(242,96,34,0.14);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    animation: mj-spin-slow 40s linear infinite;
}
.mj-visual-frame { position: relative; z-index: 2; text-align: center; }
.mj-visual-img {
    max-height: 440px; max-width: 100%; object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.10));
    animation: mj-float 5.5s ease-in-out infinite;
}

/* ── Floating cards ── */
.mj-float-card {
    position: absolute; background: #fff; border-radius: 18px;
    padding: 14px 20px; display: flex; align-items: center; gap: 13px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.09), 0 1px 0 rgba(0,0,0,0.04);
    z-index: 10; min-width: 155px;
}
.mj-float-card strong { display: block; font-family: var(--fontGeneral); font-size: 20px; font-weight: 800; color: #1a1a1a; line-height: 1; letter-spacing: var(--open-sans-ls); }
.mj-float-card > div > span { display: block; font-family: var(--fontGeneral); font-size: 12px; color: #999; margin-top: 3px; letter-spacing: var(--open-sans-ls); }
.mj-float-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.mj-card-1 { top: 18px;   left: 10px;  animation: mj-fadeInLeft  0.7s ease 0.7s both, mj-bob-1 6s  ease-in-out 2s   infinite; }
.mj-card-2 { bottom: 30px;  right: 5px;  animation: mj-fadeInRight 0.7s ease 0.9s both, mj-bob-2 7s  ease-in-out 2.2s infinite; }
.mj-card-3 { top: 110px;  right: -8px; animation: mj-fadeInRight 0.7s ease 1.1s both, mj-bob-2 8s  ease-in-out 1.5s infinite; }
.mj-card-4 { bottom: 155px; left: 5px;  animation: mj-fadeInLeft  0.7s ease 1.3s both, mj-bob-1 9s  ease-in-out 3s   infinite; }

/* ── Icônes flottantes de fond ── */
.mj-fi { position: absolute; pointer-events: none; font-size: 22px; animation: mj-bg-drift 9s ease-in-out infinite; }
.mj-fi--1 { top: 26%;   left: 4%;   color: #f26022; opacity: .18; font-size: 48px; animation-duration: 8s;  animation-delay: 0s;    }
.mj-fi--2 { top: 22%;   left: 45%;  color: #00a869; opacity: .14; font-size: 36px; animation-duration: 11s; animation-delay: -3s;   }
.mj-fi--3 { top: 62%;   left: 3%;   color: #00a869; opacity: .16; font-size: 56px; animation-duration: 12s; animation-delay: -1.5s; }
.mj-fi--4 { top: 20%;   right: 6%;  color: #00a869; opacity: .15; font-size: 44px; animation-duration: 10s; animation-delay: -4s;   }
.mj-fi--5 { top: 50%;   right: 4%;  color: #f26022; opacity: .14; font-size: 34px; animation-duration: 13s; animation-delay: -2s;   }
.mj-fi--6 { bottom: 8%; left: 22%;  color: #f26022; opacity: .16; font-size: 46px; animation-duration: 9s;  animation-delay: -5s;   }
.mj-fi--7 { bottom: 14%; right: 7%; color: #00a869; opacity: .15; font-size: 52px; animation-duration: 11s; animation-delay: -0.5s; }
.mj-fi--8 { top: 35%;   left: 48%;  color: #f26022; opacity: .12; font-size: 32px; animation-duration: 14s; animation-delay: -6s;   }

/* ── Ticker ── */
.mj-ticker-wrap {
    width: 100%; overflow: hidden; position: relative;
    background: linear-gradient(90deg, #f26022 0%, #e8501a 100%);
    padding: 18px 0; flex-shrink: 0;
}
.mj-ticker-fade   { position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.mj-ticker-fade-l { left: 0;  background: linear-gradient(to right, #f26022, transparent); }
.mj-ticker-fade-r { right: 0; background: linear-gradient(to left,  #e8501a, transparent); }
.mj-ticker-track {
    display: inline-flex; align-items: center; gap: 20px; white-space: nowrap;
    animation: mj-ticker 45s linear infinite;
    font-family: var(--fontGeneral); font-size: 17px;
    color: rgba(255,255,255,1);   letter-spacing: var(--open-sans-ls);
}
.mj-ticker-track b { color: rgba(255,255,255,0.40); font-weight: 400; font-size: 11px; }
.mj-ticker-wrap:hover .mj-ticker-track { animation-play-state: paused; }


/* ================================================================
   SWEETALERT2
   ================================================================ */

.swal-contact-popup { border-radius: 10px !important; }
.swal-contact-inner h3 { font-family: fairviewregular !important; font-size: 26px; color: #333; margin-bottom: 8px; }
.swal-contact-inner .contact-lightbox-info { font-family: fairviewregular !important; font-size: 17px; color: #333; margin: 4px 0; }
.swal-contact-inner hr { border-color: #e0e0e0; margin: 14px 0; }
.swal-contact-inner .form-control-input { width: 100%; padding: 11px 14px; border: 1px solid #ddd; border-radius: 5px; font-size: 15px; box-sizing: border-box; font-family: fairviewregular !important; background: #fff; }
.swal-contact-inner textarea.form-control-input { resize: vertical; min-height: 90px; }
.swal-contact-inner .form-group { margin-bottom: 14px; position: relative; }
.swal-contact-inner .label-control { position: absolute; top: 12px; left: 14px; font-size: 14px; color: #aaa; pointer-events: none; transition: all .2s; }
.swal-contact-inner .form-control-input.notEmpty ~ .label-control,
.swal-contact-inner .form-control-input:focus ~ .label-control { top: -8px; left: 10px; font-size: 11px; background: #fff; padding: 0 4px; color: #00a869; }
.swal-contact-inner .form-control-submit-button { background: #f26022; color: #fff; border: none; padding: 12px 30px; border-radius: 5px; font-size: 16px; font-family: fairviewregular !important; cursor: pointer; transition: background .18s; }
.swal-contact-inner .form-control-submit-button:hover { background: #c94d0f; }
.swal-contact-inner label { font-family: fairviewregular !important; font-size: 14px; color: #333; }
.swal2-close { color: #aaa !important; }
.swal2-close:hover { color: #333 !important; }


/* ================================================================
   MAGNIFIC POPUP (mfp-fade)
   ================================================================ */

.mfp-fade.mfp-bg { opacity: 0; transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }


/* ================================================================
   KEYFRAMES
   ================================================================ */

@keyframes mj-bg-drift {
    0%   { transform: translateY(0px)   rotate(0deg);  }
    25%  { transform: translateY(-16px) rotate(5deg);  }
    50%  { transform: translateY(-8px)  rotate(-3deg); }
    75%  { transform: translateY(-20px) rotate(4deg);  }
    100% { transform: translateY(0px)   rotate(0deg);  }
}
@keyframes mj-fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes mj-fadeInRight {
    from { opacity: 0; transform: translateX(36px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes mj-fadeInLeft {
    from { opacity: 0; transform: translateX(-28px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes mj-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-14px); }
}
@keyframes mj-bob-1 {
    0%, 100% { transform: translateY(0) rotate(-1.5deg); }
    50%       { transform: translateY(-7px) rotate(1deg); }
}
@keyframes mj-bob-2 {
    0%, 100% { transform: translateY(0) rotate(1.5deg); }
    50%       { transform: translateY(-9px) rotate(-1deg); }
}
@keyframes mj-spin-slow {
    from { transform: translate(-50%,-50%) rotate(0deg); }
    to   { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes mj-ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}


/* ================================================================
   RESPONSIVE — Mobile ≤576px
   ================================================================ */

@media (max-width: 576px) {
    /* Navbar mj */
    .mj-nav-inner { height: 64px; padding: 0 18px; }
    #image_logo { height: 46px !important; }
    .mj-nav-links { top: 64px; }
    .mj-navbar { box-shadow: 0 1px 0 #f0ede9, 0 4px 16px rgba(0,0,0,0.08); }
    /* Hero */
    .mj-hero { padding-top: 64px; }
    .mj-hero > .container { padding-top: 36px; padding-bottom: 28px; }
    .mj-h1-main  { font-size: 36px; }
    .mj-h1-script { font-size: 32px; }
    .mj-hero-sub { font-size: 16px; }
    .mj-hero-btns { flex-direction: column; }
    .mj-btn-primary, .mj-btn-secondary { justify-content: center; }
    .mj-visual-img { max-height: 260px; }
    .mj-ticker-track { font-size: 16px; }
    .mj-float-card { display: none; }
    .mj-ticker-wrap { padding: 14px 0; }
    /* Menu nav-link */
    #menu_haut li a { font-size: 18px; }
    /* Sections */
    .nomobile { display: none; }
    #pourcent50 { margin-top: 0; }
    .carousel-control-prev img,
    .carousel-control-next img { height: 100px; }
    .bt_prev_nex_xs { display: flex; }
    .bt_prev_nex_xs_base { display: none; }
    #diag { margin-top: -500px; }
    #services_tarifs h1 { font-size: 50px !important; }
    #actu_lien h1        { font-size: 50px; }
    #contact_nous h1     { font-size: 50px; }
    #contact_nous h3     { font-size: 30px; padding-top: 0; }
    #devis_gratuit       { font-size: 50px !important; }
    #services_tarifs     { margin-top: -390px; padding-top: 120px; }
    #separactu2          { margin-top: 30px; }
    #actu_lien           { background-position: -350px 0; }
    #dltarif             { font-size: 30px; margin-top: 30px; }
    #diag2               { margin-top: -600px; background-position: left; }
    #contact_nous .container { padding-top: 0; }
    #sommes_nous ul      { padding-left: 10px; }
    .form-container h3   { font-size: 30px; }
    .liens_utils         { padding-top: 0; }
    #homme_ling          { width: 50%; display: block; margin: 0 auto; margin-bottom: 50px; }
    /* Blocs illustrés */
    #bloc_aide, #bloc_jardinage { height: 185px; width: 370px; padding-left: 80px; }
    #bloc_sortir                { height: 185px; width: 370px; padding-left: 50px; }
    #bloc_aide .bloc_titre,
    #bloc_sortir .bloc_titre,
    #bloc_jardinage .bloc_titre { font-size: 25px; margin-top: 15px; }
    #bloc_aide ul,
    #bloc_jardinage ul { margin-top: 5px; padding-left: 50px; }
    #bloc_sortir ul    { margin-top: 2px; padding-left: 0; }
    #bloc_aide ul li,
    #bloc_jardinage ul li { font-size: 16px; padding-bottom: 0; height: 20px; }
    #bloc_sortir ul li    { font-size: 15px; padding-bottom: 0; height: 20px; }
    /* Nouvelles sections */
    .valeurs-container { float: none; max-width: 100%; margin: 14px 0; }
    .valeur-box   { padding: 14px 10px; }
    .valeur-icon  { font-size: 24px; margin-bottom: 7px; }
    .valeur-label { font-size: 12px; }
    .service-fleche-orange h3,
    .service-fleche-vert h3   { font-size: 20px; }
    .service-fleche-orange ul li,
    .service-fleche-vert ul li { font-size: 16px; }
    .services-tagline { font-size: 24px; }
    #bloc_partenaires h1, #bloc_ressources h1,
    #bloc_recrutement h1, #bloc_parrainage h1 { font-size: 40px; }
    .ressource-card-titre { font-size: 17px; }
    .recrutement-layout { grid-template-columns: 1fr; }
    .recrutement-cta { flex-direction: column; align-items: flex-start; padding: 20px 22px; }
    .recrutement-cta-text { font-size: 18px; }
    .recrutement-accroche h2 { font-size: 22px; }
    .recrutement-intro { font-size: 17px; }
    .recrutement-avantages-liste li,
    .recrutement-valeur-item { font-size: 17px; }
    .recrutement-avantages-card { margin-top: 0; }
    .parrainage-card { padding: 20px; }
    .parrainage-card h2 { font-size: 22px; }
    .parrainage-montant { font-size: 50px; }
    .agency-card h3 { font-size: 26px; }
    .agency-card p  { font-size: 18px; }
    /* Agences/carte */
    .mobile-agencies   { display: flex; }
    .map-annot-overlay { display: none; }
}


/* ================================================================
   RESPONSIVE — Tablette 577px–768px
   ================================================================ */

@media (min-width: 577px) and (max-width: 768px) {
    .nomobile { display: none; }
    #pourcent50 { margin-top: 0; }
    .carousel-control-prev img,
    .carousel-control-next img { height: 100px; }
    .bt_prev_nex_xs { display: flex; }
    .bt_prev_nex_xs_base { display: none; }
    #diag { margin-top: -500px; }
    #services_tarifs h1 { font-size: 60px !important; }
    #actu_lien h1       { font-size: 60px; }
    #contact_nous h1    { font-size: 60px; }
    #contact_nous h3    { font-size: 40px; padding-top: 0; }
    #devis_gratuit      { font-size: 60px !important; }
    #services_tarifs    { padding-top: 60px; }
    #separactu2         { margin-top: 30px; }
    #bloc_aide           { height: 271px; width: 540px; padding-left: 120px; }
    #bloc_sortir         { height: 271px; width: 540px; padding-left: 70px; }
    #bloc_jardinage      { height: 271px; width: 540px; padding-left: 120px; }
    #bloc_aide .bloc_titre,
    #bloc_sortir .bloc_titre,
    #bloc_jardinage .bloc_titre { font-size: 35px; margin-top: 25px; }
    #bloc_aide ul,
    #bloc_jardinage ul { margin-top: 25px; padding-left: 65px; }
    #bloc_sortir ul    { margin-top: 15px; padding-left: 0; }
    #bloc_aide ul li,
    #bloc_sortir ul li,
    #bloc_jardinage ul li { font-size: 23px; padding-bottom: 5px; }
    #dltarif { font-size: 40px; }
    .liens_utils { padding-top: 0; }
    #homme_ling { width: 50%; display: block; margin: 0 auto; margin-bottom: 50px; }
    #diag2 { margin-top: -500px; background-position: left; }
    #contact_nous .container { padding-top: 10px; }
    .form-container h3 { font-size: 40px; }
    /* Navbar legacy mobile */
    .navbar-custom .navbar-nav .nav-link.menuhover_a { font-size: 28px; }
    .navbar-custom .navbar-brand.logo-image img { height: 38px !important; }
    /* Agences/carte */
    .mobile-agencies   { display: flex; }
    .map-annot-overlay { display: none; }
}


/* ================================================================
   RESPONSIVE — Tablette 769px–990px
   ================================================================ */

@media (min-width: 769px) and (max-width: 990px) {
    .nomobile { display: none; }
    #pourcent50 { margin-top: 0; }
    .carousel-control-prev img,
    .carousel-control-next img { height: 100px; }
    .bt_prev_nex_xs { display: flex; }
    .bt_prev_nex_xs_base { display: none; }
    #diag { margin-top: -500px; }
    #services_tarifs h1 { font-size: 60px !important; }
    #actu_lien h1       { font-size: 60px; }
    #contact_nous h1    { font-size: 60px; }
    #contact_nous h3    { font-size: 50px; padding-top: 0; }
    #devis_gratuit      { font-size: 60px !important; }
    #services_tarifs    { padding-top: 30px; }
    #separactu2         { margin-top: 60px; }
    #bloc_aide           { height: 361px; width: 720px; padding-left: 150px; }
    #bloc_sortir         { height: 361px; width: 720px; padding-left: 90px; }
    #bloc_jardinage      { height: 361px; width: 720px; padding-left: 150px; }
    #bloc_aide .bloc_titre,
    #bloc_sortir .bloc_titre,
    #bloc_jardinage .bloc_titre { font-size: 35px; margin-top: 35px; }
    #bloc_aide ul,
    #bloc_jardinage ul { margin-top: 40px; padding-left: 105px; }
    #bloc_sortir ul    { margin-top: 20px; padding-left: 0; }
    #bloc_aide ul li,
    #bloc_sortir ul li,
    #bloc_jardinage ul li { font-size: 30px; padding-bottom: 15px; }
    #dltarif { font-size: 60px; }
    .liens_utils { padding-top: 40px; }
    #diag2 { margin-top: -450px; background-position: left; }
    #contact_nous .container { padding-top: 80px; }
    /* Navbar legacy mobile */
    .navbar-custom .navbar-nav .nav-link.menuhover_a { font-size: 28px; }
    .navbar-custom .navbar-brand.logo-image img { height: 38px !important; }
}


/* ================================================================
   RESPONSIVE — Hamburger mj-navbar ≤991px
   ================================================================ */

@media (max-width: 991px) {
    .mj-hamburger { display: flex; }
    .mj-nav-links {
        display: none; position: fixed; top: 76px; left: 0; right: 0;
        background: #fff; flex-direction: column; align-items: stretch;
        padding: 14px 22px 22px; box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        gap: 0; z-index: 9999; max-height: calc(100vh - 76px); overflow-y: auto;
        width: 100%; padding-right: 50px !important;
    }
    .mj-nav-links.open { display: flex; }
    .mj-nav-links li a { padding: 13px 16px !important; font-size: 17px !important; border-radius: 8px; }
    .mj-nav-cta { text-align: center; margin-left: 0 !important; margin-top: 10px !important; }
    .mj-hero-inner  { flex-direction: column-reverse; gap: 40px; align-items: center; }
    .mj-hero-text   { flex: none; width: 100%; }
    .mj-hero-visual { min-height: 320px; width: 100%; max-width: 400px; }
    .mj-visual-bg-ring { width: 300px; height: 300px; }
    .mj-visual-img  { max-height: 320px; }
    .mj-card-1 { top: 5px;   left: 0; }
    .mj-card-2 { bottom: 5px;  right: 0; }
    .mj-card-3 { top: 65px;  right: 0; }
    .mj-card-4 { bottom: 80px; left: 0; }
}


/* ================================================================
   RESPONSIVE — Desktop 991px–1280px
   ================================================================ */

@media (min-width: 991px) and (max-width: 1280px) {
    #image_logo { width: 190px; margin-top: 20px; }
    #menu_haut { margin-top: 0; }
    #menu_haut li a  { font-size: 22px; }
    #services_tarifs h1 { font-size: 90px; }
    #actu_lien h1       { font-size: 90px; }
    #contact_nous h1    { font-size: 90px; }
    #devis_gratuit      { font-size: 90px; }
    #dltarif            { font-size: 80px; }
    #services_tarifs    { padding-top: 120px; }
    #separactu2         { margin-top: 90px; }
}


/* ================================================================
   RESPONSIVE — Agences/carte (≥768px : annotations, pas de cartes)
   ================================================================ */

@media (min-width: 768px) {
    .mobile-agencies { display: none; }
}


/* ================================================================
   ANCRES AVEC OFFSET NAVBAR FIXE
   ================================================================ */

#qui-somme-nous,
#services-et-tarifs,
#nos-partenaires,
#ressources,
#recrutement,
#offre-parrainage,
#contactez-nous {
    scroll-margin-top: 84px;
}
