#header_pro{
    padding: 1em 0 0 0 ;
    box-shadow: 0 0 6px #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
}
#block_header{
    display: flex;
}
#menu_block{
    flex: 1;
}
#logo_block{
    border: 5px solid #354fc0;
    padding: 0 1em;
    border-radius: 10px 0 0 10px;
}
#logo_site{
    display: inline-block;
}

#logo_site img{
    height: 70px;
    margin:  0;
}
#mobile_call_top{
    display: flex;
    padding-left: 1em;
}
#mobile_call_top #icon_mobile_call img{
    width: 40px;
    display: block;
    margin: 0 auto;
}
#mobile_call_top #content_mobile_call{
    flex: 1;
    margin-left: .5em;
    display: block;
}
#mobile_call_top #content_mobile_call .call_us_title{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #008f9b;
}
#mobile_call_top #content_mobile_call .call_us_text{
    display: block;
    font-size: 14px;
    color: #000000;
}
#mobile_call_top #content_mobile_call .call_us_text a{
    margin-right: 5px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000000;
}
#mobile_call_top #content_mobile_call .call_us_text a:hover{text-decoration: underline;}
#menu_content_header{
    display: block;
    background: -webkit-linear-gradient(180deg,#3f5ad1,#1c3292);
    background: -moz-linear-gradient(180deg,#3f5ad1,#1c3292);
    background: -o-linear-gradient(180deg,#3f5ad1,#1c3292);
    background: -ms-linear-gradient(180deg,#3f5ad1,#1c3292);
    background: linear-gradient(180deg,#3f5ad1,#1c3292);
    margin-top: 8px;
    text-align: center;
}
#menu_content_header .nav{}
#menu_content_header .nav,#menu_content_header .nav-item{
    display: inline-block
}
#menu_content_header a{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
#menu_content_header a:hover,#menu_content_header a:focus,.menu-item-childs:hover{
    background: -webkit-linear-gradient(180deg,#5d77e9,#5365b6);
    background: -moz-linear-gradient(180deg,#5d77e9,#5365b6);
    background: -ms-linear-gradient(180deg,#5d77e9,#5365b6);
    background: -o-linear-gradient(180deg,#5d77e9,#5365b6);
    background: linear-gradient(180deg,#5d77e9,#5365b6);
    color: #ffffff;
}

.top_header_btns{
    display: inline-block;
    padding: 10px 15px;
    float: right;font-size: 13px;margin-left: 5px;font-weight: 600;text-transform: uppercase;
}
.devis_btn{
    background-color: #03a26d;
    color: #ffffff;
}
.depannage_btn{
    background-color: #5700e4;
    color: #ffffff;
}
.menu-item-childs{
    position: relative;
    padding-right: 12px;
}
.menu-item-childs::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-70%) rotateZ(-45deg);
}
#menu_content_header .menu-item-childs ul{
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 6px #000000;
    display: none;
}
#menu_content_header .menu-item-childs ul li{
    display: block;
    text-align: right;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dadada;
}
#menu_content_header .menu-item-childs ul li a{
    color: #000000;
    padding: 5px;
    display: block;
    text-transform: initial;
}
#menu_content_header .menu-item-childs ul li a:hover{
    color: #ffffff;
    text-decoration: none;

}
.menu-item-childs:hover > ul{display: block !important;}
.stop_float{display: block; clear: both;}
#cover_home_page{
    display: block;
    margin-top: 100px;
    height: 500px;
    background-color: #eeeeee;
    background-image: url("/assets/images/cover_home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#cover_home_page #text_cover_home{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #00000070;
    padding-top: 1px;
    text-shadow: 0 0 6px #000000;
}
#cover_home_page #text_cover_home h1{
    color: #008f9b;
    margin-top: 100px;
    font-size: 60px;
    font-weight: 600;
    
}
#cover_home_page #text_cover_home h1 span{
    color: #ffffff;
}
#cover_home_page #text_cover_home p{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
#cover_home_page #text_cover_home a{
    display: inline-block;
    padding: 10px 15px 15px 15px;
    margin: 10px 15px 0 0 ;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}
#cover_home_page #text_cover_home a:hover{text-decoration: none;}
#cover_home_page #text_cover_home a.contact_us_{
    color: #ffffff;
    background: -webkit-linear-gradient(180deg,#008f9b,#025a62);
    background: -moz-linear-gradient(180deg,#008f9b,#025a62);
    background: -ms-linear-gradient(180deg,#008f9b,#025a62);
    background: -o-linear-gradient(180deg,#008f9b,#025a62);
    background: linear-gradient(180deg,#008f9b,#025a62);
}
#cover_home_page #text_cover_home a.ask_devis_{
    color: #ffffff;
    background: -webkit-linear-gradient(180deg,#e00606,#8c0303);
    background: -moz-linear-gradient(180deg,#e00606,#8c0303);
    background: -ms-linear-gradient(180deg,#e00606,#8c0303);
    background: -o-linear-gradient(180deg,#e00606,#8c0303);
    background: linear-gradient(180deg,#e00606,#8c0303);
}

.logo_footer_devis{
    display: flex;
}
.logo_footer_devis .col_logo_footer_devis{flex: 1;margin: 10px;}
.logo_footer_devis .col_logo_footer_devis img{max-width: 100%;}

.panel_every_service{
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    margin: 1em auto;
    overflow: hidden;
    background-color: #c5c5c5;
}
.panel_every_service h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffffc2;
    border-top: 4px solid #2529fa;
    color: #2529fa !important;
    font-size: 16px;
    margin: 0;
    padding: 10px 2px;
    text-align: center;
    font-weight: 600;
}
.panel_every_service img{
    position: absolute;
    height: 100%;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.panel_every_service a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#realisation_slider{
    position: relative;
}
#realisation_slider ul{
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#realisation_slider ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}
#realisation_slider ul li:first-child{display: block;}
#realisation_slider ul li img{
    height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#realisation_slider .btn_controls_slider{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffffbb;
    border: none;
    color: #000000;
    padding: 10px;
    font-size: 25px;
    z-index: 2;
}
#realisation_slider .controls_right{right: 5px;}
#realisation_slider .controls_left{left: 5px;}
.title_slider_re{
    background: #35c09f;
    color: #ffffff;
    padding: 10px 5px;
    font-weight: 600;
    font-size: 18px;
}
#menu_btn_mobile_call{display: none;}
.panel_medias{
    display: block;
    width: 98%;
    height: 200px;
    border: 1px solid #bebebe;
    position: relative;
    overflow: hidden;
    
}
.panel_medias img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.panel_medias .zoom_image_galeri{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    display: none;
}
.panel_medias:hover .zoom_image_galeri{
    display: block;
}
.panel_medias,.panel_medias *{cursor: pointer;}
.panel_medias .zoom_image_galeri i{
	color: #ffffff;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zo_modal {
    display: none; 
    position: fixed;
    z-index: 1071;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) */
.zo_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.zo_close:hover,.zo_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.zo_modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#zo_caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
@media screen and (max-width : 1199px){
    #mobile_call_top #content_mobile_call .call_us_text{font-size: 12px;}
}
@media screen and (max-width : 1000px){
    #header_pro .container{
        width: 98% !important;
    }
    
}
@media screen and (max-width : 991px){
    .top_header_btns{font-size: 12px;padding: 5px;}
    #mobile_call_top #content_mobile_call .call_us_text{font-size: 11px;}
    #menu_content_header a{font-size: 11px;}
    #logo_block{padding: 0;}
    #menu_right_top{display: none;}
}
@media screen and (max-width : 900px){
    #menu_content_header a{font-size: 10px;}
}
@media screen and (max-width : 805px){
    #menu_content_header{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: #2d2d2d82;
        display: none;
        padding: 0;
        margin: 0;
        height: 100%;
        z-index: 1;
    }
    #menu_content_header nav {
        display: block !important;
        background-color: #ffffff;
        position: relative;
        height: 100%;
        width: 300px;
    }
    #menu_content_header nav .nav-item a{
        color: #000000;
        font-size: 14px;
    }
    #close_mobile_menu{
        padding: 5px;
        display: block;
        text-align: right;
    }
    #close_mobile_menu button{margin-right: 10px;}
    #menu_content_header nav .nav-item{
        display: block !important;
    }
    #logo_block{border: none;}
    #logo_site img{height: 60px;}
    #menu_btn_mobile_call{display: inline-block;}
    #menu_btn_mobile_call button{
        display: inline-block;
        border: none;
        background-color: #2395e8;
        color: #ffffff;
        text-transform: uppercase;
        padding: 5px;
        font-size: 13px;
        font-weight: 600;
    }
    #cover_home_page{margin-top: 75px;}
}
@media screen and (max-width : 577px){
    .video_panel{height: 250px;}
    #mobile_call_top #icon_mobile_call img{width: 30px;}
    #mobile_call_top #content_mobile_call .call_us_title{font-size: 10px;text-transform: uppercase;}
    #mobile_call_top #content_mobile_call .call_us_text{font-size: 10px;}
    #logo_site img{height: 50px;}
    #cover_home_page{margin-top: 65px;}
}
@media screen and (max-width : 500px){
    #mobile_call_top #icon_mobile_call{display: none;}
    #mobile_call_top{padding-left: 0;}
    #cover_home_page #text_cover_home p{font-size: 18px;}
    #cover_home_page #text_cover_home h1{font-size: 40px;}
}
@media screen and (max-width : 460px){

    #mobile_call_top{flex-direction: column;}
    #block_header{flex-direction: column;}
    #mobile_call_top #content_mobile_call .call_us_title{font-size: 13px;text-transform: initial;}
    #mobile_call_top #content_mobile_call .call_us_text{font-size: 13px;}
    #menu_btn_mobile_call button{position: fixed;right: 10px;top: 20px;}
    #cover_home_page{margin-top: 100px;}
    #cover_home_page #text_cover_home a{font-size: 13px;padding: 6px 10px 8px 10px;}
}
@media screen and (max-width : 359px){
    #mobile_call_top #content_mobile_call .call_us_title{font-size: 11px;}
    #mobile_call_top #content_mobile_call .call_us_text{font-size: 11px;}
}