
/** ADD YOUR AWESOME CODES HERE **/

.form-control{

    color: white;
}
.container-fluid{
    margin-top: 140px;
}
.contact-box{
    margin-top: 140px;
}
.subscribe-box{
    margin-top: 140px !important;
}
.subscribe-inner h6{
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Great Vibes', cursive;
    padding: 0;
  }
.error_session{
    font-size: 40px;
    font-weight: 600;
    color: #e91327;;
    background-color: white;
    font-family: 'Great Vibes', cursive;
    padding: 0;
  }
  .pdf_h {
    font-size: 30px;
    font-weight: 100;
    color: #e91327;
    font-family: 'Great Vibes', cursive;
    padding: 0;
  }
  /*------------------------------------------------------------------
    /* amine for the header */
    @media (min-width: 992px) {
      .container {
       
        flex-wrap: wrap !important;
        max-width: 90% !important;
        justify-content: center !important;
      }
      .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        justify-content: center !important;
        flex-basis: auto;
      }
    }
    @media (min-width: 992px) and (max-width: 1377px) {
      .container-fluid {
        margin-top: 180px;
      }
    }
    .form-control:focus{
      color: white;
    }
    #tickets_wrapper{
      margin: auto;
    }

    /*------------------------------------------------------------------
    /* modification des bouton de la table lots */

    #modif_lot{
      border-radius: 10%;
      text-align: center;
      background-color: darkgray;
      color: white;
      
      text-decoration: none;
      
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
    }
    #modif_lot a, #suprime_lot a{
      color: white;
      font-size: 16px;
      
    }
    #modif_lot a:hover, #suprime_lot a:hover{
      color: white;
      font-size: 16px;
    }
      
    #suprime_lot{
      border-radius: 10%;
      text-align: center;
      background-color: #e91327;
      color: white;
      
      text-decoration: none;
      
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
    }
    #page_tirage input{
      color: tomato;
    }
