

/***** Pour les versions en direct (sans iframe) *****/
#bgFrameBlocAuth{
	display: none;
	position: fixed; 
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgb(0, 0, 0);
	opacity: 0.7;
	z-index: 998;
}

#frameBlocAuth{
	display: none;
	position: fixed;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -172px;
	width: 335px;
	/*height: 467px;*/
	top:0;
	z-index: 999;
	background: none !important;
	font: 100%/1.25 Arial, Geneva, Helvetica, sans-serif;
	box-sizing: content-box;
	color: #4E4E4E;
}

#closeAuth{	background: url("https://st.quechoisir.org/images/red-cross.gif") no-repeat scroll 0 0 transparent; cursor: pointer; height: 22px; position: absolute; width: 23px; margin-top: 0; right: 9px; top: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}



/***** Toutes versions confondues, avec ou sans iframe *****/

.layer_identification {
	background: #fff;
	/*width: 335px;*/
	/*height: 407px;*/
	border-radius: 10px;
	font-size: 12px;
}

.layer_identification input {
	padding: 2px;
	color: #4E4E4E;
	font-family: Arial,Geneva,Helvetica,sans-serif;
}

.layer_identification a {
	color: #3677B9;
}
.layer_identification a:hover, .layer_identification a:focus {color: #19B303;}

.layer_identification.error {
	/*height: 462px;*/
}

.layer_identification div.identiTop {
	background: #1C61A4;
	color: white;
	font-weight: bold;
	font-size: 20px;
	padding-top: 12px;
	text-align: center;
	height:34px;
	width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.layer_identification form {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.layer_identification form p {
	font-size: 16px;
	font-weight: bold;
	color: #4A4A4A;
	margin: 9px 0;
}
.layer_identification p:first-child {
	margin-top: 16px; /* Pour annuler la suppression de marge à la iceberg :) */
}
.layer_identification form input.bigger {
	border-radius: 10px;
	width: 284px;
	border: 1px solid #4A4A4A;
	margin: 1px;
	height: 29px;
	font-size:16px;
	font-weight: normal;
	padding-left: 10px;
}
.layer_identification form input.bigger:focus {
	margin:0;
	border: 2px solid #3677B9;
	outline: none;
}

.layer_identification label {
	margin-top: 0;  /* Compatibilité iceberg */
}

.layer_identification .identificationForgotNumAbo,
.layer_identification .identificationPasswordForgotten > div {
	width: 284px;
	text-align: left;
	margin: 13px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.layer_identification .identificationForgotNumAbo {
	color: #3576b8;
	text-decoration: underline;
	cursor: pointer;
}
.layer_identification .identificationPasswordForgotten .clearPw,
.layer_identification .identificationRememberMeSubmit .stayConnected {
	margin-top: 6px;
	width: 284px;
	text-align: right;
}
.layer_identification div.identiBottom {
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	background-color:#F8F0DE;
	height:24px;
	width:100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top:14px;
	font-size: 12px;
}
.identificationFormWrapper {
	margin: 0;
/*	display: flex;
	justify-content: center;*/
	zoom: 1;
	background: #fff;
}
.identificationForgotPassword {
	color: #3677B9;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.identificationError {
	display: none;
	color: red;
	font-weight: bold;
	margin: 10px;
	font-size: 12px;
	background-color: #DFDFDF;
	padding: 10px 0 0 10px;
	border-radius: 5px;
}
.identificationError img {
	float: left;
	margin-right: 10px;
}

ul.identification_onglets {
	display: flex;
	justify-content: space-around;
	list-style: none;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

ul.identification_onglets li {
	background-color: white;
	padding: 0.4em 1em;
	margin: 0 0.5em;
	color: white;
	font-size: 11pt;
	cursor: pointer;
	text-align: center;
}
ul.identification_onglets li.active {
	background-color: #3399CC; /* @color-blue-medium */
	font-weight: bold;
}
ul.identification_onglets li:not(.active) {
	color: #757575; /* @color-grey */
	border: 1px solid #CDCDCD; /* @color-grey-light */
}

.retrouver-num-abo {
	display: none;
}