/*
Styles spécifiques pour le modèle template-monmodele.php
*/

.monmodele-container {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 20px;
}
a {
    text-decoration: underline;
    color: var(--accent-color);
}
a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.bt-header-responsive-inactive.bt-sticky-header .site-header {
    background-color: #000;
}