.row {
	max-width: 82.5rem;
}

[class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0px 0.385rem 1.25rem;
}

html, body {
	background: #1f0f49;
}

/*
body {
	background: #392357;
    background-image: url(../png/bg-body.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-attachment: fixed;
    height: 100%;
}
*/

* {
	font-family: Oswald, sans-serif;
}

.home {
	background: #98c6ca;
	position: relative;
}

.home .colonne-container {
	background: url(../png/home-bg.jpg) repeat-x top left;
	height: 1080px;
	text-align: center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home .colonne {
	display: inline-block;
	height: 1080px;
	width: 592px;
	background: url(../png/colonne.png) no-repeat top center;
	position: relative;
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.home .colonne .slider {
	position: absolute;
	z-index: 1;
    top: 405px;
	left: 50%;
	margin-left: -105px;
	width: 210px;
	height: 315px;
	background: #121528;
}

.home .colonne .slider .artist {
	display: block;
	height: 315px;
	background: #121528;
	position: relative;
}

.home .colonne .slider .artist .photo {
	display: block;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000 no-repeat center center;
	background-size: cover;
	z-index: 1;
}

.home .colonne .slider .artist .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 110px;
	background: #1f0f49;
	z-index: 2;
	text-align: right;
	padding: 20px 5px;
}

.home .colonne .slider .artist .title:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #1f0f49 transparent;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
}

.home .colonne .slider .artist .title .name {
	font-size: 24px;
	font-weight: 700;
	color: #fbcd2f;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.home .colonne .slider .artist .title .date {
	color: #ef6d42;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.home .colonne .slider .artist .title .place {
	color: #f2e3b3;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.home .colonne .slider .trame {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background: url(../png/trame-slide.png) repeat-y top left;*/
	cursor: pointer;
	z-index: 10;
}

.home .colonne .plan {
	position: absolute;
	z-index: 1;
    top: 720px;
	left: 50%;
	margin-left: -105px;
	width: 210px;
	height: 180px;
	background: #b2d8ad;
	display: block;
	overflow: hidden;
}

.home .colonne .plan .one,
.home .colonne .plan .two {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.home .colonne .plan .two {
	left: 100%;
}

.home .colonne .plan .one img,
.home .colonne .plan .two img {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.home .colonne .plan:hover .one {
	left: -100%;
}

.home .colonne .plan:hover .two {
	left: 0;
}

.home .colonne .plan .trame {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../png/trame-slide.png) repeat-y top left;
	cursor: pointer;
	z-index: 2;
}

.home .logo {
	width: 100%;
	padding: 15px;
	display: block;
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.home .logo {
		max-width: 200px;
		position: absolute;
		right: 50%;
		margin-right: 200px;
		bottom: 200px;
		max-width: calc(50vw - 200px) !important;
	}
}

@media only screen and (min-width: 900px) {
	.home .logo {
		max-width: 250px;
	}
}

@media only screen and (min-width: 1000px) {
	.home .logo {
		max-width: 300px;
	}
}

@media only screen and (min-width: 1100px) {
	.home .logo {
		max-width: 350px;
	}
}

@media only screen and (min-width: 1200px) {
	.home .logo {
		max-width: 400px;
	}
}

@media only screen and (min-width: 1315px) {
	.home .logo {
		max-width: 473px;
	}
}

.home .right {
	width: 100%;
	padding: 10px;
	display: block;
	text-align: center;
	float: none !important;
}

@media only screen and (min-width: 800px) {
	.home .right {
		max-width: 192px;
		position: absolute;
		left: 50%;
		bottom: 200px;
		margin-left: 200px;
	}
}

.home .footer-left {
	width: 100%;
	padding: 15px;
	display: block;
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.home .footer-left {
		max-width: 40%;
		max-width: calc(50vw - 220px) !important;
		position: absolute;
		right: 50%;
		top: 488px;
		margin-right: 200px;
		margin-top: 370px;
	}
}

.home .footer-right {
	width: 100%;
	padding: 15px;
	display: block;
	text-align: left;
}

@media only screen and (min-width: 800px) {
	.home .footer-right {
		max-width: 40%;
		max-width: calc(50vw - 220px) !important;
		position: absolute;
		left: 50%;
		top: 545px;
		margin-left: 200px;
		margin-top: 370px;
	}
}

.home .social a {
	display: inline-block;
	padding: 3px;
}

.home .menu a {
	display: block;
	padding: 15px 10px;
	text-transform: uppercase;
	color: #05125B;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.home .menu a {
		display: inline-block;
	}
}

.home h3 {
	text-transform: uppercase;
	font-weight: 300;
	color: #17242D;
	font-size: 20px;
	font-family: Oswald, sans-serif;
}

.home h3 i {
    font-size: 28px;
    margin: 1px 0 0 4px;
}

.home #last_tweet {
	overflow: hidden;
}

.home #last_tweet ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.home #last_tweet .user, .home #last_tweet .interact {
	display: none;
}

.home #last_tweet p {
	color: #b2d8ad !important;
	display: inline;
	font-weight: 300;
}

.home #last_tweet a {
	color: #b2d8ad !important;
}

.home #last_tweet .timePosted {
	padding-left: 4px;
}

.home #last_tweet .timePosted:before {
	content: '- ';
}







header {
	height: 60px;
	background: #97C6CA;
	color: #05125B;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.8);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.8);
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

header .row {
	position: relative;
	text-align: center;
}

header .logo {
	display: inline-block;
}

header .logo img {
	height: 100px;
	width: 104px;
}

header .social a {
	display: inline-block;
	height: 60px;
	line-height: 56px;
	width: 40px;
	text-align: center;
}

header .social a img {
	height: 36px;
	width: 36px;
}

header .menu a {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 300;
	color: inherit;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

header .menu a.current, header .menu a:hover {
	color: #97C6CA;
	background: #1f0f49;
}

header .menu a.current {
    background: #1f0f49 url(../png/menu-down.png) no-repeat center bottom 4px;
    background-size: 16px;
}

@media only screen and (min-width: 800px) {
	header .logo {
		position: absolute;
		top: 0;
		left: 0;
	}

	header .social {
		position: absolute;
		top: 0;
		right: 0;
	}
}

header .toggle-menu {
	display: none;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 56px;
    font-size: 30px;
    color: #0C1820;
}

@media only screen and (max-width: 800px) {
	header .toggle-menu {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .menu, header .social {
		display: none;
	}
	[class*="block-grid-"] {
		margin: 0;
	}
}

@media only screen and (min-width: 800px) {
	#offcanvas-menu {
		display: none;
	}
}

.scotch-panel-wrapper {
	height: 100%;
}

#offcanvas-menu {
	position: fixed;
	top: 0;
	left: -100%;
	left: -100vw;
	height: 100%;
	width: 100%;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	z-index: 2000;
}

#offcanvas-menu .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	width: 70vw;
	height: 100%;
	height: 100vh;
	background: #1A2833;
	overflow: auto;
}

#offcanvas-menu a {
	padding: 20px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
}

#offcanvas-menu .social a {
	display: inline-block;
}


.scotch-panel-wrapper > .scroll-element,
.scotch-panel-wrapper > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scotch-panel-wrapper > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scotch-panel-wrapper > .scroll-element .scroll-element_track { display: none; }
.scotch-panel-wrapper > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scotch-panel-wrapper:hover > .scroll-element .scroll-bar,
.scotch-panel-wrapper > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scotch-panel-wrapper > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scotch-panel-wrapper > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scotch-panel-wrapper > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scotch-panel-wrapper > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scotch-panel-wrapper > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scotch-panel-wrapper > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scotch-panel-wrapper > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scotch-panel-wrapper > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scotch-panel-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scotch-panel-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

.scotch-is-showing #offcanvas-menu {
    display: block;
}

@media only screen and (max-width: 800px) {
	.scroll-bar {
		display: none !important;
	}
}









#map {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	height: 100vh;
	width: 100%;
	width: 100vw;
	z-index: 1;
	background-color: #0C1820 !important;
}

.iw-salle {
	height: 225px;
	width: 652px;
	position: relative;
}

.iw-salle .photo {
	width: 215px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee no-repeat center center;
	background-size: cover;
}

.iw-salle .content {
	height: 225px;
	width: 437px;
	background: #f2e3b3;
	position: absolute;
	right: 0;
	top: 0;
}

.iw-salle .l {
	position: absolute;
	top: 0;
	left: 20px;
	height: 225px;
	width: 225px;
}

.iw-salle .r {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 185px;
    height: 195px;
    border-left: 1px solid #ef6d42;
    padding: 20px;
    overflow: auto;
}

.iw-salle .button {
	position: absolute;
    bottom: 0px;
    left: 20px;
    background: #172834;
    color: #f2e3b3;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 4px 15px;
    font-family: Oswald, sans-serif;
}

.iw-salle h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #121528;
	font-weight: 700;
	font-family: Oswald, sans-serif;
	margin: 30px 0 -7px 0;
}

.iw-salle h3 {
    font-size: 14px;
    color: #121528;
    font-weight: 400;
    font-family: Oswald, sans-serif;
}

.iw-salle .heure {
    margin: 0 3px 0 0;
}

.iw-salle .artiste {
	color: #ef6d42;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}

.iw-salle:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #f2e3b3 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
}

.infobox-wrapper {
    display:none;
}


















.programme-nav {
    padding: 90px 15px 20px 15px;
    text-align: center;
}

.programme-nav a {
    display: inline-block;
    text-transform: uppercase;
    color: #14c0a2;
    font-weight: 300;
    padding: 0px 5px;
    margin: 0 0 0 5px;
    font-size: 12px;
    line-height: 20px;
}

.programme-nav a.current, .programme-nav a:hover {
    background: #14c0a2;
    color: #172834;
}

.artiste-small {
	display: block;
}

.artiste-small .photo {
	height: 175px;
	background: #97C6CA no-repeat center center;
	background-size: cover;
}

.artiste-small .name {
    color: #f29c00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 0px;
    line-height: 1.2;
    height: 46px;
    overflow: hidden;
}

.artistes {
	padding: 0;
	position: relative;
}

.artistes .pad {
	position: absolute;
	top: 0;
	left: 0;
}

.artistes .pad img {
	max-width: 55px;
}

.artistes.padded {
	padding-left: 70px;
}

.sep {
	height: 4px;
	background: url(../png/sep.png) repeat-x top left;
	margin: 0px auto 30px auto;
	position: relative;
}

.sep:before {
	display: inline-block;
	width: 141px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../png/sep-left.png) no-repeat top left;
}

.sep:after {
	display: inline-block;
	width: 141px;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../png/sep-right.png) no-repeat top left;
}








footer {
	padding: 100px 0 30px 0;
	text-align: center;
}

footer .in {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	text-align: left;
}

footer .vsep {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 1px;
	background: url(../png/vsep.png) no-repeat top center;
	margin: 0 10px;
}

footer, footer a {
	color: #f0e5bd;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
}

footer .social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}







.salle h1 {
    color: #b2d8ad;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-family: Oswald, sans-serif;
}

.salle h3 {
    color: #01a19a;
    font-size: 16px;
    font-weight: 300;
    font-family: Oswald, sans-serif;
    margin: -5px 0 20px 0;
}






.artiste .sep {
	height: 2px;
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.artiste .big-date {
	display: inline-block;
	vertical-align: middle;
    color: #f2e3b3;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    background: url(../png/artiste-vsep.png) no-repeat center right 20px;
    padding-right: 40px;
    width: auto;
    text-transform: uppercase;
    line-height: 17px;
    padding-bottom: 17px;
}

.artiste .big-date strong {
	display: block;
	font-size: 42px;
    line-height: 42px;
    position: relative;
    top: 17px;
}

.artiste .name {
    display: inline-block;
    color: #de5d58;
    text-transform: uppercase;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.2;
    max-width: calc(100% - 333px);
}

.artiste .name strong {
    display: block;
    color: #14c0a2;
    font-size: 36px;
}

.programme-nav.artiste .column {
    padding-left: 42px;
}

.artiste aside {
	width: 100%;
	max-width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
}

.artiste .main {
	padding: 0 255px 0 108px;
	position: relative;
}

.artiste .green {
	background: #97C6CA;
	padding: 315px 15px 15px 15px;
	position: relative;
}

.artiste .green .photo {
	background: transparent no-repeat center center;
	background-size: cover;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.artiste .phase {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    color: #e35028;
    vertical-align: middle;
    border-bottom: 1px dashed #01a19a;
    padding-bottom: 5px;
}

.artiste .phase img {
    position: relative;
    top: -3px;
}

.artiste .date {
    color: #de5d58;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0 0 0;
}

.artiste .heures {
    color: #f29c00;
    text-transform: uppercase;
    margin: -2px 0 10px 0;
    font-size: 26px;
}

.artiste .addr {
    color: #02A2C0;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #01a19a;
}

.artiste .addr a {
    display: block;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #B2D8AD;
    line-height: 1.2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.artiste .addr a * {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.artiste .addr a img {
	width: 25px;
    height: 41px;
    margin-right: 10px;
}

.artiste .others {
	margin-bottom: 40px;
}

.artiste .others a {
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 0;
    font-weight: 300;
    color: #edbabe;
    font-size: 18px;
}

.artiste iframe {
margin: 20px auto;
max-width: 100%;
}

.artiste .desc * {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.artiste .website {
    display: block;
    color: inherit;
    font-size: 12px;
    margin: 0 0 7px 0;
    padding-bottom: 7px;
    border-bottom: 1px dashed #E17341;
}

.artiste .carac {
    margin: 0 0 10px 0;
}

.artiste .carac .key span {
    background: #1A2833;
    color: #B2D8AD;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 4px;
}

.artiste .carac .value {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.artiste .caracs {
	position: relative;
}

.artiste .social {
	position: absolute;
    bottom: 0;
    left: 15px;
    width: 90%;
    width: calc(100% - 15px);
    padding: 15px 0;
    border-top: 1px dashed #E17341;
}

.artiste .social a {
	display: inline-block;
	margin: 0 3px 3px 0;
}

.artiste .social a img {
    height: 28px;
    width: 28px;
}

@media only screen and (max-width: 40.0625em) {
	.artiste .social {
		position: static;
		margin-top: 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.artiste aside {
		position: static;
		max-width: initial;
		width: auto;
	}

	.artiste .main {
		padding: 0;
	}

	.artiste .name {
	    display: inline-block;
	    color: #b2d8ad;
	    text-transform: uppercase;
	    font-size: 18px;
	    vertical-align: middle;
	    line-height: 1.2;
	    max-width: calc(100% - 100px);
	}
}

@media only screen and (max-width: 1030px) {

	.programme-nav.artiste .column {
		padding-left: 29px;
	}
/*
	.programme-nav .column,
	footer .column,
	.artiste .title {
		width: auto;
		display: block;
		float: none;
	}
*/
}







.partenaires {
	text-align: center;
	padding: 160px 15px 100px 15px;
}

.partenaires h1 {
	font-style: italic;
	font-weight: 400;
	font-size: 34px;
	color: #f2e3b3;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
    margin: 23px 0;
}

.partenaires span {
	font-size: 24px;
	font-weight: 300;
}

.partenaires h1 img {
    margin: 0 4px 0 10px;
}

.partenaires .bar {
	height: 1px;
	background: #f2e3b3;
	margin: 23px 0 0 0;
}

.partenaires>span, .partenaires>a {
	margin: 7px;
	display: inline-block;
}



.infos {
	padding: 140px 15px 50px 15px;
}

.infos p, .infos span {
	color: #d8ce9b;
	font-family: sans-serif;
	font-weight: 300;
}

.infos h1 {
    display: block;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
    color: #d8ce9b;
    font-size: 36px;
}






.artiste .addr a img {
   width: 20px;
   height: 32px;
}
.artiste .others a {
   line-height: 1.2;
}

a[data-dropdown] {
    outline: none;
}

.f-dropdown {
    max-width: 50px;
    outline: none;
}

.home .f-dropdown {
    margin-top: -10px;
}

.f-dropdown.f-menu {
    background: #0f1128;
    color: #e35028;
    margin: 0px 0px 0 0px;
    border: none;
    max-width: 112px;
}

.f-dropdown.f-menu li {
    border-bottom: 1px solid #131c2d;
    border-top: 1px solid #192f44;
}

.f-dropdown.f-menu li:first-child {
    border-top: none;
}

.f-dropdown.f-menu li:last-child {
    border-bottom: none;
}

.f-dropdown.f-menu li a {
    color: #f0e5bd;
}

.f-dropdown.f-menu:before {
    display: none;
}

.f-dropdown.f-menu:after {
    display: none;
}



















.billeterie-concert {
	float: right;
	width: 210px;
	/* border-bottom: 1px dashed #01a19a; */
	padding: 35px 0 10px 0;
}

.billeterie-concert img {
	width: 120px;
}
	