/* ==========================================================
   FOOTER - Modernisation Kiteshop
   ========================================================== */

/* Titres de colonnes */
.footer-center .block-borderbox .title_block {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    border-bottom: 2px solid #2a5298 !important;
    padding: 0 0 10px 0 !important;
    margin-bottom: 16px !important;
    background: transparent !important;
    line-height: normal !important;
}

/* Bloc newsletter */
#newsletter_block_footer .title_block {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    border-bottom: none !important;
    background: transparent !important;
    margin-bottom: 10px !important;
}
#newsletter_block_footer .text-muted {
    color: #999999 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    margin-bottom: 14px !important;
}
#newsletter_block_footer .input-group.newsletter-group {
    display: flex !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
#newsletter_block_footer .newsletter-input {
    flex: 1 !important;
    border: none !important;
    background: #242424 !important;
    color: #cccccc !important;
    padding: 11px 14px !important;
    font-size: 12.5px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
#newsletter_block_footer .input-group-btn {
    width: 50px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}
#newsletter_block_footer .input-group-btn .btn-newsletter {
    background: linear-gradient(135deg, #1e3c72, #2a5298) !important;
    border: none !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
}
#newsletter_block_footer .input-group-btn .btn-newsletter::before {
    content: "➤" !important;
}
#newsletter_block_footer .input-group-btn .btn-newsletter::before {
    content: "➤" !important;
}

/* Bloc coordonnées "Kiteshop" - scopé strictement à ce widget du footer */
#wid-key_1587234686790 .ourservice-content {
    background: #1e2a3a !important;
    border-radius: 10px !important;
    padding: 16px !important;
}
#wid-key_1587234686790 .ourservice-content p {
    color: #bbbbbb !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin-bottom: 6px !important;
}
#wid-key_1587234686790 .ourservice-content p:first-child {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 10px !important;
}

/* Réseaux sociaux - cadre + ombre autour des icônes (contenu image non modifiable) */
.widget-iconbox .fbox-icon {
    border-radius: 10px !important;
    overflow: hidden !important;
    display: inline-block !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
.widget-iconbox .fbox-icon:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5) !important;
}

/* Vignettes carte + photo du magasin - footer */
.footer-center .widget-image .image-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}
.footer-center .widget-image .image-item a.pts-btnlink {
    display: block !important;
}
.footer-center .widget-image .image-item img {
    display: block !important;
    width: 100% !important;
    transition: transform 0.35s ease !important;
}
.footer-center .widget-image .image-item:hover img {
    transform: scale(1.06) !important;
}