.modal-backdrop.show {
    background-color: black;
    opacity: 0.5;
  }
 
 .offcanvas {
    background-color: white;
    z-index: 1051;
  }
  

  .carousel-item {
    height:250px;
  }

  p.card-text {
    height:200px;
  }

  .pendu{
    background-color: #1c2333;
  }

  .rpg{
    background-color: #1e1e1e;
  }

  .Profil{
    border-radius   : 100000584px;
    background-image: radial-gradient(#000 0%, rgba(0, 0, 0, 0) 70%);
  }

  .offcanvas-body {
  overflow: hidden;
}

.Formulaire{
  display: none;
}