h1,p{
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

a{
    color: black;
}
body{
    
    background :linear-gradient(90deg,#cfc6b0,#9c8d66)

}
a:hover{
    color: red;
}
section{
    border: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
li{
    font-size: 1.2em;
}
/*.section2{
    display: flex;
    justify-content: center;
    justify-items: center;

}*/
.section_titre_acceuil{
    justify-content: center;
}
.titre_acceuil{
    text-align: center;
}
.logo{
    width: 10%;
}
/*.img2{
    width: 100%;
}
.img1{
    margin: auto;

}*/
.menu{
    display: flex;
    margin-left:10px;
    margin-right: 10px;
    border: none;
}
.menu_element{
    margin:auto;
}
.container{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: none;
    align-items: center;
}

.titre-img{
    text-align: center;
    margin-top: 10px;
}
.container_img{
    width: 20%;
    margin-left:10px;
    margin-right: 10px;
    border: 1px solid black;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column; /* Aligne les éléments verticalement */
    align-items: center; /* Centre les éléments horizontalement */
    min-width: 320px
}
.img {
    max-width: 100%;
    height: auto;
}

/* Pour les petits écrans, les images doivent occuper plus de place */
@media (max-width: 800px) {
    .container_img {
        width: 45%; /* Plus large pour les écrans plus petits */
    }
}

@media (max-width: 500px) {
    .container_img {
        width: 100%; /* Prend toute la largeur sur les très petits écrans */
    }
}
.pied-page, .pied-page * {
    border: none;
    display: flex;
    margin:auto /*justify-content: space-around; DONNE LE MEME RESULTAT*/
   
}
.section_erp1{
    display: flex;
}

/*h1{
    border: 1px #0c0c0c solid;
}*/


