
    /* Police */
    @font-face {
    font-family: Poppins-thin;
    src: url(../police/Poppins/Poppins-Thin.ttf);

    }
    @font-face {
    font-family: Poppins-light;
    src: url(../police/Poppins/Poppins-Light.ttf);
    }
    @font-face {
    font-family: Poppins-meduim;
    src: url(../police/Poppins/Poppins-Medium.ttf);
    }
    @font-face {
    font-family: Poppins-regular;
    src: url(../police/Poppins/Poppins-Regular.ttf);
    }
    @font-face {
    font-family: Poppins-semibold;
    src: url(../police/Poppins/Poppins-SemiBold.ttf);
    }
    @font-face {
    font-family: Poppins-ExtraLight;
    src: url(../police/Poppins/Poppins-ExtraLight.ttf);
    }

    :root {
    --font-paragraphe2:Poppins-ExtraLight;
    --font-normal: Poppins-semibold;
    --font-titre: Poppins-regular;
    --font-bold: Poppins-meduim;
    --font-paragraphe: Poppins-light;
    --font-titre3: Poppins-thin;
    }


:root {
    /* --bacground: #7e5656; 
    --bacground-hover: #b23333;
    --Couleur-Background: #4c5a7d;
    --Couleur-Titre: #00c8d6;
    --Couleur-Texte: #f5f6fa;
    --Couleur-body: #f5f6fa;
    --Couleur-hover: #00b783; 
    --Couleur-logo:#eea412;
    --couleur-body: #f5f6fa;
    --Couleur-drop: #999; */

    --Couleur-Titre2: #2563eb;
    --Couleur-Titre3: #86efac;
    --Couleur-Titre: #ff5b00;
    --Couleur-bouton: #00c8d6;
    --Couleur-bouton-hover: #00b783;
}


:root {
  --color-title: #0A2540;        
  --color-title2: #00B3A4;

  --color-paragraphe: #2E2E2E;
  --color-paragraphe2: #FFFFFF;         

  --color-section: #F8FAFC;      
  
  --color-primary: #3a7e83;      
  --color-hover: #E63946;        
  --Color-hover2: #FF8C00;




    --Couleur-Titre: #ff5b00;
    --Couleur-bouton: #00c8d6;
    --Couleur-bouton-hover: #00b783;

}








.hero {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image de fond parallax */
.hero::after {
  content: "";
  position: absolute;
  inset: -1%;
  background-image: url("../Images/Formateurs/Fond.jpg");
  background-size: cover;
  background-position: center;
  transform: translateY(var(--parallax, 0px));
  will-change: transform;
  z-index: 0;
}

/* Contenu */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}


/* Overlay sombre */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* Contenu au-dessus */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}


    /* CONTENT */
    .hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .hero-content h1 {
      font-size: clamp(3rem, 7vw, 4rem);
      font-weight: 500;
      margin-bottom: 12px;
      color: var(--color-paragraphe2);
      font-family: var(--font-paragraphe2);
    }

    /* BREADCRUMB */
    .breadcrumb {
      font-size: clamp(0.9rem, 2vw, 1.1rem);
      margin-top: -15px;
    }

    .breadcrumb a {
      color: #fff;
      text-decoration: none;
      opacity: 0.85;
      transition: opacity 0.3s ease;
      font-size: 17px;
      font-family: var(--font-titre);
      letter-spacing: 1px;
    }

      .breadcrumb span {
      color: #fff;
      font-size: 17px;
      font-family: var(--font-titre);
      letter-spacing: 1px;
    }

    .breadcrumb a:hover {
      color: var(--Couleur-Titre);
    }

    #pages {
      color: var(--Couleur-bouton);
      font-size: 18px;
      font-family: var(--font-bold);
      letter-spacing: 1px;
    }

    .breadcrumb span {
      margin: 0 6px;
      opacity: 0.6;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .hero {
        height: 40vh;
      }
    }

    @media (max-width: 600px) {
      .hero {
        height: 35vh;
      }
    }
/* Fin Hero */



/* Titre */

.titre {
    margin-bottom: 20px;
}
    .subtitle-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }

    .lines.left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 6px;
      align-items: flex-end;
    }

    /* Conteneur lignes à droite (alignées à gauche) */
    .lines.right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 6px;
      align-items: flex-start; 
    }

    /* Ligne du haut (plus courte) */
    .lines span:first-child {
      width: 45px;
      height: 2px;
      background-color: var(--Couleur-Titre);
      border-radius: 2px;
    }

    /* Ligne du bas (plus longue) */
    .lines span:last-child {
      width: 70px;
      height: 2px;
      background-color: var(--Couleur-Titre);
      border-radius: 2px;
    }

    .subtitle {
      color: var(--Couleur-Titre);
      font-size: 35px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: --;
      user-select: none;
      font-family: var(--font-paragraphe);
    }

    .main-title {
      text-align: center;
      font-size: 32px;
      color: var(--Couleur-bouton-hover);
      margin: -20px auto;
      max-width: max-content;
      font-family: var(--font-titre3);
      letter-spacing: 1px;

    }


    @media (max-width: 610px){
    .main-title {
      font-size: 25px;
    }

    .subtitle {
      font-size: 25px;
    }

    .lines {
      width: 60px;
      margin-top: -4px;
    }


    }


       @media (max-width: 490px){
    .main-title {
      font-size: 20px;
      margin-top: -13px;
    }

    .subtitle {
      font-size: 20px;
    }

    .lines {
      margin-top: -4px;
    }

    .lines span:first-child {
      width: 25px;
    }

    .lines span:last-child {
      width: 50px;
    }

        .lines.left {
      gap: 4px;
    }

    .lines.right {
      gap: 4px;
    }

    }
/* Fin Titre */







/* CONTAINER */
.profiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px 5px;
  justify-content: center;
}

/* CARD */
.profile-card {
  width: calc(25% - 15px);
  height: 465px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.profile-card.show {
  opacity: 1;
  transform: translateY(0);
}

.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* IMAGE */
.card-image {
  height: 260px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* ZOOM HOVER */
.card-image:hover img {
  transform: scale(1.1);
}

/* CONTENT */
.card-content {
  padding: 10px;
  text-align: center;
}

.profile-name {
font-family: var(--font-paragraphe);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.profile-role {
    font-family: var(--font-titre);
  font-size: 15px;
  color: var(--Couleur-Titre);
  text-transform: uppercase;
}

.profile-description {
    font-family: var(--font-titre);
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
}

.social-icons1 a {
  margin: 0 6px;
  color: var(--Couleur-bouton-hover);
  text-decoration: none;
  font-size: 15px;
  font-family: var(--font-titre)    ;
}

.social-icons1 a:hover {
color: var(--Color-hover2);
}


@media (max-width: 1242px) {
  .profile-card {
  height: 480px;
}
}

@media (max-width: 1150px) {
  .profile-card {
  height: 500px;
}
}

/* RESPONSIVE */
@media (max-width: 1060px) {
  .profile-card { width: calc(33.333% - 15px); }

    .profile-card {
  height: 480px;
}

}

@media (max-width: 942px) {
  .profile-card {
  height: 480px;
}
}

@media (max-width: 870px) {
  .profile-card {
  height: 500px;
}
}

@media (max-width: 850px) {
  .profile-card { width: calc(50% - 15px); }

  .profile-card {
      height: 440px;
}
}

@media (max-width: 743px) {
  .profile-card {
  height: 480px;
}
}

@media (max-width: 630px) {
  .profile-card {
  height: 485px;
}
}

@media (max-width: 576px) {
  .profile-card {
  height: 500px;
}
}

@media (max-width: 576px) {
  .profile-card { width: 100%; }

    .profile-card {
      height: 440px;
    }

    .profiles-container {
      padding: 20px ;
    }

}

/* MODAL IMAGE */
.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.image-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.image-modal img {
  max-width: 98%;
  max-height: 98%;
  border-radius: 5px;
}

/* BOUTON FERMER */
.close-btn {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 50px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}




