.gladiola {
    font-family: gladiola, sans-serif;
    font-size: 30px;
}


.article-in img {
    max-width: 500px;
}

.article-in h3 {
    font-family: gladiola;
    font-size: 30px;
}

ul li {
    text-align: left;
    font-family: agrandir;
}

.article-in a {
    color: white;
}

.partage {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 0 10px;
    align-items: center;
    max-width: 320px;
    border-radius: 50px;
    justify-content: flex-start;
    margin-top: 20px;
}

.partage p {
    font-weight: bold;
    font-size: 25px;
}

#facebook {
    width: 30px;
}

#whatsapp {
    width: 70px;
}

#X {
    width: 70px;
}

.div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container2 {
    display: flex;
    flex-direction: row-reverse;
}

.article-in2 img {
    max-width: 500px;
}