@charset "utf-8";

/* Déclaration des fonts */

@font-face {
    font-family: "Proxima Nova Black";
    	src: url(./font/137.otf);
}
@font-face {
    font-family: "Proxima Nova Bold";
    	src: url(./font/139.otf);
}
@font-face {
    font-family: "Proxima Nova Thin";
    	src: url(./font/171.otf);
}
@font-face {
    font-family: "Proxima Nova Semibold";
    	src: url(./font/173.otf);
}
@font-face {
    font-family: "Proxima Nova";
    	src: url(./font/175.otf);
}
@font-face {
    font-family: "Proxima Nova Regular";
    	src: url(./font/175.otf);
}
@font-face {
    font-family: "Proxima Nova Light Italic";
    	src: url(./font/5475.otf);
}
@font-face {
    font-family: "Proxima Nova Soft Regular";
    	src: url(./font/10441.otf);
}
@font-face {
    font-family: "Proxima Nova Soft Semibold";
    	src: url(./font/10443.otf);
}


/* CSS Document */

/*  ----------------------------------------------------------*/
/*  Feuille de styles pour du CSS personnalisé				  */
/*  Surchargez ici le CSS du style original					  */
/*  ----------------------------------------------------------*/

/* REDEFINITION DE LA TAILLE GLOBALE DES POLICES */
body 
{
	font-family: Proxima Nova;
	font-size: 14px;
	color: #786F64;
}

h1 {
	display: none;
}
h2 {
    font-family: Proxima Nova;
	font-size: 25px;
}
h3, h4, h5, h6 {
	font-family: Proxima Nova;
	font-size: 14px;
}
p {
	font-family: Proxima Nova;
	font-size: 14px;
}

#header {
	background-color: white;
	border-bottom: none;
}
#header .logo {
	background-image: url(../images/custom/keolis_logo.png);
	/*background-size: 378px 74px;
	height: 74px;*/
	/*background-size: 260px 50px;*/
	background-size: 182px 35px; /* lot 1.4 réduction de 30% 260->180 50->35*/
	height: 50px;
	margin: 0 0 0 0;
	max-width: 970px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
}


/*#header .container {
    padding: 0px 50%;
}*/
#wrapper {
	background-color: white;
}
#validateButton, input[name="validateButton"].ui-button.ui-widget.ui-state-default.ui-corner-all {
	/*background: #786F64;*/
	background: #005f7d; /* lot 1.4 */
	color: #fff; /* lot 1.4 */
	font-family: Proxima Nova;
	outline: none;
	font-size: 14px;
	text-transform: uppercase; /* lot 1.4 */
	width: 50%; /* lot 1.4 */
	float: left; /* lot 1.4 */
	left: 25%; /* lot 1.4 */
	margin-left: 0; /* lot 1.4 */
}

input[name="cancelButton"] {
	text-transform: uppercase; /* lot 1.4 */
}

#skipStepButton {
	text-transform: uppercase; /* lot 1.4 */
}

input[type="radio"], input[type="checkbox"] {
	height: 1.4em;
	width: 1.4em
}

.container {
	background-color: white;
	/* lot 1.4, centrage des éléments*/
	padding-left: 10%;
	padding-right: 10%;
}
.changeLang a, .changeLang a:visited, .changeLang a:hover{
	color: #786F64 !important;
	font-size: 14px;
	/* lot 1.4, espace de 5px entre les drapeaux */
	margin-right: 5px;
}
/* lot 1.4, liste déroulante pour les drapeaux*/
.changeLang div.dropdownCell {
	color: #786F64
}
/* lot 1.4, liste déroulante pour les drapeaux*/
.changeLang div.dropdownPanel div.dropdownOpt {
	color: #786F64
}
/* lot 1.4, liste déroulante pour les drapeaux*/
.changeLang div.dropdownPanel div.dropdownOpt a {
	width: 100%;
	display: block; /* pour que le lien prenne toute la largeur de la liste*/
}
.changeLang {
  /* lot 1.4, margin top de 5à 10px pour les drapeaux*/
  margin-top: 10px;
}
.mdp_oubli {
    text-align: left;
	font-size: 14px;
	/*margin: 5px 0 10px 5%;*/
	/*lot 1.4, retrait du retrait de 5%*/
	margin: 5px 0 10px 0%;
}
.mdp_oubli.reinit_mdp {
	margin: 5px 0 10px 0;
}

/* non décalage de mdp_oubli dans le cas d'une page d'erreur standard*/
div.app.msgErr div.app-description div.mdp_oubli {
	margin-left: 0;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all {
	background: none;
	/*border: 1px solid #786F64;
	color: #786F64;*/
	border: 1px solid #005f7d; /* lot 1.4 */
	color: #005f7d; /* lot 1.4 */
	font-family: Proxima Nova;
	outline: none;
	font-size: 14px;
	height: 40px
}

.mdp_oubli a {
	border-bottom: none;
    font-family: Proxima Nova Regular;
    font-size: 14px;
	color:#786F64;
}

/* Boutons pour la page de choix de méthode de réinitialisation de mdp */
div.mdp_oubli.reinit_mdp input[type=button].ui-button.ui-widget.ui-state-default.ui-corner-all,
div.mdp_oubli.reinit_mdp input[type=sumbit].ui-button.ui-widget.ui-state-default.ui-corner-all {
	font-family: Proxima Nova Regular;
	font-size: 14px;
	background: #005f7d; /* lot 1.4 */
	color:white;
	width: 50%; /* lot 1.4 */
	float: left; /* lot 1.4 */
	left: 25%; /* lot 1.4 */
	margin-left: 0.01em; /* lot 1.4, pour forcer le retour à la ligne */
}

/* lot 1.4, Ajout d'une icone smartphone */
#sendbysms {
	background-image: url("/auth/images/custom/TelephoneNeg.png");
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: left;
	padding-left: 40px;
}
/* lot 1.4, "griser"  une case signifie inverser les couleurs, inversion de l'icône */
#sendbysms.disabledOption {
	background-image: url("/auth/images/custom/Telephone.png");
}
#answerQuestions.disabledOption {
	background-image: url("/auth/images/custom/Chat.png");
}
/* lot 1.4, "griser" une case signifie inverser les couleurs */
.disabledOption, #sendbysms.disabledOption, #answerQuestions.disabledOption {
	background-color: white;
	cursor: not-allowed; /*none ?*/
	color: #005f7d; /* lot 1.4 */
}


/* lot 1.4, Ajout d'une icone smartphone */
#answerQuestions {
	background-image: url("/auth/images/custom/ChatNeg.png");
	background-position: 5px;
	background-repeat: no-repeat;
	background-size: 30px;
	text-align: left;
	padding-left: 40px;
}

label {
    font-family: Proxima Nova Regular;
    font-size: 14px;
    color:#786F64;
}
label.invisible, label.Form {
	/*display: unset;*/
    font-family: Proxima Nova Semibold;
    font-size: 14px;
}
#AUTHENTICATION\.PASSWORD, input[name="EMAILUSER"], input[name="AUTHENTICATION.LOGIN"], input[type="password"], input[name="CODESAFE"],
input[id^="AUTHENTICATION.QUESTION"], input[id^="AUTHENTICATION.ANSWER"], input[name="AUTHENTICATION.SMSRECEIVE"], #phoneInputText {
	border: none;
	border-bottom: 1px solid #005f7d;
	font-family: Proxima Nova Regular;
	font-size: 14px;
	color : #005f7d;
	outline: none;
	/*lot 1.4, pas de retrait du texte dans les zones de saisies*/
	padding-left: 0px;
}

/* champ de saisie du téléphone à côté d'une liste de choix du préfixe */
#phoneCountrySelect, #phoneInputTextDiv {
	display:inline-block;
}
#phoneCountrySelect {
	width: 20%;
}
#phoneInputTextDiv {
	width: 80%;
	padding-left: 1%;
}


/* lot 1.4 */
input.leftButton2Choices, input[name="cancelButton"].leftButton2Choices, #skipStepButton.leftButton2Choices {
	float: left;
	width: 45%;
	left: 0;
	margin-left: 0;
}
/* lot 1.4 */
input.rightButton2Choices, #validateButton.rightButton2Choices {
	float: right;
	left: 0;
	width: 45%;
	margin-left: 0;
}

.fa-eye{
	background-repeat: no-repeat;
	background-position: bottom;
}
.fa-eye-opened {
	background-image: url("/auth/images/custom/showpasswordBlue.png"); /* lot 1.4, image bleue */
	background-size: 100%;
}
.fa-eye-closed {
	background-image: url("/auth/images/custom/hidepasswordBlue.png"); /* lot 1.4, image bleue */
	background-size: 100%;
}

.field-icon {
	width: 20px;
	height: 20px;
	float: right;
	margin-left: -25px;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

/* MASQUAGE DE BOUTON DE DECONNEXION */
.infos_user {
	display: none;
}

/* changement du loader */
.page_chargement_en_cours_icone {
	background-image: url(../images/custom/loader.gif);
	background-repeat: no-repeat;
	height: 70px;
}
.wait {
	background-image: url(../images/custom/loader.gif) !important;
	background-size: contain;
}
.msgLoading .app-description, #msgLoading .app-description {
	background-image: url(../images/custom/loader.gif);
}
.paragraphe_simple_WAIT{
	background-image: url(../images/custom/loader.gif);
	background-color: #fff;
	text-align: justify;
	/*vertical-align: middle; WARN : inutile à cause du type de display block*/
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 10px 0px 80px;
	background-size: 48px;
	background-position-x: 11px;
	display: block;
	margin: 2% 30% 0 5%;
	min-height:56px;
}

/* alignement du formulaire theform */
form[name="theform"] {
	margin-left: 0px;
	/* lot 1.4, le formulaire prend 100% de la balise container */
	margin-right: 0px;
}

/* , lot 1.4, retrait du retrait de 5% par rapport au reste des éléments
form[name="theform"] div:not(.mdp_oubli) {
	margin-left: 5%;*/ /*margin left d'un formulaire
}*/

/* modification du style pour les messages d'erreur */
.alert-danger {
    color: #e00000;
    background-color: #ffffff;
    border-color: #ffaaaa;
	font-size: 14px;
}

input {
	color: #786F64;
}

#product_version_nbr, #customPopup, .descriptif_application {
	font-family: Proxima Nova;
	font-size: 14px;
}

/* 20191216, ajout du plugin pour le choix des langues en liste déroulante [ */
/* la zone affichant l'option sélectionnée */
.dropdownCell{
    border : 1px solid #bbb;
    width: 108px;
    height: 23px;
    cursor: pointer;
    font-family: arial;
    font-size: 10pt;
    max-height: 23px;
	background: transparent url('/auth/images/custom/botArrow.png') right no-repeat;
	background-size: 20px;
	border-bottom:#005f7d 2px solid;
	border-top: none;
	border-left: none;
	border-right: none;
}
#phoneCountrySelect div.dropdownCell {
	width: 100%; /*100% de la balise #phoneCountrySelect*/
}

.dropdownCell img{
    margin : 0px 3px 0px 3px;
    vertical-align: middle;
    width: 24px;
}
#phoneInputContainer .dropdownCell img{
    height: 15px;
}

.dropdownPanel{
    border : 1px solid #bbb;
    width: 108px;
    position: absolute;
	z-index: 99;
}
#phoneCountrySelect div.dropdownPanel {
	width: 100px;
}

.dropdownOpt{
    background-color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 10pt;
}

.dropdownOpt img{
    margin : 0px 3px 0px 3px;
    vertical-align: middle;
	width: 24px;
	height: 15px;
}

.dropdownOptSelected{
    background-color: #ccc;
}
/* ] */

/* /!\ @media queries en fin pour forcer la surcharge
 * Plus la condition est restrictive, plus elle doit être en fin de fichier
 */

/* lot 1.4 taille à partir de la quelle la disposition des éléments doit changer */
@media only screen and (max-width:720px) {
	.container {
		/* lot 1.4, annulation du centrage des éléments pour le desktop*/
		padding-left: 0;
		padding-right: 0;
	}

	input.leftButton2Choices, input[name="cancelButton"].leftButton2Choices, #skipStepButton.leftButton2Choices {
		width: 100%;
		margin-bottom: 0;
		float: none;
	}
	input.rightButton2Choices, #validateButton.rightButton2Choices, #validateButton {
		width: 100%;
		left: 0;
	}

	div.mdp_oubli.reinit_mdp input[type="button"].ui-button.ui-widget.ui-state-default.ui-corner-all,
	div.mdp_oubli.reinit_mdp input[type="sumbit"].ui-button.ui-widget.ui-state-default.ui-corner-all {
		left: 0;
		width: 100%;
		margin-left: 0;
	}

	.changeLang {
		margin-right: 5px;
	}
}

/* ajout de césure à cause de la liste déroulante des pays pour le téléphone */
@media only screen and (max-width:540px) {
	/* lot 1.4, saisie du téléphone de déblocage SMS */
	#phoneCountrySelect {
		min-width: 80px;
	}
	#phoneCountrySelect div.dropdownPanel {
		min-width: 80px;
		width: 19%;
	}
	#phoneInputTextDiv {
		max-width: 78%;
	}
}

/* ajout de césure à cause de la liste déroulante des langues */
@media only screen and (max-width:450px) {
	#header .logo {
		background-image: url(../images/custom/keolis_logo.png);
		/* mode standard : background-size: 182px 35px;  lot 1.4 réduction de 30% 260->180 50->35 */
		background-size: 145px 28px;
		height: 50px;
		margin: 0 0 0 0;
		max-width: 970px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-position: center;
		background-repeat: no-repeat;
	}
}
/* 20190903 - Gestion de la taille du texte des placeholders et de la taille du logo */
@media only screen and (max-width:400px) {

	#header .logo {
		background-image: url(../images/custom/keolis_logo.png);
		background-size: 130px 25px;
		height: 50px;
		margin: 0 0 0 0;
		max-width: 970px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*
	::placeholder {
	      font-size: 6px !important;
	}
	:placeholder {
	      font-size: 6px !important;
	}
	::-ms-input-placeholder { 
	      font-size: 6px !important;
	}
	:-ms-input-placeholder { 
	      font-size: 6px !important;
	}
	::-webkit-input-placeholder { 
	      font-size: 6px !important;
	}
	:-webkit-input-placeholder { 
	      font-size: 6px !important;
	}
	::-moz-placeholder { 
	      font-size: 6px !important;
	}
	:-moz-placeholder { 
	      font-size: 6px !important;
	}
	*/

	/* lot 1.4, langues avec affichage des drapeaux */
	.changeLang {
		margin-right: 2px;
	}
	.changeLang img {
		height: 16px;
	}
	/* lot 1.4, saisie du téléphone de déblocage SMS */
	#phoneInputTextDiv {
		max-width: 75%;
	}
}


/*	Exemple */
/*
html, body {
    height: 100%;
	margin:0;
	padding:0;
}

html
{
	font-size: 100%;
	overflow-x: hidden;	
}

body 
{
	font-family:Verdana, Geneva, sans-serif;
    font-size: 1em;
    line-height: 1em;	
	color: #777d8b;
	border:0px solid green;
	background:#1c66d1;
	width:100%;	
}
*/
/*  ----------  */

