@media (max-width: 767px) {

	.navigation-wrapper li a {
		font-size: 14px !important;
		line-height: 1.5em;
	}

}

@media (max-width: 1199px) {

	/*
	--------------------------------------
	Container
	--------------------------------------
	*/

	.navigation-wrapper {
		position: fixed;
		z-index: 5;
		top: -20px;
		bottom: 0;
		width: 100%;
		right: 0;
		pointer-events: none;
	}

	.navigation-wrapper .navigation-container {
		position: relative;
		background-color: #A3E635;
		transform: translate3d(-100%, 0, 0);
		transition: all 0.3s ease-in-out;
		width: 100%;
		height: 100%;
		margin: 0;
		list-style-type: none;
	}

	.navigation-wrapper.--is-active .navigation-container {
		transform: translate3d(0, 0, 0);
		pointer-events: all;
	}
	.navigation-links{
		background-color: #A3E635;
		height: 90vh;
		overflow: scroll;
	}

	/*
	--------------------------------------
	Burger
	--------------------------------------
	*/

	.burger {
		width: 40px;
		margin: auto;
	}
	
	.burger {
		color: #fff;
	}

	.main-header__container--is-fixed .burger {
		color: var(--e-global-color-primary);
	}

	/*
	--------------------------------------
	Close
	--------------------------------------
	*/

	.close {
		display: flex;
		justify-content: flex-end;
		color: white;
		padding: 1em 1em 2em 2em;
	}

	/*
	--------------------------------------
	Overlay
	--------------------------------------
	*/

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 0;
		background: #A3E635;
		transition: all 0.3s ease-in-out;
	}

	.navigation-wrapper.--is-active .overlay {
		width: 100%;
		pointer-events: all;
	}

	/*
	--------------------------------------
	Menu
	--------------------------------------
	*/

	/*Parent*/

	.navigation-container .menu {
		flex-direction: column;
	}

	.navigation-wrapper li {
		position: relative;
		padding-left: 2em;
		padding-bottom: 1.5em;
	}

	.navigation-wrapper li a {
		display: inline-block;
		text-decoration: none;
	}

	.navigation-wrapper .menu-link {
		font-weight: 600;
		color: var(--e-global-color-primary);
	}

	.navigation-container li.menu-item-has-children > a {
        position: relative;
        padding-right: 30px; /* Espace pour le bouton de bascule */
    }

    .navigation-container li.menu-item-has-children > a .dropdown-menu-toggle {
        position: absolute;
        right: 50px;
        top: 0;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        cursor: pointer;
        /* Styles pour la flèche */
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    }

    .navigation-container li.menu-item-has-children--active > a .dropdown-menu-toggle {
        transform: rotate(-135deg);
		top:50%;
    }

    .navigation-container li.menu-item-has-children .sub-menu {
        display: none; /* Masqué par défaut */
    }

    .navigation-container li.menu-item-has-children--active .sub-menu {
        display: flex; /* Affiché quand actif */
    }

}

@media (min-width: 1200px) {

	/*
	--------------------------------------
	Menu
	--------------------------------------
	*/

	/*Parent*/

	/*commenter le position: relative si on souhaite que le sous-menu ne prenne pas toute la largeur du parent*/
	.navigation-wrapper ul {
		position: relative;
		display: flex;
		justify-content: center;
		padding: 0 3em;
	}

	/*décommenter le position: relative si on souhaite que le sous-menu s'affiche en dessous du menu parent*/
	.navigation-container li {
		/*position: relative;*/
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	.navigation-container .menu > .menu-item {
		justify-content: center;
	}

	.navigation-container .menu-item-has-children {
		padding: 0 1em;
	}

	/*body:not(.home) .navigation-wrapper .menu-item--parent > .menu-link,*/
	/*.main-header__container--is-fixed .navigation-wrapper .menu-link {*/
	/*	color: #000;*/
	/*}*/


	/*Submenu*/

	.navigation-container li .sub-menu {
		position: absolute;
		z-index: 10;
		top: 100%;
		left: 0;
		flex-direction: column;
		opacity: 0;
		background: transparent;
		pointer-events: none;
		line-height: 2.25em;
		transition: all 0.35s ease-in-out;
		width: 100%;
		margin-left: 0;
		padding: 1em 0 1em .5em;
	}


	.navigation-container li:hover .sub-menu {
		opacity: 1;
		pointer-events: all;
	}

	.navigation-container .sub-menu .menu-item--all-products {
		display: none;
	}

	/*
	--------------------------------------
	Elements
	--------------------------------------
	*/

	.navigation-actions-container,
	.close,
	.burger-container,
	.navigation-actions-container {
		display: none;
	}

}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {


}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {




}

@media (min-width: 1024px) and (max-width: 1025px) {



}


/*mobile and tablet*/
@media (max-width: 1024px) {

	.navigation-container ul{
		display: flex;
		flex-direction: column;
	}
	.eyebrow{display: none}
	.sub-menu .main-link.hide-on-mobile-no-href{
		display: none;
	}

}


/*desktop*/
@media (min-width: 1025px) {

	.sub-menu-wrapper {
		width: 800px;
	}

}

/*laptop 1 aka 150%*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.site-menu__primary li.menu-item-has-children .sub-menu-wrapper{
		padding: 10px;
	}
	.navigation-container .sub-menu .menu-item{
		padding:8px;
	}

	.navigation-container .sub-menu .menu-item a{
		font-size: 12px !important;
	}

}

/*laptop 2 aka 125%*/
@media (min-width: 1440px) and (max-width: 1700px) {

	.site-menu__primary li.menu-item-has-children .sub-menu-wrapper{
		padding: 20px;
	}

}

/*RESPONSIVE*/