.nav-item:hover{
    margin-left: 2px;
    background-color: rgb(199, 199, 199 ,0.2);
    border-radius: 5px 5px ;
    box-shadow: rgb(199, 199, 199) 1px 2px 5px;
    transition: 0.5s;

}

.sous-titre {
    color:rgb(11, 20, 121) ;
}
.text-green{
  color:rgb(1, 153, 13);
}
.text-orange{
  color: rgb(230, 103, 19);
}
.text-pink{
  color: rgb(190, 13, 190);
}
.text-red{
  color: #c91313;
}
.btn-primary{
    background-color:rgb(11, 20, 121) !important ;
}

.btn-outline-primary{
    color:rgb(11, 20, 121) !important;
}
.btn-outline-primary:hover{
    color:#fff !important;
    background-color: rgb(11, 20, 121) !important;
    border-color: rgb(11, 20, 121) !important;
  }
.btn-link:hover {
    color: #224abe !important;
    
  }

.btn-outline-danger{
    border:none !important;
    color:rgb(223, 16, 16) !important;
}
.btn-outline-danger:hover{
    border-color: #e74a3b !important;
    background-color:#fff !important;
    color: #e74a3b !important;

  }
  .mode {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
  }
  .btn-blue {
    color: #224abe !important;
    border-color:#224abe !important;
    
  }