/*
Theme Name: CCVL
Description: Thème minimaliste Bootstrap 5 — affiche uniquement des pages, sans menu, footer ni sidebar.
Version: 1.0.2
Author: David ROMERA (solar-studio.fr) pour CCVL
Text Domain: ccvl
*/

body {
    background-color: transparent;
}

.container {
    background-color: transparent;
}

.page-content:empty {
    display: none;
}
