body {
    background-color: #1E90FF;
    height: 100vh;
    color: black;
}

button {
    border-radius: 25px;
    margin-top : 60px;
    font-size: 24px;
    transition: all 0.3s ease;
    width : 80%;
    background-color: #C1BDB3;
}

button:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #fff;
}




.centrer {
    text-align : center;
}

header {
    background-color: #C1BDB3; /* Couleur de fond du haut de la page */
    text-align: center;
    height : 130px;
    width : 100%;
}


.logo, .logoProfil {
    height: 70px; /* Ajuste la hauteur de l'image */
    width: auto; /* Assure une largeur proportionnelle */
}

body, header {
    margin: 0;
    padding: 0;
}
