.home_present
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}

.home_present_plateforme
{
    display: flex;
    width: calc( 100% - calc( 100 * calc( 100vw / 1440 ) ) );
    margin-top: calc( 80 * calc( 100vw / 1440 ) );
    justify-content: center;
    align-items: center;
    position: relative;
}

.home_present_plateforme_txt
{
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    max-width: 760px;
}

.home_present_plateforme_txt_ttl
{
    display: block;
    color: #3695D8;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: calc( 22 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
}

.home_present_plateforme_txt_dsc
{
    display: block;
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1.5;
    font-size: calc( 24 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
    margin-top: calc( 10 * calc( 100vw / 1440 ) );
    overflow: auto;
}

.home_present_plateforme_img
{
    display: flex;
    width: calc( 40% - 20px );
    text-align: center;
    justify-content: center;
}

.home_present_plateforme_img img
{
    width: auto;
    height: calc( 340 * calc( 100vw / 1440 ) );
    max-height: 340px;
}

.home_present_plateforme_btn
{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 20px 0px;
}

.home_present_plateforme_btn > a
{
    background: #3695D8 0% 0% no-repeat padding-box;
    border: 2px solid #3F95D6;
    color: #FFFFFF;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 18px;
    text-decoration: none;
    padding: 19px 32px;
    border-radius: 40px;
    transition: all 345ms ease-in;
}

.home_present_plateforme_btn > a:hover
{
    background: #FFF;
    color: #3695D8;
}

.home_present_bg
{
    width: 100%;
    height: calc( 280 * calc( 100vw / 1440 ) );
    min-height: 160px;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #FFF 70%, #FFF 100%), url('../../../img/home_presentation_bg_1.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100%;
    margin: calc( -80 * calc( 100vw / 1440 ) ) 0px;
}

@media (max-width: 1024px)
{
    .home_present_bg
    {
        background-image: url('../../../img/home_presentation_bg_1.svg');
    }
}

.home_present_obj
{
    display: flex;
    width: calc( 100% - calc( 100 * calc( 100vw / 1440 ) ) );
    justify-content: center;
    align-items: center;
    position: relative;
}

.home_present_obj_txt
{
    display: flex;
    width: 60%;
    max-width: 700px;
    flex-direction: column;
    align-items: flex-start;
}

.home_present_obj_txt_ttl
{
    display: block;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: calc( 22 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
}

.home_present_obj_txt_dsc
{
    display: block;
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1.5;
    font-size: calc( 20 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
    margin-top: calc( 10 * calc( 100vw / 1440 ) );
    overflow: auto;
}

.home_present_obj_img
{
    display: flex;
    width: calc( 40% - 20px );
    text-align: center;
    justify-content: center;
}

.home_present_obj_img img
{
    width: auto;
    height: calc( 240 * calc( 100vw / 1440 ) );
    max-height: 240px;
}

.home_present_plateforme_img_float,
.home_present_obj_img_float
{
    display: none;
}

@media (max-width: 1024px)
{
    .home_present_plateforme_txt,
    .home_present_plateforme_img,
    .home_present_obj_txt,
    .home_present_obj_img
    {
        width: unset;
    }

    .home_present_plateforme_txt_ttl,
    .home_present_obj_txt_ttl
    {
        font-size: 20px;
    }

    .home_present_plateforme_txt_dsc,
    .home_present_obj_txt_dsc
    {
        font-size: 18px;
        margin-top: 10px;
    }

    .home_present_plateforme_img img,
    .home_present_obj_img img
    {
        max-height: 200px;
        min-height: 160px;
    }

    .home_present_plateforme_btn > a
    {
        font-size: 18px;
        padding: 12px 20px;
    }

    .home_present_plateforme_btn > a:hover
    {
        box-shadow: unset;
    }
}

@media (max-width: 500px)
{
    .home_present_plateforme,
    .home_present_obj
    {
        align-items: flex-start
    }

    .home_present_bg
    {
        height: 120px;
        min-height: unset;
        margin: -40px 0px -10px 0px;
    }

    .home_present_plateforme_txt,
    .home_present_obj_txt
    {
        width: calc( 100% - 0px );
    }

    .home_present_plateforme_img,
    .home_present_obj_img
    {
        display: none;
    }

    .home_present_plateforme_txt_ttl,
    .home_present_obj_txt_ttl
    {
        font-size: 20px;
    }

    .home_present_plateforme_txt_dsc,
    .home_present_obj_txt_dsc
    {
        font-size: 18px;
        margin-top: 10px;
    }

    .home_present_plateforme_img_float,
    .home_present_obj_img_float
    {
        display: inline-block;
        width: 120px;
        float: left;
    }

    .home_present_plateforme_img_float img,
    .home_present_obj_img_float img
    {
        display: block;
        max-height: unset;
        min-height: unset;
        width: 100%;
        height: auto;
        margin-left: -10px;
    }

    .home_present_plateforme_btn
    {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin: 20px 0px;
    }
    .home_present_plateforme_btn > a
    {
        font-size: 14px;
        padding: 10px 16px;
    }

    .home_present_plateforme_btn > a:hover
    {
        box-shadow: unset;
    }
}
