.elfsight-app-af8e6efc-785d-49b5-8e9a-5fb2e7f3521b.eapps-widget.eapps-widget-show-toolbar {
    display: flex;
    justify-content: space-around;
}

.menu div div div div picture img {
  opacity: 0.8!important;
}

.menu div div div div picture img:hover {
      opacity: 1!important;
}

.header__relative {
    background-color: #2ca3e8!important;
}

.bannierebutton {

  border: none;

  color: #fff;

  background-color:#0F476D;

  border-radius: 5px;

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

  }

 }
header#header {
    background-color: #2FA3E8;
}

a.nav__itemlvl1.nav__itemlvl1--with-subnav:hover {
    color: #000!important;
}
