.main-page{
    padding-top: 40px;
}
#page{
    overflow: hidden;
}
.finish{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-family: Futura;
    font-weight: bold;


    border: #fff 3px solid;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
#page-content.notavailable .participer{
    display: none;
}
.what .wp-block-column.right{
    position: relative;
}

.what .wp-block-column.right > *{
    position: relative;
}
.what .wp-block-column.right:after{
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    width: 170px;
    height: 192px;
    top: -97px;
    right: -120px;
    background-image: url('/wp-content/themes/yopreunion/imgs/deco.png');
}
.main-page{
    padding-top: 100px;
}

.what .what-description {
    font-family: Futura;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    text-align: left;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.how{
    padding-top: 100px;
    padding-bottom: 50px;
}
.how .wp-block-column.left{
    position: relative;
}

.how .wp-block-column.left > *{
    position: relative;
}
.how .wp-block-column.left:after{
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    width: 170px;
    height: 192px;
    top: -97px;
    left: -120px;
    background-image: url('/wp-content/themes/yopreunion/imgs/deco.png');
}
.how .how-description {
    font-family: Futura;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    text-align: left;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.how .right {
    padding-left: 50px;
}
#page{
    position: relative;
}
#page #container-content{
    position: relative;
    z-index: 2;
}
#page:after{
    z-index: 1;
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    width: 1364px;
    height: 1086px;
    bottom: 97px;
    right: -467px;
    background-image: url('/wp-content/themes/yopreunion/imgs/yopcreation-fond.png');
}
@media (max-width: 480px) {
    #page:after{
        display: none;
    }
    .how .how-description,
    .what .what-description{
        font-size: 20px;
        line-height: 100%;
    }

    .what .wp-block-column.right:after,
    .how .wp-block-column.left:after{
        display: none;
    }
    .what .wp-block-column.right .participer img{
        width: 35vw;
        height: auto;
        margin: 0 auto;
    }
    .how .wp-block-column.left .inscrir img{
        width: 35vw;
        height: auto;
        margin: 0 auto;
    }
    .how .wp-block-column.left .inscrir,
    .what .wp-block-column.right .participer{
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .how{
        padding-top: 50px;
    }
    .what .what-description,
    .how .how-description{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}