.modal-certificat {
    z-index: 999;
  }
  .modal-certificat .modal-overlay{
    opacity: 60%;
    background: #000;
  }
  .modal-certificat .modal-container {
    background: #fff8fb;
    max-width: auto;
    z-index: 1000;
    padding:3rem;
  }
  .modal-certificat .modal-container p{
    margin-bottom: 1rem;
  }

  ::-webkit-file-upload-button{
    background: white;
    border:1px solid rgb(251, 77, 132);
    color:rgb(251, 77, 132);
    border-radius: 20rem;
    padding:0.6rem 2.2rem;
  }
 #upload-result{
    min-height: 33px;
 }
  .message-certificat-error{
    background: red;
    padding:0.6rem 0;
    color:white;
  }

  .message-certificat-success{
    background: rgb(251, 77, 132);
    padding:0.6rem 0;
    color:white;
  }

