html, body {
    height: 100%;
    font-family: "Century Gothic";
    
    
  }


.police-orange {
  color : rgb(255,155,51);
}

.souligne:hover{
  text-decoration: underline;
  color: black;
}
.souligne{
  text-decoration: none;
  color: black;
}

.vert-fonce {
  background-color: #003C2D;
  color: white;
}

.bordure-vert-fonce {
  border : 1.5px solid #003C2D
}
.bordure-vert-fonce-bottom {
  border-bottom : 1.5px solid #003C2D;
}

.vert-milieu {
  background-color: #209970;
}

.vert-clair {
  background-color: #8FB08A;
}

.vert-clair-transparent {
  background-color:rgba(143,176,138,0.45);
}

.bordure-vert-clair {
  border : 1px solid #8FB08A;
}

.bordure-vert-clair-bottom {
  border-bottom : 1px solid #8FB08A;
}

.orange {
  /* background-color: #FF9B33; */
  background-color: rgba(255,155,51,0.5);  
}

.jaune {
  /* background-color: #FFC400; */
  background-color: rgba(255,196,0,0.065);
}

.bordure-orange {
  border : 1.5px solid rgb(255,155,51);
}

.bordure-orange-clair-right {
  border-right : 1.5px solid rgba(255,155,51,0.5);
}

.bordure-orange-clair-bottom {
  border-bottom : 1.5px solid rgba(255,155,51,0.5);
}

.bordure-orange-bottom {
  border-bottom : 1.5px solid rgb(255,155,51);
}


.bordure-jaune {
  border : 1px solid rgb(255,196,0)
}

.bordure-jaune-bottom {
  border-bottom : 1px solid rgb(255,196,0)
}

.blanc {
  background-color: white;
}

.majuscule {
  text-transform: uppercase;
}

.fix {
  height:375px;
  overflow-y: scroll;
}

.fixx {
  height:100%;
  overflow-y: scroll;
}

thead { 
  position: sticky; 
  top: 0;
  background-color: white;
}

.bouton-orange {
  background-color: rgb(255,155,51);
}

.bouton-orange:hover {
  color:white;
}
.bouton-contour-orange {
  border-color: rgb(255,155,51);
}
.bouton-contour-orange:hover {
  color: rgb(255,155,51);
}

.bouton-vert {
  background-color: #003C2D;
  color: white;
}







