.av-burger-overlay-inner {
	text-align: left;
}

#av-burger-menu-ul {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

#av-burger-menu-ul li a {
	padding-left: 0px;
}

/* Mobile : < 767px */
@media (max-width: 767px) {
	
	
	.current-menu-item > a,
	.current-menu-ancestor > a { /* parent direct */
		text-decoration: underline!important;
		font-weight: 600!important;
		background-color: rgba(255, 255, 255, 0.1)!important;
		border-radius: 4px!important;
		padding: 8px 12px!important;
		transition: all 0.3s ease!important;
	}
	
	.current-menu-parent > a {
		font-weight: 600;
	}
	
	.av-burger-overlay li.av-width-submenu > a {
	  position: relative;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding-right: 45px; /* espace élargi */
	}
	
	.av-burger-overlay li.av-width-submenu > a .submenu-toggle {
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 100%;
	  width: 40px; /* largeur cliquable */
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  cursor: pointer;
	  font-size: 22px;
	  transition: transform 0.3s ease, color 0.3s ease;
	  color: #FFF;
	}
	
	.av-burger-overlay li.menu-item-open > a .submenu-toggle {
	  transform: rotate(90deg);
	}

	.av-burger-overlay li.menu-item-open > a::after {
	  transform: rotate(90deg);
	}

	.av-burger-overlay .sub-menu {
	  max-height: 0;
	  overflow: hidden;
	  padding-left: 15px;
	  transition: max-height 0.8s ease, opacity 0.8s ease;
	  opacity: 0;
	}

	.av-burger-overlay li.menu-item-open > .sub-menu {
	  max-height: none;
	  opacity: 1;
	}
}

@media (max-width: 1024px) {
	
	.current-menu-item > a,
	.current-menu-ancestor > a { /* parent direct */
		text-decoration: underline!important;
		font-weight: 600!important;
		background-color: rgba(255, 255, 255, 0.1)!important;
		border-radius: 4px!important;
		padding: 8px 12px!important;
		transition: all 0.3s ease!important;
	}
	
	.current-menu-parent > a {
		font-weight: 600;
	}
	
	.av-burger-overlay li.av-width-submenu > a {
	  position: relative;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding-right: 45px; /* espace élargi */
	}
	
	.av-burger-overlay li.av-width-submenu > a .submenu-toggle {
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 100%;
	  width: 40px; /* largeur cliquable */
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  cursor: pointer;
	  font-size: 22px;
	  transition: transform 0.3s ease, color 0.3s ease;
	  color: #FFF;
	}
	
	.av-burger-overlay li.menu-item-open > a .submenu-toggle {
	  transform: rotate(90deg);
	}

	.av-burger-overlay li.menu-item-open > a::after {
	  transform: rotate(90deg);
	}

	.av-burger-overlay .sub-menu {
	  max-height: 0;
	  overflow: hidden;
	  padding-left: 15px;
	  transition: max-height 0.8s ease, opacity 0.8s ease;
	  opacity: 0;
	}

	.av-burger-overlay li.menu-item-open > .sub-menu {
	  max-height: none;
	  opacity: 1;
	}

}

/* Desktop : > 1025px */
@media (min-width: 1025px) {
	
}
