   /* Styles généraux */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f5f7fa;
        }

        .container {
            max-width: 600px;
            margin: 40px auto;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        header, footer {
            text-align: center;
            padding: 10px 0;
            background-color: #34495e;
            color: #ecf0f1;
        }

        header {
            border-radius: 8px 8px 0 0;
        }

        footer {
            border-radius: 0 0 8px 8px;
            font-size: 0.9em;
        }

        h2 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #bdc3c7;
            border-radius: 4px;
            margin-top: 5px;
            font-size: 1em;
        }

        .error-message {
            color: #e74c3c;
            font-size: 0.85em;
            margin-top: 5px;
        }

        .action-buttons {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .submit-btn,
        .quit-btn {
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1em;
        }

        .submit-btn {
            background-color: #27ae60;
            color: white;
        }

        .quit-btn {
            background-color: #e74c3c;
            color: white;
        }

        .submit-btn:hover {
            background-color: #2ecc71;
        }

        .quit-btn:hover {
            background-color: #c0392b;
        }

        footer a {
            color: #ecf0f1;
            text-decoration: none;
            margin: 0 10px;
        }

        footer a:hover {
            text-decoration: underline;
        }
		/* Style pour la zone supérieure (header) */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #001f3f; /* Bleu nuit similaire au footer */
    color: white; /* Texte en blanc pour contraster avec le fond */
}

/* Logo stylisé */
.logo {
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* Lettres colorées du logo */
.green-letter {
    color: lightskyblue;
}

.red-letter {
    color: red;
}

.special-Z {
    color: blanchedalmond;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: rotate(10deg);
}

/* Alignement des éléments dans la zone de langue et de compte utilisateur */
.language-switcher,
.account-container {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* Formulaire avec labels alignés à gauche */
.form-container {
    max-width: 600px;
    margin: 20px auto; /* Centrer le formulaire */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form-row label {
    flex: 0 0 150px; /* Largeur fixe pour l'alignement des labels */
    text-align: left; /* Alignement à gauche */
    font-weight: bold;
}

.form-row input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Étoile rouge pour champs obligatoires */
.required {
    color: red;
    font-weight: bold;
}

/* Styles additionnels pour rendre le formulaire agréable */
input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
/* Conteneur du formulaire */
.form-container {
    max-width: 600px;
    margin: 20px auto; /* Centre le formulaire */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style pour les lignes du formulaire */
.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Style des labels pour les aligner à gauche */
.form-row label {
    flex: 0 0 150px; /* Largeur fixe pour l'alignement des labels */
    text-align: left;
    font-weight: bold;
}

/* Style pour les champs de formulaire */
.form-row input,
.form-row textarea {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Étoile rouge pour champs obligatoires */
.required {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

/* Amélioration du style des boutons */
.submit-btn {
    padding: 10px 20px;
    background-color: blue;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Couleur au survol du bouton */
.submit-btn:hover {
    background-color: darkblue;
}

/* Styles additionnels pour rendre le formulaire agréable */
input:focus, textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Style pour le textarea (zone de texte) */
textarea {
    resize: vertical;
    min-height: 100px;
}
/* Conteneur du formulaire */
.form-container {
    max-width: 600px;
    margin: 20px auto; /* Centre le formulaire */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style pour les lignes du formulaire */
.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Style des labels pour les aligner à gauche */
.form-row label {
    flex: 0 0 150px; /* Largeur fixe pour l'alignement des labels */
    text-align: left;
    font-weight: bold;
}

/* Style pour les champs de formulaire */
.form-row input,
.form-row select {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Étoile rouge pour champs obligatoires */
.required {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

/* Amélioration du style des boutons */
.submit-btn {
    padding: 10px 20px;
    background-color: blue;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Couleur au survol du bouton */
.submit-btn:hover {
    background-color: darkblue;
}

/* Styles additionnels pour rendre le formulaire agréable */
input:focus, select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
/* Styles de base restent inchangés */

/* Style pour l'erreur de validation */
.error-msg {
    color: red;
    font-size: 12px;
    display: none;
}

/* Style pour le bouton Afficher/Masquer mot de passe */
.toggle-password {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.toggle-password:hover {
    background-color: darkblue;
}
/* Styles de base restent inchangés */

/* Style pour l'erreur de validation */
.error-msg {
    color: red;
    font-size: 12px;
    display: none;
}

/* Style pour le bouton Afficher/Masquer mot de passe */
.toggle-password {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.toggle-password:hover {
    background-color: darkblue;
}


