@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: 'GalanoGrotesque', 'Poppins', 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;
}

#fields input[type=email]:-webkit-autofill,
#fields input[type=email]:-webkit-autofill:hover,
#fields input[type=email]:-webkit-autofill:focus,
#fields input[type=email]:-webkit-autofill:active,
#fields input[type=text]:-webkit-autofill,
#fields input[type=text]:-webkit-autofill:hover,
#fields input[type=text]:-webkit-autofill:focus,
#fields input[type=text]:-webkit-autofill:active {
  -webkit-text-fill-color: #004f6a !important;
}

#fields input[type=password]:-webkit-autofill,
#fields input[type=password]:-webkit-autofill:hover,
#fields input[type=password]:-webkit-autofill:focus,
#fields input[type=password]:-webkit-autofill:active {
  -webkit-text-fill-color: #6eafb8 !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.jpg) no-repeat center center;
  background-size: cover;
}


.small-only {
  display: block;
}

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

}

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

header, footer, main {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0rem;
  /* max-width: 36.786rem; */
}

div.hr {
  margin: 1.33rem 0;
}

.d-none {
  display: block;
}

/* #logo {
  width: 100%;
  max-width: 34.462rem;
  min-width: 100px;
  margin: 1.5rem 0;
} */
#logo {
  position: relative;
  top: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 10rem;
  z-index: 0;
}

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

/* #logo_partenaires{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#logo_partenaires img {
  max-width: 50%;
  height: auto;
  border: 0;
} */

h2 {
  font-family: 'GalanoGrotesque', "Poppins", "Arial", sans-serif;
  margin: 0;
  color: #333333;
  font-size: 4.8rem;
  font-weight: 600;
}

h3 {
  font-family: 'GalanoGrotesque', "Poppins", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 2.5rem;
  color: #333333;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 0.9;
}

.instructions {
  background-color: #ececec;
  color: #333333;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: normal;
  height: 6.143rem;
  padding: 1.2rem;
  display: flex;
  /* margin-bottom: 1.5rem; */
  align-items: center;
  font-family: 'GalanoGrotesque', "Poppins", "Arial", sans-serif;
}

/* .color{
  font-weight: bold;
} */

/* .label-right-line {
  position: absolute;
  left: -23px;
  top: 52%;
  transform: translateY(-50%);
  border-right: 1px solid #d0d0d0;
  height: 60%;
  width: 6.615rem;
} */


#fields {
  box-sizing: border-box;
  overflow: hidden;
  /* max-width: 36.786rem; */
  /* border: 1px solid #2fbcdd; */
  /* -webkit-box-shadow: 0 0 11px 3px rgb(1 1 1 / 10%);
  box-shadow: 0 0 11px 3px rgb(1 1 1 / 10%); */
  /* border-radius: 5px; */
}

#fields .field {
  position: relative;
  background-color: #fff;
  margin: 0;
  color: #3d3d3d;
  display: flex;
  flex-direction: column;
  height: 10.143rem;
}

#fields .field:not(:first-child) {
  background-color: #354a96;
}

#fields .field:not(:last-child) {
  background-color: #13b0b9;
}



#fields label {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 1.635rem);
  height: 50%;
  text-align: center;
  margin-left: 1.635rem;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 6px;
}

#fields label img {
  height: 24px;
  position: relative;
  top: 11px;
}

#fields span.label {
  left: 0.77rem;
  margin-left: 0;
  padding-left: 6px;
  position: relative;
  font-size: 1.234rem;
  font-weight: 300;
  color: #fff;
  position: relative;
  top: 11px;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.2rem !important;
  font-weight: normal;
  font-family: 'GalanoGrotesque', "Poppins", "Arial", sans-serif !important;

  position: relative;
  z-index: 1;
  bottom: 0;
  left: 1.635rem;
  width: calc(100% - 1.635rem);
  height: 50% !important;
  /* border-bottom: 1px solid #000; */
  box-sizing: border-box;
  margin-bottom: 0;
  margin-left: -5px;
  padding-left: 10px;
}

#fields input[type=email], #fields input[type=text] {
  color: #004f6a !important;
}

#fields input[type=password] {
  color: #6eafb8 !important;
}

#fields input[type=email]::placeholder, #fields input[type=text]::placeholder {
  color: #004f6a !important;
}

#fields input[type=password]::placeholder {
  color: #6eafb8 !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: #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: bold;
  font-family: 'GalanoGrotesque', "Poppins", "Arial", sans-serif !important;
  position: absolute;
  text-align: center;
  left: 6.77rem;
  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;
}

#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.7);
  transform: translateY(calc(-50% - 16px)) scale(0.7);
  padding-left: 6px;
}

#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: #283891;
}

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, input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border: none;
}

.dbl-button {
  display: flex;
  justify-content: space-between;
}

.button_form {
  height: 4.6rem;
  width: 50%;
  min-width: 15rem;
  font-family: 'GalanoGrotesque', "Poppins", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* margin: 2.67rem 0 2.67rem; */
  /* border-radius: 10px; */
}

.button_form:hover {
  background-color: #292929;
}


.button_form .valid::after {
  content: url('../images/arrow.png');
  position: relative;
  top: 4px;
  left: 10px;
}

footer {
  display: flex;
  justify-content: flex-end;
}

#oubli_form {
  text-align: right;
  font-weight: 300;
  font-size: 1.07rem;
  margin-top: 1rem;
  position: relative;
  top: -42px;
}

#oubli_form a,
#cgu span a {
  color: #004f6a;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

#oubli_form a:hover,
#cgu span a:hover {
  color: #912b2b;
}

#cgu {
  margin-top: 10px;
  margin-left: 40px;
  float: right;
  color: #333333;
}

#cgu span {
  color: #333333;
}

/* .separateur{
  width: 100%;
  margin: 1.8rem 0;
  height: 9px;
  border: none;
  background: #ffcc00;
  border-radius: 50px;
} */

br {
  display: none;
}

.bottom {
  color: #aac1cc;
  font-family: "Lato", "Arial", sans-serif;
}

.bottom p {
  margin: 0;
}

#modalCGU {
  font-size: 1.2em;
}

#bienvenu h1, #modalCGU h1 {
  color: #6eaeb7;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0;
}

#modalCGU h2 {
  color: #6eaeb7;
  font-size: 1.1em;
  margin-left: 0;
}

#modalCGU h3 {
  color: #6eaeb7;
  font-size: 1.0em;
  margin-top: 20px;
  margin-left: 0;
  text-decoration: underline;
}

#modalCGU hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #6eaeb7;
  width: 50%;
  margin: 50px 0 6px 0;
}

p {
  /*font-family: 'EB Garamond', Arial, serif;*/
  padding: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 20px 0 35px 0;
}

p strong {
  font-weight: 600;
}

#modalCGU p {
  font-size: 0.9em;
  max-width: none;
}

#modalCGU ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#modalCGU ul li {
  list-style-type: square;
  text-align: left;
}

#modalCGU a {
  color: #6eaeb7;
}




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

  #logo {
    position: absolute;
  }

  .contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 100%;
    min-width: 542px;
    background-color: transparent;
    margin-top: auto;
  }

  .bg {
    display: none;
  }

  header, main, footer {
    width: 75%;
  }

  h2 {
    margin-left: 4rem;
    font-weight: 600;
    font-size: 3.1rem;
  }

  h3 {
    margin-left: 4rem;
    font-weight: 600;
    font-size: 1.56rem;
  }

  br {
    display: block;
  }

  #fields {
    display: flex;
  }

  #fields .field {
    width: 50%;
  }


  #oubli_form {
    width: unset;
  }

  #oubli_form a {
    width: 20.539rem;
  }

}


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

@media screen and (max-width: 960px) {
  #oubli_form {
    float: right;
    position: absolute;
    right: 0;
  }

  footer {
    display: block;
    position: relative;
  }

  #cgu {
    float: none !important;
    margin-left: 0 !important;
  }
}

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

  header, main, footer {
    width: 85.886%;
    max-width: 1649px;
  }

  header .hr {
    margin: 2rem 0 2.87rem;
  }

  footer {
    display: block;
  }

  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    background-position: left center;
    padding: 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
  }

  .contenu {
    width: 100%;
    flex: 1 1 100%;
    height: initial;
    margin: initial;
    box-shadow: none;
    background-color: transparent;

  }



  main {
    display: flex;
  }

  .instructions {
    width: 29.59%;
    height: 11.143rem;
    display: flex;
    align-items: center;
    padding: 0 1rem 0 2rem;
    font-weight: 300;
    font-style: italic;
  }

  main #btn_valide_connexion {
    width: 14.99%;
  }


  #fields {
    width: 55.4274%;
    display: flex;
    justify-content: space-between;
  }

  #fields .field {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 11.143rem;
  }

  #fields label {
    justify-content: left;
    position: relative;
    margin-left: 1.635rem;
    width: calc(100% - 1.635rem);
  }

  #fields label img {
    height: 28px;
    position: relative;
    top: 11px;
  }

  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    left: 1.635rem;
    width: calc(100% - 1.635rem);
    height: 75px;
    position: relative;
    top: -15px;
  }

  .button_form {
    height: 11.143rem;
  }

  .button_form .valid {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .button_form .valid::after {
    content: url('../images/arrow.png');
    position: relative;
    top: 5px;
    left: 0;
  }

  #oubli_form {
    width: calc(100% - 400px);
    top: 0;
    display: block;
  }


}

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

  #page {
    overflow: hidden;
  }

  .contenu {
    background: none;
    width: 100%;
    flex: 1 1 100%;
    background-color: transparent;
    position: relative;
    transform: translateY(6rem);
  }

  .d-none {
    display: none;
  }

  .instructions {
    padding: 0 1rem 0 4rem;
  }

  #fields label {
    margin-left: 5.635rem;
    width: calc(100% - 5.635rem);
  }

  #fields label img {
    top: 24px;
  }

  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    left: 5.635rem;
    width: calc(100% - 5.635rem);
  }

  #fields span.label {
    top: 24px;
  }

}

@media screen and (min-width: 1600px) {
  header, footer, main {
    /* padding: 0 0 0 0rem; */
    /* max-width: 36.786rem; */
  }
}

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

@media screen and (min-width: 600px) and (max-height: 600px) {
  .contenu {
    margin-top: 10rem;
    transform: translateY(0);
  }

}

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