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

body{ font-size: 17px; line-height: 25px; }
header ul.top_nav{ margin-top: 10px; }
header ul.social{ clear: none; margin: 0 20px 0; }
header .logo img.webLogo{ height:30px; }
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-image: inherit;
  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: #18abe1;
}
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; }

header nav ul li:hover > ul.subMenu{ display: none; }



/*slider*/
.slider{ height: 500px;}
.slider .layers .box{ width: 100%; margin-right: 0; text-align: center; padding: 0 20px 30px 20px;}
.slider .layers .banner_title{top:100px; }
.slider .layers .banner_title .img img{ float:right; width: 200px; margin-right: 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; }
.block{ padding:20px 0; }


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



.video_item{margin: 0 25px;}

.store_item{ width: 100%;}

.news_list{ gap:20px; }
.news_item{  width: 100%;}
.news_list.home_news_list .news_item{ width: 100%; padding:10px 20px;}

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


/*modal*/
.modal .modal_content{ width:100%; max-width: 100% !important; height:100%; padding:50px; overflow:auto; }
.modal .newsletter_box .close{ right:15px; left:inherit; }
.modal .newsletter_form h3{ margin-bottom:20px; }
/*End of modal*/


.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: center; margin-left:inherit; width: 100%;}
footer .social ul{ float: none; }
footer .copyright{ text-align: center; width: 100%; margin-bottom: 10px;}