.portfolio-section-photos {
  background-color: white;
  }
    
  .portfolio-section-photos h2 {
    color: #242424;
    margin-bottom: 80px;
  }
  
  .portfolio-section-photos h2 {
    color: #242424;
    margin-bottom: 80px;
  }
  
  .portfolio-section-photos h3 {
    color: #242424;
    margin-bottom: 80px;
  }
  
  .portfolio-section-photos p {
    color: #242424;
    margin-bottom: 80px;
  }
    
  .lien-conteneur-photo {
    position: relative;
  }
    
  .photo-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
  }
    
  .lien-conteneur-photo:hover .photo-hover {
    display: flex;
  }
  
  .container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .formation {
    margin-bottom: 20px;
  }
  
  .formation-title {
    font-size: 1.25em;
    font-weight: bold;
  }
  
  .formation-details {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  
  
  .section-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
  }
  
  .section-content {
    padding: 1em;
  }
  
  .experience {
    margin-bottom: 1.5em;
  }
  
  .skills {
    margin-bottom: 1.5em;
  }
  
  .skills-title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .skills-list li {
    font-size: 1em;
    color: #000000;
  }
  
  .experience-title {
    font-size: 1.25em;
    font-weight: bold;
  }
  
  .experience-dates {
    font-style: italic;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  
  .experience-description {
    font-size: 1em;
  }
  
  .competence-title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  .interests-list li {
    font-size: 1em;
    color: #000000;
  }

  .associative {
    margin-bottom: 1.5em;
  }
  
  .associative-title {
    font-size: 1.25em;
    font-weight: bold;
  }

  .associative-dates {
    font-style: italic;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .associative-roles {
    font-style: italic;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  
  .associative-details {
    font-size: 1em;
  }
  
  .interest-title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  .interest-details {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  
  @media (max-width: 768px) {

    .associative-details {
      display: none; /* Masquer les détails par défaut */
    }
    .associative {
      cursor: pointer; /* Affiche un curseur de pointage pour indiquer l'interaction */
    }
  
    .associative.active .associative-details {
      display: block; /* Afficher les détails lorsque l'élément est activé (clic) */
    }

    .associative-title::after {
      content: " ▼"; /* Ajoutez une flèche vers le bas à la fin du texte du titre */
      display: inline-block;
      margin-left: 5px; /* Espacement entre le texte du titre et l'icône */
      transition: transform 0.2s; /* Transition pour l'effet d'expansion/rétraction */
    }
    
    .active .associative-title::after {
      transform: rotate(180deg); /* Inverser l'icône lorsque l'élément est actif */
    }
    
    
  }
  
    
  @media screen and (max-width: 996px) {
    .grid1 {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    
    .grid2 {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  }