@font-face {
    font-family: 'PN';
    src: url('../fonts/subset-ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/subset-ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PN';
    src: url('../fonts/subset-ProximaNova-Medium.woff2') format('woff2'),
        url('../fonts/subset-ProximaNova-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PNCond';
    src: url('../fonts/subset-ProximaNovaCond-Regular.woff2') format('woff2'),
        url('../fonts/subset-ProximaNovaCond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courgette';
    src: url('../fonts/courgette-v13-latin-regular.woff2') format('woff2'),
        url('../fonts/courgette-v13-latin-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/titillium-web-v15-latin_latin-ext-regular.woff2') format('woff2'),
        url('../fonts/titillium-web-v15-latin_latin-ext-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mapIcon {
    display: flex !important;
    background-color: #6C757D;
    color: #FFFFFF;
    width: 20px !important;
    height: 20px !important;
    overflow: hidden;
    border-radius: 999px;
    font-size: 11px;
    font-weight: bold;
    justify-content: center !important;
    align-items: center !important;
    font-family: 'PNCond', sans-serif !important;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.mapIcon-rouge {
    background-color: #C51718;
    color: #FFFFFF;
}

.mapIcon-jaune {
    background-color: #F7A700;
    color: #000000;
}

.bg-rouge {
    background-color: #C51718 !important;
}

.text-rouge {
    color: #C51718 !important;
}

.border-rouge {
    border-color: #C51718 !important;
}

.bg-jaune {
    background-color: #F7A700 !important;
}

.text-jaune {
    color: #F7A700 !important;
}

.border-jaune {
    border-color: #F7A700 !important;
}

.badge-rouge {
    background-color: #C51718 !important;
    color: #FFFFFF !important;
}

.badge-jaune {
    background-color: #F7A700 !important;
    color: #000000 !important;
}

.bulle {
    display: inline-block;
    width: .5em;
    height: .5em;
    border-radius: 999px;
    position: relative;
    left: 8px;
    top: 9px;

}

#tri-etapes {
    cursor: grab;
}

#goquick {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#goquick::placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}