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

body{ font-size: 17px; line-height: 25px; text-align: left; }
header{ height: auto;}
header .logo{ width: 200px; }
header .logo img{ width: 100%; }
header ul.top_nav{ margin-top: 10px; }
header ul.social{ clear: none; margin: 0 20px 0; }
header nav{ display: none;}


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

header nav{
    width: 100%; padding: 0; float: none; margin: 0; border-top: none;
    position: absolute; left: 0; top: 80px; color: #FFF;
    text-align: left; z-index: 1001; display: none; height: auto;
}
header nav ul{
    margin: 0; padding: 0; list-style-type: none; width: 100%; background: var(--primColor);
    overflow: auto;
}
header nav ul li{ display: block; margin: 0; float: none; height: auto; line-height: normal;}
header nav ul li+li{ border-top: solid 1px rgba(255, 255, 255, 0.3); margin-left: 0; }
header nav ul li a{ display: block; height: auto; line-height: 1; padding: 20px 30px;}
header nav ul li a:after{ display: none; }
header nav ul li a img{  margin-top: 0; height: 25px; }
header nav li a:after{ display: none; }

header nav ul li.nav_contact{ margin-left: 0; text-transform: uppercase; }
header nav ul li.nav_contact a{
  height: 50px; line-height: 50px; padding: 0 30px; border-radius: 0; top: 0;
  background: none;
}
header nav ul li.contactNavItem a{
  background: inherit; color: #FFF;
  border-radius: 0; padding: 20px 30px;
}
header nav ul li.contactNavItem a:after{ display: none; }



header nav ul.subMenu{
    width: 100%; position: static; border-radius: 0;
    border-bottom: none; background: var(--secColor); 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%; padding: 0 30px; font-size: 14px;}
header nav ul.subMenu li a:hover{ color: #FFF; }

header.sticky nav{ top: 50px; }
header.sticky .showMenu{ margin: 0; }
header.sticky .showMenu div{ background: #FFF; }




/*slider*/
.slider{ height: 500px;}
.slider .layers .box{ width: 100%; margin-right: 0; text-align: center; padding: 0 20px 30px 20px;}
.slider .layers .slide_title{ font-size: 45px; }
.slider .layers h1, .slider .layers h2{
  font-size: 30px; line-height: 35px;
  
}
/*End of slider*/



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 .arrows{ display: none;}
.bannerBlock .layer .layer_title h1, .bannerBlock .layer .layer_title h2{ font-size: 25px; line-height: 35px; }

.director .one_fourth{ width: 100%; float: none; }

.presentation .one_third{ float: none; width: 100%;}
.presentation .one_third + .one_third{ margin-top: 20px; }

.responsive_table{ overflow: auto; }

.features_item{ margin: 10px 0; }
.features_item a{ height: auto; }
.features .item_title{ padding: 0 7px 30px;}
.features_item h2{ font-size: 17px; line-height: 19px; }
.features_item .item_title .plus_icon{ width:25px; height:25px; margin-right: 7px; flex-shrink: 0;}
.features_item .item_title .plus_icon:before{ width: 3px; left: 11px;}
.features_item .item_title .plus_icon:after{  height: 3px; top: 11px;}

.actualite_page .three_fourth, .actualite_page .one_fourth{ width: 100%; float: none; }

.cards .filters{ flex-wrap: wrap; }
.cards .filter_item{ width: 100%; 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; }
.card_page_img{ max-width: 400px; margin: auto; }

.search_card_img{ width: 40%;}
.search_card_details{ width: 60%;}


.card_top.row_flex{ flex-wrap: wrap; }
.card_top .title{ margin-bottom: 10px; }
.card_buttons{padding: 20px 0; text-align: center; margin: auto;}



.team_map{ margin-top: 120px; }
.map_details{ top: -80px;}
.map_details_stats{ top: 50px; }

.card{margin: 10px 0;}
.card .row_flex{ flex-wrap: wrap; }
.card .one_half{ width: 50%; float: left; }

.card_box{ padding-bottom: 70px; }
@media (max-width: 550px) {
    .cards .card_details{ display: none; }
    .cards .search_card_details .card_details{ display: block; }
}
@media (max-width: 490px) {
    .search_card_img{ width: 50%;}
    .search_card_details{ width: 50%;}
}
@media (max-width: 420px) {
    .card .one_half{ width: 100%; float: none; flex-shrink: 0; }
    .cards .card_details{ display: block; }
    .search_card_img, .search_card_details{ width: 100%; float: none;}
}


/*contact*/
.contact .map{position: static; height: 300px; }
.contact .one_third{ width: 100%; float: none; }
.contact .form_block{ margin: 0; }
.contact .input{ text-align: center; }
/*End of contact*/


/*partners*/
.partnersList li{ padding: 0 25px; width: 300px; margin: auto;}
/*end of partners*/

/*E-learning*/
.formations_grid{ display: grid; grid-template-columns: 1fr;}
/*End of E-learning*/


.one_half, .one_fourth, .three_fourth, .one_third, .two_third{ width: 100%; float: none;}
.paddingLeft{ padding-left: 0;}
.paddingRight{ padding-right: 0; padding-bottom: 30px;}

.imgLeft{ max-width: 33%; }
.buttons{ text-align: center; }


footer{ text-align: left; }
footer .one_third+.one_third{ margin-top: 50px; }
footer .one_fifth{ margin-bottom: 20px; }
footer nav{ font-size: 12px;}
footer nav a{ margin: 0 5px;}
footer .social{ text-align: left; }
footer .social ul{ float: none; }
footer .copyright{ text-align: left;}