/* POPUP LOGIN + POPUP CREATION MOT DE PASSE */


.form-control::-webkit-input-placeholder {
  color: #c1ad8a;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #c1ad8a;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #c1ad8a;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #c1ad8a;
  opacity: 1;
}

.form-control::placeholder {
  color: #c1ad8a;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #c1ad8a;
  opacity: 1;
}
.form-control:focus {
  border-color: rgba(218, 201, 168, 0.8);
  border-color: #dac9a8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 177, 136, 0.6);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 177, 136, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 177, 136, 0.6);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 177, 136, 0.6);
}

body.pLogPass {
    background: url(../img/commun/bkg-screen-login.jpg) repeat-x center 160px;
}
#mainContener.pLogin {
	width: 976px;
}
.progress {
    border-radius: 7px;
    margin-top: 5px;
}
.progress-bar {
    background-color: #c6b188;
}
#footSimple address {
	position: relative;
	right: 0px;
	bottom: 0px;
   margin-bottom: 0px; 
}
#popNewPass #valiBtn svg {
	font-size: 1.6em;
	float: right;
	margin-top: -2px;
}
#popNewPass #valiBtn svg.fa-times {
	color: #FF6100;
}
#popNewPass #valiBtn svg.fa-check {
	color: #00af50;
}
#popNewPass p {
	margin:0px 0 10px 0;
}
.confirmForm {
	padding: 10px 10px 11px 10px;
	background-color: #10F100;
	color: #fff;
	font-size: 1.1em;
	-webkit-border: 7px;
	-webkit-border: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	width: 700px;
	margin: 2px auto;
}
.errorForm {
	padding: 10px 10px 11px 10px;
	background-color: #e71313;
	color: #fff;
	font-size: 1.1em;
	-webkit-border: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	width: 700px;
	margin: 10px auto 2px auto;
}
#affichPass {
	position:relative;
	width:100%;
	margin-top:15px;
}
#poplogin, #popNewPass {
	font-family: 'Open Sans', sans-serif;
	color:#717171;
	font-size:1em;
	text-align:center;
	border-right: solid 1px #e3e7ef;
	border-left: solid 1px #e3e7ef;
	background-color:#fff;
	position:relative;
	display: block;
	margin-top: 43px;
	padding-top: 8px;
	padding-bottom: 15px;
}
#poplogin {
}
#poplogin p {
	margin: 0px 0px 0px 0px;
}
#poplogin label, #popNewPass label {
	margin: 10px 0 5px 0;
	display: block;
	font-size: 0.7em;
}
#poplogin input[type=password],
#poplogin input[type=text],
#poplogin input[type=email],
#popNewPass input[type=password],
#popNewPass input[type=email],
#popNewPass input[type=text] {
	width: 100%;
	text-align:left;
	margin-top: 15px;
	padding: 10px 15px;
	font-size: 1.2em;
	height: 50px;
}
#poplogin input[type=password] {
	margin-top: 0px;
}
#poplogin label#loginCGV {
	text-align: left;
	margin-top: 2px;
	display: block;
}
#popNewPass input#pass_1 {
    margin-top: 0px;
}
/* AFFICHE / MASQUE PASSWORD */
#inputPassword + .unmask,
#pass_1 + .unmask {
	position: absolute;
	right: 2px;
	top: 2px;
	text-indent: -9999px;
	width: 48px;
	height: 44px;
	background: url("../img/svg/eye-hidden.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	background-color: #ffffff;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
  	z-index:1;
	border-radius: 0 6px 6px 0;
}
#inputPassword + .unmask:before,
#pass_1 + .unmask:before {
	content: "";
	position:absolute;
	right: 2px;
	top: 0px;
	width: 48px;
	height: 44px;
	background: url("../img/svg/eye-hidden.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	background-color: #ffffff;
  	z-index:2;
	border-radius: 0 6px 6px 0;
}
#inputPassword[type="text"] + .unmask:after,
#pass_1[type="text"] + .unmask:after {
	content: "";
	position:absolute;
	right: 2px;
	top: 0px;
	width: 48px;
	height: 44px;
	background: url("../img/svg/eye.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	background-color: #ffffff;
	z-index:3;
	border-radius: 0 6px 6px 0;
}
#inputPassword + .unmask:active,
#inputPassword + .unmask:focus,
#pass_1 + .unmask:active,
#pass_1 + .unmask:focus {
	 outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* ---- */

#poplogin .btnShop, #popNewPass .btnShop {
	width: 100%;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
#poplogin h1, #popNewPass h1 {
	color: #0D4D85;
	font-size: 1.5em;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-family: 'Gilda Display', serif;
	font-weight: normal;
	text-transform: uppercase;
}
#poplogin h2 {
	color: #0D4D85;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-family: 'Gilda Display', serif;
	font-weight: normal;
	text-transform: uppercase;
}
#popNewPass h2 {
	color: #0D4D85;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-top: 31px;
	font-family: 'Gilda Display', serif;
	font-weight: normal;
	text-transform: uppercase;
}
#poplogin #recupPass h2 {
	margin-top: 31px;
}

#poplogin .cadrVertConfirm, #popNewPass .cadrVertConfirm {
	width:100%;
	margin:10px auto 0 auto;
}
#poplogin .cadrVertConfirm h2, #popNewPass .cadrVertConfirm h2, #poplogin #recupPass .cadrVertConfirm h2  {
	color: #00af50;
	font-size: 1.2em;
	margin-top: 0px;
}
#poplogin .cadrRedConfirm, #popNewPass .cadrRedConfirm {
	margin:10px 15px;
	padding: 15px 17px 16px 23px;
	border: solid 1px #FFBC94;
	position: relative;
	border-radius: 7px;
}
#poplogin .cadrRedConfirm h2, #popNewPass .cadrRedConfirm h2, #poplogin #recupPass .cadrRedConfirm h2  {
	color: #FF6100;
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 3px;
}
#poplogin .checkbox {
	font-size: 0.9em;
	margin-top:0px;
	float: left;
}
#popNewPass .checkbox {
	font-size: 0.9em;
	margin-top:10px;
}
#poplogin .checkbox a, #popNewPass .checkbox a {
	color: #0D4D85;
	font-weight:400;
	text-decoration:none;
}
#poplogin .checkbox a:hover, #popNewPass .checkbox a:hover {
	color: #0D4D85;
}
.aPoplogin {
	color: #0D4D85;
	font-size:0.9em;
	text-decoration:none;
	margin-top: 4px;
	text-align: left;
	float: right;
	display: block;
}
.aPopRetour{
	color: #0D4D85;
	font-size:0.9em;
	text-decoration:none;
	margin-top: 4px;
	text-align: center;
}
#formLogin {
	margin: 20px auto 0px auto;
	width:60%;
	padding-bottom:30px;
}
#formRecupPass {
	margin: 0px auto 0px auto;
	width:60%;
	padding-bottom:0px;
}

#recupPass {
	display:none;
	margin: 25px 0;
}
#recupPass label {
	width:100%;
	margin: 0px 0 12px 0;
	display: block;
	font-size: 1em;
	text-transform: none;
}
#recupPass a {
	color: #0D4D85;
	text-decoration:none;
}
#recupPass a:hover {
	color: #0D4D85;
}
a.btnCloseLogin {
	position:absolute;
	top:9px;
	right:10px;
	dispaly:block;
	text-align:center;
	width:30px;
	color: #ccc;
	font-size: 1.55em;
	z-index:1000;
}
a.btnCloseLogin:hover {
	color: #3d7fc7;
}
#formIdentification select {
	padding: 7px 6px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D4D85;
	font-size: 1em;
	border-radius: 0px;
	border: solid 1px #DBDBD9;
}
#footerLogin {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #f8f8f8;
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    padding-left: 10px;
    padding-right: 10px;
}
#footerLogin em {
    font-style:normal;
}
footer #footerLogin address strong {
    padding-bottom: 5px;
    display: inline-block;
}
#footSimple #copyright  {
    background-color: #f8f8f8;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
#footSimple #copyright p {
    width: 976px;
    margin: 7px auto 0px auto;
    line-height: 1.8em;
    font-family: "Gilda Display",serif;
    letter-spacing: 1px;
    font-size: 0.7em;
}
#boxEndLogin {
    width: 100%;
    margin: 0 auto;
    background-color: #afafaf;
    height: 10px;
}

/* Création mot de passe */
#formPass {
    width: 60%;
	margin: 20px auto 0px auto;
}
ul.listCheckVert {
    margin:3px 0px;
}
ul.listCheckVert li {
    list-style: none;
	text-align: left;
	padding-left:20px;
	position:relative;
}
ul.listCheckVert li:before {
	content:"";
	display:block;
	background: url("../img/commun/check-vert.svg") no-repeat;
	position:absolute;
	left: 0px;
	top: 5px;
	width: 12px;
	height: 12px;
}
#ulEspClt li {
	text-align: justify;
	font-size: 11px;
}
#ulEspClt li a {
	color: #717171;
}
#ulEspClt li a:hover {
	color: #000;
}

@media only screen and (max-width: 1023px) {
	#mainContener.pLogin {
		width: 100%;
		margin:0 auto;
	}
	#footerLogin span {
		/*display: block;*/
	}
	#footerLogin em {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.aPoplogin {
		float: left;
		margin-bottom: 10px;
	}
}
@media only screen and (width: 768px) {
	.aPoplogin {
		float: right;
	}
}

@media only screen and (max-width: 768px) {
	#formLogin, #formRecupPass, #formPass {
		width: 94%;
	}
}


@media only screen and (max-width: 767px) {
	#poplogin input[type="password"], #poplogin input[type="text"], #poplogin input[type="email"], #popNewPass input[type="password"], #popNewPass input[type="email"] {
		text-align: center;
	}
	#formLog {
		width: 90%;
		margin:0 auto;
	}
	.mainContener.newPass {
		width: 974px;
		margin:0 auto;
	}
	#popNewPass {
		width:50%;
		margin:0 auto;
	}
}

@media only screen and (max-width: 3480px) {
	.pLogPass .container {
		padding-left:5px;
		padding-right:5px;
	}
}




