body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #809fff;
}

.success-message {
    padding: 1rem; 
    text-align: center; 
    margin: 0 auto; 
    margin-top: 2rem; 
  }
  
.success-message p {
    margin: 0;
    border: solid white 1px;
    background-color: #00E424;
    color: white;
    font-weight: bold;
    font-size: 1.5rem; 
    padding: 1rem; 
    box-sizing: border-box; 
    border-radius: 0.5rem; 
}

#home h1 {
    color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 75px;
}

.dashboard {
    background-color: #bfcfff;
    margin-bottom: 35px;
    padding: 10px;
    border-radius: 10px;
}

.cra, .op {
    background-color: #00E424;
    color: #fff;
    font-weight: bold;
}

.op {
    width: 15%;
    margin-right: 50px;
}

.cra {
    width: 15%;
    margin-left: 50px;
}

.buttons-start {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.checkbox-green {
    color: green;
}

.checkbox-red {
    color: red;
}

.add {
    margin-top: 10px;
    margin-bottom: 15px;
}

.delete {
    background-color: #de0606;
}

button[type="button"]{
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cra:hover, .op:hover {
    background-color: #5edb7f;
    font-size: 16px;
}

.delete:hover {
    background-color: #ff4d4d;
    font-size: 16px;
}

button a{
    text-decoration: none;
    color: #ffffff;
}

table, th, td {
    padding: 5px;
    border: 2px solid #352360;
    border-collapse: collapse;
    text-align: center;
    word-wrap: break-word;
}

table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    background-color: #f6f0ff;
}

th {
    font-weight: bold;
}

table th {
    width: 100px;
}

table th.id {
    width: 20px;
}

table th.pseudo {
    width: 75px;
}

table th.nom,
table th.prenom,
table th.societe {
    width: 100px;
}

table th.mail {
    width: 200px;
}

table th.file {
    width: 45px;
}

table th.document {
    width: 100px;
}

.bilan {
    margin-top: 25px;
    font-size: 18px;
}

.line {
    margin-top: -18px;
}