/* Styles généraux */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Fauna One", sans-serif;
  line-height: 1.6;
  background-color: #f2f2f2;
  color: #333;
}

a {
  color: #3d83a1;
  text-decoration: none;
}

a:hover {
  color: #7b8a78;
  text-decoration: underline;
}


/* Styles pour l'entête */
.header_logo {
  margin: 0;
  height: auto;
  width:100%;
  padding-top: 10px;
  padding: 0 7%;
  font-size: 25px;
  /* text-shadow: 3px 4px rgba(black, .1); */
  transition: .3s;
  text-align: center;
}

.header_text
{
  margin:0;
  padding-left: 0;
  text-align: center;
}

#btnvideo{
  color: #000000;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: auto;
  width: 280px;
  background-color: #9fcce8;;
}

#btnvideo:hover{
  color: #ffffff;
  background-color: #3d83a1;;
}

#btndoc{
  color: #000000;
  padding: 1em 1.5em;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  height: auto;
  width: 250px;
  background-color: #9fcce8;;
}

#btndoc:hover{
  color: #ffffff;
  background-color: #3d83a1;;
}

.btnguide{
  width: 100%;
  text-align: center;
}

/* Styles pour les tableaux */
.container {
  border:2px solid #9fcce8;
  width:300px;
  height: 200px;
  overflow-y: scroll;
};

#boxes{
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
  position: relative;
}

div{
  /*scrollbar-color: #3d83a1 #9fcce8;*/
  float:left;
  padding:0 10px;
}

.info {
  margin-top: 20px;
  background-color: #9fcce8;
  border-left: 6px solid #3d83a1;
  width:calc( 100% - 20px);
  color:#333;
  font-size:1rem;
  height: auto;
  font-weight: bold;
}

.chart-title
{
  margin-top:20px;
  background-color: rgb(197, 194, 214);
  border-left: 6px solid  rgb(98, 98, 100);
  width: calc( 100% - 20px);
  color:#000;
  height: auto;
  /*font-size:1.2rem;*/
  
}

.legend { list-style: none;padding-left: 0px; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
/* your colors */
.legend .tenminute { background-color: #FF00FF; }
.legend .oneh { background-color:#800000; }
.legend .lessthan8h { background-color:#DEB887; }
.legend .lessthan24h { background-color:#FF8C00; }
.legend .threem { background-color:#20B2AA; }
.legend .oneyears { background-color:#FF0000; }
.legend .cellings { background-color:pink; }
.legend .floors { background-color:#009f00; }
.legend .notspecifieds { background-color:#00FFFF; }

#chart {
  display: table-cell;
  position:relative;
  /*width: 95vw;*/
  width: calc( 100% - 10px);
  height:400px;
  padding-left:0px;
  margin-top:20px;
}

#chartser{
  display: table-cell;
  position:relative;
  height: 500px;
  width: 95vw;
}

.x-label {
  margin-top:20px;
  background-color: rgb(197, 194, 214);
  border-left: 6px solid  rgb(98, 98, 100);
  width: calc( 100% - 20px);
  color:#333;
  height: auto;
  /*font-size:1.2rem;*/
}

.x-legend { list-style: none;padding-left: 0px;margin:0 }
.x-legend li { float: left; margin-right: 10px; }
.x-legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
.x-legend .occu { background-color:#ff5b00; }
.x-legend .occuboth { background-color:DimGray; }
.x-legend .non { background-color:#009a76; }


#boxes1{
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
 }

#boxes2{
  border:2px solid #ccc;
  width:calc( 100% - 20px);
  height:200px;
  overflow-y: scroll;
}

#boxes3{
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
  scrollbar-color:#AF9483;
 }
 
#boxes4{
  position:relative;
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
}

#boxes5{
  position:relative; 
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
}

#boxes6{
  width: 100%;
  object-fit: contain;
  content: "";
  display: table;
  clear: both;
  scrollbar-color:#AF9483;
 }
 
 #iqTable {
  table-layout: auto;
  width:100%;
  font-size:12px;
  color:#fff;
  border-collapse: collapse;
  text-align:center;
}
#iqTable th{
    background:#3d83a1;
    border: 1px solid black;
    color: #fff;
    height: 30px;
  }
#iqTable td{
    background: #9fcce8;
    border: 1px solid black;
    color: #000;
 } 
 #thTable {
  table-layout: auto;
  width:100%;
  font-size:12px;
  color:#fff;
  text-align:center;
  border-collapse: collapse;
}
#thTable th{
    background:#3d83a1;
    border: 1px solid black;
    color: #fff;
    height: 30px;
  }
#thTable td{
    background: #9fcce8;
    border: 1px solid black;
    color: #000;
 }
 #elTable {
  table-layout: auto;
  width:100%;
  font-size:12px;
  color:#fff;
  border-collapse: collapse;
  text-align:center;
}
#elTable th{
    background:#3d83a1;
    border: 1px solid black;
    color: #fff;
    height: 30px;
  }
#elTable td{
    background: #9fcce8;
    border: 1px solid black;
    color: #000;
 }
