.video-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.image-brand {
  font-family: "Colonna MT", sans-serif;
  font-size: 85px;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 550px) {
  .image-brand {
    font-size: 65px;
  }
}
@media (max-width: 450px) {
  .image-brand {
    font-size: 50px;
  }
}
.nav-brand {
  font-family: "Colonna MT", sans-serif;
  font-size: 30px;
}

.navbar {
  font-size: 22px;
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #c09e6f;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

.hr-heading {
  display: inline-block;
  width: 3.5rem;
  height: 0.135rem;
  margin-top: 0rem;
  border: none;
  background-color: var(--bs-secondary);
  opacity: 1;
}

.xl-text {
  font-size: 75px;
}

.m-text {
  font-size: 30px;
}

.s-text {
  font-size: 18px;
}

.ads-text {
  font-size: 22px;
  margin: auto;
}

.ads-details-text {
  font-size: 25px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .ads-details-text {
    font-size: 23px;
  }
}
.text-details {
  font-size: 20px;
}

@media (max-width: 1400px) {
  .ads-text {
    font-size: 19px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ads-text {
    font-size: 18px;
  }
  .ads-image {
    width: auto;
    padding-top: 20px;
  }
}
.avis {
  background: url("../images/background-avis.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 480px) {
  .avis {
    background: linear-gradient(to bottom, #000000, #c09e6f);
  }
}
.avis::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.avis .carousel {
  z-index: 10;
}

.map iframe {
  left: 0;
  top: 0;
  height: 655px;
  width: 100%;
  border: none;
}

.card-body {
  font-size: 20px;
}

@media (max-width: 992px) {
  .contact-title {
    font-size: 33px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .list-forfait li {
    font-size: 20px !important;
  }
  .price {
    font-size: 60px !important;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .list-forfait li {
    font-size: 27px !important;
  }
  .price {
    font-size: 65px !important;
  }
}
@media (max-width: 768px) {
  .list-forfait li {
    font-size: 27px !important;
  }
  .price {
    font-size: 60px !important;
  }
}
@media (max-width: 475px) {
  .card-coup-de-coeur-mobile {
    min-height: 465px;
  }
  .card-option {
    max-width: 350px;
  }
  .list-forfait-options li {
    font-size: 21px !important;
  }
}
.photo-booth {
  border-radius: 2% 2% 0% 0%;
  height: 340px;
}

.miroir-booth {
  border-radius: 3% 3% 0% 0%;
  height: 340px;
}

.booth-360 {
  border-radius: 3% 3% 0% 0%;
  height: 340px;
}

::-webkit-input-placeholder {
  font-size: 18px;
}

:-moz-placeholder {
  font-size: 18px;
}

::-moz-placeholder {
  font-size: 18px;
}

:-ms-input-placeholder {
  font-size: 18px;
}

@media (max-width: 992px) {
  .contact-title {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 25px;
  }
}
.btn-outline-dark:hover {
  color: #fff;
}

.galerie:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}

.fa-facebook {
  font-size: 35px;
}
.fa-facebook:hover {
  color: #1877f2;
}

.fa-twitter {
  font-size: 35px;
}
.fa-twitter:hover {
  color: #1da1f2;
}

.fa-instagram {
  font-size: 35px;
}
.fa-instagram:hover {
  color: #833ab4;
}

.fa-youtube {
  font-size: 35px;
}
.fa-youtube:hover {
  color: #ff0000;
}

.footer-brand {
  font-family: "Dancing Script", cursive;
  font-size: 15px;
  font-weight: 700;
}
