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

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


header .showMenu{ display: block; float: right; margin: 15px 10px 0; position: relative; z-index: 1002;}
header .showMenu a{ display: block;}
.showMenu div{
    width: 48px; height: 2px;
    background: var(--primColor);
    margin: 10px 0;
}
header.sticky .showMenu{ margin-top:0 }

header .nav_bar{ border:none; height: 0;}
header nav{
    width: 70%; height: 100%; padding: 0; float: none; margin: 0;
    position: fixed; left: -100%; top: 0; z-index: 1001; font-size: 21px; font-family: 'montserratbold';
    transition: 0.5s; border-top: none;
}
header nav.show{ left: 0; }
header nav ul{
    margin: 0; padding: 10px 0; list-style-type: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.95);
    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; font-family: 'montserratregular';
    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;}

/*BANNER*/
.bannerBlock{ width: 100%; height: 500px; margin: auto; position: relative; margin-bottom: 150px}
.banner_form{
    background:var(--secColor); height:auto; bottom: inherit; top: 100%;
}
/*END OF BANNER*/

.fonctions .one_fifth{ width: 33.33%; }


article{ padding: 0 10px; }

.page_title{ height: 300px;}


.features .one_half{ width: 50%; float: left; }


.responsive_table{ overflow: auto; }


.slider .layers .box{ width: 100%; margin-right: 0; }
.slider .layers h1, .slider .layers h2{ font-size: 30px; line-height: 35px;}
.slider .layers .box img.imgFull{ max-height: 180px; }


.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: 850px) {
    .one_half, .one_third, .two_third{ width: 100%; float: none; }
    footer .one_third+.one_third{ margin-top: 35px; }
}

@media (max-width: 800px) {
    .videoNewsletter .one_half{ width: 100%; float: none; }
    .features_item h2{ font-size: 25px;}
    .features_item .visaForBlock{
      width: 190px; height: 60px; margin: 20px;
    }
    .features_item .visaForBlock img{ display: block; width: 100px; margin: auto; }
    .features_item .visaForBlock h4{ font-size: 19px;}
}


@media (max-width: 750px) {
    .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; }
}

.testimonials{ padding: 0 60px; }
.liste_actualites .slick-next, .testimonials .slick-next{
    right: 0;
}
.liste_actualites .slick-prev, .testimonials .slick-prev{
    left: 0;
}

/*data_stats*/
@media (max-width: 670px) {
    .data_stats{display: none;}
}
/*end of data_stats*/

@media (max-width: 650px) {
    .liste_actualites .one_third{ width: 100%; float: none; }
    .search_card_img{ width: 40%;}
    .search_card_details{ width: 60%;}
}

/*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*/


/*info_box*/
.info_box{z-index: 2000;}
.info_box .info_block{ height: 90%; }
.info_box .info_block_content{ padding: 0 30px; height: 100%; overflow: auto;}
/*end of info_box*/

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


footer nav{ font-size: 11px; }
footer nav li{ padding: 0 10px; }
footer nav li+li:before{
  content: ""; width: 1px; height: 15px; background: #224069;
  position: absolute; left: -1px; top: 6px;
}
@media (max-width: 680px) {
    footer .one_half{ width: 100%; float: none;}
    footer .copyright{
      text-align: left;
    }
}