 body {
    background-color: #0096FF;
    
}
.v{
 color:#318CE7;
 font-weight: bold;
 font-size: 20px;
}
.h4 {
    background-color: transparent; /* Couleur d'arrière-plan vide */
    text-align: center;
}

.h2  {
    color: white;
}

.p1 {
    background-color: #f2f6f9;
    height: 150px;
    width: 350px;
    border: 1px solid #f2f6f9; /* Ajoutez une largeur à la bordure 350*/
    box-shadow: 0px 0px 10px #0096FF;
    border-radius: 35px;
        margin-left: 10px; /* Ajustez la valeur selon vos besoins */

}

.img {
    float: right;
}

.A1 {
    background-color: #f2f6f9;
    border: 1px solid #f2f6f9; /* Ajoutez une largeur à la bordure */
    box-shadow: 0px 0px 10px #f2f6f9;
    height: auto;
    width: auto;

}

.k1 {
    text-align: center;
    color: white;
    background-color: skyblue;
        font-weight: bold;

}

.t1 {
    background-color: transparent; /* Couleur d'arrière-plan vide */
}

.b1 {
    text-align: center;
    /* Align-content ne s'applique pas ici, utilisez align-items pour les éléments flex */
    align-items: center;
    color: skyblue;
        font-weight: bold;

}
.f1{
 border: groove;
 border-color: black;
}
.a1 {
    text-align: center;

}
.x1{
         font-weight: bold;
         text-decoration: underline;

}
.round-input {
  width: 50%%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  outline: none;
  transition: border-color 0.3s;
}

.round-input:focus {
  border-color: #0096FF; /* Couleur du cadre lorsqu'il est en focus */
}
.n1{
 display: inline-block;
    background-color: #128C7E; 
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* padding: 5px; */
    /* background-color: #318CE7; 	#25D366*/
    /* Fin des lignes supprimées */
    border-radius: 50px; /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 200px;
    text-align: center;
    cursor: pointer;
  transition: background-color 0.3s;
}
 
 .q1 {
  background-color: WHITE;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  
}

.q1:hover {
  background-color: #0074C8; /* Couleur de fond au survol */
}
 .m1{
 display: inline-block;
    background-color: #c7cf00;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 50px; /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 200px;
    text-align: center;
    cursor: pointer;
  transition: background-color 0.3s;
}
 .o1{
    font-weight: bold;
 display: inline-block;
    background-color: #FFD700 ;
    color: black;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 50px; /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 200px;
    text-align: center;
    cursor: pointer;
  transition: background-color 0.3s;
}
.course{
 width: 250px;
}
.o1:hover {
  background-color: #0074C8; /* Couleur de fond au survol */
 
}
.n1:hover {
  background-color: #0074C8; /* Couleur de fond au survol */
 
}
.m1:hover {
  background-color: #0074C8; /* Couleur de fond au survol */
 
}

    #popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
    }

    #popup img {
        max-width: 80%;
        max-height: 80%;
    }

    .fermer {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
.img {
    border-radius: 50%;
    overflow: hidden;
    width: 100px; /* Ajustez la taille selon vos besoins */
    height: 100px; /* Ajustez la taille selon vos besoins */
}
