@charset "UTF-8";
/* CSS Document */
.wrapper{ width: 100%;}
.container{ width: 95%;}

header{ height: auto;}
header ul.top_nav{ margin-top: 10px; }
header ul.social{ clear: none; margin: 0 20px 0; }


header .showMenu{ display: block; float: right; margin: 10px 10px 20px;}
header .showMenu a{ display: block;}
.showMenu div{
	width: 48px; height: 2px;
  	background: #f8a248;
  	margin: 10px 0;
}


header nav{
    width: 70%; height: 100%; padding: 0; float: none; margin: 0;
    position: fixed; left: -100%; top: 0; z-index: 2610; font-size: 21px;
    transition: 0.5s; border-top: none; color: #f8a248;
}
header nav.show{ left: 0; }
header nav ul{
    margin: 0; padding: 30px; list-style-type: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9);
    overflow: auto;
}
header nav ul li{ display: block; margin: 0; float: none; height: auto; line-height: normal;}
header nav ul li+li{ margin-left: 0; margin-top: 15px; }
header nav ul li a{ height: auto; text-align: left; padding: 10px 20px; border-bottom: 0; line-height: normal;}
header nav ul li a:hover{ background: none; color: inherit;}
header nav ul li a:after{ display: none; }

header nav ul.sub-menu{
    width: 100%; position: static;
    border-bottom: none; background: none; display: block; border-radius: 0;
}
header nav ul.sub-menu li+li{ margin-top: 0; }
header nav ul.sub-menu li a{  width: 100%; text-align: left; font-size: 14px; color: #000; padding: 10px 20px;}

header nav ul.subMenu{
    width: 100%; position: static;
    border-bottom: none; background: #f8a248; display: block;
}
header nav ul.subMenu li+li{ border-top: solid 1px rgba(255,255,255,0.2); }
header nav ul.subMenu li a{  width: 100%; text-align: center; font-size: 14px; color: #000;}

article{ padding: 0 10px; }

.breadcrumb{ height: auto; line-height: 16px; padding: 10px 0;}
.breadcrumb ol{ font-size: 12px;}
.breadcrumb li+li:before{ padding: 0 5px;}

.bannerBlock .layer{
  width: 80%; left: 0; right: 0; margin: auto;
}

.prestations .max1000 .one_half{ width: 50%; float: left; }
.references .accordeon .one_half{ width: 50%; float: left; }


.responsive_table{ overflow: auto; }

.presentation_item{ font-size: 15px; }
.presentation_item h3{ font-size: 17px; }

.cards .one_half{ width: 50%; float: left; }
.card{ margin: 5px; }


.liste_actualites .one_third{ width: 50%; float: left; }
.actualite_page .three_fourth{ width: 66.66%; float: left; }
.actualite_page .one_fourth{ width: 33.33%; float: left; }
@media (max-width: 650px) {
    .liste_actualites .one_third{ width: 100%; float: none; }
    .search_card_img{ width: 40%;}
    .search_card_details{ width: 60%;}
}


@media (max-width: 850px) {
    .one_half, .one_third, .two_third{ width: 100%; float: none; }
    footer .one_third+.one_third{ margin-top: 35px; }
    .studios_row .one_third+.one_third{ margin-top: 100px; }
    .data_stats .one_third{ width: 33.33%; float: left; }
}

@media (max-width: 750px) {
    .slider .layers .box{ width: 100%; margin-right: 0; }
    .slider .layers h1, .slider .layers h2{ font-size: 30px; line-height: 35px;}
    .slider .layers p{font-size: 30px; line-height: 35px;}


    .cards .filters{ flex-wrap: wrap; }
    .cards .filter_item{ width: 50%; flex-shrink: 0; padding: 0 5px; margin-bottom: 10px;}
    .cards .filter_item+.filter_item{ margin-left: 0; }
    .cards .filter_search{flex-shrink: 0; margin-left: 0; width: 100%;}
    .cards .search_submit span{ display: inline-block; }
}

/*contact*/
.contact .form_block{
    margin: 30px 10px; padding: 10px;
}
.contact .one_third{ position: relative; width: 50%;}
@media (max-width: 750px) {
    .contact .map{position: static; height: 300px; }
    .contact .one_third{ width: 100%; float: none; }
}
/*End of contact*/

.one_half{ width: 100%; float: none;}
.one_fourth{ width: 50%; }


footer .contactBlock, footer .socialBlock, footer .one_half{ width: 50%; float: left;}
@media (max-width: 680px) {
    .row_flex.services_row{ flex-wrap: wrap; }
    .services_row .one_half+.one_half{ margin-top: 100px; }
    footer .one_half{ width: 100%; float: none;}
    footer .copyright{
      text-align: left;
    }
}