@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: 'Open Sans', 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: #ffffff !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-style: italic;
    color: #ffffff !important;
    opacity: 1 !important;
}

input::placeholder {
    color: #fff;
}

/*
::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;
    align-items: center;
    flex-direction: column;
    font-size: 1.2rem;
    background: #fff no-repeat center center;
    background-size: cover;
}

.small-only {
    display: block;
}

#login_label::after, #password_label::after {
    content: '';
    border-right: 1px solid #fff;
    height: 80%;
    margin-left: 1.5rem;
}

.contenu {
    width: 80%;
    background-color: #82bebc;
    flex: 1 1 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

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

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

div.hr {
    margin: 1.33rem 0;
}

#logo {
    width: 100%;
    min-width: 100px;
    margin: 0 0 5rem;
    text-align: center;
}

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

h2 {
    font-family: 'Krona One', 'Arial', sans-serif;
    color: #fff;
    font-size: 3.7rem !important;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
    /* text-align: left; */
}

h3 {
    font-family: 'Krona One', 'Arial', sans-serif;
    margin: 0;
    color: #fff;
    font-size: 1.99rem !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.4;
}

h3 span {
    color: #fff;
}

.instructions {
    color: #fff;
    font-size: 1.85rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 1.5rem;
    word-spacing: 1px;
    font-family: 'Miso', 'Arial', sans-serif;
}

.instructions .color {
    font-weight: 500;
}

.display {
    display: none;
}

#fields {
    box-sizing: border-box;
    /* border: 2px solid rgba(134, 134, 134, 0.5); */
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 20%);
}

#fields .field{
    position: relative;
    border-radius: 0;
    height: 6.6rem;
    color: #fff;
    /* background-color: rgba(255, 255, 255, 20%); */
    /*border: 2px solid rgba(134, 134, 134, 0.5);*/
    /*border-radius: 44.5px 44.5px 0 0;*/
}

#fields .field:first-child{
    border-bottom: 1px solid white;
}

/*#fields .mdp{
    position: relative;
    border-radius: 0;
    height: 6.6rem;
    color: #fff;
    border: 2px solid rgba(134, 134, 134, 0.5);
    border-top: none;
    border-radius: 0 0 44.5px 44.5px;
}*/

/* #fields .field:not(:last-child) {*/
/*  border-bottom: 1px solid #cdcdcd;*/
/*  border-left: 5px solid #ee5298;*/
/*}*/

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

#fields label img {
    height: auto;
    width: 100%;
    max-width: 3rem;
}

#fields input[type='email'],
#fields input[type='text'],
#fields input[type='password'] {
    font-size: 1.4rem !important;
    /*font-weight: bold;*/
    font-style: normal;
    font-family: 'Miso', 'Arial', sans-serif !important;
    color: #fff !important;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 7rem;
    width: calc(100% - 6.77rem);
    box-sizing: border-box;
    margin-bottom: 0;
    height: 100% !important;
    border-bottom: none;
    padding: 0 1rem;
}

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 {
    background: none !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: #fff;
    box-shadow: none;
    outline: 0;
}

#fields input[type='email'] + span.label,
#fields input[type='text'] + span.label,
#fields input[type='password'] + span.label {
    color: #fff !important;
    font-size: 1.4rem !important;
    /*font-weight: bold;*/
    font-style: normal;
    font-display: swap;
    font-family: 'Miso', 'Arial', sans-serif !important;
    position: absolute;
    text-align: center;
    left: 4.8rem;
    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;
    padding: 0 1rem;
}

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

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

.button_form {
    height: 4rem;
    width: 15rem;
    font-family: 'Miso', 'Arial', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 1.5rem;
    color: #fff;
    background-position: 0% 100%;
    background-size: 200%;
    max-width: 28.87rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin: 2rem 0 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 50px;
    text-transform: uppercase;
    margin: auto;
    /* margin-top: 2rem; */
    /* padding-top: 0.5rem; */
    background-color: #eb5e79;
    background-size: 200%;
}

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

.button_form .arrow {
    margin-left: 17px;
}

#oubli_form {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.2rem;
    position: relative;
    width: 50%;
    margin-top: 0.7rem;
    font-style: italic;
}

#oubli_form a {
    font-family: 'Miso', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #fff;
    text-decoration: underline;
    position: relative;
    z-index: 2;
    letter-spacing: 0.02rem;
    padding-left: 5px;
    transition: all 0.2s ease-in-out;
}

#oubli_form p {
    font-family: 'Miso', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: 0.02rem;
    padding-left: 10px;
}

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

.separateur {
    width: 17.847rem;
    margin: 1.2rem auto;
    height: 2px;
    border: none;
    border-radius: 0px;
    background: #b69332;
}

.separateur:not(:first-of-type) {
    margin: 1.2rem auto 2.5rem;
}

.dbl_btn {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.image{
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-url1{
    background: url("../images/Batorama3.png") no-repeat center center;
    background-size: cover;
}

.bg-url2{
    background-image: url("../images/Doubs.png");
}

.bg-url3{
    background-image: url("../images/Le_meilleur.png");
}

.bg-url4{
    background-image: url("../images/Strasbourg.png");
}

.bg-url5{
    background-image: url("../images/Bateau.png");
}
.bg-url6{
    background-image: url("../images/Croisieres.png");
}


@media screen and (max-width: 599px) {
    html {
        font-size: 9px;
    }

    .contenu {
        width: 100%;
    }

}

@media screen and (min-width: 600px) {

    .small-only {
        display: none;
    }

    div.hr {
        margin: 30px 0;
    }

    .display {
        display: none;
    }

    .contenu {
        justify-content: center;
        height: 75%;
        flex: 0 0;
        margin: auto;
        max-width: 44.693rem;
        width: 100%;
        background: #82bebc no-repeat center center;
        -webkit-box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.438);
        box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.486);
        border-radius: 25px;
        padding: 3rem 0;
    }

    .bg {
        display: none;
    }

    header,
    main,
    footer {
        width: 100%;
        max-width: 30rem;
    }

    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 2.05rem;
    }
}

@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;
        gap: 1.5rem;
        flex-direction: row;
        background-position: 15% center;
        padding: 0;
        margin: 0 5rem;
    }

    .display {
        display: block;
    }

    .contenu {
        width: 50%;
        flex: 1 1 53%;
        height: initial;
        margin: 0;
        background: #82bebc no-repeat center center;
        box-shadow: none;
        min-width: 48rem;
        max-width: unset;
        border-radius: 50px;
        height: 90vh;
        padding: 0;
    }

    .contenu-bg {
        background: rgb(130, 190, 188) no-repeat center center;
        /*background-image: url("../images/vague_blanc.png");*/
        background-size: cover;
        max-width: 60rem;
        width: 100%;
        height: 90vh;
        margin: 0 auto;
        padding: 3rem 4rem 3rem;
        -webkit-box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 0%);
        box-shadow: 0px 0px 82px -8px rgb(0 0 0 / 0%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
        min-height: 59rem;
    }

    .contenu-bg::before {
        content: "";
        background-image: url("../images/waves_top.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        position: absolute;
        bottom: 85%;
        left: 0;
        width: 8vw ;
        height: 10vh;
        pointer-events: none;
    }

    .contenu-bg::after {
        content: "";
        background-image: url("../images/waves_bottom.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        position: absolute;
        top: 86%;
        right: 0;
        width: 11vw ;
        height: 9vh;
        pointer-events: none;
    }

    .bg {
        background: transparent;
        /* background: #023368; */
        /* background: url(../images/bg.png) no-repeat center center;
        background-size: cover; */
        order: 1;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        align-items: center;
        justify-items: center;
        width: 50%;
        flex: 1 1 50%;
        /*height: initial;*/
        position: relative;
        overflow: hidden;
        /*padding-top: 5rem;*/
        height: 90vh;
        gap: 1.5rem;
        min-height: 59rem;
    }

    .bg-url4, .bg-url5, .bg-url6 {
        display: none;
    }

    .image {
        width: 100%;
        height: 22rem;
    }

    #logo {
        width: 100%;
    }
}

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

    .contenu {
        width: 80%;
        flex: 1 1 53%;
        background: #ffffff00;
        height: unset;
    }

    .bg {
        width: 60%;
        flex: 1 1 60%;
        display: grid;
        grid-template-columns: 1fr 1rem 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 1.5rem;
    }

    .bg-url4, .bg-url5, .bg-url6 {
        display: block;
    }

    .image {
        width: 100%;
        height: auto;
    }

    .image:first-child, .image:nth-child(5) {
        grid-column: 1/3;
    }

    .image:nth-child(4) {
        grid-column: 2/4;
    }

    .display {
        display: block;
    }

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

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

    footer {
        margin-top: 6.6rem;
    }
}

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

    #fields input[type='email'],
    #fields input[type='text'],
    #fields input[type='password'] {
        bottom: -1px;
    }
}

@media screen and (min-width: 1600px) and (max-height: 945px) {
    html {
        font-size: 12px;
    }
}

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