@charset "UTF-8";
/**body {
    background-color: $primary;
}**/
.navigation,
#footer {
  background-color: #f7f1f0;
}

.logo {
  height: 100px;
  width: auto;
}

.logoLfbv {
  height: 200px;
  width: auto;
}

#bgColor {
  background-color: #f7f1f0;
}

.bgColor {
  background-color: #f7f1f0;
}

#bgCard {
  background-color: #b77537;
  color: white;
}

.bgCardBourgogne {
  background-color: white;
}

.chercher {
  height: 50px;
  width: 50px;
}

body {
  font-family: "Ubuntu", cursive;
}

.home {
  color: white;
  height: 600px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../images/bon-vivant.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-link {
  text-decoration: none; /* Supprime le soulignement */
  color: inherit; /* Maintient la couleur du texte */
  display: block; /* Assure que le lien couvre toute la carte */
}

.card-link:hover {
  text-decoration: none; /* Aucun soulignement au survol */
}

.logo {
  height: 60px;
  width: auto;
}

.selection {
  color: white;
  height: 400px;
  width: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../images/home2.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.commandes {
  color: white;
  height: 700px;
  width: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../images/commander.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.demande {
  color: white;
  height: 400px;
  width: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../images/tonneaux2.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bgColorBtn:hover {
  background-color: #f7f1f0;
}

.bgColorBtn {
  background-color: #b77537;
  color: white;
}

.colorBg {
  background-color: #b77537;
  color: white;
}

#degustation {
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../images/degustation2.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#coffretsCadeaux {
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../images/coffrets-cadeaux.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#livraison {
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../images/livreur.png");
  /* Votre image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1,
h2,
h3,
.family {
  font-family: "Dancing Script", cursive;
}

p,
.btn,
li,
label,
input,
select,
h4,
h6,
tr,
.accordion-item {
  font-family: "Barlow Condensed";
}

@media only screen and (max-width: 800px) {
  .hidden {
    display: none;
  }
}
.navbar-nav .nav-item {
  transition: transform 0.2s ease-in-out; /* Animation fluide */
}

.navbar-nav .nav-item:hover {
  transform: scale(1.1); /* Agrandit légèrement l'élément */
}

/* Désactiver l'effet hover sur les petits écrans (moins de 768px) */
@media (max-width: 768px) {
  .navbar-nav .nav-item:hover {
    transform: none; /* Annule l'effet de mise à l'échelle */
  }
}
.promo {
  color: #b77537;
}

@media (max-width: 992px) {
  .navbar-collapse {
    text-align: center !important;
  }
  .navbar-nav {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .nav-item {
    padding-right: 0 !important;
    width: 100%;
  }
}
/**
* {
    border: 2px solid red;
}
**//*# sourceMappingURL=styles.css.map */