/*
div#body_accueil{width:100%;height:100%;margin-left:auto;margin-right:auto;background:#ffffff}


div#contenu_portail_accueil{background:#ffffff url(../img_global/accueil/bck_logo.png) no-repeat;width:341px;height:409px; margin-left:auto;margin-right:auto;display:block;}

div#haut_login{height:71px;}
div#login{height:568px;background:url(../img_global/accueil/fond_login.png) no-repeat;width:240px;margin-left:auto;margin-right:auto;}

div#login div{font-family: arial,verdana,tahoma;text-align: center;}

#Titre_Portail_Accueil{height:42px;font: bold 16px bold;color:#ffffff;padding-top:8px}
#Edito_Portail_Accueil{height:60px;font: bold 13px bold;color:#2c2b2b;padding-top:30px}
#Logo_Portail_Accueil{height:120px;background: url(../img_global/accueil/emplacement_logo.png) no-repeat;background-position:center;vertical-align: middle;}
#Logo_Portail_Accueil img{padding-left:auto;padding-right:auto;margin-top:10px}

#Identifiant_Portail_Accueil{height:50px;font: bold 12px bold;color:#2a2929;padding-top:5px;}
#MotPasse_Portail_Accueil{height:50px;font: bold 12px bold;color:#2a2929;padding-top:5px}
#Button_Portail_Accueil{height:90px;}

#Button_Portail_Accueil p.error{color:yellow; font: bold 12px bold; font-family: arial,verdana,tahoma; margin-top:5px}

#Copyright_Portail_Accueil{height:110px;background:#0e91a3;font: bold 9px bold;color:#ffffff;padding-top:50px}
#BasPage{
background: url(../img_global/accueil/fond_page_bas.png) no-repeat;
width: 345px;
height: 9px;
margin-left:-51px
}

.accueil_input{background: url(../img_global/accueil/input.png) no-repeat center center;
	background-color: transparent;
	width:189px;
	height:31px;
	padding:0px;
	padding-left:5px;
	border:0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	-webkit-appearance: none;
    border-radius: 0px;
	line-height: 30px; 
}
.accueil_submit{
	
	background-color: #00A7BE;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
width: 100px;
font-size:12px !important;
text-transform: capitalize;
margin-top:5px;
margin-bottom:5px;
padding:10px;
border:0px;
color:#ffffff;font-size:10px;
transition: all ease 0.3s;
}

.accueil_submit:hover{
	transform: scale(1.1);
	filter: drop-shadow(0 0 4px black);
}


@media screen and (max-width: 479px){
	body{min-width: 0px;}
	div#contenu_portail_accueil{background:none;width: auto;}
	div#BasPage{display: none;}
	div#haut_login{height:20px;}
}
@media screen and (min-width: 479px) and (max-width: 1030px){
	body{min-width: 0px;}
	div#contenu_portail_accueil{background: #ffffff url(../img_global/accueil/bck_logo.png) no-repeat center; width: auto;}
}
*/

#contenu_portail_accueil{
	min-height:100vh;
	font-size:15px;
}

.loginDecor{
	width: calc(100% - 560px);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	background-image: url('../inc_client/accueil_bg.jpg');
	min-height: 100vh;
	/*filter: hue-rotate(90deg) blur(4px);*/
	/*filter: blur(4px);*/
}

#login{
	min-height: 100vh;
	width: 560px;
	position: relative;
	background-color: #127886;
	/*min-height: 100vh;*/
	padding: 173px 55px 55px 55px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	z-index: 2;
	text-align: center;
	color:white;
}

#login input{
	width:100%;
	border-radius: 5px;
	padding:10px;
	border:1px solid grey;
	margin-bottom:20px;
	cursor:pointer;
}

.accueil_submit{
	background-color: #0E91A3;
	color:White;
	border:none !important;
	transition: all ease 0.3s;
	padding:15px !important;
	text-transform: uppercase;
}

.accueil_submit:hover{
	transform: scale(1.05);
	filter: drop-shadow(0 0 4px black);
}

.copyrightLogin{
	position: absolute;
	bottom:0px;
	border-top:1px solid #0E91A3;
	font-size:10px;
	width:100%;
	padding:5px;
	left:0px;
	text-align: center;
	color: white;
}

#ident{
	overflow: visible;
}

#Titre_Portail_Accueil{
	font-size:20px;

	background-color: #0E91A3;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.contentMdpOublie{
	color:white;
	font-weight: initial;
}

#Logo_Portail_Accueil{
	padding:10px;
	border-radius: 5px;
	background-color: white;
}

#Logo_Portail_Accueil img{
	width:auto;
	max-height:70px;
}

@media screen and (max-width:1024px){
	#BodyHeaderPortail {
		min-width: unset;
	}
	#login {
		width: 100%;
	}
	.loginDecor {
		display: none;
	}
}