@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: 'Sofia Pro', sans-serif;
  overflow-x: 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: black !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: black !important;
  opacity: 1 !important;
}

/*
::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: transparent url(../images/bg.png) no-repeat center center;
  background-size: cover;
}

.contenu2{
  display: none;
}
.contenu-bg-2{
  display: none;
}
.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background-color: white;
  flex: 1 1 100%;
  padding: 3rem 0;
  justify-content: center;
}

.contenu-bg {
  justify-content: center;
}

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

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

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 70%;
  min-width: 100px;
  margin: auto;
  text-align: center;
}

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


h2 {
  font-family: "Myriad Condensed Web", "Arial", sans-serif;
  color: black;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  margin-bottom: .5rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

h3 {
  font-family: "TimesNewRomanPSMT", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 1.5rem;
  color:rgb(35, 31, 32);
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
/* h3 span{
  color: #e96418;
  font-weight: 500;
} */
.separateur{
  width: 18%;
  height: 4px;
  margin-bottom: 2rem;
  border: none;
  background: black;
  position: absolute;
}
.instructions {
  color: black;
  font-size: 1.48rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: -2rem;
  margin-bottom: 3rem;
  word-spacing: 1px;
  font-family: 'Poppins', "Arial", sans-serif;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
/* .instructions .color{
font-weight: bold;
} */
.display{
  display: none;
}
#fields {
  box-sizing: border-box;
  max-width: 100%;
  margin: auto;
}

#fields .field {
  position: relative;
  background-color: rgb(244, 244, 244);
  margin: 0;
  height: 3.6rem;
}

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

/* #fields .field:not(:last-child)::before{
  content: "Identifiant";
  font-family: "Spartan", "Arial", sans-serif !important;
  font-weight: bold;
  position: absolute;
  top: -5rem;
  font-size: 3.4rem;
  left: 2.4rem;
  opacity: 0.1;
}
#fields .field::before{
  content: "Mot de passe";
  font-family: "Spartan", "Arial", sans-serif !important;
  font-weight: bold;
  position: absolute;
  top: -4rem;
  font-size: 2.9rem;
  left: 2.5rem;
  opacity: 0.1;
} */
/* #fields .field.changed::before{
  content:"";
} */

/* #fields .field label {
  margin-left: 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:after{
  content: '';
  position: absolute;
  width: 30px;
  margin: -31px;
  border-bottom: 1px solid black;
  right: 0px;
  transform: rotate(90deg);
}

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

#fields input::placeholder{
  font-family: 'Poppins', "Arial", sans-serif !important;
  color: black;
  font-weight: 300;
  font-size: 1.4rem !important;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.4rem !important;
  font-weight: 300;
  font-family: 'Poppins', "Arial", sans-serif !important;
  color: black !important;
  caret-color: black;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 6.77rem;
  width: calc(100% - 6.77rem);
  height: 100%;
  /* border: 2px solid #ededee; */
  border: none;
  box-sizing: border-box;
  margin-bottom: 0;
  /* border-radius: 15px; */
  padding: 0 1rem;
}
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(35, 36, 79);
  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(27, 49, 88) !important;
  font-size: 1.2rem !important;
  font-weight: normal;
  font-family: "Sofia Pro", "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: 3.5rem;
  width: 70%;
  font-family:"Poppins", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: white;
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  background-image: linear-gradient(60deg, rgb(244, 193, 30)10%, rgb(220, 93, 128)40%);
  background-size: 200% 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* .button_form span{
  margin-right: 15px;
} */

.button_form:hover {
  background-position: right center;
}

.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 {
  height: 3.5rem;
  text-align: center;
  font-family: 'Poppins', "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: black;
  position: relative;
  width: 88%;
  max-width: 37.2rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgb(233, 232, 232);
  display: flex;
  place-content: center;
  margin-right: 0.5rem;
  transition: all 0.2s ease-in-out;
  padding-top: 0.1rem;
}

#oubli_form a {
  color: unset;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-color: none;
  transition: all 0.2s ease-in-out;
  /* border-bottom: 1px solid; */
  margin-top: 0.7rem;
}

#oubli_form:hover {
  color: white;
  background-color: rgb(220, 93, 128);
}

.dbl-btn{
  display: flex;
  width: 100%;
  bottom: 0;
  align-items: center;
  margin-top: 4rem;
}

@media screen and (max-width:1199px) {
  #logo img {
    max-width: 65%;
    margin-top: 2rem;
  }
}
@media screen and (max-width:599px) {
  html {font-size: 12px;}
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:499px) {


}
@media screen and (max-width:389px) {
  h2{
    letter-spacing: 0.3rem;
  }
}

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .display{
    display: none;
  }
  .contenu {
    justify-content: center;
    flex: 0 0;
    margin: auto;
    width: 55%;
    min-width: 47rem;
    background: white;
    -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);
  }
  .contenu-bg{
    position: relative;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    max-width: 33.231rem;
    padding-bottom:1rem ;
  }
}
@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-reverse;
    background-position: right center;
    padding: 0;
  }
  .display{
    display: block;
  }
  .contenu {
    background-color: white;
    background: white;
    padding: 0;
    margin: auto auto auto 14rem;
  }
  .contenu-bg{
    max-width: 51rem;
    /* padding: 3rem 5rem; */
    width: 100%;
    margin: auto;
    background: white;
    -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 {
    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 50%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .dbl-btn{
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) and (max-height:649px) {
  header::after{
    display: none;
  }
  h2{
    margin-top: 6rem;
  }
}


@media screen and (min-width: 1200px) {
  html {
    font-size: 13px;
  }
  #page{
    background-image: url(../images/bg.jpg);
    background-position: center top;
  }
  .contenu {
    background-color: transparent;
    background: transparent;
    padding: 0;
    justify-content: none;
    height: none;
    flex: none;
    margin: none;
    width: none;
    min-width: none;
    background: transparent;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    width: none;
    background-color: transparent;
    flex: none;
    padding: 0;
  }
  .bg {
    width: 51%;
    flex: 1 1 51%;
  }
  .display{
    display: block;
  }
  .contenu-bg{
    max-width: none;
    /* padding: 3rem 5rem; */
    width: none;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: none;
  }
  .contenu{
    display: grid;
    width: 100vw;
    height: 100vh;
    padding: 0 auto;
    place-content: top;
    margin: auto 5rem auto auto;
  }
  .contenu-bg{
    height: 75%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    ". img"
    "titre fields"
    ;
    max-width: 90vw;
  }
  header, main, footer, #logo {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 175px;
    max-height: 350px;
    z-index: 3;
  }
  #logo{
    width: auto;
    margin-bottom: 0;
    background-color: transparent;
    grid-area: img;
    padding-bottom: 1rem;
  }
  header{
    position: relative;
    background-color: transparent;
    grid-area: titre;
    /* -webkit-box-shadow: -5px 0 20px 10px rgba(0, 0, 0, 0.10) !important;
    box-shadow: -5px 0 20px 10px rgba(0, 0, 0, 0.10) !important; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5rem 1rem 5rem 5rem;
  }

  h2 {
    margin: 0;
    line-height: 1;
    font-size: 4.01rem;
  }
  .instructions{
    margin: 0;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
  main{
    background-color: transparent;
    grid-area: fields;
    /* -webkit-box-shadow: 5px 0 20px 10px rgba(0, 0, 0, 0.10) !important;
    box-shadow: 5px 0 20px 10px rgba(0, 0, 0, 0.10) !important; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5rem 1rem 5rem 8rem;
  }
  main::after{
    content: '';
    position: absolute;
    width: 1px;
    background-color: rgb(35, 31, 32);
    height: 14rem;
    left: 3rem;
  }
  #fields{
    margin: 0;
    max-width: 100%;
  }
  #fields label {
    width: 4rem;
  }
  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    left: 7rem;
    width: calc(100% - 7rem);
    height: 100%;
  }
  #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;
  }
  .separateur{
    position: relative;
  }
  .dbl-btn{
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -3.25rem;
    align-items: center;
    margin-left: -4rem;
    padding-left: 4rem;
    margin-right: -5rem;
    padding-right: 5rem;
    margin-bottom: 0;
  }
  #oubli_form{
    margin: 0;
    text-align: left;
  }
  .button_form{
    margin: 0;
    margin-left: 1rem;
  }
  .displ{
    display: none;
  }
}

@media screen and (min-width: 1290px) {
  h2 {
    font-size: 4.04rem;
  }
  .contenu-bg{
    width: 90vw;
  }
}

@media screen and (min-width: 1455px) {
  .contenu-bg {
    width: 80vw;
    margin: 0;
  }
}

@media screen and (min-width: 1550px) {
  .contenu-bg {
    width: 75vw;
    margin: 0 0 0 3rem;
  }
}

@media screen and (min-width: 1655px) {
  .contenu-bg {
    width: 70vw;
    margin: 0 0 0 6rem;
  }
}

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

  .contenu-bg {
    width: 65vw;
    margin: 0 0 0 10rem;
  }
}
@media screen and (min-width: 1600px) and (max-height: 900px){
  html {
    font-size: 13px;
  }
  
}

@media screen and (min-width: 1900px) {
  #page {
    flex-direction: row;
  }
}

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