<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --lightblue: #55adec;
    --orange: #ff6600;
    --red-light: #e03d3d;
    --green: #2ea005;
    --lime: #85c029;
    --bluegray: #638494;
    --light-blue: #2b7fbc;
    --red: #b10000;
    --blue: #2c4bd5;
    --musicgear: var(--lightblue);
    --music: var(--red-light);
    --mxv: var(--light-blue);
    --nature: var(--lime);
    --photograpy: var(--orange);
    --studiogear: var(--blue);
    --effets: var(--orange);
    --blog: var(--red-light);
    --about: var(--light-blue);
}

article.single-post a:hover {
    text-decoration: underline;
}

article.single-post.category-amplis a,
article.single-post.category-effets a,
article.single-post.category-musicgear a,
article.single-post.category-studio-gear a,
article.single-post.category-guitares-basses a,
article.single-post.category-project-custom a,
article.single-post.category-projet-custom a,
article.single-post.category-dossiers a,
aside.sidebar .widget-container.widget_categories .cat-item-15 a:hover {
    color: var(--musicgear);
}

article.single-post.category-photographie a,
aside.sidebar .widget-container.widget_categories .cat-item-3014 a:hover {
    color: var(--photograpy);
}

article.single-post.category-musique-2 a,
aside.sidebar .widget-container.widget_categories .cat-item-14 a:hover {
    color: var(--music);
}

article.single-post.category-mxv a,
article.single-post.category-jeux-de-societe a,
article.single-post.category-expo-culture-voyage a,
aside.sidebar .widget-container.widget_categories .cat-item-19 a:hover {
    color: var(--mxv);
}

article.single-post.category-coutellerie a,
aside.sidebar .widget-container.widget_categories .cat-item-3067 a:hover {
    color: var(--light-blue);
}

article.single-post.category-wildlife-nature a,
article.single-post.category-ornithologie a,
aside.sidebar .widget-container.widget_categories .cat-item-3037 a:hover {
    color: var(--nature);
}

#menu-main-menu li#menu-item-4820:hover a {
    color: var(--blog) !important;
    border-bottom-color: var(--blog) !important;
}

#menu-main-menu li#menu-item-8380:hover a {
    color: var(--light-blue) !important;
    border-bottom-color: var(--light-blue) !important;
}

#menu-main-menu li#menu-item-7206:hover a {
    color: var(--musicgear) !important;
    border-bottom-color: var(--musicgear) !important;
}

#menu-main-menu li#menu-item-13343:hover a {
    color: var(--nature) !important;
    border-bottom-color: var(--nature) !important;
}

#menu-main-menu li#menu-item-11492:hover a {
    color: var(--photograpy) !important;
    border-bottom-color: var(--photograpy) !important;
}

#menu-main-menu ul.sub-menu li a {
    color: #FFFFFF;
}

article.page.post-8324 a,
article.page.post-11774 a,
article.page.post-547 a,
article.page.post-542 a,
article.page.post-13618 a {
    color: var(--about);
}

article.page.post-8324 a:hover,
article.page.post-11774 a:hover,
article.page.post-547 a:hover,
article.page.post-542 a:hover,
article.page.post-13618 a:hover {
    color: #000000;
}
</pre></body></html>