@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(85, 85, 85) !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: rgb(85, 85, 85) !important;
  opacity: 1 !important;
}
input::placeholder{
  color: rgb(85, 85, 85);
}
/*
::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: 10px;
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  background: url(../images/bg.png) no-repeat;
  background-position: left center;
  background-size: cover;
  overflow-x: hidden;
}

.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: 55rem;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  text-align: center;
  margin-bottom: 2.75rem;
}

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


h2 {
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  font-size: 5.6rem;
  font-weight: normal; 
  font-style: normal;
  color: #1d1f3f;
  line-height: 1.2;
  text-transform: uppercase;
}

h3 {
  font-family:"Montserrat", "Arial", sans-serif;
  margin: 0;
  color: #1d1f3f;
  font-size: 2.9rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}
h3 span{
  color: #bb8842;
}

.instructions {
  color: #1d1f3f;
  font-size: 1.831rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2rem;
  word-spacing: 1px;
  font-family: 'Montserrat', "Arial", sans-serif;
  margin: 2rem 0rem 2rem;
}

/* .instructions span{
font-weight: bold;
} */

.display{
  display: none;
}
#fields {
  box-sizing: border-box;
  margin-bottom: 0.8rem;
  max-width: 100%;
  width: 100%;
}

#fields .field {
  position: relative;
  height: 5rem;
  background-color: #fff;
  border: 2px solid #333;
}

#fields .field:first-child {
  margin-bottom: 1.5rem;
}

/* 
#fields .field:last-child {
} */

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

#fields label img {
  height: 1.75rem;
  width: auto;
}

#fields label:after {
  content: '';
  border-right: 1px solid #cfcfcf;
  opacity: 1;
  position: absolute;
  top: 0.6rem;
  bottom: 0.6rem;
  right: 0;
  width: 100%;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.35rem !important;
  font-weight: 300;
  font-family: "Poppins", "Arial", sans-serif !important;
  color: #000 !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 8rem;
  width: calc(100% - 8rem);
  border-bottom: 0;
  height: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
  caret-color: #000;
  padding: 0 2rem 0 0;
}

#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: #000;
  box-shadow: none;
  outline: 0;
}

#fields input[type=email]:focus:not([readonly]), #fields input[type=text]:focus:not([readonly]), #fields input[type=password]:focus:not([readonly]) {
  box-shadow: none;
  border-bottom-color: rgb(22, 25, 42);
}

#fields input[type=email]+span.label, #fields input[type=text]+span.label, #fields input[type=password]+span.label {
  color: #000 !important;
  font-size: 1.2rem !important;
  font-weight: normal;
  font-family: "Poppins", "Arial", sans-serif !important;
  position: absolute;
  text-align: center;
  left: 5.73rem;
  top: 50%;
  -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;
}

#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% - 16px)) scale(0.7);
  transform: translateY(calc(-50% - 16px)) scale(0.7);
  /* padding-left: 6px; */
}

#fields input::placeholder {
  font-family: "Montserrat", "Arial", sans-serif;
  color: #000;
  font-weight: normal;
}

.button_form {
  height: 4.6rem;
  width: 17.35rem;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  background: rgb(255,255,255);
  background: radial-gradient(circle, #d5af5d 0%, #c49344 70%);
  background-color: #c49344;
  color: white;
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.button_form:hover {
  background-color: rgb(20, 20, 27);
}
/* 
.button_form .arrow{
  margin-left: 17px;
} */

#oubli_form {
  display: flex;
  text-align: right;
  font-size: 1.5rem;
  position: relative;
  margin: 0rem 0 3rem auto;
}

#oubli_form a {
  font-family: 'Montserrat', "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  background-color: transparent;
  color: #1d1f3f;
  text-decoration: none;
  position: relative;
  z-index: 2;
  letter-spacing: .02rem;
  transition: all 0.2s ease-in-out;
}

#oubli_form a:hover{
  color: rgb(255, 131, 79);
}
.separateur{
  width: 7.25rem;
  margin: 1rem 0;
  height: 3px;
  border: none;
  background: rgb(77, 77, 77);
  margin: 2.5rem 0;
}

.dbl_btn{
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin: .5rem 0 1.5rem;
}

@media screen and (max-width:599px){
  .contenu {
    padding: 0 2rem;
    background-color: white;
  }
  h2 {
    font-size: 4rem;
  }
  .displ {
    display: none;
  }
}

@media screen and (max-width:499px){
  .contenu {
    padding: 0 1rem;
  }
  h2{
    font-size: 3.2rem;
  }
}

@media screen and (max-width:392px){
  #oubli_form {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:392px){
  h2{
    font-size: 2.9rem;
  }
  .separateur {
    width: 5rem;
  }
  .separateur {
    width: 4rem;
  }
}


@media screen and (min-width: 600px) {
  #page {
    padding: 0;
    background: url(../images/bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-position-x: 23%;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .display{
    display: none;
  }
  .contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto 0 auto auto;
    width: 55%;
    min-width: 51rem;
    background-color: rgba(255, 255, 255,1);
    background: #ffffff;
    min-height: 100vh;
  }
  .bg {
    display: none;
  }
  .contenu-bg{
    position: relative;
  }

  header, main, footer {
    max-width: 55rem;
  }
}

@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: 10px;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    background-position-x: 10%;
  }
  .display{
    display: block;
  }
  .contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    min-width: 51rem;

    /* width: 50%;
    flex: 1 1 50%;
    height: initial;
    margin: initial;
    box-shadow: none;
    min-width: 48rem;
    border-radius: unset; */
  }
  .contenu-bg{
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .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: 40%;
    flex: 1 1 40%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  #page {
    padding: 0;
    background: url(../images/bg.png) no-repeat;
    background-position: left center;
    background-size: cover;
    background-position-x: unset;
  }
  html {
    font-size: 10px;
  }
  .contenu {
    width: 50%;
    flex: 1 1 50%;
  }
  .bg {
    width: 50%;
    flex: 1 1 50%;
  }
  .display{
    display: block;
  }
  .contenu-bg{
    max-width: 51rem;
    width: 100%;
    margin: auto auto auto 6rem;
    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;
  }
}

@media screen and (min-width: 1340px){
  .contenu-bg{
    margin: auto auto auto 8rem;
  }
}

@media screen and (min-width: 1600px) {
  .contenu {
    background: transparent;
    width: 50%;
    flex: 1 1 50%;
  }
  .bg {
    width: 50%;
    flex: 1 1 50%;
  }
  .contenu-bg{
    margin: auto auto auto 9%;
  }

  #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: 10px;
  }
}
@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 (min-width: 2300px){
  html {
    font-size: 13px;
  }
  .contenu-bg{
    margin: auto auto auto 13%;
  }
}

@media screen and (min-width: 2850px){
  html {
    font-size: 15px;
  }
  .contenu-bg{
    margin: auto auto auto 15%;
  }
}
