

.navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 80px;
  }

  
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 100px;
    }
    .navbar .container-fluid {
      flex-direction: column;
    }
    .navbar .navbar-nav .nav-item {
      padding: 0.5em 1em;
    }
    .navbar-nav {
      border-bottom: 2px solid #fff;
    }
  }
  
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
  }
  .navbar .navbar-nav {
    border-top: 2px solid #fff;
    margin-top: 0.5em;
  }

  
/*---------------------------------- HEADER ------------------------------------ */
/* Styles pour le header */
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh; /* Prend toute la hauteur de l'écran */
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Couleur et opacité de l'overlay */
  z-index: 1;
}

header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Couvre toute la zone sans déformation */
  z-index: 0;
}

header .container {
  position: relative;
  z-index: 2;
  color: #fff; /* Couleur du texte pour un bon contraste */
}

header .logo {
  max-width: 100%;
  height: auto;
}

header .text-center {
  margin: 0 auto;
}

@media (max-width: 767px) {
  header .display-4 {
    font-size: 2.5rem; /* Taille du titre pour les petits écrans */
  }

  header .lead {
    font-size: 1rem; /* Taille du texte pour les petits écrans */
  }
}



/* a propos de nous */

/* -------------------------------------------------------------- */
