body {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    margin: 0;
    /*box-sizing: border-box;*/
    background-color: #1a2556;

    background-image: url("fond.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    text-align: center;
}

/*body,*/
/*html {*/
/*    height: 100%;*/
/*    margin: 0;*/
/*    font-size: 12px;*/
/*}*/

/*body {*/
/*    background-attachment: fixed;*/
/*    background-color: #000a26;*/
/*    max-width: 500px; !* 900px *!*/
/*    margin: 0 auto !important;*/
/*    float: none !important;*/
/*    padding-top: 0 !important;*/
/*}*/

/*.container {*/
/*}*/

.lune {
    background-image: url(lune-constellations.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 0;
    right: 0;

    height: 40vh;
    width: 40vw;
}


.fille {
    background-image: url(petite-fille.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    bottom: 0;
    left: 0;

    height: 25vh;
    width: 25vw;
}

#logo-sallanches {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-top: 40px;
}


/*@media (orientation: landscape) and (max-width: 1200px) {*/
/*    .container {*/
/*        background-size: 100%;*/
/*        min-height: 730px;*/
/*    }*/
/*}*/

a {
    color: #fff;
}

#cookieNotice {
    line-height: normal !important;
    padding: 30px !important;
}
#cookieNotice .confirm {
    display: block !important;
    margin-top: 30px !important;
}

/*.img-intro {*/
/*    width: 100%;*/
/*}*/

.text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 0 20px;
    text-align: justify;
}

#btn-begin-wrapper {
    text-align: center;
    margin-top: 25px;
}

#begin {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0 20px;
    padding: 15px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
}

.hide {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
    border-color: #fff transparent transparent;
}
.lds-ring div:first-child {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.center {
    text-align: center;
}

.electroson {
    margin-top: 55px;
/*    position: fixed;*/
/*    bottom: 55px;*/
/*    margin-left: -90px;*/
/*    left: 50%;*/
}
