/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 22:43:29 */
/*===============================*/
/* WIDGETS */
#widget-area-2 .widget {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*===============================*/
/* CUSTOM MENU & WPRM */
#custom_menu_icon {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    overflow: hidden !important;
    display: inline-block !important;
}

#mg-wprm-wrap {
    background-color: rgba(0,0,0,0.92) !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

/*===============================*/
/* BANDEAU DÉFILANT */
.widget-area .bandeau-defilant {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 10px 20px !important;
    text-align: center !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
}

.page-header {
    text-align: center; /* centre tout le contenu horizontalement */
}

.page-header .page-title {
    display: inline-block; /* optionnel : garde le comportement du titre */
    margin: 0 auto;        /* centre si nécessaire */
}
