
/* ********************** */
/* ********************** */

   /* CALIBRI
========================= */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibrib.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibrii.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri Light';
    src: url('../fonts/calibril.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri Light';
    src: url('../fonts/calibrili.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibriz.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

   /* AUTRES FONTS
========================= */

@font-face {
    font-family: 'Cherry Mono Space';
    src: url('../fonts/cherrymonospacelight.ttf') format('truetype');
}

@font-face {
    font-family: 'Conthrax';
    src: url('../fonts/conthraxsb.otf') format('opentype');
}

@font-face {
    font-family: 'Cute Font';
    src: url('../fonts/cutefontregular.ttf') format('truetype');
}

@font-face {
    font-family: 'Pirulen';
    src: url('../fonts/pirulenrg.otf') format('opentype');
}

@font-face {
    font-family: 'Space Age';
    src: url('../fonts/spaceage.ttf') format('truetype');
}

@font-face {
    font-family: 'Unica One';
    src: url('../fonts/unicaoneregular.ttf') format('truetype');
}


/* ********************** */
/* ********************** */


* {
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

img {
    pointer-events: none;
}

.page-preloader {
    background-color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

.bloc {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Videobackground */
.bloc video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    z-index: -100;
    transform: translate(-50%, -50%);
    /* Effet apparition */
    opacity: 0;
    animation: fadeVideo 5s ease-in-out forwards;
}

/* Animation */
@keyframes fadeVideo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ********************** */


/* background html */
body{
    font-family: "UnicaOne", Verdana;
    background-color: black;
    /* cursor: none; */
    user-select: none;
}

/* body, a, button {
  cursor: none;
} */

h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 2rem;
    text-shadow: 5px 5px 10px #ffffff59;
    color: rgb(255, 255, 255);
    font-family: "UnicaOne", sans-serif;
    margin-top: 30%;
}


/* ********************** */
/* Icon Entrer */
.iconenter {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;

  color: white;
  position: fixed;
  left: 50%;
  bottom: 80px;

  font-size: 25px;
  display: inline-block;
  text-decoration: none;
  /* Position initiale : sous l'écran */
  transform: translate(-50%, 300px) scale(1);
  opacity: 0;
  /* Ombre rouge */
  text-shadow:
    0 0 10px red,
    0 0 20px red,
    0 0 40px red;
  /* Hover smooth */
  transition:
    color 0.4s ease,
    transform 0.4s ease,
    text-shadow 0.4s ease;
  /* Animation d'entrée */
  animation: slideUp 1.5s ease-out 2s forwards;
}

.iconenter span {
  font-size: inherit;
  line-height: 1;
}

/* Hover */
.iconenter:hover {
  color: red;

  transform: translate(-50%, 0) scale(1.15);

  text-shadow:
    0 0 20px red,
    0 0 40px red,
    0 0 80px red;
}

/* Animation */
@keyframes slideUp {
  from {
    transform: translate(-50%, 300px) scale(1);
    opacity: 0;
  }

  to {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
}


/* ********************** */
/* Copyright */
.copyright {
  color: white;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Conthrax', Arial, sans-serif;
  font-size: 11px;
  line-height: 50px;
  font-weight: 500;
  pointer-events: initial;
  overflow: hidden;
  transform: translate(-50%, 300px) scale(1);
  animation: slideUp 1.5s ease-out 2.4s forwards;
  transition:
    color 0.4s ease,
    transform 0.4s ease,
    text-shadow 0.4s ease;
}

.copyright:hover {
  transform: translate(-50%, 0) scale(1.15);
}

/* Style du lien copyright */
.copyright .link {
  color: inherit;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

/* Soulignement animé */
.copyright .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Effet au survol */
.copyright .link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Effet quand on enlève le curseur */
.copyright .link::after {
  transition: transform 0.8s ease;
}

/* ********************** */
/* ********************** */

