@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: rgb(35, 31, 32) !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: rgb(35, 31, 32) !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: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

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

.contenu {
  width: 100%;
  flex: 1 1 100%;
  padding: 3rem 0;
}


.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:100%;
  min-width: 100px;
  margin: auto;
  text-align: center;
}

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


h2 {
  font-family: "Futura Std", "Arial", sans-serif;
  color: rgb(0, 94, 184);
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.h2_color{
  color: rgb(241, 101, 37);
}

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: rgb(35, 31, 32);
  position: absolute;
}
.instructions {
  color: white;
  font-size: 1.56rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: -2rem;
  margin-bottom: 3rem;
  word-spacing: 1px;
  font-family: 'Arial Rounded MT', "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(14, 56, 107);
  margin: 0;
  height: 4rem;
}

#fields .field:not(:last-child) {
  margin-bottom: 1.5rem;
  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 white;
  right: 0px;
  transform: rotate(90deg);
}

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

#fields input::placeholder{
  font-family: 'Arial Rounded MT', "Arial", sans-serif !important;
  color: white;
  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: 'Arial Rounded MT', "Arial", sans-serif !important;
  color: white !important;
  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(27, 49, 88);
  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: 100%;
  font-family:"Arial Rounded MT", "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-color: rgb(241, 101, 37);
}

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

.button_form:hover {
  background-color: rgb(14, 56, 107);
}

.button_form .arrow {
  display: none;
}


#oubli_form {
  height: 3.5rem;
  text-align: center;
  font-family: 'Arial Rounded MT', "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: white;
  position: relative;
  width: 100%;
  max-width: 37.2rem;
  background-color: rgb(14, 56, 107);
  display: flex;
  place-content: center;
  margin-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}

#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.75rem;
}

#oubli_form:hover {
  background-color: rgb(241, 101, 37);
}

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

@media screen and (max-width:599px) {
  h2{
    font-size: 2.5rem;
  }
  .contenu {
    color: white;
  }
  #page {
    background-image: none;
    background: white;
  }
}
@media screen and (max-width:389px) {
  #oubli_form {
    font-size: 1.2rem;
  }
}

@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;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    min-width: 47rem;
    -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);
    background-color: rgba(255, 255, 255, 0.65);
  }
  .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 (max-width: 1199px) { 
  .instructions {
    color: rgb(0, 94, 184);
    margin-top: 1rem;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 11px;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    background-position: 20%  center;
    padding: 0;
  }
  .display{
    display: block;
  }
  .contenu {
    padding: 0;
  }
  .contenu-bg{
    max-width: 51rem;
    /* padding: 3rem 5rem; */
    width: 100%;
    margin: auto;
    -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: #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-left: 5rem;
    margin-top: 6rem;
  }
}

@media screen and (max-width: 1275px) and (max-height:649px) {
  h2{
    margin-left: 0;
  }
}

@media screen and (max-width: 1380px) and (max-height:649px) {
  h2{
    font-size: 4rem;
  }
}


@media screen and (min-width: 1200px) {
  html {
    font-size: 13px;
  }
  #page{
    background-image: url(../images/bg.jpg);
    background-position: center;
  }
  .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;
    width: 95%;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: none;
  }
  .contenu{
    display: grid;
    width: 100vw;
    height: 100vh;
    padding: 0 15vw;
    place-content: top;
    margin-left: -12%;
  }
  .contenu-bg{
    height: 75%;
    width: 112%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    ". img"
    "titre fields"
    ;
  }
  header, main, footer, #logo {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    min-height: 175px;
    max-height: 300px;
    z-index: 3;
  }
  #logo{
    width: auto;
    margin-bottom: 0;
    background-color: transparent;
    grid-area: img;
    margin-bottom: 0rem;
    margin-right: 0;
    padding-right: 0;
  }
  #logo img {
    max-width: 90%;
    margin-bottom: 3rem;
  }
  header{
    position: relative;
    background-color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    grid-area: titre;
    /* -webkit-box-shadow: -5px 0 20px 0px rgb(201, 201, 201) !important;
    box-shadow: -5px 0 20px 0px rgb(201, 201, 201) !important; */
  }
  h2{
    transform: translateY(-20%);
    font-size: 2.9rem;
    margin-left: 2rem;
  }
  .instructions{
    margin: 0;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
  main{
    background-color: rgb(0, 94, 184);
    padding-left: 4rem;
    padding-right: 4rem;
    grid-area: fields;
    /* -webkit-box-shadow: 5px 0 20px 0px rgb(201, 201, 201) !important;
    box-shadow: 5px 0 20px 0px rgb(201, 201, 201) !important; */
  }
  #fields{
    margin: 0;
    max-width: 100%;
  }
  #fields label {
    width: 3.27rem;
  }
  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    left: 6.77rem;
    width: calc(100% - 6.77rem);
    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;
    flex-direction: column;
    position: absolute;
    height: 100%;
    bottom: -2rem;
    background-color: rgb(241, 101, 37);
    right: -18.6vw;
    width: 18.6vw;
  }
  .button_form {
    height: 75%;
    width: 100%;
    font-family:"Arial Rounded MT", "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: white;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    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-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .button_form .valid{
    margin-top: 1rem;
  }
  
  .button_form:hover {
    background-color: rgb(14, 56, 107);
  }
  
  .button_form .arrow {
    display: inline-block;
  }

  #oubli_form {
    height: 25%;
    text-align: center;
    font-family: 'Arial Rounded MT', "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    position: relative;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    display: flex;
    place-content: center;
    transition: all 0.3s ease-in-out;
    margin: 0;
  }
  
  #oubli_form a {
    color: unset;
    text-decoration: none;
    position: relative;
    z-index: 2;
    background-color: none;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid;
    margin: 0;
    padding-top: 1.5rem;
  }
  
  #oubli_form:hover {
    background-color: rgb(14, 56, 107);
  }
  .displ{
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-height:809px) {
  #logo{
    margin-bottom: 13rem;
  }
}

@media screen and (min-width: 1400px) {
  header::after{
    content: url(../images/before.png);
    position: fixed;
    left: 0;
    transform: translateX(-3%) translateY(14%) scale(95%);
  }
  .contenu{
    margin-left: 2.7%;
  }
  .contenu-bg{
    width: 95%;
  }
  h2{
    margin-left: 3rem;
    transform: translateX(7%) translateY(-20%);
  }
  .dbl-btn{
    right: -15.9vw;
    width: 15.9vw;
  }
}
@media screen and (max-width:1499px) {
  html{
    font-size: 12px;
  }
}
/* @media screen and (max-width:1299px) {
  html{
    font-size: 11px;
  }
} */
@media screen and (min-width: 1650px) {
  .dbl-btn{
    right: -15.9vw;
    width: 15.9vw;
  }
  html {
    font-size: 13px;
  }

  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    bottom: -1px;
  }
  header::after{
    content: url(../images/before.png);
    position: fixed;
    left: 0;
    transform: translateX(9%) translateY(14%) scale(95%);
  }
  h2{
    margin-left: 3rem;
    transform: translateX(15%) translateY(-20%);
  }
}
@media screen and (min-width: 1775px) {
  header::after{
    transform: translateX(17%) translateY(14%) scale(95%);
  }
  h2{
    transform: translateX(23%) translateY(-20%);
  }
}
@media screen and (min-width: 1600px) and (max-height: 900px){
  html {
    font-size: 13px;
  }
  
}
@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;
}