:root{
  --blue: #02a0c7;
  --red: #e42423;
  --cream: #fdfcf8;
  --white: #ffffff;
  --dark: #1f2937;
  --muted: rgba(31, 41, 55, .78);
  --blue-soft: #f3fafc;
}

/* =========================
   BASE
========================= */
html{
  scroll-behavior: smooth;
}

body{
  margin: 0 auto;
  max-width: 1800px;
  background: var(--cream);
  font-family: Arial, sans-serif;
  color: var(--dark);
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

section{
  position: relative;
}

.section-heading{
  max-width: 860px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-kicker{
  margin: 0 0 .8rem;
  color: var(--blue);
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.section-heading h1,
.section-heading h2,
.about-content h2,
.about-copy h2,
.story-copy h2,
.method-copy h2,
.zone-content h2,
.zones-copy h2,
.contact-content h2,
.values-copy h2,
.seo-text-box h2,
.cta-copy h2,
.service-content h2,
.services-intro-copy h2,
.services-cta-copy h2,
.intro-copy h2,
.form-copy h2,
.faq-copy h2{
  margin: 0 0 1rem;
  color: var(--dark);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.08;
  font-weight: 800;
}

.section-intro,
.about-text,
.about-copy p,
.story-copy p,
.method-copy p,
.zone-text,
.zones-copy p,
.contact-text,
.values-copy p,
.seo-text-box p,
.cta-copy p,
.service-content p,
.services-intro-copy p,
.services-cta-copy p,
.intro-copy p,
.form-copy p,
.faq-copy p,
.faq-item p,
.real-card p,
.review-card p{
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

/* =========================
   BOUTONS
========================= */
.btn-devis{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 999px;
  padding: .85rem 1.35rem;
  border: 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(253,252,248,.22) 0%, rgba(253,252,248,0) 55%),
    linear-gradient(135deg, var(--blue) 0%, var(--red) 100%);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  box-shadow: 0 10px 24px rgba(2,160,199,.18);
}

.btn-devis:hover,
.btn-devis:focus{
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(228,36,35,.20);
  opacity: .96;
}

.btn-secondary-light{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 999px;
  padding: .85rem 1.35rem;
  border: 1px solid rgba(31,41,55,.10);
  color: var(--dark);
  background: #fff;
  transition: all .25s ease;
}

.btn-secondary-light:hover,
.btn-secondary-light:focus{
  color: var(--blue);
  border-color: rgba(2,160,199,.22);
}

/* =========================
   HEADER
========================= */
.site-header{
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,.08);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar{
  min-height: 88px;
  padding: 0;
}

.header-inner{
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.navbar-brand{
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.navbar-brand img{
  display: block;
  height: 78px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.desktop-nav-wrap{
  display: flex;
  justify-content: center;
}

.desktop-nav{
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .nav-link{
  color: var(--dark);
  font-weight: 600;
  text-decoration: none;
  padding: .4rem 0;
  position: relative;
  transition: color .25s ease;
}

.desktop-nav .nav-link:hover,
.desktop-nav .nav-link:focus,
.desktop-nav .nav-link.active{
  color: var(--blue);
}

.desktop-nav .nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .25s ease;
}

.desktop-nav .nav-link:hover::after,
.desktop-nav .nav-link:focus::after,
.desktop-nav .nav-link.active::after{
  width: 100%;
}

.header-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.menu-toggle{
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: var(--blue);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease, background .25s ease, color .25s ease;
  box-shadow: none !important;
}

.menu-toggle:hover,
.menu-toggle:focus{
  background: rgba(2,160,199,.08);
  color: var(--red);
}

.menu-toggle i{
  font-size: 1.5rem;
  transition: transform .35s ease;
}

.menu-toggle.is-active{
  transform: rotate(90deg);
}

.menu-toggle.is-active i{
  transform: rotate(90deg);
}

.offcanvas.offcanvas-end{
  width: min(86vw, 360px);
  background: var(--white);
  border-left: 1px solid rgba(0,0,0,.08);
}

.offcanvas-header{
  position: relative;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
  min-height: 88px;
  display: flex;
  align-items: center;
}

.offcanvas-title{
  margin: 0;
  padding-right: 3.5rem;
}

.offcanvas-title img{
  height: 44px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display: block;
}

.menu-close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--red);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease, background .25s ease;
  z-index: 2;
}

.menu-close:hover,
.menu-close:focus{
  background: rgba(228,36,35,.08);
  transform: rotate(90deg);
}

.menu-close i{
  font-size: 1.35rem;
  transition: transform .35s ease;
}

.menu-close:hover i,
.menu-close:focus i{
  transform: rotate(90deg);
}

.mobile-nav{
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav .nav-link{
  display: block;
  text-decoration: none;
  color: var(--dark);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: color .2s ease, transform .2s ease;
}

.mobile-nav .nav-link:hover,
.mobile-nav .nav-link:focus{
  color: var(--blue);
  transform: translateX(-4px);
}

.mobile-cta{
  margin-top: 1.5rem;
}

.mobile-cta .btn-devis{
  width: 100%;
}

/* HEADER RESPONSIVE */
@media (max-width: 991.98px){
  .navbar{
    min-height: 78px;
  }

  .header-inner{
    min-height: 78px;
    grid-template-columns: auto 1fr auto;
  }

  .navbar-brand img{
    height: 68px;
    max-width: 220px;
  }

  .desktop-nav-wrap{
    display: none;
  }

  .header-actions .btn-devis{
    display: none;
  }

  .menu-toggle{
    display: inline-flex;
  }
}

/* =========================
   HERO ACCUEIL
========================= */
.hero{
  position: relative;
  overflow: hidden;
}

#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item{
  height: 62vh;
  min-height: 520px;
}

#heroCarousel .carousel-item{
  position: relative;
}

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

.hero-layer{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.18) 100%
  );
  display: flex;
  align-items: center;
}

.hero-text{
  width: 100%;
  max-width: 760px;
  padding: 0 1.25rem;
  margin-left: clamp(1rem, 6vw, 6rem);
  color: #fff;
}

.hero-kicker{
  margin: 0 0 .75rem;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fdfcf8;
}

.hero-text h1{
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.05;
  font-weight: 800;
}

.hero-text p:last-child{
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  max-width: 580px;
}

.carousel-fade .carousel-item{
  opacity: 0;
  transition: opacity .7s ease-in-out;
}

.carousel-fade .carousel-item.active{
  opacity: 1;
}

/* HERO ACCUEIL RESPONSIVE */
@media (max-width: 991.98px){
  #heroCarousel,
  #heroCarousel .carousel-inner,
  #heroCarousel .carousel-item{
    height: 62vh;
    min-height: 420px;
  }

  .hero-layer{
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.28) 100%
    );
    align-items: flex-end;
  }

  .hero-text{
    margin-left: 0;
    padding: 0 1rem 2rem;
  }

  .hero-text h1{
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }
}

/* =========================
   HERO PAGES INTERNES
========================= */
.page-hero{
  height: 62vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  color: #fff;
}

.page-hero .section-heading{
  text-align: left;
  margin: 0;
}

.page-hero .section-kicker,
.page-hero .breadcrumb-line,
.page-hero .section-heading h1,
.page-hero .section-intro{
  color: #fff;
}

.breadcrumb-line{
  margin: 0 0 1rem;
  font-size: .95rem;
  opacity: .88;
}

.breadcrumb-line a{
  color: #fff;
  text-decoration: none;
}

.page-hero-actions{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.page-hero .btn-secondary-light{
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(4px);
}

.page-hero .btn-secondary-light:hover{
  background: rgba(255,255,255,.18);
  color: #fff;
}

/* HERO ENTREPRISE */
.page-hero.page-hero-entreprise{
  background:
    linear-gradient(to right, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.16) 100%),
    url('img/getty-images-jKfI_LAiYCg-unsplash.jpg') center center / cover no-repeat;
}

.page-hero.page-hero-entreprise .section-heading{
  max-width: 860px;
}

/* HERO SERVICES */
.page-hero.page-hero-services{
  background:
    linear-gradient(to right, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.16) 100%),
    url('img/valeria-nikitina-Pf0SLNj90Hc-unsplash.jpg') center center / cover no-repeat;
}

.page-hero.page-hero-services .section-heading{
  max-width: 840px;
}

/* HERO REALISATIONS */
.page-hero.page-hero-realisations{
  background:
    linear-gradient(to right, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.16) 100%),
    url('img/steven-ungermann-rfcymadRRXQ-unsplash.jpg') center center / cover no-repeat;
}

.page-hero.page-hero-realisations .section-heading{
  max-width: 860px;
}

/* HERO AVIS */
.page-hero.page-hero-avis{
  background:
    linear-gradient(to right, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.16) 100%),
    url('img/mesut-cicen-sKLSYtzWCMg-unsplash.jpg') center center / cover no-repeat;
}

.page-hero.page-hero-avis .section-heading{
  max-width: 860px;
}

/* HERO DEVIS */
.page-hero.page-hero-devis{
  background:
    linear-gradient(to right, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.16) 100%),
    url('img/getty-images-1JJIG0y5-KM-unsplash.jpg') center center / cover no-repeat;
}

.page-hero.page-hero-devis .section-heading{
  max-width: 860px;
}

@media (max-width: 991.98px){
  .page-hero{
    min-height: auto;
    padding: 4.5rem 0;
  }
}

/* =========================
   ABOUT ACCUEIL
========================= */
.about-section{
  padding: 5rem 0;
  background: var(--cream);
}

.about-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.about-content,
.about-aside{
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
}

.about-text + .about-text{
  margin-top: 1rem;
}

.about-points{
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.about-points li{
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  color: var(--dark);
  line-height: 1.7;
}

.about-points i{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .85rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

.about-aside h3{
  margin: 0 0 1rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.about-aside p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* =========================
   ABOUT ENTREPRISE
========================= */
.about-copy{
  padding: 2rem;
}

.about-copy p + p{
  margin-top: 1rem;
}

.about-meta{
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.5rem;
}

.about-meta span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(2,160,199,.08);
  border: 1px solid rgba(2,160,199,.10);
  color: var(--dark);
  font-weight: 700;
  font-size: .92rem;
}

.about-media{
  position: relative;
  min-height: 100%;
}

.about-media img{
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.about-float{
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  max-width: 320px;
  backdrop-filter: blur(6px);
}

.about-float strong{
  display: block;
  margin-bottom: .35rem;
}

.about-float span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}

/* =========================
   SERVICES ACCUEIL
========================= */
.services-section{
  padding: 5rem 0;
  background: var(--blue-soft);
}

.services-heading{
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.services-kicker{
  margin: 0 0 .75rem;
  color: var(--blue);
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.services-heading h2{
  margin: 0 0 1rem;
  color: var(--dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.services-intro{
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.services-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.service-card{
  background: var(--white);
  border-radius: 24px;
  padding: 2rem 1.4rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: center;
}

.service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(2,160,199,.10);
  border-color: rgba(2,160,199,.18);
}

.service-icon{
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: 1.5rem;
  transition: transform .25s ease;
}

.service-card:hover .service-icon{
  transform: translateY(-4px) scale(1.05);
}

.service-card h3{
  margin: 0 0 .8rem;
  color: var(--dark);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.service-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: .98rem;
}

/* =========================
   SERVICES PAGE - INTRO
========================= */
.services-intro-section{
  padding: 5rem 0;
  background: var(--cream);
}

.services-intro-box{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.services-intro-copy{
  padding: 2rem;
}

.services-intro-copy p + p{
  margin-top: 1rem;
}

.services-intro-media{
  min-height: 100%;
  position: relative;
}

.services-intro-media img{
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.services-intro-overlay{
  position: absolute;
  inset: auto 1.2rem 1.2rem 1.2rem;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(6px);
}

.services-intro-overlay strong{
  display: block;
  margin-bottom: .35rem;
  font-size: 1rem;
}

.services-intro-overlay span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}

/* =========================
   SERVICES PAGE - BLOCS DETAIL
========================= */
.service-detail-section{
  padding: 5rem 0;
  background: #fff;
}

.service-detail-section.alt{
  background: var(--blue-soft);
}

.service-row{
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 2rem;
  align-items: stretch;
}

.service-visual,
.service-content{
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.service-visual{
  display: flex;
  flex-direction: column;
}

.service-photo{
  position: relative;
  min-height: 320px;
}

.service-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.service-photo-badge{
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 999px;
  padding: .7rem 1rem;
  font-weight: 700;
  color: var(--dark);
  backdrop-filter: blur(5px);
}

.service-photo-badge i{
  color: var(--blue);
}

.service-visual-body{
  padding: 1.5rem 1.6rem 1.7rem;
}

.service-visual h3{
  margin: 0 0 .75rem;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 800;
}

.service-visual p{
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-badges{
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.3rem;
}

.service-badges span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(2,160,199,.08);
  border: 1px solid rgba(2,160,199,.10);
  color: var(--dark);
  font-weight: 700;
  font-size: .92rem;
}

.service-content{
  padding: 2rem;
}

.service-content p + p{
  margin-top: 1rem;
}

.service-list{
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.service-list li{
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  line-height: 1.7;
  color: var(--dark);
}

.service-list i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .82rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

/* =========================
   INTRO REALISATIONS
========================= */
.intro-section{
  padding: 5rem 0;
  background: var(--cream);
}

.intro-box{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.intro-copy{
  padding: 2rem;
}

.intro-copy p + p{
  margin-top: 1rem;
}

.intro-points{
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.intro-points li{
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  line-height: 1.7;
  color: var(--dark);
}

.intro-points i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .82rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

.intro-media{
  position: relative;
  min-height: 100%;
}

.intro-media img{
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.intro-float{
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  max-width: 320px;
  backdrop-filter: blur(6px);
}

.intro-float strong{
  display: block;
  margin-bottom: .35rem;
}

.intro-float span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}

/* =========================
   INTRO AVIS
========================= */
.intro-section.intro-section-avis{
  padding: 5rem 0;
  background: var(--cream);
}

.intro-section-avis .intro-box{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.intro-section-avis .intro-copy{
  padding: 2rem;
}

.intro-section-avis .intro-copy p + p{
  margin-top: 1rem;
}

.score-panel{
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid rgba(31,41,55,.08);
}

.score-value{
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: .6rem;
}

.score-stars{
  display: flex;
  gap: .3rem;
  color: #f2b01e;
  font-size: 1.1rem;
  margin-bottom: .8rem;
}

.score-label{
  color: var(--muted);
  line-height: 1.7;
  max-width: 260px;
}

/* =========================
   INTRO DEVIS
========================= */
.intro-section.intro-section-devis{
  padding: 5rem 0;
  background: var(--cream);
}

.intro-section-devis .intro-box{
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.intro-section-devis .intro-box > *{
  min-width: 0;
}

.intro-section-devis .intro-copy{
  padding: 2rem;
}

.intro-section-devis .intro-copy p + p{
  margin-top: 1rem;
}

.intro-side{
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  border-left: 1px solid rgba(31,41,55,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-side-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.intro-mini{
  background: #fff;
  border-radius: 20px;
  padding: 1.2rem 1rem;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
}

.intro-mini i{
  color: var(--blue);
  font-size: 1.2rem;
  margin-bottom: .8rem;
}

.intro-mini strong{
  display: block;
  margin-bottom: .45rem;
  font-size: 1rem;
}

.intro-mini span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .94rem;
}

/* =========================
   REALISATIONS
========================= */
.realisations-section{
  padding: 5rem 0;
  background: #ffffff;
}

.realisations-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.real-card{
  background: #fff;
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
  height: 100%;
}

.real-card h3{
  margin: 0 0 .75rem;
  font-size: 1.2rem;
  font-weight: 800;
}

/* REALISATIONS PAGE */
.realisations-page-section .realisations-grid{
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}

.realisations-page-section .real-card{
  border-radius: 28px;
  overflow: hidden;
  padding: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}

.realisations-page-section .real-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.07);
}

.real-card-body{
  padding: 1.5rem 1.5rem 1.7rem;
}

.real-card-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
}

.realisations-page-section .real-card h3{
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.real-tag{
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .85rem;
  font-weight: 700;
}

.real-meta{
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.real-meta span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: rgba(31,41,55,.05);
  color: var(--dark);
  font-size: .86rem;
  font-weight: 700;
}

/* BEFORE / AFTER */
.before-after{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe7ea;
  user-select: none;
  touch-action: pan-y;
}

.before-after .ba-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.before-after .ba-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after .ba-before{
  z-index: 1;
}

.before-after .ba-after{
  z-index: 2;
  width: var(--pos, 50%);
  overflow: hidden;
}

.before-after .divider{
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 2px;
  background: rgba(255,255,255,.95);
  transform: translateX(-50%);
  z-index: 4;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}

.before-after .handle{
  position: absolute;
  top: 50%;
  left: var(--pos, 50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-size: 1rem;
  pointer-events: none;
}

.before-after .ba-label{
  position: absolute;
  top: 1rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  color: var(--dark);
  font-size: .84rem;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.before-after .label-before{
  left: 1rem;
}

.before-after .label-after{
  right: 1rem;
}

.before-after input[type="range"]{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 10;
  margin: 0;
}

/* =========================
   STORY
========================= */
.story-section{
  padding: 5rem 0;
  background: #fff;
}

.story-row{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 2rem;
  align-items: stretch;
}

.story-media,
.story-copy{
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.story-media img{
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.story-copy{
  padding: 2rem;
}

.story-copy p + p{
  margin-top: 1rem;
}

.story-list{
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.story-list li{
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  line-height: 1.7;
  color: var(--dark);
}

.story-list i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .82rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

/* =========================
   METHOD
========================= */
.method-section{
  padding: 5rem 0;
  background: var(--blue-soft);
}

.method-box{
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.method-top{
  max-width: 820px;
  margin: 0 auto 2rem;
  text-align: center;
}

.method-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.method-step{
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 24px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}

.step-number{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 1rem;
}

.method-step h3{
  margin: 0 0 .7rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.method-step p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: .97rem;
}

/* =========================
   ENGAGEMENTS
========================= */
.engagements-section{
  padding: 5.2rem 0;
  background: var(--blue-soft);
}

.engagements-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.engagement-card{
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 24px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.engagement-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,.06);
  border-color: rgba(2,160,199,.18);
}

.engagement-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 1.2rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: 1.45rem;
}

.engagement-card h3{
  margin: 0 0 .8rem;
  color: var(--dark);
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
}

.engagement-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: .98rem;
}

/* =========================
   ZONE ACCUEIL
========================= */
.zone-section{
  padding: 5.2rem 0;
  background: var(--cream);
}

.zone-box{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.zone-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zone-chips{
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.zone-chips span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .75rem 1.1rem;
  border-radius: 999px;
  background: rgba(2,160,199,.08);
  border: 1px solid rgba(2,160,199,.10);
  color: var(--dark);
  font-weight: 700;
  font-size: .95rem;
}

.zone-visual{
  display: flex;
}

.zone-panel{
  width: 100%;
  min-height: 100%;
  border-radius: 24px;
  padding: 2rem;
  background: #eef7fa;
  border: 1px solid rgba(2,160,199,.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zone-panel i{
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--blue);
}

.zone-panel h3{
  margin: 0 0 .75rem;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  color: var(--dark);
}

.zone-panel p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

/* =========================
   ZONES ENTREPRISE
========================= */
.zones-section{
  padding: 5rem 0;
  background: #fff;
}

.zones-box{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.zones-copy{
  padding: 2rem;
}

.zones-copy p + p{
  margin-top: 1rem;
}

.zones-media{
  position: relative;
  min-height: 100%;
}

.zones-media img{
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.zones-float{
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  max-width: 320px;
  backdrop-filter: blur(6px);
}

.zones-float strong{
  display: block;
  margin-bottom: .35rem;
}

.zones-float span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}

/* =========================
   REVIEWS
========================= */
.reviews-section{
  padding: 5.2rem 0;
  background: #ffffff;
}

.reviews-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.review-card{
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.review-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,.06);
  border-color: rgba(228,36,35,.14);
}

.review-stars{
  display: flex;
  gap: .28rem;
  margin-bottom: 1rem;
  color: #f2b01e;
  font-size: 1rem;
}

.review-text{
  margin: 0 0 1rem;
  color: var(--dark);
  line-height: 1.8;
  font-size: 1rem;
}

.review-author strong{
  color: var(--blue);
  font-size: .97rem;
  font-weight: 700;
}

/* =========================
   AVIS PAGE
========================= */
.reviews-section.reviews-section-avis{
  padding: 5rem 0;
  background: #fff;
}

.reviews-section-avis .reviews-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.reviews-section-avis .review-card{
  background: #fff;
  border-radius: 24px;
  padding: 1.8rem 1.5rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
}

.reviews-section-avis .review-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.07);
  border-color: rgba(2,160,199,.14);
}

.reviews-section-avis .review-stars{
  display: flex;
  gap: .28rem;
  margin-bottom: 1rem;
  color: #f2b01e;
  font-size: 1rem;
}

.reviews-section-avis .review-card p{
  margin-bottom: 1rem;
}

.review-author{
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.review-author strong{
  color: var(--dark);
  font-size: 1rem;
  font-weight: 800;
}

.review-author span{
  color: var(--blue);
  font-size: .92rem;
  font-weight: 700;
}

/* =========================
   VALUES
========================= */
.values-section{
  padding: 5rem 0;
  background: var(--cream);
}

.values-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.values-copy{
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.values-copy p + p{
  margin-top: 1rem;
}

.values-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.value-card{
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
  border: 1px solid rgba(31,41,55,.08);
}

.value-icon{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.value-card h3{
  margin: 0 0 .7rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.value-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: .97rem;
}

/* =========================
   FORM AVIS
========================= */
.form-section.form-section-avis{
  padding: 5rem 0;
  background: var(--blue-soft);
}

.form-box{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.form-copy{
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.form-copy p + p{
  margin-top: 1rem;
}

.form-points{
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.form-points li{
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  color: var(--dark);
  line-height: 1.7;
}

.form-points i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .82rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

.review-form{
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stars-input{
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
}

.stars-input label{
  margin: 0;
  cursor: pointer;
}

.stars-input input{
  display: none;
}

.stars-badge{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31,41,55,.12);
  background: #fff;
  color: #c7c7c7;
  transition: all .2s ease;
  font-size: 1rem;
}

.stars-input input:checked + .stars-badge,
.stars-input label:hover .stars-badge{
  color: #f2b01e;
  border-color: rgba(242,176,30,.28);
  background: #fffaf0;
}

.review-form .btn-devis{
  align-self: flex-start;
  margin-top: .3rem;
}

/* =========================
   FORM DEVIS
========================= */
.form-section.form-section-devis{
  padding: 5rem 0;
  background: #fff;
}

.form-section-devis .form-box{
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.form-section-devis .form-box > *{
  min-width: 0;
}

.form-section-devis .form-copy{
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.form-section-devis .form-copy p + p{
  margin-top: 1rem;
}

.devis-form{
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.form-section-devis .form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-section-devis .form-grid > *{
  min-width: 0;
}

.form-section-devis .form-field{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.form-section-devis .form-field input:not([type="checkbox"]):not([type="file"]),
.form-section-devis .form-field select,
.form-section-devis .form-field textarea{
  width: 100%;
  min-width: 0;
}

.upload-box{
  position: relative;
  border: 1px dashed rgba(2,160,199,.28);
  border-radius: 18px;
  padding: 1.1rem;
  background: rgba(2,160,199,.04);
  min-width: 0;
}

.upload-box input[type="file"]{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.upload-trigger{
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  max-width: 100%;
  min-height: 50px;
  padding: .85rem 1.2rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(31,41,55,.10);
  color: var(--dark);
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
}

.upload-trigger:hover,
.upload-trigger:focus{
  color: var(--blue);
  border-color: rgba(2,160,199,.22);
  background: #fafdff;
}

.upload-trigger i{
  color: var(--blue);
}

.upload-help{
  margin-top: .9rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
}

.upload-filename{
  margin: .85rem 0 0;
  color: var(--dark);
  font-size: .93rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.checkbox-field{
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-top: .25rem;
}

.checkbox-field input[type="checkbox"]{
  appearance: auto;
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  margin-top: .25rem;
  flex-shrink: 0;
  accent-color: var(--blue);
  cursor: pointer;
}

.checkbox-field label{
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.7;
  font-weight: 400;
  cursor: pointer;
}

.devis-form .btn-devis{
  align-self: flex-start;
  margin-top: .3rem;
}

/* =========================
   FAQ DEVIS
========================= */
.faq-section.faq-section-devis{
  padding: 5rem 0;
  background: var(--blue-soft);
}

.faq-layout{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.faq-layout > *{
  min-width: 0;
}

.faq-copy,
.faq-list{
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.faq-copy p + p{
  margin-top: 1rem;
}

.faq-group{
  display: grid;
  gap: 1rem;
}

.faq-item{
  padding: 1.2rem 1.2rem 1.1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
}

.faq-item h3{
  margin: 0 0 .55rem;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--dark);
}

/* =========================
   CONTACT
========================= */
.contact-section{
  padding: 5.2rem 0 5rem;
  background: var(--blue-soft);
}

.contact-box{
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: start;
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.contact-content{
  padding: .25rem .25rem .25rem 0;
}

.contact-points{
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.contact-points li{
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--dark);
  font-weight: 600;
}

.contact-points i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .82rem;
}

.contact-form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field{
  display: flex;
  flex-direction: column;
}

.form-field label{
  margin-bottom: .45rem;
  color: var(--dark);
  font-size: .95rem;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea{
  width: 100%;
  border: 1px solid rgba(31,41,55,.12);
  background: #fff;
  border-radius: 14px;
  padding: .95rem 1rem;
  color: var(--dark);
  font-size: .98rem;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease;
  appearance: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder{
  color: rgba(31,41,55,.45);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  outline: none;
  border-color: rgba(2,160,199,.4);
  box-shadow: 0 0 0 4px rgba(2,160,199,.10);
}

.form-field textarea{
  resize: vertical;
  min-height: 150px;
}

.contact-form .btn-devis{
  align-self: flex-start;
  margin-top: .4rem;
  padding-inline: 1.6rem;
}

/* =========================
   TEXTE SEO
========================= */
.seo-text-section{
  padding: 5rem 0 6rem;
  background: var(--cream);
}

.seo-text-box{
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.seo-text-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}

.seo-text-grid p{
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

/* =========================
   CTA ENTREPRISE
========================= */
.cta-section{
  padding: 5rem 0 5.5rem;
  background: var(--cream);
}

.cta-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.cta-copy{
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-actions{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.cta-media{
  position: relative;
  min-height: 100%;
}

.cta-media img{
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.cta-float{
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  max-width: 320px;
  backdrop-filter: blur(6px);
}

.cta-float strong{
  display: block;
  margin-bottom: .35rem;
}

.cta-float span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}

/* CTA REALISATIONS */
.cta-section.cta-section-realisations{
  background: var(--blue-soft);
}

/* CTA AVIS */
.cta-section.cta-section-avis{
  background: var(--cream);
}

/* CTA DEVIS */
.cta-section.cta-section-devis{
  background: var(--cream);
}

/* =========================
   CTA SERVICES
========================= */
.services-cta-section{
  padding: 5rem 0 5.5rem;
  background: var(--cream);
}

.services-cta-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  border: 1px solid rgba(31,41,55,.08);
}

.services-cta-copy{
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-cta-copy p{
  max-width: 640px;
}

.services-cta-actions{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.services-cta-media{
  position: relative;
  min-height: 100%;
}

.services-cta-media img{
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.services-cta-float{
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  max-width: 320px;
  backdrop-filter: blur(6px);
}

.services-cta-float strong{
  display: block;
  margin-bottom: .35rem;
}

.services-cta-float span{
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}

/* =========================
   FOOTER
========================= */
.site-footer{
  background: #17212b;
  color: rgba(255,255,255,.82);
  padding: 4.5rem 0 1.25rem;
}

.footer-top{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.footer-brand{
  max-width: 420px;
}

.footer-logo{
  max-width: 190px;
  width: auto;
  height: auto;
  margin-bottom: 1.2rem;
  background: #fff;
  padding: .5rem .7rem;
  border-radius: 14px;
}

.footer-brand-text{
  margin: 0 0 1.4rem;
  color: rgba(255,255,255,.76);
  line-height: 1.8;
  font-size: .98rem;
}

.footer-col h3{
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.footer-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .8rem;
}

.footer-list li{
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.footer-list li i{
  color: var(--blue);
  margin-top: .2rem;
  width: 16px;
  flex-shrink: 0;
}

.footer-list a{
  color: rgba(255,255,255,.82);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-list a:hover,
.footer-list a:focus{
  color: #fff;
}

.footer-middle{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.footer-highlight{
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.footer-highlight i{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.14);
  color: var(--blue);
  flex-shrink: 0;
}

.footer-bottom{
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom p{
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: .92rem;
}

.footer-bottom-links{
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer-bottom-links a{
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: .92rem;
  transition: color .2s ease;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus{
  color: #fff;
}

/* FOOTER RESPONSIVE */
@media (max-width: 1199.98px){
  .footer-top{
    grid-template-columns: 1fr 1fr;
  }

  .footer-middle{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px){
  .footer-top{
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo{
    max-width: 170px;
  }
}

/* =========================
   RESPONSIVE GLOBAL
========================= */
@media (max-width: 1199.98px){
  .about-box,
  .story-row,
  .values-row,
  .zones-box,
  .cta-box,
  .contact-box,
  .seo-text-grid,
  .zone-box,
  .services-intro-box,
  .service-row,
  .services-cta-box,
  .intro-box,
  .intro-section-avis .intro-box,
  .intro-section-devis .intro-box,
  .form-box,
  .form-section-devis .form-box,
  .faq-layout{
    grid-template-columns: 1fr;
  }

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

  .realisations-grid,
  .engagements-grid,
  .reviews-grid{
    grid-template-columns: repeat(2, 1fr);
  }

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

  .reviews-section-avis .reviews-grid{
    grid-template-columns: repeat(2, 1fr);
  }

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

  .zone-visual{
    min-height: 240px;
  }
}

@media (max-width: 991.98px){
  .realisations-page-section .realisations-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px){
  .page-hero,
  .about-section,
  .story-section,
  .method-section,
  .services-section,
  .services-intro-section,
  .service-detail-section,
  .intro-section,
  .intro-section-avis,
  .intro-section-devis,
  .realisations-section,
  .engagements-section,
  .zone-section,
  .values-section,
  .zones-section,
  .reviews-section,
  .reviews-section-avis,
  .form-section,
  .form-section-avis,
  .form-section-devis,
  .faq-section,
  .faq-section-devis,
  .contact-section,
  .seo-text-section,
  .cta-section,
  .services-cta-section{
    padding: 4rem 0;
  }

  .section-heading{
    margin-bottom: 2.2rem;
  }

  .services-grid,
  .realisations-grid,
  .engagements-grid,
  .reviews-grid,
  .reviews-section-avis .reviews-grid,
  .form-grid,
  .method-steps,
  .values-grid{
    grid-template-columns: 1fr;
  }

  .about-content,
  .about-aside,
  .about-copy,
  .story-copy,
  .method-box,
  .service-card,
  .real-card,
  .engagement-card,
  .review-card,
  .values-copy,
  .value-card,
  .zone-box,
  .zones-box,
  .contact-box,
  .seo-text-box,
  .cta-box,
  .cta-copy,
  .services-intro-box,
  .service-visual,
  .service-content,
  .services-cta-box,
  .intro-box,
  .form-box,
  .faq-copy,
  .faq-list{
    border-radius: 22px;
  }

  .about-content,
  .about-aside,
  .about-copy,
  .story-copy,
  .method-box,
  .values-copy,
  .zones-copy,
  .contact-box,
  .seo-text-box,
  .cta-copy,
  .zone-box,
  .services-intro-copy,
  .service-visual-body,
  .service-content,
  .services-cta-copy,
  .intro-copy,
  .score-panel,
  .form-copy,
  .review-form,
  .intro-side,
  .devis-form,
  .faq-copy,
  .faq-list{
    padding: 1.4rem;
  }

  .zone-panel{
    padding: 1.5rem;
  }

  .about-media img,
  .story-media img,
  .zones-media img,
  .cta-media img,
  .service-photo img,
  .services-intro-media img,
  .services-cta-media img,
  .intro-media img{
    min-height: 260px;
  }

  .real-card-body{
    padding: 1.25rem 1.25rem 1.4rem;
  }

  .before-after .handle{
    width: 48px;
    height: 48px;
  }

  .cta-media img{
    min-height: 260px;
  }

  .review-form .btn-devis,
  .contact-form .btn-devis,
  .devis-form .btn-devis{
    width: 100%;
  }

  .reviews-section-avis .reviews-grid,
  .form-grid{
    grid-template-columns: 1fr;
  }

  .intro-side-grid,
  .form-section-devis .form-grid{
    grid-template-columns: 1fr;
  }

  .upload-filename{
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
}


.admin-body{
  margin: 0;
  background: #f4f8fb;
  color: #1f2937;
  font-family: Arial, sans-serif;
}

.admin-shell{
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}

.admin-sidebar{
  background: #17212b;
  color: #fff;
  padding: 2rem 1.2rem;
}

.admin-sidebar h2{
  margin: 0 0 2rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.admin-sidebar nav{
  display: grid;
  gap: .6rem;
}

.admin-sidebar nav a{
  display: block;
  padding: .85rem 1rem;
  border-radius: 14px;
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-weight: 600;
  transition: .2s ease;
}

.admin-sidebar nav a:hover,
.admin-sidebar nav a.active{
  background: rgba(255,255,255,.08);
  color: #fff;
}

.admin-content{
  padding: 2rem;
}

.admin-topbar{
  margin-bottom: 1.5rem;
}

.admin-topbar h1{
  margin: 0 0 .35rem;
  font-size: 2rem;
  font-weight: 800;
}

.admin-topbar p{
  margin: 0;
  color: rgba(31,41,55,.72);
}

.admin-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.admin-card{
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.admin-card span{
  display: block;
  margin-bottom: .45rem;
  color: rgba(31,41,55,.72);
  font-size: .95rem;
}

.admin-card strong{
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.admin-table-wrap{
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  overflow-x: auto;
}

.admin-table{
  margin-bottom: 0;
}

.admin-table th{
  font-size: .92rem;
  white-space: nowrap;
}

.admin-table td{
  font-size: .94rem;
  vertical-align: top;
}

.admin-text-cell{
  min-width: 240px;
  max-width: 360px;
  white-space: normal;
}

.admin-actions{
  display: grid;
  gap: .45rem;
  min-width: 110px;
}

.status-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .7rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  text-transform: capitalize;
}

.status-en_attente{
  background: #fff6db;
  color: #8a6700;
}

.status-publie,
.status-traite{
  background: #e9f8ef;
  color: #18794e;
}

.status-refuse,
.status-archive{
  background: #eef2f7;
  color: #52606d;
}

.admin-login-section{
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

.admin-login-card{
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  padding: 2rem;
}

.admin-login-card h1{
  margin: 0 0 .8rem;
  font-size: 2rem;
  font-weight: 800;
}

.admin-muted{
  color: rgba(31,41,55,.72);
  line-height: 1.7;
}

.admin-form{
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

@media (max-width: 991.98px){
  .admin-shell{
    grid-template-columns: 1fr;
  }

  .admin-sidebar{
    padding: 1.2rem;
  }

  .admin-cards{
    grid-template-columns: 1fr;
  }

  .admin-content{
    padding: 1rem;
  }
}

.devis-form-col{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.form-feedback{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 2rem 2rem 0;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.form-feedback-success{
  background: #edf9f1;
  border-color: rgba(24,121,78,.16);
}

.form-feedback-error{
  background: #fff4f4;
  border-color: rgba(228,36,35,.14);
}

.form-feedback-icon{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.form-feedback-success .form-feedback-icon{
  background: rgba(24,121,78,.10);
  color: #18794e;
}

.form-feedback-error .form-feedback-icon{
  background: rgba(228,36,35,.10);
  color: #c62828;
}

.form-feedback-content{
  flex: 1;
}

.form-feedback-content strong{
  display: block;
  margin-bottom: .35rem;
  color: var(--dark);
  font-size: 1rem;
}

.form-feedback-content p{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.form-feedback-content ul{
  margin: .5rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.form-feedback-content li + li{
  margin-top: .25rem;
}

@media (max-width: 767.98px){
  .form-feedback{
    margin: 1.4rem 1.4rem 0;
    padding: .95rem 1rem;
  }
}

.form-form {
  flex: 1;
}

.form-feedback-zone {
  min-height: 80px;
  margin-bottom: 20px;
}

.form-feedback {
  display: flex;
  gap: 12px;
  padding: 15px;
  border-radius: 10px;
}

.form-feedback-error {
  background: #ffe5e5;
  color: #b30000;
}

.form-feedback-success {
  background: #e6f9ed;
  color: #1a7f37;
}

.stars-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; /* 👈 au lieu de flex-start */
  gap: 5px;
}

.stars-input input {
  display: none;
}

.stars-input label {
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  transition: 0.2s;
}

/* Hover */
.stars-input label:hover,
.stars-input label:hover ~ label {
  color: #f5b301;
}

/* Sélection */
.stars-input input:checked ~ label {
  color: #f5b301;
}


.zone-visual.full{
  width: 100%;
  margin-top: 2rem;
}

.zone-map{
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.zone-map iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

.review-service{
  margin: 0 0 .75rem;
  font-size: .9rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.reviews-slider{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.reviews-track{
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: scrollReviews 45s linear infinite;
}

.reviews-slider:hover .reviews-track{
  animation-play-state: paused;
}

.review-card{
  min-width: 320px;
  max-width: 320px;
  flex-shrink: 0;
}

@keyframes scrollReviews{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}

@media (max-width: 768px){
  .review-card{
    min-width: 260px;
    max-width: 260px;
  }
}

.about-aside-pro{
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(2, 160, 199, .10);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.about-aside-head{
  margin-bottom: 1.5rem;
}

.about-aside-kicker{
  margin: 0 0 .65rem;
  color: var(--blue);
  font-size: .88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.about-aside-pro h3{
  margin: 0 0 .9rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.about-aside-pro > .about-aside-head > p:last-child{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.about-cert-grid{
  display: grid;
  gap: 1rem;
  margin-bottom: 0;
}

.about-cert-card{
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 20px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-cert-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
  border-color: rgba(2, 160, 199, .22);
}

.about-cert-icon{
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 1.15rem;
}

.about-cert-body{
  flex: 1;
  min-width: 0;
}

.about-cert-badge{
  display: inline-block;
  margin-bottom: .45rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(2, 160, 199, .10);
  color: var(--blue);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.about-cert-body h4{
  margin: 0 0 .4rem;
  font-size: 1rem;
  line-height: 1.3;
}

.about-cert-body p{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: .95rem;
}

/* 🔽 LOGOS RÉDUITS DE 30% ET CENTRÉS */
.cert-img-full{
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.cert-img-full img{
  display: block;
  width: 70%;        /* 👈 70% = -30% */
  max-width: 180px;  /* limite propre (ajustable) */
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}

/* liste des marques */
.about-brand-row{
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
  justify-content: center; /* centre aussi les marques */
}

.about-brand-row span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: .88rem;
  font-weight: 700;
  color: var(--dark);
}

.about-logos-inline {
  margin-top: 1.8rem;

  display: flex;
  justify-content: center; /* 👈 centre horizontalement */
  align-items: center;
  gap: 1.2rem;

  flex-wrap: wrap;
}

.about-logos-inline img {
  height: 100px;
  object-fit: contain;

  transition: 0.25s ease;
}



.about-logos-inline img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 991.98px){
  .about-aside-pro{
    padding: 1.4rem;
    border-radius: 22px;
  }

  .about-cert-card{
    padding: .9rem;
    border-radius: 18px;
  }

  .about-cert-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    flex: 0 0 46px;
  }
}


.review-source-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
}

.review-source-google {
  background: #eaf2ff;
  color: #1a73e8;
}

.about-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.about-brand-row img {
  height: 40px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
}

.about-brand-row img:hover {
  filter: grayscale(0%);
  opacity: 1;
}


@media (max-width: 768px){
.about-brand-row img {
  height: 30px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
}
}



/* =========================
   CARD (desktop uniquement)
   ========================= */

/* caché par défaut */
.urgent-call-card {
  display: none;
}

.urgent-call-card {
  display: block;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;

  width: 300px;
  padding: 14px 18px;
  border-radius: 16px;

  background: rgba(20, 22, 26, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);

  color: #e6e6e6;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  text-align: center;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.urgent-call-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}

.urgent-call-kicker {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #92c7d2;
}

.urgent-call-title {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.urgent-call-text {
  margin: 0 auto 10px;
  max-width: 240px;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255,255,255,0.65);
}

.urgent-call-link {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  text-decoration: none;
  background: linear-gradient(135deg, #4f8cff, #7a5cff);
  color: #fff;
  text-align: center;
  transition: all 0.2s ease;
}

.urgent-call-link span {
  display: block;
  font-size: 11px;
  opacity: 0.8;
}

.urgent-call-link strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.urgent-call-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(79,140,255,0.25);
}

.urgent-call-close {
  position: absolute;
  top: 7px;
  right: 7px;

  width: 24px;
  height: 24px;

  border: none;
  border-radius: 8px;

  background: transparent;
  color: rgba(255,255,255,0.5);

  font-size: 21px;
  line-height: 1;
  cursor: pointer;

  transition: all 0.2s ease;
}

.urgent-call-close:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

@media (min-width: 768px) {
  .urgent-call-card {
    display: none;
  }
}

.about-box-single {
  grid-template-columns: 1fr;
}

.about-box-single .about-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.about-logos-inline {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.about-logos-inline img {
  height: 150px;
  object-fit: contain;
  background: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(31,41,55,.08);
}

/* SECTION CERTIFICATIONS */
.cert-section {
  padding: 5rem 0;
  background: var(--blue-soft);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.cert-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.07);
}

.cert-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: 1.4rem;
}

.cert-badge {
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: rgba(2,160,199,.08);
  color: var(--blue);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cert-card h3 {
  margin: 0 0 .7rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.cert-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: .98rem;
}

.cert-brand-row {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.04);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.cert-brand-row img {
  height: 38px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .8;
  transition: .25s ease;
}

.cert-brand-row img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .about-box-single .about-content {
    text-align: left;
  }

  .about-logos-inline {
    justify-content: center;
  }
}

.about-logos-inline img {
  height: 120px;
}

@media (max-width: 768px) {
  .about-logos-inline img {
    height: 100px;
  }
}

.cert-logos-inline{
  margin: 2rem 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cert-logos-inline img{
  height: 110px;
  object-fit: contain;
  background: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(31,41,55,.08);
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
  transition: .25s ease;
}

.cert-logos-inline img:hover{
  transform: translateY(-2px);
}
