i{
    color: #088ef4;
}


.contact-form {
    background: transparent; /* Fond transparent */
    padding: 12px 5px;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Ombre portée */


    /* border: 2px solid white; */
}


.formgroupe .buttonsub {
    /* ... Vos autres propriétés CSS ... */
    padding: 6px 25px; /* Réduction du padding */
    margin: 5px auto; /* Réduction de la marge */
    width: auto; /* Ajustement de la largeur automatique pour s'adapter au contenu */
}





