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

body{ font-size: 17px; line-height: 25px; text-align: left; }
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: 200px}
.banner_form{
    background:var(--secColor); height:auto; bottom: inherit; top: 100%;
}
/*END OF BANNER*/

.fonctions .one_fifth{ width: 50%; }

article{ padding: 0 10px; }

.page_title{ height: 350px;}


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



.actualite_page .three_fourth, .actualite_page .one_fourth{ width: 100%; float: none; }
.liste_actualites{ padding: 20px 40px; }
.liste_actualites .one_fourth+.one_fourth{ margin-top: 20px; }


.liste_actualites .slick-prev, .liste_actualites .slick-next, .testimonials .slick-prev, .testimonials .slick-next{
    display: block; position: absolute; top: 37%;
    width: 30px; height: 30px; padding: 0;
}
.liste_actualites .slick-next, .testimonials .slick-next{
    right: -50px; background: url(../img/slickArrowRight.png) no-repeat; background-size: contain;
}
.liste_actualites .slick-prev, .testimonials .slick-prev{
    left: -50px; background: url(../img/slickArrowLeft.png) no-repeat; background-size: contain;
}

/*jury*/
.jury .jury_img{ width: 100%; float: none; }
.jury .jury_description{ width: 100%; float: none; padding-left: 0; margin-top: 10px;}
/*End Of jury*/


/*testimonials*/
.testimonials{ padding: 0 40px; }
.testimonials .row_flex{ flex-wrap: wrap;}
.testimonials .testimonial_item{ padding: 0; position: static; }
.testimonials .one_half+.one_half{ margin-top: 30px; }
.testimonials .testimonial_item .signature{ position: static;}
.liste_actualites .slick-next, .testimonials .slick-next{
    right: 0;
}
.liste_actualites .slick-prev, .testimonials .slick-prev{
    left: 0;
}
/*End Of testimonials*/

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



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




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



/*contact*/
.contact .map{position: static; height: 300px; }
.contact .one_third{ width: 100%; float: none; }
.contact .form_block{
    margin: 0; }
.g-recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; margin: 40px 0 50px;}
/*End of contact*/


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


.one_half{ width: 100%; float: none;}
.one_third{ width: 100%; float: none;}
.two_third{ width: 100%; float: none;}
.one_fourth{ width: 100%; float: none; }
.one_fifth{ width: 50%; }
.paddingLeft{ padding-left: 0;}
.paddingRight{ padding-right: 0;}

.imgLeft{ max-width: 33%; }

footer{ padding: 0 0 30px 0; }
footer .one_third+.one_third{ margin-top: 50px; }
footer .one_fifth{ margin-bottom: 20px; }
footer nav{ font-size: 10px; }
footer nav li{ padding: 0 10px; }
footer nav li+li:before{ display: none; }
footer .copyright, footer .anya{ text-align: center;}


