/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,200;0,300;0,400;0,700;1,300;1,400;1,700&display=swap');




 
body, html {
	font-family: 'Libre Franklin', sans-serif;
	
	font-size: 20px;
	color: #5d5c5b;
	background-color: #fff;
	font-weight:400 !important;
	min-height: 100%;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	
	
	  overflow-x: hidden;
}



 * {
	
	padding: 0px;
	margin: 0px;
	
	  -webkit-appearance: none;
	-webkit-animation: fadein 1s; 
	-moz-animation: fadein 1s; 
	-ms-animation: fadein 1s; 
	-o-animation: fadein 1s; 
	animation: fadein 1s;	
	

}


.clear {
	clear: both;
}

*:focus {
    outline: 0 none;
}



a {
	color: #5d5c5b;
	text-decoration:none;
}

.inside a{
	color: #5d5c5b;
	text-decoration:underline;
}
.footer_box a{
	color: #FFF;
	text-decoration:none;
}
.inside  a:hover{
	color:#000000;
}

p {
	line-height: 1.5em;
	padding-bottom: 10px;
}
p.catalogue_label{
	font-weight:bold;
	padding-bottom:0px;
	font-size:14px;
	/*text-transform: capitalize;	*/
}

img {
	border: 0px;
	max-width:100%;
}

table , iframe{
	width: 100%;
}


.myhr {
	position: relative;
	width: 100% ;
	background-color: #5d5c5b;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 22px;
	
}

.firstlink {
	cursor: pointer;
}



.centerme{
	float:none !important;
	margin:auto !important;
	text-align:center;
	
}

.titre_red{
	color: #bf090c !important;
}

.titre_gris{
	color: #999 !important;
}

h1, h2, h3, h4, h5 { 
	font-family: 'Libre Franklin', sans-serif;
	font-weight: normal; 
	font-style: normal; 
}



h1 {
	
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal !important;
	margin-bottom: 18px;

}




h2 {
	font-size:20px;
	margin-bottom: 10px;
	color: #bf090c;
	font-weight:600;
}
h2.titre_upper {
	text-transform:uppercase;
}

.expositions h2.titre_upper {
	font-size:24px;
}


h3 {
	font-size:20px;
	margin-bottom: 10px;
	color:#5d5c5c;
	font-weight:600;
}
h4 {
	font-size:20px;
	font-weight:normal;
	margin-bottom: 10px;
}

hr{
	
	   border: 0px;
	  border-top: 1px solid #5D5C5C;
}

li hr{
	width: calc(100% + 30px);
   margin-left: -30px;
}


.center{
    text-align: center;
}
#content{
	min-height:400px;	
}

.inside{
	box-sizing:border-box;
	position: relative;
	margin: auto;
	width:100%;
	max-width: 990px;
	padding: 0px 15px;
}



.inside ul, .inside ol{
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
}


 .page ul, .page ol{
	margin-left:40px;
	margin-bottom:20px;
	margin-top:0px;
}
 .page ul li, .page ol li{

	margin-bottom:10px;
	 line-height: 1.5em;

}

.container{
	width:100%;
	position:relative;

}


.page_video_full{
	background-color:#000;
	padding: 10px 15% 15% 15% ;	
}
body.page_video{
		background-color:#000;
}


/*/////// HEADER ///////////////*/

#mobile_menu:not( .mm-menu ) {
   display: none;
}


#my-hamburger{
	outline: none;
	color:#fff;
	position: absolute;
	right:20px;
	top:50%;
	-ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
	transform:translateY(-50%);
	border-radius: 50%;
	width:70px;
	height: 70px;
	display: none;
}

#header{
	width:100%;
	height: auto;
	min-height:140px;
	position: fixed;
	z-index: 300;
	top:0px;
	left: 0px;
	
	
	 
}
#header *{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



/*

.headroom {
   will-change: transform;
   transition: transform 200ms linear;
}*/
.headroom--pinned {
	-ms-transform: translateY(0%);
   -webkit-transform: translateY(0%);
  transform: translateY(0%);
  
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  

  
}
.headroom--unpinned {
	
	-ms-transform: translateY(-300%);
   -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
  
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.headroom--not-top{

background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ) !important; /* IE6-9 */
}





#logo{
	display:inline-block;
	 left: 0;
    padding: 15px;
    pointer-events: all;
    position: absolute;
    top: 0;
}

#logo h1, #logomobile h1{
	width:231px;
	height: 238px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(/img/logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:auto 100% ;
	padding: 0px;
	margin: 0px;
}



/*/////// MENU ///////////////*/
#main_nav{
	display: inline-block;
	float: right;
	
	   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#main_nav{
	display: inline-block;
	float: right;
	

}

.main_menu ul, .main_menu ul li{
	line-height:1em;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main_menu ul li{
	position:relative;
	float:left;
}

.main_menu>ul>li{
	margin-right:10px;
}

.main_menu ul li:last-child{
	margin-right:0px;
}


.main_menu ul li a{
	position:relative;
	margin-top:17px;
	color:#f9f9f9;
	font-size:16px;
	text-decoration: none;
	padding:0px 20px;
	text-align:left;
	display:block;
	height:36px;
   line-height:36px;
}

.main_menu ul>li.active>a{
	background-color:#bf090c;
	color:#FFF;
}


.main_menu>ul>li:hover>a{
	background-color:#bf090c;
	color:#FFF;
}




.main_menu ul li ul{
	display:none;
}


/* //////////////////SOUSMENU ////////////////*/
.main_menu ul li ul{
    position: absolute;
    left: 12px;
    top: 50px;
    width: 1500px;
    float: left;
    padding-top: 0px;
}

.main_menu ul li.active ul{
    display: block;
}

.main_menu ul li ul li{
	display: inline-block;
    float: left;
}
.main_menu ul li ul li a{
    font-size: 13px;
    padding: 0px 8px;
    margin-top: 0px;
}

.main_menu ul li ul li a:hover ,.main_menu ul li ul>li.active>a{
    text-decoration: underline;
    background-color: transparent;
	color:#FFF;
    
}

.main_menu ul li ul li:last-child:after{
	content:"";
}

.main_menu ul li ul li:after{
	content:"|";
	color: #fff;
    font-size: 10px;
    position: absolute;
    top: 8px;
    right: 0px;
}


/* //////////////////SOUSMENU OLD////////////////*/

/*#sous_nav{
	display: inline-block;
	float: right;
}*/
#sous_nav{
 display: inline-block;
    float: right;
    position: absolute;
    right: 86px;
    top: 50px;
}

.sous_menu ul, .sous_menu ul li{
	line-height:1em;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sous_menu ul li{
	position:relative;
	float:left;
}

.sous_menu ul li:last-child{
	margin-right:0px;
}
.sous_menu ul li:last-child:after{
	content:"";
}

.sous_menu ul li:after{
	content:"|";
	color: #fff;

    font-size: 10px;
	
}

.sous_menu ul li a{
	position:relative;
/*	margin-top:17px;*/
	color:#f9f9f9;
	font-size:13px;
	text-decoration: none;
	padding:0px 6px;
	text-align:left;
	display: inline-block;
	height:20px;
   line-height:20px;
    margin-top: 10px;
}

.sous_menu ul>li.active>a{
	text-decoration: underline;
}
.sous_menu li a:hover{
	background-color:#bf090c;
	color:#FFF;
}





/* //////////////////MENULAN////////////////*/
div.top_lang {
    display: block;
    float: right;
    width: auto;
	width:70px;
}

#lang ul {
    margin: 0;
    width: auto;
}
#lang, #lang ul {
    float: right;
    list-style: outside none none;
    padding: 0;
	margin-top:26px;
	  margin-bottom: 0;
    text-align: left;
    width: auto;
	margin-left:10px;
    z-index: 999;
    position: relative;
}
#lang li ul {
    display: none;
    left: -1000em;
    z-index: 100;
	margin-top:0px;
}
#lang li:hover ul, #lang li.over ul {
    display: block;
    left: auto;
}
#lang a {
    background: rgba(0, 0, 0, 0) url("/img/select_fleche.svg") no-repeat scroll right center;
    color: #fff !important;
    display: block;
    font-size: 16px;
    padding-right: 18px;
    text-decoration: none;
	white-space: nowrap;
}
#lang li ul{
	margin-left:0px;
}
#lang li ul li a {
    background-image: none;
    width: 30px;
}


/*/////// HOME CAROUSEL ///////////////*/

.carouselhaut .swiper-slide {
    box-sizing: border-box;
    width: 100%;
	background-size:cover;
    height: 80vh !important;
}

.carouselhautbas{
    position: relative;
}


.carouselhautbas .slide_text{
	width:100%;
	height:100%;
}
.carouselhautbas .slide_text h1{
	position:absolute;
	bottom:80px;
	left:0px;
	width:100%;
	
    font-size: 12px;
	margin:0px;
	padding: 50px 15px;
    text-align: center;
	color:#f9f9f9;
	text-transform:none;
}

.carouselhautbas .slide_text h1 a{
		color:#f9f9f9;
}


.slide_proportion_bas {
    overflow: hidden;
    position: relative;
    width: 100%;
/*    height: 75vh !important;*/
}





/*/////// HOME QUICK NEWS ///////////////*/

.home_actu_quick_box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
	width: 100%;
}
.home_actu_quick{
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 60px;
	width: 100%;
	text-align:center;
}


.home_actu_quick h2{
	display:inline-block;
	margin-top: 14px;
}

a.home_actu_quick_btn {
    box-sizing: border-box;
    border: 1px solid #bf090c;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    margin: 10px;
    color: #bf090c;
    display: inline-block;
    text-align: center;
    left: 15px;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .06em;


}

/*/////// HOME BOX ///////////////*/

.home_expositions{
    padding: 80px 0px;
/*    margin-left: -40px;
    margin-right: -40px;*/
     display: flex;
    align-items:center;
    justify-content:space-between;
}



.home_expositions_titre{
	 width: 300px;
    padding-right: 20px;

}

.home_expositions_image{
	 width: calc(100% - 320px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_expositions_image:after{
    content: '';
    display: block;
    padding-top: 62%;
}

.home_expositions h2{
	font-size:48px;
	text-transform:uppercase;
	color:#000000;
    font-weight: 200;
}


/*/////// HOME ACTUS ///////////////*/

.home_actu{
    background-color: #F7F7F7;
    padding: 73px 0px;
}

.home_actu_date{
    color: #bf090c;
    font-size: 16px;
    padding-bottom: 10px;
}
.home_actu h2{
    font-size: 48px;
    color: #000;
    font-weight: 200;
    margin-bottom: 20px;
    text-transform:uppercase;
}
.home_actu .swiper {
  width: 100%;
}
.home_actu_img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_actu_img:after{
    content: '';
    display: block;
    padding-top: 76%;
}

.home_actu_txt{
    padding-top: 30px;
    color: #5D5C5B;
    font-size: 20px; 
}

.home_actu_txt h3{
    color: #bf090c;
    font-size: 24px;
    text-transform: none;
    
}

.home_actu_txt a{
    padding-top: 10px;
    color: #bf090c;
    display: block;
}

.home_actu_btn_general{
    text-align: center;
    margin-top: 60px;
}

/*/////// HOME AGENDA ///////////////*/

.home_agenda{
    background-color: #000;
    padding: 60px 0px;
    margin-left: -60px;
    margin-right: -60px;
}
.home_agenda h2{
    font-size: 48px;
    color: #FFF;
    max-width: 360px;
    font-weight: 200;
    margin-bottom: 36px;
    text-transform:uppercase;
    
}

.home_agenda_img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_agenda_img:after{
    content: '';
    display: block;
    padding-top: 76%;
}

.home_agenda_txt{
    padding-top: 30px;
    color: #FFF;
    font-size: 16px; 
}

.home_agenda_txt h3{
    color: #FFF;
    font-size: 20px;
    text-transform: none;
    
}

.home_agenda_txt a{
    padding-top: 10px;
    color: #bf090c;
    display: block;
}
.home_agenda_date{
     text-transform: capitalize;
}
.home_agenda_cat_types{
    color: #5D5C5B;
}


.home_agenda_btn_general{
    text-align: center;
    margin-top: 60px;
}

.home_agenda_btn_general a{
    color: #FFF !important;
   border: 1px solid #FFF !important;
}




.home_agenda_navigation{
    width: 120px;
    height: 46px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0px;
    right: 0px;
    
}

.home_agenda_navigation .swiper-button-next{
    position: relative;
    height: 46px !important;
    width: 46px !important;
    background-image: url('/img/fleche_carousel_right.svg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat  !important;
   display: block !important;
    top: 0px;
    right: 0px !important;
    margin: 0px;
    color: transparent;
    

    
}

.home_agenda_navigation  .swiper-button-prev{
    position: relative;
    height: 46px !important;
    width: 46px !important;
    background-image: url('/img/fleche_carousel_left.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block !important;
    top: 0px;
    left: 0px !important;
    margin: 0px;
    color: transparent;
    
}

/*/////// HOME ACTIVITES ///////////////*/

#home_activite{
	background-color:#000000;
	padding-top:72px;
	padding-bottom:80px;
	position:relative;
	color:#f9f9f9;
}

#home_activite h1{
	font-size:24px;
	text-align:center;
	color:#f9f9f9;
	margin-bottom: 60px;
	
	
}

#home_activite h2{
	font-size:24px;
	color:#f9f9f9;
	margin-bottom: 0px;
	text-transform:uppercase;
	display:inline-block;
	padding-left:15px;
}

.home_activite_padd{
	position:relative;
	box-sizing:border-box;
	padding:0px 15px 80px 15px;
	display:inline-block;
	text-align:left;
	max-width:70%;
}
.home_activite_padd a, .home_activite_padd p{
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.home_activite_padd a .titre_gris {
    margin-top: 2px;
	display: block;
}
	
a.home_activite_btn{
position:absolute;
 box-sizing:border-box;
 border:1px solid #f9f9f9;
  height: 52px;
  line-height: 52px;
  padding: 0 22px;
 color:#f9f9f9;
 display:inline-block;
 text-align:center;
 bottom:0px;
 left:15px;
 font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
letter-spacing: 0.06em;
}



/*///////  CATALOGUE ///////////////*/

.catalogue_box{
	background-color:#919191;
	padding:20px;
	color:#FFFFFF;
	font-size: 16px;
	
}
.catalogue_box img{
	
	
}

.vignette_catalogue{
 margin:10px 0px;
 background-repeat:no-repeat;
 background-size:cover;
 width:100%;
	
}
.vignette_catalogue:after{
    content: "";
    display: block;
    padding-top: 100%;
	
}


.isotope:after {
  content: '';
  display: block;
  clear: both;
}





.grid-sizer, .col_isotop { 
width: calc(( 100% - 60px)/3); 

}
.col_isotop {
/* float: left;*/
 margin-bottom:30px;

}
.col_isotop img{
	width:100%;
	height:auto;
}



.gutter{
	width:30px;
}
.col_isotop h3{
	color:#FFF;
	line-height:1.2em;
	text-align:left;
}


.col_padding_right{
	padding-right:15px;
		
}
.col_padding_left{
	padding-left:15px;
		
}



.col_3{
	width:33.33%;
	float:left;
	position:relative;
	text-align:center;
}

.col_4{
	width:25%;
	float:left;
	position:relative;
}


.col_5{
	width:20%;
	float:left;
	position:relative;
}
.col_6{
	width:50%;
	float:left;
	position:relative;
}
.catalogue_lie{
	padding-top:14px;
	
}

.container_catalogue_lie{
	margin-left:-5px;
	margin-right:-5px;
	
}
.catalogue_box_lie{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border:1px solid #919191;
	margin:5px;
	display:block;
}
.catalogue_box_lie:after{
	 content: "";
    display: block;
    padding-top: 100%;
}

.catalogue_lie_label{
	font-size:16px;
	color:#5d5c5c;
	text-decoration:none !important;	
}
a.catalogue_lie_label{
	font-size:12px;
	text-transform:uppercase;
	margin-top:10px;
	display:block;
}
/*/////// PAGE   ///////////////*/

.even{
	background-color:#cccccc;	
}

.filterbox{
	margin-top:10px;	
}

.inside.page{
	 padding-top: 90px;
	padding-bottom:90px;	
	text-align: justify;
}
.inside.page_intro{
	 padding-top: 90px;
	padding-bottom:0px;	
	
}
.page h1, .inside.page_intro h1{
	font-size:48px;
	 margin-bottom: 66px;
	font-weight: 200 !important;
}

.page_liste h1{
	padding-top:0px;
	margin-bottom: 66px;
}




.listing_box{
	width:100%;
	border-bottom:1px solid #5d5c5c;
	padding-bottom:58px;
	margin-bottom:76px;
	
}

.img_listing_left_publication{
	float:left;
	width:224px;
	margin-right:40px;	
	
  -moz-box-shadow: 8px 8px 12px #ccc; 
  -webkit-box-shadow: 8px 8px 12px #ccc; 
  box-shadow: 8px 8px 12px #ccc; 
  
}

.img_listing_left_exposition, .img_listing_left{
	float:left;
	width:224px;
	margin-right:20px;	
	
  
}

.texte_listing{
	width:100%;
	
}

.texte_listing.with_img{
	width:calc(100% - 270px);
	float:left;
	
}

.trait_home_sep{
	
	
}
.btn_acheter{
	border:1px solid #bf090c;
    color: #bf090c !important;
	font-size:12px;
	padding:0px 40px;
	height: 46px;
    line-height: 46px;
	
	text-decoration:none !important;
	text-transform:uppercase;
	margin-left:0px;
}

.btn_savoirplus, .btn_previous, .bnt_next, .btn_retour{
	border:1px solid #bf090c	;
	font-size:12px;
    color: #bf090c !important;
/*	padding:0px 40px;
	height: 52px;
    line-height: 52px;*/
	
	 height: 46px;
    letter-spacing: 0.06em;
    line-height: 46px;
    padding: 0 22px;
	
	text-decoration:none !important;
	text-transform:uppercase;
}

.btn_previous a, .bnt_next a, .btn_retour a{
	text-decoration:none !important;
    color: #bf090c !important;
	
}

.btn_detail, .btn_acheter, .btn_savoirplus{
	margin-top:20px;	
	display:inline-block;
}


.prevnext{
	margin-top:40px;
	position: relative;
	
	
}

.bnt_next{
	float:right;	
}
.btn_previous{
	float:left;	
}
.btn_retour{
	position:absolute;
	display:inline-block;
	left:50%;
	-ms-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
	transform:translateX(-50%);
	
}

.btn_retour a{
	text-decoration:none !important;
	
}

.noimgintro{
	padding-top:200px;
	
}

.gallery_intro {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    clear: both;
	max-height:80vh;
}

.gallery_intro::after {
    content: "";
    display: block;
    padding-top: 45%;
}


.gallery_intro_full {
	
  background-size: cover !important;
}
.gallery_intro_full::after {
/* padding-top: 100vh !important;*/
}


.gallery_intro img{
	width:100%;
	height:auto;
	
}
.gallery_element{
	width:100%;
	text-align:center;
	position:relative;
	padding-top:30px;
}

.gallery_element_txt{
	width:100%;
	position:relative;
	padding-top:30px;
}
.gallery_element img{
	width:100%;
	max-width:100%;

}




.legende{
	font-size:12px;
	color:#666666;
	text-align:left;
	
}
.legende_video{
	margin-top:10px;
	font-size:12px;
	color:#666666;
	text-align:left;
	
}

.videowrapper{
	 height: 100%;
    width: 100%;
}


.colseparateur{
	width: 100%;
	clear: both;
	margin: 0px !important;
	min-height: 0px !important;
	height: 1px !important;
}

#map{
  width:100%;
  height:428px;
}
#message{
	float: left;
    width: 100%;
}

/*/////// AGENDA ///////////////*/


.agenda .angenda_box_listing{
    background-color: #F7F7F7;
    padding: 45px 18px;
    box-sizing: border-box;
    font-size: 20px;
}

.cat_types{
    color: #bf090c;
    font-size: 16px; 
}
.agenda_titre_listing {
font-weight: 700;
font-size: 20px;
  color: #bf090c;  
line-height: 26px;
}

.agenda_liste_image{
    margin-bottom: -10px;
}





.reservationitem input[type="text"], .reservationitem input[type="email"] {
    width: calc(100% - 20px);
    margin-left: 0px;
    margin-right: 20px;
}

.reservationitem label{
    color: #bf090c;
    font-size: 14px;
    
}

#btn_ajout_pers{
    color: #bf090c;
    font-size: 14px;
    padding-left: 40px;
    background-image: url('/img/btn_plus.svg');
    background-position: left center;
    background-repeat: no-repeat;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

/* Calendrier */

.agenda_calendar{
    position: absolute;
    top: 34px;
    right: 0px;
    z-index: 9;    
}


#calendar{
	min-width: 300px;
}

#calendar a.linkbtn{
	font-size: 14px;
	line-height:46px;
	box-sizing: border-box;
	width:100%;
	padding: 0px;
	text-align: center;
}

#calendar ul {list-style-type: none;}

#calendar .month {
    padding:10px 15px;
    width: 100%;
    background: #be0d0d;
    box-sizing: border-box;
}

/* Month list */
#calendar .month ul {
    margin: 0;
    padding: 0;
}

#calendar .month ul li {
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

/* Previous button inside month header */
#calendar .month .prev {
    float: left;
    /* padding-top: 10px; */
}

/* Next button */
#calendar .month .next {
    float: right;
   /* padding-top: 10px; */
}

#calendar .month .prev a, #calendar .month .next a{
	color: inherit;
	text-decoration: none;
}

/* Weekdays (Mon-Sun) */
#calendar .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color:#FFF;
    font-size: 0px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    padding-left: 15px;
}

#calendar .weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
    font-size: 10px;
}



#calendar .pastday{
    color: #E6E6E6 !important;
    
}

/* Days (1-31) */
#calendar .days {
    padding: 10px 0;
    background: #FFF;
    margin: 0;
    font-size: 0px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 15px;
}

#calendar .days li {
    list-style-type: none;
    display: inline-block;
    width: 14.6%;
    text-align: center;
    font-size:12px;
    color:#777;
    box-sizing: border-box;
    border: 1px solid #eee;
    position: relative;
    letter-spacing: normal !important;
    line-height: normal !important;
    box-sizing: border-box;
    margin: -0.5px;
}

#calendar .days li:after {
	content: "";
	display: block;
	padding-top: 100%;
}

#calendar .days li.withday {
	background-color: #fff;
}

#calendar .days li a{
	text-decoration: none;
	color: inherit;
	position: absolute;
	width:100%;
	text-align: center;
	height:100%;
	display: block;
	
}

#calendar .days li  span{
	display: block;
	width:100%;
	height:40px;
	line-height: 40px;
	left:0px;
	top:50%;
	position: absolute;
	transform: translateY(-50%);
}

#calendar .days li a div.pastille{
	background-color:#be0d0d;
	display: block;
	width:5px;
	height:5px;
	border-radius:50%;
	position: absolute;
	bottom:5px;
	right:5px;
}


/* Highlight the "current" day */
#calendar .days li.today {
    color: #be0d0d !important;
}

#calendar .days li.selected {
     background-color: #be0d0d;
    color: #fff !important;
}

#calendar .days li.selected a div.pastille{
	background-color:#fff;
}


/*///////////// POPUP /////////*/


.overlay {
    background-color:  rgba(0,0,0,.2);
    position: fixed;
    z-index: 500000000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

	display:none;
}

.overlay_splash{
    
    background-color:  rgba(0,0,0,.2);
    position: fixed;
    z-index: 500000000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:block;
}

body.mybodypopup .overlay {
	display:block;
}

.overlaycontent {

	box-sizing:border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	display: block;
	max-width: 900px;
	width:100%;
	max-height:100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding:60px 0px;
	overflow: auto;
	background-color: #FFFFFF;
}
.custompopup .popup_content {
    background-color: #FFFFFF;
    padding: 65px 75px;
}

.custompopup .popup_content h1 {
font-size: 48px;
text-transform: uppercase;
font-weight: 200 !important;
margin-bottom: 18px;
color: #bf090c;
}

.custompopup .popup_content h2 {
    margin-bottom: 60px;
}
a.overlayclose, a.popupclose {
    position: absolute;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/popup_close.svg);
    top: 20px;
    right: 20px;
	z-index:9999999999999;
}


 body.mybodypopup{
	overflow: hidden !important;
	

}

/*///////////// RESERVATION POPUP /////////*/

.reservations_popup_titre{
    padding: 0px 75px 60px 75px;
    
}
.reservations_popup_titre h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0px;
}


.reservations_popup_content{
    background-color: #F7F7F7;
    padding: 65px 75px;
}
.reservations_popup_form{
     padding: 65px 75px;
}
#contactreservation .btn_submit{
    float: none;
}

/*/////// FOOTER ///////////////*/

#scrollbtn {
    position:fixed;
    right:15px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#bf090c;
    text-indent:-9999px;
    display:none;
/*    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px*/
}
#scrollbtn span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scrollbtn:hover {
    background-color:#bf090c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*/////// SEARCH  ///////////////*/

.search_multi{
   margin-bottom: 50px; 
}


.search_multi ul{
    list-style: none;
    margin: 0px !important;
}
.search_multi>ul>li{
    width: calc(33.33% - 20px);
   float: left;
    margin-right: 30px;
}

.search_multi li .selectric-filtercat{
   max-width: 100% !important;
}

.search_multi>ul li:last-child{
    margin-right: 0px !important;
}


/*/////// SELECT ///////////////*/


/*.selectric-filtercat{
	float:left;
	max-width: calc((100% - 60px) / 3) !important;
}

.selectric {
    background-color: #bf090c !important;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    height: 54px;
    letter-spacing: 0.06em;
    max-width: 100%;
    position: relative;
    text-transform: uppercase;
}

.selectric .label {
    color: #FFF;
    display: block;
    font-size: 12px;
    height: 54px;
    line-height: 54px;
    margin: 0 36px 0 40px;
}

.selectric-items {
    background-color: #bf090c;
	  color: #fff !important;
}
.selectric-items li.highlighted, .selectric-items li:hover {
	background-color: #5d5c5c;
    color: #fff;
}

.selectric-items ul{
	margin:0px;	
	 color: #fff !important;
}
.selectric-items li {
	text-transform:uppercase;
    color: #FFF;
	font-size:12px;
	padding: 14px 8px 14px 40px !important;
}*/


/*/////// NEW SELECT ///////////////*/


.selectric-wrapper {
	width:100%;
	max-width:400px;
    cursor: pointer;
    position: relative;
	margin-top:30px;
	margin-right:30px;
	
}


 .new_select .selectric-wrapper {
  margin-top: 0px;

}
 .selectric {
  background-color: #FFF !important;
  border: 0 none;
  color: #5d5c5b;
  font-size: 14px;
  height: 34px;
  letter-spacing: 0.06em;
  max-width: 100%;
  position: relative;
  text-transform: none;
  width: 400px;
  border-bottom: 1px solid #C4C4C4;
}

 .selectric .label {
  color: #5d5c5b;
  display: block;
 font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin: 0px;
}

 .selectric-items {
  background-color: #FFF;
  color: #5d5c5b;
}

 .selectric-items li {
  position: relative;
  text-transform: none;
  color: #5d5c5b;
  font-size: 12px;
  padding: 10px !important;
}

 .selectric-items .selectric-scroll {
 border: 1px solid #C4C4C4;
 border-top: 0px;
}

.selectric-items li.highlighted, .selectric-items li:hover {
    color: #C4C4C4;
	background-color: #FFF !important;
}

.selectric-items ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #A42D19 !important;
    position: absolute;
    right: 10px;
    display: block;
    top: calc(50% - 5px);
}

.selectric-items li.highlighted, .selectric-items li:hover {
  background-color: #FFF !important;
}

.selectric-items li.highlighted:after, .selectric-items li:hover:after {
  border: 1px solid #A42D19 !important;
  background-color: #A42D19 !important;
}

.selectric .button {
  background-image: url("/img/select_fleche_new.svg") !important;
  background-position: center right;
}

 .selectric-open .selectric .button {
  transform: rotate(180deg);
  background-position: left center;
}



  li.open_calendar{
  position: relative;
}

 li.open_calendar>a{
  color: #5d5c5b;
  font-size: 14px;
  height: 34px;
  letter-spacing: 0.06em;
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  height: 34px;
  line-height: 34px;
    
  background-image: url("/img/select_fleche_new.svg") !important;
  background-repeat: no-repeat;
  background-position: right center;

}

.open_calendar a {
    text-decoration: none;
    display: block;
}
 .open_calendar .agenda_calendar {
    display: none;
}

.open_calendar.open .agenda_calendar {
    display: block;
}

li.open_calendar.open  > a {
  background-image: url("/img/select_fleche_new_back.svg") !important;
}

/*
GESTION DES SALLES*/


ul.menu_level_1{
	cursor: pointer;
	}
ul.menu_level_1>li{
	
	background-image: url("/img/fleche_right.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 24px) center;
	
	width: 100%;
	background-color: #BE0C0B;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 54px;
	min-height: 54px;
	border-bottom: 1px solid #FFF;
}
	
ul.menu_level_1.ul_open>li{
		background-image: url("/img/fleche_bottom.svg");
	    background-position: calc(100% - 20px) 20px;
	}

ul.menu_level_1:not(.menu_end) ul.menu_level_2 li:last-child {
	border-bottom: 0px;
	}



ul.menu_level_2{
	display: none;
	list-style: none;
 }
	
ul.menu_level_2>li{
	list-style: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #979797;
	}
	
ul.menu_level_2>li>a{
	color: #5D5C5C;
 }
	
.ul_open ul.menu_level_2{	
	display: block;
}
	

	
	
ul.menu_level_3>li{
	
	float: left;
	display: inline-block;
	padding-left: 14px;
	padding-top: 10px;
	}
	
ul.menu_level_3>li>a{
	text-decoration: underline;
	font-size: 16px;
 }
	
	
	
ul.salles_langues{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	}	
ul.salles_langues li{
	display: block;
	float: left;
	padding-left: 10px;

	}
ul.salles_langues li a{
	font-size: 16px;
	}	
	
ul.salles_langues li a.active{
	font-weight: 600;
	}		
	
	
	
.vitrine_container{
	padding: 45px 14px;
	font-size: 18px;
	color: #5D5C5C;
	font-weight: 400 !important;

}
.vitrine_container, .vitrine_container p{
		line-height: 1.6em !important;
	}
	
.vitrine_intro{
	padding-bottom: 40px;
}

.vitrine_intro_sous{
	margin-top: 40px;
}
.vitrine_container h1{
	font-size: 42px;
	color: #BE0C0B !important;
	margin-bottom: 10px !important;
	font-weight: 400 !important;
}
.vitrine_container h2{
	font-size: 18px;
	color: #BE0C0B;
   text-transform: uppercase;
   font-weight: 500 !important;
	
}
.vitrine_container h3{
	font-size: 18px;
	color: #5D5C5C;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 500 !important;
	line-height: 1.4em;
}
.vitrine_container h4{
	font-size: 18px;
	color: #BE0C0B;
   font-weight: 500 !important;
}

.vitrine_container ul , .vitrine_container ol {
	padding-left: 30px;


}
	
.vitrine_container ul li, .vitrine_container ol li{
	padding-top: 40px;
	padding-bottom: 37px;
	position: relative;
	padding-inline-start:14px;


}

	
.vitrine_container ol li:before , .vitrine_container ol li:before {
	content: '';
	height: 40px;
	border-top: 1px solid;
	display: block;
	position: absolute;
	top: -1px;
	left: -20px;
	right: 5px;
}

	

	
	
ul.menu_bottom li{
	position: relative;
	list-style: none;
	background-color: #D2D2D2;
	color: #5D5C5C;
	text-align: center;
		text-transform: uppercase;
	line-height: 54px;
	min-height: 54px;
	border-bottom: 2px solid #FFF;
	font-weight: 500;
		font-size:18px;
	}
	
a.fleche_left{
background-image: url("/img/fleche_left_black.svg");
background-repeat: no-repeat;
height: 54px;
width: 30px;
display: block;
position: absolute;
left: 0px;
top: 0px;
background-position: right center;
	
	}
a.fleche_right{
    background-image: url("/img/fleche_right_black.svg");
    background-repeat: no-repeat;
    height: 54px;
    width: 30px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: left center;
}
	}
h1.vitrine_titre_little{
	font-size: 24px;
	}
	
	
	
a.salles_retour{
	display: inline-block;
	margin-left: 14px;
	margin-top: 14px;
font-size: 16px;
color: #5D5C5C;
letter-spacing: 0.33px;
line-height: 28px;
border: 1px solid #5D5C5C;
border-radius: 16px;
	padding: 0px 10px;
}
	
	.salles_retour_bottom{
		margin-bottom: 40px;
	}





/*/////////////FORMULAIRE/////////*/

label{
	    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 180px;
}

.checkbox label, .radio label{
	width:auto;
}

input[type=text], input[type=email], input[type=number], input[type=password] ,textarea{
	float:left;
	 -webkit-appearance: none;
	font-family: 'Libre Franklin', sans-serif;
	display: block;
	border: 1px solid #DADFE0;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding-left:20px;
	width: calc(100% - 200px);
	margin-left:20px;

    margin-bottom: 10px;
	line-height: 40px;
	font-size:16px;
	-webkit-animation:none;
	-moz-animation:none;
	-ms-animation:none;
	-o-animation:none;
	animation:none;
	
	
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  transition:none;
}

textarea{
	line-height: normal;
	padding-top: 1em;
	padding-bottom: 1em;
}



input[type=text], input[type=email], input[type=number], input[type=password]{
height: 40px;

}

div.input{
	clear: both;
	display: block;
	width:100%;
}

.btn_submit{
    border:none;
    float:left;
    
    padding: 10px 12px 10px 12px;
    margin:20px 0px;

    cursor: pointer;
    background-color: #FFF;

    cursor: pointer;
    border: 1px solid #bf090c;
    font-size: 12px;
    color: #bf090c !important;
    padding: 0px 40px;
    height: 52px;
    line-height: 52px;
    height: 46px;
    letter-spacing: 0.06em;
    line-height: 46px;
    padding: 0 22px;
    text-decoration: none !important;
    text-transform: uppercase;
}

#contactform .btn_submit{
	margin-left: 140px;
}

input.error, textarea.error{
	border-color:#E05656;
	color:#E05656;
	margin-bottom: 0px;
}
label.error{
	width:100%;
	box-sizing: border-box;
	color:#E05656;
	padding-left: 140px;
}

.checkbox label.error{
	padding-left: 0px;
}

.newsletter .errormsg{
 float: left;
  padding-left: 20px;
  color: #F00;
  font-size: 16px;
}

input.errormsg, textarea.errormsg{
border-bottom:1px solid #FF0004 !important;
}


input.errormsg:-moz-placeholder {
	color:#FF0004 !important;
}
input.errormsg::-moz-placeholder {
	color:#FF0004 !important;
}

input.errormsg::-webkit-input-placeholder {
	color:#FF0004 !important;
}

input.errormsg:-ms-input-placeholder {
	color:#FF0004 !important;
}



/*/////// FOOTER ///////////////*/




#footer{
	background-color:#bf090c;
	color:#f9f9f9;
	width:100%;
	font-size:16px;
	padding-bottom:60px;
}

#footer_nav{
	padding:60px 0px;
	border-bottom:1px solid #f9f9f9;
	margin-bottom:60px;
	
}

.footer_menu ul, .footer_menu ul li{
	line-height:1em;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer_menu ul li{
	margin-right:25px;
	position:relative;
	float:left;
}

.footer_menu ul li:last-child{
	margin-right:0px;
}


.footer_menu ul li a{
	position:relative;
	color:#f9f9f9;
	font-size:16px;
	text-decoration: none;
	text-align:left;
	display:block;
	height:16px;
   line-height:16px;
   text-transform:uppercase;
}

.footer_menu ul>li.active>a, .footer_menu li a:hover{
	color:#ccc;
}


.footer_box_padd{
	padding-right:25px;	
}
a.footer_btn{
 box-sizing:border-box;
 width:90%;
 border:1px solid #f9f9f9;
 padding: 0px 22px ;
  min-height: 52px;
 line-height: normal;
 color:#f9f9f9;
 display:inline-block;
 text-align:center;
 text-decoration:none;
 text-transform:uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credits{
	font-size:13px;
	 margin-top: 40px;
}
/*/////// NEWSLETTER ///////////////*/

#newsletter{
	background-color:#bababb;
	
	color:#FFF;
	width:100%;
	font-size:16px;
	padding-top:56px;
	padding-bottom:76px;
	
}

#newsletter input[type="text"] {
	font-family: 'Libre Franklin', sans-serif;
    border: 1px solid #a8a8a8;
    color: #a8a8a8;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    height: 52px;
    line-height: 52px;
    padding-left: 14px;
    width: 347px;
	margin-right:10px;
}

.btn_envoyer{
	font-family: 'Libre Franklin', sans-serif;
	background-color:transparent;
    border: 1px solid #FFF;
    color: #FFF;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 300;
    height: 52px;
    line-height: 52px;
    width: 182px;
	
	text-transform:uppercase;
	margin-top:1px;
}

/*/////// SOCIAL LINK ///////////////*/

.social_link{
	margin-top: 100px;
	
}
.social_link h3{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
}

.btn_sociaux{
	height:26px;
	width:26px;
	display:block;
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
	margin-right:10px;
}
.footer_facebook{
	background-image:url(/img/facebook.svg);
}

.footer_instagram{
	background-image:url(/img/instagram.svg);
}
.footer_youtube{
	background-image:url(/img/youtube.svg);
}

/*/////// FORM ///////////////*/


.styled-select {
    background-image: url("/img/select_fleche.svg");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
	border:0px;
 	
	background-color:#bf090c;
	color:#FFFFFF;
    height: 52px;
    overflow: hidden;
    position: relative;
	width:360px;
	max-width: 100%;
	margin-top:30px;
}
.select_list  {
	    background-image: url("/img/select_fleche.svg");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
	
    border-radius: 0;
    box-sizing: border-box;
	background-color:#bf090c;
	color:#FFFFFF;
	border:0px !important;
    font-size: 12px;
	text-transform:uppercase;
    width:360px;
	max-width: 100%;
	margin-top:30px;
	height: 52px;
	padding:6px 40px;
}



select{
 -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;	
     border:0px solid !important;
        outline:0px;
}
option{
	padding:6px 40px;
	
}


::-webkit-input-placeholder {
color:#a8a8a8;
font-size: 14px !important;
opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
color:#a8a8a8;
font-size: 14px !important;
opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
color:#a8a8a8;
font-size: 14px !important;
opacity:1;
}

:-ms-input-placeholder {  
color:#a8a8a8;
font-size: 14px !important;
opacity:1;
}

input.placeholder {
color:#a8a8a8;
font-size: 14px !important;

opacity:1;
}


@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}



.mobile {
	display: none;
}
.nomobile {
	display: block;
}

li.lan_mobile {
    float: left;
	margin-top: -20px;
}

@media all and (max-width:1700px){
	

.home_box_actu .col_3:after {
    padding-top: 50% !important;
}

}


@media all and (max-width:1280px){
	
	#logo h1 {
    height: 140px;
    width: 140px;
}

.home_box_actu .col_3:after {
    padding-top: 55% !important;
}

}

@media all and (max-width:1080px){
	
	#logo h1 {
    height: 100px;
    width: 100px;
}

.home_expositions {
  margin-left: 0px;
  margin-right: 0px;
}

}

@media all and (max-width:994px){
	

.mm-slideout {
    background-color: #fff;
}

.nomobile {
	display: none !important;
}
.mobile {
	display: block !important;
}

#headermobile {
	 background: -moz-linear-gradient(top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ) !important; /* IE6-9 */
	height: 120px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	position: fixed;


}


#logomobile {
	position: absolute;
	top: 15px;
	left: 15px;
}


#logomobile h1{
	width:100px;
	height:103px;
	z-index:400;
 
}


	#main_nav{
		
		width:100%;
		/*height: 100vh;*/
		
		-webkit-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-o-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
	}
	

	#main_nav ul li {
		width:100%;
		text-align:center;
	
		 margin-top: 14px 
	}
	
	#main_nav ul li:first-child{
			margin-top:60px;
	}

	#main_nav ul li a {
	pointer-events: all;	
	font-size: 30px;
	text-align: center;
	width: 100%;
	}
	#main_nav ul li.active a, #main_nav ul li a:hover{
		color:#000000 !important;
	}
	

	#main_nav > ul > li.childrenme{
		height:auto !important;
	}
	


.col_full{
	background-attachment: scroll; 
	}
	
	.home_box_actu .col_3:after {
    padding-top: 100% !important;
}

body.page_video #content{
		background-color:#000 !important;
}
    
.home_agenda {
  padding: 60px 0px;
     margin-left: 0px;
    margin-right: 0px; 

}
#home_agenda{
    margin-left: 15px;
    margin-right: 15px;    
}    
	
}
	
	@media all and (max-width:790px){
	
	.col_3 {
		width:100% !important;	
	}
	
	.col_5{
	width:33.33%;
}
.col_6{
	width:100%;
}

.col_padding_right{
	padding-right:0px;
		
}
.col_padding_left{
	padding-left:0px;
		
}



	.texte_listing.with_img {
		padding-top:15px;
		width:100%;	
	}
	
	.home_activite_padd{
		margin-bottom:60px;
		 width: 70%;
		
	}

	
	#newsletter input{
		box-sizing: border-box;
		width:100% !important;
		margin:0px;
		margin-bottom:10px;	
	}
	
	.grid-sizer, .col_isotop  { 
	width: calc(( 100% - 30px)/2) !important; 
	
	}
	
	.selectric-filtercat { 
	max-width: calc(( 100% - 30px)/2) !important; 
	
	}
	.selectric-filtercat_2{
		margin-right:0px !important;
		
	}
	
	.home_box_actu .col_3:after {
    padding-top: 30% !important;
}
		
		
		
		
	#footer{
/*    display:none;	*/
}
.footer_menu ul li {
	width: 100%;
	padding-bottom: 10px;
}
.footer_box{

	width: 100%;
		}
		
#footer_nav {
    padding: 30px 0px;
    margin-bottom: 30px;
}	

.home_expositions {
  display: block;
    padding: 60px 0px;
}
.home_expositions_titre, .home_expositions_image {
    width: 100%;
}
        
.home_expositions_image {
    margin-top: 40px;
}    
        
.home_actu {
  padding: 60px 0px;
}        

.home_agenda_navigation {
  width: 100%;
  height: 80px;
  position: relative;
}
        

}


@media all and (max-width:600px){
	

h1 {

	font-size: 24px !important;
	

}
h2 {
	
	font-size:19px !important;

}
.btn_previous, .bnt_next{
	box-sizing:border-box;
	float:left !important;
	
	width:100%;
	margin-bottom:20px;
	
}
.btn_retour{
	position:absolute;
	display:inline-block;
	width: calc(100% - 46px);
	left:0%;
	transform: none;
	text-decoration:none !important;
	bottom:-60px;
	
}

.home_box_actu .col_3:after {
    padding-top: 60% !important;
}
    
.search_multi > ul > li {
  width: 100%;
  float: left;
  margin-right: 0px;
}
.new_select .selectric {
  width: 100%;

}

.new_select .open_calendar.open .agenda_calendar {
  display: block;
  width: 100%;
}
 #calendar .days li {
  width: 14.4%;
}   
    
    
.custompopup .popup_content h1 {
font-size: 30px;

}

.custompopup .popup_content h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
	
	input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea {
		
		width: 100%;
		
	}

}
@media all and (max-width:560px){
.grid-sizer, .col_isotop  { 
	width: 100% !important; 
	
	}
	
	.selectric-filtercat { 
	max-width: 100% !important; 
	
	}
	.selectric-filtercat{
		margin-right:0px !important;
		
	}

.col_5{
	width:50%;
}
    
    
  
}