@font-face {
  font-family: "TanNimbus";
  font-style: normal;
  src: url("../fonts/tan-nimbus/tan-nimbus.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Cranberry";
  font-style: normal;
  src: url("../fonts/Cranberry/Cranberry.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "LondrinaSolid";
  font-style: normal;
  src: url("../fonts/LondrinaSolid/LondrinaSolid-Regular.ttf") format("truetype"), url("../fonts/LondrinaSolid/LondrinaSolid-Bold.ttf") format("truetype"), url("../fonts/LondrinaSolid/LondrinaSolid-Light.ttf") format("truetype"), url("../fonts/LondrinaSolid/LondrinaSolid-Thin.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Poetsen";
  font-style: normal;
  src: url("../fonts/poetsen-one/PoetsenOne-Regular.ttf") format("truetype");
  font-weight: 400;
}
#sect1 {
  padding: 1.5rem 0;
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  background-image: url("../img/bg-index.jpg");
  background-size: cover;
  background-position: 50% 30%;
  overflow: hidden;
}
#sect1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/layer-index.png");
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #sect1 {
    min-height: 0;
    padding: 4rem 0 6rem 0;
  }
}
#sect1 .content {
  position: relative;
  width: 42%;
  margin: auto 0;
}
#sect1 .content .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #sect1 .content .btns {
    flex-direction: column;
  }
}
#sect1 .content .btns .btn-taxi {
  display: none;
}
@media screen and (max-width: 768px) {
  #sect1 .content .btns .btn-taxi {
    display: inline;
  }
}
#sect1 .content .btns .btn-team {
  display: block;
}
@media screen and (max-width: 768px) {
  #sect1 .content .btns .btn-team {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sect1 .content {
    padding-top: 2rem;
    width: 100%;
    text-align: center;
  }
}
#sect1 .content h1 {
  margin-bottom: 2rem;
}
#sect1 .content p {
  margin-bottom: 3rem;
}

#banniere_verte {
  position: relative;
  padding: 4.5rem 0 3.8rem 0;
  background-color: #e69e40;
  color: #f2f2f2;
}
#banniere_verte::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 59px;
  background-image: url("../img/decors/fleur_jaune_petite.png");
  background-repeat: repeat;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#banniere_verte::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 59px;
  background-image: url("../img/decors/fleur_jaune_petite.png");
  background-repeat: repeat;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#banniere_verte .carousel .carousel-item {
  position: relative;
}
#banniere_verte .carousel .carousel-item img {
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #banniere_verte .carousel .carousel-item img {
    width: 120px;
    height: 120px;
  }
}
#banniere_verte .carousel .carousel-item .nickname {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #banniere_verte .carousel .carousel-item .nickname {
    font-size: 1.15rem;
    margin-top: 0.7rem;
  }
}

#sect2 .content {
  text-align: center;
  margin: 3rem 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  #sect2 .content {
    margin: 3rem 0;
  }
}
#sect2 .content h1 {
  margin-bottom: 3.5rem;
}
#sect2 .content .videos {
  position: relative;
  width: 100%;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #sect2 .content .videos {
    flex-wrap: wrap;
  }
}
#sect2 .content .videos .film {
  aspect-ratio: 16/9;
  width: 100%;
  border: none;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #sect2 .content .videos .film {
    width: 100%;
    height: 100%;
  }
}
#sect2 .content .videos .choree {
  display: block;
  aspect-ratio: 9/16;
  width: 25%;
  border: none;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #sect2 .content .videos .choree {
    width: 100%;
    height: 100%;
  }
}

#sect3 .content {
  text-align: center;
  margin: 3.5rem 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
  #sect3 .content {
    margin: 3.5rem 0 1rem 0;
  }
}
#sect3 .content h1 {
  margin-bottom: 4rem;
}
#sect3 .content .partenaires {
  display: flex;
  gap: 3em;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#sect3 .content .partenaires:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #sect3 .content .partenaires .partenaire {
    width: 100%;
  }
}
#sect3 .content .partenaires .partenaire img {
  width: 190px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#sect3 .content .partenaires .partenaire img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #sect3 .content .partenaires .partenaire img {
    width: 160px;
  }
}