#mfPreviewBar, #mfPreviewBarShow{
	display: none;
}	

html.mm-background .mm-page {
  background: none;
}


:focus {outline:none;}

.clear{
	clear:both;
}

.slogan_container{
	position: relative;
	
}
.slogan{
  font-family: "Grand Hotel", cursive;
  font-weight: 400;
  font-style: normal;
	
   color: #FAD700 !important;
  font-weight: 900;
  font-size: 100px;
  letter-spacing: -0.01em;


  line-height: 0.9;
  position: absolute;
  bottom: 0px;
  transform: rotate(-10deg);
  left: 0px;
  min-width: 600px;	
	text-shadow:
  -1px -1px 0 #161518,
  1px -1px 0 #161518,
  -1px 1px 0 #161518,
  1px 6px 0 #2d2e2d;
	
/* text-shadow: -2px -2px 0 #2d2d2d, 2px -2px 0 #2d2d2d, -2px 2px 0 #2d2d2d, 2px 6px 0 #2d2d2d;*/

}

body.spectacles_detail .slogan{
  bottom: 80px;
  left: -60px;
}


#batie{
	
	visibility: hiden;
	overflow: hidden;
	position: relative;

    
   background:url('/img/Bruit-tile.jpg'), radial-gradient(64.18% 51.04% at 50% 81.38%, #8C8B83 0%, #1D1D1D 100%);
   background-blend-mode: multiply, normal;
    min-height: 100vh;
}

body.home_launch #batie {
  background: none;
    background-color: rgba(0, 0, 0, 0);
  background-color: #FE003F;
}

body.spectacles_detail #headerspacer{
	padding-top:0px !important;
}

body.spectacles_detail #batie{
    background: #FAD700;
}
body.spectacles_detail .spectacleinfos, body.spectacles_detail .pageinfos,body.spectacles_detail .gallery-item span, body.spectacles_detail  .spectaclecaddie{
    color: #080808;
}
body.spectacles_detail #content a:not([class]),#content  .copyright a:not([class]) {
    color: #080808;
    border-bottom: 1px solid #080808;
}

body.spectacles_detail .pageinfos .flash{
    position: absolute;
    top: -68px;
    left: -100px;
    width: 254px;
    height: 254px;
    background-image: url('/img/flash_titre.svg');
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    transform: rotate(0deg);
}
/* Tracé 49 */




body.spectacles_detail .artistestitres h1{
    color: #FAFAF2 !important;
    font-weight: 900;
    font-size: 80px;
    letter-spacing: -0.01em;
    color: #FAFAF2;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
     -webkit-text-stroke: 2px #161518;
      margin:  0px !important;
	line-height: 1em;
}
body.spectacles_detail h1 span, body.spectacles_detail h2 span{
    font-family: 'Px Grotesk';
    color: #080808 !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing:normal;
    text-shadow: none;
     -webkit-text-stroke: 0px;
    padding-left: 6px;
}
 body.spectacles_detail h2 span{
    font-weight: 700;
    font-size: 12px;

}


[v-cloak] {
  visibility: hidden;
}


.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"š¯•¸";
	font-size:1.2em;
}

span[data-href]{
	cursor: pointer;
}
.annullation{
	position: relative;
}
.annullation:after{
	content:"";
	display: block;
	position: absolute;
	top:50%;
	left:0px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:100%;
	border-bottom: 2px solid #000;
}


.passeddate{
	opacity:.6;
}

.passeddate .availaibility{
	visibility: hidden;
}



.dates_passees{
     text-transform: capitalize;
}
	
.dates_passees_little{
    font-size: 18px;
}

.pass_history .pageinfos h1, .pass_history .pageinfos h3{
	color: #fff !important;
}

.loadercontainer{
	width: 100%;
	height:100%;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 3000000000;
	align-items: center;
  background-color: rgba(0,0,0,.7);
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.loader {
	width: 60px;
  }
  
  .loader-wheel {
	animation: spin 1s infinite linear;
	border: 2px solid #ED002E;
	border-left: 4px solid #080808;
	border-radius: 50%;
	height: 50px;
	margin-bottom: 10px;
	width: 50px;
  }
  
  .loader-text {
	color: #ED002E;
	font-family: arial, sans-serif;
  }
  
  .loader-text:after {
	content: 'Chargement';
	animation: load 2s linear infinite;
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes load {
	0% {
	  content: 'Chargement';
	}
	33% {
	  content: 'Chargement.';
	}
	67% {
	  content: 'Chargement..';
	}
	100% {
	  content: 'Chargement...';
	}
  }



a{
	color:inherit;
	text-decoration: none;
}

#content a:not([class]), .simplelink{
	border-bottom: 1px solid #FAFAF2;
	position: relative;
	box-sizing: border-box;
	color: #FAFAF2;
}

 .modalcontent a{
	border-bottom: 1px solid #FAFAF2;
	position: relative;
	box-sizing: border-box;
	color: #FAFAF2;
}

#content a:not([class]):hover{
/*	border-bottom: 1px solid transparent;*/
}

#enterscreentrigger{
	position: fixed;
	bottom:100px;
}
video{
	max-width: 100%;
	height: auto;
}
.videowrapper iframe{
	width: 100%;
}

b, strong{
	font-weight: 600;
}

.errormsg, .errormsggeneral{
	color:#f00;
}

input.errormsg{
	color:#f00 !important;
	border-color:#f00 !important;
}

input.field_cache{
	visibility: hidden;
	
}

.btn_ajouter_file{
	font-weight: 300;
	font-size: 16px;
}

#proform .errormsggeneral{
	color:#fff;
	border:2px solid #fff;
	background-color: #f00;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: none;
}

#proform div.errormsg{
	background-color: #f00;
    color: #fff;
	padding: 5px;
}

a.blackbtn{
	/*font-size: 1.125em;*/
	font-size: 16px;
	color: #FAFAf2;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ED002E;
	width: 100%;
	text-align: center;
	text-decoration: none;
	/*border:1px solid rgba(249, 249, 249, 0.5);*/
	border-radius: 25px;
	font-weight: bold;
}




a.blackbtn.transparent{
	background-color: transparent;
}

span.highlight{
	display: inline-block;
	border-bottom: 3px solid;
}

.button, a.covoituragesimple{
	
	font-size: 13px;
	line-height: normal;
	display: inline-block;
	/*padding: 2px 10px 5px 10px;*/
	padding: 6px 10px 8px 10px;
	text-decoration: none;
	color: #FAFAf2 ;
	font-weight: bold;
    background: #FE003F;
    border: 2px solid #161518;
    box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
    border-radius: 15px;


}

a.covoituragesimple{
	
	color: #FAFAf2 !important;
    background: #FE003F !important;
    border: 2px solid #161518;
    box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
    border-radius: 15px;
	margin-top: 40px;


}


.btn_langue{
/*	text-transform: uppercase;*/
	border-top-left-radius: 50000px;
    border-bottom-left-radius: 50000px;
	border-top-right-radius: 50000px;
    border-bottom-right-radius: 50000px;
	border: 1px solid #FAFAf2 !important;
	padding: 2px 10px;
	font-size: 14px;
}

.spectaclecaddietarifs .button {
	font-size: 13px !important;
}

.spectaclecaddie button i{
	color: #080808;
}

.button.inverted{
	color: #000 !important;
	background-color: #FE003F !important;
}

.button.inverted:hover{
	background-color: #FAFAF2;
	color: #000 !important;
}

.button.zonebutton{
	font-weight: normal;
	font-size: 1em;
	margin: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.button.zonebutton.inactive{
	opacity: 0.4;
}

.modalcontent .button.inverted{
/*	color: #000;
	background-color: #FAFAF2;
	border-color: #000;*/
}

.modalcontent .button.inverted:hover{
	background-color: #000;
	color: #FAFAF2 !important;
	border: 1px solid #080808;
}

button{
	color: #FAFAF2;
/*	background-color: #000;
	border: 1px solid rgba(249, 249, 249, 0.5);
	*/
	background-color: #FE003F;
	border-radius: 22.5px;
	border: 1px solid #FE003F;
	
	display: inline-block;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	
	line-height: calc(1em + 4px);
	font-size:1.200em;
	cursor: pointer;
}

button:hover{
	color: #080808;
/*	background-color: #FAFAF2;*/
}

button.simplelinkbtn{
	font-size: 1em;
	font-weight: normal;
	border:none;
}

button.simplelinkbtn:hover{
	color: inherit;
	background-color: inherit;
}
button#addpasssubmit,button.btn_submitform {
	color: #FAFAF2;
	font-weight: 400;
	background-color: #FE003F;
	border-radius: 5000px;
	font-family: 'Px Grotesk';
    border: 2px solid #161518;
    box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
}


#picturecontainer img{
	max-width: 100%;
}

.webcamcontrol{
	display: none;
}

#camera{
	width:240px;
	height:300px;
}

.tarif button{
	background-color: transparent;
	border: none;
	padding: 0px;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	height: 22px;
}

.tarif button:disabled{
	opacity: .5;
	cursor: default;
}

.icheckbox_square, .iradio_square{
	border: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=number], textarea, select{
	color: #FAFAF2 !important;
/*	background-color: #000;*/
	border: 1px solid #FAFAF2;
	padding-top: .5em;
	padding-bottom: .5em;
	font-family: 'Px Grotesk';
	box-sizing: border-box;
	line-height: 1em;
	font-size:1.200em;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
	width:100%;
	border-radius: 22.5px;
}
.modalcontent input[type=text], .modalcontent  input[type=email], .modalcontent  input[type=password],.modalcontent  input[type=number], .modalcontent textarea, .modalcontent  select{
	color: #FE003F !important;
	border: 1px solid #FE003F;
}


select{
	padding-top: .6em;
	padding-bottom: .6em;
	position: relative;
	
}


.select-wrapper{
	position: relative;
}

.select-wrapper:after{
	display: block;
	content: "";
	background-image: url(../img/select_down.svg);
	position: absolute;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
.input label{
	font-size: 1.4em;
}

input[type=checkbox]{
	color: #000;
	background-color: #FAFAF2;
	border: 1px solid;
	padding: .5em;
	line-height: 1em;
}

.pro_form .icheckbox_square{
    background-image: url("/js/icheck/skins/square/square_black.png");
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #080808;
  font-family: 'Px Grotesk';
	opacity: 1;

}
::-moz-placeholder { /* Firefox 19+ */
	color:  #080808;
  font-family: 'Px Grotesk';
	opacity: 1;
 }
:-ms-input-placeholder { /* IE 10+ */
	color:  #080808;
  font-family: 'Px Grotesk';
	opacity: 1;
  
}
:-moz-placeholder { /* Firefox 18- */
	color:  #080808;
  font-family: 'Px Grotesk';
	opacity: 1;
  
}

:placeholder-shown{
	font-size:12px !important;
	padding-top:0.8335em !important;
	padding-bottom:0.8335em !important;
}

button.inverted{
	border: 1px solid #000;
	color: #FAFAF2;
}

button.inverted:hover{
	color: #000;
	background-color: #FAFAF2;
}

/*.subnav .button{
	margin-bottom: 2em;
	font-size: 1.2em;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.2em;
	padding-top: .2em;
    padding-bottom: .2em;
}*/
.subnav{
	margin-bottom: 1.5em;
}
.subnav .button{
	margin-bottom: .5em;
	font-size: 16px;
	padding-left:30px;
    padding-right: 30px;
	/*line-height: 42px;*/
	margin-right: 15px;
}
.subnav .button.active{
	color: #000 !important;
    border: 2px solid #000;
    background-color: transparent;
}




.spectaclesfilters{
	padding-top: 2em;
	
	text-align: left;
}

.filter_more{
	float: right;
}

.spectaclesfilters .button{
	font-size: 13px;
	line-height: 16px;
	/*height: 12px;
	font-size: 1em;*/
	margin-bottom: 20px;
/*	
	width: 9%;
	max-width: 9%;*/
	text-align: center;
	border-radius: 16px;
	font-weight: bold;
	margin-right: 5px;
    color: #FAFAf2;
}

.spectaclesfilters a, .spectaclesfilters span{
	vertical-align: bottom;
	font-weight: bold;
}

.filter_plein_air{
	color: #FAFAF2;
	display: inline-block;
	background-image: url('/img/icon outside.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
	float: right;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	
}

.filter_jeune_public{
	color: #FAFAF2;
	display: inline-block;
	background-image: url('/img/icon children.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
	float: right;
	margin-left: 20px;
		height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.filter_icone.icone_selected{
    color: #ED002E;
}


.filter_icone_container{
	position: absolute;
	bottom: 10px;
    left: 10px;
	right: auto;
	overflow: hidden;
}
.filter_icone_container img{
	margin-right: 10px;
}
.spectacle_annule{
	font-family: 'seriouslynostalgic-ultracond';	
	background: #ED002E;
	width: calc(100% + 20px);
	font-size: 22px;
	color: #FAFAF2;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: 1px solid #161518;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
	letter-spacing: 0.03em;
	white-space: nowrap;
	margin-left: -20px;
}




.batieselect{
	display: none;
}

.closed{
	display: none;
}

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

#mm-blocker{
	background-color: rgba(0,0,0,.4);
}

.mm-menu{
	background-color: #FE003F;
	border-color: rgba(249, 249, 249, 0.5);
	color:#FAFAf2;
	
}

.mm-page{
	overflow-x: hidden;
}

/*.mm-panels>.mm-panel.mm-hasnavbar{
	padding-top: 50px;
}
.mm-navbar{
	text-align: left;
	padding-left:20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom: 5px;
}

.mm-subopened .mm-navbar{
	padding-left:40px;
	padding-right: 40px
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
	color:#000 !important;
}

.mm-listview{
	font-size: 1.375em;
}

.annexenav.mm-listview{
	font-size: 0.813em;
}*/

.mainnavitem{
	
	/*font-size: 1.375em;*/
	font-size: 18px;
	line-height: 43px;
}

.mainnavitem a{
	border: 1px solid #FAFAf2;
	border-radius: 25px;
}

.annexenavitem{
	font-size: 18px;
	line-height: 43px;
}

ul.mainnav{
	margin-bottom: 0px !important;
}

ul.annexenav{
	margin-top: 0px !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
	color:#FAFAf2 !important;
}


.mm-navbar .mm-title {
 
    font-size: 18px;
    font-weight: 600;
}




.mm-listview > li{

    margin: 0px 10px 10px 20px;
	box-sizing: border-box;

}

.mm-listview > li > span{
	padding: 0px 10px 0px 20px !important;
	font-weight: 600;
}

.mm-listview > li > a {
    font-family: 'Px Grotesk';
    padding: 0px 10px 0px 20px;
	line-height: 43px;
	box-sizing: border-box;
	height: 43px;
	font-weight: 600;

}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
    border-color: #FAFAf2;

}



.mm-panels>.mm-panel.mm-hasnavbar{
	padding-top: 64px;
}

.mm-navbar{
	line-height: 44px;
	height: 64px;
	padding-right: 10px;
	padding-left: 40px;
	border: 0px;
}

.mm-title{
	color:#080808 !important;
	font-size: 0.813em;
	text-align: left;
}

.mm-btn + .mm-title{
	margin-left: 20px;
}

.mm-listview>li:not(.mm-divider):after{
/*	border-bottom-color: rgba(0, 0, 0, 0.5);*/
	left:0px;
	border-bottom: #FAFAF2;
}

.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before{
	border-color:#FAFAf2;
}

.mm-navbar .mm-btn:first-child{
	margin-top: 12px;
}

.mm-navbars-bottom{
	border-top:none;
	padding-left: 6%;
	padding-right: 6%;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span{
	background-color: #FAFAf2;
	color: #FE003F;
	border-radius: 25px;
}

.mm-listview .mm-next::before {
  border-left-width: 0px;
}


.highlight_text{
	  display:inline;
    background-color:#FE003f;
    color:#fafaF2;
	padding: 2px 2px;
}

.highlight_text a{
    color:#FE003F !important;
    border-bottom: 1px solid transparent !important;
}
.highlight_text a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #FE003F;
  left: 0px;
}
html{

	/*background-color: #B8EE42;*/
	
}

body, html{
	width:100%;
	min-width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	
	
}

body{
  /*	background-image: url('/img/menu_background_degrade.png') !important;*/
	background-repeat: repeat-x ;
    background-attachment: fixed;
    background-position: 0px 65px;
  

}

html.mm-opened body{
	background-size: 60px 100%;
}



html.mm-opened body.ios {
		
}




body .fond_static{
/*  background-image: url('/img/menu_background_degrade.png') ;
  background-repeat: repeat-x;
  background-position: top center;*/
    
/*background: linear-gradient(180deg, #FE003F 0%, rgba(168, 241, 32, 0) 100%);
opacity: 0.8;*/
    
  position: fixed;
  height: 281px;
  width: 100vw;
  z-index: 0;
  top: 65px;
}


body.ios {
  background-attachment: scroll;
  background-size: contain;
  background-image: none !important;				
}


body.batiered{
	background-color: #FF0000;
}



body.photosgallery, body.videogallery{

}

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

body{
	font-family: 'Px Grotesk';
	font-size: 16px;
    line-height: 1.438em;
    color:#FAFAF2;
	scroll-behavior: smooth;
}



.carouselbig_container h1 span, .spectacleitem h1 span, .spectacleitem h2 span, .spectacledetails h1 span, .spectacledetails h2 span{
 font-family: 'GooperCondensed7-Black';	
  font-weight: normal;
	font-size: 1.08em;
}









#content{
	/*background-color: #FFCAD4;*/
}

.inside{
	width:100%;
	max-width: 1280px;
	padding-left: 55px;
	padding-right: 55px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

span.socialitems{
	line-height: 1.2em;
	font-size: .95em;
}

.socialitems a{
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
	color: #080808;
	font-weight: normal;
}

.socialitems a.socialicon{
	font-size: .6em;
}

h1, h2, h3{
  
	font-weight: normal !important;
	margin: 0;
	letter-spacing: 0.02em;
	color: #FAFAF2;
}

h1{
    font-family: 'GooperCondensed7-Black';
	font-size: 60px;
	line-height: 1.178em;
   
}
#content .pageinfos h1{
    margin: 40px 0px;
}



h2{
	font-family: 'GooperCondensed7-Black';
	font-size: 40px;
	line-height: 1.176em;
	font-weight:normal;
}

h3{
   font-family: 'GooperCondensed7-Black';
	font-size: 1.625em;
	line-height: 1.192em;
}

sup{
	line-height: 1em;
}

h1 sup, h2 sup, h3 sup{
	font-family: 'Px Grotesk';
	font-size: 0.400em;
	line-height: 1em;
}
/*h2{
	font-family:  'HelveticaRoundedLTPro'; font-weight: normal;
	font-size: 45px;
	margin: 0;
	line-height: 47px;
	font-style: italic;
}*/


.bg_cc{
	background-position: center center !important;
}
.bg_ct{
	background-position: center top !important;
}
.bg_cb{
	background-position: center bottom !important;
}
.bg_lt{
	background-position: left top !important;
}
.bg_lc{
	background-position: left center !important;
}
.bg_lb{
	background-position: left bottom !important;
}
.bg_rt{
	background-position: right top !important;
}
.bg_rc{
	background-position: right center !important;
}
.bg_rb{
	background-position: right bottom !important;
}

.bg_free{
	
		background-position: center center !important;
	    background-size: cover;
	
}




label{
	font-weight: 600;
	display: block;
	margin-top: 1.5em;
	margin-bottom: 10px;

}
label strong{
	font-style: normal;
	font-size: 1.2em
}

label.error{
	margin-bottom: 0.5em;
	margin-top:0px;
	color:#f00;
}

.partenaireitem{
	float: left;
	display: block;
	width: calc(100%/6);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.partenaireitem:after{
	content: "";
	display: block;
	padding-top: 80%;
}


/*select{
	font-family:  'HelveticaRoundedLTPro'; font-weight: normal;
	font-size: 1.125em;
	border: 1px solid;
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 1.5em;
	display: inline-block;
}*/


.alertbanner{
	padding:1px;
	padding-left: 65px;
	padding-right: 65px;
	text-align: center;
	display: block;
	/*color:#FAFAF2;
	background-color: #d60d4c;*/
	background-color:#ff0000;
	color: #FAFAF2;
	position: relative;
	min-height: 65px;
	font-weight: 500;
}

.alertbanner a{
	text-decoration: underline;
}

.alertbanner .closebanner{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    outline: none;
    font-size: 30px;
    line-height: 30px;
    transition: transform .3s ease-in-out;
    /*background-color: #d60d4c;
	color: #FAFAF2;*/
	color:#FAFAF2;
	background-color: #ff0000;
    width: 65px;
    height: 65px;
   background-image: url(../img/popup_close_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    opacity: 1;
    overflow: hidden;
    text-indent: -4000px;
}

.breaking-news-ticker{
	border:none;
	background-color: #000;
	font-size: 1em;
	height:50px;
	line-height: 50px;
	color:#FE003F !important;
}

.bn-label{
	color:#FAFAF2;
	background-color:#000;
	padding-left:20px;
	padding-right: 30px;
}

.bn-news ul li{
	padding-right:80px;
}

.bn-news ul li a{
	color:#FAFAF2 !important;
	border: none !important;
}


#topnav{
	position:fixed;
	top:0px;
	left:0px;
	
	/*height:65px;*/
	width:100%;
	display: block;
	box-sizing: border-box;
	color:#000;
}

.headercontain{
	height:65px;
	position: relative;
  /*  background-color: rgba(168, 241, 32, 0.8);*/
	
	background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-blend-mode: darken;
}

.header_trait{
	position: absolute;
    top: 0px;
    left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 1280px;
	width:1280px;
	max-height: 100%;
	overflow: hidden;
	-webkit-transition:height 2s;
	transition: height 2s cubic-bezier(.75,0,.25,1);
	transition: height 2s cubic-bezier(.75,0,.25,1);
	z-index: 3;
}
.header_trait.start{
	height:0px;
}

#content .inside{
	z-index: 5;
}


#logo{
	display: inline-block;
	height: calc(100% - 30px);
	position: absolute;
	left:16px;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

#logo img{
	height: 100%;
}

#logo .big{
	display: inline-block;
}

#logo .small{
	display: none;
}

#hamburgerbtn{
	display: block;
	width:65px;
	height:65px;
	text-align: center;
	float: right;
	top:0px;
	left:0px;
	z-index: 300000;
	background-color: transparent;
	color:#080808;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	font-size: 8px;
	text-transform: uppercase;
	 font-weight: 600;
	box-sizing: border-box;
	padding: 16px;
}

#hamburgerbtn .text{
	display: none;
	font-size: 0px;
}

#navitems{
	font-weight: 600;
	float: right;
	height:65px;
	line-height: 65px;
	text-align: left;
	font-size:1.125em;
}

#navitems a{
	display: inline-block;
	margin-right: 30px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.2em;
	border-bottom: 1px solid transparent;
	color: #FAFAf2;
}


#navitems a.active, #navitems a:hover{
	/*border-bottom: 1px solid #080808;*/
}

#navitems a.achatrapide{
	/*font-style: italic;*/
}

#navitems .panier{
	background-color: #FAFAf2;
	border-radius: 50%;
	color: #FE003F;
	font-size: 12px;
	width:19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	position: relative;
	margin-left: 28px;
	margin-right: 20px;
	border: 2px solid #FAFAf2;
}

.panier.mobile{
	color:#fff;
}

#navitems .panier:hover{
	text-decoration: none;
}

#navitems .panier:before{
	content: "";
	background-image: url(../img/icone_panier.svg);
	display: block;
	width:20px;
	height: 18px;
	background-size: cover;	
	position: absolute;
	top: 50%;
	left:-8px;
	transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
}

#navitems .recherche{
	width:18px;
	height: 18px;
	background-image: url(../img/icone_recherche.svg);
	background-size: cover;	
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 40px;
}

#footer{
	margin-top: 3em;
	z-index: 5;
    position: relative;
	overflow: hidden;
	padding-top: 64px;
}




#footer .social{
	color: #FAFAF2;
}

#footer .social{
	padding-top: 1em;
	padding-bottom: 1em;
/*		background-color: #00A0FE;*/
}

#footer .social .newsletter{
	float: left;
}

#footer .social .newsletter input[type=email]{
  font-family: 'Px Grotesk';
  max-width: 100%;
  width: 387px;
  height: 40px;
  line-height: 40px;
  margin-right: 16px;
  margin-bottom: 0px;
  color: #080808;
  font-size: 15px;
  background:#FAFAF2;
  border:2px solid #080808;
  box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
  border-radius:10px;
  padding:6px 18px 7px;
  box-sizing: border-box;
}



#footer .social .newsletter input, #footer .social .newsletter button{
font-family: Px Grotesk;
  font-size: 15px;
  color: #080808;
  display: inline-block;
  text-decoration:none;
  padding:0px 18px;
  font-weight: 700;
  height: 40px;
  background:#FAFAF2;
  border:2px solid #080808;
  box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
  border-radius:50px;
  cursor: pointer;
}

#footer .social .sociallinks{
	float: right;
	padding-top: 4px;
}

#footer .social .sociallinks a{
	margin-left: 10px;
	border-bottom: 0px;
}


#footer .social .sociallinks .fa-stack, .mm-navbars-bottom .fa-stack{ 
  color: #080808;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background:#FAFAF2;
  border:2px solid #080808;
  box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
  border-radius:10px;
  margin-bottom: 10px;
}	



body.home_launch{
	background: none;
	background-color: #FE003F;
}


body.panier #footer .social .newsletter, body.achat_rapide #footer .social .newsletter{
	display: none;
}



body.achat_rapide, body.panier{
/*	background-image: none !important;
	background-color: #FAFAF2;*/
	color:#FAFAF2;

}
.label_bouton{
	font-size: 22px;
	padding-bottom: 11px;
	font-weight: 700;
	display: inline-block;
}

body.achat_rapide .button, body.panier .button{
	background-color: #FE003F ;
	color:#FAFAF2;
	font-size: 13px !important;
}

body.achat_rapide .modalcontent .button, body.panier .modalcontent .button{
	background-color: #ED002E;
	color:#FFF;
	font-size: 13px !important;
    border: 0px !important;
}

 body .panier .button{
	background-color: #FE003F ;
	color:#FAFAF2;
	font-size: 13px !important;
	width: 100%;
	 text-align: center;
	 box-sizing: border-box;
}

body.achat_rapide #content a:not([class]),  body.panier #content a:not([class]){
	border-color:inherit;
}

body.achat_rapide span.spectacleok,  body.panier span.spectacleok{
	color:#000 ;
    background-color: #FE003F;
}


.mm-navbars-bottom a{
	display: inline-block;
	line-height: normal;
}

.mm-navbars-bottom .fa-stack{ 
	border-radius: 50%;
/*    border: 2px solid #FAFAF2;*/
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}

.icon-tiktok::before {
  width: 100%;
}

.icon-tiktok{
	font-size: 120%;
	margin-top: 4px;
	display: block;
}

#footer .social .sociallinks .fa-stack-1x{
	font-size: 17px;
	 color: #000;
}
.mm-navbars-bottom .fa-stack-1x{
	font-size: 17px;
	 color: #000;
}

.mm-navbars-bottom .fa-stack-1x{
	font-size: 14px;
}





#footer .copyright{
	position: relative;
	font-size: 12px;
	padding: 74px 0px 80px 0px;
	font-weight: bold;
}

#footer .copyright img{
	position: absolute;
}




#footer .copyright .copyright_fond{
	background-color: #FAFAF2;
	 color: #080808;
	padding: 13px 40px;
	border-radius: 60px;
	position: relative;
	border:2px solid #080808;
    box-shadow: 1px 2px 0px rgba(22, 21, 24, 0.8);
}


#footer .copyright .coordonnees{
	float: left;
	display: inline-block;
	background-image: url("/img/icone_b_labatie.svg");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#footer .copyright .credits{
	float: right;
	display: inline-block;
	font-weight: bold;
}




.carouselbig_container{
	position: relative;
}



.carouselbig{
	width: calc(100% - 110px);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 55px;
	margin-top: 20px;
}




.carouselbig:after{
	display: block;
	content: "";
	padding-top: 44.53125%;
}

.carouselbig.owl-loaded:after{
	content: none;
}

.carouselbig .slide{
	width:100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.carouselbig .slide:after{
	display: block;
	content: "";
	padding-top: 44.53125%;
}

.carouselbig .slide .inside{
	width:100%;
	height: 100%;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);

}




.carouselbig .slide .infos{
	background-color: #ED002E;
	position: absolute;
	display: inline-block;
	color: #FAFAF2;
	left: 50%;
	bottom:20px;
	padding: 20px 40px;
	font-size: 16px;
	max-width: calc(100% - 180px);
	transform: translateX(-50%);
	
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	text-align: center;

}

.carouselbig .slide .infos h1{
	
	font-size: 40px;
	color: #FAFAF2;
}

.carouselbig .slide .infos h2{
	font-family: 'Px Grotesk';
	font-size: 24px;
	color: #FAFAF2;
}

.carouselbig .owl-nav .owl-prev, .carouselbig .owl-nav .owl-next{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:53px;
	height:106px;
	z-index: 300;
	display: none;
	overflow: hidden;
	text-indent: -3000000px;
	display: block;
	background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
}

.carouselbig:hover .owl-nav .owl-prev, .carouselbig:hover .owl-nav .owl-next{
	display: block;

}

.carouselbig .owl-nav .owl-prev{
	left:0px;
	background-image: url(../img/carrousel_large_previous.svg);
}

.carouselbig .owl-nav .owl-next{
	right:0px;
	background-image: url(../img/carrousel_large_next.svg);
}

.owl-carousel.carouselsmall{
	width:calc((((100% - 90px)/4))* 3 + 60px);
	float: left;
	margin-right: 30px;
}

.owl-carousel.carouselsmall .owl-nav{
	position: absolute;
	top:15px;
	left: 0px;
	width:100%;
	pointer-events: none;
}

.owl-carousel.carouselsmall .owl-nav:after{
	content: "";
	padding-top: 36.4954703435%;
	display: block;
}

.owl-carousel.carouselsmall .owl-nav .owl-prev, .owl-carousel.carouselsmall .owl-nav .owl-next{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:37px;
	height:74px;
	z-index: 300;
	display: block;
	overflow: hidden;
	text-indent: -3000000px;
	background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}

.owl-carousel.carouselsmall:hover .owl-nav .owl-prev, .owl-carousel.carouselsmall:hover .owl-nav .owl-next{
	display: block;
	pointer-events: all;
}

.owl-carousel.carouselsmall .owl-nav .owl-prev{
	left:0px;
	background-image: url(../img/carrousel_large_previous.svg);
}

.owl-carousel.carouselsmall .owl-nav .owl-next{
	right:0px;
	background-image: url(../img/carrousel_large_next.svg);
}

.calendarcontainer{
	width:calc((100% - 90px)/4);
	float: right;
	box-sizing: border-box;
	position: relative;
	margin-top: 15px;
}


.enterscreenanim{
	transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .2s ease-in-out;
}

.spectacleitem .calendarcontainer{
	width:100%;
	float: none;
	margin-top: 0px;
}

.spectacleitem.calendaritem{
	float: right;
}

.enterscreenanim.inscreen{
	transform: translateY(0%);
	-ms-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.calendarcontainer:after{
	content: "";
	display: block;
	padding-top: 116%;
	padding-bottom: 30px;
	
}

.spectaclethumb{
border-radius: 20px;
	overflow: hidden;
	
	position: relative;

}

.spectacleitem:hover .spectaclethumb{
	opacity: .8;
}

.spectacleaitemspasses.withoutfade .spectaclethumb{
	opacity:1 !important;
}



.home_container{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 70px;
  padding-top: 40px;
  background:url('/img/Bruit-tile.jpg'), radial-gradient(64.18% 51.04% at 50% 81.38%, #8C8B83 0%, #1D1D1D 100%);
  background-blend-mode: multiply, normal;
  padding-bottom: 40px;
}

.homeoverimage{
	position:absolute;
	z-index: 3000;
	left:0px;
	/*top:0px;*/
}

.homeoverimage:after{
	padding-top:44.53125% !important;
}

.homeboxcontainer{
	margin-left: -15px;
	margin-right: -15px;
}
.homebox{
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	width: calc(50% - 30px);
	color: #FE003F;
	margin: 15px;
	float: left;
	position: relative;
	
	border: 1px solid #FE003F;
	border-radius: 30px;
	overflow: hidden;
}




.homebox h1{
	font-size: 2.188em;
}

.homebox:after{
	display: block;
	padding-top: 58.245614035%;
	content: "";
}

.homebox .backgroundimg, .homebox .overimg, .homeoverimage .backgroundimg{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}

.archives .button{
	width:100px;
	margin-bottom: .2em;
	text-align: center;
}

.overimg{
	background-color: #000;
	opacity: .4;
}

.homebox .backgroundimg, .homeoverimage .backgroundimg{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	opacity: 1;
}

.carouselbig .slide:first-child {
  background-position: right center !important;
}

.homebox .backgroundimg.fullopacity{
	opacity: 1;
}

.homebox .backgroundimg iframe, .homeoverimage .backgroundimg 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%);
}

.homebox .pictonews{
	content: '';
	font-size: 0px;
	background-image: url('/img/flash_new.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 62px;
    height: 62px;
	position: absolute;
	top:10px;
	left:10px;
    background-color: transparent !important;
}

.homebox .content{
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
	position: absolute;
	width:100%;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.billetmessage{
	font-size: .9em;
}

.billetmessage h3{
	width:100% !important;
}

.spectacleaitems{
	margin-left: -15px;
	margin-right: -15px;
}

.owl-carousel{
	display: block;
}

.owl-carousel .slide{
	display: none;
}

.owl-carousel.owl-loaded .slide{
	display: block;
}

.owl-carousel.carouselsmall.spectacleaitems{
	margin: 0px;
}

.spectacleaitemspasses h2{
	font-size: 60px;
	color: #080808;
}

.spectacleitem{
	width:calc((100%/4) - 30px);
	display: inline-block;
	margin: 15px;
	float:left;
	text-decoration: none;
	line-height: 1.571em;
	font-size: 0.875em;
}

.owl-carousel.carouselsmall .spectacleitem{
	box-sizing: border-box;
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
}

.owl-carousel.carouselsmall .spectacleitem img{
	margin-left: -1px;
	width:calc(100% + 1px);
	max-width: none;
}

.owl-carousel.carouselsmall .spectacleitem .filter_icone_container img{
	width: auto;
	max-width: 100%;
}


.spectacleitem.typeitem{
	width:100%;
	float: none;
}

.spectacleitem.typeitem h1{
	font-size: 60px;
	margin-top: 100px;
	line-height: 1.167em;
}

.spectacleitem.typeitem:first-child  h1{
    font-family: 'GooperCondensed7-Black';
	font-size: 60px;
	margin-top: 0px;
}

.spectacleitem img{
	max-width: 100%;
}


.achatlisting{
	overflow: hidden;
}

.achatlisting_lieu{
	margin-left: 60px;
	font-weight: 600;
}

.achatlisting_lieu a{
	color: #FAFAF2 !important;
}

.achatlisting_ticket{
	margin-left: 60px;
}

.achat_rapide .pageinfos{
	padding-right: 0px;
}
.achat_rapide .pageinfos  h1{
	color: #FAFAF2 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.achat_rapide .pageinfos .achatlisting > h1{
	display: block;
	border-bottom: 1px solid #FAFAF2;
	font-size: 1.375em;
	margin-top: 2em !important;
	margin-bottom: .5em !important;
}

#caddieinfos{
	padding:85px;
	padding-top: 0px;
	box-sizing: border-box;
	/*font-family: 'HelveticaRoundedLTPro'; font-weight: normal;*/
	font-family: "Px Grotesk";
}

.spectacleachatitem h1, .spectacleachatitem h2, .spectacleachatitem h3{
	vertical-align:middle;
	line-height: 44px;
}

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

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

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

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



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

span.availaibility.full{
	background-color: #F50A0A;
}



.achat_rapide .pageimageright h1{
	font-size: 1.467em;
	margin-top: 30px;
	margin-bottom: 0px;
}


.caddieinfos{
	
	padding:20px;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1.375em;
	background-color: #FE003F;
	color:#FAFAF2;
	border-radius: 30px;
}



.caddieinfos .button.inverted{
	color: #FE003F !important;
	background-color:#FAFAF2 !important;
    border: 0px;
	box-shadow: none;
}

.caddieinfos .button.inverted:hover{
	color: #FE003F !important;
	background-color:#FAFAF2 !important;
    border: 0px;
}
.caddieinfos p{
	margin-top: 0px;
}

.caddieinfos button, .caddieinfos .button{
	font-size: 16px;
	padding: 10px 43px;
}


.presslink{
	text-decoration: underline !important;
}

.spectaclepressitem_lien{
	float: left;
	width: 300px;
}

.spectaclepressitem_gallery{
	float: left;
	width: calc(100% - 300px);
}
.spectaclepressitem_gallery_full{
	float: left;
	width: 100%;
}

.spectaclepressitem .gallery-item, .spectaclepressitem .gallery-sizer{
	width: calc(25% - 15px);
}



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

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

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

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

.spectacleachatitem .eventstitle{
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
    color: #080808 !important;
}

a.spectacletitle{
	background-image: url(../img/select_down.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

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

.spectacles_detail a.spectacletitle{
	background-image: url(../img/select_down_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

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

.spectacles_detail .spectacles_detail a.spectacletitle{
	background-image: url(../img/select_down_black.svg);
}

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

.spectacleachatitem a.popuplink{
	margin-top: .5em;
	margin-bottom: .5em;
	text-decoration: underline;
}

.spectaclepressitem h1  {
	font-family: 'Px Grotesk';
	font-weight: bold !important;
}

.spectaclepressitem h2{
	  font-style: italic;
	font-weight: bold !important;
	font-family: 'Px Grotesk';
}

.spectacleachatitem h1, .spectacleachatitem h2, .spectacleachatitem h3, .spectaclepressitem h1, .spectaclepressitem h2, .spectaclepressitem h3{

	font-size: 1.375em;
	display: inline-block;
	border-bottom: none;
	margin-top: 0;
	margin-right: .1em;
}

.spectacleachatitem h1{
	margin-left: .1em;
}

.spectacleachatitem h3{
	width:58px;
}

.spectacleachatitem h2, .spectaclepressitem h2{
	font-size: 0.875em;
}

.spectaclepressitem{
	padding-top: .7em;
    padding-bottom: .5em;
}

.spectaclepressitem h1, .spectaclepressitem h2{
	line-height: 1em;
}

.pagehero{
	width:100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	border-radius: 0px 0px 50px 50px;
}
/* download-1 */


.pagehero_contain{
	background-size: contain !important;
	
}

.pagehero 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%);
}

.pagehero:after{
	display: block;
	content: "";
	padding-top: 44.53125%;
}

.pagehero.pagehero_contain:after{
	display: block;
	content: "";
	padding-top: 35%;
}



.pagehero.small:after{
	display: block;
	content: "";
	padding-top: 26.328125%;
}

.pagehero_random_static{
/*  background-image: url('/img/menu_background_degrade.png') !important;
  background-repeat: repeat-x;
  background-position: top center;*/
    
 background: linear-gradient(180deg, #FE003F 0%, rgba(168, 241, 32, 0) 100%);
opacity: 0.8;    
  position: fixed;
  height: 281px;
  width: 100vw;
  z-index: 1;
  top: 65px;
}

.pagehero_random{
	position: relative;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 600px;
	margin-top: -65px;
}
.pagehero_random:after{
	display: block;
	content: "";
	padding-top: 44.53125%;
}

.pagefooter_random_static{
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(250, 226, 201,1));
  position: absolute;
  height: 281px;
  width: 100vw;
  top: 0px;
}

.pagefooter_random{
	position: relative;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 600px;
	margin-bottom: -65px;
	margin-top: 65px;
}
.pagefooter_random:after{
	display: block;
	content: "";
	padding-top: 44.53125%;
}


.footer_background{
  background-image: url('/img/footer-top_2.png');
  background-position:center top;
  background-size: auto 600px;
  background-repeat: no-repeat;
  padding-top: 250px !important;
}

.partenaires_container{
	background-color: #080808;
	border-radius: 30px;
	padding: 50px;
	margin: 50px 0px;
}

.lieucentralhero{
	display: block;
	width:100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #000;
	position: relative;
	margin: 0px;
	
}

.lieucentralhero:after{
	display: block;
	content: "";
	padding-top: 35.15625%;
}

.lieucentralhero .inside{
	position: absolute;
	top:0px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100%;
}

.lieucentralhero .backimageover{
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	background-image: linear-gradient(-90deg, #080808 0%,  #080808 13%,   rgba(0,0,0,0.00) 100%);
	
	width:50%;
}
.lieucentralhero.even .backimageover{
	right:auto;
	left:0px;
	background-image: linear-gradient(90deg, #080808 0%,  #080808 13%,   rgba(0,0,0,0.00) 100%);
}

.lieucentralhero .contentintro{
	position: absolute;
	width:50%;
	left:50%;
	text-align: center;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	box-sizing: border-box;
	padding: 20px;
	color:#080808;
}


.lieucentralhero .contentintro .button {
    background-color: #080808;
    color: #000;
    font-size: 16px !important;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #080808 !important;
	line-height: 40px;
	padding: 0px 40px;
}

.lieucentralhero.even .contentintro{
	left:0px;
}

.lieucentralhero .backimage{
	position: absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	opacity: .8;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
}

.souspage .souspagecontent{
	float: left;
	width:calc(100% - 500px);
}

.souspage .souspageimage{
	float: right;
	width:470px;
}

.souspage.odd{
	text-align: right;
}

.souspage.odd .souspagecontent{
	float: right;
}

.souspage.odd .souspageimage{
	float: left;
}

/*.herocover{
	height:140px;
	width:50%;
	background-color: #000;
	margin-top: -140px;
	position: absolute;
	display: none;
}
*/

.herocover + .inside .pageinfos{
	width:calc(100% - 370px);
	position: relative;
	/*padding-top: 2em;*/
}

.herocover + .inside .pageinfos_nav + .pageinfos{
	padding-top: 0px;
}


   .pageinfos img[src$=".png"] {
   filter: brightness(0) invert(1);
    }


.pageinfos{
	float: left;
	box-sizing: border-box;
	padding-right: 60px;
}

.inside:not(.spectacledetails) .pageinfos{
	width:calc(100% - 470px);
	/*padding-top: 2em;*/
}

.pageinfos_nav{
	padding-top: 2em;
}
.pageinfos_nav h1{
    padding-top: 20px;
	padding-bottom: 10px;
}
.pageinfos_nav .subnav{
	margin-bottom: 0px;
}
.spectaclecaddie a{
	/*color: #080808;*/

}

.spectaclecaddie{

	width:370px;
}

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

 .achatlisting h1{
	font-family: 'Px Grotesk';
	font-weight: 600 !important;
	font-size: 22px;
	color: #080808;
}

.achatlisting h2{
	font-family: 'Px Grotesk';
	font-weight: 600 !important;
	font-size: 22px;
	color: #080808;
}

 .achatlisting h3{
	font-family: 'Px Grotesk';
	font-weight: 600 !important;
	font-size: 22px;
	color: #FAFAF2;
}



.spectacledetails .spectaclecaddie h1, .spectacledetails .spectaclecaddie h2{
	font-family: 'Px Grotesk';
	font-weight: 600 !important;
	font-size: 23px;
	color: #080808;
}






.spectaclecaddie h2{
	font-weight: 600;
}

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

	border-bottom: 1px solid #FAFAF2 !important;
}

.spectacles_detail .spectaclecaddietarifs .tarif{

	border-bottom: 1px solid #080808 !important;
}

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

body.spectacles .spectaclecaddietarifs, body.lieu_central .spectaclecaddietarifs{
	margin-bottom: 2em;
	border-top: 1px solid #080808;
}

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

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

.spectaclecaddietarifs .tarif{
	position:relative;
	display: block;
	border-bottom: 1px solid rgba(249, 249, 249, 0.5);
	padding-top: .7em;
	padding-bottom: .7em;
}

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

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

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

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


.pageimageright{
	width:370px;
	float: right;
	padding-top: 80px;
	position: relative;
}

.pageimageright img{
	width:100%;
	margin-bottom: 30px;
	max-width: 100%;
	border-radius: 20px;
}

.spectacledetails .pageimageright{
	padding-top: 70px;
}

.inside:not(.spectacledetails) .pageimageright{
	width:470px;
}

.spectacledetails .artistestitres{
	margin-bottom: 60px;
	margin-top: 20px;
}
.spectacledetails .artistestitres_multiples{
    margin-bottom:0px;
}

.spectacledetails .artistestitres h1, .spectacledetails .artistestitres h2, .spectacledetails .artistestitres h3{
	font-style: normal;
	margin: 0px;
}
.spectacledetails .artistestitres h1{
    font-size: 60px;
	color: #080808;
    line-height: normal;
}

 .spectacledetails .artistestitres h2{
	 font-family: 'GooperCondensed7-Black';
	 font-size: 1.8em;
	 line-height: 1.1em;
	 font-weight: 600;
	 
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
    -webkit-text-stroke: 1px #161518;
}

 .spectacledetails .artistestitres h3{
	 font-size: 1.625em;
     /*font-size: 1.525em;*/	
	 line-height: 1.1em;
	 margin-top: .2em;
}

.spectacledetails .spectaclestitres h1, .spectacledetails .spectaclestitres h2, .spectacledetails .spectaclestitres h3{
	font-family: 'Px Grotesk';
	font-size: 40px !important;
	color: #080808;
	line-height: 1.1em;
	font-weight: 700 !important;
	
}
.spectacledetails h3{
	color: #080808;
}

.spectacledetails .spectacleaitems *{
color: #080808 !important;	
}

.spectacledetails .spectaclestitres h1{
margin: 10px 0px !important;	
}
.spectacledetails .spectaclestitres h2{
    font-size: 22px !important;
}
.spectacledetails .spectaclestitres h2{
	 font-size: 1.225em;
	 line-height: 1.192em;
	 margin-top: .5em;
}

.detailspicto{
	height:32px;
	line-height: 32px;
	font-weight: 600;
	vertical-align: baseline;
	font-size: 1em;
}

.spectacleinfos p{
	margin-top: .5em;
	margin-bottom: .5em;
	/*line-height: 1em;*/
}

.spectacleinfos {
	margin-bottom: 1em;
	/*margin-top: 2em;*/
}

.dateitem.hidden{
	display: none;
}

.spectacledatesdropdown{
	width:100%;
}


.container_partenaires_logo{
	margin-left: -15px;
	margin-right: -15px;
}

.partenaires_logo {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	float: left;
	position: relative;
	margin: 15px;
	box-sizing: border-box;	
}

.partenaires_logo::after {
  content: "";
  display: block;
  padding-top: 80%;
}


.gallery{
	margin-top: 30px;
}

.gallery-sizer, .gallery-item{
	width:calc(50% - 15px);
}

.galleryhome .gallery-sizer, .galleryhome .gallery-item{
	width:calc((100% - 30px)/3);
}

.gallery-item {
	margin-bottom: 30px;
	border-radius: 20px;
    overflow: hidden;
}


.gallery_MediaField .gallery-item {
	border-radius: 0px;
}

.photo_custom{
	border-radius: 20px;
    overflow: hidden;
}
.photo_custom iframe{
	border-radius: 20px;
    overflow: hidden;
}

 .gallery-item  span{
     font-size: 12px;
}


.spectaclepressitem .gallery-item {
	border-radius: 0px;
}




.gallery-item img{
	width:100%;
}
.gallery-gutter-sizer{
	width:15px;
}

.galleryhome{
	text-align: center;
	margin-top: 2em;
}

.galleryhome .gallery-gutter-sizer{
	width:15px;
}

/*.archives .gallery-sizer, .archives .gallery-item{
	width:calc(20% - 15px);
}

.archives .gallery-item h1, .archives .gallery-item h2{
	font-size: 1em;
	line-height: 1.3em;
	margin-top: .5em;
}
.archives .gallery-item h2{
	font-size: .8em;
	margin-top: 0px;
	margin-bottom:.5em;
}

.archives .gallery-item {
	margin-bottom: 15px;
}*/

.archives .archive-item{
	float: left;
	width:calc(100%/5 - 30px);
	margin: 15px;
}

.archives .archive-item img{
	width:100%;
}

.archives .archive-item h1, .archives .archive-item h2{
	font-size: 1em;
	line-height: 1.3em;
	margin-top: .5em;
}
.archives .archive-item h2{
	font-size: .8em;
	margin-top: 0px;
	margin-bottom:.5em;
}

.formpayement form{
	display: none;
}

.formpayement{
	margin-bottom: 1em;
}

div.fullbox{
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border:1px solid;
}

div.fullbox p {
	margin: 0px;
}

.teamlisting{
	position: relative;
	margin: -15px;
}

.teamlisting .teamitem{
	margin:15px;
	width:calc(100%/4 - 30px);
	float: left;
	text-align: center;
}

.teamlisting .teamitem .teamthumb{
	max-width: 130px;
	width:100%;
	display: inline-block;
	
}

.teamlisting .teamitem .teamthumb > div{
	border-radius:50%;
}


/* Calendrier */
/* Month header */

#calendar{
	width:100%;
	font-weight: 600;
	position: absolute;
	top:0px;
	line-height: 1.313em;
}

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

#calendar .month {
    padding:10px 15px;
    width: 100%;
    background: #080808;
    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;
}

/* 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:transparent;
    font-size: 0px;
}

#calendar .weekdays li {
    display: inline-block;
   width: calc(100%/7);
    color: #FAFAf2;
    text-align: center;
    font-size: 17px;
}

/* Days (1-31) */
#calendar .days {
    padding: 10px 0;
    background: transparent;
    margin: 0;
    font-size: 0px;
}

#calendar .days li {
    list-style-type: none;
    display: inline-block;
    width: calc(100%/7 - 8px);
    margin: 4px;
    text-align: center;
    font-size:12px;
    color:#080808;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

#calendar .days li.withday {
	background-color: transparent;
	 border: 1px solid #FAFAF2;
	 border-radius: 50%;
}

#calendar .days li.withspectacle{
	background-color: transparent;
	color:#FAFAF2;
	border-radius: 50%;
	border: 1px solid #FAFAF2;
}

#calendar .days li.passed {
    background-color: transparent;
    color: #FAFAf2;
 
    border: 1px solid transparent;
}

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

#calendar .days li.day_not_selected{
    opacity: 0.2;
    background-color: transparent;
    color: #FAFAF2;
    border-radius: 50%;
    border: 1px solid #FAFAF2;
    line-height: 36.6px;
    
}

#calendar .days li  span{
	display: block;
	width:100%;
	left:0px;
	top:50%;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-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;
    border: 3px solid #be0d0d;*/
    color: #FAFAF2 !important;
    background-color: #FE003F;
}

#calendar .days li.selected {
    background-color: #FF0000;
    color: #FAFAF2 !important;
	border: 1px solid #FF0000 !important;
}

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

.mobile{
	display: none;
}

.firstcal{
	display: none;
}

.thirdcal{
	display: inline-block;
}

#passnumberpopup{
	text-align: center;
	max-width: 550px;
	border-radius: 30px;
	border: 1px solid #FE003F;
}
#passnumberpopup a{
color: #FAFAF2;
}
#passnumberpopup #addpass input[type=text]{
	width:70%;
	margin-right: .2em;
}


#newpasspopup, #updatepasspopup{
	max-width: 960px;
}

#lieupopup{
	max-width: 480px;
	padding: 0px;
}

#lieupopup .spectacleitem{
	width:100%;
	margin: 0px;
	
	border-radius: 30px;
	overflow: hidden;
}

#lieupopup .spectacleitem .spectaclethumb{

	border-radius: 0px;

}


#lieupopup .spectacleitem .infos{
	padding: 20px;
}
#lieupopup .spectacleitem .infos a{
	color: #FAFAF2;
}

#lieupopup .spectacleitem:hover .spectaclethumb{
	opacity: 1;
}

div.input{
	display: inline-block;
	width:50%;
	padding-right:20px;
	box-sizing: border-box;
	float:left;
}

div.input.right{
	float:right;
	text-align: right;
}

.distribution{
	padding-top:1.5em;
}


.distribution h4{
	font-size: 1em;
	margin-bottom: 0px;	
	margin-top: 0px;
}

.distribution p{
	margin-top: 0px;
	margin-bottom:0px;
}

.distribution h4, .distribution strong, .distribution b{
	margin-top:.4em;
}

.modalcontent{
	
	background-color: #080808;
	padding: 65px;
	width:100%;
	max-width: 720px;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	color: #FAFAF2;
	border-radius: 30px;
    border: 1px solid #FE003F;
}

.modalcontent h1{
	font-size: 2.188em;
	line-height: 1.178em;
	margin-bottom: .5em;
	color: #FE003F !important;
}

#search.modalcontent{
	max-width: 450px;
}

.spectaclepresentation{
	/*line-height: 1.2em;*/
	margin-top: 2em;
}

.lieu_central_page h1, .lieu_central_page h2{
	margin-top: 1em;
}

.mfp-close-btn-in .mfp-close{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    outline: none;
    font-size: 30px;
    line-height: 30px;
    transition: transform .3s ease-in-out;
  /* background-color: #080808;*/
    color: #000;
    width:65px;
    height: 65px;
    background-image: url(../img/popup_close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    opacity:1;
    overflow: hidden;
    text-indent: -4000px;
    border-radius: 5000px;
}

span.tpgicon{
	display:inline-block;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	width: 22px;
	border-radius: 100px;
	margin-right:5px;
	margin-bottom:5px;
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color:#FAFAF2 !important;
	padding-top: .2em;
	padding-bottom: .1em;
}

.spectacleitem h1{
  
	font-size: 28px;
	color: #FAFAF2;
	line-height: 1.1em;
	margin-top: .5em;
}

.spectacleitem h2, .spectacletitle h2{
	font-family: 'Px Grotesk';
	font-size: 14px;
	line-height: 1em;
	color: #FAFAF2;
    vertical-align: text-bottom;
    display: inline-block;
	
}	

 .spectacletitle h2{
	color: #FAFAF2;
}	

.spectacleitem h2{
	
	margin-top: .2em;
}

.spectacleitem h1 + h1{
	/*margin-top: .2em;*/
	margin-top:0px;
}

.spectacleitem div.date{
	margin-top:.2em;
	font-size: 16px;
	color: #FAFAF2;
}
	



.spectacleachatitem, .spectaclepressitem{
	display: block;
	border-bottom: 1px solid #FAFAF2;
	text-decoration: none;
}

.spectacles_detail .spectacleachatitem, .spectaclepressitem{
	display: block;
	border-bottom: 1px solid #FAFAF2;
	text-decoration: none;
}

.smiley{
    position: absolute;
     z-index: 3000;
 }
 
 .smiley.random{
	 
 }
 
 .smiley img{
	 width:100%;
 }
 
 .smileybig{
	 width:310px;
	 left: 0px;
	 top: -270px;
}

.smileysmall{
	 width:24px;
}

.home_launch .smileybig, .home_festival .smileybig{
	top: -300px;
}
 
 .smileysmall{
}

#search .listing{
	font-size: .8em;
}

#search a{
	display: block;
	text-decoration: none;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom:1px solid #000;
}

#search a h1, #search a h2{
	font-size: 1.571em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0em
}

#search a h2{
    font-style: italic;
}

#search a .image{
	float: left;
	width:100px;
}

#search a .image img{
	max-width: 100%;
}
#search a .infos{
	float: right;
	width:calc(100% - 140px);
}

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

}

.panier .spectacleachatitem h3{
	width:auto;
}

.orderconfirminfos{
		box-sizing: border-box;
		font-weight: 600;
		font-size: 1.5em;
}




@media all and (max-width:1260px){
	#navitems a{
		margin-right:20px;
	}
}
@media all and (max-width:1040px){
	
	.teamlisting .teamitem{
		width: calc(100%/3 - 30px);
	}
}

@media all and (max-width:1160px){
	.nomobile{
		display: none;
	}
	.mobile{
		display: block;
	}
	
	.spectaclepresentation{
		position: relative;
		height:300px;
		padding-bottom: 60px;
		overflow: hidden;
	}
	
	.overlaymore{

	    background-color: #FF0000; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		height:32px;
		line-height: 32px;
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		border-radius: 22.5px;
		padding-left: 20px;
		box-sizing: border-box;
		color: #FFF;
		text-align: center;
		font-size: 12px;
	}
	


	
	
	
	
	.spectaclepresentation.opened{
		height: auto;
	}
	
	.firstcal{
			display: inline-block;
		}
		
		.thirdcal{
			display: none;
		}
	
	.achatrapideinfos{
		position: fixed;
		height:65px;
		line-height: 45px;
		color:#FAFAF2;
		background-color: #000;
		width:100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		left:0px;
		bottom:0px;
		font-weight: normal;
		font-size: 1.4em;
	}
	
	.achatrapideinfos .small{
		font-size: .7em;
		margin-left: 1em;
	}
	
	.achatrapideinfos p, achatrapideinfos a, .achatrapideinfos span{
		display: inline-block;
	}
	
	.achatrapideinfos .button{
		float: right;
		/*line-height: 45px;*/
		font-size: .7em;
		background-color: #FAFAF2;
		color:#000;
	}
	
	body.panier .social,body.panier .copyright, body.achat_rapide .social, body.achat_rapide .copyright {
		display: none;
		
	}

	#passlisting{
		background-color: #000;
		font-size: 1.4em;
		position: fixed;
		bottom:0px;
		left:0px;
		box-sizing: border-box;
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 85px;
		transform: translateY(calc(100% ));
		-ms-transform: translateY(calc(100% ));
		-moz-transform: translateY(calc(100% ));
		-webkit-transform: translateY(calc(100% ));
		transition: transform .3s ease-in-out;
	}

	#passlisting.opened{
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
    


	.pageinfos, .pageimageright{
		float: none !important;
		width:100% !important;
		margin-top: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	

	.herocover + .inside .pageinfos{
		float: none !important;
		width:100% !important;
		margin-top: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
	.herocover{
		display: none;
	}
	
	.spectaclecaddie, .spectaclecaddietarifs{
		width:100%;
	}
	
	.spectaclecaddietarifs.decale{
		margin-left: 0px;
	}
	
	.achat_rapide .pageimageright{
		display: none;
	}
	
	#navitems a.topnav:not(.achatrapide){
		display: none;
	}

	
	.spectacleitem{
		 width: calc((100%/3) - 30px);
	}
	
	.spectacleitem img{
		width:100%;
	}
	
	.spectacleitem .filter_icone_container img {
    width: auto !important;
}
	

	.homebox{
		width: calc(100% - 30px);
	}
	.owl-carousel.carouselsmall{
		width: calc(((100% - 60px)/3)*2 + 30px);
	}
	
	.calendarcontainer{
		width:  calc((100% - 60px)/3);
	}
	
	.owl-carousel.carouselsmall .owl-nav:after{
		padding-top: 55.0475273733%;
	}
	
	.lieucentralhero .inside{
		position: relative;
		top:auto;
		left:auto;
		transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		height: auto;
	}
	
	.lieucentralhero .inside .contentintro{
		position: relative;
		width:100%;
		top:auto;
		left:auto;
		transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		height: auto;
		padding-top: 3em;
		padding-bottom: 3em;
		padding-left: 4em;
		padding-right: 4em;
			

	}
	
	.lieucentralhero:after{
		content: none;
	}

	.lieucentralhero .inside{
		padding-left: 10px;
		padding-right: 10px;
	}
	.lieucentralhero .inside .contentintro{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.lieucentralhero .backimageover{
		width:100%;
		/*background-image: none;
		background-color: rgba(0,0,0, .8);*/
	}

	.souspage .souspagecontent, .souspage .souspageimage{
		width:100%;
		float: none;
		text-align: left;
	}
	   
}

@media all and (max-width:940px){
#footer .copyright .credits {
    float: left;
}
	
	
.carouselbig {
  width: calc(100% - 60px);
  margin-left: 30px;
}	
	
	
}

@media all and (max-width:860px){
	.select2-container--batie{
		max-width: 100%;
	}
	#footer .social .newsletter, #footer .social .sociallinks {
		display: block;
		width:100%;
		text-align: center;
		float: none;
	}
	#footer .social .newsletter input[type=email], #footer .social .newsletter button{
		width:100%;
		margin-bottom: 1em;
	}
	.inside{
		padding-left: 30px;
		padding-right: 30px;
	}
	.spectacleitem{
		 width: calc((100%/2) - 30px);
	}
	.owl-carousel.carouselsmall{
		width: calc(((100% - 30px)/2));
	}
	
	.calendarcontainer{
		width:  calc((100% - 30px)/2);
	}
	
	.owl-carousel.carouselsmall .owl-nav:after{
		padding-top: 116.6666666666%;
	}
	
 .filter_more {
  width: 100%;
  text-align: center;
}
.filter_jeune_public, .filter_plein_air {
	float: none;
}	
	
.button_resp_full{
	width: 100%;
    box-sizing: border-box;
	font-size: 12px;
	text-align: center;
		font-size: 12px;
	}

	
#footer .copyright .copyright_fond {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
#footer .copyright .credits {
  float: left;
  padding-left: 22px;
}
	
.spectacleachatitem a.spectacletitle{
  margin-top: 10px;
}	
	
.spectacleitem h1{
	font-size: 40px !important;
	}
	
.spectaclesfilters .button {
	height: 10px;
	line-height: 14px;
  width: calc(50% - 40px) !important;
  float: left;
}	

 .pagehero_random_static{
  height: 180px;
}
    
.carouselbig .slide:first-child {
  background-position: center center !important;
}
	
}
@media all and (max-width:700px){
	.teamlisting .teamitem{
		width: calc(100%/2 - 30px);
	}
	#navitems a.topnav{
		display: none;
	}
	
	.spectaclepressitem_lien, .spectaclepressitem_gallery {
	  width: 100%;
	}
	
.spectacledetails .artistestitres h1 {
  font-size: 40px !important;
}
	
.spectacledetails .spectaclestitres h1{
 font-size: 30px !important;		
	}

	
	.pagehero_background_spacer {
 min-height: 80px;
}
.pagehero_background {
  background-size: 120%;
}
	
#navitems .panier{

	margin-right: 4px;

}

body.spectacles_detail .pageinfos .flash {
  top: -45px;
  left: -30px;
  background-size: 50%;
}
.achatlisting  h1 {
  margin: 10px 0px !important;
}
 #navitems a {
    margin-right: 0px;
  }
	
.spectacledetails .artistestitres {
  margin-bottom: 30px;
}
	
}

@media all and (max-width:600px){
	
	
	
	.archives .gallery-sizer, .archives .gallery-item{
		width:calc(50% - 15px);
	}
	div.input{
		width:100%;
	}
	
	.modalcontent{
		padding: 20px;
		padding-top: 40px;
	}
	.mfp-close-btn-in .mfp-close{
		width:40px;
		height: 40px;
	}
	
	.carouselbig {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
	
	.carouselbig .slide .infos {
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    border-radius: 20px;
	padding: 20px;
		max-width: calc(100% - 80px);
	
}
	
	.carouselbig .slide .infos h1{
    font-size: 36px;
}
	.carouselbig .slide .infos h2{
    font-size: 24px;
}
	

	.pagehero {
    border-radius: 0 0 20px 20px;
}
	
	#calendar .days li {
    margin-top: 0px;

}
	
.partenaires_container{
	background-color: #080808;
	border-radius: 30px;
	padding: 10px;
	margin: 30px 0px;
}
	
	
	.homeoverimage.hero-footer_hero_image:after{
		padding-top: 90%;
	}	
    
    .carouselbig .slide:after{
		padding-top: 70Vh;
	}	
	
  .carouselbig {
	width: 100%;
	margin-left: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;

	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	}
	
.carouselbig .slide .inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transform: none;
	padding: 0px;
}
	
.carouselbig .slide .infos {
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  min-width: 80%;
}
	
	

.pagefooter_random_static {
  height: 100px;
}	
	
	
 .pagehero_random_static{
  height: 100px;
}
	
.carouselbig{

	margin-top: 0px;
}	
	
.mm-menu.mm-offcanvas {

  max-width: none;
}
	
}

@media all and (max-width:520px){
    
.pagehero_random_static {
  top: 44px;
}    
	
	
body .fond_static{
  top: 44px;
}

	.teamlisting .teamitem{
		width: calc(100% - 30px);
	}
	
	.homebox:after{
		
		padding-top: 78.245614035%;
	}
	.headercontain{
		height:44px;
	}
	body{
		/*padding-top: 44px;*/
	}
	
	#hamburgerbtn{
		width:44px;
		height: 44px;
		padding: 0px;
		padding-top:4px;
	}
	

	
	
	#hamburgerbtn .text{
		display: none !important;
	}
	
	#logo{
		height: calc(100% - 20px);
		position: absolute;
		right:auto;
		top:50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	#navitems{
		height:44px;
		line-height: 44px;
	}
	
	#navitems .panier {
	
	}
	
	#navitems .recherche{
		display: none;
	}
	.spectacleitem{
		 width: calc((100%) - 30px);
	}
	
	.owl-carousel.carouselsmall{
		width:100%;
		float: none;
	}
	
	.calendarcontainer{
		width:100%;
		float: none;
	}
	
	.calendarcontainer #calendar{
		position: relative;
	}
	
	.calendarcontainer:after{
		content: none;
	}
	
	.partenaireitem{
		width: calc(100%/3);
	}
	.gallery-gutter-sizer{
		width:0px;
	}
	.archives .gallery-gutter-sizer{
		width:15px;
	}
	.gallery-sizer, .gallery-item {
   	 width: 100%;
	}
	
	.td_responsive ,.td_responsive_ {
		width: 100% !important;
	}

	.td_responsive td,.td_responsive_ td{
		width: 100% !important;
		float: left;
		
	}  
	
		.td_responsive_ td:nth-child(1){
		font-weight: bold;
		font-size: 14px !important;
	}
		.td_responsive_ td:nth-child(2){
			font-size: 12px !important;
			vertical-align: top;
	}


.select2-container--batie {
  margin-bottom: 10px;
}

	
	#calendar {
   bottom: 0px;

}
	

	
	

}

@media all and (max-width:430px){
	.spectacleachatitem h1, .spectacleachatitem h2, .spectacleachatitem h3{
		line-height: 1.4em;
		font-size: 1.2em;
	}
	.spectacleachatitem h2{
		font-size: .8em;
		display: block;
		margin-left: 73px;
	}
	.homebox:after{
		display: block;
		padding-top: 98.245614035%;
		content: none;
	}
	
	.homebox .backgroundimg.fullopacity{
		position: relative;
		transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		top:auto;
		left: auto;
	}
	.homebox .backgroundimg.fullopacity:after{
		display: block;
		padding-top: 58.245614035%;
		content: "";
	}
	
	.homebox .content{
		position: relative;
		transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		top: auto;
		left: auto;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	.homebox .backgroundimg.fullopacity + .content{
		margin: 0px;
	}
	


	.achatrapideinfos{
		font-size: 1.1em;
	}

	#footer .social .sociallinks a{
		margin-left: 10px;
	}
	#footer .social .sociallinks .fa-stack, .mm-navbars-bottom .fa-stack{
		height:1.2em;
		width:1.2em;
		line-height: 1.2em;
	}

	
}

@media all and (max-width:370px){
	#logo .small{
		display: inline-block;
	}
	
	#logo .big{
		display: none;
	}

	.achatrapideinfos{
		font-size: .9em;
	}
}