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

a.pdf::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 5px;
	background: url('../img/icone-acrobat-pdf.png') no-repeat center center;
	background-size: cover;
}

footer a:link, footer a:visited {
	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(5px);
}

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

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

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

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

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: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	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;
	}
}
