.videos {
    position: relative;
    padding: 10rem 0 9rem;
    z-index: 1;
    background-color: #e72466;
}

.videos:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg-curlies.svg);
    background-position: bottom,top;
    z-index: -1;
    opacity: 0.1;
}

.videos .wp-block-embed-youtube {
    box-shadow: -15px 15px 1px 1px rgb(252, 210, 47);
    margin: 1rem 0;
}

.videos iframe {
    width: 100%;
}

#hero-simple + #main .content .videos {
    padding: 1rem;
    background-color: #4a4fa1;
}

.le-parcours-accompagnateur #hero-simple + #main.main-parcours .content .videos {
    background-color: #e72466;
}