html, body {
	height: 100%;
	margin: 0;
	padding:0;
	box-sizing:border-box;
	scroll-behavior:smooth;
}

.row{
	margin-right:0;
	margin-left:0;
}

.container-fluid{
	padding-left:0;
	padding-right:0;
}

.logos{
	display:block;
	padding-left:20px; 
	padding-right:0;
	padding-top:24px; 
	padding-bottom:10px;
	}	

#map {
	position: relative;
	width: 100.0%;
	height: 100.0%;
	left: 0.0%;
	top: 0.0%;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
table {
	border:none; 
	border-collapse: collapse;
	font-size:12px;
}
th {
	font-family: tahoma;
	color:#404040;
	border-width:thin; 
	border-style:solid; 
	border-color:#6495ed;
	padding: 5px;
	background-color: #D0E3FA;
	cursor:pointer;
} /* cellules d'en-tête du tableau*/
td {
	font-family: tahoma;
	color:#404040;
	border-width:thin;
	border-style:solid;
	/*border-color:#6495ed;*/
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
} /* cellules du tableau*/
caption {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#404040;
	padding-top: 0px;
	padding-bottom: 10px;
}
.nav-tabs .nav-link{
cursor:pointer;
}
/*#graphique1, #graphique2, #graphique3, #graphique4, #graphique5, #graphique6, #graphique7, #graphique8, #graphique9, #graphique10{
	width
}*/

.card-body:hover{
	box-shadow: rgba(101, 147, 220, 0.5) 0 8px 16px 0;
	}
	
.en-tête, .sticky-top{
	display:block;
	}

.graphique1, .graphique2, .graphique3, .graphique4{
	width:640px;
	height:620px;
	}
	
.cards_graphiques{
	margin:0;
	gap:30px;
	display:flex !important ;
	justify-content:center !important;
	}
	
.cards{
	margin-left:66px;
	margin-right:20px;
	display:flex !important;
	justify-content:center !important;
	}
.tableaux{
	margin-left:53px;
	margin-right:20px;
	display:flex !important;
	justify-content:center !important;
	}	
.tableau1, .tableau2, .tableau3, .tableau4{
	width:520px;
	}	
	
	.tableau1_2{
	gap:20px;
	width:auto;
	}
	
.Select-control{
width:350px !important;
}

#scroll_to_top {
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 50vh;
  right: 20px;
  scroll-behavior: smooth;
  
}

#scroll_to_bottom {
  /*position: absolute;*/
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 30vh;
  right: 30px;
  scroll-behavior: smooth;
  transform: rotate(180deg);
  margin-right: -25px;
}

.Select.has-value.is-clearable.is-searchable.Select--single, .Select-value{
	cursor:pointer;
	}
	
.row{
	/*width:auto !important;*/
	justify-content: center !important;
}

.table-responsive{
	width:100% !important;
}

.select_communes{
	margin-right:auto;
}

.font_title_graph, .font_title_graph1{
	font-weight:bold;
	display:flex;
	gap:5px;
}

.font_title_graph1{
	white-space:nowrap;
	font-size:0.95em;
}

@media only screen and (min-width:1145px) and (max-width:2000px){
	.logos{
	display:block ruby;
	padding-left:20px; 
	padding-right:0;
	padding-top:24px; 
	padding-bottom:10px;
	}	
	
	.cards{
	margin-left:33px;
	margin-right:0;
	}
	
.cards_graphiques{
	margin:0;
	gap:10px;
	}	
}

@media only screen and (min-width:1290px) and (max-width:1400px) {
.cards{
	margin-left:33px;
	margin-right:0;
	}
	
.cards_graphiques{
	margin:0;
	gap:10px;
	display:block ruby
	}	
	
}

@media only screen and (min-width:1180px) and (max-width:1290px) {
.cards{
	margin-left:72px;
	margin-right:0;
	}
	
.cards_graphiques{
	margin:0;
	gap:inherit;
	display:block ruby;
	}	
.tableaux{
	margin-left:80px;
	margin-right: 0;
	}
}

@media only screen and (min-width:980px) and (max-width:1180px) {
.cards{
	margin-left:238px;
	margin-right:0;
	}
	
.cards_graphiques{
	margin:0;
	gap:10px;
	}	

.tableaux{
	margin-left:326px;
	}	
}

@media only screen and (min-width:865px) and (max-width:980px) {
	.cards{
	margin-left:154px;
	margin-right:0;
	}
	
.cards_graphiques{
	margin:0;
	gap:2px;
	}	

.tableaux{
	margin-left:230px;
	display:inherit;
	}
}




@media only screen and (min-width:768px) and (max-width:865px) {
.cards{
	margin-left:92px;
	margin-right:0;
	}
	
.cards_graphiques{
	margin:0;
	gap:2px;
	}	

.tableaux{
	margin-left:153px;
	display:inherit;
	}
}	

@media only screen and (max-width:600px) {
	.select_communes{
	margin-right: inherit;
	margin-left:40%;
	}
	
	.font_title_graph, .font_title_graph1{
	font-size:0.85em;
	}
	
	#graphique1, #graphique2, #graphique3, #graphique4, #graphique5, #graphique6, #graphique7, #graphique8, #graphique9, #graphique10{
	width:auto !important;
	}
}