@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", "Arial", 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(1, 33, 48) !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: rgb(1, 33, 48) !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;
  overflow-x: hidden;
  background: url(../images/bg2.jpg) no-repeat left top;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  flex: 1 1 100%;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}

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

header, footer, main {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 38rem;
  text-align: left;
}

div.hr {
  margin: 1.33rem 0;
}

hr{
  width: 4.5rem;
  background: black;
  height: 4px;
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#logo {
  text-align: left;
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  margin-bottom: 2rem;
}

#logo img {
  max-width: 85%;
  height: auto;
  border: 0;
}

h2 {
  margin: 0;
  font-family: "Century", "Arial", sans-serif;
  margin: 0;
  color: rgb(34, 69, 161);
  font-size: 2.95rem;
  font-weight: bold; 
  line-height: 1.2;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  text-shadow: rgba(10, 10, 10, 0.2) 1.25rem 1.25rem 0.6rem;
}
h3{  
  margin: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2.454rem;
  line-height: 1;
  color: black;
}
h3 span {
  color: rgb(104, 154, 234);
}


.instructions {
  color: rgb(1, 33, 48);
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 3rem;
  margin-top: 3rem;
  word-spacing: 1px;
  font-family: 'Century', "Arial", sans-serif;
}

.instructions span {
  color: rgb(34, 69, 161);
  font-weight: bold;
}

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

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

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

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

#fields label img {
  height: 1.8rem;
  width: auto;
  margin-left: 0.16rem;
}

#fields label:after {
  content: '';
  width: 1px;
  height: 2.25rem;
  background: rgb(30, 31, 31);
  position: absolute;
  right: 0;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.45rem !important;
  font-weight: normal;
  font-family: 'Helvetica', "Arial", sans-serif !important;
  color: rgb(1, 33, 48) !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 7rem;
  width: calc(100% - 7rem);
  box-sizing: border-box;
  margin-bottom: 0;
  height: 100% !important;
  border-bottom: none;
  /* border-radius: 15px; */
  padding: 0 2rem 0 1rem;
}

#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: #364c63;
  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: 16192a;
}
input::placeholder{
  color :rgb(34, 34, 34);
}
.button_form {
  height: 3.8rem;
  width: 16.5rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: white;
  background-color: rgb(34, 69, 161);
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0 0;
  text-align: center;
  position: relative;
  letter-spacing: 0.15rem;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}

.button_form:hover {
  color: #fff;
  background-color: rgb(1, 33, 48);
}

.button_form .arrow{
  margin-left: 17px;
  height: 1.8rem;
  margin-top: 0.6rem;
  transition: all 0.2s ease-in-out;
}
.button_form:hover .arrow{
  transform: translateX(40%);
}

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

#oubli_form a {
  font-family: 'Helvetica', "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  color: rgb(1, 33, 48);
  text-decoration: none;
  position: relative;
  z-index: 2;
  letter-spacing: .01rem;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid;
}

#oubli_form a:hover {
  color: rgb(34, 69, 161);
}

.bottom-contenu {
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin-top: 4rem;
  font-size: 100%;
  color: rgb(90, 90, 90);
}

.bottom-contenu span {
  font-size: 115%;
}

.bottom-contenu span a{
  color: rgb(1, 33, 48);
  border-bottom: 1px solid;
  font-weight: normal;
  transition: all ease-in-out 0.3s;
}

.bottom-contenu span a:hover{
  color: rgb(34, 69, 161);
}

@media screen and (max-width: 599px) {
  #fields {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:499px){
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
  .display{
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #page {
    padding: 0;
    background: url(../images/bg2.jpg) no-repeat left top;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 2rem;
    /* border-radius: 1.6rem; */
    box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1);
    background-color: transparent;

  }
  .contenu .forme {
    position: relative;
    z-index: 1;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    max-width: 38rem;
  }
}

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

@media screen and (min-width: 960px) {
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    background: url(../images/bg.jpg) no-repeat right bottom ;
    background-size: cover;
    padding: 0;
    overflow-x: hidden;
  }
  .contenu {
    width: 65%;
    flex: 1 1 65%;
    max-width: unset;
    margin: unset;
    background: transparent;
    box-shadow: none;
  }
  .bg {
    display: block;
    width: 35%;
    flex: 1 1 35%;
    height: initial;
  }
}

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@media screen and (max-width: 1599px) {
  #logo {
    margin-top: 3rem;
  } 
}

@media screen and (max-height: 767px) and (min-width: 960px) {
  #logo {
    margin-top: 0;
  } 
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
  #page {
    background: url(../images/bg.jpg) no-repeat right bottom;
    background-size: cover;
  }
  .contenu {
    width: 55%;
    flex: 1 1 55%;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    margin: 0 auto;
  }
  .bg {
    width: 45%;
    flex: 1 1 45%;
  }
  .sous-div{
    margin-left: 2.5rem;
  }
}

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

  .contenu {
    width: 50%;
    flex: 1 1 50%;
  }
  .bg {
    width: 50%;
    flex: 1 1 50%;
  }
}

/* @media screen and (min-width: 1900px) {
  html {
    font-size: 15px;
  }
} */

@media all and (-ms-high-contrast: none) and (max-width: 961px), (-ms-high-contrast: active) and (max-width: 961px) {
  #page {
    background: rgb(240, 240, 240);
    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;
  }
}


.photo-separation{
  width: 10rem;
  display: flex;
  height: 2px;
  background-color: rgb(156, 209, 240);
  margin: 0 auto;
}

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