@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap')

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}
 
.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

.bannierebutton {

  border: none;

  color: #fff;

  background-color: #D5C6A4;


  background-size: 100% auto;

  font-family: inherit;

  font-size: 17px;

  padding: 0.6em 1.5em;

}


.bannierebutton:hover {

  background-position: right center;

  background-size: 200% auto;

  -webkit-animation: pulse 2s infinite;

  animation: pulse512 1.5s infinite;

}


 @keyframes pulse512 {

  0% {

   box-shadow: 0 0 0 0 #000000;

  }

 

  70% {

   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);

  }

 

  100% {

   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
}

}

.wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

article.prod__article.space-devise.wb-monoproduct-zoom--ttc.end-hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
