Non classé

Custom CSS

@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap’); /* Base */ body { font-family: ‘Montserrat’, -apple-system, BlinkMacSystemFont, sans-serif; } /* Header – fond noir premium */ .ast-primary-header, .ast-above-header, .ast-main-header-wrap { background: #0a1628 !important; } .ast-above-header-wrap { background: #000 !important; } .ast-site-title-wrap a { color: #fff !important; font-weight: 700; } .main-navigation a, .ast-nav-menu a { color: #fff !important; font-weight: 600; font-size: 0.9rem; […]

Custom CSS Lire la suite »

@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Poppins:wght@300;400;500;600&display=swap’); body { font-family: ‘Poppins’, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: ‘Montserrat’, sans-serif; } .ast-primary-header-bar { background: #000 !important; border-bottom: 1px solid #222 !important; } .ast-header-break-point .ast-primary-header-bar { background: #000 !important; } .ast-site-identity .site-title a { color: #fff !important; font-weight: 700 !important; } .main-navigation a, .ast-header-custom-item a { color: #fff

Lire la suite »