/*@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;*/
  margin: 0 auto;
}

.unsupportedNavigatorMsg {
  max-width: 1500px;
  margin: auto;
  color: #fff;
  padding: 50px;
}

.login-container,
.newuser-container,
.tempuser-container {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

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

.title {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin-top: 120px;
}

.subtitle {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 120px;
}

.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;
  width: 480px;
  font-size: 14px;
}

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

.newuser-container .sub-p {
  font-size: 14px;
  font-style: italic;
}

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

.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: 15px;
}

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

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

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

.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;
}

.links-row {
  position: relative;
  margin: 0 300px 50px;
}

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

.lng-link,
.lng-link:visited,
.lng-link:focus {
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

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

.lng-dropdown {
  position: absolute;
  border-radius: 2px;
  width: 127px;
  right: -62px;
  top: 25px;
  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;
}

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"],
.newuser-container input[type="button"],
.tempuser-container input[type="button"] {
  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;
}

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;
}

.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: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

/*
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,
.cancel-btn:hover,
.cancel-btn:active,
.cancel-btn:focus {
  color: #fff !important;
  text-decoration: none;
  background: transparent !important;
  border: none;
  width: 80px !important;
}

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

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