/* test-rg.css — styles partagés de la famille refondue « test-rg » (Pluriel).
 * P2.2 (19/07/2026) : source UNIQUE de la colonne de contenu alignée sur le header,
 * remplaçant les blocs <style> dupliqués en ligne dans chaque gabarit.
 * Chargé globalement via le mu-plugin pluriel-test-rg-assets.php. */

.test-rg-cher-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flow-root; /* contient les floats (ex. #primary de l'ancien layout à sidebar) */
}
.test-rg-cher-main > * {
    max-width: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* Sans sidebar, l'ancien float:left de #primary faisait s'effondrer le conteneur : on le neutralise. */
.test-rg-cher-main #primary { float: none !important; width: auto !important; }

@media (max-width: 900px) {
    .test-rg-cher-main { padding: 0 20px; }
    .test-rg-cher-main img { max-width: 100%; height: auto; }
}
