/* 
#####+#######+######+###+#++++########################################+##++#
####+##+#########+-+++++#####+###+#+########+#######################+###+#+#
#+####+##+--####+-.....-##++############################-...#########++#####
###++++--########-..........++#####+++..+++###########-...  ..+######++++###
##+++#-+#+++####+.......-....................+..#####+-.... ...+##+#+#++#+##
####+--#++###+.......-++-.............     ....########-.......##+++##+-##+#
####--+####........++...##...................#####+++######+-...-######+###+
####-+####-.....+++....-+##-............-##-##+################..+########++
####-+........-###..+#########..........######+##########-+####+..#-########
###+......----###.-###########+...-.-...-+####+################....+########
###+-....--------##############------...++####+#################-....+##+###
###-###-.--------#+--###########--.-##+#######++-###############+..  .+#####
###-#--#------+-.----###########-..--#########++---+#############..  ..-####
######---------------###########-...-###########------+#########-...   ..###
+#######------+#+----+###-..........+############-----##+-----+-.........-##
##+#+++-------+##----+++.............-##########+---######---....-+++-.-####
#######+------+####----..................-#####+-+-.#+######-...-####+.-#+##
########-##--++######+--...........-...--........+-.+#########-......--#####
########---+#-+-####++++-....--....--.............++#############+##########
########+.-.+#+-+##++++++--------------...........---.######################
#########...++-+--+++++++++--####-------.............#######################
#########....###+-+-++++++++---###---------.-........+#####+################
#########-...###++-..+####++-----++----------........###+#+++#+#############
+###+###+-...-#+-+-....-##+------++++++#+####---....-#######################
###++##+---...##+++-----+-..--##########+######--.--######++#+#+############
##++++--++#...-#########+-...-##########+##+##-...-######++#+###############
#######+##+++-+#########-....############+##++-...-#########################
#####+#################---....#############+--....##########################
######################-+--..-..############+--....##########################
######################+--+-.----###########+---..-##########################
##########################++-++############+--..--##########################
############################################+--+############################
############################################################################
*/

@import url("https://fonts.googleapis.com/css?family=Sree+Krushnadevaraya&display=swap");
@import url("https://fonts.googleapis.com/css?family=Catamaran&display=swap");

:root
{
    --aqua: aqua;
    --yellow: yellow;
    --margin: 110px;
    --background: #e2e2f5;
    --perspective: 1800px;
    --transition: transform 1s 0.2s, z-index 0s 0.5s;
}

.yellow{
    color: var(--yellow);
}

.MixedBreedBold{
    font-family: sfcomic;
    padding-top: 10px;
    padding-bottom: 10px;
}

.smallitalic{
    font-family: DomCasualDItalic;
    font-size: 24px;
}

.ft-bankGothicMedium{
    font-family: bankGothicMedium;
}

.aqua {
    color: aqua;
}

.ft08 {
    font-size: 0.8em;
}

.txt-left {
    text-align: left;
}

.txt-mid {
    text-align: center;
}

@keyframes rainbow
{
    100% {background-position-x: -200%;}
}

/*
img{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

img:hover{
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 1);
    cursor: pointer;
}
*/

#DAH1-gallery-scroll
{
    width: 1200px;
    height: 575px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    margin-left: 375px;
    margin-top: 214px;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    /*-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);*/
}

#DAH1-gallery-scroll.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-gallery-scroll2
{
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

@media all and (display-mode: fullscreen) {
    #DAH1-archives-1-11{
        background-size: cover;
    }
}

.font-DomCasualDItalic{
    font-family: DomCasualDItalic;
    font-size: 30px;
}

.font-DomCasualDItalic2{
    font-family: bankGothicMedium;
}

.font-bankGothicMedium{
    font-family: bankGothicMedium;
    font-size: 20px;
}

.font-MixedBreedBold{
    font-family: sfcomic;
    font-size: 42px;
}

.font-MixedBreedBold2{
    font-family: Verdana;
    font-size: 42px;
    color: red;
    position: relative;
    left: 27%;
    width: 400px;
}

/*
#########################################################################
###                                                                   ###
###              Furonigami 1-1 : EvolutioOfAnAlien                   ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-1.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-1
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg1.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-1 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-1 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-1 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-1 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-picture21{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-details-opaque21{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details21
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 2000px;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-back-21:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###          Furonigami 1-2 : BlueBookSaucerBlueprints                ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-2.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-2
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg2.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-2 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-2 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-2 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-2 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque22
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details22
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc22
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender22
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture22
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre22
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur22
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas22
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright22
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft22
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation22
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright22
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close22
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-22
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-22:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###                 Furonigami 1-3 : ArtOfTheFuron                    ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-3.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-3
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg3.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-3 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-3 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-3 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-3 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque23
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details23
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc23
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender23
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture23
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre23
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur23
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas23
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright23
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft23
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation23
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright23
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close23
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-23
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-23:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

#DAH1-gallery-gif-1-23
{
    position: absolute;
    top: 55px;
    right: 340px;
}

#DAH1-gallery-gif-1-23 img
{
    rotate: 90deg;
    width: 250px;
    opacity: 0.5;
}

#DAH1-gallery-gif-2-23
{
    position: absolute;
    top: 690px;
    left: 365px;
    rotate: 90deg;
}

#DAH1-gallery-gif-2-23 img
{
    width: 250px;
    opacity: 0.7;
}

/*
#########################################################################
###                                                                   ###
###                 Furonigami 1-4 : FaceOfTheEnemy                   ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-4.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-4
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg4.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-4 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-4 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-4 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-4 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque24
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details24
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc24
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender24
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture24
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre24
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur24
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas24
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright24
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft24
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation24
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright24
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close24
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-24
{
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
    z-index: 2;
}

#DAH1-back-24:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###                 Furonigami 1-5 : PatheticHumans                   ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-5.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-5
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg5.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-5 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-5 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-5 ul li img
{
    object-fit: cover;
    border-radius: 10px;
    width: 200px;
    height: 100px;
}

/* #5f15f2 */

#DAH1-archives-2-5 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque25
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details25
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc25
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender25
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture25
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre25
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur25
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas25
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright25
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft25
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation25
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright25
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close25
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-25
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-25:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

@media all and (min-width: 1920px){
    #DAH1-gallery-gif-1-25{
        position: absolute;
        top: 55px;
        right: 340px;
        /*mask-image: linear-gradient(to right, transparent 0%, black 25% 75%, transparent 100%);*/
    }
    #DAH1-gallery-gif-2-25{
        position: absolute;
        top: 690px;
        left: 365px;
        rotate: 90deg;
        /*mask-image: linear-gradient(to top, black 25%, transparent 100%);*/
    }
}

@media all and (min-width: 2560px){
    #DAH1-gallery-gif-1-25{
        position: absolute;
        top: 110px;
        right: 470px;
        /*mask-image: linear-gradient(to right, transparent 0%, black 25% 75%, transparent 100%);*/
    }
    #DAH1-gallery-gif-2-25{
        position: absolute;
        top: 960px;
        left: 490px;
        rotate: 90deg;
        /*mask-image: linear-gradient(to top, black 25%, transparent 100%);*/
    }
}

#DAH1-gallery-gif-1-25 img
{
    rotate: 90deg;
    width: 250px;
    opacity: 0.5;
}

#DAH1-gallery-gif-2-25 img
{
    width: 250px;
    opacity: 0.7;
}

/*
#########################################################################
###                                                                   ###
###                 Furonigami 1-6 : TheConceptBarnyard               ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-6.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-6
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg6.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-6 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-6 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-6 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-6 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque26
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details26
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc26
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender26
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture26
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre26
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur26
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas26
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright26
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft26
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation26
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright26
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close26
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-26
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-26:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###                 Furonigami 1-7 : AmazingTheFuronArsenal           ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-7.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-7
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg7.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-7 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-7 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-7 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-7 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque27
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details27
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc27
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender27
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture27
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre27
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur27
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas27
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright27
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft27
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation27
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright27
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close27
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-27
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-27:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###               Furonigami 1-8 : SeeTheColorfulCapitalism           ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-8.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-8
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg8.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-8 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-8 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-8 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-8 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque28
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details28
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc28
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender28
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture28
{
    height: 600px;
    max-width: 1200px;
}

@keyframes metronome
{
    0% { transform: rotate(-40deg); }
    50% { transform: rotate(-10deg); }
    100% { transform: rotate(-40deg); }
}

#DAH1-gallery-picture28-2
{
    position: absolute;
    top: 0px;
    left: 850px;
    z-index: 999;
    animation: metronome 3s infinite;
    transform-origin: bottom center;
    height: 350px;
}

#DAH1-gallery-titre28
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur28
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas28
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright28
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft28
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation28
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright28
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close28
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-28
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black, 0 0 0.2em black, 0 0 1em black;
}

#DAH1-back-28:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###                     Furonigami 1-9 : BreakingNews                 ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-9.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-9
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg9.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-9 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-9 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-9 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-2-9 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque29
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details29
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc29
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender29
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture29
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre29
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur29
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas29
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright29
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft29
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation29
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright29
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close29
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-29
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-29:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###                  Furonigami 1-10 : VintageVehicles                ###
###                                                                   ###
#########################################################################
*/

#DAH1-gallery-scroll-2-10.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-2-10
{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/2-Furonigami/bg10.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-2-10 ul
{
    text-align: left;
    margin: 40px;
    padding: 0;
}

#DAH1-archives-2-10 ul li
{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-2-10 ul li img
{
    object-fit: cover;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    object-fit: fill;
    max-width: 1200px;
    max-height: 90px;
}

#DAH1-archives-2-10 ul li:hover
{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-gallery-details-opaque30
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details30
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc30
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender30
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
    height: 600px;
}

#DAH1-gallery-picture30
{
    object-fit: fill;
    max-width: 1200px;
    max-height: 600px;
}

#DAH1-gallery-titre30
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur30
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas30
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright30
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft30
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation30
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright30
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close30
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

#DAH1-back-30
{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: var(--aqua);
    padding: 0;
    border: none;
    background: none;
}

#DAH1-back-30:hover
{
    text-shadow:
        0 0 1em var(--aqua),
        0 0 0.2em var(--aqua);
    cursor: pointer;
}

/*
#########################################################################
###                                                                   ###
###                            FULLSCREEN                             ###
###                                                                   ###
#########################################################################
*/

@media all and (display-mode: fullscreen) {
    /* 21 */
    #DAH1-gallery-noiretblanc21{
        top: 20%;
    }
    #DAH1-gallery-picture-contender21{
        top: 25%;
    }
    #DAH1-gallery-titre21{
        top: 21.3%;
    }
    #DAH1-gallery-auteur21{
        top: 28%;
    }
    #DAH1-gallery-blablas21{
        top: 35%;
    }
    #DAH1-gallery-copyright21{
        top: 87%;
    }
    #DAH1-gallery-navleft21{
        top: 80%;
    }
    #DAH1-gallery-navigation21{
        top: 81%;
    }
    #DAH1-gallery-navright21{
        top: 80%;
    }
    #DAH1-gallery-close21{
        top: 22%;
        left: 92%;
    }
    /* 22 */
    #DAH1-gallery-noiretblanc22{
        top: 20%;
    }
    #DAH1-gallery-picture-contender22{
        top: 25%;
    }
    #DAH1-gallery-titre22{
        top: 21.3%;
    }
    #DAH1-gallery-auteur22{
        top: 28%;
    }
    #DAH1-gallery-blablas22{
        top: 35%;
    }
    #DAH1-gallery-copyright22{
        top: 87%;
    }
    #DAH1-gallery-navleft22{
        top: 80%;
    }
    #DAH1-gallery-navigation22{
        top: 81%;
    }
    #DAH1-gallery-navright22{
        top: 80%;
    }
    #DAH1-gallery-close22{
        top: 22%;
        left: 92%;
    }
    /* 23 */
    #DAH1-gallery-noiretblanc23{
        top: 20%;
    }
    #DAH1-gallery-picture-contender23{
        top: 25%;
    }
    #DAH1-gallery-titre23{
        top: 21.3%;
    }
    #DAH1-gallery-auteur23{
        top: 28%;
    }
    #DAH1-gallery-blablas23{
        top: 35%;
    }
    #DAH1-gallery-copyright23{
        top: 87%;
    }
    #DAH1-gallery-navleft23{
        top: 80%;
    }
    #DAH1-gallery-navigation23{
        top: 81%;
    }
    #DAH1-gallery-navright23{
        top: 80%;
    }
    #DAH1-gallery-close23{
        top: 22%;
        left: 92%;
    }
    /* 24 */
    #DAH1-gallery-noiretblanc24{
        top: 20%;
    }
    #DAH1-gallery-picture-contender24{
        top: 25%;
    }
    #DAH1-gallery-titre24{
        top: 21.3%;
    }
    #DAH1-gallery-auteur24{
        top: 28%;
    }
    #DAH1-gallery-blablas24{
        top: 35%;
    }
    #DAH1-gallery-copyright24{
        top: 87%;
    }
    #DAH1-gallery-navleft24{
        top: 80%;
    }
    #DAH1-gallery-navigation24{
        top: 81%;
    }
    #DAH1-gallery-navright24{
        top: 80%;
    }
    #DAH1-gallery-close24{
        top: 22%;
        left: 92%;
    }
    /* 25 */
    #DAH1-gallery-noiretblanc25{
        top: 20%;
    }
    #DAH1-gallery-picture-contender25{
        top: 25%;
    }
    #DAH1-gallery-titre25{
        top: 21.3%;
    }
    #DAH1-gallery-auteur25{
        top: 28%;
    }
    #DAH1-gallery-blablas25{
        top: 35%;
    }
    #DAH1-gallery-copyright25{
        top: 87%;
    }
    #DAH1-gallery-navleft25{
        top: 80%;
    }
    #DAH1-gallery-navigation25{
        top: 81%;
    }
    #DAH1-gallery-navright25{
        top: 80%;
    }
    #DAH1-gallery-close25{
        top: 22%;
        left: 92%;
    }
    /* 26 */
    #DAH1-gallery-noiretblanc26{
        top: 20%;
    }
    #DAH1-gallery-picture-contender26{
        top: 25%;
    }
    #DAH1-gallery-titre26{
        top: 21.3%;
    }
    #DAH1-gallery-auteur26{
        top: 28%;
    }
    #DAH1-gallery-blablas26{
        top: 35%;
    }
    #DAH1-gallery-copyright26{
        top: 87%;
    }
    #DAH1-gallery-navleft26{
        top: 80%;
    }
    #DAH1-gallery-navigation26{
        top: 81%;
    }
    #DAH1-gallery-navright26{
        top: 80%;
    }
    #DAH1-gallery-close26{
        top: 22%;
        left: 92%;
    }
    /* 27 */
    #DAH1-gallery-noiretblanc27{
        top: 20%;
    }
    #DAH1-gallery-picture-contender27{
        top: 25%;
    }
    #DAH1-gallery-titre27{
        top: 21.3%;
    }
    #DAH1-gallery-auteur27{
        top: 28%;
    }
    #DAH1-gallery-blablas27{
        top: 35%;
    }
    #DAH1-gallery-copyright27{
        top: 87%;
    }
    #DAH1-gallery-navleft27{
        top: 80%;
    }
    #DAH1-gallery-navigation27{
        top: 81%;
    }
    #DAH1-gallery-navright27{
        top: 80%;
    }
    #DAH1-gallery-close27{
        top: 22%;
        left: 92%;
    }
    /* 28 */
    #DAH1-gallery-noiretblanc28{
        top: 20%;
    }
    #DAH1-gallery-picture-contender28{
        top: 25%;
    }
    #DAH1-gallery-titre28{
        top: 21.3%;
    }
    #DAH1-gallery-auteur28{
        top: 28%;
    }
    #DAH1-gallery-blablas28{
        top: 35%;
    }
    #DAH1-gallery-copyright28{
        top: 87%;
    }
    #DAH1-gallery-navleft28{
        top: 80%;
    }
    #DAH1-gallery-navigation28{
        top: 81%;
    }
    #DAH1-gallery-navright28{
        top: 80%;
    }
    #DAH1-gallery-close28{
        top: 22%;
        left: 92%;
    }
    #DAH1-gallery-picture28-2
    {
        position: absolute;
        top: 20px;
        left: 850px;
        z-index: 999;
        animation: metronome 3s infinite;
        transform-origin: bottom center;
    }
    /* 29 */
    #DAH1-gallery-noiretblanc29{
        top: 20%;
    }
    #DAH1-gallery-picture-contender29{
        top: 25%;
    }
    #DAH1-gallery-titre29{
        top: 21.3%;
    }
    #DAH1-gallery-auteur29{
        top: 29%;
    }
    #DAH1-gallery-blablas29{
        top: 35%;
    }
    #DAH1-gallery-copyright29{
        top: 87%;
    }
    #DAH1-gallery-navleft29{
        top: 80%;
    }
    #DAH1-gallery-navigation29{
        top: 81%;
    }
    #DAH1-gallery-navright29{
        top: 80%;
    }
    #DAH1-gallery-close29{
        top: 22%;
        left: 92%;
    }
}

@media (min-width: 2560px) {
    #DAH1-gallery-picture28-2 {
        position: absolute;
        top: 205px;
        left: 1190px;
        z-index: 999;
        animation: metronome 3s infinite;
        transform-origin: bottom center;
    }
}

@media (min-width: 2560px) and (display-mode: fullscreen) {
    #DAH1-gallery-picture28-2 {
        position: absolute;
        top: 245px;
        left: 1190px;
        z-index: 999;
        animation: metronome 3s infinite;
        transform-origin: bottom center;
    }
}

/* ######################################################### */
/* #                                                       # */
/* #                   C'est le D.D !!!                    # */
/* #                                                       # */
/* ######################################################### */

/* 1 */

#DAH1-archives-1-1 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-1 a {
    text-decoration: none;
}

#intro-honey-DD {
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100vh;
    width: 100%;
    animation: animatedBackground 12s linear infinite;
}

#DAH1-archives-1-1 h1 {
    color: yellow;
    text-align: center;
    margin-top: 55px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
}

#DAH1-archives-1-1 h3 {
    position: absolute;
    top: 45px;
    right: 265px;
    color: aqua;
    text-align: center;
    font-family: bankGothicMedium;
    font-size: 1.3em;
    font-weight: 100;
    opacity: 0.5;
}

#intro-1-1-youtube {
    margin-top: 60px;
    margin-left: 425px;
    width: 1100px;
    height: 600px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    mask-image: linear-gradient(to bottom, black 80%, transparent 0%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-archives-1-1 ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#DAH1-archives-1-1 ul li {
    display: inline;
    margin: 10px;
}

#DAH1-archives-1-1 ul li img {
    object-fit: cover;
    width: 1000px;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
}

#DAH1-archives-1-1 h2 {
    color: aqua;
    text-align: center;
    margin-top: 60px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
    font-style: italic;
}

#DAH1-archives-1-1 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#DAH1-archives-1-1-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

@media all and (display-mode: fullscreen) {
    #DAH1-archives-1-1-back{
        bottom: 9rem;
    }
}

#DAH1-archives-1-1-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* 18 : Original Pitch Presentation */

#DAH1-archives-1-18 {
    position: absolute;
    background-color: white;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: black;
}

#DAH1-archives-1-18-scroll {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: red rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: black;
    font-family: Verdana;
}

#DAH1-archives-1-18-picture {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 0px;
}

#DAH1-archives-1-18-texte {
    font-size: 22px;
    margin-top: -550px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    color: white;
}

#DAH1-archives-1-18-texte-2 {
    font-size: 1.85em;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 800px;
    text-align: left;
    font-family: sfcomic;
}

#DAH1-archives-1-18-picture-1 {
    margin-top: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#DAH1-archives-1-18-picture-2 {
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.zouzEnBas {
    display: block;
    margin-top: 15px;
}

.zouzTitle {
    display: block;
    font-family: Godzilla;
    font-size: 3em;
    color: #504182;
    /*text-shadow: 2px 2px 1px black;*/
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.zouzTitle2 {
    display: block;
    font-family: Godzilla;
    font-size: 3em;
    color: #504182;
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#DAH1-archives-1-18-texte-3 {
    font-size: 1.25em;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 800px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-texte-4 {
    font-size: 1.25em;
    margin-top: 60px;
    margin-left: 560px;
    margin-bottom: 60px;
    width: 400px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.8;
}

#DAH1-archives-1-18-picture-3 {
    float: right;
    margin-top: -840px;
    margin-right: 550px;
    width: 400px;
}

#DAH1-archives-1-18-picture-4 {
    float: right;
    width: 300px;
    margin-top: -400px;
    margin-right: 570px;
}

.zouzTitle3 {
    font-family: sfcomicextended;
    font-size: 1.25em;
    color: #C13712;
}

.zouzTitle4 {
    display: block;
    font-family: sfcomicextended;
    font-size: 3em;
    color: black;
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#DAH1-archives-1-18-texte-6 {
    font-size: 1.25em;
    margin-top: 0px;
    margin-left: 557px;
    margin-bottom: 60px;
    width: 800px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-picture-6 {
    float: left;
    width: 550px;
    margin-top: 40px;
    margin-left: -90px;
    shape-outside: content-box;
    border-radius: 100%;
    
}

#DAH1-archives-1-18-texte-7 {
    font-size: 1.25em;
    margin-top: 160px;
    margin-left: 557px;
    margin-bottom: 170px;
    width: 800px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-picture-7 {
    float: right;
    width: 550px;
    margin-top: -10px;
    margin-right: -100px;
    shape-outside: content-box;
    border-radius: 90%;
}

#DAH1-archives-1-18-texte-8 {
    font-size: 1.25em;
    margin-top: 20px;
    margin-left: 557px;
    margin-bottom: 60px;
    width: 600px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-picture-5 {
    float: right;
    width: 400px;
    margin-top: 00px;
    margin-right: -210px;
    shape-outside: content-box;
    border-radius: 50%;
}

#DAH1-archives-1-18-texte-9 {
    font-size: 1.25em;
    margin-top: 20px;
    margin-left: 557px;
    margin-bottom: 40px;
    width: 800px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-picture-9 {
    float: right;
    width: 700px;
    margin-top: -20px;
    margin-bottom: -150px;
    margin-right: 40px;
    shape-outside: content-box;
}

#DAH1-archives-1-18-picture-10 {
    float: left;
    width: 400px;
    margin-top: -20px;
    shape-outside: content-box;
    border-radius: 50%;
}

#DAH1-archives-1-18-texte-10 {
    font-size: 1.25em;
    margin-top: 20px;
    margin-left: 557px;
    margin-bottom: 80px;
    width: 800px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-picture-11 {
    float: right;
    width: 450px;
    margin-top: -20px;
    margin-right: -330px;
    margin-left: 20px;
}

#DAH1-archives-1-18-texte-11 {
    font-size: 1.25em;
    margin-top: 20px;
    margin-left: 557px;
    margin-bottom: 80px;
    width: 500px;
    text-align: justify;
    font-family: Verdana;
    line-height: 1.5;
}

#DAH1-archives-1-18-picture-12 {
    float: right;
    width: 450px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
}

#DAH1-archives-1-18-picture-13 {
    float: left;
    width: 180px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
}

.zouzgreb {
    display: block;
    text-align: center;
    font-family: sfcomicextended;
    font-size: 1.25em;
    color: black;
}

#DAH1-archives-1-18-texte-14 {
    text-align: center;
    font-family: Verdana;
    line-height: 1.5;
    margin-top: 50px;
}

#DAH1-archives-1-18-picture-14 {
    display: block;
    width: 500px;
    margin: auto;
    text-align: center;
}

.zouzTitleRed {
    margin: auto;
    font-family: sfcomicextended;
    font-size: 1.8em;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #C13712;
    width: 800px;
    height: 45px;
}

.zouzTitleRed p {
    padding: 5px;
    color: white;
}

#DAH1-archives-1-18-scroll ul{
    width: 750px;
    margin: auto;
    line-height: 1.5;
    font-size: 1.25em;
}

#DAH1-archives-1-18-scroll ul li{
    margin-bottom: 25px;
}

#DAH1-archives-1-18-picture-15 {
    float: right;
    width: 480px;
    margin-top: -670px;
    margin-right: 580px;
}

#DAH1-archives-1-18-picture-16 {
    display: block;
    width: 700px;
    margin-top: 70px;
    margin: auto;
}

#DAH1-archives-1-18-picture-17 {
    display: block;
    width: 300px;
    margin-top: 70px;
    margin: auto;
}

#DAH1-archives-1-18-picture-footer {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/18-OriginalPitchPresentation/Footer.png");
    background-size: cover;
    height: 400px;
    width: 100%;
}

#DAH1-archives-1-18-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
    text-shadow: 1px 1px 3px black;
}

#DAH1-archives-1-18-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* 2 */

#DAH1-archives-1-2 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-2 a {
    text-decoration: none;
}

#DAH1-archives-1-2 h1 {
    color: yellow;
    text-align: center;
    margin-top: 55px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
}

@media (display-mode: fullscreen) {
    #DAH1-archives-1-2 h1 {
        margin-top: 135px;
    }
}

@media all and (min-width: 2560px) {
    #DAH1-archives-1-2 h1 {
        margin-top: 105px;
    }
}

@media all and (min-width: 2560px) and (display-mode: fullscreen) {
    #DAH1-archives-1-2 h1 {
        margin-top: 185px;
    }
}

#DAH1-archives-1-2 h2 {
    color: aqua;
    text-align: center;
    margin-top: 60px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
    font-style: italic;
}

#DAH1-archives-1-2 h3 {
    position: absolute;
    top: 45px;
    right: 265px;
    color: aqua;
    text-align: center;
    font-family: bankGothicMedium;
    font-size: 1.3em;
    font-weight: 100;
    opacity: 0.5;
}

#intro-1-2-youtube {
    margin-top: 60px;
    margin-left: 425px;
    width: 1100px;
    height: 600px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    mask-image: linear-gradient(to bottom, black 80%, transparent 0%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-archives-1-2 ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#DAH1-archives-1-2 ul li {
    display: inline;
    margin: 10px;
}

#DAH1-archives-1-2 ul li img {
    object-fit: cover;
    width: 500px;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
}

#DAH1-archives-1-2 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#EvolutionOfTheGame-spoiler {
    margin-left: 25px;
    margin-bottom: 20px;
    width: 1015px;
    height: 60px;
    border-style: solid;
    border-radius: 0px 25px 0px 25px;
    border-width: 2px;
    border-color: #0B5971;
    background-color: #082144;
    color: aqua;
    text-align: center;
    padding-top: 15px;
    font-family: bankGothicMedium;
    font-size: 1.5em;
}

#EvolutionOfTheGame-spoiler:hover {
    cursor: pointer;
    border-color: #0CFAFB;
    background-color: #0C3B5C;
    color: white;
}

#EvolutionOfTheGame-videos-1 {
    width: 1015px;
    height: 400px;
    margin-top: 25px;
    margin-left: 35px;
    text-align: left;
}

#EvolutionOfTheGame-videos-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#EvolutionOfTheGame-videos-1 ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#EvolutionOfTheGame-videos-1 ul li img {
    object-fit: cover;
    width: 195px;
    padding: 5px;
    border-radius: 10px;
}

#EvolutionOfTheGame-videos-1 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#EvolutionOfTheGame-videos-2 {
    width: 1015px;
    height: 250px;
    margin-top: 25px;
    margin-left: 35px;
    text-align: left;
}

#EvolutionOfTheGame-videos-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#EvolutionOfTheGame-videos-2 ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#EvolutionOfTheGame-videos-2 ul li img {
    object-fit: cover;
    width: 195px;
    padding: 5px;
    border-radius: 10px;
}

#EvolutionOfTheGame-videos-2 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#EvolutionOfTheGame-videos-3 {
    width: 1015px;
    height: 300px;
    margin-top: 25px;
    margin-left: 35px;
    text-align: left;
}

#EvolutionOfTheGame-videos-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#EvolutionOfTheGame-videos-3 ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#EvolutionOfTheGame-videos-3 ul li img {
    object-fit: cover;
    width: 195px;
    padding: 5px;
    border-radius: 10px;
}

#EvolutionOfTheGame-videos-3 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#EvolutionOfTheGame-videos-4 {
    width: 1015px;
    height: 200px;
    margin-top: 25px;
    margin-left: 35px;
    text-align: left;
}

#EvolutionOfTheGame-videos-4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#EvolutionOfTheGame-videos-4 ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#EvolutionOfTheGame-videos-4 ul li img {
    object-fit: cover;
    width: 195px;
    padding: 5px;
    border-radius: 10px;
}

#EvolutionOfTheGame-videos-4 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

/*  */

#DAH1-archives-1-2-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-2-back:hover {
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* 3 */

#DAH1-gallery-title{
    position: absolute;
    margin-top: 120px;
    margin-left: 500px;
    font-size: 30px;
    color: white;
    font-family: bankGothicMedium;
}

#DAH1-gallery-gif-1-25-2{
    position: absolute;
    top: 15px;
    right: 250px;   
}

#DAH1-gallery-gif-1-25-2 img{
    rotate: 90deg;
    width: 250px;
    opacity: 0.5;
}

#DAH1-gallery-gif-2-25-2{
    position: absolute;
    top: 775px;
    left: 230px;
    rotate: 90deg;
}

#DAH1-gallery-gif-2-25-2 img{
    width: 250px;
    opacity: 0.7;
}

@media (min-width: 2560px) {
    #DAH1-gallery-gif-1-25-2{
        top: 60px;
        right: 300px;
    }
    #DAH1-gallery-gif-2-25-2{
        top: 1100px;
        left: 300px;
    }
}

/* # 2003 # */

#DAH1-gallery-scroll-1-3{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-1-3.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-1-3-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-archives-1-3-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-1-3-titre img{
    width: 1250px;
}

#DAH1-archives-1-3{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/3-PrototypeDevelopments2003/BG3.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-3 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-1-3 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-1-3 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-1-3 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-1-3-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-1-3-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-3-gauche:hover{
    opacity: 1;
}

#DAH1-archives-1-3-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-3-droite:hover{
    opacity: 1;
}

#DAH1-archives-1-3-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-3-fermer:hover{
    opacity: 1;
}

#DAH1-archives-1-3-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-1-3-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

@keyframes zouz-in {
  0%    { scale: 0%; }
  100%  { scale: 100%; }
}

#DAH1-archives-1-3-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-1-3-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-3-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* # 2004 # */

#DAH1-gallery-scroll-1-4{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-1-4.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-1-4-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-archives-1-4-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-1-4-titre img{
    width: 1250px;
}

#DAH1-archives-1-4{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/4-PrototypeDevelopments2004/BG4.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-4 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-1-4 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-1-4 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-1-4 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-1-4-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-1-4-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-4-gauche:hover{
    opacity: 1;
}

#DAH1-archives-1-4-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-4-droite:hover{
    opacity: 1;
}

#DAH1-archives-1-4-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-4-fermer:hover{
    opacity: 1;
}

#DAH1-archives-1-4-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-1-4-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

@keyframes zouz-in {
  0%    { scale: 0%; }
  100%  { scale: 100%; }
}

#DAH1-archives-1-4-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-1-4-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-4-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* # 2005 # */

#DAH1-gallery-scroll-1-5{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-1-5.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-1-5-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-archives-1-5-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-1-5-titre img{
    width: 1250px;
}

#DAH1-archives-1-5{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/5-PrototypeDevelopments2005/BG5.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-5 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-1-5 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-1-5 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-1-5 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-1-5-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-1-5-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-5-gauche:hover{
    opacity: 1;
}

#DAH1-archives-1-5-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-5-droite:hover{
    opacity: 1;
}

#DAH1-archives-1-5-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-5-fermer:hover{
    opacity: 1;
}

#DAH1-archives-1-5-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-1-5-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

@keyframes zouz-in {
  0%    { scale: 0%; }
  100%  { scale: 100%; }
}

#DAH1-archives-1-5-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-1-5-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-5-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Invasion Plans: Development of maps */

#DAH1-gallery-scroll-1-7{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-1-7.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-1-7-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-archives-1-7-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-1-7-titre img{
    width: 1250px;
}

#DAH1-archives-1-7{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/7-InvasionPlansDevelopmentOfMaps/BG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-7 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-1-7 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-1-7 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-1-7 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-1-7-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-1-7-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-7-gauche:hover{
    opacity: 1;
}

#DAH1-archives-1-7-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-7-droite:hover{
    opacity: 1;
}

#DAH1-archives-1-7-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-7-fermer:hover{
    opacity: 1;
}

#DAH1-archives-1-7-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-1-7-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

@keyframes zouz-in {
  0%    { scale: 0%; }
  100%  { scale: 100%; }
}

#DAH1-archives-1-7-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-1-7-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black, 0 0 0.2em black, 0 0 1em black;
}

#DAH1-archives-1-7-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

#DAH1-gallery-details-opaque91{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.7;
}

#DAH1-gallery-details91
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 1;
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 2000px;
    width: 100%;
    animation: animatedBackground 32s linear infinite;
}

#DAH1-gallery-noiretblanc91
{
    position: absolute;
    top: 6%;
    left: 2.5%;
    z-index: 3;
    width: 1800px;
    height: 800px;
    opacity: 0.5;
}

#DAH1-gallery-picture-contender91
{
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1200px;
}

#DAH1-gallery-picture91
{
    height: 650px;
    max-width: 1200px;
}

#DAH1-gallery-titre91
{
    position: absolute;
    top: 72px;
    left: 1322px;
    z-index: 3;
    font-size: 30px;
    color: var(--aqua);
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-shadow: 10px 5px 5px black;
    width: 500px;
}

#DAH1-gallery-auteur91
{
    position: absolute;
    top: 160px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    padding-right: 50px;
    text-decoration: underline dashed var(--aqua);
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

#DAH1-gallery-blablas91
{
    position: absolute;
    top: 250px;
    left: 1322px;
    z-index: 3;
    font-size: 20px;
    color: white;
    font-family: bankGothicMedium;
    width: 500px;
    height: 400px;
    padding-right: 50px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-gallery-copyright91
{
    position: absolute;
    top: 780px;
    left: 95px;
    z-index: 3;
    font-size: 11px;
    color: white;
    width: 1150px;
    font-family: "Roboto", sans-serif;
}

#DAH1-gallery-navleft91
{
    position: absolute;
    top: 690px;
    left: 1400px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-navigation91
{
    position: absolute;
    top: 698px;
    left: 1509px;
    z-index: 3;
}

#DAH1-gallery-navright91
{
    position: absolute;
    top: 690px;
    left: 1600px;
    z-index: 3;
    cursor: pointer;
}

#DAH1-gallery-close91
{
    position: absolute;
    top: 70px;
    left: 1780px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
}

/* Developer Darwinism 9 : Gameplay Storyboard */

#DAH1-gallery-scroll-1-9 {
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-1-9.scrolled {
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#DAH1-archives-1-9-titre {
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-archives-1-9-titre h2 {
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-1-9-titre img {
    width: 1250px;
}

#DAH1-archives-1-9 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/9-GameplayStoryboard/BG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-9 ul {
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

@media (min-width: 2560px) {
    #DAH1-gallery-scroll-1-9 {
        width: 1300px;
        height: 840px;
        margin-top: 250px;
        margin-left: 600px;
    }
}

#DAH1-archives-1-9 ul li {
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-1-9 ul li img {
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-1-9 ul li:hover {
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-1-9-fond-noir {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-1-9-gauche {
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-9-gauche:hover {
    opacity: 1;
}

#DAH1-archives-1-9-droite {
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-9-droite:hover {
    opacity: 1;
}

#DAH1-archives-1-9-fermer {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-9-fermer:hover {
    opacity: 1;
}

#DAH1-archives-1-9-image {
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-1-9-image-2 {
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

@keyframes zouz-in {
  0%    { scale: 0%; }
  100%  { scale: 100%; }
}

#DAH1-archives-1-9-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-1-9-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-9-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Goofy Screenshot */

#DAH1-gallery-scroll-1-14{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-1-14.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

@media (min-width: 2560px) {
    #DAH1-gallery-scroll-1-14 {
        width: 1300px;
        height: 840px;
        margin-top: 250px;
        margin-left: 600px;
    }
}

#DAH1-archives-1-14-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-archives-1-14-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-1-14-titre img{
    width: 1250px;
}

#DAH1-archives-1-14{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/14-GoofyScreenshots/GSbg.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-14 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-1-14 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-1-14 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-1-14 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-1-14-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-1-14-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-14-gauche:hover{
    opacity: 1;
}

#DAH1-archives-1-14-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-14-droite:hover{
    opacity: 1;
}

#DAH1-archives-1-14-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-1-14-fermer:hover{
    opacity: 1;
}

#DAH1-archives-1-14-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-1-14-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

@keyframes zouz-in {
  0%    { scale: 0%; }
  100%  { scale: 100%; }
}

#DAH1-archives-1-14-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-1-14-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-14-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* 16 */

#DAH1-archives-1-16{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-16 a {
    text-decoration: none;
}

#intro-honey-DD-16 {
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100vh;
    width: 100%;
    animation: animatedBackground 12s linear infinite;
}

#DAH1-archives-1-16 h1 {
    color: yellow;
    text-align: center;
    margin-top: 55px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
}

#DAH1-archives-1-16 h3 {
    position: absolute;
    top: 45px;
    right: 265px;
    color: aqua;
    text-align: center;
    font-family: bankGothicMedium;
    font-size: 1.3em;
    font-weight: 100;
    opacity: 0.5;
}

#intro-1-16-youtube {
    margin-top: -20px;
    margin-left: 610px;
    width: 700px;
    height: 700px;
}

#intro-1-16-youtube video{
    width: 700px;
    height: 700px;
}

#DAH1-archives-1-16-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#intro-1-16-titre{
    color: aqua;
    text-align: center;
    margin-top: 12px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
    font-style: italic;
}

#btn-1-16-gauche{
    position: absolute;
    top: 400px;
    left: 500px;
}

#btn-1-16-gauche:hover{
    cursor: pointer;
}

#btn-1-16-droite{
    position: absolute;
    top: 400px;
    right: 500px;
}

#btn-1-16-droite:hover{
    cursor: pointer;
}

#DAH1-archives-1-16-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

@media (min-width: 1920px) and (display-mode: fullscreen) {
    #DAH1-archives-1-16 h1 {
        margin-top: 135px;
    }
    #DAH1-archives-1-16 h3 {
        top: 120px;
        right: 285px;
    }
    #intro-1-16-youtube {
        margin-top: -20px;
        margin-left: 600px;
    }
    #btn-1-16-gauche {
        top: 500px;
        left: 500px;
    }
    #btn-1-16-droite {
        top: 500px;
        right: 500px;
    }
    #intro-1-16-titre {
        margin-top: 12px;
    }
    #DAH1-archives-1-16-back {
        bottom: 9rem;
    }
}

@media (min-width: 2560px) {
    #DAH1-archives-1-16 h1 {
        margin-top: 105px;
    }
    #DAH1-archives-1-16 h3 {
        top: 95px;
        right: 355px;
    }
    #intro-1-16-youtube {
        margin-top: 140px;
        margin-left: 900px;
    }
    #btn-1-16-gauche {
        top: 600px;
        left: 550px;
    }
    #btn-1-16-droite {
        top: 600px;
        right: 550px;
    }
    #intro-1-16-titre {
        margin-top: 135px;
    }
    #DAH1-archives-1-16-back {
        bottom: 7.3rem;
    }
}

@media (min-width: 2560px) and (display-mode: fullscreen) {
    #DAH1-archives-1-16 h1 {
        margin-top: 185px;
    }
    #DAH1-archives-1-16 h3 {
        top: 175px;
        right: 355px;
    }
    #intro-1-16-youtube {
        margin-top: 140px;
        margin-left: 900px;
    }
    #btn-1-16-gauche {
        top: 650px;
        left: 600px;
    }
    #btn-1-16-droite {
        top: 650px;
        right: 600px;
    }
    #intro-1-16-titre {
        margin-top: 135px;
    }
    #DAH1-archives-1-16-back {
        bottom: 12.5rem;
    }
}

/* 17 */

#DAH1-archives-1-17 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/BG.png");
    background-size: cover;
    width: 100vw;
    height: 100%;
    color: white;
    text-align: justify;
}

#DAH1-archives-1-17-scroll {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
}

#DAH1-archives-1-17-banner img {
    width: 100vw;
}

#DAH1-archives-1-17-intro {
    margin-top: -1200px;
    width: 1200px;
    font-family: DomCasualD;
    font-style: italic;
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

#DAH1-archives-1-17 h2 {
    margin-top: 150px;
    font-family: sfcomic;
    font-size: 42px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: yellow;
}

#DAH1-archives-1-17-text {
    margin-top: 50px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    font-size: 1.2em;
}

#DAH1-archives-1-17-logo {
    margin-top: 50px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#DAH1-archives-1-17-logo img {
    width: 100%;
}

#DAH1-archives-1-17-BG {
    margin-top: 50px;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/BG.png");
    background-size: contain;
    width: 100vw;
    height: 7500px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 2%, black 100%, transparent 100%);
}

#DAH1-archives-1-17-page {
    margin-top: -50px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-image-1 {
    margin-top: 150px;
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/1.png");
    background-size: cover;
    width: 300px;
    height: 300px;
}

#DAH1-archives-1-17-page-texte-1 {
    padding-top: 150px;
    font-family: Verdana;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-2 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/2.png");
    background-size: cover;
    width: 300px;
    height: 300px;
    margin-top: 50px;
}

#DAH1-archives-1-17-page-texte-2 {
    margin-top: 50px;
    font-family: Verdana;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-texte-3 {
    margin-top: 50px;
    font-family: Verdana;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-3 {
    width: 1200px;
    margin-top: 50px;
    margin-left: -50px;
}

#DAH1-archives-1-17-page-image-3 ul li {
    display: inline-block;
    margin-right: 25px;
}

#DAH1-archives-1-17-page-image-3 ul li img {
    width: 540px;
    height: 400px;
    box-shadow: 5px 5px 10px black;
}

/* fin page 1 */

#DAH1-archives-1-17-page-2 {
    margin-top: 80px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-2 h2 {
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-4 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/5.png");
    background-size: cover;
    width: 400px;
    height: 400px;
    margin-top: 50px;
}

#DAH1-archives-1-17-page-texte-4 {
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-texte-5 {
    margin-top: 150px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
}

#DAH1-archives-1-17-page-texte-6 {
    margin-top: 150px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-image-5 {
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/6.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1200px;
    height: 830px;
    margin-top: 50px;
}

/* fin page 2 */

#DAH1-archives-1-17-page-3 {
    margin-top: 300px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-3 h2 {
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-texte-7 {
    margin-top: 300px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-image-6 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/7.png");
    background-size: contain;
    width: 300px;
    height: 225px;
    margin-top: 20px;
    margin-right: 30px;
    box-shadow: 5px 5px 10px black;
}

#DAH1-archives-1-17-page-texte-8 {
    margin-top: 80px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
    margin-bottom: 120px;
}

#DAH1-archives-1-17-page-image-7 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/8.png");
    background-size: contain;
    width: 300px;
    height: 225px;
    margin-top: 20px;
    margin-right: 30px;
    box-shadow: 5px 5px 10px black;
}

#DAH1-archives-1-17-page-texte-9 {
    margin-top: 100px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
    margin-bottom: 140px;
}

#DAH1-archives-1-17-page-texte-10 {
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-texte-11 {
    margin-top: 30px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
}

#DAH1-archives-1-17-page-image-8 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/9.png");
    background-size: cover;
    width: 450px;
    height: 400px;
    margin-left: 30px;
    box-shadow: 5px 5px 10px black;
}

/* fin page 3 */

#DAH1-archives-1-17-page-4 {
    margin-top: 50px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-4 h2 {
    margin-top: 100px;
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-texte-12 {
    margin-top: 550px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-texte-13 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-image-133 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/26.png");
    background-size: contain;
    width: 450px;
    height: 260px;
    margin-top: 20px;
    margin-right: 30px;
    box-shadow: 5px 5px 10px black;
}

#DAH1-archives-1-17-page-texte-142 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 500px;
    font-style: italic;
    font-family: DomCasualD;
}

#DAH1-archives-1-17-page-image-142 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/27.png");
    background-size: contain;
    width: 550px;
    height: 260px;
    margin-top: -220px;
}

#DAH1-archives-1-17-page-texte-143 {
    margin-top: 80px;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 1100px;
    font-size: 1.2em;
}

#DAH1-archives-1-17-page-img-144 {
    width: 1200px;
    margin-top: 50px;
    margin-left: -65px;
    text-align: center;
    align-items: center;
}

#DAH1-archives-1-17-page-img-144 ul li {
    display: inline-block;
    margin-right: 10px;
}

#DAH1-archives-1-17-page-img-144 ul li img {
    object-fit: cover;
    width: 540px;
    height: 540px;
    box-shadow: 3px 1px 1px black;
    border-radius: 10px;
}

#DAH1-archives-1-17-page-texte-144 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 1100px;
    font-style: italic;
    font-family: DomCasualD;
}

#DAH1-archives-1-17-page-image-10 {
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/10.png");
    background-size: cover;
    width: 1100px;
    height: 290px;
    margin-top: 20px;
}

#DAH1-archives-1-17-page-texte-145 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 500px;
}

#DAH1-archives-1-17-page-texte-146 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 500px;
    font-style: italic;
    font-family: DomCasualD;
}

#DAH1-archives-1-17-page-image-145 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/30.png");
    background-size: contain;
    width: 550px;
    height: 800px;
    margin-top: -670px;
    margin-right: 20px;
}

#DAH1-archives-1-17-page-texte-147 {
    margin-top: 180px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 1100px;
}

#DAH1-archives-1-17-page-texte-14 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
}

#DAH1-archives-1-17-page-image-11 {
    width: 1200px;
    margin-top: 50px;
    margin-left: -50px;
}

#DAH1-archives-1-17-page-image-11 ul li {
    display: inline-block;
    margin-right: 10px;
}

#DAH1-archives-1-17-page-image-11 ul li img {
    object-fit: cover;
    width: 210px;
    height: 210px;
    box-shadow: 3px 1px 1px black;
    border-radius: 10px;
}

#DAH1-archives-1-17-page-image-11 ul li img:hover {
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#DAH1-archives-1-17-page-texte-15 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-image-151 {
    width: 1200px;
    margin-top: 50px;
    margin-left: -30px;
}

#DAH1-archives-1-17-page-image-151 ul li {
    display: inline-block;
    margin-right: 10px;
}

#DAH1-archives-1-17-page-image-151 ul li img {
    object-fit: cover;
    width: 350px;
    height: 350px;
    box-shadow: 3px 1px 1px black;
    border-radius: 10px;
}

#DAH1-archives-1-17-page-texte-152 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-image-152 {
    width: 1200px;
    margin-top: 50px;
    margin-left: -15px;
}

#DAH1-archives-1-17-page-image-152 ul li {
    display: inline-block;
    margin-right: 10px;
}

#DAH1-archives-1-17-page-image-152 ul li img {
    object-fit: cover;
    width: 520px;
    height: 520px;
    box-shadow: 3px 1px 1px black;
    border-radius: 10px;
}

#DAH1-archives-1-17-page-image-11-show {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

#DAH1-archives-1-17-page-image-11-show-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;            
    height: 100vh;
}

#DAH1-archives-1-17-page-image-11-show-picture {
    max-height: 700px;
    max-width: 900px;
    width: auto;
    height: auto;
    box-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-11-texte {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    z-index: 12;
}

#DAH1-archives-1-17-page-image-11-show-precedent {
    position: fixed;
    top: 40%;
    left: 20%;
}

#DAH1-archives-1-17-page-image-11-show-precedent:hover {
    cursor: pointer;
}

#DAH1-archives-1-17-page-image-11-show-suivant {
    position: fixed;
    top: 40%;
    right: 20%;
}

#DAH1-archives-1-17-page-image-11-show-suivant:hover {
    cursor: pointer;
}

#DAH1-archives-1-17-page-image-11-show-fermer {
    position: fixed;
    top: 10%;
    right: 10%;
}

#DAH1-archives-1-17-page-image-11-show-fermer:hover {
    cursor: pointer;
}

/* nouvelle */

#DAH1-archives-1-17-page-5-0 {
    margin-top: 4600px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-5-0 h2 {
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-200 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/36.png");
    background-size: contain;
    width: 400px;
    height: 500px;
    margin-top: 10px;
    margin-right: 20px;
}

#DAH1-archives-1-17-page-texte-200 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-texte-201 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-texte-202 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
    width: 600px;
}

#DAH1-archives-1-17-page-image-201 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/37.png");
    background-size: cover;
    width: 420px;
    height: 320px;
    margin-top: -280px;
    margin-right: 20px;
}

#DAH1-archives-1-17-page-image-202 {
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/38.png");
    background-size: cover;
    width: 1100px;
    height: 4200px;
    margin-top: 100px;
    margin-left: 0px;
}

#DAH1-archives-1-17-page-image-203 {
    width: 1200px;
    margin-top: 50px;
    margin-left: 5px;
}

#DAH1-archives-1-17-page-image-203 ul li {
    display: inline-block;
    margin-right: 10px;
}

#DAH1-archives-1-17-page-image-203 ul li img {
    object-fit: contain;
    width: 500px;
    height: 500px;
}

#DAH1-archives-1-17-page-texte-203 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

/* fin nouvelle */

/* video */

#DAH1-archives-1-17-video {
    margin: auto;
    width: 500px;
    height: 500px;
    margin-top: 150px;
    margin-left: 600px;
}

#DAH1-archives-1-17-video-yipee {
    min-width: 100%;
    min-height: 100%;
}

@media all and (min-width: 2560px) {
    #DAH1-archives-1-17-video {
        margin: auto;
        width: 500px;
        height: 500px;
        margin-top: 150px;
        margin-left: 950px;
    }
}

/* nouvelle 2 */

#DAH1-archives-1-17-page-5-1 {
    margin-top: 5400px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-5-1 h2 {
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-300 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/2.png");
    background-size: cover;
    width: 400px;
    height: 400px;
    margin-top: -40px;
}

#DAH1-archives-1-17-page-texte-300 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 800px;
}

#DAH1-archives-1-17-page-texte-301 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
    width: 1100px;
}

#DAH1-archives-1-17-page-image-301 {
    float: left;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/43.png");
    background-size: cover;
    width: 300px;
    height: 300px;
    margin-top: 20px;
    margin-right: 20px;
}

#DAH1-archives-1-17-page-texte-302 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 1100px;
}

#DAH1-archives-1-17-page-texte-303 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
}

/* nouvelle 3 */

#DAH1-archives-1-17-page-5-2 {
    margin-top: -150px;
    width: 1200px;
    height: 2400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-5-2 h2 {
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-texte-400 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 650px;
}

#DAH1-archives-1-17-page-image-400 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/44.png");
    background-size: cover;
    width: 400px;
    height: 400px;
    margin-top: -185px;
    margin-left: 45px;
}

#DAH1-archives-1-17-page-texte-401 {
    margin-top: 40px;
    text-shadow: 3px 1px 1px black;
    font-size: 1.5em;
    font-family: DomCasualD;
    font-style: italic;
    width: 650px;
}

#DAH1-archives-1-17-page-texte-402 {
    margin-top: 40px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 1100px;
}

#DAH1-archives-1-17-page-image-401 {
    width: 1200px;
    margin-top: 50px;
    margin-left: -30px;
}

#DAH1-archives-1-17-page-image-401 ul li {
    display: inline-block;
    margin-right: 10px;
}

#DAH1-archives-1-17-page-image-401 ul li img {
    object-fit: contain;
    width: 350px;
    height: 350px;
}

#DAH1-archives-1-17-page-texte-403 {
    margin-top: 40px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
    width: 1100px;
}

#DAH1-archives-1-17-page-texte-404 {
    margin-top: 40px;
    text-shadow: 3px 1px 1px black;
    font-size: 1.5em;
    font-family: DomCasualD;
    font-style: italic;
    width: 1100px;
}

#DAH1-archives-1-17-page-texte-405 {
    margin-top: 40px;
    font-size: 3em;
    text-shadow: 3px 1px 1px black;
    font-family: Godzilla;
    color: yellow;
    width: 1100px;
    text-align: center;
}

#DAH1-archives-1-17-page-texte-406 {
    margin-top: 40px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
    width: 1100px;
}

#DAH1-archives-1-17-page-image-402 {
    background-image: url("../SRC/5_DAH1/4-CHARACTERS/28-Cow/Cow1.png");
    background-size: cover;
    width: 400px;
    height: 500px;
    margin-top: 25px;
    margin-left: 400px;
}

/* fin page 4 */

#DAH1-archives-1-17-page-5 {
    margin-top: 5850px;
    width: 1200px;
    height: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#DAH1-archives-1-17-page-5 h2 {
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-page-image-12 {
    float: right;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/17-BeforeDestroyAllHumans/2.png");
    background-size: cover;
    width: 400px;
    height: 350px;
    margin-top: 0px;
    margin-left: 30px;
}

#DAH1-archives-1-17-page-texte-16 {
    margin-top: 50px;
    font-size: 1.2em;
    text-shadow: 3px 1px 1px black;
    font-family: Verdana;
}

#DAH1-archives-1-17-page-texte-17 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
}

#DAH1-archives-1-17-page-texte-18 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
}

#DAH1-archives-1-17-page-texte-19 {
    margin-top: 50px;
    font-size: 1.5em;
    text-shadow: 3px 1px 1px black;
    font-family: DomCasualD;
    font-style: italic;
    color: red;
}

#DAH1-archives-1-17-page-texte-20 {
    margin-top: 50px;
    font-size: 3em;
    text-shadow: 3px 1px 1px black;
    font-family: sfcomic;
    font-style: italic;
    text-align: center;
}

#DAH1-archives-1-17-page-image-13 {
    background-image: url("../SRC/5_DAH1/4-CHARACTERS/28-Cow/Cow1.png");
    background-size: cover;
    width: 400px;
    height: 500px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#DAH1-archives-1-17-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
    text-shadow: 3px 1px 1px black;
}

#DAH1-archives-1-17-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Developer Darwinism 10 : Music from outer space */

#DAH1-archives-1-10 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/10-MusicFromOuterSpace/BG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-10-scroll {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-1-10-picture {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-1-10-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 3200px;
    text-align: justify;
}

#DAH1-archives-1-10-texte-2{
    margin-top: 50px;
    text-align: left;
    width: 900px;
}

#DAH1-archives-1-10-texte-3{
    margin-top: 80px;
    width: 1200px;
    float: right;
    font-family: verdana;
    text-align: justify;
}

#DAH1-archives-1-10-texte-3 img{
    float: right;
    margin-top: -30px;
    padding-right: 20px;
    width: 320px;
}

#DAH1-archives-1-10-texte-4{
    float: left;
    margin-top: 25px;
    width: 1200px;
}

#DAH1-archives-1-10-texte-5{
    float: left;
    margin-top: 80px;
    width: 1200px;
}

#DAH1-archives-1-10-texte-6{
    float: left;
    margin-top: 45px;
    width: 1200px;
}

#DAH1-archives-1-10-gal-6{
    float: left;
    margin-top: 40px;
    width: 1200px;
    margin-left: -20px;
}

#DAH1-archives-1-10-gal-6 ul li{
    display: inline-block;
    padding-bottom: 7px;
}

#DAH1-archives-1-10-gal-6 ul li img{
    width: 380px;
}

#DAH1-archives-1-10-texte-8{
    float: left;
    width: 1200px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-8 img{
    float: left;
    width: 400px;
    padding-right: 20px;
}

#DAH1-archives-1-10-texte-9{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-10{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-10 img{
    float: right;
    padding-right: 20px;
    width: 450px;
}

#DAH1-archives-1-10-texte-11{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-12{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-12 img{
    float: left;
    padding-right: 20px;
    width: 400px;
}

#DAH1-archives-1-10-texte-13{
    float: left;
    width: 1200px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-14{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-gal-7{
    float: left;
    margin-top: 40px;
    width: 1200px;
    margin-left: -15px;
}

#DAH1-archives-1-10-gal-7 ul li{
    display: inline-block;
}

#DAH1-archives-1-10-gal-7 ul li img{
    width: 280px;
}

#DAH1-archives-1-10-texte-16{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-16 img{
    float: right;
    margin-left: 20px;
    width: 320px;
}

#DAH1-archives-1-10-texte-17{
    float: left;
    margin-top: 50px;
    width: 1170px;
}

#DAH1-archives-1-10-texte-17 img{
    float: left;
    margin-right: 20px;
    width: 250px;
}

#DAH1-archives-1-10-texte-18{
    float: left;
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-10-texte-19{
    float: left;
    margin-top: 50px;
    width: 1170px;
}

#DAH1-archives-1-10-texte-19 a{
    color: yellow;
}

#DAH1-archives-1-10-texte-19 a:visited{
    color: orange;
}

#DAH1-archives-1-10-texte-15{
    float: left;
    width: 1200px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-15 img{
    float: left;
    padding-right: 20px;
    width: 400px;
}

#DAH1-archives-1-10-texte-15 a{
    color: yellow;
}

#DAH1-archives-1-10-texte-15 a:visited {
    color: orange;
}

#DAH1-archives-1-10-texte-20{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-20 img{
    float: right;
    margin-left: 20px;
    width: 450px;
}

#DAH1-archives-1-10-texte-21{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-21 img{
    float: left;
    margin-right: 20px;
    width: 450px;
}

#DAH1-archives-1-10-texte-22{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-23{
    float: left;
    width: 1170px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-23 img{
    float: right;
    margin-left: 20px;
    width: 400px;
}

#DAH1-archives-1-10-texte-24{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-24 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-25{
    float: left;
    width: 1170px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-26{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-26 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-27{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-27 img{
    float: right;
    margin-left: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-28{
    float: left;
    width: 1170px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-28 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-29{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-29 img{
    float: right;
    margin-left: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-30{
    float: left;
    width: 1170px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-30 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-31{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-32{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-32 img{
    float: right;
    margin-left: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-33{
    float: left;
    width: 1170px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-33 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-34{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-34 img{
    float: right;
    margin-left: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-35{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-36{
    float: left;
    width: 1170px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-36 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-37{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-38{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-38 img{
    float: left;
    margin-right: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-39{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-39 img{
    float: right;
    margin-left: 20px;
    width: 350px;
}

#DAH1-archives-1-10-texte-40{
    float: left;
    width: 1200px;
    margin-top: 50px;
    font-size: 1.2em;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-41{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-42{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-43{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-44{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-44 ul{
    float: left;
    margin: 5px;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-44 img{
    float: left;
    margin-right: 20px;
    width: 200px;
}

#DAH1-archives-1-10-texte-45{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-45 ul{
    float: left;
    margin-left: 0px;
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-10-texte-45 img{
    float: left;
    margin-right: 20px;
    width: 200px;
}

#DAH1-archives-1-10-texte-46{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-46 img{
    float: left;
    margin-right: 20px;
    width: 550px;
}

#DAH1-archives-1-10-texte-47{
    float: left;
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-1-10-texte-49{
    float: left;
    width: 1200px;
    margin-top: 10px;
}

#DAH1-archives-1-10-texte-49 table{
    margin-top: 25px;
    text-align: center;
    font-family: DomCasualDItalic;
    width: 1200px;
}

#DAH1-archives-1-10-texte-49 table tr td{
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin: 0;
    height: 60px;
}

#DAH1-archives-1-10-texte-49 table tr td audio{
    width: 200px;
}

.DAH1-archives-1-10-texte-15-i {
    font-style: italic;
}

#DAH1-archives-1-10-texte-50{
    float: left;
    width: 1200px;
    margin-top: 80px;
}

#DAH1-archives-1-10-texte-51{
    float: left;
    width: 1200px;
    margin-top: 40px;
}

#DAH1-archives-1-10-texte-51 a{
    color: yellow;
}

#DAH1-archives-1-10-texte-51 a:visited{
    color: orange;
}

#DAH1-archives-1-10-texte-52{
    float: left;
    width: 1200px;
    margin-top: 50px;
    text-align: center;
    color: aqua;
}

#DAH1-archives-1-10-texte-54{
    float: left;
    width: 1200px;
    margin-top: 40px;
    color: yellow;
    font-family: DomCasualDItalic;
    font-size: 2em;
    text-align: center;
}

#DAH1-archives-1-10-texte-55{
    float: left;
    width: 1200px;
    margin-top: 80px;
}

#DAH1-archives-1-10-texte-56{
    float: left;
    width: 1200px;
    margin-top: 80px;
}

@keyframes spin2 { 
    100% { -moz-transform: rotate(-360deg); } 
}

#DAH1-archives-1-10-texte-53 {
    margin-top: -400px;
    margin-left: 395px
}

#DAH1-archives-1-10-texte-53 img {
    width: 400px;
    animation: spin2 12s linear infinite;
}

#DAH1-archives-1-10-texte-57{
    float: left;
    width: 1200px;
    margin-top: 80px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 10px 0px 10px;
    background-color: rgba(128, 128, 128, 0.575);
    font-family: bankGothicMedium;
    padding: 5px;
}

#DAH1-archives-1-10-texte-57:hover{
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.822);
}

#DAH1-archives-1-10-texte-57-2{
    float: left;
    width: 1200px;
    margin-top: 20px;
}

#DAH1-archives-1-10-texte-57-2 ul{
    margin: 0;
    padding: 0;
}

#DAH1-archives-1-10-texte-57-2 ul li{
    display: inline;
    list-style: none;
}

#DAH1-archives-1-10-texte-57-2 img{
    width: 193px;
}

#DAH1-archives-1-10-texte-57-2 img:hover{
    cursor: pointer;
}

#DAH1-archives-1-10-texte-58{
    float: left;
    width: 1200px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 10px 0px 10px;
    background-color: rgba(128, 128, 128, 0.575);
    font-family: bankGothicMedium;
    padding: 5px;
}

#DAH1-archives-1-10-texte-58:hover{
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.822);
}

#DAH1-archives-1-10-texte-58-2{
    float: left;
    width: 1200px;
    margin-top: 20px;
}

#DAH1-archives-1-10-texte-58-2 ul{
    margin: 0;
    padding: 0;
}

#DAH1-archives-1-10-texte-58-2 ul li{
    display: inline;
    list-style: none;
}

#DAH1-archives-1-10-texte-58-2 img{
    width: 193px;
}

#DAH1-archives-1-10-texte-58-2 img:hover{
    cursor: pointer;
}

#DAH1-archives-1-10-texte-59{
    float: left;
    width: 1200px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 10px 0px 10px;
    background-color: rgba(128, 128, 128, 0.575);
    font-family: bankGothicMedium;
    padding: 5px;
}

#DAH1-archives-1-10-texte-59:hover{
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.822);
}

#DAH1-archives-1-10-texte-59-2{
    float: left;
    width: 1200px;
    margin-top: 20px;
}

#DAH1-archives-1-10-texte-59-2 ul{
    margin: 0;
    padding: 0;
}

#DAH1-archives-1-10-texte-59-2 ul li{
    display: inline;
    list-style: none;
}

#DAH1-archives-1-10-texte-59-2 img{
    width: 193px;
}

#DAH1-archives-1-10-texte-59-2 img:hover{
    cursor: pointer;
}

#DAH1-archives-1-10-texte-60{
    float: left;
    width: 1200px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 10px 0px 10px;
    background-color: rgba(128, 128, 128, 0.575);
    font-family: bankGothicMedium;
    padding: 5px;
}

#DAH1-archives-1-10-texte-60:hover{
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.822);
}

#DAH1-archives-1-10-texte-60-2{
    float: left;
    width: 1200px;
    margin-top: 20px;
}

#DAH1-archives-1-10-texte-60-2 ul{
    margin: 0;
    padding: 0;
}

#DAH1-archives-1-10-texte-60-2 ul li{
    display: inline;
    list-style: none;
}

#DAH1-archives-1-10-texte-60-2 img{
    width: 193px;
}

#DAH1-archives-1-10-texte-60-2 img:hover{
    cursor: pointer;
}

#DAH1-archives-1-10-texte-61{
    float: left;
    width: 1200px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 10px 0px 10px;
    background-color: rgba(128, 128, 128, 0.575);
    font-family: bankGothicMedium;
    padding: 5px;
}

#DAH1-archives-1-10-texte-61:hover{
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.822);
}

#DAH1-archives-1-10-texte-61-2{
    float: left;
    width: 1200px;
    margin-top: 20px;
}

#DAH1-archives-1-10-texte-61-2 ul{
    margin: 0;
    padding: 0;
}

#DAH1-archives-1-10-texte-61-2 ul li{
    display: inline;
    list-style: none;
}

#DAH1-archives-1-10-texte-61-2 img{
    width: 193px;
}

#DAH1-archives-1-10-texte-61-2 img:hover{
    cursor: pointer;
}

#DAH1-archives-1-10-texte-62{
    float: left;
    width: 1200px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 10px 0px 10px;
    background-color: rgba(128, 128, 128, 0.575);
    font-family: bankGothicMedium;
    padding: 5px;
}

#DAH1-archives-1-10-texte-62:hover{
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.822);
}

#DAH1-archives-1-10-texte-62-2{
    float: left;
    width: 1200px;
    margin-top: 20px;
}

#DAH1-archives-1-10-texte-62-2 ul{
    margin: 0;
    padding: 0;
}

#DAH1-archives-1-10-texte-62-2 ul li{
    display: inline;
    list-style: none;
}

#DAH1-archives-1-10-texte-62-2 img{
    width: 193px;
}

#DAH1-archives-1-10-texte-62-2 img:hover{
    cursor: pointer;
}

#DAH1-archives-1-10-texte-63{
    float: left;
    width: 1200px;
    margin-top: 80px;
}

#DAH1-archives-1-10-texte-67{
    float: left;
    width: 1200px;
    margin-top: 40px;
}

#DAH1-archives-1-10-texte-67 audio{
    width: 1200px;
    margin-bottom: 50px;
}

#DAH1-archives-1-10-texte-67 img{
    width: 400px;
    animation: spin2 12s linear infinite;
    margin-bottom: 50px;
    margin-left: 390px;
}

.txt-right {
    text-align: right;
    margin-top: -25px;
    margin-right: 15px;
}

#DAH1-archives-1-10-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-10-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* # JAPAN # */

#DAH1-archives-1-11{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/11-TheJapaneseVersionOfDAH/PageBG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-11-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-1-11-picture {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-1-11-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100%;
}

#DAH1-archives-1-11-texte-2{
    margin-top: 50px;
    text-align: left;
    width: 900px;
}

#DAH1-archives-1-11-texte-2 img{
    float: right;
    width: 350px;
    margin-right: -375px;
    margin-top: -500px;
}

#DAH1-archives-1-11-texte-3{
    margin-top: 50px;
    margin-left: -70px;
    width: 1500px;
}

#DAH1-archives-1-11-texte-3 img{
    width: 350px;
}

#DAH1-archives-1-11-texte-4{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-4 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-1-11-texte-5{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-6{
    width: 1300px;
}

#DAH1-archives-1-11-texte-6 img{
    margin-top: 50px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

#DAH1-archives-1-11-texte-7{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-8{
    width: 1300px;
}

#DAH1-archives-1-11-texte-8 img{
    margin-top: 50px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

#DAH1-archives-1-11-texte-9{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-10{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-10 img{
    width: 600px;
    margin-left: 25%;
}

#DAH1-archives-1-11-texte-11{
    margin-top: 50px;
    width: 1300px;
}

#DAH1-archives-1-11-texte-11 img{
    width: 600px;
}

#DAH1-archives-1-11-texte-12{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-13{
    margin-top: 50px;
    width: 1200px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#DAH1-archives-1-11-texte-13 ul{
    list-style-type: none;
    font-size: 22px;
}

#DAH1-archives-1-11-texte-13 li{
    margin-top: 5px;
}

#DAH1-archives-1-11-texte-13 img{
    width: 125px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

#DAH1-archives-1-11-texte-13 img:hover{
    width: 125px;
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 1);
    cursor: pointer;
}

.DAH1-archives-1-11-texte-13-end{
    margin-top: 5px;
    font-size: 20px;
    text-decoration: underline;
}

#DAH1-archives-1-11-texte-13-name{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: bankGothicMedium;
    color: var(--yellow);
}

#DAH1-archives-1-11-texte-14{
    margin-top: 60px;
    width: 1200px;
}

.DAH1-archives-1-11-texte-14-tab3{
   width: 325px;
}

#DAH1-archives-1-11-texte-14 table tr td{
    text-align: center;
}

#DAH1-archives-1-11-texte-14 img{
    width: 350px;
}

#DAH1-archives-1-11-texte-15{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-15 img{
    width: 575px;
    margin-left: 0px;
}

.DAH1-archives-1-11-texte-15-gamera{
    margin-top: 0px;
    float: right;
    margin: 5px;
}

#DAH1-archives-1-11-texte-15-img{
    margin-top: 50px;
    margin-left: -75px;
    width: 1500px;
}

#DAH1-archives-1-11-texte-15-img img{
    width: 350px;
    margin-left: 1px;
}

#DAH1-archives-1-11-texte-16{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-16 iframe{
    width: 600px;
    margin-left: 25%;
}

.DAH1-archives-1-11-texte-16-pouet{
    width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.DAH1-archives-1-11-texte-16-pouet table{
    width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.DAH1-archives-1-11-texte-16-pouet td{
    width: 600px;
}

.DAH1-archives-1-11-texte-16-pouet-pouet{
    font-family: DomCasualDItalic;
}

#DAH1-archives-1-11-texte-17{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-11-texte-17 iframe{
    width: 600px;
    margin-left: 25%;
}

#DAH1-archives-1-11-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-11-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

#DAH1-archives-1-11-texte-18{
    margin-top: 100px;
    width: 1200px;
}

.DAH1-archives-1-11-texte-18-cont{
    margin-top: 50px;
    margin-left: 150px;
    width: 1200px;
    height: 400px;
}

.DAH1-archives-1-11-texte-18-gauche {
    margin-top: 50px;
    width: 600px;
}

.DAH1-archives-1-11-texte-18-gauche img {
    width: 300px;
}

.DAH1-archives-1-11-texte-18-droite {
    margin-top: -350px;
    margin-left: 25px;
    width: 600px;
}

#DAH1-archives-1-11-texte-19 {
    width: 600px;
    height: 1200px;
    margin-top: 100px;
}

#DAH1-archives-1-11-texte-19 ul {
    width: 400px;
    list-style: none;
    margin-left: -120px;
}

.creditjpespace {
    height: 30px;
}

.creditul2 {
    margin-left: 350px;
    margin-top: -1023px;
}

.creditul3 {
    margin-left: 750px;
    margin-top: -1016px;
}

.creditul4 {
    margin-left: 1120px;
    margin-top: -1182px;
}

.super-pouet {
    font-family: DomCasualDItalic;
    color: var(--yellow);
    font-size: 30px;
}

/* # RUSSIAN # */

#DAH1-archives-1-12{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/12-TheRussianVersionOfDAH/PageBG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-12-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-1-12-picture {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-1-12-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100%;
}

#DAH1-archives-1-12-texte-2{
    margin-top: 50px;
    text-align: left;
    width: 900px;
}

#DAH1-archives-1-12-texte-2 img{
    float: right;
    width: 300px;
    margin-right: -375px;
    margin-top: -400px;
}

#DAH1-archives-1-12-texte-3{
    margin-top: 100px;
    width: 1200px;
}

#DAH1-archives-1-12-texte-3 img{
    width: 1200px;
    border-radius: 8%;
}

#DAH1-archives-1-12-texte-4{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-12-texte-4 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-1-12-texte-5{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-12-texte-5 img{
    width: 600px;
}

#DAH1-archives-1-12-texte-6{
    margin-top: 75px;
    width: 1200px;
}

#DAH1-archives-1-12-texte-6 table{
    margin-top: 50px;
}

#DAH1-archives-1-12-texte-6 img{
    width: 550px;
}

#DAH1-archives-1-12-texte-7{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-12-texte-7 table{
    margin-top: 50px;
    margin-left: -25px;
}

#DAH1-archives-1-12-texte-7 img{
    width: 265px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

#DAH1-archives-1-12-texte-7 img:hover{
    width: 265px;
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 1);
    cursor: pointer;
}

#DAH1-archives-1-12-texte-8{
    width: 1200px;
    margin-top: 50px;
    text-align: center;
}

#DAH1-archives-1-12-texte-9{
    width: 1200px;
    margin-top: 50px;
    text-align: center;
    color: red;
}

#DAH1-archives-1-12-texte-10{
    width: 1200px;
    height: 100px;
    margin-top: 50px;
    text-align: center;
}

#DAH1-archives-1-12-texte-10 a{
    color: var(--yellow);
    text-decoration: none;
}

#DAH1-archives-1-12-texte-10 a:hover{
    text-decoration: underline;
}

#DAH1-archives-1-12-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-12-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* # GERMAN # */

#DAH1-archives-1-13{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/13-TheGermanVersionOfDAH/PageBG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-13-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-1-13-picture {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-1-13-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 3200px;
}

#DAH1-archives-1-13-texte-2{
    margin-top: 50px;
    text-align: left;
    width: 900px;
}

#DAH1-archives-1-13-texte-2 img{
    float: right;
    width: 300px;
    margin-right: -375px;
    margin-top: -400px;
}

#DAH1-archives-1-13-texte-3{
    margin-top: 100px;
    width: 1200px;
}

#DAH1-archives-1-13-texte-3 img{
    width: 1200px;
    border-radius: 8%;
}

#DAH1-archives-1-13-texte-4{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-13-texte-4 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-1-13-texte-5{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-13-texte-5 img{
    width: 600px;
}

#DAH1-archives-1-13-texte-6{
    margin-top: 75px;
    width: 1200px;
}

#DAH1-archives-1-13-texte-6 ul{
    list-style: none;
    margin-left: -40px;
}

#DAH1-archives-1-13-texte-6 img{
    width: 550px;
}

.DAH1-archives-1-13-texte-6-list{
    margin-top: 75px;
}

.DAH1-archives-1-13-texte-6-list2{
    margin-left: 300px;
    margin-top: -732px;
}

#DAH1-archives-1-13-texte-6-list-end{
    margin-top: 150px;
}

#DAH1-archives-1-13-texte-7{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-1-13-texte-7 table{
    margin-top: 50px;
    margin-left: -25px;
}

#DAH1-archives-1-13-texte-7 img{
    width: 265px;
}

#DAH1-archives-1-13-texte-8{
    width: 1200px;
    margin-top: 50px;
    text-align: center;
}

#DAH1-archives-1-13-texte-9{
    width: 1200px;
    margin-top: 50px;
    text-align: center;
    color: red;
}

#DAH1-archives-1-13-texte-10{
    width: 1200px;
    height: 100px;
    margin-top: 50px;
    text-align: center;
}

#DAH1-archives-1-13-texte-10 a{
    color: var(--yellow);
    text-decoration: none;
}

#DAH1-archives-1-13-texte-10 a:hover{
    text-decoration: underline;
}

#DAH1-archives-1-13-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-13-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* # GOOFY RECORDINGS # */

#DAH1-archives-1-15{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/15-GoofyRecordings/GVObg.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-1-15-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-1-15-picture {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

#DAH1-archives-1-15-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 2400px;
}

#DAH1-archives-1-15-texte img{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

#DAH1-archives-1-15-texte img:hover{
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 1);
    cursor: pointer;
}

#DAH1-archives-1-15-texte-8{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-15-texte-9{
    margin-top: 50px;
    width: 1200px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#DAH1-archives-1-15-texte-9 img{
    width: 125px;
}

#DAH1-archives-1-15-texte-10-name{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: bankGothicMedium;
    color: var(--yellow);
}

#DAH1-archives-1-15-texte-11{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-15-texte-11 audio{
    width: 1200px;
}

#DAH1-archives-1-15-texte-12{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-15-texte-13{
    margin-top: 50px;
    width: 1200px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#DAH1-archives-1-15-texte-13 img{
    width: 125px;
}

#DAH1-archives-1-15-texte-13-name{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: bankGothicMedium;
    color: var(--yellow);
}

#DAH1-archives-1-15-texte-14{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-15-texte-14 audio{
    width: 1200px;
}

#DAH1-archives-1-15-texte-15{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-15-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-15-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

#DAH1-archives-1-15-texte-16{
    margin-top: 50px;
    width: 1200px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#DAH1-archives-1-15-texte-16 img{
    width: 125px;
}

#DAH1-archives-1-15-texte-17-name{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: bankGothicMedium;
    color: var(--yellow);
}

#DAH1-archives-1-15-texte-18{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-1-15-texte-18 audio{
    width: 1200px;
}

/* #PROPAGANDA# */

/* # Propaganda 3 - 1 : Evolution of the Destroy All Humans! logo # */

#DAH1-archives-3-1{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/1-EvolutionOfTheLogo/BG.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-1-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-3-1-picture{
    width: 100vw;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-3-1-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 5000px;
}

#DAH1-archives-3-1-texte-2{
    margin-top: 50px;
    text-align: left;
    width: 1200px;
}

#DAH1-archives-3-1-texte-2 img{
    width: 800px;
    margin-left: 15%;
    margin-top: 5%;
}

#DAH1-archives-3-1-texte-3{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-1-texte-3 img{
    width: 1200px;
    border-radius: 8%;
}

#DAH1-archives-3-1-texte-4{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-1-texte-4 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-3-1-texte-5{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-3-1-texte-5 img{
    width: 600px;
}

#DAH1-archives-3-1-texte-6{
    margin-top: 75px;
    width: 1200px;
}

#DAH1-archives-3-1-texte-6 table{
    margin-top: 50px;
}

#DAH1-archives-3-1-texte-6 img{
    width: 550px;
}

#DAH1-archives-3-1-texte-7{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-1-texte-7 table{
    margin-top: 50px;
    margin-left: -25px;
}

#DAH1-archives-3-1-texte-7 img{
    width: 265px;
}

#DAH1-archives-3-1-texte-8{
    width: 1200px;
    margin-top: 50px;
    text-align: center;
}

#DAH1-archives-3-1-texte-8 img{
    width: 400px;
}

#DAH1-archives-3-1-texte-9{
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-3-1-texte-9 img{
    margin-top: 100px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-3-1-texte-10{
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-3-1-texte-10 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-3-1-texte-10 table tr td img{
    margin-left: 0%;
    width: 600px;
}

#DAH1-archives-3-1-texte-11{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-1-texte-11 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-3-1-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-1-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* # Propaganda 3 - 2 : Concepts for Posters # */

.middle
{
    display: flex;
    justify-content: center;
}

#DAH1-archives-3-2{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/1-EvolutionOfTheLogo/BG.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-2-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-3-2-picture{
    width: 100vw;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-3-2-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 5000px;
}

#DAH1-archives-3-2-texte-2{
    margin-top: 50px;
    text-align: left;
    width: 1200px;
}

#DAH1-archives-3-2-texte-2 table{
    margin-top: 50px;
    margin-bottom: 50px;
}

#DAH1-archives-3-2-texte-2 img{
    width: 235px;
    margin-left: 0%;
    margin-top: 5%;
}

#DAH1-archives-3-2-texte-3{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-2-texte-3 table{
    margin-top: 50px;
    margin-bottom: 50px;
}

#DAH1-archives-3-2-texte-3 img{
    width: 235px;
    margin-left: 0%;
}

#DAH1-archives-3-2-texte-3-1{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-2-texte-3-1 table{
    margin-top: 50px;
    margin-bottom: 50px;
}

#DAH1-archives-3-2-texte-3-1 img{
    width: 600px;
    margin-left: 0%;
}

#DAH1-archives-3-2-texte-4{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-2-texte-4 table{
    margin-top: 50px;
}

#DAH1-archives-3-2-texte-4 img{
    width: 600px;
    margin-left: 0%;
}

#DAH1-archives-3-2-texte-5{
    margin-top: 60px;
    width: 1200px;
}

#DAH1-archives-3-2-texte-5 img{
    width: 600px;
    margin-left: 0%;
}

#DAH1-archives-3-2-texte-6{
    margin-top: 75px;
    width: 1200px;
}

#DAH1-archives-3-2-texte-6 table{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#DAH1-archives-3-2-texte-6 img{
    width: 600px;
    height: 750px;
}

#DAH1-archives-3-2-texte-7{
    margin-top: 50px;
    width: 100%;
}

#DAH1-archives-3-2-texte-7 img{
    width: 100%;
}

#DAH1-archives-3-2-texte-7 span{
    text-align: center;
}

#DAH1-archives-3-2-texte-8{
    margin-top: 50px;
}

#DAH1-archives-3-2-texte-8 table{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#DAH1-archives-3-2-texte-8 img{
    width: 600px;
}

#DAH1-archives-3-2-texte-9{
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-3-2-texte-9 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-3-2-texte-10{
    width: 1200px;
    margin-top: 50px;
}

#DAH1-archives-3-2-texte-10 img{
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}

#DAH1-archives-3-2-texte-10 table tr td img{
    margin-left: 0%;
    width: 600px;
}

#DAH1-archives-3-2-texte-11{
    margin-top: 50px;
    width: 1200px;
}

#DAH1-archives-3-2-texte-11 img{
    margin-top: 50px;
    margin-left: 18%;
    margin-bottom: 50px;
    width: 800px;
}

#DAH1-archives-3-2-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-2-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 8 E3 Booth Footages */

#DAH1-archives-3-8 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-8 a {
    text-decoration: none;
}

#intro-honey-3-8 {
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100vh;
    width: 100%;
    animation: animatedBackground 12s linear infinite;
}

#DAH1-archives-3-8 h1 {
    color: yellow;
    text-align: center;
    margin-top: 55px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
}

#DAH1-archives-3-8 h2 {
    color: aqua;
    text-align: center;
    margin-top: 60px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
    font-style: italic;
}

#DAH1-archives-3-8 h3 {
    position: absolute;
    top: 45px;
    right: 265px;
    color: aqua;
    text-align: center;
    font-family: bankGothicMedium;
    font-size: 1.3em;
    font-weight: 100;
    opacity: 0.5;
}

#intro-3-8-youtube {
    margin-top: 60px;
    margin-left: 425px;
    width: 1100px;
    height: 600px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    mask-image: linear-gradient(to bottom, black 80%, transparent 0%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-archives-3-8 ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#DAH1-archives-3-8 ul li {
    display: inline;
    margin: 10px;
}

#DAH1-archives-3-8 ul li img {
    object-fit: cover;
    width: 500px;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
}

#DAH1-archives-3-8 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#DAH1-archives-3-8-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-8-back:hover {
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

@media (min-width: 2560px) {
    #DAH1-archives-3-8 h1 {
        margin-top: 105px;
    }
    #DAH1-archives-3-8 h2 {
        margin-top: -60px;
    }
    #DAH1-archives-3-8 h3 {
        top: 95px;
        right: 350px;
    }
    #intro-3-8-youtube {
        width: 1300px;
        height: 840px;
        margin-top: 200px;
        margin-left: 750px;
    }
    #DAH1-archives-3-8-back {
        bottom: 4rem;
    }
}

/* propaganda 3 - 9 */

#DAH1-archives-3-9 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/1-EvolutionOfTheLogo/BG.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-9-scroll {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-3-9-picture {
    width: 100vw;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
}

#DAH1-archives-3-9-texte {
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 200px;
}

#DAH1-archives-3-9-text-gauche {
    width: 800px;
    margin-top: 50px;
    padding-right: 30px;
}

#DAH1-archives-3-9-text-gauche2 {
    width: 970px;
    margin-top: 20px;
}

#DAH1-archives-3-9-text-droite {
    width: 770px;
    margin-top: 30px;
    margin-left: 430px;
    font-size: 18.4px;
    margin-bottom: 30px;
}

#DAH1-archives-3-9-text-droite2 {
    width: 970px;
    margin-top: 30px;
    margin-left: 240px;
    margin-bottom: 30px;
}

#DAH1-archives-3-9-img-droite img {
    margin-top: -500px;
    width: 400px;
    float: right;
}

#DAH1-archives-3-9-img-droite2 img {
    margin-top: -210px;
    width: 210px;
    float: right;
    margin-bottom: 80px;
}

#DAH1-archives-3-9-img-droite3 img {
    margin-top: -420px;
    width: 410px;
    height: 330px;
    float: right;
}

#DAH1-archives-3-9-img-gauche img {
    margin-top: 30px;
    width: 400px;
    float: left;
}

#DAH1-archives-3-9-img-gauche2 img {
    margin-top: 10px;
    width: 210px;
    float: left;
}

#DAH1-archives-3-9-text-center {
    width: 1200px;
    margin-top: 100px;
}

#DAH1-archives-3-9-text-center2 {
    width: 1200px;
    margin-top: 0px;
}

#DAH1-archives-3-9-img img{
    margin-top: 30px;
    width: 1200px;
}

#DAH1-archives-3-9-text-sous-image{
    width: 1200px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: bankGothicMedium;
}

#DAH1-archives-3-9-text-center ul {
    list-style: none;
    display: flex;
    margin-top: 30px;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 80px;
}

#DAH1-archives-3-9-text-center ul li img {
    width: 210px;
    display: inline;
    margin-right: 120px;
}

#DAH1-archives-3-9-text-center2 ul {
    list-style: none;
    display: flex;
    margin-top: 30px;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

#DAH1-archives-3-9-text-center2 ul li img {
    width: 390px;
    display: inline;
    margin-right: 20px;
}

#DAH1-archives-3-9-text-center3 {
    width: 1200px;
    margin-top: 40px;
}

#DAH1-archives-3-9-text-center3 ul {
    list-style: none;
    display: flex;
    margin-top: 30px;
    padding: 0;
    height: 300px;
    margin-left: 240px;
}

#DAH1-archives-3-9-text-center3 ul li img {
    width: 350px;
    display: inline;
    margin-right: 20px;
}

#DAH1-archives-3-9-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-9-back:hover {
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 10 */

#DAH1-archives-3-10 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/1-EvolutionOfTheLogo/BG.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-10-scroll {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-3-10-picture {
    width: 100vw;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
}

#DAH1-archives-3-10-texte {
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 200px;
}

#DAH1-archives-3-10-text-center {
    width: 1200px;
    margin-top: 100px;
}

#DAH1-archives-3-10-intro {
	display: flex;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    height: 400px;
    width: 1200px;
    background-image: url("../SRC/5_DAH1/2-HANGAR/1-Farm/Poxbox.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#DAH1-archives-3-10-intro p {
    margin-left: 225px;
    margin-top: -50px;
    width: 900px;
    font-family: bankGothicMedium;
    font-size: 25px;
    color: aqua;
    padding: 0;
}

#DAH1-archives-3-10-scroll iframe{
    margin-left: 350px;
    margin-top: 640px;
}

@media (min-width: 2560px) {
    #DAH1-archives-3-10-scroll iframe{
        margin-left: 680px;
        margin-top: 640px;
    }
}

#DAH1-archives-3-10-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-10-back:hover {
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 11 */

#DAH1-archives-3-11 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-11 a {
    text-decoration: none;
}

#intro-honey-3-11 {
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100vh;
    width: 100%;
    animation: animatedBackground 12s linear infinite;
}

#DAH1-archives-3-11 h1 {
    color: yellow;
    text-align: center;
    margin-top: 55px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
}

#DAH1-archives-3-11 h2 {
    color: aqua;
    text-align: center;
    margin-top: 60px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
    font-style: italic;
}

#DAH1-archives-3-11 h3 {
    position: absolute;
    top: 45px;
    right: 265px;
    color: aqua;
    text-align: center;
    font-family: bankGothicMedium;
    font-size: 1.3em;
    font-weight: 100;
    opacity: 0.5;
}

#intro-3-11-youtube {
    margin-top: 60px;
    margin-left: 425px;
    width: 1100px;
    height: 600px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    mask-image: linear-gradient(to bottom, black 80%, transparent 0%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-archives-3-11 ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#DAH1-archives-3-11 ul li {
    display: inline;
    margin: 10px;
}

#DAH1-archives-3-11 ul li img {
    object-fit: cover;
    width: 500px;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
}

#DAH1-archives-3-11 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#DAH1-archives-3-11-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-11-back:hover {
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

@media (min-width: 2560px) {
    #DAH1-archives-3-11 h1 {
        margin-top: 105px;
    }
    #DAH1-archives-3-11 h2 {
        margin-top: 85px;
    }
    #DAH1-archives-3-11 h3 {
        top: 95px;
        right: 350px;
    }
    #intro-3-11-youtube {
        width: 1300px;
        height: 840px;
        margin-top: 50px;
        margin-left: 750px;
    }
}

/* propaganda 3 - 12 */

#DAH1-archives-3-12 {
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-12 a {
    text-decoration: none;
}

#intro-honey-3-12 {
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100vh;
    width: 100%;
    animation: animatedBackground 12s linear infinite;
}

#DAH1-archives-3-12 h1 {
    color: yellow;
    text-align: center;
    margin-top: 55px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
}

#DAH1-archives-3-12 h2 {
    color: aqua;
    text-align: center;
    margin-top: 60px;
    font-family: bankGothicMedium;
    font-size: 2.5em;
    font-weight: 100;
    font-style: italic;
}

#DAH1-archives-3-12 h3 {
    position: absolute;
    top: 45px;
    right: 265px;
    color: aqua;
    text-align: center;
    font-family: bankGothicMedium;
    font-size: 1.3em;
    font-weight: 100;
    opacity: 0.5;
}

#intro-3-12-youtube {
    margin-top: 60px;
    margin-left: 425px;
    width: 1100px;
    height: 600px;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    mask-image: linear-gradient(to bottom, black 80%, transparent 0%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-archives-3-12 ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#DAH1-archives-3-12 ul li {
    display: inline;
    margin: 10px;
}

#DAH1-archives-3-12 ul li img {
    object-fit: cover;
    width: 500px;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
}

#DAH1-archives-3-12 ul li img:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
    cursor: pointer;
}

#DAH1-archives-3-12-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-12-back:hover {
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

@media (min-width: 2560px) {
    #DAH1-archives-3-12 h1 {
        margin-top: 105px;
    }
    #DAH1-archives-3-12 h2 {
        margin-top: 85px;
    }
    #DAH1-archives-3-12 h3 {
        top: 95px;
        right: 350px;
    }
    #intro-3-12-youtube {
        width: 1300px;
        height: 840px;
        margin-top: 50px;
        margin-left: 750px;
    }
}

/* propaganda 3 - 13 */

#intro-honey-3-13
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-13{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-13-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-13-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-13-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 14 */

#intro-honey-3-14
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-14{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-14-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-14-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-14-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 15 */

#intro-honey-3-15
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-15{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-15-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-15-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-15-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 16 */

#intro-honey-3-16
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-16{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-16-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-16-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-16-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 17 */

#intro-honey-3-17
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-17{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-17-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-17-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-17-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 18 */

#intro-honey-3-18
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-18{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-18-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-18-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-18-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 19 */

#intro-honey-3-19
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-19{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-19-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-19-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-19-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 20 */

#intro-honey-3-20
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-20{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-20-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-20-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-20-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 21 */

#intro-honey-3-21
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-21{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-21-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-21-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-21-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 22 */

#intro-honey-3-22
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-22{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-22-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-22-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-22-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* propaganda 3 - 23 */

#intro-honey-3-23
{
    background-image: url(../SRC/0_INTRO/bg_honeycomb_loop.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    animation: animatedBackground 42s linear infinite;
}

#DAH1-archives-3-23{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/BGvideo2.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-23-video{
    position: relative;
    top: 50%;
    left: 22.2%;
    transform: perspective(1px) translateY(-50%);
    width: 1065px;
    height: 600px;
}

#DAH1-archives-3-23-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-23-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Developer Darwinism 6 : Pandemic Predicts: Original script archives */

.barred {
    text-decoration: line-through;
}

#DAH1-archives-1-6{
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/1-DeveloperDarwinism/6-PandemicPredictsOriginalScriptArchives/BG.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#DAH1-archives-1-6-bouton-gauche{
    position: absolute;
    top: 460px;
    left: 350px;
}

#DAH1-archives-1-6-bouton-gauche:hover{
    cursor: pointer;
}

#DAH1-archives-1-6-bouton-droite{
    position: absolute;
    top: 460px;
    right: 920px;
}

#DAH1-archives-1-6-bouton-droite:hover{
    cursor: pointer;
}

#DAH1-archives-1-6-image{
    position: absolute;
    top: 200px;
    left: 450px;
    width: 450px;
    height: 650px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
}

#DAH1-archives-1-6-texte{
    position: absolute;
    top: 200px;
    left: 1000px;
    width: 450px;
    height: 650px;
    background-color: rgb(0, 0, 0, 0.5);
}

#DAH1-archives-1-6-bas-de-page{
    position: absolute;
    bottom: 90px;
    left: 1190px;
    font-family: Raygun;
    font-size: 22px;
    z-index: 12;
    color: white;
    opacity: 0.6;
}

@media all and (display-mode: fullscreen) {
    #DAH1-archives-1-6-bouton-gauche {
        top: 550px;
    }
    #DAH1-archives-1-6-bouton-droite {
        top: 550px;
    }
    #DAH1-archives-1-6-image {
        top: 290px;
    }
    #DAH1-archives-1-6-texte{
        top: 290px;
    }
    #DAH1-archives-1-6-bas-de-page{
        top: 890px;
    }
}

#DAH1-archives-1-6-texte p{
    margin: 25px;
    color: white;
    opacity: 0.6;
    font-family: Raygun;
    font-size: 22px;
}

#DAH1-archives-1-6-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-1-6-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Propaganda 3 - 6 : Join The Alien Race: In Game Thought Contest */

#DAH1-archives-3-6{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/6-JoinTheAlienRace/BG.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-6-scroll{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    color: white;
    font-family: Verdana;
}

#DAH1-archives-3-6-picture{
    width: 1700px;
    margin-top: 0px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
}

.smallzouz{
    font-size: 12px;
}

#DAH1-archives-3-6-texte{
    font-size: 22px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 1900px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

#DAH1-archives-3-6-texte img{
    display: flex;
    justify-content: center;
    width: 235px;
}

#DAH1-archives-3-6-texte-2{
    margin-top: 50px;
    width: 100%;
    font-family: bankGothicMedium;
    text-align: center;
}

#DAH1-archives-3-6-texte-3{
    margin-top: 50px;
    width: 1200px;
    font-family: Bachelor;
    text-align: left;
    font-size: 30px;
}

#DAH1-archives-3-6-texte-4{
    margin-top: 25px;
    width: 1200px;
    font-family: bankGothicMedium;
    text-align: left;
}

#DAH1-archives-3-6-texte-5{
    margin-top: 25px;
    width: 1200px;
    font-family: Bachelor;
    text-align: left;
    font-size: 30px;
}

#DAH1-archives-3-6-texte-6{
    margin-top: 25px;
    width: 1200px;
    font-family: bankGothicMedium;
    text-align: left;
}

#DAH1-archives-3-6-texte-6 ul{
    list-style: none;
    margin-left: -40px;
    font-family: Bachelor;
    text-align: left;
}

#DAH1-archives-3-6-texte-7{
    margin-top: 50px;
    width: 1200px;
    font-family: Bachelor;
    text-align: left;
    font-size: 30px;
}

#DAH1-archives-3-6-texte-8{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#DAH1-archives-3-6-texte-8 img{
    width: 150px;
}

#DAH1-archives-3-6-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-6-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Propaganda 3 - 3 : Selling the Furon */

#DAH1-archives-3-3-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-gallery-scroll-3-3{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-3-3.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

@media (min-width: 2560px) {
    #DAH1-gallery-scroll-3-3 {
        width: 1300px;
        height: 840px;
        margin-top: 250px;
        margin-left: 600px;
    }
}

#DAH1-archives-3-3-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-3-3-titre img{
    width: 1250px;
}

#DAH1-archives-3-3{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/BG3.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-3 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-3-3 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-3-3 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-3-3 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-3-3-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-3-3-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-3-gauche:hover{
    opacity: 1;
}

#DAH1-archives-3-3-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-3-droite:hover{
    opacity: 1;
}

#DAH1-archives-3-3-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-3-fermer:hover{
    opacity: 1;
}

#DAH1-archives-3-3-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-3-3-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

#DAH1-archives-3-3-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-3-3-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-3-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Propaganda 3 - 4 : Magazinorama Press Archives */

#DAH1-archives-3-4-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-gallery-scroll-3-4{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-3-4.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

@media (min-width: 2560px) {
    #DAH1-gallery-scroll-3-4 {
        width: 1300px;
        height: 840px;
        margin-top: 250px;
        margin-left: 600px;
    }
}

#DAH1-archives-3-4-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-3-4-titre img{
    width: 1250px;
}

#DAH1-archives-3-4{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/BG4.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-4 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-3-4 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-3-4 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-3-4 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-3-4-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-3-4-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-4-gauche:hover{
    opacity: 1;
}

#DAH1-archives-3-4-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-4-droite:hover{
    opacity: 1;
}

#DAH1-archives-3-4-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-4-fermer:hover{
    opacity: 1;
}

#DAH1-archives-3-4-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-3-4-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

#DAH1-archives-3-4-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-3-4-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-4-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Propaganda 3 - 5 : Press Kit Collection */

#DAH1-archives-3-5-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-gallery-scroll-3-5{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-3-5.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

@media (min-width: 2560px) {
    #DAH1-gallery-scroll-3-5 {
        width: 1300px;
        height: 840px;
        margin-top: 250px;
        margin-left: 600px;
    }
}

#DAH1-archives-3-5-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-3-5-titre img{
    width: 1250px;
}

#DAH1-archives-3-5{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/BG5.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-5 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-3-5 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-3-5 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-3-5 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-3-5-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-3-5-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-5-gauche:hover{
    opacity: 1;
}

#DAH1-archives-3-5-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-5-droite:hover{
    opacity: 1;
}

#DAH1-archives-3-5-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-5-fermer:hover{
    opacity: 1;
}

#DAH1-archives-3-5-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-3-5-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

#DAH1-archives-3-5-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-3-5-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-5-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

/* Propaganda 3 - 7 : E3 Booth Archives: 2004 & 2005 */

#DAH1-archives-3-7-titre{
    margin-top: 0px;
    margin-left: 0px;
}

#DAH1-gallery-scroll-3-7{
    width: 1350px;
    height: 640px;
    margin-left: 325px;
    margin-top: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-gutter: inherit;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

#DAH1-gallery-scroll-3-7.scrolled{
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

@media (min-width: 2560px) {
    #DAH1-gallery-scroll-3-7 {
        width: 1300px;
        height: 840px;
        margin-top: 250px;
        margin-left: 600px;
    }
}

#DAH1-archives-3-7-titre h2{
    font-size: 25px;
    color: white;
    font-family: bankGothicMedium;
    margin-bottom: -20px;
    margin-left: 25px;
}

#DAH1-archives-3-7-titre img{
    width: 1250px;
}

#DAH1-archives-3-7{
    position: absolute;
    background-image: url("../SRC/5_DAH1/1-ARCHIVES/3-Propaganda/BG7.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

#DAH1-archives-3-7 ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#DAH1-archives-3-7 ul li{
    display: inline-block;
    float: none;
    transition: transform .1s;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#DAH1-archives-3-7 ul li img{
    object-fit: cover;
    width: 180px;
    height: 100px;
    border-radius: 10px;
}

#DAH1-archives-3-7 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(
        270deg,
        transparent 0%,
        #06429C 10%,
        #22C9EF 20%,
        #06429C 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
    animation: rainbow 1.5s linear infinite;
}

#DAH1-archives-3-7-fond-noir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: black;
    z-index: 1;
}

#DAH1-archives-3-7-gauche{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-7-gauche:hover{
    opacity: 1;
}

#DAH1-archives-3-7-droite{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-7-droite:hover{
    opacity: 1;
}

#DAH1-archives-3-7-fermer{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    height: 50px;
    opacity: 0.7;
    z-index: 1;
}

#DAH1-archives-3-7-fermer:hover{
    opacity: 1;
}

#DAH1-archives-3-7-image{
    position: absolute;
    top: 48%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#DAH1-archives-3-7-image-2{
    height: 800px;
    z-index: 1;
    animation: zouz-in 0.3s ease;
}

#DAH1-archives-3-7-texte{
    position: absolute;
    top: 92%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: bankGothicMedium;
    font-size: 30px;
    z-index: 1;
}

#DAH1-archives-3-7-back{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: bankGothicMedium;
    text-decoration: none;
    font-size: 40px;
    color: aqua;
    padding: 0;
    border: none;
    background: none;
}

#DAH1-archives-3-7-back:hover
{
    text-shadow:
        0 0 1em aqua,
        0 0 0.2em aqua;
    cursor: pointer;
}

#DAH1-archives-3-7-logo {
    position: absolute;
    top: 10%;
    left: 10%;
}

#DAH1-archives-3-7-logo img {
    width: 130px;
    color: grey;
    display: inline-block;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/350% 100%;
    animation: shimmer 2.5s infinite;
    font-size: 50px;
    max-width: 200px;
}

@keyframes shimmer {
  100% {
    mask-position: left
  }
}

#DAH1-archives-3-7-logo:hover #DAH1-archives-3-7-logo2 {
    visibility: visible;
}

#DAH1-archives-3-7-logo2 {
    position: absolute;
    top: -50px;
    left: 150px;
    visibility: hidden;
    z-index: 1;
    width: 420px;
    height: 218px;
    background-image: url("../SRC/5_DAH1/noiretblanc.png");
    background-size: contain;
}

#DAH1-archives-3-7-logo2 img{
    margin: 0;
    padding: 20px;
    margin-top: 2px;
    width: 185px;
}

#DAH1-archives-3-7-logo2 p {
    float: right;
    color: yellow;
    font-family: bankGothicMedium;
    font-size: 20px;
    padding: 0;
    padding-top: 20px;
    padding-right: 45px;
    width: 210px;
    text-align: center;
}

@media all and (min-width: 1920px){
    #DAH1-gallery-scroll-2-1, 
    #DAH1-gallery-scroll-2-2, 
    #DAH1-gallery-scroll-2-3, 
    #DAH1-gallery-scroll-2-4, 
    #DAH1-gallery-scroll-2-5, 
    #DAH1-gallery-scroll-2-6, 
    #DAH1-gallery-scroll-2-7, 
    #DAH1-gallery-scroll-2-8, 
    #DAH1-gallery-scroll-2-9, 
    #DAH1-gallery-scroll-2-10{
        width: 1200px;
        height: 575px;
        overflow-y: scroll;
        scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
        scrollbar-width: thin;
        margin-left: 375px;
        margin-top: 214px;
        scroll-behavior: smooth;
        scrollbar-gutter: inherit;
        mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    }
}

@media all and (min-width: 2560px){
    #DAH1-gallery-scroll-2-1, 
    #DAH1-gallery-scroll-2-2, 
    #DAH1-gallery-scroll-2-3, 
    #DAH1-gallery-scroll-2-4, 
    #DAH1-gallery-scroll-2-5, 
    #DAH1-gallery-scroll-2-6, 
    #DAH1-gallery-scroll-2-7, 
    #DAH1-gallery-scroll-2-8, 
    #DAH1-gallery-scroll-2-9, 
    #DAH1-gallery-scroll-2-10{
        width: 1200px;
        height: 575px;
        overflow-y: scroll;
        scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
        scrollbar-width: thin;
        margin-left: 700px;
        margin-top: 350px;
        scroll-behavior: smooth;
        scrollbar-gutter: inherit;
        mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    }
}

@media all and (min-width: 1920px){
    #DAH1-gallery-noiretblanc21, 
    #DAH1-gallery-noiretblanc22, 
    #DAH1-gallery-noiretblanc23, 
    #DAH1-gallery-noiretblanc24, 
    #DAH1-gallery-noiretblanc25, 
    #DAH1-gallery-noiretblanc26, 
    #DAH1-gallery-noiretblanc27, 
    #DAH1-gallery-noiretblanc28, 
    #DAH1-gallery-noiretblanc29, 
    #DAH1-gallery-noiretblanc30 {
        position: absolute;
        top: 6%;
        left: 2.5%;
        z-index: 3;
        width: 1800px;
        height: 800px;
        opacity: 0.5;
    }
    #DAH1-gallery-picture-contender21,
    #DAH1-gallery-picture-contender22, 
    #DAH1-gallery-picture-contender23, 
    #DAH1-gallery-picture-contender24, 
    #DAH1-gallery-picture-contender25, 
    #DAH1-gallery-picture-contender26, 
    #DAH1-gallery-picture-contender27, 
    #DAH1-gallery-picture-contender28, 
    #DAH1-gallery-picture-contender29, 
    #DAH1-gallery-picture-contender30 {
        position: absolute;
        top: 12%;
        left: 5%;
        z-index: 3;
        display: grid;
        place-items: center;
        width: 1200px;
    }
    #DAH1-gallery-titre21,
    #DAH1-gallery-titre22,
    #DAH1-gallery-titre23,
    #DAH1-gallery-titre24,
    #DAH1-gallery-titre25,
    #DAH1-gallery-titre26,
    #DAH1-gallery-titre27,
    #DAH1-gallery-titre28,
    #DAH1-gallery-titre29,
    #DAH1-gallery-titre30 {
        position: absolute;
        top: 72px;
        left: 1322px;
        z-index: 3;
        font-size: 30px;
        color: var(--aqua);
        font-family: bankGothicMedium;
        padding-right: 50px;
        text-shadow: 10px 5px 5px black;
        width: 500px;
    }
    #DAH1-gallery-auteur21,
    #DAH1-gallery-auteur22,
    #DAH1-gallery-auteur23,
    #DAH1-gallery-auteur24,
    #DAH1-gallery-auteur25,
    #DAH1-gallery-auteur26,
    #DAH1-gallery-auteur27,
    #DAH1-gallery-auteur28,
    #DAH1-gallery-auteur29,
    #DAH1-gallery-auteur30 {
        position: absolute;
        top: 160px;
        left: 1322px;
        z-index: 3;
        font-size: 20px;
        color: white;
        font-family: bankGothicMedium;
        padding-right: 50px;
        text-decoration: underline dashed aqua;
        text-underline-offset: 8px;
        text-decoration-thickness: 1px;
    }
    #DAH1-gallery-blablas21,
    #DAH1-gallery-blablas22,
    #DAH1-gallery-blablas23,
    #DAH1-gallery-blablas24,
    #DAH1-gallery-blablas25,
    #DAH1-gallery-blablas26,
    #DAH1-gallery-blablas27,
    #DAH1-gallery-blablas28,
    #DAH1-gallery-blablas29,
    #DAH1-gallery-blablas30 {
        position: absolute;
        top: 250px;
        left: 1322px;
        z-index: 3;
        font-size: 20px;
        color: white;
        font-family: bankGothicMedium;
        width: 500px;
        height: 400px;
        padding-right: 50px;
        overflow-y: scroll;
        scrollbar-color: var(--aqua) rgb(0, 0, 0, 0);
        scrollbar-width: thin;
        scroll-behavior: smooth;
        scrollbar-gutter: inherit;
    }
    #DAH1-gallery-copyright21,
    #DAH1-gallery-copyright22,
    #DAH1-gallery-copyright23,
    #DAH1-gallery-copyright24,
    #DAH1-gallery-copyright25,
    #DAH1-gallery-copyright26,
    #DAH1-gallery-copyright27,
    #DAH1-gallery-copyright28,
    #DAH1-gallery-copyright29,
    #DAH1-gallery-copyright30 {
        position: absolute;
        top: 780px;
        left: 95px;
        z-index: 3;
        font-size: 11px;
        color: white;
        width: 1150px;
        font-family: "Roboto", sans-serif;
    }
    #DAH1-gallery-navleft21,
    #DAH1-gallery-navleft22,
    #DAH1-gallery-navleft23,
    #DAH1-gallery-navleft24,
    #DAH1-gallery-navleft25,
    #DAH1-gallery-navleft26,
    #DAH1-gallery-navleft27,
    #DAH1-gallery-navleft28,
    #DAH1-gallery-navleft29,
    #DAH1-gallery-navleft30 {
        position: absolute;
        top: 690px;
        left: 1400px;
        z-index: 3;
        cursor: pointer;
    }
    #DAH1-gallery-navigation21,
    #DAH1-gallery-navigation22,
    #DAH1-gallery-navigation23,
    #DAH1-gallery-navigation24,
    #DAH1-gallery-navigation25,
    #DAH1-gallery-navigation26,
    #DAH1-gallery-navigation27,
    #DAH1-gallery-navigation28,
    #DAH1-gallery-navigation29,
    #DAH1-gallery-navigation30 {
        position: absolute;
        top: 698px;
        left: 1509px;
        z-index: 3;
    }
    #DAH1-gallery-navright21,
    #DAH1-gallery-navright22,
    #DAH1-gallery-navright23,
    #DAH1-gallery-navright24,
    #DAH1-gallery-navright25,
    #DAH1-gallery-navright26,
    #DAH1-gallery-navright27,
    #DAH1-gallery-navright28,
    #DAH1-gallery-navright29,
    #DAH1-gallery-navright30 {
        position: absolute;
        top: 690px;
        left: 1600px;
        z-index: 3;
        cursor: pointer;
    }
    #DAH1-gallery-close21,
    #DAH1-gallery-close22,
    #DAH1-gallery-close23,
    #DAH1-gallery-close24,
    #DAH1-gallery-close25,
    #DAH1-gallery-close26,
    #DAH1-gallery-close27,
    #DAH1-gallery-close28,
    #DAH1-gallery-close29,
    #DAH1-gallery-close30 {
        position: absolute;
        top: 70px;
        left: 1780px;
        z-index: 3;
        cursor: pointer;
        width: 50px;
    }
    #DAH1-back-21,
    #DAH1-back-22,
    #DAH1-back-23,
    #DAH1-back-24,
    #DAH1-back-25,
    #DAH1-back-26,
    #DAH1-back-27,
    #DAH1-back-28,
    #DAH1-back-29,
    #DAH1-back-30 {
        position: fixed;
        bottom: 4rem;
        right: 4rem;
        text-align: center;
        font-family: bankGothicMedium;
        text-decoration: none;
        font-size: 40px;
        color: aqua;
        padding: 0;
        border: none;
        background: none;
    }
}

@media all and (min-width: 2560px) {
    #DAH1-gallery-noiretblanc21, 
    #DAH1-gallery-noiretblanc22, 
    #DAH1-gallery-noiretblanc23, 
    #DAH1-gallery-noiretblanc24, 
    #DAH1-gallery-noiretblanc25, 
    #DAH1-gallery-noiretblanc26, 
    #DAH1-gallery-noiretblanc27, 
    #DAH1-gallery-noiretblanc28, 
    #DAH1-gallery-noiretblanc29, 
    #DAH1-gallery-noiretblanc30 {
        top: 20%;
        left: 15%;
    }
    #DAH1-gallery-picture-contender21,
    #DAH1-gallery-picture-contender22, 
    #DAH1-gallery-picture-contender23, 
    #DAH1-gallery-picture-contender24, 
    #DAH1-gallery-picture-contender25, 
    #DAH1-gallery-picture-contender26, 
    #DAH1-gallery-picture-contender27, 
    #DAH1-gallery-picture-contender28, 
    #DAH1-gallery-picture-contender29, 
    #DAH1-gallery-picture-contender30 {
        top: 25%;
        left: 17%;
    }
    #DAH1-gallery-titre21,
    #DAH1-gallery-titre22,
    #DAH1-gallery-titre23,
    #DAH1-gallery-titre24,
    #DAH1-gallery-titre25,
    #DAH1-gallery-titre26,
    #DAH1-gallery-titre27,
    #DAH1-gallery-titre28,
    #DAH1-gallery-titre29,
    #DAH1-gallery-titre30 {
        top: 270px;
        left: 1650px;
    }
    #DAH1-gallery-auteur21,
    #DAH1-gallery-auteur22,
    #DAH1-gallery-auteur23,
    #DAH1-gallery-auteur24,
    #DAH1-gallery-auteur25,
    #DAH1-gallery-auteur26,
    #DAH1-gallery-auteur27,
    #DAH1-gallery-auteur28,
    #DAH1-gallery-auteur29,
    #DAH1-gallery-auteur30 {
        top: 350px;
        left: 1650px;
    }
    #DAH1-gallery-blablas21,
    #DAH1-gallery-blablas22,
    #DAH1-gallery-blablas23,
    #DAH1-gallery-blablas24,
    #DAH1-gallery-blablas25,
    #DAH1-gallery-blablas26,
    #DAH1-gallery-blablas27,
    #DAH1-gallery-blablas28,
    #DAH1-gallery-blablas29,
    #DAH1-gallery-blablas30 {
        top: 450px;
        left: 1650px;
    }
    #DAH1-gallery-copyright21,
    #DAH1-gallery-copyright22,
    #DAH1-gallery-copyright23,
    #DAH1-gallery-copyright24,
    #DAH1-gallery-copyright25,
    #DAH1-gallery-copyright26,
    #DAH1-gallery-copyright27,
    #DAH1-gallery-copyright28,
    #DAH1-gallery-copyright29,
    #DAH1-gallery-copyright30 {
        top: 980px;
        left: 455px;
    }
    #DAH1-gallery-navleft21,
    #DAH1-gallery-navleft22,
    #DAH1-gallery-navleft23,
    #DAH1-gallery-navleft24,
    #DAH1-gallery-navleft25,
    #DAH1-gallery-navleft26,
    #DAH1-gallery-navleft27,
    #DAH1-gallery-navleft28,
    #DAH1-gallery-navleft29,
    #DAH1-gallery-navleft30 {
        top: 890px;
        left: 1730px;
    }
    #DAH1-gallery-navigation21,
    #DAH1-gallery-navigation22,
    #DAH1-gallery-navigation23,
    #DAH1-gallery-navigation24,
    #DAH1-gallery-navigation25,
    #DAH1-gallery-navigation26,
    #DAH1-gallery-navigation27,
    #DAH1-gallery-navigation28,
    #DAH1-gallery-navigation29,
    #DAH1-gallery-navigation30 {
        top: 900px;
        left: 1850px;
    }
    #DAH1-gallery-navright21,
    #DAH1-gallery-navright22,
    #DAH1-gallery-navright23,
    #DAH1-gallery-navright24,
    #DAH1-gallery-navright25,
    #DAH1-gallery-navright26,
    #DAH1-gallery-navright27,
    #DAH1-gallery-navright28,
    #DAH1-gallery-navright29,
    #DAH1-gallery-navright30 {
        top: 890px;
        left: 1950px;
    }
    #DAH1-gallery-close21,
    #DAH1-gallery-close22,
    #DAH1-gallery-close23,
    #DAH1-gallery-close24,
    #DAH1-gallery-close25,
    #DAH1-gallery-close26,
    #DAH1-gallery-close27,
    #DAH1-gallery-close28,
    #DAH1-gallery-close29,
    #DAH1-gallery-close30 {
        top: 270px;
        left: 2110px;
    }
    #DAH1-back-21,
    #DAH1-back-22,
    #DAH1-back-23,
    #DAH1-back-24,
    #DAH1-back-25,
    #DAH1-back-26,
    #DAH1-back-27,
    #DAH1-back-28,
    #DAH1-back-29,
    #DAH1-back-30 {
        bottom: 4rem;
        right: 4rem;
    }
}

@media all and (min-width: 2560px) {
    #DAH1-archives-1-18-texte-4 {
        margin-left: 880px;
    }
    #DAH1-archives-1-18-picture-3 {
        margin-right: 780px;
    }
    #DAH1-archives-1-18-picture-4,
    #DAH1-archives-1-18-picture-15 {
        margin-right: 860px;
    }
    #DAH1-archives-1-18-texte-6,
    #DAH1-archives-1-18-texte-7,
    #DAH1-archives-1-18-texte-8 {
        margin-left: 880px;
    }
    #Mega-center-again {
        margin-left: 320px;
    }
    #Mega-center-again .zouzTitle {
        margin-left: 560px;
    }
    #DAH1-archives-3-6-picture {
        margin-left: 400px;
    }
}

@media all and (min-width: 2560px) {
    #intro-1-1-youtube {
        margin-top: 120px;
        margin-left: 600px;
        width: 1350px;
        height: 800px;
    }
    #DAH1-archives-1-1 ul li img {
        width: 1300px;
    }
    #DAH1-archives-1-1 h2 {
        margin-top: -30px;
    }
    #intro-1-2-youtube {
        margin-top: 120px;
        margin-left: 750px;
        width: 1350px;
        height: 800px;
    }
    #DAH1-archives-1-2 h2 {
        margin-top: 105px;
    }
    #DAH1-archives-1-2 h3 {
        margin-top: 70px;
        margin-right: 100px
    }
}

@media all and (min-width: 2560px) {
    #DAH1-gallery-title {
        left: 200px;
        top: 50px;
    }
    #DAH1-gallery-scroll-1-3,
    #DAH1-gallery-scroll-1-4,
    #DAH1-gallery-scroll-1-5,
    #DAH1-gallery-scroll-1-7 {
        margin-left: 650px;
        margin-top: 350px;
    }
    #DAH1-archives-1-6-texte,
    #DAH1-archives-1-6-bouton-gauche,
    #DAH1-archives-1-6-image {
        margin-left: 320px;
        margin-top: 120px;
    }
    #DAH1-archives-1-6-bouton-droite {
        margin-top: 120px;
        margin-right: 320px;
    }
    #DAH1-archives-1-6-bas-de-page {
        margin-left: 60px;
    }
    #DAH1-gallery-picture-contender91 {
        margin-top: 200px;
        margin-left: 300px;
    }
    #DAH1-gallery-noiretblanc91 {
        margin-top: 200px;
        margin-left: 300px;
    }
    #DAH1-gallery-titre91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-auteur91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-blablas91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-copyright91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-navleft91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-navigation91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-navright91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-gallery-close91 {
        margin-top: 250px;
        margin-left: 300px;
    }
    #DAH1-archives-1-8-choix {
        margin-left: 300px;
    }
    #DAH1-archives-1-8-choix-texte {
        margin-left: 300px;
    }
}

