/*CSS Admin Django*/
/*Import des icon bootstrap*/
@import url("../bootstrap/font/bootstrap-icons.css");

/* Gradient de couleur */
.content-wrapper {
  background: linear-gradient(to bottom, white, #d50b0d) !important;
}

/*Suppression d'un element dans le pied de page*/
.float-right.d-none.d-sm-inline{
  display: None !important;
}

/*Retouche de l'Image logo*/
.elevation-3{
  box-shadow: None !important;
}
.img-circle{
  border-radius: 0% !important;
}
.brand-image{
  margin-left: 0!important;
}
