/*
Theme Name: ABRILOC
Theme URI: https://abriloc.fr
Author: ABRILOC
Author URI: https://abriloc.fr
Description: Thème WordPress pour ABRILOC — spécialiste en location et vente de conteneurs. Design inspiré de compagnie-francaise-du-conteneur.fr. Compatible WooCommerce, pixels publicitaires (Meta, Google).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: abriloc
WC requires at least: 8.0
WC tested up to: 9.0
*/

/* ============================================================
   VARIABLES & RESET
   ============================================================ */
:root {
  /* ── Palette ABRILOC — Bleu marine professionnel ── */
  --color-primary: #1854D4;
  --color-primary-dark: #1240AA;
  --color-primary-light: #4070E8;
  --color-primary-bg: #EEF3FE;
  --color-white: #ffffff;
  --color-dark: #0F172A;
  --color-gray-dark: #374151;
  --color-gray: #6b7280;
  --color-gray-light: #9ca3af;
  --color-gray-bg: #f8f9fa;
  --color-border: #e5e7eb;
  --color-orange: #f97316;
  --color-accent: #E8340A; /* accent rouge-orangé distinct */

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Poppins', var(--font-sans);

  --radius: 8px;
  --radius-lg: 16px;
  --shadow: 0 2px 12px rgba(0,0,0,.08);
  --shadow-hover: 0 8px 32px rgba(24,84,212,.18);

  --container: 1280px;
  --transition: .2s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-dark);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul { list-style: none; }

/* ============================================================
   CONTAINER & LAYOUT
   ============================================================ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 80px 0; }
.section--sm { padding: 48px 0; }
.section--lg { padding: 120px 0; }

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

.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--color-dark);
  line-height: 1.15;
}

.section-title span { color: var(--color-primary); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.2;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white);
  transform: translateY(-1px);
  box-shadow: var(--shadow-hover);
}

/* Bouton CTA jaune — hero + header "Devis gratuit" */
.btn-cta {
  background: #f5b801;
  color: #0F172A !important;
  border-color: #f5b801;
  font-weight: 700;
}
.btn-cta:hover {
  background: #e0a800;
  border-color: #e0a800;
  color: #0F172A !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(245,184,1,.45);
}

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
.btn-outline:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

.btn-outline-primary {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline-primary:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.btn-dark {
  background: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}
.btn-dark:hover {
  background: #0f0f23;
  color: var(--color-white);
}

.btn-lg { padding: 18px 36px; font-size: 17px; }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
  background: var(--color-dark);
  color: rgba(255,255,255,.75);
  font-size: 13px;
  padding: 8px 0;
}

.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-bar__items { display: flex; align-items: center; gap: 24px; }

.top-bar a {
  color: rgba(255,255,255,.75);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.top-bar a:hover { color: var(--color-white); }

.top-bar__phone {
  font-weight: 700;
  color: var(--color-primary) !important;
  font-size: 14px !important;
}

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.site-header {
  background: var(--color-white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 var(--color-border);
  transition: box-shadow .3s;
}

.site-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.1); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 32px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo__img {
  height: 44px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}
.footer-logo__img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
  /* Pas de filtre : logo affiché sur fond blanc dans .footer-logo */
}
/* Logo WordPress custom (the_custom_logo) dans le footer */
.footer-brand .custom-logo,
.footer-logo img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  /* Pas de filtre */
}

.site-logo__text {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  color: var(--color-primary);
  letter-spacing: -.02em;
}

.site-logo__tagline {
  font-size: 10px;
  color: var(--color-gray);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 1px;
}

/* Main Nav */
.main-nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }

.main-nav__item { position: relative; }

.main-nav__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}

.main-nav__link:hover,
.main-nav__link.active {
  background: var(--color-primary-bg);
  color: var(--color-primary);
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 100%;            /* collé sans gap pour ne pas perdre le hover */
  left: 0;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: 0 12px 48px rgba(0,0,0,.12);
  border: 1px solid var(--color-border);
  min-width: 220px;
  padding: 8px;
  padding-top: 14px;    /* décalage visuel remplace le gap */
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: all .2s;
  z-index: 100;
}

/* Pont invisible entre le nav-item et le dropdown (corrige la perte de hover) */
.main-nav__item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -16px;
  right: -16px;
  height: 14px;
  background: transparent;
  z-index: 99;
}

.main-nav__item:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray-dark);
  border-radius: 6px;
}
.dropdown-menu a:hover { background: var(--color-primary-bg); color: var(--color-primary); }

/* Header Actions */
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.header-cart {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: var(--radius);
  color: var(--color-dark);
  font-size: 20px;
}
.header-cart:hover { background: var(--color-primary-bg); color: var(--color-primary); }

.cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--color-primary);
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-dark);
  border-radius: 2px;
  transition: all .3s;
}

/* Mobile Nav */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--color-white);
  z-index: 9999;
  overflow-y: auto;
  padding: 24px;
  flex-direction: column;
  gap: 8px;
}
.mobile-nav.open { display: flex; }

.mobile-nav__close {
  align-self: flex-end;
  padding: 8px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.mobile-nav a {
  display: block;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: var(--radius);
  color: var(--color-dark);
  border-bottom: 1px solid var(--color-border);
}
.mobile-nav a:hover { background: var(--color-primary-bg); color: var(--color-primary); }

/* ============================================================
   HERO CARDS GRID  (fidèle au site de référence)
   ============================================================ */
.hero-cards {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 24px 24px 48px;
}

.hero-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 1024px) {
  .hero-cards__grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 460px;
  }
  .hero-card--main {
    grid-row: span 2;
  }
}

.hero-card {
  background-image: url('assets/img/cfc_bg_card-min.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.18);
}

/* ---- Carte principale (grande) : 2 colonnes texte + image ---- */
.hero-card__inner {
  height: 100%;
  background: rgba(255,255,255,.93);
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 180px;
}

/* ---- Petites cartes : 1 colonne, image en position absolue ---- */
.hero-card:not(.hero-card--main) .hero-card__inner {
  grid-template-columns: 1fr;   /* texte prend toute la largeur */
  position: relative;
  overflow: hidden;
}

.hero-card__text {
  padding: 24px 28px;
  display: flex;
  align-items: center;
}

.hero-card--main .hero-card__text {
  padding: 32px 16px 32px 36px;
}

/* Texte des petites cartes : padding-right pour laisser place à l'image */
.hero-card:not(.hero-card--main) .hero-card__text {
  padding: 24px 44% 24px 24px;   /* 44% réservé à l'image à droite */
  align-items: flex-start;
}

.hero-card__label {
  display: block;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--color-gray);
  margin-bottom: 4px;
}

.hero-card__title {
  display: block;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1.1;
}

.hero-card--main .hero-card__title { font-size: clamp(24px,3vw,46px); }

.hero-card__title--alt { color: var(--color-primary-dark); }

.hero-card__heading { margin-bottom: 10px; }

.hero-card__desc {
  font-size: 12px;
  color: #222;
  line-height: 1.5;
  margin-bottom: 16px;
}

.hero-card__desc span { display: block; }
.hero-card__desc span + span { color: var(--color-gray); margin-top: 2px; }

.hero-card__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 700;
  background: #1a6bc4;         /* bleu */
  color: #ffffff !important;   /* texte blanc */
  text-decoration: none;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 2px 10px rgba(26,107,196,.4);
  white-space: nowrap;
}

.hero-card__btn--primary {
  background: #f5b801;         /* jaune */
  color: #0F172A !important;   /* texte foncé */
  box-shadow: 0 2px 10px rgba(245,184,1,.4);
}

.hero-card__btn:hover {
  background: #155ba8;
  box-shadow: 0 4px 16px rgba(26,107,196,.55);
  transform: scale(1.04);
  color: #ffffff !important;
}

.hero-card__btn--primary:hover {
  background: #ffc928;
  box-shadow: 0 4px 16px rgba(245,184,1,.55);
  transform: scale(1.04);
  color: #0F172A !important;
}

/* Image grande carte : dans le flux */
.hero-card__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  margin-right: -30%;
}

.hero-card__image img {
  height: auto;
  width: 120%;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

/* Image petites cartes : absolue à droite, ne gêne pas le texte */
.hero-card:not(.hero-card--main) .hero-card__image {
  position: absolute;
  right: -8%;
  bottom: 0;
  top: 0;
  width: 50%;
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.hero-card:not(.hero-card--main) .hero-card__image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

/* ============================================================
   USP BAR — fond teal + marquee défilant (comme site de référence)
   ============================================================ */
.usp-bar {
  background: var(--color-primary);
  height: 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.usp-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.usp-marquee::before,
.usp-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.usp-marquee::before { left: 0; background: linear-gradient(to right, var(--color-primary), transparent); }
.usp-marquee::after  { right: 0; background: linear-gradient(to left, var(--color-primary), transparent); }

.usp-marquee__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.usp-marquee__track:hover { animation-play-state: paused; }

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

.usp-marquee__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 36px;
  color: rgba(255,255,255,.95);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}

.usp-marquee__item::after {
  content: '·';
  position: absolute;
  right: 0;
  color: rgba(255,255,255,.4);
  font-size: 20px;
}

.usp-marquee__icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

/* ============================================================
   FEATURED PRODUCTS (WooCommerce)
   ============================================================ */
.featured-products { background: var(--color-gray-bg); }

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.product-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all .3s;
  border: 1px solid var(--color-border);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--color-primary-light);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.product-card__badge--occasion {
  background: var(--color-orange);
}

.product-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--color-gray-bg);
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  transition: transform .4s;
}
.product-card:hover .product-card__image img { transform: scale(1.05); }

.product-card__body { padding: 20px; }

.product-card__cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.product-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 6px;
  line-height: 1.3;
}

/* ── Badges État (Neuf / Occasion) sous le titre ── */
.product-card__etat {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.petat {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}
.petat--neuf     { background: #dcfce7; color: #166534; }
.petat--occasion { background: #fef3c7; color: #92400e; }

/* Badges État sur la fiche produit (sp-info) */
.sp-info .product-card__etat {
  margin-top: -4px;
  margin-bottom: 14px;
}
.sp-info .petat {
  font-size: 12px;
  padding: 4px 12px;
}

.product-card__price {
  font-size: 13px;
  color: var(--color-gray);
  margin-bottom: 4px;
}

.product-card__price strong {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
}

.product-card__footer {
  padding: 0 20px 20px;
  display: flex;
  gap: 8px;
}

.product-card__footer .btn { flex: 1; justify-content: center; }

.products-center { text-align: center; }

/* ============================================================
   LOCATION CTA SECTION
   ============================================================ */
.location-section {
  background: linear-gradient(135deg, var(--color-dark) 0%, #051840 100%);
  position: relative;
  overflow: hidden;
}

.location-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/img/pattern-bg.png') center/cover;
  opacity: .05;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.location-content { color: var(--color-white); }

.location-content .section-label { color: #93b8f8; }

.location-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 20px;
  line-height: 1.15;
}

.location-title span { color: var(--color-primary); }

.location-desc {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  margin-bottom: 32px;
  line-height: 1.7;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.location-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.85);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

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

.location-cards { display: flex; flex-direction: column; gap: 16px; }

.location-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  backdrop-filter: blur(8px);
  transition: all .3s;
}

.location-card:hover {
  background: rgba(24,84,212,.15);
  border-color: var(--color-primary);
  transform: translateX(4px);
}

.location-card__icon {
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.location-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 4px;
}

.location-card__desc { font-size: 13px; color: rgba(255,255,255,.6); }

/* ============================================================
   USE CASES SECTION
   ============================================================ */
.use-cases { background: var(--color-white); }

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

.use-case-card {
  background: var(--color-gray-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all .3s;
}

.use-case-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.use-case-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.use-case-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.use-case-card:hover .use-case-card__img img { transform: scale(1.06); }

.use-case-card__body { padding: 24px; }

.use-case-card__icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.use-case-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.use-case-card__list { display: flex; flex-direction: column; gap: 6px; }

.use-case-card__list li {
  font-size: 13px;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  gap: 8px;
}

.use-case-card__list li::before {
  content: '✓';
  color: var(--color-primary);
  font-weight: 700;
  font-size: 12px;
}

/* ============================================================
   DEVIS / CTA SECTION
   ============================================================ */
.cta-section {
  background: var(--color-primary);
  color: var(--color-white);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 12px;
}

.cta-desc { font-size: 16px; color: rgba(255,255,255,.8); }

.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions .btn-white {
  background: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
  font-weight: 700;
}
.cta-actions .btn-white:hover { background: var(--color-dark); border-color: var(--color-dark); color: white; }

/* ============================================================
   CLIENTS / LOGOS
   ============================================================ */
.clients-section {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 32px 0;
  overflow: hidden;
}

.clients-title {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-gray-light);
  margin-bottom: 24px;
}

/* Marquee défilement infini */
.clients-marquee {
  overflow: hidden;
  position: relative;
  /* Masques dégradés sur les bords */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.clients-marquee__track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: clientsScroll 35s linear infinite;
}

.clients-marquee:hover .clients-marquee__track {
  animation-play-state: paused;
}

.clients-marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  flex-shrink: 0;
}

.clients-marquee__item img {
  height: 56px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  /* Logos en COULEUR (pas de filtre gris) */
  filter: none;
  opacity: .85;
  transition: opacity .3s;
}
.clients-marquee__item img:hover { opacity: 1; }

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

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section { background: var(--color-white); }

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

.about-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.12);
  position: relative;
}

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

.about-img__badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--color-primary);
  color: white;
  padding: 16px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  box-shadow: 0 8px 24px rgba(24,84,212,.4);
}

.about-img__badge span { font-size: 12px; font-weight: 500; display: block; opacity: .85; }

.about-content .section-label { text-align: left; }
.about-content .section-title { text-align: left; margin-bottom: 20px; }

.about-desc { font-size: 16px; color: var(--color-gray); line-height: 1.8; margin-bottom: 32px; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.stat-item {
  padding: 20px;
  background: var(--color-primary-bg);
  border-radius: var(--radius);
  text-align: center;
}

.stat-item__number {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-item__label { font-size: 12px; color: var(--color-gray); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }

/* ============================================================
   BLOG SECTION
   ============================================================ */
.blog-section { background: var(--color-gray-bg); }

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

.blog-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-border);
  transition: all .3s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.blog-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--color-gray-bg);
}

.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card__img img { transform: scale(1.05); }

.blog-card__body { padding: 24px; }

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--color-gray);
  margin-bottom: 12px;
}

.blog-card__cat {
  background: var(--color-primary-bg);
  color: var(--color-primary);
  padding: 3px 10px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.blog-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__title a:hover { color: var(--color-primary); }

.blog-card__excerpt {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-card__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.blog-card__link:hover { gap: 8px; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter-section {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  text-align: center;
  padding: 64px 0;
}

.newsletter-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 8px;
}

.newsletter-desc { font-size: 16px; color: rgba(255,255,255,.8); margin-bottom: 32px; }

.newsletter-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 16px 20px;
  border: none;
  font-size: 15px;
  outline: none;
  background: white;
  color: var(--color-dark);
}

.newsletter-form input[type="email"]::placeholder { color: var(--color-gray-light); }

.newsletter-form button {
  padding: 16px 28px;
  background: var(--color-dark);
  color: white;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background var(--transition);
  white-space: nowrap;
}
.newsletter-form button:hover { background: #0f0f23; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--color-dark);
  color: rgba(255,255,255,.7);
  padding-top: 64px;
}

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

.footer-brand { display: flex; flex-direction: column; gap: 16px; }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer-logo__text {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 900;
  color: var(--color-white);
  letter-spacing: -.02em;
}

.footer-logo__text span { color: var(--color-primary); }

.footer-brand__desc {
  font-size: 14px;
  line-height: 1.7;
  max-width: 300px;
  color: rgba(255,255,255,.6);
}

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

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
}
.footer-contact a:hover { color: var(--color-primary); }

.footer-contact__phone {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white) !important;
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.4);
  margin-bottom: 20px;
}

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

.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,.65);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--color-primary); }

.footer-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.footer-tag {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.6);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all var(--transition);
}
.footer-tag:hover {
  background: rgba(24,84,212,.2);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  font-size: 13px;
  color: rgba(255,255,255,.35);
}

.footer-payment-logos { display: flex; align-items: center; gap: 8px; }
.footer-payment-logos img { height: 24px; opacity: .5; }

.footer-legal-links { display: flex; gap: 20px; }
.footer-legal-links a { color: rgba(255,255,255,.35); font-size: 12px; }
.footer-legal-links a:hover { color: rgba(255,255,255,.65); }

/* ============================================================
   DEVIS PAGE
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--color-dark) 0%, #051840 100%);
  color: white;
  padding: 64px 0;
  text-align: center;
}

.page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  color: white;
  margin-bottom: 12px;
}

.page-hero__desc { font-size: 17px; color: rgba(255,255,255,.7); max-width: 500px; margin: 0 auto; }

.page-breadcrumb {
  background: var(--color-gray-bg);
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 13px;
  color: var(--color-gray);
}

.breadcrumb { display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--color-primary); }
.breadcrumb span { color: var(--color-gray-light); }

.devis-form-section { background: var(--color-white); }

.devis-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.form-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}

.form-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}

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

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.form-group label span { color: #ef4444; }

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 15px;
  color: var(--color-dark);
  background: var(--color-white);
  transition: border-color var(--transition);
  font-family: var(--font-sans);
}

.form-control:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(24,84,212,.12);
}

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

textarea.form-control { resize: vertical; min-height: 120px; }

.devis-sidebar > * + * { margin-top: 20px; }

.sidebar-card {
  background: var(--color-gray-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.sidebar-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 16px;
}

/* ============================================================
   SINGLE PRODUCT (WooCommerce overrides)
   ============================================================ */
.woocommerce div.product .woocommerce-product-gallery { float: none; width: 100%; }
.woocommerce-product-details { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 64px 0; }

/* ============================================================
   WOOCOMMERCE ARCHIVE
   ============================================================ */
.shop-filters {
  background: var(--color-gray-bg);
  padding: 24px;
  border-radius: var(--radius-lg);
  margin-bottom: 32px;
}

/* ============================================================
   SCROLL TO TOP
   ============================================================ */
.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(24,84,212,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
  z-index: 999;
}
.scroll-top.visible { opacity: 1; }
.scroll-top:hover { background: var(--color-primary-dark); transform: translateY(-2px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .location-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-grid { grid-template-columns: 1fr; text-align: center; }
  .cta-actions { justify-content: center; }
}

@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .section { padding: 56px 0; }

  .top-bar { display: none; }
  .main-nav { display: none; }
  .menu-toggle { display: flex; }

  .usp-bar__grid { grid-template-columns: 1fr 1fr; }
  .usp-item { border-right: none; border-bottom: 1px solid var(--color-border); }

  .products-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .use-cases__grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal-links { justify-content: center; }

  .hero-cards { padding: 16px 16px 32px; }
  /* Petites cartes mobile : padding-right réduit car l'image est plus petite */
  .hero-card:not(.hero-card--main) .hero-card__text { padding: 20px 42% 20px 18px; }
  .hero-card:not(.hero-card--main) .hero-card__image { width: 45%; right: -5%; }
  .hero-card__title { font-size: 18px; }

  .devis-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  .newsletter-form { flex-direction: column; border-radius: var(--radius); }
  .newsletter-form input[type="email"],
  .newsletter-form button { border-radius: var(--radius); }
}

@media (max-width: 480px) {
  .usp-bar__grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .use-cases__grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   TESTIMONIALS SECTION (style Trustpilot)
   ============================================================ */
.testimonials-section { background: var(--color-white); }

.tp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

.tp-header__left { text-align: left; }
.tp-header__left .section-label { text-align: left; }
.tp-header__left .section-title { text-align: left; }

.tp-score {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-gray-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 20px 28px;
}

/* Bloc Trustpilot cliquable → https://trustpilot.abrilockshop.fr/ */
a.tp-score {
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .15s;
}
a.tp-score:hover {
  border-color: #00b67a;
  box-shadow: 0 4px 16px rgba(0,182,122,.18);
  transform: translateY(-2px);
}

.tp-score__logo {
  font-size: 22px;
  font-weight: 900;
  color: #00b67a;
  letter-spacing: -.03em;
}

.tp-score__note {
  font-size: 36px;
  font-weight: 900;
  color: var(--color-dark);
  line-height: 1;
}

.tp-score__label { font-size: 13px; color: var(--color-gray); }

.tp-stars-row {
  display: flex;
  gap: 2px;
  color: #00b67a;
  font-size: 22px;
  line-height: 1;
}

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

.testimonial-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: all .3s;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--color-primary-light);
}

.testimonial-stars { color: #00b67a; font-size: 18px; letter-spacing: 2px; }

.testimonial-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-dark);
}

.testimonial-text {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.65;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.testimonial-author__avatar {
  width: 40px;
  height: 40px;
  background: var(--color-primary-bg);
  color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.testimonial-author__name { font-size: 14px; font-weight: 700; color: var(--color-dark); }
.testimonial-author__date { font-size: 12px; color: var(--color-gray-light); }

.tp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #00b67a;
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: var(--radius);
  text-decoration: none;
  transition: all .2s;
}
.tp-badge:hover { background: #009d6a; color: white; transform: translateY(-1px); }

.tp-badge svg { flex-shrink: 0; }

@media (max-width: 768px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .tp-header { flex-direction: column; }
}
@media (max-width: 1024px) {
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PAGE CONTENU (CGV, Mentions légales, Location, etc.)
   ============================================================ */
.content-page { padding: 64px 0; }

.content-page__inner {
  max-width: 860px;
  margin: 0 auto;
}

.content-page h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-dark);
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-primary-bg);
}

.content-page h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-dark);
  margin: 20px 0 10px;
}

.content-page p, .content-page li {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-gray-dark);
}

.content-page ul, .content-page ol {
  padding-left: 24px;
  margin: 12px 0;
}

.content-page ul li { list-style: disc; }
.content-page ol li { list-style: decimal; }

.content-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.content-page table th {
  background: var(--color-primary-bg);
  color: var(--color-primary);
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--color-border);
}

.content-page table td {
  padding: 10px 16px;
  border: 1px solid var(--color-border);
  color: var(--color-gray-dark);
}

.content-page table tr:nth-child(even) td { background: var(--color-gray-bg); }

/* ============================================================
   LOCATION PAGE
   ============================================================ */
.location-page-hero {
  background: linear-gradient(135deg, var(--color-dark) 0%, #051840 100%);
  color: white;
  padding: 72px 0;
}

.location-page-hero h1 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}

.location-page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.75);
  max-width: 640px;
}

.location-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0;
}

.location-type-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all .3s;
}

.location-type-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--color-primary);
}

.location-type-card__icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

.location-type-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.location-type-card p {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.6;
}

.location-pricing-table {
  background: var(--color-gray-bg);
  border-radius: var(--radius-lg);
  padding: 40px;
  margin: 48px 0;
}

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

/* ============================================================
   LANGUAGE SWITCHER (Polylang)
   ============================================================ */
.lang-switcher {
  position: relative;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-dark);
  cursor: pointer;
  letter-spacing: .04em;
  transition: border-color .2s, background .2s;
  white-space: nowrap;
  user-select: none;
}
.lang-current:hover,
.lang-switcher:hover .lang-current,
.lang-current[aria-expanded="true"] {
  border-color: var(--color-primary);
  background: var(--color-primary-bg);
  color: var(--color-primary);
}

/* Dropdown : s'ouvre au survol ET via JS (.open) */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: 0 12px 32px rgba(0,0,0,.15);
  z-index: 9999;
  padding: 8px 0;
  display: none;
  flex-direction: column;
  animation: langFadeIn .15s ease;
}
.lang-dropdown.open { display: flex; }
.lang-switcher:hover .lang-dropdown { display: flex; }

@keyframes langFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-dark);
  text-decoration: none;
  transition: background .15s;
}
.lang-dropdown a:hover {
  background: var(--color-primary-bg);
  color: var(--color-primary);
}

/* Notice visible uniquement par l'admin connecté si Polylang
   n'est pas configuré avec au moins 2 langues */
.lang-admin-notice {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
  cursor: help;
  white-space: nowrap;
}
.lang-flag { font-size: 18px; line-height: 1; }
.lang-name { font-weight: 400; color: var(--color-gray); font-size: 12px; }

/* ============================================================
   PAGE HERO GENERIQUE
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, #0d2137 0%, var(--color-primary) 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
}
.page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
.page-hero__desc {
  font-size: 18px;
  color: rgba(255,255,255,.82);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================================
   LOCATION PAGE
   ============================================================ */
.location-hero {
  background: linear-gradient(135deg, #0d2137 0%, var(--color-primary) 100%);
  padding: 80px 0;
  color: white;
  overflow: hidden;
}
.location-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.location-hero__text h1 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}
.location-hero__text h1 span { color: #f5b801; }
.location-hero__text p {
  font-size: 16px;
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  margin-bottom: 28px;
}
.location-hero__list {
  list-style: none;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.location-hero__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.location-hero__list li::before {
  content: '';
  width: 22px;
  height: 22px;
  background: #f5b801;
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d2137' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.location-hero__image img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}

/* Feature sections */
.location-feature-section { padding: 80px 0; }
.location-feature-section.bg-gray { background: var(--color-gray-bg); }
.location-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.location-feature-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 8px;
  line-height: 1.2;
}
.location-feature-text h2 span { color: var(--color-primary); }
.location-feature-underline {
  width: 48px; height: 4px;
  background: #f5b801;
  border-radius: 2px;
  margin-bottom: 24px;
}
.location-feature-text p {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 1.8;
  margin-bottom: 14px;
}
.location-feature-text strong { color: var(--color-dark); }
.location-feature-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  object-fit: cover;
  height: 440px;
}

/* ── Location : liste checkmarks dans les feature sections ── */
.location-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0 8px;
  padding: 0;
}
.location-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--color-gray-dark);
  line-height: 1.55;
}
.location-feature-list li::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-primary)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 12px no-repeat;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Location : grille 3 avantages ── */
.location-avantages {
  padding: 64px 0;
  background: #fff;
}
.location-avantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.location-avantages__card {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}
.location-avantages__card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.location-avantages__card--hi {
  border: 2px solid var(--color-primary);
  background: var(--color-primary-bg);
}
.location-avantages__icon {
  width: 52px; height: 52px;
  background: var(--color-primary-bg);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.location-avantages__card--hi .location-avantages__icon {
  background: var(--color-primary);
}
.location-avantages__card h3 {
  font-size: 17px; font-weight: 700;
  color: var(--color-dark); margin-bottom: 8px;
}
.location-avantages__card p {
  font-size: 14px; color: var(--color-gray); line-height: 1.7;
}

/* ── Location : stats hero ── */
.location-hero__stats {
  display: flex;
  gap: 0;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
  flex-wrap: wrap;
}
.location-hero__stat { padding: 0 24px 0 0; }
.location-hero__stat:first-child { padding-left: 0; }
.location-hero__stat + .location-hero__stat {
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.location-hero__stat-num {
  font-family: var(--font-heading);
  font-size: 28px; font-weight: 900;
  color: #f5b801; line-height: 1;
}
.location-hero__stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.6);
  margin-top: 4px;
}

/* ── Location : CTA final ── */
.location-cta {
  background: linear-gradient(135deg, #0d2137 0%, var(--color-primary) 100%);
  padding: 72px 0;
  text-align: center;
}
.location-cta h2 {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}
.location-cta__contacts {
  font-size: 16px;
  color: rgba(255,255,255,.8);
  margin-bottom: 28px;
}
.location-cta__contacts a { color: #f5b801; font-weight: 700; text-decoration: none; }

/* ── Location responsive ── */
@media (max-width: 860px) {
  .location-avantages__grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .location-hero__stats { gap: 16px; }
  .location-hero__stat + .location-hero__stat { border-left: none; padding-left: 0; }
}

/* ============================================================
   IMAGES ARONDIES
   ============================================================ */
.img-rounded { border-radius: var(--radius-lg); display: block; width: 100%; }
.img-shadow { box-shadow: 0 16px 48px rgba(0,0,0,.12); }

/* ============================================================
   REALISATIONS
   ============================================================ */
.realisation-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--color-border);
}
.realisation-section.bg-gray { background: var(--color-gray-bg); }
.realisation-header { margin-bottom: 28px; }
.realisation-header h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 6px;
}
.realisation-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.realisation-header p {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 1.7;
  max-width: 700px;
}
.realisation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.realisation-grid-2 { grid-template-columns: repeat(2, 1fr); }
.realisation-grid-4 { grid-template-columns: repeat(4, 1fr); }
.realisation-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--color-gray-bg);
}
.realisation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.realisation-img:hover img { transform: scale(1.04); }
.realisation-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.realisation-spec-tag {
  background: var(--color-primary-bg);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ============================================================
   STEPS (livraison, processus)
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 48px 0;
}
.step-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  border: 1px solid var(--color-border);
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
}
.step-card::after {
  content: '→';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--color-primary);
  font-weight: 700;
}
.step-card:last-child::after { display: none; }
.step-card__number {
  width: 52px; height: 52px;
  background: var(--color-primary);
  color: white;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.step-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 8px;
}
.step-card__desc {
  font-size: 13px;
  color: var(--color-gray);
  line-height: 1.6;
}

/* ============================================================
   VALEURS / QUI SOMMES-NOUS
   ============================================================ */
.about-page-hero {
  background: linear-gradient(135deg, #0d2137 0%, var(--color-primary) 100%);
  padding: 80px 0;
  color: white;
  text-align: center;
}
.about-page-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  color: white;
  margin-bottom: 16px;
}
.about-page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.82);
  max-width: 560px;
  margin: 0 auto;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.value-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--color-border);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: var(--shadow);
  transition: all .3s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.value-card__icon { font-size: 32px; flex-shrink: 0; margin-top: 2px; }
.value-card__title { font-size: 17px; font-weight: 700; color: var(--color-dark); margin-bottom: 6px; }
.value-card__desc { font-size: 14px; color: var(--color-gray); line-height: 1.7; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: linear-gradient(135deg, #0d2137 0%, var(--color-primary) 100%);
  padding: 70px 0;
  text-align: center;
  color: white;
}
.contact-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 800;
  color: white;
  margin-bottom: 12px;
}
.contact-hero p { font-size: 17px; color: rgba(255,255,255,.8); }
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.contact-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  border: 1px solid var(--color-border);
  text-align: center;
  box-shadow: var(--shadow);
  transition: all .3s;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--color-primary); }
.contact-card__icon {
  width: 56px; height: 56px;
  background: var(--color-primary-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--color-primary);
}
.contact-card__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-gray);
  margin-bottom: 6px;
}
.contact-card__value {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-dark);
}
.contact-card__value a { color: var(--color-primary); text-decoration: none; }

/* ============================================================
   OFFRES D'EMPLOI
   ============================================================ */
.job-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
  box-shadow: var(--shadow);
  transition: all .3s;
}
.job-card:hover { border-color: var(--color-primary); box-shadow: var(--shadow-hover); }
.job-card__title { font-size: 20px; font-weight: 700; color: var(--color-dark); margin-bottom: 10px; }
.job-badge {
  font-size: 12px; font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 14px;
}
.job-badge--type { background: var(--color-primary-bg); color: var(--color-primary); }
.job-badge--location { background: #fef3c7; color: #92400e; }
.job-card__desc { font-size: 15px; color: var(--color-gray); line-height: 1.7; }

/* ============================================================
   LOGO SIZE (header + footer)
   ============================================================ */
/* Custom logo via Personnaliser */
.site-logo .custom-logo-link img,
.site-logo .custom-logo,
.site-header .custom-logo { max-height: 44px !important; width: auto !important; }

/* Fallback img */
.site-logo__img { max-height: 44px; width: auto; }

/* Footer */
/* ── Logo PNG fond transparent sur footer sombre — pas de pilule blanche ── */
.footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
  min-width: unset !important;
  min-height: unset !important;
  box-shadow: none !important;
}
.footer-logo a { line-height: 0; text-decoration: none; }

.footer-logo img,
.footer-logo .footer-logo__img {
  max-height: 72px !important;
  width: auto !important;
  display: block !important;
  filter: none !important;
  object-fit: contain !important;
}

/* ============================================================
   BTN-WHITE standalone
   ============================================================ */
.btn-white {
  background: var(--color-white);
  color: var(--color-dark) !important;
  border-color: var(--color-white);
  font-weight: 700;
}
.btn-white:hover {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: white !important;
}

/* ============================================================
   CONTENT PAGES (légal, etc.)
   ============================================================ */
.content-page { padding: 60px 0; }
.content-page__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-page__inner h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-dark);
  margin-top: 40px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-border);
}
.content-page__inner h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-primary);
  margin-top: 28px;
  margin-bottom: 8px;
}
.content-page__inner p,
.content-page__inner li {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 1.8;
}
.content-page__inner ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.content-page__inner ul li { list-style: disc; }

/* ============================================================
   RESPONSIVE PAGES
   ============================================================ */
@media (max-width: 900px) {
  .location-hero__grid,
  .location-feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .realisation-grid,
  .realisation-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .steps-grid,
  .realisation-grid,
  .realisation-grid-4 { grid-template-columns: 1fr; }
  .step-card::after { display: none; }
}

/* ============================================================
   CGV — MODAL / POPUP (Conditions Générales de Vente)
   ============================================================ */
.cgv-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .65);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cgv-modal-overlay.open { display: flex; }

.cgv-modal {
  background: #fff;
  border-radius: var(--radius-lg, 14px);
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  animation: cgvModalIn .2s ease;
}
@keyframes cgvModalIn {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.cgv-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--color-gray-bg, #f1f5f9);
  color: var(--color-dark, #0F172A);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background .15s;
}
.cgv-modal__close:hover { background: #e2e8f0; }

.cgv-modal__body {
  overflow-y: auto;
  padding: 36px 32px 28px;
}

.cgv-modal__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-dark, #0F172A);
  margin-bottom: 4px;
  padding-right: 36px;
}
.cgv-modal__subtitle {
  font-size: 13px;
  color: var(--color-gray, #64748b);
  margin-bottom: 20px;
}

.cgv-text {
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 10px;
  padding: 18px 20px;
  max-height: 320px;
  overflow-y: auto;
  background: var(--color-gray-bg, #f8fafc);
  margin-bottom: 22px;
}
.cgv-text h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark, #0F172A);
  margin: 18px 0 6px;
}
.cgv-text h3:first-child { margin-top: 0; }
.cgv-text p,
.cgv-text li {
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-gray-dark, #334155);
  margin-bottom: 6px;
}
.cgv-text ul { padding-left: 20px; margin-bottom: 6px; }
.cgv-text ul li { list-style: disc; }
.cgv-text strong { color: var(--color-dark, #0F172A); }

/* Checkbox "j'ai lu et compris" */
.cgv-form__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
}
.cgv-form__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--color-primary, #1a6bc4);
  cursor: pointer;
}
.cgv-form__check label {
  font-size: 13.5px;
  font-weight: 600;
  color: #92400e;
  cursor: pointer;
  line-height: 1.5;
}

/* Décision : accepter / refuser */
.cgv-form__decision-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark, #0F172A);
  margin-bottom: 10px;
}
.cgv-decision-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cgv-decision-btn {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid var(--color-border, #e2e8f0);
  background: #fff;
  color: var(--color-dark, #0F172A);
  transition: all .15s;
}
.cgv-decision-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.cgv-decision-btn--accept.active {
  border-color: #16a34a;
  background: #dcfce7;
  color: #166534;
}
.cgv-decision-btn--refuse.active {
  border-color: #dc2626;
  background: #fee2e2;
  color: #991b1b;
}
.cgv-decision-btn:not(:disabled):hover {
  border-color: var(--color-primary, #1a6bc4);
  transform: translateY(-1px);
}
.cgv-decision-text {
  font-size: 13px;
  color: var(--color-gray, #64748b);
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Champs formulaire */
.cgv-form__group { margin-bottom: 14px; }
.cgv-form__group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-dark, #0F172A);
  margin-bottom: 6px;
}
.cgv-form__group input,
.cgv-form__group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: var(--color-dark, #0F172A);
  transition: border-color .15s;
}
.cgv-form__group input:focus,
.cgv-form__group textarea:focus {
  outline: none;
  border-color: var(--color-primary, #1a6bc4);
}
.cgv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cgv-client-fields {
  border-top: 1px dashed var(--color-border, #e2e8f0);
  padding-top: 16px;
  margin-bottom: 6px;
}
.cgv-client-fields__title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-dark, #0F172A);
  margin-bottom: 12px;
}

.cgv-form__msg {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13.5px;
  margin-bottom: 14px;
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
.cgv-form__msg.error {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

.cgv-form__actions { text-align: right; }
.cgv-form__actions .btn {
  width: 100%;
  justify-content: center;
}
.cgv-form__actions .btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* Page CGV (fallback / accès direct) */
.cgv-page-cta {
  text-align: center;
  padding: 60px 20px;
}
.cgv-page-cta p { color: var(--color-gray, #64748b); margin-bottom: 20px; }

@media (max-width: 600px) {
  .cgv-modal__body { padding: 28px 18px 20px; }
  .cgv-form-row { grid-template-columns: 1fr; }
  .cgv-decision-buttons { flex-direction: column; }
}
