@CHARSET "ISO-8859-15";

@font-face {
	font-family: "Lato-Light";
	src: url('/apo-connect/jakarta.faces.resource/font/Lato-Light.ttf.jsf');
	src: url('/apo-connect/jakarta.faces.resource/font/Lato-Light.eot.jsf'),
		url('')
		format('embedded-opentype'),
		url('/apo-connect/jakarta.faces.resource/font/Lato-Light.woff.jsf') format('woff'),
		url('/apo-connect/jakarta.faces.resource/font/Lato-Light.woff2.jsf') format('woff2');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Lato-Light", "Helvetica";
	background-image: url('/apo-connect/jakarta.faces.resource/img/background.jpg.jsf');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	text-align: center;
}

.ui-widget {
	font-family: "Lato-Light", "Helvetica";
}

.ui-panelgrid td, .ui-widget-content {
	border: none;
}

.ui-inputfield {
	text-align: center;
	font-size: 1.1em
}

.loginDiv {
	background-color: white;
	width: 380px;
	margin: auto;
	margin-top: 200px;
	padding: 15px;
	text-align: left;
}

.loginTitle {
	height: 40px;
	width: 100%;
	font-size: 1.6em;
	border-bottom: 1px solid black;
	text-align: center;
}

.loginDiv .errorLoginDiv {
	margin-top: 15px;
	text-align: center;
	font-size: 1.1em;
	padding: 5px;
}

.divForm {
	width: 100%;
	margin-top:10px !important;
}

.cols {
	width: 100%;
}

.inputs {
	width: 100%;
	height: 40px;
	font-size: 1.3em !important;
}

.connectionButtonPanel {
	margin: auto;
	text-align: center;
	background-color: #6FA1BA;
	width: 160px;
	height: 60px;
	font-family: "Lato-Bold", "Helvetica";
	color: white;
	display: table;
	vertical-align: middle;
}

.actionLink {
	text-decoration: none;
	font-style: normal;
	color: white;
}
.actionLink a, .actionLink a:visited {
	text-decoration: none;
	font-style: normal;
	color: white;
}

.buttonDiv {
	height: auto;
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
}


/* PAGE D'ERREUR */
.errorSuccessDiv {
	width: 40%;
	margin: auto;
	margin-top: 200px;
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 3px;
}

.errorDivStyle {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
}

.successDivStyle {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}


body .ui-panelgrid .ui-panelgrid-cell {
    border: none !important;
    background: #fff;
    color: #495057;
    padding: 4px 12px !important;
}
.ui-panelgrid .ui-panelgrid-cell {
	border:none !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #ffffff;
    -moz-box-shadow: inset 0 2px 2px #8f8f8f !important;
    -webkit-box-shadow: inset 0 2px 2px #8f8f8f !important;
    box-shadow: inset 0 2px 2px #8f8f8f;
    color: #313131;
}

.ui-panelgrid-cell > span {
	font-size: 1.1em !important;
	font-weight:lighter;
}

.ui-panelgrid td {
    padding: 4px 12px !important;
}

.no-default-width {
    width: auto !important;
    flex: none !important; /* Si la grille utilise flexbox */
}

.inputs-accessiblite{
display:flex;
width:100%;
justify-content:center;
font-size: 1em !important;
}

