@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: #00bfff;
}

th.integer {
    text-align: right;
}

/* paysages (CR 29/06 §4) : surlignage de la ligne des fiches conseil paysage dans la liste.
   Le repère .js-fiche-paysage est émis (caché) par cp_field_metier_marker.html.twig dans une
   cellule de la ligne ; on teinte toute la ligne sans collision avec la pastille verte
   « rempli + envoyé ». Sélecteur de parent :has() (Chrome >= 105). */
.table > tbody > tr:has(.js-fiche-paysage) > td {
    background-color: #E8F5E9 !important;
}