@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap');
@font-face {
    font-family: 'just_tell_me_what';
    src: url('../fonts/just_tell_me_what_regular-webfont.woff2') format('woff2'),
    url('../fonts/just_tell_me_what_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SensaBrush-FillDemo';
    src: url('../fonts/SensaBrush-Fill.woff2') format('woff2'),
    url('../fonts/SensaBrush-Fill.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.text-green {
    color:#095540;
}
.bg-green {
    background-color:#095540;
}
.text-brown {
    color:#564537;
}
.sensabrush {
    font-family: SensaBrush-FillDemo, sans-serif;
}

.justtellmewhat {
    font-family: 'just_tell_me_what', sans-serif;
}

html {
    width: 100%;
    font-family: 'Signika', sans-serif;
    background:url(../images/portail/fond-texture-portail.jpg) no-repeat center top ;
    background-size: cover;
}

svg {
    display: block;
    width: 100%;
}
#carte .country {
    cursor: pointer;
}
#carte .country:hover {
    fill: #ABB700;
}

.w-nortene-map {
    max-width: 60rem;
}