

#Vigneron {
  background-image: url("img/papaTaille2.jpeg");
  
  height:400px;
 
  width: 100%;
  position:static;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
#Vigneron p {
	text-align:center;
	color:white;
	margin-left:20%;
	margin-right:20%; 
	padding-top: 5%;
	margin-bottom:10%;
	font-size:20px; 
	font-style: italic;
}

.imgAncien{

	position:static;
	
	max-width:55%;
	max-height: 50%;
	margin-top: 25%;
	align-items:center;
	border-radius: 10px;
}
#imgAncien{	
	height:322px;
	padding-left: 10%;
	
	
}
#texte{

	background-color: white;
	max-height: 500px;
	max-width:100%;
	
}
#texte p {
	margin-top: 5%;
	font-size:20px;
	text-align: center;
	color:black;
	margin-right: 5%;
	margin-left: 5%;
	text-align: justify;
	padding-left: 20px;;
	border-left :groove;


}
.title{	
	font-size: 25px;
	margin-top: 5%;
	text-align: center;
	font-style: italic;
	color:rgb(162, 137, 81);

}
@media (max-width: 600px){
	body{
		overflow:scroll;
	}
	#Vigneron {	
		
		height:500px;
	}
	.imgAncien{
		display:inline-block;
		position:relative;
		max-width:40%;
		max-height: 35%;
	}
	#imgAncien{	
		
		padding-left: 7%;
		
		
	}
	.title{
		margin-top:0;
	}
	#texte{

		
		max-height: 1000px;
		max-width:100%;
		
	}
}
