/* ==========================================================================
   CAPPS LOGO #3A9BDC CONTAINER & BORDER-RADIUS FIX
   Targeting: Header Logo (.matek-brand__logo) & Footer Logo (.capps-logo-main)
   ========================================================================== */

/* 1. Header Logo styling */
.matek-site-header .matek-brand__logo {
    background-color: white !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    box-shadow: 0 2px 8px rgba(58, 155, 220, 0.3) !important;
    object-fit: contain !important;
    display: inline-block !important;
    height:64px !important;
}

/* 2. Footer Logo styling */
#footer_div .capps-logo-main,
#footer_div .portages_footer_bloc_23 {
    background-color: #3a9bdc !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    box-shadow: 0 2px 10px rgba(58, 155, 220, 0.25) !important;
    object-fit: contain !important;
    display: inline-block !important;
}


/****/

