
@media (max-width : 1024px) {

	header#masthead {
		position: fixed !important;
		width: 100%;
	}

	section#menu_nav {
		right: 0;
		top: 2vh;
		background: transparent;
	}

	.has_ma_el_slider.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-b0df8db {
		position: fixed;
		background: var(--main-blue-color);
		width: 100%;
	}

	.header__infos__item {
		display: none;
	}

	.elementor-widget-site-logo {
		max-width: 80%;
	}

	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		height: 2px !important;
	}

	#ekit-megamenu-header {
		background: var(--main-blue-color);
		transition: all 600ms cubic-bezier(0.6,0.1,0.68,0.53) 400ms;
	}

	.elementskit-nav-identity-panel {
		padding: 0 !important;
	}

	.elementskit-nav-identity-panel button.elementskit-menu-close.elementskit-menu-toggler {
		width: auto !important;
	}

	ul#main-menu li a {
		font-family: var(--main-font) !important;
		color: #fff;
		transition: all 0.3s ease-in-out;
	}

	ul#main-menu li:not(:last-of-type) a:hover {
		color: var(--second-blue-color);
	}

	/*INFOS PANEL MENU MOBILE*/

	#ekit-megamenu-header :nth-child(1) {
		order: 1;
		height: auto;
	}

	#ekit-megamenu-header :nth-child(2) {
		order: 2;
	}

	.infos__wrapper {
		display: block;
		border-top: 1px solid var(--second-blue-color);
		margin-top: 1em;
		padding: 1em 0 0 1em;
	}

	.infos__item:not(:last-of-type) {
		margin-bottom: 1.5em;
	}

	.infos__wrapper p.title {
		color: #B8BABC;
	}

	.infos__wrapper p,
	.infos__wrapper a:hover {
		color: #fff;
	}

}


@media (min-width : 1025px) {

	/*HEADER*/

	section#menu_nav {
		position: absolute;
		top: 100%;
		background: #fff;
		box-shadow: 0px 2px 3px 0px #00000012;
		width: 100%;
	}

	section#menu_nav.fixed {
		position: fixed;
		top: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}

	.infos__wrapper {
		display: none;
	}

	header#masthead .infobox-content.eael-icon-only p:nth-child(2),
	header#masthead .infobox-content.eael-icon-only p:last-of-type {
		display: none;
	}

}



