﻿l,body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

#reclaim {
  display: block;
}

#general {
  display: block;
  background-color: #FFFFFF;
  height: 50px;
}

.generalshare {
  display: block;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

#filterlift {
  max-height: 560px;
  overflow-y: auto;
}

#table {
  display: table;
  border-collapse: collapse;
  color:#333645;
  width: 100%;
  position: relative;
}

#tablebis {
  display: table;
  border-collapse: collapse;
  color:#333645;
  width: 1200px;
  position: relative;
}

.tbody {
  border: 1px solid #fff;
  /*height: 400px;*/
  /*height: calc(100% - 70px);*/
  overflow-y: scroll;
  /*scrollbar-width: none;*/
}

.tr {
  width: 100%;
  position: relative;
  display: flex;
  border:1px solid #fff;
  border-left:0px solid white;
  border-right:0px solid white;
}

.trtop {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  border:1px solid #fff;
  border-left:0px solid white;
  border-right:0px solid white;
  overflow-y: scroll;
}

.trl {
    transition: 1.0s;
    display: flex;
    position: relative;
    width: 100%;
    background: #F0F0F0;
}

.th, .th2, .th3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  padding: 20px 5px;
}

.th {
  min-width: 80px;
  width: calc(100% / 9);
}
.th2 {
  min-width: 200px;
  width: calc(100% / 4.5);
}
.th3 {
  min-width: 200px;
  width: calc(100% / 3);
}

.thmobile, .th2mobile, .th3mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  padding: 20px 5px;
}

.thmobile {
  width: calc(100% *2 / 9);
}
.th2mobile {
  width: calc(100% *5 / 9);
}

.th3mobile {
  width: calc(100% *5 / 9);
}

.thtit {
  text-align: center;
}

.td,.tdvert,.tdjaune,.tdorange,.tdrouge,.tdgris,.tdlightgray,.tdpi {
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border:1px solid #fff;
  border-top:0px;
  border-bottom:0px;
  box-sizing: border-box;
}
.td, .tdlightgray {
    justify-content: left;
    padding-left: 10px;
}
.tdvert,.tdjaune,.tdorange,.tdrouge,.tdpi {
  font-size:18px;
  font-weight:bold;
}
.tdgris{
   font-size:12px;
   font-weight:bold;
}
.large {
  min-width: 80px;
  width: calc(100% / 9);
}
.mobile {
  display: inline-block;
  width: calc(100% *2 / 9);
  overflow-wrap: break-word;
}

.tdrouge { background: #f38789;}
.tdorange { background: #ffb55a;}
.tdjaune { background: #ffdf83;}
.tdvert { background: #b7de79;}
.tdgris { background: #eaebec; color: #8c8c8c;}
.tdpi {background: #eaebec; padding: 0;}
.tdlightgray, .td2lightgray { background: rgba(51,54,69,0.1);}


.td2,.td2grisclair,.td2lightgray {
  padding: 15px 0;
  font-size: 16px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: bold;
  border:1px solid #fff;
  border-top:0px;
  border-bottom:0px;
  cursor: pointer;
}
.td2grisclair {
  background-color: rgb(51,54,69);
  color:white;
}
.td2:hover, .td2lightgray:hover {
  color:#8ac56b;
}
.large2 {
  min-width: 200px;
  width: calc(100% / 4.5);
}
.large3 {
  min-width: 200px;
  width: calc(100% / 3);
}
.mobile2, .mobile3 {
  width: calc(100% *5 / 9);
}


.tdplus {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}

.tbody>.tr:hover {
  background-color: rgba(51,54,69,0.5);
}

.td3 {
  display: table-cell;
  font-size: 14px;
  width: 100%;
}

.div2 {
  background:#F0F0F0;
  max-height:0px;
  transition: max-height 0.3s;
}

.div2crita {
  font-size: 22px;
  color: white;
  background-color: rgb(51,54,69);
  padding: 10px 10px;
}

.div2critb {
  font-size: 16px;
  padding: 15px 25px;
  line-height: 1.7;
}

.div2anaa {
  font-size: 22px;
  color: white;
  background-color: rgb(51,54,69);
  padding: 10px 10px;
}

.div2anab {
  font-size: 16px;
    padding: 15px 25px;
    line-height: 1.7;
}

.div2full {
  max-height:600px;
  transition: max-height 1.0s;
  border: 1px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.33);
}

.div2fullnoanim {
  max-height:600px;
  border: 1px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.33);
}

.div2fullmob {
  max-height: 2000px;
  transition: max-height 1.0s;
  border: 1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.33);
}

.div2fullnoanimmob {
  border: 1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.33);
}

.colspan {
  border:0;
}

.colspan+.td3 {
  border: 0;
  max-height: 10px;
}

.colspan>div {
  width: 100%;
  padding: 20px 40px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.colspan>div>div {
  position: relative;
  width: 100%;
  padding: 25px;
  overflow: auto;
  box-sizing: border-box;
}

.colspanmob {
  border:0;
}

.colspanmob+.td3 {
  border: 0;
  max-height: 10px;
}

.colspanmob>div {
  width: 100%;
  padding-bottom: 10px;
}

.colspanmob>div>div {
  position: relative;
  width: 100%;
  overflow: auto;
}

/* affichage mobile */
span.mob {
  height: 28px;
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  padding-top: 4px;
  color: #000000;
}

span.mob1 {
  flex: 1 75%;
  border-right: 3px solid #ffffff;
  padding-left: 5px;
}
span.mob2 {
  flex: 1 25%;
  text-align: center;
}

div.vert { background-color: #b7de79;}
div.rouge { background: #f38789;}
div.orange { background: #ffb55a;}
div.jaune { background: #ffdf83;}
div.gris { background: #eaebec; color: #8c8c8c;}
div.pi {background: #eaebec; padding: 0;}

div.buttonsmallt {
  width: 22px; 
  height: 22px; 
  /*background-color: #C0C0C0;*/
  margin: 2px;
  position: absolute;
  top:0px;
  right:0px;
}

div.buttonsmallb {
  width: 22px; 
  height: 22px; 
  /*background-color: #C0C0C0;*/
  margin: 2px;
  position: absolute;
  bottom:0px;
  right:0px;
}


.buttonsmallt:hover,
.buttonsmallt:focus,
.buttonsmallb:hover,
.buttonsmallb:focus {
  cursor: pointer;
}

img.buttonsmall,img.buttonclose,img.buttonvalid,img.buttonstar,img.buttonmark {
  height: 18px;
  object-fit: scale-down;
  cursor: pointer;
}

img.buttonohno {
  height: 30px;
  object-fit: scale-down;
}

img.buttonstar {
  margin-left: 5px;
}
 
img.buttonmark {
    margin-left: 5px;
}
.buttonvalid {
  position: absolute;
  right: 0px;
  top: 0px;
}
.buttonclose {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-content {
  display: none;
  position: fixed;
  z-index: 30;
  padding: 12px;
  background-color: #333645;
  border: 1px solid #2c2f3d;
  width: 230px;
  font-size: 12px;
  border-radius: 14px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  box-sizing: content-box;
  color: white;
}

.modal-help {
  display: none;
  position: fixed;
  z-index: 30;
  padding: 5px;
  background-color: #e0e0e0;
  border: 1px solid #888;
  width: 200px;
  font-size: 12px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: white;
}

.filtre-title {
  padding: 4px;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.close {
  color: #aaa;
  float:right;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.item {
  background-color: #333645;
  padding: 4px;
  width: calc(100% - 8px);
  display: flex;
  align-items: center;
}

.itemdisable {
  background-color: #333645;
  color: #8BC4CF;
  font-weight: bold;
  padding: 4px;
  width: calc(100% - 8px);
  display: flex;
  align-items: center;
}

.item:hover,
.item:focus {
  background-color: #20222e;
}
.filtre {
  /* display: table-cell; */
  display: inline-block;
  padding: 15px 15px;
  padding-right: 25px;
  /* width: 160px; */
  background-color: #d0d0f0;
  /*border: #606060 solid 1px;*/
  margin: 6px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  position: relative;
  background: #333645;
  color: white;
  border-radius: 12px;
}

.clearfiltre {
  /* display: table-cell; */
  display: inline-block;
  padding: 15px 15px;
  width: 120px;
  background-color: #d0d0f0;
  /*border: #606060 solid 1px;*/
  margin: 6px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  position: relative;
  background: #883645;
  color: white;
  border-radius: 12px;
  cursor: pointer;
}

.chklist {
  float: left;
  cursor: pointer;
}
.thead {
  background-color:#333645;
  color: white;
  width: calc(100%);
  position: relative;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 20;
}
/*#lift{
  border: 1px solid #fff;
}*/

/*.t_shareIcon{
  width: 50px;
  height: 50px;
  position: relative;
}*/
.t_shareIconCont{
  display: inline-block;
  cursor: pointer;
}
.t_total{
  width: calc(100% - 20px);
  position: relative;
  display:flex;
  align-items:center;
  justify-content: space-between;
  text-align: center;
  background-color: #333645;
  padding:13px 10px;
}
.t_total_mobile{
  width: calc(100% - 20px);
  position: relative;
  display:flex;
  align-items:center;
  justify-content: space-between;
  text-align: center;
  background-color: #333645;
  padding: 6px 10px;
}
.t_totalbis{
  width: 1180px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content: space-between;
  text-align: center;
  background-color: #333645;
  padding:13px 10px;
  border-radius:20px 20px 0px 0px;
}
.t_title{
  margin: 6px 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.t_title_mobile{
  margin: 6px 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.t_backgroundIcon{
  height: 80%;
  width: 80%;
    background: white;
    position: absolute;
    top: 0;
    top: 10%;
    left: 10%;
    border-radius: 50%;
}
.t_svgContainer{
  position: relative;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  border-radius: 50%;
}
.t_mainBloc{
  display: flex;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
}


#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("wait1.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff; /* White text color */
  font-size: 20px;
}

.popupbutton {
  background-color: #333;
  color: #FFF;
  width : 80px;
  height: 40px;
  border-radius: 10px;
  font-size : 20px;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.popuptext {
  color: #000;
  font-size : 16px;
  width : 540px;
  height: 80px;
  position: relative;
  text-align: center;
}