/* =========================================================
   HEADER / NAV
========================================================= */


/* =========================================================
   TOPBAR
========================================================= */

.topbar {
	background-color: var(--dark);
	padding: 10px 0;
	font-family: var(--font-tertiary);
	font-size: var(--font-size-xs);
	line-height: 1.4;
}

.topbar-phone {
	color: var(--grey);
	text-decoration: none;
	transition: color 0.2s ease;
}

.topbar-phone:hover,
.topbar-phone:focus-visible {
	color: var(--white);
	text-decoration: none;
}

.topbar-location {
	color: var(--grey);
}

.topbar-location-mobile {
  display: none;
}

@media (max-width: 639px) {
  .topbar-location-desktop {
    display: none;
  }

  .topbar-location-mobile {
    display: inline;
  }
}


/* =========================================================
   NAVIGATION PRINCIPALE
========================================================= */

.main-nav {
	position: relative;
	top: 0;
	z-index: 50;
	padding: 5px 0;
	background: var(--white);
	border-bottom: 1px solid var(--line);
	box-shadow: rgba(0, 0, 0, 0.07) 2px 5px 13px 0;
}

.main-nav .uk-container,
.main-nav .uk-flex {
	height: 98px;
}


/* =========================================================
   LOGO / BRANDING
========================================================= */

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.site-branding a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.site-branding img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 94px;
	object-fit: contain;
}

.site-title {
	color: var(--anthracite);
	font-family: var(--font-primary);
	font-size: var(--font-size-lg);
	font-weight: 800;
	letter-spacing: 0.04em;
}


/* =========================================================
   LISTES DES MENUS
========================================================= */

.custom-nav,
.custom-nav ul,
.custom-nav li,
.mobile-menu-nav,
.mobile-menu-nav ul,
.mobile-menu-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-nav li::marker,
.custom-nav ul::marker,
.mobile-menu-nav li::marker,
.mobile-menu-nav ul::marker {
	content: none;
}


/* =========================================================
   MENU WORDPRESS DESKTOP
========================================================= */

.custom-nav > li {
	display: flex;
	align-items: center;
}

.custom-nav > li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px 18px;
	color: var(--dark-grey);
	font-family: var(--font-primary);
	font-size: var(--font-size-sm);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.15s ease;
}

.custom-nav > li > a:hover {
	color: var(--red);
}

.custom-nav > li > a:focus-visible {
	outline: 2px solid var(--pearl-grey);
	outline-offset: 4px;
}


/* =========================================================
   LIEN ACTIF ET ANCÊTRES
========================================================= */

.custom-nav > li.current-menu-item > a,
.custom-nav > li.current-menu-parent > a,
.custom-nav > li.current-menu-ancestor > a {
	color: var(--grey);
	font-weight: 700;
}

.custom-nav > li.current-menu-item > a:hover,
.custom-nav > li.current-menu-parent > a:hover,
.custom-nav > li.current-menu-ancestor > a:hover {
	color: var(--red);
}


/* =========================================================
   LIEN ACCUEIL
========================================================= */

.custom-nav .menu-home > a.home-link {
	gap: 0;
	font-size: 0;
	line-height: 1;
}

.custom-nav .menu-home > a.home-link::before {
	content: none;
}

.custom-nav .menu-home > a.home-link img {
	display: block;
	width: 18px;
	height: 18px;
	max-width: none;
	object-fit: contain;
	transition: opacity 0.15s ease;
}

.custom-nav .menu-home > a.home-link img,
.custom-nav .menu-home.current-menu-item > a.home-link img {
	opacity: 1;
}

.custom-nav .menu-home > a.home-link:hover img {
	opacity: 0.7;
}

.custom-nav .menu-home > a.home-link:focus-visible img,
.custom-nav .menu-home > a.home-link:active img {
	opacity: 1;
}

.custom-nav .menu-home.current-menu-item > a.home-link:hover img {
	opacity: 0.7;
}


/* =========================================================
   TEXTE ACCESSIBLE
========================================================= */

.custom-nav .home-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.custom-nav .home-link .screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
	color: var(--grey);
}


/* =========================================================
   CTA HEADER
========================================================= */

.btn-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 10px 0;
	padding: 20px 28px;
	background: var(--red);
	color: var(--white);
	font-family: var(--font-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.btn-contact:hover,
.btn-contact:focus-visible {
	background: var(--red-dark);
	color: var(--white);
	text-decoration: none;
}


/* =========================================================
   MEGA MENU DESKTOP
========================================================= */

.custom-nav > li.mega-services {
	position: static;
}

/*
 * Toutes les règles suivantes sont limitées
 * au menu desktop.
 */
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services
	> .mega-menu-outer {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	z-index: 30;
	width: 100vw;
	max-width: 100vw;
	transform: translateX(-50%);
	pointer-events: none;
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16));
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services
	> .mega-menu-outer::before {
	content: "";
	position: absolute;
	top: -24px;
	right: 0;
	left: 0;
	height: 24px;
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services:hover
	> .mega-menu-outer,
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services:focus-within
	> .mega-menu-outer,
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services.is-open
	> .mega-menu-outer {
	pointer-events: auto;
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services
	> .mega-menu-outer
	> .sub-menu.mega-menu {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	background: var(--white);
	border-top: 1px solid var(--line);
	opacity: 0;
	clip-path: inset(0 0 100% 0);
	transition:
		clip-path 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services:hover
	> .mega-menu-outer
	> .sub-menu.mega-menu,
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services:focus-within
	> .mega-menu-outer
	> .sub-menu.mega-menu,
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services.is-open
	> .mega-menu-outer
	> .sub-menu.mega-menu {
	opacity: 1;
	clip-path: inset(0 0 0 0);
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services
	> .mega-menu-outer
	> .sub-menu.mega-menu
	> li {
	position: relative;
	min-height: 220px;
	border-right: 1px solid var(--line);
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services
	> .mega-menu-outer
	> .sub-menu.mega-menu
	> li:last-child {
	border-right: 0;
}


/* =========================================================
   CARTES DU MEGA MENU
========================================================= */

.mega-card-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 220px;
	padding: 28px;
	color: var(--dark);
	text-decoration: none;
}

.mega-card-link:hover,
.mega-card-link:focus-visible {
	background: #fafafa;
	color: var(--red);
	text-decoration: none;
}

.mega-card-link::after {
	content: attr(data-index);
	position: absolute;
	top: 20px;
	right: 20px;
	color: var(--red);
	font-family: var(--font-tertiary);
	font-size: var(--font-size-xs);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.mega-card-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f7d9d9;
}

.mega-card-icon,
.mega-card-icon-wrap svg.mega-card-icon {
	width: 34px;
	height: 34px;
	color: var(--red);
	object-fit: contain;
}

.mega-card-title {
	max-width: 180px;
	color: inherit;
	font-family: var(--font-primary);
	font-size: var(--font-size-xl);
	font-weight: 700;
	line-height: 1.15;
}


/* =========================================================
   ANIMATION DES TITRES DU MEGA MENU
========================================================= */

.mega-card-title .word {
	display: inline-block;
	opacity: 0;
	transform: translateY(50%);
	transition:
		opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(50ms * var(--word-index, 0));
}

.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services:hover
	.mega-card-title
	.word,
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services:focus-within
	.mega-card-title
	.word,
.main-nav:not(.mobile-main-nav)
	.custom-nav
	> li.mega-services.is-open
	.mega-card-title
	.word {
	opacity: 1;
	transform: translateY(0);
}

.main-nav:not(.mobile-main-nav)
	.mega-menu-outer
	> .sub-menu.mega-menu
	> li:nth-child(1)
	.mega-card-title
	.word {
	transition-delay: calc(50ms * var(--word-index, 0));
}

.main-nav:not(.mobile-main-nav)
	.mega-menu-outer
	> .sub-menu.mega-menu
	> li:nth-child(2)
	.mega-card-title
	.word {
	transition-delay: calc(50ms * var(--word-index, 0) + 60ms);
}

.main-nav:not(.mobile-main-nav)
	.mega-menu-outer
	> .sub-menu.mega-menu
	> li:nth-child(3)
	.mega-card-title
	.word {
	transition-delay: calc(50ms * var(--word-index, 0) + 120ms);
}

.main-nav:not(.mobile-main-nav)
	.mega-menu-outer
	> .sub-menu.mega-menu
	> li:nth-child(4)
	.mega-card-title
	.word {
	transition-delay: calc(50ms * var(--word-index, 0) + 180ms);
}


/* =========================================================
   CHEVRON
========================================================= */

.custom-nav > li.mega-services > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	z-index: 1001;
}

.custom-nav > li.mega-services .menu-chevron {
	transform: translateY(1px);
	transition: transform 0.2s ease;
}

.custom-nav > li.mega-services:hover .menu-chevron,
.custom-nav > li.mega-services:focus-within .menu-chevron,
.custom-nav > li.mega-services.is-open .menu-chevron {
	transform: translateY(1px) rotate(180deg);
}


/* =========================================================
   ÉTAT ACTIF DES CARTES
========================================================= */

.mega-card.current-menu-item > .mega-card-link,
.mega-card.current_page_item > .mega-card-link {
	background: #ececec;
}


/* =========================================================
   MENU MOBILE - STRUCTURE
========================================================= */

.mobile-main-nav {
	display: none;
}

.mobile-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
	gap: 20px;
}

.mobile-nav-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;
}


/* =========================================================
   BOUTON BURGER
========================================================= */

.mobile-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--dark);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mobile-menu-toggle:hover {
	color: var(--red);
}

.mobile-menu-toggle:focus-visible,
.mobile-menu-close:focus-visible {
	outline: 2px solid var(--red);
	outline-offset: 3px;
}

.mobile-menu-toggle-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
}

.mobile-menu-toggle-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease;
}


/* =========================================================
   MODALE MOBILE
========================================================= */

#modal-full.uk-modal-full {
	z-index: 10000;
	background: var(--white);
}

#modal-full .mobile-menu-dialog {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	padding: 24px;
	box-sizing: border-box;
	background: var(--white);
	overflow-y: auto;
}


/* =========================================================
   EN-TÊTE DE LA MODALE
========================================================= */

.mobile-menu-header {
	margin-bottom: 36px;
}

.mobile-menu-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	gap: 20px;
}

.mobile-menu-header img {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 58px;
	object-fit: contain;
}


/* =========================================================
   BOUTON DE FERMETURE
========================================================= */

.mobile-menu-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--dark);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mobile-menu-close:hover {
	color: var(--red);
}

.mobile-menu-close-icon {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
}

.mobile-menu-close-icon span {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
}

.mobile-menu-close-icon span:first-child {
	transform: rotate(45deg);
}

.mobile-menu-close-icon span:last-child {
	transform: rotate(-45deg);
}


/* =========================================================
   MENU MOBILE - LIENS
========================================================= */

.mobile-menu-body {
	flex: 1;
}

.mobile-menu-nav {
	width: 100%;
}

.mobile-menu-nav > li {
	width: 100%;
	border-bottom: 1px solid var(--line);
}

.mobile-menu-nav > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 60px;
	padding: 18px 0;
	box-sizing: border-box;
	color: var(--dark);
	font-family: var(--font-primary);
	font-size: var(--font-size-lg);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.mobile-menu-nav > li > a:hover {
	color: var(--red);
}

.mobile-menu-nav > li > a:focus-visible {
	outline: 2px solid var(--red);
	outline-offset: 3px;
}


/* =========================================================
   ACCUEIL MOBILE
========================================================= */

.mobile-menu-nav .menu-home > a {
	gap: 0;
	font-size: var(--font-size-lg);
}

.mobile-menu-nav .menu-home > a::before {
	content: none;
}

/* =========================================================
   MEGA MENU MOBILE SOUS SERVICES
========================================================= */

/*
 * Le <li> parent devient une colonne :
 * le lien Services est placé au-dessus,
 * puis le mega-menu-outer juste en dessous.
 */
.mobile-menu-nav > li.mega-services {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
}

/*
 * Le lien Services reste en première ligne.
 */
.mobile-menu-nav > li.mega-services > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 60px;
	padding: 18px 0;
	box-sizing: border-box;
}

/*
 * Le mega-menu-outer est placé sous le lien Services.
 * Il ne doit pas être absolute sur mobile.
 */
.mobile-menu-nav > li.mega-services > .mega-menu-outer {
	position: static;
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	transform: none;
	pointer-events: auto;
	filter: none;
	opacity: 1;
	visibility: visible;
	clip-path: none;
}

/*
 * Suppression du pont invisible utilisé par le desktop.
 */
.mobile-menu-nav > li.mega-services > .mega-menu-outer::before {
	display: none;
	content: none;
}

/*
 * Liste des cartes du mega menu.
 */
.mobile-menu-nav
	> li.mega-services
	> .mega-menu-outer
	> .sub-menu.mega-menu {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	background: transparent;
	border: 0;
	opacity: 1;
	visibility: visible;
	clip-path: none;
	box-shadow: none;
}

/*
 * Suppression des puces et des espacements natifs.
 */
.mobile-menu-nav
	> li.mega-services
	> .mega-menu-outer
	> .sub-menu.mega-menu
	> li {
	display: block;
	width: 100%;
	min-height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.mobile-menu-nav
	> li.mega-services
	> .mega-menu-outer
	> .sub-menu.mega-menu
	> li::marker {
	content: none;
}

/*
 * Liens des cartes.
 */
.mobile-menu-nav .mega-card-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: auto;
	gap: 14px;
	padding: 14px 0 14px 18px;
	box-sizing: border-box;
	color: var(--dark);
	text-decoration: none;
}

.mobile-menu-nav .mega-card-link:hover,
.mobile-menu-nav .mega-card-link:focus-visible {
	background: transparent;
	color: var(--red);
}

/*
 * Les numéros du mega menu desktop ne sont pas
 * affichés sur mobile.
 */
.mobile-menu-nav .mega-card-link::after {
	display: none;
	content: none;
}

/*
 * Icônes mobiles.
 */
.mobile-menu-nav .mega-card-icon-wrap {
	display: inline-flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
}

.mobile-menu-nav .mega-card-icon,
.mobile-menu-nav .mega-card-icon-wrap svg.mega-card-icon {
	width: 22px;
	height: 22px;
}

/*
 * Titres mobiles.
 */
.mobile-menu-nav .mega-card-title {
	display: block;
	max-width: none;
	color: inherit;
	font-size: var(--font-size-sm);
	line-height: 1.25;
}

/*
 * Désactive l'animation Splitting.js sur mobile.
 */
.mobile-menu-nav .mega-card-title .word {
	display: inline;
	opacity: 1;
	transform: none;
	transition: none;
}

/*
 * État actif d'une carte.
 */
.mobile-menu-nav .mega-card.current-menu-item > .mega-card-link,
.mobile-menu-nav .mega-card.current_page_item > .mega-card-link {
	background: var(--pearl-grey);
	color: var(--grey);
}



/* =========================================================
   PIED DE LA MODALE
========================================================= */

.mobile-menu-footer {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.mobile-menu-footer .btn-contact {
	width: 100%;
	min-height: 50px;
	margin: 0;
	justify-content: center;
}


/* =========================================================
   RESPONSIVE
========================================================= */

/*
 * UIkit utilise 960px comme breakpoint @m.
 */

@media (max-width: 1199px) and (min-width: 960px) {
	.main-nav .uk-container {
		padding-right: 24px;
		padding-left: 24px;
	}

	.custom-nav > li > a {
		padding-right: 9px;
		padding-left: 9px;
		font-size: var(--font-size-xs);
	}

	.btn-contact {
		padding: 16px 22px;
		font-size: 12px;
	}

	.site-branding img {
		max-height: 82px;
	}
}

@media (min-width: 960px) {
	.mobile-main-nav,
	#modal-full {
		display: none !important;
	}
}

@media (max-width: 959px) {
	.mobile-main-nav {
		display: block;
	}

	/*
	 * Sécurité supplémentaire :
	 * aucune règle desktop du mega menu ne doit
	 * masquer ou repositionner le menu mobile.
	 */
	.mobile-menu-nav .mega-menu-outer,
	.mobile-menu-nav .mega-menu,
	.mobile-menu-nav .mega-menu > li {
		position: static;
		display: block;
		opacity: 1;
		visibility: visible;
		clip-path: none;
		transform: none;
		pointer-events: auto;
	}
}

@media (max-width: 900px) {
	.btn-contact {
		padding: 16px 22px;
		font-size: 12px;
	}

	.mobile-nav-inner {
		min-height: 88px;
	}

	.mobile-menu-nav .mega-card-link {
		min-height: auto;
		padding: 14px 0 14px 18px;
	}

	.mobile-menu-nav .mega-card-icon-wrap {
		width: 42px;
		height: 42px;
	}

	.mobile-menu-nav .mega-card-icon,
	.mobile-menu-nav .mega-card-icon-wrap svg.mega-card-icon {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 640px) {
	.topbar {
		padding: 7px 0;
		font-size: var(--font-size-xs);
	}

	.topbar .uk-flex {
		gap: 12px;
	}

	.topbar-location {
		text-align: right;
	}

	.mobile-nav-inner {
		min-height: 76px;
		gap: 10px;
	}

	.mobile-nav-actions {
		gap: 6px;
	}

	.mobile-main-nav .site-branding img {
		max-width: 125px;
		max-height: 58px;
	}

	.mobile-main-nav .site-title {
		font-size: var(--font-size-md);
	}

	.mobile-main-nav .btn-contact {
		margin: 0;
		padding: 14px 18px;
		font-size: 11px;
		letter-spacing: 0.06em;
	}

	.mobile-menu-toggle {
		width: 40px;
		height: 40px;
	}

	#modal-full .mobile-menu-dialog {
		padding: 20px;
	}

	.mobile-menu-header {
		margin-bottom: 28px;
	}

	.mobile-menu-header img {
		max-width: 125px;
		max-height: 52px;
	}

	.mobile-menu-nav > li > a {
		min-height: 56px;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: var(--font-size-lg);
	}

	.mobile-menu-footer .btn-contact {
		width: 100%;
		min-height: 50px;
		font-size: 11px;
	}
}

@media (max-width: 380px) {
	.topbar-location {
		max-width: 150px;
		font-size: 10px;
	}

	.mobile-main-nav .btn-contact {
		padding-right: 14px;
		padding-left: 14px;
		font-size: 10px;
	}

	.mobile-menu-toggle {
		width: 36px;
	}
}


/* =========================================================
   ACCESSIBILITÉ / MOUVEMENT RÉDUIT
========================================================= */

@media (prefers-reduced-motion: reduce) {
	.custom-nav > li > a,
	.topbar-phone,
	.btn-contact,
	.mega-card-title .word,
	.mobile-menu-toggle-icon span,
	.mobile-menu-close-icon span,
	.menu-chevron,
	.custom-nav .menu-home > a.home-link img,
	.main-nav:not(.mobile-main-nav)
		.custom-nav
		> li.mega-services
		> .mega-menu-outer
		> .sub-menu.mega-menu {
		transition: none;
	}

	.main-nav:not(.mobile-main-nav)
		.custom-nav
		> li.mega-services
		> .mega-menu-outer
		> .sub-menu.mega-menu {
		clip-path: none;
	}
}
