#conteneur2
{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	max-width:1000px;
	border:1px red solid;
	background-color: #dee7eb;
	padding:5px;
}

.element2
{	display:flex;
	justify-content:center;
	width:250px;
	border:1px black solid;
	margin-top:auto;
	margin-bottom:auto;
	padding:5px;
	border-radius:0 0 10px 0;
	text-align:center;
}

.element2:first-child
{
	width:150px;
	border-radius:inherit;
	font-size
}
#el1
{
	font-size:36px;
	font-weight:bold;
	color:;
	border:none;
}

#el2
{
	font-size:24px;
	background-color: #d8ffc1;
}
#el3
{
	font-size:24px;
	background-color: #d8ffc1;
}



#el2 a
{
	text-decoration:none;
}
