body{
 margin: 0;
 }




/* boutique */


.produit{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.lien{
  text-decoration: none;
  color: black;
}
.bphover{
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
    border: 2px solid rgba(104, 101, 101, 0.596);
    /* box-shadow: 5px -5px 5px rgba(112, 110, 110, 0.459) ; */
    background-color: aliceblue;
    height: 700px;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
   text-decoration-style: none;
  }
  .nopromo{
    position: absolute;
    bottom: 50px;
    text-decoration: none;
  }
  
  .produitbp{
    display: flex;
  }
  
  .tpb{
    text-align: center;
  }
  .textebp{
    margin-top: 50px;
    text-align: center;
    font-size: 25px;
    text-decoration: underline rgb(86, 160, 115);
  }
  h2::first-letter{
    font-size:40px;
  }
  .titrebp{
    width: 100%;
    align-items: center;
  }
  .etl3{
    width: 150px;
    margin: -10px;
  }


  .etoile2{
    margin: auto;
    position: absolute;
    bottom: 20px;
    
    
  }
 
  .etoile3{
    width: 150px;
    margin-left: -11px;
    
  }
  
  .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;
    padding-left: 10px; 
  }
  
  .produit{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
  }
  
  .photopb{
    width: auto;
  }
  .regard{
    height: 40px;
    position: absolute;
    bottom: 1px;
    left: 280px;

  }
  .regard2{
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 280px;
  
  }
  

  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;
    width: 100%;
  }
  
  .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;
  }
