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

.collections .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: white;
    color: black;
}

.collections .wizi-imgtxt__left {
    border-left: solid 5px #c5a643;
}

.pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: white;
    color: black;
}

.pourquoi .wizi-imgtxt__wrap {
    border-left: solid 5px #c5a643;
    padding: 1rem;
}