body{
	min-height: 100%;
	min-width: 100%;
}
.content{
	background-image: url("img/caveau-min.JPG");
	
	height: 100%;
	width:100%;	
	align-items:center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 5%;
	
}
.box{
	box-shadow: 10px 5px 5px black;
	margin:auto;
	display:inline-block;
	align-items: center;
	height:650px;
	background-color:white;
	margin-top:3vh;


}

.box p span {
	color:rgb(162, 137, 81);
  font-style: italic;
 
  margin-left: 2%;
}
.box img{
	
	width:185px;
	height:155px;
	
	margin-bottom:2%;
}
.box{
	text-align: center;
}
.box p{
	 font-size:18px;
	 
}
.box h4{
	font-size:15px;
	
	font-weight: bold;
}
.reseaux{
	border-radius: 10px;
	
	
	
	
}
#left{
	margin-left:20vw;

}
#right{
	margin-right:20vw;
}
.reseaux img{
	height:100px;
	width: 100px;
	margin-left:4vw;
	
}
.reseaux p {
	color:rgb(162, 137, 81);
	 margin-top:2%;
	font-style: italic;
	margin-left:40vw;
	font-size: 25px;
}


@media (max-width: 600px){
	.box{
		display: block;
		height:25%;
		width:75%;
	}
	.box p{
		font-size:10px;
		text-align: center;
   }
	.box img{
	
		width:50px;
		height:60px;
		margin-left:36%;
		margin-bottom:2%;
	}
	.reseaux{
		border-radius: 10px;
		margin-left:30%;
		
		
	}
	.reseaux p {
		
		font-size: 15px;
		text-align:center;
		margin-left:-30%;
	}
	.reseaux img{
		height:50px;
		width: 50px;
		margin-left:4%;
	}

}