body {
    font-family: Arial, sans-serif;
}

.ui.segment {
    margin:20px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ui.dividing.header {
    font-size: 24px;
    margin-bottom: 20px;
}

.ui.dividing.header .sub.header {
    font-size: 16px;
    color: #888;
    margin-top: 5px;
}

.ui.form {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.ui.form .field {
    margin-bottom: 20px;
}

.ui.form .field label {
    font-weight: bold;
    margin-bottom: 5px;
}

.ui.form .field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ui.large.primary.button {
    background-color: #d94848;
}

.ui.large.primary.button:hover {
    background-color: #a83a3a;
}

form .field {
    margin-bottom: 20px; /* Ajout de marge en bas pour espacement */
}

form .field label {
    display: block;
    margin-bottom: 10px;
}

form .field input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}



input{
    margin-top: 10px;
}

.remember {
    display: inline-flex;
}

/* Style pour le label du champ */
label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

/* Style général pour les champs select */
select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2014.4L7.2%209.6H16.8L12%2014.4Z%22%20fill%3D%22%23333%22%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

select:focus {
    border-color: #555;
    outline: none;
}

i.left.arrow.icon{
    display: none;
}

/* corriger css bouton "rester connecté" */
.ui.toggle.checkbox {
    display: flex;
    align-items: center;
    width: fit-content;
}

.ui.toggle.checkbox input[type="checkbox"] {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

.ui.toggle.checkbox label {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    flex-shrink: 0;
}
