/*#CACHER LE PANIER DANS LE TOP HEADER a droite */
.btn.btn-link.mob-cart {
  display: none;
}
/*# BOUTON CHILI */

.text-success {
  color: #050033 !important;
  text-align: center;
}

a.text-success:hover, a.text-success:focus {
  color: #ffffff !important;
}

.border-success {
  border-color: #d3a86a !important;
  background-color: #d3a86a
}


.fa-file-image::before {
  content: "";
}

.mr-3, .mx-3 {
  margin-right:"auto";
}

.mb-1, .my-1 {
  padding-right: 16px;
}

/*# COULEUR SIDE BAR GAUCHE */
.sidebar .card .card-header {
  position: relative;
  background: #050033 !important;
  border-bottom-color: #050033;
  margin-bottom: 0.8rem;
  padding: 0.9rem 1.25rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/*# COULEUR SIDE BAR PETIT TRIANGLE */
.sidebar .card .card-header .card-title::after {
  bottom: -29px;
  border-color: #050033 transparent transparent transparent;
  border-width: 7px;
  margin-left: 1px;
  left: 20px;
  z-index: 10;
}
/*# COULEUR SIDE BAR TEXTE */
.sidebar .card .card-header .card-title {
  color: #fff;
  font-size: 20px;
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 0;
  position: relative;
}
.sidebar .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

/*caroussel boutons fleche fond */
.carousel-control-next-icon {
  background-color: #2f3072;
  padding-block: 13mm;

}

.carousel-control-prev-icon {
  background-color: #2f3072;
  padding-block: 13mm;

}