@font-face {
	font-family: "luckiest";
	src: url('../fonts/LuckiestGuy-Regular.ttf');
}
@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
@font-face{
	font-family:antagometrica; 
	src:url(../fonts/Antagometrica.eot); 
	src:url(../fonts/Antagometrica.eot?#iefix) format("embedded-opentype"),url(../fonts/Antagometrica.woff2) format("woff2"),url(../fonts/Antagometrica.woff) format("woff"),url(../fonts/Antagometrica.ttf) format("truetype"),url(../fonts/Antagometrica.svg#antagometrica) format("svg"); 	
	font-weight:400; 
	font-style:normal;
}
@font-face{	
	font-family:avenirlight;
 	src:url(../fonts/Avenir-35lt.eot);
 	src:url(../fonts/Avenir-35lt.eot?#iefix) format("embedded-opentype"),url(../fonts/Avenir-35lt.woff2) format("woff2"),url(../fonts/Avenir-35lt.woff) format("woff"),url(../fonts/Avenir-35lt.ttf) format("truetype"),url(../fonts/Avenir-35lt.svg#avenirlight) format("svg");
 	font-weight:400; 
	font-style:normal;
}
@font-face{	
	font-family:arual; 
	src:url(../fonts/arual-webfont.eot);
 	src:url(../fonts/arual-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/arual-webfont.woff2) format("woff2"),url(../fonts/arual-webfont.woff) format("woff"),url(../fonts/arual-webfont.ttf) format("truetype"),url(../fonts/arual-webfont.svg#avenir) format("svg");
 	font-weight:400;
 	font-style:normal;
}
@font-face{	
	font-family:stark;
 	src:url(../fonts/stark-webfont.eot); 
	src:url(../fonts/stark-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/stark-webfont.woff2) format("woff2"),url(../fonts/stark-webfont.woff) format("woff"),url(../fonts/stark-webfont.ttf) format("truetype"),url(../fonts/stark-webfont.svg#aller_lightregular) format("svg");
 	font-weight:400; 
	font-style:normal;
}
.trait_jaune{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #f28824;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
.trait_rouge{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #D00021;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
.trait_primary{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #4e73df;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
.trait_info{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #36b9cc;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
.trait_success{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #1cc88a;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
.trait_danger{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #e74a3b;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
.trait_secondary{
	/* text-decoration: underline #C8670A; */
	border-bottom : 3px solid #858796;
	padding : 0 0 2px 0;
	background-color: rgba(214, 214, 214, 0.2);
	padding-left: 5px; 
}
/* ---- Checkbox droits ---- */
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 15px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}
.checkbox-custom {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #dedede;
}
.checkbox-custom:after {    
    position: absolute;
    display: block;
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 0px;
}
.checkbox-custom[type=checkbox]:before {
    content: '\f00c';
	font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 2px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #1cc88a;
}
.checkbox-custom[type=checkbox]:checked:before {
    content: '\f00c';
	font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 0px;
    border: 1px solid #1cc88a;
    border-radius: 0px;
}
.mode_clair{
	filter: invert(50%);
}
.saturation{
	filter: saturate(130%);
}
.halloween{
	filter: hue-rotate(310deg);
}
.halloween .leaflet-marker-icon:hover{	
    filter: invert(1);
}
.luckiest{
	font-family: luckiest;
	font-weight: normal;
	font-size: 5vw;
    text-align: center;
    vertical-align: middle; 
}
.statut{
	font-size: 5vw;
}
.temps_attente{
    font-family: luckiest;
	/*font-size: 4vw;*/
	font-weight: normal;
	letter-spacing: 0.13vw;
}
.attente{
	font-size: 10vw;
}   
.zone_panneau{
    font-family: luckiest;
    font-size: 2vw;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    color: rgba(255,255,255,0.7);
}
.poi_panneau{  
    font-family: luckiest;
    font-size: 3.5vw;
    /* font-weight: bold; */
    letter-spacing: 0.03vw;
    color: white;
}
.table_panneau th, .table_panneau td, .table_panneau tr, .table_panneau thead th {
    border: 0;
    vertical-align:middle;
    padding: 0.35rem;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
}
.rond_panneau{
	border-radius: 50%;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 3vw;
    font-family: luckiest;
}
.rond_ecran{
	margin: 6px;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
}    
.bandeau{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 100%;
    height: 5.7vw;
    /* background-color: #e9ecef; */    background-color: rgba(190,190,190,0.5);
}
.bandeau_panneau{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 11vw;
    width: 100%;
    /*height: 5.7vw;*/
    height: auto;
    background-color: rgba(0,0,0,0.5);
    color:white;
}
.informations_panneau{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 100%;
    height: 11vw;
    background-color: rgba(0,0,0,0.3);
    color:white;
    padding-bottom: 10px;
    text-align: center;
}
blink {
    -webkit-animation: 2s linear infinite condemed_blink_effect; // for android
    animation: 2s linear infinite condemed_blink_effect;
}
@-webkit-keyframes condemed_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemed_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
.fondu {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.cadre{
	background-image:url("../images/cadre.png");
	background-repeat:no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.info_fermeture{
    bottom: 18%;
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
}
.point {
  height: 2.5vw;
  width: 2.5vw;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.point_actif {
  background-color: #fff;
}
.titrage_panneau{	
    background-color: rgba(0,0,0,0.6);
    font-family: luckiest; 
    font-weight: normal; 
    font-size: 2vw;	color: white;
}
.centreur{
    position: fixed;
    top: 35.5%;    
    width: 100%;
    line-height: 7vw;
    text-align: center;
    font-size: 8vw;
}