/*** Surcharge des couleurs pour la teinte du portail e-pass en gris violet */
/**
clair : #17a1e0 (color) et #e7ecf8 (backgroud)
foncé : #514b64
*/

/************************** Header plus imposant ************************/
.zone-logo {
    height: 200px;
}
.logo .icomoon-liga {
	color: #514b64;
	background-color: #e7ecf8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.navbar .logo {
	top: 60px;
}
.navbar .bloc-compte {
	margin: 20px 0 10px 0;
}
.navbar h1.header-title {
	margin-top: 90px;
}

/************************** Teinte foncée en remplacement du blanc ******/
.navbar, .navbar a {
	color: #514b64;
}
.navbar .bloc-compte {
    color: #514b64;
}
.navbar h1.header-title {
    color: #514b64;
}

/************************** Teinte foncée *******************************/

.zone-logo {
	background-color: #514b64;
}
.breadcrumb {
	color: #514b64;
}
.breadcrumb > .active {
	color: #514b64;
}
h1 {
	color: #514b64;
}
.accordion li {
	 background-color: #514b64;
}
.accordion li a:hover, .accordion .active {
	color: #514b64;
}
.content a.color {
	color: #514b64;
}
.content h1 {
	color: #514b64;
}
.content h2 {
	color: #514b64;
}
.content h3 {
		color: #514b64;
}
.content h4 {
	color: #514b64;
}
.content h5 {
	color: #514b64;
}
.content fieldset.fieldset-darkblue {
	border: 2px solid #514b64;
}
.content fieldset.fieldset-darkblue legend {
	background: #514b64;
}
.coul-darkblue {
	color:#514b64;
}
.info a {
	color:#514b64;
}
.ligne-footer {
	background-color: #514b64;
}
.welcome-text {
	color:#514b64;
	
}
.picto-accueil {
	color:#514b64;
}
.footer .footer-gauche {
	background-color: #514b64;
}
.footer .footer-droit p {
	color:#514b64;
}
.footer .footer-droit a {
	color:#514b64;
}
.content .btn-action a:hover {
	color:#514b64;

	}
.content .btn-action:hover {
	color: #514b64;
}
.select-profil select {
	color: #514b64;
}
.select-profil select {
	color: #514b64; 
}
.tableau tbody td a, .tableau tbody th a {
	color: #514b64;
}
.tableau-1 .td-title {
	color:#514b64;
}
.table-title {
	color:#514b64;
}	
.tableau-1 tbody td a {
	color: #514b64;
}
.tableau-2 .td-title {
	color:#514b64;
}
.tableau-2 tbody td a {
	color: #514b64;
}
.content .h3-left {
		color: #514b64;
}
.reference {
		color: #514b64;
}
.icon_back {
	color: #514b64;
}



.content .btn, input[type="button"], input[type="submit"], input[type="reset"] {
/*http://www.color-hex.com/color/514b64 : Monochromatic */
	background: #746c90;
	background-image: -webkit-linear-gradient(top, #746c90, #514b64);
	background-image: -moz-linear-gradient(top, #746c90, #514b64);
	background-image: -ms-linear-gradient(top, #746c90, #514b64);
	background-image: -o-linear-gradient(top, #746c90, #514b64);
	background-image: linear-gradient(to bottom, #746c90, #514b64);
}
.content .btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{
/*http://www.color-hex.com/color/e7ecf8 Monochromatic */
	background: #e7ecf8;
	background-image: -webkit-linear-gradient(top, #e7ecf8, #acbde7);
	background-image: -moz-linear-gradient(top, #e7ecf8, #acbde7);
	background-image: -ms-linear-gradient(top, #e7ecf8, #acbde7);
	background-image: -o-linear-gradient(top, #e7ecf8, #acbde7);
	background-image: linear-gradient(to bottom, #e7ecf8, #acbde7);
}


/*************************** Teinte claire **********************************/
.navbar .logo {
	color:#e7ecf8;
}
.navbar {
	background-color: #e7ecf8;
}
/* Lien classique */
.content a {
	color: #17a1e0;
}
/* Lien avec aplat de couleur TODO ANNE : est-ce vraiment utilisé ? */
.content a.color {
	background-color: #e7ecf8;
}
.content fieldset {
	border: 2px solid #17a1e0;
}
.content fieldset legend {
	background-color: #e7ecf8;
}
.coul-blue {
	color:#17a1e0;
}
.puce-bleu {
	color:#17a1e0 !important;
}
/* L'etat hover du menu/submenu */
.menu-horizontal > ul li a:hover,
.menu-horizontal > ul li:hover > a {
	background-color: #e7ecf8;
}
/* Indication d'un sous menu (fleche) */
.menu-horizontal > ul .has-sub > a::after {
	border-left: 4px solid #17a1e0;
}
.footer .footer-droit .mention {
	color: #17a1e0;
}
.content .btn-lien:hover {
	background-color: #e7ecf8;
}
.bleuTh {
	background-color: #e7ecf8;
}
.tableau thead {
	color: #17a1e0;
}
.tableau-1 thead {
	color: #17a1e0;
}

.tableau-2 {
	border:1px solid #17a1e0;
}
.tableau-2 thead {
	color: #17a1e0;
}