.liste-videos {
    display: flex;
    gap: 3.5rem 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liste-videos .video-conteneur {
    width: 48%;
}

.liste-videos .video-yt {
    width: 100%;
}

.liste-videos .titre {
    color: #707070;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: normal;
}
