.gallery {
	overflow: hidden;
}
.gallery > .gallery-btns {
	position: absolute;
	z-index: 1;
	width: 23px;
	top: 31px;
}
.gallery > .gallery-btns:last-child {
	right: 0;
}
.gallery > .gallery-img {
	width: 460px;
	margin: auto;
}
.gallery > .gallery-img > div > dl {
	display: inline-block;
}
.gallery > .gallery-img > div > dl > dd {
	min-height: 110px;
	font-size: 13px;
	background-repeat: no-repeat;
}
#banner {
	min-width: 320px;
	max-width: 2000px;
	margin: auto;
	position: relative;
}
#banner > .banner-img {
	height: 550px;
}
#banner > .banner-img > dd {
	width: 100%;
	min-width: 320px;
	height: 550px;
	padding: 0 calc(50% - 500px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner > .banner-img > dd > div {
	width: 45%;
}
#banner > .banner-img > dd > div > div {
	display: table-cell;
	width: 530px;
	height: 550px;
	text-align: center;
	vertical-align: middle;
}
#banner > .banner-img > dd > div > div > img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}
#banner > .banner-img > dd > div > div > a {
	display: inline-block;
	padding: 12px 15px 8px;
	text-transform: uppercase;
	color: #fff;
	background: #242320;
}
#banner.artiste > .banner-img > dd > div > div {
	text-align: left;
}
#banner.artiste > .banner-img > dd > div > div > h2 {
	float: left;
	height: 33px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 20px;
	color: #fff;
	background: #ad8d44;
}
#banner.artiste > .banner-img > dd > div > div > a {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	line-height: normal;
	padding: 0;
	font-size: 15px;
	background: #000;
}
#banner.artiste > .banner-img > dd > div > div > a::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 96px;
	height: 96px;
	top: 112px;
	left: 50%;
	margin-left: -48px;
	background: url(/images/icon_player.png);
}
#banner.artiste > .banner-img > dd > div > div > a > img {
	display: block;
	margin: 8px auto 0;
}
#banner.artiste > .banner-img > dd > div > div > a > span {
	display: block;
	padding: 15px 15px 10px 30px;
	background: url(/images/icon_arrow.png) 15px center no-repeat;
}
#banner > .banner-list {
	position: absolute;
	z-index: 1000;
	width: 100%;
	bottom: 15px;
}
#banner > .banner-list > dd {
	width: 9px;
	height: 9px;
	margin: 8px;
	background: #b19044;
	border-radius: 50%;
}
#banner > .banner-list > dd.selected {
	background: #fff;
	width: 15px;
	height: 15px;
	margin: 5px;
	border: 3px solid #b19044;
}
#media {
	color: #fff;
	background: #b19044;
}
#media > dl {
	padding-top: 0;
}
#media > dl > dd {
	width: 48%;
}
#media > dl > dd > h2 {
	font-size: 24px;
	margin-top: 20px;
}
#md-news {
	float: left;
}
#md-news > .gallery > .gallery-img > div > dl > dd {
	width: 430px;
	margin: 0 15px;
	padding-left: 120px;
}
#md-news > .gallery > .gallery-img > div > dl > dd > table > tbody > tr > th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#md-video {
	float: right;
}
#md-video > .gallery > .gallery-img > div > dl > dd {
	width: 200px;
	margin: 0 15px;
	background-position: center;
}
#md-video > .gallery > .gallery-img > div > dl > dd > a {
	display: table-cell;
	opacity: 0;
	width: 200px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
#md-video > .gallery > .gallery-img > div > dl > dd > a:hover {
	opacity: 1;
}
#body > .container {
	text-align: center;
}
#body > .container > a {
	margin: 10px;
}
#body > .submenu {
	text-align: center;
	margin-top: 35px;
	border-bottom: 3px solid #b19044;
}
#body > .submenu > dd {
	display: inline-block;
}
#body > .submenu > dd > a {
	display: block;
	padding: 12px 40px 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b19044;
}
#body > .submenu > dd > a.selected {
	color: #fff;
	background: #b19044;
}
#body > .list {
	overflow: hidden;
	width: 1170px;
	margin: 40px auto;
}
#body > .list > dd {
	display: inline-block;
	margin: 20px;
	width: 250px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
#body > .list > dd > a > img {
	display: block;
	max-width: 100%;
	margin: auto;
}
#body > .list > dd > a > span {
	display: block;
	padding: 8px;
	margin-top: 8px;
	background: #efe8d9;
	text-align: center;
}
#body > .list > dd > a > span > i {
	display: block;
	color: #666;
	text-align: center;
}
#body > .list.artiste {
	margin-top: 0;
}
#body > .list.artiste > dd {
	text-align: center;
}
#body > .list.artiste > dd > a > img {
	margin-bottom: 10px;
	border: 3px solid #e4bf6b;
	border-radius: 50%;
}
#body > .list.artiste > dd > a > strong {
	display: block;
	color: #b19044;
	font-size: 18px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	#body > .list {
		width: 878px;
	}
}
@media screen and (max-width: 1000px) {
	#banner > .banner-img,
	#banner > .banner-img > dd,
	#banner > .banner-img > dd > div > div {
		height: 450px;
	}
	#banner > .banner-img > dd {
		padding: 0 calc(50% - 400px);
	}
	#banner > .banner-img > dd > div > div > a {
		font-size: 13px;
	}
}
@media screen and (max-width: 900px) {
	#body > .list {
		width: 585px;
	}
}
@media screen and (max-width: 800px) {
	#banner > .banner-img,
	#banner > .banner-img > dd,
	#banner > .banner-img > dd > div > div {
		height: 340px;
	}
	#banner > .banner-img > dd {
		padding: 0 calc(50% - 300px);
	}
	#banner > .banner-img > dd > div > div > a,
	#banner > .banner-list {
		display: none !important;
	}
	#media > dl > dd {
		float: none;
		width: 100%;
	}
	#body > .submenu > dd > a {
		padding: 12px 12px 5px;
		font-weight: normal;
	}
}
@media screen and (max-width: 600px) {
	#banner > .banner-img,
	#banner > .banner-img > dd,
	#banner > .banner-img > dd > div > div {
		height: 200px;
	}
	#banner > .banner-img > dd {
		padding: 0 calc(50% - 150px);
	}
	#md-news > .gallery > .gallery-img > div > dl > dd {
		padding-left: 0;
		background: none !important;
	}
	#body > .list {
		width: calc(100% - 20px);
	}
	#body > .list > dd {
		margin: 10px;
		width: calc((100% / 2) - 30px);
		height: auto;
		font-size: 13px;
	}
}
