@charset "UTF-8";
html {
  font-size: 100%;
  font-family: "Adobe Heiti Std R", serif;
}

p {
  line-height: 1.5em;
  font-size: 1em !important;
  color: black;
}

nav a {
  color: #00A1E0 !important;
  font-weight: bold !important;
  font-size: 1.1em !important;
}

a:hover, a:focus {
  color: #90bfd2 !important;
}

footer {
  font-size: 0.75em;
}

/*Navigation*/
/* Additional styles to ensure logo and menu items are aligned correctly */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 80px;
  background-color: black;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 80px; /* or your image's height */
}

.navbar-brand img {
  height: 100%;
}

.navbar-toggler {
  z-index: 2;
}

.lia {
  font-size: 4em;
  color: #00A1E0; /* Or whatever color the text is */
  display: inline-block; /* This is necessary to apply a border to inline elements like text */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInSlide 5s ease forwards;
}

.lia_2 {
  font-size: 3em;
  color: #0a0a0a;
  animation-delay: 5s;
  animation: fadeInSlide 5s ease forwards;
}

.title {
  color: white;
  font-weight: bold;
  font-size: 1.5em;
}

.section {
  font-weight: bold;
  font-size: 2.5em;
}

.landingPagePart1 {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.landingPagePart2 {
  background-color: black;
  font-size: 1.1em;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.vignette {
  background-color: #00A1E0;
  padding: 2em;
  min-height: 250px;
}

.vignette_font_80 {
  background-color: rgba(0, 161, 224, 0.6);
}

.vignette_font_40 {
  background-color: rgba(0, 161, 224, 0.4);
}

.valeur {
  min-height: 100px;
  background-color: #00a1e0;
  color: white;
}

.equipe {
  min-height: 400px;
  background-color: #0a0a0a;
  color: white;
}

.equipe_titre{
  color: #00A1E0;
  font-weight: bold;
  font-size: 1.3em;
}


#nosvaleurs {
  color: white;
}

@media (min-width: 992px) {
  .navbar .navbar-nav {
    flex-direction: row;
  }
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
}
@media (max-width: 600px) {
  .lia {
    font-size: 4em;
    padding-top: 10px;
  }
  .lia_2 {
    font-size: 2em;
    padding-left: 10px;
  }
}
/* Animation pour les éléments avec les classes .lia et .lia_2 */
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=styles.css.map */
