.image3
{
	max-width: 98%;
	max-height: 14.5vw;
	margin: auto;
}
.ligne_case
{
	margin-bottom: 0px;
}
.case1
{
	width: 20vw;
	height: 19vw;
	flex: 1;
	margin: 5px;
	border: 0.1vw black solid;
	background-color: rgb(225,225,200);
}
.case1:hover
{
	width: 20vw;
	height: 19vw;
	flex: 1;
	margin: 5px;
	border: 0.1vw white solid;
	background-color: rgb(225,225,200);
}
.case1:hover .case1_sous
{
	width: 100%;
	height: 100%;
	opacity: 0.2;
	transition-property: opacity;
	transition-duration: 0.5s;
}
.case1:hover .description_choix
{
	opacity: 1;
	overflow: hidden;
	margin-top: 4vw;
	transition-property: opacity margin-top;
	transition-duration: 0.5s;
	color: black;
}
.case2
{
	flex: 1;
	margin: 6px;
}
.case1_sous
{
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-duration: 0.5s;
	transition-property: opacity;
}
.texte_case
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-style: normal;
}
.sous_case
{
	display: flex;
	margin: auto;
	width: 20vw;
	height: 80%;
	padding: 0px;
	border: 0.1vw gray solid;
}
.description_choix
{
	position: absolute;
	width: 21.5vw;
	margin-top: 12vw;
	margin-left: 0.5vw;
	opacity: 0;
	color: black;
	overflow: hidden;
	transition-property: opacity margin-top;
	transition-duration: 0.5s;
}
.p0
{
	font-style: italic;
}
.p2-2
{
	justify-content: space-around;
}
.p2-3
{
	justify-content: space-around;
}
.ajout
{
	font-size: 0.9vw;
	color: black;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-right: 8px;
	margin-top: -1.75vw; 
}
.visu_ven
{
	font-size: 2vw;
	color: rgb(150,150,150);
	font-style: normal;
	font-weight: bold;
	margin: auto;
}