.homescreen_global
{
    position: fixed;
	width: 100%;
	height: 100%;
    left: 0px;
    top: 0px;
}

.homescreen_logo_cloud
{
    position: absolute;
    top: 2.5vw;
	left: 3vw;
	height: 3vw;
    max-height: 100%;
    width: auto;
}

.homescreen_logo_cloud2
{
    position: absolute;
	left: 30vw;
    top: 20vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.homescreen_logo_client
{
    position: absolute;
    top: 2vw;
	left: 3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.homescreen_nom_site
{
    position: absolute;
    top: 6%;
    left: 0px;
	width: 100%;
    text-align: center;
    font-size: 1.7vw;
    font-family: Calibri;
    font-weight: bold;
    color: rgb(39, 52, 139);
}

.homescreen_logo_sifoee
{
    position: absolute;
    top: 2vw;
	left: 83vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.homescreen_logo_geco
{
    position: absolute;
	top: 12vw;
	left: 25vw;
	height: 20vw;
    max-height: 100%;
    width: auto;
}

.homescreen_log_in_div
{
    position: absolute;
    width: 60%;
    height: 20%;
    left: 20%;
    top: 70%;
}

.homescreen_log_in_div_cloud
{
    position: absolute;
    width: 60%;
    height: 20%;
    left: 20%;
    top: 40%;
}

.homescreen_error
{
	position: absolute;
    height: 40px;    
    width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	color: red;
}

.homescreen_log_in_username
{
	position: absolute;
    height: 2.1vw;    
    width: 16.1vw;
	left: 36%;
	top: 25%;
    font-family: Calibri;
    font-size: 1.4vw;
}

.homescreen_log_in_password
{
	position: absolute;
    height: 2.1vw;    
    width: 16.1vw;
	left: 36%;
	top: 65%;
    font-family: Calibri;
	font-size: 1.4vw;
}

.homescreen_init_mdp_password
{
	position: absolute;
    height: 2.1vw;    
    width: 16.1vw;
	left: 36%;
	top: 25%;
    font-family: Calibri;
	font-size: 1.4vw;
}

.homescreen_log_in_button
{
	position: absolute;
    left: 65%;
    top: 59%;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

/*Lamiel : style du bouton pour envoyer un mail pour l'oubli de mot de passe*/
.homescreen_init_mdp_button
{
	position: absolute;
    left: 65%;
    top: 1.5vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}



.homescreen_log_in_button2
{
    position: relative;
    top: 500px;
    left: 900px;
    display: inline-block;
    font-size: 20px;
    background-color:lightseagreen;
}

.homescreen_disconnect_button2
{
    position: relative;
    top: 500px;
    left: 900px;
    display: inline-block;
    font-size: 20px;
    background-color: lightseagreen;
}