﻿#revendeur-group {
    display: flex;
    align-items: flex-start;
}

@media(min-width: 1024px) {
    #revendeur-text {
        flex: 1;
    }

    #revendeur-img {
        padding-top: 40px;
        flex: 1;
        max-width: 20%;
        margin-left: 5%;
        margin-top: -8%;
    }
}
    #revendeur-img img {
        width: 100%;
    }
