@charset "utf-8";

/* CSS Document */

*, *:before, *:after
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, hgroup, 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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

#global
	{
		position: absolute;
		width: 100%;
		height: 100%;
        z-index: -10;
        font-family: "Josefin Sans", "Arial", serif; 
        font-weight: 400;
        -moz-box-sizing: border-box;
       box-sizing: border-box;
	}

#global p
{
    font-family: "Josefin Slab", "Arial", serif; 
    font-weight: 300;   
    
}

#global h1, h2, h3, h4, h5
{
   font-family: "Josefin Sans", "Arial", serif; 
    font-weight: 700; 
}



#logo:hover
	{
		margin-top: -10px;
		padding-bottom: 10px;
		margin-bottom: 8%;
		opacity: 1;
		background-color: #000;
		cursor: pointer;
	}
		
	#menu
	{
		position: fixed;
		width: 0%;
		height: 100%;
        font-family: "Josefin Sans", "Arial", serif; 
        font-weight: 700;
		font-size: 1.7em;
		color: #333;
		-webkit-box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
	    box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
	    background-color: #FFF;
		z-index: 15;
		-webkit-transform: translateZ(0);
	}

	#menu .select
	{
		color: #000;
	}

	#menu ul 
	{
		font-weight: bold;
        font-family: "Josefin Sans", "Arial", serif; 
        font-weight: 700; 
	}

	#menu ul li
	{
		opacity: 0;
		margin-top: -10%; 
		margin-bottom: -10%;
		margin-left: 9%;
		margin-right: 9%;
		cursor: pointer;
		/* Firefox */
		-moz-transition: color 0.2s ease;
		/* WebKit */
		-webkit-transition: color 0.2s ease;
		/* Opera */
		-o-transition: color 0.2s ease;
		/* Standard */
		transition: color 0.2s ease;
        font-weight: 700;
	}

	#menu ul li:hover
	{
		color: #000;
	}


	#logo #canvas_logo
	{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
		background:url("../assets/logo_w.png")no-repeat center center;
		background-size: 90%; 
	}

	#logo #canvas_logo img
	{
		margin-top: 15px;
		width: 180px;
		height: auto;
        -webkit-transform: translateZ(0);
	}

	#contenue
	{
		/* Firefox */
		-moz-transition: all 1s ease;
		/* WebKit */
		-webkit-transition: all 1s ease;
		/* Opera */
		-o-transition: all 1s ease;
		/* Standard */
		transition: all 1s ease;
	}

	.Swoosh
	{
		margin-left: 50%;
		opacity: 0;
	}

	.Entrance
	{
		margin-left: -100px;
		opacity: 0;
	}

	.prec
	{
		position: fixed;
		font-family: "Josefin Slab", "Arial", serif; 
    	font-weight: 700; 
    	font-size: 10em;
    	left: -80px;
    	top: 40%;
    	color: #999;
    	cursor: pointer;
    	z-index: 999;
   				
	}

	.prec:hover
	{

		color: #000;
	
	}

	.suiv
	{
		position: fixed;
		font-family: "Josefin Slab", "Arial", serif; 
    	font-weight: 700; 
    	font-size: 10em;
    	right: -80px;
    	top: 40%;
    	color: #999;
    	cursor: pointer;
    	z-index: 999;
    				
	}

	.suiv:hover
	{

		color: #000;
		
	}

	li span
	{
		opacity: 0;
		position: absolute;
		top: 1%;
		width: 98%;
		height: 0%;
		background-color: rgba(255,255,255,0.7);
		/* Firefox */
		-moz-transition: all 0.2s ease;
		/* WebKit */
		-webkit-transition: all 0.2s ease;
		/* Opera */
		-o-transition: all 0.2s ease;
		/* Standard */
		transition: all 0.2s ease;	
	}

	.menu_appear_off ul li a
	{
		display: none;
	}

	#contsound
	{
		position: fixed;
		top: 8%;
		right: 3%;
		width: 15%;
		max-width: 320px;
		min-height: 106px;
		background: url("../assets/img/soundcloud_mod.png");
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-background-size: contain;
		animation:float 10s;
		-webkit-animation:float 10s; /* Safari and Chrome */
		animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite; /*Safari and Chrome*/
		animation-timing-function:ease-in-out;
		-webkit-animation-timing-function:ease-in-out; /* Safari and Chrome */
		animation-play-state:running;
		-webkit-animation-play-state:running; /* Safari and Chrome */
		cursor: pointer;
		}

		@keyframes float
		{
		0% {top:8%;}
		50% {top:12%;}
		100% {top:8%;}
		}

		@-webkit-keyframes float /* Safari and Chrome */
		{
		0% {top:8%;}
		50% {top:12%;}
		100% {top:8%;}
		}


	#soundcloud
	{
		position: relative;
		width: 100%;
		height: 0px;
		margin-top: 50%;
		opacity: 1;
		-webkit-transition: height 300ms ease-out;
		-moz-transition: height 300ms ease-out;
		-ms-transition: height 300ms ease-out;
		-o-transition: height 300ms ease-out;
		transition: height 300ms ease-out;
	}

	#contsound:hover
	{
		animation-play-state:paused;
		-webkit-animation-play-state:paused; /* Safari and Chrome */
	}

	#contsound:hover #soundcloud, #contsound:focus #soundcloud, #contsound:active #soundcloud
	{
		height: 450px;
	}






	//GALLERIE

	.clear			{ clear:both; }
	.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
	.photo-link:hover	{ border-color:#999; }


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

	#menu ul li a
	{
		opacity: 0;
		margin-top: -10%; 
		margin-bottom: -10%;
		margin-left: 8%;
		margin-right: 8%;
	}

	#global
	{
		height: 100% !important;
	}

	#logo
	{
		width: 100%;
		height: 18%;
		margin-bottom: 8%;
		opacity: 1;
		text-align: center;
		background-color: #000;
		/* Firefox */
		-moz-transition: all 0.2s ease;
		/* WebKit */
		-webkit-transition: all 0.2s ease;
		/* Opera */
		-o-transition: all 0.2s ease;
		/* Standard */
		transition: all 0.2s ease;

	}

	#logo #canvas_logo
	{
		width: 100%;
		height: 100%;
	}

	#logo #canvas_logo img
	{
		width: 160px;
		height: auto;
	}

	li span h2
	{
		margin: 10px;
		margin-top: 0%;
		max-width: 80%;
		font-family: "Josefin Sans", "Arial", serif; 
    	font-weight: 700;
    	font-size: 1.5em;
    	color: #000;
    	/* Firefox */
		-moz-transition: all 0.2s ease;
		/* WebKit */
		-webkit-transition: all 0.2s ease;
		/* Opera */
		-o-transition: all 0.2s ease;
		/* Standard */
		transition: all 0.2s ease;
	}

	li span p
	{
		margin: 10px;
		max-width: 80%;
		font-family: "Josefin Slab", "Arial", serif; 
    	font-weight: 300;
    	font-size: 1.2em;
    	color: #333;
	}

	a:hover > span
	{
		color: #999;
		opacity: 1;
		background-color: rgba(255,255,255,0.7);
		bottom: 2%;
		height: 100%;
	}

	a:hover > span h2
	{
		margin-top: 10%;
	}

	
}

@media screen and (max-width: 1800px) and (min-width: 960px)
{
		#menu
		{
			float: left;
			width: 0%;
			height: 100%;
            font-family: "Josefin Sans", "Arial", serif; 
            font-weight: 700;
			font-size: 1.3em;
			color: #333;
			-webkit-box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
		    box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
			
		}


		#logo
		{
			width: 100%;
			height: 18%;
			margin-bottom: 8%;
			opacity: 1;
			text-align: center;
			background-color: #000;
			/* Firefox */
			-moz-transition: all 0.2s ease;
			/* WebKit */
			-webkit-transition: all 0.2s ease;
			/* Opera */
			-o-transition: all 0.2s ease;
			/* Standard */
			transition: all 0.2s ease;

		}


		#logo #canvas_logo
		{
			width: 100%;
			height: 100%;
		}

		#logo #canvas_logo img
		{
			width: 150px;
			height: auto;
		}

		#logo:hover
		{
			margin-top: -10px;
			padding-bottom: 10px;
			margin-bottom: 8%;
			opacity: 1;
			background-color: #000;
		}

		li span h2
	{
		margin: 10px;
		max-width: 80%;
		margin-top: 0%;
		font-family: "Josefin Sans", "Arial", serif; 
    	font-weight: 700;
    	font-size: 1.5em;
    	color: #000;
    	/* Firefox */
		-moz-transition: all 0.2s ease;
		/* WebKit */
		-webkit-transition: all 0.2s ease;
		/* Opera */
		-o-transition: all 0.2s ease;
		/* Standard */
		transition: all 0.2s ease;
	}

	li span p
	{
		margin: 10px;
		max-width: 80%;
		font-family: "Josefin Slab", "Arial", serif; 
    	font-weight: 300;
    	font-size: 1.2em;
    	color: #333;
	}

		a:hover > span
	{
		color: #999;
		opacity: 1;
		background-color: rgba(255,255,255,0.7);
		bottom: 2%;
		height: 100%;
	}

	a:hover > span h2
	{
		margin-top: 10%;
	}


}

@media screen and (max-width: 1300px) and (min-width: 1100px)
{
		#menu
		{
			float: left;
			width: 0%;
			height: 100%;
			font-family: "Josefin Sans", "Arial", serif; 
            font-weight: 700;
			font-size: 1.1em;
			color: #333;
			-webkit-box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
		    box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
			
		}


		#logo
		{
			width: 100%;
			height: 18%;
			margin-bottom: 8%;
			opacity: 1;
			text-align: center;
			background-color: #000;
			/* Firefox */
			-moz-transition: all 0.2s ease;
			/* WebKit */
			-webkit-transition: all 0.2s ease;
			/* Opera */
			-o-transition: all 0.2s ease;
			/* Standard */
			transition: all 0.2s ease;

		}

		#logo #canvas_logo
		{
			width: 100%;
			height: 100%;

		}

		#logo #canvas_logo img
		{
			width: 120px;
			height: auto;
		}

		#logo:hover
		{
			margin-top: -10px;
			padding-bottom: 10px;
			margin-bottom: 8%;
			opacity: 1;
			background-color: #000;
		}

		li span h2
	{
		margin: 10px;
		margin-top: 0%;
		max-width: 80%;
		font-family: "Josefin Sans", "Arial", serif; 
    	font-weight: 700;
    	font-size: 1.3em;
    	color: #000;
    	/* Firefox */
		-moz-transition: all 0.2s ease;
		/* WebKit */
		-webkit-transition: all 0.2s ease;
		/* Opera */
		-o-transition: all 0.2s ease;
		/* Standard */
		transition: all 0.2s ease;
	}

	li span p
	{
		margin: 10px;
		max-width: 80%;
		font-family: "Josefin Slab", "Arial", serif; 
    	font-weight: 300;
    	font-size: 1.0em;
    	color: #333;
	}

		a:hover > span
	{
		color: #999;
		opacity: 1;
		background-color: rgba(255,255,255,0.7);
		bottom: 2%;
		height: 100%;
	}

	a:hover > span h2
	{
		margin-top: 5%;
	}

}

@media screen and (max-width: 1100px) and (min-width: 800px), only screen and (max-device-width: 800px) and (orientation: landscape) 
{
 
		#menu
		{
			float: left;
			width: 0%;
			height: 100%;
			font-family: "Josefin Sans", "Arial", serif; 
            font-weight: 700;
			font-size: 0.8em;
			color: #333;
			-webkit-box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
		    box-shadow:  5px 0px 7px 0px rgba(0, 0, 0, 0.15);
			
		}


		#logo
		{
			width: 100%;
			height: 14%;
			margin-bottom: 8%;
			opacity: 1;
			text-align: center;
			background-color: #000;
			/* Firefox */
			-moz-transition: all 0.2s ease;
			/* WebKit */
			-webkit-transition: all 0.2s ease;
			/* Opera */
			-o-transition: all 0.2s ease;
			/* Standard */
			transition: all 0.2s ease;

		}

		#logo #canvas_logo
		{
			width: 100%;
			height: 100%;

		}

		#logo #canvas_logo img
		{
			width: 80px;
			height: auto;
		}

		#logo:hover
		{
			margin-top: -10px;
			padding-bottom: 10px;
			margin-bottom: 8%;
			opacity: 1;
			background-color: #000;
		}

		#grid li span h2
	{
		display: none;
	}

	#grid li span p
	{
		display: none;
	}

	#grid li span
	{
		display: none;
	}


	#contsound:hover
	{
		animation-play-state:paused;
		-webkit-animation-play-state:paused; /* Safari and Chrome */
		width: 30%;
	}


	
	{
		height: 250px;
	}
}











