* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background: black url("../img/seagrove-stompers-bg.jpg") fixed center top no-repeat;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border : 0;
}

#wmc-player, .videoContainer, .wrapper {
	padding: 1em 1em 2em 1em;
	margin: 2em auto;
	background-color: #ebd7a7;
	border: 8px solid white;
	border-radius: 0.3em;
	text-align: center;
}

#wmc-player, .wrapper {
	width: 80%;
	max-width: 800px;
}

.first {
	background: #ebd7a7 url("../img/seagrove-stompers-cafe-de-paris-18-10-2019.jpg") center 0.8em no-repeat;
}

.videoContainer {
	width: 85%;
	max-width: 850px;
}

#video1 {
	/*width: 100%;
	max-width: 800px;*/
}

h1 {
	font-size: 200%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #ebd7a7;
	opacity: 0.6;
}

/*h1 a {
	background-color: white;
	border: 8px solid gray;
	border-radius: 0.3em;
	padding: 0.3em 1em;
}*/

h2 {
	font-size: 1.4rem;
	color: #3e3e3e;
	margin-top: 2em;
	margin-bottom: 2em;
}

h3 {
	font-size: 1.1rem;
	color: #3e3e3e;
	margin-top: 1em;
	margin-bottom: 0.6em;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/************************************/
/*				MENU				*/
/************************************/

#menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	z-index: 70;
	display: none;
}

#menulist {
	list-style-type: none;
	display: inline-block;
    margin: 0;
    padding: 0;
}

#menulist li {
	float: left;
	color: #fff;
	background: #666;
	background: rgba(0, 0, 0, 0.75);
}
#menulist li.active {
	background: #666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menulist li a {
	text-decoration: none;
	color: #fff;
	padding: 0;
}
#menulist li.active a:hover {
	color: #ebd7a7;
}
#menulist li:hover {
	/*color: #666;
	background: #ebd7a7;*/
	color: #ebd7a7;
}
#menulist li a, #menu li.active a {
	padding: 0.6em 1.2em;
	display: block;
}
#menulist li.active a {
	color: #fff;
}
#menulist li a:hover {
	/*color: rgba(0,0,0, 0.5);*/
	color: #ebd7a7;
}

.choix-langue {
	position: absolute;
	top: 2.2em;
	right: 2em;
}

/******************************************/

#audioplayer {
	width: 50%;
	min-width: 368px;
	margin: 18vw auto 0 auto;
	padding: 0 0.6em;
	background-color: black;
	border: 8px solid gray;
	border-radius: 0.3em;
	padding: 0;
}

#control-pannel {
	background: linear-gradient(#999, #000), #c9c5c9;
	padding: 0.8em 0;
	border-radius: 0.1em;
}

button {

}

.command-button {
	float: left;
}

#duration {
	width: 30%;
	font-size: 90%;
	min-width: 120px;
	margin: 0.8em auto 0 auto;
	font-family: 'Courrier, monospace';
	background-color: white;
	padding: 0.2em 0;
	border-radius: 0.2em;
}

#chainButton, .wmc-player-button, .wmc-player-button-smaller {
	display: inline-block;
	font-family: 'Courrier, monospace';
	font-size: 0.8rem;
	width: 8%;
	vertical-align: middle;
	opacity: 0.9;
	border: 0px solid gray;
	border-radius: 0.2rem;
}

.wmc-player-button, .wmc-player-button-smaller {
	padding: 0.5em 0;
}

#chainButton {
	font-weight: bold;
}

#playAudioButton {
	padding: 0.6em 0.1em;
}

ul.wmc-player-playlist {
	padding-top: 0.4em;
	text-align: left;
	list-style-type: none;
}

ul.wmc-player-playlist li {
	font-size: 0.9rem;
	padding: 0.3em 0 0.3em 0.8em;
	border-bottom: 1px solid #cfc8b8;
	cursor: pointer;
}

ul.wmc-player-playlist li:hover {
	background-color: #cfc8b8;
}

.wmc-player-playlist-title {
	display: inline-block;
	padding-left: 2em;
}

#chainButton, .wmc-player-button, .wmc-player-button-smaller, ul.wmc-player-playlist {
	background-color: #fbf7ed;
}

#infos {
	width: 32%;
	min-width: 368px;
	margin: 2em auto 0 auto;
	background-color: white;
	border: 8px solid gray;
	border-radius: 0.3em;
	padding: 0;
}

#infos p {
	margin: 0.5em 0;
}

.facebook {
	width: 100%;
	padding: 0;
}

.facebook img {
	float: right;
	width: 5%;
	max-width: 50px;
	margin-top: 0;
	margin-right: 5%;
}

.facebook-menu {
	position: absolute;
	width: 40px;
	padding: 0;
	top: -0.5em;
	right: 0;
}

#phone {
	font-size: 90%;
	color: #656565;
	text-align: right;
	padding-bottom: 0;
	padding-right: 1em;
	margin-top: 2em;
	margin-bottom: 0;
}

.links {
	list-style-type: none;
}

.links li {
	padding-top: 0.4em;
}

a {
	color: #404040;
	text-decoration: none;
}

.center {
	text-align: center;
}

/************************************/
/*			RESIZE IFRAMES			*/
/************************************/

.iframe-resize  {
	position: relative;
	padding-bottom: 56.27%; /* h/w*100 */
	padding-top: 3em;
	height: 0;
	margin-bottom: 2em;
}

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

/************************************/
/*				PHOTOS				*/
/************************************/

#mask {
	position: fixed;
	z-index: 2010;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	top:0;
	left:0;
	background-color: black;
	opacity: 0.7;
}

#lightbox {
	position: relative;
	z-index: 2010;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 2.7em;
	cursor: pointer;
}

#loader {
	position: absolute;
	z-index: 2020;
	top: 40%;
	left: 35%;
	width: 30%;
}

.ajax-loader {
	width: 100%;
}

#img-container {
	position: absolute;
	z-index: 2100;
	width: 100%;
	top: 3.1em;
	left: 0;
}

.diapo {
	/*height: 100%;*/
}

.thumbs-wrapper {
	width: 100%;
	overflow: scroll;
	/*margin: 0 auto;*/
}

.thumbs-box {
	width: auto;
	max-width: 1200px;
	margin: 1em auto 2em auto;
}

.thumbs-box-element {
	float: left;
	width: 24%;
	margin-top: 1em;
	margin-left: 1%;
	cursor: pointer;
	max-width: 300px;
	max-height: 200px;
	min-width: 180px;
	overflow: hidden;
}

#caption {
	text-align: center;
	margin: 1em 0;
	font-size: 1.2rem;
}

.caption-text {

}

#prevImg, #nextImg {
	color: white;
	cursor: pointer;
}

.caption-text, #prevImg, #nextImg {
	color: white;
	background-color: black;
	opacity: 0.8;
	padding: 1em;
}

.credit-photo {
	clear: both;
	float: none;
	width: 100%;
	margin-top: 2em;
	text-align: right;
}

.credit-photo p {
	font-size: 0.9rem;
	padding-right: 1%;
}

/************************************/

#instruments-wrapper {
	position: relative;
}

.instrument {
	position: absolute;
	top: 2em;
	left: 2%;
	width: 16%;
}

.instrument img {
	width: 100%;
}

.contact-instrument {
	position: absolute;
	top: 8em;
	left: 2%;
	width: 16%;
}


/************************************/

#footer {
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding: 1em;
	opacity: 0.8;
	background-color: black;
	border: 4px solid #ebd7a7;
}

#footer p, #footer p a {
	color: white;
}

@media only screen and (max-width: 800px) {
	.instrument {
		top: 5em;
	}
	.contact-instrument {
		top: 14em;
	}
}

@media only screen and (max-width: 640px) {
	.instrument {
		top: 9em;
	}
	.contact-instrument {
		top: 20em;
	}
}

@media only screen and (max-width: 480px) {
	.contact-form fieldset {
		width: 90%;
		padding: 0 0 0 2em;
	}
}