/*@font-face {
  font-family: 'AvenirLTStd-light';
  font-style: normal;
  font-weight: normal;
// relative urls are resolved using this file as base
src: url('../assets/fonts/AvenirLTStd-Light.eot');
  src: url('../font/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
  local('Avenir LT Std 35 Light'),
  url('../font/AvenirLTStd-Light.woff2') format('woff2'),
  url('../font/AvenirLTStd-Light.woff') format('woff'),
  url('../font/AvenirLTStd-Light.ttf') format('truetype'),
  url('../font/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
}

@font-face {
  font-family: 'AvenirLTStd-roman';
  font-style: normal;
  font-weight: 500;
// relative urls are resolved using this file as base
src: url('../assets/fonts/AvenirLTStd-Light.eot');
  src: url('../font/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
  local('Avenir LT Std 35 Light'),
  url('../font/AvenirLTStd-Light.woff2') format('woff2'),
  url('../font/AvenirLTStd-Light.woff') format('woff'),
  url('../font/AvenirLTStd-Light.ttf') format('truetype'),
  url('../font/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
}*/


* {
  font-family: Arial;
  outline: none;
  text-decoration: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

*:focus,*:visited,*:active {
  text-decoration: none;
  outline: none;
}

.row {
  margin:0;
}

body {
  background-attachment: fixed;
  background-position: center;
}

.container {
  width:1280px;
  padding: 0;
}

.login-container, .newuser-container, .tempuser-container {
  text-align: center;
}

.labels-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.login-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.login-row:after {
  content: '';
  display: table;
  clear: both;
}

.login-leftcolumn, .login-rightcolumn {
/*   float: left; */
  width: 420px;
  padding-left: 2px;
  padding-right: 2px;
}

.login-middlecolumn {
/*   float: left; */
  width: 60px;
  padding-left: 2px;
  padding-right: 2px;
}

.login-subcontainer {
  position:relative;
  width: 392px;
  min-height:277px;
  height:100%;
/*   max-height: 360px; */
  margin:0 auto;
  border-radius: 6px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 6px 6px 0px #2A00BF;
  border: 1px solid #3200E6;
}

.newuser-container p,  .tempuser-container p {
  display: block;
/*   width: 390px; */
  text-align: left;
  margin: 0 auto;
  color: #000;
  padding-bottom: 6px;
/*   padding-left:30px; */
  font-size: 14px;
  line-height:16px;
}


.title {
  font-size: 24px;
  text-align: center;
  font-weight:700;
  margin-bottom:30px;
  margin-top:30px;
}

.loginForm {
  margin-top:25px;
}

.newuser-container .title, .tempuser-container .title {
  margin-top:55px;
  margin-bottom:20px;
}

.newuser-container .row, .tempuser-container .row {
  position:relative;
}

.newuser-container .sub-title{
  margin:30px 0;
}

.newuser-container .reset-sub-title{
/*   margin: 0 200px 22px; */
 display: flex;
 justify-content: center;
  width: 100%;
  font-size: 14px;
}

.tempuser-container .sub-title {
  margin: 30px 236px;
  width: 435px;
}

.newuser-container .sub-p {
  font-size:12px;
  margin-bottom:30px;
  text-align:right;
/*  padding-right:30px; */
/*   font-style: italic; */
}

input[type="text"], input[type="password"] {
  width:300px;
  border:none;
  height:38px;
  border:none;
  font-size:16px;
  padding-left:39px;
  padding-right:38px;
  margin-bottom:25px;
  border-radius: 6px;
}

.newuser-container input[type="text"], .newuser-container input[type="password"], .tempuser-container input[type="text"], .tempuser-container input[type="password"] {
  width: 330px;
  margin-bottom:20px;
  padding-left:10px;
}

.id-row,.pwd-row {
  position:relative;
}

.id-row .identifiant-icon, .pwd-row .mot-de-passe-icon {
  position: absolute;
  display: block;
  margin: 10px 0px 10px 58px;
}

.clear-btn, .view-btn {
  display: block;
  position: absolute;
  right:0;
  margin:10px 58px 10px 0px;
  width:18px;
  height:18px;
  cursor: pointer;
  visibility: hidden;
  z-index: 1;
}

.tempuser-container .clear-btn, .tempuser-container .view-btn {
  margin:10px 295px 10px 0px;
}

.newuser-container .clear-btn, .newuser-container .view-btn {
  margin:10px 295px 10px 0px;
}

.login-subcontainer-text {
  position:relative;
  margin: 22px 50px 32px 50px;
}

.login-subcontainer-forgot_pwd_link {
  position: relative;
  margin: 8px 50px 8px 50px;
}

.forgot_pwd_link, .forgot_pwd_link:visited {
  font-family: Arial;
  font-size:14px;
  text-decoration: none;
  text-align: left;
}

.forgot_pwd_link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.forgot_pwd_link:active {
  opacity: 0.5;
  text-decoration: none;
}

.lng-row {
	display: flex;
	justify-content: center;
}
.lng-link, .lng-link:visited, .lng-link:focus {
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  color: #3200e6;
  border-radius: 6px;
  padding: 2px 14px;
  margin-top: 20px;
}

.lng-link:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #3200e6;
}
.lng-link:active {
  opacity: 0.5;
  text-decoration: none;
  color: #3200e6;
}

.lng-link span {
  display: block;
  width: 12px;
  height: 4px;
  margin-left:5px;
}

#svg-triangle-haut {
  display: none;
}

.lng-link span #svg-triangle-bas, .lng-link span #svg-triangle-haut {
  fill:#3200e6;
  margin-bottom: 2px;
}

.lng-link:hover span #svg-triangle-bas, .lng-link:hover span #svg-triangle-haut {
  fill:#3200e6;
  opacity: 0.7;
}


.lng-link:active span #svg-triangle-bas, .lng-link:active span #svg-triangle-haut {
  fill:#3200e6;
  opacity: 0.5;
}


.lng-dropdown {
  position: absolute;
  border-radius:6px;
  width:97px;
  top:250px;
  left:246px;
  display: none;
  text-align: left;
}

.lng-dropdown ul {
  padding:0;
  margin:0;
  padding-top: 5px;
}

.lng-dropdown ul li {
  list-style: none;
}

.lng-dropdown ul li a {
  font-family: Arial;
  height:33px;
  display: block;
  text-decoration: none;
  font-size:14px;
  padding-left: 15px;
  padding-top: 7px;
}

.submit-btn {
/*   background-color: rgba(255, 255, 255, 0.8); */
/*   color:rgba(50, 0, 230, 1); */
  background-color:#3200e6;
  color:#fff;

}

.submit-btn:disabled {
	background-color: #1e64ed;
    color: rgba(255, 255, 255, 0.4);
}

.submit-btn-long {
  width:400px;
  background-color: rgba(255, 255, 255, 0.8);
  color:rgba(50, 0, 230, 1);
}

.submit-btn-long:disabled {
  color:rgba(50, 0, 230, 0.35);
}

input[type="submit"], input[type="button"] {
  width:300px;
  border:none;
  height:38px;
  border-radius: 5px;
  border: none;
  font-family: Arial;
  font-size:16px;
  margin-top:5px;
  margin-bottom: 30px;
}

.newuser-container input[type="submit"], .tempuser-container input[type="submit"] {
  width:330px;
}

.large-white-roman, a.large-white-roman:hover, a.large-white-roman:focus, a.large-white-roman:visited, a.large-white-roman:active {
  font-family: Arial;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.medium-white-light {
  color : #fff;
  font-size: 14px;
  line-height: 21px;
}
.large-white-light {
  color : #fff;
  font-size: 16px;
  line-height: 21px;
}
.medium-black-light {
  color : #000;
  font-size: 14px;
  line-height: 21px;
}
.small-black-light {
  color : #000;
  font-size: 12px;
  line-height: 21px;
}

a.large-white-roman {
  text-decoration: underline;
}

.tooltip-arrow {
  top:50% !important;

}

.tooltip-inner {
  max-width:260px;
  padding:5px 8px 7px 15px;
}

/*
Type de message :
public static final String TYPE_INFORMATION = "1";
public static final String TYPE_ALERTE = "2";
public static final String TYPE_INCIDENT = "3"; */

.bandeau-msg-1 .msg, .bandeau-msg-2 .msg, .bandeau-msg-3 .msg {

  margin:0 auto 5px;
}

.bandeau-msg-1 .msg span, .bandeau-msg-2 .msg span, .bandeau-msg-3 .msg span{
  padding:10px 15px;
  text-align: left;
  border-radius: 3px;
  max-width: 1000px;
  display: inline-block;
  margin:0 auto;
  font-size: 14px;
  line-height: 21px;
}

/* Bandeau de message 1 : INFO */
.bandeau-msg-1 .msg span{
  background-color: #5740FF; /* light-blue */
  color: #FFF;
}

/* Bandeau de message 2 : MINEUR */
.bandeau-msg-2 .msg span{
  background-color: #FFFAB4; /* light-yellow */
  color: #555;
}

/* Bandeau de message 3 : MAJEUR */
.bandeau-msg-3 .msg span{
  background-color: #FFEBF2; /* light-pink */
  color: #F8001A;
}

.progress-p {
  padding: 0 0 8px 0 !important;
  text-align: center !important;
  font-size: 14px !important;
}

.progress-container {
  width:300px;
  margin: 0 auto 20px;
  text-align: left;
  padding-left: 20px;
  color: #FFF;
}

.progress {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  height: 6px;
  width:270px;
  margin-top: 8px;
  margin-right: 7px;
}

.progress-bar {
  width:0;
}

.progress-bar-bg {
  width:270px;
  height:6px;
  border:1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.progress-bar-green {
  height:6px;
  width:50%;
}

.mdp-ok-img {
  display: none;
}

.checkbox {
  width:330px;
  margin:0 auto;
  text-align: left;
  font-size:14px;
  color: #FFF;
  margin-bottom:30px;

}

input[type=checkbox] {
  display: none;
}

label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border: 1px solid #FFF;
  top: 1px;
}

input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}

.checkbox label {
  padding-left:25px;
}

.logo-container {
  margin-top:50px;
  margin-bottom:30px;
}
.reset-logo-container { /* seems useless ? */
  margin-top:50px;
}

.g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}

.cancel-btn:hover,.cancel-btn:active, .cancel-btn:focus {
/*   color:#FFF !important; */
  text-decoration: none;
/*   background: transparent !important; */
background: #fff;
border: 1px solid rgba(50, 0, 230, 0.5);
color:rgba(50, 0, 230, 0.5);
  border:none;
  width:100%;
}

.vider-champ-circle {
  opacity: 0.4;
}

#pwd-conf {
  font-size:15px;
}
