body{
  margin: 0;
  padding: 0px;
}
main{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #000000;
}

/* image + texte */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  max-width: 1600px;
  margin-top: 20px;
  box-shadow: 10px -10px 40px rgba(29, 28, 28, 0.459) ;
  height: 290px;
  margin-top: 40px;
}

/* Hide the images by default */
.mySlides {
  display: none;  

}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.active, .dot:hover {
  background-color: #302f2f;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* body */

.texte1{
  margin-top: 250px;
}
.texte{
  text-align:justify;
  text-align: center;
  padding-left: 300px;
  padding-right: 300px;
  width: 100%;
  font-size: 20px;
}


.boutton{
  margin-top: 40px;
  width: 350px;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(235, 219, 219, 0.89);
  cursor: pointer;
}
.boutton :hover{
  background-color: rgba(182, 40, 40, 0.89);
  cursor: pointer;
}


.boutton1{
   text-align: center;
}


   /* avis */
 
.titre{
  margin-top: 50px;
}
.titre-h2{
  padding-top: 50px;
  text-align: center;
  font-size: 40px;
  color: rgb(255, 60, 60);
  background-color: rgba(235, 219, 219, 0.74);
  width: auto;
}

.titreh5{
  font-size: 20px;
}

.avis{
display: inline-flex;
text-align: center;
width: 100%;
background-color: #ebdbdbbd;
justify-content: space-around;
padding-top: 50px;
height: 550px;
}

.img-avis{
  border-radius: 50%;
}

.etoile{
  width: 150px;
  margin : -40px;
}

.avis1{
 width: 22rem;
}

.avis1:hover{
  transform: scale(1.1);
}

.avis2{
  width: 22rem;
 }

 .avis2:hover{
  transform: scale(1.1);
}

 .avis3{
  width: 22rem;
 }

 .avis3:hover{
  transform: scale(1.1);
}

 .avis4{
  width: 22rem;
 }

 .avis4:hover{
  transform: scale(1.1);
}

/* barre de Recommandation */


.barre{
  display: inline-flex;
  text-align: center;
  width: 100%;

  justify-content: space-around;
  padding-top: 50px;
}

.imgbarre{
  align-items: center;
  justify-content: space-around;
}

.img3{
  padding-left: 50px;
}

.textebarre{
  text-align: center;
  width: 15rem;
}
/* bon plan */
.bphover{
  justify-content: space-around;
  border: 2px solid rgba(104, 101, 101, 0.596);
  /* box-shadow: 5px -5px 5px rgba(112, 110, 110, 0.459) ; */
  background-color: aliceblue;
  margin-bottom: 20px;
}

.produitbp{
  display: flex;
}

.tpb{
  text-align: center;
}
.textebp{
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  
  
}
.titrebp{
width: 100%;
  align-items: center;
}

.etoile2{
  width: 150px;
  margin: -20px;
  margin-top: -20px;
  padding-left: 10px;  
}
.etoile3{
  width: 150px;
  margin: -20px;
  margin-top: -2px;
  padding-left: 10px; 
  
}

.prixpm{
  margin-left: 30px;
  background-color: rgba(235, 219, 219, 0.74);
  width: 60px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pbonban{
  text-align: center;
  width: 20rem;
  padding: 10px;
  font-size: 20px;
}


.prixpromo{
  display: flex;
  font-weight: 1000;
  font-size: 20px;
  margin-top: -15px;
  padding-left: 10px; 
}
.prixpromo1{
  display: flex;
  font-weight: 1000;
  font-size: 20px;
  padding-left: 10px; 
  margin-top: 20px;

}

.produit{
  display: flex;
  justify-content: space-around;
  
}

.photopb{
  width: auto;
}
.regard{
  height: 40px;
  border-radius: 5px;
  margin-left: 120px;
  margin-top: 20px;
}
.regard2{
  height: 40px;
  border-radius: 5px;
  margin-left: 120px;
  margin-top: 20px;

}

/* footer */

.confoot{
  height: 200px;
}


footer{
  display: flex;
  background-color: rgb(86, 160, 115);
  color: white;
  height: 300px;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  flex-direction: row-reverse;
}
.confoot a{
  text-decoration: none;
  color:#ffffff;
}
