html, body
{
	background-color: #F1F1F1;
	height:90%;
	min-width: 700px;
	
}

.bvn
{
	display:flex;
	justify-content:center;
	font-size: 48px;
	color: #292D3;
	height-min: 60%;

}


.ligne
{
	justify-content: space-around;


	display:flex;
	height-min: 80%;
}
.ligneb
{
	justify-content: space-between;
	display:flex;
	height-min: 80%;
	width: 350px;
	height: 120px
}
.colone1
{

    display: flex;
    justify-content: center;
	border-right:2px solid #00ccfc;
	width: 50%;
	height: 100%;
}
.colone2
{
    display: flex;
    justify-content: center;

	width: 50%;
	height: 100%;
}
.colone3
{
  display: flex;
  align-items: center;
  justify-content: center;
}