@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: "work_sansregular", "Work Sans", "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: #3d3d3d !important;
}

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

.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.jpg) no-repeat center center;
  background-size: cover;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background-color: #fff;
  flex: 1 1 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

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

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

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  max-width: 28.33rem;
  min-width: 100px;
  margin-bottom: 3.8rem;
}

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

h2 {
  margin: 0;
  color: #000;
  font-size: 3.707rem;
  font-family: 'Roboto Bk', "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.38rem;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

h3 {
  margin: 0;
  margin-bottom: 1.8rem;
  color: #21aae1;
  font-size: 2.097rem;
  font-family: 'Roboto', "Arial", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}

.instructions {
  color: #000;
  font-size: 1.539rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 4.077rem;
  text-align: left;
  font-family: "Roboto", "Arial", sans-serif;
}

#fields {
  box-sizing: border-box;
  overflow: hidden;
  max-width: 38.461rem;
}

#fields .field {
  position: relative;
  background-color: #fff;
  margin: 0;
  border-radius: 0;
  height: 3.695rem !important;
  color: #3d3d3d;
  border: 2px solid #e5ebf9;

}

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

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

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

.label-right-line{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid #e5ebf9;
  height: 75%;
  width: 6.539rem;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.231rem !important;
  font-weight: normal;
  font-family: "Roboto", "Arial", sans-serif !important;
  color: #040504 !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10.385rem;
  width: calc(100% - 10.385rem);
  box-sizing: border-box;
  margin-bottom: 0;
  border-bottom: none;
}

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

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

.button_form {
  height: 3.923rem;
  width: 100%;
  max-width: 14.923rem;
  font-family: "Roboto", "Work Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.308rem;
  color: #fff;
  background-color: #35a6d3;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0;
  text-align: center;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 2.67rem;
  letter-spacing: 0.15rem;
}

.button_form:hover {
  background-color: #62bce8;
}

#oubli_form {
  text-align: right;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.154rem;
  color: #000;
  position: relative;
  margin-top: 0.75rem;
  align-self: flex-end;
}

#oubli_form a {
  color: unset;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

#oubli_form a:hover {
  color: #21aae1;
}


@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;
  }
  .contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    background-image: none;
    box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1);
  }
  .bg {
    display: none;
  }
  header, main, footer {
    width: 75%;
  }
  .line-break-sentence{
    display: inline-block;
  }
}

@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-position: left center;
    padding: 0;
    background: none;
  }
  .contenu {
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    margin: initial;
    box-shadow: none;
  }
  .bg {
    background: transparent;
    background: #023368;
    background: url(../images/bg.jpg) 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;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
  .contenu {
    flex: 1 1 65.385rem;
    width: 65.385rem;
    height: 65.385rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
  }
  .bg {
    width: 100%;
    flex: 1 1 100%;
  }
  header, main{
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  header, main, footer {
    width: 100%;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
  header #logo{
    width: unset;
  }
  .instructions{
    text-align: center;
  }
  
  #fields {
    width: 100%;
  }
  #fields .field {
    height: 4.27rem;
  }
  footer {
    margin-top: 6.6rem;
  }
}

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

@media screen and (max-height: 850px) {
  html{
    font-size: 12px;
  }
}

@media screen and (max-width: 1150px) {
  header, main, footer {
    width: 100%;
  }
}

@media screen and (max-width: 950px) and (min-width: 600px) {
  .contenu{
    border-radius: 1rem;
    padding: 3rem;
    width: 60%;
    min-width: 570px;
  }
}

@media screen and (max-width: 600px) {
  .contenu{
    padding: 10rem 2rem;
  }
  
  h3{
    line-height: 1.2;
  }
}


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