.home {
	background-image: url("../../images/cercleoptimanew.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	box-sizing: border-box;
	hyphens: manual;
	align-content:center;
}

.homefont {
	color: #FFFFFF;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	line-height: 2em;
	font-size: 16px;
	letter-spacing: -0.9px;
	padding-right: 10px;
}

.homefont2 {
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	text-align: justify;
}

.homefront3 {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1em;
}

.homeform {
	width: 150px;
	height:100%;
}

.homeform2 {
	width: 250px;
	height:100%;
}



.hometitle {
	padding: 0;
	margin: 0;
	line-height: 1;
	color:#FFFFFF;
	text-align: center;
	font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-weight: 600;
	font-size: 40px;
	display: inline-block;
	
}

.homeimage {
	vertical-align: middle;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

.homeelement {
	box-sizing: border-box;
}



