.gladiola {
    font-family: gladiola, sans-serif;
    font-size: 30px;
}

.article-link {
    background-color: white;
    border-radius: 50px;
    color: black;
    text-decoration: none;
    margin: 10px;
}

.top-article {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.top-article img {
    max-width: 125px;
}

#facebook {
    width: 30px;
}

#whatsapp {
    width: 70px;
}

#X {
    width: 70px;
}

.div1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.back-article {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.back-article img {
    max-width: 500px;
}

.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;
}

.partage p {
    font-weight: bold;
    font-size: 25px;
}

.container2 {
    max-width: 1000px;
    margin: 0 auto;
    display: none;
    flex-direction: row-reverse;
}

#article2-img {
    max-width: 200px;
    border-radius: 50px;
    margin: 0 20px;
}

#article3-img {
    max-width: 400px;
    border-radius: 50px;
    margin: 0 20px;
}