* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
   
  .body-acceuil {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #0061ff, #60efff);
  }
   
  .login-container {
    width: 400px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 40px;
    text-align: center;
  }
   
  .logo {
    width: 80px;
    height: 80px;
    background-color: #0061ff;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   
  .logo-icon {
    color: white;
    font-size: 40px;
    font-weight: bold;
  }
   
  h1 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
  }
   
  .input-group {
    margin-bottom: 20px;
  }
   
  .input-group label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
  }
   
  .input-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
  }
   
  .input-group input:focus {
    border-color: #0061ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 97, 255, 0.2);
  }
   
  .btn-login {
    width: 100%;
    background-color: #0061ff;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
  }
   
  .btn-login:hover {
    background-color: #0052d6;
  }
   
  .forgot-password {
    display: block;
    margin-top: 15px;
    color: #0061ff;
    text-decoration: none;
    font-size: 14px;
  }
   
  .register {
    margin-top: 25px;
    font-size: 14px;
    color: #666;
  }
   
  .register a {
    color: #0061ff;
    text-decoration: none;
    font-weight: 500;
  }
   
  .error-message {
    color: #e74c3c;
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
    display: none;
  }
   
  .shake {
    animation: shake 0.5s;
  }
   
  @keyframes shake {
    0%,
    100% {
      transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
      transform: translateX(5px);
    }
  }

body {
    background-color: #f0f2f5;
    color: #333;
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #1a4f8a;
    color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
   
  .user-info {
    justify-content: end;
    margin-right: 15px;
    font-size: 14px;
  }
   
  .title-info {
    justify-content: flex-start;
    font-size: 14px;
  }

.logout-btn {
    background-color: #4c86d0;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.container {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.sidebar {
    flex: 1;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    max-width: 200px;
    border: 1px solid #ddd;
}

.main-content {
    flex: 4;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #ddd;
}

.mandat-list {
    list-style-type: none;
}

.mandat-item {
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.mandat-item:hover {
    background-color: #f5f5f5;
}

.form-group {
    margin-bottom: 25px;
    display: flex;
}

.form-label {
    background-color: #e6f0fa;
    padding: 15px;
    width: 120px;
    text-align: right;
    font-weight: 500;
    color: #1a4e8c;
}

.form-input {
    flex: 1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
}

textarea.form-input {
    min-height: 150px;
    resize: vertical;
}

select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
}

.submit-btn {
    background-color: #4c86d0;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    float: right;
}

.counter-section {
    margin-top: 20px;
    text-align: center;
}

.counter-box {
    padding: 10px;
    border: 1px solid #ddd;
    width: 120px;
    text-align: center;
    margin: 10px auto;
}

.timesheet-section {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 30px;
    border-radius: 8px;
}

.timesheet-header {
    margin-bottom: 10px;
    color: #1a4e8c;
    font-weight: bold;
}

.timesheet-content {
    min-height: 100px;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 15px;
}

.timesheet-form {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
}

.timesheet-form input, 
.timesheet-form select {
    padding: 10px;
    border: 1px solid #ddd;
}

.timesheet-form input[type="date"] {
    width: 150px;
}

.timesheet-form input[type="text"] {
    flex: 1;
}

#selectHeure{
  margin-left: 100px;
}

#selectDescription {
  margin-left: 100px;
}

#heure {
  padding-left: 20px;
  padding-right: 40px;
}