/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



/* Fil d'Ariane */
.breadcrumb .breadcrumb-inner {
	border-radius: 8px;
	padding: 8px;
	margin-left:auto;
}
.breadcrumb span, .breadcrumb a {
	font-size: 1.4rem;
	color: var(--color-primary-dark) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 3px 0px 3px;
	text-decoration: none;
	font-weight: 500;
	transition: 0.8s all;
}
.breadcrumb a:hover {
	text-decoration: underline;
	transition: 0.8s all;
}
.breadcrumb span:last-child {
	color: var(--gray-900);
	font-weight: 700;
}
.breadcrumb > span > span{
	padding-right: 10px;
	font-weight: 600;
}
.breadcrumb > span > span:not(:first-of-type){
	padding-left: 10px;
}
.aioseo-breadcrumbs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-wrap: wrap;
}
/* .aioseo-breadcrumbs > span.aioseo-breadcrumb:first-of-type a{
	text-decoration: underline;
} */
.breadcrumb .aioseo-breadcrumbs > span:first-of-type a::before{
	content: '';
	display: inline-block;
	min-width: 27px;
	width: 27px;
	height: 27px;
	background-image: url(/wp-content/themes/mediapilote/img/charte/sprite-site.svg);
	background-repeat: no-repeat;
	background-size: 400px auto;
	background-position: -273px -49px;
	background-color: var(--color-primary);
	border-radius: 50%;
	margin-right: 10px;
}

.breadcrumb > span{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}



/* Menu top header */

/* #menu-lien-header-top{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;

}
#menu-lien-header-top li a {
font-size: 1.6rem;
}

#menu-menu-du-haut{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#menu-menu-du-haut li {
	padding: 0 24px 0 24px!important;
	position: relative; 
}
#menu-menu-du-haut li:first-child {
	padding: 0 24px 0 0!important;
}
#menu-menu-du-haut li::after {
	content:"";
	position: absolute;
	border-right:1px solid var(--color-primary);
	right: 0;
	top:5px;
	height: 16px;
}
#menu-menu-du-haut li:last-child:after {
	content:none!important;
}

#menu-menu-du-haut a{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

#menu-menu-du-haut a:hover{
	color: var(--color-primary);
} */


/* Menu */

.nested ul.firstLevel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	padding: 0;
	gap:60px;
}
/* .nested ul.firstLevel > li:not(:first-child) {
	margin: 0 0 0 40px;
} */
.nested ul.firstLevel > li {
	/* padding-right: 26px; */
	padding: 56px 30px 56px 30px;
}
.nested ul.firstLevel > li:hover {
	background-color: var(--color-primary-x-light);
	background-image: none;
}
.nested ul.firstLevel > li {
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-menu-cercle.svg);
	background-repeat: no-repeat;
	background-position: center left;
}
.nested ul.firstLevel > li > a {
	font-size: 2rem;
	position: relative;
	font-weight: 300;
	color: var(--gray-900);
}
.nested ul.firstLevel > li > a > span> strong {
	font-size: 2.4rem;
	font-weight: 700;
}
.nested ul.firstLevel > li > ul {
	position: absolute;
	margin: 0;
	top:100%;
	left: 0;
	right: 0;
	background-color: var(--color-primary-x-light);
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;
	/* flex-direction: column; */
	height: 0;
	opacity: 0;
	overflow: hidden;
	/* -webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s; */
	/* -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2)); */
	/* filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2)); */
	padding: 40px!important;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
.nested ul.firstLevel > li > ul > li {
	padding: 0;
	/* margin-top: 1.5rem; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	padding-left: 25px;
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-before-submenu.png);
	background-repeat: no-repeat;
	background-position: center left;
	transition: all 0.8s;
}
.nested ul.firstLevel > li > ul > li:hover {
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-before-submenu-hover.png);
	transition: all 0.8s;
}

.nested ul.firstLevel > li > ul > li > a span{
	position: relative;
	z-index: 1000;
	font-weight: 700;
}
.nested ul.firstLevel > li > ul > li > a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* .nested ul.firstLevel > li > ul > li > a::after{
	content: '';
	display: inline-block;
	background-color: var(--color-primary);
	width: 15px;
	min-width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: -20px;
	bottom: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
} */
.nested ul.firstLevel > li > ul > li:hover > a{
	color: var(--gray-900) !important;
	-webkit-transition: 0.3;
	-o-transition: 0.3;
	transition: 0.3;
}
/* .nested ul.firstLevel > li > ul > li:hover > a::after{
	width: calc(100% + 35px);
	height: 30px;
	top: -2px;
} */
.nested ul.firstLevel > li > ul a{
	color: var(--black) !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nested ul.firstLevel > li.itemRight > ul {
	left: initial;
	right: 0;
}
.nested ul.firstLevel > li:hover > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: initial;
}
.menu-extern {
    font-weight: bold !important;
    color: red !important;
}	
					

/*RESPONSIVE
01 - DESKTOP */

@media screen and (min-width: 1024px), (min-device-width: 1024px){

	.menu-lien-header-top-container ul li{
		padding: 0 56px 0 0;
	}
}


@media screen and (max-width: 1600px), (max-device-width: 1600px){
	.nested ul.firstLevel > li > a{
		padding: 10px 20px !important;
	}
	.phone.itemRight a{
		margin-left: 15px !important;
	}
}
@media screen and (max-width: 1400px), (max-device-width: 1400px){
	.header-menu {
		gap:30px!important;
	}
	.nested ul.firstLevel {
		gap:20px;
	}
	.nested ul.firstLevel > li > a{
		padding: 10px !important;
	}
	.logo img{
		max-width: 150px !important;
	}
	.nested ul.firstLevel > li > a{
		font-size: 1.6rem !important;
	}
}
@media screen and (max-width:1250px) {
	.nested ul.firstLevel {
		gap:10px;
	}
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
	.nested ul.firstLevel li:not(:first-child) {
		margin: 0;
	}
	.nested ul.firstLevel > li > a {
		font-size: 1.4rem;
	}
	.nested ul.firstLevel > li > a{padding: 10px 15px !important;}
	.reservation.itemRight a,.phone.itemRight a{padding: 15px !important;}
}
/*02 TABLETTE*/
@media screen and (max-width: 1024px), (max-device-width: 1024px){
.nested ul.firstLevel {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
}

/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 1200px), (max-device-width: 1200px){
	.nested nav {
		display: none;
	}
	span.mobile-buton.absolute {
		width: 40px;
		height: 40px;
		top: 0;
		left: 0;
	}

}


/* Pagination */
.tool-pagination .pages{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap:8px;
}
.tool-pagination .pages li{
	padding: 0!important;
}
.tool-pagination .pages li::before{
	display: none;
}
.tool-pagination .pages li a,
.tool-pagination .pages li .page-number{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	color: var(--color-primary)!important;
	border:1px solid var(--color-primary-light);
	border-radius: 12px;
	min-width: 52px;
	height: 52px;
	font-weight: 400;
}
.tool-pagination .pages li a:hover {
	background-color: var(--color-primary-x-light);
}
.tool-pagination .pages li .page-number.current{
	color: var(--color-primary-active)!important;
	background-color: var(--color-primary-light);
}




@media screen and (max-width:1000px) {
	/*breadcrumb*/
	.breadcrumb-container {
		margin: 0!important;
	}
	.breadcrumb .breadcrumb-inner {
		width: 100%;
		max-width: 100%;
		margin-top:95px;
	}
}

@media screen and (min-width: 1000px){

.nested ul.firstLevel > li{
	/* position: relative; */
}
.nested ul.firstLevel > li > ul.secondLevel{
	display: none !important;
}
.nested ul.firstLevel > li > ul.secondLevel.active{
	position: absolute;
	z-index: 900;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	left: 0;
	right: 0;
	max-width: 100% !important;
	padding: 0px;
	width: auto;
}

.nested ul.firstLevel > li > ul.secondLevel.active > li{
	max-width: 100% !important;
	width: 100% !important;
	padding: 15px 30px;
}

/* .nested ul.firstLevel > li > ul.secondLevel.active > li:hover > a{
	color: var(--color-primary) !important;
} */
.nested ul.firstLevel > li > ul.secondLevel a[target="_blank"] {
	position: relative;
}
.nested ul.firstLevel > li > ul.secondLevel a[target="_blank"]::after {
	content:"";
	background-image: url(/wp-content/themes/mediapilote/img/charte/menu-extern.svg);
	background-repeat: no-repeat;
	position: absolute;
	top:5px;
	right: -20px;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	transition: 0.8s all;
}




.thirdLevel{
	padding: 1rem 0;
	display: block;
	width: 100%;
}
.thirdLevel li{
	padding-left: 0;
}
.mm-panel_openedHeader.mm-hidden{
	-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);    z-index: 1;    display: block !important;

}

.secondLevel.row {
  justify-content: flex-start !important;
}

/* .secondLevel > li.nav-drop-item {
  margin-left: 30px;
} */



/* ul.firstLevel > li.menu-item-has-children > a::after{
	content: '';
	display: inline-block;
	min-width: 16px;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/mediapilote/img/charte/sprite-site.svg);
	background-repeat: no-repeat;
	background-size: 400px auto;
	background-position: -190px -186px;
	margin-left: 1rem;
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
ul.firstLevel > li.menu-item-has-children.active > a.active::after{

	background-position: -190px -186px;
} */
}

