.section {
    position: relative;
}

.container {
    position: relative;
    z-index: 990;
}

.section_bg {
    bottom: 600px;
}

.video-player {
    margin-bottom: 0;
}

.video-player__embed iframe {
    border-color: white !important;
}

.page-cabinet__fallback {
    padding: 80px 0;
}

.page-cabinet__content {
    margin-top: 32px;
}

@media all and (max-width:888px) {
    
    body > div > section.valeurs-section.section > div > div.valeurs-section__grid > .avantage-card {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}