/*fichier css par Alexandra Denis*/



/*__________________________________________________________________________*/
/*___________________________________-IMPORT POLICES-______________________*/
/*________________________________________________________________________*/
@font-face {
font-family: 'Janitor';
src: url('font/Janitor.ttf');
src: url('font/Janitor.ttf') format('truetype');
src: url('font/Janitor.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

/*__________________________________________________________________________*/
/*________________________________-BALISES PRINCIPALES-____________________*/
/*________________________________________________________________________*/


*{
	margin: 0;
  padding: 0;
}


h1{
  font-family: 'Janitor', arial, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 5em;
  text-shadow: -4px -5px 0 rgb(215, 101, 31);
  text-align: center;
}

h2{
	font-family: arial, sans-serif;
	font-size: 1.5em;
  margin-bottom: 70px;
  color: rgb(46, 49, 146);
}

h3{
  font-family: 'Janitor', arial, sans-serif;
  color: black;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 2.5em;
}

h3 span{	
  color: #febb01;
}


body{
	font-family: arial;
	font-size: 12px;
}

.cb{
	clear: both;
}

#button{
  height: 22px;
  border: 2px solid rgb(46, 49, 146);
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-top: 13px;

}

p span{
  font-weight: bold;
}

/*__________________________________________________________________________*/
/*_____________________________________-HEADER-____________________________*/
/*________________________________________________________________________*/
header{
	background-color: white;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 2;
  box-shadow: 0px 12px 37px rgba(87, 71, 61, 0.1);
  overflow: hidden;
}

header img{
  position: absolute;
  top: 16px;
  left: 20%;
}

header nav{
  display: block;
  margin: 0 auto;
}

header nav ul{
  position: absolute;
  left: 50%;
}

nav ul li{
  height: 35px;
  float: left;
  border-bottom: solid 1px transparent;
  color: rgb(46, 49, 146);
  list-style: none;
  margin-top: 15px;
  font-size: 2em;
  margin-right: 40px; 
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

nav ul li:hover{
  border-bottom: solid 1px rgb(46, 49, 146);
}


/*__________________________________________________________________________*/
/*______________________________________-HOME-_____________________________*/
/*________________________________________________________________________*/

/*#home img{
	width: 100%;
	position: fixed;
	z-index: -2;
}*/

#home{
	width: 100%;
	height: 800px;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#home .title{	
  position: absolute;
  top: 44%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-4deg);
  -ms-transform: translate(-50%, -50%) rotate(-4deg);
  -webkit-transform: translate(-50%, -50%) rotate(-4deg);
  transform: translate(-50%, -50%) rotate(-4deg);
}


/*__________________________________________________________________________*/
/*______________________________________-ABOUT-____________________________*/
/*________________________________________________________________________*/

#about{
	height: 1000px;
	background-color: white;
  overflow: hidden;
}

#about article{
	padding: 70px 25px 25px 25px;
	text-align: center;
	margin-bottom: 150px;
}

#about article img{
	margin-bottom: 10px;
}

.container{
  height: 200px;
}

.left, .right{
  width: 49%;
  float: left;
}

.right{
  font-size: 1.3em;
}

.right img{
  float: left;
}

.right ul{
  text-align: left;
  margin-left: 160px;
  margin-top: 8px;
}

.right ul li{
  list-style: none;
  margin-bottom: 15px;
}

.right ul li span{
  padding: 4px;
  border: 1px solid black;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}

.right ul li ul{
  margin-left: 60px;
  margin-top: -14px;
}

.right ul li ul li{
  float: left;
  margin: 0 10px 10px 10px;
}

#about .left p{
  font-size: 1.2em;
  text-align: justify;
  margin: 0 60px 0 20%;
}

#about .colonne p{
  margin: 0;
  text-align: center;
  display: inline;
  text-transform: uppercase;
}

.colonne{
	display: block;
  width: 33.2%;
 	float: left;
 	text-align: center;
}

.colonne img{
  	border-radius: 115px;
  	opacity: 0.9;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 50%;
}

.colonne img:hover{
	opacity: 1;
}


/*__________________________________________________________________________*/
/*_____________________________________-SOCIAL-____________________________*/
/*________________________________________________________________________*/

.social{
  background-color: white;
  height: 60px;
}

.social nav{
  width: 255px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

.social ul{
  text-align: center;
}

.social ul li{
  font-size: 1em;
  height: 20px;
}

.facebook{
  background-image: url(../images/facebook.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 12px 31px 0 0;
}

.facebook:hover{
  border-bottom: solid 1px transparent;

}