

body {
    font-family: 'Poppins', sans-serif;
    color: #333
}

.btn-primary{
    background-color: #BA292E;
    border-color: #BA292E;
}

.btn-secondary{
    background-color: transparent;
    border-color: white;
}

.btn-primary:hover {
    background-color: #a02125;
    border-color: #a02125;
}

.btn-secondary:hover {
    background-color: #fff; /* Garder la couleur transparente */
    border-color: #dcdcdc; /* Utiliser une couleur de bordure plus foncée ou plus claire si nécessaire */
    color: #000; /* Couleur du texte en noir */
}


#pastille{
  position: absolute;
  right: 0px;
  height: 20%;
}

@media (min-width: 992px) {
  #pastille{
    position: absolute;
    bottom: 0px;
    right: 3%;
    height: 50%;
  }
}


#title{
    color: #BA292E;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease; /* Ajout de la transition */
}
.navbar.toggler-opened {
    background-color: black !important;
}


.navbar-brand{
  display: inline-flex;
}

.navbar-brand #title{
  vertical-align: middle;
  line-height: 54px;
}

.navbar.toggler-opened{
  background-color: black;  
}

.navbar-collapse{
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.navbar-collapse.collapsing{
    background-color: #00000055;
    padding: 15px;
}

.navbar-scrolled  .navbar-collapse.show{
  background-color: black;
}

.logo{
  height: 120px;
  position: fixed;
  z-index: 9999;
  filter: invert(1);
}

@media (min-width: 992px) {
  .navbar .nav-link{
    font-size: 1.3rem;
  }
}

.navbar-collapse.show{
    background-color: black;
    padding: 15px;
    border-radius: 5px;
}

.navbar .nav-link{
    color: white;
}
  


.jumbotron {
  position: relative;
  color: white !important;
  padding-top: 5rem;
  background-image: url(img/home_bg.webp);
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.logo_text{
  font-family: 'Simonetta', sans-serif;
}
  
.jumbotron h1{
    font-weight: 900;
}

.jumbotron #stamp{
  position: absolute;
  right: 20px;
  top: 80px;
  height: 80px;
}

.jumbotron .buttons{
    margin-top: 4rem;
    margin-bottom: 10rem;
}


#qui-sommes-nous{
  background-color: #252525;
  color: white;
}

#qui-sommes-nous h2{
  color: #BA292E
}
#qui-sommes-nous .important{
  color: #BA292E
}
#qui-sommes-nous .text-highlight{
  font-size: 1.2rem
}

#qui-sommes-nous .human{
  text-align: center;
  font-weight: bold;
}

#qui-sommes-nous .human small{
  font-size: 14px;
  font-weight: 100;
  font-family: 'Poppins';
}

#qui-sommes-nous .detail{
  font-size: 0.9rem;
}

#nos-produits{
  background-color: #F5F6F7;
}

#nos-produits .carousel{
  position: relative;
  width: 100%;
  height: 250px;
  padding: 0px;
  background: white;
  border-radius: 5px;

}

#nos-produits .carousel-item{
  position: relative;
  height: 210px;

}
#nos-produits .carousel-item .carousel-img{
  max-height: 150px;
  margin-top: 10px;

}

#nos-produits .carousel-caption{
  position: absolute;
  top: 170px;

}


#nos-produits .carousel-caption-text{
  font-size: 0.8rem !important;
  white-space: pre;
}

@media (min-width: 992px) {
  #nos-produits .carousel-caption-text{
    font-size: 1rem !important;
  }
}

#nos-produits .category{
  position: relative;
}

#nos-produits .carousel-caption{
  color: #333;

}
#nos-produits .carousel-indicators{
  top: 200px;

}

@media (max-width: 992px) {
  #nos-produits .carousel-control-prev{
    margin-left: 1rem;
  }
  #nos-produits .carousel-control-next{
    margin-right: 1rem;
  }
}


#nos-produits .carousel-control-prev-icon, #nos-produits .carousel-control-next-icon{
  height: 25px;
  filter: brightness(0%);

}

#nos-produits .carousel .carousel-indicators button {
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

#nous-contacter{
  background-image: url('img/contact_bg.webp');
  background-size: cover;
  color: white;
  position: relative;
}

#nous-contacter #mask {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; 
}

#nous-contacter-content {
  position: relative;
  z-index: 2; 
}

.contact-form-container{
  position: relative;
}

.contact-form-header{
  width: 80%;
  height: 40px;
  background-color: #333;
  border-radius: 10px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 60px;
  color: white;
}

.contact-form-header > *{
  line-height: 40px;
}

.contact-form-container .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    color: #333;
}

.contact-form-container .form-control::placeholder {
    color: #666;
}

  .contact-form-inner-container {
    width: 100%;
    height: 511px;
    background-color: #D9D9D9;
    border-radius: 0 0 10px 10px;
    margin: auto;
    position: relative;
    z-index: 1;
    top: -20px;
    padding: 20px;
}

  #contact-mask{
    background-color: #33333388;
    position:absolute;
    width: 100%;
    margin: -50px;
    height: 100%;
  }

  #contact-logo-container{
    margin-left: -56px;
    color: #BA292E;
    font-family: 'Simonetta', sans-serif;
  }


  @media (min-width: 992px) {
    section{
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
      padding-right: 3rem !important;
      padding-left: 7rem !important;
    }
  }