:root{
  --heches-red:#8b0d18;
  --heches-red-dark:#650a12;
  --heches-gold:#d4af37;
  --heches-gold-dark:#b8860b;
  --heches-white:#fff;
}
:root{
  --heches-red:#8b0d18;
  --heches-red-dark:#650a12;
  --heches-white:#fff;
  --heches-gold:#d4af37;
  --heches-gold-dark:#b8860b;
  --heches-white:#fff;
  --heches-red-dark:#650a12;
}

/* Bandeaux intérieurs : texte à gauche et formulaire réellement séparé */
body.heches-site .inner-hero-shell{background:#fff!important;overflow:visible!important}
body.heches-site .inner-hero-shell .inner-hero{min-height:520px!important;height:auto!important;padding:72px 0 82px!important;position:relative!important;overflow:hidden!important;background-position:center!important;background-size:cover!important}
body.heches-site .inner-hero-shell .inner-hero:before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important}
body.heches-site .inner-hero-shell .inner-hero:after{display:none!important}
body.heches-site .inner-hero-shell .inner-hero-desktop-picture,
body.heches-site .inner-hero-shell .inner-hero-mobile-picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:0!important;overflow:hidden!important}
body.heches-site .inner-hero-shell .inner-hero-desktop-picture img,
body.heches-site .inner-hero-shell .inner-hero-mobile-picture img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;animation:hechesHeroDrift 18s ease-in-out infinite alternate!important}
@keyframes hechesHeroDrift{from{transform:scale(1.02) translateX(0)}to{transform:scale(1.09) translateX(-1.5%)}}
body.heches-site .inner-hero-shell .inner-hero-grid{display:block!important;position:relative!important;z-index:2!important;margin:0 auto!important;padding:0 15px!important}
body.heches-site .inner-hero-shell .inner-hero-text{width:min(600px,54%)!important;max-width:600px!important;min-height:0!important;margin:0 auto 0 0!important;padding:32px 34px!important;border:1px solid rgba(255,255,255,0.28)!important;border-left:5px solid var(--heches-gold)!important;border-top:0!important;border-radius:2px!important;background:rgba(101,10,18,0.88)!important;box-shadow:14px 16px 0 rgba(212,175,55,0.28),0 24px 56px rgba(101,10,18,0.3)!important;backdrop-filter:blur(5px)!important;color:#fff!important}
body.heches-site .inner-hero-text h1{color:#fff!important}
body.heches-site .inner-hero-text p,
body.heches-site .inner-hero-text li{color:#fff!important}
body.heches-site .inner-hero-text .hero-badge{border-radius:0!important;background:var(--heches-gold)!important;color:#fff!important}
body.heches-site .inner-hero-text .hero-checks i{color:#d4af37!important}

body.heches-site .inner-hero-form-section{position:relative!important;z-index:3!important;background:linear-gradient(180deg,#fff 0%,var(--heches-white) 100%)!important;padding:56px 0 70px!important;margin:0!important}
body.heches-site .inner-hero-form-section .container{max-width:1200px!important}
body.heches-site .inner-hero-form-section .hero-form-zone{width:100%!important;max-width:none!important;margin:0!important;position:relative!important}
body.heches-site .inner-hero-form-section .modern-form-card{width:100%!important;max-width:none!important;margin:0!important;padding:38px 42px!important;border:1px solid #fff!important;border-radius:2px!important;background:#fff!important;box-shadow:12px 14px 0 rgba(212,175,55,0.18),0 24px 55px rgba(101,10,18,0.13)!important;overflow:visible!important}
body.heches-site .modern-form-card .row{display:flex!important;flex-wrap:wrap!important;margin-left:-10px!important;margin-right:-10px!important}
body.heches-site .modern-form-card [class*="col-"]{padding-left:10px!important;padding-right:10px!important}
body.heches-site .modern-form-card .form-control{border-radius:0!important;min-height:52px!important;border:1px solid #d4af37!important;box-shadow:inset 0 2px 0 rgba(101,10,18,0.04)!important}
body.heches-site .modern-form-card textarea.form-control{min-height:124px!important}
body.heches-site .modern-form-card .captcha-col{min-height:82px!important;overflow:visible!important;display:flex!important;align-items:center!important}
body.heches-site .modern-form-card .g-recaptcha{width:304px!important;max-width:100%!important;height:78px!important;overflow:visible!important;transform:none!important}
body.heches-site .modern-form-card #js-contact-btn{width:100%!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.2!important;margin:10px 0 0!important}

/* Tous les boutons : carrés avec relief 3D */
body.heches-site a.theme-btn-heches,
body.heches-site a.theme-btn-dark,
body.heches-site a.gallery-cta,
body.heches-site a.footer-quote-final,
body.heches-site .devis-nav>a,
body.heches-site .site-header-redesign nav>ul>li.active>a,
body.heches-site button.cs-btn-one,
body.heches-site .btn-gradient-color,
body.heches-site .feature-card>a,
body.heches-site .city-buttons a{
  border-radius:0!important;
  background:linear-gradient(180deg,#8b0d18 0%,var(--heches-red) 100%)!important;
  color:#fff!important;
  border:1px solid #650a12!important;
  box-shadow:0 6px 0 var(--heches-red-dark),0 11px 20px rgba(101,10,18,0.22)!important;
  transform:translateY(0)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
body.heches-site a.theme-btn-heches:hover,
body.heches-site a.theme-btn-dark:hover,
body.heches-site a.gallery-cta:hover,
body.heches-site a.footer-quote-final:hover,
body.heches-site .devis-nav>a:hover,
body.heches-site .site-header-redesign nav>ul>li.active>a:hover,
body.heches-site button.cs-btn-one:hover,
body.heches-site .btn-gradient-color:hover,
body.heches-site .feature-card>a:hover,
body.heches-site .city-buttons a:hover{
  transform:translateY(3px)!important;
  box-shadow:0 3px 0 var(--heches-red-dark),0 7px 14px rgba(101,10,18,0.2)!important;
  filter:brightness(1.06)!important;
}
body.heches-site .site-header-redesign nav>ul>li.active>a,
body.heches-site .site-header-redesign nav>ul>li>a[href="nos-realisations.html"]{
  background:linear-gradient(180deg,#d4af37 0%,var(--heches-gold) 100%)!important;
  border-color:var(--heches-gold-dark)!important;
  box-shadow:0 5px 0 var(--heches-gold-dark),0 9px 16px rgba(212,175,55,0.2)!important;
  padding-left:18px!important;padding-right:18px!important
}

/* Galerie : uniquement une icône d’ouverture */
body.heches-site .creative-gallery-item span{font-size:0!important;width:46px!important;height:46px!important;left:auto!important;right:14px!important;bottom:14px!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(101,10,18,0.92)!important;border:1px solid rgba(255,255,255,0.6)!important;box-shadow:5px 5px 0 rgba(212,175,55,0.72)!important}
body.heches-site .creative-gallery-item span i{font-size:18px!important;color:#fff!important;margin:0!important}
body.heches-site .creative-gallery-item span:empty:before{content:"\f00e";font-family:FontAwesome;font-size:18px;color:#fff}

/* Cartes, footer et anciennes ombres rouges */
body.heches-site .bottom-partner-card,
body.heches-site .intervention-card{background:#fff!important;color:#8B0D18 !important;border:1px solid #fff!important;box-shadow:10px 12px 0 rgba(212,175,55,0.16),0 22px 42px rgba(101,10,18,0.12)!important}
body.heches-site .bottom-partner-card h3,
body.heches-site .intervention-card h3{color:var(--heches-gold-dark)!important}
body.heches-site .bottom-partner-card p,
body.heches-site .intervention-card p,
body.heches-site .bottom-partner-card li,
body.heches-site .intervention-card li{color:#8B0D18 !important;}
body.heches-site .footer-vdo-final h3,
body.heches-site .footer-vdo-final .footer-panel h3{color:#d4af37!important}
body.heches-site .footer-vdo-final{--vdo-red:#8b0d18;--vdo-red-dark:#650a12}
body.heches-site .feature-card,
body.heches-site .service-slide-card,
body.heches-site .testimonial-heches-card{box-shadow:0 18px 38px rgba(101,10,18,0.16)!important}
body.heches-site .feature-card:before,
body.heches-site .section-title-heches>span{background:rgba(212,175,55,0.16)!important;color:var(--heches-gold-dark)!important}

@media(max-width:991px){
 body.heches-site .inner-hero-shell .inner-hero{min-height:470px!important;padding:56px 0 64px!important}
 body.heches-site .inner-hero-shell .inner-hero-text{width:min(680px,88%)!important;max-width:680px!important;margin-left:0!important;padding:27px!important}
 body.heches-site .inner-hero-form-section{padding:42px 0 56px!important}
 body.heches-site .inner-hero-form-section .modern-form-card{padding:28px!important}
 body.heches-site .modern-form-card .captcha-col{justify-content:flex-start!important}
}
@media(max-width:575px){
 body.heches-site .inner-hero-shell .inner-hero{min-height:510px!important;padding:42px 0!important}
 body.heches-site .inner-hero-shell .inner-hero-text{width:calc(100% - 20px)!important;margin:0 10px!important;padding:22px!important;box-shadow:8px 9px 0 rgba(212,175,55,0.24),0 18px 35px rgba(101,10,18,0.28)!important}
 body.heches-site .inner-hero-form-section .modern-form-card{padding:21px 18px!important}
 body.heches-site .modern-form-card .g-recaptcha{transform:scale(.88)!important;transform-origin:left top!important;margin-bottom:-8px!important}
 body.heches-site .modern-form-card .captcha-col{min-height:72px!important}
}

/* Correctifs finaux réellement ciblés sur les classes présentes dans le HTML */
body.heches-site .inner-hero-shell{display:block!important}
body.heches-site .inner-hero-shell .inner-hero-grid{max-width:1180px!important}
body.heches-site .inner-hero-shell .inner-hero-text{
  width:500px!important;
  max-width:46%!important;
  margin-left:0!important;
  margin-right:auto!important;
  transform:none!important;
}
body.heches-site .inner-hero-form-section{clear:both!important;display:block!important}
body.heches-site .inner-hero-form-section .container{max-width:1240px!important}
body.heches-site .inner-hero-form-section .modern-form-card{
  display:block!important;
  transform:none!important;
  width:100%!important;
  min-height:auto!important;
}
body.heches-site .inner-hero-form-section .modern-form-card form{width:100%!important}
body.heches-site .modern-form-card .form-group{margin-bottom:20px!important}
body.heches-site .modern-form-card .captcha-col{overflow:visible!important;min-height:82px!important}
body.heches-site .modern-form-card #js-contact-btn{
  height:58px!important;
  padding:0 24px!important;
  font-size:16px!important;
  font-weight:800!important;
  white-space:normal!important;
}

/* Tous les CTA et boutons principaux sont carrés et en relief */
body.heches-site a[class*="btn"],
body.heches-site button,
body.heches-site .main-menu a,
body.heches-site .theme-btn-heches,
body.heches-site .theme-btn-dark,
body.heches-site .gallery-cta,
body.heches-site .read-more-red,
body.heches-site .feature-card>a,
body.heches-site .city-buttons a{
  border-radius:0!important;
}
body.heches-site .main-menu.modern-nav nav>ul>li>a[href="nos-realisations.html"]{
  background:linear-gradient(180deg,#d4af37 0%,#d4af37 100%)!important;
  color:#fff!important;
  border:1px solid #d4af37!important;
  box-shadow:0 5px 0 #d4af37,0 10px 18px rgba(184,134,11,0.24)!important;
  transform:translateY(0)!important;
}
body.heches-site .main-menu.modern-nav nav>ul>li>a[href="nos-realisations.html"]:hover{
  transform:translateY(3px)!important;
  box-shadow:0 2px 0 #d4af37,0 6px 12px rgba(184,134,11,0.2)!important;
}

/* Galerie : pictogramme seul, sans texte */
body.heches-site .creative-gallery-item>span{
  font-size:0!important;
  line-height:1!important;
  overflow:hidden!important;
}
body.heches-site .creative-gallery-item>span i{display:block!important;font-size:19px!important}

/* Bloc devis et textes du footer lisibles */
body.heches-site .bottom-partner-card,
body.heches-site .intervention-card{background:#fff!important}
body.heches-site .bottom-partner-card h3,
body.heches-site .intervention-card h3{color:#d4af37!important}
body.heches-site .bottom-partner-card p,
body.heches-site .bottom-partner-card li,
body.heches-site .intervention-card p,
body.heches-site .intervention-card li{color:#650a12!important}
body.heches-site .footer-vdo-final h3,
body.heches-site .footer-vdo-final .footer-panel h3,
body.heches-site .footer-vdo-final .footer-brand-card h3{color:#d4af37!important}

/* Neutralisation explicite des anciennes touches rouges */
body.heches-site{--vdo-red:#8b0d18;--vdo-red-dark:#650a12;--vdo-black:#650a12;--vdo-soft:#fff;--vdo-border:rgba(212,175,55,0.25)}
body.heches-site .seo-impact-strip{background:radial-gradient(circle at 14% 20%,rgba(212,175,55,0.22),transparent 31%),linear-gradient(135deg,#650a12,#650a12 58%,#650a12)!important}
body.heches-site .home-photo-seo{background:radial-gradient(circle at 10% 10%,rgba(212,175,55,0.1),transparent 28%),#fff!important}
body.heches-site .work-process-wow{background:radial-gradient(circle at 90% 20%,rgba(212,175,55,0.11),transparent 32%),#fff!important}
body.heches-site .modern-form-card .form-control:focus{border-color:#d4af37!important;box-shadow:0 0 0 3px rgba(212,175,55,0.14)!important}
body.heches-site .feature-card,
body.heches-site .service-slide-card,
body.heches-site .testimonial-heches-card{box-shadow:0 18px 38px rgba(101,10,18,0.17)!important}

@media(max-width:991px){
 body.heches-site .inner-hero-shell .inner-hero-text{width:620px!important;max-width:88%!important}
}
@media(max-width:575px){
 body.heches-site .inner-hero-shell .inner-hero-text{width:calc(100% - 20px)!important;max-width:none!important}
 body.heches-site .modern-form-card .g-recaptcha{transform:scale(.82)!important;transform-origin:left top!important}
}
