.unit-price-cart {
    display: none;
}
/* Landing page */
.cms-id-22 .bloc-img-txt .btxt {
    text-align: center;
    font-size: 1.2rem;
}
.cms-id-22 .bloc-img-txt .btxt>div {
    margin: auto;
    max-width: 720px;
}
.cms-id-22 .bloc-img-txt h2 {
    text-transform: initial;
}
.cms-id-22 .bloc-img-txt h2 strong {
    color: #cb1720;
    font-weight: 900;
}
.cms-id-22 .bloc-img-txt img {
    max-width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.cms-id-22 .bloc-img-txt .bimg > div {
    background-position: center;
    min-height: 600px;
}
.cms-id-22 .citation {
    color: #fff;
    font-size: 2.75rem;
    max-width: 350px;
    line-height: 1.2;
}
.cms-id-22 .citation strong {
    font-weight: 900;
    font-size: 1.2rem;
}
.d-none {
    display: none;
}
.cstm-width {
    max-width: 95%;
    width: 95%;
}
.header-banner {
    background: #222;
    margin: -1rem -5rem 1rem;
    text-align: center;
    color: #fff;
}
.header-banner span {
    padding: 0.75rem 5rem;
    display: inline-block;
}
rs-layer {
    transition: background-color .5s;
}
@media all and (min-width: 768px) {
    .d-md-block {
        display: block;
    }
    .d-md-none {
        display: none;
    }
}
@media all and (min-width: 1200px) {
    .d-xl-block {
        display: block;
    }
    .d-xl-none {
        display: none;
    }
}
@media all and (max-width: 575px) {
    .header-banner {
        margin-top: -.5rem;
        margin-bottom: .5rem
    }
}
