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

html {
    height: 100%;
    font-size: 11px;
}

body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-size: 1.2rem;
    font-family: "Helvetica LT Std", "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 10000s ease-in-out 0s, box-shadow 10000s ease-in-out 0s !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.6) inset !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !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;
}

#page {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
}

#page.theme_1 {
    background: url(../images/bg_1.png) no-repeat center center;
    background-size: cover;
}

#page.theme_2 {
    background: url(../images/bg_2.png) no-repeat center center;
    background-size: cover;
}

#page.theme_3 {
    background: url(../images/bg_3.png) no-repeat center center;
    background-size: cover;
}

#page.theme_4 {
    background: url(../images/bg_4.png) no-repeat center center;
    background-size: cover;
}

#page.theme_5 {
    background: url(../images/bg_5.png) no-repeat center center;
    background-size: cover;
}

#page.theme_6 {
    background: url(../images/bg_6.png) no-repeat center center;
    background-size: cover;
}

#page.theme_7 {
    background: url(../images/bg_7.png) no-repeat center center;
    background-size: cover;
}

#particles {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#particles-js {
    -webkit-transform: rotate(19deg) translate(-29%, -50%);
    transform: rotate(19deg) translate(0%, -20%);
    mix-blend-mode: overlay;
}

.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: 1;
    width: 100%;
    display: none;
}

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

div.hr {
    margin: 1.33rem 0;
}

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

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

h2 {
    margin: 0;
    color: #fff;
    font-size: 3.568rem;
    font-weight: 300;
}

h2:last-of-type {
    margin-bottom: 2rem;
}

h3 {
    margin: 0;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.412rem;
    font-weight: 300;
    line-height: 1;
}

.instructions {
    color: #fff;
    font-size: 1.41rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 6.67rem;
}

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

#fields .field {
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0;
    height: 4.27rem;
    border-radius: 5px;
}

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

#fields .field:first-of-type {
    border-top: 0;
}

#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 .field:last-of-type label {
    margin-left: 0;
}

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

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

#fields label {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.27rem;
    width: 4.27rem;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    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=text], #fields input[type=password] {
    font-size: 1.2rem !important;
    font-weight: normal;
    font-family: "Helvetica LT Std", "Arial", sans-serif !important;
    color: rgba(255, 255, 255, 0.6) !important;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50px;
    width: calc(100% - 50px);
    height: 90% !important;
    border-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 0;
}

#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: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    outline: 0;
}

#oubli_form {
    text-align: right;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.33rem;
    color: #fff;
    position: relative;
    margin-top: 1rem;
    max-width: 36.33rem;
}

#oubli_form a {
    color: unset;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

#oubli_form a .color {
    color: #d21242;
    transition: all 0.3s;
}

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

#oubli_form a:hover .color {
    color: #fff;
}

.button_form {
    height: 4.37rem;
    width: 13.73rem;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.33rem;
    color: #fff;
    background-color: #d21242;
    max-width: 36.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-top: 2rem;
}

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

.button_form .arrow {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 38%;
    position: relative;
    margin-left: 1.5rem;
}

.button_form .arrow svg {
    fill: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-height: 800px) {
    .contenu {
        justify-content: center;
    }
}

@media screen and (min-width: 600px) {
    #page {
        padding: 2rem 0;
    }

    #page.theme_1 .contenu {
        background-image: linear-gradient(30deg, rgba(18, 32, 65, 0.35), rgba(255, 255, 255, 0.15));
    }

    #page.theme_2 .contenu {
        background-image: linear-gradient(-50deg, rgba(0, 20, 63, 0.25), rgba(56, 21, 86, 0.25));
    }

    #page.theme_3 .contenu {
        background-image: linear-gradient(30deg, rgba(18, 32, 65, 0.35), rgba(255, 255, 255, 0.15));
    }

    #page.theme_4 .contenu {
        background-image: linear-gradient(-150deg, rgba(102, 66, 42, 0.25), rgba(20, 13, 12, 0.15));
    }

    #page.theme_5 .contenu {
        background-image: linear-gradient(30deg, rgba(18, 32, 65, 0.35), rgba(255, 255, 255, 0.15));
    }

    #page.theme_6 .contenu {
        background-image: linear-gradient(30deg, rgba(31, 7, 2, 0.35), rgba(255, 255, 255, 0.1));
    }

    #page.theme_7 .contenu {
        background-image: linear-gradient(30deg, rgba(7, 42, 44, 0.25), rgba(255, 255, 255, 0.1));
    }

    .small-only {
        display: none;
    }

    div.hr {
        margin: 30px 0;
    }

    .contenu {
        justify-content: center;
        height: 75%;
        flex: 0 0;
        margin: auto;
        width: 55%;
    }

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

    #page.theme_1 .bg {
        background-image: url(../images/o_1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_1 .contenu {
        background: none;
    }

    #page.theme_2 .bg {
        background-image: url(../images/o_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_2 .contenu {
        background: none;
    }

    #page.theme_3 .bg {
        background-image: url(../images/o_3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_3 .contenu {
        background: none;
    }

    #page.theme_4 .bg {
        background-image: url(../images/o_4.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_4 .contenu {
        background: none;
    }

    #page.theme_5 .bg {
        background-image: url(../images/o_5.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_5 .contenu {
        background: none;
    }

    #page.theme_6 .bg {
        background-image: url(../images/o_6.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_6 .contenu {
        background: none;
    }

    #page.theme_7 .bg {
        background-image: url(../images/o_7.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    #page.theme_7 .contenu {
        background: none;
    }

    h2 {
        font-size: 3.8rem;
    }

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

    .bg {
        display: block;
        width: 50%;
        flex: 1 1 50%;
        order: 1;
        background: transparent;
        height: initial;
        position: relative;
        overflow: hidden;
    }
}

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

    #particles-js {
        transform: rotate(19deg) translate(-29%, -50%);
    }

    h2 {
        font-size: 4.46rem;
    }

    .contenu {
        width: 50%;
        flex: 1 1 50%;
    }

    .bg {
        width: 50%;
        flex: 1 1 50%;
    }

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

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

    #fields .field {
        height: 4.93rem;
    }

    #fields label {
        width: 4.93rem;
    }

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

    footer {
        margin-top: 6.6rem;
    }
}

@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 {
        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, .contenu {
        min-height: 100vh;
    }

    .bg {
        min-height: 100vh;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contenu {
        display: block;
        padding-top: 6%;
    }

    .button_form {
        padding: 0 1.5rem;
    }
}

@supports not (mix-blend-mode: overlay) {
    #particles-js {
        opacity: 0.5;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #particles-js {
        opacity: 0.5;
    }
}

@supports (-ms-ime-align:auto) {
    #particles-js {
        opacity: 0.5;
    }
}