﻿/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@charset "UTF-8";
* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    font-size: 1.2rem;
    font-family: "roboto", "Arial", sans-serif;
}

a {
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s, -webkit-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.2rem;
}

.small-only {
    display: block;
}

.contenu {
    width: 100%;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}

.bg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    display: none;
}

header, footer, main {
    width: 90%;
    margin: 0 auto;
}

div.hr {
    margin: 1.33rem 0;
}

div.hr.vert {
    background-color: #41cd48;
    height: 0.47rem;
    width: 4.27rem;
}

#logo {
    width: 75%;
    max-width: 26.27rem;
    min-width: 100px;
    text-align: center;
    margin-bottom: 2.6rem;
}

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

h2 {
    margin: 0;
    color: #58595b;
    font-size: 3.61rem;
    font-weight: bold;
    font-family: 'playfair_display', "Times New Roman", serif;
}

h3 {
    margin: 0;
    font-size: 1.61rem;
    color: #0c90ce;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: 'montserratbold', Arial, sans-serif;
    letter-spacing: 0.1rem;
}

.instructions {
    color: #3d3d3d;
    font-size: 1.47rem;
    margin-bottom: 1.6rem;
    line-height: 1.2;
}

#fields {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
}

#fields .field {
    position: relative;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    height: 4.5rem;
    color: #0f101a;
    border-top: 2px solid #d9d9d9;
}

#fields .field:first-of-type {
    border-top: 0;
    border-left: 3px solid #09a64c;
    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=text],
#fields .field:first-of-type input[type=password] {
    margin-left: 0;
}

#fields .field:first-of-type input[type=email] + span.label,
#fields .field:first-of-type input[type=text] + span.label,
#fields .field:first-of-type input[type=password] + span.label {
    margin-left: 0;
}

#fields label {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    margin-left: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50px;
    width: calc(100% - 50px);
    border: 0;
    color: #3d3d3d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    height: 80% !important;
    font-size: 1.33rem !important;
    font-weight: bold;
    font-family: 'roboto', Arial, sans-serif !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;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

#fields input[type=email] + span.label,
#fields input[type=text] + span.label,
#fields input[type=password] + span.label {
    position: absolute;
    text-align: center;
    left: 50px;
    margin-left: 3px;
    color: #b3b3b3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    font-size: 1.33rem !important;
    font-weight: bold;
    font-family: 'roboto', Arial, sans-serif !important;
    z-index: 1;
}

#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% - 8px));
    -ms-transform: translateY(calc(-50% - 8px));
    transform: translateY(calc(-50% - 8px));
}

#fields input[type=email].valide + span.validation::after,
#fields input[type=text].valide + span.validation::after,
#fields input[type=password].valide + span.validation::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 53%;
    right: 15px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/valid.png) no-repeat;
    background-size: contain;
}

#fields input[type=email].invalide + span.validation::after,
#fields input[type=text].invalide + span.validation::after,
#fields input[type=password].invalide + span.validation::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 53%;
    right: 15px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/invalid.png) no-repeat;
    background-size: contain;
}

#fields input[type=email]:focus:not([readonly]),
#fields input[type=text]:focus:not([readonly]),
#fields input[type=password]:focus:not([readonly]) {
    color: #0f101a;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.button_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.73rem;
    width: 15.67rem;
    margin: 10px 0;
    font-weight: bold;
    background-color: #99c347;
    color: #0f101a;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button_form:hover {
    background-color: #09a64c;
    color: #fff;
}

#oubli_form {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    margin-top: 0.67rem;
    font-family: 'source_sans', 'open_sans', Arial, sans-serif;
}

#oubli_form a {
    color: #004d73;
    text-decoration: none;
}

#oubli_form a:hover {
    color: #09a64c;
}

footer {
    margin-top: 30px;
    color: #807d85;
}

footer a {
    color: unset;
}

footer a:hover {
    color: #09a64c;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 600px) {
    #page {
        padding: 2rem 0;
        background: url(../images/Ellipse-2.png) no-repeat left bottom;
        background-size: 50% auto;
        background-color: #023368;
    }
    .small-only {
        display: none;
    }
    div.hr {
        margin: 30px 0;
    }
    .contenu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0;
        flex: 0 0;
        margin: auto;
        width: 75%;
        background-image: none;
    }
    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: left center;
        padding: 0;
        background: none;
    }
    .contenu {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        height: initial;
        margin: initial;
        background-color: #fff;
        padding: 0;
    }
    .bg {
        background: transparent;
        background: #023368;
        background: url(../images/bg.jpg) no-repeat top center;
        background-size: cover;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-top: 37%;
        display: block;
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        height: initial;
        position: relative;
        overflow: hidden;
    }
    .bg .illu_1, .bg .illu_2 {
        width: 75%;
        max-width: 58.8rem;
        height: 75%;
        max-height: 59.27rem;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-40%, 40%);
        -ms-transform: translate(-40%, 40%);
        transform: translate(-40%, 40%);
        mix-blend-mode: multiply;
    }
    .bg .illu_1 img, .bg .illu_2 img {
        max-width: 100%;
        height: auto;
    }
    .bg .illu_1 img {
        -webkit-animation: 7s linear 0s infinite reverse rotate;
        animation: 7s linear 0s infinite reverse rotate;
    }
    .bg .illu_2 img {
        -webkit-animation: 12s linear 0s infinite rotate;
        animation: 12s linear 0s infinite rotate;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 13px;
    }
    .contenu {
        width: 42.3%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42.3%;
        flex: 1 1 42.3%;
    }
    .bg {
        width: 57.7%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 57.7%;
        flex: 1 1 57.7%;
    }
    header, main, footer {
        width: 62%;
        max-width: 35.73rem;
    }
    header .hr {
        margin: 2rem 0 2.87rem;
    }
    #fields {
        max-width: 34.4rem;
    }
    #fields .field {
        height: 6.53rem;
        padding-left: 7px;
    }
    #fields .field:first-of-type {
        border-left: 7px solid #09a64c;
    }
    #fields label {
        width: 6.67rem;
        margin-left: 7px;
    }
    #fields label img {
        height: 35px;
    }
    #fields input[type=email],
    #fields input[type=text],
    #fields input[type=password] {
        left: 6.67rem;
        width: calc(100% - 6.67rem);
        height: 75px;
        margin-left: 7px;
    }
    #fields input[type=email] + span.label,
    #fields input[type=text] + span.label,
    #fields input[type=password] + span.label {
        margin-left: 7px;
        left: 6.67rem;
    }
    .button_form {
        height: 4rem;
    }
    footer {
        margin-top: 70px;
    }
}

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

@media all and (-ms-high-contrast: none) and (max-width: 961px), (-ms-high-contrast: active) and (max-width: 961px) {
    #page {
        background: #fff;
        display: block;
    }
}

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