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

header{ height: auto;}
header .logo{ width: 130px;}
header nav{ display: none;}


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

header nav.phoneNav{ width: 100%; height: auto; padding: 0; font-size: 15px; float: none; margin: 0; background: #102956;}
header nav.phoneNav ul{ margin: 0; padding: 0; list-style-type: none;}
header nav.phoneNav ul li{ display: block; margin: 0; float: none; height: auto; line-height: normal;}
header nav.phoneNav ul li+li{ border-top: solid 1px rgba(255,255,255,0.2);}
header nav.phoneNav ul li a{ height: auto; text-align: center; padding: 10px 20px; border-bottom: 0; line-height: normal;}
header nav.phoneNav ul li a:hover{ background: none; color: inherit;}
header nav.phoneNav ul li a:after{ display: none; }

header nav ul.subMenu{
    width: 100%; position: static;
    border-bottom: none; background: rgba(255,255,255,0.5); 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;
}


/*features*/
.row_flex.features_items{ flex-wrap: wrap; }
.features_items .one_fourth{ padding: 10px; }
.features_item{margin: 0;}
/*end of features*/

/*pageSection*/
.pageSection .row_flex{ flex-wrap: wrap; }
/*end of pageSection*/


.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; }

@media (max-width: 950px) {
    .cards .card_details{ display: none; }
}
@media (max-width: 850px) {
    .cards .card_details{ display: block; }
    .cards .one_half{ width: 100%; float: none; }

    .card_page .paddingRight{ padding-right: 0; }
    .card_page .card_page_img, .card_page .card_details{ width: 50%; float: left; }
    .card_page .card_details{ padding-left: 20px; margin-top: 0;}
}


.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; }
}


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

@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_container .row_flex{ flex-wrap: wrap; }
.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{ width: 50%; float: left;}