.dons-ecole-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}


.dons-ecole-form p {
    margin: 0px !important;
}

.dons-ecole-form h3 {
    color: #ACC32B;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dons-ecole-form label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.dons-ecole-form label input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.quantite-wrapper,
.montant-wrapper {
    margin-left: 15px;
    margin-bottom: 15px;
}

.quantite-wrapper input,
.montant-wrapper input {
    width: 150px;
    padding: 8px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-left: 5px;
}

#noms-plaques-container {
    margin: 20px 0;
}

.noms-section {
    background: white;
    padding: 20px;
    margin: 15px 0;
    border-radius: 0px;
    border-left: 4px solid #ACC32B;
}

.noms-section h4 {
    color: #ACC32B;
    margin-bottom: 15px;
    margin-top: 0px;
}

.nom-item {
    margin: 10px 0;
}

.nom-item input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.total-container {
    color: white;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    color: black !important;
    border: 1px dashed black;
    border-radius: 0px;
}

.total-container h3 {
    color: black;
    margin: 0;
    font-size: 24px;
}

.dons-ecole-form input[type="text"],
.dons-ecole-form input[type="email"],
.dons-ecole-form input[type="tel"],
.dons-ecole-form textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.dons-ecole-form input[type="submit"] {
    background: #ACC32B;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    height: 50px;
}

.dons-ecole-form input[type="submit"]:hover {
    background: #1e3a6f;
}