:root{
  --sc-navy:#061827;
  --sc-dark:#03111f;
  --sc-pink:#d96c6c;
  --sc-pink-strong:#d95f68;
  --sc-white:#ffffff;
}

body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  background:#f7f7f7;
}

.sc-header{
  width:100%;
  background:#fff;
}

.sc-header-top{
  background:#fff;
  min-height:122px;
  display:flex;
  align-items:center;
}

.sc-header-grid{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap:32px;
}

.sc-logo-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.sc-logo{
  width:520px;
  max-width:100%;
  height:92px;
  object-fit:contain;
  object-position:left center;
  display:block;
}

.sc-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:20px;
}

.sc-phone{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  white-space:nowrap;
}

.sc-phone-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--sc-pink);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  flex:0 0 auto;
}

.sc-phone-text strong{
  display:block;
  color:var(--sc-navy);
  font-size:30px;
  line-height:1;
  font-weight:900;
  letter-spacing:.5px;
}

.sc-phone-text em{
  display:block;
  color:var(--sc-pink);
  font-size:20px;
  line-height:1.1;
  margin-top:6px;
  font-style:normal;
  font-weight:700;
}

.sc-menu-btn{
  display:none;
  background:#f3f3f3;
  border:0;
  border-radius:5px;
  padding:8px 10px;
}

.sc-navbar{
  background:var(--sc-dark);
  min-height:54px;
  padding:0;
}

.sc-navbar .container{
  min-height:54px;
}

.sc-navbar .navbar-collapse{
  width:100%;
  align-items:center;
}

.sc-nav-list{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  max-width:735px;
}

.sc-nav-list .nav-link{
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  letter-spacing:.1px;
  padding:17px 18px;
  position:relative;
  text-align:center;
}

.sc-nav-list .nav-link:hover,
.sc-nav-list .nav-link.active{
  color:var(--sc-pink);
}

.sc-nav-list .nav-link.active::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:3px;
  background:var(--sc-pink);
}

.sc-quote-btn{
  margin-left:auto;
  background:var(--sc-pink-strong);
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
  font-size:14px;
  border-radius:5px;
  padding:11px 24px;
  border:0;
  white-space:nowrap;
}

.sc-quote-btn:hover{
  background:#c95560;
  color:#fff;
}

.demo-zone{
  padding:80px 0;
  background:#fff;
}

@media(max-width:991px){
  .sc-header-top{
    min-height:auto;
    padding:14px 0 12px;
  }

  .sc-header-grid{
    grid-template-columns:1fr;
    gap:10px;
    justify-items:center;
  }

  /* Mobile/tablette : logo en haut */
  .sc-logo{
    width:min(420px, 92vw);
    height:86px;
    object-position:center center;
  }

  /* En bas : numéro + menu */
  .sc-header-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:12px;
  }

  .sc-phone{
    justify-content:center;
  }

  .sc-phone-icon{
    width:48px;
    height:48px;
    font-size:22px;
  }

  .sc-phone-text strong{
    font-size:25px;
  }

  .sc-phone-text em{
    font-size:17px;
    margin-top:5px;
  }

  .sc-menu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:44px;
  }

  .sc-navbar{
    min-height:auto;
    padding:0 0 14px;
  }

  .sc-navbar .container{
    min-height:0;
  }

  .sc-navbar .navbar-collapse{
    padding-top:14px;
  }

  .sc-nav-list{
    max-width:100%;
    width:100%;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:2px;
  }

  .sc-nav-list .nav-item{
    width:100%;
  }

  .sc-nav-list .nav-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    width:100%;
    font-size:17px;
    padding:14px 16px;
  }

  .sc-nav-list .nav-link.active::after{
    left:39%;
    right:39%;
    bottom:5px;
  }

  .sc-quote-btn{
    width:100%;
    margin-left:0;
    margin-top:12px;
    padding:15px 18px;
    font-size:16px;
    text-align:center;
  }
}

@media(max-width:575px){
  .sc-header-top{
    padding:12px 0 10px;
  }

  .sc-logo{
    width:min(340px, 94vw);
    height:76px;
  }

  .sc-header-actions{
    grid-template-columns:1fr auto;
    gap:8px;
  }

  .sc-phone{
    gap:10px;
  }

  .sc-phone-icon{
    width:44px;
    height:44px;
    font-size:20px;
  }

  .sc-phone-text strong{
    font-size:22px;
    letter-spacing:.3px;
  }

  .sc-phone-text em{
    font-size:15px;
  }

  .sc-menu-btn{
    width:48px;
    height:42px;
  }

  .sc-nav-list .nav-link{
    min-height:54px;
    font-size:17px;
  }

  .sc-quote-btn{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

@media(max-width:380px){
  .sc-logo{
    width:300px;
    height:70px;
  }

  .sc-phone-text strong{
    font-size:19px;
  }

  .sc-phone-text em{
    font-size:14px;
  }
}


/* ===== Corrections V2 ===== */

/* Desktop : le trait actif du menu remonte un peu, moins collé au bas */
@media(min-width:992px){
  .sc-nav-list .nav-link.active::after{
    bottom:7px;
  }
}

/* Mobile : le bouton menu sort du flux pour ne pas décaler le numéro */
@media(max-width:991px){
  .sc-header-actions{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    min-height:50px;
  }

  .sc-phone{
    justify-content:center;
    margin:0 auto;
  }

  .sc-menu-btn{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
  }
}

@media(max-width:575px){
  .sc-header-actions{
    min-height:48px;
  }

  .sc-menu-btn{
    right:0;
  }
}


/* ===== Correction V3 : icône menu mobile visible en noir ===== */
.sc-menu-btn{
  background:#f3f3f3;
  border:1px solid rgba(0,0,0,.08);
}

.sc-menu-btn .navbar-toggler-icon{
  filter: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/* ==========================================================
   HERO + PROMO — pixel base
   Mobile : le hero se redimensionne, ne passe PAS en colonne.
========================================================== */

body{
  font-family:"Montserrat", Arial, sans-serif;
}

.sc-logo{
  height:92px;
  width:520px;
  object-fit:contain;
  object-position:left center;
}

/* HERO DESKTOP */
.sc-hero{
  position:relative;
  min-height:440px;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(3,17,31,.96) 0%,rgba(3,17,31,.82) 42%,rgba(3,17,31,.18) 100%),
    url("../img/hero-roof.webp");
  background-size:cover;
  background-position:center center;
}

.sc-hero-container{
  position:relative;
  z-index:2;
}

.sc-hero-grid{
  display:grid;
  grid-template-columns:58% 42%;
  align-items:center;
  min-height:440px;
}

.sc-hero-left{
  max-width:535px;
  padding:42px 0 24px;
}

.sc-kicker{
  color:var(--sc-pink);
  text-transform:uppercase;
  font-size:16px;
  font-weight:900;
  letter-spacing:.4px;
}

.sc-kicker::after{
  content:"";
  display:inline-block;
  width:72px;
  height:2px;
  background:var(--sc-pink);
  margin-left:14px;
  vertical-align:middle;
}

.sc-hero h1{
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:55px;
  line-height:1.03;
  font-weight:900;
  text-transform:uppercase;
  margin:12px 0 12px;
  color:#fff;
}

.sc-baseline{
  font-size:23px;
  font-weight:800;
  line-height:1.2;
}

.sc-baseline span{
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--sc-pink);
  margin:0 10px 3px;
}

.sc-small-line{
  width:38px;
  height:3px;
  background:var(--sc-pink);
  margin:15px 0 15px;
}

.sc-hero-left p{
  font-size:17px;
  line-height:1.55;
  margin:0;
  max-width:470px;
}

.sc-hero-left p strong{
  color:var(--sc-pink);
}

.sc-hero-actions{
  display:flex;
  gap:12px;
  margin-top:24px;
  flex-wrap:nowrap;
}

.sc-call-btn,
.sc-outline-btn{
  min-height:60px;
  border-radius:6px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:11px 18px;
  color:#fff;
  text-transform:uppercase;
}

.sc-call-btn{
  background:linear-gradient(180deg,#e47777,#d96168);
  border:0;
}

.sc-outline-btn{
  background:rgba(3,17,31,.28);
  border:1.5px solid rgba(255,255,255,.9);
}

.sc-call-btn:hover,
.sc-outline-btn:hover{
  color:#fff;
}

.sc-call-btn i,
.sc-outline-btn i{
  font-size:26px;
  line-height:1;
}

.sc-call-btn strong,
.sc-outline-btn strong{
  display:block;
  font-size:14px;
  line-height:1.08;
  font-weight:900;
}

.sc-call-btn em,
.sc-outline-btn em{
  display:block;
  font-size:11px;
  line-height:1.1;
  font-style:normal;
  font-weight:800;
}

.sc-offer-note{
  margin-top:22px;
  font-size:13px;
}

/* PROMO */
.sc-hero-right{
  min-height:440px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.sc-promo-card{
  width:330px;
  height:258px;
  background:#fff;
  color:var(--sc-navy);
  border-radius:10px;
  box-shadow:0 18px 38px rgba(0,0,0,.22);
  position:relative;
  text-align:center;
  padding:42px 24px 18px;
  margin-top:-4px;
}

.sc-promo-ribbon{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  background:var(--sc-pink-strong);
  color:#fff;
  border-radius:5px;
  padding:12px 22px;
  text-transform:uppercase;
  font-weight:900;
  font-size:15px;
  white-space:nowrap;
}

.sc-promo-percent{
  color:var(--sc-pink);
  font-size:88px;
  line-height:.88;
  font-weight:900;
  letter-spacing:-4px;
}

.sc-promo-text{
  color:var(--sc-navy);
  text-transform:uppercase;
  font-weight:900;
  font-size:21px;
  line-height:1.15;
  margin:13px 0 7px;
}

.sc-promo-line{
  width:54px;
  height:2px;
  background:var(--sc-pink);
  margin:0 auto 13px;
}

.sc-promo-date{
  display:inline-block;
  background:var(--sc-pink-strong);
  color:#fff;
  border-radius:5px;
  padding:11px 28px;
  text-transform:uppercase;
  font-weight:900;
  font-size:15px;
}

.sc-promo-roof{
  height:30px;
  margin-top:13px;
}

.sc-promo-roof span{
  display:block;
  width:115px;
  height:3px;
  background:var(--sc-pink);
  margin:0 auto;
}

.sc-promo-roof i{
  display:block;
  width:62px;
  height:32px;
  border-left:7px solid var(--sc-pink);
  border-top:7px solid var(--sc-navy);
  transform:skewX(-35deg);
  margin:-4px auto 0;
}

/* TABLETTE : réduction proportionnelle, deux colonnes conservées */
@media(max-width:991px){
  .sc-logo{
    width:min(420px, 92vw);
    height:86px;
  }

  .sc-hero{
    min-height:405px;
  }

  .sc-hero-grid{
    grid-template-columns:60% 40%;
    min-height:405px;
    column-gap:12px;
  }

  .sc-hero-left{
    max-width:100%;
    padding:32px 0 26px;
  }

  .sc-hero h1{
    font-size:44px;
  }

  .sc-baseline{
    font-size:18px;
  }

  .sc-hero-left p{
    font-size:15px;
    max-width:95%;
  }

  .sc-hero-actions{
    gap:9px;
  }

  .sc-call-btn,
  .sc-outline-btn{
    min-height:52px;
    padding:10px 12px;
    gap:10px;
  }

  .sc-call-btn i,
  .sc-outline-btn i{
    font-size:21px;
  }

  .sc-call-btn strong,
  .sc-outline-btn strong{
    font-size:12px;
  }

  .sc-call-btn em,
  .sc-outline-btn em{
    font-size:9px;
  }

  .sc-hero-right{
    min-height:405px;
    align-items:center;
  }

  .sc-promo-card{
    width:210px;
    height:auto;
    min-height:195px;
    padding:31px 14px 13px;
    margin-top:0;
  }

  .sc-promo-ribbon{
    top:-14px;
    font-size:11px;
    padding:9px 14px;
  }

  .sc-promo-percent{
    font-size:58px;
    letter-spacing:-3px;
  }

  .sc-promo-text{
    font-size:14px;
  }

  .sc-promo-date{
    font-size:10px;
    padding:8px 13px;
  }

  .sc-promo-roof{
    transform:scale(.65);
    transform-origin:top center;
    margin-top:8px;
  }
}

/* MOBILE : toujours 2 colonnes, tout se réduit */
@media(max-width:575px){
  .sc-logo{
    width:min(340px, 94vw);
    height:76px;
  }

  .sc-hero{
    min-height:385px;
    background-position:center center;
  }

  .sc-hero-grid{
    grid-template-columns:61% 39%;
    min-height:385px;
    column-gap:8px;
    align-items:center;
  }

  .sc-hero-left{
    padding:24px 0 22px;
  }

  .sc-kicker{
    font-size:11px;
  }

  .sc-kicker::after{
    width:32px;
    margin-left:8px;
  }

  .sc-hero h1{
    font-size:clamp(30px, 8vw, 38px);
    margin:7px 0 8px;
  }

  .sc-baseline{
    font-size:13px;
    white-space:nowrap;
  }

  .sc-baseline span{
    width:5px;
    height:5px;
    margin:0 5px 2px;
  }

  .sc-small-line{
    width:28px;
    height:2px;
    margin:10px 0;
  }

  .sc-hero-left p{
    font-size:12px;
    line-height:1.4;
    max-width:100%;
  }

  .sc-hero-actions{
    flex-direction:column;
    align-items:flex-start;
    margin-top:12px;
    gap:7px;
  }

  .sc-call-btn,
  .sc-outline-btn{
    width:100%;
    max-width:205px;
    min-height:42px;
    padding:8px 10px;
    gap:8px;
  }

  .sc-call-btn i,
  .sc-outline-btn i{
    font-size:17px;
  }

  .sc-call-btn strong,
  .sc-outline-btn strong{
    font-size:10px;
  }

  .sc-call-btn em,
  .sc-outline-btn em{
    font-size:8px;
  }

  .sc-offer-note{
    font-size:9px;
    margin-top:8px;
  }

  .sc-hero-right{
    min-height:385px;
    align-items:center;
  }

  .sc-promo-card{
    width:150px;
    min-width:150px;
    min-height:158px;
    padding:26px 9px 10px;
    border-radius:8px;
  }

  .sc-promo-ribbon{
    top:-13px;
    font-size:9px;
    padding:7px 9px;
  }

  .sc-promo-percent{
    font-size:42px;
    letter-spacing:-2px;
  }

  .sc-promo-text{
    font-size:10px;
    margin:7px 0 5px;
  }

  .sc-promo-line{
    width:30px;
    margin-bottom:7px;
  }

  .sc-promo-date{
    font-size:8px;
    padding:7px 8px;
  }

  .sc-promo-roof{
    display:none;
  }
}

/* Très petit mobile */
@media(max-width:380px){
  .sc-hero{
    min-height:405px;
  }

  .sc-hero-grid{
    grid-template-columns:62% 38%;
    min-height:405px;
    column-gap:6px;
  }

  .sc-hero h1{
    font-size:29px;
  }

  .sc-hero-left p{
    font-size:11.5px;
  }

  .sc-promo-card{
    width:130px;
    min-width:130px;
    min-height:145px;
  }

  .sc-promo-percent{
    font-size:36px;
  }

  .sc-promo-text{
    font-size:9px;
  }
}


/* ===== V2 : vrai visuel toit dans la carte promo ===== */
.sc-promo-roof{
  height:auto !important;
  margin-top:14px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  transform:none !important;
}

.sc-promo-roof span,
.sc-promo-roof i{
  display:none !important;
}

.sc-promo-roof img{
  display:block;
  width:210px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}

@media(max-width:991px){
  .sc-promo-roof{
    margin-top:8px !important;
  }

  .sc-promo-roof img{
    width:145px;
  }
}

@media(max-width:575px){
  .sc-promo-roof{
    display:flex !important;
    margin-top:6px !important;
  }

  .sc-promo-roof img{
    width:105px;
  }
}

@media(max-width:380px){
  .sc-promo-roof img{
    width:92px;
  }
}


/* ===== V3 : carte promo fidèle à la référence ===== */

/* La carte doit ressembler à la maquette :
   grande carte blanche, coins arrondis, ruban haut, -15% massif,
   texte centré, date rose, image toit large en bas */
.sc-promo-card{
  width:330px !important;
  height:338px !important;
  background:#fff !important;
  color:var(--sc-navy) !important;
  border-radius:11px !important;
  box-shadow:0 16px 34px rgba(0,0,0,.18) !important;
  padding:46px 26px 18px !important;
  margin-top:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

.sc-promo-ribbon{
  top:-17px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  border-radius:5px !important;
  padding:12px 22px !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:900 !important;
  background:var(--sc-pink-strong) !important;
  color:#fff !important;
}

.sc-promo-percent{
  font-size:92px !important;
  line-height:.9 !important;
  font-weight:900 !important;
  color:var(--sc-pink) !important;
  letter-spacing:-4px !important;
  margin-top:2px !important;
}

.sc-promo-text{
  font-size:20px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  margin:15px 0 8px !important;
  color:var(--sc-navy) !important;
}

.sc-promo-line{
  width:54px !important;
  height:2px !important;
  margin:0 auto 14px !important;
  background:var(--sc-pink) !important;
}

.sc-promo-date{
  font-size:15px !important;
  font-weight:900 !important;
  border-radius:5px !important;
  padding:12px 28px !important;
  background:var(--sc-pink-strong) !important;
  color:#fff !important;
  text-transform:uppercase !important;
  margin-bottom:15px !important;
}

.sc-promo-roof{
  width:100% !important;
  margin-top:auto !important;
  display:flex !important;
  justify-content:center !important;
  align-items:flex-end !important;
}

.sc-promo-roof img{
  width:218px !important;
  max-width:100% !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
}

/* Placement dans le hero */
.sc-hero-right{
  align-items:center !important;
  justify-content:flex-end !important;
}

/* Tablette : carte réduite, mais même structure */
@media(max-width:991px){
  .sc-promo-card{
    width:235px !important;
    height:255px !important;
    padding:35px 16px 12px !important;
    border-radius:9px !important;
  }

  .sc-promo-ribbon{
    top:-14px !important;
    padding:9px 14px !important;
    font-size:11px !important;
  }

  .sc-promo-percent{
    font-size:61px !important;
    letter-spacing:-3px !important;
  }

  .sc-promo-text{
    font-size:14px !important;
    margin:10px 0 6px !important;
  }

  .sc-promo-line{
    width:42px !important;
    margin-bottom:10px !important;
  }

  .sc-promo-date{
    font-size:10px !important;
    padding:8px 13px !important;
    margin-bottom:10px !important;
  }

  .sc-promo-roof img{
    width:155px !important;
  }
}

/* Mobile : on garde la carte à droite, redimensionnée */
@media(max-width:575px){
  .sc-promo-card{
    width:154px !important;
    min-width:154px !important;
    height:190px !important;
    min-height:190px !important;
    padding:27px 9px 8px !important;
    border-radius:8px !important;
  }

  .sc-promo-ribbon{
    top:-12px !important;
    padding:7px 9px !important;
    font-size:9px !important;
  }

  .sc-promo-percent{
    font-size:42px !important;
    letter-spacing:-2px !important;
    margin-top:0 !important;
  }

  .sc-promo-text{
    font-size:10px !important;
    margin:8px 0 5px !important;
  }

  .sc-promo-line{
    width:31px !important;
    height:2px !important;
    margin-bottom:7px !important;
  }

  .sc-promo-date{
    font-size:8px !important;
    padding:7px 8px !important;
    margin-bottom:7px !important;
  }

  .sc-promo-roof{
    display:flex !important;
  }

  .sc-promo-roof img{
    width:105px !important;
  }
}

@media(max-width:380px){
  .sc-promo-card{
    width:132px !important;
    min-width:132px !important;
    height:170px !important;
    min-height:170px !important;
    padding:24px 8px 7px !important;
  }

  .sc-promo-percent{
    font-size:36px !important;
  }

  .sc-promo-text{
    font-size:9px !important;
  }

  .sc-promo-date{
    font-size:7px !important;
    padding:6px 6px !important;
  }

  .sc-promo-roof img{
    width:92px !important;
  }
}


/* ===== V4 : carte promo 390x380 + hero plus haut + images propres ===== */

/* Logo header propre envoyé */
.sc-logo{
  content:url("../img/logo-header.jpg");
  background:#fff;
}

/* Hero plus haut comme la référence */
.sc-hero{
  min-height:500px !important;
}

.sc-hero-grid{
  min-height:500px !important;
}

.sc-hero-left{
  padding-top:56px !important;
  padding-bottom:38px !important;
}

.sc-hero-right{
  min-height:500px !important;
  align-items:center !important;
}

/* Carte promo selon tes dimensions */
.sc-promo-card{
  width:390px !important;
  height:380px !important;
  background:#fff !important;
  color:var(--sc-navy) !important;
  border-radius:11px !important;
  box-shadow:0 16px 34px rgba(0,0,0,.18) !important;
  padding:46px 26px 18px !important;
  margin-top:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

/* Échelle interne adaptée à la carte plus grande */
.sc-promo-ribbon{
  top:-18px !important;
  padding:13px 24px !important;
  font-size:16px !important;
}

.sc-promo-percent{
  font-size:104px !important;
  line-height:.9 !important;
  margin-top:2px !important;
}

.sc-promo-text{
  font-size:22px !important;
  line-height:1.12 !important;
  margin:16px 0 9px !important;
}

.sc-promo-line{
  width:58px !important;
  margin-bottom:15px !important;
}

.sc-promo-date{
  font-size:16px !important;
  padding:12px 30px !important;
  margin-bottom:17px !important;
}

/* Vraie image toit, fond blanc propre */
.sc-promo-roof img{
  content:url("../img/promo-roof.webp");
  width:240px !important;
  background:#fff !important;
  mix-blend-mode:normal !important;
}

/* Tablette : on réduit proprement */
@media(max-width:991px){
  .sc-hero{
    min-height:450px !important;
  }

  .sc-hero-grid{
    min-height:450px !important;
  }

  .sc-hero-right{
    min-height:450px !important;
  }

  .sc-promo-card{
    width:250px !important;
    height:270px !important;
    padding:36px 16px 13px !important;
  }

  .sc-promo-percent{
    font-size:64px !important;
  }

  .sc-promo-text{
    font-size:15px !important;
  }

  .sc-promo-date{
    font-size:11px !important;
    padding:9px 14px !important;
  }

  .sc-promo-roof img{
    width:165px !important;
  }
}

/* Mobile : on garde 2 colonnes et on redimensionne */
@media(max-width:575px){
  .sc-hero{
    min-height:410px !important;
  }

  .sc-hero-grid{
    min-height:410px !important;
  }

  .sc-hero-right{
    min-height:410px !important;
  }

  .sc-promo-card{
    width:158px !important;
    min-width:158px !important;
    height:198px !important;
    min-height:198px !important;
    padding:27px 9px 8px !important;
  }

  .sc-promo-percent{
    font-size:43px !important;
  }

  .sc-promo-text{
    font-size:10px !important;
  }

  .sc-promo-date{
    font-size:8px !important;
    padding:7px 8px !important;
  }

  .sc-promo-roof img{
    width:110px !important;
  }
}

@media(max-width:380px){
  .sc-promo-card{
    width:138px !important;
    min-width:138px !important;
    height:178px !important;
    min-height:178px !important;
  }

  .sc-promo-roof img{
    width:96px !important;
  }
}


/* ===== V5 : vraie image de fond du hero fournie ===== */
.sc-hero{
  background:
    linear-gradient(90deg,rgba(3,17,31,.96) 0%,rgba(3,17,31,.82) 42%,rgba(3,17,31,.12) 100%),
    url("../img/hero-roof.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
  min-height:500px !important;
}

.sc-hero-grid{
  min-height:500px !important;
}

/* Mobile : on garde le hero en 2 colonnes et on recadre l'image pour garder la toiture visible */
@media(max-width:991px){
  .sc-hero{
    min-height:450px !important;
    background-position:center center !important;
  }

  .sc-hero-grid{
    min-height:450px !important;
  }
}

@media(max-width:575px){
  .sc-hero{
    min-height:410px !important;
    background-position:center center !important;
  }

  .sc-hero-grid{
    min-height:410px !important;
  }
}


/* ==========================================================
   V6 — Breakpoint menu 1182px + hero redimensionné en bloc
   ========================================================== */

/* À partir de 1182px et en dessous, le header passe en mode mobile */
@media(max-width:1182px){

  .sc-header-top{
    min-height:auto !important;
    padding:14px 0 12px !important;
  }

  .sc-header-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
    justify-items:center !important;
  }

  .sc-logo{
    width:min(420px, 92vw) !important;
    height:86px !important;
    object-position:center center !important;
  }

  .sc-header-actions{
    position:relative !important;
    width:100% !important;
    min-height:50px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
  }

  .sc-phone{
    justify-content:center !important;
    margin:0 auto !important;
  }

  .sc-phone-icon{
    width:48px !important;
    height:48px !important;
    font-size:22px !important;
  }

  .sc-phone-text strong{
    font-size:25px !important;
  }

  .sc-phone-text em{
    font-size:17px !important;
    margin-top:5px !important;
  }

  .sc-menu-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:50px !important;
    height:44px !important;
    position:absolute !important;
    right:0 !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:5 !important;
  }

  .sc-navbar{
    min-height:auto !important;
    padding:0 0 14px !important;
  }

  .sc-navbar .container{
    min-height:0 !important;
  }

  /* Force le comportement collapse Bootstrap avant 992px */
  .sc-navbar .navbar-collapse.collapse:not(.show){
    display:none !important;
  }

  .sc-navbar .navbar-collapse.collapse.show{
    display:block !important;
  }

  .sc-navbar .navbar-collapse{
    width:100% !important;
    padding-top:14px !important;
  }

  .sc-nav-list{
    flex-direction:column !important;
    max-width:100% !important;
    width:100% !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:2px !important;
  }

  .sc-nav-list .nav-item{
    width:100% !important;
  }

  .sc-nav-list .nav-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:54px !important;
    width:100% !important;
    font-size:17px !important;
    padding:14px 16px !important;
  }

  .sc-nav-list .nav-link.active::after{
    left:39% !important;
    right:39% !important;
    bottom:5px !important;
  }

  .sc-quote-btn{
    width:100% !important;
    margin-left:0 !important;
    margin-top:12px !important;
    min-height:52px !important;
    padding:15px 18px !important;
    font-size:16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }
}

/* Au-dessus de 1182px, on force le menu desktop */
@media(min-width:1183px){
  .sc-menu-btn{
    display:none !important;
  }

  .sc-navbar .navbar-collapse{
    display:flex !important;
  }
}

/*
  Hero redimensionné en bloc :
  - on garde un design de référence en 1140px
  - sous 1182px, on scale toute la grille entière
  - les boutons, la carte promo, le roof et les textes gardent leurs proportions
*/
@media(max-width:1182px){

  .sc-hero{
    --hero-base-width:1140;
    --hero-scale:calc((100vw - 28px) / 1140);
    min-height:calc(500px * var(--hero-scale)) !important;
    height:calc(500px * var(--hero-scale)) !important;
    background-position:center center !important;
  }

  .sc-hero-container{
    width:1140px !important;
    max-width:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
    position:absolute !important;
    left:50% !important;
    top:0 !important;
    transform:translateX(-50%) scale(var(--hero-scale)) !important;
    transform-origin:top center !important;
  }

  .sc-hero-grid{
    width:1140px !important;
    min-height:500px !important;
    height:500px !important;
    grid-template-columns:58% 42% !important;
    align-items:center !important;
    column-gap:0 !important;
  }

  .sc-hero-left{
    padding:56px 0 38px !important;
    max-width:535px !important;
  }

  .sc-hero-right{
    min-height:500px !important;
    align-items:center !important;
    justify-content:flex-end !important;
  }

  .sc-promo-card{
    width:390px !important;
    height:380px !important;
    min-width:390px !important;
    min-height:380px !important;
    padding:46px 26px 18px !important;
    margin:0 !important;
  }

  .sc-promo-percent{
    font-size:104px !important;
  }

  .sc-promo-text{
    font-size:22px !important;
  }

  .sc-promo-date{
    font-size:16px !important;
    padding:12px 30px !important;
  }

  .sc-promo-roof{
    display:flex !important;
  }

  .sc-promo-roof img{
    width:240px !important;
  }

  .sc-hero-actions{
    flex-direction:row !important;
    align-items:center !important;
    gap:12px !important;
  }

  .sc-call-btn,
  .sc-outline-btn{
    width:auto !important;
    max-width:none !important;
    min-height:60px !important;
    padding:11px 18px !important;
    gap:14px !important;
  }

  .sc-call-btn i,
  .sc-outline-btn i{
    font-size:26px !important;
  }

  .sc-call-btn strong,
  .sc-outline-btn strong{
    font-size:14px !important;
  }

  .sc-call-btn em,
  .sc-outline-btn em{
    font-size:11px !important;
  }
}

/* Très petits écrans : on garde le même principe, mais on évite l'écrasement abusif */
@media(max-width:390px){
  .sc-hero{
    --hero-scale:calc((100vw - 20px) / 1140);
  }
}


/* ==========================================================
   V7 — FIX hero mobile invisible
   Cause : division CSS dans calc() non supportée sur certains navigateurs.
   Solution : breakpoints avec scale fixe + hauteur calculée manuellement.
========================================================== */

/* Base desktop */
.sc-hero{
  position:relative !important;
  overflow:hidden !important;
}

/* On annule l'ancienne variable calc() problématique */
@media(max-width:1182px){
  .sc-hero{
    --hero-scale:1 !important;
    height:auto !important;
    min-height:500px !important;
  }

  .sc-hero-container{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:auto !important;
    max-width:1140px !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .sc-hero-grid{
    width:auto !important;
    height:auto !important;
    min-height:500px !important;
  }
}

/* 1182 -> 992 : desktop réduit normalement */
@media(min-width:992px) and (max-width:1182px){
  .sc-hero{
    min-height:470px !important;
  }

  .sc-hero-grid{
    min-height:470px !important;
    grid-template-columns:58% 42% !important;
  }

  .sc-hero-left{
    padding:46px 0 34px !important;
  }

  .sc-promo-card{
    width:350px !important;
    height:350px !important;
    min-width:350px !important;
    min-height:350px !important;
  }

  .sc-promo-percent{
    font-size:94px !important;
  }

  .sc-promo-text{
    font-size:20px !important;
  }

  .sc-promo-roof img{
    width:220px !important;
  }
}

/* Tablette */
@media(min-width:768px) and (max-width:991px){
  .sc-hero{
    min-height:430px !important;
  }

  .sc-hero-grid{
    display:grid !important;
    grid-template-columns:60% 40% !important;
    min-height:430px !important;
    column-gap:12px !important;
    align-items:center !important;
  }

  .sc-hero-left{
    padding:34px 0 30px !important;
    max-width:100% !important;
  }

  .sc-hero h1{
    font-size:44px !important;
  }

  .sc-baseline{
    font-size:18px !important;
  }

  .sc-hero-left p{
    font-size:15px !important;
  }

  .sc-hero-right{
    min-height:430px !important;
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
  }

  .sc-promo-card{
    width:255px !important;
    height:285px !important;
    min-width:255px !important;
    min-height:285px !important;
    padding:36px 16px 13px !important;
  }

  .sc-promo-percent{
    font-size:66px !important;
  }

  .sc-promo-text{
    font-size:15px !important;
  }

  .sc-promo-date{
    font-size:11px !important;
    padding:9px 14px !important;
  }

  .sc-promo-roof img{
    width:170px !important;
  }
}

/* Mobile : hero visible, toujours 2 colonnes, éléments réduits ensemble proprement */
@media(max-width:767px){
  .sc-hero{
    display:block !important;
    min-height:410px !important;
    height:auto !important;
    background-position:center center !important;
  }

  .sc-hero-container{
    display:block !important;
    position:relative !important;
    width:100% !important;
    max-width:100% !important;
    padding-left:14px !important;
    padding-right:14px !important;
    transform:none !important;
  }

  .sc-hero-grid{
    display:grid !important;
    grid-template-columns:61% 39% !important;
    min-height:410px !important;
    height:auto !important;
    column-gap:8px !important;
    align-items:center !important;
  }

  .sc-hero-left{
    display:block !important;
    padding:24px 0 22px !important;
    max-width:100% !important;
  }

  .sc-kicker{
    font-size:11px !important;
  }

  .sc-kicker::after{
    width:32px !important;
    margin-left:8px !important;
  }

  .sc-hero h1{
    font-size:clamp(29px, 8vw, 38px) !important;
    line-height:1.02 !important;
    margin:7px 0 8px !important;
  }

  .sc-baseline{
    font-size:13px !important;
    white-space:nowrap !important;
  }

  .sc-baseline span{
    width:5px !important;
    height:5px !important;
    margin:0 5px 2px !important;
  }

  .sc-small-line{
    width:28px !important;
    height:2px !important;
    margin:10px 0 !important;
  }

  .sc-hero-left p{
    font-size:12px !important;
    line-height:1.4 !important;
    max-width:100% !important;
  }

  .sc-hero-actions{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    margin-top:12px !important;
    gap:7px !important;
  }

  .sc-call-btn,
  .sc-outline-btn{
    width:100% !important;
    max-width:205px !important;
    min-height:42px !important;
    padding:8px 10px !important;
    gap:8px !important;
  }

  .sc-call-btn i,
  .sc-outline-btn i{
    font-size:17px !important;
  }

  .sc-call-btn strong,
  .sc-outline-btn strong{
    font-size:10px !important;
  }

  .sc-call-btn em,
  .sc-outline-btn em{
    font-size:8px !important;
  }

  .sc-offer-note{
    font-size:9px !important;
    margin-top:8px !important;
  }

  .sc-hero-right{
    display:flex !important;
    min-height:410px !important;
    justify-content:flex-end !important;
    align-items:center !important;
  }

  .sc-promo-card{
    display:flex !important;
    width:158px !important;
    min-width:158px !important;
    height:198px !important;
    min-height:198px !important;
    padding:27px 9px 8px !important;
    border-radius:8px !important;
    margin:0 !important;
  }

  .sc-promo-ribbon{
    top:-12px !important;
    padding:7px 9px !important;
    font-size:9px !important;
  }

  .sc-promo-percent{
    font-size:43px !important;
    letter-spacing:-2px !important;
  }

  .sc-promo-text{
    font-size:10px !important;
    margin:8px 0 5px !important;
  }

  .sc-promo-line{
    width:31px !important;
    margin-bottom:7px !important;
  }

  .sc-promo-date{
    font-size:8px !important;
    padding:7px 8px !important;
    margin-bottom:7px !important;
  }

  .sc-promo-roof{
    display:flex !important;
  }

  .sc-promo-roof img{
    width:110px !important;
  }
}

/* Petits mobiles */
@media(max-width:380px){
  .sc-hero{
    min-height:420px !important;
  }

  .sc-hero-grid{
    grid-template-columns:62% 38% !important;
    min-height:420px !important;
    column-gap:6px !important;
  }

  .sc-hero h1{
    font-size:28px !important;
  }

  .sc-hero-left p{
    font-size:11.3px !important;
  }

  .sc-promo-card{
    width:138px !important;
    min-width:138px !important;
    height:178px !important;
    min-height:178px !important;
  }

  .sc-promo-percent{
    font-size:37px !important;
  }

  .sc-promo-text{
    font-size:9px !important;
  }

  .sc-promo-roof img{
    width:96px !important;
  }
}


/* ==========================================================
   SECTION NOS SERVICES
   Flex-wrap demandé : les cartes passent à la ligne proprement.
========================================================== */

.sc-services{
  background:#fff;
  padding:22px 0 18px;
}

.sc-section-title{
  text-align:center;
  margin-bottom:22px;
}

.sc-section-kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:var(--sc-pink);
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:.3px;
  margin-bottom:5px;
}

.sc-section-kicker span{
  display:block;
  width:48px;
  height:2px;
  background:var(--sc-pink);
}

.sc-section-title h2{
  font-family:"Cormorant Garamond", Georgia, serif;
  color:var(--sc-navy);
  font-size:30px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
  margin:0;
}

.sc-section-title p{
  margin:6px 0 0;
  color:#142334;
  font-size:15px;
  line-height:1.35;
}

/* FLEX WRAP : exactement pour que les boîtes passent à la ligne */
.sc-services-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.sc-service-card{
  flex:1 1 175px;
  max-width:205px;
  min-height:214px;
  background:#fff;
  border-radius:6px;
  box-shadow:0 5px 18px rgba(0,0,0,.08);
  padding:22px 18px 18px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.sc-service-icon{
  color:var(--sc-pink);
  font-size:45px;
  line-height:1;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}

.sc-service-card h3{
  color:var(--sc-navy);
  text-transform:uppercase;
  font-size:16px;
  line-height:1.05;
  font-weight:900;
  margin:0 0 10px;
}

.sc-service-card p{
  color:#142334;
  font-size:13px;
  line-height:1.35;
  margin:0 auto;
}

.sc-card-line{
  width:26px;
  height:2px;
  background:var(--sc-pink);
  margin-top:auto;
}

/* Desktop large : 5 cartes sur une ligne comme la maquette */
@media(min-width:1183px){
  .sc-services-grid{
    flex-wrap:nowrap;
  }

  .sc-service-card{
    flex:0 0 205px;
  }
}

/* Sous le breakpoint menu : wrap propre */
@media(max-width:1182px){
  .sc-services{
    padding:24px 0 22px;
  }

  .sc-services-grid{
    gap:16px;
  }

  .sc-service-card{
    flex:1 1 calc(33.333% - 16px);
    max-width:260px;
  }
}

/* Mobile : 2 colonnes comme sur ton screenshot si largeur suffisante */
@media(max-width:767px){
  .sc-services{
    padding:22px 0 24px;
  }

  .sc-section-title{
    margin-bottom:18px;
  }

  .sc-section-title h2{
    font-size:25px;
  }

  .sc-section-title p{
    font-size:13px;
  }

  .sc-section-kicker{
    font-size:11px;
    gap:10px;
  }

  .sc-section-kicker span{
    width:36px;
  }

  .sc-services-grid{
    gap:12px;
  }

  .sc-service-card{
    flex:1 1 calc(50% - 12px);
    max-width:none;
    min-height:190px;
    padding:19px 12px 15px;
  }

  .sc-service-icon{
    font-size:38px;
    height:44px;
    margin-bottom:9px;
  }

  .sc-service-card h3{
    font-size:13px;
  }

  .sc-service-card p{
    font-size:11.5px;
  }
}

/* Très petits mobiles : 1 colonne pour éviter les cartes écrasées */
@media(max-width:390px){
  .sc-service-card{
    flex:1 1 100%;
    max-width:260px;
  }
}


/* ===== V2 services : icônes fidèles + cartes plus grosses ===== */

.sc-services{
  padding:30px 0 26px !important;
}

.sc-section-title{
  margin-bottom:26px !important;
}

.sc-section-title h2{
  font-size:32px !important;
}

.sc-section-title p{
  font-size:16px !important;
}

/* Cartes plus grandes et plus propres */
.sc-services-grid{
  gap:16px !important;
}

.sc-service-card{
  flex:1 1 205px !important;
  max-width:222px !important;
  min-height:245px !important;
  padding:25px 18px 20px !important;
  border-radius:7px !important;
  box-shadow:0 7px 22px rgba(0,0,0,.085) !important;
}

.sc-service-icon{
  height:72px !important;
  margin-bottom:12px !important;
}

.service-svg{
  width:74px;
  height:66px;
  fill:none;
  stroke:var(--sc-pink);
  stroke-width:4.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.service-svg-cover{
  width:78px;
}

.service-svg-frame{
  width:84px;
}

.service-svg-gutter{
  width:78px;
}

.service-svg-window{
  width:76px;
}

.service-svg-hammer{
  width:72px;
  fill:var(--sc-pink);
  stroke:var(--sc-pink);
  stroke-width:2.5;
}

.sc-service-card h3{
  font-size:17px !important;
  line-height:1.05 !important;
  margin-bottom:12px !important;
}

.sc-service-card p{
  font-size:13.5px !important;
  line-height:1.38 !important;
}

.sc-card-line{
  width:28px !important;
  height:2px !important;
  margin-top:auto !important;
}

/* 5 cartes sur une ligne en desktop */
@media(min-width:1183px){
  .sc-services-grid{
    flex-wrap:nowrap !important;
  }

  .sc-service-card{
    flex:0 0 222px !important;
  }
}

/* Sous desktop : wrap propre */
@media(max-width:1182px){
  .sc-service-card{
    flex:1 1 calc(33.333% - 16px) !important;
    max-width:285px !important;
  }
}

/* Mobile : 2 colonnes avec cartes plus lisibles */
@media(max-width:767px){
  .sc-services{
    padding:26px 0 28px !important;
  }

  .sc-section-title h2{
    font-size:26px !important;
  }

  .sc-section-title p{
    font-size:13.5px !important;
  }

  .sc-service-card{
    flex:1 1 calc(50% - 12px) !important;
    max-width:none !important;
    min-height:218px !important;
    padding:22px 13px 17px !important;
  }

  .sc-service-icon{
    height:62px !important;
    margin-bottom:10px !important;
  }

  .service-svg{
    width:62px;
    height:56px;
    stroke-width:4.2;
  }

  .service-svg-frame{
    width:70px;
  }

  .service-svg-gutter{
    width:64px;
  }

  .service-svg-window{
    width:64px;
  }

  .service-svg-hammer{
    width:58px;
  }

  .sc-service-card h3{
    font-size:14px !important;
  }

  .sc-service-card p{
    font-size:12px !important;
  }
}

@media(max-width:390px){
  .sc-service-card{
    flex:1 1 100% !important;
    max-width:280px !important;
    min-height:210px !important;
  }
}


/* ===== V3 clean assets : vrais logos/icônes + hover propre ===== */

/* Hero avec image fournie */
.sc-hero{
  background:
    linear-gradient(90deg,rgba(3,17,31,.96) 0%,rgba(3,17,31,.82) 42%,rgba(3,17,31,.12) 100%),
    url("../img/hero-roof.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
}

/* Logo propre fourni */
.sc-logo{
  content:url("../img/logo-header.jpg") !important;
  object-fit:contain !important;
}

/* Image toit promo propre fournie */
.sc-promo-roof img{
  content:url("../img/promo-roof.webp") !important;
  background:#fff !important;
}

/* Pas d'effet hover/animation sur le bouton outline du hero */
.sc-outline-btn,
.sc-outline-btn:hover,
.sc-outline-btn:focus,
.sc-outline-btn:active{
  color:#fff !important;
  background:rgba(3,17,31,.28) !important;
  border:1.5px solid rgba(255,255,255,.9) !important;
  box-shadow:none !important;
  transform:none !important;
  transition:none !important;
}

/* Icônes services : vraies images, fond blanc forcé */
.sc-service-icon{
  background:#fff !important;
}

.sc-service-icon img{
  display:block;
  width:76px;
  height:66px;
  object-fit:contain;
  object-position:center center;
  background:#fff;
  mix-blend-mode:normal;
}

.sc-service-card{
  background:#fff !important;
}

/* On neutralise les anciens SVG si jamais ils restent */
.service-svg{
  display:none !important;
}

@media(max-width:767px){
  .sc-service-icon img{
    width:64px;
    height:56px;
  }
}


/* ===== V4 : icônes services exactes 76x66 ===== */
.sc-service-icon{
  width:76px !important;
  height:66px !important;
  margin-bottom:14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
}

.sc-service-icon img{
  width:76px !important;
  height:66px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
}

/* Garde les cartes plus propres avec la taille d’icône fixe */
.sc-service-card{
  min-height:250px !important;
}

@media(max-width:767px){
  .sc-service-icon,
  .sc-service-icon img{
    width:76px !important;
    height:66px !important;
  }

  .sc-service-card{
    min-height:225px !important;
  }
}


/* ===== V5 final : vrais assets fournis ===== */

/* Logo header EXACT */
.sc-logo{
  content:url("../img/logo-header.jpg") !important;
  object-fit:contain !important;
  object-position:left center !important;
}

/* Icônes exactes fournies par le client */
.sc-service-icon{
  width:76px !important;
  height:66px !important;
  background:#fff !important;
}

.sc-service-icon img{
  width:76px !important;
  height:66px !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
  image-rendering:auto !important;
}


/* ===== V6 : icônes Iconify propres + poids typo allégé ===== */

/* Promo : texte moins gras */
.sc-promo-text{
  font-size:20px !important;
  line-height:1.12 !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  margin:15px 0 8px !important;
  color:var(--sc-navy) !important;
}

/* Services : titres moins agressifs */
.sc-service-card h3{
  color:var(--sc-navy) !important;
  text-transform:uppercase !important;
  font-size:16px !important;
  line-height:1.05 !important;
  font-weight:700 !important;
  margin:0 0 10px !important;
}

/* Icônes via Iconify : rendu net, cohérent, pas d’images sales */
.sc-service-icon{
  width:82px !important;
  height:72px !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:14px !important;
}

.sc-service-icon img,
.service-svg{
  display:none !important;
}

.sc-service-icon iconify-icon{
  display:block !important;
  color:var(--sc-pink) !important;
  font-size:62px !important;
  line-height:1 !important;
}

/* Ajustements par icône si besoin */
.sc-service-card:nth-child(1) .sc-service-icon iconify-icon{
  font-size:66px !important;
}

.sc-service-card:nth-child(2) .sc-service-icon iconify-icon{
  font-size:68px !important;
}

.sc-service-card:nth-child(3) .sc-service-icon iconify-icon{
  font-size:60px !important;
}

.sc-service-card:nth-child(4) .sc-service-icon iconify-icon{
  font-size:58px !important;
}

.sc-service-card:nth-child(5) .sc-service-icon iconify-icon{
  font-size:62px !important;
}

@media(max-width:767px){
  .sc-service-icon{
    width:76px !important;
    height:66px !important;
  }

  .sc-service-icon iconify-icon{
    font-size:54px !important;
  }

  .sc-service-card h3{
    font-size:14px !important;
  }
}


/* ===== V7 : typo boutons hero plus lisible ===== */

.sc-call-btn,
.sc-outline-btn{
  min-height:64px !important;
  padding:12px 20px !important;
  gap:15px !important;
}

.sc-call-btn strong,
.sc-outline-btn strong{
  display:block !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  letter-spacing:.2px !important;
}

.sc-call-btn em,
.sc-outline-btn em{
  display:block !important;
  font-size:12px !important;
  line-height:1.35 !important;
  font-style:normal !important;
  font-weight:800 !important;
  letter-spacing:.15px !important;
}

/* Le numéro doit clairement dominer “Appeler maintenant” */
.sc-call-btn strong{
  font-size:17px !important;
}

.sc-call-btn em{
  font-size:11.5px !important;
}

/* Devis : titre lisible mais moins dominant que le numéro */
.sc-outline-btn strong{
  font-size:15px !important;
}

.sc-outline-btn em{
  font-size:12px !important;
}

/* Responsive : on garde la hiérarchie */
@media(max-width:991px){
  .sc-call-btn,
  .sc-outline-btn{
    min-height:56px !important;
    padding:10px 14px !important;
    gap:11px !important;
  }

  .sc-call-btn strong{
    font-size:14px !important;
  }

  .sc-call-btn em{
    font-size:10px !important;
  }

  .sc-outline-btn strong{
    font-size:13px !important;
  }

  .sc-outline-btn em{
    font-size:10.5px !important;
  }
}

@media(max-width:575px){
  .sc-call-btn,
  .sc-outline-btn{
    min-height:46px !important;
    padding:8px 11px !important;
    gap:8px !important;
  }

  .sc-call-btn strong{
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .sc-call-btn em{
    font-size:8.8px !important;
    line-height:1.3 !important;
  }

  .sc-outline-btn strong{
    font-size:11px !important;
    line-height:1.2 !important;
  }

  .sc-outline-btn em{
    font-size:9px !important;
    line-height:1.3 !important;
  }
}


/* ===== V8 : icônes services corrigées ===== */

.sc-service-icon{
    width:76px;
    height:66px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d96c6c;
}

.sc-service-icon svg{
    width:76px;
    height:66px;
    stroke:#d96c6c;
    fill:none;
    overflow:visible;
}



/* ===== V9 : ajustement promo mobile demandé ===== */
@media (max-width: 767px) {
  .sc-promo-card {
    display: flex !important;
    width: 158px !important;
    min-width: 158px !important;
    height: 198px !important;
    min-height: 259px !important;
    padding: 27px 9px 8px !important;
    border-radius: 8px !important;
    margin-right: 14px !important;
  }
}


/* ===== V10 : typo plus proche de la maquette ===== */

.sc-hero h1,
.sc-section-title h2{
    font-family:"Cormorant Garamond", Georgia, serif !important;
    font-weight:700 !important;
    letter-spacing:.2px !important;
}

.sc-hero h1{
    text-transform:uppercase !important;
}

.sc-section-title h2{
    text-transform:uppercase !important;
}


/* ===== V11 : vraies icônes services cohérentes, propres et stables ===== */

.sc-service-icon{
  width:86px !important;
  height:72px !important;
  margin:0 auto 16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--sc-pink) !important;
  background:#fff !important;
}

.sc-service-icon img,
.sc-service-icon iconify-icon,
.service-svg{
  display:none !important;
}

.sc-service-icon svg{
  display:block !important;
  width:86px !important;
  height:72px !important;
  fill:none !important;
  stroke:var(--sc-pink) !important;
  stroke-width:4.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  overflow:visible !important;
}

.sc-service-icon-5 svg{
  stroke-width:3.9 !important;
}

.sc-service-card{
  min-height:250px !important;
}

@media(max-width:767px){
  .sc-service-icon{
    width:78px !important;
    height:66px !important;
    margin-bottom:14px !important;
  }

  .sc-service-icon svg{
    width:78px !important;
    height:66px !important;
    stroke-width:4 !important;
  }

  .sc-service-card{
    min-height:225px !important;
  }
}


/* ===== V12 : masquer le toit promo sous 990px ===== */
@media (max-width: 990px) {
  .sc-promo-roof {
    display: none !important;
  }
}


/* ===== V13 : correction icônes zinguerie + dépannage ===== */
.sc-service-icon-3 svg{
  width:88px !important;
  height:72px !important;
  stroke-width:4 !important;
}

.sc-service-icon-5 svg{
  width:86px !important;
  height:72px !important;
  stroke-width:3.8 !important;
}

@media(max-width:767px){
  .sc-service-icon-3 svg,
  .sc-service-icon-5 svg{
    width:78px !important;
    height:66px !important;
  }
}


/* ===== V14 : titres hero/services plus élégants ===== */

.sc-hero h1{
    font-size:64px !important;
    line-height:0.95 !important;
    font-weight:700 !important;
    letter-spacing:.4px !important;
    text-transform:uppercase !important;
}

.sc-section-title h2{
    font-size:38px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.25px !important;
    text-transform:uppercase !important;
}

/* Icône zinguerie : écoulement type template */
.sc-service-icon-3 svg{
    width:84px !important;
    height:70px !important;
    stroke-width:4.2 !important;
}

/* Icône entretien/dépannage : marteau propre */
.sc-service-icon-5 svg{
    width:82px !important;
    height:68px !important;
    stroke-width:4.2 !important;
}

@media(max-width:991px){
    .sc-hero h1{
        font-size:54px !important;
    }

    .sc-section-title h2{
        font-size:33px !important;
    }
}

@media(max-width:767px){
    .sc-hero h1{
        font-size:40px !important;
        line-height:0.98 !important;
    }

    .sc-section-title h2{
        font-size:28px !important;
    }

    .sc-service-icon-3 svg,
    .sc-service-icon-5 svg{
        width:72px !important;
        height:60px !important;
    }
}


/* ===== V15 : cartes services 175px + icônes JPG ===== */

.sc-services-grid{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:24px !important;
}

.sc-service-card{
    width:175px !important;
    min-width:175px !important;
    max-width:175px !important;
    min-height:245px !important;
    padding:28px 18px 24px !important;
    border-radius:14px !important;
}

.sc-service-icon{
    width:76px !important;
    height:66px !important;
    margin:0 auto 18px !important;
    background:#fff !important;
}

.sc-service-icon img{
    width:76px !important;
    height:66px !important;
    object-fit:contain !important;
    display:block !important;
    background:#fff !important;
}

.sc-service-icon svg{
    display:none !important;
}

.sc-service-card h3{
    font-size:16px !important;
    line-height:1.08 !important;
    margin-bottom:12px !important;
}

.sc-service-card p{
    font-size:13px !important;
    line-height:1.45 !important;
}

@media(max-width:767px){
    .sc-services-grid{
        gap:16px !important;
    }

    .sc-service-card{
        width:165px !important;
        min-width:165px !important;
        max-width:165px !important;
        min-height:228px !important;
        padding:22px 14px 20px !important;
    }

    .sc-service-card h3{
        font-size:15px !important;
    }

    .sc-service-card p{
        font-size:12px !important;
    }
}


/* ===== V16 : icônes services non redimensionnées, format fourni 168x70 ===== */
.sc-service-icon{
    width:168px !important;
    height:70px !important;
    margin:0 auto 18px !important;
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.sc-service-icon img{
    width:168px !important;
    height:70px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    background:#fff !important;
}

/* Carte 175px : on garde l’icône quasi pleine largeur */
.sc-service-card{
    width:175px !important;
    min-width:175px !important;
    max-width:175px !important;
    overflow:visible !important;
}

/* Mobile : idem, on ne réduit pas les icônes */
@media(max-width:767px){
    .sc-service-icon,
    .sc-service-icon img{
        width:168px !important;
        height:70px !important;
    }

    .sc-service-card{
        width:175px !important;
        min-width:175px !important;
        max-width:175px !important;
    }
}


/* ===== V17 : ajustements demandés ===== */

/* Cartes services */
.sc-service-card {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  overflow: visible !important;
}

@media (max-width: 767px) {
  .sc-service-card {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
}

/* Boutons hero : texte aligné à gauche */
.sc-call-btn,
.sc-outline-btn {
  text-align: left !important;
}

.sc-call-btn span,
.sc-outline-btn span {
  text-align: left !important;
}

/* Mobile : boutons hero plus propres */
@media (max-width: 575px) {
  .sc-call-btn,
  .sc-outline-btn {
    min-height: 46px !important;
    padding: 8px 11px !important;
    gap: 14px !important;
    text-align: left !important;
  }

  .sc-call-btn span,
  .sc-outline-btn span {
    text-align: left !important;
  }

  /* Numéro du bouton téléphone plus gros sur mobile */
  .sc-call-btn strong {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .sc-call-btn em {
    font-size: 9px !important;
    line-height: 1.3 !important;
  }
}

/* Promo mobile */
@media (max-width: 767px) {
  .sc-promo-card {
    display: flex !important;
    width: 250px !important;
    min-width: 158px !important;
    height: 20px !important;
    min-height: 206px !important;
    padding: 27px 9px 8px !important;
    border-radius: 8px !important;
    margin-right: 14px !important;
  }

  .sc-promo-text {
    font-size: 16px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 15px 0 8px !important;
    color: var(--sc-navy) !important;
  }
}


/* ===== V18 : card line ajustée ===== */
.sc-card-line {
  width: 28px !important;
  height: 2px !important;
  margin-top: 12px !important;
}


/* ===== V19 : boutons hero mobile ajustés ===== */
@media (max-width: 575px) {
  .sc-call-btn,
  .sc-outline-btn {
    min-height: 49px !important;
    padding: 8px 11px !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .sc-call-btn span,
  .sc-outline-btn span {
    text-align: left !important;
  }
}


/* ==========================================================
   ABOUT — image gauche / texte droite, mobile image en haut
========================================================== */

.sc-about-section{
  background:#fff;
  overflow:hidden;
}

.sc-about-row{
  min-height:360px;
}

.sc-about-image-col{
  display:flex;
}

.sc-about-image-wrapper{
  width:100%;
  min-height:360px;
  overflow:hidden;
}

.sc-about-image{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.sc-about-content-col{
  display:flex;
  align-items:center;
  background:#fff;
}

.sc-about-content{
  width:100%;
  max-width:570px;
  padding:46px 52px 42px;
}

.sc-about-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--sc-pink);
  font-size:14px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:10px;
}

.sc-about-kicker::after{
  content:"";
  display:block;
  width:54px;
  height:2px;
  background:var(--sc-pink);
}

.sc-about-content h2{
  font-family:"Cormorant Garamond", Georgia, serif;
  color:var(--sc-navy);
  font-size:38px;
  line-height:.96;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 18px;
}

.sc-about-content h2::after{
  content:"";
  display:block;
  width:32px;
  height:2px;
  background:var(--sc-pink);
  margin-top:13px;
}

.sc-about-content p{
  color:#142334;
  font-size:14px;
  line-height:1.55;
  margin:0 0 24px;
  max-width:520px;
}

.sc-about-features{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  max-width:470px;
}

.sc-about-feature{
  flex:1;
  text-align:center;
  color:var(--sc-navy);
}

.sc-about-feature i{
  display:block;
  color:var(--sc-pink);
  font-size:38px;
  line-height:1;
  margin-bottom:10px;
}

.sc-about-feature span{
  display:block;
  font-size:13px;
  line-height:1.3;
}

/* Mobile : image en haut, texte en bas centré */
@media(max-width:991px){
  .sc-about-row{
    min-height:0;
  }

  .sc-about-image-col{
    order:1;
  }

  .sc-about-content-col{
    order:2;
  }

  .sc-about-image-wrapper,
  .sc-about-image{
    min-height:330px;
    height:330px;
  }

  .sc-about-content{
    max-width:100%;
    padding:42px 28px 40px;
    text-align:center;
  }

  .sc-about-kicker{
    justify-content:center;
  }

  .sc-about-kicker::before{
    content:"";
    display:block;
    width:54px;
    height:2px;
    background:var(--sc-pink);
  }

  .sc-about-content h2::after{
    margin-left:auto;
    margin-right:auto;
  }

  .sc-about-content p{
    margin-left:auto;
    margin-right:auto;
  }

  .sc-about-features{
    margin:0 auto;
  }
}

@media(max-width:575px){
  .sc-about-image-wrapper,
  .sc-about-image{
    min-height:260px;
    height:260px;
  }

  .sc-about-content{
    padding:34px 22px 36px;
  }

  .sc-about-content h2{
    font-size:31px;
  }

  .sc-about-content p{
    font-size:13px;
  }

  .sc-about-features{
    gap:14px;
  }

  .sc-about-feature i{
    font-size:32px;
  }

  .sc-about-feature span{
    font-size:12px;
  }
}


/* ===== V21 : about hauteur max 280 + blur blanc desktop ===== */

@media (min-width: 992px) {
  .sc-about-row {
    min-height: 280px !important;
    max-height: 280px !important;
  }

  .sc-about-image-wrapper {
    min-height: 280px !important;
    height: 280px !important;
    max-height: 280px !important;
    position: relative !important;
  }

  .sc-about-image {
    min-height: 280px !important;
    height: 280px !important;
    max-height: 280px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .sc-about-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 145px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.72) 55%,
      rgba(255,255,255,1) 100%
    );
    z-index: 2;
  }

  .sc-about-content {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}

/* Pas de blur sur mobile/tablette */
@media (max-width: 991px) {
  .sc-about-image-wrapper::after {
    display: none !important;
  }
}


/* ===== V22 : about, l'image prend la hauteur du bloc texte ===== */

/* On supprime la contrainte qui coupait le texte */
@media (min-width: 992px) {
  .sc-about-row {
    min-height: auto !important;
    max-height: none !important;
    align-items: stretch !important;
  }

  .sc-about-image-col,
  .sc-about-content-col {
    display: flex !important;
  }

  .sc-about-image-wrapper {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    position: relative !important;
  }

  .sc-about-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .sc-about-content {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .sc-about-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 145px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.72) 55%,
      rgba(255,255,255,1) 100%
    );
    z-index: 2;
  }
}

/* Mobile : image en haut avec hauteur fixe propre, sans fondu */
@media (max-width: 991px) {
  .sc-about-image-wrapper {
    height: 330px !important;
    min-height: 330px !important;
  }

  .sc-about-image {
    height: 330px !important;
    min-height: 330px !important;
    object-fit: cover !important;
  }

  .sc-about-image-wrapper::after {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .sc-about-image-wrapper {
    height: 260px !important;
    min-height: 260px !important;
  }

  .sc-about-image {
    height: 260px !important;
    min-height: 260px !important;
  }
}


/* ===== V23 : About compact, sans énormes marges ===== */

/* Desktop : section compacte, hauteur raisonnable, image calée sur le bloc */
@media (min-width: 992px) {
  .sc-about-section {
    background: #fff !important;
  }

  .sc-about-row {
    min-height: 330px !important;
    max-height: none !important;
    align-items: stretch !important;
  }

  .sc-about-image-col,
  .sc-about-content-col {
    display: flex !important;
  }

  .sc-about-image-wrapper {
    width: 100% !important;
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .sc-about-image {
    width: 100% !important;
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  .sc-about-content-col {
    align-items: center !important;
  }

  .sc-about-content {
    padding: 28px 48px 26px 48px !important;
    max-width: 570px !important;
  }

  .sc-about-content h2 {
    font-size: 34px !important;
    line-height: .98 !important;
    margin-bottom: 14px !important;
  }

  .sc-about-content h2::after {
    margin-top: 10px !important;
  }

  .sc-about-content p {
    font-size: 13.5px !important;
    line-height: 1.48 !important;
    margin-bottom: 18px !important;
  }

  .sc-about-kicker {
    margin-bottom: 8px !important;
  }

  .sc-about-feature i {
    font-size: 32px !important;
    margin-bottom: 8px !important;
  }

  .sc-about-feature span {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .sc-about-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 135px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.70) 58%,
      rgba(255,255,255,1) 100%
    );
    z-index: 2;
  }
}

/* Mobile : image au-dessus, taille propre, pas de fondu */
@media (max-width: 991px) {
  .sc-about-row {
    min-height: auto !important;
  }

  .sc-about-image-wrapper {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .sc-about-image {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    object-fit: cover !important;
  }

  .sc-about-image-wrapper::after {
    display: none !important;
  }

  .sc-about-content {
    padding: 34px 24px 34px !important;
  }
}

@media (max-width: 575px) {
  .sc-about-image-wrapper {
    height: 235px !important;
    min-height: 235px !important;
    max-height: 235px !important;
  }

  .sc-about-image {
    height: 235px !important;
    min-height: 235px !important;
    max-height: 235px !important;
  }

  .sc-about-content {
    padding: 30px 20px 32px !important;
  }
}


/* ===== V26 : About image gauche moins large que le texte ===== */

@media (min-width: 992px) {
  .sc-about-image-col {
    flex: 0 0 42% !important;
    max-width: 42% !important;
  }

  .sc-about-content-col {
    flex: 0 0 58% !important;
    max-width: 58% !important;
  }

  .sc-about-content {
    max-width: 650px !important;
    padding-left: 52px !important;
    padding-right: 48px !important;
  }
}


/* ==========================================================
   STATS BAR — barre sous À propos
========================================================== */

.sc-stats-section{
  background:#04101f;
  padding:28px 0;
  color:#fff;
  overflow:hidden;
}

.sc-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  align-items:center;
}

.sc-stat-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:96px;
  padding:10px 22px;
  border-right:1px solid rgba(255,255,255,.13);
}

.sc-stat-item:last-child{
  border-right:none;
}

.sc-stat-icon{
  color:var(--sc-pink);
  font-size:44px;
  line-height:1;
  min-width:52px;
  text-align:center;
}

.sc-stat-content{
  text-align:left;
}

.sc-stat-number{
  color:var(--sc-pink);
  font-size:39px;
  line-height:.95;
  font-weight:900;
  letter-spacing:-1px;
  margin-bottom:5px;
}

.sc-stat-zone{
  font-size:31px;
  letter-spacing:-.5px;
  white-space:nowrap;
}

.sc-stat-label{
  color:#fff;
  font-size:13px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
}

@media(max-width:991px){
  .sc-stats-section{
    padding:22px 0;
  }

  .sc-stats-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-stat-item{
    justify-content:flex-start;
    min-height:84px;
    padding:16px 18px;
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.13);
  }

  .sc-stat-item:nth-child(odd){
    border-right:1px solid rgba(255,255,255,.13);
  }

  .sc-stat-item:nth-child(3),
  .sc-stat-item:nth-child(4){
    border-bottom:none;
  }

  .sc-stat-icon{
    font-size:34px;
    min-width:42px;
  }

  .sc-stat-number{
    font-size:31px;
  }

  .sc-stat-zone{
    font-size:25px;
  }

  .sc-stat-label{
    font-size:11px;
  }
}

@media(max-width:575px){
  .sc-stats-grid{
    grid-template-columns:1fr;
  }

  .sc-stat-item,
  .sc-stat-item:nth-child(odd){
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.13);
  }

  .sc-stat-item:last-child{
    border-bottom:none;
  }

  .sc-stat-item{
    justify-content:center;
    padding:14px 12px;
  }

  .sc-stat-content{
    min-width:150px;
  }
}


/* ===== V28 : icônes stats plus grosses sur mobile ===== */
@media (max-width: 575px) {
  .sc-stat-icon {
    font-size: 48px !important;
    min-width: 60px !important;
  }

  .sc-stat-item {
    gap: 20px !important;
  }
}

@media (max-width: 390px) {
  .sc-stat-icon {
    font-size: 44px !important;
    min-width: 56px !important;
  }
}


/* ==========================================================
   CALL BAR — barre rose sous stats, responsive sans retour ligne
========================================================== */

.sc-callbar-section{
  background:linear-gradient(90deg, #d95f68 0%, #df7377 50%, #d95f68 100%);
  padding:22px 0;
  color:#fff;
  overflow:hidden;
}

.sc-callbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  flex-wrap:nowrap;
}

.sc-callbar-left{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:0;
  flex:1 1 auto;
}

.sc-callbar-icon{
  width:62px;
  min-width:62px;
  height:62px;
  border-radius:999px;
  background:#fff;
  color:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:31px;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}

.sc-callbar-text{
  min-width:0;
}

.sc-callbar-text h2{
  margin:0 0 4px;
  color:#fff;
  font-family:inherit;
  font-size:30px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2px;
  white-space:nowrap;
}

.sc-callbar-text p{
  margin:0;
  color:#fff;
  font-size:16px;
  line-height:1.3;
  font-weight:400;
  opacity:.96;
  white-space:nowrap;
}

.sc-callbar-phone{
  width:285px;
  min-width:285px;
  height:58px;
  border-radius:8px;
  background:#fff;
  color:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  text-decoration:none;
  font-size:24px;
  line-height:1;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  transition:none;
}

.sc-callbar-phone:hover,
.sc-callbar-phone:focus{
  color:var(--sc-pink);
  background:#fff;
  text-decoration:none;
}

.sc-callbar-phone i{
  font-size:24px;
}

.sc-callbar-phone span{
  white-space:nowrap;
}

/* Responsive : les 2 blocs restent sur une ligne, ils se réduisent */
@media(max-width:991px){
  .sc-callbar-section{
    padding:18px 0;
  }

  .sc-callbar-inner{
    gap:16px;
  }

  .sc-callbar-icon{
    width:52px;
    min-width:52px;
    height:52px;
    font-size:25px;
  }

  .sc-callbar-left{
    gap:14px;
  }

  .sc-callbar-text h2{
    font-size:clamp(17px, 3.8vw, 26px);
  }

  .sc-callbar-text p{
    font-size:clamp(11px, 2.2vw, 14px);
  }

  .sc-callbar-phone{
    width:clamp(178px, 34vw, 245px);
    min-width:clamp(178px, 34vw, 245px);
    height:52px;
    font-size:clamp(15px, 3vw, 21px);
    gap:10px;
  }

  .sc-callbar-phone i{
    font-size:clamp(16px, 3vw, 21px);
  }
}

@media(max-width:575px){
  .sc-callbar-section{
    padding:14px 0;
  }

  .sc-callbar-inner{
    gap:10px;
  }

  .sc-callbar-left{
    gap:10px;
  }

  .sc-callbar-icon{
    width:42px;
    min-width:42px;
    height:42px;
    font-size:20px;
  }

  .sc-callbar-text h2{
    font-size:clamp(12px, 4vw, 17px);
    line-height:1.05;
  }

  .sc-callbar-text p{
    font-size:clamp(8px, 2.7vw, 11px);
    line-height:1.25;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .sc-callbar-phone{
    width:clamp(132px, 38vw, 172px);
    min-width:clamp(132px, 38vw, 172px);
    height:44px;
    border-radius:6px;
    font-size:clamp(11px, 3.3vw, 15px);
    gap:7px;
  }

  .sc-callbar-phone i{
    font-size:clamp(12px, 3.2vw, 16px);
  }
}

@media(max-width:380px){
  .sc-callbar-icon{
    display:none;
  }

  .sc-callbar-inner{
    gap:8px;
  }

  .sc-callbar-phone{
    width:128px;
    min-width:128px;
  }
}


/* ===== V30 : titre callbar moins gras ===== */
.sc-callbar-text h2 {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}


/* ===== V31 : callbar mobile, numéro en dessous centré ===== */
@media (max-width: 575px) {
  .sc-callbar-inner {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    text-align: center !important;
  }

  .sc-callbar-left {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .sc-callbar-text {
    text-align: center !important;
  }

  .sc-callbar-text h2,
  .sc-callbar-text p {
    text-align: center !important;
    white-space: normal !important;
  }

  .sc-callbar-phone {
    margin-top: 12px !important;
    width: 210px !important;
    min-width: 210px !important;
    height: 46px !important;
    justify-content: center !important;
  }
}

@media (max-width: 380px) {
  .sc-callbar-phone {
    width: 190px !important;
    min-width: 190px !important;
  }
}


/* ===== V32 : callbar passe à la ligne dès 1270px ===== */
@media (max-width: 1270px) {
  .sc-callbar-inner {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    text-align: center !important;
  }

  .sc-callbar-icon {
    display: none !important;
  }

  .sc-callbar-left {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .sc-callbar-text {
    text-align: center !important;
  }

  .sc-callbar-text h2,
  .sc-callbar-text p {
    text-align: center !important;
    white-space: normal !important;
  }

  .sc-callbar-phone {
    margin-top: 6px !important;
  }
}


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

.sc-footer{
  background:#04101f;
  color:#fff;
  padding:34px 0 14px;
  overflow:hidden;
}

.sc-footer-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr 1.15fr 1.45fr;
  gap:34px;
  align-items:flex-start;
}

.sc-footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
}

.sc-footer-logo{
  width:150px;
  max-width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.sc-footer-socials{
  display:flex;
  align-items:center;
  gap:18px;
}

.sc-footer-socials a{
  color:#fff;
  font-size:24px;
  line-height:1;
  text-decoration:none;
  transition:color .18s ease;
}

.sc-footer-socials a:hover{
  color:var(--sc-pink);
}

.sc-footer-col{
  position:relative;
}

.sc-footer-col h3{
  color:#fff;
  font-size:14px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 14px;
}

.sc-footer-col ul{
  list-style:none;
  margin:0;
  padding:0;
}

.sc-footer-col li{
  margin-bottom:7px;
  color:#fff;
  font-size:14px;
  line-height:1.25;
}

.sc-footer-col a{
  color:#fff;
  text-decoration:none;
  transition:color .18s ease;
}

.sc-footer-col a:hover,
.sc-footer-zone a:hover{
  color:var(--sc-pink);
}

.sc-footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.sc-footer-contact i{
  color:var(--sc-pink);
  font-size:14px;
  line-height:1.25;
  margin-top:1px;
}

.sc-footer-zone p{
  color:#fff;
  font-size:14px;
  line-height:1.45;
  margin:0;
}

.sc-footer-zone a{
  color:#fff;
  text-decoration:none;
  transition:color .18s ease;
}

.sc-footer-bottom{
  margin-top:22px;
  padding-top:10px;
  text-align:center;
  color:#fff;
  font-size:13px;
  opacity:.92;
}

/* Desktop separators comme la maquette */
@media(min-width:992px){
  .sc-footer-col,
  .sc-footer-brand{
    border-left:1px solid rgba(255,255,255,.12);
    padding-left:28px;
  }

  .sc-footer-brand{
    border-left:none;
    padding-left:0;
  }
}

/* Mobile : tout passe à la ligne proprement */
@media(max-width:991px){
  .sc-footer{
    padding:30px 0 16px;
  }

  .sc-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:28px 24px;
  }

  .sc-footer-brand{
    align-items:center;
    text-align:center;
    grid-column:1 / -1;
  }

  .sc-footer-logo{
    width:135px;
  }

  .sc-footer-socials{
    justify-content:center;
  }

  .sc-footer-col{
    text-align:left;
  }
}

@media(max-width:575px){
  .sc-footer-grid{
    grid-template-columns:1fr;
    gap:26px;
    text-align:center;
  }

  .sc-footer-col{
    text-align:center;
  }

  .sc-footer-col h3{
    margin-bottom:10px;
  }

  .sc-footer-contact li{
    justify-content:center;
    text-align:left;
  }

  .sc-footer-zone p{
    max-width:310px;
    margin:0 auto;
  }

  .sc-footer-bottom{
    font-size:12px;
    margin-top:18px;
  }
}


/* ===== V34 : logo footer fourni + tous les lieux cliquables ===== */
.sc-footer-logo{
  width:155px !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
}

.sc-footer-zone a,
.sc-footer-col a{
  color:#fff !important;
  text-decoration:none !important;
}

.sc-footer-zone a:hover,
.sc-footer-col a:hover{
  color:var(--sc-pink) !important;
}

@media(max-width:575px){
  .sc-footer-logo{
    width:140px !important;
  }
}


/* ===== V35 : logo footer taille exacte template original ===== */
.sc-footer-logo{
  width:auto !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  display:block !important;
}

@media(max-width:575px){
  .sc-footer-logo{
    width:auto !important;
    height:auto !important;
    max-width:none !important;
  }
}


/* ===== V36 : icônes sociales centrées sous le logo + couleur rose ===== */
.sc-footer-brand{
  align-items:center !important;
  text-align:center !important;
}

.sc-footer-socials{
  width:100% !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:18px !important;
  margin-top:4px !important;
}

.sc-footer-socials a{
  color:var(--sc-pink) !important;
  font-size:24px !important;
  text-decoration:none !important;
}

.sc-footer-socials a:hover,
.sc-footer-socials a:focus{
  color:#fff !important;
}


/* ===== V37 : icônes sociales plus grosses ===== */
.sc-footer-socials{
  gap:22px !important;
}

.sc-footer-socials a{
  font-size:30px !important;
  line-height:1 !important;
}

@media(max-width:575px){
  .sc-footer-socials a{
    font-size:32px !important;
  }
}


/* ==========================================================
   PAGE NOS SERVICES — V38
========================================================== */

.sc-hero-services-page{
  background:
    linear-gradient(90deg,rgba(3,17,31,.96) 0%,rgba(3,17,31,.82) 38%,rgba(3,17,31,.22) 70%,rgba(3,17,31,.05) 100%),
    url("../img/hero-services.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
}

.sc-hero-services-page .sc-hero-inner{
  min-height:370px !important;
  align-items:center !important;
}

.sc-hero-services-page .sc-hero-content{
  max-width:520px !important;
}

.sc-hero-services-page .sc-hero-actions{
  justify-content:flex-start !important;
}

/* mêmes boutons que l'index */
.sc-hero-services-page .sc-call-btn,
.sc-hero-services-page .sc-outline-btn{
  text-decoration:none !important;
}

.sc-services-page{
  background:#fff;
  padding:38px 0 22px;
}

.sc-services-page .sc-section-title{
  margin-bottom:28px !important;
}

.sc-services-page .sc-section-title h2{
  text-transform:none !important;
  font-size:34px !important;
  line-height:1.05 !important;
}

.sc-services-page .sc-section-title p{
  font-size:15px !important;
}

.sc-services-page-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

.sc-service-page-card{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:260px !important;
  padding:25px 20px 19px !important;
  border-radius:7px !important;
}

.sc-service-page-card .sc-service-icon{
  width:168px !important;
  height:70px !important;
  margin-bottom:16px !important;
}

.sc-service-page-card .sc-service-icon img{
  width:168px !important;
  height:70px !important;
}

.sc-service-icon-extra{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--sc-pink) !important;
  font-size:58px !important;
}

.sc-service-page-card h3{
  font-size:18px !important;
  line-height:1.05 !important;
  margin-bottom:9px !important;
}

.sc-service-page-card p{
  font-size:13px !important;
  line-height:1.38 !important;
  margin-bottom:13px !important;
}

.sc-service-more{
  margin-top:auto;
  color:var(--sc-pink);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.sc-service-more:hover{
  color:var(--sc-navy);
}

.sc-service-engagement{
  background:#f6f6f6;
  padding:25px 0 32px;
}

.sc-service-engagement-inner{
  display:grid;
  grid-template-columns:190px 1fr 1.35fr;
  gap:34px;
  align-items:center;
}

.sc-engagement-image{
  width:150px;
  height:150px;
  border-radius:50%;
  padding:6px;
  background:#fff;
  border:2px solid rgba(217,108,108,.75);
  overflow:hidden;
}

.sc-engagement-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

.sc-engagement-text h2{
  color:var(--sc-navy);
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:34px;
  line-height:1.02;
  font-weight:700;
  margin:0 0 14px;
}

.sc-engagement-text p{
  color:#142334;
  font-size:14px;
  line-height:1.5;
  margin:0;
}

.sc-engagement-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 28px;
}

.sc-engagement-point{
  display:flex;
  gap:13px;
  align-items:flex-start;
}

.sc-engagement-point i{
  color:var(--sc-pink);
  font-size:35px;
  line-height:1;
  min-width:40px;
}

.sc-engagement-point strong{
  display:block;
  color:var(--sc-navy);
  font-size:14px;
  line-height:1.2;
  margin-bottom:4px;
}

.sc-engagement-point span{
  display:block;
  color:#142334;
  font-size:12px;
  line-height:1.35;
}

@media(max-width:991px){
  .sc-hero-services-page .sc-hero-inner{
    min-height:330px !important;
  }

  .sc-services-page-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-service-engagement-inner{
    grid-template-columns:1fr;
    text-align:center;
    gap:22px;
  }

  .sc-engagement-image{
    margin:0 auto;
  }

  .sc-about-kicker{
    justify-content:center;
  }

  .sc-engagement-points{
    max-width:650px;
    margin:0 auto;
    text-align:left;
  }
}

@media(max-width:575px){
  .sc-hero-services-page .sc-hero-inner{
    min-height:300px !important;
  }

  .sc-services-page{
    padding:30px 0 18px;
  }

  .sc-services-page .sc-section-title h2{
    font-size:26px !important;
  }

  .sc-services-page-grid{
    grid-template-columns:1fr;
    max-width:315px;
    margin:0 auto;
  }

  .sc-service-page-card{
    min-height:auto !important;
  }

  .sc-engagement-points{
    grid-template-columns:1fr;
  }
}


/* ===== V39 : cohérence icônes services entre toutes les pages ===== */

/* Même gabarit d’icône partout */
.sc-service-icon{
  width:168px !important;
  height:70px !important;
  margin:0 auto 16px !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.sc-service-icon img{
  width:168px !important;
  height:70px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
}

/* On évite les anciennes icônes Bootstrap dans les cartes services */
.sc-service-icon-extra{
  width:168px !important;
  height:70px !important;
  font-size:0 !important;
}

/* Cohérence cartes index / page service */
.sc-service-card h3,
.sc-service-page-card h3{
  color:var(--sc-navy) !important;
  text-transform:uppercase !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:800 !important;
}

.sc-service-card p,
.sc-service-page-card p{
  color:#142334 !important;
  font-size:13px !important;
  line-height:1.38 !important;
}

/* Page Nos services : les 8 cartes gardent les mêmes proportions */
.sc-services-page-grid .sc-service-card{
  min-height:260px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
}

@media(max-width:575px){
  .sc-service-icon,
  .sc-service-icon img{
    width:168px !important;
    height:70px !important;
  }

  .sc-service-card h3,
  .sc-service-page-card h3{
    font-size:17px !important;
  }
}


/* ===== V40 : retrait "En savoir plus" + lignes cartes comme index ===== */

.sc-service-more{
  display:none !important;
}

.sc-service-page-card{
  justify-content:flex-start !important;
}

.sc-service-page-card p{
  margin-bottom:0 !important;
}

.sc-service-page-card .sc-card-line{
  width:28px !important;
  height:2px !important;
  background:var(--sc-pink) !important;
  margin:18px auto 0 !important;
  display:block !important;
  flex:0 0 auto !important;
}

.sc-services-page-grid .sc-service-card{
  padding-bottom:24px !important;
}

@media(max-width:575px){
  .sc-service-page-card .sc-card-line{
    margin-top:16px !important;
  }
}


/* ===== V41 : hero Nos services aligné sur le hero index ===== */
.sc-hero-services-page{
  background-image:
    linear-gradient(90deg, rgba(3,17,31,.96) 0%, rgba(3,17,31,.82) 38%, rgba(3,17,31,.28) 70%, rgba(3,17,31,.05) 100%),
    url("../img/hero-services.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
}

/* On neutralise les anciens réglages page hero qui ne respectaient pas l'index */
.sc-page-hero,
.sc-page-hero-services,
.sc-page-hero-content{
  all:unset;
}

/* Sur la page services, le hero garde le même comportement que l'index */
.sc-hero-services-page .sc-hero-inner{
  display:flex !important;
  align-items:center !important;
}

.sc-hero-services-page .sc-hero-content{
  max-width:560px !important;
}

.sc-hero-services-page .sc-hero-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:16px !important;
}

.sc-hero-services-page .sc-call-btn,
.sc-hero-services-page .sc-outline-btn{
  text-decoration:none !important;
}

/* Pas de promo sur la page Nos services */
.sc-hero-services-page .sc-hero-promo,
.sc-hero-services-page .sc-promo-card{
  display:none !important;
}

@media(max-width:767px){
  .sc-hero-services-page .sc-hero-content{
    max-width:56% !important;
  }

  .sc-hero-services-page .sc-hero-actions{
    gap:8px !important;
  }
}


/* ===== V42 : cohérence globale des titres H2 ===== */
.sc-section-title h2,
.sc-services-page .sc-section-title h2,
.sc-service-engagement h2,
.sc-engagement-text h2,
.sc-about-content h2,
.sc-about-title {
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
  color: var(--sc-navy) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

@media (max-width: 991px) {
  .sc-section-title h2,
  .sc-services-page .sc-section-title h2,
  .sc-service-engagement h2,
  .sc-engagement-text h2,
  .sc-about-content h2,
  .sc-about-title {
    font-size: 34px !important;
  }
}

@media (max-width: 575px) {
  .sc-section-title h2,
  .sc-services-page .sc-section-title h2,
  .sc-service-engagement h2,
  .sc-engagement-text h2,
  .sc-about-content h2,
  .sc-about-title {
    font-size: 28px !important;
  }
}


/* ===== V44 : page Nos services réutilise sc-service-card ===== */

/* Neutralise la surcouche spécifique page service */
.sc-service-page-card{
  all: unset;
}

/* Page services : les cartes utilisent le même socle que l’index */
.sc-services-page-grid .sc-service-card{
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  min-height: 260px !important;
  padding: 28px 18px 24px !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 7px 22px rgba(0,0,0,.085) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  overflow: visible !important;
}

.sc-services-page-grid .sc-service-card .sc-service-icon{
  width:168px !important;
  height:70px !important;
  margin:0 auto 18px !important;
}

.sc-services-page-grid .sc-service-card .sc-service-icon img{
  width:168px !important;
  height:70px !important;
  object-fit:contain !important;
}

.sc-services-page-grid .sc-service-card h3{
  color:var(--sc-navy) !important;
  text-transform:uppercase !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:800 !important;
  margin:0 0 12px !important;
}

.sc-services-page-grid .sc-service-card p{
  color:#142334 !important;
  font-size:13px !important;
  line-height:1.38 !important;
  margin:0 !important;
}

.sc-services-page-grid .sc-service-card .sc-card-line{
  width:28px !important;
  height:2px !important;
  background:var(--sc-pink) !important;
  margin-top:12px !important;
}

@media(max-width:575px){
  .sc-services-page-grid .sc-service-card{
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
  }
}


/* ===== V45 : page Nos services utilise sc-services-grid ===== */

/* La page Nos services reprend exactement la logique de grille de l’index */
.sc-services-page .sc-services-grid{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:24px !important;
}

/* On garde seulement les ajustements nécessaires pour 8 cartes */
.sc-services-page .sc-service-card{
  width:200px !important;
  min-width:200px !important;
  max-width:200px !important;
  min-height:260px !important;
}

/* Neutralise l'ancien grid spécifique */
.sc-services-page-grid{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:24px !important;
}

@media(max-width:767px){
  .sc-services-page .sc-services-grid,
  .sc-services-page-grid{
    gap:16px !important;
  }
}


/* ===== V46 : Nos services — 4 items max par ligne ===== */
.sc-services-page .sc-services-grid,
.sc-services-page-grid{
  display:grid !important;
  grid-template-columns:repeat(4, 200px) !important;
  justify-content:center !important;
  gap:24px !important;
}

/* Responsive propre */
@media(max-width:991px){
  .sc-services-page .sc-services-grid,
  .sc-services-page-grid{
    grid-template-columns:repeat(2, 200px) !important;
  }
}

@media(max-width:575px){
  .sc-services-page .sc-services-grid,
  .sc-services-page-grid{
    grid-template-columns:1fr !important;
    justify-items:center !important;
  }
}


/* ==========================================================
   PAGE RÉALISATIONS — V47
========================================================== */

.sc-hero-realisations-page{
  background-image:
    linear-gradient(90deg, rgba(3,17,31,.96) 0%, rgba(3,17,31,.82) 38%, rgba(3,17,31,.28) 70%, rgba(3,17,31,.05) 100%),
    url("../img/hero-realisations.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
}

.sc-hero-realisations-page .sc-hero-promo,
.sc-hero-realisations-page .sc-promo-card{
  display:none !important;
}

.sc-hero-realisations-page .sc-hero-inner{
  display:flex !important;
  align-items:center !important;
}

.sc-hero-realisations-page .sc-hero-content{
  max-width:610px !important;
}

.sc-realisations-page{
  background:#fff;
  padding:38px 0 34px;
}

.sc-realisations-page .sc-section-title{
  margin-bottom:26px !important;
}

.sc-realisations-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.sc-real-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 7px 22px rgba(0,0,0,.085);
  min-height:285px;
  transition:transform .18s ease, box-shadow .18s ease;
}

.sc-real-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(0,0,0,.13);
}

.sc-real-image{
  height:142px;
  position:relative;
  overflow:hidden;
}

.sc-real-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.sc-real-badge{
  position:absolute;
  left:50%;
  bottom:-28px;
  transform:translateX(-50%);
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  z-index:2;
  overflow:hidden;
}

.sc-real-badge img{
  width:48px;
  height:40px;
  object-fit:contain;
  filter:brightness(0) invert(1);
}

.sc-real-badge-icon{
  color:#fff;
  font-size:25px;
}

.sc-real-content{
  padding:36px 18px 20px;
  text-align:center;
}

.sc-real-content h3{
  color:var(--sc-navy);
  font-size:17px;
  line-height:1.12;
  font-weight:800;
  margin:0 0 8px;
}

.sc-real-location{
  color:var(--sc-pink);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  margin-bottom:10px;
}

.sc-real-location i{
  margin-right:4px;
}

.sc-real-content p{
  color:#142334;
  font-size:12.5px;
  line-height:1.45;
  margin:0;
}

.sc-real-more-wrap{
  display:flex;
  justify-content:center;
  margin:24px 0 22px;
}

.sc-real-more-btn{
  min-width:280px;
  height:44px;
  padding:0 24px;
  border:2px solid var(--sc-pink);
  border-radius:5px;
  color:var(--sc-pink);
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-size:14px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .18s ease, color .18s ease;
}

.sc-real-more-btn:hover{
  background:var(--sc-pink);
  color:#fff;
}

.sc-real-benefits{
  background:#f7f7f7;
  border-radius:8px;
  padding:18px 22px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.sc-real-benefit{
  display:flex;
  align-items:center;
  gap:14px;
  padding-right:18px;
  border-right:1px solid rgba(217,108,108,.25);
}

.sc-real-benefit:last-child{
  border-right:none;
}

.sc-real-benefit-icon{
  width:58px;
  min-width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  color:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:29px;
  box-shadow:0 5px 14px rgba(0,0,0,.08);
}

.sc-real-benefit strong{
  display:block;
  color:var(--sc-navy);
  font-size:14px;
  line-height:1.2;
  margin-bottom:4px;
}

.sc-real-benefit span{
  display:block;
  color:#142334;
  font-size:12px;
  line-height:1.25;
}

@media(max-width:991px){
  .sc-realisations-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-real-benefits{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-real-benefit:nth-child(2){
    border-right:none;
  }

  .sc-real-benefit:nth-child(1),
  .sc-real-benefit:nth-child(2){
    border-bottom:1px solid rgba(217,108,108,.25);
    padding-bottom:16px;
  }
}

@media(max-width:575px){
  .sc-realisations-page{
    padding:30px 0 28px;
  }

  .sc-realisations-grid{
    grid-template-columns:1fr;
    max-width:315px;
    margin:0 auto;
  }

  .sc-real-image{
    height:160px;
  }

  .sc-real-benefits{
    grid-template-columns:1fr;
    max-width:315px;
    margin:0 auto;
    padding:18px;
  }

  .sc-real-benefit,
  .sc-real-benefit:nth-child(2){
    border-right:none;
    border-bottom:1px solid rgba(217,108,108,.25);
    padding:0 0 16px;
  }

  .sc-real-benefit:last-child{
    border-bottom:none;
    padding-bottom:0;
  }

  .sc-real-more-btn{
    min-width:260px;
    font-size:12px;
  }
}


/* ==========================================================
   V48 — Réalisations : hero identique index + cards corrigées
========================================================== */

/* Hero : on garde les dimensions/layout de .sc-hero index, seul le background change */
.sc-hero-realisations-page{
  background-image:
    linear-gradient(90deg, rgba(3,17,31,.96) 0%, rgba(3,17,31,.82) 38%, rgba(3,17,31,.28) 70%, rgba(3,17,31,.05) 100%),
    url("../img/hero-realisations.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
}

.sc-hero-realisations-page .sc-hero-promo,
.sc-hero-realisations-page .sc-promo-card{
  display:none !important;
}

/* Neutralise les anciens réglages qui déformaient le hero */
.sc-hero-realisations-page .sc-hero-inner{
  display:flex !important;
  align-items:center !important;
}

.sc-hero-realisations-page .sc-hero-content{
  max-width:610px !important;
}

.sc-hero-realisations-page .sc-hero-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

/* Cards : image au-dessus, contenu en dessous, aucun chevauchement */
.sc-real-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:visible !important;
  background:#fff !important;
}

.sc-real-image{
  position:relative !important;
  height:142px !important;
  width:100% !important;
  flex:0 0 142px !important;
  overflow:hidden !important;
  border-radius:8px 8px 0 0 !important;
  z-index:1 !important;
}

.sc-real-image > img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

.sc-real-content{
  position:relative !important;
  z-index:2 !important;
  background:#fff !important;
  padding:40px 18px 20px !important;
  text-align:center !important;
  flex:1 1 auto !important;
  border-radius:0 0 8px 8px !important;
}

/* Badge propre entre image et texte */
.sc-real-badge{
  position:absolute !important;
  left:50% !important;
  bottom:-29px !important;
  transform:translateX(-50%) !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  background:var(--sc-pink) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 8px 18px rgba(0,0,0,.18) !important;
  z-index:5 !important;
  overflow:hidden !important;
  border:0 !important;
}

.sc-real-badge img{
  width:45px !important;
  height:36px !important;
  object-fit:contain !important;
  filter:brightness(0) invert(1) !important;
}

.sc-real-badge i{
  color:#fff !important;
  font-size:25px !important;
  line-height:1 !important;
}

/* Font Awesome */
.sc-real-location i,
.sc-real-benefit-icon i{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
}

/* Bénéfices */
.sc-real-benefit-icon{
  color:var(--sc-pink) !important;
}

.sc-real-benefit-icon i{
  color:var(--sc-pink) !important;
  font-size:29px !important;
}

@media(max-width:575px){
  .sc-real-image{
    height:160px !important;
    flex-basis:160px !important;
  }

  .sc-real-content{
    padding-top:42px !important;
  }
}


/* ===== V49 : badges réalisations en Font Awesome uniquement ===== */
.sc-real-badge img{
  display:none !important;
}

.sc-real-badge i{
  color:#fff !important;
  font-size:25px !important;
  line-height:1 !important;
}

.sc-real-badge .fa-regular{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:400 !important;
}

.sc-real-badge .fa-solid,
.sc-real-location i,
.sc-real-benefit-icon i{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
}

.sc-real-location i{
  color:var(--sc-pink) !important;
}

.sc-real-benefit-icon i{
  color:var(--sc-pink) !important;
}


/* ===== V51 : correction badge réalisations au-dessus du contenu ===== */
.sc-real-card{
  position:relative !important;
  overflow:visible !important;
}

.sc-real-image{
  position:relative !important;
  overflow:visible !important;
  z-index:5 !important;
  border-radius:8px 8px 0 0 !important;
}

.sc-real-image > img{
  position:relative !important;
  z-index:1 !important;
  border-radius:8px 8px 0 0 !important;
}

.sc-real-badge{
  position:absolute !important;
  left:50% !important;
  bottom:-29px !important;
  transform:translateX(-50%) !important;
  z-index:20 !important;
  pointer-events:none !important;
}

.sc-real-content{
  position:relative !important;
  z-index:2 !important;
  background:#fff !important;
  padding-top:42px !important;
  border-radius:0 0 8px 8px !important;
}


/* ===== V52 : hero pages internes = hero index avec promo right ===== */

/* Même structure que l'index : seule l'image de fond change */
.sc-hero-realisations-page{
  background-image:
    linear-gradient(90deg, rgba(3,17,31,.96) 0%, rgba(3,17,31,.82) 38%, rgba(3,17,31,.28) 70%, rgba(3,17,31,.05) 100%),
    url("../img/hero-realisations.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
}

/* On annule les anciennes règles qui masquaient la promo */
.sc-hero-realisations-page .sc-hero-right,
.sc-hero-realisations-page .sc-promo-card{
  display:flex !important;
}

.sc-hero-realisations-page .sc-hero-right{
  align-items:center !important;
  justify-content:flex-end !important;
}

.sc-hero-realisations-page .sc-promo-card{
  flex-direction:column !important;
}

/* H1 du hero identique index */
.sc-hero-realisations-page h1{
  text-transform:uppercase !important;
}

/* Corrections z-index badge réalisations */
.sc-real-card{
  position:relative !important;
  overflow:visible !important;
}

.sc-real-image{
  position:relative !important;
  overflow:visible !important;
  z-index:5 !important;
}

.sc-real-image > img{
  position:relative !important;
  z-index:1 !important;
  border-radius:8px 8px 0 0 !important;
}

.sc-real-badge{
  position:absolute !important;
  left:50% !important;
  bottom:-29px !important;
  transform:translateX(-50%) !important;
  z-index:30 !important;
  pointer-events:none !important;
}

.sc-real-content{
  position:relative !important;
  z-index:2 !important;
  background:#fff !important;
  padding-top:42px !important;
}


/* ===== V53 : hero réalisations strictement basé index, boutons à gauche ===== */
.sc-hero-realisations-page .sc-hero-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

.sc-hero-realisations-page .sc-hero-content{
  text-align:left !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
}

.sc-hero-realisations-page .sc-hero-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  margin-left:0 !important;
  margin-right:auto !important;
}

.sc-hero-realisations-page .sc-call-btn,
.sc-hero-realisations-page .sc-outline-btn{
  text-align:left !important;
}

.sc-hero-realisations-page .sc-hero-right{
  margin-left:auto !important;
  justify-content:flex-end !important;
}

/* Mobile : on garde le comportement responsive de l’index */
@media(max-width:767px){
  .sc-hero-realisations-page .sc-hero-content{
    text-align:left !important;
  }

  .sc-hero-realisations-page .sc-hero-actions{
    justify-content:flex-start !important;
  }
}


/* ===== V54 : hero background géré en inline pour Twig ===== */
/* Le background-image est maintenant sur la balise <section class="sc-hero"> via style="".
   Exemple Twig :
   style='background-image: linear-gradient(90deg,rgba(3,17,31,.96) 0%,rgba(3,17,31,.82) 42%,rgba(3,17,31,.12) 100%), url("{{ asset('assets/img/hero-roof.webp') }}") !important;'
*/
.sc-hero,
.sc-hero-services-page,
.sc-hero-realisations-page{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* On neutralise les anciennes background-image en CSS pour éviter les conflits */
.sc-hero-services-page,
.sc-hero-realisations-page{
  background-image: inherit;
}


/* ==========================================================
   PAGE À PROPOS — V55
========================================================== */

.sc-hero-about-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-about-page .sc-hero-right,
.sc-hero-about-page .sc-promo-card{
  display:flex !important;
}

.sc-about-page{
  background:#fff;
  padding:42px 0 34px;
}

.sc-about-story{
  align-items:stretch;
  margin-bottom:36px;
}

.sc-about-story-text{
  height:100%;
  padding:38px 42px 34px 10px;
}

.sc-about-story-text h2{
  font-size:38px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.25px !important;
  text-transform:uppercase !important;
  color:var(--sc-navy) !important;
  font-family:"Cormorant Garamond", Georgia, serif !important;
  margin:0 0 20px;
}

.sc-about-story-text p{
  color:#142334;
  font-size:14px;
  line-height:1.55;
  margin:0 0 15px;
}

.sc-about-cta{
  margin-top:6px;
  min-height:45px;
  padding:0 22px;
  background:var(--sc-pink);
  color:#fff;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(217,108,108,.20);
}

.sc-about-cta:hover{
  color:#fff;
  background:#c95761;
}

.sc-about-values-grid{
  height:100%;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  border-left:1px solid rgba(4,16,31,.10);
  border-top:1px solid rgba(4,16,31,.08);
}

.sc-about-value{
  min-height:175px;
  padding:28px 32px;
  text-align:center;
  border-right:1px solid rgba(4,16,31,.10);
  border-bottom:1px solid rgba(4,16,31,.10);
}

.sc-about-value i{
  color:var(--sc-pink);
  font-size:48px;
  line-height:1;
  margin-bottom:14px;
}

.sc-about-value h3{
  color:var(--sc-navy);
  font-size:17px;
  line-height:1.15;
  font-weight:800;
  margin:0 0 8px;
}

.sc-about-value p{
  color:#142334;
  font-size:13px;
  line-height:1.4;
  max-width:230px;
  margin:0 auto;
}

.sc-about-team-title{
  margin-bottom:24px !important;
}

.sc-team-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
  margin-bottom:28px;
}

.sc-team-card{
  background:#fff;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 7px 22px rgba(0,0,0,.085);
}

.sc-team-card img{
  width:100%;
  height:138px;
  object-fit:cover;
  display:block;
}

.sc-team-content{
  padding:14px 16px 18px;
}

.sc-team-content h3{
  color:var(--sc-navy);
  font-size:18px;
  line-height:1.1;
  font-weight:800;
  margin:0 0 3px;
}

.sc-team-content strong{
  display:block;
  color:var(--sc-pink);
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  margin-bottom:9px;
}

.sc-team-content p{
  color:#142334;
  font-size:12.5px;
  line-height:1.38;
  margin:0;
}

.sc-daily-commitments{
  background:#f7f7f7;
  border-radius:8px;
  padding:22px 24px;
  display:grid;
  grid-template-columns:1.35fr repeat(5, 1fr);
  gap:18px;
  align-items:center;
}

.sc-daily-title h2{
  font-size:27px !important;
  line-height:1.03 !important;
  font-weight:700 !important;
  letter-spacing:.25px !important;
  text-transform:none !important;
  color:var(--sc-navy) !important;
  font-family:"Cormorant Garamond", Georgia, serif !important;
  margin:0 0 11px;
}

.sc-daily-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  min-height:70px;
  border-left:1px solid rgba(217,108,108,.25);
  padding-left:16px;
}

.sc-daily-item i{
  color:var(--sc-pink);
  font-size:28px;
  line-height:1;
  min-width:30px;
}

.sc-daily-item strong{
  display:block;
  color:var(--sc-navy);
  font-size:13px;
  line-height:1.15;
  margin-bottom:4px;
}

.sc-daily-item span{
  display:block;
  color:#142334;
  font-size:11.5px;
  line-height:1.3;
}

@media(max-width:991px){
  .sc-about-story-text{
    padding:30px 0 28px;
    text-align:center;
  }

  .sc-about-kicker{
    justify-content:center;
  }

  .sc-about-values-grid{
    border-left:none;
  }

  .sc-team-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-daily-commitments{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-daily-title{
    grid-column:1 / -1;
    text-align:center;
  }

  .sc-daily-item{
    border-left:none;
  }
}

@media(max-width:575px){
  .sc-about-page{
    padding:32px 0 28px;
  }

  .sc-about-story-text h2{
    font-size:28px !important;
  }

  .sc-about-values-grid,
  .sc-team-grid,
  .sc-daily-commitments{
    grid-template-columns:1fr;
  }

  .sc-about-value{
    min-height:auto;
    padding:24px 20px;
  }

  .sc-team-card img{
    height:160px;
  }

  .sc-daily-item{
    justify-content:flex-start;
    max-width:310px;
    margin:0 auto;
  }
}


/* ===== V56 : hero À propos titre index + typographie titres template ===== */

/* Titre hero : exactement même esprit que l'index */
.sc-hero-about-page h1{
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .25px !important;
  line-height: .98 !important;
}

/* Titres de sections plus proches du template fourni */
.sc-section-title h2,
.sc-about-story-text h2,
.sc-about-team-title h2,
.sc-daily-title h2,
.sc-engagement-text h2,
.sc-about-content h2{
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  letter-spacing: .15px !important;
  color: var(--sc-navy) !important;
}

/* On garde la règle globale demandée pour les H2 principaux */
.sc-section-title h2,
.sc-about-story-text h2,
.sc-about-team-title h2,
.sc-engagement-text h2,
.sc-about-content h2{
  font-size: 38px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

/* Les petits titres blocs restent sans serif comme le template */
.sc-about-value h3,
.sc-team-content h3,
.sc-daily-item strong,
.sc-real-content h3,
.sc-service-card h3{
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
}

@media(max-width:991px){
  .sc-section-title h2,
  .sc-about-story-text h2,
  .sc-about-team-title h2,
  .sc-engagement-text h2,
  .sc-about-content h2{
    font-size: 34px !important;
  }
}

@media(max-width:575px){
  .sc-section-title h2,
  .sc-about-story-text h2,
  .sc-about-team-title h2,
  .sc-engagement-text h2,
  .sc-about-content h2{
    font-size: 28px !important;
  }
}


/* ===== V57 : typo plus moderne type Arial Black ===== */

.sc-hero-about-page h1,
.sc-section-title h2,
.sc-about-story-text h2,
.sc-about-team-title h2,
.sc-daily-title h2,
.sc-engagement-text h2,
.sc-about-content h2{
    font-family: Arial Black, Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: -.5px !important;
    text-transform: uppercase !important;
    line-height: .98 !important;
    color: var(--sc-navy) !important;
}

/* Hero reste blanc */
.sc-hero-about-page h1{
    color: #fff !important;
}

/* Sous titres cartes */
.sc-about-value h3,
.sc-team-content h3,
.sc-daily-item strong,
.sc-real-content h3,
.sc-service-card h3{
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -.2px !important;
}



/* ===== V58 : typo globale Arial Black + H1 hero 3em partout ===== */

/* H1 hero identique sur toutes les pages */
.sc-hero h1,
.sc-hero-services-page h1,
.sc-hero-realisations-page h1,
.sc-hero-about-page h1{
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-size: 3em !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.5px !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

/* H2 principaux identiques sur toutes les pages */
.sc-section-title h2,
.sc-services-page .sc-section-title h2,
.sc-realisations-page .sc-section-title h2,
.sc-about-page .sc-section-title h2,
.sc-about-story-text h2,
.sc-about-team-title h2,
.sc-service-engagement h2,
.sc-engagement-text h2,
.sc-about-content h2{
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-size: 38px !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: -.5px !important;
  text-transform: uppercase !important;
  color: var(--sc-navy) !important;
}

/* Titres des cartes/blocs */
.sc-service-card h3,
.sc-real-content h3,
.sc-about-value h3,
.sc-team-content h3,
.sc-daily-item strong,
.sc-real-benefit strong,
.sc-engagement-point strong{
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -.2px !important;
}

/* Responsive H1 hero */
@media(max-width:991px){
  .sc-hero h1,
  .sc-hero-services-page h1,
  .sc-hero-realisations-page h1,
  .sc-hero-about-page h1{
    font-size: 2.55em !important;
  }

  .sc-section-title h2,
  .sc-services-page .sc-section-title h2,
  .sc-realisations-page .sc-section-title h2,
  .sc-about-page .sc-section-title h2,
  .sc-about-story-text h2,
  .sc-about-team-title h2,
  .sc-service-engagement h2,
  .sc-engagement-text h2,
  .sc-about-content h2{
    font-size: 34px !important;
  }
}

@media(max-width:575px){
  .sc-hero h1,
  .sc-hero-services-page h1,
  .sc-hero-realisations-page h1,
  .sc-hero-about-page h1{
    font-size: 2.05em !important;
  }

  .sc-section-title h2,
  .sc-services-page .sc-section-title h2,
  .sc-realisations-page .sc-section-title h2,
  .sc-about-page .sc-section-title h2,
  .sc-about-story-text h2,
  .sc-about-team-title h2,
  .sc-service-engagement h2,
  .sc-engagement-text h2,
  .sc-about-content h2{
    font-size: 28px !important;
  }
}


/* ===== V59 : H1 hero mobile exactement 2em ===== */
@media(max-width:575px){
  .sc-hero h1,
  .sc-hero-services-page h1,
  .sc-hero-realisations-page h1,
  .sc-hero-about-page h1{
    font-size: 2em !important;
  }
}


/* ===== V60 : override titres demandé ===== */
.sc-hero-about-page h1,
.sc-section-title h2,
.sc-about-story-text h2,
.sc-about-team-title h2,
.sc-daily-title h2,
.sc-engagement-text h2,
.sc-about-content h2 {
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -.5px !important;
  text-transform: uppercase !important;
  line-height: .98 !important;
  color: var(--sc-navy) !important;
  font-size: 2em !important;
}

/* Le H1 du hero reste blanc */
.sc-hero-about-page h1,
.sc-hero h1,
.sc-hero-services-page h1,
.sc-hero-realisations-page h1 {
  color: #fff !important;
}


/* ==========================================================
   PAGE CONTACT — V61
========================================================== */

.sc-hero-contact-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-contact-page .sc-hero-content{
  max-width:650px !important;
}

.sc-contact-page{
  background:#fff;
  padding:42px 0 40px;
}

.sc-contact-grid{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:48px;
  align-items:start;
}

.sc-contact-info h2,
.sc-contact-form-card h2,
.sc-contact-zone-text h2{
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:2em !important;
  line-height:.98 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
  color:var(--sc-navy) !important;
  text-transform:none !important;
  margin:0;
}

.sc-contact-title-line{
  width:38px;
  height:3px;
  background:var(--sc-pink);
  margin:14px 0 28px;
}

.sc-contact-item{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin-bottom:28px;
}

.sc-contact-icon{
  width:58px;
  min-width:58px;
  height:58px;
  border-radius:50%;
  background:var(--sc-pink);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  box-shadow:0 8px 18px rgba(217,108,108,.22);
}

.sc-contact-item strong{
  display:block;
  color:var(--sc-navy);
  font-size:16px;
  line-height:1.2;
  font-weight:900;
  margin-bottom:4px;
}

.sc-contact-item a,
.sc-contact-item span{
  display:block;
  color:#142334;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
  text-decoration:none;
}

.sc-contact-item a:hover{
  color:var(--sc-pink);
}

.sc-contact-form-card{
  background:#fff;
  border-radius:8px;
  padding:30px 34px 34px;
  box-shadow:0 7px 24px rgba(0,0,0,.10);
}

.sc-contact-form label{
  display:block;
  color:var(--sc-navy);
  font-size:13px;
  font-weight:900;
  margin-bottom:8px;
}

.sc-contact-form input,
.sc-contact-form select,
.sc-contact-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid #d9e1ea;
  border-radius:5px;
  padding:12px 14px;
  color:#142334;
  background:#fff;
  font-size:14px;
  outline:none;
}

.sc-contact-form textarea{
  resize:vertical;
  min-height:118px;
}

.sc-contact-form input:focus,
.sc-contact-form select:focus,
.sc-contact-form textarea:focus{
  border-color:var(--sc-pink);
  box-shadow:0 0 0 3px rgba(217,108,108,.12);
}

.sc-contact-submit{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:5px;
  background:linear-gradient(90deg,#d95760,#e85d62);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(217,108,108,.20);
}

.sc-contact-submit:hover{
  background:#c95761;
}

.sc-contact-zone{
  background:#f6f7f9;
  padding:28px 0;
}

.sc-contact-zone-inner{
  display:grid;
  grid-template-columns:120px 1.2fr 1.6fr;
  gap:28px;
  align-items:center;
}

.sc-zone-map-icon{
  width:92px;
  height:92px;
  border-radius:50%;
  background:#fff;
  color:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:46px;
  box-shadow:0 5px 16px rgba(0,0,0,.07);
}

.sc-contact-zone-text p{
  color:#142334;
  font-size:14px;
  line-height:1.5;
  margin:10px 0 0;
  font-weight:600;
}

.sc-contact-zone-links{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:9px 24px;
}

.sc-contact-zone-links a{
  color:var(--sc-navy);
  font-size:14px;
  line-height:1.25;
  font-weight:900;
  text-decoration:none;
  display:flex;
  align-items:flex-start;
  gap:8px;
}

.sc-contact-zone-links a i{
  color:var(--sc-pink);
  font-size:16px;
  margin-top:1px;
}

.sc-contact-zone-links a:hover{
  color:var(--sc-pink);
}

@media(max-width:991px){
  .sc-contact-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .sc-contact-info{
    max-width:560px;
    margin:0 auto;
  }

  .sc-contact-zone-inner{
    grid-template-columns:1fr;
    text-align:center;
  }

  .sc-zone-map-icon{
    margin:0 auto;
  }

  .sc-contact-zone-links{
    max-width:650px;
    margin:0 auto;
    text-align:left;
  }
}

@media(max-width:575px){
  .sc-contact-page{
    padding:32px 0;
  }

  .sc-contact-form-card{
    padding:24px 18px;
  }

  .sc-contact-info h2,
  .sc-contact-form-card h2,
  .sc-contact-zone-text h2{
    font-size:1.55em !important;
  }

  .sc-contact-item{
    gap:14px;
    margin-bottom:22px;
  }

  .sc-contact-icon{
    width:50px;
    min-width:50px;
    height:50px;
    font-size:21px;
  }

  .sc-contact-zone-links{
    grid-template-columns:1fr;
    max-width:260px;
  }
}


/* ==========================================================
   PAGE DEVIS — V64
========================================================== */

.sc-hero-devis-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-devis-page .sc-hero-content{
  max-width:650px !important;
}

.sc-devis-page{
  background:#fff;
  padding:42px 0 36px;
}

.sc-devis-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 330px;
  gap:34px;
  align-items:start;
}

.sc-devis-form-card,
.sc-devis-why-card{
  background:#fff;
  border-radius:8px;
  box-shadow:0 7px 24px rgba(0,0,0,.10);
}

.sc-devis-form-card{
  padding:30px 34px 34px;
}

.sc-devis-why-card{
  padding:34px 28px;
}

.sc-devis-form-card h2,
.sc-devis-why-card h2{
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:2em !important;
  line-height:.98 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
  color:var(--sc-navy) !important;
  margin:0;
}

.sc-devis-intro{
  color:#142334;
  font-size:14px;
  line-height:1.45;
  margin:0 0 22px;
  font-weight:600;
}

.sc-devis-form label{
  display:block;
  color:var(--sc-navy);
  font-size:13px;
  font-weight:900;
  margin-bottom:8px;
}

.sc-devis-form input,
.sc-devis-form select,
.sc-devis-form textarea{
  width:100%;
  min-height:46px;
  border:1px solid #d9e1ea;
  border-radius:5px;
  padding:12px 14px;
  color:#142334;
  background:#fff;
  font-size:14px;
  outline:none;
}

.sc-devis-form textarea{
  resize:vertical;
  min-height:96px;
}

.sc-devis-form input:focus,
.sc-devis-form select:focus,
.sc-devis-form textarea:focus{
  border-color:var(--sc-pink);
  box-shadow:0 0 0 3px rgba(217,108,108,.12);
}

.sc-upload-box{
  width:100%;
  min-height:92px;
  border:1px dashed #c7d1dc;
  border-radius:5px;
  background:#fafbfc;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  cursor:pointer;
  padding:14px;
  margin:0 !important;
}

.sc-upload-box input{
  display:none;
}

.sc-upload-box i{
  color:var(--sc-navy);
  font-size:22px;
  margin-bottom:8px;
}

.sc-upload-box span{
  color:#142334;
  font-size:13px;
  font-weight:800;
}

.sc-upload-box em{
  color:#142334;
  font-size:12px;
  font-style:normal;
  opacity:.85;
}

.sc-devis-submit{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:5px;
  background:linear-gradient(90deg,#d95760,#e85d62);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(217,108,108,.20);
}

.sc-devis-submit:hover{
  background:#c95761;
}

.sc-devis-why-card h2{
  margin-bottom:28px;
}

.sc-devis-why-item{
  display:flex;
  gap:18px;
  align-items:flex-start;
  margin-bottom:27px;
}

.sc-devis-why-item:last-child{
  margin-bottom:0;
}

.sc-devis-why-icon{
  width:58px;
  min-width:58px;
  height:58px;
  border-radius:50%;
  border:2px solid rgba(217,108,108,.45);
  color:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:27px;
}

.sc-devis-why-item strong{
  display:block;
  color:var(--sc-navy);
  font-size:16px;
  line-height:1.15;
  font-weight:900;
  margin-bottom:6px;
}

.sc-devis-why-item span{
  display:block;
  color:#142334;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
}

.sc-devis-zone{
  background:#f6f7f9 !important;
}

/* Si la page contact n'est pas chargée avant, styles zone communs */
.sc-contact-zone{
  background:#f6f7f9;
  padding:28px 0;
}

.sc-contact-zone-inner{
  display:grid;
  grid-template-columns:120px 1.2fr 1.6fr;
  gap:28px;
  align-items:center;
}

.sc-zone-map-icon{
  width:92px;
  height:92px;
  border-radius:50%;
  background:#fff;
  color:var(--sc-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:46px;
  box-shadow:0 5px 16px rgba(0,0,0,.07);
}

.sc-contact-zone-text h2{
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:2em !important;
  line-height:.98 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
  color:var(--sc-navy) !important;
  margin:0;
}

.sc-contact-zone-text p{
  color:#142334;
  font-size:14px;
  line-height:1.5;
  margin:10px 0 0;
  font-weight:600;
}

.sc-contact-zone-links{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:9px 24px;
}

.sc-contact-zone-links a{
  color:var(--sc-navy);
  font-size:14px;
  line-height:1.25;
  font-weight:900;
  text-decoration:none;
  display:flex;
  align-items:flex-start;
  gap:8px;
}

.sc-contact-zone-links a i{
  color:var(--sc-pink);
  font-size:16px;
  margin-top:1px;
}

.sc-contact-zone-links a:hover{
  color:var(--sc-pink);
}

@media(max-width:991px){
  .sc-devis-layout{
    grid-template-columns:1fr;
  }

  .sc-contact-zone-inner{
    grid-template-columns:1fr;
    text-align:center;
  }

  .sc-zone-map-icon{
    margin:0 auto;
  }

  .sc-contact-zone-links{
    max-width:650px;
    margin:0 auto;
    text-align:left;
  }
}

@media(max-width:575px){
  .sc-devis-page{
    padding:32px 0;
  }

  .sc-devis-form-card,
  .sc-devis-why-card{
    padding:24px 18px;
  }

  .sc-devis-form-card h2,
  .sc-devis-why-card h2,
  .sc-contact-zone-text h2{
    font-size:1.55em !important;
  }

  .sc-devis-why-item{
    gap:14px;
  }

  .sc-devis-why-icon{
    width:50px;
    min-width:50px;
    height:50px;
    font-size:23px;
  }

  .sc-contact-zone-links{
    grid-template-columns:1fr;
    max-width:260px;
  }
}


/* ===== V66 : upload photos devis ===== */
.sc-upload-box{
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.sc-upload-box.is-dragover{
  border-color:var(--sc-pink) !important;
  background:rgba(217,108,108,.06) !important;
  box-shadow:0 0 0 3px rgba(217,108,108,.12) !important;
}

.sc-upload-box.is-ready{
  border-color:var(--sc-pink) !important;
  background:rgba(217,108,108,.045) !important;
}

.sc-upload-box.is-error{
  border-color:#c0392b !important;
  background:rgba(192,57,43,.06) !important;
}

.sc-upload-info{
  display:block;
  margin-top:8px;
  color:var(--sc-navy);
  font-size:12px;
  line-height:1.35;
  font-weight:700;
  max-width:100%;
  word-break:break-word;
}

.sc-upload-box.is-error .sc-upload-info{
  color:#c0392b;
}


/* ==========================================================
   PAGE VILLE — LE RAINCY V67
========================================================== */

.sc-hero-city-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-city-hero-right{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-end !important;
}

.sc-city-location-badge{
  background:#061d33;
  color:#fff;
  border-radius:18px;
  padding:17px 22px;
  display:flex;
  align-items:center;
  gap:15px;
  box-shadow:0 12px 28px rgba(0,0,0,.20);
  margin-top:190px;
}

.sc-city-location-badge i{
  color:var(--sc-pink);
  font-size:38px;
}

.sc-city-location-badge strong{
  font-size:17px;
  line-height:1.15;
  font-weight:900;
}

.sc-city-location-badge span{
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}

.sc-city-services{
  background:#fff;
  padding:34px 0 22px;
}

.sc-city-services-grid{
  display:grid !important;
  grid-template-columns:repeat(6, 1fr) !important;
  gap:16px !important;
  justify-content:center !important;
}

.sc-city-services-grid .sc-service-card{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:250px !important;
  padding:28px 14px 22px !important;
}

.sc-city-services-grid .sc-service-card h3{
  font-size:16px !important;
}

.sc-city-services-grid .sc-service-card p{
  font-size:12px !important;
}

.sc-city-services-grid .sc-service-more,
.sc-city-services-grid a.sc-service-more{
  display:none !important;
}

.sc-city-services-grid .sc-card-line{
  width:28px !important;
  height:2px !important;
  background:var(--sc-pink) !important;
  margin:14px auto 0 !important;
}

.sc-city-local{
  background:#fff;
  padding:18px 0 28px;
}

.sc-city-local-grid{
  display:grid;
  grid-template-columns:1.05fr 1.5fr .95fr;
  gap:28px;
  align-items:stretch;
}

.sc-city-local-text h2,
.sc-city-zone-card h2{
  font-family:Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:2em !important;
  line-height:.98 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
  color:var(--sc-navy) !important;
  text-transform:none !important;
  margin:0 0 18px;
}

.sc-city-local-text p{
  color:#142334;
  font-size:13px;
  line-height:1.55;
  font-weight:600;
  margin:0 0 13px;
}

.sc-city-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}

.sc-city-checklist li{
  color:#142334;
  font-size:13px;
  line-height:1.35;
  font-weight:900;
  margin-bottom:10px;
}

.sc-city-checklist i{
  color:var(--sc-pink);
  margin-right:8px;
}

.sc-city-photo{
  position:relative;
  border-radius:8px;
  overflow:hidden;
  min-height:310px;
  box-shadow:0 7px 22px rgba(0,0,0,.085);
}

.sc-city-photo img{
  width:100%;
  height:100%;
  min-height:310px;
  object-fit:cover;
  display:block;
}

.sc-city-sign{
  position:absolute;
  right:22px;
  bottom:22px;
  background:#e9e9e9;
  border:3px solid #cf3e47;
  color:#111;
  min-width:180px;
  text-align:center;
  padding:7px 18px;
  font-family:Arial Black, Arial, sans-serif;
  font-size:28px;
  letter-spacing:6px;
  box-shadow:0 6px 12px rgba(0,0,0,.22);
}

.sc-city-zone-card{
  background:#fff;
  border-radius:8px;
  padding:28px 24px;
  box-shadow:0 7px 22px rgba(0,0,0,.085);
}

.sc-city-zone-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.sc-city-zone-card li{
  color:#142334;
  font-size:14px;
  line-height:1.3;
  font-weight:900;
  margin-bottom:12px;
}

.sc-city-zone-card i{
  color:var(--sc-pink);
  margin-right:8px;
}

.sc-city-benefits{
  background:#fff;
  padding:0 0 28px;
}

.sc-city-benefits-grid{
  background:#f7f7f7;
  border-radius:8px;
  padding:22px 26px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.sc-city-benefit{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border-right:1px solid rgba(217,108,108,.25);
  padding-right:16px;
}

.sc-city-benefit:last-child{
  border-right:none;
}

.sc-city-benefit i{
  color:var(--sc-pink);
  font-size:38px;
  min-width:42px;
  line-height:1;
}

.sc-city-benefit strong{
  display:block;
  color:var(--sc-navy);
  font-size:14px;
  line-height:1.15;
  font-weight:900;
  margin-bottom:5px;
}

.sc-city-benefit span{
  display:block;
  color:#142334;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

@media(max-width:1199px){
  .sc-city-services-grid{
    grid-template-columns:repeat(3, 200px) !important;
  }
}

@media(max-width:991px){
  .sc-city-services-grid{
    grid-template-columns:repeat(2, 200px) !important;
  }

  .sc-city-local-grid{
    grid-template-columns:1fr;
  }

  .sc-city-benefits-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-city-benefit:nth-child(2){
    border-right:none;
  }

  .sc-city-location-badge{
    margin-top:0;
  }
}

@media(max-width:575px){
  .sc-city-services-grid{
    grid-template-columns:1fr !important;
    justify-items:center !important;
  }

  .sc-city-services-grid .sc-service-card{
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
  }

  .sc-city-local-text,
  .sc-city-zone-card{
    text-align:center;
  }

  .sc-about-kicker{
    justify-content:center;
  }

  .sc-city-photo,
  .sc-city-photo img{
    min-height:230px;
  }

  .sc-city-sign{
    right:50%;
    transform:translateX(50%);
    font-size:20px;
    letter-spacing:4px;
    min-width:145px;
  }

  .sc-city-benefits-grid{
    grid-template-columns:1fr;
  }

  .sc-city-benefit{
    border-right:none;
    border-bottom:1px solid rgba(217,108,108,.25);
    padding-bottom:16px;
  }

  .sc-city-benefit:last-child{
    border-bottom:none;
    padding-bottom:0;
  }
}


/* ===== V68 : page ville Montfermeil ===== */
.sc-hero-montfermeil-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-montfermeil-page .sc-city-location-badge{
  background:#061d33 !important;
}


/* ===== V69 : page ville Clichy-sous-Bois ===== */
.sc-hero-clichy-sous-bois-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-clichy-sous-bois-page .sc-city-location-badge{
  background:#061d33 !important;
}


/* ===== V70 : page ville Gagny ===== */
.sc-hero-gagny-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-gagny-page .sc-city-location-badge{
  background:#061d33 !important;
}


/* ===== V71 : page ville Chelles ===== */
.sc-hero-chelles-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-chelles-page .sc-city-location-badge{
  background:#061d33 !important;
}


/* ===== V72 : page Île-de-France ===== */
.sc-hero-ile-de-france-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.sc-hero-ile-de-france-page .sc-city-location-badge{
  background:#061d33 !important;
}


/* ==========================================================
   PAGE LOGIN — V73
========================================================== */

.sc-login-page{
  min-height:620px;
  padding:58px 0;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  position:relative;
}

.sc-login-wrapper{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 420px;
  gap:52px;
  align-items:center;
  min-height:500px;
}

.sc-login-intro{
  max-width:560px;
  color:#fff;
}

.sc-login-intro h1{
  font-family:Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:3em !important;
  line-height:.98 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
  text-transform:uppercase;
  margin:10px 0 14px;
}

.sc-login-intro p{
  color:#fff;
  font-size:18px;
  line-height:1.55;
  font-weight:600;
  margin:20px 0 0;
  max-width:520px;
}

.sc-login-help{
  margin-top:28px;
  display:inline-flex;
  align-items:center;
  gap:13px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:8px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.sc-login-help i{
  color:var(--sc-pink);
  font-size:22px;
}

.sc-login-help strong{
  color:#fff;
  font-weight:900;
}

.sc-login-card{
  background:#fff;
  border-radius:12px;
  padding:34px 34px 30px;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}

.sc-login-logo{
  text-align:center;
  margin-bottom:18px;
}

.sc-login-logo img{
  max-width:250px;
  width:100%;
  height:auto;
}

.sc-login-card h2{
  font-family:Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:2em !important;
  line-height:.98 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
  color:var(--sc-navy);
  text-align:center;
  margin:0 0 8px;
}

.sc-login-subtitle{
  text-align:center;
  color:#142334;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
  margin:0 0 26px;
}

.sc-login-field{
  margin-bottom:17px;
}

.sc-login-field label{
  display:block;
  color:var(--sc-navy);
  font-size:13px;
  font-weight:900;
  margin-bottom:8px;
}

.sc-login-input{
  position:relative;
}

.sc-login-input > i{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:var(--sc-pink);
  font-size:16px;
}

.sc-login-input input{
  width:100%;
  height:50px;
  border:1px solid #d9e1ea;
  border-radius:6px;
  padding:0 46px 0 42px;
  color:#142334;
  background:#fff;
  font-size:14px;
  outline:none;
}

.sc-login-input input:focus{
  border-color:var(--sc-pink);
  box-shadow:0 0 0 3px rgba(217,108,108,.12);
}

.sc-password-toggle{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:0;
  background:transparent;
  color:#667;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.sc-login-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:4px 0 22px;
}

.sc-login-check{
  display:flex;
  align-items:center;
  gap:8px;
  color:#142334;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.sc-login-check input{
  accent-color:var(--sc-pink);
}

.sc-login-options a,
.sc-login-bottom a{
  color:var(--sc-pink);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.sc-login-options a:hover,
.sc-login-bottom a:hover{
  color:#c95761;
}

.sc-login-submit{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:6px;
  background:linear-gradient(90deg,#d95760,#e85d62);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(217,108,108,.20);
}

.sc-login-submit:hover{
  background:#c95761;
}

.sc-login-bottom{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #edf0f3;
  text-align:center;
  color:#142334;
  font-size:13px;
  font-weight:700;
}

.sc-login-bottom span{
  display:block;
  margin-bottom:4px;
}

@media(max-width:991px){
  .sc-login-wrapper{
    grid-template-columns:1fr;
    gap:34px;
  }

  .sc-login-intro{
    text-align:center;
    margin:0 auto;
  }

  .sc-login-help{
    justify-content:center;
  }

  .sc-login-card{
    max-width:430px;
    margin:0 auto;
  }
}

@media(max-width:575px){
  .sc-login-page{
    padding:38px 0;
  }

  .sc-login-intro h1{
    font-size:2em !important;
  }

  .sc-login-intro p{
    font-size:15px;
  }

  .sc-login-card{
    padding:26px 18px 24px;
  }

  .sc-login-logo img{
    max-width:210px;
  }

  .sc-login-card h2{
    font-size:1.55em !important;
  }

  .sc-login-options{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* ==========================================================
   ADMIN PROMO — V76
========================================================== */
.sc-admin-promo-preview-wrap{
  background:linear-gradient(135deg,#061d33,#0a2d49);
  border-radius:12px;
  padding:32px 18px;
  display:flex;
  justify-content:center;
  overflow:hidden;
}
.sc-admin-promo-preview{
  transform:scale(.78);
  transform-origin:center center;
  margin:-38px 0;
}
.sc-admin-promo-note{
  margin-top:18px;
  color:var(--sc-admin-navy);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  background:#fff7f7;
  border:1px solid rgba(217,108,108,.25);
  border-radius:8px;
  padding:12px 14px;
}
.sc-admin-code-block{
  margin-top:18px;
  background:#f6f7f9;
  border:1px solid var(--sc-admin-border);
  border-radius:8px;
  padding:14px;
}
.sc-admin-code-block strong{
  display:block;
  color:var(--sc-admin-navy);
  font-size:13px;
  margin-bottom:8px;
}
.sc-admin-code-block code{
  display:block;
  white-space:pre-wrap;
  color:#142334;
  font-size:12px;
  line-height:1.45;
}
@media(max-width:575px){
  .sc-admin-promo-preview{transform:scale(.62);margin:-70px 0;}
}

/* ==========================================================
   ADMIN INTERACTIONS — V77
========================================================== */

.sc-admin-btn.danger-fill{
  background:#b42318 !important;
  color:#fff !important;
}

.sc-admin-modal-open{
  overflow:hidden;
}

.sc-admin-modal{
  position:fixed;
  inset:0;
  background:rgba(4,16,31,.62);
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.sc-admin-modal.is-open{
  display:flex;
}

.sc-admin-modal-dialog{
  width:min(440px,100%);
  background:#fff;
  border-radius:14px;
  padding:28px;
  text-align:center;
  box-shadow:0 22px 60px rgba(0,0,0,.25);
}

.sc-admin-modal-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:rgba(180,35,24,.10);
  color:#b42318;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin:0 auto 16px;
}

.sc-admin-modal-dialog h2{
  color:var(--sc-admin-navy);
  font-family:Arial Black,Arial,Helvetica,sans-serif;
  font-size:22px;
  line-height:1;
  margin:0 0 10px;
}

.sc-admin-modal-dialog p{
  color:var(--sc-admin-muted);
  font-size:14px;
  line-height:1.45;
  margin:0 0 22px;
}

.sc-admin-modal-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.sc-admin-upload{
  cursor:pointer;
  position:relative;
  overflow:hidden;
}

.sc-admin-upload input[type="file"]{
  display:none;
}

.sc-admin-upload.is-dragover{
  border-color:var(--sc-admin-pink);
  background:rgba(217,108,108,.06);
  box-shadow:0 0 0 3px rgba(217,108,108,.12);
}

.sc-admin-upload-preview{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}

.sc-admin-upload-preview img{
  max-width:100%;
  max-height:135px;
  border-radius:8px;
  object-fit:cover;
  display:block;
}

.sc-admin-upload strong{
  color:var(--sc-admin-muted);
  font-size:13px;
  line-height:1.35;
  text-align:center;
}

.sc-admin-upload.has-preview strong{
  color:var(--sc-admin-navy);
}

.sc-admin-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.sc-admin-detail-grid .full{
  grid-column:1/-1;
}

.sc-admin-detail-grid strong{
  display:block;
  color:var(--sc-admin-navy);
  font-size:13px;
  font-weight:900;
  margin-bottom:6px;
}

.sc-admin-detail-grid span,
.sc-admin-detail-grid p{
  display:block;
  color:#142334;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
  margin:0;
  background:#f7f8fa;
  border:1px solid var(--sc-admin-border);
  border-radius:8px;
  padding:11px 13px;
}

.sc-admin-attachments{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.sc-admin-attachments span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.sc-admin-attachments i{
  color:var(--sc-admin-pink);
}

@media(max-width:760px){
  .sc-admin-detail-grid{
    grid-template-columns:1fr;
  }
}


/* ===== V79 : pièces jointes cliquables ===== */
.sc-admin-attachments a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--sc-admin-navy);
  text-decoration:none;
  background:#f7f8fa;
  border:1px solid var(--sc-admin-border);
  border-radius:8px;
  padding:11px 13px;
  font-size:14px;
  line-height:1.3;
  font-weight:800;
}

.sc-admin-attachments a:hover{
  color:var(--sc-admin-pink);
  border-color:rgba(217,108,108,.45);
  background:#fff7f7;
}

.sc-admin-attachments a i{
  color:var(--sc-admin-pink);
}

/* ==========================================================
   ADMIN FONT AWESOME PICKER — V80
========================================================== */

.sc-fa-picker-dialog{
  width:min(860px,100%) !important;
  max-height:86vh;
  overflow:auto;
  text-align:left !important;
}

.sc-fa-picker-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.sc-fa-picker-header h2{
  color:var(--sc-admin-navy);
  font-family:Arial Black,Arial,Helvetica,sans-serif;
  font-size:22px;
  line-height:1;
  margin:0 0 7px;
}

.sc-fa-picker-header p{
  color:var(--sc-admin-muted);
  font-size:13px;
  line-height:1.4;
  margin:0;
  font-weight:700;
}

.sc-fa-picker-close{
  width:40px;
  min-width:40px;
  height:40px;
  border:1px solid var(--sc-admin-border);
  border-radius:8px;
  background:#fff;
  color:var(--sc-admin-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.sc-fa-picker-close:hover{
  color:var(--sc-admin-pink);
  border-color:rgba(217,108,108,.4);
}

.sc-fa-picker-search{
  position:relative;
  margin-bottom:18px;
}

.sc-fa-picker-search i{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:var(--sc-admin-pink);
}

.sc-fa-picker-search input{
  width:100%;
  height:46px;
  border:1px solid #d9e1ea;
  border-radius:8px;
  padding:0 14px 0 42px;
  outline:none;
  font-size:14px;
  color:#142334;
}

.sc-fa-picker-search input:focus{
  border-color:var(--sc-admin-pink);
  box-shadow:0 0 0 3px rgba(217,108,108,.12);
}

.sc-fa-picker-grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:12px;
}

.sc-fa-picker-grid button{
  min-height:94px;
  border:1px solid var(--sc-admin-border);
  border-radius:10px;
  background:#fff;
  color:var(--sc-admin-navy);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  cursor:pointer;
  transition:border-color .15s ease, background .15s ease, transform .15s ease;
}

.sc-fa-picker-grid button:hover{
  border-color:var(--sc-admin-pink);
  background:#fff7f7;
  transform:translateY(-2px);
}

.sc-fa-picker-grid button i{
  color:var(--sc-admin-pink);
  font-size:29px;
  line-height:1;
}

.sc-fa-picker-grid button span{
  color:var(--sc-admin-navy);
  font-size:12px;
  line-height:1.1;
  font-weight:900;
  text-align:center;
}

.sc-fa-icon-input{
  cursor:pointer;
  background:#fff !important;
}

@media(max-width:900px){
  .sc-fa-picker-grid{
    grid-template-columns:repeat(4, 1fr);
  }
}

@media(max-width:575px){
  .sc-fa-picker-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sc-fa-picker-dialog{
    padding:20px !important;
  }
}

/* ==========================================================
   ADMIN CITY AUTOCOMPLETE — V81
========================================================== */

.sc-city-autocomplete-wrapper{
  position:relative;
}

.sc-city-autocomplete-menu{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  background:#fff;
  border:1px solid var(--sc-admin-border);
  border-radius:10px;
  box-shadow:0 14px 30px rgba(0,0,0,.12);
  z-index:50;
  padding:6px;
  display:none;
}

.sc-city-autocomplete-menu.is-open{
  display:block;
}

.sc-city-autocomplete-menu button{
  width:100%;
  border:0;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px;
  border-radius:8px;
  cursor:pointer;
  color:var(--sc-admin-navy);
  text-align:left;
}

.sc-city-autocomplete-menu button:hover{
  background:#fff7f7;
}

.sc-city-autocomplete-menu strong{
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.sc-city-autocomplete-menu span{
  min-width:58px;
  text-align:center;
  color:var(--sc-admin-pink);
  font-size:12px;
  line-height:1;
  font-weight:900;
  background:rgba(217,108,108,.12);
  border-radius:999px;
  padding:6px 8px;
}

/* ==========================================================
   ADMIN PROMO PREVIEW FIX — V82
========================================================== */

.sc-admin-promo-preview-wrap{
  background:
    radial-gradient(circle at top left, rgba(217,108,108,.22), transparent 34%),
    linear-gradient(135deg,#061d33 0%,#0a2d49 100%) !important;
  border-radius:14px !important;
  padding:38px 18px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  overflow:hidden !important;
  min-height:360px !important;
}

.sc-admin-promo-preview{
  width:390px !important;
  height:380px !important;
  background:#fff !important;
  color:var(--sc-admin-navy) !important;
  border-radius:11px !important;
  box-shadow:0 16px 34px rgba(0,0,0,.18) !important;
  padding:46px 26px 18px !important;
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  position:relative !important;
  transform:scale(.78) !important;
  transform-origin:center center !important;
  overflow:visible !important;
}

.sc-admin-promo-preview .sc-promo-ribbon{
  position:absolute !important;
  top:-16px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  background:var(--sc-admin-pink) !important;
  color:#fff !important;
  border-radius:4px !important;
  padding:9px 22px !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  box-shadow:0 8px 15px rgba(217,108,108,.22) !important;
}

.sc-admin-promo-preview .sc-promo-percent{
  color:var(--sc-admin-pink) !important;
  font-family:Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:92px !important;
  line-height:.9 !important;
  font-weight:900 !important;
  letter-spacing:-5px !important;
  margin-top:10px !important;
}

.sc-admin-promo-preview .sc-promo-text{
  color:var(--sc-admin-navy) !important;
  font-family:Arial Black, Arial, Helvetica, sans-serif !important;
  font-size:20px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  text-align:center !important;
  margin:15px 0 8px !important;
}

.sc-admin-promo-preview .sc-promo-line{
  width:42px !important;
  height:2px !important;
  background:var(--sc-admin-pink) !important;
  margin:8px auto 11px !important;
}

.sc-admin-promo-preview .sc-promo-date{
  color:var(--sc-admin-navy) !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  text-align:center !important;
  margin-bottom:12px !important;
}

.sc-admin-promo-preview .sc-promo-roof{
  margin-top:auto !important;
  width:118px !important;
  height:70px !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
}

.sc-admin-promo-preview .sc-promo-roof img{
  max-width:118px !important;
  max-height:70px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
}

.sc-admin-promo-note{
  margin-top:18px !important;
  color:var(--sc-admin-navy) !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
  background:#fff7f7 !important;
  border:1px solid rgba(217,108,108,.25) !important;
  border-radius:8px !important;
  padding:12px 14px !important;
}

@media(max-width:575px){
  .sc-admin-promo-preview-wrap{
    min-height:300px !important;
    padding:24px 8px !important;
  }

  .sc-admin-promo-preview{
    transform:scale(.62) !important;
  }
}

/* ==========================================================
   ADMIN COPYRIGHT MODAL — V83
========================================================== */

.sc-admin-copyright-trigger{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:25;
  border:1px solid rgba(217,108,108,.35);
  background:#fff;
  color:var(--sc-admin-navy);
  border-radius:999px;
  min-height:38px;
  padding:0 15px;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
  cursor:pointer;
  transition:transform .16s ease, color .16s ease, border-color .16s ease;
}

.sc-admin-copyright-trigger:hover{
  transform:translateY(-2px);
  color:var(--sc-admin-pink);
  border-color:var(--sc-admin-pink);
}

.sc-admin-copyright-modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(4,16,31,.68);
  z-index:10000;
  padding:18px;
}

.sc-admin-copyright-modal.is-open{
  display:flex;
}

.sc-admin-copyright-dialog{
  width:min(430px,100%);
  background:#fff;
  border-radius:18px;
  padding:34px 28px 28px;
  position:relative;
  text-align:center;
  box-shadow:0 24px 65px rgba(0,0,0,.28);
  overflow:hidden;
}

.sc-admin-copyright-dialog::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background:linear-gradient(90deg,var(--sc-admin-pink),#f19696);
}

.sc-admin-copyright-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid var(--sc-admin-border);
  border-radius:10px;
  background:#fff;
  color:var(--sc-admin-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.sc-admin-copyright-close:hover{
  color:var(--sc-admin-pink);
  border-color:rgba(217,108,108,.45);
}

.sc-admin-copyright-logo{
  width:76px;
  height:76px;
  border-radius:50%;
  background:rgba(217,108,108,.12);
  color:var(--sc-admin-pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  margin:0 auto 18px;
}

.sc-admin-copyright-dialog h2{
  margin:0 0 7px;
  color:var(--sc-admin-navy);
  font-family:Arial Black, Arial, Helvetica, sans-serif;
  font-size:24px;
  line-height:1;
  letter-spacing:-.5px;
}

.sc-admin-copyright-dialog p{
  margin:0 0 22px;
  color:#142334;
  font-size:15px;
  line-height:1.4;
  font-weight:700;
}

.sc-admin-copyright-dialog p strong{
  color:var(--sc-admin-pink);
  font-weight:900;
}

.sc-admin-copyright-links{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.sc-admin-copyright-links a{
  min-height:42px;
  border-radius:999px;
  padding:0 17px;
  background:var(--sc-admin-navy);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:13px;
  font-weight:900;
}

.sc-admin-copyright-links a:hover{
  background:var(--sc-admin-pink);
  color:#fff;
}

.sc-admin-copyright-dialog small{
  display:block;
  color:var(--sc-admin-muted);
  font-size:12px;
  font-weight:700;
}

@media(max-width:575px){
  .sc-admin-copyright-trigger{
    right:12px;
    bottom:12px;
  }
}


/* ===== V84 : contact copyright Anthony Alves ===== */
.sc-admin-copyright-contact{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
}

.sc-admin-copyright-contact a{
  color:var(--sc-admin-navy);
  text-decoration:none;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:9px;
}

.sc-admin-copyright-contact a i{
  color:var(--sc-admin-pink);
}

.sc-admin-copyright-contact a:hover{
  color:var(--sc-admin-pink);
}

/* ==========================================================
   DEVIS AUTOCOMPLETE — V85
========================================================== */

.sc-public-autocomplete-wrapper{
  position:relative;
}

.sc-public-autocomplete-menu{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  background:#fff;
  border:1px solid #d9e1ea;
  border-radius:8px;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
  z-index:80;
  padding:6px;
  display:none;
}

.sc-public-autocomplete-menu.is-open{
  display:block;
}

.sc-public-autocomplete-menu button{
  width:100%;
  border:0;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px;
  border-radius:7px;
  cursor:pointer;
  color:var(--sc-navy);
  text-align:left;
}

.sc-public-autocomplete-menu button:hover{
  background:#fff7f7;
}

.sc-public-autocomplete-menu strong{
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.sc-public-autocomplete-menu span{
  color:var(--sc-pink);
  font-size:12px;
  line-height:1.15;
  font-weight:900;
  text-align:right;
}


/* ==========================================================
   HERO IMAGES FINAL — V86
========================================================== */

.sc-hero,
.sc-hero-city-page,
.sc-login-page{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

@media(max-width:575px){
  .sc-hero,
  .sc-hero-city-page,
  .sc-login-page{
    background-position:center center !important;
  }
}


/* ==========================================================
   ADMIN TAWK.TO — V88
========================================================== */

.sc-tawk-preview{
  border:1px solid var(--sc-admin-border);
  border-radius:12px;
  padding:20px;
  display:flex;
  align-items:center;
  gap:16px;
  background:#f8fafc;
}

.sc-tawk-preview-icon{
  width:58px;
  height:58px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:27px;
}

.sc-tawk-preview.is-enabled .sc-tawk-preview-icon{
  background:#e8f7ef;
  color:#137a3d;
}

.sc-tawk-preview.is-disabled .sc-tawk-preview-icon{
  background:#fff1f0;
  color:#b42318;
}

.sc-tawk-preview strong{
  display:block;
  color:var(--sc-admin-navy);
  font-size:17px;
  line-height:1.1;
  font-weight:900;
}

.sc-tawk-preview span{
  display:block;
  color:var(--sc-admin-muted);
  font-size:13px;
  line-height:1.35;
  font-weight:700;
  margin-top:5px;
}

.sc-city-autocomplete-loading,
.sc-city-autocomplete-empty {
  padding: 12px;
  font-size: 13px;
  font-weight: 800;
  color: #061d33;
}