/*  Bert.css */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scrollbar-color: red rgb(0, 0, 0, 0);
    scrollbar-width: auto;
    scroll-behavior: smooth;
}

@keyframes crepiter {
  0%    { opacity: 0; }
  10%   { opacity: 0; }
  19%   { opacity: 1; }
  20%   { opacity: 0; }
  29%   { opacity: 0; }
  30%   { opacity: 0; }
  39%   { opacity: 0; }
  40%   { opacity: 0; }
  49%   { opacity: 0; }
  50%   { opacity: 0; }
  59%   { opacity: 0; }
  60%   { opacity: 0; }
  69%   { opacity: 0; }
  70%   { opacity: 0; }
  79%   { opacity: 0; }
  80%   { opacity: 0; }
  89%   { opacity: 1; }
  90%   { opacity: 0; }
  99%   { opacity: 1; }
  100%  { opacity: 0; }
}

@keyframes crepiter2 {
  0%    { opacity: 0; }
  10%   { opacity: 0; }
  19%   { opacity: 1; }
  20%   { opacity: 0; }
  29%   { opacity: 0; }
  30%   { opacity: 0; }
  39%   { opacity: 0; }
  40%   { opacity: 0; }
  49%   { opacity: 0; }
  50%   { opacity: 0; }
  59%   { opacity: 0; }
  60%   { opacity: 0; }
  69%   { opacity: 0; }
  70%   { opacity: 0; }
  79%   { opacity: 0; }
  80%   { opacity: 0; }
  89%   { opacity: 1; }
  90%   { opacity: 0; }
  99%   { opacity: 1; }
  100%  { opacity: 0; }
}

@keyframes blur {
  0%    { opacity: 0; }
  50%   { opacity: 1; }
  100%  { opacity: 0; }
}

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

@keyframes bounce {
    0%      { transform: translateY(0px); }
    50%     { transform: translateY(15px); }
    100%    { transform: translateY(0px); }
}

.teuteu {
    color: white;
    font-size: 1em;
    animation-name: blur;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
    text-shadow: 1px 1px 1px black;
	animation-duration: 2s;
    font-size: 30px;
    font-family: DomCasualD;
    margin-top: -49px;
    margin-left: 815px;
}

.red {
    color: white;
    text-decoration: underline red 2px;
    -webkit-text-stroke: 1px red;
    font-family: Adventure;
    font-size: 1.2em;
}

.red:hover {
    text-shadow:
        0 0 1em red,
        0 0 0.2em red;
    cursor: pointer;
}

.purple {
    color: white;
    text-decoration: underline #5F70BE 2px;
    -webkit-text-stroke: 1px #5F70BE;
    font-family: Adventure;
    font-size: 1.2em;
}

.purple:hover {
    text-shadow:
        0 0 1em #5F70BE,
        0 0 0.2em #5F70BE;
    cursor: pointer;
}

/* background: url("../SRC/14_EXTRAS/BG.png") no-repeat center fixed; */

#page {
    height: 100vh;
    background: url("../SRC/14_EXTRAS/BG.png") no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

#logo {
    height: 100vh;
    background: url("../SRC/14_EXTRAS/BG2.png") no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    animation-name: crepiter;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 0.5s;
}

#logo2 {
    height: 1080px;
    background: url("../SRC/14_EXTRAS/WEAPON.png") no-repeat center fixed;
    background-size: cover;
    animation-name: crepiter2;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
    margin-top: -1000px;
}

.zouz {
    font-family: MixedBreedBold;
    text-decoration: none;
    color: black;
    font-size: 50px;
    transform: scaleX(0.8);
}

.zouz:hover {
    background-image: linear-gradient(to bottom, red, black);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#zouz1 {
    position: absolute;
    top: 165px;
    left: 1040px;
}

#zouz2 {
    position: absolute;
    top: 165px;
    left: 1350px;
}

#zouz3 {
    position: absolute;
    top: 240px;
    left: 1032px;
}

#zouz4 {
    position: absolute;
    top: 240px;
    left: 1435px;
}

#zouz5 {
    position: absolute;
    top: 313px;
    left: 1035px;
}

#zouz6 {
    position: absolute;
    top: 313px;
    left: 1390px;
}

@media (display-mode: fullscreen) {
    #zouz1 {
        position: absolute;
        top: 245px;
        left: 1040px;
    }
    #zouz2 {
        position: absolute;
        top: 245px;
        left: 1350px;
    }
    #zouz3 {
        position: absolute;
        top: 320px;
        left: 1032px;
    }
    #zouz4 {
        position: absolute;
        top: 320px;
        left: 1435px;
    }
    #zouz5 {
        position: absolute;
        top: 393px;
        left: 1035px;
    }
    #zouz6 {
        position: absolute;
        top: 393px;
        left: 1400px;
    }
}

@media (min-width: 2560px){
    #zouz1 {
        position: absolute;
        top: 265px;
        left: 1440px;
    }
    #zouz2 {
        position: absolute;
        top: 265px;
        left: 1750px;
    }
    #zouz3 {
        position: absolute;
        top: 340px;
        left: 1432px;
    }
    #zouz4 {
        position: absolute;
        top: 340px;
        left: 1835px;
    }
    #zouz5 {
        position: absolute;
        top: 413px;
        left: 1435px;
    }
    #zouz6 {
        position: absolute;
        top: 413px;
        left: 1800px;
    }
}

@media (display-mode: fullscreen) and (min-width: 2560px){
    #zouz1 {
        position: absolute;
        top: 345px;
        left: 1440px;
    }
    #zouz2 {
        position: absolute;
        top: 345px;
        left: 1750px;
    }
    #zouz3 {
        position: absolute;
        top: 420px;
        left: 1432px;
    }
    #zouz4 {
        position: absolute;
        top: 420px;
        left: 1835px;
    }
    #zouz5 {
        position: absolute;
        top: 493px;
        left: 1435px;
    }
    #zouz6 {
        position: absolute;
        top: 493px;
        left: 1800px;
    }
}

/* 1 Special Content */

#specialDAHT {
    background-image: url("../SRC/14_EXTRAS/BGSPECIAL.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 2em;
}

#specialDAHT h1 {
    font-size: 60px;
    font-family: adventure;
    padding-top: 100px;
    padding-left: 150px;
    color: white;
    -webkit-text-stroke: 2px red;
}

#barre2 {
    margin-top: -120px;
    padding-left: 30px;
}

#barre3 {
    width: 1000px;
    margin-top: 50px;
    margin-left: 100px;
}

#specialDAHT-page {
    margin: auto;
    width: 1200px;
}

#specialDAHT-img-left img {
    margin-top: 50px;
    width: 400px;
}

#specialDAHT-img-right img {
    margin-top: -290px;
    width: 400px;
    float: right;
}

#specialDAHT-txt-right {
    float: right;
    width: 750px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: -290px;
}

#specialDAHT-symbol {
    position: relative;
    top: -100px;
    width: 800px;
    height: 80px;
    padding-top: 15px;
    margin-left: 420px;
    list-style-type: none;
}

#specialDAHT-symbol li {
    float: left;
    padding-left: 30px;
    height: 1px;
}

#specialDAHT-symbol img {
    width: 80px;
}

#specialDAHT-txt-middle {
    width: 1200px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: -100px;
    text-align: left;
}

#specialDAHT-txt-middle2 {
    width: 1200px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#specialDAHT-txt-left {
    width: 750px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: 50px;
}

#specialDAHT-symbol2 {
    position: relative;
    top: -100px;
    width: 800px;
    height: 80px;
    margin-top: -5px;
    margin-left: 280px;
    margin-bottom: -80px;
    list-style-type: none;
}

#specialDAHT-symbol2 li {
    float: left;
    padding-right: 70px;
    height: 1px;
}

#specialDAHT-symbol2 img {
    width: 70px;
}

#specialDAHTBarre {
    margin-top: 50px;
    margin-left: -100px;
}

#specialDAHTBarre img {
    height: 100px;
    margin-left: 0px;
}

#specialDAHTBarre h2 {
    font-size: 30px;
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: DomCasualD;
    margin-left: 155px;
    margin-top: -80px;
}

#specialDAHTGallerie{
    width: 1800px;
    margin-left: -350px;
}

#specialDAHTGallerie ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 250px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#specialDAHTGallerie 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;
}

#specialDAHTGallerie ul li img{
    object-fit: cover;
    width: 250px;
    height: 175px;
    border-radius: 10px;
    border: 7px solid black;
    box-shadow: 5px 5px black;
}

#specialDAHTGallerie 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%,
        #069c2b 10%,
        #22ef71 20%,
        #069c26 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
}

#specialDAHTGallerie2 {
    width: 1800px;
    margin-left: -350px;
}

#specialDAHTGallerie2 ul {
    text-align: left;
    margin-top: 40px;
    margin-left: 250px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#specialDAHTGallerie2 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;
}

#specialDAHTGallerie2 ul li img {
    object-fit: cover;
    width: 250px;
    height: 250px;
}

#specialDAHTGallerie2 ul li:hover {
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
    background-size: 200% 200%;
}

/* 2 Side Project */

#sideProject {
    background-image: url("../SRC/14_EXTRAS/BGSIDEPROJECT.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 2em;
    height: 100%;
}

#sideProject h1 {
    font-size: 60px;
    font-family: adventure;
    padding-top: 100px;
    padding-left: 150px;
    color: white;
    -webkit-text-stroke: 2px red;
}

#sideProject-page-1,
#sideProject-page-2,
#sideProject-page-3,
#sideProject-page-4,
#sideProject-page-5{
    margin: auto;
    width: 1200px;
}

#sideProject-page {
    margin: auto;
    width: 1400px;
    height: 74.1vh;
}

@media (display-mode: fullscreen) {
    #sideProject-page {
        height: 78vh;
    }
}

@media (min-width: 2560px) {
    #sideProject-page {
        height: 81.4vh;
    }
}

@media (min-width: 2560px) and (display-mode: fullscreen) {
    #sideProject-page {
        height: 83.5vh;
    }
}

#sideProject-ul {
    list-style: none;
    margin-top: 50px;
    padding: 0;
    width: 1500px;
}

#sideProject-ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* 1 */

#sideProject-icon-1{
    width: 250px;
    height: 400px;
    text-align: center;
    color: white;
}

#sideProject-icon-1 img{
    height: 250px;
}

#sideProject-icon-1 p{
    font-size: 30px;
    font-family: DomCasualD;
    margin-top: 10px;
}

#sideProject-icon-1:hover{
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    text-shadow: 1px 1px 2px black;
}

#sideProject-icon-1 img:hover{
    animation-name: bounce;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}

/* 2 */

#sideProject-icon-2{
    width: 350px;
    height: 400px;
    text-align: center;
    color: white;
}

#sideProject-icon-2 img{
    height: 250px;
}

#sideProject-icon-2 p{
    font-size: 30px;
    font-family: DomCasualD;
    margin-top: 10px;
}

#sideProject-icon-2:hover{
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    text-shadow: 1px 1px 2px black;
}

#sideProject-icon-2 img:hover{
    animation-name: bounce;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}

/* 3 */

#sideProject-icon-3{
    width: 250px;
    height: 400px;
    text-align: center;
    color: white;
}

#sideProject-icon-3 img{
    height: 250px;
}

#sideProject-icon-3 p{
    font-size: 30px;
    font-family: DomCasualD;
    margin-top: 10px;
}

#sideProject-icon-3:hover{
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    text-shadow: 1px 1px 2px black;
}

#sideProject-icon-3 img:hover{
    animation-name: bounce;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}

/* 4 */

#sideProject-icon-4{
    width: 350px;
    height: 400px;
    text-align: center;
    color: white;
}

#sideProject-icon-4 img{
    height: 230px;
}

#sideProject-icon-4 p{
    font-size: 30px;
    font-family: DomCasualD;
    margin-top: 30px;
}

#sideProject-icon-4:hover{
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    text-shadow: 1px 1px 2px black;
}

#sideProject-icon-4 img:hover{
    animation-name: bounce;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}

/* 5 */

#sideProject-icon-5{
    width: 250px;
    height: 400px;
    text-align: center;
    color: white;
}

#sideProject-icon-5 img{
    height: 250px;
}

#sideProject-icon-5 p{
    font-size: 30px;
    font-family: DomCasualD;
    margin-top: 10px;
}

#sideProject-icon-5:hover{
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    text-shadow: 1px 1px 2px black;
}

#sideProject-icon-5 img:hover{
    animation-name: bounce;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}

/* end */

#zone-bottom {
    padding-bottom: 50px;
}

#sideProjectTitre img {
    width: 650px;
    margin-top: 50px;
}

#sideProjectTitre h2 {
    font-size: 25px;
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: DomCasualD;
    margin-left: 225px;
    margin-top: -73px;
}

#sideProject-symbol3{
    position: relative;
    top: 10px;
    width: 1500px;
    height: 400px;
    margin-left: 0px;
    list-style-type: none;
}

#sideProject-symbol3 li {
    float: left;
    padding-left: 30px;
    height: 1px;
}

#sideProject-symbol3 img {
    height: 200px;
    background-color: blue;
}

#sideProject-symbol3 p {
    width: 250px;
    height: 80px;
    font-size: 30px;
    font-family: DomCasualD;
    text-align: center;
    background-color: red;
}

#sideProject-img-left0 img {
    margin-top: 25px;
    width: 250px;
}

#sideProject-txt-right0 {
    float: right;
    width: 1100px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: -200px;
}

#sideProject-img-left img {
    margin-top: 25px;
    width: 400px;
}

#sideProject-img-right img {
    margin-top: -300px;
    width: 400px;
    float: right;
}

#sideProject-txt-left {
    width: 750px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: 50px;
    text-align: justify;
}

#sideProject-txt-right {
    float: right;
    width: 750px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: -304px;
    text-align: justify;
}

#sideProject-txt-middle {
    width: 1200px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: 0px;
    text-align: justify;
}

#sideProject-txt-middleZ {
    width: 1200px;
    /*font-size: 30px;*/
    /*font-family: DomCasualDItalic;*/
    font-family: Verdana;
    font-size: 14px;
    margin-top: 0px;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    padding: 20px;
    color: white;
    text-shadow: 2px 1px 1px black;
}

.sideProject-txt-middleZtitle {
    display: block;
    margin-bottom: 20px;
    text-align: left;    
    text-decoration: underline;
}

#sideProject-txt-middle2 {
    width: 1200px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#sideProjectGallerie{
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 40px;
}

#sideProjectGallerie ul li{
    display: inline-block;
    transition: transform .1s;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#sideProjectGallerie ul li img{
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 7px solid black;
    box-shadow: 5px 5px black;
}
/*
#sideProjectGallerie ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: 200% 200%;
}
*/

/* sideProjectGallerie2Show */

#sideProjectGallerie2Show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
    align-items: center;
    justify-content: center;
    display: flex;
    user-select: none;
}

#sideProjectGallerie2ShowPRECEDENT {
    background-image: url("../SRC/IMG/SYMBOL/nav1.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie2ShowPRECEDENT:hover {
    cursor: pointer;
}

#sideProjectGallerie2ShowIMG {
    width: 1200px;
    box-shadow: 5px 5px 5px black;
}

#sideProjectGallerie2ShowSUIVANT {
    background-image: url("../SRC/IMG/SYMBOL/nav3.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie2ShowSUIVANT:hover {
    cursor: pointer;
}

#sideProjectGallerie2ShowFERMER {
    background-image: url("../SRC/IMG/SYMBOL/Symbol2.png");
    background-size: contain;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 40px;
    right: 50px;
}

#sideProjectGallerie2ShowFERMER:hover {
    cursor: pointer;
}

/* sideProjectGallerie3Show */

#sideProjectGallerie3Show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
    align-items: center;
    justify-content: center;
    display: flex;
    user-select: none;
}

#sideProjectGallerie3ShowPRECEDENT {
    background-image: url("../SRC/IMG/SYMBOL/nav1.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie3ShowPRECEDENT:hover {
    cursor: pointer;
}

#sideProjectGallerie3ShowIMG {
    width: 1200px;
    box-shadow: 5px 5px 5px black;
}

#sideProjectGallerie3ShowSUIVANT {
    background-image: url("../SRC/IMG/SYMBOL/nav3.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie3ShowSUIVANT:hover {
    cursor: pointer;
}

#sideProjectGallerie3ShowFERMER {
    background-image: url("../SRC/IMG/SYMBOL/Symbol2.png");
    background-size: contain;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 40px;
    right: 50px;
}

#sideProjectGallerie3ShowFERMER:hover {
    cursor: pointer;
}

/* sideProjectGallerie4Show */

#sideProjectGallerie4Show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
    align-items: center;
    justify-content: center;
    display: flex;
    user-select: none;
}

#sideProjectGallerie4ShowPRECEDENT {
    background-image: url("../SRC/IMG/SYMBOL/nav1.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie4ShowPRECEDENT:hover {
    cursor: pointer;
}

#sideProjectGallerie4ShowIMG {
    width: 1200px;
    box-shadow: 5px 5px 5px black;
}

#sideProjectGallerie4ShowSUIVANT {
    background-image: url("../SRC/IMG/SYMBOL/nav3.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie4ShowSUIVANT:hover {
    cursor: pointer;
}

#sideProjectGallerie4ShowFERMER {
    background-image: url("../SRC/IMG/SYMBOL/Symbol2.png");
    background-size: contain;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 40px;
    right: 50px;
}

#sideProjectGallerie4ShowFERMER:hover {
    cursor: pointer;
}

/* sideProjectGallerie5Show */

#sideProjectGallerie5Show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
    align-items: center;
    justify-content: center;
    display: flex;
    user-select: none;
}

#sideProjectGallerie5ShowPRECEDENT {
    background-image: url("../SRC/IMG/SYMBOL/nav1.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie5ShowPRECEDENT:hover {
    cursor: pointer;
}

#sideProjectGallerie5ShowIMG {
    width: 1200px;
    box-shadow: 5px 5px 5px black;
}

#sideProjectGallerie5ShowSUIVANT {
    background-image: url("../SRC/IMG/SYMBOL/nav3.png");
    width: 100px;
    height: 100px;
}

#sideProjectGallerie5ShowSUIVANT:hover {
    cursor: pointer;
}

#sideProjectGallerie5ShowFERMER {
    background-image: url("../SRC/IMG/SYMBOL/Symbol2.png");
    background-size: contain;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 40px;
    right: 50px;
}

#sideProjectGallerie5ShowFERMER:hover {
    cursor: pointer;
}

/* end */

#sideProjectGallerie2{
    width: 1700px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-left: -250px;
}

#sideProjectGallerie2 ul li{
    display: inline-block;
    transition: transform .1s;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#sideProjectGallerie2 ul li img{
    object-fit: cover;
    width: 250px;
    height: 175px;
    border-radius: 10px;
    border: 7px solid black;
    box-shadow: 5px 5px black;
}

#sideProjectGallerie2 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: 200% 200%;
    cursor: pointer;
}

#sideProjectGallerie3{
    width: 1600px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -100px;
}

#sideProjectGallerie3 ul li{
    display: inline-block;
    transition: transform .1s;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#sideProjectGallerie3 ul li img{
    object-fit: cover;
    width: 250px;
    height: 175px;
    border-radius: 10px;
    border: 7px solid black;
    box-shadow: 5px 5px black;
}

#sideProjectGallerie3 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: 200% 200%;
    cursor: pointer;
}

#sideProjectGallerie4{
    width: 1700px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -240px;
}

#sideProjectGallerie4 ul li{
    display: inline-block;
    transition: transform .1s;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

#sideProjectGallerie4 ul li img{
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 7px solid black;
    box-shadow: 5px 5px black;
}

#sideProjectGallerie4 ul li:hover{
    transform: scale(1.1);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: 200% 200%;
    cursor: pointer;
}

#sideProject-symbol2 {
    position: relative;
    top: -100px;
    width: 800px;
    height: 80px;
    margin-top: -5px;
    margin-left: 400px;
    margin-bottom: -80px;
    list-style-type: none;
}

#sideProject-symbol2 li {
    margin-left: -150px;
    padding-top: 20px;
    font-size: 28px;
    font-family: Bachelor;
    color: yellow;
    width: 1000px;
}

#sideProject-symbol2 img {
    width: 70px;
}

#sideProjectBarre {
    margin-top: 50px;
    margin-left: -100px;
}

#sideProjectBarre img {
    height: 100px;
    width: 650px;
    margin-left: 0px;
}

#sideProjectBarre h2 {
    font-size: 30px;
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: DomCasualD;
    margin-left: 155px;
    margin-top: -80px;
}

#specialShow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 12;
    align-items: center;
    justify-content: center;
    display: flex;
    user-select: none;
}

#s-picture {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    max-width: 1500px;
    z-index: 1;
    opacity: 1;
}

#s-year {
    position: absolute;
    bottom: 70px;
    color: white;
    font-size: 1em;
    font-family: bankGothicMedium;
}

@media all and (min-width: 2560px){
    #s-year {
        bottom: 150px;
    }
}

#s-year a{
    color: red;
    text-decoration: none;
}

#s-year a:hover{
    cursor: pointer;
    text-decoration: underline;
}

#s-precedent {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#s-precedent:hover{
    opacity: 1;
}

#s-suivant {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#s-suivant:hover{
    opacity: 1;
}

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

#s-fermer:hover{
    opacity: 1;
}

#sideProject-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: adventure;
    text-decoration: none;
    font-size: 50px;
    color: white;
    padding: 0;
    border: none;
    background: none;
    -webkit-text-stroke: 2px red;
}

#sideProject-back:hover {
    text-shadow:
        0 0 1em red,
        0 0 0.2em red;
    cursor: pointer;
}

#sideProject-back2 {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: adventure;
    text-decoration: none;
    font-size: 50px;
    color: white;
    padding: 0;
    border: none;
    background: none;
    -webkit-text-stroke: 2px red;
}

#sideProject-back2:hover {
    text-shadow:
        0 0 1em red,
        0 0 0.2em red;
    cursor: pointer;
}

/* 3 Community Fanarts */

#communityFanarts {
    background-image: url("../SRC/14_EXTRAS/BGCOMMUNITY.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#communityFanarts h1 {
    font-size: 60px;
    font-family: adventure;
    padding-top: 100px;
    padding-left: 100px;
    color: white;
    -webkit-text-stroke: 2px red;
}

#communityFanarts h3 {
    font-size: 2em;
    padding-top: 50px;
    width: 1400px;
    margin: auto;
    font-family: DomCasualDItalic;
    font-weight: 100;
    color: black;
    text-align: justify;
}

#communityFanartsBarre img {
    height: 100px;
    margin-top: 50px;
    margin-left: 100px;
}

#communityFanartsBarre h2 {
    font-size: 40px;
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: DomCasualD;
    margin-left: 325px;
    margin-top: -80px;
}

#communityFanartsGallerie ul{
    text-align: left;
    margin-top: 40px;
    margin-left: 250px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#communityFanartsGallerie 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;
}

#communityFanartsGallerie ul li img{
    object-fit: cover;
    width: 250px;
    height: 175px;
    border-radius: 10px;
    border: 7px solid black;
    box-shadow: 5px 5px black;
}

#communityFanartsGallerie 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%,
        #069c2b 10%,
        #22ef71 20%,
        #069c26 30%,
        transparent 40%,
        transparent 50%,
        transparent 60%,
        transparent 70%,
        transparent 80%,
        transparent 90%,
        transparent 100%);
    border-radius: 10px;
    background-size: 200% 200%;
}

#communityFanarts h4 {
    padding-top: 50px;
    width: 1400px;
    height: 500px;
    margin: auto;
    font-family: DomCasualDItalic;
    text-align: center;
    font-size: 2em;
    color: white;
    font-weight: 100;
    text-shadow: 2px 2px 2px black;
}

.back-to-top {
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: red;
	border-radius: 0.5rem;
	padding: 0.5rem;
	text-decoration: none;
	transition: 0.2s ease-out;
    scroll-behavior: smooth;
    z-index: 1;
}

.back-to-top span {
	color: white;
	font-size: 3rem;
	transition: 0.2s ease-out;
}

.back-to-top:hover {
	background-color: white;
}
.back-to-top:hover span {
	transform: translateY(-4px);
    color: red;
}

#communityFanarts-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: adventure;
    text-decoration: none;
    font-size: 50px;
    color: white;
    padding: 0;
    border: none;
    background: none;
    -webkit-text-stroke: 2px red;
}

#communityFanarts-back:hover {
    text-shadow:
        0 0 1em red,
        0 0 0.2em red;
    cursor: pointer;
}

#communityFanartsShow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    overflow: hidden;
}

#cfs-shadow {
    background-color: black;
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
}

#cfs-picture {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    z-index: 1;
    opacity: 1;
}

#cfs-year {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    font-family: bankGothicMedium;
}

#cfs-year a{
    color: red;
    text-decoration: none;
}

#cfs-year a:hover{
    cursor: pointer;
    text-decoration: underline;
}

#cfs-precedent {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#cfs-precedent:hover{
    opacity: 1;
}

#cfs-suivant {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

#cfs-suivant:hover{
    opacity: 1;
}

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

#cfs-fermer:hover{
    opacity: 1;
}

@media all and (display-mode: fullscreen)
{
    #cfs-shadow {
        height: 1255px;
    }
    #cfs-year {
        bottom: 220px;
    }
}

/* 4 News! */

#newsExtra {
    background-image: url("../SRC/14_EXTRAS/BGNEWS.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 2em;
    height: 2000px;
}

#newsExtra h1 {
    font-size: 60px;
    font-family: adventure;
    padding-top: 100px;
    padding-left: 100px;
    color: white;
    -webkit-text-stroke: 2px red;
}

#news-menu {
    position: absolute;
    top: 250px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    width: 200px;
    height: 600px;
    font-family: DomCasualD;
    box-shadow: 5px 5px 5px black;
}

#news-menu ul {
    margin-top: 20px;
    margin-left: 50px;
}

.news-annee {
    color: red;
    list-style-type: square;
    font-size: 1em;
    text-shadow: 2px 1px 1px black;
}

.news-month {
    color: white;
    list-style-type: circle;
    font-size: 0.8em;
    text-shadow: 2px 1px 1px black;
}

.news-month:hover {
    color: yellow;
    cursor: pointer;
    text-decoration: underline;
}

#news-box {
    position: absolute;
    top: 250px;
    left: 300px;
    width: 1400px;
    height: 1700px;
    background-image: url("../SRC/14_EXTRAS/MEWS/bg-paper.png");
    background-size: cover;
    box-shadow: 5px 5px 5px black;
}

@media all and (min-width: 2560px){
    #news-box {
        left: 600px;
    }
}

#news-header {
    background-image: url("../SRC/14_EXTRAS/MEWS/header.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
}

#news-header h4 {
    padding-top: 180px;
    padding-left: 0px;
    font-size: 4.2em;
    text-align: center;
    font-family: LibelSuit;
    font-weight: 100;
    line-height: 1;
}

#news-header h3 {
    margin-top: -10px;
    padding-left: 0px;
    font-size: 4.2em;
    text-align: center;
    font-family: LibelSuit;
    font-weight: 100;
    line-height: 1;
}

#news-header h5 {
    padding-top: 200px;
    padding-left: 0px;
    font-size: 6em;
    text-align: center;
    font-family: LibelSuit;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 45px;
}

#news-header p {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-family: 'Courier New';
    font-size: 0.8em;
    font-weight: 600;
    /*background-image: url("../SRC/14_EXTRAS/MEWS/bg-paper.png");*/
    width: 1400px;
    text-align: justify;
}

.news-img-1 {
    width: 700px;
}

.news-img-2 {
    width: 400px;
}

.nh-right-txt {
    float: right;
    width: 600px;
    margin-right: 8px;
}

.nh-left-txt {
    float: left;
    width: 900px;
    margin-right: 30px;
}

.nh-center-txt {
    width: 1200px;
    margin-right: 30px;
}

.newsSignature {
    position: absolute;
    top: 1620px;
    left: 30px;
    font-family: 'Courier New';
    font-size: 1em;
    font-weight: 600;
}

#news-back {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    text-align: center;
    font-family: adventure;
    text-decoration: none;
    font-size: 50px;
    color: white;
    padding: 0;
    border: none;
    background: none;
    -webkit-text-stroke: 2px red;
}

#news-back:hover {
    text-shadow:
        0 0 1em red,
        0 0 0.2em red;
    cursor: pointer;
}

/* about daht */

#aboutDAHT {
    background-image: url("../SRC/14_EXTRAS/BGABOUTDAHT.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 2em;
}

#aboutDAHT a img:hover {
    opacity: 0.8;
}

#aboutDAHT h1 {
    font-size: 60px;
    font-family: adventure;
    padding-top: 100px;
    padding-left: 150px;
    color: white;
    -webkit-text-stroke: 2px red;
}

#aboutDAHT-page {
    margin: auto;
    width: 1200px;
}

#aboutDAHT2 img {
    width: 700px;
    margin-top: 50px;
    margin-left: 0px;
}

#aboutDAHT2 h2 {
    font-size: 25px;
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: DomCasualD;
    margin-left: 225px;
    margin-top: -73px;
}

#aboutDAHT-img-left img{
    margin-top: 50px;
    width: 400px;
}

#aboutDAHT-img-right img{
    margin-top: -290px;
    width: 400px;
    float: right;
}

#aboutDAHT-txt-right{
    float: right;
    width: 750px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: -290px;
}

#aboutDAHT-txt-middle{
    width: 1200px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: 20px;
}

#aboutDAHT-txt-left{
    width: 750px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: 50px;
}

#aboutDAHT-txt-middle2{
    width: 1200px;
    font-size: 30px;
    font-family: DomCasualDItalic;
    margin-top: 50px;
}

/* credits */

#credits {
    background-image: url("../SRC/14_EXTRAS/BGCREDITS.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 2em;
    color: white;
    text-shadow: 2px 1px 1px black;
}

#credits h1 {
    font-size: 60px;
    font-family: adventure;
    padding-top: 100px;
    padding-left: 100px;
    color: white;
    -webkit-text-stroke: 2px red;
}

.credit
{
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin: auto;
    width: 1000px;
}

.credit-titre
{
    font-size: 60px;
}

.dots
{
    flex-grow: 1;
    border-bottom: 5px dotted white;
    min-width: 10px;
    height: 1em;
}

.dots2
{
    flex-grow: 1;
    border-bottom: 0px;
    min-width: 10px;
    height: 1em;
}

#specialThanks
{
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin: auto;
    width: 740px;
    font-family: Bachelor;
}

#credits .credit .DomCasualDItalic {
    font-size: 1.2em;
}

#specialThanks .DomCasualDItalic {
    font-size: 1.6em;
}

.surligner {
    text-decoration: underline;
}

#specialThanks2
{
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin: auto;
    width: 1000px;
    font-family: DomCasualDItalic;
    padding-top: 60px;
    padding-bottom: 80px;
    font-size: 0.8em;
}

#specialThanks3
{
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin: auto;
    width: 170px;
    font-family: DomCasualDItalic;
    padding-bottom: 120px;
}

#specialThanks4
{
    text-align: center;
    margin: auto;
    width: 1000px;
    font-family: bankGothicMedium;
    padding-bottom: 150px;
    font-size: 0.5em;
    opacity: 1;
    font-weight: 900;
    width: 900px;
}

