@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: #3d3d3d !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: #3d3d3d !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 right center;
  background-size: cover;
  position: relative;
}

.small-only {
  display: block;
}

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

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

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

main {
  background-color: #ffffff;
  padding: 4.4rem 4.65rem;
}

div.hr {
  margin: 1.67rem 0 4rem;
}

div.hr.color {
  background-color: #9511ef;
  height: 3px;
  width: 3.6rem;
}

#logo {
  width: 100%;
  max-width: 21.93rem;
  min-width: 100px;
  margin-bottom: 2.5rem;
  margin-left: 4.5rem;
}

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

h2 {
  margin: 0;
  color: #272727;
  font-size: 4.36rem;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: 'Titillium Web', 'Arial', sans-serif;
  letter-spacing: -0.05rem;
}

h2 span {
  font-weight: 200;
  font-size: 2.86rem;
  white-space: nowrap;
}

h3 {
  margin: 0;
  font-family: 'Titillium Web', 'Arial', sans-serif;
  color: #fe6601;
  font-size: 2.86rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2.33rem;
}

.instructions {
  color: #272727;
  font-size: 1.13rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.33rem;
  letter-spacing: 0.015rem;
}

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

#fields .field {
  position: relative;
  background-color: #fff;
  height: 4.46rem;
  border: 1px solid #e6e6e6;
  margin-bottom: 1.67rem;
}

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

#fields label img {
  height: 65%;
  width: auto;
}

#fields label:after {
  content: '';
  border-right: 1px solid #d9d9d9;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 100%;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.07rem !important;
  font-weight: normal !important;
  font-family: 'Montserrat', 'Arial', sans-serif  !important;
  color: #272727 !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 7.73rem;
  width: calc(100% - 7.73rem);
  border-bottom: 0;
  height: 100% !important;
  box-sizing: border-box;
  margin-bottom: 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: #fe6601;
}

.button_form {
  height: 3.4rem;
  width: 12rem;
  font-weight: bold;
  font-size: 1.33rem;
  color: #fff;
  background-color: #fe6601;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.67rem 0 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

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

#oubli_form {
  text-align: right;
  font-weight: normal;
  color: #272727;
  font-size: 1.07rem;
}

#oubli_form a {
  color: unset;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#oubli_form a:hover {
  color: #fea620;
}

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
  }
  #page:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/and-icon.svg) no-repeat center bottom;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 1.67rem 0 4rem;
  }
  .contenu {
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 80%;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    width: 75%;
  }
}

@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;
    padding: 0;
    padding-top: 2rem;
  }
  .contenu {
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    margin: initial;
    background-color: transparent;
    box-shadow: none;
  }
  .bg {
    background: transparent;
    order: 0;
    display: block;
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
  #logo {
    margin-bottom: 13.13vh;
  }
  .contenu {
    width: 41.3%;
    flex: 1 1 41.3%;
  }
  .bg {
    width: 58.7%;
    flex: 1 1 58.7%;
  }
  header, main, footer {
    width: 90%;
  }
  header .hr {
    margin: 1.67rem 0 4rem;
  }
}

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

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

@media screen and (min-width: 1900px) and (max-height: 1079px) {
  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;
  }
}

/*
@supports not (mix-blend-mode: multiply) {
	.bg {
		.illu_1, .illu_2 {
			opacity: 0.65;
		}
	}
}

*/
