@charset "UTF-8";

html,
body {
	height: 100%;
}

body{
	
	margin:0;
	padding:0;
	font-family:avenirregular, "Myriad Pro", Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	background-color:white;
	width:100%;
	color:#989898;
	
}

/* TYPOGRAPHIE */

@font-face {
    font-family: 'capture_itregular';
    src: url('polices/capture_it-webfont.eot');
    src: url('polices/capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/capture_it-webfont.woff2') format('woff2'),
         url('polices/capture_it-webfont.woff') format('woff'),
         url('polices/capture_it-webfont.ttf') format('truetype'),
         url('polices/capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'genuineregular';
    src: url('polices/genuine-webfont.eot');
    src: url('polices/genuine-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/genuine-webfont.woff2') format('woff2'),
         url('polices/genuine-webfont.woff') format('woff'),
         url('polices/genuine-webfont.ttf') format('truetype'),
         url('polices/genuine-webfont.svg#genuineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
  font-family: 'Avenirlight';
  src: url('polices/AvenirNextLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'),
  		url('polices/AvenirNextLTPro-UltLtCn.otf')  format('opentype'),
	     url('polices/AvenirNextLTPro-UltLtCn.woff') format('woff'), 
		 url('polices/AvenirNextLTPro-UltLtCn.ttf')  format('truetype'), 
		 url('polices/AvenirNextLTPro-UltLtCn.svg#AvenirNextLTPro-UltLtCn') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'avenirregular';
    src: url('polices/AvenirNextLTPro-Regular.eot');
    src: url('polices/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('polices/AvenirNextLTPro-Regular.woff2') format('woff2'),
         url('polices/AvenirNextLTPro-Regular.woff') format('woff'),
         url('polices/AvenirNextLTPro-Regular.ttf') format('truetype'),
         url('polices/AvenirNextLTPro-Regular.svg#avenirregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Aveniritalic';
  src: url('polices/AvenirNextLTPro-It.eot?#iefix') format('embedded-opentype'), 
  		url('polices/AvenirNextLTPro-It.otf')  format('opentype'),
	     url('polices/AvenirNextLTPro-It.woff') format('woff'), 
		 url('polices/AvenirNextLTPro-It.ttf')  format('truetype'), 
		 url('polices/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirDemi';
  src: url('polices/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),  
  		url('polices/AvenirNextLTPro-Demi.otf')  format('opentype'),
		url('polices/AvenirNextLTPro-Demi.woff') format('woff'), 
		url('polices/AvenirNextLTPro-Demi.ttf')  format('truetype'), 
		url('polices/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'modernregular';
    src: url('polices/mod20-webfont.eot');
    src: url('polices/mod20-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/mod20-webfont.woff2') format('woff2'),
         url('polices/mod20-webfont.woff') format('woff'),
         url('polices/mod20-webfont.ttf') format('truetype'),
         url('polices/mod20-webfont.svg#modern_no._20regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h2, h3 {
	margin-top: 0;
}

h1 {
	
	font-size: 6em;
	color: white;
	font-family: modernregular, Baskerville, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
	font-weight: normal;
	
}

h2 {
	
	font-size:4em;
	color:black;
	font-family:modernregular, Baskerville, "Century Schoolbook L", "Times New Roman", serif;
	font-weight:normal;
	
}

h3 {
	
	font-size:2.6em;
	color:black;
	font-family:modernregular, Baskerville, "Century Schoolbook L", "Times New Roman", serif;
	font-weight:normal;
	
}

p {
	
	font-family:avenirregular, "Myriad Pro", Arial, sans-serif;
	font-size:1.2em;
	text-align:left;
	
}

hr {
	
	height: 1px;
    background-color: rgba(230,230,230,1.00);
    border: none;
	margin:0;
	
}

/* STRUCTURE */

#header-container {
	height:100%;
	min-height: 1200px;
}

#header {
	
	width: 100%;
	height: 100%;
	background: url(images/bg1.jpg) no-repeat center center fixed;
	background-size: cover;
	border-top: 3px solid white;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

#logo {
	
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-bottom: 100px;
}

#logo>a>img {
	
	width:500px;
	margin:0 auto;
	display:block;
	
}

nav {
	margin-top:10px;
	position:fixed;
}

#nav {
	
	/*display:inline-block;
	margin-top:10px;
	position:fixed;
	*/
}



#nav li {
	
	display:block;
	list-style:none;
	margin-bottom:20px;
	
}

#nav li>a {
	
	font-size: 2em;
	font-family: modernregular, Baskerville, "Century Schoolbook L", "Times New Roman", serif;
	color: white;
	text-decoration: none;
	
}

#nav li>a.noir {
	
	color: black;
	
}

#nav li>a.noir::before {
	
	background-color:rgba(0, 0, 0, 1);
	border:1px solid #000000;
	
}

#nav li>a::before {
	
	content:" ";
	background-color:rgba(244,244,244,1.00);
	width:7px;
	height:7px;
	border:1px solid white;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	-moz-transition:ease background-color 0.5s;
	-ms-transition:ease background-color 0.5s;
	-o-transition:ease background-color 0.5s;
	-webkit-transition:ease background-color 0.5s;
	transition:ease background-color 0.5s;
	margin-right:10px;
	vertical-align:middle;
	
}

#nav li:hover>a::before,
#nav li>a.active::before {
	
	background-color:rgba(244,244,244,0);
	
}



/* Contenu */

#header h1+p {
	
	font-family:'capture_itregular', Helvetica, Arial, sans-serif;
	color:#525252;
	font-size:2.5em;
	text-align:center;
	font-style:normal;
	margin-bottom:150px;
	
}

#header p {
	
	color:white;
	font-style:italic;
	width:65%;
	margin:10px auto;
	text-align:center;
	
}

img.mediator {
	
	width:58px;
	height:57px;
	display:block;
	margin:100px auto;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

img.mediator:hover {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

main {
}

/* Le prof */

.section {
	
	padding: 100px 300px 100px 300px;
	
}

.s2 {
	margin: 0 auto;
	max-width: 1600px;
}

div.bloc_text {
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
}

#leprof div.bloc_text {
	
	margin-bottom:100px;
	
}

#leprof div.bloc_text:first-of-type img {
	float: right;
	margin-left: 5%;
}

#leprof div.bloc_text:last-of-type img,
.lescours div.bloc_text:last-of-type img {
	float: left;
	margin-right: 5%;
}

/*
#leprof div.bloc_text:first-of-type {
	
	margin-right:5%;
	margin-left:0;
	
}
*/

#leprof div.bloc_text p,
.lescours div.bloc_text p {
	
	margin-top:0;
    line-height: 1.5em;
	
}


#leprof img,
.lescours img {
	
	width:45%;
	display:inline-block;
	vertical-align:top;
	
}

.lescours div.bloc_text {
	margin-top: 50px;
}

/* Le prof - mon parcours*/

.parcours {
	background: url(images/guitare.svg) no-repeat top 350px center;
	background-size: auto 1000px;
	margin: 0 auto;
	max-width: 1600px;
}

.parcours header {
	margin-bottom: 100px;
}

.parcours article {
    /*position: static;*/
    margin-bottom: 50px;
}

.parcours footer {
	background: none;
	height: 100%;
	padding: 0;
}

.parcours footer p {
	text-align: inherit;
	color: inherit;
	font-size: 1.2em;
}

.parcours div {
	max-width: 500px;
	margin: 0 auto;
}

.parcours div,
.parcours h3 {
	position: relative;
}

.parcours h3 {
	margin: 10px auto;
	text-align: center;
}

.parcours div p {
	width: 500px;
	margin: 0 auto;
}

.parcours div.desc1+h3 {
	
}

.parcours div.desc6 {
	left: -300px;
	margin-bottom: 60px;
}

.parcours div.desc1 {
	left: 400px;
	top: -90px;
	/* margin-bottom: 100px; */
}

.parcours div.desc2 {
    top: -70px;
    left: -320px;
    margin-bottom: 70px;
}

.parcours div.desc3 {
	top: -50px;
	left: 400px;
}

.parcours div.desc3+h3 {
	top: -120px;
	margin-bottom: 50px;
}

.parcours div.desc4 {
	top:-100px;
	left: -350px;
}

.parcours div.desc4+h3 {
    top: -110px;
}

.parcours div.desc5 {
	top: -175px;
	left: 400px;
}

.parcours div.desc5 p {	
	width: 350px;
}

/* Guitare */

.guitare {
	background: url(images/bd2.jpg) no-repeat 50% 50% fixed;
	background-size: cover;
	width: 100%;
	height: 715px;
}
	
/* Les cours */

.lescours, .formules {
	
	background-color:#eaeddd;
	padding-bottom:150px;
	
}

.s3 article {
	margin: 0 auto;
	max-width: 1600px;
}

.formules article {
	margin: 0 auto;
	max-width: 1600px;
}

.formules img:first-of-type {
	margin-top: 50px;
}

.lescours img + div.bloc_text {
	margin-top: 20px;
}

.colonne {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}

.colonne p {
	text-align: center;
	padding: 0;
	margin: 15px;
	font-size: 1em;
}

.colonne p.nomformule {
	
	margin-top: 50px;
	
}

p.nomformule::before,
p.nomformule::after {
	
	content:" ";
	background-color:#989898;
	width:7px;
	height:7px;
	display:inline-block;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	float:left;
	margin-top:4px;
	
}

p.nomformule::after {
	
	float:right;
	
}

/* Contact */

.contact {
	
	background:url(images/bg3.jpg) no-repeat center center fixed;
	background-size:cover;
	min-height:900px;
	
}

.s4 article {
	margin: 0 auto;
	max-width: 1600px;
}

.contact h2 {
	
	color:white;
	
}

.contact div.coordo {
	
	border-top: 2px solid white;
    padding-top: 5px;
    width: 400px;
    float: right;
	color: white;
    margin-top: -130px;
	
}

.contact div.coordo img {
	
	width:290px;
	
}

.coordo p {
	
	font-family:genuineregular, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:2.2em;
	padding:0;
	margin:0;
	
}

.contact a,
.contact a:hover {
	
	color:white;
	text-decoration:none;
	
}

/* plan */

.s5 {
	padding: 0px;
	margin-bottom: -5px;
	margin-top: 1px;
}

/* footer */

footer {
	background-color: #dcdcdc;
	width: 100%;
	height: 200px;
	padding-top: 100px;
}

footer p:first-child {
	margin-top: 0;
}

footer p {
	text-align: center;
	color: black;
	font-size: 1em;
}

footer a {
	color: #444444;
	text-decoration: none;
	-moz-transition: all ease-in 0.4s;
	-ms-transition: all ease-in 0.4s;
	-o-transition: all ease-in 0.4s;
	-webkit-transition: all ease-in 0.4s;
	transition: all ease-in 0.4s;
}

footer a:hover {
	color: black;
	text-decoration: underline;
	-moz-transition: all ease-in 0.4s;
	-ms-transition: all ease-in 0.4s;
	-o-transition: all ease-in 0.4s;
	-webkit-transition: all ease-in 0.4s;
	transition: all ease-in 0.4s;
}

#logo-footer {
	font-family:'capture_itregular', Helvetica, Arial, sans-serif;
}

p#droits {
	margin-bottom: 30px;
}

p#droits::before,
p#droits::after {
	
	content:" ";
	background-color: black;
	width:7px;
	height:7px;
	display:inline-block;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin: 0px 20px;
	
}
