/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


html,
body
{
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: Segoe_UI_Bold;
    src: url('../fonts/segoeuib.woff');
}

@font-face {
    font-family: Segoe_UI_Semibold;
    src: url('../fonts/seguisb.woff');
}

@font-face {
    font-family: Segoe_UI_Regular;
    src: url('../fonts/segoeui.woff');
}

@media (max-width: 1024px)
{
    .desktop_only
    {
        display: none !important;
    }
}

@media (min-width: 1025px)
{
    .mobile_only
    {
        display: none !important;
    }
}

.site_page
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.site_sized_2000
{
    display: block;
    width: 100%;
    max-width: 2000px;
}





/* b_ header */
header
{
    background: #E8F5FCe0;
    background-blend-mode: screen;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999999999;
    position: fixed;
    left: 0px;
    width: 100%;
}

@media (min-width: 2001px)
{
    header
    {
        width: 2000px;
        left: calc(50% - 1000px)
    }
}


.header_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1920px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

@media (max-width: 1024px)
{
    .header_sized
    {
        width: 100%;
    }
}

.header_logo_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 184px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header_logo_container img
{
    display: block;
    width: 184px;
    max-width: 100%;
    margin: 20px 0px 6px 0px;
}



.header_menu_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1024px;
}

.header_menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header_menu_item
{
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    border: 2px solid transparent;
    color: #0C226F;
    padding: 12px 12px;
    margin: 0px 10px;
    text-decoration: none;
    font-family: "Segoe_UI_Bold";
}


.header_menu_item.active,
.header_menu_item:hover
{
    border: 2px solid #0C226F;
    color: #0C226F;
}

@media (min-width: 1024px) and ( max-width: 1100px )
{
    .header_menu_container
    {
        width: calc( 100% - 192px - 256px );
        max-width: 735px;
    }

    .header_logo_container
    {
        width: 140px;
    }


    .header_menu_item
    {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        border: 2px solid transparent;
        color: #0C226F;
        padding: 12px 2px;
        margin: 0px 2px;
        text-decoration: none;
    }

}




.header_coord_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 400px;
}

.header_coord_item.tel
{
    background: #FFFFFF;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
    margin: 10px;
    font-family: "Segoe_UI_Semibold";
    color: #0C226F;
    padding: 10px 18px;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}

.header_coord_item.tel:hover
{
    background: #FFFFFF;
    color: #279DF9;
    -webkit-box-shadow: 0px 0px 12px #279DF9;
            box-shadow: 0px 0px 12px #279DF9;
    border-radius: 4px;
}

.header_coord_item.rs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #0C226F;
    text-decoration: none;
    margin: 3px;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}



.header_coord_item.rs:hover
{
    color: #389DF6;
}

@media (min-width: 1024px) and ( max-width: 1100px )
{
    .header_coord_container
    {
        width: unset;
    }

    .header_coord_item.tel
    {
        font-size: 16px;
        line-height: 16px;
        margin: 4px;
        padding: 10px 10px;
    }

    .header_coord_item.rs
    {
        width: 36px;
        height: 36px;
        font-size: 36px;
        margin: 3px;
    }
}




.mobile_menu
{
    width: 100%;
    z-index: 99999999;
}

.mobile_menu_header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}

.mobile_menu_header_logo
{
    width: 180px;
    height: 90px;
}

.mobile_menu_header_logo img
{
    display: block;
    width: 134px;
    margin: 10px;
}

.mobile_menu_header_hamburger
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #0C226F;
}

.mobile_menu_header_hamburger i
{
    font-size: 32px;
}


.mobile_menu_content
{
    background: #E8F5FCe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.header_mobile_menu_item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    padding: 10px 32px;
    color: #0C226F !important;
    font-size: 16px;
    font-family: "Segoe_UI_Semibold";
}

.header_mobile_menu_item.active
{
    width: unset;
    background: #0C226F !important;
    color: #FFFFFF !important;
    margin-top: 10px;
    border-radius: 20px;
}


/* e_ header */




/* b_ section banner */
.banner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.banner_sized
{
    display: block;
    width: 100%;
    height: calc( 0.34 * 100vw );
    max-height: 700px;
    overflow: hidden;
}

@media (max-width: 680px)
{
    .banner_sized
    {
        height: 320px;
    }
}

.banner_media_container
{
    display: block;
    width: 100%;
    height: 100%;
}

.banner_video_container
{
    display: block;
    width: 100%;
    height: 100%;
}

.banner_video
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 680px)
{
    .banner_video
    {
        width: auto;
        height: 100%;
        position: relative;
        right: calc( 465px - 50vw );
    }
}

.banner_poster
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    background-size: cover;
    background-position: center;
}

.banner_grad_container
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    background: #0C226F;
    opacity: 0.22;
}

.banner_top_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: relative;
    top: -200%;
}

.banner_top_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 1280px;
}

.banner_top
{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 64px;
}

.banner_video_btn_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFFFFF30;
    border-radius: 50%;
    cursor: pointer;
}

.banner_video_btn
{
    background: #FFFFFF;
    width: 40px;
    height: 44px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: relative;
    left: 4px;
    -webkit-transition: background 345ms ease-in-out;
    -o-transition: background 345ms ease-in-out;
    transition: background 345ms ease-in-out;
}

.banner_video_btn_container:hover .banner_video_btn
{
    background: #279DF9;
}



@media (max-width: 1024px)
{
    .banner_video_btn_container
    {
        width: 80px;
        height: 80px;
    }

    .banner_video_btn
    {
        width: 20px;
        height: 24px;
        left: 4px;
    }
}
/* e_ section banner */





/* presentation */
.presentation
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url('../img/13.png');
    background-size: cover;
    background-position: center;
}

.presentation_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    border: 8px solid #389DF6;
    margin: 36px 32px;
    background-size: cover;
    background-position: top center;
    background: linear-gradient(90deg, transparent 23% ,#ffffffed 44%, #fff) , url(../img/g13.png);
}

.presentation_content
{
    display: block;
    width: 50%;
    padding: 32px;
}

.presentation_title
{
    color: #24214A;
    font-family: "Segoe_UI_Bold";
    font-size: 39px;
    line-height: 52px;
}


.presentation_text
{
    color: #24214A;
    font-family: "Segoe_UI_Regular";
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.presentation_btn
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #0C226F;
    color: #FFFFFF;
    font-family: "Segoe_UI_Semibold";
    font-size: 22px;
    line-height: 22px;
    padding: 14px 56px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}

.presentation_btn:hover
{
    background: #FFFFFF;
    color: #0C226F;
    -webkit-box-shadow: 0px 0px 12px #0C226F;
            box-shadow: 0px 0px 12px #0C226F;
    border-radius: 4px;
}

@media (max-width: 768px)
{
    .presentation_sized
    {
        border: 4px solid #389DF6;
        margin: 20px 12px;
    }

    .presentation_content
    {
        width: 100%;
        padding: 12px;
        text-align: center;
    }

    .presentation_title
    {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .presentation_text
    {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        text-align: center;
    }

    .presentation_btn
    {
        font-size: 16px;
        line-height: 16px;
        padding: 14px 56px;
        margin-top: 20px;
    }
}

@media (min-width: 769px) and (max-width:1024px)
{
    .presentation_sized
    {
        border: 7px solid #389DF6;
        margin: 20px 0px;
    }

    .presentation_content
    {
        width: 64%;
        padding: 12px;
        text-align: left;
    }

    .presentation_title
    {
        font-size: 28px;
        line-height: 34px;
        text-align: left;
    }

    .presentation_text
    {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
        text-align: left;
    }

    .presentation_btn
    {
        font-size: 18px;
        line-height: 18px;
        padding: 14px 56px;
        margin-top: 20px;
    }
}

/* presentation */



/* prestation */

.prestation
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#279DF9db), to(#279DF9db)), url('../img/7.png');
    background-image: -o-linear-gradient(bottom, #279DF9db, #279DF9db), url('../img/7.png');
    background-image: linear-gradient(0deg, #279DF9db, #279DF9db), url('../img/7.png');
    background-size: cover;
    background-position: center;
}

.prestation_title
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 68px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Segoe_UI_Bold";
    margin: 64px 0px 32px 0px;
}

.prestation_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}


.prestation_slick_item
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.prestation_item
{
    display: block;
    width: calc( 100% - 32px );
    max-width: 420px;
    margin: 10px;
    background: #FFFFFF;
    color: #454545;
    border-bottom: 8px solid #0C226F;
    -webkit-box-shadow: -1px -5px 10px #00000029;
            box-shadow: -1px -5px 10px #00000029;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
    cursor: pointer;
}


.prestation_item:hover
{
    background: #0C226F;
    border-bottom: 8px solid #FFFFFF;
    color: #FFFFFF;
}


.prestation_item_image_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}

.prestation_item_title_container
{
    display: block;
    padding: 0px 32px;
    font-family: "Segoe_UI_Bold";
    font-size: 26px;
    line-height: 35px;
    color: inherit;
    margin-top: 20px;
}

.prestation_item_text_container
{
    display: block;
    padding: 0px 32px;
    color: inherit;
    font-family: "Segoe_UI_Regular";
    font-size: 20px;
    line-height: 27px;
    height: calc( 6 * 27px );
    margin: 10px 0px 20px 0px;
}

.prestation_item_text_container
{
    height: calc( 6 * 35px );
}

.prestation_btn_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.prestation_btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0C226F;
    margin: 30px 20px 60px 20px;
    padding: 14px 46px;
    font-family: "Segoe_UI_Bold";
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}


.prestation_btn:hover
{
    background: #FFF;
    color: #0C226F;
    -webkit-box-shadow: 0px 0px 24px #0C226F;
            box-shadow: 0px 0px 24px #0C226F;
    border-radius: 4px;
}




@media (max-width: 768px)
{
    .prestation_title
    {
        font-size: 32px;
        line-height: 48px;
        margin: 20px 0px 20px 0px;
    }

    .prestation_sized
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .prestation_item
    {
        margin: 7px;
        border-bottom: 6px solid #0C226F;
    }

    .prestation_item_image_container
    {
        height: 200px;
    }

    .prestation_item_title_container
    {
        padding: 0px 20px;
        font-size: 20px;
        line-height: 24px;
        margin-top: 16px;
    }

    .prestation_item_text_container
    {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 22px;
        height: unset;
        margin: 7px 0px 16px 0px;
    }

    .prestation_btn
    {
        margin: 24px 20px 30px 20px;
        padding: 12px 0px;
        width: 80%;
        max-width: 280px;
        font-size: 18px;
        line-height: 18px;
    }
}

@media (min-width: 769px) and (max-width:1024px)
{
    .prestation_title
    {
        font-size: 40px;
        line-height: 54px;
        margin: 32px 0px 26px 0px;
    }

    .prestation_sized
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .prestation_item
    {
        margin: 7px;
        border-bottom: 6px solid #0C226F;
    }

    .prestation_item_image_container
    {
        height: 220px;
    }

    .prestation_item_title_container
    {
        padding: 0px 24px;
        font-size: 24px;
        line-height: 30px;
        margin-top: 16px;
    }

    .prestation_item_text_container
    {
        padding: 0px 24px;
        font-size: 18px;
        line-height: 24px;
        height: calc( 6 * 24px );
        margin: 7px 0px 16px 0px;
    }

    .prestation_btn
    {
        margin: 30px 20px 30px 20px;
        padding: 12px 40px;
        font-size: 20px;
        line-height: 20px;
    }
}

/* prestation */



/* realisation */

.realisation
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url('../img/4.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.realisation_title
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 68px;
    color: #24214A;
    text-transform: uppercase;
    font-family: "Segoe_UI_Bold";
    margin: 64px 0px 32px 0px;
}

.realisation_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}


.realisation_slick_item
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.realisation_item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc( 100% - 20px );
    max-width: 310px;
    height: 260px;
    background-size: cover;
    background-position: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-top: 8px solid #279DF9;
}

.realisation_item_link
{
    background: #0C226F5c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    color: #FFF !important;
    text-decoration: none;
    padding: 12px 34px;
    margin-bottom: 10px;
    font-family: "Segoe_UI_Bold";
    font-size: 20px;
    line-height: 20px;

    display: none;
}

.realisation_item:hover .realisation_item_link
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}




@media (max-width: 768px)
{
    .realisation_title
    {
        font-size: 32px;
        line-height: 48px;
        margin: 20px 0px 20px 0px;
    }

    .realisation_item_link
    {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 769px) and (max-width:1024px)
{
    .realisation_title
    {
        font-size: 40px;
        line-height: 54px;
        margin: 32px 0px 26px 0px;
    }
    .realisation_item_link
    {
        font-size: 18px;
        line-height: 18px;
    }
}


.realisation_btn_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.realisation_btn_container_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc( 100% - 32px );
    max-width: 1330px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.realisation_arrow_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.realisation_arrow_container svg
{
    height: 40px;
    width: auto;
    cursor: pointer;
    margin: 7px 7px 0px 7px;
}

.realisation_arrow_container svg .b
{
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}

.realisation_arrow_container:hover svg .b
{
    fill: none;
    stroke: #0C226F;
}




.realisation_link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #279DF9;
    padding: 14px 46px;
    font-family: "Segoe_UI_Regular";
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}


.realisation_link:hover
{
    background: #FFF;
    color: #279DF9;
    -webkit-box-shadow: 0px 0px 24px #279DF9;
            box-shadow: 0px 0px 24px #279DF9;
    border-radius: 4px;
}





@media (max-width: 768px)
{
    .realisation_link
    {
        padding: 12px 0px;
        width: 80%;
        max-width: 280px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (min-width: 769px) and (max-width:1024px)
{
    .realisation_link
    {
        padding: 12px 40px;
        font-size: 20px;
        line-height: 20px;
    }
}

/* realisation */











/* actualites */

.actualites
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0C226Fc9), to(#0C226Fc9)), url('../img/8.png');
    background-image: -o-linear-gradient(bottom, #0C226Fc9, #0C226Fc9), url('../img/8.png');
    background-image: linear-gradient(0deg, #0C226Fc9, #0C226Fc9), url('../img/8.png');
    background-size: cover;
    background-position: center;
}

.actualites_title
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 68px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Segoe_UI_Bold";
    margin: 64px 0px 32px 0px;
}

.actualites_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}

.actualites_slick_item
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.actualites_item
{
    display: block;
    width: calc( 100% - 32px );
    max-width: 420px;
    margin: 10px;
    background: #FFFFFF;
    border-top: 8px solid #279DF9;
    -webkit-box-shadow: -1px -5px 10px #00000029;
            box-shadow: -1px -5px 10px #00000029;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
    cursor: pointer;
}

.actualites_item:hover
{
    margin-top: -10px;
}


@media (min-width: 769px) and (max-width: 1360px)
{
    .actualites_item
    {
        width: calc( 100% - 10px );
        margin: 10px;
    }
}

.actualites_item_image_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}

.actualites_item_title_container
{
    display: block;
    padding: 0px 32px;
    font-family: "Segoe_UI_Bold";
    font-size: 26px;
    line-height: 35px;
    color: #454545;
    margin-top: 20px;
    text-align: center;
}

.actualites_item_text_container
{
    display: block;
    padding: 0px 32px;
    color: #454545;
    font-family: "Segoe_UI_Regular";
    font-size: 20px;
    line-height: 27px;
    height: calc( 5 * 27px );
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.actualites_item_btn_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
}

.actualites_item_btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #389DF6;
    color: #279DF9;
    font-size: 20px;
    line-height: 20px;
    font-family: "Segoe_UI_Bold";
    text-transform: uppercase;
    padding: 10px 24px;
    cursor: pointer;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}


.actualites_item_btn:hover
{
    border: 2px solid #389DF6;
    background: #279DF9;
    color: #FFF;
}


.actualites_btn_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.actualites_btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: center;
    background: #279DF9;
    margin: 30px 20px 60px 20px;
    padding: 14px 46px;
    font-family: "Segoe_UI_Bold";
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}


.actualites_btn:hover
{
    background: #FFF;
    color: #279DF9;
    -webkit-box-shadow: 0px 0px 24px #279DF9;
            box-shadow: 0px 0px 24px #279DF9;
    border-radius: 4px;
}




@media (max-width: 768px)
{
    .actualites_title
    {
        font-size: 32px;
        line-height: 48px;
        margin: 20px 0px 20px 0px;
    }

    .actualites_sized
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .actualites_item
    {
        margin: 7px;
        border-bottom: 6px solid #0C226F;
    }

    .actualites_item_image_container
    {
        height: 200px;
    }

    .actualites_item_title_container
    {
        padding: 0px 20px;
        font-size: 20px;
        line-height: 24px;
        margin-top: 16px;
    }

    .actualites_item_text_container
    {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 22px;
        height: unset;
        margin: 7px 0px 16px 0px;
    }

    .actualites_btn
    {
        margin: 24px 20px 30px 20px;
        padding: 12px 0px;
        width: 80%;
        max-width: 280px;
        font-size: 18px;
        line-height: 18px;
    }


    .actualites_item_btn
    {
        font-size: 16px;
        line-height: 16px;
    }


}

@media (min-width: 769px) and (max-width:1024px)
{
    .actualites_title
    {
        font-size: 40px;
        line-height: 54px;
        margin: 32px 0px 26px 0px;
    }

    .actualites_sized
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .actualites_item
    {
        margin: 7px;
        border-bottom: 6px solid #0C226F;
    }

    .actualites_item_image_container
    {
        height: 220px;
    }

    .actualites_item_title_container
    {
        padding: 0px 24px;
        font-size: 24px;
        line-height: 30px;
        margin-top: 16px;
    }

    .actualites_item_text_container
    {
        padding: 0px 24px;
        font-size: 18px;
        line-height: 24px;
        height: calc( 5 * 24px );
        margin: 7px 0px 16px 0px;
    }

    .actualites_btn
    {
        margin: 30px 20px 30px 20px;
        padding: 12px 40px;
        font-size: 20px;
        line-height: 20px;
    }


    .actualites_item_btn
    {
        font-size: 18px;
        line-height: 18px;
    }


}

/* actualites */






/* certification */

.certification
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #279DF917;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
}

.certification_title
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 68px;
    color: #0C226F;
    text-transform: uppercase;
    font-family: "Segoe_UI_Bold";
    margin: 64px 0px 32px 0px;
}

.certification_sized
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}



.certification_slider_arrow_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.certification_slider_arrow
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 6px 6px 6px #0000000D;
            box-shadow: 6px 6px 6px #0000000D;
    cursor: pointer;
}

.certification_slider_arrow svg
{
    width: 20px;
    height: auto;
    color: #279DF9;
    -webkit-transition: all 345ms ease-in-out;
    -o-transition: all 345ms ease-in-out;
    transition: all 345ms ease-in-out;
}


.certification_slider_arrow:hover svg
{
    color: #0C226F;
}


.certification_slider_container
{
    width: calc( 100% - 120px - 20px );
}

.certification_slick_item
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.certification_item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 10px;
}


.certification_item_img
{
    height: auto;
    width: auto;
    max-width: 100%;
}






@media (max-width: 768px)
{

    .certification_item_img
    {
        height: auto;
        width: auto;
        max-width: 100%;
    }


    .certification_slider_arrow_container
    {
        width: 40px;
    }


    .certification_slider_arrow
    {
        width: 40px;
        height: 30px;
    }

    .certification_slider_arrow svg
    {
        width: 16px;
        height: auto;
    }

    .certification
    {
        padding-bottom: 40px;
    }

    .certification_title
    {
        font-size: 32px;
        line-height: 48px;
        margin: 20px 0px 20px 0px;
    }
}

@media (min-width: 769px) and (max-width:1024px)
{

    .certification_item_img
    {
        height: 150px;
        width: auto;
        max-width: 100%;
    }


    .certification_slider_arrow_container
    {
        width: 40px;
    }


    .certification_slider_arrow
    {
        width: 40px;
        height: 30px;
    }

    .certification_slider_arrow svg
    {
        width: 16px;
        height: auto;
    }

    .certification_title
    {
        font-size: 40px;
        line-height: 54px;
        margin: 32px 0px 26px 0px;
    }
}

/* certification */










/* footer */
footer
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(#FAF4F4), to(#E0E0E0));
    background-image: -o-linear-gradient(top, #FFFFFF, #FAF4F4, #E0E0E0);
    background-image: linear-gradient(180deg, #FFFFFF, #FAF4F4, #E0E0E0);
    display: block;
    width: 100%;
    text-align: center;
}

.site_footer_sized
{
    display: inline-block;
    width: calc( 100% - 20px );
    max-width: 1280px;
}


.site_footer_content_mobile,
.site_footer_content_desktop
{
    display: none;
}

@media (max-width: 1024px)
{
    .site_footer_content_mobile
    {
        display: block;
        width: 100%;
        margin-top: 32px;
    }
}

@media (min-width: 1025px)
{
    .site_footer_content_desktop
    {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 64px;
    }
}

.site_footer_content_desktop_flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.site_footer_logo_container
{
    display: block;
    width: 100%;
    max-width: 243px;
    text-align: center;
}

.site_footer_logo
{
    display: block;
    width: 100%;
    text-align: center;
}

.site_footer_logo img
{
    height: auto;
    width: 243px;
}

@media (max-width: 1200px)
{
    .site_footer_logo_container
    {
        width: 100%;
        max-width: unset;
        margin-bottom: 32px;
    }

    .site_footer_logo_container img
    {
        width: 100%;
        max-width: 243px !important;
    }
}


.site_footer_logo_rs_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 0px;
}


.site_footer_logo_rs_container img
{
    width: 160px;
}
.site_footer_logo_rs_container a
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    background: #1A7AB9;
    border: 2px solid  #1A7AB9;
    border-radius: 50%;
    color: #FFFFFF;
    margin: 5px;
    -webkit-transition: all 345ms ease;
    -o-transition: all 345ms ease;
    transition: all 345ms ease;
}

.site_footer_logo_rs_container a:hover
{
    background: transparent;
    border: 2px solid  #1A7AB9;
    border-radius: 50%;
    color: #1A7AB9;
}



.site_footer_link_container
{
    display: block;
    text-align: left;
}

.site_footer_link_title_container
{
    display: block;
}

.site_footer_link_title
{
    display: block;
    font-family: "Segoe_UI_Bold";
    color: #279DF9;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px 0px 14px 0px;
}

.site_footer_link_item_container
{
    display: block;
}

.site_footer_link_item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 11px;
    font-family: "Segoe_UI_Semibold";
    color: #0C226F !important;
    text-decoration: none !important;
}



.horaire_ttl .site_footer_link_item
{
    font-size: 18px;
    line-height: 27px;
    font-family: "Segoe_UI_Regular";
    color: #0C226F !important;
    text-decoration: none !important;
}


.site_footer_link_item_container:not(.coord):not(.horaire_ttl):not(.horaire_val) .site_footer_link_item:hover
{
    text-decoration: underline !important;
}


.site_footer_link_item>i
{
    display: inline-block;
    width: 26px;
    text-align: left;
    padding-top: 7px;
}

.site_footer_link_item>span
{
    display: inline-block;
    width: calc( 100% - 26px );
}


.site_footer_btt_container
{
    display: block;
    width: 100%;
    max-width: 32px;
    text-align: center;
    cursor: pointer;
}

.site_footer_btt_container img
{
    height: 48px;
    width: auto;
}

@media (max-width: 1024px)
{
    .site_footer_btt_container
    {
        width: 100%;
        max-width: unset;
        margin: 16px 0px;
    }

    .site_footer_btt_container img
    {
        width: 32px;
    }
}







.site_footer_rgpd_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
    margin-bottom: 24px;
}

.site_footer_rgpd
{
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #15216D;
}

.site_footer_rgpd a
{
    display: inline-block;
    text-align: center;
    color: #0C226F !important;
    font-size: 18px;
    line-height: 31px;
    font-family: "Segoe_UI_Regular";
    padding: 10px 10px 0px 10px;
    text-decoration: none;
}

.site_footer_rgpd a:hover
{
    text-decoration: underline;
}

/* footer hamburger */

.mobile_footer_box
{
    display: inline-block !important;
    width: 90% !important;
    max-width: unset !important;
    height: 40px !important;
    overflow: hidden !important;
    padding: 0px !important;
    border: 2px solid #0C226F !important;
    margin-top: 20px !important;
    border-radius: 12px;
    background: #0C226F
}


.mobile_footer_box.open
{
    height: unset !important;
}

.mobile_footer_box .fa-plus
{
    display: inline !important;
}
.mobile_footer_box .fa-minus
{
    display: none !important;
}

.mobile_footer_box.open .fa-plus
{
    display: none !important;
}
.mobile_footer_box.open .fa-minus
{
    display: inline !important;
}

.mobile_footer_box_item
{
    width: 100%;
    height: 40px;
    display: inline-block !important;
}

.mobile_footer_box_item_flex
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 40px;
    width: 100%;
    color: #FFFFFF;
    background: #0C226F;
}

.mobile_footer_box_item:first-child .mobile_footer_box_item_flex
{
    border-bottom: 2px solid #0C226F;
}

.mobile_footer_box_item_flex_text
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    height: 40px !important;
    width: calc( 100% - 40px ) !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    text-indent: 10px !important;
    font-family: "Segoe_UI_Regular" !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

.mobile_footer_box_item_flex_status
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    height: 40px !important;
    width: 40px !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    font-family: 'Segoe_UI_Regular' !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
}

.mobile_footer_box_item:not(:first-child) .mobile_footer_box_item_flex_text
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    height: 40px !important;
    width: calc( 100% - 40px ) !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-indent: 10px !important;
    font-family: 'Segoe_UI_Regular' !important;
    text-transform: unset !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    text-decoration: none;
}

.mobile_footer_box_item:last-child
{
    margin-bottom: 10px !important;
}

.footer_bottom_link_content_mobile
{
    margin-bottom: 40px;
}
/* footer hamburger */




/* extra */
@media (max-width: 1024px)
{
    .site_footer_link_container
    {
        text-align: center;
    }
}
/* footer */




/* acces directe */
.acces_directe
{
    position: fixed;
    z-index: 99999999999;
    top: calc(50vh - 100px);
    right: 0px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 2001px)
{
    .acces_directe
    {
        right: calc(50% - 1000px)
    }
}



@media (max-width: 1024px)
{
    .acces_directe
    {
        display: none;
    }
}

.acces_directe_item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    width: 160px;
    margin: 10px 0px 0px 0px;
    background: #279DF9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0px 32px 0px 20px;
    outline: none;
}




.acces_directe_item:nth-child(2n)
{
    background: #0C226F;
}

.acces_directe_item:nth-child(2n+1)
{
    background: #279DF9;
}




.acces_directe_item_icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px;
    color: #FFFFFF;
}

.acces_directe_item_icon svg
{
    width: 36px;
    height: 36px;
}

.acces_directe_item_text
{
   color: #FFFFFF;
   font-size: 20px;
   text-transform: uppercase;
   text-decoration: none !important;
   font-family: "Segoe_UI_Semibold";
}
/*Rectification*/
.header_menu a.header_menu_item:after {
    content: '';
    display: flex;
    height: 27px;
    width: 2px;
    background: #0c226f !important;
    margin-left: 21px;
}

a.header_menu_item {
    display: flex;
    margin: 0 !important;
}

a.header_menu_item:first-child:after,a.header_menu_item:last-child:after {
    display: none;
}
.header_menu_item:hover:after {
    visibility:hidden;
}
.prestation_item_image_container {
    position: relative;
}

.prestation_item_image_container:before {
    content: '\2192';
    color: #fff;
    font-family: monospace;
    font-size: 37px;
    font-weight: bold;
    background: #24214A;
    width: 37px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
/*Rectification*/


/************rectifiction*************************/
.actualites_item_text_container {
    display: -webkit-box!important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: auto !important;
    font-size: 18px !important;
}
.actualites_item_title_container {
    font-size: 25px !important;
}
.actualites_item_btn {
    margin-top: 5%!important;
}

@media (max-width: 1024px)
{
.mobile_menu_header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
header {
    background: rgba(39,157,249, 0.4) !important;
}
.presentation_text {
    font-weight: bold !important;
}
    
}


@media (max-width: 768px)
.realisation_item_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 16px;
}
@media (max-width: 768px){
.realisation_item_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 16px;
}
.header_sized a.header_coord_item.tel {
    font-size: 20px !important;
}
body .realisation_item_link {
    display: none !important;
    } 
path.b {
    display: none !important;
}
.a {
    display: none;
}
}

@media (max-width: 1500px) {
body .site_page .site_sized_2000 .header_sized .header_menu a.header_menu_item {
    font-size: 17px!important;
}
.site_page .site_sized_2000 .header_sized a.header_coord_item.tel {
    font-size: 20px !important;
}
.site_page .site_sized_2000 .header_sized a.header_coord_item.rs{
    font-size: 40px !important;
}
}
@media (max-width: 1288px) {
.prestation_item_text_container {
    height: calc(8 * 35px) !important;
}
}
@media (max-width: 1400px) {
body .site_page .site_sized_2000 .header_sized .header_menu a.header_menu_item {
   font-size: 14px!important;
}

}
@media (max-width: 1300px) {
body .site_page .site_sized_2000 .header_sized .header_menu a.header_menu_item {
    font-size: 12px!important;
}
.site_page .site_sized_2000 .header_sized a.header_coord_item.tel {
    font-size: 15px !important;
}
.site_page .site_sized_2000 .header_sized a.header_coord_item.rs{
    font-size: 35px !important;
}
.header_coord_container {
    max-width: 297px !important;
}
}

@media (max-width: 1132px) {
.header_coord_container {
    max-width: 286px !important;
}
}
