.noel_cursor {
    cursor: url("../images/fra/cerf.png") 23 23, auto;
}
/*
=============================
	HEADER
=============================
*/
body {
    /*overflow-x: hidden;*/
}
#snow {
    overflow-x: clip;
    max-width: 100vw;
    position: relative;
}
.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
    z-index: 1;
}
.btnArrowRight, .btn, .ensemblePageNews .filAriane a.btn-dedicaces:hover {
    background-color: #ff1c30 !important;
}
.btnArrowRight:hover {
    background-color: #DC1B2D !important;
}
.ensembleShareButtons {
    background-color: #ff1c30;
}
.btnInverse, .ensemblePageNews .filAriane a.btn-dedicaces {
    border-color: #ff1c30;
}

#header {
    background: #152347 url("../images/fra/bg-etoile.png") no-repeat bottom center;
    background-size: cover;
    background-position-y: top;
}
.logo .imgResponsive.imgOrdi {
    margin-left: -1rem;
}
#header .headerInterieur .blocAcountSearch .blocAccount .linkBambooMag {
    background-color: #fff;
    color: #152347;
}
.header .menu {
    background-color: transparent;
}
#header .headerInterieur .blocAcountSearch .blocAccount .linkMonCompte,
#header .headerInterieur .blocSocialIcons .socialIcons li a,
#header .headerInterieur .blocAcountSearch .blocSearch form .buttonSearch,
.navigationFiltres .bySearch form .buttonSearch,
.navigationLettres ul li a.actif {
    color: #fff;
}
.displayHomepage .bg_gradient {
    background: rgb(57,106,178);
    background: url("../images/fra/bg-etoile.png"), linear-gradient(180deg, rgba(57,106,178,0.5) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 55%, rgba(230,45,57,0.5) 100%);
    background-size: contain;
    background-repeat: repeat-y;
}

.ensembleDernieresNewsBamboomagMediaHome, .ensembleNouveautesCollectionsHome {
    background-color: transparent;
}
.ensembleSliderHomeAlbumsMois .degradeRight {
    display: none;
}


.gif-responsive-mobile {
    display: none;
}
.gif-responsive {
    display: block;
    width: 100%;
    height: auto;
}


#footer {
    background: rgba(230,45,57,0.5) url("../images/fra/bg-etoile.png");
    background-size: cover;
    background-position-y: bottom;
}
#footer .btnBorderWhite {
    background-color: #ff1c30;
}
#footer .blocAbonnementNews .infosImg img {
    max-height: 180px;
}
.displayHomepage #footer {
    background: transparent;
}
#footerSocial {
    background-color: #152347;
}
#footerSocialCopyright {
    background-color: #152347;
}

/*
=============================
	RESPONSIVE
=============================
*/
@media (max-width:1023.78px) {
    #header .headerInterieur h1.logo img.imgTablette {
        margin-top: -16px;
        max-width: 80px;
        height: auto;
    }
    #header .imgTabletteBambooTxt {
        left: 120px;
    }
    .menu {
        margin-top: 0;
    }
}

@media (max-width:767.99px) {
    #header .imgTabletteBambooTxt {
        left: 155px;
    }
    #header .headerInterieur .btnBurgerMobile,
    #header .headerInterieur .buttonSearchTablette {
        color: #DC1B2D;
    }

    .gif-responsive {
        display: none;
    }
    .gif-responsive-mobile {
        display: block;
        width: 100%;
        height: auto;
    }
}
