/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com
Description: Child theme de Twenty Twenty-Five
Author: Bibijagua
Template: twentytwentyfive
Version: 1.0
*/

.page-id-2207 {
    background: linear-gradient(90deg, #FFF8C5, #CAEDF9);
}

/* Page 57 */
.page-id-2972 {
    background: linear-gradient(90deg, #FF5722, #FFC107);
}

body.category-artistique {
    background: linear-gradient(90deg, #FFF8C5, #CAEDF9) !important; /* par ex. beige clair */
}

/* Articles de la catégorie organisations */
body.category-organisations {
    background: linear-gradient(90deg, #FF5722, #FFC107) !important; /* par ex. bleu très clair */
}

/* Optionnel : s’assurer que header est transparent */
body.category-artistique header,
body.category-organisations header {
    background: transparent !important;
}

