.selection {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}

.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;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.footer__wrapper__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer {
    background-color: #2f5639;
}

a.footer__wrapper__left__primary__ul__li__link {
    color: white;
}

.single-newsletter {
    border-bottom: solid 2px;
    background-color: #274657;
}

.destination {
    background-color: #2f5639;
  color:white;
}

.destination {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.destination picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

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

.points {
    background-color: #274657;
    border-radius: 15px;
  color:white;
}


.points picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

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

.header__relative {
    background: black !important;
    margin: 0 auto;
    max-width: var(--max-row-size) 80px;
    padding: 0 40px;
    position: relative;
    width: 100%;
}

.footer__wrapper__bloc--newsletter__title {
    color: white!important;
}

.footer__wrapper__bloc__title {
    color: white!important;
}

.footer__wrapper__bloc__ul__li__link {
    color: white!important;
}

@media (min-width: 1024px) {
    .footer__wrapper__left__primary__ul__li__link:focus, .footer__wrapper__left__primary__ul__li__link:hover {
        color: white !important;
        font-weight: bold;
    }

  div#ef2e4c10-b87f-46a9-88b1-5fa96d664898 {
    margin-bottom: -40px !important;
    position: relative;
    z-index: 99;
}

div#febeb4e9-8860-4460-9c69-490641bd1a67 {
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

      .header.header--fixed .nav__itemlvl1 {
        color: #0ff11b !important;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375rem !important;
        margin: 0 !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.header__triggerSearch svg {
        display: block;
        left: 50%;
        position: absolute;
        top: 57%;
        transform: translate(-50%, -50%) scale(.24);
        fill: #0ff11b;
        stroke: #fff;
        stroke-width: 4;
        stroke-dasharray: 537;
        stroke-dashoffset: 537;
        transition: 1s ease;
    }

.header__account svg, .header__cart svg, .header__search svg {
    fill: #0ff11b;
}
  
}