@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: 'Poppins', Arial, sans-serif;
}
a {
    text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s!important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
    -webkit-text-fill-color: #939292!important;
}
:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
    font-style: italic;
    color: #939292!important;
    opacity: 1!important;
}
.nowrap {
    white-space: nowrap;
}
#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;
}
.small-only {
    display: block;
}
.contenu {
    width: 100%;
    background-color: transparent;
    flex: 1 1 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}
.bg {
    order: 0;
    width: 100%;
    display: none;
}
footer, header, main {
    width: 90%;
    margin: 0 auto;
}
div.hr {
    margin: 1.67rem 0 4rem;
}
div.hr.color {
    background-color: #9511ef;
    height: 3px;
    width: 3.6rem;
}
#logo {
    width: 100%;
    min-width: 100px;
    margin-bottom: 3.67rem;
}
#logo img {
    max-width: 100%;
    height: auto;
    border: 0;
}
h2 {
    margin: 0;
    color: #3d167e;
    font-size: 4.18rem;
    font-weight: bold;
    text-transform: none;
    font-family: 'Poppins', Arial, sans-serif;
}
h3 {
    margin: 0;
    margin-bottom: 1.67rem;
    color: #414141;
    font-size: 1.92rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Poppins', Arial, sans-serif;
}
h3 span{
    color: #edc02a;
    font-weight: 600;
}
.instructions {
    color: #1f2634;
    opacity: .6;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 2.33rem;
}
#fields {
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 1px 32px 0 rgba(55, 55, 55, .17);
    border: 2px solid #d9d9d9;
    border-radius: 7px;

    max-width: 40rem;

}
#fields .field {
    position: relative;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    height: 4.5rem;
    color: #939292;
    border-top: 2px solid #d9d9d9;
}
#fields .field:first-of-type {
    border-top: 0;
    background-color: #fff;
}
#fields .field:first-of-type label {
    margin-left: 0;
}
#fields .field:first-of-type input[type=email], #fields .field:first-of-type input[type=password], #fields .field:first-of-type input[type=text] {
    margin-left: 0;
}
#fields .field:first-of-type input[type=email]+span.label, #fields .field:first-of-type input[type=password]+span.label, #fields .field:first-of-type input[type=text]+span.label {
    margin-left: 0;
}
#fields .field:last-of-type {
    background-color: transparent;
}
#fields .field:last-of-type label {
    margin-left: 0;
}
#fields .field:last-of-type input[type=email], #fields .field:last-of-type input[type=password], #fields .field:last-of-type input[type=text] {
    margin-left: 0;
}
#fields .field:last-of-type input[type=email]+span.label, #fields .field:last-of-type input[type=password]+span.label, #fields .field:last-of-type input[type=text]+span.label {
    margin-left: 0;
}
#fields label {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fields label img {
    height: 24px;
    width: auto;
}
#fields input[type=email], #fields input[type=password], #fields input[type=text] {
    font-size: 1.2rem!important;
    font-weight: 500;
    font-family: 'Poppins', Arial, sans-serif!important;
    color: #939292!important;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50px;
    width: calc(100% - 50px);
    height: 77%!important;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 0;
}
#fields input[type=email].invalid, #fields input[type=email].valid, #fields input[type=email]:focus, #fields input[type=password].invalid, #fields input[type=password].valid, #fields input[type=password]:focus, #fields input[type=text].invalid, #fields input[type=text].valid, #fields input[type=text]:focus {
    color: #939292;
    box-shadow: none;
    outline: 0;
}
#fields input[type=email]+span.label, #fields input[type=password]+span.label, #fields input[type=text]+span.label {
    color: #0d0d0d!important;
    font-size: 1.23rem!important;
    font-weight: 500;
    font-family: 'Poppins', Arial, sans-serif!important;
    transition: all .3s!important;
    position: absolute;
    text-align: center;
    left: 50px;
    top: 50%;
    margin-left: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 1;
}
#fields input[type=email]+span.label.active, #fields input[type=password]+span.label.active, #fields input[type=text]+span.label.active {
    font-size: .9225rem!important;
    -webkit-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px));
}
#fields input[type=email]:focus:not([readonly]), #fields input[type=password]:focus:not([readonly]), #fields input[type=text]:focus:not([readonly]) {
    box-shadow: none;
    border-bottom-color: #0e9cea;
}
.button_form {

    height: 3.8rem;
    width: 18rem;

    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.23rem;
    color: #fff;
    background-color: #edc02a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0;
    text-align: center;
    border-radius: 1.9rem;
    transition: all .3s ease-in-out;
    position: relative;
}
.button_form:hover {
    background-color: #3d167e;
}
.button_form.modal-trigger {
    margin-left: 1.67rem;
    background-color: #cbcbcb;
}
.button_form.modal-trigger:hover {
    background-color: #3d167e;
}
.btns {
    margin: 4rem 0;
    display: flex;
}
.btns .button_form {
    padding-left: 10px;
    padding-right: 10px;
}
footer {
    color: #7e7a83;
    font-family: 'source_ss_pro', Arial, sans-serif;
    font-size: 1.23rem;
    font-weight: 600;
}
footer a {
    color: unset;
    transition: color .3s;
}
footer a:hover {
    color: #4e40e8;
}
@media screen and (min-width:600px) {
    #page {
    padding: 2rem 0;
    background: url(../images/bg.jpg) no-repeat right center;
    background-size: cover;
}
.small-only {
    display: none;
}
div.hr {
    margin: 1.67rem 0 4rem;
}
.contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    min-width: 48rem;
    background-color: #fff;
    box-shadow: 2px 23px 51px 0 rgba(1, 1, 1, .1);
}
.bg {
    display: none;
}
h2{
    font-size: 3.5rem;
}
h3{
    font-size: 2.2rem;
}
footer, header, main {
    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;
    background-position: left center;
    padding: 0;
}
.contenu {
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    margin: initial;
    background-color: transparent;
    box-shadow: none;
}
.bg {
    background: 0 0;
    order: 0;
    display: block;
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    position: relative;
    overflow: hidden;
}
.btns .button_form {
    padding-left: 0;
    padding-right: 0;
}
}@media screen and (min-width:1200px) {
    html {
    font-size: 11px;
}
.contenu {
    width: 39.8%;
    flex: 1 1 39.8%}
.bg {
    width: 60.2%;
    flex: 1 1 60.2%}
footer, header, main {
    width: 80%;
    margin-left: 17%}
header .hr {
    margin: 1.67rem 0 2rem;
}
#fields {
    box-shadow: 0 1px 32px 0 rgba(55, 55, 55, .17);
}
#fields .field {
    height: 6.53rem;
}
#fields label {
    width: 6.67rem;
}
#fields label img {
    height: 35px;
}
#fields input[type=email], #fields input[type=password], #fields input[type=text] {
    left: 6.67rem;
    width: calc(100% - 6.67rem);
    height: 75px;
}
#fields input[type=email]+span.label, #fields input[type=password]+span.label, #fields input[type=text]+span.label {
    left: 6.67rem;
}
}@media screen and (min-width:1600px) {
    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;
}
.bg, .contenu {
    min-height: 100vh;
}
}