@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

:root {
    --primary-color: #389adc;
    --primary-color-hover: #328ac6;
    --font-family-text: 'Poppins';
    --font-family-title: 'Poppins';
    --background-body: #ffffff;
    --background-position: ;
    --background-image: none;
    --background-repeat: repeat;
    --background-size: ;
    --text-on-body: #252626;
    --text-on-body-light: #282929;
    --font-size: 17px;
    --max-row-size: 1440px;
    --max-row-size-padding-large: 1520px;
    --max-row-size-padding-small: 1480px;
}

.banniere .wizi-wrapper--textOnImg .wizi-txt, .wizi-wrapper--textOnImg .wizi-txt>* {
    min-width: 60%;
}

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

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

.colonne-text span.wizi-wrapper__background {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.btn {
    font-size: 17px;
    background: transparent;
    border: none;
    padding: 1em 1.5em;
    color: white;
    text-transform: uppercase;
    position: relative;
    transition: .5s ease;
  }
  
  .btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #389adc;
    transition: .5s ease;
  }
  
  .btn:hover {
    color: white;
    transition-delay: .5s;
  }
  
  .btn:hover::before {
    width: 100%;
  }
  
  .btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #355728;
    transition: .4s ease;
    z-index: -1;
  }
  
  .btn:hover::after {
    height: 100%;
    transition-delay: 0.4s;
    color: #355728;
  }

.btn2 {
    font-size: 17px;
    background: transparent;
    border: none;
    padding: 1em 1.5em;
    color: white;
    text-transform: uppercase;
    position: relative;
    transition: .5s ease;
  }
  
  .btn2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #355728;
    transition: .5s ease;
  }
  
  .btn2:hover {
    color: white;
    transition-delay: .5s;
  }
  
  .btn2:hover::before {
    width: 100%;
  }
  
  .btn2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #389adc;
    transition: .4s ease;
    z-index: -1;
  }
  
  .btn2:hover::after {
    height: 100%;
    transition-delay: 0.4s;
    color: #389adc;
  }

.footer {
    background: url(https://media.cdnws.com/_i/358956/70/2285/70/fishier-v2.png)right no-repeat;
}

.prod-infos__desc {
    padding: 2rem;
    background-color: #f2f2f2;
    border-radius: 25px;
}

.prod-carac__desc {
    padding: 2rem;
    background-color: #f2f2f2;
    border-radius: 25px;
}

.wizi-map__left {
    background-color: #f2f2f2;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media (max-width: 719px) {
.footer {background:none   
}
}