@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    src: url("fonts/openSans1.woff2") format("woff2");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: url("fonts/openSans2.woff2") format("woff2");
}

body * {
    font-family: 'Open Sans', sans-serif;
}

.site-background-color {
    background-color: rgb(219, 33, 42);
}

.btn-primary {
    background-color: #205081;
}

.easyadmin-thumbnail img {
    max-height: 200px;
}

.help-block {
    font-size: 1em;
}

.jour-ouvert {
    background-color: #26d79d;
}