*{
    margin: 0;
    padding: 0;
}

.menu {
    background-color: #23449a;
    color: white;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding: 10 0;
    
}

a{
    color: white;
    text-decoration: none;
   
}

footer{
    background-color: #23449a;
    color: white;
}
.creationsite{
    background-color: #23449a;
    color: whitesmoke;
    text-align: center;
    width: 100%;
   height: 100%;
   padding-top: 50px;

}
.maintenance{
    border-color: black;
    text-align: center;
  }
.titremaintenance{
    font-size: 60px;
}
.soustitremaintenance{
    font-size: 50px;
    padding-bottom: 15px;
}
.paragraphemaintenance{
    font-size: 25px;
    padding-bottom: 5px;
}
.imagemaintenance{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 400px;
    height: 400px;
    opacity: 90%;
}
.iconedoctolib{
    width: 100px;
    height: 40px;
}
.button {
    display: inline-block; /* Permet d'appliquer une taille et des marges */
    padding: 10px 20px; /* Espace à l'intérieur du bouton */
    margin: 20px;
    background-color:#23449a; /* Couleur de fond (bleu par défaut) */
    color: white; /* Couleur du texte */
    text-decoration: none; /* Enlève le soulignement du lien */
    border-radius: 5px; /* Arrondit les coins du bouton */
    font-weight: bold; /* Texte en gras */
    border: none; /* Pas de bordure par défaut */
    cursor: grab; /* Change le curseur en une main au survol */
}
    

.button:hover {
    background-color: #18306b; /* Une couleur plus foncée au survol */
}
footer{
    bottom: 0; /**/
    width: 100%; /* prends tout la largueur */
}

.contain-footer{
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}
li{
    list-style-type: none;
}
.picture-home img{
    width: 100%;
    height: 204 px;
}