
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
h1,h2,h3{
  font-family: Arvo;
}
body, html {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}
.btn{
    border: none;
    padding: 10px;
    border-radius: 0;
    font-family: Arvo;
}
.card:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.card-img-top {
  width: 100%;  /* Ajuste la largeur à 100% du conteneur */
  height: 200px; /* Fixe une hauteur uniforme */
  object-fit: cover; /* Coupe l'image pour qu'elle remplisse le cadre sans déformation */
  border-radius: 8px; /* Coins arrondis pour un meilleur rendu */
}

.logo {
    max-width: 150px;
    
  }
  
.btn-primary{

    background-color: rgb(27, 155, 210) !important;
}
.btn-success{

    background-color: rgb(31, 189, 23) !important;
}
.bg-primary{
    background-color:rgb(27, 155, 210) !important;
}
.text-primary{
    color: rgb(27, 155, 210) !important;
}
.active{
  color: #000 !important;
}
.superNav {
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
    font-size:14px;
    font-weight:700
  }
  .navbar-nav > .nav-item > .nav-link {
    font-size: 18px;
    color: #7a7a7a;
    letter-spacing: 1px;
}
.background-container {
    position: relative;
    height: 60vh; /* Full viewport height */
    background-image: url('../images/back.jpg'); /* Your background image */
    background-attachment: fixed; /* Fixed background */
    background-size: cover; /* Make sure the image covers the whole container */
    background-position: center; /* Center the background */
    display: flex; /* Use Flexbox to center content */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  }
  
  .background-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Black overlay with opacity */
    z-index: 1; /* Place overlay behind text */
  }
  
  .content {
    position: relative;
    z-index: 2; /* Make sure text is in front of the overlay */
    color: white; /* Text color */
    text-align: center; /* Center the text */
    padding: 30px;
  }
  
  .content h1 {
    color: rgb(27, 155, 210) !important;
    font-family: Arvo;
    font-size: 3.1rem;
    font-weight: 700;
  }
  .content p{
    font-size: 20px;
    font-weight: 200;
}
.background-container1 {
  position: relative;
  height: 60vh; /* Full viewport height */
  background-image: url('../images/back1.jpg'); /* Your background image */
  background-attachment: fixed; /* Fixed background */
  background-size: cover; /* Make sure the image covers the whole container */
  background-position: center; /* Center the background */
  display: flex; /* Use Flexbox to center content */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.background-container1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with opacity */
  z-index: 1; /* Place overlay behind text */
}

.content1 {
  position: relative;
  z-index: 2; /* Make sure text is in front of the overlay */
  color: white; /* Text color */
  text-align: center; /* Center the text */
  padding: 30px;
}


.content1 h1 {
  color: rgb(27, 155, 210) !important;
  font-family: Arvo;
  font-size: 4rem;
  font-weight: 700;
}

.background-container2 {
  position: relative;
  height: 30vh; /* Full viewport height */
  background-image: url('../images/back1.jpg'); /* Your background image */
  background-attachment: fixed; /* Fixed background */
  background-size: cover; /* Make sure the image covers the whole container */
  background-position: center; /* Center the background */
  display: flex; /* Use Flexbox to center content */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.background-container2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with opacity */
  z-index: 1; /* Place overlay behind text */
}

.content2 {
  position: relative;
  z-index: 2; 
  color: white; 
  padding: 30px;
}

.content2 h1 {
  color: rgb(27, 155, 210) !important;
  font-family: Arvo;
  font-size: 4rem;
  font-weight: 700;
}
.blockquote {
  border-left: 5px solid #007bff;
  padding-left: 15px;
  font-style: italic;
  color: #555;
}

@media (max-width: 768px) {
  .content {
    padding: 20px; /* Reduce padding on mobile */
  }
  .content2 h1 {
    font-size: 2.5rem; /* Adjust font size for mobile */
  }

  .content h1 {
    font-size: 2.5rem; /* Adjust font size for mobile */
  }
  .background-container2 {

    height: 15vh; /* Full viewport height */

  }
}
@media screen and (max-width:900px){
    .superNav{
        display: none;
    }
    button .bi-list-nested{
        font-size: 30px;
      }
  }

