/*------------------------------------------
FONTS
--------------------------------------------*/
/*
font-family: 'Raleway', sans-serif; 
300,400,400i,700
*/

/*------------------------------------------
SCROLL
--------------------------------------------*/
html, 
body, 
.scroll-conteneur { 
    height: 100%; 
}
.scroll-conteneur section {
    position: relative;
    background-attachment: fixed;
}
/*------------------------------------------
ÉLÉMENTS
--------------------------------------------*/
h1,
h2,
h3,
p,
a {
	font-family: 'Raleway', sans-serif;
	color: #2b2b30;
}
h2 {
	font-weight: 300;
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.italic {
	font-style: italic;
}
.sous-titre {
	padding-bottom: 9rem;
}
footer {
	font-size: 1rem;
	text-align: right;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 80%;
	margin: auto;
}
.signature {
	color: #ea5e1a;
}

/*------------------------------------------
HEADER
--------------------------------------------*/
#contenu-header {
	position: relative;
	width: 80%;
	margin: auto;
}
#header-site {
	position: relative;
	background-color: #fff;
	position: fixed;
	z-index: 666;
	width: 100%;
}
.show-header {
	position: fixed !important;
	width: 100%;
	top: 0;
	transition: all .5s;
}
#logo {
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: inline-block;
}
#logo h1 {
	font-size: 2rem;
	padding-bottom: 0rem;
}
#logo h2 {
	padding-top: 0rem;
	margin-top: 0;
	padding-bottom: .3rem;
	font-size: 1rem;
	font-weight: 300;
	
}
#h2 {
	letter-spacing: .4rem;
}
#burger {
	position: absolute;
	z-index: 666;
	top: 2.5rem;
	right: 0;
	height: 25px;
	width: 30px;
	background-image: url(../images/burger.jpg);
}
.open-nav {
	background-position: 0px 0px;
	-webkit-transition: all .5s;
		   -transition: all .5s;
}
.close-nav {
	background-position: 0px 25px;
	-webkit-transition: all .5s;
		   -transition: all .5s;
}
/*------------------------------------------
NAV
--------------------------------------------*/
#navigation-site {
	overflow: hidden;
	position: fixed;
	top: 80px;
	width: 100%;
	background-color: rgba(43,43,43, .8);	
	z-index: 665;
	-webkit-transition: height .3s;
			transition: height .3s;
}
.blur {
	-webkit-filter: blur(5px);
           -moz-filter: blur(5px);
            -ms-filter: blur(5px);
             -o-filter: blur(5px);
                filter: blur(5px);
    -webkit-transition: all 1s;
			transition: all 1s;                                       
}
#navigation-site ul {
	max-width: 300px;
	margin: auto;
}
#navigation-site a {
	display: block;
	width: 100%;
}
#navigation-site a p {
	font-size: 1rem;
	color: #fff;
}
#navigation-site a img {
	width: 60px;
	height: 60px;
}
#navigation-site li {
	text-align: center;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 2rem;
}

/*------------------------------------------
SECTION1
--------------------------------------------*/
#section1 {
	background-image: url(../images/hero-mobile.jpg);
	background-position: center top;
	background-size: cover;

}
#wrapper h1 {
	width: 80%;
	margin: auto;
	position: relative;
	font-weight: 300;
	font-size: 1.6rem;
	padding-top: 15rem;
	padding-bottom: 12rem;
	z-index: 1;
	line-height: 3rem;
}
#section1 img {
	position: absolute;
	bottom: 0;
	height: 200px;
	width: 100%;
}
/*------------------------------------------
production-musicale
--------------------------------------------*/
#production-musicale {
	background-color: rgba(230,230,230, .3);
	padding-top: 6rem;
}
.contenu-section h2 {
	max-width: 80%;
	margin: auto;
	margin-top: 3rem;
	text-align: center;
}
#production-musicale h3 {
	padding-bottom: 1rem;
	text-align: left;
    width: 80%;
    margin: auto;
    font-weight: 700;
	font-size: 1.8rem;
	padding-bottom: .3rem;

}
.contenu-section p {
	margin: auto;
	text-align: left;
	width: 80%;
	font-size: 1.3rem;
}
.bloc-presentation {
	display: block;
	padding-bottom: 8rem;
}
.pochette {
	position: relative;
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .3em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);*/
}
/*.pochette:hover {
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}*/
#pochette-1 {
	background-image: url(../images/vignettes/psykup.jpg);
}
#pochette-2 {
	background-image: url(../images/vignettes/riviere.jpg);
}
#pochette-3 {
	background-image: url(../images/vignettes/drawme.jpg);
}
#pochette-4 {
	background-image: url(../images/vignettes/dimitree.jpg);
}
#pochette-5 {
	background-image: url(../images/vignettes/wendo.jpg);
}
#pochette-6 {
	background-image: url(../images/vignettes/roulotte.jpg);
}
#pochette-7 {
	background-image: url(../images/vignettes/auriga.jpg);
}
#pochette-8 {
	background-image: url(../images/vignettes/soyuz.jpg);
}
#pochette-9 {
	background-image: url(../images/vignettes/nephalokia.jpg);
}
#pochette-10 {
	background-image: url(../images/vignettes/seylen.jpg);
}
#pochette-11 {
	background-image: url(../images/vignettes/cottonaerials.jpg);
}
#pochette-12 {
	background-image: url(../images/vignettes/btw.jpg);
}
.bouton-audio {
	position: absolute;
	width: 50px;
	height: 50px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	cursor: pointer;
}
.bouton-audio-inactif {
	background-image: url(../images/play.png);
}
.bouton-audio-actif {
	background-image: url(../images/pause.png);
}

.barre-progression-audio, 
.barre-lecture-audio {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1em;	
}
.barre-progression-audio {
	width: 0;
	background-color: rgba(255,255,255,.5);
}
.barre-lecture-audio {
	width: 100%;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
}
/*------------------------------------------
ost-sound-design
--------------------------------------------*/
#ost-sound-design {
	background-color: #fff;
	padding-top: 6rem;
}
.bloc-video-presentation {
	padding-bottom: 8rem;
}
#ost-sound-design .video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-wrapper div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
#passingon {
	background-image: url(../images/vignettes/passingon.jpg);
}
#speakforyourself {
	background-image: url(../images/vignettes/speakforyourself.jpg);
}
#findingyourself {
	background-image: url(../images/vignettes/findingyourself.jpg);
}
#quebec {
	background-image: url(../images/vignettes/quebec.jpg);
}
#theattic {
	background-image: url(../images/vignettes/theattic.jpg);
}
#wolfpack {
	background-image: url(../images/vignettes/wolfpack.jpg);
}
#brotherhood {
	background-image: url(../images/vignettes/brotherhood.jpg);
}
#ducray {
	background-image: url(../images/vignettes/ducray.jpg);
}
#ost-sound-design h3 {
	width: 80%;
	margin: auto;
	text-align: left;
	font-weight: 700;
	font-size: 1.8rem;
	padding-bottom: .3rem;
	padding-top: .5rem;
}
.legende-video {
	width: 80% !important;
}
/*------------------------------------------
foh-sound-engineer
--------------------------------------------*/
#foh-sound-engineer {
	padding-top: 6rem;
}
.fresque {
	width: 100%;
}
#worked-with {
	max-width: 1080px;
	margin: auto;
	font-size: 1.3rem;
}
.logo-container {
	text-align: right;
}
.logo-ref {
	width: 20%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
/*------------------------------------------
contact
--------------------------------------------*/
#contact {
	padding-top: 6rem;
}
#contact p {
	text-align: center;
	padding-top: 12rem;
	padding-bottom: 12rem;
	width: 80%;
	margin: auto;
}




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

	/*------------------------------------------
	ÉLÉMENTS
	--------------------------------------------*/
	.contenu-section {
		width: 80%;
		margin: auto;
	}



	/*------------------------------------------
	HEADER
	--------------------------------------------*/
	#header-site h1 {
		font-size: 2.5rem;
	}
	#header-site h2 {
		font-size: 1.43rem;
	}


	/*------------------------------------------
	section1
	--------------------------------------------*/

	#section1 {
		background-image: url(../images/hero.jpg);

	}

	/*------------------------------------------
	Section2
	--------------------------------------------*/
	#production-musicale h3 {
	    width: 100%

	}
	.bloc-presentation {
		vertical-align: top;
		width: 50%;
		display: inline-block;
		padding-bottom: 3rem;
	}
	.legendes-audio {
		width: 80%;
	}
	#legende1 p,
	#legende3 p,
	#legende5 p,
	#legende7 p,
	#legende2 p,
	#legende4 p,
	#legende6 p,
	#legende8 p,
	#legende9 p,
	#legende10 p,
	#legende11 p,
	#legende12 p {
		margin-left: 0 !important;
	}
	#legende2,
	#legende4,
	#legende6,
	#legende8,
	#legende10,
	#legende12 {
		margin-left: 20% !important;
	}
	#pochette-1 {
		margin-left: 0;
	}
	#pochette-2 {
		margin-right: 0;
	}
	#pochette-3 {
		margin-left: 0;
	}
	#pochette-4 {
		margin-right: 0;
	}
	#pochette-5 {
		margin-left: 0;
	}
	#pochette-6 {
		margin-right: 0;
	}
	#pochette-7 {
		margin-left: 0;
	}
	#pochette-8 {
		margin-right: 0;
	}
	#pochette-9 {
		margin-left: 0;
	}
	#pochette-10 {
		margin-right: 0;
	}
	#pochette-11 {
		margin-left: 0;
	}
	#pochette-12 {
		margin-right: 0;
	}
	/*------------------------------------------
	ost-sound design
	--------------------------------------------*/
	.legende-video {
		width: 100% !important;
	}
	#ost-sound-design h3 {
		width: 100%;
	}
	.bloc-video-presentation {
		padding-bottom: 3rem;
	}

	/*------------------------------------------
	foh-sound-engineer
	--------------------------------------------*/
	#worked-with {
		width: 100%;
	}
	/*------------------------------------------
	FOOTER
	--------------------------------------------*/


}

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

	/*------------------------------------------
	ÉLÉMENTS
	--------------------------------------------*/
	.contenu-section {
		width: 80%;
		margin: auto;
	}


	/*------------------------------------------
	HEADER
	--------------------------------------------*/




	/*------------------------------------------
	NAV
	--------------------------------------------*/

	/*------------------------------------------
	Section2
	--------------------------------------------*/
	.bloc-presentation {
		width: 33.333333%;
	}
	/*left*/
	#legende1,
	#legende4,
	#legende7,
	#legende10 {
		margin-left: 0 !important;
	}
	/*center*/
	#legende2,
	#legende5,
	#legende8,
	#legende11 {
		margin-left: 10% !important;
	}
	/*right*/
	#legende3,
	#legende6,
	#legende9,
	#legende12  {
		margin-left: 20% !important;
	}




	/*left*/
	#pochette-1 {
		margin-left: 0;
	}
	#pochette-4 {
		margin-left: 0;
	}
	#pochette-7 {
		margin-left: 0;
	}
	#pochette-10 {
		margin-left: 0;
	}
	/*center*/
	#pochette-2 {
		margin-left: 10%;
		margin-right: 10%;
	}
	#pochette-5 {
		margin-left: 10%;
		margin-right: 10%;
	}
	#pochette-8 {
		margin-left: 10%;
		margin-right: 10%;
	}
	#pochette-11 {
		margin-left: 10%;
		margin-right: 10%;
	}
	/*right*/
	#pochette-3 {
		margin-left: 20%;
	}
	#pochette-6 {
		margin-left: 20%;
	}
	#pochette-9 {
		margin-left: 20%;
	}
	#pochette-12 {
		margin-left: 20%;
	}


	/*------------------------------------------
	ost-sound-design
	--------------------------------------------*/
	.bloc-video-presentation {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.bloc-video-presentation-left {
		padding-right: 1.5rem;
	}
	.bloc-video-presentation-right {
		padding-left: 1.5rem;
	}
	/*------------------------------------------
	section contact
	--------------------------------------------*/
	#contact p {
		padding-top: 3rem;
		padding-bottom: 20rem;
	}

}
@media screen and (max-width: 1279px) {
	#navigation-site-ordi {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	/*------------------------------------------
	ÉLÉMENTS
	--------------------------------------------*/
	#contenu-header {
		width: 1080px;
	}
	#contenu-header a {
		font-size: 14px !important;
	}
	.contenu-section {
		width: 1080px;
	}

	/*------------------------------------------
	HEADER
	--------------------------------------------*/




	/*------------------------------------------
	NAV
	--------------------------------------------*/
	#burger {
		display: none;
	}
	#navigation-site-ordi {
		position: absolute;
		top: 3.4rem;
		right: 0;
		z-index: 666;
	}
	#navigation-site-ordi li {
		display: inline-block;
		padding-left: 3rem;
	}
	#navigation-site-ordi li a {
		font-size: 1.3rem;

	}
	#navigation-site-ordi li a:hover {
		opacity: .4;
	}
	/*------------------------------------------
	Section1
	--------------------------------------------*/
	#wrapper h1 {
		width: 1080px;
		padding-top: 18rem;
		padding-bottom: 18rem;
	}



	/*------------------------------------------
	Section2
	--------------------------------------------*/
	


	/*------------------------------------------
	FOOTER
	--------------------------------------------*/
	footer {
		width: 1080px;
	}
}

























