
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
#pageAccueil{
    background: url(../img/kairos-img/img2.jpg);
    /* max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%; */
  }
  .WelcomeKM{
    text-align: center;
  }
  .WelcomeKM>h4{
    font-size: 20px;
    font-weight: bold;
    color: rgb(37, 37, 37);
    padding-top: 20px;

  }
  .copyrith{
    font-size: 15px;
    text-align: center;
    font-family: calibri;

    margin-top: 5px;
    margin-bottom: -5px;
  }
  .form-group{
    margin-top: -15px;
  }
  .ligne{
    height: 3px;
    background-color: #fff;
    width: 100%;
  }
  
  .goupbtn>button{
    width: 20%;
}

