html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    background: #dddddd;
}


/* Menu Gauche */

#menu-btn:checked+nav {
    transform: translateX(0%);
}

#menu-btn:checked~#content {
    transform: translateX(50%);
}

#menu-btn:checked~#content3 {
    transform: translateX(50%);
}

nav,
#content,
#content3 {
    transition: transform 0.8s ease;
}

.menuG {
    background-color: #242f3f;
    width: 25%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    overflow-y: auto;
    z-index: 10000;
}

nav ul {
    margin: 0px;
    padding: 0px;
}

nav ul li {
    display: block;
    padding: 10px 5px 10px 5px;
    color: white;
    list-style: none;
    font-size: 22px;
    font-family: sans-serif;
    text-align: center;
}

nav ul li:hover {
    background-color: aquamarine;
    cursor: pointer;
}

#menu-btn {
    display: none;
}

#label1 {
    font-size: 32px;
    margin-left: 20px;
    float: left;
}

#menuG {
    position: absolute;
    z-index: 1000;
    width: 50%;
    float: left;
}

#content {
    position: relative;
    font-size: 10px;
    width: auto;
    height: auto;
}

#content p {
    margin-left: 5px;
    margin-top: 16px;
    float: right;
    font-size: 10px;
}

.meridien {
    display: inline-block;
    border-radius: 4px;
    background-color: aquamarine;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    width: 80%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.meridien span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.meridien span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.meridien:hover span {
    padding-right: 25px;
}

.meridien:hover span:after {
    opacity: 1;
    right: 0;
}

#buttonM {
    margin-left: 10%;
    margin-right: auto;
    margin-top: 30px;
}


/* Menu Droit */

.menuD {
    background-color: #242f3f;
    width: 40%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    overflow-y: scroll;
    overflow-wrap: break-word;
    z-index: 10000;
}

#menu-btn2:checked+nav {
    transform: translateX(0%);
}

#menu-btn2:checked~#content2 {
    transform: translateX(-50%);
}

nav,
#content2 {
    transition: transform 0.8s ease;
}

#menuD {
    position: absolute;
    width: 80%;
    right: 0;
    margin-top: -15px;
    float: right;
}

#content2 {
    position: relative;
    font-size: 10px;
    float: right;
    width: 100%;
    height: auto;
}

#label2 p {
    float: left;
    margin-top: 17px;
    margin-right: 5px;
    font-size: 10px;
}

#label2 {
    font-size: 32px;
    margin-right: 20px;
    float: right;
}

#label3 {
    font-size: 32px;
    float: right;
    text-align: center;
    margin-top: 5px;
    margin-right: 20px;
    width: 120px;
}

#GaucheMHD {
    float: left;
}

#DroiteMHD {
    float: right;
}

#squelette {
    font-size: 10px;
}

#infosMer {
    text-align: center;
    color: #Fff;
}

#meridienSelec {
    text-align: center;
    color: #Fff;
    margin-top: 75px;
}

#localMer {
    text-align: left;
    color: #Fff;
    font-size: large;
    margin-top: 75px;
    margin-left: 50px;
}

#localCom {
    text-align: left;
    color: #Fff;
    font-size: large;
    margin-top: 75px;
    margin-left: 50px;
}

#infosLocal {
    text-align: justify;
    color: #Fff;
    font-size: medium;
    margin-top: 35px;
    margin-left: 30px;
    margin-right: 30px;
}

#infosCom {
    text-align: justify;
    color: #Fff;
    font-size: medium;
    margin-top: 35px;
    margin-left: 30px;
    margin-right: 30px;
}

#presentation {
    text-align: left;
    color: #Fff;
    font-size: large;
    margin-top: 75px;
    margin-left: 50px;
}

#infosPre {
    text-align: justify;
    color: #Fff;
    font-size: medium;
    margin-top: 35px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: auto;
}

.white-stroke {
    width: 150px;
    border-top: solid 2px #Fff;
    margin-left: auto;
    margin-right: auto;
}

.white-stroke2 {
    width: 100px;
    border-top: solid 2px #Fff;
    margin-left: 30px;
}

.white-stroke3 {
    width: 45%;
    border-top: solid 2px #Fff;
    margin-left: 30px;
    margin-top: 3%;
}

.fa {
    cursor: pointer;
    user-select: none;
}


/* Menu Bas */

#menuBG {
    position: fixed;
    width: 50%;
    float: left;
    bottom: 20px;
    margin-left: 35px;
    overscroll-behavior: none;
    overflow: hidden;
}

#content3 {
    position: relative;
    font-size: 35px;
    width: 90px;
    height: auto;
    margin-left: 25px;
    margin-bottom: 20px;
}

#nomMeridien {
    font-size: 15px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Section Page de chargement (loader) */

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}


/* CHECKBOX DU MENU DE GAUCHE */


/* The container */

.container {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #Fff;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Changement d'orientation */

body:after {
    position: absolute;
    z-index: 10000;
    top: 0;
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../photos/orientation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

body.showAfter::after {
    display: block;
}


/* Section 3D */

canvas {
    display: block;
    background-color: #242f3f;
}

#ios-app {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #98bd3d;
    z-index: 99999;
}

.fleche-container {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 50px;
}

.fleche-container>img {
    position: relative;
    width: 96px;
    height: 96px;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        top: -50px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -50px;
    }
}

.above-fleche {
    position: absolute;
    bottom: 220px;
    padding: 10px;
    text-align: center;
}

.above-fleche img {
    max-width: 90%;
}

.logo-container {
    position: absolute;
    bottom: 370px;
    text-align: center;
    width: 100%;
}

.logo-container img {
    max-height: 150px;
    max-width: 100%;
}

#printButton {
    background: none;
    border: none;
    padding: 0;
    font-size: 32px;
}

#label3 {
    display: flex;
    width: unset;
}

.elementName {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 10%;
}

@media (max-width:1086px) {
    .elementName {
        color: #fff;
        font-size: 1.1rem;
        font-weight: bold;
        padding-top: 10%;
    }
}

.mainGauche {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
}