.woocommerce-store-notice{
  background-color: white !important;
  color: rgb(70, 112, 127) !important;
  padding: 1rem !important;
}
.woocommerce-store-notice__dismiss-link {
  color: rgb(70, 112, 127) !important;
}

.flex-grid{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  flex-flow: row wrap;
  justify-content:center;
  margin-top:2%;
}

.prestation-container {
  width: 30%;
  position: relative;
  overflow:hidden;
  height:25vw;
  border-radius: 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:1%;
}

.prestation-container img {
  top:0;
  left:0;
  position:absolute;
  width:100%;
  height:100%;
}

.prestation-container h3 {
  color: white;
  z-index:1;
  text-align:center;
  border-bottom: 5px solid transparent;
  background-color: rgba(54, 54, 54, 0.79);
  border-radius: 10px;
  padding: .5rem;
}

.filter {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.prestation-container:hover .filter{
  background-color:rgba(0, 0, 0, 0.78);
}

.prestation-container > h3:hover{
  display:flex;
}

.prestation-container h3 a{
  color: white;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration:none;
}



.prestation-container h3:hover a:hover{
  color: rgb(63, 179, 231);
}

.banniere-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  z-index: 10;
  background-color: white;
  padding: 2%;
}

.banniere-body {
  text-align:center;
  width:95%;
}

.banniere-cross {
  text-align: center;
  width: 5%;
  align-self: center;
  cursor: pointer;
}
