

@font-face{
    font-family: RubikBold;
    src: url(../../polices/Rubik/Rubik-Bold.ttf);
}

@font-face{
    font-family: comfortaa;
    src: url(../../polices/Comfortaa/Comfortaa-VariableFont_wght.ttf);
}

.nb_heures_total {
    font-size: 60px;
    font-family: RubikBold;
    color: #E5007E;
}
p {
    font-family: Comfortaa;
}

.header {
    background-color:#E5007E !important;
}

.titre_colonne {
    color:#E5007E;
    font-family: Comfortaa;
}

@media screen and (max-width: 425px) {
    .header {
        background-color: red !important;
    }
} 