h1{
    color: white;
    font-family: Georgia, serif;
    font-weight: 3000;
    margin-left: 3%;
}
h2{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}
#articles {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

#articles img {
    width: 46%;
    margin: 0 auto;
}


.nom{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4.976523%;
}
.separe {
    width: 80.912373213983%;
    color: hwb(188 49% 37%);
    border: solid 2px;
}
h3{
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    text-align: justify;
    font-size: 15pt; 
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3.7981239123%;
}
.taille{
    display:flex;
    flex-direction: row;
    width: 80%;
   
} 
