/* Start custom CSS for page-settings */body {
    background: url(/img/cms/fond-rider.png)!important
    ;
    background-size: cover!important;
 background-repeat: no-repeat!important;
  background-attachment: fixed!important;
  z-index: 0;
}


.page-content.page-cms{
    background-color: transparent!important;
}
@media (max-width: 1670px){
    body{
         background-size: contain!important;
    }
}

/*** PAGE PRODUIT ***/
.ce-product-meta .ce-product-meta__label {
    padding-right: 10px;
}/* End custom CSS */