html, body, div, span, applet, object,desktop-zoom iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font-family: 'BentonSans Regular', sans-serif;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 #poool-widget {
     top: 20vh;
     position: absolute;
     z-index: 9999;
     width: 95vw;
}
 * {
     box-sizing: border-box;
     font-family: 'BentonSans Regular', sans-serif;
}
/******** End reset *********/
/* Importing fonts */
 @font-face {
     font-family: 'BentonSans Regular';
     src: url('../content/BentonSans Regular.otf');
    /* IE9 Compat Modes */
}
 @font-face {
     font-family: 'BentonSans Medium';
     src: url('../content/BentonSans Medium.otf');
    /* IE9 Compat Modes */
}
 h1,h2,h3,h4,h5,h6{
     color:#1c1c1c;
}
 p{
     color:#222222;
}
 html {
     
     width: 100%;
}
 header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     background-color: #156131;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
     z-index: 200;
     position: relative;
}

 .logo-container {
     z-index: 991;
     top: 0px;
     left: 0px;
     text-decoration: none;
     vertical-align: middle;
     text-align: center;
     display: inline-flex;
     width: 100vw;
     position: absolute;
     background-color: white;
     height: 7vh;   
}
 body {
     line-height: 1;
     font-family: 'Titillium Web', sans-serif;
}
 #map {
     width: 100%;
     height: 100vh;
}
 #mapboxgl-canvas {
     height: 100vh !important;
}
 .mapboxgl-map {
     height: 90vh !important;
}
.overlay-mobile {
	display: none;
    }
.godown {
    display: none;
    position: absolute;
    background-color: #54AC3A;
    z-index: 901;
    width: 58px;
    height: 58px;
    bottom: 29vh;
    right: 0;
	cursor: pointer;
}
.godown img {
	margin-top: 5px;
    width: 28px;
    height: 48px;
}
 #loader{
     position: fixed;
     background-color: rgba(255,255,255,0.8);
     z-index: 500;
     min-width: 100%;
	 height: 100vh;
}
 #loader img {
     display: block;
	 width: 70px;
     margin: 35vh auto 0px auto;
    /*position: absolute;
     left:30vw;
    */
    /*top:25vh;
    */
    /*height: auto;
    */
     z-index: 1000;
}
 #geocoder {
     margin-top: 10px;
	 margin-bottom: 20px;
     width: 100%;
}
 #mobile-zoom{
     display:none;
}
 #desktop-zoom{
     margin-top: 5px;
     display:block;
     font-size: 1.3vw;
     text-align: center;
     animation-name: desktop-zoom;
     animation-duration: 1s;
     animation-duration: 2s;
     animation-fill-mode: both;
     animation-iteration-count: infinite;
}
 @keyframes desktop-zoom {
     0% {
        transform: scale(1);
    }
     50% {
        transform: scale(1.1);
    }
     100% {
        transform: scale(1);
    }
}
.left-column.desktop {
    overflow-y: scroll;
	-ms-scrollbar-face-color: #3d5466;
	scrollbar-face-color: #3d5466;
	-ms-scrollbar-highlight-color: #3d5466;
	scrollbar-highlight-color: #3d5466;
	-ms-scrollbar-shadow-color: #3d5466;
	scrollbar-shadow-color: #3d5466;
	-ms-scrollbar-darkshadow-color: #3d5466;
	scrollbar-darkshadow-color: #3d5466;
	-ms-scrollbar-track-color: #38444d;
	scrollbar-track-color: #38444d;
	-ms-scrollbar-3dlight-color: #3d5466;
	scrollbar-3dlight-color: #3d5466;
	-ms-scrollbar-arrow-color: #8899a6;
	scrollbar-arrow-color: #8899a6;
	scrollbar-color: #fff #eee;
    display: flex;
    flex-direction: column;
justify-content: space-between;

}
 .left-column h4{
     margin-top: 2px;
     margin-bottom: 50px;
}
 .left-column h2{
     font-family: 'BentonSans Medium', sans-serif;
     text-align: left;
}
 .publishdate {
     width: 100%;
     font-size: 1em;
     color: #333;
     text-align: left;
}
 h1 {
     font-family: 'BentonSans Medium', sans-serif;
     text-align: center;
     font-weight: bold;
     font-size: 50px;
     text-shadow: 2px 2px 4px #111;
}
 .fb-share-button {
     margin-right: 10%;
     width: 40%;
}
 strong {
     font-weight: bold;
}
 .mapboxgl-popup {

	 max-width: 80vw !important;
	 width:80vw !important;
     z-index: 999;
     /*max-width: 600px !important;*/
}
 .mapboxgl-popup-content {
	     width: 100%;
    	max-width: 100%;
	 /*
	 width: 120%;
     max-width: 600px;
	 */
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8) !important;
     font-family: 'Titillium Web', sans-serif !important;
     font-size: 16px;
    
     bottom: -2px;
     top: auto;
     transition: 1s;
    
     background-repeat: no-repeat;
     background-position: bottom center;
     padding: 5px !important;
}
 .mapboxgl-popup-content:hover {
     box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8) !important;
     border-width: 0 0 10px;
     margin-bottom: 5px;
     transition: 0.5s;
}
 .mobile-content-container {
     font-family: 'Titillium Web', sans-serif !important;
     text-align: center;
     font-size: 12px;
     overflow-y: auto;
     position: relative;
     z-index: 100;
	 height: 100%;	
}

.mobile-content-container td{
	width: 50%;
}

.mobile-content-container p{
	margin: 10px 0px;
}

/* boule noel */


.ring {
	height: 15px;
	width: 5px;
	background-color: ##c03636;
	border: 2px solid #f99d24;
	border-radius: 45%;
	position: relative;
	left: 249.4px;
	top: -3px;
}

.string{
 
  width: 1.5px;
  position: relative;
  background-color: #f99d24;
  height: 200px;
  left: 250px;
  top: 0px;
  margin-top: -20px;
  
  
}
.button {
	height: 22px;
	width: 30px;
	background-color: #f99d24;
	position: relative;
	left: 237px;
	top: -7px;
	border-radius: 4px;
}


.red-ball {
  background-color: #6b2f36;
  border-radius: 50%;
  position: relative;
    top: -10px;
  /*left: 3px;*/
  
  }

/* fin boule noel */
.fadeIn {
    top: -100%;
    
    -webkit-animation: fadeIn 1s ; 
  	-moz-animation:    fadeIn 1s ; 
  	-o-animation:      fadeIn 1s ; 
  	animation:         fadeIn 1s ;
    animation-fill-mode: forwards;
	animation-iteration-count: 1
}

.fadeOut {
    -webkit-animation: fadeOut .5s ; /* Safari 4+ */
  	-moz-animation:    fadeOut .5s ; /* Fx 5+ */
  	-o-animation:      fadeOut .5s ; /* Opera 12+ */
  	animation:         fadeOut .5s ; /* IE 10+, Fx 29+ */
	animation-iteration-count: 1
}

/*@keyframes fadeIn {
    0% {
       
        transform: translateY(100vh);
    } 
    100% {
        
        transform: translateY(0px);
    }
}*/
.mobile-content-close, .sonar-emitter {
    display: none !important;
}
@keyframes fadeIn {
    0% {
       top: -100%;

    }
    50% {
        top: 5%;
    }
    75% {
        top: -3%;
    }
    87% {
        top: 2%;
    }
    100% {
        top: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0px);
    } 
    100% {
        opacity: 0;
        transform: translateY(100vh);
    }
}
.box_select {
  position: relative;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.box_select select {
  background-color: #54ac3a;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.box_select select option {
  padding: 30px;
}
.box_select::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #65b54e;
  pointer-events: none;
}

.box_select:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}
.classement{
	display: flex;
    width: 100%;
	min-height: 50px;
	height: 50px;
	margin: 20px 0px;
	/*border: 2px solid #eee;*/
    padding: 45px 0px;
}
.classement-2018,.classement-2017,.classement-2016 {
	text-align: center;
    width: 33.33%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
}

.classement-2019{
	background-color: transparent !important;
    width: 20% !important;
}

.score-icon-big{
	width: 100px;
    margin: 20px 0px 0px 0px;
}
.score-icon-big-container{
	width: fit-content;
    text-align: center;
    margin: 0px auto 30px auto;
}

.score-icon-small{
	width: 45px;
	height: 45px;
    margin: 0px 0px 0px 0px;
}
.score-icon-small-container{
    text-align: center;
}

.score-icon-small-container p{
    margin:0;
}

.backtomap {
	cursor: pointer;
	text-align: center;
	margin-top: 5vh;
	height: 5vh;
	width: 100%;
	background-color: rgba(0,0,0,0.06);
	vertical-align: middle;
}

.backtomap p {
	line-height: 3vh !important;
	font-size: 1em !important;
	color: rgba(0,0,0,0.5) !important;
}

 .mobile-content-container-inner.tapped {
     background: url(../img/tap.png) no-repeat !important;
     background-size: 10% !important;
     background-position: bottom right!important;
}
 .mobile-content-container-inner p, .mapboxgl-popup-content p {
     line-height: 1.2em;
     padding-left: 3px;
     color: #fff;
}
.mobile-content-close{
	cursor:pointer;
	position: absolute;
    top: 4vh;
    right: 4vw;
}
.mobile-content-close p{
	color:#F39200;
	font-weight: bold;
	font-size: 3vh !important;
}
 .description-inner {
     padding: 10px 10px 10px 0px;
}
.description-Illustration img{
	margin: 0 auto;
    max-width: 80vw;
    width: 600px;
	border-radius: 30px;
}
.description-flex{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto 15vh auto;
}

.description-flex div{
	width: 50%;
}

 .boite-oui {
     color: #54AC3A;
}
 .boite-non {
     color: #F29400;
}
 .sonar-emitter {
     display: block;
     width: 22px;
     height: 22px;
     border-radius: 50%;
     cursor: pointer;
     box-shadow: 0 0 0 rgba(80, 175, 65, 0.4);
     animation: pulse 2s infinite;
     position: absolute;
     bottom: 20px;
     right: 25px;
}
 .mapboxgl-popup-close-button {
     padding-top: 0px !important;
     padding-right: 5px !important;
}

.popup-arrow{
	width: 20px;
    margin-right: 10px;
}
 .mapboxgl-popup-content h2 {
     font-size: 26px;
}
 #column-legend{
     font-family: 'BentonSans Regular', sans-serif;
     margin-top: 4vh;
}
.parti-legend{
     font-family: 'BentonSans Regular', sans-serif;
     
}
 #column-text{
    /*margin-top: 4vh;
    */
}
 #legend-content{
     color: #222222;
     text-align: left;
     padding: 10px;
     background-color: rgba(0,0,0,0.05);
}
 .parti-content{
     color: #222222;
     text-align: left;
     padding: 10px;
     /*background-color: rgba(0,0,0,0.05);*/
	 border:3px solid #58A837;
}
.parti-select{
	width: 100%;
	display: flex;
}
.parti-select .squares{
	width: 70px;
	margin-right: 10px;
}
.parti-select .squares img{
	width: 70px;
}
.parti-select .square-text{
	width: calc(100% - 60px);
}
.parti-select .square-text p{
	line-height: 1em;
}
.googft-legend-swatch {
    float: left;
    height: 150px;
    width: 25px;
    margin-right: 8px;
}
#googft-legend{
	height: 150px;
    display: flex;
}
 .googft-legend-range {
     line-height: 12px;
}
.legend-items {
    height: 150px;
    margin-bottom: 5px;
}
#googft-legend-text-container{
	height: 150px;
	display: flex;
    flex-direction: column;
    /* height: 33.33%; */
}

#googft-legend-text-container p{
    height: 33.33%;
}
#googft-legend-text-container p{
	
    height: 33.33%;
}

#googft-legend-text-container p:last-of-type{
	line-height: 50px !important;
}

#gradient-green{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a265+1,ffffff+48,ffffff+51,ff0101+100 */
background: #02a265; /* Old browsers */
background: -moz-linear-gradient(top,  #02a265 1%, #ffffff 48%, #ffffff 51%, #ff0101 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #02a265 1%,#ffffff 48%,#ffffff 51%,#ff0101 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #02a265 1%,#ffffff 48%,#ffffff 51%,#ff0101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a265', endColorstr='#ff0101',GradientType=0 ); /* IE6-9 */

}

#gradient-red{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,ffffff+100 */
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(right,  #ff0000 0%, rgba(255,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  #ff0000 0%,rgba(255,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left,  #ff0000 0%,rgba(255,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(255,0,0,0.1)',GradientType=1 ); /* IE6-9 */

}

 #menu-close{
     right: -10vw;
     position: absolute;
     font-family: 'BentonSans Medium', sans-serif;
}
 #column-text {
     max-height: 80%;
     box-sizing: content-box;
     color: black;
     background-color: white;
     margin-top: 0;
    /* padding: 10px;
     */
}
 #column-text p, #column-legend p{
     padding-top: 10px;
     font-size: 1em;
     line-height: 1.2em;
     font-family: 'BentonSans Regular', sans-serif;
}
 #column-text h2 {
     font-family: 'BentonSans Medium', sans-serif;
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(214, 58, 118, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(214, 58, 118, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(214, 58, 118, 0);
    }
}
 @keyframes pulse {
     0% {
         -moz-box-shadow: 0 0 0 0 rgba(214, 58, 118, 0.4);
         box-shadow: 0 0 0 0 rgba(214, 58, 118, 0.4);
    }
     70% {
         -moz-box-shadow: 0 0 0 30px rgba(214, 58, 118, 0);
         box-shadow: 0 0 0 30px rgba(214, 58, 118, 0);
    }
     100% {
         -moz-box-shadow: 0 0 0 0 rgba(214, 58, 118, 0);
         box-shadow: 0 0 0 0 rgba(214, 58, 118, 0);
    }
}
 .mapboxgl-popup-close-button {
     padding-top: 13px;
     padding-right: 21px;
     font-size: 30px;
     color: #000;
     z-index: 1000;
}
 .mapboxgl-popup-content h3, .mobile-content-container h3 {
  	 font-family: 'BentonSans Regular', sans-serif;
     padding: 0;
     margin: 20px auto;
     position: relative;
     font-weight: bold;
     width: 100%;
     text-align: center;
     /*border-bottom: 2px solid #eee;*/
     font-size: 2em;
     line-height: 2em;
         background: #54ac3a;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
    max-width: 500px;
}
 .mapboxgl-popup-content h4, .mobile-content-container h4 {
	 padding-left: 3px;

     text-transform: uppercase;
}
 .map-container {
     position: relative;
     height: 100vh;
     margin-left: 20vw;
     margin-top: 10vh;
     background: #f20530;
}

.top-column{
	display: flex;
    align-items: center;
	position: absolute;
    top: calc(var(--vh, 1vh) * 17);
    left: 0;
    right: 0;
    z-index: 997;
    width: 100%;
    background-color: #54AC3A;
	height: calc(var(--vh, 1vh) * 8);
}

.top-column::-webkit-scrollbar {
  		display: none;
	}

 .left-column {
     box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
     display: flex;
     flex-wrap: nowrap;
     flex-direction: column;
     width: 20vw;
     height: 100vh;
     position: absolute;
     min-width: 350px;
     max-width: 600px;
    /* margin: auto;
     */
     font-size: 1em;
     padding: 0px;
     text-align: center;
     left: 0;
     z-index: 9;
     background-color: white;
     color: black;
}

 #ave-container {
    /* position: absolute;
     */
     height: 100%;
     margin-left: 20px;
}
 #ave-container a {
     justify-content: center;
     width:100%;
     align-self: center;
     display: flex;
     height: 100%;
    /**/
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     transform-style: preserve-3d;
}
.logo_ave {
        height: 100%;
    /* height: 50%; */
    /* max-height: 50px; */
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 100%; */
}

 #ave-title{
	 
     margin-left: 0px;
     width: 100vw;
}

 

 .logo-container h1 {
     font-size: 2vw;
     width: 100vw;
     text-align: center;
     vertical-align: middle;
     margin-left: 20px;
     text-shadow: none;
     line-height: 7vh;
	 color:#fff;
}
 #search-container{
     height: 20%;
}
#parti{
    cursor: pointer;
    z-index: 1;
   	
	background-attachment: inherit;
    background-color: rgba(0,0,0,0.05);
	background-image: url(../img/Fichier11.svg) !important;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 24px auto;
	/*-webkit-appearance:none;*/
    border-radius: 0px;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    min-width: 240px;
    margin: 10px 0px 10px 0px;
    font-size: 1.2em;
    line-height: 1.2em;
    border: 0px solid #fff;
	border-bottom: 3px solid rgba(84,172,58,1);
	transition: 0.1s;
	
}

#parti:focus {
    outline-width: 0;
}

#parti:hover{
	transition: 0.1s;
	border-width: 2px;
}
.mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder ul{
	border-radius:0px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}
 .column-content {
    /*margin-bottom: 5%;
     */
     height: 70%;
     display: flex;
     flex-wrap: nowrap;
     flex-direction: column;
     margin-top: 10vh;
     padding: 00px 20px 10px 20px;
    /* padding-left: 20px;
     */
    /* padding-right: 20px;
     */
     text-align: left;
     color: white;
    /* margin-right: 10px;
     */
}
 .column-content h2 {
     font-size: 1.9em;
     font-weight: bold;
}
 .mapboxgl-popup-content tr:last-of-type, .mobile-content-container tr:last-of-type {
     border: 0;
}
 .mapboxgl-popup-content td, .mobile-content-container td {
     padding: 5px 0;
}
 .mapboxgl-popup-content tr td:nth-child(2), .mobile-content-container tr td:nth-child(2) {
     max-width: 300px;
     padding-left: 10px;
}
 .mapboxgl-popup-content table, .mobile-content-container table {
     line-height: 1.2em;
     color: #fff !important;
	 width: fit-content;
     margin: 10px auto;
}
 .mapboxgl-popup-content a, .mobile-content-container a {
     color: #fff;
     font-weight: bold;
     background-color: #d63a76;
     border-radius: 5px;
     padding: 5px 10px;
     display: inline-block;
     text-decoration: none;
     transition: 0.5s;
}
 .mapboxgl-ctrl-geocoder {
     min-width: 0 !important;
     width: 100%;
	 max-width: 100% !important;
}
 .remarque-mobile {
     display: none;
}
 .column-share-info {
     font-size: 1.1vw;
     height: 20%;
     align-self: center;
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     background-color: rgba(0,0,0,0.06);
     padding: 20px;
}
 #icon {
     display: none;
}
 #remarque {
     width: 100%;
     margin-top: 5px;
     margin-left: 25px;
     text-align: left;
     align-self: left;
     color: #D43975;
     font-size: 0.9em;
}
 #twitter-widget-0 {
     margin-left: 10%;
     width: 40% !important;
}
 .mapboxgl-ctrl-geocoder input[type='text'] {
     font-size: 1.2em !important;
}

/* CHECKBOX STYLE
   ============================= */


/* The container */
.left-column .check-container{
	/*padding-left: 65px;*/
}
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}
.check-container.etat {
	cursor: default;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.left-column .legend-square{
	left: 35px;
}
.legend-square{
	position: absolute;
	top: 0;
	left: 0px;
	height: 25px;
	width: 25px;
	cursor: default;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  cursor: pointer;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid #54ac3a;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  	background-color: #54ac3a;
	cursor: pointer;	
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #54ac3a;
	cursor: pointer;	
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
	cursor: pointer;	
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* END of checkbox style*/
.desktop{
	display: block;
}
.column-share-info.desktop {
    display: flex;
}
.mobile{
	display: none;
}
@media screen and (min-width: 800px) {
	html{
		position: fixed;
	}
	h1{
		text-shadow: none;
		font-family: 'BentonSans Regular', sans-serif;
    	text-align: center;
    	font-weight: normal; 
    	font-size: 2em;
	}
	.logo-container{
		display: none;
	}
	#ave-container {
		height: 80%;
		max-height: 100px;
		margin: 0 auto !important;
	}
	.map-container {
		
		height: 75vh;
    	margin-top: 0px;
	}
	.logo_ave{
		width: 50%;
		margin: 0;
		padding: 0;
		
	}
	#ave-title{
		margin-top: 1vh;
		width:100%;
	}
	/*.column-content{
		height: 90%;
	}*/
	#map{
		height: 100vh;
	}
	.mapboxgl-map {
	height: 100vh !important;
	z-index: 10;
}
	.column-content{
		margin-top: 2vh;
	}
	.column-content h2{
		font-size: 1.5em;
		text-shadow: none;
		font-family: 'BentonSans Regular', sans-serif !important;
		font-weight: normal;
	}
	#column-text h2:first-of-type{
		margin-top: 5vh !important;
	}
	/*.mobile-content-container {
    /*display: none;*/
    /*font-size: 1em;
    overflow-y: auto;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 20vw;
    right: 0;
    padding: 2vw 5vw;
}*/
    /* Test */
.mobile-content-container {
	/* display: none; */
	font-size: 1em;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	right: 0;
	max-width: 500px;
	/* max-height: 500px; */
	margin-left: -117px;
	/* margin-top: -250px; */
	overflow: visible;
}
    .mobile-content-container-inner {
        
    }
.mobile-content-container-inner .description-inner {
	background: #f29400;
	border-radius: 100%;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 13px 34px 200px rgba(255,255,255,0.5) inset;
}
    .description-inner p {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }
    
    /* SNOWFLAKE */
    .snowflake {
	position: absolute;
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-image: -webkit-radial-gradient(
		center,
		circle farthest-corner,
		rgba(255, 255, 255, 1) 40%,
		rgba(255, 255, 255, 0) 100%
	);
	background-image: -moz-radial-gradient(
		center,
		circle farthest-corner,
		rgba(255, 255, 255, 1) 40%,
		rgba(255, 255, 255, 0) 100%
	);
	background-image: -ms-radial-gradient(
		center,
		circle farthest-corner,
		rgba(255, 255, 255, 1) 40%,
		rgba(255, 255, 255, 0) 100%
	);
	background-image: radial-gradient(
		center,
		circle farthest-corner,
		rgba(255, 255, 255, 1) 40%,
		rgba(255, 255, 255, 0) 100%
	);
}

#snow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}

    /* FIN SNOWFLAKE */
    
}
@media screen and (max-width: 1600px) and (min-width: 800px)  {
	.mobile-content-container{
		margin: 0 auto;
    	left: unset;
	}
	
	.mobile-content-container {
		width: calc(80vw + ( 20vw - 350px ));
	}
	
}
 @media screen and (min-width: 1600px) {
     .column-share-info{
         font-size: 0.8em;
    }
     #desktop-zoom {
         font-size: 1.1vw;
    }
    
     .logo-container h1 {
         font-size: 2.5em;
		 line-height: 10vh;
		 text-align: center;
		 margin-left: -11vw;
    }
     .mobile-text {
         font-size: 1vw;
         line-height: 1vw;
    }
	
	
	 
	
}


@keyframes slidein {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}
 @media screen and (max-width: 800px) {
	 
	 .backtomap {
	cursor: pointer;
	text-align: center;
	margin-top: 2vh;
	 }
	 
     .description-inner {
	border-radius: 100%;
	background: #f29400;
	overflow: hidden !important;
	width: 320px;
	height: 320px;
	margin: auto;
         box-shadow: 13px 34px 200px rgba(255,255,255,0.5) inset;
}
     #snow {
         display: none;
     }
     .string, .ring, .button {
	left: 50%;
}
     .ring {
         margin-left: -2.5px;
     }
     .button {
         margin-left: -15px;
     }
     .overlay-mobile {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.9);
	height: 100vh;
	z-index: 10;
         padding: 1em;
         text-align: center;
    }
    .overlay-mobile p {
        margin-top: 25vh;
        font-weight: bold;
        font-size: 20px;
    }
    .overlay-mobile img {
        max-width: 100%;
        animation: move 2s;
        transition: all 2s;
        animation-iteration-count: infinite;
        transform: translateX(0);
    }
     .arrow-overlay {
	margin-top: 50px;
	max-width: 80%;
	display: block;
}
    #close-overlay{
        font-size: 2em;
        font-weight: bold;
        position: absolute;
        top: 10vh;
        right: 10vw;
    }
	 
	 .mobile{
		 display: block;
	 }
.green-button {
	background: #54AC3A;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
	font-size: 16px;
	margin-top: 1em;
	max-width: 100px;
	text-align: center;
	left: 70%;
	position: relative;
}
	 .top-column.mobile {
		display: flex;
	 }
     #mobile-menu {
         margin-left: 100%;
         height: auto;
         background: #e0e0e0;
         margin-top: 4px;
         max-width: 100%;
         box-sizing: border-box;
     }
     #mobile-menu.open {
         animation-duration: 0.5s;
          animation-name: slidein;
         animation-fill-mode: forwards;
     }
	 .desktop{
		 display: none !important;
	 }
	 .parti-legend.mobile{
		    position: absolute;
			background-color: white;
			top: calc(95vh - 98px);
			z-index: 999;
	 }
	 .map-container {
		
		
		 z-index: 0 !important;
	}
     #ave-container {
              margin: 10px 0 10px 0;
    padding-right: 0vw;
    /* padding-left: 10px; */
    justify-content: left;
    width: 100%;
    align-self: left;
    display: flex;
    height: 30px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    }
     html {
         position: relative;
         overflow-x: hidden;
    }
     body {
         max-width: 100%;
         max-height: 100%;
         height: auto;
         overflow-x: hidden;
    }
     #defaultCanvas0 {
         height: 100% !important;
    }
	 .mobile-content-container div{
		 overflow: visible;
	 }
     .mobile-content-container {
		 height: 100vh;
		 min-height: fit-content;
		 top: calc(var(--vh, 1vh) * 17);
         z-index: 998;
         position: absolute;
         left: 0;
         right: 0;
         max-width: 100%;
         box-sizing: content-box;
         margin: 0;
         border-radius: 0px;
		 padding: 10px 20px;
		 overflow-y: scroll;
    }
     .mobile-content-container h3 {
         text-align: left;
         font-size: 2em;
		  text-align: center;
         padding: 5px 10px;
    }
     .mobile-content-container p {
         font-size: 1em;
    }

    
     #mycontent {
         margin-left: 0;
         font-size: 1em;
         margin-top: calc(var(--vh, 1vh) * 17);
         height: 100vh;
         
    }
     header {
         flex-direction: column;
         padding: 0;
         margin: 0;
         height: 100%;
         margin-top: 0px;
         border: none;
         z-index: 200;
    }
     h1 {
         font-size: 24px;
         padding: 0 20px;
         padding-bottom: 10px;
    }
     h1:after {
         display: none;
    }
     #loader{
         z-index: 45;
    }
     #geocoder {
         top: 10px;
         position: absolute;
         max-width: 100%;
         margin: auto;
    }
	 .mapboxgl-ctrl-geocoder {
	 	max-width: 90% !important;
	}
	 #parti{
    	max-width: 100%;
		 min-width: 80vw;
		 -webkit-appearance: none; 
		-moz-appearance: none;
		appearance: none;
		 
		padding-left: 10px;
	}
     #chats-label {
         margin-left: 1em;
     }
     .column-content {
         height: auto;
         display: block;
         margin-bottom: 0%;
         margin-top: 0px;
         padding: 0em;
         padding-top: 0px;
         color: white;
    }
	 .mobile .column-content {
        margin-bottom: 0px;
		padding: 1em;
		margin-top: 0vh;
         background-color: #f6f6f6;
         border-top: 2px solid #ccc;
         box-sizing: border-box;
    }
     .mapboxgl-control-container{
         display: none;
    }
     .mobile-text {
         margin-top: 0px;
         margin-bottom: 0px;
    }
     .mapboxgl-canvas, #map{
         cursor: zoom-in;
    }
     .mapboxgl-ctrl-geocoder input[type='text'] {
         font-size: 1.2em !important;
    }
     #map {
         position: relative;
         width: 100%;
         height: calc(var(--vh, 1vh) * 100) !important;
         z-index: 0;
    }
     .left-column {
         display: block;
		 top: 85vh;
         top: calc(var(--vh, 1vh) * 100);
         width: 100vw;
         height: auto;
         position: absolute;
         min-width: 250px;
         max-width: 1200px;
         font-size: 1em;
         padding: 0px;
         text-align: center;
         left: 0;
         z-index: 900;
    }
     .left-column h2 {
        /*display: none;
        */
         margin: 0;
    }
     .column-share-info {
         font-size: 100%;
         height: auto;
         display: block;
         width: 100%;
         padding: 1em;
    }
     .column-share-info p {
         margin-top: 1em;
    }
     .publishdate{
         margin-top: 1em;
         text-align: center;
    }
     .fb-share-button {
         width: 20%;
         margin-top: 0 !important;
         display: inline-block;
         position: relative;
         padding-right: 0;
         margin-top: 10px;
         z-index: 1000;
    }
     #twitter-widget-0 {
         margin-right: 10px;
    }
 
     .mapboxgl-popup-content tr td:nth-child(2) {
         max-width: 200px;
         padding-left: 10px;
    }
     .mapboxgl-popup {
         max-width: 85% !important;
    }
     .mapboxgl-popup-content {
         pointer-events: none;
         max-width: 100% !important;
    }
     .logo_ave {
		 height: 30px;
         margin-top: 50%; 
    vertical-align: bottom;
    /* height: 6vw; */
    /* max-width: 100%; */
    padding-top: 0px;
    margin-top: 0vh;
    }
     #ave-title{
		 
         height: 40%;
    }
	 #ave-title h1{
		 font-size: 1.2em;
		 line-height: 1em;
		 font-family: 'BentonSans Regular', sans-serif;
		 color: grey;
	 }
     .mapboxgl-popup-content h3, .mobile-content-container h3 {
         font-size: 24px;
         margin-bottom: 5px;
    }
     .mapboxgl-popup-content {
         max-width: 100vw;
         border-radius: 0px !important;
         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8) !important;
         font-family: 'Titillium Web', sans-serif !important;
         font-size: 16px;
    }
     .mapboxgl-ctrl-top-right {
         top: 25px !important;
    }
     .remarque-mobile {
         width: 100%;
         text-align: center;
         margin: 1% auto;
         display: inline-block;
    }
     .remarque-mobile p {
         color: grey;
         vertical-align: super;
         display: inline-block;
         margin-left: 1%;
         z-index: 999;
    }
     #defaultCanvas0 {
         height: 100%;
    }
     #icon {
         display: none;
         position: absolute;
         min-width: 50px;
         width: 15vw;
         bottom: 0;
         left: 0;
         z-index: 99999;
    }
     #icon:focus {
         display: none;
    }
     .check-outer {
         display: flex;
    }
     .check-container {
         padding-right: 15px;
		 margin-bottom: 5px;
         font-size: 0.8em;
    }
     #column-text {
         font-size: 100%;
         line-height: 100%;
         box-sizing:inherit;
         color: black;
         border-top: none;
         padding: 0px;
         padding-bottom: 0px;
		 margin-top: 3vh;
		width: 100%;
    }
	 #column-text h2{
		 font-size: 1em;
	 }
	 
	 .mobile #column-text{
		 display: flex;
		 flex-wrap: nowrap;
		 flex-direction: row;
		 width: 100%;
    	 border: none;
         white-space: nowrap;
		 margin-top: 0;
         padding-top: 1em;
	 }
	
     #remarque {
         flex: 1 0 100%;
         margin-left: 0px;
    }
     .logo-container {
		 
         margin-top: 0px;
    display: flex;
    width: 100%;
    z-index: 999;
    top: 0;
	height:10vh;
	height: calc(var(--vh, 1vh) * 18);;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: left;
        
    }
     .logo-container h1 {
         margin-top: 0vh;
         font-size: 1em;
         margin-left: 0vw;
         width: 100%;
         line-height: 1em;
    }
     #mobile-zoom{
         display: block;
         font-size: 4.9vw;
    }
     #desktop-zoom{
         display:none;
    }
     .left-column h4 {
         margin-top: 0px;
         margin-bottom: 0px;
    }
     #search-container{
         height: none;
    }
     #ave-container a {
		    
             justify-content: center;
    		align-self: center;
    		vertical-align: bottom;
    		margin-top: 0px;
		 height: 30px;
    }
     .mapboxgl-marker{
         pointer-events : none;
         touch-action: unset;
         touch-action: none;
    }
	 .column-content h2 {
		 font-size: 1.5em;
	}
	 .godown{
		    text-align: center;
    		top: calc(85vh - 58px);
		 	top: calc(var(--vh, 1vh) * 100 - 58px);
    		display: block;
	 }
	 
	 .description-flex{
		 width: 100%;
	 }
}
