@font-face {
	font-family: NunitoSans;
	src: url(../appli/css/font-nunito/NunitoSans-Regular.ttf);
}
@font-face {
	font-family: NunitoSans;
	src: url(../appli/css/font-nunito/NunitoSans-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: NunitoSans;
	src: url(../appli/css/font-nunito/NunitoSans-Italic.ttf);
	font-style: italic;
}
@font-face {
	font-family: NunitoSans;
	src: url(../appli/css/font-nunito/NunitoSans-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

* {font-family: NunitoSans, Arial, Helvetica, sans-serif;}
/*
body{
	background-color:#758ea6;
}*/
footer div{
	display:flex;
	flex-flow:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
footer img{height:25px;}

#bandeau{
	background-color:#fff;
	box-shadow:2px 2px 4px #cdcdcd;
}
#menuBandeau{flex-grow:0;}
/*#lg-choice-dropdown-menu{border-radius:25px;}*/
/*#appli-choice-dropdown-menu{border-radius:25px;}*/
#appli-choice-btn{border-radius:25px;font-weight:bold;}
#current-lg{
	background-color:#eee;
	/*font:1 rem Bold;*/
	font-weight:bold;
	border-radius:25px;
	border-width:0px;
}
#current-appli{
	font-weight:bold;
	border-radius:25px;
	/*border-width:0px;*/
}
.appli-dropdown{
	color:#10309b;
	font-weight:bold;
}
#home-portailBtn{border-radius:25px;}
#wallonie-portailBtn{
	background-color:#eee;
	/*font:1 rem bold;*/
	font-weight:bold;
	color:#7ab929;
	/*color:#ee233a;*/
	border-radius:25px;
	border-width:0px;
}
#wallonie-portailBtn:hover{
	background-color:#7ab929;
	color:#fff;
}
.appli-list-item{
	padding:5px;
	
}
#loginBtn{
	background: linear-gradient(90deg, rgba(122,185,41,1) 0%, rgba(11,94,215,1) 100%);
	color:#fff;
	border-radius:25px;
	border-width:0px;
	font-weight:bold;
}
#loginBtnSIQUEP{
	background: linear-gradient(90deg, rgba(122,185,41,1) 0%, rgba(11,94,215,1) 100%);
	color:#fff;
	border-radius:25px;
	border-width:0px;
	font-weight:bold;
}
#loginBtnSIQUEP_FP{
	background: linear-gradient(90deg, rgba(11,200,215,1) 0%, rgba(11,94,215,1) 100%);
	color:#fff;
	border-radius:25px;
	border-width:0px;
	font-weight:bold;
}
#loginBtnSIQUEP_EB{
	background: linear-gradient(90deg, rgba(122,20,41,1) 0%, rgba(11,94,215,1) 100%);
	color:#fff;
	border-radius:25px;
	border-width:0px;
	font-weight:bold;
}
#loginBtn:hover{background: linear-gradient(90deg, rgba(122,185,41,1) 0%, rgba(122,185,41,1) 100%);}
/*#titre-logo-application{max-height:95px;}*/
#contenu{display:flex;justify-content:center;opacity:0.9;}

#entete{
	display:flex;
	flex-flow:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	background-color:rgba(255, 255, 255, 0.7);
	width:100%;
	box-shadow: 2px 2px 4px #cdcdcd;
}
#ctx-login{max-width:400px;}

#pied-page{
	/*background: black;
	text-align:center;*/
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	color: #a2a2a2;
	margin-bottom:0px;
	box-shadow: 2px 2px 4px 3px #4d4d4d;
	border-radius:0px;
}
.entete{margin:15px;}
/*.titre{
	font-size:3.5em;
*/
.sous-titre{
	font-size:1.2em;
	font-style: italic;
}
.ctx{
	min-width:300px;
	max-width:50%;
	margin-top:1%;
	border-radius:25px;
}
.flex_on{display:flex;}
.block_on{display:block;}
.off{display:none;}
/*.sous-titre{
	font-weight: bold;
	font-size:32px;
	color:#071E22
}*/
.bouton_ico{
	opacity:0.9;
	border-radius:5px;
	border-width:2px;
	border-color:#000;
}
.bouton_ico:hover{
	opacity:1;
	border-color:#fff;
}
.lg-dropdown:hover{
	border-radius:25px;
	background-color:#fff;
	color:#7ab929;
}
label{font-weight:bold;}

#portail-wallonie{color:#ee233a;}
#portail-wallonie:hover{color:#fff;}

#coq-wallon{max-height:95px;margin-right:30px;}
#logo-spw, #logo-dgo3{max-height:95px;margin-right:150px;}



/*@media screen and (max-width: 769px){*/
@media screen and (max-width: 991px){
	#bandeau-container{display:flex;
		flex-flow:row;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
	}
	.entete{margin:2px;}
	#coq-wallon, #logo-spw, #logo-dgo3{max-height:30px;}
	#titre img{max-height:30px;}
	#sous-titre{display:none;}
	#bloc-contenu{
		min-height:0px;
	}
}