/* --- 1. SUPPRESSION TOTALE DU THÈME SUR CETTE PAGE --- */
.page-id-350443 header, 
.page-id-350443 footer, 
.page-id-350443 .site-header, 
.page-id-350443 .site-footer,
.page-id-350443 .entry-header,
.page-id-350443 #masthead,
.page-id-350443 #colophon {
    display: none !important;
}

/* --- 2. STRUCTURE PLEIN ÉCRAN --- */
body.page-id-350443 {
    background-color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Force le contenu à ignorer les marges du thème */
.page-id-350443 #primary, 
.page-id-350443 .content-area,
.page-id-350443 .site-main,
.page-id-350443 .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- 3. LE FORMULAIRE STYLE "APPLICATION" --- */
.page-id-350443 .wpuf-form-add {
    padding: 20px !important;
    max-width: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

/* Titre d'accueil dans le formulaire */
.page-id-350443 .wpuf-form-add::before {
    content: "Ajouter un article";
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* --- 4. CHAMPS DE SAISIE ÉPURÉS --- */
.page-id-350443 .wpuf-label label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #888 !important;
    margin-bottom: 8px !important;
}

.page-id-350443 .wpuf-fields input[type="text"], 
.page-id-350443 .wpuf-fields input[type="number"], 
.page-id-350443 .wpuf-fields textarea {
    border: none !important;
    border-bottom: 2px solid #f0f0f0 !important; /* Ligne sobre style moderne */
    border-radius: 0 !important;
    padding: 12px 0 !important;
    font-size: 17px !important;
    background: transparent !important;
    width: 100% !important;
}

.page-id-350443 .wpuf-fields input:focus {
    border-bottom-color: #000 !important;
}

/* --- 5. LE BOUTON PHOTO (ENFIN VISIBLE ET BEAU) --- */
.page-id-350443 .wpuf-fields .wpuf-attachment-upload-file {
    background: #f4f4f4 !important;
    border: 2px dashed #ccc !important;
    border-radius: 15px !important;
    padding: 40px 10px !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.page-id-350443 .wpuf-attachment-upload-file a.wpuf-button {
    background: #007bff !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    display: inline-block !important;
    box-shadow: 0 4px 10px rgba(0,123,255,0.3) !important;
}

/* --- 6. LE BOUTON PUBLIER (FIXÉ EN BAS COMME UNE APP) --- */
.page-id-350443 .wpuf-submit {
    position: sticky;
    bottom: 20px;
    background: white;
    padding: 10px 0;
}

.page-id-350443 .wpuf-submit input[type="submit"] {
    background: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 18px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
}