/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

nav,
#menu-phone {
	position: absolute;
	z-index: 5;
	top: 6.4%;
	left: 0;
	width: 100%;
	/* background: rgba(0, 0, 0, .8); */
	background: rgba(32, 58, 58, 0.5);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.el-bar-menu,
#menu-phone > div {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 1em;
	padding: 1em 0;
}
nav .logo img,
#menu-phone img {
	width: 170px;
	margin-left: 2em;
}

.el-menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.el-menu-btn .el-navigation-niveau-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}
.el-menu-btn li {
	margin-right: 0.3em;
	position: relative;
}
.el-menu-btn a {
	font-family: var(--text);
	font-size: 0.9em;
	font-weight: bold;
	padding: 2em 1em;
	display: block;
	text-transform: uppercase;
	color: #f2f2f2;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.el-menu-btn .el-phone-number {
	display: block;
	border-radius: 0.9em;
	color: var(--withe);
	letter-spacing: 0.1em;
	padding: 0 !important;
	font-size: 1.3em;
	font-weight: 500;
}
.el-menu-btn .el_custom_btn .fa {
	margin-left: 0;
	margin-right: 0.7em;
}
.el-navigation-niveau-1 .el-indicator {
	width: 1em;
	display: block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 3em;
	margin-top: 15px;
}
.el-navigation-niveau-1 a img {
	width: 15px;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.el-navigation-niveau-1 .el-navigation-niveau-2 {
	list-style: none;
	border-radius: 1em;
	overflow: hidden;
	-webkit-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
	margin-top: -0.2em;
}
.el-navigation-niveau-2 a {
	padding: 1em 2em;
	width: 100%;
	background: var(--withe);
	text-transform: capitalize;
	font-size: 1em;
}
.el-navigation-niveau-2 li {
	margin: 0;
	min-width: 250px;
	white-space: nowrap;
}
.el-navigation-niveau-2 a {
	color: var(--colorText);
}
.el-navigation-niveau-2 li:not(:last-of-type) a {
	border-bottom: 1px solid #c4c4c4;
}
.el-navigation-niveau-1 li div {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.el-navigation-niveau-1 li:hover div {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
}
.el-navigation-niveau-1 li:hover > a {
	color: var(--secondary);
}
.el-navigation-niveau-1 li div a:hover {
	background-image: -o-linear-gradient(
		225deg,
		rgba(174, 191, 114, 0.9),
		rgba(69, 127, 130, 0.9),
		rgba(47, 85, 86, 0.9)
	);
	background-image: linear-gradient(
		-135deg,
		rgba(174, 191, 114, 0.9),
		rgba(69, 127, 130, 0.9),
		rgba(47, 85, 86, 0.9)
	);
	color: #fff;
}
.el-navigation-niveau-1 li:hover a img {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#menu-phone {
	display: none;
}
#menu-phone > div {
	margin: auto;
	padding: 1em 2em;
}
#menu-phone > div button {
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
}
#menu-phone > div .fa {
	font-size: 1.5em;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#menu-phone > div button:hover .fa {
	color: var(--secondary);
}
#menu-phone > div img {
	margin: 0;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
}

.open_menu_phone {
	display: none;
}
.open_menu_phone input {
	display: none;
}
.open_menu_phone button {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50%;
	background: none;
	color: #f2f2f2;
	width: 40px;
	height: 40px;
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}
.open_menu_phone button:hover {
	background: var(--secondary);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.open_menu_phone .fa {
	font-size: 1.5em;
}

#el-lightbox-menu {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
.box-menu-phone {
	width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	/* right: -100%; */
	right: 0;
	z-index: 999;
	background: var(--accent);
	padding: 20px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.box-menu-phone.open {
	right: 0;
	-webkit-box-shadow: 0 0px 10em rgba(0, 0, 0, 0.9);
	box-shadow: 0 0px 10em rgba(0, 0, 0, 0.9);
}
.box-menu-phone label {
	font-family: var(--subtitle);
	color: #000;
	margin-bottom: 3em;
	color: var(--colorText2);
}
.box-menu-phone li ul {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	margin: 1em 0 1em 1em;
	padding-left: 1em;
	opacity: 0.6;
}
.box-menu-phone a {
	font-family: var(--text);
	color: var(--withe);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border-radius: 0.5em;
}
.box-menu-phone a:hover {
	color: var(--primary);
	opacity: 1;
}
.box-menu-phone ul {
	list-style: none;
}
.box-menu-phone li:not(:last-of-type) {
	margin-bottom: 1.3em;
}
.box-menu-phone .el_reseaux_socieaux a {
	color: var(--secondary);
	padding: 0;
	margin: 0;
}
.box-menu-phone .el_reseaux_socieaux .fa {
	color: var(--primary);
	font-size: 1.5em;
	opacity: 0.7;
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.box-menu-phone .el_reseaux_socieaux .fa:hover {
	opacity: 1;
}
.box-menu-phone .el_reseaux_socieaux a:hover {
	color: var(--secondary);
	background: none;
}
.box-menu-phone .el_reseaux_socieaux a:not(:last-of-type) {
	margin-right: 1em;
}
.box-menu-phone .el_reseaux_socieaux {
	margin-top: 2em;
}
.box-menu-phone > button {
	position: absolute;
	outline: none;
	border: none;
	background: var(--secondary);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 3%;
	right: 10%;
	z-index: 99;
}
.box-menu-phone > button .fa {
	font-size: 1em;
	color: #f2f2f2;
}
