body {
  font-family: 'Segoe UI', sans-serif;
}

footer{
  background-color: #b0cc6f;
  color: #fff;
}

.preinsc {
  background-color: #4e5e34;
  color: white;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
}
.preinsc:hover{
  background-color: #b0cc6f;

}

.hero h1 {
  font-size: 2.5rem;
  line-height: 2.2rem;
  color:#b0cc6f;
}
.navbar-brand img{

    height: 200px;
    position: absolute;
    top: 1px;
    left: 10px;
}

.navbar
{
  font-family: 'Sequel', sans-serif;
  position: fixed;
  top: 0px;
  right: 46px;
  width: 92%;
  z-index: 10000;
  font-size: 18px;

}

.hero{
  padding-top: 75px;
}

.nav-link {
  color: #4e5e34;
  font-weight: 500;
  transition: color 0.3s;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #4e5e34;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: #3a4528; /* couleur plus foncée au hover */
}
.navbar-collapse{
    padding-left: 20px;
    background: #e6ebec;
    margin-top: 3px;
}

#filieres{
 color: #4e5e34;
}

.filiale-img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.students{
    margin-top: 10px;
}


@media (min-width: 768px) {
  .hero h1 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
  .navbar-brand img{
    height: 232px;
    
  }
  .hero{
  padding-top: 0px;
}

.navbar-collapse{
    padding-left: 0px;
    background: #fff;
    margin-top: 0px;
}

.students{
    margin-top: 79px;
}
.formez{
    margin-bottom: 20.5rem!important
}
.ouverture-prochaine {
    
    margin-top: 100px!important
    
}

}
