@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');

@font-face {
    font-family: 'Fishmonger';
    src:
        url('fonts/FishmongerCLPlain.woff2') format('woff2'),
        url('fonts/FishmongerCLPlain.woff') format('woff');
}

/* =========================
   Base
========================= */

body {
    color: #3e626e;
    font: 14px 'Fishmonger', sans-serif;

    background-image: url("https://jds2027.sciencesconf.org/data/css/fond_jds207_double.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}




/* =========================
   Titres
========================= */

.titre {
    color: #db5d57;
    font: 12px 'Righteous', sans-serif;
    text-transform: uppercase;
}

.formcontent .titre {
    color: inherit;
    text-transform: none;
    font-size: 12px;
}

/* =========================
   Menu
========================= */

.menu_niveau_1_on {
    background-color: #9faaa0;
    color: #000;
}