/*-------------------------------footer vid--------------------------------------------------------------*/

.footer {
  position: relative;
  background-image: url("img/footer.jpg");
  background-size: cover;
  background-position: center -150px;
  background-repeat: no-repeat;
  height: auto; /* adapte la hauteur au contenu */
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.footer-social-icons i {
  font-size: 30px; /* taille souhaitée, ajuste selon ton design */
  border: none; /* supprime la bordure si elle existe */
}
.footer-copyrights {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px 0;
}

.footer-copyrights a {
  color: #fff; /* garde blanc si le fond est sombre, adapte si besoin */
  text-decoration: none;
  font-size: 14px;
}
.footer .footer-copyrights {
  text-align: center;
  background-color: transparent !important;
}
/*-------------------------------------div--------------------------------------------------------*/
.bs0 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bs1 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
}
/*-----------------------------------video body----------------------------------------------------------*/
body {
  margin: 0;
  background-color: white;
  position: relative;
  overflow-x: hidden; /* empêche scroll horizontal si besoin */
  overflow-y: auto; /* autorise le scroll vertical */
}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  opacity: 0.1;
  object-fit: cover;
  pointer-events: none;
}

/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
