 .fa-file-pdf {
            color: #d9534f;
            font-size: 1.4rem;
        }
        .fa-eye {
            color: #0d6efd;
            font-size: 1.4rem;
            margin-right: 10px;
        }
        iframe {
    width: 100% !important;
    height: 90vh !important;
    border: none;
    display: block;
}
        /* Couleurs alternées pour les lignes */
        .table-striped tbody tr:nth-child(odd) {
            background-color: #f9f9f9; /* Couleur claire pour les lignes impaires */
        }
        .table-striped tbody tr:nth-child(even) {
            background-color: #e9ecef; /* Couleur plus foncée pour les lignes paires */
        }

        /* Style pour la table */
        .table {
            border-collapse: collapse;
        }

        .table th, .table td {
            padding: 12px;
            text-align: center;
        }

        .table th {
            background-color: #ffffff;
            color: #000000;
            font-size: 12px;
        }

        /* Alignement à droite pour les colonnes Nature et Titre */
        .text-end {
            text-align: justify  !important;
        }

        .containerx {
              
             margin-top: -2em;
        }
        
.containerx h4 {
 font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: black;
  padding: 5px 30px;
  border-left: 8px solid #d70707;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 1px;
}

         
 
         