
.module_graphique{
display: grid;
  grid-template-columns: 250px 1fr;
  position: relative;
  left: calc(50% - 46vw);
  width: 92vw;
  margin: 40px 0;
  padding: 40px 0;
  background: white;
}

#bt_graphe,#bt_chrono,#bt_tab, #bt_info{
font-family: 'source_sans_3_bold';
display: inline-block;
  padding: 52px 0 8px 0;
  margin: 0 10px 0 10px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #dae2ff;
  background: url(/wp-content/themes/focus2030/assets/images/bt_graphe.png) no-repeat center 11px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  width: 90px;
  text-align: center;
  color:black;
}
A#bt_chrono{
 background:url(/wp-content/themes/focus2030/assets/images/bt_chrono.png) no-repeat center 11px ;
}
A#bt_tab{
 background:url(/wp-content/themes/focus2030/assets/images/bt_tab.png) no-repeat center 11px ;
}
A#bt_info{
 background:url(/wp-content/themes/focus2030/assets/images/bt_info.png) no-repeat center 11px ;
}

A#bt_chrono:hover{
 background:url(/wp-content/themes/focus2030/assets/images/bt_chrono.png) no-repeat center 11px #ecf0ff ;
 color:black;
}
A#bt_tab:hover{
 background:url(/wp-content/themes/focus2030/assets/images/bt_tab.png) no-repeat center 11px #ecf0ff ;
  color:black;
}
A#bt_graphe:hover{
 background:url(/wp-content/themes/focus2030/assets/images/bt_graphe.png) no-repeat center 11px #ecf0ff ;
  color:black;
}

.bt_actif{
background-color:#ecf0ff !important;
}

.identite{
padding: 20px 30px 0;
	text-align:center;
}
.controles{
	position:relative;
}
.aside{
	padding:20px 10px;
	font-size:1.7rem;
	background: #ecf0ff;
	border-radius: 10px;
}
.main{
max-width:100%;
width:100%;
position:relative;
overflow-y: auto;
  overflow-x: hidden;
}
.main_graphe{
	height:580px;
	min-height:400px;
	position:relative;
	max-width:100%;
position:relative;
}

#options_graphiques, #options_timeline, #options_table{
border: 1px solid #ecf0ff;
  background: #ecf0ff;
  padding: 15px 15px 10px 36px;
  position: relative;
  top: -1px;
  border-radius: 10px;
}

.bt_action{
display: inline-block;
  height: 45px;
  border-radius: 50px;
  overflow: hidden;
  width: 45px;
  text-align: center;
  padding: 6px 0 0 0;
}
.bt_action:hover, .bt_action_actif{
background:white;
}
.petit_lien{
font-size: 1.4rem;
  color: #98adea;
  text-decoration: none;
  font-weight: bold;
}
A.lien_infobulle{
color:#626162;
text-decoration: dotted underline; 
}
#timeline{
display: flex;
  float: right;
  width: 40%;
  position: relative;
  }
#libelle_timeline{
position: absolute;
  left: 0;
  bottom: -1px;
  text-align: center;
  width: 100%;
  font-size: 0.6rem;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  border:0 none;
} 
 input[type="range"]::-webkit-slider-runnable-track {
background: #98adea;
  height: 0.5rem;
  border-radius: 8px;
}

/******** Firefox ********/
input[type="range"]::-moz-range-track {
background: #98adea;
  height: 0.5rem;
  border-radius: 8px;
} 
 input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -12px; /* Centers thumb on the track */
   background-color: #5cd5eb;
   height: 2rem;
   width: 1rem;    
} 
    
.bt_options, .bt_partaged,.bt_full, .bt_lang{
position: absolute;
  display: block;
  border: 1px solid #98adea;
  border-radius: 10px;
  right: 10px;
  top: 0px;
  text-align: center;
  padding: 4px;
  height: 54px;
  width: 54px;
}
.bt_options{
right:160px;
}
.bt_partaged{
right:80px;
}
.bt_lang{
position:relative;
font-size: 1.8rem;
text-decoration:none;
width:80px;
color:#98adea;
font-family: 'source_sans_3_bold';
}
.bt_rezo{
position:relative;
right:auto;
display:inline-block;
margin:15px;
text-decoration:none;
}
.bt_rezo:hover{
-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.05); 
box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.05);
}
.bt_segmentations, .bt_pays{
font-family: 'source_sans_3_bold';
position: relative;
  display: inline-block;
  border: 1px solid #98adea;
  border-radius: 10px;
  right: 0;
  top: -5px;
  text-align: center;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 0 20px;
  font-size: 1.7rem;
  color:black;
}
.bt_segmentations span{
font-size: 1.3rem;
  font-weight: normal;
}
.bt_segmentations:hover,.bt_pays:hover{
text-decoration:none;
background:#98adea;
color:white;
}
.calque{
display:none;
-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.32);
position: absolute;
  left: 10%;
  top: 50%;
  display: none;
  color: black !important;
  padding: 30px;
  font-size: 1.7rem !important;
  border-radius: 5px;
  width: 80%;
  z-index: 10;
  background:#ecf0ff;
  border:20px solid white;
}  

#menu_segmentations p{
margin: 5px 0;
}

.bt_fermer{
position:absolute;
right: -10px;
top: -30px;
font-size:2rem;
}

th, td{
border:0 none;
}
TR:hover {
  background-color: transparent;
}
 
p.titre{
border-bottom:2px solid black;
padding:0 0 5px 0;
width:80%;
text-transform:uppercase;
margin: 0px 0 20px 0;
float: none;
}  

  
label > input[type=radio]:checked {
 background:red;
} 
  
/* Style de base pour le bouton radio */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #333;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}

/* Style pour le bouton radio coch� */
input[type="radio"]:checked {
  background-color: transparent;
}

/* Style du petit carr� � l'int�rieur du bouton radio coch� */
input[type="radio"]:checked::before {
  content: '';
  width: 10px; /* Ajustez la taille du carr� selon vos besoins */
  height: 10px; /* Ajustez la taille du carr� selon vos besoins */
  background-color: #333; /* Couleur du carr� */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px; /* Ajustez la bordure selon vos besoins */
}

/* Style de base pour la checkbox */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #333;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  padding:0;
  top: 6px;
}

/* Style pour la checkbox coch�e */
input[type="checkbox"]:checked {
  background-color: transparent;
}

/* Style du petit carr� � l'int�rieur de la checkbox coch�e */
input[type="checkbox"]:checked::before {
  content: '';
  width: 10px; /* Ajustez la taille du carr� selon vos besoins */
  height: 10px; /* Ajustez la taille du carr� selon vos besoins */
  background-color: #333; /* Couleur du carr� */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px; /* Ajustez la bordure selon vos besoins */
}



  
input[type=button].options, input[type=button].liste_question{
	float:right;
	margin:0 10px;
	background:#F0F0F0;
	border:1px solid #A0A0A0;
	font-size:1rem;
	text-transform:none;
	border-radius:5px;
	border:0 none;
	color:black !important;
}
input[type=button].graphique{
	margin:0 20px;
	background:url(../wp-content/themes/focus2030/assets/images/icone_graphe.png) no-repeat center center white;
	background-size:contain;
	border:1px solid black;
	border-radius:5px;
	font-size:1rem;
	text-transform:none;
	width: 50px;
}
input[type=button].timeline{
	margin:0 20px;
	background:url(../wp-content/themes/focus2030/assets/images/icone_timeline.png) no-repeat center center white;
	background-size:contain;
	border:1px solid black;
	border-radius:5px;
	font-size:1rem;
	text-transform:none;
	width: 50px;
}

H2{
	text-transform: none;
}
#container{
	height:100%;
	min-height:500px;
}


.display {
	display: block;
}
.hide {
	display: none;
}
.cross_options {
	position: absolute;
	right: 7px;
	top: 6px;
	cursor: pointer;
}

.icon-data{
font-size:2.5rem;
color:#98adea;
text-decoration:none;
}



.disclaimer{
font-size: 1.1rem;
  color: #505050;
  position: relative;
  top: 0;
  padding: 0 0 0 10px;
}
.disclaimer p{
font-size: 0.7rem;
}
#note_detail{
max-height: 400px;
 overflow: auto;
  }
 

#container_table{
	height:100%;
	display:none;
	overflow:auto;
	max-width:100%;
	position:relative;
	padding:0 0 30px 0;
}
 
#container_table H3{
border-bottom:0 none;
padding:0;
width:100%;
text-transform:capitalize;
margin:0;
font-size:2rem;
background:#dae2ff;
text-align:center;
}
#container_table H4{
text-transform:none;
font-size: 1.9rem;
margin:20px 0 10px 20px;
text-align:center;
}
p.nom_pays{
font-size:1.4rem;
}
#container_table H4 .bt_download{
margin: 0 0 0 30px;
width: 40px;
  display: inline-block;

}
table.databrut{
	border-collapse: collapse;
	border-spacing: 0;
	width:auto;
	max-width:none;
	margin:0 0 0 20px;
	border:0 none;
}
.databrut tr:nth-child(odd){
background:white;
}
.databrut tr:nth-child(even){
background:#ecf0ff;
}
.databrut th, .databrut td{
	padding: 10px 20px;
	text-align:right;
	white-space: nowrap;
	border:0 none;
}

.databrut .familles-head, .databrut .familles-head TD, .databrut .periode td{
background:#dae2ff !important;
border:0 none;
text-align:center !important;
font-size: 1.4rem;
}
.databrut .criteres-head th{
background:#ecf0ff !important;
text-align:center !important;
font-size: 1.4rem;
white-space: normal !important;
border:0 none;
border-bottom:1px solid #98adea;
}
.databrut td.reponses-head{
text-align:left;
border:0 none;
}
.familles-head{
display:none;
}
.databrut td.finfamille{
border-right:1px solid #98adea !important;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -82px -224px;
}

.bt_pays{
  display:none;
  width: 110px;
margin: 16px 0 0 10px;
  float: right;
  }
  
.ui-icon-gripsmall-diagonal-se {
    background-image: url('/wp-content/themes/focus2030/assets/images/resize.png');
    background-size: contain;
    width: 30px;
    height: 30px;
	background-position:0 0;
  }
  
@media screen and (max-width: 1300px) {
	.pcentrer {
	  max-width: none;
	  padding: 0 3%;
	}
	.module_graphique {
	  display: grid;
	  width: 100%;
	  grid-template-columns: 250px 1fr;
	  position: relative;
	  left: 0;
	  width: 100%;
	  }
}


@media screen and (max-width: 900px) {
.calque {
  left: -20%;
  width: 110%;
}
	.bt_segmentations, .bt_pays {
	  padding: 4px 5px;
	  margin: 0 0 0 10px;
	  font-size: 1.1rem;
	}
	.bt_options, .bt_partaged, .bt_full {
	  border-radius: 5px;
	  right: 10px;
	  padding: 4px;
width: 40px;
    height: 44px;
	}
	.bt_options {
	  right: 110px;
	}
	.bt_partaged {
	  right: 60px;
	}	
	#bt_graphe, #bt_chrono, #bt_tab, #bt_info {
	  padding: 49px 0 6px 0;
	  margin: 0 -1px 0 10px;
	  border-radius: 10px 10px 0 0;
	  background-position: center 6px;
	  font-size: 0.9rem;
	  width: 70px;
	}	
#options_graphiques, #options_timeline, #options_table {
  padding: 10px 5px 10px 5px;
}	
#timeline{
width: 60%;
}
}

@media screen and (max-width: 750px) {
.module_graphique{
display:block;
}
.identite{
padding:20px 0 50px 0;
}
.identite img{
max-height:40px;
float:left;
}
.identite br{
display:none;
}
	.bt_options, .bt_partaged, .bt_full {
	top:10px;
	}
	.bt_action {
  width: 41px;
  }
.bt_segmentations, .bt_pays {
  right: 0;
  top: -9px;
  }
  .bt_pays{
  display:block;
  right: 20px;
top: 8px;
    height: 37px;
  padding: 11px 0 0 0;
  }
  .aside{
  display:none;
  }
 .calque {
  left: 0px;
  padding: 10px;
  width: 100%;
  border: 8px solid white;
}   
td, th {
  padding: 5px;
  margin:0
  }
}

@media screen and (max-width: 500px) {
#options_graphiques{
height: 110px;
}
.bt_segmentations {
left: -170px;
  right: auto;
  top: 34px;
  }
  .bt_pays {
  position: absolute;
    right: 30px;
    top: 61px;
  }
  	.bt_options, .bt_partaged, .bt_full {
	top:15px;
	right:0;
	}
  	.bt_options {
	top:-85px;
	}	
  	.bt_partaged {
	top:-35px;
	}		
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Votre r�gle sp�cifique � Safari ici */
	.bt_info{
	width: 180px;
	}
}