.div-avis {
    display: flex;
    margin-left: 32px;
    margin-right: 32px;
    padding-bottom: 64px;
}

.cards-avis {
    display: flex;
}

.cards-div {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 46px;
    padding-bottom: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-info-picto {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.div-info-picto-general {
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
}

.div-picto {
    display: flex;
    margin-bottom: 46px;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
}

.div-general {
    display: flex;
    align-items: center;
}

.div-info-general {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.grande-entreprise {
    padding-top: 128px;
    padding-bottom: 128px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-avis {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.avis-card {
    flex: 1;
    max-width: 25%;
    border-radius: 8px;
    padding: 46px 16px 64px 16px;
    background-size: cover;
    margin: 16px;
}

@media (min-width: 800px) {
    .cards-avis {
        width: 33%;
    }

    .div-info {
        width: 50%;
    }

    .div-info-picto-general {
        margin-left: 64px;
        margin-right: 64px;
    }

    .div-info-picto-general {
        margin-left: 32px;
        margin-right: 32px;
    }

    .text-picto {
        font-size: 24px;
    }

    .text-title {
        font-size : 32px;
    }

    .img-left {
        width: 462px;
        max-width: 50%;
        height: auto;
        margin-right: 64px;
    }

    .img-right {
        width: 462px;
        height: auto;
        max-width: 50%;
        margin-left: 64px;
    }

    .div-picto {
        margin-left: 16px;
        margin-right: 16px;
    }

    .text-left {
        margin-left: 64px;
        margin-right: 32px;
    }

    .text-right {
        margin-right: 64px;
    }

    .div-info-general {
        padding: 64px;
    }

    .video {
        width: 663px;
        height: 500px;
    }

    .text-entreprise {
        font-size : 20px;
    }

}

@media (max-width: 800px) {
    .div-avis {
        display: initial;
    }

    .cards-avis {
        width: 100%;
        margin-bottom: 32px;
    }

    .div-info-picto-general {
        flex-direction: column;
    }

    .div-info-picto-general {
        flex-direction: column;
    }

    .text-picto {
        font-size: 20px;
    }

    .div-general {
        flex-direction: column;
    }

    .img-left {
        width: 80%;
        margin-bottom: 32px;
    }

    .div-picto {
        margin-left: 32px;
        margin-right: 32px;
    }

    .img-none {
        display: none;
    }

    .div-info-general {
        padding: 32px;
        padding-bottom: 64px;
    }

    .text-video {
        margin-left: 32px;
        margin-right: 32px;
    }

    .video {
        width: 80%;
    }

    .grande-entreprise {
        background-position: center;
    }

    .text-title {
        font-size : 20px;
    }

    .text-entreprise {
        font-size : 16px;
    }

    .list-testimony {
        width: 100% !important;
        margin: 0 !important;
    }

    .list-avis {
        flex-direction: column;
        align-items: center;
    }

    .avis-card {
        max-width: initial;
        width: 80%;
    }
}