/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.bandeau1{
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    line-height: 20px;
    height: 35px;
    min-height: 55px;
    width: 100%;
    background: darkgreen;
    color: #fff;
    z-index: 998;
    text-align: center;
}
.bandeau1:before {
    /*content : "Promo Spéciale aujourd'hui. \A Et colis discret livré gratuitement.";*/
	content : "SOLDES D'ÉTÉ ! Code Promo LUNA50";
	white-space: pre-wrap;
}