




/* DEBUT CART */

a:link { 
  text-decoration: none; 
}

.card img {
width: 140px;
height: 80px;
max-height: 130px;

}

.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:0%;
  content: attr(data-count);
  font-size:40%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  color:#DF0000;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background: white;
  border-style:solid;
}
.fa-circle {
  color:#DF0000;
}

.red-cart {
	color: #DF0000; background:white;
}


/* FIN CART */




  @media only screen and (min-width: 680px) {
	  .hide-pc {
		display:none;
	  }
	}


  @media only screen and (max-width: 600px) {
    .hide-mobile 
    {display:none;}
   }


  .header_left img {
  object-fit: contain;
  height: 80px;
  margin-left: 5px;
  
  }
  
  .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid whitesmoke;
  
  }
  
  .header_left {
  display: flex;
  align-items: center;
  
  }
  .header_left span {
      padding: 10px;
      cursor: pointer;
  }
  
  .header_middle {
  display: flex;
  flex: 0.7; 
  align-items: center;
  background-color: whitesmoke;
  padding: 10px; 
  border-radius: 5px;
  
  }
  
  .material- icons {
  color: gray;
  
  }
  
  .header_middle input {
  border: none;
  width:100%;
  padding: 10px;
  outline: none;
  font-size: medium;
  background-color: transparent;
  }
  
  .header_right {
     display: flex;
     padding-right: 20px; 
  }
  
  .header_right span{
     padding: 10px;
     cursor: pointer;  
     
   }


   .header_search {
    display: flex;
    /*flex: 0.7; */
    align-items: center;
    background-color: whitesmoke;
    /*padding: 10px; */
    border-radius: 5px;
    
    }


    .header_search input {
      border: none;
      width:100%;
      padding: 10px;
      outline: none;
      font-size: medium;
      background-color: transparent;
      }
   
  /* Sidebar  */

/* DEBUT AMAZON CARD*/


/* Shop Section */
.shop-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
  padding: 50px 0;
}

.shop-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1280px;
  width: 100%;
}

.shop-link {
  background-color: #fff;
  padding: 30px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  white-space: nowrap;
}


.shop-link img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 10px;
}

.shop-link h3 {
  margin-bottom: 10px;
}

.shop-link a {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
  color: blue;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}

.shop-link:hover a {
  color: #c7511f;
  text-decoration: none;
}

.shop-link #addtocard-commande {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  /*background-color: #000;*/
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.shop-link #addtocard-commande:hover {
  opacity: 0.7;
}

/* FIN AMAZON CARD*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: orangered;
  font-size: 14px;
}

.title {
	color:#000;
  font-size: 14px;
}
.card #addtocard-commande {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  /*background-color: #000;*/
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card #addtocard-commande:hover {
  opacity: 0.7;
}








