/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
/* Mettre en exergue le plan Premium */

.img-header{
 height: 80px;

}
.section-alternance {
  background-color: #061b36;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-alternance .bloc {
  display: none;
  transition: opacity 1s ease;
}

.section-alternance .bloc.active {
  display: block;
}

.section-alternance h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.section-alternance p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}



.welcome-title {
 display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #ff3d3d; /* rouge impactant */
  border: none;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(255, 61, 61, 0.6);
  text-decoration: none;
  position: relative;
  animation: pulse 1.5s infinite;
  transition: background-color 0.3s, transform 0.3s;
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #333f95, 0 0 10px #333f95;
  }
  to {
    text-shadow: 0 0 20px #005eff, 0 0 30px #005eff;
  }
}


.btn-live {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color:#ed955e;; /* rouge impactant */
  border: none;
  border-radius: 90px;
  box-shadow: 0 0 20px rgba(255, 188, 188, 0.6);
  text-decoration: none;
 text-align: center;
  animation: pulse 1.5s infinite;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-temoignage {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color:#5129d4;; /* rouge impactant */
  border: none;
  border-radius: 90px;
  box-shadow: 0 0 20px rgba(210, 9, 9, 0.6);
  text-decoration: none;
 text-align: center;
  animation: pulse 1.5s infinite;
  transition: background-color 0.3s, transform 0.3s;
}


.btn-live:hover {
  background-color :#f3c8ac;
 
   animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 61, 61, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(205, 17, 17, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(132, 6, 6, 0);
  }
}




.swiper-slide img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.05);
}
.galerie-container {
 background-image: url('../images/rm209-ning-19-l.jpg'); /* Fond bleu */
  background-size: cover;
  background-position: center;
  padding: 40px 30px;
  border-radius: 15px;
 
  position: relative;
}

.galerie-container h2,
.galerie-container .section-title::after {
  color: black;
}

.btn.voir-plus-btn {
  background-color: #1a267f; /* un bleu plus foncé */
  border: none;
  color: white;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn.voir-plus-btn:hover {
  background-color: #4a59d1;
  color: #fff;
}

/* Si besoin, ajuster les flèches du swiper pour mieux ressortir */
.swiper-button-prev,
.swiper-button-next {
  color: white;
}


.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #333f95, #5f6bf7, #333f95);
  border-radius: 5px;
  animation: shimmer 2s infinite linear;
}


.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #333f95, #5f6bf7, #333f95);
  border-radius: 5px;
  animation: shimmer 2s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: -100px;
  }
  100% {
    background-position: 200px;
  }
}

  .programme-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #f8f9fa;
  border-radius: 15px;
}

.programme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-color: #333f95;
  color: white;
}

.programme-card:hover .icon-style {
  color: white;
}

.icon-style {
  color: #333f95;
  transition: color 0.3s ease;
}


    .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



.navbar-custom .nav-link.active {
  color:orange;  /* couleur du lien actif */
  font-weight: bold;
}

    .navbar-custom {
      background-color:#101f35;
      padding: 0.5rem 1rem;
     
    }

    .navbar-custom .nav-link,
    .navbar-custom .navbar-text {
      color: black;
    }

   .navbar-custom .nav-link {
  position: relative;
  color: black; /* couleur par défaut */
  transition: color 0.3s ease;
}

.navbar-custom .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: orange;
  transition: width 0.3s ease;
}

.navbar-custom .nav-link:hover {
  color: orange;
}

.navbar-custom .nav-link:hover::after {
  width: 100%;
}
.navbar-custom {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

    .navbar-brand img {
      height: 80px;
    }

    .navbar-text {
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1.2;
      margin-left: 10px;
      color: white;
      white-space: nowrap; /* empêcher le texte de passer à la ligne */
    }
    /* Section Principale - Structure et Fond */
.a-propos-impacttv {
  background-image: url('../images/Design sans titre (3).png');
  background-size: cover;
  background-position: center;
 
height: 650px;
  color: blue;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay avec dégradé amélioré */
.a-propos-impacttv .overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 139, 0.6) 0%, /* Bleu foncé */
    rgba(0, 0, 0, 0.7) 50%,
    rgba(139, 0, 139, 0.6) 100% /* Violet */
  );
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenu central - Responsive */
.a-propos-impacttv .contenu {
  max-width: 900px;
  text-align: center;
  padding: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* Typographie */
.a-propos-impacttv h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  letter-spacing: 1px;
}

.a-propos-impacttv h4 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: orange;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 300;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.a-propos-impacttv p {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Animations de base */
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes zoomIn {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

/* Application des animations */
.a-propos-impacttv h2 {
  animation: fadeInDown 1s ease forwards;
}

.a-propos-impacttv h4 {
  animation: fadeInDown 1s ease forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.a-propos-impacttv p {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

/* Compte à rebours */
.countdown {
  margin: 25px auto;
  background: rgba(0,0,0,0.6);
  padding: 15px 25px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 215, 0, 0.3);
  max-width: 80%;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

.countdown h5 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 300;
}

.timer {
  font-size: 1.8rem;
  font-weight: bold;
  color: orange;
  font-family: 'Arial', sans-serif;
}

.timer span {
  display: inline-block;
  min-width: 40px;
}

/* Message défilant amélioré */
.message-flashs {
  background: rgba(0,0,0,0.5);
  padding: 12px 20px;
  border-radius: 50px;
  margin: 30px auto;
  max-width: 90%;
  border: 1px solid rgba(255,215,0,0.3);
  overflow: hidden;
}

.flash-text-container {
  display: flex;
  align-items: center;
}

.flashs-icon {
  margin-right: 15px;
  color: orange;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.flash-text-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scrollText 15s linear infinite;
}

.flash-text {
  padding-right: 50px; /* espace entre les répétitions */
}

@keyframes scrollText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Groupe de boutons */
.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 35px 0;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1.5s;
  opacity: 0;
}



/* Alignement des boutons */
.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

/* Structure interne des boutons */
.button-group .btn {
  min-width: 220px; /* Largeur minimale pour uniformité */
  height: 50px; /* Hauteur fixe */
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Alignement spécifique icône/texte */
.button-group .btn i {
  font-size: 1.1em;
  line-height: 1;
  margin-right: 8px;
}

.button-group .btn span {
  line-height: 1.2;
}

/* Responsive */
@media (max-width: 576px) {
  .button-group .btn {
    width: 100%;
    margin: 5px 0;
  }
}



/* Styles de boutons */
.pulse-animation {
  animation: pulse 2s infinite;
  position: relative;
  overflow: hidden;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(220, 53, 69, 0);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    transform: scale(1);
  }
}

/* Effet supplémentaire au survol */
.pulse-animation:hover {
  animation: pulse 0.8s infinite, shake 0.5s ease-in-out infinite;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}
.btn-animated:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-danger {
  background: linear-gradient(45deg, #e63946, #ff1a1a);
}

.btn-outline-light {
  border: 2px solid #fff;
  background: transparent;
  transition: all 0.3s;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: orange;
  color: orange;
}

/* Animation pulsation */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(230, 57, 70, 0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0); }
}

.btn-animated {
  animation: pulse 2s infinite;
}

.service-info {
  margin-top: 10px;
  font-size: 1rem;
  color: #fff;
  font-style: italic;
}

#next-service-type {
  color: orange;
  font-weight: bold;
  text-transform: uppercase;
}

/* Icônes réseaux sociaux */
.social-icons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1.8s;
  opacity: 0;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: white;
  transition: all 0.3s;
  font-size: 1.2rem;
  text-decoration: none;
}

.social-icon:hover {
  background: rgba(255,215,0,0.2);
  transform: translateY(-5px) scale(1.1);
  color: orange;
}

/* Animation supplémentaire pour le float */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

.btn-animated {
  animation: pulse 2s infinite, float 4s ease-in-out infinite;
}

/* Media Queries pour le responsive */
@media (max-width: 768px) {
  .a-propos-impacttv h2 {
    font-size: 2.2rem;
  }
  
  .a-propos-impacttv h4 {
    font-size: 1.4rem;
  }
  
  .a-propos-impacttv p {
    font-size: 1.1rem;
  }
  
  .button-group {
    flex-direction: column;
    gap: 10px;
  }
  
  .message-flash {
    padding: 10px 15px;
  }
  
  .flash-icon {
    display: none; /* Cacher l'icône sur mobile */
  }
  
  .timer {
    font-size: 1.4rem;
  }
}

.actualite-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.actualite-card:hover {
  transform: translateY(-5px);
}

.img-container {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0; /* empêche l’image de se rétrécir */
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Assure que le corps de la carte occupe tout l’espace restant */
.actualite-content {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image-glow {
  border-radius: 10px;
  border: 2px solid #333f95;
  box-shadow: 0 0 20px rgba(51, 63, 149, 0.6);
  transition: all 0.3s ease-in-out;
  animation: glowPulse 2s infinite alternate;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 10px rgba(51, 63, 149, 0.5);
  }
  100% {
    box-shadow: 0 0 25px rgba(51, 63, 149, 0.9);
  }
}


/* Forcer les couleurs visibles pour l'élément actif */
.list-group-item.active {
  background-color: #0d4190 !important; /* Bleu foncé */
  color: white !important;
  border-color: #0d4190;
}

/* Quand on survole un élément actif */
.list-group-item.active:hover {
  background-color: #0d4190 !important;
  color: white !important;
}

/* Empêche le saut vertical */
#videoCarousel .carousel-inner {
  padding: 0 !important;
  margin: 0 !important;
}

/* Forcer une hauteur fixe au carousel */
#videoCarousel {
  min-height: 250px;
  overflow: hidden;
}

/* Empêche le saut lors de transition */

/* Ne plus casser la transition Bootstrap */
#videoCarousel .carousel-item {
  /* display: flex; ❌ */
  /* align-items: center; ❌ */
  /* justify-content: center; ❌ */
  transition: transform 0.5s ease;
}


/* Enlève les marges de la ligne */
#videoCarousel .row {
  margin-left: 0;
  margin-right: 0;
}

/* Espacement horizontal uniquement */
#videoCarousel .col-6,
#videoCarousel .col-md-3 {
  padding-left: 8px;
  padding-right: 8px;
}

/* Miniature */
#videoCarousel .video-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  margin-bottom: 6px;
}

/* Titre en dessous */
#videoCarousel .video-title {
  text-align: center;
  font-size: 0.95rem;
  color: white;
 
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Titre juste en dessous sans espace supplémentaire */


.list-video {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-video img {
  width: 120px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}

.list-video .video-title {
  flex: 1;
  font-size: 0.9rem;
  color: #333;
}

.list-video.active {
  background-color: #333f95;
  color: white;
  font-weight: bold;
}

.list-video.active .video-title {
  color: white;
}

.list-video:hover {
  background-color: #f8f9fa;
}

.reseau {
  color: white;
  transition: color 0.3s;
  text-decoration: none;
}

.reseau:hover i.fa-telegram-plane {
  color:#333f95; /* Bleu Facebook */
}

.reseau:hover i.fa-tiktok {
  color: #333f95; /* Rouge YouTube */
}

.reseau:hover i.fa-twitter {
  color:#333f95; /* Bleu Twitter */
}



.text-deroule_animate {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}



/* This changes all the animations globally */
    .team-container {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      gap: 30px;
    }

    .team-member {
      background: white;
      display: flex;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      width: 300px;
    }

    .team-member:hover .socials {
      background-color: #3f75b5;
    }

    .team-member:hover .info {
      background-color: #3f75b5;
      color: white;
    }
 .team-member:hover .info p{
     
      color: white;
    }

    .team-member:hover .socials a {
      background-color: white;
      color: #3f75b5;
    }

    .socials {
      background-color: #f0f0f0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px;
      transition: background 0.3s;
    }

    .socials a {
      color: #3f75b5;
      font-size: 18px;
      margin: 10px 0;
      transition: all 0.3s;
      background-color: transparent;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }

    .member-photo {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

  .member-photo {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.member-photo img {
  height: 320px;
  object-fit: cover;
  width: 100%;
  display: block;
 
}
 .member-photo1 {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

  .member-photo1{
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.member-photo1 img {
  height: 280px;
  object-fit: cover;
  width: 100%;
  display: block;
 
}

.info {
  flex-grow: 1;
  padding: 15px;
  background-color: #f8f9fa;
  text-align: center;
  transition: background 0.3s, color 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


    .info h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      font-family: 'Times New Roman', Times, serif;
    }

    .info p {
      margin: 4px 0 0;
      font-size: 14px;
      color: #666;
    }

    @media (max-width: 768px) {
      .team-member {
        width: 100%;
      }
    }


 /* This changes all the animations globally */


.membre {
  text-align: center;
  width: 300px;
}

.membre img {
  width: 300px;
  height: 300px;
  object-position: top; 
   object-fit: cover;
  border: 2px solid #e5edf8; /* Bordure bleue clair au repos */
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background-color: white;
  transition: all 0.3s ease;
}

.membre img:hover {
  border-color: #3f75b5; /* Bleu vif au hover */
  box-shadow: 0 8px 20px rgba(63, 117, 181, 0.5); /* Halo bleu */
  transform: scale(1.03); /* Optionnel : léger zoom */
}


.membre h4 {
  margin: 12px 0 4px;
  font-size: 18px;
  color: #050505;
}

.membre p {
  font-size: 14px;
  color: #060606;
}


.equipe-wrapper {
  position: relative;
  width: 100%;
  height: auto; /* ou auto si contenu dynamique */
  overflow: hidden;
  background-color: #d3e3fd;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.equipe-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px; /* largeur max pour centrer et limiter */
}

/* Chaque membre prend un tiers de la largeur du container - 2 gaps */
.membre {
  flex: 0 0 calc((100% - 2 * 25px) / 3);
  max-width: calc((100% - 2 * 25px) / 3); /* optionnel, pour limiter la largeur max */
  text-align: center;
}


/* This changes all the animations globally */

    :root {
      --primary: #3f75b5;
      --primary-light: rgba(63, 117, 181, 0.1);
      --secondary: #f7941d;
      --dark: #1a2b4a;
      --light: #f8f9fa;
      --gray: #555;
      --light-gray: #e9ecef;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f5f7fa;
      color: var(--dark);
      line-height: 1.6;
    }

    .reception-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
      position: relative;
    }

    .reception-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .reception-header h2 {
      font-size: 2.5rem;
      color: var(--dark);
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }

    .reception-header h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border-radius: 2px;
    }

    /* Owl Carousel Customization */
    .reception-methods.owl-carousel {
      position: relative;
      padding: 0 40px;
    }

    .reception-methods .method-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      height: 100%;
      margin: 15px;
      display: flex;
      flex-direction: column;
    }


    .method-image {
      height:auto;
      overflow: hidden;
    }

    .method-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
     
    }

   
    .method-content {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .method-title {
      font-size: 1.4rem;
      color: var(--dark);
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 10px;
    }

    .method-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 3px;
      background: linear-gradient(to right, var(--primary), var(--secondary));
    }

    .method-stats {
      background: var(--primary-light);
      padding: 10px 15px;
      border-radius: 6px;
      margin-bottom: 15px;
      font-weight: bold;
      color: var(--primary);
      text-align: center;
    }

    .method-details {
      margin-bottom: 20px;
      color: var(--gray);
      flex-grow: 1;
    }

    .tech-specs {
      background: var(--light-gray);
      border-radius: 2px;
      padding: 5px;
      margin-top: auto;
    }

    .tech-specs h4 {
      color: var(--dark);
      margin-bottom: 10px;
      font-size: 1rem;
      display: flex;
      align-items: center;
    }

    .tech-specs h4 i {
      margin-right: 8px;
      color: var(--primary);
    }

    .tech-specs ul {
      list-style-type: none;
    }

    .tech-specs li {
      padding: 8px 0;
      position: relative;
      padding-left: 25px;
    }

    .tech-specs li::before {
      
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      left: 0;
      font-size: 0.8rem;
      color: var(--primary);
    
    }

    /* Owl Nav Customization - Positioned on sides */
  /* Owl Nav - Boutons en bas au centre */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none; /* permet de ne pas bloquer le carousel */
}

.owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  
  color: rgb(0, 0, 0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  pointer-events: all; /* clique activé */
  border: none;
  padding: 0;
}

.owl-nav button span {
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 30px;
}


    /* Owl Dots Customization */
    .owl-dots {
      margin-top: 30px;
      text-align: center;
    }

    .owl-dot span {
      width: 12px;
      height: auto;
      background: #ac1b1b !important;
      transition: all 0.3s;
    }

    .owl-dot.active span {
      background: var(--primary) !important;
      transform: scale(1.2);
    }

    .owl-dot:hover span {
      background: var(--secondary) !important;
    }

    /* Center active item */
  /* Évite le zoom de l'image si la carte est au centre */
.owl-item.center .method-card:hover .method-image img {
  transform: scale(1);
}

    /* Flouter les cartes qui ne sont pas au centre */
.reception-methods.owl-carousel .owl-item {
  transition: filter 0.3s ease, transform 0.3s ease;
}

.reception-methods.owl-carousel .owl-item:not(.center) {
  filter: blur(3px);
  transform: scale(0.9);
}

.reception-methods.owl-carousel .owl-item.center {
  filter: none;
  transform: scale(1.05);
  z-index: 2;
}


    /* Responsive */
    @media (max-width: 768px) {
      .reception-header h2 {
        font-size: 2rem;
      }
      
      .reception-methods.owl-carousel {
        padding: 0 30px;
      }
      
      .owl-nav button {
        width: 35px;
        height: 35px;
      }
      
      .owl-prev {
        margin-left: -15px !important;
      }
      
      .owl-next {
        margin-right: -15px !important;
      }
    }

    @media (max-width: 480px) {
      .reception-header h2 {
        font-size: 1.8rem;
      }
      
      .reception-container {
        padding: 40px 15px;
      }
      
      .method-content {
        padding: 20px;
      }
      
      .reception-methods.owl-carousel {
        padding: 0 20px;
      }
      
      .owl-nav button {
        width: 30px;
        height: 30px;
      }
    }



    .benevoles-message {
  text-align: center;
  margin-top: 5px;
  font-size: 1.2rem;
  color: orange;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;

}

/* Animation typewriter */
.typewriter-animation {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #3f75b5;
  animation: typing 20s steps(70, end) infinite, blink 1s step-end infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}


/* Nouveau design 2025 */
.stats-container {
  background: linear-gradient(145deg, #f6f9fc 0%, #edf2f7 100%);
  padding: 5rem 1rem;
  position: relative;
  overflow: hidden;
}

.stats-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 70% 40%, 
              rgba(63, 117, 181, 0.03) 0%, 
              transparent 60%);
  animation: float 15s infinite ease-in-out alternate;
  z-index: 0;
}

@keyframes float {
  0% { transform: translate(0, 0); }
  100% { transform: translate(10%, 5%); }
}

.stats-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.stats-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  perspective: 1000px;
}

.stat-item {
  text-align: center;
  flex: 1;
  min-width: 220px;
  padding: 2.5rem 2rem;
  background: var(--glass-white);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.02),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(63, 117, 181, 0.03) 0%, transparent 50%);
  z-index: -1;
}

.stat-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.1),
    0 6px 12px rgba(0, 0, 0, 0.04),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.stat-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 4px 6px rgba(63, 117, 181, 0.1));
  transition: transform 0.4s ease;
}

.stat-item:hover .stat-icon {
  transform: scale(1.1) translateY(-5px);
}

.stat-number {
  color: var(--dark);
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
  background: linear-gradient(to right, var(--primary), #5a8bc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

.stat-number::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: linear-gradient(to right, var(--primary), rgba(63, 117, 181, 0.3));
  border-radius: 3px;
  transition: width 0.4s ease;
}

.stat-item:hover .stat-number::after {
  width: 60%;
}

.stat-label {
  color: var(--dark);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 1rem;
  opacity: 0.9;
  position: relative;
}

.stat-label::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: var(--primary);
  opacity: 0;
  transition: all 0.4s ease;
}

.stat-item:hover .stat-label::after {
  opacity: 0.3;
  bottom: -8px;
  width: 50px;
}

/* Responsive */
@media (max-width: 992px) {
  .stats-grid {
    gap: 2rem;
  }
  
  .stat-item {
    min-width: 180px;
    padding: 2rem 1.5rem;
  }
  
  .stat-number {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .stats-container {
    padding: 4rem 1rem;
  }
  
  .stats-grid {
    gap: 1.5rem;
  }
  
  .stat-item {
    min-width: 160px;
    padding: 1.8rem 1.2rem;
  }
  
  .stat-icon {
    width: 50px;
    height: 50px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .stat-item {
    min-width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.highlight-soft {
    color: var(--primary); /* Utilise votre couleur primaire */
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.highlight-soft::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(63, 117, 181, 0.2); /* Version très légère de votre couleur primaire */
    z-index: -1;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.highlight-soft:hover::after {
    height: 40%;
    background-color: rgba(63, 117, 181, 0.25);
}




    /* Styles existants */
    /* Conteneur principal */
.emissions-container {
  background: linear-gradient(135deg, #1a2b4a 0%, #3f75b5 100%);
  padding: 3rem 0 1rem; /* Moins de padding bas */
  width: 100%;
  box-sizing: border-box;
}

/* En-tête de section */
.emissions-header {
  text-align: center;
  margin-bottom: 2rem;
  color: white;
}

.emissions-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
}

.emissions-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Grille responsive */
.emissions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  padding: 0 1rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Cartes */
.emission-card {
  text-decoration: none;
  color: inherit;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.emission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Image */
.emission-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.emission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.emission-card:hover .emission-image img {
  transform: scale(1.05);
}

/* Contenu texte */
.emission-content {
  padding: 1.5rem;
  color: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.emission-title {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.emission-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive mobile */
@media (max-width: 768px) {
  .emissions-container {
    padding: 2rem 0 0.5rem; /* réduit l’espace bas */
  }

  .emissions-grid {
    padding: 0 0.5rem;
    gap: 1rem;
  }

  .emission-image {
    height: 180px;
  }

  .emission-content {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .emissions-header h2 {
    font-size: 2rem;
  }

  .emissions-header p {
    font-size: 1rem;
  }

  .emission-title {
    font-size: 1.1rem;
  }
}

        /* Barre de recherche */
        .search-container {
            max-width: 800px;
            margin: 0 auto 3rem;
            padding: 0 2rem;
            position: relative;
        }

        .search-box {
            display: flex;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .search-box:focus-within {
            box-shadow: 0 0 15px rgba(255, 165, 0, 0.5);
            border-color: orange;
        }

        .search-input {
            flex: 1;
            padding: 0.8rem 1.5rem;
            background: transparent;
            border: none;
            color: white;
            font-size: 1rem;
        }

        .search-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .search-button {
            background: orange;
            color: white;
            border: none;
            padding: 0 1.5rem;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .search-button:hover {
            background: #e69500;
        }

        /* Nouveaux styles pour le système "Voir plus" */
        .hidden-emission {
            display: none;
        }

        .load-more-container {
            text-align: center;
            margin-top: 3rem;
            padding: 1rem;
        }

        .load-more-btn {
            background: orange;
            color: white;
            border: none;
            padding: 0.8rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .load-more-btn:hover {
            background: #e69500;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        }

        .load-more-btn i {
            margin-right: 8px;
        }

.typewriter-loop {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #3f75b5;
  animation: typing-loop 7s steps(84, end) infinite, blink-caret 0.4s step-end infinite;
}

@keyframes typing-loop {
  from { width: 0ch; }
  to { width: 84ch; } /* correspond exactement au nombre de caractères */
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: #3f75b5; }
}

/* About */
  .title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd 0%, #8bc34a 100%);
    margin-top: 15px;
  }

  .about-content {
    position: relative;
    border-left: 3px solid #0d6efd;
  }
  #about-content {
  min-height: 480px;
  max-height: 480px;
  overflow-y: auto;
  position: relative;
  transition: min-height 0.3s ease;
  padding-bottom: 1rem !important; /* réduit l'espace bas */
}

/* Supprimer la marge basse inutile du dernier item */
#about-content .timeline-item:last-child {
  margin-bottom: 0 !important;
}

/* Supprimer l'espace sous les boutons */
#about-content .d-flex.mt-4 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


  .timeline {
    position: relative;
  }

  .timeline-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
  }

  .timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px #f8f9fa;
  }

  .timeline-content {
    padding-top: 5px;
  }

  .image-glow {
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .image-glow:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }

  @media (max-width: 992px) {
    .about-content {
      border-left: none;
      border-top: 3px solid #0d6efd;
      padding-top: 2rem !important;
    }
  }
																															  #backToTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;   /* distance depuis le bas */
  left: 30px;     /* à gauche de l’écran (remplace right si tu veux à gauche) */
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f7941d;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTopBtn:hover {
  background-color: #e07e0c;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}