body, html {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-optical-sizing: auto;
	font-variant-numeric: lining-nums !important;
	background-color: #ddd9d4;
	--color-1: #eaf38c;
	--color-2: #b6c420;
	--color-3: #48806c;
	--color-4: #48806c;
}

header {
	height: 75px;
	width: 100%;
	position: fixed;
	top: -85px;
	padding-top: 15px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 999;
	transition: all 250ms linear;
	backdrop-filter: blur(10px);
}

header.on-top {
	top: 0;
}

#logo {
	width: 100px;
	height: 30px;
}

#call-us {
	color: white;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 700;
}

#call-us:hover {
	color: var(--color-1);
}

#call-us::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-right: 10px;
	background: url('../img/icone-telephone-inverse.png') no-repeat center center;
	background-size: cover;
}

#splash {
	position: relative;
}

#splash::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	background: url('../img/splash-background.png') no-repeat center center;
	background-size: cover;
	filter: brightness(100%);
  animation: brightnessCycle 10s linear infinite;
}

#splash p a {
	color: black;	
}

#price-tag {
	color: var(--color-1);
	font-weight: 700;
	position: absolute;
	top: 30%;
	right: 50%;
	padding: 10px;
	background-color: black;
}

@keyframes brightnessCycle {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(75%);
  }
  0% {
    filter: brightness(100%);
  }
}

#splash h1 {
	color: black;
}

#upline span {
	text-indent: -999em;
	display: inline-block;
	width: 160px;
	height: 94px;
	position: absolute;
	right: 0;
	top: -10px;
	background: url('../img/certification-anti-effraction-cr3-cr4-cr5-pare-balles-fb4-fb5-fb6-fb7.gif') no-repeat center center;
	background-size: cover;
}

h1, h2, h3, h4, h5 {
	color: var(--color-4);
	font-weight: 700;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4,.text-light h5, .text-light h6 {
	color: white;
}

.feature-text {
	background-color: var(--color-3);
	position: relative;
}

#features a {
	color: var(--color-1);
	text-decoration: none;
	position: absolute;
	bottom: 20px;
}

#features a:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 14px;
	background: url('../img/icone-fleche-droite.png') no-repeat center center;
	background-size: cover;
	margin-left: 10px;
}

.feature-img {
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	min-height: 280px;
}

#lock {
	background-image: url('../img/serrure-mecanique-ou-motorisee-haute-securite.jpg');
}

#leaf {
	background-image: url('../img/porte-blindee-simple-vantail-double-vantaux-tierce.jpg');
}

#certified {
	background-image: url('../img/porte-blindee-certifiee-cr4-selon-en-1627-1630.jpg');
}

#bespoke {
	background-image: url('../img/porte-blindee-sur-mesure.jpg');
}

.bunkl-btn {
	font-size: 0.85em;
	color: black;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration:  none;
	text-align: center;
	display: inline-block;
	height: 50px;
	max-height: 50px;
	background-color: var(--color-1);
	border-radius: 25px 0 0 25px;
	position: relative;
	padding-left: 2em;
}

.bunkl-btn:after {
	content: '';
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	background: url('../img/button-tip.png') no-repeat center center;
	background-size: cover;
	position: absolute;
	right: -30px;
	top: 0;
}

.lead {
	font-weight: 500 !important;
}

#exploded-view {
	top: -150px;
}

footer a {
	text-decoration: none;
}

#what-we-do {
	font-size: 10px;
}

#what-we-do a {
	text-decoration: none;
}

.carousel-indicators .active {
	background-color: var(--color-1) !important;
}
@media (min-width: 992px) and (max-width: 1280px) {
	#upline span {
		width: 100px;
		height: 59px;
		right: -15px;
		top: 25px;
	}
}

@media (max-width: 1400px) {
	#exploded-view {
		top: 0px;
	}
}