/*@todo réseaux sociaux*/

.etude-reseaux-sociaux {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .etude-reseaux-sociaux {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {


    .backgroundImageReseauxSociaux1 {
        background-image: url("https://dev.mailex.fr/sitevitrine/steven/citelogic/public/image/images/reseaux-sociaux/etude1.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 700px; /* Ajuste selon la hauteur réelle de ton image ou du contenu */
        display: flex;
        align-items: center;
    }

    .backgroundImageReseauxSociaux2 {
        background-image: url("https://dev.mailex.fr/sitevitrine/steven/citelogic/public/image/images/reseaux-sociaux/etude2.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 700px; /* Ajuste selon la hauteur réelle de ton image ou du contenu */
        display: flex;
        align-items: center;
    }
}
