.attachment-160x160.size-160x160.wp-post-image {
  display: none;
}
/* --- Écrans larges (Ordinateurs) --- */
@media (min-width: 1025px) {
    .page-id-939 header.page-header {
        margin-top: 120px !important;
    }
}

/* --- Tablettes (Portrait et Paysage) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .page-id-939 header.page-header {
        margin-top: 50px !important; /* Marge réduite pour tablette */
    }
}

/* --- Téléphones mobiles --- */
@media (max-width: 767px) {
    .page-id-939 header.page-header {
        margin-top: 30px !important; /* Marge minimale pour mobile */
    }
}