/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 26 sept. 2023, 11:00:57
    Author     : Romain
*/
#conteneurTxSatisComm {
  text-align:center;
  position:fixed;
  bottom: 45px;
  left: 0;
  background-color:#fbfbfb;
  border:1px solid #999;
  border-left-width:0;
  border-radius:0 4px 4px 0;
  padding:15px 15px 5px;
  font-size: 0.9rem;
  z-index: 1;
}
#conteneurTxSatisComm a {
  color:#999;
  text-decoration:none
}
#conteneurTxSatisComm a:hover,
#conteneurTxSatisComm a:focus {
  text-decoration:none
}
#conteneurTxSatisComm span {
  display:block
}
span.percent {
  font-size:1.875rem;
  line-height:1;
  margin-top:15px
}
