body {
    margin: 0;
    background-color: #1c2b32;
    color: #e7cc88;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.bandeau {
    margin: 0 auto 30px;
}

.bandeau img {
    display: block;
    width: 276px;
    height: 200px;
    margin: 0 auto;
}

.videos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.video {
    flex: 0 0 500px;
}

.grande-image {
    display: block;
    width: 500px;
    height: 281px;
    object-fit: cover;
}

.legende {
    min-height: 55px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.numero {
    width: 55px;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #c0b8a0;
}

.texte {
    flex: 1;
    text-align: center;
    line-height: 1.4;
}

.icone-client {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.icone-client img {
    display: block;
    width: 48px;
    height: 48px;
}

.facebook {
    margin: 45px 0 20px;
}

.facebook img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

a img {
    border: 0;
}

@media (max-width: 530px) {
    .video {
        width: 94%;
    }

    .grande-image {
        width: 100%;
        height: auto;
    }
}