h1 {
    color: white;
    font-family: Georgia, serif;
    font-weight: 3000;
    margin-left: 3%;

}

.description_img {
    margin-top: 3%;
    text-align: center;
    margin-bottom: 2%;
}
.description_img img {
 width: 80%;
}

h2 {
    margin-top: 2%;
    margin-left: 5%;
    color: white;
}

@media screen and (max-width: 1000px) {
    

}

.box {
    
    background-color: #192537;
    border: solid white 1px;
    width: 60%;
    margin: auto;
    padding: 1%;
    margin-bottom: 5%;

}
h4{
color: white;
}
.nom{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4.976523%;
}
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%;
}
h5{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 30pt;
}
.klein{
    width: 20%;
    margin: auto;
}
#articles {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}