.univers .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #f0edd1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: solid 5px #cf673a;
}

.mobilier .wizi-imgtxt.wizi-imgtxt--half {
    background-color: #cf673a;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.deco .wizi-imgtxt.wizi-imgtxt--half {
    background: #f0edd1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.arttable .wizi-imgtxt.wizi-imgtxt--half {
    background-color: #cf673a;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.textile .wizi-imgtxt.wizi-imgtxt--half {
    background: #f0edd1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

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

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

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

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

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

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

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

.apropos .wizi-imgtxt.wizi-imgtxt--textTextOneText.wizi-imgtxt--three {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bloc--text {
    background-color: #cf673a;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.bloc--text p {
    color: white;
}
@media (min-width: 1024px) {
    .nav-perso-off .nav__itemlvl1 {
        position: relative;
        line-height: 1;
        padding: 10px;
        -webkit-transition: .15s ease;
        -o-transition: .15s ease;
        transition: .15s ease;
        margin: 0;
        font-family: 'Yanone Kaffeesatz';
        font-size: 1.5rem;
    }

      div#c1-body {
        background: url(https://media.cdnws.com/_i/408550/RAW-50/3110/50/homemyway-fond.png) fixed no-repeat !important;
    }
  
  .body__wrapper__maxWidth {
        width: 100%;
        max-width: var(--max-row-size);
        margin: 0 auto;
        background: transparent !important;
    }

  .prod-infos__desc {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
}
}