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

.p_participe_candidat_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    background-image: url('/wp-content/themes/aramaso/assets/img/home_bg_publications.webp');
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    justify-content: space-evenly;
    margin-bottom: 80px;
}


.p_participe_candidat_l
{
    width: calc( 50% - 10px );
    max-width: 475px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.p_participe_candidat_l_txt
{
    display: block;
    width: 100%;

    color: #FFFFFF;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1.5;
    font-size: calc( 26 * calc( 100vw / 1440 ) );
}

@media (min-width: 1441px)
{
    .p_participe_candidat_l_txt
    {
        font-size: 26px;
    }
}

@media (max-width: 1024px)
{
    .p_participe_candidat_l_txt
    {
        font-size: 20px;
    }
}

.p_participe_candidat_l_btn_c
{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}


.p_participe_candidat_l_btn
{
    display: flex;
    align-items: center;
    margin-top: calc( 46 * calc( 100vw / 1440 ) );
    background: #FFFFFF;
    padding: 12px 20px;
    border-radius: 40px;
    overflow: hidden;
    text-decoration: none;
    border: 2px solid #FFF;
    transition: all 345ms ease;
    font-size: 18px;
}

.p_participe_candidat_l_btn:hover
{
    background: #3695D8;

}

@media (min-width: 1441px)
{
    .p_participe_candidat_l_btn
    {
        margin-top: 46px;
    }
}

@media (max-width: 1024px)
{
    .p_participe_candidat_l_btn
    {
        margin-top: 24px;
    }
}

.p_participe_candidat_l_btn span:nth-child(1)
{
    margin-right: 10px;
}

.p_participe_candidat_l_btn span:nth-child(1) svg
{
    width: 24px;
    height: auto;
}

.p_participe_candidat_l_btn svg path
{
    transition: all 345ms ease;
}

.p_participe_candidat_l_btn:hover svg path
{
    fill: #FFF;
}

.p_participe_candidat_l_btn span:nth-child(2)
{
    color: #3695D8;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
}

.p_participe_candidat_l_btn:hover span:nth-child(2)
{
    color: #FFF;
}

.p_participe_candidat_r
{
    width: calc( 50% - 10px );
    max-width: 475px;
    display: flex;
    justify-content: center;
}

.p_participe_candidat_r img
{
    margin-top: 40px;
    background-image: url('/wp-content/themes/aramaso/assets/img/cercle_coupe.svg');
    background-repeat: no-repeat;
    background-position: center calc( 100% + calc( 100 * calc( 100vw / 1440 ) ) );
    background-size: 100% auto;
    width: calc( 450 * calc( 100vw / 1440 ) );
    margin-bottom: -30px;
}

@media (min-width: 1441px)
{
    .p_participe_candidat_r img
    {
        background-position: center calc( 100% + 100px );
        width: 450px;
    }
}



@media (max-width: 999px)
{
    .p_participe_candidat_sz
    {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 40px;
    }

    .p_participe_candidat_l,
    .p_participe_candidat_r
    {
        width: calc( 100% - 20px );
        max-width: unset;
    }

    .p_participe_candidat_l
    {
        margin: 10px 0px 40px 0px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .p_participe_candidat_r img
    {
        margin-bottom: 0px;
        width: 260px;

        background-image: url('/wp-content/themes/aramaso/assets/img/cercle_coupe.svg');
        background-repeat: no-repeat;
        background-position: center calc( 100% + 60px );
    }
}


.p_the_content
{
    background-image: url('/wp-content/themes/aramaso/assets/img/p_participe_bg_content.svg');
    background-position: right calc( 100% + 100px );
    background-repeat: no-repeat;
}
