
/* ====== Fond bleu royal WinToLinux ====== */
body {
    background: #000f3b; /* Bleu royal WinToLinux profond */
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ====== Banner ====== */
.banner {
    text-align: center;
    margin-top: 20px;
}

.banner img {
    max-width: 900px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.4);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ====== Formulaire TN365 ====== */
.tn365-form {
    background: #002080;
    padding: 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 700px;
    margin: 30px auto;
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.4);
    border: 1px solid #00aaff;
}

/* ====== Aération des labels ====== */
.tn365-form label {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #00ccff;
}

/* ====== Aération des champs ====== */
.tn365-form input,
.tn365-form select,
.tn365-form textarea {
    margin-top: 10px;
    margin-bottom: 15px;
}
.tn365-donate {
    background: #00aaff;
    color: #001a33;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 25px;
    box-shadow: 0 0 12px rgba(0, 170, 255, 0.4);
    transition: 0.3s;
}
.tn365-donate:hover {
    background: #00ccff;
    box-shadow: 0 0 20px #00ccff;
}

/* Petit espace sous le formulaire */
.tn365-form {
    margin-bottom: 20px;
}


}

