/** Header **/
.site-menuburger-wrapper {
	text-align: center;
}
.site-menuburger-close,
.site-menuburger-open {
	cursor:pointer;
	position: relative;
	z-index: 1;
}
.site-menuburger-open {
	color: #fff;
}
.site-menuburger-open{
	margin-left: auto;
}
.site-menuburger-open hr{
	border: none;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin: 4px 0;
}
.site-menuburger-open hr:first-of-type{
	margin-top: 0;
}
.site-menuburger-close{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.is-text-menu{
	line-height: 1em;
}

/** Panneau lateral **/
.site-aside{
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background-color: #fff;
  z-index: 20;
	overflow-y: scroll;
	line-height: normal;
	transform: translateY(-100%);
	transition: transform 0.5s ease;
}
.site-aside.site-menuburger-show{
	transform: translateY(0);
}
.site-aside .close{
  width: 40px;
  height: 40px;
	display: flex;
  justify-content: center;
}
.site-aside .close:before, .close:after{
	display: block;
  position: absolute;
  content: ' ';
  height: 100%;
  width: 6px;
  background-color: var(--coul-deux);
	border-radius: 999px;
}
.site-aside .close:before {
  transform: rotate(45deg);
}
.site-aside .close:after {
  transform: rotate(-45deg);
}
.header-aside-wrapper{
	background: var(--coul-principale);

}
.site-aside .header-aside-wrapper{
	height: clamp(65px, 8vw, 100px);
}
.site-aside-top .header-aside-wrapper{
	height: 113px;
}
.header-aside{
	max-width: 1370px;
	margin: auto;
	display: flex;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	align-items: center;
}
.header-aside > div{
	flex: 1;
}
.aside-menu{
	max-width: 1370px;
	margin: auto;
}
#aside-top .aside-menu{
	padding: 170px 15px 20px 15px;
}
#aside .aside-menu{
	padding: 100px 15px 20px 15px;
}
#aside .menu-menu-top-2026-container{
	margin-top: 70px;
}
.aside-menu .sub-menu {
	margin-left: 10px;
}
.aside-menu a {
  color: var(--eolis-black);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}
#aside .aside-menu a {
	font-size: clamp(1rem, 0.5rem + 2vw, 1.8rem);
}
#aside-top .aside-menu a {
	font-size: 1.8rem;
}
.aside-menu a:hover{
  color: var(--coul-deux);
}
.aside-menu li:first-of-type a{
		position: relative;
		padding-top: 30px;
}
.aside-menu .menu > li:first-of-type > a:before{
	content:'';
	width: 100%;
	height: 2px;
	background: var(--eolis-black);
	position: absolute;
	top: 0;
}
.aside-menu .menu-menu-top-container{
	margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
	body .menu-wrapper .menu{
		display:none;
	}
}
@media only screen and (min-width: 1201px) {
	.site-menuburger-wrapper{
		display:none;
	}
}
