.reseaux {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.reseaux__texte {
    display: flex;
    align-self: center;
    justify-content: center;
}

.reseaux__texte p {
    margin-bottom: 0px;
}

.reseaux__link img {
    display: inline-block;
    width: 35px !important;
    margin-left: 5px;
    margin-right: 5px;
}

@media(min-width:992px) {
    .reseaux {
        text-align: left;
    }
    .reseaux__texte {
        justify-content: flex-start;
    }
    .reseaux__link p {
        display: inline-block;
        width: fit-content !important;
        position: relative;
        top: 2px;
    }
}