*{
  margin: 0px;
  padding: 0px;
  font-family: 'Courgette';
}

/**** carousel ***/
.carousel-item {
  justify-content: center;
  text-align: center;
  padding-top: 10px;
}

/* navbar  **/
.navbar-brand {
  font-family: 'Pinyon Script', cursive;
}

  
.navbar-toggler{
  background-color: #fa38d0;
}
  

/**** font awsom no line under the trolley ****/
.fa-regular{
  text-decoration: none;
}

.fa-cart-shopping:before, .fa-shopping-cart:before, .fa-shopping-cart, .fa-cart-shopping {
    color: #fd06c8 !important;
    text-decoration: none !important;
}
/**** titre resine liquide ...... with link to index ****/
.titre{
  color: #fa38d0;
  text-align: center;
  justify-content: center;
  font-size: 60px;
  font-family: 'Pinyon Script', cursive;
  text-decoration: none;
  display: flex;
}

/**** h1****/
h1{
  font-family: 'Pinyon Script';
}

/**** CARD ****/
.card-text{
  text-align: justify;
}

.card:hover:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


 /***********  BUTTON cart *********/
.btn{
  background-color: #ffc3f3;
  color: black;
}

