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

/*
body {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	overflow: hidden;
	opacity: 0;
}

.load {
	-webkit-transition: -webkit-transform 400ms ease, opacity 350ms linear;
	-moz-transition: -webkit-transform 400ms ease, opacity 350ms linear;
	-ms-transition: -webkit-transform 400ms ease, opacity 350ms linear;
	-o-transition: -webkit-transform 400ms ease, opacity 350ms linear;
	transition: transform 400ms ease, opacity 350ms linear;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
}
		
.loaded {
	overflow: auto !important;
}
*/

a {
	color: black;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 6px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--bs-carousel-indicator-active-bg);
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
.nav-link:hover {
	color: black;
}

footer a:link, footer a:visited, .nav-link {
	color: black;
}

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;
}

#language {
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

#language::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 16px;
	margin-right: 10px;
	background-size: cover;
}

#language.flag-en::before {
	background-image: url('../img/flag-en.gif');
}

#language.flag-fr::before {
	background-image: url('../img/flag-fr.gif');
}

#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') repeat center center;
	background-size: cover;
}

#splash {
	position: relative;
	background: linear-gradient(to bottom,  #69717c 0%,#d7dce0 50%, #84979e 100%);
}

#splash p a {
	color: black;	
}

#price-tag {
	color: #b5bfc5;
	font-weight: 700;
	position: absolute;
	top: 40%;
	left: 15%;
	padding: 10px;
	background-color: var(--color-1);
}

#logo-hero {
	width: 100%;
	aspect-ratio: 1/.3;
	background: url('../img/logo-bunkl-fabricant-porte-blindee.png') no-repeat center center;
		background-size: cover;
}

#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;
	border: 5px solid black;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
}

h2 em {
	font-style: normal;
	color: var(--color-1);
}

.negative h1, .negative h2, .negative h3, .negative h4 {
	color: white;
}

.negative p {
	color: rgba(255, 255, 255, 0.5);
}

#summup {
	background-color: black;
	background-image: url('../img/renovation-porte-bureau-avec-serrure-haute-securite.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

#testimonials-wrapper {
	background: linear-gradient(to bottom, #85959d 0%, #b6c0c6 100%);
/*	background: url('../img/testimonials-background.jpg') repeat-x center bottom;
	background-size: auto 100%;
*/
}

.user-case {
	 position: relative;
}

.user-case::after {
	content: 'Étude de cas';
	color: var(--color-1);
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
}

.open-quote:before {
	content: '';
	display: block;
	width: 80px;
	height: 58px;
	float: left;
	margin-right: 10px;
	background: url('../img/guillemets.png') no-repeat center center;
	background-size: cover;
}

.feature-text {
	width: 50%;
	margin-left: 50%;
}

.feature-text button {
	font-size: 2em;
	color: black;
	text-align: center;
	line-height: 28px;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	border-radius: 50%;
	background-color: var(--color-1);
	border: none;
	-webkit-appearance: none;
}

.feature-text button span {
	position: relative;
}

.feature-text button::before {
	content: '';
	position: absolute;
	display: block;
	width: 200%;
	height: 200%;
	box-sizing: border-box;
	left: -50%;
	top: -50%;
	border-radius: 50%;
	background-color: var(--color-1);
	-webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@-webkit-keyframes pulse-ring {
	0% {
		transform: scale(0.25);
	}
	80%, 100% {
		opacity: 0;
	}
}

@keyframes pulse-ring {
	0% {
		transform: scale(0.33);
	}
	80%, 100% {
		opacity: 0;
	}
}

#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;
}

#locks {
	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;
	padding: 0 2em;
	transition: all 250ms linear;
}

.bunkl-btn:hover, .bunkl-btn.add-to-cart:hover::after {
	background-color: var(--color-2);
	-webkit-box-shadow: 0 0 10px 0 rgba(234,243,140,1);
	box-shadow: 0 0 10px 0 rgba(234,243,140,1);
}

.bunkl-btn.add-to-cart {
	position: relative;
}

.bunkl-btn.add-to-cart::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: var(--color-1) url('../img/icone-ajouter-au-panier.png') no-repeat center center;
	background-size: 40%;
	position: absolute;
	left: 100%;
	top: 0;
	border-radius: 30px;
	transition: all 250ms linear;
}

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

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

footer a {
	text-decoration: none;
}

footer a:hover {
	color: black;
	background-color: var(--color-1);
}

#seo-summary {
	font-size: 10px;
}

#seo-summary a {
	text-decoration: none;
}

.carousel-indicators [data-bs-target] {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 0;
	border-bottom: 0;
	transition: all 250ms linear;
}

.carousel-indicators .active {
	width: 30px;
	background-color: var(--color-1) !important;
	opacity: 1;
}

@media (max-width: 992px) {
	#summup {
		background-image: none;
	}
}

@media (max-width: 1400px) {
	#summup {
		background-position: 350px center;
	}
}

@media (max-width: 992px) {
	#summup {
		background-image: none;
	}
}
