html , body{ margin : 0 auto 0;}

body {
	width: 100%;
	margin-top:0px;
	margin-left:0;
	background: #008aa8 url('images/back.png') center top repeat-y;
}

@font-face {
    font-family: 'steelfishregular';
    src: url('polices/steelfish_rg-webfont.eot');
    src: url('polices/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/steelfish_rg-webfont.woff') format('woff'),
         url('polices/steelfish_rg-webfont.ttf') format('truetype'),
         url('polices/steelfish_rg-webfont.svg#steelfishregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h3{
	font-family:'steelfishregular';
	font-size: 26px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
}

h3#shop {
	text-align: right;
	margin-right: 18px;
	}

#shop a {
color:#ffed00;
text-decoration:none;
}

#shop a:hover {
color:#fff;
}

h3.surfcookie{
	text-align: left;
margin-top: 0px;
	}

.surfcookie a {
color:#ffed00;
text-decoration:none;
}

.surfcookie a:hover {
color:#fff;
}

h2 {
	font-family:'steelfishregular';
	font-size: 29px;
	color: #fff;
}

h1{
	font-family:'steelfishregular';
	font-size: 34px;
	color: #fff;
	text-align: left;
	letter-spacing: 2px;
	}




#header {
	width: 100%;
	height: 200px;
	top: 0;
	background: #d34148 url('images/header2023.png') center top  no-repeat;
	border-bottom: 2px solid #fff;
	z-index: 1;
}

#social2 { display: none;}
	
#nav {
	margin: 0 auto;
}

#nav ul {
	list-style-type:none;
	padding-left:0;
}
	
#nav ul li {
	display: inline-block;
	height: 38px;
	width: 90px;
	margin: 0 6px;
}
	
#nav  ul li a{
	display: block;
	width: 90px;
	height: 38px;
	transform-origin: 50% 50%;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav1 {
	background: url('images/nav1.png');
}

#nav2 {
	background: url('images/nav2.png');
}

#nav3 {
	background: url('images/nav3.png');
}

#nav4 {
	background: url('images/nav4.png');
}

#nav5 {
	background: url('images/nav5.png');
}

#nav6 {
	background: url('images/nav6.png');
}

a#nav1:hover, a#nav3:hover, a#nav5:hover{
 -webkit-transform: rotate(20deg);
 -moz-transform: rotate(20deg); 
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);	
}
	
a#nav2:hover, a#nav4:hover, a#nav6:hover{
 -webkit-transform: rotate(-20deg);
 -moz-transform: rotate(-20deg); 
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);		
}

#wrapper {
	width: 940px;
	overflow: hidden;
	min-height: 650px;
	margin: 0 auto;
	z-index: 999999999;
}

#contenu {
	display: inline-block;
	width: 69%;
	float: left;
	margin-bottom: 0px;
	/*border: 1px solid red;*/
}
	
#content {
width: 650px;
padding: 0 5px;
margin: 0 auto 80px;
/*border: 1px solid green;*/
}
	
iframe{display: block;margin: 0 0;}	
	
	
#sidebar {
	display: inline-block;
	width: 30%;
	/*border-left: 2px solid #fff;*/
	/*background: #000;*/
}
	
#social {
	height: 65px;
	width: 200px;
	margin: 20px auto 10px ;
}

#social a{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 3px;
	
}
	
#social a.facebook {
	background:url('images/facebook.png');
	transform:rotate(1800eg); 
	-ms-transform:rotate(1800deg); /* Internet Explorer */
	-moz-transform:rotate(1800deg); /* Firefox */
	-webkit-transform:rotate(1800deg); /* Safari et Chrome */ 
	-o-transform:rotate(1800deg); /* Opera */
	transition: all 1.9s ease;-ms-transition: all 1.9s ease;-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;-o-transition: all 1.9s ease;
}

#social a.insta {
	background:url('images/insta.png');
	transform:rotate(1800deg); 
	-ms-transform:rotate(1800deg); /* Internet Explorer */
	-moz-transform:rotate(1800deg); /* Firefox */
	-webkit-transform:rotate(1800deg); /* Safari et Chrome */ 
	-o-transform:rotate(1800deg); /* Opera */
	transition: all 1.9s ease;-ms-transition: all 1.9s ease;-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;-o-transition: all 1.9s ease;
}

#social a.youtube {
	background:url('images/youtube.png');
	transform:rotate(1800deg); 
	-ms-transform:rotate(1800deg); /* Internet Explorer */
	-moz-transform:rotate(1800deg); /* Firefox */
	-webkit-transform:rotate(1800deg); /* Safari et Chrome */ 
	-o-transform:rotate(1800deg); /* Opera */
	transition: all 1.9s ease;
	-ms-transition: all 1.9s ease;
	-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;
	-o-transition: all 1.9s ease;
}
	
#social a.facebook:hover {	
	transform:rotate(-60deg); 
	-ms-transform:rotate(-60deg); /* Internet Explorer */
	-moz-transform:rotate(-60deg); /* Firefox */
	-webkit-transform:rotate(-60deg); /* Safari et Chrome */ 
	-o-transform:rotate(-60deg); /* Opera */
	transition: all 0s linear;
	-ms-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
}

#social a.insta:hover {	
	transform:rotate(-60deg); 
	-ms-transform:rotate(-60deg); /* Internet Explorer */
	-moz-transform:rotate(-60deg); /* Firefox */
	-webkit-transform:rotate(-60deg); /* Safari et Chrome */ 
	-o-transform:rotate(-60deg); /* Opera */
	transition: all 0s linear;
	-ms-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
}

#social a.youtube:hover {	
	transform:rotate(-60deg); 
	-ms-transform:rotate(-60deg); /* Internet Explorer */
	-moz-transform:rotate(-60deg); /* Firefox */
	-webkit-transform:rotate(-60deg); /* Safari et Chrome */ 
	-o-transform:rotate(-60deg); /* Opera */
	transition: all 0s linear;
	-ms-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
}

#bandcamp {
	width: 200px;
	height: 428px;
	margin: 0 auto;
}
	
a#garden {
font-family: 'steelfishregular';
font-size:24px;
letter-spacing: 1px;
width: 200px;
text-align: right;
margin: 40px auto 0;
	display:block;
	color:#ffed00;
	text-decoration:none;}
	
p.crea {
	font-family: 'steelfishregular';
	font-size: 16px;
	line-height: 65px;
	letter-spacing:2px;
	color: #888;
	text-align: right;
	margin-right: 20px;
}

p.crea a {
	font-family: 'steelfishregular';
	font-size: 16px;
	line-height: 65px;
	letter-spacing:2px;
	color: #888;
	text-decoration: none;
	
}

#amazingcarousel-1	{font-family:'steelfishregular';font-size: 16px; letter-spacing: 0.5px;}

/*------ NEWSLETTER ---------------*/

#mc_embed_signup{background:#000; clear:left;font-family:steelfishregular, Helvetica,Arial,sans-serif; color: #fff;margin: 40px 0 0 30px;/*border : 1px solid red;*/}


/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%; }
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {font-family: steelfishregular, Helvetica,Arial,sans-serif;  clear:both; background-color: #d34148; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#930A11;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:200px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/*----- ADAPTATION MOBILE NEWSLETTER --------*/

#mc_embed_signup.mobile{background:#000; clear:left;font-family:steelfishregular, Helvetica,Arial,sans-serif; color: #fff;margin: 10px 0 0 0px;/*border : 1px solid red;*/text-align: center;}
#mc_embed_signup.mobile form { text-align:center; }
#mc_embed_signup.mobile h2 {font-weight:bold; padding:0; margin:15px auto; font-size:1.4em;}
#mc_embed_signup.mobile .button {margin: 0 auto;}
#mc_embed_signup.mobile input.email {margin: 0 auto 20px;}



	/*----------------- Index --------------*/
	

p.intro {
		width: 90%;
		margin: 20px 7px 45px;
		text-align: justify;
		font-family: 'steelfishregular';
		color: #fff;
		letter-spacing: 1px;
		font-size: 26px;
		}
	
p.credits {
		width: 580px;
		margin: 10px 0;
		font-family: 'steelfishregular';
		color: #fff;
		letter-spacing: 1px;
		font-size: 20px;
		}

		p.credits a{
		
		color: #ffff00;
		text-decoration: none;
		}
		
			p.credits a:hover{
		
		color: #fff;
		text-decoration: none;
		}
		
		


.ep-description {
	display: block;
	clear: both;
	width: 90%;
	height: 410px;
	vertical-align: top;
	margin: 0px 0px 0px 5px ;
	font-family: 'steelfishregular';
	font-size: 1.8em;
	text-align: center;
	
}
.auto{height: 460px;}
#listen {display: block;
	width: 90%;
	text-align: center;
	margin-top: 20px;}

 img.pochette {	
	width: 55%;
	height: auto;
	display: inline-block;
	float: left;
	}

#liste {display: inline-block;
width: 40%;
float: right;
height: auto;

}
	
a.bcamp {
	/*display: inline-block;*/display: block;
	width: 126px;
	height: 28px;
	background: url('images/logos/bandcamp.png');
	/*margin: 0 35px 0 30px;*/margin: 0px auto 20px;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a.scrstreaming {
	/*display: inline-block;*/display: block;
	width: 92px;
	height: 53px;
	background: url('images/logos/scrlogo1.png');
	/*margin: 0 35px 0 30px;*/margin: 0px auto 20px;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}


a.disco-bc {margin: 20px auto 10px;}

a.spotify {
	/*display:  inline-block;*/display: block;
	width: 74px;
	height: 28px;
	background: url('images/logos/spotify.png');
	/*margin : 0 30px 0 5px;*/margin: 20px auto;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a.deezer {
	/*display:  inline-block;*/display: block;
	width: 126px;
	height: 28px;
	background: url('images/logos/deezer.png');
	/*margin : 0 5px;*/margin: 20px auto;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a.itunes {
	/*display:  inline-block;*/display: block;
	width: 126px;
	height: 28px;
	background: url('images/logos/itunes.png');
	/*margin : 0 0px;	*/margin: 20px auto;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a.googleplay {
	/*display:  inline-block;*/display: block;
	width: 126px;
	height: 28px;
	background: url('images/logos/googleplay.png');
	/*margin : 0px 25px 0;*/margin: 20px auto;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a.amazon {
	/*display:  inline-block;*/display: block;
	width: 126px;
	height: 28px;
	background: url('images/logos/amazon.png');
	/*margin :  30px 15px 0;*/margin: 20px auto;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
	transition: all 1.5s linear;
}

.ecoute{
	/*display:  inline-block;*/display: block;
	width: 126px;
	height:40px;
	background: url('images/hp.png') top center no-repeat;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #fff;
	margin :  0px auto 0;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
	transition: all 1.5s linear;
}

	
.ep-description a:hover, #listen a:hover, .ecoute:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	zoom: 1;/* HACK POUR IE */
	transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
}
		
	
a#bcamp-l {
	display: inline-block;
	width: 126px;
	height: 28px;
	background: url('images/logos/bandcamp.png');
	margin: 0 35px 0 30px;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a#spotify-l {
	display:  inline-block;
	width: 74px;
	height: 28px;
	background: url('images/logos/spotify.png');
	margin : 0 30px 0 5px;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a#deezer-l {
	display:  inline-block;
	width: 126px;
	height: 28px;
	background: url('images/logos/deezer.png');
	margin : 0 5px;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a#itunes-l {
	display:  inline-block;
	width: 126px;
	height: 28px;
	background: url('images/logos/itunes.png');
	margin : 0 0px;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a#googleplay-l{
	display:  inline-block;
	width: 126px;
	height: 28px;
	background: url('images/logos/googleplay.png');
	margin : 0px 25px 0;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

a#amazon-l {
	display:  inline-block;
	width: 126px;
	height: 28px;
	background: url('images/logos/amazon.png');
	margin :  30px 15px 0;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
	transition: all 1.5s linear;
}
/*DISCO*/
#discographie {margin-top: 30px;}
.border{ border: 1px solid #fff;}		

a.cd-copy{
	font-family:'steelfishregular';
	font-size: 26px;
	color: #ffff00;
	text-align: left;
	letter-spacing: 2px;
	float:left;
	text-decoration: none;
	margin-top: 5px;
	}
a.cd-copy:hover{color: #fff;transition: none;}
/*PHOTOS*/

#playlist {
	margin-top: 20px;
}


#photos {
	padding-top: 50px;
}

.thumb {
	width: 125px;
	margin: 0 10px 20px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
}

.thumb:hover{
	width: 125px;
	margin: 0 10px 20px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	opacity:0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;	
}

#Choco_overlay{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display:block;
	padding:0;
	margin:0;
}

#Choco_content{
	display:none;
	width:800px;
	height:600px;
	z-index:1001;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	border-top:1px solid transparent;/*Yes, adjust image perfectly at the center of a box, don't know why.*/
}

#Choco_left_arrow{
	float:left;
	background-image:url(images/left.gif);
	background-position:12%;
	left:-14%;
}

#Choco_right_arrow{
	float:right;
	background-image:url(images/right.gif);
	background-position:88%;
	left:14%;
}

.Choco_arrows{
	background-repeat:no-repeat;
	display:none;
	position:relative;
	cursor:pointer;
	width:49%;
	top:-100%;
	height:100%;
	margin-top:-30px;
}

#Choco_container_photo{
	text-align:center;
	width:800px;
	height:600px;
	/*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}

#Choco_container_description{
	padding:20px 0 0 0;
	height:26px;
	width:100%;
	color:#fff;
	font-family: 'steelfishregular', sans-seriff;
	letter-spacing:1px;
	clear:both;
	position:relative;
	font-size:20px;
	margin-top:-20px;
	overflow:hidden;
	visibility:hidden;
}

#Choco_container_title{
	float:left;
	padding:5px;
}

#Choco_container_via{
	padding:5px;
	float:right;
}

#Choco_container_via a{
	color:gray;
}

#Choco_container_via a:hover{
	color:white;
	background:gray;
}

#Choco_close{
	width:30px;
	height:25px;
	background-image:url(images/close.gif);
	background-repeat:no-repeat;
	z-index:1002;
	cursor:pointer;
	margin-top:-20px;
	display:none;
	float: right;
}

#Choco_loading{
	width:9px;
	height:11px;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	z-index:1002;
	cursor:pointer;
	float:right;
	margin-top:-20px;
	display:none;
}

#Choco_bigImage{
	display:none;
	position:relative;
	width:100%;
	height:100%;
	margin-top:-5px;
	border: 2px solid #fff;
}


/* ----- GIGS ------- */


#show {
	font-family: 'steelfishregular', sans-seriff;
	letter-spacing:1px;
	color : #fff;
}

#show h2 { color : #ffed00;
letter-spacing:2px;
text-align: center;}

.list { width: 635px;border-bottom: 1px solid #fff;padding-bottom: 6px;padding-top: 6px;}

span.date, span.salle, span.ville{font-size: 32px;/*border:1px solid green;*/display: inline-block;vertical-align:top;}
span.plus{font-size: 22px;display: inline-block;}

span.date {float:left;width: 115px;}
span.plus{float: right;margin-right: 15px;}
span.salle {width: 292px;text-align:center;}
span.ville {width: 173px;text-align: center;}


.more {font-size: 20px;margin-top: 4px;padding-bottom: 8px;border-bottom: 1px solid #fff;width: 635px;}
p.nogig {font-size: 26px;letter-spacing:1px;}
p.gigdetails {
	font-size: 16px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;}
.adress {display: inline-block; }
.infos {display: inline-block;float: right;text-align: right;}
span.prix {font-size: 32px;}
span.siteorga {display:block;margin-top: 8px;}
span.siteorga>a {font-family: 'steelfishregular', sans-seriff;
	letter-spacing:1px;
	color : #fff;
	text-decoration: none;}
	span.siteorga>a:hover { color: #ffed00;}
.map {margin-top: 5px;border: 3px solid #fff;}


/*gigsadmin */

body.admin {background: url('images/back2.jpg') repeat;font-family: 'steelfish', sans-seriff;font-size: 26px; color: #fff; letter-spacing: 1px;}

textarea, input {margin: 8px auto; width: 350px;}
textarea {height: 70px;}
input {height: 40px;}
textarea#lienmap {height: 150px;width: 450px}


/*CONTACT*/

h2.booking {
	font-size: 60px;
	margin-top: 35px;
	height: 160px;
	width: 150px;
	border-right: solid 1px #fff;
	display: inline-block;
}

h2.garden {
	font-size: 50px;
	margin: 20px 20px 0 0;
	height: 120px;
	width: 200px;
	text-align: justify;
	border-left: solid 1px #fff;
	padding-left: 10px;
	display: inline-block;
	float:right;
}




p.contact{
	font-family: 'steelfishregular';
	font-size: 29px;
	line-height: 40px;
	letter-spacing:2px;
	display: inline-block;
	width: 450px;
	height: 160px;
	vertical-align: top;
	margin: 35px 0 0 10px;
	color: #00232a;
}
	
p.contact2 {
	font-family: 'steelfishregular';
	font-size: 22px;
	line-height: 29px;
	letter-spacing:2px;
	display: inline-block;
	width: 400px;
	height: 120px;
	vertical-align: top;
	margin: 20px 10px 0 0px;
	text-align: right;
	color: #00232a;
}

p.contact2 a {
	font-size: 34px;
	color:#ffed00;
	text-decoration:none;
}

p.contact2 a:hover {
	color:#fff;
}


/*------- PRO -------------*/

p.pro {
	font-family: 'steelfishregular';
	font-size: 18px;
	line-height: 65px;
	letter-spacing:2px;
	color: #00232a;
	margin-right: 0px;
}

p.pro a{
	height: 40px;
	padding-bottom: 0;
	vertical-align: bottom;
	transition: all 1.4s linear;
	-ms-transition: all 1.4s linear;
	-moz-transition: all 1.4s linear;
	-webkit-transition: all 1.4s linear;
	-o-transition: all 1.4s linear;
	border:none;
}	

p.pro a img:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	zoom: 1;/* HACK POUR IE */
	transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;

}

p#french {
	/*width: 310px;
	height: 300px;*/
	display: block; 
	padding: 0 50px 0 0;
	text-align:right;
	margin-top: 35px;
	margin-right :50px;
}

/*p#english {
	width: 310px;
	height: 300px;
	display: inline-block;
	padding: 0 0px 0 10px;
	text-align:left;
	margin-top: 35px;
}*/

p.pro img.flag {
	margin-bottom: 0px;
	
}

p.pro img {
	margin-bottom: -8px;
}

#footer {
	display: none;
}


/* ------------ 
----- ADAPTATIONS ----
--------------------------------*/
@media (max-width: 940px) {

body {
	
	background: #008aa8;
}

#header {
	width: 100%;
	height: 160px;
	top: 0;
	background-color: #d34148 ;
	background-image :url('images/header2.png') ;
	background-position : center top; 
	background-repeat: no-repeat;
	border-bottom: 2px solid #fff;
}


#wrapper {width: 100%;min-height: 0;}

#contenu {
	display: block;
	width: 650px;
	float:none;
	margin: 0 auto 50px;

}

#sidebar {
	display:none;
}

#social2 {
	display: block;
	width : 100%;
	height: 80px; 
	margin: -40px auto 0;
}



#social2 a{
	display: inline-block;
	float: right;
	width: 80px;
	height: 80px;
	margin: 0 10px;
	outline: none;
}

#social2 a.facebook {
	background:url('images/facebook2.png');
	transform:rotate(1800eg); 
	-ms-transform:rotate(1800deg); /* Internet Explorer */
	-moz-transform:rotate(1800deg); /* Firefox */
	-webkit-transform:rotate(1800deg); /* Safari et Chrome */ 
	-o-transform:rotate(1800deg); /* Opera */
	transition: all 1.9s ease;-ms-transition: all 1.9s ease;-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;-o-transition: all 1.9s ease;
}

#social2 a.insta {
	background:url('images/insta2.png');
	transform:rotate(1800eg); 
	-ms-transform:rotate(1800deg); /* Internet Explorer */
	-moz-transform:rotate(1800deg); /* Firefox */
	-webkit-transform:rotate(1800deg); /* Safari et Chrome */ 
	-o-transform:rotate(1800deg); /* Opera */
	transition: all 1.9s ease;-ms-transition: all 1.9s ease;-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;-o-transition: all 1.9s ease;
}

#social2 a.youtube {
	background:url('images/youtube2.png');
	transform:rotate(1800eg); 
	-ms-transform:rotate(1800deg); /* Internet Explorer */
	-moz-transform:rotate(1800deg); /* Firefox */
	-webkit-transform:rotate(1800deg); /* Safari et Chrome */ 
	-o-transform:rotate(1800deg); /* Opera */
	transition: all 1.9s ease;
	-ms-transition: all 1.9s ease;
	-moz-transition: all 1.9s ease;
	-webkit-transition: all 1.9s ease;
	-o-transition: all 1.9s ease;
}
	
#social2 a.facebook:hover {	
	transform:rotate(-60deg); 
	-ms-transform:rotate(-60deg); /* Internet Explorer */
	-moz-transform:rotate(-60deg); /* Firefox */
	-webkit-transform:rotate(-60deg); /* Safari et Chrome */ 
	-o-transform:rotate(-60deg); /* Opera */
	transition: all 0s linear;
	-ms-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
}

#social2 a.insta:hover {	
	transform:rotate(-60deg); 
	-ms-transform:rotate(-60deg); /* Internet Explorer */
	-moz-transform:rotate(-60deg); /* Firefox */
	-webkit-transform:rotate(-60deg); /* Safari et Chrome */ 
	-o-transform:rotate(-60deg); /* Opera */
	transition: all 0s linear;
	-ms-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
}

#social2 a.youtube:hover {	
	transform:rotate(-60deg); 
	-ms-transform:rotate(-60deg); /* Internet Explorer */
	-moz-transform:rotate(-60deg); /* Firefox */
	-webkit-transform:rotate(-60deg); /* Safari et Chrome */ 
	-o-transform:rotate(-60deg); /* Opera */
	transition: all 0s linear;
	-ms-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
}

#footer {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #000;
	border-top: 2px solid #fff;
	margin: 15px auto 0;
}

#bandcamp2 {
	width: 650px;
	margin: 0 auto; padding-left:5px;
}

a#garden2 {
font-family: 'steelfishregular';
font-size:24px;
letter-spacing: 1px;
text-align: right;
margin: 10px 20px 0 0;
	display:block;
	color:#ffed00;
	text-decoration:none;}
	

}


