:root {
  --orange: #D57B23;
  --dark: #1f2d3d;
}

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

body {
  font-family: "Segoe UI", Arial, sans-serif;
  background: #fff;
  color: #222;
}

/* HEADER */
.topbar {
  background: var(--orange);
  height: 70px;
}

.header-content {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.menu a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
}

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

/* HERO */
.hero {
  height: calc(100vh - 70px);
  background: url("Facebook-banner-valoris-conseils.2.jpg") center/cover no-repeat;
  position: relative;
  background-position: center bottom;
}

.hero-inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
}

/* CARD */
.hero-card {
  background: white;
  padding: 40px 50px;
  text-align: center;
  max-width: 600px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.subtitle {
  font-size: 14px;
  margin-bottom: 15px;
}

.hero-card h1 {
  font-size: 38px;
  color: var(--dark);
  margin-bottom: 25px;
  letter-spacing: 1px;
}

/* BUTTON */
.btn-outline {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid var(--dark);
  color: var(--dark);
  text-decoration: none;
  font-size: 14px;
}

.btn-outline:hover {
  background: var(--dark);
  color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .hero-card {
    margin: 20px;
    padding: 30px;
  }

  .hero-card h1 {
    font-size: 28px;
  }
}

/* =========================
   SECTION 3 COLONNES
   ========================= */

.triple{
  background: #ffffff;
  padding: 55px 0;
}

.triple-wrap{
  width: min(1250px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #cfcfcf;
}

.triple-col{
  min-height: 520px;
  padding: 85px 65px;
  text-align: center;
  border-right: 1px solid #cfcfcf;
}

.triple-col:last-child{
  border-right: none;
}

.triple-col h2{
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #1f2d3d;
}

.triple-col p{
  max-width: 420px;
  margin: 0 auto 70px;
  font-size: 14px;
  line-height: 2;
  color: #222;
}

.btn-brown{
  display: inline-block;
  padding: 14px 55px;
  background: #8b4f14;   /* marron/orange comme sur ton image */
  color: white;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #000;
}

.btn-brown:hover{
  filter: brightness(0.95);
}

/* Responsive */
@media (max-width: 980px){
  .triple-wrap{
    grid-template-columns: 1fr;
  }
  .triple-col{
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 60px 24px;
    min-height: auto;
  }
  .triple-col:last-child{
    border-bottom: none;
  }
}
/* =========================
   SECTION A PROPOS
   ========================= */

.about{
  padding: 90px 0;
  background: linear-gradient(90deg, rgba(213,123,35,0.85) 0%, rgba(255,241,230,0.75) 70%, rgba(255,255,255,0.85) 100%);
}

.about-inner{
  width: min(900px, 92%);
  margin: 0 auto;
  text-align: center;
}

.about-inner h2{
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #1f2d3d;
  margin-bottom: 35px;
}

.about-text{
  width: min(720px, 92%);
  margin: 0 auto 40px;
}

.about-text p{
  font-size: 14px;
  line-height: 2;
  color: rgba(0,0,0,0.65);
  margin-bottom: 18px;
}

/* Bouton encadré (style Wix) */
.btn-outline-dark{
  display: inline-block;
  padding: 14px 45px;
  border: 1px solid #1f2d3d;
  color: #1f2d3d;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
}

.btn-outline-dark:hover{
  background: #1f2d3d;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px){
  .about-inner h2{
    font-size: 30px;
  }
}
/* =========================
   SECTION NOS CLIENTS
========================= */

.clients{
  padding: 80px 0 40px;
  background: #ffffff;
}

.clients h2{
  text-align: center;
  justify-content: center;
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #1f2d3d;
  margin-bottom: 60px;
}

.clients-row{
  width: min(1400px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.client-item{
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #cfcfcf;
  background: #fff;
}

.client-item:last-child{
  border-right: none;
}

.client-item img{
  max-width: 85%;
  max-height: 120px;
  object-fit: contain;
}

/* colonne vide (Wix style) */
.client-item.empty{
  background: #fff;
}

/* Responsive */
@media (max-width: 900px){
  .clients-row{
    grid-template-columns: repeat(2, 1fr);
  }

  .client-item{
    border-bottom: 1px solid #cfcfcf;
  }
}

@media (max-width: 500px){
  .clients-row{
    grid-template-columns: 1fr;
  }
}

/* =========================
   ANIMATIONS AU SCROLL
========================= */

/* Animation fade-in pour la carte hero */
.hero-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.hero-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Animation pour les colonnes triple */
.triple-col {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, background 0.4s ease, box-shadow 0.4s ease;
}

.triple-col.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Animation pour la section À propos */
.about-inner {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease-out;
}

.about-inner.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* Animation pour les clients - DÉSACTIVÉE pour que les images restent visibles */
.client-item {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease-out;
}

/* Animation au hover sur les boutons */
.btn-brown,
.btn-outline,
.btn-outline-dark {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-brown::before,
.btn-outline::before,
.btn-outline-dark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-brown:hover::before,
.btn-outline:hover::before,
.btn-outline-dark:hover::before {
  width: 300px;
  height: 300px;
}

/* Animation pour les images clients au hover */
.client-item img {
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: grayscale(20%);
}

.client-item:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

/* Animation pour les titres */
.triple-col h2,
.about-inner h2 {
  position: relative;
  display: inline-block;
}

.clients h2 {
  position: relative;
}

.triple-col h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60px;
  height: 2px;
  background: var(--orange);
  transition: transform 0.6s ease;
}

.triple-col.animate-in h2::after {
  transform: translateX(-50%) scaleX(1);
}

/* Effet de survol sur les cartes triple */
.triple-col.animate-in:hover {
  background: rgba(213, 123, 35, 0.02);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Animation smooth pour le scroll */
html {
  scroll-behavior: smooth;
}
/* =========================
   SECTION TÉMOIGNAGES - VERSION CHIC
========================= */

.testimonials{
  padding: 110px 0 130px;
  background: linear-gradient(135deg,
    #f7f9fc 0%,
    #fafcfe 30%,
    #ffffff 50%,
    #fefbf8 70%,
    #fff5eb 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Effet de fond décoratif - bulle orange */
.testimonials::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(213,123,35,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Effet de fond décoratif - bulle bleue gauche */
.testimonials::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(100,150,220,0.04) 0%, rgba(180,210,255,0.02) 40%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.testimonials h2{
  font-size: 38px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #1f2d3d;
  margin-bottom: 75px;
  position: relative;
  display: inline-block;
}

/* Soulignement décoratif pour le titre */
.testimonials h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.ts-wrapper{
  width: min(1000px, 92%);
  margin: 0 auto 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
}

.ts-slider{
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 60px rgba(0,0,0,0.08);
  padding: 50px 40px;
}

.ts-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(-40px) scale(0.97);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 40px;
}

.ts-slide.active{
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 1;
}

/* Icône guillemets décorative */
.ts-quote::before {
  content: '"';
  display: block;
  font-size: 80px;
  line-height: 0.5;
  color: var(--orange);
  opacity: 0.3;
  font-family: Georgia, serif;
  margin-bottom: 20px;
}

.ts-quote{
  font-size: 20px;
  line-height: 1.8;
  color: rgba(0,0,0,0.75);
  max-width: 750px;
  margin: 0 auto 35px;
  font-style: italic;
  font-weight: 300;
}

.ts-role{
  font-size: 15px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ts-name{
  font-size: 14px;
  color: rgba(0,0,0,0.55);
  font-weight: 500;
}

/* Flèches - Design élégant */
.ts-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-size: 28px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(213,123,35,0.2);
  z-index: 10;
}

.ts-arrow:hover {
  background: var(--orange);
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 25px rgba(213,123,35,0.35);
}

.ts-arrow.left {
  left: 0;
}

.ts-arrow.right {
  right: 0;
}

/* Points de navigation - Design moderne */
.ts-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0;
}

.dot:hover {
  background: rgba(213,123,35,0.5);
  transform: scale(1.2);
}

.dot.active {
  background: var(--orange);
  width: 35px;
  border-radius: 6px;
  transform: scale(1);
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials {
    padding: 70px 0 90px;
  }

  .testimonials h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .ts-wrapper {
    padding: 0 20px;
  }

  .ts-slider {
    min-height: 320px;
    padding: 40px 20px;
  }

  .ts-slide {
    padding: 40px 20px;
  }

  .ts-quote {
    font-size: 17px;
  }

  .ts-quote::before {
    font-size: 60px;
  }

  .ts-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

/* =========================
   SECTION CONTACT
========================= */

.contact {
  padding: 100px 0;
  background: #ffffff;
}

.contact-container {
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-info h2 {
  font-size: 38px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #1f2d3d;
  margin-bottom: 25px;
}

.contact-intro {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
  margin-bottom: 45px;
}

.info-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-item {
  display: flex;
  gap: 20px;
  align-items: start;
}

.info-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange), #e89a4a);
  border-radius: 12px;
  flex-shrink: 0;
}

.info-icon svg {
  width: 32px;
  height: 32px;
  stroke: white;
  stroke-width: 2;
}

.info-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-content p {
  font-size: 15px;
  color: rgba(0,0,0,0.6);
  line-height: 1.6;
}

/* Formulaire */
.contact-form-wrapper {
  background: white;
  padding: 45px;
  border-radius: 15px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.08);
  border: 1px solid rgba(213,123,35,0.1);
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fafafa;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: white;
  box-shadow: 0 0 0 4px rgba(213,123,35,0.1);
}

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

.btn-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--orange), #e89a4a);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(213,123,35,0.3);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(213,123,35,0.4);
}

.btn-submit:active {
  transform: translateY(0);
}

/* Responsive Contact */
@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-info h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .contact-form-wrapper {
    padding: 30px 20px;
  }
}

/* =========================
   SECTION MAP
========================= */

.map-section {
  background: #f5f5f5;
  padding: 0;
}

.map-container {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.map-container iframe {
  filter: grayscale(20%) contrast(1.1);
  transition: filter 0.3s ease;
}

.map-container:hover iframe {
  filter: grayscale(0%) contrast(1);
}

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

.footer {
  background: linear-gradient(135deg, #7d4504 0%, #9B5905 50%, #7d4504 100%);
  color: white;
  padding: 70px 0 0;
}

.footer-content {
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-col h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 25px;
}

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

.footer-col ul li {
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  transition: color 0.3s ease;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-col ul li a:hover {
  color: #ffd699;
  transform: translateX(5px);
}

/* Liste de contact avec icônes SVG */
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact-list li svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2;
  flex-shrink: 0;
}

/* Réseaux sociaux */
.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.footer-social a:hover {
  background: #ffffff;
  color: #9B5905;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

/* Footer bottom */
.footer-bottom {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

.footer-links {
  display: flex;
  gap: 25px;
}

.footer-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffd699;
}

/* Responsive Footer */
@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

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

@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer {
    padding: 50px 0 0;
  }
}
/* =========================
   PAGE A PROPOS (2 colonnes)
========================= */

.about-page{
  padding-top: 70px; /* hauteur du header */
  background: #fff;
}

.page-title{
  text-align: center;
  font-size: 52px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #1f2d3d;
  padding: 70px 0 40px;
}

.about-split{
  width: min(1200px, 92%);
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #e5e5e5;
}

.about-left{
  padding: 70px 60px;
  border-right: 1px solid #e5e5e5;
}

.about-left p{
  font-size: 14px;
  line-height: 2.1;
  color: rgba(0,0,0,0.68);
  margin-bottom: 26px;
  max-width: 520px;
}

.about-right{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 520px;
}

.about-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px){
  .about-split{
    grid-template-columns: 1fr;
  }

  .about-left{
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 20px;
  }

  .about-right{
    min-height: 320px;
  }

  .page-title{
    font-size: 34px;
    padding: 50px 0 25px;
  }
}

/* =========================
   SECTION NOTRE ÉQUIPE
========================= */

.team-section {
  padding: 90px 0;
  background: #ffffff;
}

.team-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #1f2d3d;
  margin-bottom: 20px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: var(--orange);
  margin: 25px auto 0;
}

.section-intro {
  text-align: center;
  font-size: 17px;
  color: rgba(0,0,0,0.6);
  margin-bottom: 70px;
  font-style: italic;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid #e5e5e5;
}

.team-member {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-height: 320px;
  transition: all 0.4s ease;
  background: #fff;
}

.team-member:nth-child(2n) {
  border-right: none;
}

.team-member:nth-last-child(-n+2) {
  border-bottom: none;
}

.team-member:hover {
  background: rgba(213,123,35,0.02);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-3px);
  z-index: 1;
}

.team-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: grayscale(10%);
}

.team-member:hover .team-photo img {
  transform: scale(1.08);
  filter: grayscale(0%);
}

.team-info {
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-info h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.team-role {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.team-bio {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(0,0,0,0.65);
}

/* Responsive Team */
@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member {
    grid-template-columns: 1fr;
    border-right: none;
  }

  .team-member:nth-child(2n) {
    border-right: none;
  }

  .team-photo {
    height: 280px;
  }

  .team-info {
    padding: 35px 25px;
  }

  .section-title {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .team-section {
    padding: 60px 0;
  }

  .section-intro {
    margin-bottom: 50px;
    font-size: 15px;
  }

  .team-photo {
    height: 250px;
  }
}
/* =========================
   PAGE FORFAITS & TARIFS
========================= */

.pricing-page{
  padding-top: 70px; /* hauteur du header */
  background: #fff;
  text-align: center;
}

.pricing-page .page-title{
  margin-top: 50px;
  padding: 0;
}

.pricing-subtitle{
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  max-width: 700px;
  margin: 15px auto 70px;
}

/* Grille des forfaits */
.pricing-grid{
  width: min(1200px, 92%);
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Carte */
.price-card{
  border: 1px solid #cfcfcf;
  padding: 50px 35px;
  position: relative;
  background: #fff;
}

.price-card h3{
  font-size: 18px;
  margin-bottom: 20px;
  color: #1f2d3d;
}

.currency{
  font-size: 14px;
  color: #1f2d3d;
}

.price{
  font-size: 56px;
  margin: 10px 0 20px;
  color: #1f2d3d;
}

.desc{
  font-size: 14px;
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
  margin-bottom: 20px;
}

.valid{
  font-size: 13px;
  color: rgba(0,0,0,0.55);
  margin-bottom: 30px;
}

.btn-price{
  display: inline-block;
  padding: 14px 50px;
  background: #0e3b5c;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 35px;
}

.btn-price:hover{
  filter: brightness(0.9);
}

.features{
  list-style: none;
  padding: 0;
}

.features li{
  font-size: 13px;
  margin: 14px 0;
  color: rgba(0,0,0,0.7);
}

/* Populaire */
.price-card.featured{
  background: #eef5fb;
  border-color: #b8cddd;
}

.badge{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #0e3b5c;
  color: #fff;
  font-size: 12px;
  padding: 6px 14px;
}

/* Responsive */
@media (max-width: 980px){
  .pricing-grid{
    grid-template-columns: 1fr;
  }

  .price{
    font-size: 42px;
  }
}
/* =========================
   AVANTAGES (Voir plus)
========================= */

.features-wrap{
  margin-top: 10px;
  border-top: 1px solid #cfcfcf;
  padding-top: 18px;
}

.features-toggle{
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: rgba(0,0,0,0.65);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.features-toggle::after{
  content: "▾";
  font-size: 14px;
  transition: transform .2s ease;
}

.features-wrap.open .features-toggle::after{
  transform: rotate(180deg);
}

.features-panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.features-panel .features{
  margin-top: 12px;
}

/* petit check rond comme sur Wix */
.features li{
  position: relative;
  padding-left: 26px;
  text-align: left;
  max-width: 220px;
  margin: 14px auto;
}

.features li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(14,59,92,0.45);
  color: rgba(14,59,92,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
/* =========================
   TEAM AVATARS INLINE
========================= */
.team-avatars {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.team-avatar {
  text-align: center;
  max-width: 160px;
}

.team-avatar img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(212, 85, 0, 0.45);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-avatar img:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.team-avatar h3 {
  margin: 14px 0 4px;
  font-size: 15px;
  font-weight: 800;
}

.team-avatar .team-role {
  font-size: 13px;
  color: #6b7280;
}
/* =========================
   PRICING CTA – PREMIUM
========================= */
.pricing-cta {
  margin-top: 60px;
  padding: 0 18px;
}

.pricing-cta-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 32px;
  border-radius: 28px;
  background:
    radial-gradient(800px 400px at 15% 20%, rgba(255,106,0,.25), transparent 55%),
    radial-gradient(700px 350px at 85% 30%, rgba(212,85,0,.22), transparent 55%),
    linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
  overflow: hidden;
}

.pricing-cta-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3Ccircle cx='60' cy='60' r='1'/%3E%3Ccircle cx='119' cy='119' r='1'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.pricing-cta-inner h2 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .3px;
}

.pricing-cta-inner p {
  margin: 0 auto 26px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.6;
  color: #e5e7eb;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 16px;
  background: linear-gradient(90deg,#D57B23,#D57B23);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 12px 30px rgba(212,85,0,.45);
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(214, 110, 40, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-cta-inner {
    padding: 36px 22px;
    border-radius: 22px;
    text-align: center;
  }

  .pricing-cta-inner h2 {
    font-size: 28px;
  }

  .pricing-cta-inner p {
    font-size: 16px;
  }
}
/* =============================================
   STYLES POUR LA PAGE SERVICES
   ============================================= */

/* Hero Section Services */
.services-hero {
  background: linear-gradient(135deg, #8b4f14 0%, #6a3c10 100%);
  min-height: 50vh;
}

.services-hero .hero-description {
  max-width: 700px;
  margin: 1.5rem auto 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

/* Introduction Section */
.services-intro {
  padding: 4rem 2rem;
  background: #f9f9f9;
}

.intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #2c2c2c;
}

.intro-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
}

/* Services Detailed Section */
.services-detailed {
  padding: 4rem 2rem;
  background: #fff;
}

.service-block {
  margin-bottom: 6rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid #eee;
}

.service-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.service-number {
  font-size: 3rem;
  font-weight: 700;
  color: #e89a4a;
  opacity: 0.3;
}

.service-title {
  font-size: 2rem;
  color: #2c2c2c;
  letter-spacing: 1px;
  position: relative;
}

.service-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #8b4f14;
  margin-top: 0.5rem;
}

.service-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}

.service-content.reverse {
  grid-template-columns: 2fr 1fr;
}

.service-image {
  position: sticky;
  top: 100px;
}

.service-img-placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(139, 79, 20, 0.2);
}

.service-img-placeholder svg {
  width: 120px;
  height: 120px;
  color: rgba(255, 255, 255, 0.8);
}

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

.service-list li {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.service-list li:hover {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

.service-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #8b4f14;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.service-item-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #2c2c2c;
}

.service-item-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Service Block Alt (pour alterner le style) */
.service-block.alt .service-number {
  color: #8b4f14;
}

.service-block.alt .service-title::after {
  background: #e89a4a;
}

.service-block.alt .service-img-placeholder {
  background: linear-gradient(135deg, #e89a4a 0%, #8b4f14 100%);
}

.service-block.alt .service-item-icon {
  background: #e89a4a;
}

/* CTA Section */
.services-cta {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #8b4f14 0%, #6a3c10 100%);
  color: #fff;
  text-align: center;
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.cta-content p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline-dark {
  padding: 1rem 2.5rem;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-outline-dark:hover {
  background: #fff;
  color: #8b4f14;
}

/* Approach Section */
.services-approach {
  padding: 5rem 2rem;
  background: #f9f9f9;
}

.services-approach h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  color: #2c2c2c;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.approach-item {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.approach-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.approach-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.approach-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.approach-item h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #2c2c2c;
}

.approach-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Menu Active State */
.menu a.active {
  color: #e89a4a;
  font-weight: 600;
}

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

@media (max-width: 1024px) {
  .service-content,
  .service-content.reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-image {
    position: relative;
    top: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .services-hero {
    min-height: 40vh;
  }

  .services-hero .hero-description {
    font-size: 1rem;
  }

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

  .intro-content p {
    font-size: 1rem;
  }

  .service-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .service-number {
    font-size: 2rem;
  }

  .service-title {
    font-size: 1.5rem;
  }

  .service-list li {
    flex-direction: column;
    gap: 1rem;
  }

  .service-item-content h3 {
    font-size: 1.1rem;
  }

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

  .cta-content p {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .services-approach h2 {
    font-size: 1.8rem;
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .services-intro,
  .services-detailed,
  .services-cta,
  .services-approach {
    padding: 3rem 1rem;
  }

  .service-block {
    margin-bottom: 4rem;
  }

  .service-img-placeholder svg {
    width: 80px;
    height: 80px;
  }
}

/* =============================================
   STYLES POUR LA PAGE FORFAITS
   ============================================= */

/* Hero Section Pricing */
.pricing-hero {
  background: linear-gradient(135deg, #8b4f14 0%, #6a3c10 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(232, 154, 74, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(232, 154, 74, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.pricing-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pricing-label {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.pricing-main-title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.pricing-hero-desc {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Introduction Section */
.pricing-intro {
  padding: 4rem 2rem;
  background: #f9f9f9;
  text-align: center;
}

.pricing-intro h2 {
  font-size: 2.2rem;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}

.pricing-intro p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

/* Pricing Grid */
.pricing-page {
  background: #fff;
}

.pricing-grid {
  padding: 5rem 2rem;
  background: #f5f5f5;
}

.pricing-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  align-items: start;
}

/* Price Card */
.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Featured Card */
.price-card.featured {
  border: 3px solid #8b4f14;
  transform: scale(1.05);
}

.price-card.featured:hover {
  transform: scale(1.08) translateY(-10px);
}

/* Popular Badge */
.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 5px 15px rgba(139, 79, 20, 0.3);
}

.popular-badge svg {
  width: 16px;
  height: 16px;
}

/* Card Header */
.card-header {
  text-align: center;
  margin-bottom: 2rem;
}

.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.card-icon svg {
  width: 35px;
  height: 35px;
  color: #fff;
}

.card-title {
  font-size: 1.8rem;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.card-subtitle {
  font-size: 0.9rem;
  color: #e89a4a;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Card Pricing */
.card-pricing {
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

.price-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.price-number {
  font-size: 3rem;
  font-weight: 700;
  color: #8b4f14;
}

.price-currency {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
}

.price-period {
  font-size: 0.95rem;
  color: #888;
}

/* Card Description */
.card-description {
  text-align: center;
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;
  min-height: 48px;
}

/* Card Features */
.card-features {
  flex-grow: 1;
  margin-bottom: 2rem;
}

.card-features h4 {
  font-size: 1rem;
  color: #2c2c2c;
  margin-bottom: 1rem;
  font-weight: 600;
}

.card-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.5;
}

.card-features li svg {
  width: 20px;
  height: 20px;
  color: #8b4f14;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Select Button */
.btn-select {
  display: block;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}

.btn-select:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(139, 79, 20, 0.3);
}

.featured .btn-select {
  background: linear-gradient(135deg, #e89a4a 0%, #8b4f14 100%);
}

/* Card Ideal */
.card-ideal {
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.card-ideal strong {
  color: #8b4f14;
}

/* Comparison Table Section */
.pricing-comparison {
  padding: 5rem 2rem;
  background: #fff;
}

.pricing-comparison h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #2c2c2c;
  margin-bottom: 3rem;
}

.comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 600px;
}

.comparison-table thead {
  background: linear-gradient(135deg, #8b4f14 0%, #6a3c10 100%);
  color: #fff;
}

.comparison-table th {
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.comparison-table tbody tr:hover {
  background: #f9f9f9;
}

.comparison-table td {
  padding: 1.25rem 1rem;
  text-align: center;
  color: #555;
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #2c2c2c;
}

.comparison-table .highlight {
  background: rgba(139, 79, 20, 0.05);
  font-weight: 600;
}

/* FAQ Section */
.pricing-faq {
  padding: 5rem 2rem;
  background: #f9f9f9;
}

.pricing-faq h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #2c2c2c;
  margin-bottom: 3rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.faq-item h3 {
  font-size: 1.2rem;
  color: #8b4f14;
  margin-bottom: 1rem;
}

.faq-item p {
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* CTA Section */
.pricing-cta {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}

.pricing-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 40%, rgba(139, 79, 20, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(232, 154, 74, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.pricing-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

.cta-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.pricing-cta-inner h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.pricing-cta-inner > p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.btn-cta-primary {
  padding: 1.2rem 2.5rem;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(139, 79, 20, 0.4);
}

.btn-cta-secondary {
  padding: 1.2rem 2.5rem;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-cta-secondary:hover {
  background: #fff;
  color: #2c2c2c;
}

.cta-contact-info {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

.cta-contact-info svg {
  width: 20px;
  height: 20px;
  color: #e89a4a;
}

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

@media (max-width: 1200px) {
  .pricing-container {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  .price-card.featured {
    transform: scale(1);
  }

  .price-card.featured:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .pricing-hero {
    padding: 4rem 1.5rem 3rem;
  }

  .pricing-main-title {
    font-size: 2rem;
  }

  .pricing-hero-desc {
    font-size: 1rem;
  }

  .pricing-intro h2 {
    font-size: 1.8rem;
  }

  .pricing-intro p {
    font-size: 1rem;
  }

  .pricing-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .price-card {
    padding: 2rem 1.5rem;
  }

  .price-number {
    font-size: 2.5rem;
  }

  .pricing-comparison h2,
  .pricing-faq h2 {
    font-size: 1.8rem;
  }

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

  .pricing-cta-inner h2 {
    font-size: 1.8rem;
  }

  .pricing-cta-inner > p {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons a {
    width: 100%;
    max-width: 350px;
    text-align: center;
  }

  .cta-contact-info {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .pricing-hero {
    padding: 3rem 1rem 2rem;
  }

  .pricing-main-title {
    font-size: 1.6rem;
  }

  .pricing-intro,
  .pricing-grid,
  .pricing-comparison,
  .pricing-faq,
  .pricing-cta {
    padding: 3rem 1rem;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .price-number {
    font-size: 2rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 1rem 0.5rem;
    font-size: 0.9rem;
  }
}


/* =============================================
   STYLES POUR LA SECTION CONTACT PROFESSIONNELLE
   ============================================= */

.contact {
  padding: 6rem 2rem;
  background: #f9f9f9;
  position: relative;
}

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

/* ===== COLONNE GAUCHE : INFORMATIONS ===== */
.contact-info {
  position: sticky;
  top: 100px;
}

.contact-info-header {
  margin-bottom: 3rem;
}

.contact-badge {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.contact-info h2 {
  font-size: 2.5rem;
  color: #2c2c2c;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.contact-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 2rem;
}

/* Info Items */
.info-items {
  margin-bottom: 3rem;
}

.info-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.info-content h3 {
  font-size: 1.1rem;
  color: #2c2c2c;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.info-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}

.info-content a {
  color: #8b4f14;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-content a:hover {
  color: #e89a4a;
  text-decoration: underline;
}

.info-detail {
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
}

/* Contact Trust */
.contact-trust {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(139, 79, 20, 0.05) 0%, rgba(232, 154, 74, 0.05) 100%);
  border-radius: 12px;
  border-left: 4px solid #8b4f14;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #555;
  font-size: 0.95rem;
  font-weight: 500;
}

.trust-item svg {
  width: 20px;
  height: 20px;
  color: #8b4f14;
  flex-shrink: 0;
}

/* ===== COLONNE DROITE : FORMULAIRE ===== */
.contact-form-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f5f5f5;
}

.form-header h3 {
  font-size: 1.8rem;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.form-header p {
  font-size: 1rem;
  color: #666;
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.9rem 1rem;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fff;
  color: #2c2c2c;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #8b4f14;
  box-shadow: 0 0 0 3px rgba(139, 79, 20, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
  font-size: 0.95rem;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238b4f14'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5rem;
  padding-right: 3rem;
}

.form-helper {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.4rem;
  font-style: italic;
}

/* Checkbox Group */
.checkbox-group {
  margin-top: 0.5rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: normal;
}

.checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #8b4f14;
  flex-shrink: 0;
}

.checkbox-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

.privacy-link {
  color: #8b4f14;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #e89a4a;
}

/* Submit Button */
.btn-submit {
  padding: 1.2rem 2rem;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(139, 79, 20, 0.2);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 79, 20, 0.3);
}

.btn-submit:active {
  transform: translateY(0);
}

.btn-submit svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.btn-submit:hover svg {
  transform: translateX(5px);
}

.form-footer-text {
  font-size: 0.85rem;
  color: #888;
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f5f5f5;
}

/* Validation States */
.form-group input:invalid:not(:placeholder-shown),
.form-group select:invalid:not(:placeholder-shown),
.form-group textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
}

.form-group input:valid:not(:placeholder-shown),
.form-group select:valid,
.form-group textarea:valid:not(:placeholder-shown) {
  border-color: #28a745;
}

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

@media (max-width: 1024px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-info {
    position: relative;
    top: 0;
  }

  .contact-info h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 4rem 1.5rem;
  }

  .contact-form-wrapper {
    padding: 2rem 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-info h2 {
    font-size: 1.8rem;
  }

  .form-header h3 {
    font-size: 1.5rem;
  }

  .info-item {
    padding: 1.2rem;
  }

  .btn-submit {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .contact {
    padding: 3rem 1rem;
  }

  .contact-form-wrapper {
    padding: 1.5rem 1rem;
  }

  .contact-info h2 {
    font-size: 1.5rem;
  }

  .form-header h3 {
    font-size: 1.3rem;
  }

  .info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-trust {
    padding: 1rem;
  }

  .trust-item {
    font-size: 0.85rem;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-form-wrapper {
  animation: fadeInUp 0.6s ease-out;
}

.info-item {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.info-item:nth-child(1) { animation-delay: 0.1s; }
.info-item:nth-child(2) { animation-delay: 0.2s; }
.info-item:nth-child(3) { animation-delay: 0.3s; }
.info-item:nth-child(4) { animation-delay: 0.4s; }

/* ===== FOCUS VISIBLE (Accessibilité) ===== */
.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible,
.btn-submit:focus-visible {
  outline: 3px solid #8b4f14;
  outline-offset: 2px;
}
/* Navbar fixe en haut */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Ajoutez un padding au body pour compenser la navbar fixe */
body {
  padding-top: 80px; /* Ajustez selon la hauteur de votre navbar */
}
/* Section Clients - Défilement professionnel */
.clients {
  padding: 5rem 0;
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

.clients h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  color: #2c2c2c;
  padding: 0 2rem;
}

/* Wrapper pour le défilement */
.clients-row {
  display: flex;
  gap: 4rem;
  animation: scroll-smooth 40s linear infinite;
  width: max-content;
  padding: 2rem 0;
}

/* Animation fluide */
@keyframes scroll-smooth {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause au survol */
.clients-row:hover {
  animation-play-state: paused;
}

/* Style minimaliste des logos */
.client-item {
  flex-shrink: 0;
  width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  transition: all 0.4s ease;
  position: relative;
}

/* Effet hover subtil */
.client-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color 0.4s ease;
}

.client-item:hover::before {
  border-color: #8b4f14;
}

.client-item:hover {
  transform: translateY(-8px);
}

/* Images */
.client-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
}

.client-item:hover img {
  transform: scale(1.05);
}

/* Dégradé aux extrémités pour effet fondu */
.clients::before,
.clients::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}

.clients::before {
  left: 0;
  background: linear-gradient(to right, #f9f9f9 0%, transparent 100%);
}

.clients::after {
  right: 0;
  background: linear-gradient(to left, #f9f9f9 0%, transparent 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .clients h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  
  .client-item {
    width: 140px;
    height: 80px;
    padding: 1rem;
  }
  
  .clients-row {
    gap: 2.5rem;
  }
  
  @keyframes scroll-smooth {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-60%);
    }
  }
}


/* ===== SECTION TÉMOIGNAGES ===== */
.testimonials {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Effet de fond subtil */
.testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(139, 79, 20, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(232, 154, 74, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */
.testimonials-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.testimonials h2 {
  font-size: 2.8rem;
  color: #2c2c2c;
  margin-bottom: 1rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Wrapper du slider */
.ts-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 80px;
}

.ts-slider {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

/* Slides */
.ts-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

.ts-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

/* Icône de citation */
.ts-quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.ts-quote-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* Citation */
.ts-quote {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #2c2c2c;
  margin-bottom: 2.5rem;
  font-style: italic;
  position: relative;
}

/* Auteur */
.ts-author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 2px solid #f5f5f5;
}

.ts-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #8b4f14;
  flex-shrink: 0;
}

.ts-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ts-info {
  flex-grow: 1;
}

.ts-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 0.3rem;
}

.ts-role {
  font-size: 0.95rem;
  color: #8b4f14;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.ts-stars {
  color: #e89a4a;
  font-size: 1rem;
}

/* Flèches de navigation */
.ts-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #8b4f14;
  background: #fff;
  color: #8b4f14;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ts-arrow:hover {
  background: #8b4f14;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(139, 79, 20, 0.3);
}

.ts-arrow svg {
  width: 24px;
  height: 24px;
}

.ts-arrow.left {
  left: 0;
}

.ts-arrow.right {
  right: 0;
}

/* Points de pagination */
.ts-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #8b4f14;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.dot:hover {
  transform: scale(1.2);
}

.dot.active {
  background: #8b4f14;
  width: 40px;
  border-radius: 6px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .ts-wrapper {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 4rem 1.5rem;
  }

  .testimonials h2 {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .ts-wrapper {
    padding: 0 50px;
  }

  .ts-slide {
    padding: 2rem 1.5rem;
    min-height: auto;
  }

  .ts-slider {
    min-height: 450px;
  }

  .ts-quote {
    font-size: 1.05rem;
  }

  .ts-arrow {
    width: 40px;
    height: 40px;
  }

  .ts-arrow svg {
    width: 20px;
    height: 20px;
  }

  .ts-author {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .ts-avatar {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .ts-wrapper {
    padding: 0 40px;
  }

  .ts-slide {
    padding: 1.5rem 1rem;
  }

  .ts-quote {
    font-size: 1rem;
  }

  .ts-name {
    font-size: 1.1rem;
  }

  .ts-role {
    font-size: 0.9rem;
  }

  .ts-arrow {
    width: 35px;
    height: 35px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ts-slide.active {
  animation: fadeInUp 0.6s ease-out;
}
/* =============================================
   STYLES POUR LA PAGE PROJETS
   ============================================= */

/* Hero Section Projets */
.projects-hero {
  background: linear-gradient(135deg, rgba(139, 79, 20, 0.88) 0%, rgba(106, 60, 16, 0.88) 100%),
              url('../assets/images/hero-projects.jpg') center/cover no-repeat;
  min-height: 50vh;
  position: relative;
  background-attachment: fixed;
}

.projects-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(232, 154, 74, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(232, 154, 74, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.projects-hero .hero-description {
  max-width: 700px;
  margin: 1.5rem auto 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Introduction Section */
.projects-intro {
  padding: 4rem 2rem;
  background: #f9f9f9;
}

.intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #2c2c2c;
}

.intro-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
}

/* Liste des Projets */
.projects-list {
  padding: 5rem 2rem;
  background: #fff;
}

.projects-list .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Carte de Projet */
.project-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
  margin-bottom: 4rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #8b4f14;
  transition: all 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.project-card:last-child {
  margin-bottom: 0;
}

/* Numéro du projet */
.project-number {
  position: absolute;
  top: -20px;
  right: 3rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 5px 20px rgba(139, 79, 20, 0.3);
}

/* Header du projet */
.project-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f5f5f5;
}

.project-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(139, 79, 20, 0.1) 0%, rgba(232, 154, 74, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.project-icon svg {
  width: 35px;
  height: 35px;
  color: #8b4f14;
}

.project-title-block h3 {
  font-size: 1.8rem;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.project-client {
  font-size: 1.1rem;
  color: #8b4f14;
  font-weight: 600;
}

/* Tags */
.project-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.tag {
  padding: 0.5rem 1.2rem;
  background: #f9f9f9;
  color: #8b4f14;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid rgba(139, 79, 20, 0.2);
}

/* Sections du projet */
.project-challenge,
.project-solution,
.project-results {
  margin-bottom: 2.5rem;
}

.project-challenge h4,
.project-solution h4,
.project-results h4 {
  font-size: 1.3rem;
  color: #2c2c2c;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-challenge h4::before {
  content: '📋';
  font-size: 1.5rem;
}

.project-solution h4::before {
  content: '💡';
  font-size: 1.5rem;
}

.project-results h4::before {
  content: '✨';
  font-size: 1.5rem;
}

.project-challenge p,
.project-solution p {
  color: #555;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Liste des solutions */
.project-solution ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-solution li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.7;
}

.project-solution li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #8b4f14;
  font-weight: 700;
  font-size: 1.2rem;
}

/* Résultats */
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.result-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  border-left: 3px solid #8b4f14;
}

.result-icon {
  width: 30px;
  height: 30px;
  background: #8b4f14;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.result-item p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Témoignage */
.project-testimonial {
  margin-top: 3rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, #f9f9f9 0%, #f5f5f5 100%);
  border-left: 5px solid #8b4f14;
  border-radius: 8px;
  position: relative;
}

.quote-icon {
  position: absolute;
  top: -10px;
  left: 2rem;
  font-size: 4rem;
  color: #e89a4a;
  opacity: 0.3;
  font-family: Georgia, serif;
}

.project-testimonial p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #2c2c2c;
  font-style: italic;
  margin: 0 0 1rem 0;
  position: relative;
  z-index: 1;
}

.project-testimonial footer {
  font-size: 1rem;
  color: #8b4f14;
  font-weight: 600;
  font-style: normal;
}

/* Section Statistiques */
.projects-stats {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #8b4f14 0%, #6a3c10 100%);
  color: #fff;
  text-align: center;
}

.projects-stats h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.stat-item {
  padding: 2rem;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Section CTA */
.projects-cta {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  text-align: center;
}

.projects-cta .cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.projects-cta h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.projects-cta p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 1.2rem 2.5rem;
  background: linear-gradient(135deg, #8b4f14 0%, #e89a4a 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(139, 79, 20, 0.4);
}

.btn-secondary {
  padding: 1.2rem 2.5rem;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-secondary:hover {
  background: #fff;
  color: #2c2c2c;
}

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

@media (max-width: 1024px) {
  .project-card {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 768px) {
  .projects-hero {
    min-height: 40vh;
    background-attachment: scroll;
  }

  .projects-hero .hero-description {
    font-size: 1rem;
  }

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

  .intro-content p {
    font-size: 1rem;
  }

  .project-card {
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }

  .project-number {
    top: -15px;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .project-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .project-icon {
    width: 60px;
    height: 60px;
  }

  .project-icon svg {
    width: 30px;
    height: 30px;
  }

  .project-title-block h3 {
    font-size: 1.5rem;
  }

  .project-client {
    font-size: 1rem;
  }

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

  .project-testimonial {
    padding: 2rem 1.5rem;
  }

  .project-testimonial p {
    font-size: 1.05rem;
  }

  .projects-stats h2 {
    font-size: 2rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 1rem;
  }

  .projects-cta h2 {
    font-size: 1.8rem;
  }

  .projects-cta p {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .projects-intro,
  .projects-list,
  .projects-stats,
  .projects-cta {
    padding: 3rem 1rem;
  }

  .project-card {
    padding: 1.5rem 1rem;
  }

  .project-title-block h3 {
    font-size: 1.3rem;
  }

  .project-challenge h4,
  .project-solution h4,
  .project-results h4 {
    font-size: 1.1rem;
  }

  .tag {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-card {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.project-card:nth-child(1) { animation-delay: 0.1s; }
.project-card:nth-child(2) { animation-delay: 0.2s; }
.project-card:nth-child(3) { animation-delay: 0.3s; }

