html,body{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-family: 'Cornerita';
    font-size: 18px;
    letter-spacing: 1px;
    background-size: auto;
    background-color: #0f0e0e;
    color: white;
    transition: transform 2s;
}

*{
  box-sizing: border-box;
}

@font-face {
  font-family: 'LASER';
  src: url('./images/LASER\ REGULAR.otf') format('opentype');
}

@font-face {
  font-family: 'Cornerita';
  src: url('./images/cornerita-regular.ttf') format('opentype');
}

strong{
  color: cyan;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
}

.tel{
  font-size: 50px;
  padding: 50px;
}

.tel strong{
  color: cyan;
  font-size: 60px;
  letter-spacing: 1px;
  font-weight: bold;
}

h1{
  margin-top: 100px;
  font-size: 50px;
  text-align: center;
  font-family: 'LASER';
}

.tel h1{
  margin-top: 100px;
  font-size: 90px;
  text-align: center;
  font-family: 'LASER';
}

h2{
  text-align: center;
  font-size: 30px;
  color:yellow;
  text-transform: uppercase;
  font-family: 'LASER';
}

.tel h2{
  text-align: center;
  font-size: 70px;
  color: yellow;
  text-transform: uppercase;
  font-family: 'LASER';
}

h3{
  margin-top: 30px;
  font-family: 'LASER';
}


div{
  text-align: center;
  padding: 10px 0px 10px 0px;
  background-color: #0f0e0e;
}


.noir{
  background-color: #000000;
  margin: 0;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 1s ease;
}

.active.fade-right {
  animation: fade-right 1s ease;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease;
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes kerjean {
  100% {
    transform: translate(200vw,200vh) rotate(1turn);
  }
}

@keyframes antonin {
  0%{
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}















#loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 1s ease-out;
  z-index: 10;
}

#loading-screen.invisible {
  opacity: 0;
}

.anneau {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 20vw;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 18vw;
  font-family: sans-serif;
  font-size: 20px;
  color: #00ffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00ffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  z-index: 11;
  opacity: 1;
  transition: transform 1s ease-out, opacity 0.5s ease-in-out;
}

.anneau:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #00ffff;
  border-right: 3px solid #00ffff;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
  filter: blur(2px);
}

span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 2s linear infinite;
}

span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffff;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #00ffff;
  filter: blur(2px);
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}















#anim{
  padding: 0px;
}

video {
  width: 73%;
  height: auto;
  z-index: 1;
  border-radius: 2%;
}

#neon{
  z-index: 0;
}

#neon::before{
  content: '';
  position: absolute;
  z-index: -2;
  left: 30%; /*À modifier en fonction de la taille des boîtes*/
  top: 0%; /*À modifier en fonction de la taille des boîtes*/
  width: 40%; /*À modifier en fonction de la taille des boîtes*/
  height: 10%; /*À modifier en fonction de la taille des boîtes*/
  background-image: linear-gradient(cyan, cyan);
  filter: blur(5px);
  animation: descend 3s ease-out infinite;
}

@keyframes descend {
  0%{
    transform: translateY(40%);
  }

  100% {
    transform: translateY(650%);
  }
}

.fleche-bas {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 2;
}

#fleche-haut{
  display: flex;
  justify-content: center;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 5;
}

nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: #000000;
}

.haut {
  position: relative;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  padding: 20px;
  font-size: large;
  border-radius: 5px;
  background-color: black;
}

.haut::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -150%; /*À modifier en fonction de la taille des boîtes*/
  top: -150%; /*À modifier en fonction de la taille des boîtes*/
  width: 400%; /*À modifier en fonction de la taille des boîtes*/
  height: 400%; /*À modifier en fonction de la taille des boîtes*/
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(cyan, cyan);
  filter: blur(5px);
  animation: rotate 8s linear infinite;
}

.haut:hover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -150%; /*À modifier en fonction de la taille des boîtes*/
  top: -150%; /*À modifier en fonction de la taille des boîtes*/
  width: 400%; /*À modifier en fonction de la taille des boîtes*/
  height: 400%; /*À modifier en fonction de la taille des boîtes*/
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(yellow, yellow);
  animation: rotate 8s linear infinite;
}

.haut::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: black;
  border-radius: 5px;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

a{
  color: white;
}

a:visited{
  color: white;
}

a:hover{
  color: white;
  text-decoration: none;
}

.haut a{
  cursor:pointer;
}

.navbar-small .haut {
  font-size: 11px;
  margin-bottom: 20px;
  background-color: #1f1f1f;
}

.navbar-small img {
  margin-bottom: 20px;
}

.burger-btn {
  cursor: pointer;
  display: none;
}

.bar {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 6px;
  transition: 0.4s;
  padding: 0;
}

@media (max-width: 480px) {
  .burger-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
  }

}













.container-fluid{
  overflow-x: hidden;
}

input[type=radio] {
  display: none;
}

.cards {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.cards img {
  object-fit: cover;
  cursor: default;
  transition: transform 0.5s;
}

.cards img:hover {
  object-fit: cover;
  cursor: default;
  transform: scale(110%);
}

.card {
  position: absolute;
  width: 60%;
  height: 500px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  transition: transform .4s ease;
  border: solid cyan;
  cursor: pointer;
  background-color: #0f0e0e;
}

#item-1 ~ .cards #cadre-4, #item-2:checked ~ .cards #cadre-1, #item-3:checked ~ .cards #cadre-2, #item-4:checked ~ .cards #cadre-3 {
  transform: translatex(60%) scale(.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1 ~ .cards #cadre-3, #item-2:checked ~ .cards #cadre-4, #item-3:checked ~ .cards #cadre-1, #item-4:checked ~ .cards #cadre-2 {
  transform: translatex(0%) scale(.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1 ~ .cards #cadre-2, #item-2:checked ~ .cards #cadre-3, #item-3:checked ~ .cards #cadre-4, #item-4:checked ~ .cards #cadre-1 {
  transform: translatex(-60%) scale(.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1 ~ .cards #cadre-1, #item-2:checked ~ .cards #cadre-2, #item-3:checked ~ .cards #cadre-3, #item-4:checked ~ .cards #cadre-4 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}

.cards2 {
  width: 100%;
  margin-bottom: 20px;
}

.cards2 img {
  margin: 1vw;
}

.cards2 h2{
  font-size: 70px;
}

.cards2 p{
  font-size: 50px;
}

.card2 {
  width: 100%;
  left: 0;
  right: 0;
  margin-bottom: 2vw;
  padding: 1vw;
  background-color: #0f0e0e;
  border: solid cyan;
}














.lien {
  height: 300px;
  margin: 20px;
  background-position: center;
  border-radius: .5rem;
  width: 35%;
  transition: 300ms ease;
  cursor: pointer;
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.lien img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.lien:hover {
width: 40%;
}

.apparition {
  position: absolute;
  color: white;
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 2px;
  }

  .apparition h3 {
    margin: 0;
    padding: 0;
}

.lien:hover>.apparition {
opacity: 1;
}

.lien2 {
  height: 300px;
  margin: 20px;
  border-radius: .5rem;
  width: 100%;
  cursor: pointer;
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.lien2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apparition2 {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 2px;
  }

  .apparition2 h3 {
    margin: 0;
    padding: 0;
    font-size: 60px;
}























.contact img{
  transition: transform 0.5s;
}

.contact img:hover {
  transform: scale(110%);
}

.texte{
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

.tel .texte{
  text-align: center;
  font-size: 60px;
  margin-top: 10px;
}

.boite {
  padding: 20px;
  border: solid cyan;
  background-color: #000000;
  border-radius: 10px;
}

.boite2 {
  margin: 20px;
  padding: 20px;
  border: solid cyan;
  background-color: #000000;
  border-radius: 10px;
}