.ligne {
  line-height: 250% !important;
}
.modal-backdrop {
      opacity: 0.75 !important;
    }

    .modal-body {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 5rem;
      background: #121212;
      border: 1px solid #df0e62;
      text-align: center;
    }

    .bouton {
      
      color: #df0e62;
      border: 2px solid #df0e62 !important;
      padding: .5rem 3rem !important;
    }

    .bouton:hover {
      background: #df0e62;
      color:  #fff;
      border: 2px solid #df0e62 !important;
      padding: .5rem 3rem !important;
    }
    @media (max-width:768px) {
      .mobile-margin-bottom{
        margin-bottom:.5rem;
      }
      
    }
    option {
      color: #df0e62;
    }