@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: 'Poppins', sans-serif;
  overflow: hidden;
}

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: #191818 !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: #222221 !important;
  opacity: 1 !important;
}
input::placeholder{
  color: #222221;
}
/*
::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 {
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    background: #fffffd no-repeat center center;
    background-size: cover;
    overflow-x: hidden;
  }

  .small-only {
    display: block;
  }

  .contenu {
    width: 100%;
    background-color: transparent;
    flex: 1 1 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #fff;
  }


  .bg {
    width: 100%;
    padding: 2rem 0;
    display: none;
  }

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

  div.hr {
    margin: 1.33rem 0;
  }

  #logo {
    width: 100%;
    max-width: 20.79rem;
    min-width: 100px;
    margin: 0 0 2.33rem;
    text-align: center;
  }

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

  h3 {
    font-family:'Helvetica LT Std', "Arial", sans-serif;
    margin: 0;
    color: #222221;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  }
/* h3 span{
  color: #191818;
  font-weight: 500;
  } */

/*
.fontWeight{
  font-weight: bold;
}
*/


.instructions {
  color: rgb(1,33,48);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 3.5rem;
  margin-top: 1.2rem;
  /*word-spacing: 1px;*/
  font-family: 'Helvetica LT Std', "Arial", sans-serif;
  /*letter-spacing: -0.5px;*/
}
.bold{
  font-weight: bold;
}

.display{
  display: none;
}


#fields {
  box-sizing: border-box;
}

#fields .field {
  position: relative;
  background-color: rgb(238, 238, 238);
  margin: 0;
  border-radius: 0;
  height: 4.6rem;
  color: #191818;
}

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

#fields label {
  position: absolute;
  top: 0;
  /* left: -50px; */
  width: 8.2rem;
  height: 100%;
  text-align: center;
  margin-left: 3px;
  display: flex;
  align-items: center;
}

#fields label img {
  height: auto;
  width: auto;
  margin: 0 auto;
}

#fields label:after {
  content: '';
  width: 1px;
  height: 32px;
  background: #5d5d5c;
  position: absolute;
  right: 0;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.27rem !important;
  font-weight: normal;
  font-family: 'Helvetica LT Std', "Arial", sans-serif !important;
  color: rgb(1,33,48) !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 6.8rem;
  width: calc(100% - 4.77rem);
  box-sizing: border-box;
  margin-bottom: 0;
  height: 100% !important;
  border-bottom: none;
  /* border-radius: 15px; */
  padding: 0 0 0 3.5rem ;
}
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: #191818;
  box-shadow: none;
  outline: 0;
}

#fields input[type=email] + span.label,
#fields input[type=text] + span.label,
#fields input[type=password] + span.label {
  color: #191818 !important;
  font-size: 1.2rem !important;
  font-weight: bold;
  font-family: 'Poppins', "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;
}

#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 {
  height: 4.308rem;
  width: 16.846rem;
  font-family: 'Helvetica LT Std', "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  background-color: rgb(1,33,48);
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0 0 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
}

.button_form:hover {
  background-color: rgb(10, 75, 105);
}

/* .button_form .arrow{
  margin-left: 0.67rem;
  width: 2.33rem;
  height: 1px;
  background-color: #d0d0d0;
  position: relative;
  transition: all 0.2s ease-in-out;
} */

/* .button_form .arrow:before, .button_form .arrow:after{
  content:'';
  width: 0.67rem;
  height: 0.67rem;
  border:1.25px solid #d0d0d0;
  border-top:0;
  border-left: 0;
  top: 50%;
  right: 1px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease-in-out;
  position: absolute;
}


.button_form:hover .arrow{
   background-color: #fff;
}

.button_form:hover .arrow:before, .button_form:hover .arrow:after{
   border-color: #fff;
} */

#oubli_form {
  text-align: right;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  margin-top: 0.8rem;
}

#oubli_form a {
  font-family: 'Helvetica LT Std', "Arial", sans-serif;
  font-weight: normal;
  color: rgb(1,33,48);
  text-decoration: none;
  position: relative;
  z-index: 2;
  letter-spacing: .02rem;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}

#oubli_form a:hover {
  color:rgb(10, 75, 105);
}
.separateur{
  width: 4rem;
  margin: 1.2rem auto 2.33rem;
  height: 3px;
  border: none;
  border-radius: 0px;
  background: #222221;

}
.separateur:not(:first-of-type){
  margin: 1.2rem 0.1rem 2.5rem;
}
.dbl_btn{
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    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;
    margin: auto;
    width: 55%;
    min-width: 47rem;
    background: #fffffd no-repeat center center;
    -webkit-box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1);
    box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1);
  }
  .bg {
    display: none;
    margin: auto;
  }
  .contenu-bg{
    /*position: relative;*/
  }

  header, main, footer {

    max-width: 34rem;

  }
  
}
@media screen and (max-width: 959px) and (max-height: 840px) {
  .bg {
    display: none;
  }
  .ligne_contour{
    display: none;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 11px;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    background-position: center;
    padding: 0;
  }
  .display{
    display: block;
  }
  .contenu {
    width: 100%;
    flex: 1 1 40%;
    min-width: inherit;
    /*max-width: 52.01rem;*/
    height: initial;
    margin: 0 6.27rem;

    box-shadow: none;


    border-radius: unset;
    background-color: transparent;
    padding: 3rem;

  }
  /* .contenu-bg{
   background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  } */
  .bg {
    display: grid;
    place-content: center;
    background: transparent;
    /* background: #023368; */
    /* background: url(../images/bg.png) no-repeat center center;
    background-size: cover; */
    order: -1;
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 3.91vh;
    padding-top: 14rem;
  }

  .bg h2{
    font-family: "Century Gothic", "Arial", sans-serif;
    font-weight: bold;
    text-shadow: rgba(177, 177, 177, 0.3) 15px 15px 5px;
    margin-left: 40px;
    color: rgb(1,33,48);
    font-size: 6rem;
    font-weight: 100; 
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.50rem;
    text-transform: uppercase; 
  }

  .bar{
    height: 5px;
    background-color: rgb(1,33,48);
    width: 80px;
  }
  .top{
    margin-bottom: 0px;
  }
  .bottom{
    margin-left: 40rem;
    margin-top: 0px;
  }

  #logo {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
  .contenu {
    width: 40%;
    flex: 0 1 40%;    

    /* background-color: #fff; */
    position: relative;
  }

  .bg {
    width: 59.3%;
    flex: 1 1 59.3%;
    margin: 0 0 0 19.01vw;
  }
  .display{
    display: block;
  }
  .contenu-bg{
    position: relative;
    z-index: 1;
   /* background: transparent no-repeat center center;
    max-width: 47.616rem;
    width: 100%;
    height: 57.616rem;
    margin: 0 auto;
    padding: 3rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
  }

  header .hr {
    margin: 2rem 0 2.87rem;
  }
  footer {
    margin-top: 6.6rem;
  }
  .ligne_contour{
    margin: 1.2rem auto;
    border: none;
    border-radius: 0px;
    position: absolute;
  }
  
  /*#logo {*/
    /*margin-bottom: 7rem;*/
  /*}*/
  
  .button_form{
    margin-top: 2.5rem;
  }
  
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 11px;
  }

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

@media screen and (max-width: 600px) {
  .contenu{
    padding: 2rem 0.5rem;
  }
}

@media screen and (max-width: 1350px) {
  html{
    font-size: 10px;
  }
}

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

.contenu h2, .contenu h3{
  display: none;
}

.separateur{
  display: none;
}

#scene{
  z-index: 2;
  position: absolute;
  height: 100vh;
  opacity: 0.5;
}

.sceneImg {
  overflow: hidden;
  position: absolute;
  height: 100vh;
}

.bg, .contenu{
  z-index: 3;
}