bubu nigériane
/* Élargit le bloc contact sans déborder */
.rtcl-sidebar .rtcl-contact-form,
.rtcl-sidebar .widget_rtcl_contact_form {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important; /* Supprime les marges qui font déborder */
box-sizing: border-box !important; /* Force le calcul à rester dans l’écran */
}
/* Ajuste les champs pour qu’ils ne sortent pas du cadre */
.rtcl-sidebar .rtcl-contact-form input,
.rtcl-sidebar .rtcl-contact-form textarea,
.rtcl-sidebar .rtcl-contact-form select {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
/* Correction spécifique pour mobile */
@media (max-width: 768px) {
.rtcl-sidebar {
padding-left: 10px !important;
padding-right: 10px !important;
overflow: hidden !important; /* Empêche le défilement horizontal */
}
}



