body::after {
    background: rgb(0, 0, 0, 0.6);
}

.video-container {
    position: relative;
    width: 100%;
    /* prend toute la largeur du parent */
    padding-bottom: 56.25%;
    /* ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.soutiens {
    text-indent: 0;
}

.dossier {
    font-size: 1.2em;
    text-indent: 0;
}


@media (max-width: 479px) {
    .dossier {
        font-size: 1em;
    }
}