.hidden {
    display: none;
  }
  .visible {
    display: block;
  }
  
  .bg-color {
    background-color: #10275B;
    color: #FFF;
  }


.login_logo {
  padding-left: 40%;;
}

.csvdiv{
  margin-left: 20px;
  margin-right: 20px;

}
.btn-annuler{
text-decoration: none;
}

.btn-annuler:hover{
  color: white; 
  text-decoration: none;
}

.button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

  @media (min-width: 576px){
    .editCommentsModal .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
    }

  .editCommentsModal .modal-content {
      height: 450px;
  }
  
  @media (min-width: 576px){
    .notificationModal .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
    }

  .notificationModal .modal-content {
      height: auto;
  }
  
  p.groove {border-style: groove;}
  /* LOGIN */
  #login-page {
    width: 500px;
    height: 500px;
    margin: 6rem auto;
    padding: 5rem;
    border: 1px solid #dedede;
    background: #fff;
  }
  .pwd-eye-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
  }
  
  /* SEARCH */
  .searchBar .form-control {
    padding-left: 2.375rem;
  }
  .searchBar .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
  }
  .searchBar button,
  .searchBar button:focus,
  .searchBar button:hover,
  .searchBar button:active {
    border: unset;
    outline: unset;
    background: unset;
  }

.contact-search {
    padding: 0.6rem 0;
    text-align: center;
    display: flex;
    float: right;
    clear: both;
}

.btn.btn-contact,
.btn.btn-contact:hover {
    background: #034984;
    color: #fff;
}

.call-search {
  padding: 0.6rem 0;
  text-align: center;
  display: flex;
  float: right;
  clear: both;
}

.btn.btn-call,
.btn.btn-call:hover {
  background: #034984;
  color: #fff;
}