@media (max-width: 767px) {

	.header-action-phone .header-action-text {
		display: none;
	}

}

@media (min-width: 1200px) {

	.main-header-container--is-fixed {
		/*max-height: 80px; si souhaite fixer une taille au header*/
	}

	.menu-wrapper {
		grid-column: 2;
	}

	.header-inner .header-actions {
		grid-column: 3;
	}

}

@media (min-width: 1440px) {

	.main-header-container .header-inner {
		max-width: 100%;
	}

}



/*RESPONSIVE*/

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

	.hide-mobile{
		display: none !important;
	}

}

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

	.hide-tablet{
		display: none !important;
	}


}

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



}


/*mobile and tablet*/
@media (max-width: 1024px) {
	.menu-wrapper{
		grid-column: unset !important;
		order: 1;
		justify-content: flex-start;
	}
	.main-logo{
		grid-column: unset !important;
		order: 2;
	}
	.header-inner{
		grid-template-columns: 0.1fr auto !important;
	}

}


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

	.hide-desktop{
		display: none !important;
	}
}

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



}

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



}

/*RESPONSIVE*/



