/* SUPPRIMER LE BLOC DES SOUS-CATÉGORIES AU CENTRE */
#subcategories {
    display: none !important;
}
/* SUPPRIMER LE BLOC TITRE ET IMAGE DE COUVERTURE (HEADER DE CATÉGORIE) */
.block-category {
    display: none !important;
}
/* SUR TOUTES LES PAGES LIÉES À LA LOCATION */
body[class*="location"] .add-to-cart {
    font-size: 0 !important;
}

body[class*="location"] .add-to-cart::after {
    content: "RÉSERVER CETTE PRESTATION" !important;
    font-size: 16px !important;
    display: inline-block !important;
    visibility: visible !important;
}