@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap')


h1.we-align-left {
    font-family: "Anton", sans-serif;
}

h2 {
    font-family: "Anton", sans-serif;
}

h3.we-align-right {
    font-family: "Anton", sans-serif;
}


.elfsight-app-c19fb7e0-7590-404f-87b2-1ced9babfe4d.eapps-widget.eapps-widget-show-toolbar {
    display: flex;
    justify-content: space-around;
}

.bannierebutton {

  border: none;

  color: #fff;

  background-color:#A90B04;


  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%);
}

.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;
}

