
.conteneur {
		 display: flex;
  align-items: center;
  justify-content: center;
height: 100vh;
    
	
	
}
 .text {
	display: inline-block;
	position: absolute;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 5%;
	color:hsla(108,75%,65%,1.00);
	font-size:30px;
	
}


   .conteneur img { 
	height:100%;width: 100%;	
	margin-left:auto;
	margin-right:auto;


}
    
    @media (min-width: 300px){
	.conteneur img {
	width: 50vh;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.image{
	width:100vh;	
	height:auto;
}		
		
}
@media only screen and (min-width: 350px) and (orientation: landscape){
		
	.conteneur img {
	width: auto;
	height:100vh;
	margin-left:auto;
	margin-right:auto;
}
.image{
	width:100%;	
	height:auto;
}
}
	
	@media only screen and (min-width: 1000px) {

	.conteneur img {
	width: auto;
	height:100vh;
	margin-left:auto;
	margin-right:auto;
}
image{
	width:100%;	
	height:auto;
}		
	
	}