* {
	/*border: solid 0.1px red;*/
	
}


@font-face {
    font-family: "LatoLatin-Thin";
    src: url('LatoLatin-Thin.ttf');
}

@font-face {
    font-family: "LatoLatin-Regular";
    src: url('LatoLatin-Regular.ttf');
}

@font-face {
    font-family: "LatoLatin-Heavy";
    src: url('LatoLatin-Heavy.ttf');
}


html, body {
	margin: 0;
	padding: 0;	
	
}

#headerframe {

	padding: 10px;
	margin: 0;
	
	background-image:url(inox.jpg);
	background-position:center center;
	background-size: cover;
	
}



#header {

	height: 60px;
	background-color: rgba(255,255,255,0.2);
	padding: 20px;
	padding-right: 0px;
	margin: 0;


}

@media only screen and (max-width:500px) {

#headerframe {
	
	padding: 0;
	
	
}

#header {

	padding: 10px;
	
}

}

/*
@media only screen and (max-width:1000px) {
	
	#home {
		background-image:url(fond-low.jpg);
	}
}

@media only screen and (min-width:1000px) {
	
	#home {
		background-image:url(fond-high.jpg);
	}
}
*/
#home {

	height: auto;
	min-height: calc( 700px + 4vh);
	
	background-position:center center;
	background-size: cover;
	
	background-color: rgba(240,240,240,1);
	
	margin: 0;
	padding: 0;
		
}

#photo-machine {
	
	
	height: 100vh; /*- 110px - 4vh*/
	
	width: auto;
	
	margin-top: 2vh;
	margin-bottom: 2vh;
	margin-left: 10%;
	margin-right: 5%;
	
	float: left;
	
	
}

@media only screen and (max-height: 700px) {
		
	#photo-machine {
			
		height: 700px;
		
	}
	
}


#text-machine {

	width: 60%;
	

}

h1 {

	height: 60px;
	width:300px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	color: rgba(66,133,244,1);
	font-size: 40px;
	font-family:'LatoLatin-Regular', sans-serif;
	
	line-height: 70px;

}


.text-droite {

	margin-top: 2vh;
	margin-bottom: 2vh;
	
	padding-top: 5vh;
	display: inline-block;
	text-align: center;
	min-height: calc(100vh - 5vh);
	height: auto;
	width: calc( 100% - 15% - 10% - 1097 / 2524 * 100vh );
	
	
	background-color: white;
	
	background-image:url(sachet.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
	
	
	
}

@media only screen and (max-height: 700px) {

	.text-droite {
		
		width: calc( 100% - 15% - 10% - 1097 / 2524 * 700px );

	}
	
}


@media only screen and (min-height: 900px) {
	
	
	.text-droite {
		padding-top: 10vh;
		min-height: calc(100vh - 10vh);
		
	}
	
}


.text-droite p {
	
	color: #333333;
	text-align: justify;
	font-family: 'LatoLatin-Regular', sans-serif;
	font-size: 17px;
	
	margin-left: 50px;
	margin-right: 50px;
	
	
	padding-left: 10%;
	padding-right: 10%;
	
	padding-top: 12px;
	padding-bottom: 10px;
	
	background-color: rgba(254,254,254,0.8);
	
}

#vp {
	padding-top: 22px;
	padding-bottom: 20px;
	
	border: 1px solid #333333;
	background-color: white;
	
	font-size: 21px;
	
	
}

#MIF {
	
	text-align: center;
	font-size: 19px;
	
}

@media only screen and (max-width: 1000px) {
	
	
	.text-droite {
		
		width: 100%;
	}
	
	#photo-machine {
	
		margin-left: calc( ( 100% - 1097 / 2524 * 100vh ) / 2 );
		
		margin-right: auto;
		
	}
	
	.text-droite p {
		
		margin-left: 20px;
		margin-right: 20px;
		
		padding-left: 5%;
		padding-right: 5%;
		
		font-size: 15px;
		
	}
	
	#vp {
	
		font-size: 19px;
	}
	
	#MIF {
	
		font-size: 17px;
	
	}
	
	@media only screen and (max-height: 700px) {/**/

	#photo-machine {
	
		margin-left: calc( ( 100% - 1097 / 2524 * 700px ) / 2 );
		
		margin-right: auto;
		
	}
}
	
}





#cadre-joint {
	
	height: 300px;
	width: calc( 100% - 15% - 26px - 1097 / 2524 * 100vh - 300px * 1137 / 782 );

	display: inline-block;

}



#photo-sachet {
	
	
	height: 300px;
	width: auto;

	float: right;
	
}



#section1 {
	
	height: 10px;
	/*height: auto;
	min-height: 100vh;*/
	
	background-color: #F9F8F8;
	
	margin: 0;
	padding: 2%;
	padding-bottom: 0;
	
}




#footer {

	height: auto;
	
	background-color: #333333;
	
	margin: 0;
	
	
	font-size: 18px;
	font-family:'LatoLatin-Thin', sans-serif;
	color: white;
	
}


#logo {
	
	width: 260px;
	height: 60px;
	/*background-color: rgba(255,255,255,0.8);*/
	border-radius: 10px;
	border: 1px solid rgba(66,133,244,1);
	 
	
	color: rgba(66,133,244,1);
	
	font-size: 30px;
	font-family: 'LatoLatin-Heavy', cursive;
	
	line-height: 60px;
	text-align: center;
	
	float: left;

}



@media only screen and (max-width:500px) {
	#logo {
	
	width: 250px;
	
	}
	
}

/* Responsive Navigation styles begin here */

nav > input,
.nav-button {
 
	display: none; /* hidden on large screens */
	
}

 .nav-inner {
	  
	float: right;
	width: 710px; 
   
  }

.menu {
	
	width: 210px;
	height: 60px;
	border-radius: 0px;
	
	background-color: transparent;

	font-size: 20px;
	font-family:'LatoLatin-Thin', sans-serif;
	
	color: #333333;
	
	
	margin-right: 20px;
	
	line-height: 62px;
	
	text-align: center;
	
	display: inline-block;	
	
	
}

.menu:hover {
	
	background-color: rgba(0,0,0,0.04);
	
}


/* small screens styles */
@media only screen and (max-width: 1100px) {
	
 .nav-inner {
	  
	
	transform: translateX(-200%);
	will-change: transform;
	 
   position: absolute;
   width: calc(100% - 60px);
   margin-top: 60px;
   padding-bottom: 20px;
   background-color: transparent;
    
  }
  
  @media only screen and (max-width: 500px) {
	
 .nav-inner {
  
	width: calc(100% - 20px);
  
  }
  
  }
  
  /* here's goes the slide effect */
 
 input:checked ~ .nav-inner {
	
    transform: translateX(0px);
	transition: transform .2s;
	
  }
 

  
  /* Button deco hamburger */
  .nav-button {
	 
	display: block;
	position: absolute;
    width: 50px;
	height: 50px;
	right: 30px;
	
	background-color: transparent;
	
    cursor: pointer;
	
}
  
@media only screen and (max-width:500px) {
  
    .nav-button {
	 
		right: 10px;
	
  }
  
} 
  
.ham{
	width: 50px;
	height: 10px;
	background-color: #333333;
	margin-bottom: 11px;
	border-radius: 4px;
	  
	  
  }
  
  /*mise en forme menu block*/
.menu {
	width: 100%;
	height: 60px;
	border-radius: 10px;
	
	margin-top: 10px;
	

	background-color: #333333;

	font-size: 25px;
	
	margin-right: 0;
	margin-left: 0px;
	
	line-height: 60px;
	
	text-align: center;
	
	color: white;
	
	
	
}

.menu:hover {
	
	background-color: #4C4B4B;
	
	
}


}


a {
 
	text-decoration: none;
 
}



}

#inscription0 {


	width: 400px;
	height: 200px;

}

#inscription {
	
	text-align: center;
	color: black;
	
	margin-top: 20px;
	
	font-size: 25px;
	font-family:'LatoLatin-Regular', sans-serif;
	
}



/* cadre inscription */
#mc_embed_signup {
	
	width: calc(90% - 40px);
	max-width: 400px;
	/*height: 140px;*/
	border-radius: 5px;
	
	padding: 20px;
	
	background: rgba(255,255,255,0.1);
	/*clear:left;*/
		
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	
}


/* adresse mail */
#mc_embed_signup .email {
	
	
		
	width: calc(100% - 30px);
	height: 40px;
	border-radius: 5px; 
	
	margin: 0;
	padding: 15px;

	border: 1px solid black; 
	
	background-color: white;
	
	
	font-size: 20px;
	font-family:'LatoLatin-Thin', sans-serif;
	
	
	
}

	
/* bouton sign up */
#mc_embed_signup .button {
	
	width: 100%;
	height: 50px;
	
	margin-top: 10px;
	
	border-radius: 5px; 
	border: none;
	text-decoration: none;
	cursor: pointer;
	background-color: rgba(66,133,244,0.6);
	
	font-size: 20px;
	font-family:'LatoLatin-Regular', sans-serif;
	color: white;
	
}

#mc_embed_signup .button:hover {
	
	
	background-color: rgba(66,133,244,0.8);
	
	border: 1px solid rgba(66,133,244,1);
	
}
	
	

.article {

	width: 92%;
	
	/*max-width: 400px;*/

	min-height: 400px;

	background-color: white;
	
	margin-bottom: 2%;
	padding: 4%;
	
	
	
	display: inline-block;

}	

h2 {
	
	font-size: 20px;
	font-family:'LatoLatin-Regular', sans-serif;
	color: #333333;
	
	
	
}


h3 {
	
	font-size: 15px;
	font-family: 'LatoLatin-Regular', sans-serif;
	color: #333333;
	
	
}

/*
@media only screen and (max-width:1000px) {

img {
	
	width: 80%;
	max-width: 500px;

	
}

}

*/


.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: #333333;
	opacity: 0.5;
	
	display: inline-block;	
	
	
	
		
}


@media only screen and (max-width: 1100px) {

.adresse {

	height: 150px;
	width: 100%;
	min-width: 250px;

	text-align: center;

	display: inline-block;
	
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 60px;
	margin-bottom: 40px;	
	
	
}


#nav-back {

	width: 100%;
	height: 64px;
	display: inline-block;
	text-align: center;
	
	margin-bottom: 60px;	
	

}



}


#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;
	
}


