@charset "utf-8";

/* Définis le Esprit-Clair dans le header et le footer */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #999;
}

h2 {
	font-size: 14px;
	text-align: left;
	color: #121212;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #656565;
	margin-top: 15px;
}

h3 {
	font-size: 11px;
	text-align: left;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
	font-size: 13px;
	text-align: left;
	color: #3E3E3E;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.logo{
	text-align: center;
}

/* Page : Profil - Permet de centrer l'image du profil  */
table {
	width: 100%;
	text-align: center;
}

/* Page : Profil - Permet de partager le profil texte et l'image en 2 */
td {
	width: 50%;
}

#custom-footer .ui-block-a {
    width: 90% !important;
}

#custom-footer .ui-block-b {
	width: 10% !important;
}

.ui-icon-myicon-info:after {
	background-image: url("/icon/info-24.png");
}
/* Fallback */
.ui-nosvg .ui-icon-myicon-info:after {
	background-image: url("/icon/info-24.png");
}
