* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: Calibri, Arial;
    color: #333;
}

body,
html {
    position: relative;
    margin: 0;
    text-align: center;
    background: #F5F5F5;
    width: 100%;
    /*height: 100%;*/
    min-width: 640px;
    min-height: 100%;
}

body {
    font-size: 62.6%;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    color: #000000;
    font-size: 1em;
    text-decoration: none;
}

a:focus {
    /*outline:dotted;*/
}

a:active {
    /*outline:dotted;*/
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*Titres spéciaux*/

/**************************/

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

p {
    color: #4E5862;
    font-family: "open_sansregular", Arial;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}


/**************************/

/*LOADING*/

/**************************/

#loading {
    /*background:#cccccc;*/
    background-color: rgba(204, 204, 204, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

#loading img {
    position: fixed;
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
}


/**************************/

/*INTRODUCTION*/

/**************************/

#simulateur_introduction {
    background: url('../img/bg_intro.png') no-repeat right center;
    padding: 10px 0;
}

.off {
    opacity: 0;
    visibility: hidden;
}


#simulateur_module.off {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

#intro_infos {
    background: #1fbdc3;
    width: 400px;
    padding: 30px 40px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#intro_infos #intro_h1 {
    color: #ffffff;
    font-size: 6em;
    line-height: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
}

#intro_infos #intro_desc {
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    padding: 10px 0 15px 0;
    margin: 15px 0 20px 0;
    color: #ffffff;
    font-size: 2.1em;
    line-height: 1.2em;
}

#intro_infos #intro_desc span {
    color: #000000;
    display: block;
}

#intro_infos #intro_boutons {
    padding: 10px 0;
}

#intro_infos #intro_boutons .btn_intro {
    background: #f1f2f3 url('../img/puce_link_blue_big.png') no-repeat 8px 8px;
    display: block;
    color: #222e3b;
    font-size: 2.5em;
    padding: 8px 8px 8px 48px;
    margin-bottom: 10px;
    width: 250px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#intro_infos #intro_credits {
    color: #ffffff;
    font-size: 1.2em;
}


/**************************/

/*SLIDERS*/

/**************************/

.slider_wrapper {
    position: relative;
}

.slider_bar {
    width: 279px;
    margin: 0 5px;
    height: 20px;
    border: none;
    /*background: #222E3B;*/
    background: #d2f2f3;
    /*display: block;
    float: left;*/
    display: inline-block;
    *display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.slider_bar .ui-widget-header {
    background: #1FBDC3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.slider_bar .ui-slider-handle {
    font-family: Calibri, Arial;
    background: #1FBDC3;
    color: #222E3B;
    font-size: 1.8em;
    font-weight: bold;
    border: none;
    padding: 2px 5px;
    text-align: center;
    width: 75px;
    height: auto;
    /*top: 30px;*/
    top: 33px;
    margin-left: -40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slider_bar .ui-slider-handle .sliderPointer {
    background: url("../img/triangle_bleu.png") no-repeat 0 0;
    width: 13px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -7px;
}

.sbutton {
    width: 20px;
    height: 20px;
    background: #222E3B;
    /*display: block;
    float: left;*/
    display: inline-block;
    *display: inline;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sbutton_more {
    background: #222E3B url("../img/picto_plus.png") no-repeat center center;
}

.sbutton_less {
    background: #222E3B url("../img/picto_moins.png") no-repeat center center;
}

.sdefault_values {
    font-size: 1.4em;
    font-weight: bold;
    width: 290px;
    position: absolute;
    top: 18px;
    left: 27px;
}

.sdefault_min {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.sdefault_max {
    text-align: right;
    position: absolute;
    top: 0;
    right: 12px;
}

.slider_rapports {
    color: #222E3B;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
}

.slider_rapports span {
    color: #E5382F;
}

.slider_rapports .slider_rapport_left {
    float: left;
}

.slider_rapports .slider_rapport_right {
    float: right;
}


/*Vertical*/

.slider_vertical.slider_wrapper {
    width: 20px;
}

.slider_vertical .slider_bar {
    width: 20px;
    height: 295px;
    float: none;
    margin: 5px 0;
}

.slider_vertical .slider_bar .ui-slider-handle {
    top: auto;
    bottom: 0;
    width: 50px;
    margin-left: -16px;
}

.slider_vertical .slider_bar .ui-slider-handle .sliderPointer {
    display: none;
}

.slider_vertical .sbutton {
    float: none;
}

.slider_vertical .sdefault_values {
    height: 100%;
    top: 0;
    left: -35px;
}

.slider_vertical .sdefault_min {
    text-align: left;
    bottom: 0;
    left: 0;
    top: auto;
}

.slider_vertical .sdefault_max {
    text-align: left;
    top: 0;
    left: 0;
    right: auto;
}


/**************************/

/*INPUT*/

/**************************/

.choix_input {
    margin-bottom: 20px;
}

.ibutton {
    width: 20px;
    height: 20px;
    background: #222E3B;
    /*display: block;
    float: left;*/
    display: inline-block;
    *display: inline;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ibutton_more {
    background: #222E3B url("../img/picto_plus.png") no-repeat center center;
}

.ibutton_less {
    background: #222E3B url("../img/picto_moins.png") no-repeat center center;
}

.ivalue {
    color: #e5382f;
    border: #222E3B solid 1px;
    padding: 2px 5px;
    font-size: 1.6em;
    font-weight: bold;
    display: inline-block;
    vertical-align: 4px;
    margin: 0 1px 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/**************************/

/*HEADER*/

/**************************/

header h1 {
    color: #222E3B;
    font-family: "open_sanssemibold", Arial;
    font-size: 2.6em;
    line-height: 1.1em;
    padding: 0;
    margin: 0 0;
    font-weight: normal;
}

header {
    position: relative;
    overflow: hidden;
    padding: 15px 0px 20px 0px;
}


/**************************/

/*ONGLETS*/

/**************************/

#contenu.ui-widget {
    border: none;
    font-family: inherit;
    font-size: inherit;
    background: inherit;
    padding: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tabs_menu {
    background: #ffffff;
    padding: 30px 0;
    padding-top: 10px;
    position: relative;
}

#tabs_menu ul {
    background: #ffffff;
    border: none;
    padding: 0;
    max-width: 985px;
    margin: 0 auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tabs_menu ul li {
    height: 60px;
    background: #222E3B;
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 27%;
    display: inline-block;
    float: none;
    border: none;
    padding: 0;
    margin: 0 20px;
    white-space: normal;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/*#population_tabs ul li.ui-state-active{
    position:relative;
}*/

#tabs_menu ul li a {
    height: 60px;
    display: block;
    line-height: 60px;
    float: none;
    padding: 0;
    width: 100%;
    color: #ffffff;
}

#tabs_menu ul li a span {
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

#tabs_cursor {
    background: url("../img/tabs_cursor.png") no-repeat center bottom;
    width: 59px;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/**************************/

/*CUSTOM SELECT*/

/**************************/

span.customSelect {
    font-size: 1.8em;
    /*text-transform:uppercase;*/
    background: #222e3b url("../img/picto_plus_b2.png") no-repeat right center;
    border-right: 3px solid transparent;
    color: #ffffff;
    padding: 4px 40px 5px 10px;
    width: 279px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

span.customSelect .customSelectInner {
    width: 100% !important;
}

.customSelect.customSelectHover {
    background: #1fbdc3 url("../img/picto_plus_b1.png") no-repeat right center;
}

.customSelect.customSelectFocus {
    background: #1fbdc3 url("../img/picto_plus_b1.png") no-repeat right center;
}

.customSelect.customSelectOpen {}

.customSelect.customSelectChanged {}

form select {
    height: 32px !important;
}

form option {
    /*text-transform:lowercase;*/
    font-size: 0.8em;
    padding: 2px 5px;
}


/**************************/

/*CONTENU*/

/**************************/

.largeur {
    /*max-width: 985px;
    min-width: 640px;*/
    width: 985px;
    margin-left: auto;
    margin-right: auto;
    /*position: relative;*/
    text-align: left;
}

#contenu {
    position: relative;
    overflow: hidden;
}

#contenu section h2 {
    font-size: 3em;
    text-transform: uppercase;
}

#contenu section.categorie {
    position: relative;
    padding: 0;
    margin: 20px auto;
}

h3.titre_content {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #222E3B;
    font-size: 3em;
    font-weight: bold;
}

.categorie_choix {
    background: #ffffff;
    padding: 20px;
    width: 330px;
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.categorie_choix #categorie_titre_principal {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}

.categorie_choix .choix_select {
    margin-bottom: 20px;
}

.categorie_choix #choix_regions {
    margin-bottom: 10px;
}

.categorie_choix .choix_slider {
    margin-bottom: 50px;
}

#choix_garcons_filles .slider_bar {
    background: #4e5862;
}

#choix_garcons_filles .slider_bar .ui-widget-header {
    background: #bdc0c4;
}

#choix_garcons_filles .sdefault_values {
    display: none;
}

#choix_garcons_filles.choix_slider {
    margin-bottom: 10px;
}

.categorie_infos {
    background: #ffffff;
    padding: 15px;
    position: relative;
    width: 573px;
    float: right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.titre_infos {
    font-size: 1.6em;
    /*1.7*/
    font-weight: bold;
    color: #222E3B;
    /*text-align:center;*/
    margin: 0 0 2px 0;
}

.infos_texte {
    font-size: 1.6em;
    font-weight: bold;
    color: #222E3B;
}

.infos_texte_medium {
    font-size: 2.0em;
    font-weight: bold;
    color: #222E3B;
}

.infos_small {
    font-size: 3em;
    font-weight: bold;
    color: #E5382F;
    margin-bottom: 15px;
}

.infos_medium {
    font-size: 4em;
    font-weight: bold;
    color: #E5382F;
}

.infos_big {
    font-size: 5em;
    line-height: 1.2em;
    font-weight: bold;
    color: #E5382F;
}

.blue .infos_small,
.blue .infos_medium,
.blue .infos_big {
    color: #222E3B;
}

.btn_play {
    background-color: #222E3B;
    background-image: url('../img/picto_play.png');
    background-repeat: no-repeat;
    background-position: 13px center;
    color: #ffffff;
    padding: 8px 15px 8px 40px;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/**************************/

/*FOOTER*/

/**************************/

footer {
    clear: both;
    border-top: #DFDFDF solid 1px;
    padding: 5px 0 20px 0;
    /*margin-top:20px;*/
    position: relative;
    overflow: hidden;
}

#credit {
    float: left;
    text-align: left;
}

#source {
    float: right;
    text-align: right;
}


/**************************/

/*POPULATION*/

/**************************/

.jauge_wrapper {
    height: 20px;
    border: #222E3B solid 1px;
    background: #EDEEEF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jauge {
    width: 50px;
    height: 20px;
    background: #E5382F;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.blue .jauge {
    background: #222E3B;
}


/**************************/

/*POPUP*/

/**************************/

#popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: left;
}

#popup #popup_overlay {
    width: 100%;
    height: 100%;
    background: #b6babe;
    opacity: 0.8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#popup #popup_wrapper {
    position: absolute;
    top: 50%;
    margin-top: -130px;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    height: 260px;
    background: #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#popup #popup_close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('../img/picto_close.png') no-repeat 0 0;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

#popup #popup_content {
    padding: 35px 40px;
}

#popup #popup_content .btn_play {
    margin: 20px 0;
}

#popup #popup_content #popup_links a {
    display: block;
    background: url('../img/puce_link_blue.png') no-repeat 0 4px;
    font-size: 1.4em;
    font-weight: bold;
    padding: 3px 0 3px 22px;
}

#popup #popup_content #popup_links a:hover {
    color: #4e5862;
}


/**************************/

/*CLASSES GENERALES*/

/**************************/

.red {
    color: #E5382F;
}

.dehors {
    position: absolute;
    left: -50000000;
    top: -5000000;
}

.cacher {
    display: block;
    margin-top: -5000px;
    position: absolute !important;
    margin-left: -50000px;
    width: 1px;
    overflow: hidden;
    height: 1px;
}

.clearer {
    float: none !important;
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.legende {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.legende li {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    padding-right: 10px;
}

.legende_color {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.legende_circle {
    display: inline-block;
    background: #1FBDC3;
    border: 1px solid #fff;
    opacity: .5;
    border-radius: 500px;
    vertical-align: middle;
}

.legende_circle.neg {
    background: #222E3B;
}

#legende_chart .legende_color {
    border: none;
    height: 2px;
}

#form_choix_zone {
    padding: 20px;
    background: #EDEEEF;
    border-radius: 10px;
    margin-top: 20px;
}

#form_choix_zone_fixe>div {
    float: left;
    width: 305px;
}

#form_choix_zone_fixe>#choix_annee {
    width: auto !important
}

#form_choix_zone_fixe label {
    color: #222E3B;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

#form_choix_zone .SumoSelect>.CaptionCont {
    background: #222E3B;
    border: 0;
    border-radius: 5px;
    color: white;
}

#form_choix_zone .SumoSelect>.CaptionCont>label>i {
    background: url(../img/picto_plus_b1.png) no-repeat center center;
}

.SumoSelect {
    width: 275px !important;
}

#form_choix_zone_type {
    padding-top: 40px;
}

.radio_button {
    display: inline-block;
}

.radio_button label {
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    color: #222E3B;
    border-radius: 5px;
    transition: all .3s;
    padding: 8px 20px;
    width: auto;
    margin-right: 20px;
}

.radio_button input:checked~label {
    font-weight: bold;
    background: #1FBDC3;
}

#zone_carte {
    background: #fff;
    border-radius: 10px;
    width: 63%;
    position: relative;
    float: left;
    margin-right: 2%;
}

#zone_carte #maps {
    width: 100%;
    height: 400px;
}

#year {
    color: #1FBDC3;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

p.help {
    margin: 5px 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
    margin-bottom: 0px;
    text-align: left;
    font-size: 12px;
    color: #222E3B;
}


.chart_extremes_half p.help {
    margin: 0;
    border: none;
    margin-left: -20px;
    padding-top: 10px;
    text-align: center;
    padding-right: 47px;
    line-height: 1em;
    min-height: 2.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

.chart_extremes_half .sdefault_values div::after {
    content: '%';
}

.cartes_distance_wrapper .sdefault_values div::after {
    content: ' km';
    font-weight: normal;
    font-size: 11px;
}

#tooltip {
    position: absolute;
    right: 0;
    top: 0;
    background: #EDEEEF;
    color: #222E3B;
    font-size: 12px;
    padding: 5px;
    z-index: 30;
    text-align: right;
    border-top-right-radius: 5px;
    opacity: 0;
    transition: .2s all;
}

#tooltip * {
    font-size: 12px;
}

#tooltip.active {
    opacity: 1
}

#legende {
    padding: 10px;
}

#legende h3 {
    font-size: 13px;
    padding-bottom: 10px;
    text-align: left;
}

#legende h3 span {
    font-size: 12px;
    font-weight: normal;
}

#legende h3 span::before {
    content: ' - ';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.legende {
    display: block;
    text-align: center;
}

.legende_colors li {
    line-height: 16px;
    vertical-align: middle;
    font-size: 11px;
    color: #222E3B;
    margin-bottom: 5px;
}

.legende_color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #2A757E;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
}

#zone_chart {
    background: #fff;
    border-radius: 10px;
    width: 35%;
    float: left;
    min-height: 545px;
    position: relative;
}

#filters {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -999px;
}

#zone_chart>div {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s;
}

#chart {
    height: 400px;
}

#chart_top,
#chart_top_unit {
    text-align: left;
    font-size: 11px;
    padding-left: 36px;
}

#chart_top {
    padding-top: 5px;
}

#chart_top_unit {
    padding-bottom: 5px;
}

#chart_top_unit::before {
    content: '(';
}

#chart_top_unit::after {
    content: ')';
}

#chart_top_unit:empty {
    display: none;
}

#chart_top h3 {
    font-size: 12px;
    color: #222E3B;
    width: 80%;
}

#chart_top span {
    display: block;
    font-weight: normal;
}

#zone_chart>div.active {
    opacity: 1;
    transform: translateX(0);
}

#chart_extremes .ui-slider {
    height: 340px;
    background: #EDEEEF;
    border: none;
}

#chart_extremes .sbutton {
    display: none;
}

#chart_extremes .ui-slider-range {
    background: #1FBDC3;
}

#chart_extremes .ui-slider-vertical {
    width: 66px;
}

#chart_extremes .ui-slider-handle .sliderValue {
    padding: 5px 10px;
    background: #1FBDC3;
    border-radius: 5px;
    position: absolute;
    transform: translateY(-25px);
}

#chart_extremes .ui-slider-handle {
    width: auto;
    left: 70px;
    color: #222E3B;
    font-size: 17px;
    font-weight: bold;
    border: none;
    height: 1px;
    margin-top: 10px;
}

#chart_extremes .ui-slider-handle .sliderValue::before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #1FBDC3;
    border-width: 5px;
    margin-top: -5px;
}

#chart_extremes .ui-slider-handle .sliderValue::after {
    content: '%';
}

.chart_extremes_half {
    width: 50%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box
}

#choix_proppop .ui-slider-handle .sliderValue {
    background: none;
    color: #1FBDC3;
}

#choix_proppop .ui-slider-handle .sliderValue::before {
    border: none;
    /* border-bottom: 1px solid #1FBDC3;*/
    content: '◄';
    width: 10px;
    right: 90%;
    margin-top: -6px;
    font-size: 10px;
}

#choix_indic .selected {
    background: #1FBDC3;
}

#form_choix_distance {
    padding-top: 18px;
}

.amcharts-chart-div>a {
    display: none !important;
}
