/*
 * COLONIAL CLUB — Entête sticky V1.6.3
 *
 * Restaure le comportement sticky prévu par app.css, neutralisé ensuite
 * par le "position: relative !important" de colonial_brand_v1_6_2.css.
 *
 * Aucun changement de hauteur, cadrage, image, navigation ou responsive :
 * seule la position au défilement est corrigée.
 */
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}
