   

        .container {
            text-align: center;
        }

        .btn {
            display: inline-block;
            padding: 15px 30px;
            margin: 10px;
            font-size: 18px;
            color: white;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }
      

        .btn:hover {
            background-color: #0056b3;
        }
  
/*////////////////////////////////////*/
/* pour afficher les redirections pour les modifications*/
/*/////////////////////////////////////////////*/
.dialog-style {
    padding: 20px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    transform: none;
}

.button1 {
    background-color: #2563eb;
    color: white;  /* Ajout de la couleur du texte */
    border: none;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
    display: block;
    transition: background-color 0.2s;
    text-align: center;  /* Ajout de l'alignement du texte */
}

    
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}
.dialog-style {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.dialog-style h2 {
    margin-top: 0;
    color: #000000;
     font-weight: bold;
}

.dialog-style p {
    margin: 10px 0;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
       
      .apn-png {
     max-width: 100%;
} 
       
       
      
