.mooc_chapitre_0
{
    background: #F8F8F8;
    padding-bottom: 60px;
}

.mooc_chapitre_0_top
{
    display: flex;
    width: 100%;
    justify-content: center;
    background-image: linear-gradient(180deg, transparent 0px, transparent calc( 100% - 120px ), #F8F8F8 calc( 100% - 120px ), #F8F8F8 100%), url("../img/bd_page_mooc_malina.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.mooc_chapitre_0_top_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 820px;
    flex-direction: column;
}


.mooc_chapitre_0_top_sz .mooc_chapitre_1_top_back img
{
    height: 16px;
    margin-right: 10px;
    transform: rotate(0deg);
}

.mooc_chapitre_0_top_about
{
    display: flex;
    width: 100%;
    background: #C80023 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000012;
    justify-content: center;
}

.mooc_chapitre_0_top_about_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 700px;
    flex-direction: column;
    padding: 50px 0px;
}

.mooc_chapitre_0_top_about_ttl
{
    display: flex;
    width: calc( 100% - 40px );
    padding-left: 40px;
    border-left: 6px solid #FFF;

    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1.1;
    font-size: 46px;
    font-weight: unset !important;
    color: #FFFFFF;
}


.mooc_chapitre_0_top_about_p1
{
    display: block;
    width: calc( 100% - 40px );
    padding-left: 40px;
    border-left: 6px solid transparent;

    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1.375;
    font-size: 16px;
    font-weight: unset !important;
    color: #FFFFFF;

    margin-top: 20px;
}

.mooc_chapitre_0_top_about_p1 strong
{
    font-family: "IBM Plex Sans", serif; font-weight: 700;
}

.mooc_chapitre_0_corps
{
    display: flex;
    width: 100%;
    justify-content: center;
}

.mooc_chapitre_0_corps_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 820px;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
}

.mooc_chapitre_0_corps_ttl
{
    display: flex;
    padding: 16px 60px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;

    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1;
    font-size: 30px;
    font-weight: unset !important;
    color: #000000;
    margin-bottom: 10px;
}


.mooc_chapitre_0_corps_i
{
    display: flex;
    width: 100%;
    background: #FFFFFF;
    flex-direction: column;
    margin-top: 40px;
    text-decoration: none !important;
}

.mooc_chapitre_0_corps_i_top
{
    display: flex;
    width: 100%;
    align-items: center;

    border-bottom: 1px solid #000000;
}

.mooc_chapitre_0_corps_i:last-child .mooc_chapitre_0_corps_i_top
{
    border-bottom: unset;
}

.mooc_chapitre_0_corps_i_top_num
{
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 0px;

    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1;
    font-size: 24px;
    font-weight: unset !important;
    color: #000000;
}

.mooc_chapitre_0_corps_i_top_num span
{
display: block;
color: #767575;
line-height: 1;
font-size: 12px;
font-family: "IBM Plex Sans", serif; font-weight: 700;
font-weight: unset !important;
}

.mooc_chapitre_0_corps_i_top_ttl
{
    width: calc( 100% - 160px );
    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1.375;
    font-size: 20px;
    font-weight: unset !important;
    color: #C80023;

    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mooc_chapitre_0_corps_i_top_ttl img
{
    height: 16px;
    margin-top: 6px;
}

.mooc_chapitre_0_corps_i_top_arr
{
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0px;
    cursor: pointer;
}

.mooc_chapitre_0_corps_i .mooc_chapitre_0_corps_i_top_arr img
{
    transform: rotate(90deg);
    transition: all 345ms ease;
}

.mooc_chapitre_0_corps_i.open .mooc_chapitre_0_corps_i_top_arr img
{
    transform: rotate(-90deg);
}

.mooc_chapitre_0_corps_i.certif .mooc_chapitre_0_corps_i_top_arr
{
    padding: 20px 0px;
}

.mooc_chapitre_0_corps_i.certif .mooc_chapitre_0_corps_i_top_arr img
{
    transform: unset !important;
    height: 32px;
}

.mooc_chapitre_0_corps_i_lecons
{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0px;
    height: 0px;
    overflow: hidden;
}

.mooc_chapitre_0_corps_i.open .mooc_chapitre_0_corps_i_lecons
{
    padding-bottom: 30px;
    height: unset;
}

.mooc_chapitre_0_corps_i_lecons_i
{
    display: flex;
    flex-direction: column;
    width: calc( 100% - 160px );
    margin-top: 24px;
    text-decoration: none;
}

.mooc_chapitre_0_corps_i_lecons_i.disabled
{
    cursor: not-allowed;
}

.mooc_chapitre_0_corps_i_lecons_i_num
{
    width: 100%;
    font-family: "IBM Plex Sans", serif; font-weight: 500;
    line-height: 1;
    font-size: 14px;
    font-weight: unset !important;
    color: #767575;
}

.mooc_chapitre_0_corps_i_lecons_i_ttl
{
    width: 100%;
    font-family: "IBM Plex Sans", serif; font-weight: 600;;
    line-height: 1.375;
    font-size: 18px;
    font-weight: unset !important;
    color: #000000;
    margin-top: 6px;
}


.mooc_chapitre_0_run
{
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.mooc_chapitre_0_run a
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 280px;
    align-items: center;
    justify-content: center;
    background: #C80023 0% 0% no-repeat padding-box;
    color: #FFFFFF;

    font-family: "IBM Plex Sans", serif; font-weight: 600;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    text-decoration: none;

    padding: 18px 32px;
    border-radius: 0px;
    transition: all 234ms ease;

    text-decoration: none !important;
    outline: none !important;
}

.mooc_chapitre_0_run a:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #C80023;
    box-shadow: 0px 0px 12px #C80023;
}

.mooc_chapitre_0_corps_i_lecons_i .mooc_chapitre_0_run
{
    margin-top: 0px;
    justify-content: flex-start;
}

.mooc_chapitre_0_corps_i_lecons_i .mooc_chapitre_0_run a
{
    width: fit-content;
    font-size: 14px;
    font-weight: unset !important;
    text-decoration: none;

    padding: 14px 20px;
}

@media (max-width: 1100px)
{
    .mooc_chapitre_0_top_about_sz
    {
        padding: 40px 0px;
    }

    .mooc_chapitre_0_top_about_ttl
    {
        width: calc( 100% - 30px );
        padding-left: 30px;
        border-left: 4px solid #FFF;
        font-size: 40px;
    }

    .mooc_chapitre_0_top_about_p1
    {
        width: calc( 100% - 30px );
        padding-left: 30px;
        border-left: 4px solid transparent;
        font-size: 16px;
        margin-top: 16px;
    }
}


@media (max-width: 700px)
{
    .mooc_chapitre_0_top_about_sz
    {
        padding: 30px 0px;
    }

    .mooc_chapitre_0_top_about_ttl
    {
        width: calc( 100% - 20px );
        padding-left: 20px;
        border-left: 4px solid #FFF;
        font-size: 28px;
    }

    .mooc_chapitre_0_top_about_p1
    {
        width: calc( 100% - 20px );
        padding-left: 20px;
        border-left: 4px solid transparent;
        font-size: 16px;
        margin-top: 10px;
    }

    .mooc_chapitre_0_corps_i_lecons_i
    {
        width: calc( 100% - 20px );
        margin-top: 24px;
    }
}
