@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

body {
  margin: 0;
  padding: 0;
}

.red {
  color: #dc3545;

}

/*CSS Lenis For The Scroll Trigger Animation*/


/*Font Styles*/
.montserat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.montserat-400 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.montserat-Bold {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: bold;
}
.poppins {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*Header Styles*/
.LogoBAE {
  position: relative;
  height: 40%;
  top: 26%;
}

.nav-list {
  font-size: 12px;
}

@media (max-width:991px) {
  .sidebar {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);

  }

}

.hover {
  height: 80%;
}

.hover:hover {
  border-style: solid;
  border-color: #dc3545;
  background-color: #dc354642;
  border-radius: 50px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  transition: ease-in 0.1s;
}

.hover-box:hover {
  border-radius: 50px;
  transform: scale(1.08);
  transform-origin: left;
  transition: ease-in-out 0.5s;
}

.whatTheySay {
  border-radius: 50px;
  background-color: #ffffff;
  color: black;
  height: 80%;
}

.whatTheySay:hover {
  color: white;
  transform: scale(1.01);
  transform-origin: left;
  transition: ease-in-out 0.3s;
}

.lang {
  background-color: rgba(255, 136, 0, 0.952);
}

.lang:hover {
  background-color: rgba(255, 136, 0, 0.952);
  border-style: solid;
  border-color: #dc3545;
  border-radius: 50px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  transition: ease-in 0.1s;
}

/* end Header Styles*/


.boxImg {
  top: 2px;
  font-weight: bold;
  left: -50%;
  width: 220px;
  height: 150px;
  color: white;
  font-size: 25px;
  background-color: #dc3545;
}

hr {
  width: 40%;
  bottom: 10px;
}

.hoverCard:hover {
  background-color: rgb(63, 63, 63);
  color: white;
  transition: ease-in-out 0.5s;
  scale: 1.022;
}

.hoverCard1:hover {
  background-color: #000000;
  color: white;
  transition: ease-in-out 0.5s;
  scale: 1.022;
}

/*Bienvenue Styles*/
.hover-img {
  height: 80vh;
  background-image: url(/media/BackColor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Color Variable*/
.infrasHR {
  border-top: 1px solid #000;
  margin: unset;
}
.lienStyle {
height:80px;
border-radius:25% 75% 46% 54% / 60% 53% 47% 40%;
background-color:#FFFFF7;
box-shadow: -12px 14px 18px -20px rgba(0,0,0,0.75);
  
}