  .timeline-wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #BBD07840;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline-wrapper h1 {
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }

.timeline-wrapper h2{
	text-align: center;
}

  .cards-container {
    flex: 1;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 30px 15px;
    cursor: pointer;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
  }

  .cards-container::-webkit-scrollbar {
    display: none;
  }

  .cards-container:active {
    cursor: grabbing;
  }

  .carde {
    flex: 0 0 auto;
    width: 380px;
    background-color: #e6ab1620;
    border: solid 1px;
    border-color: #e6ab16;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    scroll-snap-align: center;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
  }



  .carde h2 {
    margin: 0 0 8px 0;
    font-size: 50px;
    color: #1d1d1d;
  }

  .carde p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #1d1d1d;
  }

  .carde.active {
    transform: scale(1.02);
    opacity: 1;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    align-items: baseline !important;
  }

  .carde.inactive {
    opacity: 0.6;
  }

  .timeline-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 15px 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    min-height: 60px;
  }

  .timeline-dot {
    display: none;
    background-color: #e6ab16;
    opacity: 0.5;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s;
  }

  .timeline-dot:hover {
    opacity: 1 !important;
  }

  .timeline-dot.active.visible {
    background-color: #e6ab16;
    opacity: 1 !important;
  }

  .timeline-dot.visible {
    opacity: 0.6;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .timeline-dot .circle {
    display: none;
    width: 10px;
    height: 10px;
    background-color: #6f6e6e00;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .timeline-dot.active .circle {
    width: 16px;
    height: 16px;
    background-color: #0b3d3d;
    transform: scale(1.2);
    box-shadow: 0 0 6px #E6AC16;
  }

  .timeline-dot span {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    transition: font-weight 0.3s, color 0.3s;
  }

  .timeline-dot.active span {
    font-weight: bold;
    color: white;
  }

  .timeline-dot:hover {
    transform: scale(1.1) translateY(0);
  }

  /* Responsive mobile */
  @media screen and (max-width: 768px) {
    .card {
      width: 130px;
      height: 100px;
      padding: 12px;
    }

    .card h2 {
      font-size: 16px;
    }

    .card p {
      font-size: 11px;
    }

    .timeline-dot span {
      font-size: 11px;
    }

    .timeline-bar {
      gap: 20px;
    }
  }

  .chiffre-card {
    display: flex;
    flex-direction: column;
    padding: 2.2rem;
    border-radius: .5rem;
    justify-content: space-around;
    overflow: hidden;
    background-color: white;
  }

  .title {
    scroll-snap-align: top;
    background-color: transparent !important;
  }

  .title h2 {
    font-weight: bold;
    font-size: 4.5rem;
    margin: 0;
    padding: 0;
  }

  .chiffre {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .number h3 {
    font-size: 12.5rem;
    margin: 0;
  }

  .haut-card {
    display: flex;
    flex-direction: row;
  }

  .groupe {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .groupe h2 {
    margin-bottom: 32px;
  }

  .card-groupe {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 20px;
    width: 30vw;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .logo-groupe img {
    max-width: 100px;
    height: auto;
  }

  .desciption h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }

  .desciption p {
    margin: 0;
    line-height: 1.4;
  }

  .ligne-groupe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    padding: 16px;
  }

.groupe .ligne-groupe{
	max-width: 1200px;
}

  .chiffre {
    margin-top: 150px;
    margin-bottom: 150px;
  }


  .double-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
	  align-items: center;
	  margin-top: 100px;
  }

  .double-section p {
    font-size: 1.6em;
  }

  .col-gauche {
    width: 100%;
    height: 70vh;
	background-image: url('https://alphaci.fr/wp-content/uploads/2025/06/Alpha_Enseigne_Lettres-decoupees.jpg');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  }


  .col-droite {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
	  max-width: 1200px;
  }


  .rejoindre {
    gap: 50px;
    flex-direction: column;
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
  }

  .rejoindre h3 {
    font-size: 2vw;
  }

  .rejoindre .learn-more {
    margin-top: 32px;
  }



  #cinquante {
    width: 50vw !important;
    background-color: #E7ECCE;
  }

  #trente {
    width: 40vw !important;
    background-color: #BBD078;
  }

  #soixente-dix {
    width: 60vw !important;
    background-color: #CEDC9D;
  }

  #green {
    width: 50vw !important;
    background-color: #BBD078 !important;
  }



  .slogan2 .hero {
    height: 70vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 3rem;
    text-align: center;
	width: 100% !important;
  }



/*MOBILE*/
@media screen and (max-width: 768px) {
	#cinquante{
		width: 100% !important;
	}
	
	#trente{
		width: 100% !important;
	}
	
	#soixente-dix{
		width: 100% !important;
	}
	
	#green{
		width: 100% !important;
	}
	
	.number h3 {
  font-size: 6.5rem;
	}

  .double-section {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  .col-gauche,
  .col-droite {
    width: 100%;
    padding: 0;
  }

  .col-droite {
    padding: 1rem;
    text-align: center;
  }

  .col-gauche {
    height: auto;
    background: #333;
  }

  .slogan2 .hero {
    font-size: 1.5rem;
    height: auto;
    padding: 2rem 1rem;
  }

  .timeline-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .timeline-wrapper h1 {
    font-size: 6vw;
    margin-bottom: 50px;
  }

  .cards-container {
    gap: 12px;
    padding: 1rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }

  .carde {
    width: 80vw;
    min-width: 280px;
    max-width: 85vw;
    padding: 1rem;
  }

  .carde h2 {
    font-size: 22px;
  }

  .carde p {
    font-size: 14px;
  }

  .timeline-bar {
    gap: 15px;
    padding: 10px 0;
  }

  .chiffre {
    flex-direction: column;
    padding: 1rem;
    margin: 100px 0;
  }

  .chiffre-card {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .title h2 {
    font-size: 2rem;
    text-align: center;
  }

  .ligne-groupe {
    flex-direction: column;
    gap: 1rem;
  }

  .card-groupe {
    width: 100%;
    padding: 1rem;
  }

  .rejoindre {
    margin: 4rem 0;
    padding: 0 1rem;
  }

  .rejoindre h3 {
    font-size: 1.5rem;
  }

  .rejoindre .learn-more {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

.unity {
    font-size: 32px;
    justify-content: end;
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
}