.containerreel1 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.containerreel2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.containerdoc1 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.containerdoc2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.VYT {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

lite-youtube {
    aspect-ratio: 16 / 9;
    width: 100%;
}
