/* Style global de la page Mon Compte */
.mon-compte-container {
    height: 90vh;
    width: 100%;
    padding: 1rem;
}

/* Titres des formulaires */
.woocommerce h2 {
    font-size: 20px;
    margin: 1rem 0;
    color: #333;
    text-align: center;
}

/* Champs du formulaire */
.woocommerce form .form-row input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1em;
    background-color: #fff;
}

.woocommerce form .form-row input:focus {
    border-color: #007cba;
    box-shadow: 0 0 5px rgba(0, 124, 186, 0.5);
}

/* Boutons */
/* .woocommerce button,
.woocommerce input[type="submit"] {
    background-color: #007cba;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s ease;
} */

/* .woocommerce button:hover,
.woocommerce input[type="submit"]:hover {
    background-color: #005a87;
} */

/* Liens sous les formulaires */
.woocommerce .lost_password,
.woocommerce .woocommerce-LostPassword.lost_password {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    text-align: center;
}

.woocommerce .lost_password a {
    color: #007cba;
    text-decoration: none;
}

.woocommerce .lost_password a:hover {
    text-decoration: underline;
}

/* Message d'alerte (erreurs ou notifications) */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #fff;
    border-left: 4px solid #007cba;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 1em;
    border-radius: 5px;
    color: #333;
}

.woocommerce .woocommerce-error {
    border-left-color: #dc3232;
    background-color: #ffebeb;
}

.woocommerce .woocommerce-message {
    border-left-color: #46b450;
    background-color: #ecf9f1;
}

/* Alignement centré des éléments du formulaire */
.woocommerce form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce form .form-row {
    width: 100%;
}

/* Pagination de la page Mon Compte */
.woocommerce-pagination {
    text-align: center;
    margin-top: 20px;
}

.woocommerce-pagination ul {
    list-style: none;
    padding: 0;
}

.woocommerce-pagination ul li {
    display: inline;
    margin-right: 5px;
}

.woocommerce-pagination ul li a {
    padding: 5px 10px;
    background-color: #007cba;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.woocommerce-pagination ul li a:hover {
    background-color: #005a87;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 1rem;
}
