@charset "UTF-8";



* {
  box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: rgb(88,88,90) !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: #0e192d !important;
  opacity: 1 !important;
}
input::placeholder{
  color: #0e192d;
}
/*
::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!
	color: red;
	opacity: 1; !* Firefox *!
}

:-ms-input-placeholder { !* Internet Explorer 10-11 *!
	color: red;
}

::-ms-input-placeholder { !* Microsoft Edge *!
	color: red;
}*/
.nowrap {
  white-space: nowrap;
}

/* Popup modale de récupération d'identifiants */
#modalRecupId {
  display: none;
  width: 600px;
}

#modalRecupId .modal-content {
  padding: 0;
}

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px;
}

html {
  font-size: 11px;
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  background-size: cover;
}


.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background-color: transparent;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}


.bg {
  order: 1;
  width: 100%;
  display: none;
}

header, footer, main {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 39.87rem;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 60%;
  max-width: 28.73rem;
  min-width: 100px;
  margin-bottom: 1.8rem !important;
  text-align: center;
  margin: auto;
}

#logo img {
  max-width: 100%;
  height: auto;
  border: 0;
  position: relative;
  z-index: 2;
}

h2 {
  font-family: "Abang", "Arial", sans-serif;
  margin: 0;
  color: rgb(27, 36, 54);
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
}

h3 {
  font-family: "Clear Sans", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 1.8rem;
  color:rgb(84, 84, 84);
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.instructions {
  color: rgb(84, 84, 84);
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 2.2rem;
  word-spacing: 1px;
  font-family: "Futura LT", "Arial", sans-serif;
}
.lighter_color{
  color: rgb(0, 74, 173);
}
.color{
  font-weight: bold;
}

.display{
  display: none;
}
#fields {
  box-sizing: border-box;
}

#fields .field {
  position: relative;
  background-color: rgb(255, 255, 255);
  margin: 0;
  border-radius: 0;
  height: 4.27rem;
  color: rgb(88,88,90);
  border-radius: 50px;
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 25px 5px rgb(227,231,238) !important;
  box-shadow: 0 0 25px 5px rgb(227,231,238) !important;
  /* border: 1px solid #d3d3d3; */
border-radius: 50px;
}

#fields .field:not(:last-child) {
  margin-bottom: 2rem;
}

#fields label {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.27rem;
  height: 100%;
  text-align: center;
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fields label img {
  height: 22px;
  width: auto;
}

#fields label:after {
  content: '';
  border-right: 1px solid rgb(88,88,90);
  opacity: 1;
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 0;
  width: 100%;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.4rem !important;
  font-weight: 300;
  font-family: "Futura LT", "Arial", sans-serif !important;
  color: rgb(88,88,90) !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 4.77rem;
  width: calc(100% - 4.77rem);
  box-sizing: border-box;
  margin-bottom: 0;
  height: 100% !important;
  border: none;
  /* border-radius: 15px; */
  padding: 0 1rem;
  letter-spacing: 0.3px;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  background: none !important;
}
#fields input[type=email]:focus, #fields input[type=email].valid, #fields input[type=email].invalid,
#fields input[type=text]:focus,
#fields input[type=text].valid,
#fields input[type=text].invalid,
#fields input[type=password]:focus,
#fields input[type=password].valid,
#fields input[type=password].invalid {
  color: rgb(88,88,90);
  box-shadow: none;
  outline: 0;
}

#fields input[type=email] + span.label,
#fields input[type=text] + span.label,
#fields input[type=password] + span.label {
  color: rgb(0, 0, 0) !important;
  font-size: 1.4rem !important;
  font-weight: 300;
  font-family: "Futura BdCn BT", "Arial", sans-serif !important;
  position: absolute;
  text-align: center;
  left: 4.8rem;
  top: 50%;
  margin-left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 0;
  padding: 0 1rem;
  letter-spacing: 0.3px;
}

#fields input[type=email] + span.label.active,
#fields input[type=text] + span.label.active,
#fields input[type=password] + span.label.active {
  -webkit-transform: translateY(calc(-50% - 13px)) scale(0.7);
  transform: translateY(calc(-50% - 13px)) scale(0.7);
}

#fields input[type=email]:focus:not([readonly]),
#fields input[type=text]:focus:not([readonly]),
#fields input[type=password]:focus:not([readonly]) {
  box-shadow: none;

}

.button_form {
  position: relative;
  z-index: 2;
  height: 4rem;
  width: 15.616rem;
  font-family: "Abang", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  background-color: rgb(27, 35, 54);
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 1.4rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.button_form::before {
  display: flex;
  position: absolute;
  width: 11rem;
  border: 1px solid rgb(234, 236, 236);
  content: '';
  left: -12rem;
}
.button_form::after {
  display: flex;
  position: absolute;
  width: 11rem;
  border: 1px solid rgb(234, 236, 236);
  content: '';
  left: 16.75rem;
}

.button_form:hover {
  background-color: rgb(0, 74, 173);
}

.button_form .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 60%;
  position: relative;
  margin-left: 2.5rem;
}

.button_form .arrow svg {
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#oubli_form {
  position: absolute;
  top: 3.5rem;
  left: 4.5rem;
  text-align: right;
  font-family: "Futura LT", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.17rem;
  color: rgb(27, 36, 54);
  position: relative;
  margin-top: 1rem;
  width: 100%;
  font-style: italic;
}

#oubli_form a {
  color: unset;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-color: none;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}

#oubli_form a:hover {
  color:rgb(0, 74, 173);
}

h2{
  font-size: 6.5rem;
}
h3{
  font-size: 2.3rem;
}

@media screen and (max-width: 599px){
  #oubli_form{
    left: 0rem;
  }
  h2{
    font-size: 4.8rem;
  }
  h3{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px){
  body{
    overflow-x: hidden;
  }
  #oubli_form{
    padding-top: 2rem;
    position: relative;
    top: 0rem;
    left: -32.5%;
  }
  h2{
    font-size: 4.8rem;
  }
  h3{
    font-size: 1.6rem;
  }
  #logo{
    width:50%;
  }
}

@media screen and (min-width: 600px) {
  #page {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: left;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .display{
    display: none;
  }
  .contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    width: 55%;
    min-width: 47rem;
    margin: 0 auto;
  }
  .contenu-bg{
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 51.385rem;
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
    -webkit-box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 20%);
    border-radius: 0 0 0 5rem;
  }
  h2{
    font-size: 4.8rem;
  }
  h3{
    font-size: 1.8rem;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    width: 75%;
  }
}
@media screen and (max-width: 959px) and (max-height: 840px) {
  .bg {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 11px;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    background-position: left center;
    padding: 0;
  }
  .display{
    display: block;
  }
  .contenu {
    width: 50%;
    flex: 1 1 100%;
    box-shadow: none;
    min-width: 48rem;
    border-radius: unset;
    background-color: transparent;
  }
  .contenu-bg{
    max-width: 51.385rem;
    width: 100%;
    margin: 0 auto ;
    padding: 3rem;
    -webkit-box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 20%);
    border-radius: 0 0 0 5rem;
  }
    h2{
    font-size: 4.8rem;
  }
  h3{
    font-size: 1.8rem;
  }
  .bg {
    background: transparent;
    /* background: #023368; */
    /* background: url(../images/bg.png) no-repeat center center;
    background-size: cover; */
    order: 1;
    padding-top: 37%;
    display: block;
    width: 50%;
    flex: 1 1 0%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .separateur{
    width: 24%;
    margin: 50px 0;
    height: 4px;
    border: none;
    background: #f86011;
  }
  #logo {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
  .contenu {
    width: 82%;
    flex: 1 1 82%;    
    background-color: transparent;
  }
  .bg {
    width: 18%;
    flex: 1 1 18%;
  }
  .display{
    display: block;
  }
  .contenu-bg{
    max-width: 51.385rem;
    width: 100%;
    margin: 0 auto ;
    padding: 3rem;
    -webkit-box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 20%);
    border-radius: 0 0 0 5rem;
  }
  header, main, footer {
    width: 100%;
    max-width: 30.693rem;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
  #fields .field {
    height: 4.616rem;
  }
  #fields label {
    width: 4.27rem;
  }
  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    left: 5.77rem;
    width: calc(100% - 5.77rem);
    height: 75px;
  }
  #fields input[type=email] + span.label,
  #fields input[type=text] + span.label,
  #fields input[type=password] + span.label {
    left: 6.2rem;
    margin-left: 0;
  }
  footer {
    margin-top: 6.6rem;
  }
  h2{
    font-size: 4.8rem;
  }
  h3{
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 13px;
  }
  header, footer, main {
    max-width: 30.693rem
  }

  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    bottom: -1px;
  }
}
@media screen and (min-width: 1600px) and (max-height: 945px){
  html {
    font-size: 11px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 961px), (-ms-high-contrast: active) and (max-width: 961px) {
  #page {
    background: #fff;
    display: block;
  }
  .contenu {
    box-shadow: none;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 960px), (-ms-high-contrast: active) and (min-width: 960px) {
  #page {
    min-height: 100vh;
  }
  .contenu,
  .bg {
    min-height: 100vh;
  }
  .bg .illu_1, .bg .illu_2 {
    opacity: 0.65;
  }
}

@supports not (mix-blend-mode: multiply) {
  .bg .illu_1, .bg .illu_2 {
    opacity: 0.65;
  }
}


input:focus::placeholder{
  opacity: 0;
}

.bottom_image {
  width: 100%;
  min-width: 100px;
  margin-bottom: 1.8rem !important;
  text-align: center;
  margin: auto;
}

.bottom_image img {
  margin-top: 4rem;
  max-width: 100%;
  height: auto;
  border: 0;
  position: relative;
  z-index: 2;
}