
*
 {
	/*border: solid 1px red;
	opacity: 0.8;*/
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('Roboto-Thin.ttf');
}

@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('Roboto-ThinItalic.ttf');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('Roboto-Light.ttf');
}



@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto-Regular.ttf');
}

html, body {
	
	margin: 0;
	padding: 0;	

}


a {
 
	text-decoration: none;
 
}


#home {

	height: auto;

	min-height: 100vh;
	
	
	background-position:center center;
	background-size: cover;
	
	background-color: white;
	
	background-image: url("media/P1190040-c.jpg"), url("media/P1190040-2-c.jpg");/*la 2eme image super basse résolution*/

/*opacity: 0.2;/*juste pour le dev init de la structure de la page -> à retirer*/ 
		
	
}

#header {
	
	
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,1);
	
	position: absolute;
	
}

#logo {
	
	
	float: left;
	
	
	
	margin-left: 50px;
	margin-top: 10px;
	
	
}


#logo img {
	
	
	height: 80px;
	

}

#telmail {
	
	
	float: right;
	
	height: 40px;
	width: 500px; 
	
	
	margin-right: 50px;
	margin-top: 28px;
	
	
	
	color: rgba(83,90,96,1);
	
	border: 2px solid rgba(61,120,180,1);
	
	border-radius: 20px;
	
	line-height: 40px;
	text-align: center;
	
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 14px;
	
	
}

#vp{
	
	text-align: center;
	position: absolute;
	
	width: 480px;
	height: 60px;
	line-height: 60px;
	
	background: rgba(255,255,255,0.7);
	
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 34px;
	
	color: rgba(61,120,180,1);
	
	margin-top: 300px;
	margin-left: 200px;
	


	
}

#vptext{
	
	text-align: center;
	position: absolute;
	
	width: 500px;
	height: 40px;
	line-height: 40px;
	
	background: rgba(255,255,255,0.6);
	
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 20px;
	
	color: rgba(61,120,180,1);
	
	margin-top: 400px;
	margin-left: 250px;
	

	
}



/* Responsive Navigation styles begin here */


nav > input,
.nav-button {
 
	display: none; /* hidden on large screens */
	
}

 .nav-inner {
	  
	position: absolute;
	bottom: 0;
	
	
	height: 100px;
	width: 100%;
	
	background-color: rgba(10,10,10,0.6);

   
  }


.menuaccueil {
	
	width: 203px;
	height: 50px;
	
	border: solid 1px rgba(255,255,255,0.8);
	
	margin-top: 25px;
	
	font-size: 20px;
	font-family:'Roboto-Thin', sans-serif;
	
	color: white;
	
	margin-left: calc( ( 100% - 1150px ) / 2 );
	margin-right: 25px;
	
	line-height: 50px;
	
	text-align: center;
	
	display: inline-block;	
	
	
}

.menu {
	
	width: 203px;
	height: 50px;
	
	border: solid 1px rgba(255,255,255,0.8);
	
	margin-top: 25px;
	
	font-size: 20px;
	font-family:'Roboto-Thin', sans-serif;
	
	color: white;
	
	margin-right: 25px;
	
	line-height: 50px;
	
	text-align: center;
	
	display: inline-block;	
	
	
}


.menu:hover {
	
	background-color: rgba(255,255,255,0.2);
	
}

.menuaccueil:hover {
	
	background-color: rgba(255,255,255,0.2);
	
}

#blancpresentation{
	
	height: 50px;
	background-color: white;
	
}

#blanc{
	
	height: 50px;
	background-color: white;
	
}

#section0 {
	
	background-position:center center;
	background-size: cover;
	
	background-color: white;
	
	background-image: url("media/PC120248.jpg");/*la 2eme image super basse résolution*/
	
	
	
	/*min-height: 400px;/*juste pour le dev init de la structure de la page -> à retirer*/
	padding: 100px;
	/*padding-bottom: 40px;*/
	
}


#presentation{
	
	
	width: 70%;
	background-color: rgba(255,255,255,0.7);
	
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}



#section0 p {
	
	text-align: justify;
	
	/*width: 50%;*/
	
	margin-left: auto;
	margin-right: auto;
	
	color: rgba(61,120,180,1);
	font-size: 20px;
	font-family:'Roboto-Light', sans-serif;
	
}

#section0 a {
	
	color: rgba(61,120,180,1);
	
	
}





#section1 {
	
	height: auto;
	/*min-height: 100vh;*/

	background-color: rgba(064,070,090,0.1);
	
	margin: 0;
	padding: 2%;
	padding-bottom: 0;
	
}

#centrageservices{
	
	
	

	
	width: 90%;
	margin-left: 5%;
	
	background-color: white;
	
	text-align: center;


}

.services{
	
	display: inline-block;
	
	/*border: 1px solid black;*/
	
	margin: 0;
	padding: 0;
	
	width: 33%;
	
	text-align: center;
	
	
}
.services img{
	
	margin: 0;
	margin: 0;
	
	width: 90%;

	
}



#section2 {
	
	height: auto;
	min-height: 100vh;

	background-color: rgba(064,070,090,0.1);
	
	margin: 0;
	padding: 2%;
	padding-bottom: 0;
	
}

.article {

	width: 92%;
	
	/*max-width: 400px;*/

	/*min-height: 400px;*/

	background-color: white;
	
	margin-bottom: 2%;
	padding: 4%;
	
	
	
	display: inline-block;

}


h3 {
	
	
	color: rgba(61,120,180,1);
	font-size: 20px;
	font-family:'Roboto-Thin', sans-serif;
	

}


.article p {
	
	color: rgba(064,070,090,1);
	font-size: 18px;
	font-family:'Roboto-Thin', sans-serif;
	


}

.machine {
	
	width: 90%;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}


#formulaire {
	
	background-position:center center;
	background-size: cover;
	
	background-color: white;
	
	background-image: url("media/P4100797-2.jpg");/*la 2eme image super basse résolution*/
		
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 25px;
	
	text-align: center;
	/*border-bottom: 1px solid white;*/
	
}


#formulaire h4 {
	
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
	color: rgba(61,120,180,1);
	font-size: 30px;
	font-family:'Roboto-Light', sans-serif;
	background-color: rgba(255,255,255,0.8);
	
}




#pseudo {
	
	
	width: 500px;
	height: 20px;

	background-color: rgba(255,255,255,0.8);
	
	font-size: 15px;
	font-family: 'Roboto-Light', sans-serif;
	color: black;
	
	
}

#mailcontact {
	
	
	width: 500px;
	height: 20px;

		background-color: rgba(255,255,255,0.8);
	
	font-size: 15px;
	font-family: 'Roboto-Light', sans-serif;
	color: black;
	
	
}

#sujet {
	
	
	width: 500px;
	height: 20px;

	background-color: rgba(255,255,255,0.8);
	
	font-size: 15px;
	font-family: 'Roboto-Light', sans-serif;
	color: black;
	
	
}


#textmessage {
	
	height: 200px;
	width: 500px;
	
	background-color: rgba(255,255,255,0.8);
	
	font-size: 15px;
	font-family: 'Roboto-Light', sans-serif;
	color: black;
	
}


#boutonEnvoi {
	
	width: 250px;
	height: 45px;
	cursor: pointer;
	margin-bottom: 50px;
	
	font-size: 20px;
	font-family: 'Roboto-Light', sans-serif;
	
	color: white;
	background-color: rgba(61,120,180,1);
	
	border: 1px solid white;
	border-radius: 5px;
	
}






#footer {
	
	border-top: 2px solid rgba(61,120,180,1);
	
	background: linear-gradient(0deg, rgba(83,90,96,0.8), rgba(83,90,96,1), rgba(83,90,96,1), rgba(83,90,96,0.9));
	
	min-height: 200px;/*juste pour le dev init de la structure de la page -> à retirer*/

		
	margin: 0;
	
	
	font-size: 18px;
	font-family: 'Roboto-Thin', sans-serif;
	color: white;
	
}



.adresse {

	height: 150px;
	width: calc( ( 94% - 100px ) / 3 );
	min-width: 250px;

	text-align: center;

	display: inline-block;
	
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 60px;
	margin-bottom: 40px;	
	
	
}

#nav-back {

	width: 64px;
	height: 64px;
	display: inline-block;

}


#back {
	
	width: 60px;
	height: 60px;
	
	border: 2px solid white;
	border-radius: 32px;
	
	background-color: rgba(83,90,96,1);
	opacity: 0.5;
	
	display: inline-block;	
	
		
}

#back1 {
	
	width: 25px;
	height: 2px;
	
	background-color: white;
	position: absolute;
	
	transform: translateX(26px) translateY(28px) rotate(45deg);
		
}

#back2 {
	
	
	width: 25px;
	height: 2px;
	
	background-color: white;
	position: absolute;
	
	transform: translateX(9px) translateY(28px) rotate(135deg);
	
}

#back:hover {
	
	opacity: 0.8;
	
}