/* Cache l'adresse et les sous-titres avec une force maximale */ div[class*="grw-header"] .grw-header__address, div[class*="grw-header"] .grw-header__p, div[class*="grw-header"] .grw-header__subtitle, div[class*="grw-header"] .grw-header__category { display: none !important; } /* Réduit drastiquement l'espace blanc créé par les éléments cachés */ .grw-header__text { display: flex !important; flex-direction: column !important; justify-content: center !important; }