


[v-cloak] {
	visibility: hidden;
}

body, html {
	font-family: 'GT-Alpina-Standard-Light', sans-serif;
	font-size: 20px;
	color:#1E1E1E;
	background-color: #FFF;
	font-weight: 400;
	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;
	-moz-osx-font-smoothing: grayscale;
	
	
	  overflow-x: hidden;
}


html{
background-repeat: no-repeat;
background-position:top center;
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


 * {
	padding: 0px;
	margin: 0px;
}

b, strong{
	font-family: 'GT-Alpina-Standard-Light', sans-serif;
	font-weight: normal;
}

.alert{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.back-success, .jq-icon-success{
	color:#fff;
	background-color: #96D457;
}

.back-warning, .jq-icon-warning{
	color:#fff;
	background-color: #FFAC56;
}

.back-danger, .jq-icon-error{
	color:#fff;
	background-color: #FF565C;
}

.jq-icon-info{
	color:#fff;
	background-color: #4A90E2;
	
}

.success{
	color: #96D457;
}
.warning{
	color: #FFAC56;
}
.danger{
	color: #FF565C;
}

.formpayement form{
	display: none;
}





a {
	color:#1E1E1E;
	transition: color 0.5s;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.link_border a:after {
	content: '';
	border-bottom: 1px solid;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 2px;
}


.menu_info .link_border a:after {
	bottom: 0px;
}

.link_border a:hover:after {
	content: '';
	border-bottom: 1px solid #FFF;
}


.link_border a.no_underline:after {
	content: '';
	border: 0px;
}

a:hover{

	text-decoration:none;
}

b, strong{
		font-family: 'GT-Alpina-Standard-Light', sans-serif;
	    font-weight: 700;
}

p {
	 line-height: 1.4em;
     padding-bottom: 20px;
}




h1, h2, h3, h4, h5{ 
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
	color: #1E1E1E;
}



h1 {
	font-size: 34px;
	padding-bottom:15px;

}




h2 {

	font-size: 24px;
	padding-bottom:15px;
	line-height: 1.1em;
}

h3{

   font-size: 24px;

}






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


.rond{
		border-radius: 2000px;
}

.txt_right{
	text-align: right;
}
.txt_center{
	text-align: center;
}



table , iframe{
	width: 100%;
}

.clear {
	clear: both;
}

*:focus {
    outline: 0;
}




.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #1E1E1E;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
}


/*/////////////LINKS  BTN /////////*/


.firstlink, .ajaxpopup {
	cursor: pointer;
}


.link_fleche_right{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 18px;
	padding-right: 40px;
	background-image: url('/img/arrow-right.svg');
	background-position: center right;
	background-repeat: no-repeat;
}


.btn, button, input.button{
	width: 100%;
	max-width: 330px;
	color: #FFFFFF;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #1E1E1E;
	padding-top:20px;
	padding-bottom: 19px;
	line-height: normal;
	cursor: pointer;

}

.btn.full, button.full, input.button.full{
	max-width: none;
}

.btn.small, button.small, input.button.full{
	max-width: none;
	width:auto;
	padding-left:10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 15px;
}

.btn:after{
	content: none !important;
}

/*/////////////VIDEOS  /////////*/
.backgroundimg iframe, .videobackcountainer  iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.videobackcountainer{
	overflow: hidden;
}

.videowrapper iframe{
	width: 100%;
}



/*/////////////NEWS ALERT CONTAINER  /////////*/
#news_alert * {
	color: #1A1919;

}
#news_alert {
  background-color: #EEEEEE;
  padding: 13px 70px 13px 50px;
   font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
#news_alert p{
padding-bottom: 0px;
}

#news_alert .mfp-close {
	font-family: 'GT-Alpina-Standard-Light', sans-serif;
    right: 50px;
	font-size: 40px;
}

/*/////////////CONTAINER  /////////*/

.container ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.container ul li::before {
    content: "";
	width: 10px;
	height: 1px;
	background-color: #323232;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 0px;
}



/*/////////////CONTENT CONTAINER INSIDE /////////*/

#content{
	position:relative;
	min-height:400px;
	padding-top:180px;
	padding-bottom: 70px;
	box-sizing: border-box;
}

body.home_page #content{
	padding-top:0px;
	
}



.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	/*width:100%;*/
	max-width: 1400px;
	padding: 0px 50px;
	
}

.inside_little{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	max-width: 900px;
	padding: 0px 50px;
	
}

.inside_full{
	box-sizing: border-box;
	position: relative;
	margin: auto;
	padding: 0px 50px;
}

.inside_little.inside_little_sous_menu {
    box-sizing: border-box;
    position: relative;
    margin: auto;
    width: 100%;
    padding-left: 340px;
	max-width: 1300px;
  
}	

/*/////////////HEADER/////////*/
#header {
    height:auto;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
	background-color:transparent;
}
.header_update {
    position: relative;
}


	#menumobile{
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	position: relative;
	z-index: 4;
	width: auto;
       
	}
	
	#header.mobile_open{
	background-color: #FFF;	
	}
	
	#header.mobile_open .main_menu.nomobile{
		display: block !important;
		position: absolute;
		width: calc(100% + 40px);
		left: -20px;
		top: 40px;
		background-color: #FFF;
		padding-left: 0px;
		height: 100vh;
		
	}


body:not(.home_page) #header{
    background-color: rgba(255, 255, 255, 1);
	
}


.headroom--pinned {
    transform: translateY(0%);
    transition: all 0.4s ease-in-out 0s;
}


.headroom--unpinned {
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out 0s;
}

.headroom--not-top #menumobile {
    margin-top: 20px;
    margin-bottom: 20px;

} 




#logo{
	width:300px;
	opacity: 1;
	display: block;
	z-index: 1;
/*	background-image:url(/img/logo.svg);*/
	background-size: contain;
	
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.4s ease-in-out 0s; 
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}
#logo svg{
	width: 100%;
	height: auto;
}


body.home_page #logo{
	top:calc(50vh + 100%);
    width: calc(45%);
	max-width: 500px;
}

body:not(.home_page) #header{
	background-color: #FFF !important;
}

.panierheader{

	left:50px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;

}
.newsletterheader{
    font-family: 'ES Formal Standard';
    font-size:16px;
    left:168px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    line-height: 26px;
    display: block;

    height: 21px;
}


.panierpicto{
	font-family: 'ES Formal Condensed';
	font-size:12px;
	background-image: url(../img/basket.svg);
	display: block;
	width:22px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: center;
    line-height: 26px;
	padding-top: 2px;
	box-sizing: border-box;
	margin-top: -4px;
	float: left;
}

.panierpicto_label{
	font-family: 'ES Formal Standard';
	display: inline-block;
	position: absolute;
	margin-left: 15px;
	color: #1A1919;
    font-size: 16px;
	line-height: 30px;
}


.btn .panierpicto{
	position: relative;
	top:auto;
	left:auto;
	transform: none;
	background-image: url(../img/basket_white.svg);
	display: inline-block;
	margin-right: 10px;
	float:none;
}




/*/////////////MAINMENU/////////*/
#header .inside_menu{
    position: fixed;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    width: 100vw;
	height: 100vh;
    padding: 0px 50px;
	box-sizing: border-box;
    transform: translateY(-100vh);
    opacity: 1;
    transition: all 0.6s ease-out;
    overflow: hidden;
}

.menumobile_title{
  font-family: 'ES Formal Standard';
  font-size: 16px;
  padding-bottom: 0px;
  display: inline-block;
  position: absolute;
  left: -50px;
  top: 8px;

}

#header.menu_open .inside_menu{
    transform: translateY(0);
    opacity: 1;
	z-index: 2;
    overflow-y: auto;
    
}



.main_nav{
	opacity: 1;
	pointer-events: all;
	position: relative;
	z-index: 500;
	float: left;
    padding-right: 40px;
	width: calc(50% - 90px);
    border-right: 2px dotted;
    text-align: right;
	margin-top: 75px;
   
}


#nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	/*margin-top: 70px;*/
	
}
ul#nav>li {
    position: relative;
    padding-bottom: 20px;
}
ul#nav>li>a {
	font-family: 'ES Formal Extended';
	font-weight: bold;
	box-sizing:border-box;
	width: 100%;
    font-size: 29px;
	text-transform: uppercase;

    display: block;
    position: relative;
    text-decoration: none;
	padding-bottom:4px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
		
}
ul#nav a:hover, ul#nav li.active>a  {
  /*  color: #C0C0C0;*/

}

 ul#nav>li ul li:hover a:after , ul#nav>li ul li.active>a:after {
	content: '';
	border-bottom: 1px solid;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}


ul#nav>li ul {
	display: none;
}

ul#nav>li.nav_open ul {
	display: block !important;
	list-style: none;
	margin-top: 20px;
}

ul#nav>li ul li, ul#nav_annexe li  {
    position: relative;
    padding-bottom: 4px;
}

ul#nav>li ul li a,  ul#nav_annexe li a {
	font-family: 'ES Formal Extended';
	font-weight: bold;
	box-sizing:border-box;
    font-size: 14px;
    display: inline-block !important;
    position: relative;
    text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
		
}

#nav_annexe{
	list-style: none;
}
 ul#nav_annexe li a {
    font-size: 14px;
}

.menu_info{
/*		border-left:1px solid #1E1E1E;
border-right: 1px solid #1E1E1E;
	height: 100vh;
	float: right;
	margin-right: 80px;*/
    float: left;
}
.menu_info_content{
	padding: 75px 40px;
	width: 330px;
	
	font-family: 'ES Formal Extended';
	font-weight: bold;
    font-size: 14px;

	
}

.menu_info .btn{
	margin-bottom: 10px;
}

.menu_info p.noppadding{
	padding-bottom: 0px;
}

/*/////////////ICONE SOCIAL /////////*/
.social_container{
/*	display: flex;
	justify-content: space-between;*/
}


.social_link{
  width: 40px;
  height: 40px;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.social_container_footer{
	display: flex;
	justify-content:center;
}
   
.social_container_footer .social_link{
  width: 70px;
  height: 23px;
  background-position: center center;
  background-size: contain;
  margin-top: 60px;
}

/*/////////////SOUS MENU PAGE/////////*/
.sous_menu_container{
	width: 260px;
	margin-left: -290px;
	position: absolute;

}

#sousnav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul#sousnav>li {
    position: relative;
    padding-bottom: 20px;
}
ul#sousnav>li>a {
	font-family: 'ES Formal Extended';
	font-weight: bold;
	box-sizing:border-box;
    font-size: 16px;
    display: inline-block !important;
    position: relative;
    text-decoration: none;
	padding-bottom:4px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
		
}
ul#sousnav a:hover, ul#sousnav li.active>a  {
 /*   color: #C0C0C0;*/

}
 ul#sousnav li:hover a:after , ul#sousnav li.active>a:after,  ul#sousnav li a.active:after {
	content: '';
	border-bottom: 1px solid;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}


/*/////////////COLONNE/////////*/


.container_col {
	position: relative;
    margin-left: -15px;
    margin-right: -15px;

}



.col_block {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.col_block .col {
    display: inline-block;
    float: none;
    vertical-align: text-top;
    text-align: left;
}


.gutter-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;	
}

.grid-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;
}


/* GRID */

.grid, .grid_packery{
	display: block;
	margin-left: -15px;
	margin-right: -15px;
}


.col{
	float: left;
	position: relative;
	margin: 15px;
	box-sizing: border-box;
}

form .col {
    margin: 10px;
}


.col1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col3{
	width:calc((((100% - (12*30px))/12)*3) + (2 * 30px));
}



.col4{
	width:calc((((100% - (12*30px))/12)*4) + (3 * 30px));
}
.col5{
	width:calc((((100% - (12*30px))/12)*5) + (4 * 30px));
}
.col6{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col7{
	width:calc((((100% - (12*30px))/12)*7) + (6 * 30px));
}
.col8{
	width:calc((((100% - (12*30px))/12)*8) + (7 * 30px));
}
.col9{
	width:calc((((100% - (12*30px))/12)*9) + (8 * 30px));
}
.col9demi{
	width:calc((100% - ((((100% - (12*30px))/12)*3) + (2 * 30px))  - 60px)/2  );
	
}

.col10{
	width:calc((((100% - (12*30px))/12)*10) + (9 * 30px));
}
.col11{
	width:calc((((100% - (12*30px))/12)*11) + (10 * 30px));
}
.col12{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}


.col img, .col a img, .col_full img{
	max-width:100% !important;
	height:auto !important;
}
.spectaclethumb img {
    max-width:80% !important;
}

.col_center *{
	text-align:center;	
}

.col_right{
	float:right !important;	
}


.col_carre{
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	background-color: #FFF;
	display:block;
	content:"";
	padding-top: 100%;
}


.col_separator{
	width:100%;
	height:1px;
	float:left;
}


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

.col_full{
	position:relative;
	background-position: top center;
/*	background-position: center center;*/
	background-size:cover !important;
	background-repeat: no-repeat;
	 background-attachment:fixed;
	 width:calc(100% - 30px);
	clear: both;
	height:70vh;
}


 .col_to_left .col{
	float:left;
}


.col_to_right  .col {
	float: right !important;
	
}

.col_full img{
	display:none;	
}

.after_col_full{
	width:100%;
	height:15px;
	float:left;
}




/*///////////// HOME ANIM /////////*/


.content_anim {
	height: 100%;
	width: 100%;
	
	position: absolute;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	overflow: hidden;
}

.content__img {
	max-width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 50%;
}


/*///////////// HOME /////////*/


.bandeau_titre{
     background-image: url('/img/dotted.svg'),  url('/img/dotted.svg');
	background-position:top, bottom;
	background-repeat: repeat-x;
	padding: 20px 0px 40px 0px;
	margin-bottom: 40px;
}

.bandeau_titre li{
	padding: 0px 60px;
}
.bandeau_titre li h1{
	font-weight: bold;
	font-size: 100px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.breaking-news-ticker{
	border:0px;
	
}

/*///////////// HOME /////////*/

.home_intro{
	
	width: 100%;
	height: 70vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	background-attachment: fixed;
	
}
.home_intro_listing {
	padding: 25px 0px;
}

.home_intro_listing h1 {
	font-size: 24px;
	padding-bottom: 0px;
	text-transform: uppercase;
	margin-left: -15px;
}

.home_intro_listing .link_fleche_right{
	margin-right: -15px
}

.home_titre_zone{
	margin-top: 30px;
	margin-left: -15px
	}


.home_liste_spectacles{
	padding: 100px 0px;
	
	background-image: url('/img/dotted.svg');
	background-position: top;
	background-repeat: repeat-x;
	
}



.home_liste_spectacles .container_col{
	display: flex;
	align-items: center;
}

.home_liste_spectacles:last-child{
 /*  background-image: url('/img/dotted.svg'),  url('/img/dotted.svg');
	background-position: top, bottom;
	background-repeat: repeat-x;*/
}

.home_liste_spectacles h2{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size:50px;
	text-transform: uppercase;
}

.home_liste_spectacles img{
	max-height: 500px;
}



.home_liste_spectacles {
	background-image: url('/img/dotted.svg'),  url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
}


.home_news_listing{
	padding-bottom: 50px;
	display: flex;
    justify-content: space-between;
	
}

.home_news_listing h2{
	margin-top: 20px;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
}


.home_news_listing .col{
	text-align: center;
}


.news_img_listing{
	padding: 0px 25px;
	position: relative;
}

.news_img_listing img{
	border-radius: 50%;
}
.news_date_listing{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.news_resume_listing{
font-size: 15px;
line-height: 20px;
font-weight: 500;
}




.home_galerie-item_legende{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	padding: 20px;
    box-sizing: border-box;
    text-align: center;
	font-weight: bold;
    top: 0px;
    left: 0px;
}

.home_galerie-item:hover .home_galerie-item_legende{

	display: flex;
	align-items: center;
	justify-content: center;
	
}

.home_galerie-actu{
    padding: 40px 10px 40px 10px;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    min-height: 244px;
    
}

.home_galerie-actu_titre{
    padding: 10px 0px;
}
.home_galerie-actu_resume{
  font-size: 15px;
    font-weight: 400;
}



/*///////////// HOME BOX OLD /////////*/
/*.home_news {
   background-image: url('/img/dotted.svg'),  url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
}

.home_intro_listing_news{
	background-image: url('/img/dotted.svg'),  url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 40px;
}

.home_agenda .col{
	margin-bottom: 0px;
	margin-top: 0px;
}
.home_box{
	min-height: 724px;
	background-image: url('/img/dotted_vert.svg');
	background-repeat: repeat-y;
	background-position: left top;
}


.home_box a{
	font-size: 24px;
	margin-left: 45px;
	margin-top: 45px;
	margin-bottom: 45px;
	text-transform: uppercase;
	position: relative;
    z-index: 999;
}

.home_box_content{
	min-height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	 border-radius: 81px;
	background-position: center center;
	margin-left: 45px;
	margin-bottom: 45px;
	overflow: hidden;
   position: relative;
	height: calc(100% - 160px);
}*/


/*///////////// NEWSLETTER /////////*/

.newsletter{
	background-image: url('/img/dotted.svg');
	background-position: top;
	background-repeat: repeat-x;
	padding: 100px 0px;
    font-size: 22px;
	font-weight: 500;

}

.newsletter h1{
	font-size: 64px;
	text-transform: uppercase;
	
}

.newsletter a.btn{
	margin-top: 27px;
}

/*///////////// PAGE /////////*/
.pageinfos h1 {
	text-transform: uppercase;

}

.pageinfos{
	padding-bottom: 60px;
	   
}

.pageinfos_simple {
	 min-height: 400px;
}
/*///////////// FILTRES /////////*/

.spectaclesfilters{
	margin-top: -40px;
}

.filter_type_container{
	padding: 20px 0px;
	background-image: url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
	display: flex;
	justify-content: center;
}

.filter_type{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 24px;
	padding: 0px 25px;
	display: block;
}

.filter_type.selected{
	color: #C0C0C0;
}

.fiter_sous_container{
	padding: 20px 0px;
/*	background-image: url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;*/
	display: flex;
	justify-content: center;
}

.filter_icone, .spectacle_cat_picto{
	font-family: "ES Formal Extended";
	font-size: 14px;
	height: 40px;
	display: block;
	width: 165px;
	padding-top: 10px;
	padding-left: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.icone_selected{
	color: #C0C0C0;

}


/*///////////// CUSTOM SELECT /////////*/
.select2{
		margin: 0px 25px;
}
.select2-container {
    min-width: 120px;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	color: #1E1E1E;
	font-size: 24px;
	background-image: url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered ,.select2-selection__placeholder{
    color: #1E1E1E;
    line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url('/img/ctrl-down.svg');
	border: 0px;
	border-style: hidden;
	border-width: 5px 4px 0 4px;
	height: 26px;
	left: 0px;
	position: absolute;
	top: 50%;
	width: 20px;
	background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single {
    border:0px;
}
.select2-dropdown {
    border: 0px;
}
.select2-results__option {
    font-size: 14px;
   padding-left: 10px;
	padding-bottom: 8px;
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: 10px;
}

/* CALENDRIER */
.calendrier{
	border:1px solid #000;
	position: absolute;
	right:50px;
	top:100px;
	background-color: #fff;
	box-sizing: border-box;
	max-width: 535px;
}
.calendrierdateitem{
	border-bottom: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.calendrierdate{
	float: left;
	width:60px;
	text-align: center;
	font-family: 'ES Formal Extended';
	font-weight: bold;
}

.calendrierdate .journum{
	font-size: 24px;
}

.calendrierdate .jour{
	font-size: 10px;
}


.calendrieritems{
	float: left;
	width:calc(100% - 60px);
}

.calendrieritem{
	display: inline-block;
	font-family: 'ES Formal Extended';
	font-weight: bold;
}

.calendrieritem .time{
	font-size: 10px;
}

.calendrieritem .title{
	font-size: 16px;
}

.passed{
	opacity: .5;
}

.passed .availaibility{
	display: none;
}

/*///////////// SPECTACLES /////////*/

.news_img_listing:hover .img_listing_over, .spectacle_thumb:hover .img_listing_over{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.spectacleaitems{
	margin: 100px 0px;
	
}
.spectacleaitemspasses_titre{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	color: #1E1E1E;
	font-size: 44px;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
	text-transform: uppercase;
}
.spectacleaitemspasses{
	margin-bottom: 100px;
}

.spectacleitem{
	text-align: center;
	padding-bottom: 40px;
	background-image: url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
}
.spectacleitem h2{
	padding-bottom: 10px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}

.spectacleitem_page{
	background-image: none;	
}
.spectacleitem_page h2{
	font-size: 24px;
}
.spectacleitem_page .spectacle_resume_listing{
	padding-top: 10px;
}


.spectacle_type_listing {
	text-transform: uppercase;
    font-family: 'ES Formal Extended';
    font-size: 16px;
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}


.spectacle_date_listing{
	font-family: 'ES Formal Extended';
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.spectacle_infos_pictos .spectacle_cat_picto {
	margin: auto;
	text-transform: none;
	text-align: left;
	margin-top: 10px;
	display: inline-block;
}

.spectacle_liste_cat_picto img{
	max-height: 50px;
}

.spectacle_resume_listing{
    font-size: 18px;
	max-width: 450px;
	font-weight: 500;
	line-height: 1.4em;
}

.spectacle_lien_listing{
font-family: 'ES Formal Extended';
font-size: 18px;
font-weight: bold;
}

.spectacle-revue-presse-item{
	width: 50%;
	padding: 6px 0px;
	
}
.spectacle_thumb{
	position: relative;
	
}


.spectacle_annule_photo img{
	filter: grayscale(1);
}

.spectacle_annule{
	font-family: 'ES Formal Standard';
	font-size: 24px;
	padding: 20px 20px 14px 20px;
	font-weight: bold;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	z-index: 1;
}

.spectacle_hero{
	text-align: center;
	padding: 0px 15px;
	text-transform: uppercase;
}
.spectacle_hero h2{
	padding-bottom: 10px;
}

.spectacle_soustitre{
font-family: 'ES Formal Standard';
  font-size: 34px;
	margin-bottom: 20px;
}
.spectacle_duree{
	/*margin-bottom: 20px;*/
	
}
.spectacle_infos_titre{
    font-size: 20px;
	padding-top: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.spectacle_img {
	text-align: center;
    width: 100%;

}
.spectacle_img img{
	margin-top: 60px;
	max-width: 830px;
	max-width: 450px;
	width: 100%;
	height: auto;
/*	max-height: 600px;*/

}

.spectacle_img .videowrapper_container{
    margin-top:40px;
    max-width:830px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.spectacle_infos_container{
	padding: 60px;
	margin-top: 60px;
		background-image: url('/img/dotted.svg');
	background-position: top;
	background-repeat: repeat-x;
}

.spectacle_infos{
	width: calc(100% - 400px);
	float: left;
	
}

.spectacle_dates{
	width: 360px;
	float: right;
	
}
.spectacle_dates_scolaire{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

.spectacles .spectacle_dates_scolaire {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 600;
}

/* Billetterie + Caddie */
.spectacleachatitem h1, .spectacleachatitem h2, .spectacleachatitem h3{
	vertical-align:middle;
	line-height: 44px;
}

.spectacleachatitem a.spectacletitle, .spectaclepressitem a{
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	padding-right: 20px;
}

body.panier .spectacleachatitem a.spectacletitle, body.panier .spectaclepressitem a {
	padding-right: 0px;

}

body.panier .spectaclecaddietarifs{
	border:none;
}

body.panier .achatlisting.achatcaddie .spectaclecaddietarifs .tarif{
	border-top: 1px solid #000;
}

body.panier .achatlisting.achatcaddie .spectaclecaddietarifs .tarif:first-child{
	border:none;
}

body.panier .achatlisting{
	margin-bottom: 20px;
}

.spectacleachatitem a.spectacletitle, .spectaclepressitem > a{
	border: none !important;
}

.spectacleachatitem a.spectacletitle .spectacleok{
	margin-left: -54px;
	transition: all .2s ease-in-out;
	text-overflow: ellipsis;
    white-space: nowrap;
	/*width: 674px;*/
}

.spectacleachatitem a.spectacletitle.ok  .spectacleok{
	margin-left: 0px;
	margin-right: 10px;
}

.spectacleachatitem .eventstitle{
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}

a.spectacletitle:after{
	background-image: url(../img/select_down.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 8px;
	content:"";
	display: block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:15px;
	width:14px;
	height:8px;
}

a.spectacletitle.open:after{
	background-image: url(../img/select_up.svg);
}

.datescolaires a.spectacletitle:after {
    display: none;
}

.spectaclecaddie.datescolaires{
    border-bottom: none;
}

a.spectacletitle .availaibility{
	position: absolute;
	right: 45px;
	top:50%;
	transform: translateY(-50%);
}

span.availaibility {
	vertical-align: baseline;
	display: inline-block;
	width:13px;
	height:13px;
	border-radius:50%;
	background-color: #FFF;
	line-height: 13px;
}

span.spectacleok{
	display: inline-block;
	vertical-align: middle;
	width:24px;
	height:24px;
	border-radius:50%;
	background-color: #000000;
	line-height: 24px;
	font-size: 0.7em;
	color:#ffffff;
	text-align: center;
	font-weight: 600;
	position: relative;
	margin-right: 30px;
}

span.spectacleok span{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.billetmessage, .fullbox{
	padding:20px;
}
/*span.availaibility.none{
	background-color: #417505;
	opacity: .5;
}
span.availaibility.free{
	background-color: #417505;
}

span.availaibility.free{
	background-color: #417505;
}

span.availaibility.warning{
	background-color: #DA9100;
}

span.availaibility.full{
	background-color: #D0021B;
}*/

.linkpass{
	font-family: 'ES Formal Standard';
	font-weight: 500;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	
}

.linkpass a{
	clear:both;
	line-height: 28px;
	margin-bottom: 10px;
}

/*///////////// TEAM  /////////*/

.team_item{
	text-align: center;
}
.team_thumb{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.team_thumb:after{
	content: '';
	padding-top: 92%;
	display: block;
}

.team_nom{
	  margin-top: 27px;
	  font-family: 'ES Formal Standard';
	  font-size: 24px;
	  margin-bottom: 18px;
	
}
.team_fonction{
	  font-family: 'ES Formal Standard';
	  font-size: 16px;
	  text-transform: uppercase;
	  margin-bottom: 14px;
}
.team_email{
	  font-size: 15px;
}

.team_texte{
	margin-top: 70px;
}


/*///////////// PARTNERS /////////*/
.partners_cat{
	
}

.partners_thumb{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.partners_thumb:after{
	content: '';
	padding-top: 100%;
	display: block;
}
.partners_item.col{
	margin: 0px;
	
}
.partners_item.col.col4{
	width: 33.33%;
	
}



/*///////////// NEWS /////////*/
.news_item{
	width: 100%;
	display: block !important;
	position: relative;
	padding-bottom: 20px;
		background-image: url('/img/dotted.svg');
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}


.news_image_listing{
	width: 215px;
	float: left;
	
}

.news_image_listing img{
	border-radius: 50%;
	
}

.news_text_listing{
	width: calc(100% - 235px);
	float: right;
	font-size: 15px;
}
.news_text_listing_full{
	width: 100% !important;
	
}


.news_image{
	width: 100%;
	text-align: center;
}

.news_text h2{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
/*///////////// SPECTACLES LIES /////////*/

.presse_link{
	padding-bottom: 30px;
}
.presse_link a{
	padding-top: 4px;
}


/*///////////// SPECTACLES LIES /////////*/

h1.avoir_aussi{
	margin-top: 40px;
	text-transform: uppercase;
}

/*///////////// FOOTER /////////*/
#footer{
	background-color: #1E1E1E;
	color: #FFF;
	padding: 40px;
}
#footer .inside_full{
 /* display: flex;
  justify-content:space-between;*/
}

.footer_menu{
	display: inline-block;
	float: left;
}
#footer_menu_nav{
	list-style: none;
}
#footer_menu_nav li{
	margin: 0px;
	padding-bottom: 4px;
}
#footer_menu_nav a{
    display: block;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	
}
#footer_menu_nav a:after{
	content: none;
}

.footer_logo{
display: inline-block;
max-width: 241px;
left: 50%;
position: absolute;
transform: translateX(-50%);
}

.footer_adresse{
	display: inline-block;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	float: right;
	text-align: left;
}

.footer_adresse a{
	color: #FFFFFF;

}

.footer_credit {
	font-family: 'ES Formal Extended';
	text-align: left;
	 font-size: 10px;
	width: 100%;
	float: left;
	margin-top: -34px;
}

.footer_credit a{

	color: #FFFFFF;
}

/*///////////// ISOTOP /////////*/

.gallery{
	/*margin-right: -30px;*/
}
.gallery-sizer{
	width:calc(50% - 30px);
}
.gallery-sizer_presse{
	width:calc(25% - 30px);
}
.gallery-sizer_home{
 width:0.5px;

}

.gallery-gutter-sizer{
	width:30px;
}

.gallery-item {
	margin-bottom: 30px;
    overflow: hidden;

}

.gallery_packery .gallery-item {
	margin-bottom: 0px;
}

.gallery-item a{
	display: block;
}
.gallery-item span{
	font-size: 15px;
	padding-top: 6px;
	display: block;
}

.gallery-item .legende{
	font-size:11px;
	font-family: 'ES Formal Standard';
	padding-top:5px;
	padding-bottom: 5px;

}
/*///////////// CAROUSEL /////////*/

.carousel_container{
	width: 100%;
	margin-bottom: 30px;
}
.carousel_container.col6{
	width: 50%;
}

.owl-nav{
    position: absolute;
    height: 100%;
    width: 100%;
	left: 0px;
    top: 0px;
}
.owl-nav .owl-prev {
	position: absolute;
	top: 0px;
	background-image: url('/img/previous.svg');
	font-size: 0px;
	 height: 100%;
	width: 40px;
	left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
.owl-nav .owl-next {
	position: absolute;
	top: 0px;
	background-image: url('/img/next.svg');
	font-size: 0px;
	height: 100%;
	width: 40px;
	right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}


.owl-dots{
  z-index: 9999;
  width: 100%;
  position: absolute;
  border: 0px;
  bottom: -10px;
  left: 0px;
    display: flex;
    justify-content:center;
    column-gap: 10px;
}

.owl-dot{
 
    height: 10px;
    width: 10px;
    display: block;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
}

.owl-dot.active{
    background-color: #1E1E1E;
}
/*///////////// OPEN CLOSE /////////*/
.openclose_box {
	padding: 20px 0px;
    font-size: 20px;
}

.openclose_box_border{
background-image: url('/img/dotted.svg');
background-position: bottom;
background-repeat: repeat-x;
}

.openclose_box .openclose_boxtittle {
    background-image: url(/img/arrow-right_little.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
	padding-left: 30px;
    cursor: pointer;
	min-height: 26px;
}

.openclose_box.opened .openclose_boxtittle {
    background-image: url(/img/arrow-down.svg);
  
}

.openclose_box .openclose_boxtittle h3{
    font-size: 16px;
}
.openclose_boxitem {
    display: none;
    padding: 10px 0 0 0;
}
.openclose_box.opened .openclose_boxitem {
    display: block;
}
.openclose_boxitem img{
	max-width: 100%;
	height: auto;
}


/*///////////// ARTISTES LINKS /////////*/

.socialitems b{

	padding-right: 20px;
}


.socialitems a{
	margin: 0px 4px;
}

/*///////////// FORMULAIRE /////////*/
h3.titre_formulaire{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
}

label{
	
    font-family: 'ES Formal Extended';
	font-size: 14px;
	margin-bottom: 10px;
}

input{
	border: 1px solid #1E1E1E;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

/*///////////// AUTRES /////////*/

.forcewrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.nomobile{
	display: inline-block;
}

.mobile{
	display: none ;
}


.video_ios{
	display:none ;	
}

body.ios .video_ios{
	display:block !important;
}

body.ios  .novideobackground{
	display:none;
}

/* CADDIE & ACHATS */

.spectaclecaddie{
	border:1px solid #000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 20px;
}

.spectaclecaddie > h2{
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	position: relative;
	
}

.spectaclecaddie > h2:after{
	background-image: url(../img/arrow-down.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	display: block;
	position: absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	content:"";
	width:14px;
	height:20px;
}

.spectaclecaddie .achatlisting {
	border-bottom:1px solid #000;
}

.spectaclecaddie .achatlisting .spectacletitle{
	padding-top: 15px;
	padding-bottom:15px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	border-bottom: 1px solid #000;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
}

.spectaclecaddie p{
	margin-top: 0px;
	font-size: 13px;
}

 .achatlisting h1{
	
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px;
	
}

.datescolaires .achatlisting h1{
	
	font-size: 12px;
	text-transform: lowercase;
	display: inline-block;
	padding: 0px;
	line-height: normal;
	
}

.achatlisting h2{
	
	font-size: 22px;
	
}

 .achatlisting h3{
	
	font-size: 22px;
	
}



.spectacledetails .spectaclecaddie h1, .spectacledetails .spectaclecaddie h2{
	
	font-size: 23px;
	
}






.spectaclecaddie h2{
	font-weight: 600;
}

.spectaclecaddietarifs{
	/*background-color: #000;*/
	/*font-family: 'HelveticaRoundedLTPro'; font-weight: normal;*/
	border-top: 1px solid #000;
}

.spectaclecaddietarifs .tarif button{
	background-color: transparent;
	color:#000;
	font-size: 10px;
	padding: 0px;
	line-height: 4em;
	height:40px;
}

.spectaclecaddietarifs .tarif button[disabled]{
	opacity: .4;
}

.spectaclecaddietarifs .tarif.pass{
	border-top: 1px solid #000;
	line-height: 1.5em;
}

.spectaclecaddietarifs .tarif.pass button{
	height:30px;
	line-height: 3em;
}

body:not(.spectacles, .lieu_central) .spectaclecaddietarifs{
	font-size: .9em;
}

body.spectacles .spectaclecaddietarifs, body.lieu_central .spectaclecaddietarifs{
	border-top: 1px solid rgba(249, 249, 249, 0.5);
}

.spectaclecaddietarifs.decale{
	/*margin-left: 88px;*/
	margin-bottom: 2em;
	margin-left: 64px;
}

.orderitem{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:40px;
}

.orderitem h2{
	font-size:20px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #000;
	margin-bottom: 10px;
}

.orderitem .ticketlinks{
	padding-top:10px;
	padding-bottom:10px;
}

.orderitem .eventitem{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
}

.orderitem .eventitems .eventitem:first-child{
	border-top: none;
}

.orderitem .eventitem h3{
	font-size: 16px;
}

.programme .spectaclecaddie, .lieu_central .spectaclecaddie{
	/*position: absolute;
	top: 180px;
	left: 100%;*/
	margin-left: 0;
}

.spectaclecaddietarifs .tarif{
	position:relative;
	display: block;
	font-family: 'ES Formal Standard';
	font-weight: 500;
	padding-left:20px;
	padding-right: 10px;
	padding-bottom:5px;
	line-height: 2em;
}

.spectaclecaddietarifs .tarif span{
	display: inline-block;
	float: left;
	width: calc(100% - 115px);
	font-size: 15px;
}

.spectaclecaddietarifs .tarif span.right{
	float: right;
	width: 25px;
	text-align: center;
}

.spectaclecaddietarifs .tarif span.right.amount{
	width:30px;
	text-align: left;
}

.spectaclecaddietarifs .tarif span.right.full{
	width:calc(100% - 230px);
}

.datedropdowncountainer .select2-container--batie{
	width: 100%;
	max-width: 100%;
}


/*PANIER*/
.spectacleachatitem .spectacleimage{
	width:170px;
	float: left;
	display: none;
}

.spectacleachatitem .spectacletickets{
	width:calc(100% - 200px);
	width:100%;
	float: right;
}

.achatlisting.achatcaddie .spectacleachatitem  h2{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 34px;
	font-size: 24px;
	padding-bottom:20px;
}

.achatlisting.achatcaddie .spectacleachatitem  h3{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding-top:15px;
	padding-bottom:15px;
	padding-top:0px;
	padding-bottom:0px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.achatlisting.achatcaddie .spectacletickets{
	border-bottom:1px solid #000;
}

.achatlisting.achatcaddie .spectaclecaddietarifs .tarif{
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 0px;
}

#ticketsform{
	margin-top:40px;
}

#ticketsform h1{
	margin-bottom:15px;
	margin-top: 15px;
}

.passes{
	text-align: left;
	width:calc(100% - 200px);
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

.panierconfirm{
	text-align: left;
}

.panierconfirm h1{
	padding-top:15px;
	text-transform: none;
}

/* POPUPS */

.mfp-close-btn-in .mfp-close {
    color: #1E1E1E;
}


.mfp-fade.mfp-bg {
	opacity: 0.4;
  
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0.4;
  }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
   visibility: hidden;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	  visibility: visible;
	  animation-name: bounceInDown;	
	  animation-duration: 1s;
	  animation-fill-mode: both;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	   animation-name: bounceOutUp;	
	  animation-duration: 1s;
	  animation-fill-mode: both;
  
  }

.mfp-bg {
    background: #FFF;
}

  .modalcontent{
	background-color: #FFF;
	padding:100px;
	width:100%;
	max-width: 720px;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	color: #1E1E1E;
    border: 1px solid #1E1E1E;
}

.modalcontent h1{
	font-size: 2.188em;
	line-height: 1.178em;
	margin-bottom: .5em;
}

.boncadeauform, .couponform{
	display: flex;
	gap:30px;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

.boncadeauform button, .couponform button{
	flex: .5;
}

.boncadeauutilise, .boncadeauutilise{
	display: flex;
	gap:30px;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

.inline-tooltip{
	display: inline-block;
	border:1px solid;
	font-size: .5em;
	line-height:20px;
	width:20px;
	height:20px;
	text-align: center;
	border-radius: 200px;
}




/*///////////// KEY /////////*/

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


	


	


@media all and (max-width:1350px){
	
ul#nav > li > a {
	font-size: 30px;
    line-height: 1.1em;
}
	
	
}



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


.home_liste_spectacles 	.col7, .home_liste_spectacles .col5 {
			width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}


}


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

.home_news_listing .col3 {
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
	
.footer_menu {
    display: block;
    float: left;
    margin-top: 140px;
    margin-bottom: 20px;
	width: 100%;
}
#footer_menu_nav li {
	text-align: center;
    width: 100%;
}
	
.footer_adresse {
    text-align: center;
    width: 100%;
}
.footer_credit {
	text-align: center;
    margin-top: 0px;
}	
	
.page .col3, .page .col4, .onepage .col3, .onepage .col4, .team .col4{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
    


    
}


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

	.home_liste_spectacles 	h2 {
		font-size: 40px;
	}
}




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

.home_liste_spectacles 	h2 {
	font-size: 30px;
}
.menu_info_content {
    padding: 70px 20px;

}
.menu_info {
    margin-right: 50px;
}
	
.main_nav {
  width: calc(100% - 450px);
}
ul#nav > li > a {
    font-size: 20px;

}
ul#nav_annexe li a {
    font-size: 20px;
}
	
.spectacleitem.col4{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));		
	}
	
.filter_type {
	font-size: 18px !important;
	}
.select2-container {
    font-size: 18px;
}
.fiter_sous_container .select2-container {
    max-width: 170px;
}	
	
	
.home_news_listing{
	padding-bottom: 50px;
	display: block;

	
}	
    
    
    .gallery_packery{
        margin-right: -30px;
        padding-bottom: 20px;
    }
    
.gallery_packery   .col9demi{
    width: calc((((100% - (12*30px))/12)*6) + (5 * 30px));
    }

.gallery_packery   .col3{
    width: calc((((100% - (12*30px))/12)*6) + (5 * 30px));
    }

}


@media all and (max-width:770px){
	
body:not(.home_page) #logo {
    width: 180px !important;
    margin-top: -4px;
}
	
	
.inside_little.inside_little_sous_menu {
    padding-left: 20px;
}	
#sous_menu{
	display: none;
	}

.main_nav {
  width: 100%;
}
.menu_info {
   width: 100%;
	border: 0px;
	height: auto;
	padding-bottom: 60px;
}
	
	
	
.col2{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col3{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
	
}

.spectacleachatitem .spectacleimage {
    width: 100%;
	max-width: 170px;
    float: none;
}

.spectacleachatitem .spectacletickets,  .panierconfirm {
	width: 100%;
    float: none;
}

	

}



@media all and (max-width:690px){
.filter_type_container {
    display: block;
}	
.filter_type {
width: 50%;
box-sizing: border-box;
float: left;
padding: 0px 15px;
}
	
}



@media all and (max-width:650px){
	
body, html {
	font-size: 18px;
}

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

	
.inside_full {
    padding: 0px 20px;
}
.inside {
    padding: 0px 20px;
}
.inside_little {
    padding: 0px 20px;
    padding-left: 20px;
}		


	
#content {
 
    padding-top: 90px;

}	
.inside_full {
    padding: 0px 15px;
}
	
#logo {
   /* width: 180px !important;*/
}	
	
h2 {
    font-size: 14px;
}	
.spectacle_infos_titre {
    font-size: 14px;

}
.spectacle_infos_container {
    padding: 60px 0px 60px 0px;
}
	
#header.menu_open .inside_menu {
    position: fixed;
    right: 0px;
    top: 0px;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    padding: 0px 20px;
    box-sizing: border-box;
    z-index: 2;
    overflow-y: auto;
}
		
.panierheader {
    left: 15px;
}
	
.calendriernext {
    right: 60px !important;
}
	
.spectaclecaddie > h2::after {
    top: 17px !important;
}

	
.btn, button, input.button {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 14px;
}
	
	
	
.menu_info_content {
   padding: 0px 0px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.menu_info {
    border: 0px;
    height: auto;
    float: left;
    margin-right: 0px;
}
	
ul#nav > li > a {
    font-size: 18px;
}
ul#nav > li {
    padding-bottom: 10px;
}	
ul#nav_annexe li a {
    font-size: 14px;
}
ul#nav > li.nav_open ul {
    margin-top: 6px;
	margin-bottom: 10px;
}
	


	
	
.col2{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col3{
		/*width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));*/
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col4{
	  width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
	
.col5{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
.col6{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col7{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col8{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col9{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col10{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col11{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

.carousel_container.col6{
	width: 100%;
}	
	
.home_intro {
    height: 90vh;
	background-attachment:scroll;
}	
.home_intro_listing *, .home_liste_spectacles *{
	text-align: center !important;
	
}
.home_intro_listing {
    padding: 15px 0px;
}
.home_intro_listing .col{
	
	margin: 2px 15px;
	
	}

.home_liste_spectacles {
    padding: 30px 0px;
}
	
.home_liste_spectacles .container_col {
  flex-direction: column;
}
	
.home_liste_spectacles.even .container_col{
	flex-flow: column-reverse;
		
	}
.home_liste_spectacles 	.col7, .home_liste_spectacles .col5 {
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	

.home_intro_listing.mobile{
	background-image: url('/img/dotted.svg');
	background-position: top;
	background-repeat: repeat-x;
}
	

	
.home_news_listing .col3 {
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
.home_box {
	min-height: 660px;
    background: none;
    text-align: center;
	background-image: url('/img/dotted.svg');
	background-position: top;
	background-repeat: repeat-x;

}
.home_box a {
    font-size: 18px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;

}
.home_box_content{
	 margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
	}

.newsletter {
	font-size: 14px;
    padding: 30px 0px;
}
.newsletter *{
	text-align: center;
}
	
.newsletter h1 {
    font-size: 24px;
}
.newsletter a.btn {
    margin-top: 0px;
}

	
body.home_page #content {
    padding-bottom: 0px;
}
	
	
.pageinfos {
    padding-bottom: 0px;
}

.spectaclesfilters{
	margin-left: 10px;
    margin-right: 10px;
}
	
.filter_type_container {
    padding: 10px 0px;
 
}
.fiter_sous_container {
    padding:0px;

}
	
.filter_type {
	font-size: 11px !important;
	padding-bottom: 7px;
	padding-top: 7px;
	font-weight:normal;
}
.select2-container {
    font-size: 11px;
	font-weight:normal;
}
	
.filter_icone{
	width: auto;
	margin: 15px
	}
	
	
.spectacle_infos_container {
    padding: 60px 0px 0px 0px;
}
	
.modalcontent {
    padding: 100px 20px;
}

.news_image_listing {
    width: 100%;
}
.news_text_listing {
    width: 100%;
    float: left;
	margin-top: 20px;
	text-align: center;
}
    
    
    
.gallery_packery   .col9demi{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
    }

.gallery_packery   .col3{
   width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
    }    
	
}


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


.bandeau_titre {
    padding: 20px 0px 32px 0px;
}	
.bandeau_titre li h1 {
    font-size: 40px;
}
#amstramgram_ticker{	
	height: 42px !important;
   line-height: 42px !important;
	}
	
.spectacleitem.col4{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));	
	}	
	
.fiter_sous_container {
    display: block;
}
	
.fiter_sous_container .select2-container {
    max-width: 100%;
	width: 100% !important;
}	
.select2{
	margin: 0px;
	padding: 0px 15px 8px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;

}
	
.filter_icone, .spectacle_cat_picto{
	height: 26px;
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	
}

.page .col3, .page .col4, .onepage .col3, .onepage .col4, .team .col4{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));	
}	
    
    
 .home_galerie {
  grid-template-columns: minmax(0, 1fr) ;
}   
    
 .home_galerie-item:nth-child(5) {
     display: block;
}
	
}
@media all and (max-width:500px){
	
body.home_page #logo {
   width: calc(100% - 50px);
}	
	
}