@font-face {
  font-family: "morn";
  src: url("polices/morn.otf");
}

body {
  /* font-family: "morn"; */
  color: white;
}

.hide {
  display: none;
}
img {
  border-radius: 50px !important;
}
#aucuneVideo {
  margin-top: 50px;
}
.navbar-brand {
  text-align: center;
  font-size: 20px;
}
.logo {
  text-align: center;

  padding-top: none;
  padding-bottom: none;
}

.realisateur,
.production {
  color: grey;
  font-size: small;
}

.video_id {
  margin-top: 20px;
}

video {
  border-radius: 20px;
}

.metadata {
  opacity: 0 !important;
  position: absolute !important;
  left: 0;
}

img {
  transition: ease-in-out 0.2s;
}

img:hover {
  opacity: 0.8;
}

video:hover {
  cursor: pointer;
}

#cpr {
  margin-top: 100px;
  margin-bottom: 100px;
}

a {
  color: grey;
  text-decoration: none !important;
  transition: ease-in-out 0.2s;
}

a:hover {
  opacity: 0.8;
}

.contact-container {
  margin-top: 100px;
}

.menu {
  margin-top: 50px;
}

.menu a {
  padding: 10px;
}

/* loader */

.loader {
  margin: auto;
  border: 20px solid #eaf0f6;
  border-radius: 50%;
  border-top: 20px solid #2c2c2c;
  width: 100px;
  height: 100px;
  animation: spinner 0.6s linear infinite;
}

.home-container {
  opacity: 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  height: 80vh;
  display: flex;
}

/* Styles pour la navbar */
.navbar {
  background-color: #fff; /* Couleur de fond de la navbar */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Ombre sous la navbar */
  transition: box-shadow 0.3s ease; /* Transition douce pour l'ombre */
}

/* Styles pour l'ombre au survol */
.navbar:hover {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1); /* Ombre plus prononcée au survol */
}
