#people01-6 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: radial-gradient(circle at top left, #ff3ba7 0, #7b1fa2 35%, #060316 80%);
  color: #ffffff;
}

#people01-6 .mbr-section-title {
  font-size: 2.4rem;
  line-height: 1.3;
}

#people01-6 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  opacity: 0.9;
}

#list01-2 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #060316;
}

#list01-2 .card {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 6, 30, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#list01-2 .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 59, 167, 0.4);
}

#list01-2 .panel-body {
  padding-bottom: 1.5rem;
}

#list01-2 .title-wrapper {
  text-align: center;
  margin-bottom: 2.5rem;
}

#list01-2 .mbr-section-title {
  font-size: 2.2rem;
  line-height: 1.3;
}

/* Suppression du soulignement sur le lien accordéon et gestion couleur */
#list01-2 .card-header a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

#list01-2 .card-header a:hover {
  text-decoration: none !important;
}

#list01-2 .panel-title-edit {
  font-size: 1.05rem;
  color: #ffffff; /* Couleur par défaut explicite */
  transition: color 0.3s ease-in-out;
  margin: 0;
  flex: 1;
}

#list01-2 .card-header:hover .panel-title-edit,
#list01-2 .card-header a:hover .panel-title-edit {
  color: #E75480 !important;
  text-decoration: none;
}

#list01-2 .panel-title-edit strong {
  font-weight: 600;
}

#list01-2 .panel-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 0.85rem;
  text-align: justify;
  width: 100%;
}

#list01-2 .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

#list01-2 .sign {
  font-size: 0.9rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

#list01-2 .card-header a[aria-expanded="true"] .sign {
  transform: rotate(45deg);
  color: #ff3ba7;
}

#list01-2 .card-header {
  padding: 1.25rem 1.75rem;
}

#list01-2 .panel-body {
  padding: 1rem;
}

#list01-2 [data-faq-filter] {
  border-radius: 999px !important;
  transition: all 0.3s ease;
}

#list01-2 [data-faq-filter].active {
  background: #ff3ba7;
  border-color: #ff3ba7;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 59, 167, 0.45);
}

#map01-9 {
  background: #050213;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#people03-e {
  background: #060316;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#people03-e .card {
  background: transparent;
  border: none;
}

#people03-e .card img {
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  #people01-6 {
    text-align: center;
  }

  #list01-2 .mbr-section-title {
    font-size: 1.8rem;
  }

  #list01-2 .card-header,
  #list01-2 .panel-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #list01-2 .panel-title-edit {
    font-size: 0.98rem;
  }

  #list01-2 .panel-text {
    font-size: 0.88rem;
  }
}

/* Redimensionnement des logos partenaires sur mobile */
@media (max-width: 767px) {
  #people03-e .card {
    margin-bottom: 1.5rem;
  }
  
  #people03-e .card img {
    width: 40% !important;
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
}

/* --- Formulaire de Contact Redessiné (Cyberpunk/Neon) --- */

#form01-c {
  position: relative;
  background: #050213;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

/* Background Effect (Optional subtle glow behind form) */
#form01-c::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle, rgba(123, 31, 162, 0.15) 0%, rgba(5, 2, 19, 0) 70%);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

#form01-c .container {
  position: relative;
  z-index: 1;
}

/* Texte et Icones de gauche */
#form01-c .icon-box span {
    font-size: 3rem;
    color: #ff3ba7;
    text-shadow: 0 0 15px rgba(255, 59, 167, 0.5);
}

#form01-c .mbr-section-title {
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff 0%, #a8a8b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#form01-c .mbr-section-subtitle {
    color: #ff3ba7;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Labels personnalisés */
.form-label-custom {
    color: #ff3ba7;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: 0.05em;
}

/* Wrapper pour l'input et l'effet de bordure */
.input-wrapper {
    position: relative;
    transition: all 0.3s ease;
}

/* Style des champs (Input/Textarea) - Modernisé et Intuitif */
#form01-c .form-control {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.75rem !important;
    color: #f7f7fb !important;
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Placeholder styling */
#form01-c .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

/* Focus State - L'effet magique */
#form01-c .form-control:focus {
    box-shadow: 0 0 0 4px rgba(255, 59, 167, 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    outline: none !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-color: #ff3ba7 !important;
    transform: translateY(-2px);
}

/* Supprime l'ancienne barre verticale animée */
.input-wrapper::after {
    display: none;
}

/* Bouton Soumettre - Styles spécifiques supprimés pour laisser place au style global */
/* #form01-c .btn-primary { ... } removed to use global .btn styles */

@media (max-width: 767px) {
  #form01-c {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  #form01-c .mbr-section-title {
    font-size: 2rem;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #form01-c {
        text-align: center;
    }
    
    #form01-c .row {
        flex-direction: column;
    }
    
    #form01-c .col-lg-5 {
        margin-bottom: 3rem;
    }
    
    .input-wrapper {
        text-align: left;
    }
    
    .form-label-custom {
        text-align: left;
    }
}
