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

p {
  line-height: 1.5em;
  font-size: 0.9em;
  color: black;
}

nav a {
  color: #00A1E0 !important;
  font-weight: bold !important;
  font-size: 1.3em !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;
}

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

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

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

.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;
}

#nosvaleurs {
  color: white;
}

.lia {
  font-size: 5em;
  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.6em;
}

.popup-ad {
  position: fixed;
  top: 110px;
  right: 15px;
  width: 500px;
  height: 300px;
  background: white;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ad-part1, .ad-part2 {
  margin: 10px;
  text-align: center;
}

.ad-part1 img {
  max-width: 60%;
  height: auto;
}

.ad-part2 h5, .ad-part2 p, .ad-part2 a {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 15px;
}

.close-ad {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  cursor: pointer;
}

@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 */
