/*
Theme Name: Astra Child
Template: astra
Description: Child theme for Visa Canada Rouge
Version: 1.0
Text Domain: astra-child
*/

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #0C0A0B;
  color: #FDFCFB;
  overflow-x: hidden;
}


nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(12,10,11,.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .4s;
}

nav.au-scroll {
  background: rgba(12,10,11,.97);
}


.bascule-theme {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.1);
  background: transparent;
  cursor: pointer;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s, border-color .2s;
}

.bascule-theme:hover {
  color: #FDFCFB;
  border-color: rgba(255,255,255,.25);
}

.icone-lune {
  display: none;
}

.icone-soleil {
  display: block;
}

.logo-marque {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 700;
  color: #FDFCFB;
  text-decoration: none;
}

.logo-feuille-erable {
  width: 22px;
  height: 22px;
}

.logo-feuille {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.nav-liens {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-liens a {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 100px;
  transition: color .2s, background .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-liens a:hover {
  color: #FDFCFB;
  background: rgba(255,255,255,.07);
}

.nav-liens a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #D0112B;
  opacity: 0;
  transition: opacity .25s;
}

.nav-liens a:hover::after {
  opacity: 1;
}

.nav-lien-actif {
  color: #FDFCFB !important;
}

.nav-lien-actif::after {
  opacity: 1 !important;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.basculeur-langue {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
}

.langue-lien {
  color: rgba(255,255,255,.38);
  text-decoration: none;
  transition: color .2s;
  padding: 4px 2px;
}

.langue-lien:hover {
  color: #FDFCFB;
}

.langue-actif {
  color: #FDFCFB;
}

.langue-sep {
  color: rgba(255,255,255,.18);
  font-weight: 300;
  font-size: 12px;
}

.basculeur-langue-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1em;
}

.langue-mobile-lien {
  color: rgba(255,255,255,.38);
  text-decoration: none;
  transition: color .2s;
}

.langue-mobile-lien:hover {
  color: #FDFCFB;
}

.langue-mobile-actif {
  color: #FDFCFB;
}

.nav-bouton-consultation {
  background: #D0112B;
  color: #FDFCFB;
  padding: 11px 22px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(208,17,43,.3);
  transition: background .25s, transform .15s, box-shadow .25s;
}

.nav-bouton-consultation:hover {
  background: #A50D22;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(208,17,43,.4);
}


.nav-bouton-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-bouton-menu span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #FDFCFB;
  border-radius: 2px;
  transition: all .3s cubic-bezier(.22,1,.36,1);
}


.menu-mobile {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 40px 48px;
  gap: 0;
  background: #181315;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .25s;
  z-index: 200;
}

.menu-mobile.ouvert {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}

.menu-mobile a {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.07);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color .2s;
}

.menu-mobile a::after {
  content: '›';
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  opacity: .35;
  flex-shrink: 0;
}

.menu-mobile a:hover {
  color: #FDFCFB;
  background: transparent;
}

.menu-mobile-cta {
  margin-top: 32px;
  background: #D0112B;
  color: #FDFCFB !important;
  border-bottom: none !important;
  border-radius: 10px !important;
  padding: 18px 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase !important;
  width: 100% !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(208,17,43,.3);
  transition: background .2s, box-shadow .2s !important;
}

.menu-mobile-cta::after {
  content: none !important;
}

.menu-mobile-cta:hover {
  background: #A50D22 !important;
  color: #FDFCFB !important;
  box-shadow: 0 4px 14px rgba(208,17,43,.4) !important;
}

.menu-mobile-contact {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.07);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.menu-mobile-contact-lien {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(255,255,255,.45) !important;
  padding: 0 !important;
  border-bottom: none !important;
  transition: color .2s !important;
}

.menu-mobile-contact-lien::after {
  content: none !important;
}

.menu-mobile-contact-lien:hover {
  color: rgba(255,255,255,.85) !important;
  background: transparent !important;
}

.menu-mobile-reseaux {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.menu-mobile-reseau-lien {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  color: rgba(255,255,255,.45) !important;
  transition: color .2s, border-color .2s !important;
}

.menu-mobile-reseau-lien::after {
  content: none !important;
}

.menu-mobile-reseau-lien:hover {
  color: #FDFCFB !important;
  border-color: rgba(255,255,255,.3) !important;
  background: transparent !important;
}

.menu-mobile-fermer {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
}

.menu-mobile-fermer span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: rgba(255,255,255,.6);
  border-radius: 2px;
  position: absolute;
  transition: background .2s;
}

.menu-mobile-fermer span:first-child {
  transform: rotate(45deg);
}

.menu-mobile-fermer span:last-child {
  transform: rotate(-45deg);
}

.menu-mobile-fermer:hover span {
  background: #FDFCFB;
}


.accueil {
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: calc(100vh - 60px);
}

.accueil-colonne-photo {
  position: relative;
  overflow: hidden;
}

.accueil-image {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1400&q=85') center/cover;
  transform: scale(1.06);
  opacity: 0;
  transition: opacity 1.4s ease, transform 8s ease;
}

.accueil-image.photo-chargee {
  opacity: 1;
  transform: scale(1);
}

.accueil-image-ombre {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(12,10,11,.2) 0%, rgba(12,10,11,.05) 50%, rgba(12,10,11,.6) 100%);
}

.accueil-colonne-texte {
  background: #181315;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 68px 64px;
  border-left: 1px solid rgba(255,255,255,.04);
}

.accueil-sur-titre {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C4922A;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .7s ease .2s, transform .7s cubic-bezier(.22,1,.36,1) .2s;
}

.accueil-sur-titre.anime {
  opacity: 1;
  transform: translateY(0);
}

.sur-titre-trait {
  width: 32px;
  height: 1px;
  background: #C4922A;
  flex-shrink: 0;
}

.accueil-titre-principal {
  font-family: 'Fraunces', serif;
  font-size: clamp(56px, 5.8vw, 88px);
  font-weight: 100;
  line-height: .95;
  letter-spacing: -.03em;
  color: #FDFCFB;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s ease .35s, transform .9s cubic-bezier(.22,1,.36,1) .35s;
}

.accueil-titre-principal.anime {
  opacity: 1;
  transform: translateY(0);
}

.accueil-titre-principal em {
  font-style: italic;
  font-weight: 300;
  color: #FF2040;
  display: block;
}

.accueil-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: #7A7075;
  max-width: 380px;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .7s ease .55s, transform .7s cubic-bezier(.22,1,.36,1) .55s;
}

.accueil-description.anime {
  opacity: 1;
  transform: translateY(0);
}

.accueil-bouton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #D0112B;
  color: #FDFCFB;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  opacity: 0;
  transform: translateY(10px);
  box-shadow: 0 2px 8px rgba(208,17,43,.3);
  transition: background .25s, gap .25s, box-shadow .25s, opacity .6s ease .7s, transform .6s cubic-bezier(.22,1,.36,1) .7s;
}

.accueil-bouton.anime {
  opacity: 1;
  transform: translateY(0);
}

.accueil-bouton:hover {
  background: #A50D22;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(208,17,43,.4);
}

.accueil-statistique {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.07);
  opacity: 0;
  transition: opacity .8s ease .9s;
}

.accueil-statistique.anime {
  opacity: 1;
}

.statistique-chiffre {
  font-family: 'Fraunces', serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #FDFCFB;
}

.statistique-symbole {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 700;
  color: #D0112B;
  align-self: flex-start;
  margin-top: 8px;
}

.statistique-libelle {
  font-size: 12px;
  color: #7A7075;
  margin-left: 8px;
  letter-spacing: .04em;
  align-self: center;
}


.bandeau-defilant {
  background: #D0112B;
  overflow: hidden;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.15);
}

.bandeau-piste {
  display: flex;
  width: max-content;
  animation: defilement 22s linear infinite;
}

@keyframes defilement {
  to {
    transform: translateX(-50%);
  }
}

.bandeau-element {
  display: inline-flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  padding: 0 40px;
  white-space: nowrap;
}

.bandeau-element::before {
  content: '◆';
  margin-right: 40px;
  font-size: 7px;
  opacity: .6;
}


.section {
  padding: 100px 0;
}

.section-contenu {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 72px;
}

.section-fond-sombre {
  background: #181315;
}

.section-fond-beige {
  background: #F2EDE8;
}

.section-temoignages {
  background: #221C1F;
}

.section-etiquette {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C4922A;
  margin-bottom: 16px;
}

.etiquette-trait {
  width: 28px;
  height: 1px;
  background: #C4922A;
  flex-shrink: 0;
}

.etiquette-variante-sombre {
  color: #A50D22;
}

.etiquette-trait-rouge {
  background: #A50D22;
}

.section-titre {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 100;
  letter-spacing: -.03em;
  line-height: 1;
  color: #FDFCFB;
  margin-bottom: 56px;
}

.section-titre em {
  font-style: italic;
  font-weight: 300;
  color: #FF2040;
}

.section-titre-sombre {
  color: #0C0A0B;
}

.section-titre-sombre em {
  color: #D0112B;
}

.separateur-haut {
  border-top: 1px solid rgba(255,255,255,.06);
}


.grille-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 16px;
  overflow: hidden;
}

.service-carte {
  background: #181315;
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
  transition: background .35s;
}

.service-carte:hover {
  background: #221C1F;
}

.service-barre-rouge {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #D0112B;
  transition: height .5s cubic-bezier(.22,1,.36,1);
}

.service-carte:hover .service-barre-rouge {
  height: 100%;
}

.service-numero-fantome {
  font-family: 'Fraunces', serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,255,255,.03);
  position: absolute;
  bottom: -12px;
  right: 16px;
  transition: color .4s, transform .4s cubic-bezier(.22,1,.36,1);
}

.service-carte:hover .service-numero-fantome {
  color: rgba(208,17,43,.07);
  transform: translateY(-8px);
}

.service-titre {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 14px;
  color: #FDFCFB;
}

.service-description {
  font-size: 13.5px;
  line-height: 1.78;
  color: #7A7075;
}


.grille-etapes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 0;
}

.etapes-ligne-connexion {
  position: absolute;
  top: 27px;
  left: calc(16.7% + 2px);
  right: calc(16.7% + 2px);
  height: 1px;
  background: rgba(0,0,0,.12);
  overflow: hidden;
}

.etapes-ligne-remplissage {
  height: 100%;
  width: 0;
  background: #D0112B;
  transition: width 1.8s cubic-bezier(.22,1,.36,1) .3s;
}

.etapes-lancees .etapes-ligne-remplissage {
  width: 100%;
}

.etape {
  text-align: center;
  padding: 0 24px;
}

.etape-cercle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-size: 14px;
  font-weight: 600;
  color: #D0112B;
  background: #F2EDE8;
  position: relative;
  z-index: 1;
  transition: all .35s cubic-bezier(.22,1,.36,1);
}

.etape:hover .etape-cercle {
  background: #D0112B;
  color: #FDFCFB;
  border-color: #D0112B;
  transform: scale(1.1);
}

.etape-titre {
  font-size: 16px;
  font-weight: 600;
  color: #0C0A0B;
  margin-bottom: 10px;
}

.etape-description {
  font-size: 13px;
  line-height: 1.72;
  color: #847880;
}


.grille-temoignages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 0;
}

.temoignage-carte {
  background: #181315;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: background .3s;
}

.temoignage-carte:hover {
  background: #221C1F;
}

.temoignage-texte {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,.58);
  margin-bottom: 28px;
}

.temoignage-pied {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.temoignage-nom {
  font-size: 17px;
  font-weight: 700;
  color: #FDFCFB;
  margin-bottom: 6px;
}

.temoignage-guillemet-fin {
  font-family: 'Fraunces', serif;
  font-size: 52px;
  color: #C4922A;
  line-height: .7;
  opacity: .25;
}


.faq-liste {
  max-width: 760px;
}

.faq-element {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 15px;
  font-weight: 500;
  color: #0C0A0B;
  cursor: pointer;
  transition: color .2s;
}

.faq-element:hover .faq-question {
  color: #A50D22;
}

.faq-icone {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: #D0112B;
  transition: all .3s cubic-bezier(.22,1,.36,1);
}

.faq-element.ouvert .faq-icone {
  background: #D0112B;
  color: #FDFCFB;
  border-color: #D0112B;
  transform: rotate(45deg);
}

.faq-reponse {
  font-size: 14px;
  line-height: 1.8;
  color: #847880;
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.22,1,.36,1), padding .3s;
  padding: 0 40px 0 0;
}

.faq-element.ouvert .faq-reponse {
  max-height: 200px;
  padding-bottom: 24px;
}


.section-consultation {
  background: #0C0A0B;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}


.appel-contenu {
  text-align: center;
  position: relative;
  z-index: 1;
}

.appel-titre {
  margin-bottom: 16px;
}

.appel-description {
  font-size: 15px;
  color: #7A7075;
  font-weight: 300;
  margin-bottom: 48px;
}

.appel-boutons {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.bouton-principal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #D0112B;
  color: #FDFCFB;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(208,17,43,.3);
  transition: background .25s, gap .25s, box-shadow .25s;
}

.bouton-principal:hover {
  background: #A50D22;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(208,17,43,.4);
}


footer {
  background: #181315;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 40px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pied-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 700;
  color: #FDFCFB;
}

.pied-centre {
  display: flex;
  align-items: center;
}

.pied-logo-ccic {
  height: 36px;
  object-fit: contain;
  opacity: .75;
  transition: opacity .2s;
}

.pied-logo-ccic:hover {
  opacity: 1;
}

.pied-copyright {
  font-size: 11px;
  color: rgba(255,255,255,.2);
}


.apparition {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
}

.apparition.anime {
  opacity: 1;
  transform: translateY(0);
}


.entete-page {
  position: relative;
  height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.entete-page-fond {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1517935706615-2717063c2225?w=1400&q=85') center / cover no-repeat;
}

.entete-page-ombre {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,10,11,.92) 0%, rgba(12,10,11,.5) 50%, rgba(12,10,11,.25) 100%);
}

.entete-page-texte {
  position: relative;
  z-index: 1;
  padding: 0 72px 64px;
}

.entete-sur-titre {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C4922A;
  margin-bottom: 20px;
}

.entete-titre {
  font-family: 'Fraunces', serif;
  font-size: clamp(52px, 5.5vw, 80px);
  font-weight: 100;
  line-height: .95;
  letter-spacing: -.03em;
  color: #FDFCFB;
}

.entete-titre em {
  font-style: italic;
  font-weight: 300;
  color: #FF2040;
  display: block;
}


.disposition-deux-colonnes {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
}

.colonne-etiquette {
  padding-top: 4px;
}

.texte-corps {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: #7A7075;
  max-width: 640px;
}


.grille-valeurs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
}

.valeur-carte {
  background: #F2EDE8;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: background .3s;
}

.valeur-carte:hover {
  background: #E5DED5;
}

.valeur-carte::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #D0112B;
  transition: height .45s cubic-bezier(.22,1,.36,1);
}

.valeur-carte:hover::before {
  height: 100%;
}

.valeur-numero-fantome {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0,0,0,.04);
  position: absolute;
  bottom: -8px;
  right: 16px;
  transition: color .3s;
}

.valeur-carte:hover .valeur-numero-fantome {
  color: rgba(208,17,43,.06);
}

.valeur-titre {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  color: #0C0A0B;
  margin-bottom: 16px;
}

.valeur-description {
  font-size: 14px;
  line-height: 1.78;
  color: #847880;
}


.avis-consultation {
  display: flex;
  gap: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-left: 3px solid #D0112B;
  border-radius: 10px;
  padding: 22px 24px;
  margin-bottom: 36px;
}

.avis-icone {
  color: #D0112B;
  flex-shrink: 0;
  margin-top: 2px;
}

.avis-titre {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #D0112B;
  margin-bottom: 14px;
}

.avis-liste {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.avis-liste li {
  font-size: 13.5px;
  line-height: 1.72;
  color: #7A7075;
  padding-left: 16px;
  position: relative;
}

.avis-liste li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #D0112B;
  opacity: .5;
}

.avis-liste strong {
  color: #FDFCFB;
  font-weight: 500;
}

.contact-photo-fond {
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=85');
}


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

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

.contact-colonne-coordonnees {
  position: sticky;
  top: 80px;
}


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

.formulaire-ligne {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.formulaire-groupe {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.formulaire-etiquette {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7A7075;
}

.formulaire-champ-obligatoire {
  color: #D0112B;
}

.formulaire-champ,
.formulaire-liste-deroulante,
.formulaire-zone-texte {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  padding: 14px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FDFCFB;
  outline: none;
  width: 100%;
  transition: border-color .2s, background .2s;
}

.formulaire-champ::placeholder,
.formulaire-zone-texte::placeholder {
  color: rgba(255,255,255,.22);
}

.formulaire-champ:focus,
.formulaire-liste-deroulante:focus,
.formulaire-zone-texte:focus {
  border-color: #D0112B;
  background: rgba(255,255,255,.06);
}

.formulaire-liste-deroulante {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237A7075' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}

.formulaire-liste-deroulante option {
  background: #181315;
  color: #FDFCFB;
}

.formulaire-zone-texte {
  resize: vertical;
  min-height: 140px;
}

.formulaire-bouton-envoi {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #D0112B;
  color: #FDFCFB;
  padding: 14px 30px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(208,17,43,.3);
  transition: background .25s, gap .25s, box-shadow .25s;
}

.formulaire-bouton-envoi:hover {
  background: #A50D22;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(208,17,43,.4);
}


.coordonnees-liste {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 32px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}

.coordonnees-carte {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255,255,255,.03);
  padding: 24px 20px;
  transition: background .2s;
}

.coordonnees-carte:hover {
  background: rgba(255,255,255,.06);
}

.coordonnees-icone {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF2040;
  flex-shrink: 0;
}

.coordonnees-etiquette {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7A7075;
  margin-bottom: 6px;
}

.coordonnees-valeur {
  font-size: 14px;
  font-weight: 400;
  color: #FDFCFB;
  text-decoration: none;
  line-height: 1.6;
  transition: color .2s;
}

a.coordonnees-valeur:hover {
  color: #FF2040;
}


.reseaux-sociaux-bloc {
  margin-top: 1px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-top: none;
  padding: 24px 20px;
}

.reseaux-sociaux-liste {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reseaux-sociaux-lien {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  transition: color .2s, background .2s;
}

.reseaux-sociaux-lien:hover {
  color: #FDFCFB;
  background: rgba(255,255,255,.05);
}

.consultation-main {
  flex: 1;
  display: flex;
  align-items: center;
}


@media (max-width: 1024px) {
  nav {
    padding: 0 24px;
  }

  .accueil {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .accueil-colonne-photo {
    height: 340px;
    min-height: unset;
  }

  .accueil-colonne-texte {
    padding: 52px 32px 48px;
  }

  .accueil-description {
    max-width: 100%;
  }

  .section-contenu {
    padding: 0 32px;
  }

  .section {
    padding: 72px 0;
  }

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

  .grille-etapes {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .etapes-ligne-connexion {
    display: none;
  }

  .etape {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
  }

  .etape-cercle {
    margin: 0;
    flex-shrink: 0;
  }

  .etape-titre {
    font-size: 15px;
  }

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

  footer {
    padding: 32px 32px;
  }

  .disposition-deux-colonnes {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .entete-page {
    height: 320px;
  }

  .entete-page-texte {
    padding: 0 32px 48px;
  }

  .grille-valeurs {
    grid-template-columns: 1fr;
  }

  .contact-disposition {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .contact-colonne-coordonnees {
    position: static;
  }
}


@media (max-width: 768px) {
  nav {
    height: 56px;
  }

  .nav-liens {
    display: none;
  }

  .logo-marque {
    font-size: 15px;
  }

  .logo-feuille-erable {
    width: 18px;
    height: 18px;
  }

  .nav-bouton-consultation {
    padding: 9px 16px;
    font-size: 10px;
    gap: 6px;
    letter-spacing: .06em;
  }

  .nav-bouton-consultation svg {
    display: none;
  }

  .nav-bouton-menu {
    display: flex;
  }

  .accueil {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .accueil-colonne-photo {
    height: 280px;
  }

  .accueil-image-ombre {
    background: linear-gradient(to bottom, rgba(12,10,11,.1) 0%, rgba(12,10,11,.7) 100%);
  }

  .accueil-colonne-texte {
    padding: 40px 20px 44px;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.04);
  }

  .accueil-sur-titre {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .accueil-titre-principal {
    font-size: clamp(44px, 11vw, 64px);
    margin-bottom: 20px;
  }

  .accueil-description {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .accueil-bouton {
    padding: 13px 24px;
    font-size: 11px;
    width: 100%;
    justify-content: center;
  }

  .accueil-statistique {
    margin-top: 40px;
    padding-top: 28px;
  }

  .statistique-chiffre {
    font-size: 42px;
  }

  .statistique-symbole {
    font-size: 20px;
  }

  .bandeau-element {
    padding: 0 28px;
    font-size: 9.5px;
  }

  .bandeau-element::before {
    margin-right: 28px;
  }

  .section {
    padding: 56px 0;
  }

  .section-contenu {
    padding: 0 20px;
  }

  .section-titre {
    font-size: clamp(30px, 8vw, 44px);
    margin-bottom: 36px;
  }

  .grille-services {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .service-carte {
    padding: 36px 24px;
  }

  .service-numero-fantome {
    font-size: 64px;
  }

  .service-titre {
    font-size: 17px;
  }

  .grille-etapes {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .etapes-ligne-connexion {
    display: none;
  }

  .etape {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0;
  }

  .etape-cercle {
    margin: 0;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    font-size: 13px;
  }

  .etape-titre {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .etape-description {
    font-size: 13px;
  }

  .grille-temoignages {
    grid-template-columns: 1fr;
  }

  .temoignage-carte {
    padding: 36px 24px;
  }

  .temoignage-texte {
    font-size: 13.5px;
  }

  .faq-liste {
    max-width: 100%;
  }

  .faq-question {
    font-size: 14px;
    padding: 20px 0;
  }

  .section-consultation {
    padding: 80px 0;
  }

  .appel-description {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .bouton-principal {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
  }

  .appel-cercle:nth-child(3) {
    display: none;
  }

  footer {
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px;
    text-align: center;
  }

  .pied-logo {
    justify-content: center;
  }

  .pied-copyright {
    order: 3;
  }

  .entete-page {
    height: 260px;
  }

  .entete-page-texte {
    padding: 0 20px 36px;
  }

  .entete-titre {
    font-size: clamp(38px, 10vw, 56px);
  }

  .disposition-deux-colonnes {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .texte-corps {
    font-size: 15px;
  }

  .valeur-carte {
    padding: 32px 24px;
  }

  .grille-valeurs {
    grid-template-columns: 1fr;
  }

  .contact-disposition {
    gap: 40px;
  }

  .formulaire-ligne {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coordonnees-liste {
    margin-top: 24px;
  }

  .formulaire-bouton-envoi {
    width: 100%;
    justify-content: center;
  }
}


[data-theme="light"] body {
  background: #F7F8FA;
  color: #0A1628;
}

[data-theme="light"] nav {
  background: rgba(255,255,255,.92);
  border-bottom-color: rgba(0,0,0,.07);
}

[data-theme="light"] nav.au-scroll {
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 16px rgba(0,0,0,.07);
}

[data-theme="light"] .logo-marque {
  color: #0A1628;
}

[data-theme="light"] .nav-liens a {
  color: rgba(10,22,40,.45);
}

[data-theme="light"] .nav-liens a:hover {
  color: #0A1628;
  background: rgba(0,0,0,.05);
}

[data-theme="light"] .nav-liens a::after {
  background: #D0112B;
}

[data-theme="light"] .nav-lien-actif {
  color: #0A1628 !important;
}

[data-theme="light"] .nav-bouton-menu span {
  background: #0A1628;
}


[data-theme="light"] .basculeur-langue .langue-lien {
  color: rgba(10,22,40,.35);
}

[data-theme="light"] .basculeur-langue .langue-lien:hover {
  color: #0A1628;
}

[data-theme="light"] .basculeur-langue .langue-actif {
  color: #0A1628;
}

[data-theme="light"] .basculeur-langue .langue-sep {
  color: rgba(10,22,40,.2);
}

[data-theme="light"] .bascule-theme {
  border-color: rgba(0,0,0,.12);
  color: rgba(10,22,40,.5);
}

[data-theme="light"] .bascule-theme:hover {
  color: #0A1628;
  border-color: rgba(0,0,0,.3);
}

[data-theme="light"] .icone-lune {
  display: block;
}

[data-theme="light"] .icone-soleil {
  display: none;
}

[data-theme="light"] .menu-mobile {
  background: #FFFFFF;
}

[data-theme="light"] .menu-mobile a {
  color: rgba(10,22,40,.5);
  border-bottom-color: rgba(0,0,0,.07);
}

[data-theme="light"] .menu-mobile a:hover {
  color: #0A1628;
}

[data-theme="light"] .menu-mobile-fermer span {
  background: rgba(10,22,40,.5);
}

[data-theme="light"] .menu-mobile-fermer:hover span {
  background: #0A1628;
}


[data-theme="light"] .accueil-colonne-texte {
  background: #FFFFFF;
  border-left-color: rgba(0,0,0,.05);
}

[data-theme="light"] .accueil-titre-principal {
  color: #0A1628;
}

[data-theme="light"] .accueil-description {
  color: #5A6478;
}

[data-theme="light"] .accueil-statistique {
  border-top-color: rgba(0,0,0,.08);
}

[data-theme="light"] .statistique-chiffre {
  color: #0A1628;
}

[data-theme="light"] .statistique-libelle {
  color: #5A6478;
}

[data-theme="light"] .section-fond-sombre {
  background: #FFFFFF;
}

[data-theme="light"] .separateur-haut {
  border-top-color: rgba(0,0,0,.07);
}

[data-theme="light"] .section-titre {
  color: #0A1628;
}

[data-theme="light"] .section-titre em {
  color: #D0112B;
}

[data-theme="light"] .texte-corps {
  color: #5A6478;
}

[data-theme="light"] .section-consultation {
  background: #F2EDE8;
}

[data-theme="light"] .section-consultation .section-titre {
  color: #0A1628;
}

[data-theme="light"] .section-consultation .section-etiquette {
  color: #D0112B;
}

[data-theme="light"] .section-consultation .etiquette-trait {
  background: #D0112B;
}

[data-theme="light"] .section-consultation .appel-description {
  color: #5A6478;
}

[data-theme="light"] .section-temoignages {
  background: #F0F2F5;
}

[data-theme="light"] .grille-services {
  background: rgba(0,0,0,.07);
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] .service-carte {
  background: #FFFFFF;
}

[data-theme="light"] .service-carte:hover {
  background: #F7F8FA;
}

[data-theme="light"] .service-titre {
  color: #0A1628;
}

[data-theme="light"] .service-description {
  color: #5A6478;
}

[data-theme="light"] .service-numero-fantome {
  color: rgba(0,0,0,.03);
}

[data-theme="light"] .service-carte:hover .service-numero-fantome {
  color: rgba(208,17,43,.05);
}

[data-theme="light"] .grille-temoignages {
  background: rgba(0,0,0,.07);
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] .temoignage-carte {
  background: #FFFFFF;
}

[data-theme="light"] .temoignage-carte:hover {
  background: #FAFAFA;
}

[data-theme="light"] .temoignage-texte {
  color: rgba(10,22,40,.58);
}

[data-theme="light"] .temoignage-nom {
  color: #0A1628;
}

[data-theme="light"] .temoignage-pied {
  border-top-color: rgba(0,0,0,.07);
}

[data-theme="light"] .temoignage-guillemet-fin {
  color: #C4922A;
}

[data-theme="light"] .grille-valeurs {
  background: rgba(0,0,0,.07);
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] footer {
  background: #FFFFFF;
  border-top-color: rgba(0,0,0,.07);
}

[data-theme="light"] .pied-logo {
  color: #0A1628;
}

[data-theme="light"] .pied-copyright {
  color: rgba(10,22,40,.3);
}

[data-theme="light"] .entete-page-ombre {
  background: linear-gradient(to top, rgba(10,22,40,.88) 0%, rgba(10,22,40,.45) 50%, rgba(10,22,40,.15) 100%);
}

[data-theme="light"] .formulaire-champ,
[data-theme="light"] .formulaire-liste-deroulante,
[data-theme="light"] .formulaire-zone-texte {
  background: #F7F8FA;
  border-color: rgba(0,0,0,.12);
  color: #0A1628;
}

[data-theme="light"] .formulaire-champ::placeholder,
[data-theme="light"] .formulaire-zone-texte::placeholder {
  color: rgba(10,22,40,.3);
}

[data-theme="light"] .formulaire-etiquette {
  color: #5A6478;
}

[data-theme="light"] .formulaire-liste-deroulante option {
  background: #FFFFFF;
  color: #0A1628;
}

[data-theme="light"] .coordonnees-liste {
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] .coordonnees-carte {
  background: rgba(0,0,0,.02);
}

[data-theme="light"] .coordonnees-carte:hover {
  background: rgba(0,0,0,.04);
}

[data-theme="light"] .coordonnees-icone {
  border-color: rgba(0,0,0,.1);
}

[data-theme="light"] .coordonnees-valeur {
  color: #0A1628;
}

[data-theme="light"] .reseaux-sociaux-bloc {
  background: rgba(0,0,0,.02);
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] .reseaux-sociaux-lien {
  color: rgba(10,22,40,.5);
}

[data-theme="light"] .reseaux-sociaux-lien:hover {
  color: #0A1628;
  background: rgba(0,0,0,.04);
}

[data-theme="light"] .menu-mobile-contact {
  border-top-color: rgba(0,0,0,.07);
}

[data-theme="light"] .menu-mobile-contact-lien {
  color: rgba(10,22,40,.45) !important;
}

[data-theme="light"] .menu-mobile-contact-lien:hover {
  color: rgba(10,22,40,.85) !important;
}

[data-theme="light"] .menu-mobile-reseau-lien {
  border-color: rgba(0,0,0,.1) !important;
  color: rgba(10,22,40,.45) !important;
}

[data-theme="light"] .menu-mobile-reseau-lien:hover {
  color: #0A1628 !important;
  border-color: rgba(0,0,0,.3) !important;
}

[data-theme="light"] .section-etiquette {
  color: #D0112B;
}

[data-theme="light"] .etiquette-trait {
  background: #D0112B;
}

[data-theme="light"] .accueil-sur-titre {
  color: #D0112B;
}

[data-theme="light"] .sur-titre-trait {
  background: #D0112B;
}

[data-theme="light"] .statistique-symbole {
  color: #D0112B;
}

[data-theme="light"] .temoignage-guillemet-fin {
  color: #D0112B;
}

[data-theme="light"] .avis-consultation {
  background: rgba(208,17,43,.04);
  border-color: rgba(208,17,43,.15);
  border-left-color: #D0112B;
}

[data-theme="light"] .avis-liste li {
  color: #5A6478;
}

[data-theme="light"] .avis-liste strong {
  color: #0A1628;
}

[data-theme="light"] .faq-question {
  color: #0A1628;
}

[data-theme="light"] .faq-element {
  border-bottom-color: rgba(0,0,0,.08);
}

[data-theme="light"] .faq-icone {
  border-color: rgba(0,0,0,.15);
}

[data-theme="light"] .faq-reponse {
  color: #5A6478;
}


/* ── PAGE BLOG ─────────────────────────────────────────── */

.entete-blog {
  height: 500px;
}

.entete-blog-image {
  background-image: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1600&q=85') !important;
  background-position: center 35% !important;
}

.blog-bandeau {
  background: #181315;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
  padding: 16px 0;
}

.blog-bandeau-piste {
  display: flex;
  width: max-content;
  animation: defilement 30s linear infinite;
}

.blog-bandeau-element {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  padding: 0 36px;
  white-space: nowrap;
}

.blog-bandeau-element::before {
  content: '◆';
  margin-right: 36px;
  font-size: 6px;
  color: #C4922A;
  opacity: .7;
}

.blog-bandeau-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #D0112B;
  text-decoration: none;
  padding: 0 36px;
  white-space: nowrap;
  transition: color .2s;
}

.blog-bandeau-cta::after {
  content: '→';
  font-size: 13px;
}

.blog-bandeau-cta:hover {
  color: #FF2040;
}

.blog-grille-section {
  background: #0C0A0B;
  padding: 80px 0 100px;
}

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

.blog-carte {
  background: #181315;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .3s, transform .35s cubic-bezier(.22,1,.36,1);
}

.blog-carte:hover {
  border-color: rgba(208,17,43,.3);
  transform: translateY(-5px);
}

.blog-carte-image-lien {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.blog-carte-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22,1,.36,1);
  display: block;
}

.blog-carte:hover .blog-carte-image {
  transform: scale(1.06);
}

.blog-carte-corps {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-carte-date {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #C4922A;
  margin-bottom: 12px;
  display: block;
}

.blog-carte-titre {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 14px;
}

.blog-carte-titre a {
  color: #FDFCFB;
  text-decoration: none;
  transition: color .2s;
}

.blog-carte:hover .blog-carte-titre a {
  color: #FF2040;
}

.blog-carte-extrait {
  font-size: 13.5px;
  line-height: 1.78;
  color: #7A7075;
  margin-bottom: 24px;
  flex: 1;
}

.blog-carte-lien {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #D0112B;
  text-decoration: none;
  transition: gap .2s, color .2s;
  margin-top: auto;
}

.blog-carte-lien:hover {
  gap: 14px;
  color: #FF2040;
}

[data-theme="light"] .blog-bandeau {
  background: #F2EDE8;
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] .blog-bandeau-element {
  color: rgba(10,22,40,.4);
}

[data-theme="light"] .blog-grille-section {
  background: #F2EDE8;
}

[data-theme="light"] .blog-carte {
  background: #FFFFFF;
  border-color: rgba(0,0,0,.07);
}

[data-theme="light"] .blog-carte-titre a {
  color: #0C0A0B;
}

[data-theme="light"] .blog-carte-extrait {
  color: #5A6478;
}

@media (max-width: 1024px) {
  .blog-intro-contenu {
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

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

@media (max-width: 768px) {
  .entete-blog {
    height: 320px;
  }

  .blog-intro-contenu {
    padding: 0 20px;
  }

  .blog-grille {
    grid-template-columns: 1fr;
  }
}


/* ── ARTICLE BLOG INDIVIDUEL ────────────────────────────── */

.article-blog {
  padding: 72px 0 100px;
  background: #0C0A0B;
}

.article-contenu-wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.article-date {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #C4922A;
}

.article-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 100px;
  padding: 4px 12px;
}

.article-contenu h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 300;
  letter-spacing: -.02em;
  color: #FDFCFB;
  margin: 52px 0 16px;
  line-height: 1.2;
}

.article-contenu h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  margin: 32px 0 10px;
  letter-spacing: -.01em;
}

.article-contenu p {
  font-size: 15.5px;
  line-height: 1.88;
  color: #7A7075;
  margin-bottom: 20px;
  font-weight: 300;
}

.article-contenu strong {
  color: #FDFCFB;
  font-weight: 500;
}

.article-contenu ul,
.article-contenu ol {
  margin: 4px 0 24px;
  padding: 0;
  list-style: none;
}

.article-contenu ul li,
.article-contenu ol li {
  font-size: 15px;
  line-height: 1.8;
  color: #7A7075;
  font-weight: 300;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}

.article-contenu ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #D0112B;
  opacity: .6;
}

.article-contenu ol {
  counter-reset: article-ol;
}

.article-contenu ol li {
  counter-increment: article-ol;
}

.article-contenu ol li::before {
  content: counter(article-ol) '.';
  position: absolute;
  left: 0;
  color: #D0112B;
  font-weight: 600;
  font-size: 13px;
}

.table-scroll {
  overflow-x: auto;
  margin: 28px 0;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.07);
}

.article-contenu table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 480px;
}

.article-contenu th {
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  white-space: nowrap;
}

.article-contenu td {
  color: #7A7075;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255,255,255,.04);
  line-height: 1.6;
  vertical-align: top;
}

.article-contenu td:first-child {
  color: rgba(255,255,255,.7);
  font-weight: 400;
}

.article-contenu tr:last-child td {
  border-bottom: none;
}

.article-encadre {
  background: rgba(208,17,43,.05);
  border: 1px solid rgba(208,17,43,.15);
  border-left: 3px solid #D0112B;
  border-radius: 10px;
  padding: 22px 24px;
  margin: 28px 0;
}

.article-encadre p {
  margin-bottom: 0;
  color: #7A7075;
}

.article-encadre strong {
  color: #FF2040;
}

.article-faq { margin: 8px 0; }

.article-faq-item {
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 22px 0;
}

.article-faq-item:first-child {
  border-top: 1px solid rgba(255,255,255,.06);
}

.article-faq-q {
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  margin-bottom: 10px;
}

.article-faq-a {
  font-size: 14px;
  line-height: 1.82;
  color: #7A7075;
  font-weight: 300;
}

.article-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.06);
  margin: 48px 0;
}

.article-retour {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.bouton-retour {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  text-decoration: none;
  transition: color .2s, gap .2s;
}

.bouton-retour:hover { color: #FDFCFB; gap: 12px; }

[data-theme="light"] .article-blog { background: #F7F8FA; }
[data-theme="light"] .article-contenu h2 { color: #0A1628; }
[data-theme="light"] .article-contenu h3 { color: #0A1628; }
[data-theme="light"] .article-contenu p { color: #5A6478; }
[data-theme="light"] .article-contenu strong { color: #0A1628; }
[data-theme="light"] .article-contenu ul li,
[data-theme="light"] .article-contenu ol li { color: #5A6478; }
[data-theme="light"] .article-contenu td { color: #5A6478; border-color: rgba(0,0,0,.05); }
[data-theme="light"] .article-contenu td:first-child { color: #0A1628; }
[data-theme="light"] .article-contenu th { background: rgba(0,0,0,.03); color: rgba(0,0,0,.45); border-color: rgba(0,0,0,.08); }
[data-theme="light"] .table-scroll { border-color: rgba(0,0,0,.08); }
[data-theme="light"] .article-meta { border-color: rgba(0,0,0,.07); }
[data-theme="light"] .article-tag { color: rgba(0,0,0,.45); background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.08); }
[data-theme="light"] .article-encadre { background: rgba(208,17,43,.03); border-color: rgba(208,17,43,.12); }
[data-theme="light"] .article-faq-item { border-color: rgba(0,0,0,.08); }
[data-theme="light"] .article-faq-q { color: #0A1628; }
[data-theme="light"] .article-faq-a { color: #5A6478; }
[data-theme="light"] .article-divider { border-color: rgba(0,0,0,.08); }
[data-theme="light"] .article-retour { border-color: rgba(0,0,0,.08); }
[data-theme="light"] .bouton-retour { color: rgba(0,0,0,.35); }
[data-theme="light"] .bouton-retour:hover { color: #0A1628; }

@media (max-width: 768px) {
  .article-blog { padding: 48px 0 72px; }
  .article-contenu h2 { margin-top: 36px; }
}

.elementor-button.elementor-button-link.elementor-size-sm,
.elementor-button.elementor-button-link.elementor-size-sm:visited {
  background: #D0112B !important;
  color: #FDFCFB !important;
  border-color: #D0112B !important;
  padding: 14px 44px !important;
  border-radius: 10px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 8px rgba(208,17,43,.3) !important;
  transition: background .25s, box-shadow .25s !important;
}

.elementor-button.elementor-button-link.elementor-size-sm:hover {
  background: #A50D22 !important;
  color: #FDFCFB !important;
  border-color: #A50D22 !important;
  box-shadow: 0 4px 14px rgba(208,17,43,.4) !important;
}

[data-theme="light"] .elementor-button.elementor-button-link.elementor-size-sm,
[data-theme="light"] .elementor-button.elementor-button-link.elementor-size-sm:visited {
  background: #D0112B !important;
  color: #FDFCFB !important;
  border-color: #D0112B !important;
}

