.btn--add--modif {
  border-radius: 2.4rem;
  font-weight: 600;
}
.btn--add--modif svg {
    font-size: 2rem !important;
}
.CustomBtn {
    cursor: pointer;
}
/*Onglets*/
.nav-tabs {
    margin-left: 0;
    margin-right: 0;
}
.nav-tabs .nav-link {
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    color: #697096;
    cursor: pointer;
    line-height: normal;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #1d71b8 !important;
}
.nav-tabs .nav-link.active {
    background-color: #f8f9fb;
    border-color: transparent;
    border-bottom: 0.4rem solid #1d71b8;
    color: #1d71b8 !important;
}
.nav-tabs .nav-link.btn--plain {
    background-color: #1d71b8;
    border-color: #1d71b8;
    color: #ffffff;
    outline-color: #1d71b8;
    border-bottom: 0.4rem solid #1d71b8;
}
.nav-tabs .nav-link.btn--plain:hover {
    background-color: #155891;
    border-color: #155891;
    color: #ffffff !important;
}
.nav-tabs .nav-link svg {
    font-size: 2.5rem !important;
}
/*Graphs*/
#canvasMap {
    position: absolute;
    width: 320px;
    height: 320px;
    z-index: 50;
}
.CCleEvolution.UP {
  color:#368E6E;
  font-size: 1.9rem;
}
.CCleEvolution.DOWN {
  color:#E11414;
  font-size: 1.9rem;
}
.CCleEvolution.SAME {
  font-weight: 500;
  font-size: 1.9rem;
}
.CCleEvolution.Evolution {
  font-size: 1.2rem;
  padding-left: 1rem;
}
.TableEvolution, .TableEvolution td, .TableEvolution th {
  border: none !important;
  padding: 0.3rem 2.0rem !important;
  width: auto !important;
  margin: auto !important;
}