/* ============================= */
/* VARIABLES DE THÈMES */
/* ============================= */
:root {
  /* Thème sombre (par défaut) */
  --bg-primary: #1F1F1F;
  --bg-secondary: #343534;
  --text-primary: #FEFAF6;
  --text-secondary: rgba(254, 250, 246, 0.8);
  --text-tertiary: rgba(254, 250, 246, 0.6);
  --text-quaternary: rgba(254, 250, 246, 0.4);
  --text-disabled: rgba(254, 250, 246, 0.3);
  --text-ultralight: rgba(254, 250, 246, 0.2);
  --text-minimal: rgba(254, 250, 246, 0.1);
  /* Dégradés sombres */
  --gradient-dark-1: linear-gradient(60deg, #1F1F1F 0%, #343534 70%);
  --gradient-dark-2: linear-gradient(145deg, #343534, #1F1F1F);
  --gradient-dark-3: linear-gradient(145deg, #1F1F1F, #343534);
  /* Backgrounds avec transparence */
  --bg-overlay-light: rgba(31, 31, 31, 0.9);
  --bg-overlay-medium: rgba(31, 31, 31, 0.6);
  --bg-overlay-heavy: rgba(31, 31, 31, 0.4);
  --bg-blur: rgba(52, 53, 52, 1);
  --bg-blur-light: rgba(52, 53, 52, 1);
  --bg-blur-medium: rgba(52, 53, 52, 0.6);
  --bg-blur-heavy: rgba(52, 53, 52, 0.3);
  --bg-blur-ultra: rgba(52, 53, 52, 0.05);
  /* Bordures */
  --border-primary: rgba(254, 250, 246, 0.2);
  --border-secondary: rgba(254, 250, 246, 0.1);
  /* Navigation et éléments UI */
  --nav-bg: rgba(0, 0, 0, 0.4);
  --nav-item-hover: rgba(200, 200, 200, 0.1);
  --toggle-bg: #1F1F1F;
  --toggle-circle: #FEFAF6;
  --toggle-border: #ECE8E4;
  /* Images de background */
  --bg-image-desktop: url("../images/background-sombre_2560.webp");
  --bg-image-mobile: url("../images/background-sombre_1080.webp");
  /* Footer */
  --bg-footer: rgba(20, 20, 20, 1);

  /* LOGOS - THEME SOMBRE */
  --logo1: url('../images/portfolio/lepido.svg');
  --logo2: url('../images/portfolio/strikeking_sombre.svg');
  --logo3: url('../images/portfolio/lcdb_sombre.svg');
  --logo4: url('../images/portfolio/fatcap_sombre.svg');
  --logo5: url('../images/portfolio/rcs-informatique_sombre.svg');
  --logo6: url('../images/portfolio/2aaz_sombre.svg');
  --logo7: url('../images/portfolio/aunl.svg');

  /* SLIDER MOCKUPS - THEME SOMBRE */
  --slider-logo2: url('../images/portfolio/logo+mockup_strikeking_sombre.webp');
  --slider-logo3: url('../images/portfolio/logo+mockup_lcdb_sombre.webp');
  --slider-logo4: url('../images/portfolio/logo+mockup_fatcap_sombre.webp');

  /* BOUTONS SLIDER - THEME SOMBRE */
  --slider-next: url('../vectors/next_sombre.svg');
  --slider-prev: url('../vectors/previous_sombre.svg');
}



[data-theme="light"] {
  /* Thème clair */
  --bg-primary: #FEFAF6;
  --bg-secondary: #ECE8E4;
  --text-primary: #1F1F1F;
  --text-secondary: rgba(31, 31, 31, 0.8);
  --text-tertiary: rgba(31, 31, 31, 0.6);
  --text-quaternary: rgba(31, 31, 31, 0.4);
  --text-disabled: rgba(31, 31, 31, 0.3);
  --text-ultralight: rgba(31, 31, 31, 0.2);
  --text-minimal: rgba(31, 31, 31, 0.1);
  /* Dégradés clairs */
  --gradient-dark-1: linear-gradient(60deg, #FEFAF6 0%, #ECE8E4 70%);
  --gradient-dark-2: linear-gradient(145deg, #ECE8E4, #FEFAF6);
  --gradient-dark-3: linear-gradient(145deg, #FEFAF6, #ECE8E4);
  /* Backgrounds avec transparence */
  --bg-overlay-light: #FEFAF6;
  --bg-overlay-medium: rgba(255, 247, 240, 0.9);
  --bg-overlay-heavy: #ECE8E4;
  --bg-blur: rgba(245, 241, 237, 1);
  --bg-blur-light: rgba(245, 241, 237, 1);
  --bg-blur-medium: rgba(245, 241, 237, 0.6);
  --bg-blur-heavy: rgba(245, 241, 237, 0.3);
  --bg-blur-ultra: rgba(245, 241, 237, 0.05);
  /* Bordures */
  --border-primary: rgba(31, 31, 31, 0.2);
  --border-secondary: rgba(31, 31, 31, 0.1);
  /* Navigation et éléments UI */
  --nav-bg: rgba(253, 249, 244, 0.4);
  --nav-item-hover: rgba(55, 55, 55, 0.1);
  --toggle-bg: #FEFAF6;
  --toggle-circle: #1F1F1F;
  --toggle-border: #1F1F1F;
  /* Images de background */
  --bg-image-desktop: url("../images/background-clair_2560.webp");
  --bg-image-mobile: url("../images/background-clair_1080.webp");
  /* Footer */
  --bg-footer: #ECE8E4;

  /* LOGOS - THEME CLAIR */
  --logo1: url('../images/portfolio/lepido.svg');
  --logo2: url('../images/portfolio/strikeking_clair.svg');
  --logo3: url('../images/portfolio/lcdb_clair.svg');
  --logo4: url('../images/portfolio/fatcap_clair.svg');
  --logo5: url('../images/portfolio/rcs-informatique_clair.svg');
  --logo6: url('../images/portfolio/2aaz_clair.svg');
  --logo7: url('../images/portfolio/aunl.svg');

  /* SLIDER MOCKUPS - THEME CLAIR */
  --slider-logo2: url('../images/portfolio/logo+mockup_strikeking_clair.webp');
  --slider-logo3: url('../images/portfolio/logo+mockup_lcdb_clair.webp');
  --slider-logo4: url('../images/portfolio/logo+mockup_fatcap_clair.webp');

  /* BOUTONS SLIDER - THEME CLAIR */
  --slider-next: url('../vectors/next_clair.svg');
  --slider-prev: url('../vectors/previous_clair.svg');
}

/* Fix pour le thème clair sur les pages packs */
[data-theme="light"] body.packs-page {
  background-image: var(--bg-image-desktop);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 66vh;
  background-color: var(--bg-primary);
}

/* Fix pour mobile en thème clair */
@media (max-width: 768px) {
  [data-theme="light"] body.packs-page {
    background-image: url("../images/background-sombre_1080.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  /* Fix uniquement pour iOS Safari en thème clair */
  @supports (-webkit-touch-callout: none) {
    [data-theme="light"] body.packs-page {
      background-attachment: scroll;
    }
  }
}

/* ============================= */
/*       BASE & CONFIGURATION     */
/* ============================= */

/* Cacher icon animé */
#scroll-indicator-mobile {
  display: none;
}

/* === RESET GLOBAL === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* === POLICES === */
html {
  font-size: 0.8vw;
  font-family: "figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}

/* === BODY & BACKGROUND === */
body,
.contact-page {
  min-height: 100vh;
  background-image: var(--bg-image-desktop);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: "figtree", sans-serif;
  color: var(--text-primary);
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Pages spécifiques */
body.packs-page {
  background-image: var(--bg-image-desktop);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 66vh;
  background-color: var(--bg-primary);
}

/* ============================= */
/*          TYPOGRAPHIE           */
/* ============================= */

h1 {
  font-size: 7rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: var(--text-primary);
  word-wrap: break-word;
}

h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 800;
  color: var(--text-primary);
  text-align: left;
  text-transform: uppercase;
}

h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: var(--text-primary);
  text-align: center;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--text-primary);
}

strong {
  font-weight: inherit;
}

em {
  font-style: inherit;
}

/* === UTILITAIRES TYPOGRAPHIQUES === */
.accent {
  display: inline-block;
  color: #9A47FF;
}

.bold {
  font-weight: 600;
}

.opacity {
  color: var(--text-tertiary);
  font-size: 1rem;
}

.ht {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
  margin-left: 0.2rem;
}

/* ============================= */
/*            LIENS               */
/* ============================= */

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

/* === LIENS AVEC ICÔNES === */
.links-inline {
  font-size: 1.1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

/* === LIENS DANS LE TEXTE "MAILLAGE" === */
.maillage a.text-underline {
  color: var(--text-primary);
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  transition: color 0.3s ease;
}

.maillage a.text-underline:hover {
  color: #9A47FF;
  text-decoration: underline;
}

.links-inline .lien {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: 0.3s ease;
  color: var(--text-primary);
}

.links-inline .lien:hover {
  color: #9A47FF;
}

/* === SUPPRESSION SOULIGNEMENT LIENS FOOTER === */
.site-footer .text-underline {
  text-decoration: none !important;
  color: var(--text-primary);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.site-footer .lien:hover .text-underline {
  color: #9a47ff;
  background: none;
}

/* === EFFET LIEN "EN SAVOIR PLUS" === */
.lien {
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.text-underline {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  background: linear-gradient(60deg, var(--text-primary) 100%, var(--text-primary) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: background-position 0.5s ease;
}

/* Changement de couleur progressif de gauche à droite */
.lien:hover .text-underline {
  background: linear-gradient(60deg, #9A47FF 0%, #9A47FF 30%, rgba(108, 0, 255, 0.7) 50%, rgba(108, 0, 255, 0.3) 70%, var(--text-primary) 100%);
  background-size: 300% 100%;
  background-position: 0% 0;
  background-clip: text;
  -webkit-background-clip: text;
}

/* Animation pour l'icône info */
.lien:hover .info-icon {
  transform: scale(1.1);
  border-color: #9A47FF;
  transition: all 0.5s ease;
}

/* ============================= */
/*           BOUTONS              */
/* ============================= */

button {
  all: unset;
  cursor: pointer;
}

.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: solid 1px white;
  color: white;
  font-size: 1.1rem;
  font-style: normal;
  margin-right: 6px;
}

.info-icon::before {
  content: "i";
}

/* === ICÔNE LIEN PAGE === */
.icon-lien {
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
}

/* === CTA PRINCIPAL === */
.cta {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
  border-radius: 0.8rem;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  text-align: center;
  color: #FDF9F4;
  user-select: none;
  z-index: 0;
  transition: transform 0.2s ease-out,
    box-shadow 0.2s ease-in;
  width: auto;
  min-width: 60%;
}

.cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
  opacity: 0;
  pointer-events: none;
  mask-image: linear-gradient(to left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 1) 60%,
      rgba(0, 0, 0, 1) 100%);
  mask-size: 200% 100%;
  mask-position: right;
  transition: opacity 0.45s ease, mask-position 0.45s ease;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.plus-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.plus-circle::before {
  content: "+";
}

/* ============================= */
/* NAVIGATION DESKTOP */
/* ============================= */

/* Container principal nav */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  font-size: clamp(16px, 1.3rem, 22px);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  height: 5.2rem;
  min-height: 55px;
  padding: 0 5vw;
}

/* Background blur au scroll */
nav.scrolled {
  background-color: var(--nav-bg);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-blend-mode: multiply;
}

/* Structure interne */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

/* ============================= */
/* LOGO (gauche - 5vw) */
/* ============================= */
.container_logo * {
  top: 0;
  left: 0;
  height: 80px;
  /* 👈 Changez en auto pour laisser l'image définir sa taille */
  width: auto;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  z-index: 10 !important;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.logo img {
  height: 80px;
  width: auto;
  display: block;
}

/* ============================= */
/* CATEGORIES (centre) */
/* ============================= */
.categories {
  position: fixed;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 2vw;
  border-radius: 2.5rem;
  background-color: var(--nav-bg);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-blend-mode: multiply;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  z-index: 999;
  box-sizing: border-box;
}

/* Retirer le background des catégories quand nav scrolled */
nav.scrolled .categories {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.categories a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  color: var(--text-primary);
  text-decoration: none;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.categories a:hover {
  background-color: var(--nav-item-hover);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

/* ============================= */
/* GROUPE DROITE (5vw du bord) */
/* ============================= */
.right-actions {
  position: fixed;
  right: 5vw;
  top: 0.76vw;
  display: flex;
  align-items: center;
  gap: 1vw;
  z-index: 1001;
}

/* ============================= */
/* BOUTON THEME */
/* ============================= */
.theme-toggle {
  position: relative;
  width: 3rem;
  height: 1.8rem;
  background: var(--toggle-bg);
  border: 2px solid var(--toggle-border);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.theme-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  /* Fixe à 3px du bord gauche */
  width: 1.1rem;
  height: 1.1rem;
  background: var(--toggle-border);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  will-change: transform;
}

/* Thème clair : cercle à droite */
html[data-theme="light"] .theme-toggle::before {
  left: auto;
  right: 3px;
  /* 3px du bord droit */
}

/* ============================= */
/* BOUTON CONTACT */
/* ============================= */
.call-to {
  position: static;
  overflow: hidden;
  padding: 0.8rem 1.8rem;
  background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
  align-items: center;
  font-weight: 600;
  transition: filter 0.4s ease;
  color: #FDF9F4;
  border-radius: 2rem;
  cursor: pointer;
  height: 3.4rem;
  box-sizing: border-box;
  display: flex;
}

.call-to a {
  color: inherit;
  text-decoration: none;
}

.call-to:hover {
  animation: brightness-wave 0.5s ease-out forwards;
}

@keyframes brightness-wave {
  0% {
    filter: brightness(1);
  }

  40% {
    filter: brightness(1.2);
  }

  100% {
    filter: brightness(1);
  }
}

/* ============================= */
/* ÉLÉMENTS MOBILES (cachés) */
/* ============================= */
.burger-menu {
  display: none;
}

.mobile-call-button {
  display: none;
}


/* ============================= */
/* HERO */
/* ============================= */
.hero {
  max-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* BACKGROUND SVG */
  top: 50%;
  /* MODIFIER */
  left: 50%;
  /* MODIFIER */
  transform: translate(-30%, -50%);
  /* AJOUTER : centre le background */
  width: 200%;
  /* AJOUTER : taille du SVG (ajustez selon besoin) */
  height: 200%;
  /* AJOUTER : taille du SVG (ajustez selon besoin) */
  background-image: url('../vectors/background-abstrait.svg');
  /* AJOUTER */
  background-size: contain;
  /* AJOUTER : ou cover */
  background-position: center;
  /* AJOUTER */
  background-repeat: no-repeat;
  /* AJOUTER */
  z-index: 0;
  /* MODIFIER : derrière tout */
  pointer-events: none;
  /* AJOUTER : n'interfère pas avec les clics */
  opacity: 0.2;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-left: 7vw;
  max-width: 72%;
  font-family: "figtree", sans-serif;
  margin-top: 15vw;
  margin-bottom: 7vw;
}

.hero-content .accent {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.hero h1 {
  font-size: 3.8rem;
  margin-bottom: 4rem;
  line-height: 1.4;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  word-wrap: break-word;
}

.hero-content>div {
  width: 70%;
  text-align: center;
}

.hero p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-align: left;
}

.cta-group {
  margin-top: 2rem;
  text-align: center;
}

/* Container image à droite */
.hero-image {
  position: absolute;
  right: 7vw;
  top: 58.5%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 45%;
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* === HERO SERVICES === */
.services-hero {
  max-height: 66vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  color: var(--text-primary);
  text-align: center;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 66vh;
}

.services-hero-content {
  max-width: 66vw;
  width: 100%;
  font-family: "figtree", sans-serif;
  margin: 10vw 0;
}

.services-hero-content h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.services-hero-content p {
  font-size: 1.8rem;
  line-height: 1.5;
}

/* ============================= */
/*       SECTION À PROPOS        */
/* ============================= */

.section-equipe {
  margin: 8vw 16vw;
  /*   padding: 2vw; */

  position: relative;
  z-index: 1;
}

.section-equipe h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  grid-column: 1 / -1;
  color: var(--text-primary);
}

.equipe-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3vw;
  align-items: stretch;
  background: var(--bg-blur-light);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  border: solid 1px var(--border-secondary);
  border-radius: 1vw;
}

.equipe-image {
  width: 100%;
  height: 0;
  min-height: 100%;
  border-radius: 1vw 0 0 1vw;
  overflow: hidden;
  position: relative;
}

.equipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}

.equipe-text h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  text-align: left;
  font-weight: 700;
  padding-top: 3vw;
}

.equipe-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 1.2rem;
  padding-right: 3vw;
}

.equipe-text p:last-child {
  margin-bottom: 0;
  padding-bottom: 3vw;
}

.equipe-text .bold {
  color: var(--text-primary);
  font-weight: 600;
}

/* ============================= */
/*           FOOTER               */
/* ============================= */

.site-footer {
  background-color: var(--bg-footer);
  padding: 4vw 2.5vw 1vw 2.5vw;
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  flex-shrink: 0;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding: 0 2vw;
  box-sizing: border-box;
  margin-bottom: 2vw;
}

.footer-contact h2,
.footer-navigation h2 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
  font-weight: 600;
}

.footer-contact,
.footer-navigation {
  text-align: left;
}

.footer-contact .contact-details {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.contact-footer {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  margin-bottom: 1vw;
}

.icon-box {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.footer-navigation ul li:hover a {
  color: #9a47ff;
}

.footer-navigation li {
  margin-bottom: 0.4vw;
}

/* === FLEX ROW POUR LES LI DU FOOTER NAVIGATION === */
.footer-navigation ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.footer-navigation .icon-box {
  flex-shrink: 0;
}

.footer-slogan,
.footer-legal {
  text-align: center;
  font-size: 1rem;
}

.footer-legal {
  margin-bottom: 0;
}

.footer-slogan {
  font-weight: 500;
  margin-top: 4vw;
  margin-bottom: 1rem;
}

.siret-placeholder {
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* ============================= */
/*        AMÉLIORATION UX         */
/* ============================= */

/* États de focus améliorés pour l'accessibilité */
.lien[data-toggle="details"]:focus {
  outline: 2px solid #9A47FF;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============================= */
/*            COOKIES            */
/* ============================= */

.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cookie-overlay.show {
  opacity: 1;
  visibility: visible;
}

.cookie-popup {
  background: #FEFAF6;
  border-radius: 1vw 1vw 0 0;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 100%;
  padding: 30px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.cookie-popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(60deg, #9A47FF, #6D00FF);
}

.cookie-overlay.show .cookie-popup {
  transform: translateY(0);
}

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

.cookie-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.cookie-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.cookie-text a {
  color: #6D00FF;
  text-decoration: none;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  flex: 1;
  min-width: 120px;
}

.cookie-btn-accept {
  background: linear-gradient(60deg, #9A47FF, #6D00FF);
  color: #FEFAF6;
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.cookie-btn-decline {
  background: #FEFAF6;
  color: #666;
  border: 2px solid #e9ecef;
}

.cookie-btn-decline:hover {
  background: #FEFAF6;
  transform: translateY(-2px);
}

.cookie-btn-settings {
  background: transparent;
  color: #6D00FF;
  border: 2px solid #6D00FF;
  flex: none;
  min-width: auto;
}

.cookie-btn-settings:hover {
  background: #6D00FF;
  color: #FEFAF6;
  transform: translateY(-2px);
}

/* Settings Modal */
.cookie-settings-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FEFAF6;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 10001;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.3s ease;
}

.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.settings-header {
  text-align: center;
  margin-bottom: 25px;
}

.settings-title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
}

.settings-header p {
  font-size: 1.2rem !important;
}

.cookie-category {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}

.cookie-category:hover {
  border-color: #6D00FF;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.category-title {
  font-weight: 600;
  color: #333;
  font-size: 1.2rem;
}

.category-description {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 25px;
  background: #666;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-switch.active {
  background: #6D00FF;
}

.toggle-switch::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #FEFAF6;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-switch.active::after {
  transform: translateX(25px);
}

.settings-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

/* ============================= */
/*   STYLES SPÉCIFIQUES CONTACT   */
/* ============================= */

.contact-page .footer-navigation .text-underline {
  text-decoration: none !important;
  color: var(--text-primary);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.contact-page .footer-navigation .lien:hover .text-underline {
  color: #9a47ff;
  background: none;
}

.contact-page .footer-navigation ul li .text-underline {
  font-size: 1.2rem;
}

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

@media (max-width: 768px) {
  #scroll-indicator-mobile {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: calc(20vw - 22rem);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    filter: brightness(0) invert(1);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }

  #scroll-indicator-mobile.visible {
    opacity: 1;
  }


  body {
    background-image: url("../images/background-sombre_1080.webp");
    position: relative;
    z-index: 1;
    overflow-x: hidden;
  }

  body.packs-page {
    background-image: url("../images/background-sombre_1080.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  body.contact-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background-color: var(--bg-overlay-light);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    pointer-events: none;
    z-index: -1;
  }

  /* Suppression des backgrounds directs sur body pour iOS */
  .ios-device body {
    background-image: none !important;
    background-attachment: initial !important;
  }

  .ios-device body.packs-page {
    background-image: none !important;
    background-attachment: initial !important;
  }

  /* Création d'un pseudo-élément fixe pour remplacer le background */
  .ios-device body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: var(--bg-image-mobile);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -999;
    pointer-events: none;
  }

  /* Même chose pour les pages packs */
  .ios-device body.packs-page::before {
    background-image: var(--bg-image-mobile);
  }

  /* === BASE === */
  html {
    font-size: 1.5vw;
    scrollbar-width: none;
  }

  /* === TYPOGRAPHIE === */
  h2 {
    font-size: 4rem;
    margin-bottom: 6rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 5rem;
    margin-bottom: 6rem;
  }

  p {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 20rem;
  }

  li {
    font-size: 3rem;
  }

  /* === NAVIGATION MOBILE === */

  /* Container principal nav */
  nav {
    min-height: 50px !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
  }

  /* NE PAS CACHER NAV-INNER - Le garder visible mais transparent */
  .nav-inner {
    display: flex !important;
    background: transparent;
    height: 50px;
    position: relative;
  }

  /* CACHER LES ÉLÉMENTS DESKTOP DANS NAV-INNER */
  .nav-inner .categories {
    position: fixed;
    top: 0;
    left: -100vw;
    /* Menu burger caché */
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: left 0.3s ease;
    z-index: 1001;
    /* Changé de 999 à 1001 */
    box-sizing: border-box;
    transform: translateX(0);
    /* Force l'affichage complet */
  }

  .nav-inner .categories.menu-open {
    left: 0 !important;
    /* Force avec !important */
    transform: translateX(0) !important;
  }

  .nav-inner .categories a {
    font-size: 4rem;
    font-weight: 600;
    padding: 2rem 3rem;
    width: auto;
    text-align: center;
    border-radius: 20rem;
    display: block;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .nav-inner .right-actions .call-to {
    display: none;
    /* Cacher le bouton contact desktop */
  }

  /* ============================= */
  /* LOGO MOBILE */
  /* ============================= */
  .nav-inner .container_logo {
    position: fixed;
    left: 5vw;
    height: 34px !important;
    /* Remettre 34px */
    width: 34px !important;
    /* Remettre 34px */
    top: 9px !important;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-inner .container_logo .logo img {
    content: url("../images/minlogo_couleur_fond-blanc.svg");
    width: 34px !important;
    /* Taille fixe */
    height: 34px !important;
    /* Taille fixe */
    max-width: 34px !important;
    max-height: 34px !important;
  }

  /* ============================= */
  /* MENU BURGER */
  /* ============================= */
  .nav-inner .burger-menu {
    position: fixed;
    right: 3rem;
    top: 0;
    cursor: pointer;
    z-index: 1002;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 14px 0;
    height: 48px;
    width: 34px;
    box-sizing: border-box;
  }

  .nav-inner .burger-line {
    width: 34px;
    height: 4px;
    background: #9A47FF;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  .nav-inner .burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    background: #FEFAF6;
  }

  .nav-inner .burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  .nav-inner .burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    background: #FEFAF6;
  }

  /* ============================= */
  /* BOUTON THEME MOBILE */
  /* ============================= */
  .nav-inner .right-actions .theme-toggle {
    position: fixed;
    top: 14px !important;
    right: 80px;
    z-index: 1002;
    width: 34px !important;
    height: 20px !important;
    background: var(--toggle-bg);
    border: 2px solid var(--toggle-border);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .nav-inner .right-actions .theme-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 13px;
    height: 13px;
    background: var(--toggle-border);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    will-change: transform;
  }

  html[data-theme="light"] .nav-inner .right-actions .theme-toggle::before {
    left: auto;
    right: 3px;
  }

  /* ============================= */
  /* BOUTON CONTACT ROND MOBILE */
  /* ============================= */
  .mobile-call-button {
    display: flex;
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #FDF9F4;
    z-index: 10001;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(154, 71, 255, 0.4);
    padding: 4px;
    isolation: isolate;
  }

  .mobile-call-button::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease;
  }

  .mobile-call-button img {
    width: 7.6rem;
    height: 7.6rem;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }

  /* === HERO MOBILE === */
  .hero {
    height: auto;
    /* Garde cette ligne */
    min-height: auto;
    /* Changé de 100vh à auto */
    padding: 0 3rem;
    background-color: var(--bg-primary);
    flex-direction: column;
  }

  .hero-content {
    padding-left: 1rem;
    max-width: 100%;
    width: 100%;
    margin: 10vw 0 20vw 0;
    text-align: center;
    position: static;
  }

  .hero-content {
    text-align: center;
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 100%;
  }

  .hero-content>div {
    width: 100%;
    text-align: center;
  }

  .hero p {
    text-align: center;
    max-width: 100%;
    font-size: 4rem;
  }

  .cta-group {
    text-align: center;
  }

  .hero h1 {
    font-size: 5rem;
    word-wrap: break-word;
    hyphens: auto;
  }

  [data-theme="light"] .hero p {}

  .hero h1,
  .hero .hero-content p {
    margin-bottom: 4rem;
  }

  .hero .hero-content p .accent {
    font-weight: 600;
  }

  .hero .cta {
    padding: 3rem 4rem;
    font-size: 3rem;
  }

  .hero-content .accent {
    font-size: 3rem;
  }

  /* Image visible en haut sur mobile */
  .hero-image {
    position: static;
    transform: none;
    max-width: 80%;
    margin: 20vw auto 6vw auto;
    order: -1;
  }

  .hero-image img {
    width: 100%;
  }

  /* === HERO SERVICES MOBILE === */
  .services-hero {
    max-height: 60vh;
    padding: 0 1rem;
  }

  .services-hero-content {
    max-width: 100%;
    margin: 15vw 0 8vw 0;
  }

  .services-hero-content h1 {
    font-size: 3rem;
    line-height: 1.1;
    color: #FEFAF6;
  }

  .services-hero-content p {
    font-size: 1.2rem;
  }

  .packs-page .services-hero .services-hero-content p.accent {
    color: #FEFAF6;
  }

  /* === BOUTONS MOBILE === */
  .cta {
    padding: 3rem 4rem;
    width: auto;
    min-width: 60%;
    font-size: 3rem;
    border-radius: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
    border: 0;
  }

  /* === LIENS AVEC ICÔNES === */
  .links-inline {
    flex-direction: column;
    gap: 3rem;
    text-align: left;
    margin-top: 1rem;
  }

  .links-inline .lien {
    justify-content: left;
  }

  .icon-lien {
    height: 3rem;
    width: 3rem;
    margin-left: 0.6rem;
  }

  .plus-circle {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
  }

  /* === AMÉLIORATION UX MOBILE === */
  .lien[data-toggle="details"]:focus {
    outline: 3px solid #9A47FF;
    outline-offset: 3px;
    border-radius: 6px;
  }

  /* Zone de clic plus large pour les icônes sur mobile */
  .info-icon {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    margin-right: 1rem;
  }

  /* Éviter le zoom sur les inputs iPhone */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 16px !important;
  }

  /* === FOOTER MOBILE === */
  .site-footer {
    padding: 8vw 4vw 2vw 4vw;
    font-size: 1rem;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 0;
  }

  .footer-contact,
  .footer-navigation {
    text-align: left;
  }

  .footer-contact .contact-details {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .contact-footer {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .icon-box {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }

  .footer-navigation a {
    display: block;
    padding: 1rem 0.3rem;
    margin: 0rem 0;
  }

  .footer-contact h2,
  .footer-navigation h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-align: left !important;
  }

  .footer-slogan {
    font-size: 3rem;
    margin-top: 6vw;
    margin-bottom: 2rem;
  }

  .footer-legal {
    font-size: 3rem;
  }

  /* === CENTRAGE ÉLÉMENTS CONTACT SUR MOBILE === */
  .contact-page .footer-navigation {
    text-align: center;
  }

  .contact-page .footer-navigation h2 {
    text-align: center !important;
  }

  .contact-page .footer-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contact-page .footer-navigation ul li {
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
  }

  .contact-page .footer-navigation ul li .text-underline {
    font-size: 3rem;
  }

  .contact-page .footer-navigation .icon-box {
    width: 4rem;
    height: 4rem;
  }

  /* === COOKIES MOBILE === */
  .cookie-popup {
    margin: 0;
    border-radius: 20px 20px 0 0;
  }

  .cookie-overlay .cookie-popup .cookie-header .cookie-title {
    font-size: 5rem;
  }

  .cookie-text {
    font-size: 3rem;
  }

  .cookie-btn {
    font-size: 3rem;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .cookie-btn {
    flex: none;
  }

  /* Settings Modal */
  .cookie-settings-modal .settings-header .settings-title {
    font-size: 5rem;
  }

  .settings-header p {
    font-size: 3rem !important;
  }

  .cookie-settings-modal {
    font-size: 3rem;
  }

  .category-description {
    font-size: 3rem;
  }

  .settings-buttons {
    flex-direction: column;
  }

  /* ============================= */
  /*       SECTION À PROPOS        */
  /* ============================= */
  .section-equipe {
    margin: 12vw 3rem;
    padding: 0;
  }

  .section-equipe h2 {
    font-size: 4rem;
    margin-bottom: 6rem;
    text-align: center;
  }

  .equipe-content {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 2rem;
  }

  .equipe-image {
    border-radius: 2rem 2rem 0 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    min-height: 0;
  }

  .equipe-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .equipe-text {
    padding: 5rem;
  }

  .equipe-text h3 {
    font-size: 3.5rem;
    margin-bottom: 4rem;
    text-align: center;
    padding-top: 0;
  }

  .equipe-text p {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 4rem;
    text-align: left;
    padding-right: 0;
  }

  .equipe-text p:last-child {
    padding-bottom: 0;
  }
}

/* ============================= */
/*        RESPONSIVE LAPTOP       */
/*      769px → 1439px            */
/* ============================= */

@media (min-width: 769px) and (max-width: 1439px) {

  /* === BASE & CONFIGURATION === */
  html {
    font-size: 0.85rem;
  }

  /* === TYPOGRAPHIE LAPTOP === */
  p {
    font-size: 1.4rem;
  }

  li {
    font-size: 1.3rem;
  }

  .opacity {
    font-size: 1.1rem;
  }

  .bold {
    font-size: 1.4rem;
  }

  /* === LIENS === */
  .links-inline {
    font-size: 1.3rem;
  }

  /* === BOUTONS === */
  .cta-hero {
    font-size: 1.2rem;
  }

  .hero .cta-hero {
    padding: 0.8vw 1vw;
  }

  .cta {
    font-size: 1.4rem;
    width: auto;
  }

  body:not(.packs-page):not(.contact-page) .services .section-container .cta {
    width: 350px;
  }

  .plus-circle {
    font-size: 1.4rem;
  }

  /* === NAVIGATION === */
  /* Container principal nav */
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    font-size: 1.35rem;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    height: 4rem;
    min-height: 62px;
    padding: 0 3vw;
    /* Réduire le padding */
  }

  /* Background blur au scroll */
  nav.scrolled {
    background-color: var(--nav-bg);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    background-blend-mode: multiply;
  }

  /* Structure interne */
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }

  /* ============================= */
  /* LOGO LAPTOP */
  /* ============================= */
  .container_logo {
    /* Logo reste dans le flow normal avec le padding */
  }

  .container_logo * {
    height: 2.3rem;
    /* Taille laptop du logo */
    width: auto;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    z-index: 10 !important;
  }

  .logo img {
    height: 2rem;
    /* Logo légèrement plus petit */
    width: auto;
    display: block;
  }

  /* ============================= */
  /* CATEGORIES LAPTOP */
  /* ============================= */
  .categories {
    position: fixed;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    /* Gap fixe */
    border-radius: 2.5rem;
    background-color: var(--nav-bg);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-blend-mode: multiply;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    z-index: 999;
    box-sizing: border-box;

    /* FIXER LA TAILLE */
    width: 494px;
    /* Largeur fixe */
    height: 50px;
    /* Hauteur fixe */
    flex-shrink: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    /* Au cas où ça déborde */
  }

  .categories a {
    position: relative;
    display: inline-block;
    padding: 0.4rem 0.8rem;
    border-radius: 2rem;
    color: var(--text-primary);
    text-decoration: none;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    font-size: 1.2rem;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .categories a:hover {
    background-color: var(--nav-item-hover);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }

  /* ============================= */
  /* GROUPE DROITE - SEULEMENT TOGGLE */
  /* ============================= */
  .right-actions {
    position: fixed;
    right: 3vw;
    top: 1.4vw;
    display: flex;
    align-items: center;
    z-index: 1001;
  }

  /* CACHER LE BOUTON CONTACT DE LA NAVBAR */
  .call-to {
    display: none;
  }

  /* ============================= */
  /* BOUTON THEME LAPTOP */
  /* ============================= */
  .theme-toggle {
    position: relative;
    width: 2.8rem;
    height: 1.6rem;
    background: var(--toggle-bg);
    border: 2px solid var(--toggle-border);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .theme-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    /* 3px du bord gauche en thème sombre */
    width: 1rem;
    height: 1rem;
    background: var(--toggle-border);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    will-change: transform;
  }

  /* Thème clair : cercle à droite */
  html[data-theme="light"] .theme-toggle::before {
    left: auto;
    right: 3px;
    /* 3px du bord droit */
  }

  /* ============================= */
  /* BOUTON CONTACT ROND LAPTOP */
  /* ============================= */
  .mobile-call-button {
    display: flex;
    /* Afficher sur laptop */
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 7rem;
    /* Plus petit que mobile */
    height: 7rem;
    border-radius: 50%;
    background: #FDF9F4;
    z-index: 10001;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(154, 71, 255, 0.4);
    padding: 3px;
    isolation: isolate;
  }

  .mobile-call-button::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: linear-gradient(60deg, #9A47FF 0%, #6D00FF 70%);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease;
  }

  .mobile-call-button:hover {
    transform: translateZ(0);
    filter: brightness(1.1);
  }

  .mobile-call-button:hover::before {
    transform: scale(1.05);
  }

  .mobile-call-button img {
    width: 6.6rem;
    /* Adapté à la nouvelle taille */
    height: 6.6rem;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }

  /* ============================= */
  /* ÉLÉMENTS MOBILES CACHÉS */
  /* ============================= */
  .burger-menu {
    display: none;
  }

  /* === HERO LAPTOP === */
  .hero-content {
    padding-left: 3vw;
    max-width: 60%;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero p {
    font-size: 1.6rem;
  }

  .hero-content .accent {
    font-size: 1.6rem;
  }

  .hero-image {
    right: 5vw;
    max-width: 50%;
    top: 70%;
  }

  /* === HERO SERVICES LAPTOP === */
  .services-hero-content h1 {
    font-size: 4rem;
  }

  .services-hero-content p {
    font-size: 2rem;
  }

  /* === FOOTER LAPTOP === */
  .site-footer {
    padding: 4vw 1vw 1vw 1vw;
    font-size: 1.2rem;
  }

  .footer-columns {
    gap: 1.5vw;
    padding: 0 1vw;
  }

  .footer-contact h2,
  .footer-navigation h2 {
    font-size: 1.6rem;
  }

  .footer-legal,
  .footer-slogan {
    font-size: 1rem;
  }

  /* === COOKIES === */
  .cookie-title {
    font-size: 2rem;
  }

  .cookie-text {
    font-size: 1.4rem;
  }

  .cookie-btn {
    font-size: 1.4rem;
  }

  .settings-title {
    font-size: 2rem;
  }

  .category-title {
    font-size: 1.4rem;
  }

  .category-description {
    font-size: 1.4rem;
  }

  /* ============================= */
  /*       SECTION À PROPOS        */
  /* ============================= */
  .section-equipe {
    margin: 6vw 8vw;
  }

  .section-equipe h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .equipe-content {
    gap: 2vw;
  }

  .equipe-text h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-top: 2vw;
  }

  .equipe-text p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-right: 2vw;
  }

  .equipe-text p:last-child {
    padding-bottom: 2vw;
  }
}

/* === RÈGLE RESPONSIVE : <999px === */
@media (max-width: 999px) {

  /* ============================= */
  /* NAVIGATION */
  /* ============================= */

}