<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Roboto";
    margin: 0;
}


.box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.country-chart {
    margin-top: 20px;
    margin-left: 20px;
}

.line {
    fill: none;
    stroke: #0165c7;
    stroke-width: 2px;
}

main {
    margin-top: 100px;
}

button {
    background-color: white;
    border: none;
    border-radius: 5px !important;
    margin-bottom: 10px;
    outline: none !important;
    padding: 10px 20px;
    transition: all 0.4s;
}
button:hover {
    background-color: rgba(30, 144, 255, 0.2);
}

button img {
    width: 60px;
    height: 60px;
}

button.enable {
    background-color: rgba(30, 144, 255, 0.2);
}

h3 {
    text-align: center;
}

h2 {
    display: block;
}

#map g path:hover {
    stroke: black;
}

#yearSelector {
    width: 800px;
}

#visualisation button.selected {
    color: white;
}

.tooltip {
    background-color: rgba(30, 144, 255, 1);
    color: white;
    padding: 10px;
    border-radius: 5px;
}

div.legend-container {
    height: 0;
}

ul.legend {
    position: relative;
    top: -200px;
}

ul.legend li {
    list-style-type: none;
}

span.legend-box {
    display: block;
    float: left;
    height: 22px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

#rapport {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    width: 60%;
}

ul.navbar-nav li.nav-item {
    cursor: pointer;
}
</pre></body></html>