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 {
     position: fixed;
     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;
}
 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;
}
.godown {
    display: none;
    border-radius: 360px;
    position: absolute;
    background-color: white;
    z-index: 999;
    width: 48px;
    height: 48px;
    bottom: 29vh;
    right: 0;
}
.godown img {
    border-top-left-radius: 10px;
    width: 48px;
    height: 48px;
}
 #loader{
     position: absolute;
     background-color: rgba(255,255,255,0.8);
     z-index: 500;
     min-width: 100%;
}
 #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 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 {
     z-index: 999;
     max-width: 600px !important;
}
 .mapboxgl-popup-content {
	 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;
    /*background: #fff;
    */
     bottom: -2px;
     top: auto;
     transition: 1s;
    /*background-image: url(../img/popup.jpg);
    */
     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 {
     border-radius: 0 0 30px 30px;
     font-family: 'Titillium Web', sans-serif !important;
     background: #fff;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5) !important;
     display: none;
     font-size: 12px;
     max-height: 50vh;
     overflow-y: auto;
     position: relative;
     z-index: 100;
}
 .mobile-content-container-inner.tapped {
     background: url(../img/tap.png) no-repeat !important;
     background-size: 10% !important;
     background-position: bottom right!important;
     overflow: hidden;
}
 .mobile-content-container-inner p, .mapboxgl-popup-content p {
     line-height: 1.2em;
     padding: 5px;
}
 .description-inner {
     padding: 10px 10px 10px 0px;
     background-color: white;
}
 .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: 'Abel', sans-serif;
     padding: 0;
     margin: 0;
     position: relative;
     font-weight: bold;
     width: 100%;
     text-align: left;
     border-bottom: 2px solid #FFF;
     padding-bottom: 5px;
     font-size: 32px;
     padding-right: 42px;
     padding-left: 10px;
     line-height: 1em;
}
 .mapboxgl-popup-content h4, .mobile-content-container h4 {
     margin-bottom: 20px;
     padding-left: 10px;
     text-transform: uppercase;
}
 .map-container {
     position: relative;
     height: 100vh;
     margin-left: 20vw;
     margin-top: 7vh;
}
 .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 {
     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;
     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#46679d+0,bde6f8+100 */
		background: #46679d; /* Old browsers */
		background: -moz-linear-gradient(left,  #46679d 0%, #bde6f8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #46679d 0%,#bde6f8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #46679d 0%,#bde6f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46679d', endColorstr='#bde6f8',GradientType=1 ); /* IE6-9 */

}
 

 .logo-container h1 {
     font-size: 2vw;
     width: 100vw;
     text-align: left;
     vertical-align: middle;
     margin-left: 20px;
     text-shadow: none;
     line-height: 7vh;
	 color:#fff;
}
 #search-container{
     height: 20%;
}
#parti{
    cursor: pointer;
    z-index: 1;
    position: relative;
    background-color: white;
	/*-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: 3px solid #58A837;
	transition: 0.1s;
}
#parti:focus {
    outline-width: 0;
}

#parti:hover{
	transition: 0.1s;
	border-width: 1px;
}
.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;
}
 .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%;
    /* justify-content: center;
     */
     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;
}
.desktop{
	display: block;
}
.mobile{
	display: none;
}
 @media screen and (min-width: 1600px) {
     .column-share-info{
         font-size: 0.8em;
    }
     #desktop-zoom {
         font-size: 1.1vw;
    }
     #column-text h2:first-of-type {
		 margin-top: 30px !important;
    }
     .logo-container h1 {
         font-size: 2.5em;
		 line-height: 10vh;
		 text-align: center;
		 margin-left: -11vw;
    }
     .mobile-text {
         font-size: 1vw;
         line-height: 1vw;
    }
	.logo-container {
     height: 10vh;
	}
	
	 .map-container {
		margin-top: 10vh;
	}
	
}
 @media screen and (max-width: 800px) {
	 .mobile{
		 display: block;
	 }
	 .desktop{
		 display: none;
	 }
	 .parti-legend.mobile{
		    position: absolute;
			background-color: white;
			top: calc(95vh - 98px);
			z-index: 999;
	 }
     #ave-container {
         position: relative;
         height: 40%;
         margin-left: 0px;
         padding-right: 0vw;
         padding-left: 10px;
         justify-content: left;
         width: 100%;
         align-self: left;
         display: flex;
         height: 40%;
         -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 {
         top: 7vh;
         z-index: 22;
         display: none;
         position: absolute;
         padding: 10px 20px;
         left: 0;
         right: 0;
         max-width: 100%;
         box-sizing: content-box;
         padding-left: 10px;
         padding-right: 10px;
         margin: 0;
         border-radius: 0px;
    }
     .mobile-content-container h3 {
         text-align: left;
         font-size: 2em;
    }
     .mobile-content-container p {
         font-size: 1em;
    }
     #mycontent {
         margin-left: 0;
         font-size: 1em;
         margin-top: 9vh;
        /* height: 80vh;
         */
    }
     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%;
	}
     .column-content {
         height: auto;
         display: block;
         margin-bottom: 0%;
         margin-top: 20px;
         padding: 1em;
         padding-top: 0px;
         color: white;
    }
     .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(100vh - 160px) !important;
         z-index: 0;
    }
     .left-column {
         display: block;
         top: 95vh;
         width: 100vw;
         height: auto;
         position: absolute;
         min-width: 250px;
         max-width: 1200px;
         font-size: 1em;
         padding: 0px;
         text-align: center;
         left: 0;
         z-index: 999;
    }
     .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;
    }
     .mobile-content-container {
         display: none;
         padding: 10px 20px;
    }
     .mobile-content-container h3 {
         text-align: center;
        /*color: #D63A76;
        */
        /*border-bottom: 2px solid #D63A76;
        */
         padding: 5px 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: 6vw;
         max-width: 100%;
         padding-left: 10px;
         padding-top: 0px;
         margin-top: 0vh;
    }
     #ave-title{
         height: 50%;
    }
     .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;
    }
     #column-text {
         font-size: 100%;
         line-height: 100%;
         box-sizing:inherit;
         color: black;
         background-color: white;
         border-top: none;
         padding: 0px;
         padding-bottom: 0px;
    }
     #remarque {
         flex: 1 0 100%;
         margin-left: 0px;
    }
     .logo-container {
         margin-top: 0px;
         display: flex;
         width: 100%;
         z-index: 55;
         top: 0;
         height: 15vh;
         flex-direction: column;
         flex-wrap: nowrap;
         align-items: left;
         box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    }
     .logo-container h1 {
         margin-top: 0vh;
         font-size: 1.2em;
         margin-left: 0vw;
         width: 100%;
         line-height: 1.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: left;
         align-self: left;
         margin-top: 0px;
    }
     .mapboxgl-marker{
         pointer-events : none;
         touch-action: unset;
         touch-action: none;
    }
	 .column-content h2 {
		 font-size: 1.5em;
	}
	 .godown{
		display: block;
	 }
}
