*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
    }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
header, footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    border: 0px;
    outline: 0px;
    }
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section, img, video {
    display: block;
    box-sizing: border-box;
    }
input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    }
html {
    min-height: 100vh;
    -webkit-tap-highlight-color: transparent;
    }
html::-webkit-scrollbar {
    display: none;
    }
body {
    background: var(--white);
    color: var(--black_25);
    font: 500 14px/18px 'Exo', Arial, sans-serif;
    }
a {
    text-decoration: none;
    color: var(--black);
    display: block;
    }
img {
    width: 100%;
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    html {
        min-height: initial;
        }
    }
@media screen and (max-width: 767px) and (orientation: landscape) {
    body {
        overflow: hidden;
        height: 100%;
        }
    }

/* VARIABLES */
/* VARIABLES */
/* VARIABLES */
:root {
    /* MENU */
    --menu_largeur: 100vw;
    --menu_largeur_middle: 0px;
    --menu_height: 300px;
    /* GRID */
    --grid: 1280px;
    --grid_middle: calc(50% - 640px);
    /* GRID MARGE */
    --grid_entry_marge: 60px;
    --grid_entry_marge_neg: -60px;
    /* CONTENT */
    --grid_content: 800px;
    --grid_content_middle: calc(50% - 640px);
    --content_h1: 18px/18px 'Bebas Neue', Arial, sans-serif;
    --content_h1_spacing: .5px;
    --content_h2: 12px/14px 'Bebas Neue', Arial, sans-serif;
    --content_h2_spacing: .5px;
    --content_text: 300 14px/20px 'Exo', Arial, sans-serif;
    --content_text_big: 700 16px/22px 'Exo', Arial, sans-serif;
    --content_text_small: 700 10px/14px 'Exo', Arial, sans-serif;
    /* MISC */
    --story_icon: 40px;
    --story_icon_space: 4px;
    --marge: 160px;
    --font_vehel: 26px/26px 'Bebas Neue', Arial, sans-serif;
    --font_vehel_space: 2px;
    --trait: 3px;
    /* ICONS */
    --icon_size: 12px;
    /* COLOR */
    --black: rgba(0,0,0,1);
    --black_075: rgba(0,0,0,.075);
    --black_01: rgba(0,0,0,.1);
    --black_25: rgba(0,0,0,.25);
    --black_50: rgba(0,0,0,.5);
    --white: rgba(255,255,255,1);
    --white_25: rgba(255,255,255,.25);
    --white_50: rgba(255,255,255,.5);
    }
/* MEDIA */
@media screen and (max-width: 2559px) {
    :root {
        /* MENU */
        --menu_height: 200px;
        /* GRID */
        --grid: 1050px;
        --grid_middle: calc(50% - 525px);
        /* GRID MARGE */
        --grid_entry_marge: 40px;
        --grid_entry_marge_neg: -40px;
        /* CONTENT */
        --grid_content: 720px;
        --grid_content_middle: calc(50% - 360px);
        /* MISC */
        --story_icon: 34px;
        --marge: 140px;
        }
    }
@media screen and (max-width: 1919px) {
    :root {
        /* GRID */
        --grid: 980px;
        --grid_middle: calc(50% - 490px);
        /* GRID MARGE */
        --grid_entry_marge: 30px;
        --grid_entry_marge_neg: -30px;
        /* CONTENT */
        --grid_content: 680px;
        --grid_content_middle: calc(50% - 340px);
        /* MISC */
        --marge: 100px;
        }
    }
@media screen and (max-width: 1599px) {
    :root {
        /* GRID */
        --grid: 800px;
        --grid_middle: calc(50% - 400px);
        /* CONTENT */
        --grid_content: 600px;
        --grid_content_middle: calc(50% - 300px);
        }
    }
@media screen and (max-width: 1279px) {
    :root {
        /* MENU */
        --menu_height: 140px;
        /* GRID */
        --grid: calc(100vw - 500px);
        --grid_middle: 250px;
        /* GRID MARGE */
        --grid_entry_marge: 12px;
        --grid_entry_marge_neg: -12px;
        /* CONTENT */
        --grid_content: calc(100vw - 500px);
        --grid_content_middle: 250px;
        /* MISC */
        --marge: 80px;
        }
    }
@media screen and (max-width: 1023px) {
    :root {
        /* MENU */
        --menu_height: 180px;
        /* GRID */
        --grid: 100vw;
        --grid_middle: 0px;
        /* GRID MARGE */
        --grid_entry_marge: 1px;
        --grid_entry_marge_neg: -1px;
        /* CONTENT */
        --grid_content: 100vw;
        --grid_content_middle: 0px;
        /* MISC */
        --marge: 80px;
        --font_vehel: 18px/18px 'Bebas Neue', Arial, sans-serif;
        --font_vehel_space: 1px;
        }
    }
@media screen and (max-width: 767px) {
    :root { 
        /* MENU */
        --menu_height: 120px;
        /* MISC */
        --marge: 40px;
        }
    }

/* ORIENATION */
/* ORIENATION */
/* ORIENATION */
#orientation {
    z-index: 5;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--white);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
#orientation #vehel_ {
    letter-spacing: 4px;
    font: 34px/34px 'Bebas Neue', Arial, sans-serif;
    color: var(--black);
    }
#orientation .title {
    margin: 5px 0px 0px 0px;
    letter-spacing: 1px;
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    color: var(--black_25);
    }
/* MEDIA */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .device #orientation {
        display: flex;
        }
    }

/* BASICS */
/* BASICS */
/* BASICS */
.flex {
    flex: 1;
    }
.noscroll {
    overflow: hidden;
    height: 100%;
    }
.onlymobile {
    display: none !important;
    }
.transition {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    }
.transitionBis {
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    }
/* DISABLE */
.disable .transition,
.disable .transitionBis {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    .onlymobile {
        display: block !important;
        }
    .nomobile {
        display: none !important;
        }
    }

/* TWELVE */
/* TWELVE */
/* TWELVE */
#nine {
    width: 100vw;
    left: 0px;
    overflow: hidden;
    }

/* HEADER SCROLL */
/* HEADER SCROLL */
/* HEADER SCROLL */
#header_scroll {
    z-index: 4;
    position: fixed;
    width: 100vw;
    height: 5px;
    top: 0px;
    left: 0px;
    background: var(--black_075);
    pointer-events: none;
    }
#header_scroll .indicator {
    position: absolute;
    width: 0px;
    height: 100%;
    background: var(--black_01);
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    #header_scroll {
        display: none;
        }
    }

/* VISUAL GRID */
/* VISUAL GRID */
/* VISUAL GRID */
.vehel #grid_top {
    width: 100vw;
    height: 1px;
    top: var(--marge);
    left: 0px;
    }
.vehel #grid_bottom {
    width: 100vw;
    height: 1px;
    bottom: var(--marge);
    left: 0px;
    }
.vehel #grid_left {
    width: 1px;
    height: 100vh;
    top: 0px;
    left: var(--marge);
    }
.vehel #grid_right {
    width: 1px;
    height: 100vh;
    top: 0px;
    right: var(--marge);
    }
.vehel .visual_grid {
    z-index: 100;
    position: fixed;
    background: var(--black_075);
    display: none;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    .vehel.device .visual_grid {
        display: none;
        }
    }

/* BACKGROUND MENU */
/* BACKGROUND MENU */
/* BACKGROUND MENU */
#backgroundMenu {
    z-index: 5;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    pointer-events: none;
    }
#backgroundMenu #panel {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    }
#backgroundMenu #menu_popup {
    z-index: 2;
    position: absolute;
    width: 800px;
    height: 100vh;
    top: 0px;
    right: calc(50% - 500px);
    padding: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: auto;
    opacity: 0;
    }
#backgroundMenu #menu_popup .button {
    z-index: 3;
    position: fixed;
    width: 40px;
    height: 40px;
    top: var(--marge);
    right: calc(var(--marge) - 10px);
    margin: -14px -14px 0px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    }
#backgroundMenu #menu_popup .button img {
    width: calc(var(--icon_size) - 2px);
    }
/* OPEN */
#backgroundMenu.open {
    pointer-events: auto;
    cursor: zoom-out;
    }
#backgroundMenu.open #panel {
    background: var(--white);
    }
#backgroundMenu.open #panel:hover {
    background: rgba(255,255,255,.97);
    }
#backgroundMenu.open #menu_popup {
    right: calc(50% - 400px);
    opacity: 1;
    }
#backgroundMenu.open #menu_popup .button {
    right:var(--marge);
    opacity: 1;
    }
/* RUBRIC */
#backgroundMenu #menu_popup #composition .rubric,
#backgroundMenu #menu_popup #composition .rubric a {
    width: 100%;
    }
#backgroundMenu #menu_popup #composition .rubric .link {
    width: 100%;
    letter-spacing: 1px;
    font: 14px/24px 'Bebas Neue', Arial, sans-serif;
    color: var(--black_25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
#backgroundMenu #menu_popup #composition .rubric .link.huge {
    margin: 0px 0px 10px -1px;
    font: 30px/40px 'Bebas Neue', Arial, sans-serif;
    }
#backgroundMenu #menu_popup #composition .rubric .link.sep {
    margin: 20px 0px 0px 0px;
    }
#backgroundMenu #menu_popup #composition .rubric .link:hover,
#backgroundMenu #menu_popup #composition .rubric .link.active {
    color: var(--black);
    }
#backgroundMenu #menu_popup #composition .rubric .link span {
    font: 300 14px/24px 'Exo', Arial, sans-serif;
    }
#backgroundMenu #menu_popup #composition .rubric .separation {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
    background: var(--black_075);
    }
/* FOOTER */
#backgroundMenu #menu_popup #footer {
    width: max-content;
    margin: 40px 0px 0px 0px;
    }
#backgroundMenu #menu_popup #footer .mention {
    margin: 0px 0px 5px 0px;
    letter-spacing: 1px;
    color: var(--black_25);
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    }
#backgroundMenu #menu_popup #footer .mention a {
    color: var(--black);
    display: inline-block;
    }
#backgroundMenu #menu_popup #footer .mention a:hover {
    color: var(--black_25);
    }
#backgroundMenu #menu_popup #footer .social {
    width: 90px;
    margin: 6px 0px -9px -9px;
    display: flex;
    justify-content: space-between;
    }
#backgroundMenu #menu_popup #footer .social .element {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
#backgroundMenu #menu_popup #footer .social .element img {
    width: var(--icon_size);
    opacity: 1;
    }
#backgroundMenu #menu_popup #footer .social .element:hover img {
    opacity: .25;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    #backgroundMenu #menu_popup {
        width: 100vw;
        height: 100vh;
        top: 0px;
        right: -25%;
        padding: 0px 20vw;
        background: none;
        box-shadow: 0px 0px 0px 0px var(--black_25);
        }
    #backgroundMenu.open #menu_popup {
        right: 0px;
        }
    #backgroundMenu #menu_popup #composition .rubric .link.sepSmall {
        margin: 10px 0px 0px 0px;
        }
    }
@media screen and (max-width: 1023px) {
    #backgroundMenu #menu_popup {
        padding: 80px;
        }
    }
@media screen and (max-width: 767px) {
    #backgroundMenu #menu_popup {
        padding: 40px;
        }
    }

/* SCREENSAVER */
/* SCREENSAVER */
/* SCREENSAVER */
#screensaver {
    z-index: 4;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0px;
    background: var(--white);
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    }
#screensaver.open {
    top: 0px;
    pointer-events: none;
    opacity: 1;
    }
/* ELEMENT */
#screensaver .element {
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
    }
#screensaver .element #logo {
    width: 92px;
    margin: 160px 0px 20px 0px;
    letter-spacing: 2px;
    font: 40px/40px 'Bebas Neue', Arial, sans-serif;
    color: rgba(0,0,0,1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }
#screensaver .element #logo img {
    width: 100%;
    }
#screensaver .element #message {
    width: 320px;
    color: rgba(0,0,0,.25);
    letter-spacing: 2px;
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    text-align: center;
    }
#screensaver .element #social {
    margin: 40px;
    display: flex;
    align-items: center;
    }
#screensaver .element #social .social {
    width: var(--icon_size);
    margin: 0px 7px;
    transition: opacity 0.5s ease-in-out;
    }
#screensaver .element #social .social:hover {
    opacity: .5;
    }
/* PANEL */
#screensaver .panel {
    position: absolute;
    width: 100%;
    height: 100%;
    }
#screensaver .panel picture {
    width: 100%;
    height: auto;
    top: 50%; left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    }
#screensaver .panel .slide {
    position: absolute;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    top: -60px;
    left: -60px;
    object-fit: cover;
    }
/* INVERT */
#screensaver.invert .element {
    filter: invert(0);
    }
#screensaver.invert .panel {
    opacity: 0;
    }
/* DEVICE */
.device #screensaver {
    display: none;
    }

/* HEADER */
/* HEADER */
/* HEADER */
header {
    z-index: 3;
    position: fixed;
    height: calc(100dvh - var(--marge) - var(--marge) + 24px);
    top: calc(var(--marge) - 12px);
    right: calc(var(--marge) - 13px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    }
@media screen and (max-width: 1023px) {
    header {
        width: var(--menu_largeur); 
        height: var(--menu_height);
        top: initial;
        left: var(--menu_largeur_middle);
        right: initial;
        padding: 0px var(--marge);
        background: var(--white);
        box-shadow: 0px 1px 0px 0px var(--black_075);
        flex-direction: initial;
        align-items: flex-start;
        }
    }

/* HEADER CONTAINER */
/* HEADER CONTAINER */
/* HEADER CONTAINER */
header #header_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    }
header #header_container .vehel {
    position: fixed;
    width: 40px;
    left: var(--marge);
    bottom: calc(var(--marge) + 75px);
    }
header #header_container .vehel img {
    width: 100%;
    }
header #header_container .button_menu {
    width: 40px;
    height: 40px;
    }
header #header_container .button_menu .button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    }
header #header_container .button_menu .button img {
    width: var(--icon_size);
    }
header #header_container .button_menu:hover .button img {
    opacity: .5;
    }
/* SPACE */
header #header_container .space {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
header #header_container .space .trait {
    width: 1px;
    height: calc(100% - 40px);
    margin: 20px -13px 0px 0px;
    background: var(--black_01);
    }
header #header_container .space #gotop_alt {
    width: 40px;
    height: 40px;
    margin: 20px -13px 0px 0px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
header #header_container .space #gotop_alt .gotop img {
    width: var(--icon_size);
    cursor: pointer;
    opacity: 1;
    }
header #header_container .space #gotop_alt .gotop:hover img {
    opacity: .5;
    }
/* VARIANT */
.content header #header_container .space {
    display: none;
    }
.device header #header_container .button_menu:hover .button img {
    opacity: 1;
    }
/* MEDIA */
@media screen and (max-width: 1023px) {
    header #header_container {
        padding: var(--marge) 0px 0px 0px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        }
    header #header_container .vehel {
        position: relative;
        width: 34px;
        left: initial;
        bottom: initial;
        }
    header #header_container .button_menu {
        margin: -12px -13px 0px 0px;
        }
    header #header_container .space {
        display: none;
        }
    }

/* STORY */
/* STORY */
/* STORY */
#story {
    position: fixed;
    margin: 0px calc(var(--story_icon) / -1) 25px 0px;
    right: calc(var(--marge) + calc(var(--story_icon) / 2));
    bottom: var(--marge);
    }
#story .content .name,
#story .content .stories {
    width: var(--story_icon);
    height: var(--story_icon);
    margin: 0px 0px calc(var(--story_icon) / 2) 0px;
    background: var(--white) !important;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    }
#story .content .stories .new {
    z-index: 1;
    position: absolute;
    width: 5px;
    height: 5px;
    margin: 0px;
    background: var(--black);
    border-radius: 100px;
    display: none;
    }
#story .content .stories .total {
    z-index: 1;
    position: absolute;
    width: var(--story_icon);
    height: var(--story_icon);
    color: var(--white);
    letter-spacing: 1px;
    text-align: center;
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    align-items: center;
    justify-content: center;
    display: none;
    }
#story .content .stories .circle {
    z-index: 1;
    position: absolute;
    width: var(--story_icon);
    height: var(--story_icon);
    box-shadow: 0px 0px 0px 1px var(--black_25) !important;
    border-radius: 100px;
    }
#story .content .stories.old .circle {
    box-shadow: 0px 0px 0px 1px var(--black_075) !important;
    }
#story .content .stories .image {
    width: calc(var(--story_icon) - var(--story_icon_space));
    height: calc(var(--story_icon) - var(--story_icon_space));
    background: var(--black_01);
    border-radius: 100px;
    overflow: hidden;
    }
#story .content .stories .image img {
    opacity: 0;
    }
#story .content .stories:hover .image img {
    opacity: 1;
    }
#story .content .stories .label {
    z-index: 1;
    position: absolute;
    width: 120px;
    margin: 0px 0px 0px -200px;
    color: var(--black);
    letter-spacing: 1px;
    text-align: right;
    font: 10px/10px 'Bebas Neue', Arial, sans-serif;
    opacity: 0;
    }
#story .content .stories:hover .label {
    margin: 0px 0px 0px -180px;
    opacity: 1;
    }
/* NAME */
#story .content .name {
    position: fixed;
    width: calc(var(--marge) / 2);
    height: calc(var(--marge) / 2);
    right: 0px;
    bottom: 0px;
    margin: 0px;
    overflow: visible;
    cursor: auto;
    }
#story .content .name.reset {
    width: var(--marge);
    height: var(--marge);
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    }
#story .content .name .label {
    position: absolute;
    width: 120px;
    color: var(--black);
    letter-spacing: 1px;
    text-align: center;
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    }
/* DEVICE */
.device #story {
    display: none;
    }
/* MEDIA */
@media screen and (max-width: 2559px) {
    #story {
        margin: 0px calc(var(--story_icon) / -1 + 2px) 45px 0px;
        }
    #story .content .name,
    #story .content .stories {
        width: auto;
        height: auto;
        margin: 0px 0px 20px 0px;
        padding: 10px;
        border-radius: 100px;
        }
    #story .content .stories .new ,
    #story .content .stories .circle,
    #story .content .stories .image {
        display: none;
        }
    #story .content .stories .label {
        position: relative;
        width: auto;
        margin: 0px;
        text-align: left;
        writing-mode: sideways-lr;
        opacity: .25;
        }
    #story .content .stories:hover .label {
        margin: 0px;
        opacity: 1;
        }
    }
@media screen and (max-width: 1279px) {
    #story {
        display: none;
        }
    }
@media screen and (max-height: 620px) {
    #story {
        display: none;
        }
    }

/* NAVIGATION */
/* NAVIGATION */
/* NAVIGATION */
#navigation {
    z-index: 100;
    position: fixed;
    top: 200px;
    left: 80px;
    display: none;
    }

/* FOOTER */
/* FOOTER */
/* FOOTER */
footer {
    position: fixed;
    width: auto;
    left: var(--marge);
    bottom: var(--marge);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
footer .bloc {
    width: 40px;
    height: var(--trait);
    margin: 0px 0px 30px 0px;
    background: var(--black);
    border-radius: 100px;
    }
footer .mention {
    letter-spacing: 1px;
    color: var(--black_50);
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    }
footer .mention span {
    display: none;
    }
footer .links {
    margin: -9px 0px -9px -9px;
    display: flex;
    align-items: center;
    display: none;
    }
footer .social {
    width: 90px;
    display: flex;
    justify-content: space-between;
    }
footer .social .element {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
footer .social .element img {
    width: var(--icon_size);
    opacity: 1;
    }
footer .social .element:hover img {
    opacity: .25;
    }
/* MEDIA */
@media screen and (max-width: 1023px) {
    footer {
        position: relative;
        width: calc(var(--grid) - var(--marge) - var(--marge));
        bottom: initial;
        margin: var(--marge) 0px var(--marge) 0px;
        box-shadow: 0px -1px 0px 0px var(--black_075);
        align-items: flex-end;
        }
    footer .bloc {
        width: 120px;
        margin: -2px 0px var(--marge) 0px;
        }
    footer .links,
    footer .mention,
    footer .mention span {
        display: inline-block;
        }
    footer .links {
        margin: 6px -9px -9px 0px;
        }
    }

/* SCROLLER */
/* SCROLLER */
/* SCROLLER */
#scroller {
    width: 100vw;
    margin:
        0px
        0px
        var(--grid_entry_marge_neg)
        0px;
    }
#scroller.content {
    width: var(--grid);
    left: var(--grid_middle);
    margin: 0px 0px var(--marge) 0px;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    #scroller.content {
        width: var(--grid_content);
        left: var(--grid_content_middle);
        }
    }
@media screen and (max-width: 1023px) {
    #scroller.content {
        display: inline-block;
        margin: 0px;
        }
    }

/* IPHONE */
/* IPHONE */
/* IPHONE */
#iphone {
    z-index: 3;
    position: fixed;
    width: calc(80px * 3);
    height: calc((((80px * 3) * 7) / 5) + 20px); 
    left: calc(var(--marge) + 100px);
    bottom: calc(var(--marge) + 40px);
    padding: 5px;
    background: var(--white);
    box-shadow: 0px 0px 0px 1px var(--black_01);
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    }
#iphone.visible {
    bottom: var(--marge);
    opacity: 1;
    pointer-events: auto;
    }
#iphone #iphone_border {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    }
#iphone #iphone_content {
    width: calc(100% + 1px);
    height: calc((((80px * 3) * 7) / 5) + 20px); 
    left: -1px;
    overflow: hidden;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    scroll-snap-type: y mandatory;
    }
#iphone #iphone_content::-webkit-scrollbar {
    display: none;
    }
#iphone #iphone_content .entry {
    width: calc(100% / 3 - 1px);
    margin: 0px .5px 1px .5px;
    cursor: pointer;
    scroll-snap-align: start;
    }
/* IPHONE BUTTON */
#iphone_button {
    z-index: 1;
    position: fixed;
    width: 40px;
    height: 40px;
    left: calc(var(--marge) + 37px);
    bottom: calc(var(--marge) + 23.5px);
    background: var(--white);
    box-shadow: inset 0px 0px 0px 3px var(--black);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    }
#iphone_button img {
    position: absolute;
    width: var(--icon_size);
    opacity: 1;
    }
#iphone_button .close {
    opacity: 0;
    }
#iphone_button:hover .open {
    opacity: .5;
    }
/* VISIBLE */
#iphone_button.visible {
    transform: rotate(180deg);
    }
#iphone_button.visible .close {
    opacity: 1;
    }
#iphone_button.visible .open {
    opacity: 0;
    }
#iphone_button.visible:hover .close {
    opacity: .5;
    }
/* DEVICE */
.device #iphone,
.device #iphone_button {
    display: none;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    #iphone,
    #iphone_button {
        display: none;
        }
    }

/* GRID */
/* GRID */
/* GRID */
#scroller #grid {
    width: var(--grid);
    left: var(--grid_middle);
    margin:
        var(--marge)
        0px
        var(--grid_entry_marge_neg)
        0px;
    }
#scroller #grid.content {
    width: 100%;
    left: 0px;
    margin: 0px;
    }
/* MEDIA */
@media screen and (min-width: 1366px) {
    .flow_:not(.device) #scroller #grid,
    .summary_:not(.device) #scroller #grid {
        width: calc(100vw + 2px);
        left: -1px;
        margin:
            var(--marge)
            0px
            calc(var(--grid_entry_marge) - 1px)
            0px;
        display: flex;
        flex-wrap: wrap;
        }
    }
@media screen and (max-width: 1023px) {
    #scroller #grid {
        margin:
            var(--menu_height)
            0px
            var(--grid_entry_marge_neg)
            0px;
        }
    }

/* GRID PANEL */
/* GRID PANEL */
/* GRID PANEL */
#scroller #grid .panel {
    z-index: 1;
    width: 100%;
    padding: calc(var(--marge) * 1.5) 0px;
    background: none !important;
    display: flex;
    align-items: center;
    }
#scroller #grid .panel .trait {
    position: absolute;
    width: 120px;
    height: var(--trait);
    top: 0px;
    background: var(--black);
    border-radius: 100px;
    }
#scroller #grid .panel .content {
    width: 100%;
    }
#scroller #grid .panel .content h1 {
    margin: 0px 0px 10px 0px;
    color: var(--black);
    letter-spacing: var(--content_h1_spacing);
    font: var(--content_h1);
    display: flex;
    align-items: center;
    }
#scroller #grid .panel .content h1 span {
    width: var(--trait);
    height: var(--trait);
    margin: 7px 10px 0px 5px;
    background: red;
    border-radius: 100px;
    display: block;
    }
#scroller #grid .panel .content h2 {
    width: 400px;
    max-width: 80%;
    color: var(--black_25);
    letter-spacing: var(--content_h2_spacing);
    font: var(--content_h2);
    }
/* CAT NAVIGATION */
#scroller #grid .panel .content #cat_navigation {
    position: absolute;
    width: 72px;
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    }
#scroller #grid .panel .content #cat_navigation .item {
    letter-spacing: 1px;
    font: 14px/14px 'Bebas Neue', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
#scroller #grid .panel .content #cat_navigation .item a {
    color: var(--black_25);
    display: flex;
    align-items: center;
    }
#scroller #grid .panel .content #cat_navigation .item:hover a {
    color: var(--black);
    }
#scroller #grid .panel .content #cat_navigation .item .label {
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
    }
#scroller #grid .panel .content #cat_navigation .item img {
    width: calc(var(--icon_size) + 4px);
    margin: 0px 0px 0px 20px;
    opacity: 1;
    }
#scroller #grid .panel .content #cat_navigation .item:hover img {
    opacity: .5;
    }
#scroller #grid .panel .content #cat_navigation .item.previous img {
    margin: 0px 20px 0px 0px;
    transform: rotate(180deg);
    }
/* NEXT */
#scroller #grid .panel .content #cat_navigation .item.next {
    justify-content: flex-end;
    }
#scroller #grid .panel .content #cat_navigation .item.next .label {
    text-align: right;
    }
/* MEDIA */
@media screen and (max-width: 2559px) {
    #scroller #grid .panel {
        padding: calc(var(--marge) * 1.25) 0px;
        }
    }
@media screen and (max-width: 1919px) {
    #scroller #grid .panel {
        padding: calc(var(--marge) * 1.5) 0px;
        }
    }
@media screen and (max-width: 1023px) {
    #scroller #grid .panel {
        padding: calc(var(--marge) * 2) var(--marge);
        }
    }

/* GRID ENTRY */
/* GRID ENTRY */
/* GRID ENTRY */
#scroller #grid .entry {
    width: 100%;
    margin: 0px 0px var(--grid_entry_marge) 0px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: auto 5/7;
    }
/* VARIANT */
#scroller #grid .entry.ajax {
    opacity: 0;
    }
#scroller #grid .entry.single {
    cursor: auto;
    }
#scroller #grid .entry.single.horizontal {
    aspect-ratio: auto 7/5;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    body:not(.summary) #scroller #grid .entry {
        cursor: auto;
        }
    }
@media screen and (max-width: 1023px) {
    #scroller #grid.flow .entry.mobile {
        display: none;
        }
    }

/* GRID ENTRY SEP */
/* GRID ENTRY SEP */
/* GRID ENTRY SEP */
#scroller #grid .sep {
    z-index: 1;
    width: 6px;
    height: 6px;
    margin: 0px 0px var(--grid_entry_marge) calc(50% - 3px);
    background: var(--black) !important;
    box-shadow: 0px 0px 0px 2px var(--white);
    border-radius: 100px;
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    #scroller #grid .sep {
        display: none;
        }
    }

/* GRID INFO */
/* GRID INFO */
/* GRID INFO */
#scroller #grid .entry .infos {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: var(--marge);
    background: none !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
    opacity: 0;
    }
#scroller #grid .entry:hover .infos {
    opacity: 1;
    }
#scroller #grid .entry .infos .number {
    margin: 0px 0px 20px 0px;
    letter-spacing: 2px;
    font: 14px/14px 'Bebas Neue', Arial, sans-serif;
    color: var(--white);
    }
#scroller #grid .entry .infos .number span {
    margin: 0px 0px 0px 3px;
    font: 14px/14px 'Bebas Neue', Arial, sans-serif;
    opacity: .5;
    }
#scroller #grid .entry .infos .bloc {
    z-index: 1;
    width: 50%;
    padding: 20px 0px 0px 0px;
    box-shadow: inset 0px 1px 0px 0px var(--white_25);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    pointer-events: none;
    }
#scroller #grid .entry .infos .bloc .bullet {
    position: absolute;
    width: 0px;
    height: 1px;
    margin: -20px 0px 0px 0px;
    background: var(--white) !important;
    }
#scroller #grid .entry:hover .infos .bloc .bullet {
    width: var(--marge);
    }
#scroller #grid .entry .infos .bloc h3 {
    letter-spacing: 3px;
    font: 12px/12px 'Bebas Neue', Arial, sans-serif;
    color: var(--white);
    }
#scroller #grid .entry .infos .bloc h4 {
    display: none;
    }
/* SUMMARY */
.summary #scroller #grid .entry .infos .bloc h3 {
    letter-spacing: 2px;
    font: 10px/10px 'Bebas Neue', Arial, sans-serif;
    }
/* MEDIA */
@media screen and (max-width: 2559px) {
    body:not(.summary) #scroller #grid .entry .infos .number {
        display: none;
        }
    }
@media screen and (max-width: 1279px) {
    #scroller #grid .entry .infos .number {
        margin: 0px 0px 10px 0px;
        letter-spacing: 2px;
        font: 12px/12px 'Bebas Neue', Arial, sans-serif;
        }
    #scroller #grid .entry .infos .number img {
        width: var(--icon_size);
        transform: rotate(90deg);
        }
    #scroller #grid .entry .infos .bloc {
        padding: 0px;
        box-shadow: 0px 0px 0px 0px var(--white_25);
        }
    #scroller #grid .entry .infos .bloc .bullet {
        display: none;
        }
    #scroller #grid .entry .infos .bloc h3 {
        font: 10px/10px 'Bebas Neue', Arial, sans-serif;
        }
    /* SUMMARY */
    body:not(.summary) #scroller #grid .entry .infos {
        display: none;
        }
    .summary #scroller #grid .entry .infos {
        opacity: 1;
        }
    }

/* GRID IMAGE */
/* GRID IMAGE */
/* GRID IMAGE */
#scroller #grid .entry .image {
    width: 100%;
    overflow: hidden;
    }
#scroller #grid .entry .image img {
    opacity: 0;
    }
#scroller #grid .entry:hover .image .zoom {
    filter: grayscale(0%) contrast(100%);
    transform: scale(1.0075);
    }
#scroller #grid .entry.single:hover .image .zoom {
    filter: grayscale(0%) contrast(100%);
    transform: scale(1);
    }
/* DEVICE */
.device #scroller #grid .entry:hover .image .zoom {
    filter: grayscale(0%) contrast(100%);
    transform: scale(1);
    }
/* MEDIA */
@media screen and (max-width: 1279px) {
    #scroller #grid .entry:hover .image .zoom {
        filter: grayscale(0%) contrast(100%);
        transform: scale(1);
        }
    }

/* GRID CONTENT */
/* GRID CONTENT */
/* GRID CONTENT */
#scroller.content #banner .content.left {
    z-index: 1;
    width: 100%;
    margin: var(--marge) 0px 0px 0px;
    padding: calc(var(--marge) / 1.5) 0px;
    background: none !important;
    display: flex;
    align-items: center;
    }
#scroller.content #banner .content.left .trait {
    position: absolute;
    width: 120px;
    height: var(--trait);
    top: 0px;
    background: var(--black);
    border-radius: 100px;
    }
#scroller.content #banner .content.left .bloc {
    width: 100%;
    }
#scroller.content #banner .content.left .bloc h1,
#scroller.content #grid .bloc h3 {
    margin: 0px 0px 10px 0px;
    color: var(--black);
    letter-spacing: var(--content_h1_spacing);
    font: var(--content_h1);
    }
#scroller.content #banner .content.left .bloc h2,
#scroller.content #grid .bloc h4 {
    width: 100%;
    color: var(--black_25);
    letter-spacing: var(--content_h2_spacing);
    font: var(--content_h2);
    }
/* RIGHT */
#scroller.content #banner .content.right {
    width: 620px;
    margin: 0px 0px calc(var(--marge) / 1.5) 0px;
    aspect-ratio: 5/1.5;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    }
#scroller.content #banner .content.right img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    }
/* BLOC */
#scroller.content #grid .bloc {
    width: 500px;
    margin: 0px 0px 0px 120px;
    text-align: justify;
    }
#scroller.content #grid .bloc .text {
    color: var(--black_50);
    font: var(--content_text);
    }
#scroller.content #grid .bloc .space {
    height: 20px;
    }
#scroller.content #grid .bloc .space.nope {
    display: none;
    }
/* LINK */
#scroller.content #grid .bloc a .link {
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: calc(var(--marge) / 2);
    min-height: 60px;
    bottom: 0px;
    left: 0px;
    padding: auto 20px;
    background: var(--white);
    color: var(--black);
    letter-spacing: 2px;
    font: var(--content_h2);
    box-shadow: inset 0px 2px 0px 0px var(--black_075);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
#scroller.content #grid .bloc a .link:hover {
    background: var(--black);
    color: var(--white);
    }
#scroller.content #grid .bloc a .link img {
    width: var(--icon_size);
    margin: -4px 10px 0px 0px;
    filter: invert(1);
    }
#scroller.content #grid .bloc a .link:hover img {
    filter: invert(0);
    }
#scroller.content #grid .bloc a .link h4 {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 30px 0px 0px 0px;
    font: 10px/10px 'Bebas Neue', Arial, sans-serif;;
    color: var(--black_25);
    text-align: center;
    }
#scroller.content #grid .bloc a .link:hover h4 {
    color: var(--white_25);
    }
/* DOWNLOAD */
#scroller.content #grid .bloc .download a .element {
    width: 40px;
    margin: 0px 0px 20px 0px;
    }
#scroller.content #grid .bloc .download a .element:hover {
    opacity: .5;
    }
/* PRICE */
#scroller.content #grid .bloc .price {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    }
#scroller.content #grid .bloc .price .offer .bullet {
    width: 40px;
    height: var(--trait);
    margin: 0px 0px 20px 0px;
    background: var(--black);
    border-radius: 100px;
    }
#scroller.content #grid .bloc .price h3 {
    letter-spacing: .5px;
    text-align: left;
    font: 16px/20px 'Bebas Neue', Arial, sans-serif;
    color: var(--black_25);
    }
#scroller.content #grid .bloc .price h4 {
    letter-spacing: 0px;
    margin: -10px 0px 10px 0px;
    text-transform: uppercase;
    font: 700 12px/18px 'Exo', Arial, sans-serif;
    color: var(--black);
    }
#scroller.content #grid .bloc .price .text {
    width: 100%;
    margin: 0px;
    text-transform: uppercase;
    text-align: left;
    font: var(--content_text_small);
    }
#scroller.content #grid .bloc .price .text.opacity {
    opacity: .5;
    }
/* DEVICE */
.device #scroller.content #grid .bloc a .link:hover {
    background: var(--white);
    color: var(--black);
    }
.device #scroller.content #grid .bloc a .link:hover img {
    filter: invert(1);
    }
.device #scroller.content #grid .bloc a .link:hover h4 {
    color: var(--black_25);
    }
/* MEDIA */
@media screen and (max-width: 1919px) {
    #scroller.content #grid .bloc {
        width: 100%;
        max-width: 500px;
        }
    }
@media screen and (max-width: 1279px) {
    #scroller.content #banner .content.right {
        width: 100%;
        aspect-ratio: 5/2.5;
        display: block;
        }
    #scroller.content #grid .bloc {
        max-width: 70%;
        margin: 0px 0px 0px 30%;
        }
    #scroller.content #grid .bloc .space.nope {
        display: block;
        }
    #scroller.content #grid .bloc a .link {
        position: relative;
        width: 100%;
        height: auto;
        min-height: auto;
        bottom: initial;
        left: initial;
        padding: 28px 20px;
        box-shadow: inset 0px 0px 0px 1px var(--black_075);
        border-radius: 4px;
        }
    }
@media screen and (max-width: 1023px) {
    #scroller.content #banner .content.left {
        margin: var(--menu_height) 0px 0px 0px;
        padding: calc(var(--marge) * 2) var(--marge);
        }
    #scroller.content #banner .content.right {
        margin: 0px 0px var(--marge) 0px;
        border-radius: 0px;
        }
    #scroller.content #grid .bloc {
        max-width: 100%;
        margin: 0px;
        padding: 0px var(--marge);
        }
    }
@media screen and (max-width: 767px) {
    #scroller.content #banner .content.right {
        aspect-ratio: 5/3;
        }
    #scroller.content #grid .bloc a .link {
        padding: 20px;
        }
    #scroller.content #grid .bloc .price {
        display: block;
        }
    #scroller.content #grid .bloc .price .offer,
    #scroller.content #grid .bloc .price .offer.marge {
        width: 100%;
        margin: 20px 0px 0px 0px;
        }
    #scroller.content #grid .bloc .price .offer:first-child {
        margin: 0px;
        }
    }

/* LOADER */
/* LOADER */
/* LOADER */
#ajax_loader {
    width: 80px;
    height: 80px;
    margin: var(--menu_height) 0px var(--menu_height) calc(50% - 40px);
    }
#ajax_loader_panel {
    z-index: 4;
    position: fixed;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    }
#ajax_loader_panel.open {
    pointer-events: auto;
    opacity: 1;
    }
#ajax_loader_panel.open .panel {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.75);
    opacity: 1;
    }
#ajax_loader_panel .title {
    letter-spacing: 3px;
    font: 14px/14px 'Bebas Neue', Arial, sans-serif;
    color: var(--black);
    }

/* AJAX */
/* AJAX */
/* AJAX */
#ajax {
    z-index: 8;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 100vh;
    left: 0px;
    background: var(--white);
    }
#ajax #close {
    z-index: 5;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(5vh - 20px);
    right: calc(5vh - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    }
#ajax #close img {
    width: 10px;
    }
#ajax #title {
    z-index: 4;
    position: absolute;
    width: 100vw;
    height: 5vh;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
#ajax #title .total {
    margin: 0px 10px 0px 0px;
    color: var(--black_25);
    letter-spacing: 2px;
    font: 12px/20px 'Bebas Neue', Arial, sans-serif;
    }
#ajax #title .total span {
    margin: 0px 2px 0px 0px;
    letter-spacing: 1px;
    font: 12px/20px 'Bebas Neue', Arial, sans-serif;
    color: var(--black);
    }
#ajax #title h1 {
    color: var(--black);
    letter-spacing: 1px;
    font: 12px/20px 'Bebas Neue', Arial, sans-serif;
    pointer-events: none;
    }

/* AJAX EXIF */
/* AJAX EXIF */
/* AJAX EXIF */
#ajax #exif {
    z-index: 4;
    position: absolute;
    left: 5vh;
    bottom: 5vh;
    text-align: left;
    display: none;
    }
#ajax #exif .element {
    width: auto;
    }
#ajax #exif .element.cat {
    margin: 20px 0px 0px 0px;
    }
#ajax #exif .element div {
    font: 100 14px/14px 'Exo', Arial, sans-serif;
    color: var(--black_50);
    }
#ajax #exif .element .title {
    margin: 10px 0px 5px 0px;
    text-transform: uppercase;
    font: 700 10px/10px 'Exo', Arial, sans-serif;
    color: rgba(20,20,20,1);
    }
#ajax #exif .element #category {
    color: var(--black);
    text-transform: uppercase;
    font: 700 12px/12px 'Exo', Arial, sans-serif;
    }
#ajax #exif .element #category:hover {
    color: var(--black_075);
    }

/* AJAX ENTRY */
/* AJAX ENTRY */
/* AJAX ENTRY */
#ajax #entry {
    z-index: 3;
    position: absolute;
    width: 44vw;
    height: calc(100vh - 10vh);
    top: 5vh;
    left: 28vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    }

/* AJAX IMAGE */
/* AJAX IMAGE */
/* AJAX IMAGE */
#ajax #entry .image {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 1500px;
    }
#ajax #entry .image #next {
    z-index: 2;
    position: fixed;
    width: calc(25vw - 5vh);
    height: 100%;
    right: calc(-28vw + 5vh + 25vw);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: e-resize;
    }
#ajax #entry .image #next img {
    width: 30px;
    opacity: 0;
    display: none;
    }
#ajax #entry .image #next:hover img {
    opacity: .1;
    }
#ajax #entry .image #previous {
    z-index: 2;
    position: fixed;
    width: calc(25vw - 5vh);
    height: 100%;
    left: calc(-28vw + 5vh + 25vw);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: w-resize;
    }
#ajax #entry .image #previous.inactive {
    pointer-events: none;
    }
#ajax #entry .image #previous img {
    width: 30px;
    opacity: 0;
    display: none;
    }
#ajax #entry .image #previous:hover img {
    opacity: .1;
    }
#ajax #entry .image img#main {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    object-fit: contain;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0px 2px var(--white);
    }
#ajax #entry #main_before img,
#ajax #entry #main_after img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: calc(50% - 0vh - 0px);
    left: 50%;
    object-fit: contain;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    }
#ajax #entry #main_before,
#ajax #entry #main_after {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 25%;
    }
#ajax #entry #main_before.action {
    left: calc(25% - 25vh);
    /* transform: rotate(-12deg); */
    }
#ajax #entry #main_after.action {
    left: calc(25% + 25vh);
    /* transform: rotate(12deg); */
    }

/* AJAX RELATED */
/* AJAX RELATED */
/* AJAX RELATED */
#related {
    z-index: 4;
    position: absolute;
    width: 400px;
    top: calc(97.5vh - 7px);
    left: calc(50% - 200px);
    display: flex;
    }
#related .container {
    width: 100%;
    display: flex;
    justify-content: center;
    }
#related .container .entry {
    width: 6px;
    height: 14px;
    padding: 6px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    }
#related .container .entry.active {
    width: 20px;
    }
#related .container .entry .image {
    position: absolute;
    width: 80px;
    height: 100px;
    margin: -120px 0px 0px 0px;
    box-shadow: 0px 0px 0px 1px var(--white_25);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    }
#related .container .entry:hover .image {
    opacity: 1;
    }
#related .container .entry .image img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 4px;
    object-fit: cover;
    }
#related .container .entry .element {
    width: 100%;
    height: 100%;
    background: var(--black_01);
    border-radius: 100px;
    }
#related .container .entry:hover .element,
#related .container .entry.active .element {
    background: rgba(20,20,20,1);
    }