.primary-background,
.button-primary,
header,
.parallax-image {
    background-color: #636f65;
}
body.home header, body.product header {
    background: linear-gradient(180deg,#636f65 3%,transparent);
}
.main-hero-section {
    box-shadow: inset 0 -40px 30px 0 #636f65;
}

footer {
	position: relative;
}

footer::before {
    background-image: url("https://api.hapidam.com/share/ad1e639a-5e52-407f-be35-5aa5a1f66fc0/hotel-bloum-elements-graphiques-patterns-004.png?mode=crop&w=1920&h=980&coi=50,50");
    background-position: 50% 0;
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    top: 0;
}