@import "./default.css";
.baner {
  background: linear-gradient(var(--blacken), var(--blacken)),
    url("/images/covoer-ngor.jpg") no-repeat center/cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner h1 {
  color: var(--white);
  font-size: 5em !important;
  text-transform: uppercase;
}
.qsn {
  background-color: var(--bc-gray-1);
  width: 100%;
  /* padding: 40px 0; */
}

.qsn .card img {
  width: 100%;
}
.choisir {
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  padding: 40px 0;
}
.choisir h2,
.equipe h2 {
  color: var(--blue);
  padding: 40px 20px;
}
.choisir .boite {
  padding: 30px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
.choisir .icon-choisir i {
  color: var(--blue);
  padding: 20px;
  font-size: 2.5em;
  border-radius: 100%;
}
.choisir .boite p {
  color: var(--gray);
  padding-top: 10px;
}

/* PArtie mobile */
@media only screen and (max-width: 768px) {
  .baner h1 {
    font-size: 2em !important;
  }
  .baner {
    height: 50vh;
  }
  .baner h1 {
    color: var(--white);
    font-size: 2.3em;
  }

  .qsn .card img {
    width: 100%;
    height: auto !important;
  }
  .choisir {
    height: 100%;
  }
}
