@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: 'Raleway', 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(22, 21, 29) !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-style: italic;
  color: rgb(22, 21, 29) !important;
  opacity: 1 !important;
}

input::placeholder {
  color: rgb(56, 50, 50);
  font-weight: bold;
  font-family: 'Poppins', 'Arial', sans-serif;
}

/*
::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: #fffffd no-repeat center center;
  background-size: cover;
}

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

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

header, footer, main {
  width: 100%;
  margin: 0 auto;
  max-width: 44rem;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  min-width: 100px;
  margin: 0 0 2.75rem;
  text-align: left;
}

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

h2 {
  font-family: 'Axiforma', "Arial", sans-serif;
  margin: 0;
  color: rgb(71, 168, 222);
  font-size: 5.9rem;
  font-weight: bold;
  /* line-height: 1.1; */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.5rem; */
}

h3 {
  font-family: 'Axiforma', "Arial", sans-serif;
  margin: 0;
  color: rgb(243, 186, 23);
  font-size: 2.67rem;
  font-weight: bold;
  /* line-height: 1.4; */
   margin-bottom: 1.5rem; 
  /* text-transform: uppercase; */
}

/* h3 span {
  font-family: 'Montserrat', "Arial", sans-serif;
  color: #d3a742;
  font-weight: bold;
} */

.instructions {
  font-family: 'Benton', "Arial", sans-serif;
  color: rgb(44, 62, 81);
  font-size: 1.63rem;
  line-height: 1.2;
  font-weight: normal;
  word-spacing: 1px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.instructions .color {
  font-weight: normal;
}

.display {
  display: none;
}

#fields {
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 2rem;
  border: 2px solid rgb(231, 221, 238);
  background-color: white;
  border-radius: 5px;
}

#fields .field {
  position: relative;
  height: 7.2rem;
}

#fields .field:first-child {
  border-bottom: 1px solid rgb(247, 243, 246);
  border-left: 6px solid transparent;
  border-left-color: transparent;
}

#fields .field:last-child {
  border-left: 6px solid rgb(63, 119, 185);
  border-left-color: rgb(63, 119, 185);
}

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

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

/* #fields label:after {
  content: '';
  border-right: 1px solid #d2d8e7;
  opacity: 1;
  position: absolute;
  top: 16px;
  bottom: 14px;
  right: 0;
  width: 100%; 
}*/

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.5rem !important;
  font-weight: bold;
  font-family: "Poppins", "Arial", sans-serif !important;
  color: rgb(22, 21, 29) !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 7rem;
  width: calc(100% - 7rem);
  border-bottom: 0;
  height: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
  caret-color: rgb(64, 196, 244);
  padding: 3.25rem 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: rgb(78, 78, 78);
  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: #030304;
} */

#fields input[type=email]+span.label, #fields input[type=text]+span.label, #fields input[type=password]+span.label {
  color: rgb(155, 155, 155) !important;
  font-size: 1.8rem !important;
  font-weight: normal;
  font-family: "Poppins", "Arial", sans-serif !important;
  position: absolute;
  text-align: center;
  left: 7rem;
  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.9);
  transform: translateY(calc(-50% - 16px)) scale(0.9);
} */

.button_form {
  height: 4.2rem;
  width: 32%;
  font-family: "Century", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  background-color: rgb(64, 196, 244);
  border-radius: 50px;
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem auto 0 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 0.1rem;
  padding-right: 0.5rem;
}

.button_form:hover {
  background-color: rgb(243, 186, 23);
}

.button_form .arrow {
  margin-top: 0.2rem;
  transform: translateX(150%);
  transition: all 0.3s ease-in-out;
}

.button_form:hover .arrow {
  transform: translateX(200%);
}

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

.oubli_form {
  text-align: left;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3rem;
  background-color: transparent;
  width: 68%;
  margin-left: 2rem;
}

.oubli_form span {
  color: rgb(56, 50, 50);
  position: relative;
  z-index: 2;
  /* font-style: italic; */
  background-color: none;
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
}

.oubli_form span:hover {
  color: rgb(243, 186, 23);
}

.separateur {
  width: 6.5rem;
  margin: 0.9rem 0 1.1rem;
  height: 2px;
  border: none;
  /* border-radius: 50px; */
  background: rgb(231, 207, 205);
}

.dbl_btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}
.citation {
  display: none;
}

@media screen and (max-width:599px) {
  .fields{
    max-width: 100%;
  }
  #fields .field:last-child::before {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 499px) {
  .contenu {
    padding: 0 2rem;
  }
  #logo img {
    max-width: 60%;
  }
  h2 {
    font-size: 4.5rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .instructions {
    font-size: 1.5rem;
  }
  .button_form {
    width: 45%;
  }
  
  .oubli_form {
    width: 55%;
  }
}
@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    background: white no-repeat center center;
    background-size: cover;
    background-position: left;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .display {
    display: none;
  }
  .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: rgba(255, 255, 255, 0) no-repeat right center;
    /* box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.24); */
  }
  .contenu-bg {
    max-width: 44rem;
    margin: auto;
    /* background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.24); */
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .bg {
    display: none;
  }
  header, main, footer {
    width: 100%;
    max-width: 44rem;
  }
}

@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: url(../images/bg2.jpg) no-repeat center center;
    padding: 0;
    background-size: cover;
  }
  .display {
    display: block;
  }
  .contenu {
    width: 100%;
    flex: 1 1 100%;
    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;
    display: block;
    width: 0%;
    flex: 1 1 0%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .ligne_contour {
    margin: 1.2rem auto;
    border: none;
    border-radius: 0px;
    position: absolute;
  }
  .p_1 {
    width: 3px;
    height: 15.847rem;
    top: 49%;
    left: 8rem;
    background: #030404;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
  #page {
    background: url(../images/bg.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
  }
  .contenu {
    width: 55%;
    flex: 1 1 55%;    
    background: #ffffff00;
  }
  .bg {
    width: 45%;
    flex: 1 1 45%;
  }
  .display {
    display: block;
  }
  .contenu-bg {
    background: transparent;
    max-width: 44rem;
    width: 100%;
    height: 66rem;
    margin: 0 auto;
    /* -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.12); */
    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;
  }
  .p_1 {
    width: 3px;
    height: 15.847rem;
    top: 49%;
    left: 8rem;
    background: #030404;
  }
}

@media screen and (min-width: 1200px) and (max-height: 945px) {
  html {
    font-size: 11px;
  }
  .contenu-bg {
    height: 65rem;
    }
}

@media screen and (min-width: 1350px) {
  .bg {
    padding-top: 45%;
  }
  .citation {
    display: none;
    flex-direction: column;
    font-family: 'Isolde', 'Arial', sans-serif;
    font-size: 1.8rem;
    color: rgb(62, 119, 186);
    font-weight: bold;
    font-style: italic;
    margin-left: 23rem;
    letter-spacing: 0.05rem;
  }
  .citation span{
    text-align: right;
    transform: translateX(-44%);
  }
}

@media screen and (min-width: 1450px) {
  .bg {
    padding-top: 40%;
  }
  .citation {
    margin-left: 20rem;
  }
  .citation span{
    text-align: right;
    transform: translateX(-44%);
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 12px;
  }
  header, footer, main {
    max-width: 44rem;
    margin-left: 3rem;
  }
  .contenu-bg {
    position: relative;
  }
  #fields input[type=email], #fields input[type=text], #fields input[type=password] {
    bottom: -1px;
  }
  .bg {
    padding-top: 37%;
  }
  .citation {
    font-size: 2rem;
  }
  .citation span{
    text-align: right;
    transform: translateX(-44%);
  }
}

@media screen and (min-width: 1350px) {
  .citation {
    display: flex ;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1600px) and (max-height: 945px) {
  html {
    font-size: 11px;
  }
  .contenu-bg {
    height: 65rem;
  }
}

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

@media screen and (min-width: 1920px) {
  .citation {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 2450px) {
  .citation {
    font-size: 2.4rem;
    margin-left: 40rem;
  }
  .citation span{
    text-align: right;
    transform: translateX(-50%);
  }
}