/* STYLE DES BOUTONS DU MENU HORIZONTAL */
button {
    user-select: none;
    cursor: pointer;
    outline: none;
}

button.no-decoration {
    background: none;
    border: none !important;
}

.map-nav span {
    font-family: 'Lucida Handwriting Std';
    color: #0271e3;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    transform: translate(0px, 0px);
    transition: 0.5s;
}

.map-nav.base:hover span {
    transform: translate(0px, 5px);
    transition: 0.5s;
}

.mobile-navigation .map-nav {
    width: 128px;
    height: 128px;
}

.mobile-navigation .map-nav.base {
    width: 104px;
    height: 135px;
}

.map-nav {
    transform: translate(0px, 0px);
    transition: 0.5s;
    display: inline-block;
    width: 144px;
    height: 144px;
    filter: drop-shadow(0em 1em 0.5em rgba(0, 0, 0, 0.15));
}

.map-nav.base:hover {
    transform: translate(0px, -10px);
    transition: 0.5s;
}

.map-nav.base:hover .nav-icon {
    transform: translate(0px, -10px);
    transition: 0.5s;
}

.map-nav.nav-icon.map {
    background: url(/assets/img/icons/mapnav/map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80px;
}

.map-nav.nav-icon.letterbox {
    background: url(/assets/img/icons/mapnav/letterbox.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 90px;
}

.map-nav.nav-icon.pols {
    background: url(/assets/img/icons/characters.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 90px;
}

.map-nav.nav-icon.book {
    background: url(/assets/img/icons/mapnav/book.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 90px;
}

.mobile-navigation .map-nav.nav-icon {
    height: 80px;
    width: 104px;
    background-position: center;
}

.mobile-navigation .container,
.mobile-navigation .container .wrap {
    overflow: visible;
}

.map-nav.base {
    display: inline-block;
    margin-top: 25px;
    width: 144px;
    height: 175px;
    background: url(/assets/img/icons/mapnav/platform.svg);
    background-position: bottom;
    background-position-y: 72px;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-navigation .map-nav.base {
    margin-top: 5px;
}

.map-nav-spacer {
    margin-bottom: 50px;
}

.map-navigation-full a {
    text-decoration: none;
}

.map-navigation-full {
    position: absolute;
    margin-top: 326px;
    margin-left: 250px;
    z-index: 1;
}

.section {
    display: flex;
    flex-direction: column;
}

.section.center {
    align-items: center;
}

.section > header {
    font-weight: bold;
    margin-bottom: 1em;
}

.concealed {
    visibility: hidden;
}

p:not(:last-child),
ul:not(:last-child) {
    margin-bottom: 1em;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cg clip-path='url(%23clip0_441_259)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3078 0.106942C11.9084 -0.440432 11.0916 -0.440433 10.6922 0.106942L0.349316 14.2805C-0.093917 14.8879 0.262806 15.6319 0.848577 15.827L10.4666 2.53277C10.9776 1.82237 12.0224 1.82237 12.5334 2.53277L22.1514 15.827C22.7372 15.6319 23.0939 14.8879 22.6507 14.2805L12.3078 0.106942Z' fill='%23C08A04'/%3E%3Cpath d='M10.6922 5.10697C11.0916 4.5596 11.9084 4.5596 12.3078 5.10697L22.6507 19.2806C23.2638 20.1208 22.3462 21.2223 21.4091 20.771L11.9338 16.2089C11.6597 16.0769 11.3403 16.0769 11.0662 16.2089L1.59092 20.771C0.653774 21.2223 -0.2638 20.1208 0.349317 19.2806L10.6922 5.10697Z' fill='%23FEB603'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_441_259'%3E%3Crect width='23' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

#back-to-top:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cg clip-path='url(%23clip0_441_259)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3078 0.106942C11.9084 -0.440432 11.0916 -0.440433 10.6922 0.106942L0.349316 14.2805C-0.093917 14.8879 0.262806 15.6319 0.848577 15.827L10.4666 2.53277C10.9776 1.82237 12.0224 1.82237 12.5334 2.53277L22.1514 15.827C22.7372 15.6319 23.0939 14.8879 22.6507 14.2805L12.3078 0.106942Z' fill='%23FEB603'/%3E%3Cpath d='M10.6922 5.10697C11.0916 4.5596 11.9084 4.5596 12.3078 5.10697L22.6507 19.2806C23.2638 20.1208 22.3462 21.2223 21.4091 20.771L11.9338 16.2089C11.6597 16.0769 11.3403 16.0769 11.0662 16.2089L1.59092 20.771C0.653774 21.2223 -0.2638 20.1208 0.349317 19.2806L10.6922 5.10697Z' fill='%23C08A04'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_441_259'%3E%3Crect width='23' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
