@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	background-color: #EEE;
	min-height: 100%;
}  


/**************************************OLD****************************************/
.img_logo{
	width: 150px;
	height: 100px;
}

.img_fleche {
	width: 25px;
	height: 25px;
}

.img_fleche_droite {
	
}

.img_fleche_gauche {
	
}

.titre_article {
	text-align: center;
	font-size: 30px;
	/*border: 1px solid #000000;
	width: 50%;
	margin-right: auto;
	margin-left: auto;*/
}

.titre_general {
	text-align: center;
	font-size: 25px;
	line-height: 22px;
}

.texte-noir, .texte-noir:hover {
	color: #000000;
	
}

.img-middle{
	vertical-align: bottom;
}

.tableau {
	font-size:11px;
}

/**************************************OLD****************************************/


#container-bandeau {
	height: 400px;
	background-image:url('/images/photo_apradis.jpg');
    background-repeat:no-repeat;
    background-size:cover;
	background-position: center center;
}

#container-formulaire{
	background-color:#e9ecef;
}

#container-pieddepage{
	background-color:#4c749b;
}

/*#container-pieddepage-image{
	text-align: center;
}*/

#image-pieddepage{
	width: 120px;
	height: 60px;
}

#container-pieddepage-titre{
	font-size: 15px;
	color: #ffffff;
}

#container-pieddepage-adresses{
	font-size: 13px;
	color: #ffffff;
}



/************************************************************** CSS ERP ***********************************************************/

.fildariane {
	color: #999;
	font-size: 0.9rem;
}

/* PAGE DE CONNEXION */

#login-gauche{
	background-image: url('/images/fond.jpg');
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 50%;
	float: left;
}

#login-droite{
	background-color: #EEE;
	height: 100%;
	width: 50%;
	float: right;
	position: relative;
}

#formulairelog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.border-bleuapradis{
	border-color: #00AEEF!important;
}

.bg-bleuapradis{
	background-color: #00AEEF!important;
}

.btn-bleuapradis{
	color: #fff;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

.btn-bleuapradis:hover{
	color: #fff;
    background-color: #00709B;
    border-color: #00709B;
}

/* MENU */

.menu {
	background-color : #232323!important;
	padding: 0;
}

.item_menu {
	color:#FFF;
	display:block;
	border-left: 5px solid #232323;
}

.item_menu:hover, .menu_rollover{
	color: #FFF;
    background-color: #353535;
	border-left: 5px solid #FFFF00;
}

.module {
	padding: 0;
}

/* ANNUAIRE */

.item_annuaire{
	font-size: 1rem;
	color: #000;
	cursor: pointer;
}

.item_annuaire:hover{
    background-color: #BEBEBE;
}

.titre_bloc_formulaire{
	font-size: 1.2rem;
	background-color: #BFBFBF;
}


.bloc_formulaire{
	font-size: 1rem;
}







