:root{
	--navigationMobileColor: black !important;
	--navigationMegaLinkColor: var(--primaryColor);
}

header {
	z-index: 1000000000
}

div#wrapper, footer, #nav-footer>.row {
	background-color: #000000 !important;
}

footer p {
    color: #ffffff !important
}

.nav-footer-logo img {
	height: 100px !important;
}

.nav-footer-logo {
	max-width: 150px !important;
}

#nav-footer .nav-list-footer {
	transform: translateX(-50%) !important;
}

#nav-footer .nav-footer-middle h2 { 
	color: white !important; 
}

.nav-footer-middle {
	margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
	margin-bottom: 100px;
}

.boutique-nav--1 #nav-footer .image--footer-graphic {
	max-width: none;
    bottom: 35px;
	right: -10%;
	height: 67%;
	width: 30%;
}
.boutique-nav--1 #nav-footer .image--footer-graphic img{
height: auto;
}
.boutique-nav--1 #nav-footer .nav-footer-logo {
	margin-top: 0px;
}

.boutique-nav--1 #nav-footer .nav-list-social {
	/*transform: translateX(530%);*/
	bottom: 20px;
    right: 0px;
}

.boutique-nav--1 #nav-footer .nav-list-social ul {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.boutique-nav--1 #nav-footer .nav-list-social ul li {
	margin-right: 0px !important;
	margin-left: 10px !important;
}

.boutique-nav--1 #nav-footer .nav-list-footer {
	bottom: 100px;
}

.nav-footer .row {
	height: 450px;
}

#nav-footer .row div:nth-child(2) {
	bottom: 80px;
}

#nav-footer .row div:nth-child(4) p {
	color: #977b59 !important;
}

.boutique-nav--1 #nav-footer .nav-list-social a.facebook {
	background-color: black;
	background-image: url(../styles/images/facebook.svg);
}

.boutique-nav--1 #nav-footer .nav-list-social a.youtube {
	background-color: black;
	background-image: url(../styles/images/youtube.svg);
}

.boutique-nav--1 #nav-footer .nav-list-social a.instagram {
	background-color: black;
	background-image: url(../styles/images/instagram.svg);
}

}

@media (max-width: 1390px) {
	.nav-footer-middle {
		margin-bottom: 150px;
	}
}

@media (max-width: 1199px) {
	.boutique-nav--1 #nav-footer .nav-list-footer {
		left: 50% !important;
		max-width: 100vw;
	}
	
	.nav-footer-middle {
		margin-bottom: 0px;
	}
	
	.boutique-nav--1 #nav-footer .nav-footer-logo img {
		width: 70%;
	}
	
	.boutique-nav--1 #nav-footer .nav-list-social {
		bottom: -15px;
	}
	
	.boutique-nav--1 #nav-footer .image--footer-graphic {
		display: none;
	}
	
	.boutique-nav--1 #nav-footer>.row {
		padding-top: 0px;
	}
}
/*.nav-footer */