/* ==========================================================================
   THEME FINITION MASTER - CHARTE GRAPHIQUE OFFICIELLE
   Couleurs dérivées du Logo Officiel :
   - Bleu Nuit / Marine Profond : #22304a
   - Jaune Doré / Ambre Artisanal : #d4a017
   ========================================================================== */

:root {
  /* Charte Officielle FinitionMaster */
  --rr-color-theme-gold: #d4a017;
  --rr-color-theme-gold-hover: #b8880e;
  --rr-color-theme-gold-light: #fef8eb;

  --rr-color-theme-navy: #22304a;
  --rr-color-theme-navy-hover: #1b263b;
  --rr-color-theme-navy-dark: #141d2d;
  --rr-color-theme-navy-light: #2d3f60;

  /* Variables FinitionMaster */
  --rr-color-theme-green: #d4a017;            /* Jaune Doré artisanal */
  --rr-color-theme-primary: #d4a017;          /* Couleur primaire dynamique */
  --rr-color-theme-secondary: #22304a;        /* Couleur secondaire noble */
  --rr-color-heading-primary: #141d2d;
  --rr-color-common-white: #ffffff;
  --rr-color-common-black: #000000;
  --rr-color-common-dark: #141d2d;
  --rr-color-text-body: #556477;
  --rr-color-border-1: #e2e8f0;

  /* Typography */
  --rr-ff-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  --rr-ff-body: 'Plus Jakarta Sans', sans-serif;

  /* Dimensions */
  --px-container-max: 1320px;
}

/* Base resets & Container */
.px-container {
  width: 100%;
  max-width: var(--px-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ==========================================================================
   BLOC 0 : HEADER & TOPBAR (CHARTE OFFICIELLE)
/* ==========================================================================
   BLOC 0 : HEADER & TOPBAR (CHARTE OFFICIELLE)
   ========================================================================== */

/* Topbar Bleu Nuit FinitionMaster (Défile naturellement avec la page) */
.top-bar,
.header-5 .top-bar {
  background-color: var(--rr-color-theme-navy);
  color: var(--rr-color-common-white);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--rr-ff-body);
  border-bottom: 1px solid rgba(212, 160, 23, 0.2);
}

.top-bar .top-bar-inner,
.header-5 .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  flex-wrap: wrap;
  gap: 15px;
}

.top-bar .top-bar-list,
.header-5 .top-bar-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  flex-wrap: wrap;
}

.top-bar .top-bar-list li,
.header-5 .top-bar-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e2e8f0;
  font-weight: 500;
}

.top-bar .top-bar-list li i,
.header-5 .top-bar-list li i {
  font-size: 14px;
  color: var(--rr-color-theme-gold);
}

.top-bar .top-bar-list li a,
.header-5 .top-bar-list li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.top-bar .top-bar-list li a:hover,
.header-5 .top-bar-list li a:hover {
  color: var(--rr-color-theme-gold);
}

/* Réseaux sociaux réguliers et ronds */
.top-bar .top-social-list,
.header-5 .top-social-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar .top-social-list li,
.header-5 .top-social-list li {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.top-bar .top-social-list li a,
.header-5 .top-social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1;
}

.top-bar .top-social-list li a:hover,
.header-5 .top-social-list li a:hover {
  background: var(--rr-color-theme-gold);
  color: var(--rr-color-theme-navy);
  transform: translateY(-2px);
}

.top-bar .top-social-list li a i,
.header-5 .top-social-list li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

/* Header Sticky FinitionMaster (Fluide, 100% matériel, zéro reflow au scroll) */
.header-5 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--rr-color-common-white);
  box-shadow: 0 4px 20px rgba(11, 19, 43, 0.08);
}

body.admin-bar .header-5 {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .header-5 {
    top: 46px;
  }
}

/* Primary Header (Navbar Blanche) */
.header-5 .primary-header {
  background-color: var(--rr-color-common-white);
  position: relative;
}

.header-5 .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 30px;
}

/* Logo */
.header-5 .header-logo {
  display: flex;
  align-items: center;
}

.header-5 .header-logo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.header-5 .header-logo-brand img.site-custom-logo {
  max-height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.header-5 .header-logo-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--rr-color-theme-navy);
  color: var(--rr-color-theme-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 4px 14px rgba(34, 48, 74, 0.25);
}

.header-5 .header-logo-text {
  font-family: var(--rr-ff-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--rr-color-theme-navy);
  line-height: 1;
}

.header-5 .header-logo-text span {
  color: var(--rr-color-theme-gold);
}

/* Menu principal */
.header-5 .header-menu-wrap .main-menu__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 34px;
}

.header-5 .main-menu__list > li > a {
  font-family: var(--rr-ff-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--rr-color-theme-navy);
  text-decoration: none;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: color 0.25s ease;
}

.header-5 .main-menu__list > li > a:hover,
.header-5 .main-menu__list > li.active > a {
  color: var(--rr-color-theme-gold);
}

.header-5 .main-menu__list > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--rr-color-theme-gold);
  transition: width 0.25s ease;
}

.header-5 .main-menu__list > li > a:hover::after,
.header-5 .main-menu__list > li.active > a::after {
  width: 100%;
}

/* Right Header (Search + Get a Quote Btn) */
.header-5 .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-5 .search-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f4f6f9;
  border: none;
  transition: all 0.2s ease;
  color: var(--rr-color-theme-gold);
}

.header-5 .search-icon svg path {
  stroke: var(--rr-color-theme-gold) !important;
}

.header-5 .search-icon:hover {
  background: var(--rr-color-theme-gold-light);
  transform: scale(1.05);
}


/* Bouton Get a quote FinitionMaster */
.header-5 .header-btn-4 {
  background: var(--rr-color-theme-gold);
  color: var(--rr-color-theme-navy-dark);
  font-family: var(--rr-ff-heading);
  border-radius: 999px;
  font-style: normal;
  font-weight: 700;
  padding: 16px 36px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.35);
  transition: all 0.3s ease;
}

.header-5 .header-btn-4:hover {
  background: var(--rr-color-theme-navy);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 48, 74, 0.35);
}

.header-5 .mobile-side-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--rr-color-theme-navy);
  cursor: pointer;
}

.header-5 .fm-header-btn-devis-mobile {
  display: none;
}

/* ==========================================================================
   BLOC 1 : HERO SECTION 4 (NOUVELLE PALETTE HARMONIEUSE)
   ========================================================================== */
/* ==========================================================================
   BLOC 1 : HERO SECTION (PLEINE LARGEUR & HAUTEUR OPTIMISÉE)
   ========================================================================== */
#main-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* Forçage 100% pleine largeur sans marges blanches */
.elementor-element-sec_hero {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-element-sec_hero > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element-sec_hero .elementor-column,
.elementor-element-sec_hero .elementor-column-wrap,
.elementor-element-sec_hero .elementor-widget-wrap,
.elementor-element-sec_hero .elementor-widget-container,
.elementor-element-sec_hero .fm-hero-slider-wrap,
.fm-hero-slider-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-4,
.slider-section.hero-section.hero-4 {
  position: relative;
  overflow: hidden;
  background-color: var(--rr-color-theme-navy-dark);
  min-height: 580px;
  width: 100%;
  z-index: 1;
}

/* Swiper Container */
.hero-4.swiper,
.fm-hero-swiper,
.fm-hero-swiper-container {
  width: 100%;
  height: 100%;
  min-height: 580px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.hero-4 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* Slide individuelle avec photo d'ambiance bien visible */
.fm-hero-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 580px;
  height: 580px;
  display: flex !important;
  align-items: center;
  background-color: var(--rr-color-theme-navy-dark, #0b132b);
  box-sizing: border-box;
  flex-shrink: 0;
}

/* La vraie photo métier en HTML img, éclatante et 100% visible */
.fm-hero-split-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.fm-hero-split-image img.fm-hero-img-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

/* Dégradé doux : sombre à gauche derrière le texte, 100% transparent sur la droite pour révéler la photo */
.fm-hero-split-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0b132b 0%, #0b132b 40%, rgba(11, 19, 43, 0.75) 50%, rgba(11, 19, 43, 0.15) 65%, transparent 78%);
  z-index: 2;
  pointer-events: none;
}

/* Suppression de l'ancien pseudo-élément pour éviter tout voile parasite */
.fm-hero-slide::before {
  display: none !important;
}

/* Masquage de la forme géométrique opaque afin de révéler la photo réelle */
.fm-hero-slide .right-shape {
  display: none !important;
}

/* Conteneur et contenu texte */
.fm-hero-slide .px-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

.fm-hero-slide .hero-wrap-4 {
  display: flex;
  align-items: center;
  width: 100%;
}

.fm-hero-slide .hero-content-4 {
  position: relative;
  z-index: 3;
  padding: 45px 0;
  max-width: 660px;
  width: 100%;
}

/* Puces décoratives supprimées */
.hero-decor-dots,
.fm-hero-slide .hero-decor-dots {
  display: none !important;
}

/* Subtitle avec ligne */
.fm-hero-slide .hero-content-4 .subtitle {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  color: var(--rr-color-theme-gold, #d4a017);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-left: 70px;
  position: relative;
  display: inline-block;
}

.fm-hero-slide .hero-content-4 .subtitle::before {
  background-color: var(--rr-color-theme-gold, #d4a017);
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: -70px;
  transform: translateY(-50%);
  z-index: 1;
}

/* Grand Titre H1 Équilibré et Harmonieux */
.fm-hero-slide .hero-content-4 .title {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  color: #ffffff;
  font-weight: 800;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -1px;
  margin-bottom: 16px;
  margin-top: 10px;
}

.fm-hero-slide .hero-content-4 .title strong {
  color: var(--rr-color-theme-gold, #d4a017);
}

/* Description */
.fm-hero-slide .hero-content-4 .dec {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  color: #cbd5e1;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 550px;
}

/* Boutons & actions */
.fm-hero-slide .hero-btn-group {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.fm-hero-slide .rr-secondary-btn {
  background: var(--rr-color-theme-gold, #d4a017);
  color: var(--rr-color-theme-navy-dark, #141d2d);
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  border-radius: 999px;
  font-weight: 700;
  padding: 18px 42px;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.4);
  transition: all 0.3s ease;
}

.fm-hero-slide .rr-secondary-btn:hover {
  background: #ffffff;
  color: var(--rr-color-theme-navy-dark, #141d2d);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

.fm-hero-slide .hero-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
}

.fm-hero-slide .hero-phone-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, 0.4);
  background: rgba(212, 160, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-color-theme-gold, #d4a017);
  font-size: 16px;
  transition: all 0.2s;
}

.fm-hero-slide .hero-phone-link:hover .hero-phone-circle {
  background: var(--rr-color-theme-gold, #d4a017);
  color: var(--rr-color-theme-navy-dark, #141d2d);
}

.fm-hero-slide .hero-phone-text {
  display: flex;
  flex-direction: column;
}

.fm-hero-slide .hero-phone-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fm-hero-slide .hero-phone-num {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

/* Flèches de navigation groupées en bas à droite (Évite tout masquage des textes) */
.slider-arrow-3 {
  position: absolute !important;
  bottom: 35px !important;
  right: 45px !important;
  z-index: 30 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}

.slider-arrow-3 .slider-nav {
  position: static !important;
  transform: none !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: rgba(11, 19, 43, 0.75) !important;
  border: 1.5px solid rgba(212, 160, 23, 0.5) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.slider-arrow-3 .slider-prev,
.slider-arrow-3 .slider-next {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.slider-arrow-3 .slider-nav:hover {
  background: var(--rr-color-theme-gold, #d4a017) !important;
  border-color: var(--rr-color-theme-gold, #d4a017) !important;
  color: var(--rr-color-theme-navy-dark, #0b132b) !important;
  transform: translateY(-2px) scale(1.06) !important;
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.45) !important;
}

.hero-4 .rr-secondary-btn {
  background: var(--rr-color-theme-gold);
  color: var(--rr-color-theme-navy-dark);
  font-family: var(--rr-ff-heading);
  border-radius: 999px;
  font-style: normal;
  font-weight: 700;
  padding: 18px 42px;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.4);
  transition: all 0.3s ease;
}

.hero-4 .rr-secondary-btn:hover {
  background: #ffffff;
  color: var(--rr-color-theme-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

.hero-4 .hero-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  font-family: var(--rr-ff-body);
}

.hero-4 .hero-phone-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, 0.4);
  background: rgba(212, 160, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-color-theme-gold);
  font-size: 16px;
  transition: all 0.2s;
}

.hero-4 .hero-phone-link:hover .hero-phone-circle {
  background: var(--rr-color-theme-gold);
  color: var(--rr-color-theme-navy-dark);
}

.hero-4 .hero-phone-text {
  display: flex;
  flex-direction: column;
}

.hero-4 .hero-phone-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-4 .hero-phone-num {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

/* Modale de recherche */
.px-search-modal {
  position: fixed;
  inset: 0;
  background: rgba(20, 29, 45, 0.9);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.px-search-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.px-search-box {
  width: 100%;
  max-width: 680px;
  position: relative;
}

.px-search-input-wrap {
  position: relative;
  width: 100%;
}

.px-search-input-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rr-color-theme-gold, #d4a017);
  font-size: 1.2rem;
  pointer-events: none;
}

.px-search-input {
  width: 100%;
  padding: 18px 70px 18px 56px;
  font-size: 1.1rem;
  font-family: var(--rr-ff-body, sans-serif);
  border: 2px solid var(--rr-color-theme-gold, #d4a017);
  border-radius: 999px;
  background: #ffffff;
  color: #0b132b;
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
}

.px-search-input:focus {
  border-color: #f59e0b;
  box-shadow: 0 14px 45px rgba(212, 160, 23, 0.3);
}

.px-search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--rr-color-theme-gold, #d4a017);
  color: #0b132b;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.px-search-submit:hover {
  background: #f59e0b;
  transform: translateY(-50%) scale(1.05);
}

/* Autocomplete Panel */
.fm-search-autocomplete {
  margin-top: 16px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(11, 19, 43, 0.35);
  overflow: hidden;
  max-height: 440px;
  overflow-y: auto;
  border: 1px solid rgba(212, 160, 23, 0.3);
  scrollbar-width: thin;
}

.fm-search-popular-header {
  padding: 14px 22px 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #64748b;
  border-bottom: 1px solid #f1f5f9;
  background: #f8fafc;
}

.fm-search-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  text-decoration: none !important;
  color: #0b132b;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s ease;
  cursor: pointer;
}

.fm-search-item:last-child {
  border-bottom: none;
}

.fm-search-item:hover,
.fm-search-item.is-selected {
  background: #f1f5f9;
  padding-left: 26px;
}

.fm-search-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(212, 160, 23, 0.12);
  color: #d4a017;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.fm-search-item:hover .fm-search-item-icon,
.fm-search-item.is-selected .fm-search-item-icon {
  background: #0b132b;
  color: #d4a017;
}

.fm-search-item-info {
  flex: 1;
  min-width: 0;
}

.fm-search-item-title {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #0b132b;
  margin: 0 0 2px 0;
}

.fm-search-item-desc {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.fm-search-item-badge {
  font-size: 11px;
  font-weight: 700;
  color: #0b132b;
  background: rgba(212, 160, 23, 0.18);
  padding: 4px 10px;
  border-radius: 50px;
  flex-shrink: 0;
}

.fm-search-item-arrow {
  color: #94a3b8;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.fm-search-item:hover .fm-search-item-arrow,
.fm-search-item.is-selected .fm-search-item-arrow {
  color: #0b132b;
  transform: translateX(4px);
}

.fm-search-no-results {
  padding: 24px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
}

.px-search-close {
  position: absolute;
  top: -55px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
}

/* Menu Mobile */
.px-mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(20, 29, 45, 0.98);
  backdrop-filter: blur(10px);
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.px-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.px-mobile-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2.2rem;
  cursor: pointer;
}

.px-mobile-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.px-mobile-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.px-mobile-links a,
.px-mobile-link {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  font-family: var(--rr-ff-heading);
  transition: color 0.2s;
  display: inline-block;
}

.px-mobile-links a:hover,
.px-mobile-link:hover,
.px-mobile-links li.current-menu-item > a,
.px-mobile-links li.active > a {
  color: var(--rr-color-theme-gold);
}

.px-mobile-links .sub-menu {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.px-mobile-links .sub-menu a {
  font-size: 1.15rem;
  font-weight: 600;
  opacity: 0.85;
}

/* ==========================================================================
   BREAKPOINTS RESPONSIVE
   ========================================================================== */
/* ==========================================================================
   BREAKPOINTS RESPONSIVE (FINITION MASTER)
   ========================================================================== */

/* Écrans Larges et Ordinateurs Portables (1200px - 1400px) */
@media (max-width: 1400px) and (min-width: 1200px) {
  .fm-hero-slide .hero-decor-dots {
    display: none !important;
  }
  .hero-4 .hero-content-4 .title,
  .fm-hero-slide .hero-content-4 .title {
    font-size: 42px;
    line-height: 50px;
  }
  .fm-hero-slide .hero-content-4 .dec {
    max-width: 500px;
    font-size: 15.5px;
  }
}

/* Moyens Écrans & Tablettes Paysage (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .hero-4 .hero-decor-dots,
  .fm-hero-slide .hero-decor-dots {
    display: none !important;
  }
  .hero-4 .hero-content-4 .title,
  .fm-hero-slide .hero-content-4 .title {
    font-size: 38px;
    line-height: 46px;
  }
  .fm-hero-slide .hero-content-4 .dec {
    max-width: 460px;
    font-size: 15px;
    line-height: 24px;
  }
  .fm-hero-split-image {
    width: 54%;
  }
}

/* Tablettes Portrait (768px - 991px) : Disposition Split-Screen avec photo 100% lumineuse */
@media (max-width: 991px) {
  .top-bar .top-bar-inner,
  .header-5 .top-bar-inner {
    justify-content: center;
  }
  .top-bar .top-social-list,
  .header-5 .top-social-list {
    display: none;
  }
  .header-5 .header-menu-wrap {
    display: none;
  }
  .header-5 .mobile-side-menu-toggle {
    display: flex;
  }
  .header-5 .header-btn-4,
  .header-5 .header-btn-4-desktop {
    display: none !important;
  }
  .header-5 .fm-header-btn-devis-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--rr-color-theme-gold, #d4a017);
    color: #0b132b !important;
    font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(212, 160, 23, 0.35);
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.2;
  }
  .header-5 .fm-header-btn-devis-mobile:hover,
  .header-5 .fm-header-btn-devis-mobile:active {
    background: var(--rr-color-theme-navy, #22304a);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(34, 48, 74, 0.3);
  }
  .hero-4,
  .slider-section.hero-section.hero-4,
  .fm-hero-slide {
    min-height: 520px;
    height: auto;
    position: relative !important;
  }
  .hero-4 .right-shape,
  .fm-hero-slide .right-shape {
    display: none !important;
  }
  .hero-4 .hero-decor-dots,
  .fm-hero-slide .hero-decor-dots {
    display: none !important;
  }
  .fm-hero-slide .px-container {
    padding-left: 25px !important;
    padding-right: 20px !important;
    position: relative !important;
    z-index: 5 !important;
  }
  .hero-4 .hero-content-4,
  .fm-hero-slide .hero-content-4 {
    padding: 50px 0 !important;
    max-width: 440px !important;
    position: relative !important;
    z-index: 5 !important;
  }
  .hero-4 .hero-content-4 .title,
  .fm-hero-slide .hero-content-4 .title {
    font-size: 32px;
    line-height: 40px;
  }
  .fm-hero-slide .hero-btn-group {
    margin-top: 32px !important;
  }
  .slider-arrow-3 {
    position: absolute !important;
    bottom: 24px !important;
    right: 24px !important;
    display: flex !important;
    gap: 10px !important;
    z-index: 30 !important;
  }
  .slider-arrow-3 .slider-nav {
    width: 46px !important;
    height: 46px !important;
  }
  
  /* Photo métier 100% visible et éclatante sur tablette (Split-Screen) */
  .fm-hero-split-image {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 52% !important;
    height: 100% !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 1 !important;
  }
  .fm-hero-split-image img.fm-hero-img-element {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center right !important;
    filter: none !important;
  }
  .fm-hero-split-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, #0b132b 0%, #0b132b 34%, rgba(11, 19, 43, 0.80) 48%, rgba(11, 19, 43, 0.15) 64%, transparent 80%) !important;
    z-index: 2 !important;
  }
}

/* Mobiles & Petits Écrans (< 768px) : Photo haute qualité en tête, dégradé subtil et contenu lisible */
@media (max-width: 767px) {
  .top-bar,
  .header-5 .top-bar {
    display: none;
  }
  .header-5 .header-btn-4,
  .header-5 .header-btn-4-desktop {
    display: none !important;
  }
  .header-5 .primary-header-inner {
    padding: 10px 0;
    gap: 10px;
  }
  .header-5 .header-logo-brand img.site-custom-logo {
    max-height: 42px;
    max-width: 145px;
  }
  .header-5 .header-right {
    gap: 8px;
  }
  .header-5 .search-icon {
    width: 36px;
    height: 36px;
  }
  .header-5 .search-icon svg {
    width: 18px;
    height: 18px;
  }
  .header-5 .mobile-side-menu-toggle {
    width: 36px;
    height: 36px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-5 .fm-header-btn-devis-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--rr-color-theme-gold, #d4a017);
    color: #0b132b !important;
    font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(212, 160, 23, 0.35);
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.2;
  }
  .header-5 .fm-header-btn-devis-mobile:hover,
  .header-5 .fm-header-btn-devis-mobile:active {
    background: var(--rr-color-theme-navy, #22304a);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(34, 48, 74, 0.3);
  }
  .hero-4,
  .slider-section.hero-section.hero-4,
  .fm-hero-slide {
    min-height: 640px !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    background-color: #0b132b !important;
    overflow: hidden !important;
  }
  .hero-4 .right-shape,
  .fm-hero-slide .right-shape {
    display: none !important;
  }
  .hero-4 .hero-decor-dots,
  .fm-hero-slide .hero-decor-dots {
    display: none !important;
  }
  
  /* Photo métier 100% visible, lumineuse et nette en tête de slide */
  .fm-hero-split-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 235px !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 1 !important;
  }
  .fm-hero-split-image img.fm-hero-img-element {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 25% !important;
    filter: none !important;
    display: block !important;
  }
  
  /* Dégradé doux et soigné entre la photo et la zone de texte */
  .fm-hero-split-overlay {
    position: absolute !important;
    top: 150px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 86px !important;
    background: linear-gradient(180deg, rgba(11, 19, 43, 0) 0%, rgba(11, 19, 43, 0.55) 50%, #0b132b 100%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  
  .fm-hero-slide .px-container {
    position: relative !important;
    z-index: 5 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero-4 .hero-content-4,
  .fm-hero-slide .hero-content-4 {
    padding: 242px 0 85px 0 !important; /* Démarre exactement sous la photo et la transition */
    text-align: left;
    max-width: 100% !important;
    position: relative !important;
    z-index: 5 !important;
  }
  
  /* Subtitle sans coupure disgracieuse */
  .hero-4 .hero-content-4 .subtitle,
  .fm-hero-slide .hero-content-4 .subtitle {
    margin-left: 32px !important;
    font-size: 11.5px !important;
    letter-spacing: 0.08em !important;
    line-height: 1.35 !important;
    max-width: calc(100% - 35px) !important;
  }
  .hero-4 .hero-content-4 .subtitle::before,
  .fm-hero-slide .hero-content-4 .subtitle::before {
    width: 22px !important;
    left: -32px !important;
    top: 8px !important;
  }

  /* Titre équilibré sans sauts de lignes forcés */
  .hero-4 .hero-content-4 .title,
  .fm-hero-slide .hero-content-4 .title {
    font-size: 26px !important;
    line-height: 33px !important;
    letter-spacing: -0.5px !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
  }
  .fm-hero-slide .hero-content-4 .title br {
    display: none !important; /* Permet le retour à la ligne naturel selon la largeur de l'écran */
  }

  .hero-4 .hero-content-4 .dec,
  .fm-hero-slide .hero-content-4 .dec {
    font-size: 14px !important;
    line-height: 23px !important;
    color: #cbd5e1 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
  }

  .hero-4 .hero-btn-group,
  .fm-hero-slide .hero-btn-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-top: 34px !important; /* Dégagement net pour que les boutons respirent et ne collent pas aux textes */
  }

  .fm-hero-slide .rr-secondary-btn {
    padding: 15px 32px !important;
    font-size: 13.5px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .fm-hero-slide .hero-phone-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .fm-hero-slide .hero-phone-circle {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
  .fm-hero-slide .hero-phone-label {
    font-size: 11px !important;
  }
  .fm-hero-slide .hero-phone-num {
    font-size: 16px !important;
  }

  /* BOUTONS DU SLIDER SUR MOBILE : Design Épuré, Flottant & Ergonomique */
  .slider-arrow-3 {
    display: flex !important;
    position: absolute !important;
    bottom: 24px !important;
    right: 20px !important;
    z-index: 35 !important;
    gap: 10px !important;
    align-items: center !important;
  }
  .slider-arrow-3 .slider-nav {
    position: static !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(11, 19, 43, 0.85) !important;
    border: 1.5px solid rgba(212, 160, 23, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slider-arrow-3 .slider-nav:active {
    background: var(--rr-color-theme-gold, #d4a017) !important;
    color: #141d2d !important;
    border-color: var(--rr-color-theme-gold, #d4a017) !important;
    transform: scale(0.92) !important;
  }
  .slider-arrow-3 .slider-nav i {
    font-size: 15px !important;
  }
}

/* ==========================================================================
   BLOC 2 : CARTES FLOTTANTES D'AVANTAGES (FINITION MASTER)
   ========================================================================== */
.px-floating-features-wrap {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
  padding: 60px 0 50px 0;
  margin-bottom: 0 !important;
  background-color: #f8fafc;
}

.px-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.px-feature-card {
  background: var(--rr-color-common-white, #ffffff);
  border-radius: 20px;
  padding: 36px 30px;
  box-shadow: 0 10px 30px rgba(11, 19, 43, 0.06);
  border: 1px solid rgba(11, 19, 43, 0.08);
  border-top: 3px solid var(--rr-color-theme-gold, #d4a017);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.px-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 19, 43, 0.12);
  border-color: rgba(212, 160, 23, 0.4);
  border-top-color: var(--rr-color-theme-gold, #d4a017);
}

.px-feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.px-feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.15) 0%, rgba(212, 160, 23, 0.05) 100%);
  border: 1px solid rgba(212, 160, 23, 0.28);
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.px-feature-card:hover .px-feature-icon {
  transform: translateY(-2px) scale(1.06);
  background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
  border-color: #d4a017;
  box-shadow: 0 6px 18px rgba(212, 160, 23, 0.35);
}

.px-feature-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.px-feature-card:hover .px-feature-icon img {
  filter: brightness(0) invert(1);
}

.px-feature-title {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--rr-color-theme-navy, #0b132b);
  margin: 0;
  line-height: 1.25;
}

.px-feature-desc {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 14.5px;
  line-height: 24px;
  color: #475569;
  margin-bottom: 22px;
  flex-grow: 1;
}

.px-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rr-color-theme-navy, #0b132b);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.px-feature-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
  color: var(--rr-color-theme-gold, #d4a017);
}

.px-feature-link:hover {
  color: var(--rr-color-theme-gold, #d4a017);
}

.px-feature-link:hover i {
  transform: translateX(5px);
}

/* Dots cachés sur Desktop */
.px-features-dots {
  display: none;
}

/* Tablettes (768px - 991px) : Grille 3 colonnes compacte et propre */
@media (min-width: 768px) and (max-width: 991px) {
  .px-floating-features-wrap {
    margin-top: 0 !important;
    padding: 35px 0 !important;
  }
  .px-features-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
  .px-feature-card {
    padding: 24px 18px !important;
    border-radius: 16px !important;
  }
  .px-feature-header {
    gap: 12px !important;
    margin-bottom: 14px !important;
  }
  .px-feature-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
  }
  .px-feature-icon img {
    width: 28px !important;
    height: 28px !important;
  }
  .px-feature-title {
    font-size: 16.5px !important;
  }
  .px-feature-desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
  }
}

/* Mobiles (< 768px) : Défilement horizontal fluide (Snap Carousel) compact et esthétique */
@media (max-width: 767px) {
  .px-floating-features-wrap {
    margin-top: 0 !important;
    padding: 24px 0 28px 0 !important;
    background-color: #f8fafc !important;
    overflow: hidden !important;
  }
  .px-floating-features-wrap .px-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-features-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 14px !important;
    padding: 6px 20px 14px 20px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .px-features-grid::-webkit-scrollbar {
    display: none !important;
  }
  .px-feature-card {
    flex: 0 0 82% !important;
    min-width: 275px !important;
    max-width: 305px !important;
    scroll-snap-align: center !important;
    padding: 20px 18px !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 20px rgba(11, 19, 43, 0.07) !important;
    border: 1px solid rgba(11, 19, 43, 0.08) !important;
    border-top: 3px solid var(--rr-color-theme-gold, #d4a017) !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }
  .px-feature-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
  }
  .px-feature-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
  }
  .px-feature-icon img {
    width: 26px !important;
    height: 26px !important;
  }
  .px-feature-title {
    font-size: 16.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
  }
  .px-feature-desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: #64748b !important;
    margin-bottom: 14px !important;
  }
  .px-feature-link {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--rr-color-theme-navy, #0b132b) !important;
  }
  .px-feature-link i {
    font-size: 11px !important;
    color: var(--rr-color-theme-gold, #d4a017) !important;
  }

  /* Indicateurs de pagination mobiles discrets et interactifs */
  .px-features-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-features-dots .px-dot {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: rgba(11, 19, 43, 0.18);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  .px-features-dots .px-dot.active {
    width: 22px;
    background: var(--rr-color-theme-gold, #d4a017);
    box-shadow: 0 2px 6px rgba(212, 160, 23, 0.35);
  }
}

/* ==========================================================================
   BLOC 3 : SECTION À PROPOS (FINITION MASTER)
   ========================================================================== */
.px-about-section {
  padding: 70px 0 100px 0;
  background-color: var(--rr-color-common-white);
  overflow: hidden;
  position: relative;
}

.px-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.px-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rr-ff-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  color: var(--rr-color-theme-gold);
  letter-spacing: 0.02em;
  background: rgba(212, 160, 23, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.22);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.px-section-tag::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--rr-color-theme-gold);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(212, 160, 23, 0.6);
}

.px-section-title {
  font-family: var(--rr-ff-heading);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.22;
  color: var(--rr-color-theme-navy);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.px-section-desc {
  font-family: var(--rr-ff-body);
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 30px;
}

/* Grille des Points Forts */
.px-about-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 36px;
}

.px-about-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.px-about-feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.12);
  color: var(--rr-color-theme-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid rgba(212, 160, 23, 0.25);
  transition: all 0.3s ease;
}

.px-about-feature-item:hover .px-about-feature-icon {
  background: var(--rr-color-theme-gold);
  color: #ffffff;
  transform: scale(1.08);
}

.px-about-feature-text {
  font-family: var(--rr-ff-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--rr-color-theme-navy);
  line-height: 1.4;
}

.px-about-btn-wrap {
  margin-top: 10px;
}

.px-btn-gold {
  background: linear-gradient(135deg, #d4a017 0%, #c29012 100%);
  color: var(--rr-color-theme-navy-dark);
  font-family: var(--rr-ff-heading);
  border-radius: 999px;
  font-weight: 700;
  padding: 16px 36px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
}

.px-btn-gold:hover {
  background: var(--rr-color-theme-navy);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(11, 19, 43, 0.28);
}

.px-btn-gold i {
  transition: transform 0.3s ease;
}

.px-btn-gold:hover i {
  transform: translateX(4px);
}

/* Composition Visuelle Droite */
.px-about-visuals {
  position: relative;
  width: 100%;
}

.px-about-images-wrap {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: flex-end;
  height: 520px;
}

.px-about-img-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11, 19, 43, 0.12);
  flex: 1 1 340px;
  max-width: 360px;
  height: 100%;
}

.px-about-img-main img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.px-about-img-main:hover img {
  transform: scale(1.03);
}

.px-about-img-sub-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 200px;
  max-width: 220px;
  height: 100%;
}

.px-about-img-sub-top,
.px-about-img-sub-bottom {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(11, 19, 43, 0.08);
  flex: 1;
  min-height: 0;
  position: relative;
}

.px-about-img-sub-top img,
.px-about-img-sub-bottom img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.px-about-img-sub-top:hover img,
.px-about-img-sub-bottom:hover img {
  transform: scale(1.05);
}

/* Badge Expérience Flottant */
.px-about-floating-experience {
  position: absolute;
  bottom: 24px;
  left: -24px;
  background: rgba(11, 19, 43, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 20px 45px rgba(11, 19, 43, 0.35);
  border: 1px solid rgba(212, 160, 23, 0.45);
  z-index: 5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.px-about-floating-experience:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(11, 19, 43, 0.45);
}

.px-exp-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d4a017 0%, #f3c242 100%);
  color: var(--rr-color-theme-navy-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.4);
}

.px-exp-text {
  display: flex;
  flex-direction: column;
}

.px-exp-number {
  font-family: var(--rr-ff-heading);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.px-exp-label {
  font-size: 11px;
  color: #cbd5e1;
  font-weight: 600;
  margin-top: 4px;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .px-about-section {
    padding: 60px 0 80px 0;
  }
  .px-about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .px-about-content {
    max-width: 680px;
    margin: 0 auto;
  }
  .px-about-images-wrap {
    max-width: 580px;
    height: 440px;
    margin: 0 auto;
    justify-content: center;
  }
  .px-about-floating-experience {
    left: 10px;
    bottom: 16px;
  }
}

/* Mobile Responsive (< 768px) */
@media (max-width: 767px) {
  .px-about-section {
    padding: 45px 0 75px 0;
  }
  .px-about-grid {
    gap: 32px;
  }
  .px-section-tag {
    font-size: 12px;
    padding: 5px 14px;
    margin-bottom: 14px;
  }
  .px-section-title {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .px-section-desc {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }
  .px-about-features-list {
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
    margin-bottom: 28px;
  }
  .px-about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .px-about-feature-icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
    margin-top: 1px;
    flex-shrink: 0;
  }
  .px-about-feature-text {
    font-size: 13px;
    line-height: 1.35;
  }
  .px-about-btn-wrap .px-btn-gold {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    font-size: 14px;
  }
  
  /* Mobile Visuals Clean Overhaul */
  .px-about-visuals {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .px-about-images-wrap {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
    position: relative;
  }
  .px-about-img-main {
    max-width: 100%;
    width: 100%;
    min-height: unset;
    height: 380px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(11, 19, 43, 0.12);
  }
  .px-about-img-sub-group {
    display: none;
  }
  .px-about-floating-experience {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(11, 19, 43, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    gap: 14px;
  }
  .px-exp-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 12px;
  }
  .px-exp-number {
    font-size: 24px;
  }
  .px-exp-label {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

/* ==========================================================================
   BLOC 4 : GRILLE DE SERVICES FINITION MASTER
   ========================================================================== */
.px-services-section {
  padding: 85px 0 95px 0;
  background-color: #f8fafc;
  position: relative;
  overflow: hidden;
}

.px-section-heading-center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px auto;
}

.px-heading-divider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.px-heading-divider-line {
  width: 40px;
  height: 2px;
  background: var(--rr-color-theme-gold);
  border-radius: 2px;
}

.px-services-grid-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.px-service-card-4 {
  background: #ffffff;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 10px 30px rgba(11, 19, 43, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.px-service-card-4:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(11, 19, 43, 0.12);
  border-color: rgba(212, 160, 23, 0.45);
}

.px-service-card-thumb {
  position: relative;
  overflow: visible;
  height: 210px;
  width: 100%;
  flex-shrink: 0;
}

.px-service-card-thumb-img {
  position: relative;
  overflow: hidden;
  border-radius: 19px 19px 0 0;
  height: 100%;
  width: 100%;
  background-color: #0b132b;
}

.px-service-card-thumb-img img,
.px-service-card-thumb > img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.px-service-card-4:hover .px-service-card-thumb-img img,
.px-service-card-4:hover .px-service-card-thumb > img {
  transform: scale(1.06);
}

.px-service-card-icon-badge {
  position: absolute;
  bottom: -25px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a017 0%, #f3c242 100%);
  color: var(--rr-color-theme-navy-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  box-shadow: 0 8px 20px rgba(11, 19, 43, 0.16), 0 4px 10px rgba(212, 160, 23, 0.35);
  border: 3.5px solid #ffffff;
  z-index: 10;
  transition: all 0.3s ease;
}

.px-service-card-4:hover .px-service-card-icon-badge {
  background: var(--rr-color-theme-navy);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(11, 19, 43, 0.35);
  transform: rotate(8deg) scale(1.06);
}

.px-service-card-body {
  padding: 30px 22px 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.px-service-card-title {
  font-family: var(--rr-ff-heading);
  font-size: 18.5px;
  font-weight: 700;
  color: var(--rr-color-theme-navy);
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 48px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.px-service-card-title a {
  color: inherit;
  text-decoration: none;
}

.px-service-card-4:hover .px-service-card-title a {
  color: var(--rr-color-theme-gold);
}

.px-service-card-desc {
  font-family: var(--rr-ff-body);
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.px-service-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rr-ff-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  color: var(--rr-color-theme-navy);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  margin-top: auto;
}

.px-service-card-btn i {
  color: var(--rr-color-theme-gold);
  font-size: 12px;
  transition: transform 0.2s ease;
}

.px-service-card-4:hover .px-service-card-btn {
  color: var(--rr-color-theme-gold);
}

.px-service-card-4:hover .px-service-card-btn i {
  transform: translateX(4px);
}

/* Indicateurs mobile masqués par défaut sur Desktop */
.px-services-dots {
  display: none;
}

/* Bouton CTA pour la page tous les services */
.px-services-more-wrap {
  text-align: center;
  margin-top: 45px;
}

.px-services-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--rr-color-theme-navy, #22304a);
  color: #ffffff !important;
  font-family: var(--rr-ff-heading);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(34, 48, 74, 0.18);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 2px solid transparent;
}

.px-services-all-btn i {
  color: var(--rr-color-theme-gold, #d4a017);
  font-size: 14px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.px-services-all-btn:hover {
  background: var(--rr-color-theme-gold, #d4a017);
  color: var(--rr-color-theme-navy-dark, #0b132b) !important;
  box-shadow: 0 12px 28px rgba(212, 160, 23, 0.35);
  transform: translateY(-3px);
}

.px-services-all-btn:hover i {
  color: var(--rr-color-theme-navy-dark, #0b132b);
  transform: translateX(5px);
}

/* ==========================================================================
   BLOC 5 : BANDEAU COMPTEURS & STATS (Fun Facts)
   ========================================================================== */
.px-stats-section {
  padding: 75px 0;
  background: var(--rr-color-theme-navy);
  background-image: radial-gradient(circle at top right, rgba(212, 160, 23, 0.12), transparent 50%);
  color: #ffffff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.px-stats-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 20px 40px;
  margin: 0 auto;
  width: 100%;
}

.px-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 10px;
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}

.px-stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.px-stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(212, 160, 23, 0.15);
  color: var(--rr-color-theme-gold);
  border: 1px solid rgba(212, 160, 23, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.px-stat-card:hover .px-stat-icon {
  background: var(--rr-color-theme-gold);
  color: var(--rr-color-theme-navy-dark);
  transform: scale(1.08);
}

.px-stat-number {
  font-family: var(--rr-ff-heading);
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  white-space: nowrap;
}

.px-stat-number span.plus {
  color: var(--rr-color-theme-gold);
}

.px-stat-label {
  font-family: var(--rr-ff-body);
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
  margin-top: 3px;
  line-height: 1.3;
}

/* Responsive pour Services & Stats (e.g. iPad mini 1024px, iPad 768px) */
@media (max-width: 1200px) {
  .px-services-grid-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .px-service-card-body {
    padding: 22px 14px 18px 14px;
  }
  .px-service-card-title {
    font-size: 16px;
    min-height: 42px;
  }
  .px-service-card-desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .px-stats-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px 24px !important;
    width: 100% !important;
  }
  .px-stat-card {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    gap: 12px !important;
    padding: 6px 4px !important;
  }
  .px-stat-card:not(:last-child)::after {
    right: -12px !important;
  }
  .px-stat-icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
  }
  .px-stat-number {
    font-size: 26px !important;
  }
  .px-stat-label {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
}

/* Mobile Responsive Services Swipe (< 768px) */
@media (max-width: 767px) {
  .px-services-section {
    padding: 45px 0 55px 0;
    overflow: hidden;
  }
  .px-services-section .px-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-services-section .px-section-heading-center {
    padding: 0 20px;
    margin-bottom: 25px;
  }
  .px-services-section .px-section-title {
    font-size: 25px;
    line-height: 1.25;
  }
  .px-services-section .px-section-desc {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .px-services-grid-4 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 16px !important;
    padding: 10px 20px 20px 20px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .px-services-grid-4::-webkit-scrollbar {
    display: none !important;
  }

  .px-service-card-4 {
    flex: 0 0 82% !important;
    min-width: 275px !important;
    max-width: 305px !important;
    scroll-snap-align: center !important;
    box-sizing: border-box !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(11, 19, 43, 0.08) !important;
    height: auto !important;
    overflow: visible !important;
  }
  .px-service-card-thumb {
    height: 185px !important;
    overflow: visible !important;
  }
  .px-service-card-thumb-img {
    height: 100% !important;
    border-radius: 17px 17px 0 0 !important;
  }
  .px-service-card-body {
    padding: 24px 18px 20px 18px !important;
  }
  .px-service-card-title {
    font-size: 17px !important;
    min-height: unset !important;
    margin-bottom: 8px !important;
  }
  .px-service-card-desc {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    margin-bottom: 16px !important;
  }

  /* Indicateurs de pagination mobiles */
  .px-services-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 8px !important;
    padding-bottom: 4px !important;
  }
  .px-services-dots .px-dot {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: rgba(11, 19, 43, 0.18);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  .px-services-dots .px-dot.active {
    width: 22px;
    background: var(--rr-color-theme-gold, #d4a017);
    box-shadow: 0 2px 6px rgba(212, 160, 23, 0.35);
  }

  .px-services-more-wrap {
    margin-top: 25px;
    padding: 0 20px;
  }
  .px-services-all-btn {
    width: 100%;
    max-width: 340px;
    padding: 14px 24px;
    font-size: 14px;
  }

  .px-stats-section {
    padding: 30px 0;
  }
  .px-stats-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 4px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .px-stat-card {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 6px !important;
    padding: 4px 6px !important;
    position: relative !important;
  }
  .px-stat-card:not(:last-child)::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 10% !important;
    height: 80% !important;
    width: 1px !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }
  .px-stat-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    margin-bottom: 2px !important;
    flex-shrink: 0 !important;
  }
  .px-stat-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .px-stat-number {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }
  .px-stat-label {
    font-size: 10px !important;
    line-height: 1.25 !important;
    color: #94a3b8 !important;
    margin-top: 3px !important;
    text-align: center !important;
    word-break: normal !important;
  }
  @media (max-width: 360px) {
    .px-stat-icon {
      width: 32px !important;
      height: 32px !important;
      font-size: 13px !important;
    }
    .px-stat-number {
      font-size: 15px !important;
    }
    .px-stat-label {
      font-size: 8.5px !important;
    }
  }
}

/* ==========================================================================
   BLOC 6 : SECTION POURQUOI NOUS CHOISIR (WHY CHOOSE US)
   ========================================================================== */
.px-why-section {
  padding: 85px 0 100px 0;
  background-color: var(--rr-color-common-white);
  position: relative;
  overflow: hidden;
}

.px-why-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 45px auto;
}

.px-why-header .px-section-tag {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

.px-why-header .px-section-title {
  text-align: center;
}

.px-why-header .px-section-desc {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.px-why-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.px-why-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.px-why-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 20px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.px-why-item:hover {
  background: #ffffff;
  border-color: rgba(212, 160, 23, 0.35);
  box-shadow: 0 12px 30px rgba(11, 19, 43, 0.08);
  transform: translateX(4px);
}

.px-why-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.15) 0%, rgba(212, 160, 23, 0.06) 100%);
  color: var(--rr-color-theme-gold);
  border: 1px solid rgba(212, 160, 23, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.px-why-item:hover .px-why-item-icon {
  background: linear-gradient(135deg, #d4a017 0%, #f3c242 100%);
  color: var(--rr-color-theme-navy-dark);
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.4);
  transform: scale(1.06);
}

.px-why-item-body {
  flex-grow: 1;
}

.px-why-item-title {
  font-family: var(--rr-ff-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--rr-color-theme-navy);
  margin-bottom: 5px;
  line-height: 1.35;
}

.px-why-item-text {
  font-family: var(--rr-ff-body);
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Visuel Signature & Badges de Confiance */
.px-why-visuals {
  position: relative;
  align-self: center;
}

.px-why-image-card {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}

.px-why-photo {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11, 19, 43, 0.12);
  height: 520px;
  position: relative;
}

.px-why-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.px-why-photo:hover img {
  transform: scale(1.03);
}

/* Badge Flottant Confiance (Avis & Note) */
.px-why-trust-badge {
  position: absolute;
  bottom: 25px;
  left: -24px;
  background: rgba(11, 19, 43, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #ffffff;
  padding: 16px 22px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(11, 19, 43, 0.35);
  border: 1px solid rgba(212, 160, 23, 0.45);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: transform 0.3s ease;
}

.px-why-trust-badge:hover {
  transform: translateY(-2px);
}

.px-why-trust-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.px-why-stars {
  display: flex;
  gap: 4px;
  color: var(--rr-color-theme-gold);
  font-size: 13px;
}

.px-score-number {
  font-family: var(--rr-ff-heading);
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

.px-score-label {
  font-size: 11px;
  color: #cbd5e1;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.02em;
  white-space: normal;
  line-height: 1.3;
}

/* Badge Flottant Garantie */
.px-why-guarantee-badge {
  position: absolute;
  top: 25px;
  right: -20px;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(11, 19, 43, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.35);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 4;
  transition: transform 0.3s ease;
}

.px-why-guarantee-badge:hover {
  transform: translateY(-2px);
}

.px-guarantee-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(212, 160, 23, 0.15);
  color: var(--rr-color-theme-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.px-guarantee-text {
  display: flex;
  flex-direction: column;
}

.px-guarantee-title {
  font-family: var(--rr-ff-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--rr-color-theme-navy);
  line-height: 1.2;
}

.px-guarantee-sub {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

/* Tablet & Mobile Responsive pour Pourquoi Nous Choisir */
@media (max-width: 991px) {
  .px-why-section {
    padding: 60px 0 75px 0;
  }
  .px-why-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .px-why-header {
    width: 100%;
    order: 1;
  }
  .px-why-visuals {
    width: 100%;
    order: 2;
  }
  .px-why-features {
    width: 100%;
    order: 3;
    margin-top: 0;
    gap: 16px;
  }
  .px-why-image-card {
    max-width: 520px;
    margin: 0 auto;
  }
  .px-why-photo {
    height: 420px;
  }
  .px-why-trust-badge {
    left: 10px;
    bottom: 16px;
  }
  .px-why-guarantee-badge {
    right: 10px;
    top: 16px;
  }
}

@media (max-width: 767px) {
  .px-why-section {
    padding: 45px 0 60px 0;
  }
  .px-why-grid {
    gap: 28px;
  }
  .px-why-features {
    gap: 12px;
    margin-top: 0;
  }
  .px-why-item {
    padding: 14px 16px;
    gap: 14px;
    border-radius: 14px;
  }
  .px-why-item-icon {
    width: 40px;
    height: 40px;
    font-size: 17px;
    border-radius: 10px;
  }
  .px-why-item-title {
    font-size: 15.5px;
  }
  .px-why-item-text {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .px-why-photo {
    height: 350px;
    border-radius: 20px;
  }
  .px-why-trust-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    padding: 12px 18px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }
  .px-why-trust-badge .px-score-number {
    font-size: 22px;
    font-weight: 800;
    color: var(--rr-color-theme-gold);
    line-height: 1;
    flex-shrink: 0;
  }
  .px-why-trust-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
  }
  .px-why-trust-badge .px-why-stars {
    font-size: 11px;
    gap: 3px;
  }
  .px-why-trust-badge .px-score-label {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    white-space: normal;
    word-break: normal;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .px-why-guarantee-badge {
    top: 12px;
    right: 12px;
    padding: 8px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
  }
}

/* ==========================================================================
   BLOC 7 : SECTION TÉMOIGNAGES CLIENTS (TESTIMONIALS)
   ========================================================================== */
.fm-testimonials-section {
  padding: 95px 0 100px 0;
  background: #F1F5F9;
  position: relative;
  overflow: hidden;
}

.fm-testi-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.fm-testi-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 55px auto;
}

.fm-testi-title {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  color: var(--rr-color-theme-navy, #0b132b);
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin-top: 16px;
  margin-bottom: 16px;
}

.fm-testi-subtitle {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

/* Slider Track & Cards */
.fm-testi-slider-wrapper {
  position: relative;
  padding-top: 30px; /* Space for protruding top avatar */
}

/* Slider Track & Cards */
.fm-testi-slider-wrapper {
  position: relative;
  padding-top: 32px;
  overflow: visible;
}

.fm-testi-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 30px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding: 36px 6px 36px 6px !important;
  cursor: grab;
  user-select: none;
}

@media (min-width: 992px) {
  .fm-testi-track {
    overflow: visible !important;
  }
}

.fm-testi-track.is-dragging {
  cursor: grabbing !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

.fm-testi-track::-webkit-scrollbar {
  display: none !important;
}

/* Exactement 3 cartes par ligne sur Desktop (>= 992px) */
.fm-testi-card {
  flex: 0 0 calc((100% - (30px * 2)) / 3) !important;
  max-width: calc((100% - (30px * 2)) / 3) !important;
  min-width: calc((100% - (30px * 2)) / 3) !important;
  scroll-snap-align: start !important;
  box-sizing: border-box !important;
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(11, 19, 43, 0.08);
  box-shadow: 0 8px 24px rgba(11, 19, 43, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.fm-testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(11, 19, 43, 0.09);
  border-color: rgba(212, 160, 23, 0.4);
}

/* Floating Avatar sitting over top right edge */
.fm-testi-avatar-box {
  position: absolute;
  top: -26px;
  right: 28px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 24px rgba(11, 19, 43, 0.14);
  overflow: hidden;
  z-index: 3;
  background: #ffffff;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-testi-card:hover .fm-testi-avatar-box {
  transform: scale(1.08) rotate(3deg);
  box-shadow: 0 10px 28px rgba(212, 160, 23, 0.3);
}

.fm-testi-avatar-box img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 50% !important;
}

/* Avatar Google avec Initiales */
.fm-testi-avatar-initials {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  user-select: none;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.fm-google-review-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(11, 19, 43, 0.1);
  border: 1px solid #f1f5f9;
}

.fm-testi-card-inner {
  padding: 34px 28px 32px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Stars */
.fm-testi-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}

.fm-testi-stars i.fa-star {
  font-size: 15px;
  color: #ffb703;
}

.fm-testi-stars .star-muted {
  color: #e2e8f0;
}

/* Author Info */
.fm-testi-author {
  margin-bottom: 18px;
}

.fm-testi-name {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--rr-color-theme-navy, #0b132b);
  margin: 0 0 2px 0;
  line-height: 1.3;
}

.fm-testi-role {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 13.5px;
  color: #64748b;
  font-weight: 500;
  display: block;
}

/* Watermark Quote Icon */
.fm-testi-quote-watermark {
  position: absolute;
  top: 45px;
  right: 28px;
  color: rgba(212, 160, 23, 0.12);
  z-index: -1;
  pointer-events: none;
  transition: transform 0.35s ease, color 0.35s ease;
}

.fm-testi-card:hover .fm-testi-quote-watermark {
  transform: scale(1.1);
  color: rgba(212, 160, 23, 0.22);
}

.fm-testi-quote-watermark svg {
  width: 52px;
  height: 52px;
}

/* Review Text */
.fm-testi-text {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
  flex-grow: 1;
}

/* Modern Pill & Dots Pagination */
.fm-testi-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.fm-testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.fm-testi-dot::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -6px;
  right: -6px;
}

.fm-testi-dot:hover {
  background: #94a3b8;
}

.fm-testi-dot.is-active {
  width: 28px;
  border-radius: 6px;
  background: var(--rr-color-theme-gold, #d4a017);
  box-shadow: 0 2px 8px rgba(212, 160, 23, 0.4);
}

/* CTA Devis sous les avis clients */
.fm-testi-cta-wrap {
  text-align: center;
  margin-top: 36px;
  position: relative;
  z-index: 5;
}

.fm-testi-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rr-color-theme-navy, #0b132b);
  color: #ffffff !important;
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 10px 25px -5px rgba(11, 19, 43, 0.22);
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-testi-cta-btn:hover {
  background: #152247;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -5px rgba(11, 19, 43, 0.32);
  border-color: #d4a017;
}

.fm-testi-cta-btn svg {
  transition: transform 0.25s ease;
}

.fm-testi-cta-btn:hover svg {
  transform: translateX(4px);
}

/* Tablet Responsive (768px - 991px) : 2 cartes par ligne */
@media (max-width: 991px) {
  .fm-testimonials-section {
    padding: 70px 0 80px 0;
  }
  .fm-testi-header {
    margin-bottom: 40px;
  }
  .fm-testi-track {
    gap: 22px !important;
  }
  .fm-testi-card {
    flex: 0 0 calc((100% - 22px) / 2) !important;
    max-width: calc((100% - 22px) / 2) !important;
    min-width: calc((100% - 22px) / 2) !important;
    scroll-snap-align: start !important;
  }
}

/* Mobile Responsive (< 768px) : Touch Slider / Swipe */
@media (max-width: 767px) {
  .fm-testimonials-section {
    padding: 50px 0 65px 0;
  }
  .fm-testi-container {
    padding: 0;
  }
  .fm-testi-header {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .fm-testi-subtitle {
    font-size: 14.5px;
  }
  .fm-testi-slider-wrapper {
    padding-top: 25px;
    overflow: hidden;
  }
  .fm-testi-track {
    gap: 16px !important;
    padding: 36px 20px 14px 20px !important;
  }
  .fm-testi-card {
    flex: 0 0 86% !important;
    min-width: 285px !important;
    max-width: 325px !important;
    scroll-snap-align: center !important;
    border-radius: 20px !important;
    grid-column: auto !important;
    margin: 0 !important;
    box-shadow: 0 8px 24px rgba(11, 19, 43, 0.08) !important;
  }
  .fm-testi-avatar-box {
    top: -22px;
    right: 20px;
    width: 52px;
    height: 52px;
  }
  .fm-testi-card-inner {
    padding: 26px 22px 24px 22px !important;
  }
  .fm-testi-name {
    font-size: 16.5px;
  }
  .fm-testi-role {
    font-size: 12.5px;
  }
  .fm-testi-text {
    font-size: 13.5px;
    line-height: 1.6;
  }
  .fm-testi-pagination {
    margin-top: 20px;
  }
}

/* ==========================================================================
   BLOC 8 : SECTION FOIRE AUX QUESTIONS (FAQ ACCORDION)
   ========================================================================== */
.fm-faq-section {
  padding: 95px 0 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.fm-faq-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.fm-faq-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 60px;
  align-items: flex-start;
}

.fm-faq-title {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  color: var(--rr-color-theme-navy, #0b132b);
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin-top: 16px;
  margin-bottom: 16px;
}

.fm-faq-subtitle {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 34px;
}

/* Accordion */
.fm-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fm-faq-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.fm-faq-item:hover {
  border-color: rgba(212, 160, 23, 0.45);
  box-shadow: 0 8px 24px rgba(11, 19, 43, 0.05);
}

.fm-faq-item.is-active {
  border-color: var(--rr-color-theme-gold, #d4a017);
  box-shadow: 0 12px 30px rgba(11, 19, 43, 0.08);
  background: #ffffff;
}

.fm-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease;
}

.fm-faq-q-text {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--rr-color-theme-navy, #0b132b);
  line-height: 1.4;
  transition: color 0.25s ease;
}

.fm-faq-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #64748b;
  flex-shrink: 0;
  background: #f8fafc;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-faq-item.is-active .fm-faq-icon-circle {
  background: var(--rr-color-theme-gold, #d4a017);
  border-color: var(--rr-color-theme-gold, #d4a017);
  color: #0b132b;
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.35);
}

.fm-faq-answer-inner {
  padding: 0 24px 22px 24px;
}

.fm-faq-answer p {
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

/* Right Visual Photo Card */
.fm-faq-visual-wrap {
  position: relative;
  width: 100%;
}

.fm-faq-image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11, 19, 43, 0.12);
  height: 560px;
  border: 1px solid rgba(11, 19, 43, 0.08);
}

.fm-faq-image-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-faq-image-card:hover img {
  transform: scale(1.03);
}

/* Floating Help Badge */
.fm-faq-floating-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(11, 19, 43, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #ffffff;
  padding: 16px 22px;
  border-radius: 20px;
  border: 1px solid rgba(212, 160, 23, 0.45);
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 15px 35px rgba(11, 19, 43, 0.4);
  transition: transform 0.3s ease;
}

.fm-faq-floating-badge:hover {
  transform: translateY(-2px);
}

.fm-faq-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d4a017 0%, #f3c242 100%);
  color: #0b132b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.4);
}

.fm-faq-badge-info {
  display: flex;
  flex-direction: column;
}

.fm-faq-badge-label {
  font-size: 11.5px;
  color: #cbd5e1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.fm-faq-badge-phone {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.fm-faq-badge-phone:hover {
  color: var(--rr-color-theme-gold, #d4a017);
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .fm-faq-section {
    padding: 70px 0 80px 0;
  }
  .fm-faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .fm-faq-image-card {
    max-width: 580px;
    height: 440px;
    margin: 0 auto;
  }
}

/* Mobile Responsive (< 768px) */
@media (max-width: 767px) {
  .fm-faq-section {
    padding: 45px 0 65px 0;
  }
  .fm-faq-grid {
    gap: 35px;
  }
  .fm-faq-title {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 14px;
  }
  .fm-faq-subtitle {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .fm-faq-question {
    padding: 16px 18px;
    gap: 12px;
  }
  .fm-faq-q-text {
    font-size: 15px;
  }
  .fm-faq-icon-circle {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .fm-faq-answer-inner {
    padding: 0 18px 18px 18px;
  }
  .fm-faq-answer p {
    font-size: 13.5px;
    line-height: 1.6;
  }
  .fm-faq-image-card {
    height: 360px;
    border-radius: 20px;
  }
  .fm-faq-floating-badge {
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    gap: 12px;
  }
  .fm-faq-badge-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .fm-faq-badge-phone {
    font-size: 17px;
  }
}
/* ==========================================================================
   FOOTER FINITION MASTER (HAUT DE GAMME & CHARTE GRAPHIQUE)
   ========================================================================== */
.fm-footer {
  background-color: #0b132b;
  background-image: radial-gradient(circle at 10% 20%, rgba(212, 160, 23, 0.04) 0%, transparent 40%),
                    radial-gradient(circle at 90% 80%, rgba(34, 48, 74, 0.5) 0%, transparent 50%);
  color: #94a3b8;
  padding: 45px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  position: relative;
  overflow: hidden;
}

.fm-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.15fr 1.1fr;
  gap: 36px;
  margin-bottom: 35px;
  align-items: start;
}

/* Col 1 : Marque & Socials */
.fm-footer-col-brand {
  padding-right: 10px;
}

.fm-footer-brand {
  display: inline-block;
  margin-bottom: 14px;
  text-decoration: none;
}

.fm-footer-logo-img {
  max-width: 175px;
  height: auto;
  display: block;
}

.fm-footer-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 14px;
  max-width: 360px;
}

.fm-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.fm-footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-footer-socials a:hover {
  background: var(--rr-color-theme-gold, #d4a017);
  border-color: var(--rr-color-theme-gold, #d4a017);
  color: #0b132b;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(212, 160, 23, 0.35);
}

/* Colonnes 2 & 3 : Navigation */
.fm-footer-title {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  position: relative;
}

.fm-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fm-footer-nav-list li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.25s ease;
}

.fm-footer-nav-list li a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Colonne 4 : Coordonnées */
.fm-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fm-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fm-contact-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--rr-color-theme-gold, #d4a017);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.fm-footer-contact-item:hover .fm-contact-icon-circle {
  background: rgba(212, 160, 23, 0.15);
  border-color: rgba(212, 160, 23, 0.4);
  transform: scale(1.06);
}

.fm-contact-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fm-contact-label {
  font-size: 11.5px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.fm-contact-value {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fm-contact-phone {
  font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
  font-size: 16px;
}

a.fm-contact-value:hover {
  color: var(--rr-color-theme-gold, #d4a017);
}

/* Bas de page & Copyright */
.fm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 26px 0 !important;
  width: 100% !important;
  display: block !important;
}

.fm-footer-bottom-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 24px !important;
}

.fm-footer-copy {
  margin: 0 !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  text-align: left !important;
  flex: 0 1 auto !important;
}

.fm-footer-bottom-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  margin-left: auto !important;
}

.fm-footer-bottom-links a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  transition: color 0.2s ease !important;
  white-space: nowrap !important;
}

.fm-footer-bottom-links a:hover {
  color: #ffffff !important;
}

/* Bouton flottant global Retour en haut (Actif sur tout le site) */
.fm-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
  color: #0b132b;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(11, 19, 43, 0.35), 0 4px 12px rgba(212, 160, 23, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.fm-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.fm-back-to-top:hover {
  background: #0b132b;
  color: #d4a017;
  border-color: #d4a017;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 19, 43, 0.45), 0 6px 16px rgba(212, 160, 23, 0.5);
}

/* Responsive Footer - Tablette (3 colonnes) */
@media (min-width: 768px) and (max-width: 1024px) {
  .fm-footer-grid {
    grid-template-columns: 1.25fr 0.85fr 1.15fr 1.05fr !important;
    gap: 20px !important;
    margin-bottom: 35px !important;
  }
  .fm-footer-col-brand {
    padding-right: 0 !important;
  }
  .fm-footer-logo-img {
    max-width: 155px !important;
  }
  .fm-footer-text {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    margin-bottom: 16px !important;
  }
  .fm-footer-socials {
    gap: 10px !important;
  }
  .fm-footer-social {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }
  .fm-footer-title {
    font-size: 14.5px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0.03em !important;
  }
  .fm-footer-nav-list {
    gap: 9px !important;
  }
  .fm-footer-nav-list li a {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }
  .fm-footer-contact-list {
    gap: 12px !important;
  }
  .fm-footer-contact-item {
    gap: 8px !important;
  }
  .fm-contact-icon-circle {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    flex-shrink: 0 !important;
  }
  .fm-contact-label {
    font-size: 10px !important;
  }
  .fm-contact-value {
    font-size: 12px !important;
    word-break: break-word !important;
  }
  .fm-contact-phone {
    font-size: 13.5px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  .fm-footer {
    padding: 50px 0 0 0;
  }
  .fm-footer-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.35fr !important;
    gap: 28px 14px !important;
    margin-bottom: 36px !important;
    align-items: start !important;
  }
  .fm-footer-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
  }
  .fm-footer-col-brand {
    grid-column: 1 / -1 !important;
    padding-right: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
  .fm-footer-brand {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 0 16px 0 !important;
    text-align: center !important;
  }
  .fm-footer-logo-img {
    margin: 0 auto !important;
    max-width: 175px !important;
    width: 175px !important;
    height: auto !important;
    display: block !important;
  }
  .fm-footer-text {
    text-align: center !important;
    margin: 0 auto 18px auto !important;
    max-width: 330px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #94a3b8 !important;
  }
  .fm-footer-socials {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    gap: 12px !important;
  }
  .fm-footer-socials a {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .fm-footer-title {
    text-align: left !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
  }
  .fm-footer-nav-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    gap: 9px !important;
  }
  .fm-footer-nav-list li {
    text-align: left !important;
    width: 100% !important;
  }
  .fm-footer-nav-list li a {
    display: inline-block !important;
    text-align: left !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }
  .fm-footer-contact-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    gap: 11px !important;
  }
  .fm-footer-contact-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .fm-contact-icon-circle {
    width: 28px !important;
    height: 28px !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
  }
  .fm-contact-text-wrap {
    text-align: left !important;
    min-width: 0 !important;
  }
  .fm-contact-label {
    font-size: 9.5px !important;
  }
  .fm-contact-value {
    font-size: 11.5px !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
  }
  .fm-contact-phone {
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  .fm-footer-bottom {
    text-align: center !important;
    padding: 22px 0 26px 0 !important;
  }
  .fm-footer-bottom-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .fm-footer-copy {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    font-size: 13px !important;
  }
  .fm-footer-bottom-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .fm-footer-bottom-links a {
    font-size: 12.5px !important;
  }
  .fm-back-to-top {
    bottom: 20px;
    right: 18px;
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* ==========================================================================
   16. PAGE SERVICES - DESIGN CLAIR, ÉPURÉ & ÉLÉGANT (STYLE HOMEPAGE)
   ========================================================================== */

.fmp-services-page {
  width: 100%;
  background-color: #ffffff;
  color: #0b132b;
  font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
}

.fmp-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

/* --- 1. HERO SERVICES (FOND CLAIR LUMINEUX) --- */
.fmp-hero-section {
  padding: 70px 0 60px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.fmp-hero-inner {
  max-width: 840px;
  margin: 0 auto;
}

.fmp-section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid rgba(212, 160, 23, 0.35);
  color: #d4a017;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.fmp-hero-title {
  font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 2.7rem;
  font-weight: 800;
  color: #0b132b;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.fmp-hero-lead {
  font-size: 16.5px;
  line-height: 1.7;
  color: #475569;
  max-width: 720px;
  margin: 0 auto 32px auto;
}

.fmp-trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.fmp-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 40px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(11, 19, 43, 0.04);
  transition: all 0.25s ease;
}

.fmp-trust-pill i {
  color: #d4a017;
  font-size: 14px;
}

.fmp-trust-pill:hover {
  border-color: #d4a017;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 160, 23, 0.12);
}

/* --- 2. GRILLE DES 6 PRESTATIONS --- */
.fmp-services-grid-section {
  padding: 85px 0 90px 0;
  background: #ffffff;
}

.fmp-services-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}

.fmp-service-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(11, 19, 43, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}

.fmp-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(11, 19, 43, 0.1);
  border-color: rgba(212, 160, 23, 0.5);
}

.fmp-card-thumb {
  position: relative;
  height: 220px;
  width: 100%;
  flex-shrink: 0;
  overflow: visible;
}

.fmp-card-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 19px 19px 0 0;
  text-decoration: none;
  position: relative;
}

.fmp-card-thumb-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #f1f5f9;
}

.fmp-card-thumb-img img,
.fmp-card-thumb-link img {
  width: 100% !important;
  height: 100% !important;
  max-height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fmp-service-card:hover .fmp-card-thumb-img img,
.fmp-service-card:hover .fmp-card-thumb-link img {
  transform: scale(1.06);
}

.fmp-card-icon-badge {
  position: absolute;
  bottom: -24px;
  right: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
  color: #0b132b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.35);
  z-index: 5;
  transition: transform 0.3s ease;
}

.fmp-service-card:hover .fmp-card-icon-badge {
  transform: scale(1.12);
}

.fmp-card-body {
  padding: 34px 26px 26px 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fmp-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #d4a017;
  margin-bottom: 8px;
}

.fmp-card-title {
  font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 19px;
  font-weight: 800;
  color: #0b132b;
  margin-bottom: 12px;
  line-height: 1.35;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.fmp-card-title a {
  color: #0b132b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fmp-card-title a:hover {
  color: #d4a017;
}

.fmp-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 22px;
  flex-grow: 1;
}

.fmp-card-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.fmp-card-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border-radius: 10px;
  background: rgba(212, 160, 23, 0.12);
  color: #0b132b !important;
  border: 1px solid rgba(212, 160, 23, 0.35);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.fmp-card-cta-btn:hover {
  background: #d4a017;
  color: #0b132b !important;
  border-color: #d4a017;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.25);
}

/* Custom Quote Banner */
.fmp-custom-quote-banner {
  margin-top: 45px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 18px;
  padding: 32px 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(212, 160, 23, 0.3);
}

.fmp-quote-banner-content {
  flex: 1;
  min-width: 280px;
}

.fmp-quote-banner-content h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
}

.fmp-quote-banner-content p {
  margin: 0;
  font-size: 14.5px;
  color: #94a3b8;
  line-height: 1.55;
}

.fmp-btn-devis-specifique {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #d4a017 0%, #b3840e 100%);
  color: #ffffff !important;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.4);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.fmp-btn-devis-specifique:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 160, 23, 0.5);
  background: linear-gradient(135deg, #e5b128 0%, #c4951f 100%);
}

@media (max-width: 991px) {
  .fmp-services-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .fmp-services-grid-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fmp-custom-quote-banner {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  .fmp-btn-devis-specifique {
    width: 100%;
    justify-content: center;
  }
}

/* --- 3. SECTION PROCESSUS EN 4 ÉTAPES (FOND DOUX #F8FAFC) --- */
.fmp-process-section {
  padding: 85px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.fmp-section-heading-center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 55px auto;
}

.fmp-section-title {
  font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 2.3rem;
  font-weight: 800;
  color: #0b132b;
  letter-spacing: -0.02em;
}

.fmp-process-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.fmp-process-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(11, 19, 43, 0.04);
  transition: all 0.3s ease;
  position: relative;
}

.fmp-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 19, 43, 0.08);
  border-color: rgba(212, 160, 23, 0.4);
}

.fmp-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(212, 160, 23, 0.12);
  color: #d4a017;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
  font-family: var(--rr-ff-heading, sans-serif);
}

.fmp-step-title {
  font-size: 17px;
  font-weight: 800;
  color: #0b132b;
  margin-bottom: 10px;
}

.fmp-step-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #475569;
}

/* --- 4. BANNIÈRE CTA ÉLÉGANTE (100% CLAIRE) --- */
.fmp-cta-section {
  padding: 70px 0 85px 0;
  background: #ffffff;
}

.fmp-cta-banner {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px;
  padding: 48px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  box-shadow: 0 10px 30px rgba(11, 19, 43, 0.05);
  border: 2px solid rgba(212, 160, 23, 0.35);
}

.fmp-cta-info {
  max-width: 620px;
}

.fmp-cta-heading {
  font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 2rem;
  font-weight: 800;
  color: #0b132b;
  margin-bottom: 10px;
  line-height: 1.25;
}

.fmp-cta-sub {
  font-size: 15px;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}

.fmp-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.fmp-btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 12px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  color: #0b132b !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(11, 19, 43, 0.04);
}

.fmp-btn-phone i {
  color: #d4a017;
  font-size: 15px;
}

.fmp-btn-phone:hover {
  border-color: #d4a017;
  color: #d4a017 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.15);
}

.fmp-btn-devis {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 12px;
  background: #d4a017;
  color: #0b132b !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(212, 160, 23, 0.3);
}

.fmp-btn-devis:hover {
  background: #e5b32a;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(212, 160, 23, 0.4);
}

/* ==========================================================================
   RESPONSIVE SERVICES PAGE
   ========================================================================== */

@media (max-width: 1024px) {
  .fmp-services-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .fmp-card-body {
    padding: 20px 14px 18px 14px;
  }
  .fmp-card-title {
    font-size: 16px;
    min-height: 42px;
  }
  .fmp-card-desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .fmp-card-checklist li {
    font-size: 12px;
  }
  .fmp-card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .fmp-card-price-pill {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    font-size: 11.5px;
  }
  .fmp-card-cta-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    font-size: 12.5px;
    padding: 10px 12px;
  }
  .fmp-process-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .fmp-cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 36px 30px;
  }
  .fmp-cta-info {
    max-width: 100%;
  }
  .fmp-cta-actions {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fmp-hero-section {
    padding: 50px 0 40px 0;
  }
  .fmp-hero-title {
    font-size: 2rem;
  }
  .fmp-trust-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }
  .fmp-trust-pill {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
    gap: 6px;
    line-height: 1.3;
  }
  .fmp-trust-pill i {
    font-size: 12px;
    flex-shrink: 0;
  }
  .fmp-services-grid-3 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fmp-card-body {
    padding: 24px 18px 20px 18px;
  }
  .fmp-card-footer {
    padding-top: 15px;
    gap: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fmp-card-price-pill {
    font-size: 11px;
    white-space: normal;
    line-height: 1.3;
  }
  .fmp-card-cta-btn {
    white-space: nowrap !important;
    padding: 8px 12px;
    font-size: 11.5px;
    flex-shrink: 0;
  }
  .fmp-process-grid-4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fmp-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .fmp-btn-phone,
  .fmp-btn-devis {
    width: 100%;
    justify-content: center;
  }
}

  /* ==========================================================================
     17. PAGE À PROPOS - DESIGN CLAIR, LUMINEUX & ARTISANAL HAUT DE GAMME
     ========================================================================== */

  .fmap-about-page {
    width: 100%;
    background-color: #ffffff;
    color: #0b132b;
    font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  }

  .fmap-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .fmap-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 30px;
    background: rgba(212, 160, 23, 0.1);
    border: 1px solid rgba(212, 160, 23, 0.35);
    color: #d4a017;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
  }

  /* --- 1. HERO SECTION (100% LUMINEUX) --- */
  .fmap-hero-section {
    padding: 70px 0 65px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
  }

  .fmap-hero-inner {
    max-width: 880px;
    margin: 0 auto;
  }

  .fmap-hero-title {
    font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
    font-size: clamp(30px, 3.8vw, 44px);
    font-weight: 800;
    color: #0b132b;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }

  .fmap-hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: #475569;
    max-width: 760px;
    margin: 0 auto 42px auto;
  }

  /* 4 Badges Statistiques Clés */
  .fmap-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .fmap-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 6px 20px rgba(11, 19, 43, 0.04);
    transition: all 0.3s ease;
    text-align: left;
  }

  .fmap-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(11, 19, 43, 0.08);
    border-color: rgba(212, 160, 23, 0.4);
  }

  .fmap-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(212, 160, 23, 0.12);
    color: #d4a017;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }

  .fmap-stat-val {
    display: block;
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 24px;
    font-weight: 800;
    color: #0b132b;
    line-height: 1.2;
  }

  .fmap-stat-label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
    margin-top: 2px;
  }

  /* --- 2. HISTOIRE & MISSION (GRILLE 2 COLONNES) --- */
  .fmap-story-section {
    padding: 90px 0;
    background: #ffffff;
  }

  .fmap-story-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 65px;
    align-items: center;
  }

  .fmap-story-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: clamp(26px, 2.8vw, 38px);
    font-weight: 800;
    color: #0b132b;
    line-height: 1.25;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
  }

  .fmap-story-p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 18px;
  }

  .fmap-checklist {
    list-style: none;
    padding: 0;
    margin: 26px 0 34px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .fmap-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.5;
  }

  .fmap-check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(212, 160, 23, 0.15);
    color: #d4a017;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .fmap-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #d4a017;
    color: #0b132b !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(212, 160, 23, 0.3);
  }

  .fmap-btn-gold:hover {
    background: #0b132b;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(11, 19, 43, 0.2);
  }

  /* Composition Photos Droite */
  .fmap-story-visuals {
    position: relative;
    width: 100%;
  }

  .fmap-visuals-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .fmap-main-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(11, 19, 43, 0.08);
    border: 1px solid #e2e8f0;
    height: 360px;
    background: #f1f5f9;
  }

  .fmap-main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .fmap-main-img-wrap:hover img {
    transform: scale(1.04);
  }

  .fmap-floating-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 12px 18px;
    border: 1px solid rgba(212, 160, 23, 0.4);
    box-shadow: 0 8px 24px rgba(11, 19, 43, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
  }

  .fmap-floating-badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #d4a017;
    color: #0b132b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  }

  .fmap-floating-badge-text {
    display: flex;
    flex-direction: column;
  }

  .fmap-floating-badge-text strong {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 14px;
    font-weight: 800;
    color: #0b132b;
  }

  .fmap-floating-badge-text span {
    font-size: 11.5px;
    font-weight: 600;
    color: #64748b;
  }

  .fmap-sub-imgs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .fmap-sub-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    height: 160px;
    box-shadow: 0 8px 20px rgba(11, 19, 43, 0.06);
    border: 1px solid #e2e8f0;
    background: #f1f5f9;
  }

  .fmap-sub-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .fmap-sub-img-wrap:hover img {
    transform: scale(1.06);
  }

  /* --- 3. VALEURS FONDAMENTALES (FOND DOUX #F8FAFC) --- */
  .fmap-values-section {
    padding: 85px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
  }

  .fmap-section-heading-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
  }

  .fmap-section-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: clamp(26px, 2.8vw, 36px);
    font-weight: 800;
    color: #0b132b;
    letter-spacing: -0.02em;
  }

  .fmap-values-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .fmap-value-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 32px 24px;
    box-shadow: 0 4px 16px rgba(11, 19, 43, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .fmap-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(11, 19, 43, 0.08);
    border-color: rgba(212, 160, 23, 0.4);
  }

  .fmap-val-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(212, 160, 23, 0.12);
    color: #d4a017;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }

  .fmap-value-card:hover .fmap-val-icon-box {
    background: #d4a017;
    color: #ffffff;
  }

  .fmap-val-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 18px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 12px;
  }

  .fmap-val-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
  }

  /* --- 4. ZONE D'INTERVENTION --- */
  .fmap-zones-section {
    padding: 85px 0;
    background: #ffffff;
  }

  .fmap-zones-banner {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px 55px;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: center;
    box-shadow: 0 8px 25px rgba(11, 19, 43, 0.04);
  }

  .fmap-zones-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 28px;
    font-weight: 800;
    color: #0b132b;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .fmap-zones-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 24px;
  }

  .fmap-zones-pill-trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0b132b;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(11, 19, 43, 0.04);
  }

  .fmap-zones-pill-trust i {
    color: #d4a017;
    font-size: 16px;
  }

  .fmap-cities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .fmap-city-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(11, 19, 43, 0.02);
  }

  .fmap-city-card:hover {
    border-color: #d4a017;
    transform: translateX(3px);
  }

  .fmap-city-card i {
    color: #d4a017;
    font-size: 14px;
    flex-shrink: 0;
  }

  .fmap-city-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .fmap-city-name {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 13.5px;
    font-weight: 700;
    color: #0b132b;
  }

  .fmap-city-delay {
    font-size: 11px;
    font-weight: 700;
    color: #d4a017;
    background: rgba(212, 160, 23, 0.1);
    padding: 3px 8px;
    border-radius: 6px;
  }

  /* --- 5. BANNIÈRE CTA 100% CLAIRE --- */
  .fmap-cta-section {
    padding: 0 0 85px 0;
    background: #ffffff;
  }

  .fmap-cta-banner {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 48px 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    box-shadow: 0 10px 30px rgba(11, 19, 43, 0.05);
    border: 2px solid rgba(212, 160, 23, 0.35);
  }

  .fmap-cta-info {
    max-width: 620px;
  }

  .fmap-cta-heading {
    font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
    font-size: 2rem;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 10px;
    line-height: 1.25;
  }

  .fmap-cta-sub {
    font-size: 15px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
  }

  .fmap-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }

  .fmap-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 22px;
    border-radius: 12px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: #0b132b !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(11, 19, 43, 0.04);
  }

  .fmap-btn-phone i {
    color: #d4a017;
    font-size: 15px;
  }

  .fmap-btn-phone:hover {
    border-color: #d4a017;
    color: #d4a017 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(212, 160, 23, 0.15);
  }

  .fmap-btn-devis {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 26px;
    border-radius: 12px;
    background: #d4a017;
    color: #0b132b !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(212, 160, 23, 0.3);
  }

  .fmap-btn-devis:hover {
    background: #e5b32a;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(212, 160, 23, 0.4);
  }

  /* ==========================================================================
     RESPONSIVE PAGE À PROPOS
     ========================================================================== */

  @media (max-width: 1024px) {
    .fmap-stats-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .fmap-story-grid {
      grid-template-columns: 1fr;
      gap: 45px;
    }
    .fmap-values-grid-4 {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .fmap-zones-banner {
      grid-template-columns: 1fr;
      gap: 36px;
      padding: 36px 30px;
    }
    .fmap-cta-banner {
      flex-direction: column;
      text-align: center;
      padding: 36px 30px;
    }
    .fmap-cta-info {
      max-width: 100%;
    }
    .fmap-cta-actions {
      justify-content: center;
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .fmap-hero-section {
      padding: 50px 0 40px 0;
    }
    .fmap-hero-title {
      font-size: 2rem;
    }
    .fmap-stats-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .fmap-stat-card {
      padding: 16px 18px;
    }
    .fmap-values-grid-4 {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .fmap-cities-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .fmap-main-img-wrap {
      height: 260px;
    }
    .fmap-sub-img-wrap {
      height: 120px;
    }
    .fmap-cta-actions {
      flex-direction: column;
      width: 100%;
      gap: 10px;
    }
    .fmap-btn-phone,
    .fmap-btn-devis {
      width: 100%;
      justify-content: center;
    }
  }

  /* ==========================================================================
     18. PAGE CONTACT & DEVIS - DESIGN CLAIR, ÉLÉGANT & ERGONOMIQUE
     ========================================================================== */

  .fmcp-contact-page {
    width: 100%;
    background-color: #ffffff;
    color: #0b132b;
    font-family: var(--rr-ff-body, 'Plus Jakarta Sans', sans-serif);
  }

  .fmcp-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .fmcp-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 30px;
    background: rgba(212, 160, 23, 0.1);
    border: 1px solid rgba(212, 160, 23, 0.35);
    color: #d4a017;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
  }

  /* --- 1. HERO SECTION CONTACT (100% LUMINEUX) --- */
  .fmcp-hero-section {
    padding: 70px 0 60px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
  }

  .fmcp-hero-inner {
    max-width: 860px;
    margin: 0 auto;
  }

  .fmcp-hero-title {
    font-family: var(--rr-ff-heading, 'Plus Jakarta Sans', sans-serif);
    font-size: clamp(30px, 3.8vw, 44px);
    font-weight: 800;
    color: #0b132b;
    line-height: 1.25;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
  }

  .fmcp-hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: #475569;
    max-width: 760px;
    margin: 0 auto 36px auto;
  }

  .fmcp-trust-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .fmcp-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    border-radius: 40px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(11, 19, 43, 0.04);
    transition: all 0.25s ease;
  }

  .fmcp-trust-pill i {
    color: #d4a017;
    font-size: 14px;
  }

  .fmcp-trust-pill:hover {
    border-color: #d4a017;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 160, 23, 0.12);
  }

  /* --- 2. MAIN SECTION & GRILLE CONTACT --- */
  .fmcp-main-section {
    padding: 85px 0 90px 0;
    background: #ffffff;
  }

  .fmcp-contact-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
    gap: 40px;
    align-items: stretch;
  }

  /* Colonne Gauche : Coordonnées Directes */
  .fmcp-sidebar-col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .fmcp-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 45px 36px;
    box-shadow: 0 8px 24px rgba(11, 19, 43, 0.04);
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .fmcp-card-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 20px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .fmcp-card-title i {
    color: #d4a017;
    font-size: 20px;
  }

  .fmcp-info-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 14px;
  }

  .fmcp-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    flex: 1;
    box-sizing: border-box;
    min-height: 74px;
  }

  a.fmcp-info-item:hover {
    background: #ffffff;
    border-color: #d4a017;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(212, 160, 23, 0.12);
  }

  .fmcp-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(212, 160, 23, 0.12);
    color: #d4a017;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }

  .fmcp-info-texts {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .fmcp-info-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
  }

  .fmcp-info-val {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 16px;
    font-weight: 800;
    color: #0b132b;
  }

  .fmcp-info-sub {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
  }

  /* Colonne Droite : Formulaire Stylé */
  .fmcp-form-col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .fmcp-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 45px 42px;
    box-shadow: 0 12px 36px rgba(11, 19, 43, 0.06);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .fmcp-styled-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
  }

  /* Carte Passerelle Devis Étendue (Pleine Largeur en Bas) */
  .fmcp-devis-callout-card.fmcp-devis-wide-banner {
    margin-top: 40px;
    background: linear-gradient(135deg, #fffdf8 0%, #ffffff 100%);
    border: 1.5px solid rgba(212, 160, 23, 0.4);
    border-radius: 24px;
    padding: 36px 44px;
    box-shadow: 0 8px 28px rgba(212, 160, 23, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    transition: all 0.3s ease;
  }

  .fmcp-devis-callout-card.fmcp-devis-wide-banner:hover {
    border-color: #d4a017;
    box-shadow: 0 12px 34px rgba(212, 160, 23, 0.15);
  }

  .fmcp-devis-wide-left {
    flex: 1;
    max-width: 780px;
  }

  .fmcp-devis-callout-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    border-radius: 20px;
    background: rgba(212, 160, 23, 0.12);
    color: #d4a017;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }

  .fmcp-devis-callout-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 21px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 8px;
    line-height: 1.35;
  }

  .fmcp-devis-callout-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
  }

  .fmcp-devis-wide-right {
    flex-shrink: 0;
  }

  .fmcp-btn-callout-devis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 12px;
    background: #d4a017;
    color: #0b132b !important;
    border: 1.5px solid #d4a017;
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 14.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(212, 160, 23, 0.25);
    white-space: nowrap;
  }

  .fmcp-btn-callout-devis:hover {
    background: #0b132b;
    color: #ffffff !important;
    border-color: #0b132b;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(11, 19, 43, 0.2);
  }

  .fmcp-form-header {
    margin-bottom: 30px;
  }

  .fmcp-form-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 26px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .fmcp-form-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
  }

  .fmcp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

  .fmcp-field-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .fmcp-field-full {
    grid-column: 1 / -1;
  }

  .fmcp-label {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    font-family: var(--rr-ff-heading, sans-serif);
  }

  .fmcp-label .req {
    color: #d4a017;
  }

  .fmcp-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .fmcp-input-icon {
    position: absolute;
    left: 16px;
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.25s ease;
  }

  .fmcp-input,
  .fmcp-select,
  .fmcp-textarea {
    width: 100%;
    font-family: var(--rr-ff-body, sans-serif);
    font-size: 14px;
    color: #0b132b;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 13px 16px 13px 44px;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
  }

  .fmcp-textarea {
    padding: 14px 16px;
    resize: vertical;
    min-height: 110px;
  }

  .fmcp-input:focus,
  .fmcp-select:focus,
  .fmcp-textarea:focus {
    background: #ffffff;
    border-color: #d4a017;
    box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
  }

  .fmcp-input-wrap:focus-within .fmcp-input-icon {
    color: #d4a017;
  }

  .fmcp-toolbox-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(212, 160, 23, 0.08);
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 24px;
  }

  .fmcp-notice-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #d4a017;
    color: #0b132b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
  }

  .fmcp-notice-text {
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
    margin: 0;
    font-weight: 500;
  }

  .fmcp-btn-submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 12px;
    background: #d4a017;
    color: #0b132b;
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 15px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(212, 160, 23, 0.3);
  }

  .fmcp-btn-submit:hover {
    background: #0b132b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(11, 19, 43, 0.22);
  }

  .fmcp-security-note {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin-top: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .fmcp-security-note i {
    color: #d4a017;
  }

  /* Écran de confirmation succès */
  .fmcp-success-screen {
    text-align: center;
    padding: 40px 20px;
  }

  .fmcp-success-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px auto;
    border: 2px solid #bbf7d0;
  }

  .fmcp-success-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 24px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 12px;
  }

  .fmcp-success-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    max-width: 500px;
    margin: 0 auto 24px auto;
  }

  .fmcp-success-phone-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 20px;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }

  .fmcp-success-phone-link {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 18px;
    font-weight: 800;
    color: #d4a017;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  /* --- 3. MINI FAQ SECTION --- */
  .fmcp-faq-section {
    padding: 85px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
  }

  .fmcp-section-heading-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
  }

  .fmcp-section-title {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 800;
    color: #0b132b;
    letter-spacing: -0.02em;
  }

  .fmcp-faq-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .fmcp-faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 4px 16px rgba(11, 19, 43, 0.04);
    transition: all 0.3s ease;
    position: relative;
  }

  .fmcp-faq-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(11, 19, 43, 0.08);
    border-color: rgba(212, 160, 23, 0.4);
  }

  .fmcp-faq-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(212, 160, 23, 0.12);
    color: #d4a017;
    font-family: var(--rr-ff-heading, sans-serif);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .fmcp-faq-q {
    font-family: var(--rr-ff-heading, sans-serif);
    font-size: 16.5px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .fmcp-faq-a {
    font-size: 13.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
  }

  /* Responsive Header Navbar pour iPad & Écrans Moyens (992px - 1280px) */
  @media (max-width: 1280px) and (min-width: 992px) {
    .header-5 .header-menu-wrap .main-menu__list {
      gap: 16px;
    }
    .header-5 .main-menu__list > li > a {
      font-size: 14.5px;
    }
    .header-5 .header-btn-4-desktop {
      padding: 10px 18px;
      font-size: 13px;
    }
  }

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

  /* Tablettes & iPad (768px à 1024px) : Maintien du layout 2 colonnes comme sur Desktop */
  @media (min-width: 768px) and (max-width: 1024px) {
    .fmcp-contact-grid {
      grid-template-columns: 0.95fr 1.25fr;
      gap: 24px;
      align-items: stretch;
    }
    .fmcp-sidebar-col {
      order: 1;
      height: 100%;
    }
    .fmcp-form-col {
      order: 2;
      height: 100%;
    }
    .fmcp-info-card {
      padding: 32px 22px;
    }
    .fmcp-form-card {
      padding: 32px 24px;
    }
    .fmcp-info-val {
      font-size: 15px;
    }
    .fmcp-devis-callout-card.fmcp-devis-wide-banner {
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      padding: 32px 28px;
    }
    .fmcp-devis-wide-right {
      width: 100%;
    }
    .fmcp-devis-wide-right .fmcp-btn-callout-devis {
      width: 100%;
      justify-content: center;
    }
    .fmcp-faq-grid-3 {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  /* Mobiles uniquement (< 767px) : Empilement 1 colonne */
  @media (max-width: 767px) {
    .fmcp-contact-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .fmcp-form-col {
      order: 1;
      height: auto;
    }
    .fmcp-sidebar-col {
      order: 2;
      height: auto;
    }
    .fmcp-info-card,
    .fmcp-form-card {
      height: auto;
    }
    .fmcp-info-item {
      flex: initial;
    }
    .fmcp-devis-callout-card.fmcp-devis-wide-banner {
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      padding: 32px 28px;
    }
    .fmcp-devis-wide-right {
      width: 100%;
    }
    .fmcp-devis-wide-right .fmcp-btn-callout-devis {
      width: 100%;
      justify-content: center;
    }
    .fmcp-faq-grid-3 {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .fmcp-form-card {
      padding: 36px 20px;
    }
  }

  @media (max-width: 767px) {
    .fmcp-hero-section {
      padding: 50px 0 35px 0;
    }
    .fmcp-hero-title {
      font-size: 2rem;
    }
    .fmcp-trust-pills {
      flex-direction: column;
      gap: 8px;
    }
    .fmcp-trust-pill {
      width: 100%;
      max-width: 280px;
      justify-content: center;
    }
    .fmcp-info-card {
      padding: 28px 20px;
      border-radius: 18px;
    }
    .fmcp-form-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .fmcp-form-card {
      padding: 26px 20px;
      border-radius: 18px;
    }
    .fmcp-devis-callout-card.fmcp-devis-wide-banner {
      padding: 24px 20px;
      border-radius: 18px;
      gap: 18px;
    }
    .fmcp-devis-wide-left .fmcp-devis-callout-title {
      font-size: 18px;
    }
    .fmcp-faq-grid-3 {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
