/*
Theme Name: Eric CARON | Pulse ARTS
Description: Ceci est le thème de la page CV du site de l'agence Eric CARON
Author: Eric CARON
Author URI: https://pulsearts.fr
Version: 1.0.2
.
Le thème a été développé pour l'agence Eric CARON | Tous droits réservés | Copyrights © 2021  
.
*/

.encyclopedia-prefix-filters {
    display: none !important;
}

a.encyclopedia {
    color: #777;
    text-decoration: underline 1px dotted #777;
}

.hcb_wrap>pre::before {
    text-align: left !important;
    width: 100%;
    border-radius: 2px 2px 0 0 !important;
}

/* === Couleurs par langage === */
pre.language-php::before {
    background-color: #8892bf !important;
    /* Bleu-violet PHP */
}

pre.language-css::before {
    background-color: #2965f1 !important;
    /* Bleu CSS */
}

pre.language-js::before,
pre.language-javascript::before {
    background-color: #f7df1e !important;
    /* Jaune JS */
    color: #000;
    /* Jaune => texte noir pour contraste */
}

pre.language-html::before {
    background-color: #e44d26 !important;
    /* Orange HTML */
}

pre.language-python::before {
    background-color: #3572a5 !important;
    /* Bleu Python */
}

pre.language-java::before {
    background-color: #b07219 !important;
    /* Marron Java */
}

pre.language-cpp::before,
pre.language-c::before {
    background-color: #00599c !important;
    /* Bleu C/C++ */
}

pre.language-sql::before {
    background-color: #e38c00 !important;
    /* Doré SQL */
}