/*
Theme Name: Souffle
Theme URI: https://lasoufflerie.org
Author: Maxime Bichon
Author URI: https://maximebichon.net
Description: Souffle
*/

/* @import url('main.css'); */

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* FONTS */

@font-face {
	font-family: 'Tiempos';
	src: url('f/TiemposText-Regular.woff2') format('woff2'),
		url('f/TiemposText-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Tiempos';
	src: url('f/TiemposText-RegularItalic.woff2') format('woff2'),
		url('f/TiemposText-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

/* LAZY */

img:not([src]):not([srcset]) {
	visibility: hidden;
}

img.lazy{
	opacity: 0;
	transition: opacity 750ms;
}

img.lazy.loaded{
	opacity: 1;
}

/*/////////*/
/* GENERAL */
/*/////////*/

body{
	color: #283c3c;
	font-family: 'Tiempos';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

a{
	text-decoration: none;
	color: #283c3c;
}

p{
	margin-bottom: 1em;
}

p:last-of-type{
	margin-bottom: 0;
}

img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.alignright{
	text-align: right;
}

.center{
	text-align: center;
}

.upper{
	text-transform: uppercase;
}

.lower{
	text-transform: lowercase
}

.capi,
.first_capi:first-letter{
	text-transform: capitalize;
}

.first_capi:first-letter{
	white-space:nowrap;
}

.borderbox{
	box-sizing: border-box;
}

.inline{
	display: inline;
}

.inline-block{
	display: inline-block;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.fixed{
	position: fixed;
}

.flex{
	display: flex;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-column{
	flex-direction: column;
}

.space-between{
	justify-content: space-between;
}

.flex-center{
	align-items: center;
	justify-content: center;
}

.cover{
	object-fit: cover;
}

i,
em,
.italic{
	font-style: italic;
}

.bold,
strong{
	font-weight: bold;
}

.hyphens{
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.overflow{
	overflow: auto;
}

.width10{
	width: 10%;
}

.width12{
	width: 12.5%;
}

.width20{
	width: 20%;
}

.width25{
	width: 25%;
}

.width30{
	width: 30%;
}

.width33{
	width: 33.33%;
}

.width40{
	width: 40%;
}

.width50{
	width: 50%;
}

.width60{
	width: 60%;
}

.width65{
	width: 65%;
}

.width66{
	width: 66.66%;
}

.width75{
	width: 75%;
}

.width90{
	width: 90%;
}

.width100{
	width: 100%;
}

.height100{
	height: 100%;
}

.pointer{
	cursor: pointer;
}

.border{
	border-bottom: 1px solid;
}

.responsive-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.responsive-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.column_2{
	column-count: 2;
}

.column_5{
	column-count: 5;
}

.nobreak{
	break-inside: avoid;
	position: relative; 
	width: 100%;
	display: inline-block;
}

.nobreak .inner{
	position: relative; 
	width: 100%;
	display: inline-block;
}

/* .column_2 > *,
.column_3 > *{
  display: inline-block;
  width: 100%;
} */

.greyscale{
	filter: grayscale(100%);
}

.nowrap{
	white-space: nowrap;
}

/*////////*/
/* LAYOUT */
/*////////*/

.underline{
	text-decoration: underline;
}

.size17{
	font-size: 0.66vw;
}

.size24{
	font-size: 0.93vw;
	line-height: 1.25em;
	font-size: clamp(13px, 0.93vw, 0.93vw);
	min-height: 0vw;
}

.size34{
	font-size: 1.33vw;
	line-height: 1.18em;
	font-size: clamp(18px, 1.33vw, 1.33vw);
	min-height: 0vw;
}

.size50{
	font-size: 2.01vw;
	line-height: 1.18em;
	font-size: clamp(27px, 2.01vw, 2.01vw);
	min-height: 0vw;
}

.size66{
	font-size: 2.66vw;
	line-height: 1.18em;
	font-size: clamp(36px, 2.66vw, 2.66vw);
	min-height: 0vw;
}

.size69{
	font-size: 2.7vw;
	line-height: 1.08em;
	font-size: clamp(36px, 2.7vw, 2.7vw);
	min-height: 0vw;
}

.marg1em{
	margin-bottom: 1em;
}

.neg_marg1em{
	margin-top: -1em;
}

.marg2em{
	margin-bottom: 2em;
}

.marg8{
	margin-bottom: 0.25vw;
}

.marg17{
	margin-bottom: 0.5vw;
}

.marg24{
	margin-bottom: 0.93vw;
}

.marg30{
	margin-bottom: 1.17vw;
}

.marg48{
	margin-bottom: 1.875vw;
}

.marg60{
	margin-bottom: 2.34vw;
}

.paddright30{
	padding-right: 1.17vw;
}

.main_color,
.main_color a,
.main_color_hover a:hover,
#calendrier-saison-nav .slick-active,
.dropdown-link{
	color: #0071ff;
}

.text_links p a{
	color: #0071ff;
	font-weight: normal!important;
	font-style: normal!important;
}

.external_links:after{
	content: url('i/ext_links.svg');
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}

.hover_italic a:hover,
.dropdown-link_menu:hover{
	font-style: italic;
}

.black,
.active,
.main_color .active,
.hover_black a:hover,
#calendrier-saison-nav .slick-current,
.nav-calendrier-saison:hover{
	color: #283c3c;
}

.lightblue_bg{
	background-color: #CCE3FF;
}

.wrapper{
	margin-top: 3.125vw;
	margin-left: 11.7vw;
	margin-right: 11.7vw;
	margin-bottom: 3.125vw;
}

.wrapper.wider{
	margin-left: 3.9vw;
	margin-right: 3.9vw;
}

.dropdown-link{
	cursor: pointer;
}

.dropdown-link.open{
	font-style: italic;
	color: #283c3c;
}

.dropdown-container{
	display: none;
}

/* BICHROMIE */

.duo_svg{
	display: none;
}

/* .duo img,
.duo_fixed img,
.duo.duo_nohover:hover img{
	-webkit-filter: url(#duotone);
	filter: url(i/duotone.svg#duotone);
}

.duo:hover img{
	-webkit-filter: none;;
	filter: none;
}

.duo_2 img{
	-webkit-filter: url(#duotone_2);
	filter: url(i/duotone_2.svg#duotone_2);
} */

.duo:hover{
	opacity: 0.5;
}

/* FILTERS & SUBMENUS */

.submenus_header li{
	margin-left: 0.585vw;
	margin-right: 0.585vw;
}

#brochure{
	position: absolute;
	right: 0;
	top: 0.15vw;
}

/* GRIDS */

.grid{
	margin-left: -0.9375vw;
	margin-right: -0.9375vw;
}

.grid .item{
	padding-left: 0.9375vw;
	padding-right: 0.9375vw;
}

.ratio{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.ratio_wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}

/* SINGLES */

.side_logos .one_logo{
	padding-right: 1.17vw;
	box-sizing: border-box;
	display: flex;
}

.side_logos .one_logo img{
	object-fit: contain;
}

/* CALENDRIER */

#calendrier-saison,
#calendrier-saison-nav{
	visibility: hidden;
}

#calendrier-saison-nav :focus{
	outline: 0;
}

#calendrier-saison-nav .slick-track{
	transform: none!important;
	display: flex;
	justify-content: center;
}

#calendrier-saison-nav .slick-slide{
	width: auto!important;
}

/* #calendrier-saison-nav{
	padding-top: 0.93vw;
} */

.nav-calendrier-saison{
	box-sizing: border-box;
	padding: 0 0.5vw 0 0.5vw;
}

.empty{
	display: none;
}

.onemonth{
	overflow: hidden;
}

.onemonth.month-empty .empty{
	display: block;
}

/* MENU */

main{
	min-height: calc(100vh - 3.15vw);
}

#menu{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: top 0.5s ease;
	background-color: white;
	z-index: 2;
}

#menu.scrolled{
	top: -5vw;
}

#main_menu,
#footer{
	padding-left: 18.36vw;
	padding-right: 18.36vw;
	padding-top: 0.8vw;
	padding-bottom: 0.8vw;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

#logo{
	width: 15.12vw;
	position: fixed;
	top: 1.17vw;
	left: 3.24vw;
	transition: width 0.5s ease;
	z-index: 4;
	mix-blend-mode: multiply;
}

#logo.scrolled{
	width: 7.3vw;
}

#billets_svg{
	width: 1.75vw;
	height: auto;
	position: absolute;
	margin-left: 0.3vw;
}

#buy_tickets:hover #billets_svg path{
	stroke: #283c3c;
}

#buy_tickets:hover #billets_svg g{
	fill: #283c3c;
}

#left_menu{
	position: fixed;
	top: 0;
	bottom: 0;
	transform-origin: left top;
	transform: rotate(-90deg) translateX(-100%);
	width: 100vh;
	z-index: 3;
	height: 3.24vw;
}

#left_menu_wrap{
	height: 3.24vw;
	align-items: center;
	padding-left: 1.17vw;
	padding-right: 1.17vw;
	box-sizing: border-box;
}

.socials{
	display: inline-flex;
	margin-top: 0.3vw;
	margin-left: 0.4vw;
}

.one_social{
	width: 1.3vw;
	height: 1.25vw;
	transform: rotate(90deg);
	margin-left: 0.55vw;
}

.one_social:hover svg path{
	stroke: #283c3c!important;
}

#right_menu{
	position: fixed;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 100vh;
	left: calc(100vw - 3.24vw);
}

#right_menu_wrap{
	height: 3.24vw;
	align-items: center;
	padding-left: 1.17vw;
	padding-right: 4.68vw;
	box-sizing: border-box;
}

#sub_menu_left{
	width: 11.8vw;
}

#toggle_menu{
	position: absolute;
	top: 1.1vw;
	right: 1.17vw;
	z-index: 4;
}

#toggle_menu .size17{
	padding-top: 0.2vw;
}

#side_menu{
	top: 0;
	right: -50vw;
	bottom: 0;
	position: fixed;
	box-sizing: border-box;
	padding: 0.55vw 1.17vw 1.17vw 1.17vw;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 5;
	width: 28vw;
}

#side_menu.open{
	right: 0;
}

.sub_side_menus{
	display: none;
	margin-left: 
}

#cross_side_menu{
	position: absolute;
	top: 0;
	right: 1.17vw;
	width: 2.8vw;
	cursor: pointer;
}

.hamburger{
	display: flex;
	height: 1.17vw;
	width: 2.87vw;
	border-top: 1px solid;
	border-bottom: 1px solid;
	cursor: pointer;
	position: relative;
	align-items: center;
}

.hamburger .line{
	position: relative;
	top: -1px;
	border-bottom: 1px solid;
	width: 100%;
}

.cross{
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.cross::before, 
.cross::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	right: 0;
	background: #0071ff;
}

.cross::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cross::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Search */

#loupe_svg{
	height: 1.17vw;
	width: 1.1vw;
	cursor: pointer;
	position: fixed;
	top: 1.2vw;
	right: 5.8vw;
	z-index: 2;
}

#search_wrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	display: none;
	flex-direction: column;
	justify-content: center;
}

#search_wrap.open{
	display: flex;
}

#search_box{
	padding-bottom: 0.25vw;
	padding-left: 11.7vw;
	padding-right: 11.7vw;
	box-sizing: border-box;
	height: 3.2vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#search_box input{
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	background: transparent;
}

#search_box input[type="text"]{
	border: none;
	border-bottom: 2px dashed #0071ff;
	margin: 0;
	padding: 0;
	margin-left: 0.8vw;
	margin-right: 0.8vw;
	position: relative;
	top: 0.17vw;
	height: 1.8vw;
}

#cross_search{
	position: absolute;
	top: 1vw;
	right: 0.6vw;
	width: 2.8vw;
	cursor: pointer;
}

/* SLIDERS */

.slider{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.slider,
.slider_home,
.slider_home_img{
	visibility: hidden;
}

.slider_home_img.slick-initialized,
.slider_home.slick-initialized,
.slider.slick-initialized{
	visibility: visible;
}

.slider .slick-list{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider .slick-track{
	height: 100%;
}

.slider .slide{
	height: 100%;
	display: flex!important;
}

.slick-dots{
	position: absolute;
	right: 0;
	top: 0;
}

.slick-dots button{
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	background-color: transparent;
	font-family: inherit;
	padding: 0;
	margin: 0;
	font-size: 0.93vw;
	line-height: 1.25em;
	padding-left: 0.19vw;
	padding-right: 0.19vw;
	cursor: pointer;
}

.slick-dots li{
	display: inline;
}

.slick-dots li.slick-active button{
	color: #0071ff;
}

/* MISC */

#book{
	width: 1.4vw;
	margin-right: 0.4vw;
}

input[type="password"]{
	border: none;
	border-bottom: 2px dashed #0071ff;
	font-family: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	border-radius: 0;
	margin-bottom: 1em;
	color: inherit;
}

input[type="submit"]{
	border: none;
	font-family: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: white;
	color: inherit;
	cursor: pointer;
}

/* AUDIO */

.wp-playlist{
	padding: 0!important;
	border: 0!important;
	margin-bottom: 2vw!important;
	font-size: inherit!important;
	line-height: inherit!important;
}

.wp-playlist-current-item{
	display: none!important;
}

.wp-playlist-caption,
.wp-playlist-item,
.wp-playlist-item-title,
.wp-playlist-item-length{
	color: #283c3c!important;
	font-size: inherit!important;
	line-height: inherit!important;
	border: none!important;
	font-weight: normal!important;
}

.wp-playlist-playing,
.wp-playlist-playing .wp-playlist-caption,
.wp-playlist-playing .wp-playlist-item,
.wp-playlist-playing .wp-playlist-item-title,
.wp-playlist-playing .wp-playlist-item-length{
	color: #0071ff!important;
	font-size: inherit!important;
	line-height: inherit!important;
	border: none!important;
	font-weight: normal!important;
}

/* CARTE AUX PIANOS */

#fond_de_carte{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#fond_de_carte_wrap{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#map_image{
	position: absolute;
	cursor: move;
	max-width: none;
	max-height: none;
}

#zoom_buttons{
	position: fixed;
	bottom: 1.2vw;
	left: 4.5vw;
}

#pluz_zoom{
	width: 3vw;
	height: 3vw;
	position: relative;
}

#plus_zoom:after{
	width: 2vw;
	border-bottom: 1px solid #0071ff;
	display: block;
	content: '';
	position: absolute;
	margin-left: -1vw;
}

#plus_zoom:before{
	height: 2vw;
	border-right: 1px solid #0071ff;
	display: block;
	content: '';
	position: absolute;
	margin-top: -1vw;
}

#minus_zoom:after{
	width: 2vw;
	border-bottom: 1px solid #0071ff;
	display: block;
	content: '';
	position: absolute;
	margin-left: -1vw;
}

.zoom_text{
	margin-left: 0.55vw;
	margin-top: 0.4vw;
}

#zoom_out{
	margin-left: 2vw;
}

.pianos_markers{
	position: absolute;
	width: 2vw;
	height: auto;
	min-height: 3vw;
	margin-top: -3vw;
	margin-left: -1vw;
}

.pianos_markers:hover svg path{
	fill: white;
}

#main_panel_carte,
.panel_lieux{
	top: 0;
	right: -50vw;
	bottom: 0;
	position: fixed;
	box-sizing: border-box;
	padding: 0.55vw 1.17vw 1.17vw 1.17vw;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 5;
	width: 28vw;
}

#main_panel_carte{
	right: 0;
}

.panel_lieux.open{
	right: 0;
}

.panel_lieux button.playerTrigger{
	background-color: #CCE3FF!important;
}

.cross_side_panel_lieux{
	position: absolute;
	top: 1.35vw;
	right: 1.17vw;
	width: 2.8vw;
	cursor: pointer;
}

.legende_audio_lieux{
	margin-left: 3vw;
	margin-top: 1em;
}

/* ACCESSIBILITE */

#text_zoom{
	color: #0071ff;
}

#text_zoom span{
	margin-right: 0.2vw;
}

@media screen and (min-width: 1200px) {

	.content.text_zoom_big .size24{
		font-size: 1.33vw;
		line-height: 1.18em;
		font-size: clamp(18px, 1.33vw, 1.33vw);
		min-height: 0vw;
	}
	
	.content.text_zoom_big .size34,
	.content.text_zoom_bigger .size24{
		font-size: 2.01vw;
		line-height: 1.18em;
		font-size: clamp(27px, 2.01vw, 2.01vw);
		min-height: 0vw;
	}
	
	.content.text_zoom_bigger .size34{
		font-size: 2.66vw;
		line-height: 1.18em;
		font-size: clamp(36px, 2.66vw, 2.66vw);
		min-height: 0vw;
	}

}

/*////////////*/
/* RESPONSIVE */
/*////////////*/

.mobile,
.mobile_flex,
.mobile_inline{
	display: none;
}

@media screen and (max-width: 1200px) {
	
	.mobile{
		display: block;
	}
	
	.mobile_flex{
		display: flex;
	}
	
	.mobile_inline{
		display: inline;
	}
	
	.desktop{
		display: none;
	}

	/* VW FIXES */
	
	.size24,
	.equipe .content .size34,
	.slick-dots button{
		font-size: 12px;
		line-height: 15px;
	}
	
	.size34,
	.size17_mob{
		font-size: 17px;
		line-height: 20px;
	}
	
	.size69{
		font-size: 34px;
		line-height: 37px;
	}
	
	.marg17{
		margin-bottom: 5px;
	}
	
	.marg24{
		margin-bottom: 10px;
	}
	
	.marg30{
		margin-bottom: 17px;
	}
	
	.marg48{
		margin-bottom: 20px;
	}
	
	.marg60{
		margin-bottom: 20px;
	}
	
	.paddright30{
		padding-right: 1.17vw;
	}
	
	.wrapper,
	.wrapper.wider{
		margin-top: 50px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
	}
	
	.submenus_header li{
		margin-left: 4px;
		margin-right: 4px;
	}
	
	.grid{
		margin-left: -5px;
		margin-right: -5px;
		width: 100%;
	}
	
	.grid .item{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.side_logos .one_logo{
		padding-right: 10px;
	}
	
	.nav-calendrier-saison{
		padding: 0;
	}
	
	main{
		min-height: calc(100vh - 3.15vw);
	}
	
	#logo{
		width: 80px;
		top: 10px;
		left: 10px;
	}

	body.home #logo{
		width: 180px;
	}
	
	body.home #logo.scrolled{
		width: 80px;
	}
		
	#logo.scrolled{
		width: 80px;
	}
	
	#side_menu{
		right: -100vw;
		padding: 60px 20px 20px 20px;
		width: 100%;
	}
	
	#cross_side_menu{
		right: 10px;
		width: 47px;
	}
	
	.hamburger{
		height: 26px;
		width: 48px;
	}
	
	#toggle_menu{
		top: 10px;
		right: 10px;
	}
	
	/* GENERAL */
	
	.width50,
	.width33,
	.width40,
	.width60,
	.width25,
	.width75{
		width: 100%;
	}
	
	.width25_mob{
		width: 25%;
	}
	
	.width50_mob{
		width: 50%;
	}
	
	.paddright30{
		padding-right: 10px;
	}
	
	.paddleft10_mob{
		padding-left: 10px;
	}
	
	.padd30_mob{
		padding-bottom: 30px;
	}
	
	/* HOME */
	
	body.home .wrapper{
		margin-top: 30px;
	}
	
	body.home .wrapper.home{
		margin-top: 50px;
	}
	
	/* MENU */
	
	#mobile_header_menu{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		background-color: white;
		z-index: 2;
	}
	
	.hamburger .line{
		top: 0;
	}
	
	/* SLIDERS */
	
	.slider_home_img{
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.slick-dots button{
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.slick-dots{
		top: -2px;
	}
	
	/* CALENDRIER */
	
	#calendrier-saison-nav .slick-track{
		display: block;
		text-align: center;
		width: 80%!important;
		margin: auto;
	}
	
	#calendrier-saison-nav .slick-slide {
		width: auto!important;
		float: none;
		text-align: center;
		display: inline-flex;
		padding: 0 5px;
		box-sizing: border-box;
	}
	
	#calendrier-saison-nav.size17_mob{
		line-height: 25px;
	}
	
	/* LAYOUT */
	
	.content{
		display: flex;
		flex-wrap: wrap;
	}
	
	.side_content_top{
		order: 1;
	}
	
	.main_content{
		order: 3;
		margin-top: 20px;
	}
	
	.side_content_bottom{
		order: 2;
	}
	
	.bottom_content{
		order: 4;
	}
	
	.filters{
		margin-top: 35px;
	}
	
	.filters_soufflerie{
		width: 80%;
	}
	
	.filters.size17_mob{
		line-height: 25px;
	}
	
	.wrapper.calendrier{
		margin-top: 85px;
		margin-left: 0;
		margin-right: 0;
	}
	
	#calendrier-saison{
		border-top: 1px solid black;
		padding-top: 10px;
	}
	
	#calendrier-saison .marg30{
		margin-bottom: 10px;
	}
	
	.equipe .column_5{
		column-count: 3;
	}
	
	/* MISC */
	
	.dropdown .marg1em{
		margin-bottom: 10px;
	}
	
	.dropdown-container{
		padding-left: 18px;
		box-sizing: border-box;
	}
	
	.plus_sign{
		font-size: 17px;
		font-style: normal;
		padding: 0 5px;
		position: relative;
		top: 2px;
	}
	
	#book{
		width: 20px;
		margin-right: 8px;
	}
	
	.one_partenaires.width20{
		width: 33.33%;
	}
	
	.one_partenaires .width33{
		width: 50%;
	}
	
	#brochure{
		position: relative;
		right: auto;
		top: auto;
	}
	
	/* CARTE AUX PIANOS */
	
	body.page-id-2311{
		overflow: hidden;
	}
	
	#main_panel_carte, 
	.panel_lieux{
		width: 100vw;
		padding: 60px 20px 20px 20px;
	}
	
	.panel_lieux{
		right: -100vw;
	}
	
	.cross_side_panel_lieux{
		right: 10px;
		width: 47px;
		top: 13px;
	}
	
	#zoom_buttons{
		left: 10px;
		right: 10px;
		bottom: 15px;
		justify-content: space-around;
	}
	
	#plus_zoom:after{
		width: 11px;
		margin-left: -5px;
	}
	
	#plus_zoom:before{
		height: 11px;
		margin-top: -5px;
	}
	
	#minus_zoom:after{
		width: 11px;
		margin-left: -5px;
	}
	
	.zoom_text {
		margin-left: 10px;
		margin-top: 5px;
	}
	
	.pianos_markers{
		width: 12px;
	}
	
	button.playerTrigger{
		width: 50px;
		height: 50px;
	}
	
	.songPlayTimer,
	.songDuration{
		margin-top: 20px;
	}
	
}