.winter-header {
    position: relative;
}

.winter-garland {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;  /* hauteur réduite pour guirlande plus compacte */
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.winter-garland img {
    height: 100%; /* s’adapte à la hauteur définie */
    width: auto;  /* garde les proportions */
    display: block;
}

/* masquer les anciennes ampoules HTML */
.bulb {
    display: none;
}

/* masquer l’ancienne corde CSS */
.winter-garland::before {
    display: none;
}
