html, body { height: 100%; width:100%; margin: 0; padding: 0; }

#map { height: 100%; width:79%; float:left }

.menu{
    -webkit-appearance: menulist;
    font-family: Segoe UI, sans-serif;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #6e727b;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: #b2cdff;
    border-image: initial;
}

#content-window {
        float: left;
        font-family: 'Roboto','sans-serif';
        height: 100%;
    line-height: 22px;
        padding-left: 10px;
        width: 19%;

    overflow-y: auto;
}

#content-intro {
  transition: max-height 0.3s ease;
}

#content-intro.collapsed {
  max-height: 140px;
  overflow: hidden;
}

#content-intro.expanded {
  max-height: none;
}

#toggle-intro {
  display: block;
  margin: 8px 0 12px;
  background: #f2f6fb;
  border: 1px solid #cbd5e1;
  color: #2b4a6f;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

#hover-info {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 8px;
}

.help-icon {
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background: #e8f1f7;
  color: #2b4a6f;
  font-size: 11px;
  font-weight: bold;
  cursor: help;
}

.help-tooltip {
  position: absolute;
  z-index: 9999;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: none;
  max-width: 240px;
  pointer-events: none;
}
#legend {
        font-family: Segoe UI, sans-serif;
        font-size: 15px;
        padding: 10px;
        margin: 10px;
        border: 1px solid #8a8a8a82;
    color: #5b5b5d;
    background-color: white;
      }
#legend h3 {
        margin-top: 0;
      }
#legend img {
        vertical-align: middle;
      }

.button {
  
  border-radius: 4px;
  background-color: #e8f1f7;
  border: none;
  color: #a0a6aa;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family:'Open Sans', Arial, sans-serif;
}

.button.all {
  display: inline-block;
  border-radius: 4px;
  background-color: #e8f1f7;
  border: none;
  color: #a0a6aa;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button.active, .button:active  {
  padding-right: 25px;
  background-color: #0f7fc4;
  color: #FFFFFF;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.logo {
	width:100%;
	padding-top: 15px;
	padding-bottom:10px;
}

h2 {
	color:#4E6CA3;
	font-family:Segoe UI;
	font-size:20px;
	line-height:24px;
	text-align: ;
	text-transform:uppercase;
	
}
h3, li{
	color:#5b5b5d;
	font-family:Segoe UI;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	
}
p {
	color:#a8acb5;
	font-family:Segoe UI;
	font-size:16px;
	line-height:25px;
	font-weight:normal;
     margin-bottom: 30px;
}
.legal {
	font-family:arial;
	font-size:10px;
	position: fixed;
	bottom:0;
	right:0;
	line-height:10px;
	padding-bottom:3px;
	padding-left:50px;
	text-align: center;
	width:19%;
	
}
.note {
	margin-top:20%;
	
	padding:5px 5px 5px 5px;
	
	color:#a8acb5;
	font-family:Segoe UI;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}
.titre {
	padding-top:10px;	
}
.sep {
	background: transparent;
	border-color	: #2487a5;
	border-width	: 0 0 1px;
	border-style	: solid;	
}

a {
	
	color	: #2487a5;
		
}

 .map-control {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
        font-family: 'Roboto','sans-serif';
        margin: 10px;
        /* Hide the control initially, to prevent it from appearing
           before the map loads. */
        display: none;
      }
      /* Display the control once it is inside the map. */
      #map .map-control { display: block; }

      .selector-control {
        font-size: 14px;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
      }


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;

#iw-container  .iw-title {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 22px;
   font-weight: 400;
   padding: 10px;
   background-color: #48b5e9;
   color: white;
   margin: 1px;
   border-radius: 2px 2px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}

