.site_page,
.site_page_sized
{
    background: #FFF;
}

.p_participe_top
{
    display: block;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, transparent calc( 100% - 200px), #FFFFFF 100%) ,url('../../../img/p_participe_bg_strie.svg'), linear-gradient(180deg, #F0F3F5 0%, #F0F3F5 65%, #F0F3F50B 100%);
    background-repeat: no-repeat;
    background-position: center, left calc( 100% + calc( 180 * calc( 100vw / 1440 ) ) ), center;
    background-size: auto, 50vw auto, auto;
}

.p_participe_top_back
{
    display: flex;
    width: 100%;
    align-items: flex-start;
    height: calc( calc( 80 * calc( 100vw / 1440 ) ) + calc( 180 * calc( 100vw / 1440 ) ) );
}

.p_participe_top_back .p_participe_top_back_txt
{
    display: flex;
    align-items: center;
    margin-top: calc( 80 * calc( 100vw / 1440 ) );
    height: calc( 180 * calc( 100vw / 1440 ) );

    color: #3695D819;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: calc( 220 * calc( 100vw / 1440 ) );
    text-transform: uppercase;
    position: relative;
    text-indent: calc( -40 * calc( 100vw / 1440 ) );

    overflow: hidden;
}

.p_participe_top_front
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: calc( -1 * calc( calc( 80 * calc( 100vw / 1440 ) ) + calc( 180 * calc( 100vw / 1440 ) ) ) );
    position: relative;
}

.p_participe_top_front_0
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    justify-content: space-between;
    margin: calc( 80 * calc( 100vw / 1440 ) ) 0px;
}

.p_participe_top_front_0_l
{
    display: flex;
    width: calc( 30% - 20px );
    align-items: flex-start;
    height: calc( 180 * calc( 100vw / 1440 ) );
    align-items: center;
}

.p_participe_top_front_0_l h1
{
    display: block;
    color: #3695D8;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: calc( 54 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
    text-transform: uppercase;
}

.p_participe_top_front_0_l h1 span
{
    text-decoration-line: underline;
    text-decoration-color: #3695D8;
    text-decoration-thickness: 6px;
    text-underline-offset: 10px;
}

.p_participe_top_front_0_r
{
    display: flex;
    width: calc( 70% - 20px );
    justify-content: center;
    align-items: flex-start;
}

.p_participe_top_front_0_r img
{
    height: calc( 412 * calc( 100vw / 1440 ) );
    max-width: 100%;
}

@media (min-width: 1441px)
{
    .p_participe_top
    {
        background-position:center, left calc( 100% + 180px ), center;
    }

    .p_participe_top_back
    {
        height: calc( 80px + 180px );
    }

    .p_participe_top_back .p_participe_top_back_txt
    {
        margin-top: 80px;
        height: 180px;
        font-size: 220px;
    }

    .p_participe_top_front
    {
        margin-top: calc( -1 * calc( 80px + 180px ) );
    }
    .p_participe_top_front_0
    {
        margin: 80px 0px;
    }

    .p_participe_top_front_0_l
    {
        height: 180px;
    }

    .p_participe_top_front_0_l h1
    {
        font-size: 54px;
    }

    .p_participe_top_front_0_r img
    {
        height: 412px;
    }
}

@media (max-width: 1024px)
{
    .p_participe_top_front_0_l h1
    {
        font-size: 40px;
    }
}

@media (max-width: 768px)
{
    .p_participe_top
    {
        background-size: auto, 100vw auto, auto;
        background-position: center, left calc( 100% + 80px ), center;
    }

    .p_participe_top_front_0_l
    {
        width: calc( 100% - 140px - 10px );
    }

    .p_participe_top_front_0_r
    {
        width: 140px;
    }

    .p_participe_top_front_0_l h1
    {
        font-size: 26px;
    }
}
