:root {
  --fond-principal: #1f1e1e
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 2px,
      transparent 3px,
      transparent 4px
    );
  --fond-principal-survol: rgb(72, 71, 71)
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 2px,
      transparent 3px,
      transparent 4px
    );
  --fond-principal-actif: rgb(31, 30, 30)
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 2px,
      transparent 3px,
      transparent 4px
    );
  --or1: #ffd700;
  --or2: #c9980b;
  --or3: #c9990b4d;
  --noir1: #000000;
  --noir2: #1f1e1e;
  --gris3: #333333;
  --gris4: #444444;
  --gris5: #555555;
  --gris6: #666666;
  --gris7: #dddddd;
  --blanc1: #ffffff;
  --blanc2: #f1f1f1;
  --blanc3: #f8f9fa;
  --blanc4: #dee2e6;
  --vert1: #708d23;
  --vert2: #89ab2b;
  --erreur: #ff4d4d;
}

/* Ombre sous les images */
.ambre {
  filter: drop-shadow(10px 6px 5px #00000073);
}
.ambre2 {
  filter: drop-shadow(5px 3px 2px #00000073);
}

/* Lien pour ouvrir le menu "Tirage Photo" */
.tirage-photo {
  color: var(--noir2);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* Pseudo-bouton breadcrumb dans la navigation */
.breadcrumb-item {
  position: relative;
}

.breadcrumb-btn {
  background-color: var(--blanc3);
  color: var(--gris3);
  border: 1px solid var(--blanc4);
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  transition: all 0.3s ease;
}

.breadcrumb-btn strong {
  color: var(--noir1);
  font-weight: 700;
}
/* Boutons header compact dans la navigation */
.nav-actions-compact {
  display: none;
}

.nav-compact .nav-actions-compact {
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 2000;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.nav-actions-compact .btn-account-compact,
.nav-actions-compact .btn-cart-compact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 10px;
  background: var(--fond-principal);
  color: var(--blanc2);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  min-width: 120px;
  height: 30px;
}

.nav-actions-compact .btn-account-compact:hover,
.nav-actions-compact .btn-cart-compact:hover {
  background: var(--fond-principal-survol);
  color: var(--or1);
  transform: translateY(-2px);
}

.nav-actions-compact .cart-count {
  position: relative;
  top: auto;
  right: auto;
  /* background: var(--or1); */
  color: var(--blanc1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
}
/* Police Kapakana */
@font-face {
  font-family: "Kapakana";
  src: url("../fonts/Kapakana-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Reset et styles de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: var(--gris3);
  transition: padding-top 0.3s ease;
}

.title-h1 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Kapakana", "Arial", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--noir2);
}

.title-h2 {
  color: var(--noir2);
  margin-bottom: 20px;
}

.titre-h2 {
  color: var(--noir2);
  margin-bottom: -20px;
  margin-left: 10px;
}

.title-h3 {
  color: var(--noir1);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

.titre-h3 {
  color: var(--noir2);
  font-weight: 500;
  font-size: 16px;
}

.sous-titre-h3 {
  color: var(--noir2);
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

.interp {
  line-height: 19px;
}

.petiteVignette {
  width: 80px;
  height: 80px;
  margin: 10px;
  text-align: center;
}

.ligne {
  display: flex;
  flex-direction: row;
}

.subtitle {
  text-align: center;
  font-size: 18px;
  color: var(--gris6);
  margin-bottom: 40px;
}

.centre-text {
  text-align: center !important;
}

.centre-div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.pose {
  position: relative;
  margin-top: -107px;
  z-index: 2;
}

.posCouleur {
  padding: 20px;
  margin-top: 13%;
}

.posCouleurRigide {
  padding: 20px 4px;
  margin-top: 13%;
}

.posCouleurBoite {
  padding: 20px 5px;
  width: 60px;
}

.posCouleurCrea {
  width: 80px;
  height: 80px;
  margin: 0 25px;
}

.posCouleurClamp {
  width: 80px !important;
  height: 120px !important;
  margin: 0 10px;
}

.posCouleurClamp img {
  width: 70px !important;
  height: 80px !important;
  margin-left: 10px;
}

.posCouleurClamp p {
  font-size: 11px;
  text-align: center;
  margin-top: 8px;
}

.posClamp1 {
  color: var(--primary-dark);
  margin: 0;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.posClamp2 {
  color: var(--primary-dark);
  margin-left: 280px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.pCrea {
  text-align: center !important;
}

.posCouleurRigide p,
.posCouleurBoite p {
  font-size: 11px;
  text-align: center;
}


.dorure-groups {
  width: 47%;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: left;
}

.paragraphe {
  width: 75%;
  margin: 0 auto 30px auto;
  font-size: 16px;
  text-align: justify;
}

.paragraphe2 {
  width: 75%;
  margin: 0 auto 30px auto;
  font-size: 12px;
  font-style: italic;
  text-align: justify;
}

.bouton {
  background-color: var(--or2);
  color: var(--blanc2);
  border: solid 1px var(--or2);
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.bouton:hover {
  background-color: var(--blanc2);
  color: var(--or1);
  border: solid 1px var(--or1);
  text-decoration: none;
}

.bouton-ajout {
  font-size: 9px;
  background-color: var(--vert1);
  color: var(--blanc2);
  border: solid 1px var(--vert1);
  padding: 1px 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.bouton-ajout:hover {
  background-color: var(--blanc2);
  color: var(--vert1);
  border: solid 1px var(--vert1);
  text-decoration: none;
}

/* ensemble des boutons demande de devis */
.bt-devis {
  margin: 40px auto 40px auto;
  padding: 20px;
  border-radius: 8px;
  width: 1011px;
}

/* titre des pages en forme de bulle */
.bull {
  position: relative;
  background-color: var(--blanc2);
  border-radius: 50%;
  box-shadow: inset 0 0 5px #525252;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  overflow: visible;
  z-index: 3;
}
/* mise en forme de bulle pour connexion */
.bull2 {
  position: relative;
  background-color: var(--blanc2);
  border-radius: 50%;
  box-shadow: inset 0 0 5px #525252;
  margin-top: 0px;
  margin-left: 35%;
  margin-right: 35%;
  width: 30%;
  overflow: visible;
  z-index: 3;
}
/* numéro de téléphone qui clignotte */

.detail {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  margin: 10px;
  background-color: var(--or2);
  color: var(--blanc1);
  animation: clignotter 1000ms infinite;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  width: 495px;
}

.detail a {
  color: var(--blanc1);
  text-decoration: none;
}

@keyframes clignotter {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
    color: var(--or1);
  }
  100% {
    opacity: 1;
  }
}

.id {
  font-size: 14px;
  color: var(--noir2);
  font-weight: 500;
}

.code {
  font-size: 12px;
  color: var(--or2);
  font-weight: 300;
  width: 800px;
}

/* message d'envoi bien reçu des formulaires */
.contact-success {
    margin: 20px 0;
    padding: 16px 20px;
    background: #e6f7ec;
    color: #1f7a3f;
    border-left: 5px solid #28a745;
    border-radius: 6px;
    font-weight: 500;
}

/* Les colonnes et effets d'arrivée */
.colonne-1 {
  width: 33%;
  padding: 20px;
}

.colonne-2 {
  width: 66%;
  padding: 20px;
}

.colonne-3 {
  width: 50%;
  padding: 20px 14%;
}

.colonne-4 {
  width: 15%;
  padding: 20px;
}

.colonne-5 {
  width: 25%;
}

.colonne-6 {
  width: 50%;
  margin: auto 10px;
}

.colonne-7 {
  width: 20%;
  margin: auto 10px;
}

.colonne-1,
.colonne-2,
.colonne-3,
.colonne-4,
.colonne-5,
.colonne-6,
.colonne-7 {
  text-align: justify;
}

.onleft {
  animation-duration: 3s;
  animation-name: slideInFromLeft;
  animation-fill-mode: both;
}

.onright {
  animation-duration: 3s;
  animation-name: slideInFromRight;
  animation-fill-mode: both;
}

.ontop {
  animation-duration: 3s;
  animation-name: slideInFromTop;
  animation-fill-mode: both;
}

.onbottom {
  animation-duration: 3s;
  animation-name: slideInFromBottom;
  animation-fill-mode: both;
}

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

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Étoile scintillante qui fait le tour de la bulle */
.bull::before {
  content: "\2728";
  position: absolute;
  font-size: 18px;
  animation:
    starOrbit 20s linear infinite,
    starTwinkle 1.5s ease-in-out infinite alternate;
  z-index: 10;
  pointer-events: none;
}

/* Animation de rotation autour de la bulle */
@keyframes starOrbit {
  0% {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  25% {
    top: 50%;
    left: calc(100% - 15px);
    transform: translateY(-50%);
  }
  50% {
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
  }
  75% {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  100% {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Animation de scintillement */
@keyframes starTwinkle {
  0% {
    opacity: 0.4;
    text-shadow: 0 0 5px var(--or1);
    filter: brightness(0.8);
  }
  100% {
    opacity: 1;
    text-shadow:
      0 0 15px var(--or1),
      0 0 25px #ffed4e;
    filter: brightness(1.3);
  }
}

.cadre {
  padding: 40px 0;
  background: url(../images/bandeaux/photo-album.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cadre1 {
  padding: 40px 0;
  background: var(--blanc2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section1 {
  background: var(--gris7);
  padding: 40px;
  border-radius: 8px;
}

.section2 {
  background: var(--or3);
  padding: 40px;
}

/* Compensation quand le navigation-banner devient fixe */
body.nav-fixed {
  padding-top: 60px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Header Styles */
.header {
  width: 100%;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Connected-as styles (main and inline) */
.connected-as {
  color: var(--or2) !important;
  background: none;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}
.connected-as-inline {
  display: none;
  color: var(--or2) !important;
  font-weight: 600;
  margin: 0 12px;
  vertical-align: middle;
  font-size: 13px;
}
.header.scrolled-down .connected-as-inline {
  display: inline-block;
}
.header.scrolled-down .connected-as {
  display: none;
}

@media (max-width: 768px) {
  .connected-as,
  .connected-as-inline {
    font-size: 11px;
  }
}

/* Header en mode scroll - seul le navigation-banner reste fixé */
.header.scrolled-down .navigation-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: var(--fond-principal-survol);
}

/* Boutons navigation en mode compact */
.header.scrolled-down .nav-btn {
  padding: 10px 20px;
  font-size: 14px;
  min-width: 120px;
}

/* Bandeau principal - 122px */
.top-banner {
  background: var(--fond-principal);
  height: 95px;
  display: flex;
  align-items: center;
  color: var(--blanc2);
  transition: all 0.3s ease;
  overflow: hidden;
}

.top-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

/* Logo */
.logo {
  flex: 0 0 auto;
}

.logo-img {
  border-radius: 10px;
  height: 80px;
  width: auto;
}

/* coordonnées dans le header */
.tagcontact {
  font-size: 14px;
  padding: 0 10px;
  width: 250px;
}

.lienTel {
  color: var(--blanc2);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  animation: clignotte 1000ms infinite;
}

@keyframes clignotte {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
    color: var(--or1);
  }
  100% {
    opacity: 1;
  }
}

.lienEmail {
  color: var(--blanc2);
  text-decoration: none;
}

.lienEmail:hover, .lienEmail:active {
  color: var(--blanc2);
  font-weight: bold;
}

/* Phrase centrale */
.tagline {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  font-family: "Kapakana", "Arial", sans-serif;
}

.tagline h1 {
  font-size: 50px;
  font-weight: 600;
  color: var(--blanc2);
}

.middle-row {
  width: 35%;
}

/* Actions du header */
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

/* Barre de recherche */
.search-bar {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(241, 241, 241, 0.3);
}

.search-input {
  padding: 10px 15px;
  border: none;
  background: transparent;
  color: var(--blanc2);
  outline: none;
  min-width: 200px;
}

.search-input::placeholder {
  color: rgba(241, 241, 241, 0.7);
}

.search-btn {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--blanc2);
  cursor: pointer;
  /* transition: background 0.3s ease; */
}

.search-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Boutons */
.btn-account {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.3);
  color: var(--blanc2);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-account:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--or1);
}

.btn-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #f1f1f14d;
  color: var(--blanc2);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-footer:hover {
  background: var(--blanc1);
  color: var(--or2);
}

.btn-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: var(--or2);
  border: 1px solid var(--or2);
  color: var(--blanc2);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-contact:hover {
  background: var(--blanc1);
  color: var(--or2);
}

/* Panier */
.cart {
  position: relative;
}

.btn-cart {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.3);
  color: var(--blanc2);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.btn-cart:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--or2);
  color: var(--blanc1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

/* Bandeau de navigation - 100px */
.navigation-banner {
  background: var(--fond-principal);
  height: 50px;
  display: flex;
  align-items: center;
  transition: height 0.3s ease;
}

.main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: calc(100% - 100px);
  margin-left: 20px;
  position: relative;
}

/* Navigation Items */
.nav-item {
  position: relative;
}

.nav-btn {
  /* background-color: #24256d; */
  background: var(--fond-principal);
  color: var(--blanc2);
  border: none;
  padding: 8px 15px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 140px;
}

/* Boutons navigation en mode compact */
.header.scrolled-down .nav-btn {
  padding: 10px 20px;
  font-size: 14px;
  min-width: 120px;
}

.nav-btn:hover {
  /* background-color: #1a1b4d; */
  background: var(--fond-principal-survol);
  transform: translateY(-2px);
}

/* Menus déroulants */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blanc1);
  min-width: 220px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
  border: 1px solid var(--blanc3);
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-item {
  display: block;
  padding: 12px 20px;
  color: var(--gris3);
  text-decoration: none;
  border-bottom: 1px solid var(--blanc3);
  /* transition: background 0.3s ease; */
}

.dropdown-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}

.dropdown-item:hover {
  background-color: var(--or3);
  /* color: #24256d; */
}

/* Flèche du menu déroulant */
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--blanc1);
}

/* États actifs */
.nav-item.active .nav-btn {
  background-color: var(--or2);
}

.nav-item.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* fond des pages de paiment après validation */
.fondAdmin {
  background: url(../images/bandeaux/fondAdmin.webp);
  background-size: cover;
  background-repeat: no-repeat repeat;
}

/* ====== Pour page calendrier-glissant */
.triangle {
  background-image: url(../images/produits/triangle.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ===== FORMULAIRES ===== */

/* Formulaire de contact */
.contact-container {
  margin: 0 auto;
  background: #f8f9fac9;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
}

.contact-form .form-group {
  flex: 1;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--noir2);
  font-size: 14px;
}

.contact-form .required {
  color: var(--or2);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 6px 10px;
  border: 2px solid var(--blanc3);
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--or2);
  box-shadow: 0 0 0 3px rgba(36, 37, 109, 0.1);
}

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

.form-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.btn-submit,
.btn-reset {
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit {
  background-color: var(--or2);
  color: var(--blanc2);
}

.btn-submit:hover {
  background-color: var(--or1);
  color: var(--blanc2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 37, 109, 0.3);
}

.btn-reset {
  background-color: var(--blanc2);
  color: var(--gris3);
}

.btn-reset:hover {
  background-color: var(--blanc3);
}

/* Vignettes de la page index */
.vignette-index {
  position: relative;
  border: solid 1px var(--blanc3);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  width: 600px;
  margin: 0 auto 40px auto;
  background-color: var(--blanc2);
}

.vignette-index:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.image-index {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}

.span-index {
  position: absolute;
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--blanc2);
  /* background-color: #24256d; */
  background: var(--fond-principal-survol);
  width: 200px;
  border-radius: 8px;
  top: 20px;
  left: 20px;
}

.text-index {
  padding: 20px;
  font-size: 16px;
  color: var(--gris3);
  text-align: left;
}

/* Formulaire de devis */
.devis-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  background: #f1f1f1c9;
  border-radius: 10px;
  padding: 10px;
}

.devis-form-section {
  background: var(--or3);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.devis-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.devis-form .form-group {
  flex: 1;
  margin-bottom: 1px;
}

.devis-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: var(--noir2);
  font-size: 14px;
}

.devis-form .required {
  color: var(--or2);
}

.devis-form input,
.devis-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid var(--blanc3);
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.devis-form input:focus,
.devis-form textarea:focus {
  outline: none;
  border-color: var(--or2);
  box-shadow: 0 0 0 2px rgba(36, 37, 109, 0.1);
}

.devis-form textarea {
  resize: vertical;
  min-height: 80px;
}

/* Module d'upload d'images */
.upload-section {
  background: var(--blanc1);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: fit-content;
  margin-top: 100px;
}

.upload-header h3 {
  color: var(--or2);
  margin-bottom: 8px;
  font-family: "Kapakana", Arial, sans-serif;
  font-size: 60px;
}

.upload-header p {
  color: var(--gris6);
  font-size: 14px;
  margin-bottom: 20px;
}

.upload-dropzone {
  border: 2px dashed var(--gris3);
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(36, 37, 109, 0.02);
}

.upload-dropzone:hover {
  border-color: var(--or2);
  background: rgba(36, 37, 109, 0.05);
}

.upload-dropzone.drag-over {
  border-color: var(--or2);
  background: rgba(255, 72, 0, 0.05);
}

.upload-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.upload-dropzone p {
  font-size: 16px;
  font-weight: 500;
  color: var(--noir2);
  margin-bottom: 8px;
}

.upload-dropzone span {
  font-size: 12px;
  color: var(--gris6);
}

.images-counter {
  text-align: center;
  margin: 15px 0;
  font-weight: 500;
  color: var(--noir1);
}

.images-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  align-items: flex-start;
}

.image-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  max-height: 200px;
}

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

.image-controls {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  gap: 5px;
}

.cropped-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(40, 167, 69, 0.9);
  color: white;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.btn-crop,
.btn-delete {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-crop {
  border: solid 1px var(--or2);
  background: var(--blanc1);
  color: var(--or2);
}

.btn-crop:hover {
  background: var(--or2);
}

.btn-delete {
  border: solid 1px #fb2222;
  background: #ffb0b0cc;
  color: white;
}

.btn-delete:hover {
  background: #f60000;
}

/* Modal de recadrage */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  background-color: var(--blanc1);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: var(--blanc3);
  border-bottom: 1px solid var(--blanc3);
}

/* .modal-header h3 {
  margin: 0;
  color: #24256d;
}

.close-modal {
  font-size: 24px;
  cursor: pointer;
  color: var(--gris6);
}

.close-modal:hover {
  color: var(--noir2);
}

.modal-body {
  padding: 20px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
} */

.crop-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  min-height: 500px;
}

.crop-container img {
  max-width: none;
  max-height: none;
  height: auto;
}

.crop-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-crop-confirm,
.btn-crop-cancel,
.btn-crop-preview {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}

.btn-crop-confirm {
  background: #24256d;
  color: white;
}

.btn-crop-cancel {
  background: #f1f1f1;
  color: #333;
}

.btn-crop-preview {
  background: #28a745;
  color: white;
}

.btn-crop-preview:hover {
  background: #218838;
}

/* Nouvelle disposition en colonnes */
.crop-layout {
  display: flex;
  gap: 20px;
  height: 80vh;
  max-height: 600px;
}

.crop-preview-sidebar {
  width: 250px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #e0e0e0;
}

.crop-preview-sidebar h4 {
  margin: 0 0 15px 0;
  color: #24256d;
  font-size: 16px;
  text-align: center;
}

.crop-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.crop-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.crop-controls-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0 0;
}

.preview-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#cropPreviewImage {
  max-width: 200px;
  max-height: 200px;
  border: 2px solid #24256d;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.preview-info {
  font-size: 11px;
  color: #666;
  background: white;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3;
}

/* Contrôles de zoom inline */
.zoom-controls-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zoom-btn-inline {
  width: 32px;
  height: 32px;
  border: 2px solid #24256d;
  background: white;
  color: #24256d;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-btn-inline:hover {
  background: #24256d;
  color: white;
}

.zoom-display-inline {
  font-size: 12px;
  color: #666;
  min-width: 40px;
  text-align: center;
}

.zoom-reset-inline {
  padding: 6px 10px;
  border: 1px solid #666;
  background: #f5f5f5;
  color: #333;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
}

.zoom-reset-inline:hover {
  background: #e0e0e0;
}

/* Bouton d'orientation */
.orientation-btn {
  width: 32px;
  height: 32px;
  border: 2px solid #28a745;
  background: white;
  color: #28a745;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.orientation-btn:hover {
  background: #28a745;
  color: white;
}

/* Système de recadrage personnalisé */
.crop-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.crop-box {
  position: absolute;
  border: 2px dashed #24256d !important;
  background: rgba(36, 37, 109, 0.1) !important;
  cursor: move;
  box-sizing: border-box;
  min-width: 50px;
  min-height: 50px;
  z-index: 10;
}

.crop-box:hover {
  border-color: #1a1b4d;
  background: rgba(36, 37, 109, 0.15) !important;
}

.crop-handle {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #24256d;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 11;
  transition: all 0.2s ease;
}

.crop-handle:hover {
  background: #1a1b4d;
  transform: scale(1.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* Curseurs spécifiques pour chaque poignée */
.crop-handle-nw {
  cursor: nw-resize;
}
.crop-handle-ne {
  cursor: ne-resize;
}
.crop-handle-sw {
  cursor: sw-resize;
}
.crop-handle-se {
  cursor: se-resize;
}
.crop-handle-n {
  cursor: n-resize;
}
.crop-handle-s {
  cursor: s-resize;
}
.crop-handle-e {
  cursor: e-resize;
}
.crop-handle-w {
  cursor: w-resize;
}

.crop-dimensions {
  position: absolute;
  top: -35px;
  left: 0;
  background: #24256d;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.crop-dimensions::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #24256d;
}

/* Animation de la bordure pointillée */
.crop-box {
  animation: cropBoxDash 2s linear infinite;
}

@keyframes cropBoxDash {
  0% {
    border-color: #24256d;
  }
  50% {
    border-color: #1a1b4d;
  }
  100% {
    border-color: #24256d;
  }
}

/* Amélioration du modal */
.modal-body {
  padding: 25px;
}

.crop-container {
  max-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  background: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.crop-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn-crop-confirm,
.btn-crop-cancel {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-crop-confirm {
  background: var(--or2);
  color: var(--blanc1);
}

.btn-crop-confirm:hover {
  background: var(--or1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 37, 109, 0.3);
}

/* Contrôles de zoom */
.zoom-controls {
  margin-top: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.zoom-btn {
  width: 35px;
  height: 35px;
  border: 2px solid var(--or2);
  background: white;
  color: var(--or2);
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.zoom-btn:hover {
  background: var(--or2);
  color: var(--blanc1);
  transform: scale(1.1);
}

.zoom-display {
  font-weight: bold;
  font-size: 16px;
  color: var(--or2);
  min-width: 60px;
}

.zoom-reset-btn {
  padding: 8px 16px;
  border: 2px solid var(--or2);
  background: white;
  color: var(--or2);
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zoom-reset-btn:hover {
  background: var(--or1);
  color: var(--blanc1);
  transform: translateY(-2px);
}

/* Styles pour la page de contact */
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

/* Section image à gauche */
.contact-image-section {
  position: relative;
}

.contact-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.contact-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--noir1), #a6a6a64d);
  color: var(--blanc1);
  padding: 30px 25px;
}

.contact-info-overlay h3 {
  margin: 0 0 20px 0;
  font-size: 1.4em;
  font-weight: bold;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  /* pour tester */
  text-align: left;
}

.contact-item i {
  color: var(--noir2);
  font-size: 16px;
  margin-top: 2px;
  min-width: 16px;
}

/* Section formulaire à droite */
.contact-form-section {
  background: var(--or3);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive pour mobile */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-image {
    height: 300px;
  }

  .contact-info-overlay {
    padding: 20px 15px;
  }

  .contact-form-section {
    padding: 20px;
  }
}

/* Nouveaux contrôles de recadrage */
.crop-controls-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.left-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.format-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
}

.format-btn {
  padding: 5px 8px;
  border: 1px solid var(--or2);
  background: white;
  color: var(--or2);
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.format-btn:hover {
  background: var(--or1);
  color: var(--blanc1);
}

.orientation-btn {
  padding: 8px 12px;
  border: 1px solid var(--or2);
  background: var(--or2);
  color: var(--blanc1);
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.orientation-btn:hover {
  background: var(--or1);
}

/* .force-upscale-btn {
  padding: 8px 12px;
  border: 1px solid #e67e22;
  background: #e67e22;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.force-upscale-btn:hover {
  background: #d35400;
  transform: translateY(-1px);
} */

/* Responsive pour mobile */
@media (max-width: 768px) {
  .crop-controls-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .format-controls {
    width: 100%;
    max-width: none;
  }
}

/* Notice when requested preset is larger than achievable */
.format-notice {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #e67e22;
  background: rgba(230, 126, 34, 0.06);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(230, 126, 34, 0.15);
}

.item-couleur img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  background: #fff;
  display: inline-block;
}

.item-couleur img {
  border: 2px solid red !important;
}

/* Styles pour les groupes de formats de tirage */
.tirage-menu .format-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 0;
}

.format-group .group-items {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--blanc3);
  border-radius: 8px;
  padding: 8px;
  border-left: 3px solid var(--or2);
}

.format-group .group-items .dropdown-item {
  margin: 0;
  padding: 6px 12px !important;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: var(--noir2);
  font-size: 14px;
}

.format-group .group-items .dropdown-item:hover {
  background: var(--blanc3);
  color: var(--or2);
  transform: translateX(5px);
}

.format-group .group-label {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 600;
  color: var(--gris6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: var(--blanc1);
  padding: 8px 3px;
  border-radius: 4px;
  border: 1px solid var(--blanc3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tirage-menu .menu-separator {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--blanc3),
    transparent
  );
  margin: 15px 0;
}

.tirage-menu .personalize-item {
  background: linear-gradient(135deg, var(--or2) 0%, var(--or1) 100%);
  color: white !important;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.tirage-menu .personalize-item:hover {
  background: linear-gradient(135deg, var(--or1) 0%, var(--or2) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(240, 81, 36, 0.3);
}

/* Ajustements pour le bouton Personnaliser dans les tableaux produits */
.tableau-produits .col-action {
  min-width: 170px; /* élargit légèrement la colonne d'action pour tenir le bouton */
}

.tableau-produits .personalize-item {
  display: inline-block;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  color: #fff;
  background: linear-gradient(135deg, var(--or2) 0%, var(--or1) 100%);
}

.tableau-produits .personalize-item:hover {
  background: linear-gradient(135deg, var(--or1) 0%, var(--or2) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive pour le menu tirage */
@media (max-width: 768px) {
  .format-group .group-brace {
    font-size: 40px;
    margin-right: 8px;
  }

  .format-group .group-label {
    font-size: 10px;
    padding: 6px 2px;
  }

  .format-group .group-items .dropdown-item {
    font-size: 13px;
    padding: 5px 10px !important;
  }
}
/* Politique de confidentialité */
.legal-content {
  background: var(--blanc3);
  min-height: 100vh;
  padding: 40px 0;
}

.privacy-intro {
  text-align: center;
  font-style: italic;
  color: var(--gris6);
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  color: var(--or2);
  border-bottom: 3px solid var(--or2);
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-content-box {
  background: var(--blanc1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid var(--or2);
  text-align: left;
}

.legal-content-box h3 {
  color: var(--gris3);
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.legal-content-box h4 {
  color: var(--gris5);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.legal-content-box h3:first-child {
  margin-top: 0;
}

.legal-content-box p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--gris5);
}

.legal-content-box ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.legal-content-box li {
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--gris5);
}

.legal-content-box strong {
  color: var(--or2);
  font-weight: 600;
}

.legal-content-box a {
  color: var(--or2);
  text-decoration: none;
}

.legal-content-box a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-content {
    padding: 20px 0;
  }

  .legal-content-box {
    padding: 20px;
    margin: 0 10px;
  }
}

/* Qui sommes-nous  */
.about-content {
  background: var(--blanc3) #f8f9fa;
  min-height: 100vh;
  padding: 40px 0;
}

/* Hero Section */
.about-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-content h2 {
  color: var(--or2);
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--gris6);
}

.placeholder-image,
.map-placeholder {
  background: var(--blanc3);
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px dashed var(--gris6);
  color: var(--gris6);
  text-align: center;
}

/* Sections */
.about-section {
  margin-bottom: 50px;
}

.about-section h2 {
  color: var(--or2);
  border-bottom: 3px solid var(--or2);
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.8rem;
}

.about-content-box {
  background: var(--blanc1);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--or2);
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--or2);
  border: 3px solid var(--blanc1);
  box-shadow: 0 0 10px rgba(44, 90, 160, 0.3);
}

.timeline-year {
  font-weight: bold;
  color: var(--or2);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.timeline-content h3 {
  color: var(--gris3);
  margin-bottom: 10px;
}

.timeline-content p {
  text-align: left;
}

.timeline-content ul li {
  text-align: left;
  margin-left: 50px;
}

/* Grilles */
.values-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.value-card,
.service-item {
  background: var(--blanc1);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.value-card:hover,
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.value-icon,
.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--or2), var(--or3));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 1.8rem;
}

.value-card h3,
.service-item h3 {
  color: var(--or2);
  margin-bottom: 15px;
  font-size: 1.3rem;
}

/* Équipe */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.team-member {
  text-align: center;
}

.member-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}

.placeholder-photo {
  width: 100%;
  height: 100%;
  background: var(--blanc3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--gris6);
}

.member-role {
  color: var(--or2);
  font-weight: 600;
  margin-bottom: 10px;
}

.member-description {
  color: var(--gris6);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Engagements */
.commitments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.commitment-item {
  text-align: center;
  padding: 20px;
}

.commitment-item i {
  font-size: 2.5rem;
  color: var(--or2);
  margin-bottom: 15px;
}

.commitment-item h3 {
  color: var(--gris3);
  margin-bottom: 10px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.contact-item i {
  color: var(--or2);
  font-size: 1.2rem;
  margin-top: 3px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-content {
    padding: 20px 0;
  }

  .about-hero {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .hero-content h2 {
    font-size: 1.8rem;
  }

  .about-content-box {
    padding: 25px 20px;
    margin: 0 10px;
  }

  .values-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

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

  .timeline {
    padding-left: 20px;
  }
}
