@charset "UTF-8";
/* ----------------------- METZGER FONT ----------------------- */
@font-face {
  font-family: 'Metzger';
  src: url("../fonts/metzger/metzger_plusjakartasans-light-webfont.woff2") format("woff2"), url("../fonts/metzger/metzger_plusjakartasans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metzger';
  src: url("../fonts/metzger/metzger_plusjakartasans-medium-webfont.woff2") format("woff2"), url("../fonts/metzger/metzger_plusjakartasans-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metzger';
  src: url("../fonts/metzger/metzger_plusjakartasans-regular-webfont.woff2") format("woff2"), url("../fonts/metzger/metzger_plusjakartasans-regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Metzger';
  src: url("../fonts/metzger/metzger_plusjakartasans-semibold-webfont.woff2") format("woff2"), url("../fonts/metzger/metzger_plusjakartasans-semibold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/* --- VARIABLES SCSS --- */
/* --- CUSTOM PROPERTIES (pour compatibilité JS) --- */
:root {
  --blue: #0037cd;
  --blue-dark: #002399;
  --blue-light: #2952d6;
  --blue-muted: rgba(0, 55, 205, 0.07);
  --blue-subtle: rgba(0, 55, 205, 0.04);
  --cream: #f0ebed;
  --cream-warm: #f7f4f5;
  --white: #ffffff;
  --black: #0a0a0a;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #e5e5e5;
  --gray-300: #d4d4d4;
  --gray-400: #a3a3a3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #404040;
  --gray-800: #262626;
  --gray-900: #171717;
  --gold: #b8960c;
  --font-display: Metzger, sans-serif;
  --font-body: Metzger, -apple-system, BlinkMacSystemFont, sans-serif;
  --container: 1280px;
  --container-narrow: 960px;
  --gutter: 40px;
  --section-gap: clamp(80px, 8vw, 80px);
  --radius: 16px;
  --radius-sm: 8px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 8px 40px rgba(0, 0, 0, 0.06);
  --shadow-elevated: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-hero: 0 30px 80px rgba(0, 0, 0, 0.12);
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --navbar-h: 80px;
  --topbar-h: 40px; }

/* --- RESET --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

body {
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #404040;
  background: #ffffff;
  line-height: 1.7;
  overflow-x: hidden; }

::selection {
  background: rgba(0, 55, 205, 0.12);
  color: #002399; }

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

a {
  color: inherit;
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit; }

/* --- SKIP LINK --- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 12px 24px;
  background: #0037cd;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 4px;
  transition: top 0.2s; }

.skip-link:focus {
  top: 16px; }

/* --- NAV OPEN (body lock) --- */
body.nav-open {
  overflow: hidden; }

/* --- BREADCRUMBS --- */
.ariane {
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: -10px; }

.ariane #breadcrumbs {
  font-family: "Metzger", sans-serif;
  display: inline-block;
  position: relative;
  background-color: #f0ebed;
  color: #000;
  padding: 5px 14px;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.ariane #breadcrumbs a {
  color: #000; }

.ariane #breadcrumbs:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 50%;
  background-color: #0037cd;
  top: 100%;
  left: 0; }

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5 {
  font-family: "Metzger", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #171717;
  letter-spacing: -0.01em; }

.home h1 {
  display: block;
  font-size: 1rem;
  position: absolute;
  z-index: -1;
  color: #0037cd;
  top: 40px; }

.t-display {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em; }

.t-heading {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.02em; }

.t-subheading {
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
  color: #737373;
  line-height: 1.8;
  max-width: 520px; }

.t-label {
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0037cd;
  display: inline-flex;
  align-items: center;
  gap: 12px; }

.t-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #0037cd; }

.t-accent {
  color: #0037cd; }

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  padding: 16px 36px;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap; }

.btn--primary {
  background: #0037cd;
  color: #ffffff; }

.btn--primary:hover {
  background: #002399;
  box-shadow: 0 0px 16px rgba(0, 55, 205, 0.3);
  color: #ffffff; }

.btn--outline {
  background: transparent;
  color: #171717;
  border: 1.5px solid #d4d4d4; }

.btn--outline:hover {
  border-color: #0037cd;
  color: #0037cd;
  transform: translateY(-2px); }

.btn--white {
  background: #ffffff;
  color: #0037cd; }

.btn--white:hover {
  background: #f0ebed;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  color: #002399; }

.btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px); }

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px); }

.btn--lg {
  padding: 18px 44px;
  font-size: 1rem; }

.btn i {
  font-size: 0.8em;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

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

.btn--submit {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 0.9rem;
  margin-top: 8px; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px; }

.container--narrow {
  max-width: 960px; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  height: 40px;
  display: flex;
  align-items: center;
  background: rgba(0, 35, 153, 0.6);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .topbar a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s; }
    .topbar a:hover {
      color: #ffffff; }
  .topbar .btn {
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    box-shadow: none; }
    .topbar .btn:hover, .topbar .btn:focus {
      background: none;
      box-shadow: none; }
  .page-produit .topbar {
    background: #002399; }
  .topbar.hidden {
    transform: translateY(-100%); }

.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.topbar__left {
  display: flex;
  align-items: center;
  gap: 10px; }
  .topbar__left i {
    margin-right: 6px;
    font-size: 0.75rem; }

.topbar__flag {
  display: inline-flex;
  align-items: center;
  opacity: 0.55;
  line-height: 0;
  transition: opacity 0.3s ease, transform 0.3s ease; }
  .topbar__flag:hover {
    opacity: 1;
    transform: scale(1.15); }
  .topbar__flag--active {
    opacity: 1; }
  .topbar__flag img {
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2); }

.topbar__right {
  display: flex;
  align-items: center;
  gap: 16px; }
  .topbar__right a {
    font-size: 0.85rem; }

.topbar__divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35); }

@media (max-width: 768px) {
  .topbar__right,
  .topbar__hours {
    display: none; } }
.mz-navbar {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  min-height: 80px; }
  .mz-navbar--fixed {
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: top 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s, padding 0.3s, box-shadow 0.3s, min-height 0.3s; }
  .mz-navbar--scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-height: 60px; }
    .mz-navbar--scrolled.mz-navbar--fixed {
      top: 0; }
    .mz-navbar--scrolled .mz-navbar__brand .mz-navbar__logo,
    .mz-navbar--scrolled .custom-logo {
      height: 35px; }
    .mz-navbar--scrolled .mz-navbar__toggler {
      padding: 0.5rem 0.5rem 0.5rem 0.5rem; }
  .mz-navbar .container,
  .mz-navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.mz-navbar__brand {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease; }
  .mz-navbar__brand:hover, .mz-navbar__brand:focus {
    transform: scale(1.05); }

.mz-navbar__brand-link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease; }
  .mz-navbar__brand-link:hover, .mz-navbar__brand-link:focus,
  .custom-logo-link:hover,
  .custom-logo-link:focus {
    transform: scale(1.05); }

.mz-navbar__logo,
.custom-logo {
  height: 70px;
  width: auto;
  transition: all 0.3s ease; }

.mz-navbar__title {
  font-weight: bold;
  color: #0037cd;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease; }
  .mz-navbar__title:hover {
    color: #ff8210; }

.mz-navbar__toggler {
  background-color: #0037cd;
  padding: 0.6rem;
  border: 0;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .mz-navbar__toggler:hover {
    background-color: #002399; }
  .mz-navbar__toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 55, 205, 0.1); }

.mz-hamburger {
  display: block;
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer; }
  .mz-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    left: 0;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    .mz-hamburger span:nth-child(1) {
      top: 0; }
    .mz-hamburger span:nth-child(2) {
      top: 9px; }
    .mz-hamburger span:nth-child(3) {
      top: 18px; }

.mz-menu-open .mz-hamburger span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg); }
.mz-menu-open .mz-hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px; }
.mz-menu-open .mz-hamburger span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg); }

.mz-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.mz-nav__item {
  position: relative; }

.mz-nav__link {
  color: #333;
  font-weight: 500;
  padding: 0.5rem 1rem;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease; }
  .mz-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #0037cd;
    transform: translateX(-50%);
    transition: all 0.3s ease; }
  .mz-nav__link:hover, .mz-nav__link:focus, .mz-nav__link.active {
    color: black; }
    .mz-nav__link:hover::after, .mz-nav__link:focus::after, .mz-nav__link.active::after {
      width: 80%; }
  .mz-nav__link--contact {
    background-color: #ff8210;
    color: #ffffff;
    border-radius: 8px;
    margin-left: 1rem;
    padding: 0.5rem 1.5rem; }
    .mz-nav__link--contact:hover {
      background-color: #dc6900;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .mz-nav__link--contact::after {
      display: none !important; }

.mz-nav .extension .mz-nav__link::after {
  background-color: #fa0808; }

.mz-nav .veranda .mz-nav__link::after {
  background-color: #eb6218; }

.mz-nav .autres .mz-nav__link::after {
  background-color: #7dd699; }

.mz-nav__link--cta .mz-nav__link {
  background-color: #0037cd;
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.6rem 1.2rem !important;
  border-radius: 0 16px 0 0;
  transition: all 0.3s ease; }
  .mz-nav__link--cta .mz-nav__link::after {
    display: none !important; }
  .mz-nav__link--cta .mz-nav__link:hover, .mz-nav__link--cta .mz-nav__link:focus {
    background-color: #0037cd;
    color: #ffffff !important;
    transform: translateY(0px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.mz-nav__link--cta .mz-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 100%;
  padding: 0.5rem;
  margin-top: 0rem;
  background-color: #0037cd;
  border: none;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none; }
  .mz-nav__link--cta .mz-dropdown__menu.is-open {
    display: block;
    animation: mzFadeInDown 0.3s ease; }
.mz-nav__link--cta .mz-dropdown__item {
  display: block;
  width: 100%;
  padding: 0.2rem 0.5rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  transition: all 0.15s ease; }
  .mz-nav__link--cta .mz-dropdown__item:hover, .mz-nav__link--cta .mz-dropdown__item:focus {
    color: #0037cd;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(0px);
    padding: 0.2rem 0.5rem; }
  .mz-nav__link--cta .mz-dropdown__item.active, .mz-nav__link--cta .mz-dropdown__item:active {
    color: #ffffff;
    background-color: #0037cd; }

.mz-dropdown {
  position: relative;
  overflow: visible !important; }

.mz-dropdown__menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 220px;
  padding: 0.5rem;
  margin-top: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none; }
  .mz-dropdown__menu.is-open {
    display: block;
    animation: mzFadeInDown 0.3s ease; }

.mz-dropdown__item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  transition: all 0.15s ease; }
  .mz-dropdown__item:hover, .mz-dropdown__item:focus {
    color: #0037cd;
    background-color: rgba(0, 55, 205, 0.1);
    transform: translateX(0px); }
  .mz-dropdown__item.active, .mz-dropdown__item:active {
    color: #ffffff;
    background-color: #0037cd; }
  .mz-dropdown__item.disabled, .mz-dropdown__item:disabled {
    color: #999999;
    pointer-events: none;
    background-color: transparent; }

.mz-dropdown__divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.mz-navbar__collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  display: none; }

@media (min-width: 992px) {
  .mz-navbar {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .mz-navbar .mz-nav {
      flex-direction: row; }
      .mz-navbar .mz-nav .mz-nav__link {
        padding: 0.5rem 1rem; }
    .mz-navbar .mz-navbar__collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: flex-end; }
    .mz-navbar .mz-navbar__toggler {
      display: none; }
    .mz-navbar .mz-dropdown__menu {
      position: absolute; }
    .mz-navbar .mz-dropdown:hover > .mz-dropdown__menu,
    .mz-navbar .mz-dropdown:focus-within > .mz-dropdown__menu {
      display: block;
      animation: mzFadeInDown 0.3s ease; } }
@media (max-width: 991.98px) {
  .mz-navbar .mz-nav {
    margin-top: 1rem; }
    .mz-navbar .mz-nav .mz-nav__link {
      padding: 0.75rem 1rem; }
      .mz-navbar .mz-nav .mz-nav__link--contact {
        margin-left: 0;
        margin-top: 1rem;
        display: inline-block;
        text-align: center; }
  .mz-navbar .mz-dropdown__menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .mz-navbar .mz-dropdown__menu .mz-dropdown__item {
      padding-left: 2rem; } }
.mz-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0037cd;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  clip-path: circle(0% at calc(100% - 30px) 30px);
  font-family: "Metzger", sans-serif; }
  .mz-mobile-overlay.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.mz-mobile-overlay__inner {
  padding: 20px 0 40px;
  position: relative; }

.mz-mobile-overlay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0; }

.mz-mobile-overlay__logo {
  max-width: 200px; }
  .mz-mobile-overlay__logo img,
  .mz-mobile-overlay__logo .custom-logo {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1); }
  .mz-mobile-overlay__logo .custom-logo-link,
  .mz-mobile-overlay__logo .mz-mobile-overlay__brand-link {
    display: inline-block; }
    .mz-mobile-overlay__logo .custom-logo-link .custom-logo,
    .mz-mobile-overlay__logo .mz-mobile-overlay__brand-link .custom-logo {
      width: 100%;
      height: auto;
      filter: brightness(0) invert(1); }
  .mz-mobile-overlay__logo .mz-navbar__title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none; }

.mz-mobile-overlay__close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease; }
  .mz-mobile-overlay__close:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.mz-mobile-menu {
  list-style: none;
  padding: 1.5rem 0 1.5rem 0;
  margin: 0; }
  .mz-mobile-menu > li {
    margin-bottom: 5px;
    opacity: 0;
    transform: translateY(20px); }
    .mz-mobile-menu > li > a {
      display: block;
      color: rgba(255, 255, 255, 0.85);
      font-size: 1.2rem;
      font-weight: 600;
      padding: 4px 15px;
      text-decoration: none;
      border-radius: 8px;
      position: relative; }
      .mz-mobile-menu > li > a:hover {
        background: rgba(141, 179, 208, 0.85);
        color: #ffffff; }
  .mz-mobile-menu .mz-mobile-menu__parent.is-open > a {
    background: rgba(255, 255, 255, 0.85);
    color: #0037cd; }
  .mz-mobile-menu .mz-mobile-menu__parent > a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 5px;
    transition: transform 0.3s;
    background-color: #FFF;
    padding: 0 0.5rem;
    border-radius: 8px;
    color: #0037cd; }
  .mz-mobile-menu .mz-mobile-menu__parent.is-open > a::after {
    transform: rotate(180deg); }
  .mz-mobile-menu .mz-mobile-menu__parent.is-open .mz-mobile-sub {
    max-height: 500px; }
  .mz-mobile-menu .mz-mobile-sub {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 5px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease; }
    .mz-mobile-menu .mz-mobile-sub a {
      color: #ffffff;
      font-size: 1.1rem;
      padding: 0;
      display: block;
      text-decoration: none; }
  .mz-mobile-menu .mz-mobile-sub__indicator {
    font-size: 0.8em;
    margin-left: 5px;
    opacity: 0;
    transition: transform 0.3s; }
  .mz-mobile-menu .mz-mobile-menu__parent.is-open .mz-mobile-sub__indicator {
    transform: rotate(180deg); }

.mz-mobile-utility {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "full full" "left right";
  gap: 15px;
  margin-bottom: 20px; }

.mz-mobile-utility__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #0037cd;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease; }
  .mz-mobile-utility__btn i {
    font-size: 24px;
    margin-bottom: 8px; }
  .mz-mobile-utility__btn:first-child {
    grid-area: full; }
  .mz-mobile-utility__btn:nth-of-type(2) {
    grid-area: left; }
  .mz-mobile-utility__btn:nth-of-type(3) {
    grid-area: right; }
  .mz-mobile-utility__btn:hover, .mz-mobile-utility__btn:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none; }

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ff8210;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1030;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .back-to-top:hover {
    background: #dc6900;
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15); }
  .back-to-top.visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767.98px) {
    .back-to-top {
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      font-size: 1rem; } }

@keyframes mzFadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.footer {
  background: #0037cd;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 80px; }

.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1.1fr;
  gap: 48px; }

.footer__brand-logo {
  height: 40px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1); }

.footer__brand-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  max-width: 300px; }

.footer__col-title {
  font-family: "Metzger", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.footer__link {
  display: block;
  padding: 5px 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.footer__link:hover {
  color: #ffffff;
  transform: translateX(4px); }

.footer__contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start; }

.footer__contact-item i {
  color: #ffffff;
  font-size: 0.85rem;
  margin-top: 4px;
  min-width: 20px; }

.footer__contact-item span {
  font-size: 0.88rem;
  line-height: 1.6; }

.footer__contact-item a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s; }

.footer__contact-item a:hover {
  color: #ffffff; }

.footer__zone {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 60px;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px; }

.footer__zone-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px; }

.footer__zone-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.footer__zone-pill {
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.footer__zone-pill:hover {
  background: rgba(0, 55, 205, 0.2);
  color: rgba(255, 255, 255, 0.8); }

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem; }

.footer__bottom a {
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s; }

.footer__bottom a:hover {
  color: rgba(255, 255, 255, 0.7); }

.footer__legal {
  display: flex;
  gap: 20px; }

@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .footer__grid {
    grid-template-columns: 1fr; }

  .footer__bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center; }

  .footer__legal {
    justify-content: center; } }
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.modal-overlay.open {
  opacity: 1;
  visibility: visible; }

.modal-devis {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 92%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2); }

.modal-devis.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1); }

.modal-devis__header {
  padding: 36px 40px 0;
  text-align: center; }

.modal-devis__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  font-size: 1.1rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #f5f5f5; }

.modal-devis__close:hover {
  background: #e5e5e5;
  color: #262626;
  transform: rotate(90deg); }

.modal-devis__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0037cd;
  font-size: 1.5rem; }

.modal-devis__header h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px; }

.modal-devis__header p {
  font-size: 0.9rem;
  color: #737373; }

.modal-devis__body {
  padding: 32px 40px 40px; }

.form-group {
  margin-bottom: 16px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

.form-input, .form-select {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #e5e5e5;
  border-radius: 4px;
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  color: #262626;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #ffffff;
  outline: none;
  appearance: none; }

.form-input::placeholder {
  color: #a3a3a3; }

.form-input:focus, .form-select:focus {
  border-color: #0037cd;
  box-shadow: 0 0 0 3px rgba(0, 55, 205, 0.08); }

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23737373' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px; }

.modal-devis__footer {
  text-align: center;
  font-size: 0.75rem;
  color: #a3a3a3;
  padding: 0 40px 28px; }

.modal-devis__footer i {
  margin-right: 4px; }

@media (max-width: 600px) {
  .modal-devis__header, .modal-devis__body, .modal-devis__footer {
    padding-left: 24px;
    padding-right: 24px; }

  .form-row {
    grid-template-columns: 1fr; } }
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }

.reveal.visible {
  opacity: 1;
  transform: translateY(0); }

.reveal[data-delay="100"] {
  transition-delay: 0.1s; }

.reveal[data-delay="200"] {
  transition-delay: 0.2s; }

.reveal[data-delay="300"] {
  transition-delay: 0.3s; }

.reveal[data-delay="400"] {
  transition-delay: 0.4s; }

.js .reveal {
  opacity: 1;
  transform: none;
  transition: none; }

/* ========================
   HERO SLIDER (homepage)
   ======================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  overflow: hidden;
  margin-top: -40px; }

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none; }

.hero__slide.active {
  opacity: 1;
  pointer-events: auto; }

.hero__bg {
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center;
  transition: transform 10s linear;
  will-change: transform; }

.hero__slide.active .hero__bg {
  transform: scale(1.06); }

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(90deg, rgba(0, 20, 80, 0.8) 0%, rgba(0, 20, 80, 0.35) 55%, transparent 100%); }

.hero__content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center; }

.hero__text {
  max-width: 700px;
  color: #ffffff; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s; }

.hero__slide.active .hero__badge {
  opacity: 1;
  transform: translateY(0); }

.hero__title {
  font-family: "Metzger", sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 3.2rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.25s; }

.hero__slide.active .hero__title {
  opacity: 1;
  transform: translateY(0); }

.hero__title em {
  font-style: normal;
  font-weight: 300;
  opacity: 0.7; }

.hero__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 460px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.45s; }

.hero__slide.active .hero__desc {
  opacity: 1;
  transform: translateY(0); }

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s; }

.hero__slide.active .hero__actions {
  opacity: 1;
  transform: translateY(0); }

/* Hero bottom bar */
.hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 0 40px; }

.hero__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.hero__counter {
  font-family: "Metzger", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 300;
  letter-spacing: 2px; }

.hero__counter-current {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1; }

.hero__counter-total {
  font-size: 0.9rem;
  opacity: 0.4; }

.hero__counter-divider {
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 4px; }

.hero__progress {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 32px;
  border-radius: 1px;
  overflow: hidden; }

.hero__progress-bar {
  height: 100%;
  width: 0;
  background: #ffffff;
  border-radius: 1px; }

.hero__progress-bar.running {
  transition: width linear; }

.hero__arrows {
  display: flex;
  gap: 6px; }

.hero__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.hero__arrow:hover {
  background: #ffffff;
  color: #0037cd;
  border-color: #ffffff;
  transform: scale(1.08); }

@media (max-width: 768px) {
  .hero {
    height: 100vh;
    min-height: 700px; }

  .hero__title {
    font-size: 1.6rem; }

  .hero__desc {
    font-size: 0.95rem; }

  .hero__progress {
    display: none; } }
/* ========================
   PAGE HERO (pages catégorie)
   ======================== */
.page-hero {
  position: relative;
  height: clamp(550px, 50vh, 550px);
  overflow: hidden;
  display: flex;
  align-items: flex-end; }

.page-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 12s linear;
  will-change: transform; }

.page-hero__bg.loaded {
  transform: scale(1.04); }

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 40%), linear-gradient(180deg, transparent 30%, rgba(0, 15, 60, 0.7) 100%); }

.page-hero__content {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 0 clamp(48px, 6vw, 72px); }

.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px; }

.page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s; }

.page-hero__breadcrumb a:hover {
  color: #ffffff; }

.page-hero__breadcrumb i {
  font-size: 0.55rem; }

.page-hero__title {
  font-family: "Metzger", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 16px; }

.page-hero__title em {
  font-style: normal;
  font-weight: 300;
  opacity: 0.8; }

.page-hero__subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 540px; }

@media (max-width: 768px) {
  .page-hero {
    height: clamp(340px, 45vh, 440px); }

  .page-hero__title {
    font-size: 2rem; } }
/* ========================
   PROD HERO (pages produit)
   ======================== */
.prod-hero {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  background: #0037cd; }

.prod-hero__layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: clamp(560px, 70vh, 780px); }

/* Left: text */
.prod-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 80px) 40px clamp(48px, 6vw, 80px) max(40px, calc((100vw - 1280px) / 2 + 40px));
  position: relative;
  z-index: 3; }

.prod-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 40px; }

.prod-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.25s; }

.prod-hero__breadcrumb a:hover {
  color: #ffffff; }

.prod-hero__breadcrumb i {
  font-size: 0.55rem; }

.prod-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
  width: fit-content;
  display: none; }

.prod-hero__badge i {
  color: #2952d6; }

.prod-hero__title {
  font-family: "Metzger", sans-serif;
  font-size: clamp(2.8rem, 5.5vw, 3rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.02;
  letter-spacing: 0.02em;
  margin-bottom: 8px; }

.prod-hero__title em {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  display: block;
  font-size: clamp(2.8rem, 5.5vw, 4rem); }

.prod-hero__tagline {
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 28px; }

.prod-hero__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.85;
  max-width: 440px;
  margin-bottom: 40px; }

.prod-hero__quick-specs {
  display: flex;
  gap: 28px;
  margin-bottom: 44px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.prod-hero__spec {
  text-align: center; }

.prod-hero__spec-value {
  font-family: "Metzger", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 4px; }

.prod-hero__spec-label {
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7); }

.prod-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap; }

/* Right: image */
.prod-hero__visual {
  position: relative;
  overflow: hidden; }

.prod-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 12s linear; }

.prod-hero__img.loaded {
  transform: scale(1.05); }

.prod-hero__img-overlay {
  position: absolute;
  inset: 0;
  z-index: 2; }

/* Decorative diagonal */
.prod-hero__visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 120px;
  height: 100%;
  transform: skewX(-3deg);
  z-index: 2; }

@media (max-width: 1024px) {
  .prod-hero__layout {
    grid-template-columns: 1fr;
    min-height: auto; }

  .prod-hero__content {
    padding: 60px 40px 48px;
    order: 2; }

  .prod-hero__visual {
    height: 50vh;
    min-height: 340px;
    order: 1; }

  .prod-hero__visual::before {
    display: none; }

  .prod-hero__img-overlay {
    background: linear-gradient(180deg, transparent 50%, #171717 100%); } }
@media (max-width: 600px) {
  .prod-hero__quick-specs {
    gap: 20px;
    flex-wrap: wrap; }

  .prod-hero__actions {
    flex-direction: column; }

  .prod-hero__actions .btn {
    justify-content: center; } }
.reassurance {
  position: relative;
  z-index: 20;
  margin-top: 0;
  padding: 0 40px;
  background: #f0ebed; }

.reassurance__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.reassurance__item {
  padding: 30px 16px;
  text-align: center;
  position: relative;
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.reassurance__item:first-child {
  border-radius: 12px 0 0 12px; }

.reassurance__item:last-child {
  border-radius: 0 12px 12px 0; }

.reassurance__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e5e5e5; }

.reassurance__item:hover {
  background: rgba(0, 55, 205, 0.04); }

.reassurance__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0037cd;
  font-size: 1.2rem;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 12px;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1); }

.reassurance__item:hover .reassurance__icon {
  background: #0037cd;
  color: #ffffff;
  transform: translateY(-3px) scale(1.05); }

.reassurance__text {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #404040;
  line-height: 1.4; }

@media (max-width: 1024px) {
  .reassurance__inner {
    grid-template-columns: repeat(3, 1fr); }

  .reassurance__item:nth-child(3)::after {
    display: none; } }
@media (max-width: 600px) {
  .reassurance__inner {
    grid-template-columns: repeat(3, 1fr); }

  .reassurance__item:nth-child(even)::after {
    display: none; } }
.gammes {
  padding: clamp(80px, 8vw, 80px) 0; }

.gammes__header {
  text-align: center;
  margin-bottom: 72px; }

.gammes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

.gamme {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer; }
  .gamme:nth-child(-n+3) {
    grid-column: span 2;
    aspect-ratio: 16/9; }

.gamme__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.gamme:hover .gamme__img {
  transform: scale(1.06); }

.gamme__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 35, 153, 0.55) 65%, rgba(0, 35, 153, 0.88) 100%);
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.gamme:hover .gamme__overlay {
  background: linear-gradient(180deg, transparent 15%, rgba(0, 35, 153, 0.55) 55%, rgba(0, 35, 153, 0.88) 100%); }

.gamme__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  color: #ffffff;
  z-index: 2; }

.gamme__tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #0037cd;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 14px; }

.gamme__tag--new {
  background: #e53e3e; }

.gamme__name {
  font-family: "Metzger", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #ffffff;
  margin-bottom: 8px; }

.gamme__excerpt {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  opacity: 0; }

.gamme:hover .gamme__excerpt {
  max-height: 80px;
  opacity: 1; }

.gamme__arrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px; }
  .gamme__arrow:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 4px;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
    transition: all 0.3s ease; }

.gamme:hover .gamme__arrow {
  color: #ffffff; }

.gamme__arrow i {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: none; }

.gamme:hover .gamme__arrow i {
  transform: translateX(6px); }

@media (max-width: 1024px) {
  .gammes__grid {
    grid-template-columns: repeat(2, 1fr); }

  .gamme {
    aspect-ratio: 4/5; } }
@media (max-width: 600px) {
  .gammes__grid {
    grid-template-columns: repeat(2, 1fr); }

  .gamme {
    aspect-ratio: 4/5; } }
.atouts {
  padding: clamp(80px, 8vw, 80px) 0;
  background: #f7f4f5;
  position: relative; }

.atouts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e5e5, transparent); }

.atouts__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center; }

.atouts__visual {
  position: relative; }

.atouts__img-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }

.atouts__img-main img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

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

.atouts__floating-card {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3; }

.atouts__floating-number {
  font-family: "Metzger", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0037cd;
  line-height: 1; }

.atouts__floating-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4; }

.atouts__list {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.atout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 16px;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid transparent; }

.atout:hover {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.04); }

.atout__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0037cd;
  font-size: 1.2rem;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1); }

.atout:hover .atout__icon {
  background: #0037cd;
  color: #ffffff; }

.atout__title {
  font-family: "Metzger", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a; }

.atout__desc {
  font-size: 0.9rem;
  color: #737373;
  line-height: 1.7; }

/* Certifs strip */
.atouts__certifs {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

.certif-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #525252;
  border: 1px solid #e5e5e5;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.certif-pill:hover {
  border-color: #0037cd;
  color: #0037cd; }

.certif-pill i {
  font-size: 0.85rem; }

@media (max-width: 1024px) {
  .atouts__layout {
    grid-template-columns: 1fr;
    gap: 50px; }

  .atouts__floating-card {
    right: 20px;
    bottom: -20px; } }
/* ========================
   AGENCE (homepage)
   ======================== */
.agence {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.agence__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start; }

.agence__text {
  font-size: 0.95rem;
  color: #737373;
  line-height: 1.85;
  margin-bottom: 16px;
  max-width: 480px; }

/* Info items */
.agence__infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5; }

.agence__info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.agence__info:hover {
  background: rgba(0, 55, 205, 0.04);
  transform: translateX(4px); }

.agence__info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 12px;
  color: #0037cd;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.agence__info:hover .agence__info-icon {
  background: #0037cd;
  color: #ffffff; }

.agence__info-label {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a3a3a3;
  margin-bottom: 2px; }

.agence__info-value {
  font-size: 0.9rem;
  font-weight: 500;
  color: #404040; }

.agence__info-value a {
  color: #404040;
  transition: color 0.2s; }

.agence__info-value a:hover {
  color: #0037cd; }

/* Actions */
.agence__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px; }

/* Cities pills */
.agence__cities {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f5f5f5; }

.agence__cities-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a3a3a3;
  margin-bottom: 12px; }

.agence__cities-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.agence__city-pill {
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #737373;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.agence__city-pill:hover {
  border-color: #0037cd;
  color: #0037cd;
  background: rgba(0, 55, 205, 0.07); }

/* Visual: showroom photo + map stacked */
.agence__visual {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.agence__showroom {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }

.agence__showroom img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.agence__showroom:hover img {
  transform: scale(1.03); }

.agence__map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  position: relative; }

.agence__map img {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: cover; }

.agence__map-pulse {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #0037cd;
  border-radius: 50%;
  z-index: 3;
  display: none; }

.agence__map-pulse::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px solid #0037cd;
  border-radius: 50%;
  animation: pulse-ring 2s ease-out infinite; }

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }
@media (max-width: 1024px) {
  .agence__layout {
    grid-template-columns: 1fr;
    gap: 48px; }

  .agence__text {
    max-width: 100%; } }
/* ========================
   SHOWROOM (page agence)
   ======================== */
.showroom {
  padding: clamp(80px, 8vw, 80px) 0; }

.showroom__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center; }

.showroom__text {
  font-size: 0.95rem;
  color: #737373;
  line-height: 1.9;
  margin-bottom: 20px;
  max-width: 480px; }

.showroom__text:first-of-type::first-letter {
  font-family: "Metzger", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  float: left;
  line-height: 0.8;
  margin: 6px 16px 0 0;
  color: #0037cd; }

.showroom__highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px; }

.showroom__highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #f7f4f5;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.showroom__highlight:hover {
  background: rgba(0, 55, 205, 0.07);
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); }

.showroom__highlight-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  color: #0037cd;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.showroom__highlight:hover .showroom__highlight-icon {
  background: #0037cd;
  color: #ffffff; }

.showroom__highlight-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #404040;
  line-height: 1.4; }

/* Photo mosaic */
.showroom__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px; }

.showroom__photo {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06); }

.showroom__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }

.showroom__photo:hover img {
  transform: scale(1.04); }

.showroom__photo--large {
  grid-row: span 2; }

.showroom__photo--large img {
  aspect-ratio: auto;
  min-height: 100%; }

@media (max-width: 1024px) {
  .showroom__layout {
    grid-template-columns: 1fr;
    gap: 48px; }

  .showroom__text {
    max-width: 100%; } }
@media (max-width: 600px) {
  .showroom__highlights {
    grid-template-columns: 1fr; }

  .showroom__mosaic {
    grid-template-columns: 1fr; }

  .showroom__photo--large {
    grid-row: span 1; }

  .showroom__photo img {
    aspect-ratio: 4/3; } }
/* ========================
   EQUIPE (page agence)
   ======================== */
.equipe {
  padding: clamp(80px, 8vw, 80px) 0;
  background: #e5e5e5;
  color: #ffffff;
  position: relative;
  overflow: hidden; }

.equipe::before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 55, 205, 0.12), transparent 70%);
  border-radius: 50%; }

.equipe .t-label {
  color: #0037cd; }

.equipe .t-label::before {
  background: #0037cd; }

.equipe .t-subheading {
  color: #0a0a0a; }

.equipe .t-heading {
  color: #0037cd; }

.equipe__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: center; }

.equipe__photo {
  border-radius: 20px;
  overflow: hidden;
  position: relative; }

.equipe__photo img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.equipe__photo:hover img {
  transform: scale(1.03); }

.equipe__photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  gap: 16px; }

.equipe__photo-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8); }

.equipe__photo-stat i {
  color: #2952d6;
  font-size: 0.85rem; }

.equipe__content {
  position: relative;
  z-index: 2; }

.equipe__text {
  font-size: 0.95rem;
  color: black;
  line-height: 1.85;
  margin-bottom: 20px;
  max-width: 440px; }

.equipe__values {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px; }

.equipe__value {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 55, 205, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.equipe__value:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(6px); }

.equipe__value-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0037cd;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.9rem; }

.equipe__value-text {
  font-size: 0.98rem;
  font-weight: 500;
  color: rgba(0, 35, 153, 0.75); }

@media (max-width: 1024px) {
  .equipe__layout {
    grid-template-columns: 1fr;
    gap: 48px; }

  .equipe__text {
    max-width: 100%; } }
/* ========================
   CHIFFRES CLES (page agence)
   ======================== */
.chiffres {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #0037cd;
  color: #ffffff;
  position: relative; }

.chiffres__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center; }

.chiffre {
  padding: 8px;
  position: relative; }

.chiffre:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15); }

.chiffre__value {
  font-family: "Metzger", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px; }

.chiffre__label {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55); }

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

  .chiffre:nth-child(2)::after {
    display: none; } }
@media (max-width: 480px) {
  .chiffres__grid {
    grid-template-columns: 1fr; }

  .chiffre::after {
    display: none !important; } }
/* ========================
   INFOS PRATIQUES (page agence)
   ======================== */
.pratique {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.pratique__layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start; }

/* Info cards */
.pratique__cards {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.pratique__card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 28px 32px;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1); }

.pratique__card:hover {
  border-color: rgba(0, 55, 205, 0.15);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px); }

.pratique__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px; }

.pratique__card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 14px;
  color: #0037cd;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.pratique__card:hover .pratique__card-icon {
  background: #0037cd;
  color: #ffffff; }

.pratique__card-title {
  font-family: "Metzger", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #171717; }

/* Horaires table */
.horaires {
  width: 100%; }

.horaires__row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.88rem; }

.horaires__row:last-child {
  border-bottom: none; }

.horaires__day {
  font-weight: 500;
  color: #404040; }

.horaires__time {
  color: #737373; }

.horaires__time--closed {
  color: #d4d4d4;
  font-style: italic; }

.horaires__time--rdv {
  color: #0037cd;
  font-weight: 600; }

/* Address content */
.pratique__address {
  font-size: 0.9rem;
  color: #525252;
  line-height: 1.7;
  margin-bottom: 16px; }

.pratique__address strong {
  color: #262626;
  display: block;
  margin-bottom: 4px; }

.pratique__directions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px; }

.pratique__direction {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: #737373; }

.pratique__direction i {
  color: #0037cd;
  font-size: 0.75rem;
  min-width: 16px; }

/* Map */
.pratique__map-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative; }

.pratique__map-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover; }

.pratique__map-pulse {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #0037cd;
  border-radius: 50%;
  z-index: 3;
  display: none; }

.pratique__map-pulse::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px solid #0037cd;
  border-radius: 50%;
  animation: pulse-ring 2s ease-out infinite; }

.pratique__map-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; }

@media (max-width: 1024px) {
  .pratique__layout {
    grid-template-columns: 1fr;
    gap: 48px; } }
/* ========================
   ZONE D'INTERVENTION (page agence)
   ======================== */
.zone-detail {
  padding: clamp(80px, 8vw, 80px) 0;
  background: #f7f4f5;
  position: relative; }

.zone-detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e5e5, transparent); }

.zone-detail__header {
  text-align: center;
  margin-bottom: 56px; }

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

.zone-detail__city {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1); }

.zone-detail__city:hover {
  border-color: #0037cd;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px); }

.zone-detail__city-name {
  font-family: "Metzger", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #262626;
  margin-bottom: 4px; }

.zone-detail__city-dist {
  font-size: 0.72rem;
  color: #a3a3a3; }

.zone-detail__note {
  text-align: center;
  margin-top: 40px;
  font-size: 0.88rem;
  color: #737373;
  line-height: 1.7; }

.zone-detail__note strong {
  color: #404040; }

@media (max-width: 768px) {
  .zone-detail__grid {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) {
  .zone-detail__grid {
    grid-template-columns: 1fr; } }
.content-image {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }
  .content-image--light {
    background: #e5e5e5; }
  .content-image--dark {
    background: #002399;
    color: #ffffff; }
    .content-image--dark .t-label {
      color: #6986e2; }
    .content-image--dark .t-label::before {
      background: #2952d6; }
    .content-image--dark .t-heading {
      color: #ffffff; }
    .content-image--dark .t-subheading {
      color: rgba(255, 255, 255, 0.7); }
    .content-image--dark .t-accent {
      color: #6986e2; }

.content-image__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center; }
  .content-image--reversed .content-image__layout {
    direction: rtl; }
    .content-image--reversed .content-image__layout > * {
      direction: ltr; }

.content-image__content {
  position: relative;
  z-index: 2; }

.content-image__text {
  font-size: 0.95rem;
  color: #737373;
  line-height: 1.9;
  margin-bottom: 20px;
  max-width: 480px; }
  .content-image--dark .content-image__text {
    color: rgba(255, 255, 255, 0.75); }
  .content-image__text p:first-of-type::first-letter {
    font-family: "Metzger", sans-serif;
    font-size: 3.4rem;
    font-weight: 500;
    float: left;
    line-height: 0.8;
    margin: 6px 16px 0 0;
    color: #0037cd; }
    .content-image--dark .content-image__text p:first-of-type::first-letter {
      color: #6986e2; }

.content-image__highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px; }

.content-image__highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #f7f4f5;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .content-image--dark .content-image__highlight {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .content-image__highlight:hover {
    background: rgba(0, 55, 205, 0.07);
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); }
    .content-image--dark .content-image__highlight:hover {
      background: rgba(255, 255, 255, 0.1); }

.content-image__highlight-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  color: #0037cd;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
  .content-image--dark .content-image__highlight-icon {
    background: #0037cd;
    color: #ffffff; }
  .content-image__highlight:hover .content-image__highlight-icon {
    background: #0037cd;
    color: #ffffff; }

.content-image__highlight-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #404040;
  line-height: 1.4; }
  .content-image--dark .content-image__highlight-text {
    color: rgba(255, 255, 255, 0.85); }

.content-image__single {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
  .content-image__single img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
  .content-image__single:hover img {
    transform: scale(1.03); }

.content-image__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  gap: 16px; }

.content-image__overlay-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8); }
  .content-image__overlay-stat i {
    color: #2952d6;
    font-size: 0.85rem; }

.content-image__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px; }

.content-image__photo {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06); }
  .content-image__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
  .content-image__photo:hover img {
    transform: scale(1.04); }
  .content-image__photo--large {
    grid-row: span 2; }
    .content-image__photo--large img {
      aspect-ratio: auto;
      min-height: 100%; }

@media (max-width: 1024px) {
  .content-image__layout {
    grid-template-columns: 1fr;
    gap: 48px; }
    .content-image--reversed .content-image__layout {
      direction: ltr; }

  .content-image__text {
    max-width: 100%; } }
@media (max-width: 600px) {
  .content-image__highlights {
    grid-template-columns: 1fr; }

  .content-image__mosaic {
    grid-template-columns: 1fr; }

  .content-image__photo--large {
    grid-row: span 1; }

  .content-image__photo img {
    aspect-ratio: 4/3; } }
.cta {
  padding: clamp(80px, 8vw, 80px) 0;
  background: linear-gradient(135deg, #f7f4f5 0%, #ffffff 100%);
  position: relative;
  overflow: hidden; }

.cta__inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px; }

.cta__trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5; }

.cta__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #737373; }
  .cta__trust-item i {
    color: #0037cd;
    font-size: 0.85rem; }

@media (max-width: 600px) {
  .cta__buttons {
    flex-direction: column;
    align-items: stretch; }

  .cta__trust {
    gap: 16px; } }
.simple-text {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.simple-text__inner {
  max-width: 860px;
  margin: 0 auto; }

.simple-text__content {
  font-size: 0.95rem;
  color: #525252;
  line-height: 1.9; }
  .simple-text__content p {
    margin-bottom: 1.2em; }
  .simple-text__inner[style*="center"] .simple-text__content {
    text-align: left; }

.text-icons {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.text-icons__title {
  text-align: center;
  margin-bottom: 24px; }

.text-icons__content {
  max-width: 740px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 0.95rem;
  color: #737373;
  line-height: 1.85; }

.text-icons__grid {
  display: flex;
  flex-wrap: wrap; }

.text-icons__item {
  text-align: center;
  padding: 24px 20px;
  margin-bottom: 32px; }

.text-icons__image {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .text-icons__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.text-icons__item-title {
  font-family: "Metzger", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #262626;
  margin-bottom: 12px; }

.text-icons__item-text {
  font-size: 0.88rem;
  color: #737373;
  line-height: 1.75; }

.contact-map {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.contact-map__header {
  margin-bottom: 40px; }

.contact-map__layout {
  align-items: start; }

.contact-map__address {
  font-size: 0.92rem;
  color: #525252;
  line-height: 1.8;
  margin-bottom: 32px; }
  .contact-map__address a {
    color: #0037cd;
    transition: color 0.2s; }
    .contact-map__address a:hover {
      color: #00299a; }

.contact-map__form {
  margin-top: 24px; }

.contact-map__map-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative; }
  .contact-map__map-wrap iframe {
    width: 100%;
    min-height: 450px;
    display: block;
    border: 0; }

@media (max-width: 992px) {
  .contact-map__layout {
    flex-direction: column; }

  .contact-map__map-wrap iframe {
    min-height: 350px; } }
.pratique--two-cols .pratique__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: flex-start;
  grid-template-columns: none; }
.pratique--two-cols .pratique__col--6 {
  flex: 0 0 calc(50% - 24px);
  max-width: calc(50% - 24px); }
.pratique--two-cols .pratique__col--7 {
  flex: 0 0 calc(58.333% - 24px);
  max-width: calc(58.333% - 24px); }
.pratique--two-cols .pratique__col--5 {
  flex: 0 0 calc(41.667% - 24px);
  max-width: calc(41.667% - 24px); }

.pratique__secondary {
  position: sticky;
  top: 120px; }

.pratique__secondary-title {
  font-family: "Metzger", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #262626;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #0037cd;
  display: inline-block; }

.pratique__secondary-content {
  font-size: 0.92rem;
  color: #525252;
  line-height: 1.85; }
  .pratique__secondary-content p {
    margin-bottom: 1.2em; }
  .pratique__secondary-content a {
    color: #0037cd;
    transition: color 0.2s; }
    .pratique__secondary-content a:hover {
      color: #00299a; }
  .pratique__secondary-content .wpcf7,
  .pratique__secondary-content .wpforms-container {
    margin-top: 16px; }

.pratique__map-wrap--inline {
  margin-bottom: 32px;
  border-radius: 12px; }
  .pratique__map-wrap--inline iframe {
    border-radius: 12px; }

.pratique__map-fullwidth {
  margin-top: 48px; }

@media (max-width: 992px) {
  .pratique--two-cols .pratique__layout {
    flex-direction: column; }
  .pratique--two-cols .pratique__col--6,
  .pratique--two-cols .pratique__col--7,
  .pratique--two-cols .pratique__col--5 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pratique__secondary {
    position: static; }

  .pratique__map-fullwidth {
    margin-top: 32px; } }
.avis {
  padding: clamp(80px, 8vw, 80px) 0;
  background: #0037cd;
  color: #ffffff;
  position: relative;
  overflow: hidden; }

.avis::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 55, 205, 0.15), transparent 70%);
  border-radius: 50%; }

.avis .t-label {
  color: rgba(255, 255, 255, 0.6); }

.avis .t-label::before {
  background: rgba(255, 255, 255, 0.6); }

.avis .t-subheading {
  color: rgba(255, 255, 255, 0.6); }

.avis__header {
  text-align: center;
  margin-bottom: 64px; }

.avis__header h2 {
  color: #ffffff; }

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

.avis-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 36px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  backdrop-filter: blur(8px); }

.avis-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-6px); }

.avis-card__verified {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 5px; }

.avis-card__verified i {
  color: #4ade80; }

.avis-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 20px; }

.avis-card__stars i {
  color: #f59e0b;
  font-size: 0.85rem; }

.avis-card__text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin-bottom: 28px; }

.avis-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06); }

.avis-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0037cd, #2952d6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #ffffff;
  flex-shrink: 0; }

.avis-card__name {
  font-weight: 600;
  font-size: 0.9rem;
  color: #ffffff; }

.avis-card__loc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35); }

@media (max-width: 1024px) {
  .avis__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto; } }
.cta {
  padding: clamp(80px, 8vw, 80px) 0;
  text-align: center;
  position: relative; }

.cta__inner {
  max-width: 720px;
  margin: 0 auto; }

.cta h2 {
  margin-bottom: 20px; }

.cta .t-subheading {
  margin: 0 auto 40px;
  max-width: 500px; }

.cta__buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap; }

.cta__trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5; }

.cta__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #737373; }

.cta__trust-item i {
  color: #0037cd;
  font-size: 1rem; }

@media (max-width: 600px) {
  .cta__trust {
    flex-direction: column;
    align-items: center;
    gap: 16px; } }
/* ========================
   INTRO (avec image, pages catégorie)
   ======================== */
.intro {
  padding: clamp(80px, 8vw, 80px) 0; }

.intro__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center; }

.intro__content {
  max-width: 520px; }

.intro__text {
  font-size: 1rem;
  color: #525252;
  line-height: 1.9;
  margin-bottom: 24px; }

.intro__text:first-of-type::first-letter {
  font-family: "Metzger", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  float: left;
  line-height: 0.8;
  margin: 6px 16px 0 0;
  color: #0037cd; }

.intro__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px; }

.intro__feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.intro__feature:hover {
  background: rgba(0, 55, 205, 0.04);
  transform: translateX(6px); }

.intro__feature-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 10px;
  color: #0037cd;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.intro__feature:hover .intro__feature-icon {
  background: #0037cd;
  color: #ffffff; }

.intro__feature-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #404040; }

.intro__visual {
  position: relative; }

.intro__img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }

.intro__img img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.intro__img:hover img {
  transform: scale(1.03); }

.intro__badge {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: #0037cd;
  color: #ffffff;
  border-radius: 16px;
  padding: 22px 28px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px; }

.intro__badge-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-size: 1.2rem; }

.intro__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5; }

@media (max-width: 1024px) {
  .intro__layout {
    grid-template-columns: 1fr;
    gap: 48px; }

  .intro__content {
    max-width: 100%; }

  .intro__badge {
    left: 20px;
    bottom: -20px; } }
/* ========================
   INTRO COMPACT (sans image, pages catégorie)
   ======================== */
.intro-compact {
  padding: clamp(48px, 6vw, 5px) 0;
  border-bottom: 1px solid #f5f5f5;
  background: #ffffff; }

.intro-compact__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.intro-compact__text {
  font-size: 0.95rem;
  color: #737373;
  line-height: 1.85;
  max-width: 640px;
  margin: 20px auto 0; }

.intro-compact__features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px; }

.intro-compact__feature {
  display: flex;
  align-items: center;
  gap: 10px; }

.intro-compact__feature-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 10px;
  color: #0037cd;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.intro-compact__feature:hover .intro-compact__feature-icon {
  background: #0037cd;
  color: #ffffff; }

.intro-compact__feature-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #404040; }

@media (max-width: 768px) {
  .intro-compact__features {
    gap: 16px; }

  .intro-compact__feature {
    flex: 0 0 calc(50% - 8px); } }
@media (max-width: 480px) {
  .intro-compact__feature {
    flex: 0 0 100%;
    justify-content: center; } }
.products {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.products::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e5e5, transparent); }

.products__header {
  text-align: center;
  margin-bottom: 72px; }

.products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }

.product-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04); }

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }

.product-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10; }

.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.product-card:hover .product-card__img {
  transform: scale(1.05); }

.product-card__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0037cd;
  z-index: 2; }

.product-card__badge i {
  font-size: 0.7rem; }

.product-card__body {
  padding: 36px 36px 40px;
  position: relative; }
  .product-card__body:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 33%;
    background-color: #0037cd;
    top: 0px;
    left: 0; }

.product-card__name {
  font-family: "Metzger", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #171717;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  gap: 8px; }

.product-card__name sup {
  font-size: 0.6rem;
  font-weight: 400;
  color: #a3a3a3;
  vertical-align: super; }

.product-card__tagline {
  font-size: 0.8rem;
  font-weight: 500;
  color: #0037cd;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px; }

.product-card__desc {
  font-size: 0.92rem;
  color: #737373;
  line-height: 1.8;
  margin-bottom: 24px; }

.product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px; }

.product-card__spec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #525252;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.product-card__spec:hover {
  border-color: #0037cd;
  color: #0037cd;
  background: rgba(0, 55, 205, 0.07); }

.product-card__spec i {
  font-size: 0.7rem;
  color: #0037cd; }

.product-card__actions {
  display: flex;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #f5f5f5; }

@media (max-width: 1024px) {
  .products__grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin: 0 auto; } }
@media (max-width: 600px) {
  .product-card__body {
    padding: 24px 24px 28px; }

  .product-card__actions {
    flex-direction: column; } }
/* --- ENRICHED PRODUCTS HEADER --- */
.products__header--enriched {
  text-align: center;
  margin-bottom: 72px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.products__header--enriched .t-subheading {
  max-width: 600px;
  margin: 16px auto 0; }

.products__header-text {
  font-size: 0.92rem;
  color: #737373;
  line-height: 1.85;
  max-width: 580px;
  margin: 20px auto 0; }

.products__features-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5; }

.products__feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #525252;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.products__feature-pill:hover {
  border-color: #0037cd;
  color: #0037cd;
  background: rgba(0, 55, 205, 0.07);
  transform: translateY(-2px); }

.products__feature-pill i {
  color: #0037cd;
  font-size: 0.75rem; }

.realisations {
  padding: clamp(80px, 8vw, 80px) 0; }

.realisations__header {
  text-align: center;
  margin-bottom: 48px; }

/* Filter tabs */
.realisations__filters {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 48px; }

.realisations__filter {
  font-family: "Metzger", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #737373;
  padding: 10px 24px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.realisations__filter:hover {
  color: #0037cd;
  background: rgba(0, 55, 205, 0.07); }

.realisations__filter.active {
  background: #0037cd;
  color: #ffffff;
  border-color: #0037cd; }

/* Gallery grid */
.realisations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

.realisation {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer; }

.realisation__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.realisation:hover .realisation__img {
  transform: scale(1.06); }

.realisation__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 15, 60, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.realisation:hover .realisation__overlay {
  opacity: 1; }

.realisation__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: #ffffff;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1); }

.realisation:hover .realisation__info {
  transform: translateY(0);
  opacity: 1; }

.realisation__title {
  font-family: "Metzger", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 4px; }

.realisation__loc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 6px; }

.realisation__loc i {
  font-size: 0.65rem; }

.realisation__zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.85rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1); }

.realisation:hover .realisation__zoom {
  opacity: 1;
  transform: scale(1); }

.realisation__zoom:hover {
  background: #ffffff;
  color: #0037cd; }

/* Featured (larger) item */
.realisation--featured {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto; }

.realisations__more {
  text-align: center;
  margin-top: 48px; }

@media (max-width: 1024px) {
  .realisations__grid {
    grid-template-columns: repeat(2, 1fr); }

  .realisation--featured {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 16/9; } }
@media (max-width: 600px) {
  .realisations__grid {
    grid-template-columns: 1fr; }

  .realisation--featured {
    grid-column: span 1; }

  .realisations__filters {
    flex-wrap: wrap; } }
.advantages {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.advantages__header {
  text-align: center;
  margin-bottom: 80px; }

.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: advantage; }

.advantage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: clamp(48px, 6vw, 80px) 0;
  position: relative;
  counter-increment: advantage; }

.advantage:not(:last-child) {
  border-bottom: 1px solid #f5f5f5; }

/* Alternate layout */
.advantage:nth-child(even) .advantage__visual {
  order: -1; }

.advantage__content {
  position: relative; }

.advantage__number {
  font-family: "Metzger", sans-serif;
  font-size: clamp(4rem, 7vw, 2rem);
  font-weight: 500;
  color: #9ab5ff;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  position: relative; }

.advantage__number::before {
  content: counter(advantage,decimal-leading-zero); }

.advantage__title {
  font-family: "Metzger", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #171717;
  margin-bottom: 20px;
  line-height: 1.15; }

.advantage__text {
  font-size: 0.95rem;
  color: #737373;
  line-height: 1.85;
  margin-bottom: 28px; }

.advantage__bullets {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.advantage__bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #404040; }

.advantage__bullet-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 8px;
  color: #0037cd;
  font-size: 0.65rem; }

.advantage__visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }

.advantage__visual img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.advantage__visual:hover img {
  transform: scale(1.04); }

/* Floating accent for first advantage */
.advantage__accent {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 55, 205, 0.8);
  color: #ffffff;
  border-radius: 16px 0;
  padding: 20px 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.advantage__accent i {
  font-size: 1.2rem;
  opacity: 0.7; }

@media (max-width: 1024px) {
  .advantage {
    grid-template-columns: 1fr;
    gap: 40px; }

  .advantage:nth-child(even) .advantage__visual {
    order: 0; }

  .advantage__accent {
    right: 16px;
    bottom: -16px; } }
.specs {
  padding: clamp(80px, 8vw, 80px) 0;
  position: relative; }

.specs__header {
  text-align: center;
  margin-bottom: 72px; }

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

.spec-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1); }

.spec-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0037cd;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }

.spec-card:hover {
  border-color: rgba(0, 55, 205, 0.15);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-6px); }

.spec-card:hover::before {
  transform: scaleX(1); }

.spec-card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 55, 205, 0.07);
  border-radius: 16px;
  color: #0037cd;
  font-size: 1.3rem;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1); }

.spec-card:hover .spec-card__icon {
  background: #0037cd;
  color: #ffffff;
  transform: scale(1.08); }

.spec-card__title {
  font-family: "Metzger", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #0037cd;
  margin-bottom: 12px; }

.spec-card__text {
  font-size: 0.88rem;
  color: #737373;
  line-height: 1.75; }

.spec-card__detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0037cd;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.1s; }

.spec-card:hover .spec-card__detail {
  opacity: 1;
  transform: translateY(0); }

.spec-card__detail i {
  font-size: 0.65rem;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

.spec-card:hover .spec-card__detail i {
  transform: translateX(4px); }

/* Highlighted card */
.spec-card--highlight {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  background: #0037cd;
  border-color: #0037cd;
  color: #ffffff; }

.spec-card--highlight::before {
  display: none; }

.spec-card--highlight .spec-card__icon {
  width: 80px;
  height: 80px;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff; }

.spec-card--highlight:hover .spec-card__icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

.spec-card--highlight .spec-card__title {
  color: #ffffff;
  font-size: 1.25rem; }

.spec-card--highlight .spec-card__text {
  color: rgba(255, 255, 255, 0.7); }

.spec-card--highlight:hover {
  background: #002399;
  border-color: #002399; }

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

  .spec-card--highlight {
    grid-column: span 2; } }
@media (max-width: 600px) {
  .specs__grid {
    grid-template-columns: 1fr; }

  .spec-card--highlight {
    grid-column: span 1;
    grid-template-columns: 1fr;
    text-align: center; }

  .spec-card--highlight .spec-card__icon {
    margin: 0 auto 16px; } }
.gallery {
  padding: clamp(80px, 8vw, 80px) 0;
  background: #f7f4f5;
  overflow: hidden;
  position: relative; }

.gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e5e5, transparent); }

.gallery__header {
  text-align: center;
  margin-bottom: 56px; }

/* Horizontal scroll track */
.gallery__track {
  display: flex;
  gap: 20px;
  padding: 0 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab; }

.gallery__track:active {
  cursor: grabbing; }

.gallery__track::-webkit-scrollbar {
  display: none; }

.gallery__item {
  flex: 0 0 auto;
  width: clamp(320px, 38vw, 520px);
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3; }

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }

.gallery__item:hover img {
  transform: scale(1.05); }

.gallery__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 10, 40, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.gallery__item:hover .gallery__item-overlay {
  opacity: 1; }

.gallery__item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: #ffffff;
  z-index: 2;
  transform: translateY(12px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1); }

.gallery__item:hover .gallery__item-caption {
  transform: translateY(0);
  opacity: 1; }

.gallery__item-caption span {
  font-size: 0.82rem;
  font-weight: 500; }

.gallery__item-zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.85rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer; }

.gallery__item:hover .gallery__item-zoom {
  opacity: 1;
  transform: scale(1); }

.gallery__item-zoom:hover {
  background: #ffffff;
  color: #0037cd; }

/* Scroll indicators */
.gallery__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px; }

.gallery__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #d4d4d4;
  color: #525252;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer; }

.gallery__arrow:hover {
  border-color: #0037cd;
  color: #0037cd;
  background: rgba(0, 55, 205, 0.07);
  transform: scale(1.06); }

.gallery__dots {
  display: flex;
  gap: 8px; }

.gallery__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d4d4;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer; }

.gallery__dot.active {
  background: #0037cd;
  width: 28px;
  border-radius: 100px; }

.similar {
  padding: clamp(80px, 8vw, 80px) 0;
  background: #f7f4f5;
  position: relative; }

.similar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e5e5, transparent); }

.similar__header {
  text-align: center;
  margin-bottom: 56px; }

/* Single featured card */
.similar__card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  max-width: 960px;
  margin: 0 auto; }

.similar__card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px); }

.similar__card-visual {
  position: relative;
  overflow: hidden; }

.similar__card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.similar__card:hover .similar__card-visual img {
  transform: scale(1.04); }

.similar__card-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0037cd;
  z-index: 2; }

.similar__card-body {
  padding: clamp(32px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center; }

.similar__card-name {
  font-family: "Metzger", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #171717;
  margin-bottom: 4px; }

.similar__card-tagline {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0037cd;
  margin-bottom: 20px; }

.similar__card-desc {
  font-size: 0.92rem;
  color: #737373;
  line-height: 1.8;
  margin-bottom: 28px; }

.similar__card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px; }

.similar__card-spec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #525252;
  background: #fafafa;
  border: 1px solid #e5e5e5; }

.similar__card-spec i {
  font-size: 0.65rem;
  color: #0037cd; }

.similar__card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

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

  .similar__card-visual {
    height: 320px; } }
@media (max-width: 600px) {
  .similar__card-body {
    padding: 28px; }

  .similar__card-actions {
    flex-direction: column; } }
/* --- Similar Grid (3 cards - pages pergola) --- */
.similar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto; }

.similar__grid-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column; }

.similar__grid-card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px); }

.similar__grid-card-visual {
  position: relative;
  overflow: hidden;
  height: 220px; }

.similar__grid-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.similar__grid-card:hover .similar__grid-card-visual img {
  transform: scale(1.06); }

.similar__grid-card-body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1; }

.similar__grid-card-name {
  font-family: "Metzger", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #171717;
  margin-bottom: 4px; }

.similar__grid-card-tagline {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0037cd;
  margin-bottom: 16px; }

.similar__grid-card-desc {
  font-size: 0.88rem;
  color: #737373;
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1; }

.similar__grid-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px; }

.similar__grid-card-body .btn {
  align-self: flex-start; }

@media (max-width: 1024px) {
  .similar__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px; }

  .similar__grid-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto; } }
@media (max-width: 680px) {
  .similar__grid {
    grid-template-columns: 1fr;
    gap: 20px; }

  .similar__grid-card:last-child {
    max-width: 100%; } }
.lightbox-prod {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lightbox-prod.open {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.lightbox-prod__img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 16px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
  transform: scale(0.95);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }

.lightbox-prod.open .lightbox-prod__img {
  transform: scale(1); }

.lightbox-prod__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lightbox-prod__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg); }

/*# sourceMappingURL=theme.css.map */
