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


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

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

.features .one_half{ width: 50%; float: left; }
.features .one_third{ width: 33.33%; float: left; }
.features .item_title{ padding: 0 7px 30px;}
.features_item h2{ font-size: 19px; line-height: 22px; }
.features_item .item_title .plus_icon{ width:39px; height:39px; margin-right: 5px; flex-shrink: 0;}
.features_item .item_title .plus_icon:before{left: 17px;}
.features_item .item_title .plus_icon:after{ top: 17px;}


.responsive_table{ overflow: auto; }

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



.social_images .one_half{width: 50%;}


.store_item{ width: calc((100% - 60px) / 2);}

.news_item{  width: calc((100% - 80px) / 2);}
.news_list.home_news_list .news_item{ width: 50%; padding:10px 40px;  }

/*newsletter*/
.newsletter_title .icon{ font-size: 45px; margin-right: 30px; }
.newsletter_title h2{ font-size: 35px; line-height: 40px; text-align: left;}
.newsletter_input{
  position: relative; border: solid 2px #FFF; width: 100%; max-width: 500px; margin: auto;
  -webkit-border-radius: 45px; -moz-border-radius: 45px; -ms-border-radius: 45px; -o-border-radius: 45px; border-radius: 45px;
}
.newsletter_input input[type="text"]{
  flex: 1 auto; width: 1%; height: 45px; line-height: 45px; padding: 0 20px;
  background: transparent; border: none; color: #FFF; font-size: 19px;
}
.newsletter_input ::placeholder{ color: #FFF; opacity: 1 }
.newsletter_input button{
  background: #FFF; color: var(--primColor); border: none; padding: 0 20px;
  font-size: 19px; font-family: 'montserratbold'; height: 45px; line-height: 45px;
  -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;
}
/*End of newsletter*/

@media (max-width: 950px) {
    .cards .card_details{ display: none; }
    .search_card_img{ width: 30%;}
    .search_card_details{ width: 70%;}
    .cards .search_card_details .card_details{ display: block; }
}
@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;}

    .features_icon_left .one_third{ width: 100%; float: none; }
}


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

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


/*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{ width: 100%; float: none;}
.one_fourth, .three_fourth{ width: 50%; }
.one_half.paddingRight{ padding-right: 0; padding-bottom: 30px;}


footer .contactBlock, footer .socialBlock, footer .one_half{ width: 50%; float: left;}
@media (max-width: 680px) {
    footer .one_half{ width: 100%; float: none;}
    footer .copyright{
      text-align: left;
    }
}
footer .social ul a{
    width: 40px; height: 40px; line-height: 40px;

}