﻿/* ===================================================
   Céramique XXL — style.css
   Carreleur & Rénovation Nendaz, Valais
   =================================================== */

/* ==========================================================================
   Polices auto-hébergées — remplacent fonts.googleapis.com / fonts.gstatic.com
   Deux domaines tiers et deux poignées de main TLS en moins avant le premier
   pixel. Sous-ensemble LATIN uniquement : le site est en français.
   Les deux familles sont VARIABLES : un fichier couvre toute la plage de
   graisses, là où Google en déclarait huit. L'italique de Cormorant est le
   seul fichier supplémentaire nécessaire.
   ========================================================================== */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-variable-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --primary:      #1A1A1A;   /* Noir */
  --primary-dark: #0D0D0D;
  --gold:         #3D3D3D;   /* Gris foncé — accent sobre */
  --gold-light:   #5A5A5A;   /* Gris moyen hover */
  --cta:          #1A1A1A;   /* Bouton noir */
  --cta-hover:    #3D3D3D;
  --light-bg:     #F4F4F4;   /* Gris très clair */
  --alt-bg:       #EAEAEA;   /* Gris clair sections */
  --dark:         #1A1A1A;
  --text-muted:   #6B6B6B;   /* Gris texte secondaire */
  --white:        #FFFFFF;
  --radius:       8px;
  --shadow:       0 4px 20px rgba(0,0,0,.08);
  --shadow-lg:    0 8px 40px rgba(0,0,0,.13);
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }

/* ---- Utility ---- */
.text-gold { color: var(--gold) !important; }
.bg-light-custom { background: var(--light-bg); }
.bg-alt { background: var(--alt-bg); }
.bg-primary-custom { background: var(--primary); }
.section-py { padding: 80px 0; }
.section-py-sm { padding: 50px 0; }

/* ---- Buttons ---- */
.btn-cta {
  background: var(--cta);
  color: var(--white);
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid var(--cta);
  transition: all .25s;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.btn-cta:hover {
  background: var(--cta-hover);
  border-color: var(--cta-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.20);
}
.btn-outline-primary-custom {
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 12px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  transition: all .25s;
  display: inline-block;
}
.btn-outline-primary-custom:hover {
  background: var(--primary);
  color: var(--white);
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  border: 2px solid var(--gold);
  transition: all .25s;
  display: inline-block;
}
.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--white);
  color: var(--white);
}

/* ---- Navbar ---- */
.navbar-custom {
  background: var(--white);
  padding: 12px 0;
  box-shadow: 0 1px 0 #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.navbar-custom .navbar-brand { padding: 2px 0; }
.navbar-logo {
  height: 42px;
  width: auto;
  display: block;
}
.navbar-custom .nav-link {
  color: var(--dark) !important;
  font-weight: 500;
  padding: 8px 14px !important;
  transition: color .2s;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--gold) !important;
}
.navbar-custom .dropdown-menu {
  border: none;
  border-top: 2px solid var(--dark);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  padding: 8px 0;
}
.navbar-custom .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: background .2s;
}
.navbar-custom .dropdown-item:hover {
  background: var(--light-bg);
  color: var(--primary);
}
.navbar-custom .btn-nav-cta {
  background: var(--cta);
  color: var(--white) !important;
  border-radius: var(--radius);
  padding: 8px 20px !important;
  font-weight: 700;
  transition: all .25s;
  margin-left: 8px;
}
.navbar-custom .btn-nav-cta:hover {
  background: var(--cta-hover);
  transform: translateY(-1px);
}
.navbar-toggler {
  border-color: rgba(0,0,0,.3) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ---- Top bar ---- */
.topbar {
  background: var(--light-bg);
  color: var(--text-muted);
  font-size: .85rem;
  padding: 6px 0;
  border-bottom: 1px solid #E0E0E0;
}
.topbar a { color: var(--dark); }
.topbar a:hover { color: var(--gold); }

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transform: scale(1.05);
  transition: transform 6s ease;
}
.hero:hover .hero-bg { transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.45) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.hero-content .eyebrow {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}
.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.hero-content .lead {
  font-size: clamp(1rem, 2vw, 1.25rem);
  opacity: .92;
  margin-bottom: 36px;
  max-width: 600px;
}
.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.hero-badge {
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.25);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: .85rem;
  font-weight: 600;
}
/* Page hero (smaller) */
.page-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gold) 100%);
}
.page-hero .hero-content h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }

/* ---- Stats bar ---- */
.stats-bar {
  background: var(--primary);
  color: var(--white);
  padding: 28px 0;
}
.stat-item { text-align: center; }
.stat-item .stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.stat-item .stat-label {
  font-size: .85rem;
  opacity: .85;
  margin-top: 4px;
}

/* ---- Section headings ---- */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading .overline {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.section-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1.05rem;
}
.divider-gold {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 16px auto;
  border-radius: 2px;
}

/* ---- Service cards ---- */
.service-card {
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  height: 100%;
  box-shadow: var(--shadow);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.service-card .card-img-top {
  height: 240px;
  object-fit: cover;
  transition: transform .5s;
}
.service-card:hover .card-img-top { transform: scale(1.05); }
.service-card .card-img-wrapper {
  overflow: hidden;
  height: 240px;
}
.service-card .card-body {
  padding: 24px;
}
.service-card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}
.service-card .card-text {
  color: var(--text-muted);
  font-size: .95rem;
  margin-bottom: 20px;
}
.service-card .card-link {
  color: var(--gold);
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .3px;
}
.service-card .card-link:hover { color: var(--primary); }
.service-card .card-link::after { content: ' →'; }

/* ---- About section ---- */
.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--light-bg);
  border-left: 4px solid var(--gold);
  padding: 12px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: 16px;
}
.check-list { list-style: none; padding: 0; }
.check-list li {
  padding: 6px 0;
  padding-left: 28px;
  position: relative;
  color: var(--dark);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ---- Gallery ---- */
.gallery-grid {
  columns: 3 280px;
  column-gap: 12px;
}
.gallery-grid .gallery-item {
  break-inside: avoid;
  margin-bottom: 12px;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-grid .gallery-item img {
  display: block;
  width: 100%;
  transition: transform .4s;
}
.gallery-grid .gallery-item:hover img { transform: scale(1.04); }
.gallery-grid .gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.0);
  transition: background .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-grid .gallery-item:hover .overlay {
  background: rgba(0,0,0,.20);
}
.gallery-grid .gallery-item .overlay i {
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity .3s;
}
.gallery-grid .gallery-item:hover .overlay i { opacity: 1; }

/* Gallery filter tabs */
.gallery-tabs .nav-link {
  color: var(--primary);
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: all .25s;
}
.gallery-tabs .nav-link.active,
.gallery-tabs .nav-link:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* ---- Why us ---- */
.why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .3s;
  height: 100%;
}
.why-item:hover { transform: translateY(-4px); }
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--white);
}
.why-text h3 { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.why-text p { font-size: .9rem; color: var(--text-muted); margin: 0; }

/* ---- CTA banner ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-banner h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 16px;
}
.cta-banner p {
  font-size: 1.1rem;
  opacity: .9;
  max-width: 580px;
  margin: 0 auto 32px;
}

/* ---- Contact form ---- */
.contact-form-wrapper {
  background: var(--white);
  border-radius: var(--radius);
  padding: 48px;
  box-shadow: var(--shadow-lg);
}
.form-control-custom {
  border: 1.5px solid #dee2e6;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
  background: var(--white);
}
.form-control-custom:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0,0,0,.12);
  outline: none;
}
.form-label-custom {
  font-weight: 600;
  font-size: .9rem;
  color: var(--dark);
  margin-bottom: 6px;
}
.form-group-custom { margin-bottom: 20px; }
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--alt-bg);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-item .info-label { font-size: .8rem; color: var(--text-muted); }
.contact-info-item .info-value { font-weight: 600; color: var(--dark); }

/* Alert messages */
.alert-success-custom {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 16px 20px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}
.alert-danger-custom {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 16px 20px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}

/* ---- Content page ---- */
.content-section { padding: 60px 0; }
.content-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 16px;
}
.content-section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 12px;
}
.content-section p { font-size: 1.05rem; line-height: 1.75; margin-bottom: 16px; }
.content-section ul li { margin-bottom: 8px; line-height: 1.7; }
.content-img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}
.highlight-box {
  background: var(--light-bg);
  border-left: 5px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 24px 28px;
  margin: 28px 0;
}
.highlight-box h3 { color: var(--primary); margin-bottom: 10px; }
.highlight-box ul { margin: 0; padding-left: 20px; }
.highlight-box ul li { margin-bottom: 6px; color: var(--dark); }

/* ---- Breadcrumb ---- */
.breadcrumb-custom {
  background: var(--light-bg);
  padding: 12px 0;
  border-bottom: 1px solid var(--alt-bg);
}
.breadcrumb-custom .breadcrumb {
  margin: 0;
  font-size: .88rem;
}
.breadcrumb-custom .breadcrumb-item a { color: var(--primary); font-weight: 500; }
.breadcrumb-custom .breadcrumb-item.active { color: var(--text-muted); }
.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
  content: '›';
  color: var(--gold);
}

/* ---- Lightbox ---- */
.lightbox-modal .modal-content { background: #000; border: none; }
.lightbox-modal .modal-body { padding: 0; }
.lightbox-modal img { max-height: 85vh; object-fit: contain; }
.lightbox-modal .btn-close { filter: invert(1); top: -40px; right: 0; position: absolute; }

/* ---- Footer ---- */
.footer {
  background: #1A1A1A;
  color: rgba(253,250,247,.75);
  padding: 60px 0 0;
}
.footer h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.footer a { color: rgba(255,255,255,.65); transition: color .2s; }
.footer a:hover { color: var(--white); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links li::before { content: '› '; color: rgba(255,255,255,.4); }
.footer-brand {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
}
.footer-brand span { color: #9E9E9E; }
.footer-desc { font-size: .92rem; line-height: 1.7; margin-top: 12px; }
.footer-bottom {
  margin-top: 48px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .82rem;
  color: rgba(255,255,255,.72);
}
.footer-bottom a { color: rgba(255,255,255,.72); }

/* ---- Zone d'intervention ---- */
.zone-tag {
  display: inline-block;
  background: var(--light-bg);
  color: var(--primary);
  border: 1px solid rgba(0,0,0,.10);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: .85rem;
  font-weight: 600;
  margin: 4px;
}
.zone-tag.featured {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* ---- Testimonial / trust ---- */
.trust-section { background: var(--primary); color: var(--white); padding: 60px 0; }
.trust-item { text-align: center; padding: 20px; }
.trust-item .trust-icon { font-size: 2.5rem; color: var(--white); margin-bottom: 12px; }
.trust-item h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.trust-item p { font-size: .9rem; opacity: .85; }

/* ---- Cookie notice ---- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--primary-dark);
  color: var(--white);
  padding: 16px 24px;
  z-index: 9999;
  font-size: .9rem;
  display: none;
}
.cookie-banner.show { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cookie-banner a { color: var(--white); }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .section-py { padding: 56px 0; }
  .contact-form-wrapper { padding: 28px 20px; }
  .navbar-custom .btn-nav-cta { margin: 8px 0 0 0; width: 100%; text-align: center; }
  .gallery-grid { columns: 2 200px; }
}
@media (max-width: 767px) {
  .hero { min-height: 75vh; }
  .page-hero { min-height: 38vh; }
  .stats-bar .stat-item { margin-bottom: 20px; }
  .gallery-grid { columns: 1; }
  .why-item { flex-direction: column; gap: 12px; }
}
@media (max-width: 575px) {
  .hero { min-height: 65vh; }
  .hero-badges { display: none; }
}

/* ---- Animations ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp .6s ease both; }
.animate-in.delay-1 { animation-delay: .15s; }
.animate-in.delay-2 { animation-delay: .3s; }
.animate-in.delay-3 { animation-delay: .45s; }

/* ---- Instagram feed (CRM) ---- */
.crm-ig-section { padding: 60px 0; }
.crm-ig-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.crm-ig-handle { font-size: .85rem; font-weight: 600; color: var(--text-muted); transition: color .2s; }
.crm-ig-handle:hover { color: var(--gold); }
.crm-ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.crm-ig-skel { aspect-ratio: 1; background: var(--light-bg); border-radius: var(--radius); }
.crm-ig-item { position: relative; aspect-ratio: 1; display: block; overflow: hidden; border-radius: var(--radius); cursor: pointer; }
.crm-ig-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.crm-ig-item:hover img { transform: scale(1.06); }
.crm-ig-overlay {
  position: absolute; inset: 0; background: rgba(26,26,26,.72);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s; padding: 12px; text-align: center;
}
.crm-ig-item:hover .crm-ig-overlay { opacity: 1; }
.crm-ig-caption { color: #fff; font-size: 11px; line-height: 1.4; margin: 0 0 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.crm-ig-btn { background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
@media (max-width: 767px) { .crm-ig-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; } }

/* ---- Print ---- */
@media print {
  .navbar-custom, .cta-banner, .cookie-banner, .footer { display: none; }
}




/* ==========================================================================
   Icônes SVG — remplacent Font Awesome
   Chaque page embarque un sprite de ses seules icônes : plus de CSS ni de
   woff2 tirés de cdnjs, et un domaine tiers en moins.
   ========================================================================== */
.ic {
  width: 1em; height: 1em;
  fill: currentColor;
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

/* ==========================================================================
   Accessibilité — mouvement réduit
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .animate-in, .reveal, .fade-in { opacity: 1 !important; transform: none !important; }
}
