/* ========================================
   EXPERTISE PRODUCT - STYLES GÉNÉRAUX
   ======================================== */

/* Section Hero */
.hero-section {
  background: linear-gradient(169deg, #E8F5E1 -1.09%, #EFE3D2 47.74%, #DDE9F5 100.12%);
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 42px 0;
}

.hero-image-container {
  width: 100%;
  height: 580px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  background: url(/assets/bg-hero-2.svg) center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-text-overlay {
  text-align: center;
  color: white;
  max-width: 820px;
  padding: 0 20px;
  z-index: 2;
}

.hero-decoration {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.white-deco-img {
  width: 120px;
  height: auto;
  opacity: 0.9;
}

.hero-badge {
  margin-bottom: 16px;
}

.hero-badge span {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.20);
  padding: 7px 28px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  line-height: 20px;
}

.hero-text-overlay h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
  margin: 0 0 18px 0;
  color: white;
}

.hero-text-overlay p {
  font-size: 20px;
  line-height: 37px;
  color: #FFF;
  margin: 0 0 44px 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button {
  display: flex;
  justify-content: center;
}

.btn-primary {
  background: #F90;
  border: none;
  border-radius: 30px;
  padding: 13px 58px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #E68500;
  transform: translateY(-2px);
}

/* Bloc Caractéristiques */
.characteristics-block {
  text-align: center;
  max-width: 1200px;
  margin: 80px auto 0 auto;
  padding: 0 20px;
}

.characteristics-title {
  font-size: 48px;
  font-weight: 700;
  color: #223245;
  margin: 0 0 75px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.characteristics-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.characteristic-card {
  border-radius: 25px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 38px 47px;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.characteristic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #F90;
}

/* --------------------
   Responsive (mobile)
   -------------------- */
@media (max-width: 768px) {
  .hero-image-container {
    height: auto;
  }
  .hero-text-overlay h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .hero-text-overlay p {
    font-size: 16px;
    line-height: 26px;
  }
  .characteristics-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .journey-content {
    flex-direction: column;
    gap: 20px;
  }
  .journey-title {
    font-size: 28px;
    line-height: 38px;
  }
  .realisations-tabs {
    flex-wrap: wrap;
    gap: 10px;
  }
  .realisations-content {
    flex-direction: column;
  }
  .realisations-panel {
    padding: 0;
  }
  .feature-card,
  .stat-card {
    width: 100%;
  }
  .content-stats {
    gap: 12px;
  }
  .content-header {
    gap: 12px;
  }
  .content-logo-img {
    max-width: 180px;
    height: auto;
  }
}

.characteristic-icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.characteristic-card:hover .characteristic-icon {
  transform: scale(1.1);
}

.characteristic-title {
  font-size: 20px;
  font-weight: 700;
  color: #1D252B;
  margin: 0 0 20px 0;
  line-height: 32px;
}

.characteristic-description {
  font-size: 12px;
  line-height: 24px;
  color: #223245;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

/* Section Parcours */
.journey-section {
  background: linear-gradient(169deg, #E8F5E1 -1.09%, #EFE3D2 47.74%, #DDE9F5 100.12%);
  padding: 87px 0;
  margin: 0;
  position: relative;
}

.journey-content {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}

/* Partie gauche */
.journey-left {
  flex: 1;
  padding-right: 30px;
}

.journey-title {
  font-size: 36px;
  font-weight: 700;
  color: #223245;
  margin: 0 0 50px 0;
  line-height: 55px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.journey-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.journey-paragraph {
  font-size: 14px;
  line-height: 26px;
  color: #223245;
  margin: 0;
  font-weight: 500;
}

/* Ligne verticale */
.journey-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  flex-shrink: 0;
}

/* Partie droite */
.journey-right {
  flex: 1;
  padding-left: 30px;
}

.journey-cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.journey-card {
  background: #FFF;
  border-radius: 25px;
  padding: 30px 37px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  width: 100%;
}

.journey-card:hover {
  transform: translateY(-5px);
}

.journey-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #F90;
  margin: 0;
  line-height: 24px;
}

.journey-card-description {
  font-size: 14px;
  line-height: 24px;
  color: #223245;
  margin: 0;
  font-weight: 500;
}

/* Section Réalisations */
.realisations-section {
  background: url(/assets/bg-realisations.svg) top/contain no-repeat;
  padding: 56px 0;
  margin: 0;
  position: relative;
}

.realisations-header {
  text-align: center;
  margin-bottom: 68px;
}

.realisations-title {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
  margin: 0 0 20px 0;
  line-height: 50px;
}

.realisations-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #FFF;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.realisations-content {
  display: flex;
  margin: 0 auto;
  min-height: 640px;
  align-items: stretch;
}

/* Partie gauche - Onglets */
.realisations-tabs {
  flex: 0 0 320px;
  max-width: 320px;
  min-width: 320px;
  min-height: 640px;
  background: linear-gradient(169deg, #E8F5E1 -1.09%, #EFE3D2 47.74%, #DDE9F5 100.12%);
  border-radius: 25px 0 0 25px;
  padding: 93px 0 23px 0;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.05));
}

.realisation-tab {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 65px;
  padding: 0 41px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border-bottom: 1px solid #FFF;
}

.realisation-tab:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(5px);
}

.realisation-tab.active {
  background: rgba(255, 153, 0, 0.10);
  border-right: 2px solid #F90;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tab-icon-img {
  transition: all 0.3s ease;
}

.realisation-tab:hover .tab-icon-img,
.realisation-tab.active .tab-icon-img {
  transform: scale(1.1);
}

.tab-label {
  font-size: 16px;
  font-weight: 600;
  color: #6E7F93;
  transition: all 0.3s ease;
}

.realisation-tab.active .tab-label {
  color: #F90;
}

/* Partie droite - Contenu */
.realisations-panel {
  flex: 2.3;
  background: white;
  border-radius: 0 25px 25px 0;
  padding: 55px 58px;
  position: relative;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.05));
  display: flex;
  flex-direction: column;
}

.realisation-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.realisation-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Header du contenu */
.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.content-logo {
  display: flex;
  align-items: center;
}

.content-badge {
  border-radius: 10px;
  border: 1px solid rgba(255, 153, 0, 0.40);
  background: rgba(255, 153, 0, 0.10);
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 600;
}

.content-badge span {
  color: #223245;
}

/* Texte du contenu */
.content-text {
  margin-bottom: 60px;
}

.content-text p {
  font-size: 14px;
  line-height: 26px;
  color: #223245;
  margin: 0;
  font-weight: 500;
}

/* Features cards */
.content-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-bottom: 25px;
  flex: 0 0 auto;
}

.feature-card {
  border-radius: 20px;
  background: #FFF;
  border: 2px solid #E8F5E1;
  padding: 27px 30px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
}

.feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #223245;
  margin: 0;
  line-height: 24px;
}

.feature-description {
  font-size: 14px;
  line-height: 24px;
  color: #223245;
  margin: 0;
  font-weight: 500;
}

/* Stats cards */
.content-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  margin-bottom: 48px;
  flex: 0 0 auto;
}

.stat-card {
  border-radius: 20px;
  border: 2px solid #E8F5E1;
  background: linear-gradient(180deg, #EAF4FD 0%, #F7FFF3 40%, #FFF 100%);
  padding: 48px 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
}

.stat-value {
  background: linear-gradient(169deg, #E8F5E1 -1.09%, #EFE3D2 47.74%, #DDE9F5 100.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #223245;
  line-height: 24px;
}

.stat-label {
  font-size: 14px;
  font-weight: 700;
  color: #223245;
  line-height: 24px;
}

/* Bouton action */
.content-action {
  text-align: center;
  margin-top: auto;
}

.btn-product {
  background: transparent;
  border: 1px solid #F90;
  border-radius: 10px;
  padding: 10px 35px;
  color: #F90;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-product:hover {
  background: #F90;
  color: white;
  transform: translateY(-2px);
}

/* ========================================
   ANIMATIONS
   ======================================== */

/* Animation simple pour le titre principal */
.hero-text-overlay h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-text-overlay h1.title-animated {
  opacity: 1;
  transform: translateY(0);
}

/* Animations au scroll */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Animation des éléments enfants */
.hero-image-container,
.hero-text-overlay,
.hero-decoration,
.hero-badge,
.hero-button,
.characteristics-block,
.characteristics-content,
.journey-section,
.journey-content,
.realisations-section,
.realisations-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-image-container.animate-in,
.hero-text-overlay.animate-in,
.hero-decoration.animate-in,
.hero-badge.animate-in,
.hero-button.animate-in,
.characteristics-block.animate-in,
.characteristics-content.animate-in,
.journey-section.animate-in,
.journey-content.animate-in,
.realisations-section.animate-in,
.realisations-content.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Animation des images et icônes */
.hero-image,
.white-deco-img {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .hero-image,
.animate-in .white-deco-img {
  opacity: 1;
  transform: scale(1);
}

/* Animation des textes */
.hero-text-overlay h1,
.hero-text-overlay p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .hero-text-overlay h1,
.animate-in .hero-text-overlay p {
  opacity: 1;
  transform: translateY(0);
}

/* Animation des décorations */
.hero-decoration {
  opacity: 0;
  transform: rotate(-10deg) scale(0.8);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .hero-decoration {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* Animation du badge */
.hero-badge {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .hero-badge {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Animation du bouton */
.btn-primary {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .btn-primary {
  opacity: 1;
  transform: translateY(0);
}

/* Animation pour le bloc caractéristiques */
.characteristics-block {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.characteristics-block.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.characteristics-title,
.characteristics-cards {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .characteristics-title,
.animate-in .characteristics-cards {
  opacity: 1;
  transform: translateY(0);
}

.characteristic-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .characteristic-card {
  opacity: 1;
  transform: translateY(0);
}

/* Animation pour la section parcours */
.journey-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.journey-section.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.journey-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .journey-content {
  opacity: 1;
  transform: translateY(0);
}

.journey-left,
.journey-divider,
.journey-right {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .journey-left,
.animate-in .journey-divider,
.animate-in .journey-right {
  opacity: 1;
  transform: translateY(0);
}

.journey-title,
.journey-text,
.journey-cards {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .journey-title,
.animate-in .journey-text,
.animate-in .journey-cards {
  opacity: 1;
  transform: translateY(0);
}

.journey-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .journey-card {
  opacity: 1;
  transform: translateY(0);
}

/* Animation pour la section réalisations */
.realisations-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.realisations-section.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.realisations-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .realisations-content {
  opacity: 1;
  transform: translateY(0);
}

.realisations-tabs,
.realisations-panel {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .realisations-tabs,
.animate-in .realisations-panel {
  opacity: 1;
  transform: translateY(0);
}

.realisation-tab {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .realisation-tab {
  opacity: 1;
  transform: translateX(0);
}

/* Animation pour la section contact */
.contact-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-section.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.contact-block-realisations {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .contact-block-realisations {
  opacity: 1;
  transform: translateY(0);
}

.contact-title,
.contact-description,
.contact-action {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in .contact-title,
.animate-in .contact-description,
.animate-in .contact-action {
  opacity: 1;
  transform: translateY(0);
}

/* Section Contact */
.contact-section {
  background: #FFF;
  padding: 30px 0 59px 0;
  margin: 0;
  position: relative;
}

.contact-block-realisations {
  background: linear-gradient(169deg, #E8F5E1 -1.09%, #EFE3D2 47.74%, #DDE9F5 100.12%);
  border-radius: 25px;
  padding: 44px 40px;
  text-align: center;
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #172735;
  margin: 0 0 15px 0;
  line-height: 50px;
  max-width: 650px;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.contact-description {
  font-size: 14px;
  line-height: 30px;
  color: #445972;
  margin: 0 0 38px 0;
  font-weight: 500;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-action {
  display: flex;
  justify-content: center;
}

.btn-contact {
  background: #F90;
  border: none;
  border-radius: 30px;
  padding: 11px 61px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #E68500;
  transform: translateY(-2px);
}

/* ========================================
   RESPONSIVE DESIGN - MEDIA QUERIES
   ======================================== */

/* ========================================
   TABLET - 1024px
   ======================================== */
@media (max-width: 1024px) {
  .hero-text-overlay h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  
  .hero-text-overlay p {
    font-size: 16px;
  }
  
  .characteristics-block {
    margin-top: 60px;
  }
  
  .characteristics-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  .characteristics-cards {
    gap: 30px;
  }
  
  .characteristic-card {
    padding: 35px 25px;
  }
  
  .characteristic-title {
    font-size: 18px;
  }
  
  .characteristic-description {
    font-size: 15px;
  }
  
  /* Section Parcours */
  .journey-section {
    padding: 60px 0;
  }
  
  .journey-content {
    gap: 40px;
    padding: 0 15px;
  }
  
  .journey-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  
  .journey-paragraph {
    font-size: 15px;
    line-height: 1.5;
  }
  
  .journey-left {
    padding-right: 20px;
  }
  
  .journey-right {
    padding-left: 20px;
  }
  
  .journey-cards {
    gap: 20px;
  }
  
  .journey-card {
    padding: 25px 20px;
  }
  
  .journey-card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .journey-card-description {
    font-size: 13px;
    line-height: 1.4;
  }
  
  /* Section Réalisations */
  .realisations-section {
    padding: 60px 0;
  }
  
  .realisations-title {
    font-size: 28px;
    line-height: 1.3;
  }
  
  .realisations-description {
    font-size: 15px;
    line-height: 1.5;
  }
  
  .realisations-content {
    gap: 30px;
    padding: 0 15px;
    min-height: 520px;
  }
  
  .realisations-tabs {
    flex: 0 0 260px;
    max-width: 260px;
    min-width: 260px;
    min-height: 520px;
    padding: 25px;
  }
  
  .realisation-tab {
    padding: 12px 15px;
    gap: 12px;
  }
  
  .tab-icon {
    width: 35px;
    height: 35px;
  }
  
  .tab-icon-img {
    width: 25px;
    height: 25px;
  }
  
  .tab-label {
    font-size: 13px;
  }
  
  .realisations-panel {
    padding: 30px;
  }
  
  .content-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .content-stats {
    gap: 15px;
  }
  
  .stat-card {
    padding: 20px;
  }
  
  .stat-value {
    font-size: 20px;
  }
  
  .stat-label {
    font-size: 11px;
  }
  
  /* Section Contact */
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-block-realisations {
    padding: 50px 30px;
  }
  
  .contact-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .contact-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  
  .btn-contact {
    padding: 12px 35px;
    font-size: 15px;
  }
}

/* ========================================
   TABLET - 768px
   ======================================== */
@media (max-width: 768px) {
  /* Hero Section */
  .hero-section {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .hero-image-container {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-image {
    padding: 20px;
    min-height: 100%;
    transform: none !important;
    border-radius: 0;
  }

  .hero-text-overlay {
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
  }

  .hero-text-overlay h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    word-wrap: break-word;
  }
  
  .hero-decoration {
    margin-bottom: 0;
  }
  
  .white-deco-img {
    width: 60px;
  }
  
  .hero-badge {
    margin-bottom: 0;
  }
  
  .hero-badge span {
    font-size: 12px;
    padding: 8px 20px;
  }
  
  .hero-text-overlay p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  .btn-primary {
    padding: 15px 40px;
    font-size: 16px;
    width: auto;
    min-width: 200px;
  }
  
  /* Characteristics Block */
  .characteristics-block {
    margin-top: 50px;
    padding: 0 15px;
  }
  
  .characteristics-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  
  .characteristics-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .characteristic-card {
    padding: 30px 20px;
  }
  
  .characteristic-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  
  .characteristic-icon-img {
    width: 35px;
    height: 35px;
  }
  
  .characteristic-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .characteristic-description {
    font-size: 15px;
    line-height: 1.5;
  }
  
  /* Section Parcours */
  .journey-section {
    padding: 50px 0;
  }
  
  .journey-content {
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }
  
  .journey-left {
    padding-right: 0;
    text-align: center;
  }
  
  .journey-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  
  .journey-text {
    gap: 20px;
  }
  
  .journey-paragraph {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .journey-divider {
    display: none;
  }
  
  .journey-right {
    padding-left: 0;
  }
  
  .journey-cards {
    gap: 20px;
  }
  
  .journey-card {
    padding: 25px 20px;
  }
  
  .journey-card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .journey-card-description {
    font-size: 13px;
    line-height: 1.4;
  }
  
  /* Section Réalisations */
  .realisations-section {
    padding: 50px 0;
  }
  
  .realisations-content {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
    min-height: auto;
  }
  
  .realisations-tabs {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    min-height: auto;
    flex-direction: row;
    overflow-x: auto;
    padding: 20px;
    gap: 10px;
  }
  
  .realisation-tab {
    flex-shrink: 0;
    min-width: 120px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  
  .tab-icon {
    width: 30px;
    height: 30px;
  }
  
  .tab-icon-img {
    width: 20px;
    height: 20px;
  }
  
  .tab-label {
    font-size: 12px;
  }
  
  .realisations-panel {
    padding: 25px;
  }
  
  .content-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .content-logo-img {
    width: 50px;
    height: 50px;
  }
  
  .content-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .feature-card {
    padding: 15px;
  }
  
  .feature-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .feature-description {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .content-stats {
    gap: 15px;
  }
  
  .stat-card {
    padding: 20px 15px;
    flex-direction: column;
    gap: 10px;
  }
  
  .stat-value {
    font-size: 18px;
  }
  
  .stat-label {
    font-size: 10px;
  }
}

/* ========================================
   MOBILE - 480px
   ======================================== */
@media (max-width: 480px) {
  /* Hero Section */
  .hero-section {
    padding: 0;
    overflow: hidden;
    min-height: 100vh;
  }

  .hero-image-container {
    height: 100vh;
    min-height: 100vh;
  }

  .hero-image {
    padding: 15px;
    min-height: 100%;
    transform: none !important;
    border-radius: 0;
  }

  .hero-text-overlay {
    padding: 0 15px;
    gap: 15px;
  }

  .hero-text-overlay h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
    word-wrap: break-word;
  }
  
  .hero-decoration {
    margin-bottom: 0;
  }
  
  .white-deco-img {
    width: 50px;
  }
  
  .hero-badge {
    margin-bottom: 0;
  }
  
  .hero-badge span {
    font-size: 11px;
    padding: 6px 16px;
  }
  
  .hero-text-overlay p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  
  .btn-primary {
    padding: 12px 30px;
    font-size: 14px;
    min-width: 180px;
  }
  
  /* Characteristics Block */
  .characteristics-block {
    margin-top: 40px;
    padding: 0 10px;
  }
  
  .characteristics-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .characteristics-cards {
    gap: 20px;
  }
  
  .characteristic-card {
    padding: 25px 15px;
  }
  
  .characteristic-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .characteristic-icon-img {
    width: 30px;
    height: 30px;
  }
  
  .characteristic-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .characteristic-description {
    font-size: 14px;
    line-height: 1.4;
  }
  
  /* Section Parcours */
  .journey-section {
    padding: 40px 0;
  }
  
  .journey-content {
    gap: 30px;
    padding: 0 10px;
  }
  
  .journey-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .journey-text {
    gap: 15px;
  }
  
  .journey-paragraph {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .journey-cards {
    gap: 15px;
  }
  
  .journey-card {
    padding: 20px 15px;
  }
  
  .journey-card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .journey-card-description {
    font-size: 12px;
    line-height: 1.3;
  }
  
  /* Section Réalisations */
  .realisations-section {
    padding: 40px 0;
  }
  
  .realisations-content {
    gap: 25px;
    padding: 0 10px;
  }
  
  .realisations-tabs {
    padding: 15px;
    gap: 8px;
  }
  
  .realisation-tab {
    min-width: 100px;
    padding: 10px;
    gap: 6px;
  }
  
  .tab-icon {
    width: 25px;
    height: 25px;
  }
  
  .tab-icon-img {
    width: 18px;
    height: 18px;
  }
  
  .tab-label {
    font-size: 11px;
  }
  
  .realisations-panel {
    padding: 20px;
  }
  
  .content-header {
    gap: 12px;
  }
  
  .content-logo-img {
    width: 40px;
    height: 40px;
  }
  
  .content-badge {
    padding: 6px 12px;
    font-size: 11px;
  }
  
  .content-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .content-features {
    gap: 12px;
  }
  
  .feature-card {
    padding: 12px;
  }
  
  .feature-title {
    font-size: 12px;
    margin-bottom: 6px;
  }
  
  .feature-description {
    font-size: 10px;
    line-height: 1.2;
  }
  
  .content-stats {
    gap: 12px;
  }
  
  .stat-card {
    padding: 15px 12px;
    gap: 8px;
  }
  
  .stat-value {
    font-size: 16px;
  }
  
  .stat-label {
    font-size: 9px;
  }
  
  .btn-product {
    padding: 10px 25px;
    font-size: 13px;
  }
  
  /* Section Contact */
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-block-realisations {
    padding: 40px 25px;
  }
  
  .contact-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .contact-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  
  .btn-contact {
    padding: 10px 25px;
    font-size: 13px;
  }
}

/* ========================================
   TRÈS PETITS ÉCRANS - 320px
   ======================================== */
@media (max-width: 320px) {
  .hero-text-overlay h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  
  .hero-text-overlay p {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .hero-badge span {
    font-size: 10px;
    padding: 5px 12px;
  }
  
  .btn-primary {
    padding: 10px 25px;
    font-size: 13px;
    min-width: 160px;
  }
  
  /* Characteristics Block */
  .characteristics-block {
    margin-top: 30px;
  }
  
  .characteristics-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  .characteristic-card {
    padding: 20px 12px;
  }
  
  .characteristic-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  
  .characteristic-icon-img {
    width: 25px;
    height: 25px;
  }
  
  .characteristic-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .characteristic-description {
    font-size: 12px;
    line-height: 1.3;
  }
  
  /* Section Parcours */
  .journey-section {
    padding: 30px 0;
  }
  
  .journey-content {
    gap: 25px;
  }
  
  .journey-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .journey-text {
    gap: 12px;
  }
  
  .journey-paragraph {
    font-size: 12px;
    line-height: 1.3;
  }
  
  .journey-card {
    padding: 15px 12px;
  }
  
  .journey-card-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .journey-card-description {
    font-size: 11px;
    line-height: 1.2;
  }
  
  /* Section Réalisations */
  .realisations-section {
    padding: 30px 0;
  }
  
  .realisations-content {
    gap: 20px;
  }
  
  .realisations-tabs {
    padding: 12px;
    gap: 6px;
  }
  
  .realisation-tab {
    min-width: 80px;
    padding: 8px;
    gap: 4px;
  }
  
  .tab-icon {
    width: 20px;
    height: 20px;
  }
  
  .tab-icon-img {
    width: 15px;
    height: 15px;
  }
  
  .tab-label {
    font-size: 10px;
  }
  
  .realisations-panel {
    padding: 15px;
  }
  
  .content-logo-img {
    width: 35px;
    height: 35px;
  }
  
  .content-badge {
    padding: 5px 10px;
    font-size: 10px;
  }
  
  .content-text p {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .feature-card {
    padding: 10px;
  }
  
  .feature-title {
    font-size: 11px;
    margin-bottom: 5px;
  }
  
  .feature-description {
    font-size: 9px;
    line-height: 1.1;
  }
  
  .stat-card {
    padding: 12px 10px;
    gap: 6px;
  }
  
  .stat-value {
    font-size: 14px;
  }
  
  .stat-label {
    font-size: 8px;
  }
  
  .btn-product {
    padding: 8px 20px;
    font-size: 12px;
  }
  
  /* Section Contact */
  .contact-section {
    padding: 30px 0;
  }
  
  .contact-block-realisations {
    padding: 30px 20px;
  }
  
  .contact-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .contact-description {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  
  .btn-contact {
    padding: 8px 20px;
    font-size: 12px;
  }
}
