/* menu */

.header-menu-top container {
	margin-left: 0px;
}

#menu-catalog .menu-catalog-list nav [data-toggle=nav]:before {
	background: #6f1e51;
}

#menu-catalog .menu-catalog-list:before {
	background: #484848;
	transition: 0.8s; 
}

#menu-catalog .menu-catalog-list:hover {
	background: #54193d;
	transition: 0.8s;
}


/* actualites */

[class*=container-index] {
  opacity:1;
  background-position: center;
  background-size: cover;
  width: auto;
  height: 354px;
  margin: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

[class*=container-index]:hover {
  /*width*/
  transition: 0.5s;
  opacity:0.5;
}

/* produits */

.is-new:before {
background: url(https://firebasestorage.googleapis.com/v0/b/proxiboissons-bbfee.appspot.com/o/site%2Fimages%2Fis-new2.png?alt=media) 100%/100%;
}

.landing-pushProducts-list {
background: #f4f4f4;
}

/* carnet de commandes */

.header-page {
background: url(https://firebasestorage.googleapis.com/v0/b/proxiboissons-bbfee.appspot.com/o/site%2Fimages%2Ffavori.png?alt=media) 100%/100%;
}


/* promotions */

.landing-promos-list {
background: #dbdbdb;
}

/* promotions */

.landing-row-image{
	width: 80%!important;
}


/* slide */


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* prefooter */

#prefooter {
	background: #161616;
}

