    html,
    body {
        height: 100%;
        padding: 0px;
        margin: 0 auto;
		max-width: 100%;
    }
    
    body {
        font-family: arial;
        padding: 0px;
        margin: 0px;
    }
    
 
    
    .big {
        font-size: 14px;
    }
    
    .leaflet-popup-content-wrapper {
        border-radius: 0px;
    }
    
    .circle {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        border-radius: 12px;
    }
    
    ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
    
    #legend {
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 9;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        padding: 10px;
        display: none;
    }
    
    #legend ul,
    #info ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
    
    #legend h3 {
        margin: 0 0 5px;
    }
    
    #legend span em {
        display: none;
        margin: 0 0 10px;
        font-size: 11px;
        color: #888;
    }
    
    #legend-items li {
        line-height: 15px;
        padding-bottom: 3px;
    }
    
    #legend-items li.hover {
        color: #666;
    }
    
    #legend-items li.toggle {
        font-weight: bold;
        color: #000;
    }
    
    #legend-items li span,
    #info span {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        border-radius: 12px;
    }
    
    #secteur {
        font-weight: bold;
    }
    
    .competences {
        font-weight: normal;
    }
    
    .teal.lighten-2 {
        background-color: #00A0F0 !important;
        color: #FFF;
        font-size: 17px;
        font-weight: bold;
    }
    
    .btn {
        /*font-size: 12px;
        padding: 4px;
        height: 27px;
        line-height: 21px;*/
        
        background-color: #00A0F0;
        margin-top: 4px
    }
    
    .btn:hover {
        background-color: #00D0FF;
    }
    
    .high {
        background-color: #00D0FF;
    }
    
    .leaflet-popup-content-wrapper {
        border-radius: 0px;
    }
    
    #boutons {
        position: absolute;
        top: 0px;
        left: 50px;
        background-color: #EBF0F5;
        opacity: 0.95
    }
    
    #label_jour {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    
    .bouton {
        border: 0;
        background-color: #00283c;
        font-family: 'tahoma', sans-serif;
        font-size: 1em;
        color: #fff;
        cursor: pointer;
        margin: 0;
        padding: 3px 5px;
        margin-right: -3px;
    }
    
    .bouton_highlight {
        background-color: #00A0F0;
        border: 0;
        font-family: 'tahoma', sans-serif;
        font-size: 1em;
        color: #fff;
        cursor: pointer;
        margin: 0;
        padding: 3px 12px;
        margin-right: -3px;
    }
    
    #credits {
        position: absolute;
        bottom: 0px;
        font-size: 12px;
        font-family: "tahoma", "arial";
    }
    
    #credits a {
        color: #007EBD;
    }
    
    .cluster {
        background: #00283C;
        border-radius: 50%;
        text-align: center;
        color: white;
        font-weight: 700;
        border: 1px solid #00283C;
        font-family: monospace;
    }
    
    .cluster:before {
        content: ' ';
        position: absolute;
        border-radius: 50%;
        z-index: -1;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        border: 1px solid white;
    }
    
    .digits-1 {
        font-size: 14px;
        height: 28px;
        width: 28px;
        line-height: 28px;
        margin-top: -14px;
        margin-left: -14px;
    }
    
    .digits-2 {
        font-size: 16px;
        height: 34px;
        width: 34px;
        line-height: 35px;
        margin-top: -17px;
        margin-left: -17px;
    }
    
    .digits-2:before {
        border-width: 2px;
    }
    
    .digits-3 {
        font-size: 18px;
        height: 48px;
        width: 47px;
        line-height: 47px;
        border-width: 3px;
        margin-top: -24px;
        margin-left: -24px;
    }
    
    .digits-3:before {
        border-width: 3px;
    }
    
    .digits-4 {
        font-size: 18px;
        height: 58px;
        width: 58px;
        line-height: 57px;
        border-width: 4px;
        margin-top: -29px;
        margin-left: -29px;
    }
    
    .digits-4:before {
        border-width: 4px;
    }
