.couseCategory.enhacedGratuit {
    background: #ffcc02;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.coursePremiumNeed {
    position: absolute;
    top: 45px;
    color: white;
    width: 205px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6502;
    z-index: 9999;
    padding: 10px;
    border-radius: 5px;
}

.innerPrmNeed i.fas.fa-lock {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.innerPrmNeed strong {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 25px);
    max-width: 160px;
}

.standard-course-lesson-content figure {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.standard-course-lesson-content figure::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16/9));
}

.standard-course-lesson-content figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
