@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* Le conteneur du popup */
.modal {
    display: none;
    /* Masqué par défaut */

    z-index: 1;
    /* Placé au-dessus de tout */
    left: 0;
    top: 0;
    width: 10%;
    /* Pleine largeur */
    height: 10%;
    /* Pleine hauteur */
    overflow: auto;
    /* Activer le défilement si nécessaire */
    background-color: rgba(0, 0, 0, 0.4);
    /* Couleur de fond avec opacité */
    border-radius: 2px;

}

/* Le contenu du popup */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% du haut et centré horizontalement */
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
    /* Largeur du popup */
    max-width: 600px;
    /* Largeur maximale */
}

/* Le bouton pour fermer le popup */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#openPopup {
    background-color: #A09AB8;
    font-size: 18px;
    color: rgb(73, 18, 135);
    border-radius: 17px;
    margin-left: 15px;
}

#openpopup2{
    background-color:#d6cd67 ;
    font-size: 180px;
}
.helpButton{
   color: rgba(217, 230, 28, 0.808);
}