

/* front css placeholder, burger and arrow handled by theme */
.logo-menu {
	text-align: center;
	padding: 20px 0;
}
.logo-menu img {
	width: 75%;
	height: auto;
	
}
#antibea-header{
	position:fixed;
	left:0;
	top:0;
	width:60px;
	height:100%;
	background:#e2242f;
	display:flex;
	flex-direction:column;
	align-items:center;
	box-shadow:0 0 8px rgba(0,0,0,.15);
	z-index:9999
}
#antibea-burger{
	width:34px;
	height:28px;
	margin-top:20px;
	position:relative;
	cursor:pointer;
	/*border: 1px solid #FFF;
    border-radius: 10px;*/
}
.burger-line{
	position:absolute;
	width:50%;
	height:2px;
	background:#FFF;
	left:5px;
	transition:.3s;
	margin: 0;
	padding: 0;
}
.burger-line:nth-child(1){top:5px}.burger-line:nth-child(2){top:10px}.burger-line:nth-child(3){top:15px}
#antibea-header.open .burger-line:nth-child(1){transform:translateY(12px) rotate(45deg)}
#antibea-header.open .burger-line:nth-child(2){opacity:0}
#antibea-header.open .burger-line:nth-child(3){transform:translateY(-12px) rotate(-45deg)}
.antibea-season{writing-mode:vertical-rl;transform:rotate(180deg);margin:40px 0;font-family:'Bebas Neue',sans-serif;font-weight:700}
#antibea-scrolltop{margin-top:auto;background:none;border:none;font-size:1.2rem;transition:transform .3s; color: #FFF;}
#antibea-scrolltop.up{transform:rotate(180deg)}
#antibea-drawer{
	position:fixed;
	left:-340px;
	top:0;
	width:340px;
	height:100%;
	background:#111;
	color:#fff;
	transition:left .4s;
	overflow-y:auto;
	z-index:10000}
#antibea-header.open #antibea-drawer{left:60px}
#antibea-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.4s}
#antibea-header.open #antibea-overlay{opacity:1;visibility:visible}
/*.antibea-drawer-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.4)}
.antibea-drawer-content{position:relative;padding:80px 30px 100px}*/
.antibea-nav, .antibea-nav .sub-menu {
	list-style:none;
	margin:0;
	padding:0 10%;
}


.antibea-drawer-footer {
	width:100%;
	margin-top: 30px;
	padding-top: 30px;
	background: linear-gradient(#e2242f, rgba(255, 255, 255, 0));
	height: 183px;
}
.antibea-drawer-footer-catalogue {
	float: left;
	width: 50%;
	padding: 0px;
}
.antibea-drawer-footer-lien-catalogue a {
	font: 18px "BebasNeueBold";
    margin-top: 10px;
    display: block;
	color: #FFF;
	text-decoration: none;
}
.antibea-drawer-footer-texte {
	float: left;
	width: 50%;
	padding: 0px;
	margin-top: 10px;
    display: block;
	
}
.antibea-drawer-footer-texte-catalogue {
	color: #FFF;
	font: 300 italic 12px 'Merriweather', sans-serif;
    margin: 10px 0 0 0;
}


/* Calque « image de fond » */
.antibea-drawer-bg{
    position:absolute;          /* occupe toute la surface du tiroir */
    inset:0;                    /* top:0 right:0 bottom:0 left:0 */
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:0;                  /* au plus bas */
}
/* Contenu du tiroir par‑dessus */
.antibea-drawer-content{
    position:relative;
    z-index:1;                  /* au‑dessus de l’image */
}

