/* fonts */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"); */

@font-face {
	font-family: "rnssans normal";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-Normal.ttf");
	font-display: swap;
}
@font-face {
	font-family: "rnssans bolder";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-ExtraBold.ttf");
	font-display: swap;
}
@font-face {
	font-family: "rnssans light";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-Light.ttf");
	font-display: swap;
}
@font-face {
	font-family: "rnssans black";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-Black.ttf");
	font-display: swap;
}
@font-face {
	font-family: "rnssans semi-bold";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-SemiBold.ttf");
	font-display: swap;
}
@font-face {
	font-family: "rnssans medium";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-family: "rnssans bold";
	src: url("./fonts/RNS_Sanz-WEB/RNS_Sanz-TTF/RNSSanz-Bold.ttf");
	font-display: swap;
}

.navbar {
	padding: 0 !important;
}

/* Accueil video */
.overlay-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* Maintain a 16:9 aspect ratio */
	padding-top: 56.25%;
  }
  
  .overlay-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
  }
  

:root {
	--text-color: rgb(68, 68, 68);
	--red-color: rgb(237, 28, 46);
	--background-color: #fff;
	--normal-f: "rnssans normal";
	--bolder-fs: "rnssans bolder";
	--light-fs: "rnssans light";
	--black-fs: "rnssans black";
	--semiebold-fs: "rnssans semi-bold";
	--medium-fs: "rnssans medium";
	--bold-fs: "rnssans bold";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "rnssans bold";
	color: var(--text-color);
}

h1 {
	font-size: 50px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.2;
}
h2 {
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 1.1;
}

body {
	overflow-x: hidden;
}
@media (max-width: 767px){
	.magnify-icon {
		display: none;
	}
	.overlayImg {
		display: none;
	}
}


.overflow-hidden {
	overflow: hidden;
}
.sub-headline {
	letter-spacing: 1px;
	font-size: 2rem;
	text-align: center;
	margin-top: 65px;
	line-height: 1.1;
	font-family: var(--medium-fs);
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*.hidden {
	overflow: hidden;
}
*.highlight-title {
	font-size: 34px;
	font-weight: 700;
}
*.highlight-title .highlight,
span.highlight {
	color: var(--red-color);
}
.benefits-list.desktop {
	padding-top: 24px;
}

a,
a:hover,
a:visited {
	text-decoration: none !important;
	color: #fff !important;
	cursor: pointer;
}
a.about-page-row-link,
a.about-page-row-link:visited {
	text-decoration: none !important;
	color: rgb(237, 28, 46) !important ; 
	cursor: pointer;
}

a.about-page-row-link:hover {
	color: rgb(68, 68, 68)!important ;
}
ul,
li {
	list-style-type: none;
}
img {
	width: 100%;
	margin: auto;
	object-fit: cover;
	object-position: bottom;
}

.lozad {
	object-fit: cover !important;
}

.icon-box {
	display: inline-block;
	margin-right: 2rem;
}
p {
	font-size: 22px;
	color: var(--text-color);
}

h1 {
	font-size: 60px;
	font-family: "rnssans bolder";
}
.sectionTitle {
	text-align: center;
	padding: 65px 0;
}
.subtitle {
	font-family: var(--bold-fs);
	font-size: 30px;
	max-width: 80%;
	line-height: 1.1;
	margin: 25px auto 50px auto;
}

select {
	border: 0;
  	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.07);
}


.item.mcgill img {
	max-width: 5vw !important;
}

.item.SAQ img {
	max-width: 8vw !important;
}

.item.apple img {
	max-width: 4vw !important;
}
.item.jti img {
	max-width: 5vw !important;
}

@media screen and (max-width: 769px){
	.partners-carousel .item img {
		max-width: 20vw !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1440px){
	.partners-carousel .item img {
		max-width: 16vw !important;
	}
	
	.item img{
		max-width: 20vw !important;
	}
	.item.mcgill img {
		max-width: 10vw !important;
	}
	
	.item.SAQ img {
		max-width: 18vw !important;
	}
	
	.item.apple img {
		max-width: 10vw !important;
	}
	.item.jti img {
		max-width: 12vw !important;
	}
}

body {
	background-color: var(--background-color);
	font-family: "rnssans normal";
}
.cta {
	padding: 15px 21px;
	border-radius: 0.5rem;
	font-family: "rnssans bold";
	display: inline-block;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	background-image: linear-gradient(
		90deg,
		var(--red-color),
		var(--red-color) 50%,
		transparent 0
	);
	background-size: 200% 100%;
	background-position: 0%;
	border: 1px solid var(--red-color);
	-webkit-text-fill-color: #ffffff;
}
.cta:hover {
	background-position: 100%;
	-webkit-text-fill-color: var(--red-color);
}
.cta.light {
	background: #fff;
	-webkit-text-fill-color: var(--red-color);
}
.cta.bg-red {
	background-image: linear-gradient(
		90deg,
		var(--background-color),
		var(--background-color) 50%,
		transparent 0
	);
	-webkit-text-fill-color: var(--red-color);
}
.cta.bg-red:hover {
	-webkit-text-fill-color: var(--background-color);
	border: 1px solid var(--background-color);
}
.cta-holder {
	margin-top: 65px;
	text-align: center;
}
.intro-abouts-us {
	padding: 32px 0;
	background-color: var(--red-color);
}
.intro-abouts-us p {
	color: #fff;
	margin-bottom: 32px;
}
.intro-abouts-us * {
	text-align: center;
}
section {
	padding: 65px 0;
}
.soumission-form input,
.form-group .dropdown {
	font-size: 1rem;
	padding: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.07);
	margin-top: 6px;
}
.form-group .dropdown {
	display: flex !important;
	justify-content: space-between;
	cursor: pointer;
}
textarea {
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 0.5rem;
	height: 200px;
}
.soumission-form input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.07);
	outline: none;
}
.soumission-form .form-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem 2rem;
}
.soumission-form .message {
	grid-column-start: 1;
	grid-column-end: 3;
}
.soumission-form .form-row-f .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	column-gap: 1rem;
	row-gap: 1rem;
}
.soumission-form .btns button {
	margin-top: 3rem;
	background-color: #fff;
	border: 1px solid var(--red-color);
	width: 10rem;
	text-align: center;
	font-size: 1.2rem;
}
.form-row-f .inline-item {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0.2rem;
}

.form-row-f .form-group {
	padding: 0.5rem;
	font-size: 14px;
}
.form-row-f .inline-item > *:not(.not) {
	width: 40%;
}
.form-row-f .inline-item > span {
	position: absolute;
	font-size: 14px;
	top: 35%;
}
.form-row-f,
.form-group-f {
	margin: 1rem 0;
}
.form-group-f label {
	position: absolute;
	font-size: 14px;
	padding: 0.5rem;
	transition: transform 200ms ease;
	cursor: text;
	width: auto;
}
.form-group-f input {
	font-size: 14px;
}
.form-group-f label.beingEdited {
	transform: translateY(-30px);
}
.addDimButton {
	display: flex;
	align-items: center;
}
.addDimButton > a,
.addDimButton > a:visited {
	color: #000 !important;
}
.form-group-f a span {
	font-size: 22px;
}
.soumission-form .form-row .form-group-fluid {
	display: block;
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 3;
}
.soumission-form .form-group {
	width: 100%;
	margin: 1rem auto;
	position: relative;
}
.soumission-form .form-group.toggle {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.soumission-form .form-group.toggle label {
	display: inline;
	width: auto;
}
.soumission-form .form-group .check-box {
	margin: 0 1rem;
}
.form-group div[data-content] {
	position: absolute;
	width: 100%;
	z-index: 2;
	display: none;
}
.form-group div[data-content].show {
	display: block;
}
.form-group div[data-content] ul {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-top: none;
	width: 100%;
	background: #fff;
}
.form-group div[data-content] ul li {
	font-size: 1rem;
	font-family: var(--medium-fs);
	padding: 0.5rem;
	cursor: pointer;
}
input[type="checkbox"] {
	position: relative;
	appearance: none;
	width: 2.5rem;
	height: 1rem;
	background: #000;
	border-radius: 1rem;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: 0.4s;
}
input:checked[type="checkbox"] {
	background: var(--red-color);
}
input[type="checkbox"]::after {
	position: absolute;
	content: "";
	width: 0.95rem;
	height: 0.95rem;
	top: 0;
	left: 0.1rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transform: scale(1.1);
	transition: all 0.4s;
}

input:checked[type="checkbox"]::after {
	left: 55%;
}

unded sliders */ .slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
.form-group div[data-content] ul li:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.form-group.not label,
.form-group.not input,
.form-group.not li[data-value] {
	font-size: 14px;
}

label,
input,
textarea,
.form-group .dropdown {
	display: block;
	width: 100%;
	border-radius: 0.2rem;
	font-family: var(--medium-fs);
	font-size: 1rem;
}
input[data-type="dropdown"] {
	cursor: pointer;
}

/* navbar */
header {
	position: relative;
	/* height: 82px; */
	/* padding: 1rem 0 !important; */
	height: 4rem;
	background: #fff;
	top: 0;
	z-index: 1000;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
header > div {
	height: 100%;
}
.nav-ctas {
	display: flex;
	flex-direction: row;
}
.nav-ctas > div {
	height: 100%;
}
.nav-ctas > div:first-of-type a {
	display: flex;
	height: 100%;
	padding: 0 1rem;
	color: #fff !important;
	background-color: #000;
	align-items: center;
	transition: all 200ms ease;
}
.nav-ctas > div:last-of-type a {
	background-color: var(--red-color);
	height: 100%;
	border: 1px solid var(--red-color);
	transition: all 200ms ease;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	justify-content: center;
}
.nav-ctas > div:last-of-type a:hover {
	background-color: #fff;
	color: var(--red-color) !important;
	border: 1px solid var(--red-color);
}
.hamburger {
	display: none;
}
header.fixed {
	position: fixed !important;
	width: 100%;
	top: 0;
	transition: all 0.5s moveDown;
	-webkit-animation: moveDown 0.5s;
}
.logoHolder {
	width: 200px;
	height: 100%;
	display: flex !important;
	align-items: center;
}
.nav-wrapper {
	width: calc(100% - 250px);
	height: 100%;
}
.cnavbar-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	position: relative;
	height: 100%;
}
.cnavbar-nav.common {
	justify-content: center;
	height: 100%;
}
ul.cnavbar-nav li {
	display: inline-block;
	height: 100%;
}
li.lang {
	padding-right:24px;
}
.cnavbar-nav .nav-item:not(:last-of-type) a {
	padding: 0 1rem;
}
.cnavbar-nav .nav-item:not(:last-of-type):hover a {
	color: #fff !important;
}
ul.cnavbar-nav.common li:not(:last-of-type) {
	margin: auto 16px;
	display: inline-block;
	height: 100%;
}
ul.cnavbar-nav.common li.call {
	margin-right: 1rem;
	margin-left: 0px;
}
ul.cnavbar-nav.common li.call > a {
	font-size: 14px;
	font-family: "rnssans bold";
}
ul.cnavbar-nav.common li.lang {
	margin-right: 15px;
	margin-left: auto;
}
ul.cnavbar-nav.common li:last-of-type {
	margin-right: 0 !important;
	margin-left: 15px;
}
ul.cnavbar-nav li > div,
ul.cnavbar-nav li > a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	font-family: "rnssans bold";
}
@media (min-width: 1200px) and (max-width: 1300px) {
	ul.cnavbar-nav li > div, ul.cnavbar-nav li > a {
		font-size: 14px !important;
	}
}
ul.cnavbar-nav li.lang a svg {
	width: 2rem;
	height: 2rem;
}
ul.cnavbar-nav li:not(:last-of-type) > a {
	color: #000 !important;
}

.mobile-menu {
	position: absolute;
	bottom: 0;
	width: 100vw;
	height: calc(100vh - 64px);
	z-index: 1500;
	left: 0;
	transform: translateX(-100%);
	background: #fff;
	transition: all 0.5s;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-menu.show {
	transform: translateX(-100%);
}
.mobile-menu > div {
	height: 100%;
	padding-top: 100px;
}
.mobile-menu ul {
	margin: 0 !important;
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.mobile-menu ul li {
	padding: 0.5rem 0;
	font-family: "rnssans bold";
	font-size: 25px;
	text-align: center;
}
.mobile-menu ul li > div {
	display: block;
	flex-wrap: 0;
	flex-grow: auto;
	text-align: center;
	margin: auto;
}
.mobile-menu ul li:last-of-type {
	width: 100%;
	margin-top: 2rem;
}
.mobile-menu ul a {
	color: #000 !important;
	text-align: center;
}
/* end header */

/* Landing page start */
main[data-content="home"] .pageWrapper {
	height: calc(100vh - 82px);
	position: static;
	overflow: hidden;
}

main {
	min-height: calc(100vh - 282px);
}

main[data-content="home"] {
	/* display: grid;
	grid-template-rows: 3fr 1fr;
	grid-template-columns: 1fr; */
}
main[data-content="home"] > div:first-of-type {
	height: 700px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	position: relative;
	column-gap: 0.5rem;
	background: #000;
}

section.team-member {
	min-height: 400px;
}
.hero-mobile {
	display: none;
}

.side-hero {
	cursor: pointer;
	position: relative;
}

.side-hero > .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	/* filter: grayscale(100%); */
	transition: all 2s ease;
}

.side-hero.left > .bg {
	background-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.2),
			rgba(1, 1, 1, 0.7)
		),
		url("../images/bgs/gris.webp");
}
.side-hero.right > .bg {
	background-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.2),
			rgba(1, 1, 1, 0.7)
		),
		url("../images/bgs/bassin.webp");
	background-size: cover;
}
.cta-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 1000;
	height: 100%;
	width: 100%;
	padding-bottom: 10rem;
}
.overlay {
	position: absolute;
	width: 100%;
	top: 20%;
}
.overlay span {
	position: relative;
	display: block;
	/* font-size: 5rem; */
	color: #fff;
	font-family: "rnssans bold";
}
@media screen and (max-width: 768px) {
	/*
	.overlay span {
		font-size: 50px;
	}
	*/
	main[data-content="teams"] .hero {
		height: 25rem !important;
		padding: 0;
		position: relative;
	}
}
@media screen and (min-width: 768px) {
	.overlay span:last-of-type {
		font-weight: 700;
		/* margin-left: 250px; */
	}
}

.presentation {
	position: absolute;
	width: 100%;
}
.presentation .headContent {
	display: flex;
	justify-content: space-evenly;
	background-color: #fff;
	padding: 64px 2rem 0 2rem;
	margin-top: -75px;
	text-align: center;
}
.presentation .headContent > div:not(:last-of-type) {
	margin-right: 1rem;
}
.presentation-item-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.presentation-item-head img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	/* margin-right: 0.5rem; */
	margin-bottom: 32px;
}
.presentation h2 {
	color: #000;
	text-align: center;
	font-weight: normal;
	font-family: var(--bold-fs);
	font-size: 16px;
}
.presentation a {
	color: #000 !important;
	font-family: "rnssans medium";
}
.presentation a span {
	margin-left: 0.5rem;
}
span.infiniteAnimation.hori {
	display: inline-block;
	width: 30px;
	animation: moveright 2s forwards infinite;
}

.home-about-us {
	padding: 0 2rem;
	margin-top: 200px;
}
h1 {
	text-align: center;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 1.2;
	font-family: "rnssans bold";
}
.home-about-us .about-us-body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	column-gap: 2rem;
	margin: 65px 0;
	/* align-items: center; */
}
.home-about-us .about-us-body .body-copy p {
	margin-bottom: 2rem;
	font-family: "rnssans normal";
	line-height: 1.1;
	font-size: 21px;
	letter-spacing: 0.5px;
}
.home-about-us .about-us-body .body-copy .cta {
	display: inline-block;
}
.iframePoster {
	/* background-image: url("../images/bgs/moise.webp"); */
	background-color: #000;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 0.2rem;
	min-height: 300px;
	padding: 1rem 0;
}
.iframePoster img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.iframePoster:hover {
	cursor: pointer;
}
.iframePoster a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 17px;
	left: 32px;
	border-color: transparent transparent transparent var(--red-color);
	border-style: solid;
	border-width: 25px 0 25px 35px;
}
.iframePoster a {
	position: absolute;
	width: 100px;
	height: 100px;
	position: absolute;
	top: calc(50%);
	left: calc(50%);
	margin: -50px 0 0 -50px;
	border-radius: 100%;
	border: 8px solid var(--red-color);
	box-shadow: inset 0 0 20px 5px var(--red-color);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.iframe {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: #000000f0;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.iframe a {
	position: absolute;
	top: 2rem;
	right: 2rem;
	display: inline-block;
	height: 2rem;
	width: 2rem;
}
.iframe.show {
	display: flex;
}
.iframe iframe {
	height: 80%;
	width: 90%;
	object-fit: cover;
}

main[data-content="soumission"] iframe {
	height: 400px;
	width: 100%;
}

.ctaSection h2 {
	font-weight: normal;
	font-family: var(--bold-fs);
	font-size: 40px;
	letter-spacing: 1.5px;
	line-height: 1.2;
	color: #fff;
}
.ctaSection p {
	text-align: center;
	font-size: 22px;
	line-height: 1.1;
	margin-top: 32px;
	letter-spacing: 1.5px;
	font-family: var(--light-fs);
	color: #fff;
}
.ctaSection .cta {
	margin-top: 32px;
}
.bulletsPoint {
	width: 100%;
	background-color: #000;
}
.bulletsPoint .wrapper {
	display: grid;
	min-height: 400px;
}
.bulletsPoint .wrapper .illustration-image {
	position: relative;
}
.bulletsPoint .wrapper .illustration-image .overlay {
	top: 0;
	left: 0;
	height: 100%;
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.8) 80%,
		rgba(0, 0, 0, 0.95) 90%,
		rgba(0, 0, 0, 1) 100%
	);
}
.bulletsPoint .illustration-image img {
	height: 100%;
	width: 100%;
	object-fit: cover !important;
	object-position: top center;
}
.bulletsPoint h2 {
	font-family: var(--bold-fs);
	font-size: 3rem;
	letter-spacing: 1.5px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
.bulletsPoint .content {
	padding: 65px;
	background: 
	linear-gradient(to right, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 1) ), url(/images/bgs/Photo_product.webp);
    background-size: cover;
}
.bulletsPoint-body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 200px;
	column-gap: 1rem;
	row-gap: 1rem;
	margin-top: 65px;
}
.bulletsPoint-body .item {
    height: 200px;
    background: rgba(255,255,255,0.7);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
    border-radius: 1px;
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
body .item span {
	font-size: 0.95rem !important;
}

.map-title {
	font-size: 1.3rem !important;
}

.bulletsPointCta {
	display: inline-block;
	margin-top: 65px;
}
.bulletsPoint-body .item h2 {
	color: #000;
	font-size: 1.6rem;
	font-family: var(--black-fs);
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
}
.bulletsPoint-body .item p {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 1rem;
	font-size: 1rem;
	text-align: left;
	letter-spacing: 0.5px;
	line-height: 1.1;
	font-family: var(--medium-fs);
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 50px);
	top: 100%;
	background-color: rgb(237, 28, 46);
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	color: #fff;
}

.bulletsPoint-body .item p:hover {
	animation: bulletsPoint-body-down 1s forwards;
}

/* Pellicules solaires */

.pp {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	margin: 0 0 65px 0;
}
.pp .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
}
.pp .right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.pp .right p {
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 1.3;
}

.pp .sub-nav li {
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	font-family: "rnssans normal";
	font-weight: 700;
	margin-right: 1rem;
	color: rgba(0, 0, 0, 0.5);
}
.pp .sub-nav li > span {
	display: block;
	width: 40%;
	margin-top: 0.5rem;
	height: 0.15rem;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 200ms ease;
}
.pp .sub-nav li.active {
	color: #000;
}
.pp .sub-nav li.active > span {
	background-color: #000;
}
.pp .right-body {
	padding: 2rem;
}
.pp .right-body > div {
	display: none;
	transition: all 200ms ease;
}
p {
	text-justify: inter-word;
	text-align: justify;
	font-size: 18px;
	/* margin: 0px 0 100px 0px; */
}
.pp .right-body > div.active {
	display: block;
}

.pp .left > div {
	height: 600px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
	position: relative;
}

.pp .images-carousel-box {
	position: relative;
	transform: translateX(-15px);
	height: 100%;
	width: 100%;
}

.pp .images-carousel-box .item {
	width: calc(18rem + 19vh);
	max-width: 90%;
	background: #f7fffd;
	border-radius: 14px;
	cursor: pointer;
	height: 100%;
	width: 100%;
}
.pp .images-carousel-box .item:not(.hide) {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.pp .images-carousel-box .item:not(.hide)[data-slide="0"] {
	transform: translate(0px, 0px) scale(1);
	z-index: 6;
	opacity: 1;
}
.pp .images-carousel-box .item:not(.hide)[data-slide="1"] {
	transform: translate(-10px, -10px) scale(0.975);
	z-index: 5;
	opacity: 0.9;
}
.pp .images-carousel-box .item:not(.hide)[data-slide="2"] {
	transform: translate(-20px, -20px) scale(0.95);
	z-index: 4;
	opacity: 0.8;
}
.pp .images-carousel-box .item:not(.hide)[data-slide="3"] {
	transform: translate(-30px, -30px) scale(0.925);
	z-index: 3;
	opacity: 0.7;
}
.pp .images-carousel-box .item.hide {
	visibility: hidden;
}

.hero.page-header {
	height: 400px;
	width: 100%;
}
.hero.page-header .bg {
	height: 100%;
	height: 100%;
	position: relative;
}
.hero.page-header .bg .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.8),
		transparent
	);
	padding: 0;
	z-index: 1;
}
.hero.page-header .bg .content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--red-color);
}
.hero.page-header .bg img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.hero.page-header .bg img.solaire {
	object-position: center;
}
.hero.page-header h1 {
	/* color: var(--red-color); */
	color: #fafafa;
}

.buttons{
	width: 100px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	gap: 0 10px;
}
#prev{
	width: 100px;
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	transform: rotate(180deg);
}
#next{
	width: 100px;
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
}

.image-cta-text > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2rem;
}
.image-cta-text:not(:last-of-type) {
	margin-bottom: 65px;
}
.image-cta-text .carousel {
	height: 500px;
}
.image-cta-text:nth-child(2n) {
	background-color: rgb(250, 250, 250);
}
.image-cta-text:nth-child(2n) .img-holder {
	order: 2;
}
.image-cta-text > * {
	padding: 32px;
}
.image-cta-text > .img-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}
.image-cta-text .img-holder img:not(.chart) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-cta-text .img-holder canvas {
	height: auto !important;
	width: 400px !important;
	margin: auto;
	max-width: 100%;
}
.image-cta-text h2 {
	margin-bottom: 32px;
}
.image-cta-text h3 {
	margin-bottom: 8px;
	margin-top: 8px;
}
.image-cta-text p {
	font-size: 16px;
	/* margin-top: 32px; */
}
.image-cta-text .carousel {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.image-cta-text .ctaHolder {
	margin-top: 32px;
}
.sectionForCta .ctawrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 400px);
}
.sectionForCta .ctawrapper > div {
	padding: 32px;
	color: #ffff;
}
.sectionForCta .ctawrapper > div:nth-of-type(1) {
	background-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.7)
		),
		url(https://berkayly.com/wp-content/uploads/2022/04/18-scaled.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
}

.sectionForCta .ctawrapper > div p {
	font-size: 30px;
}

.item .content-placeholder {
	height: 100%;
}
.item .content-placeholder .row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: calc(0.8rem + 0.4vw);
}
.item .content-placeholder img {
	height: 100% !important;
	object-fit: cover;
	border-radius: 14px;
}

span[data-role="handle-carousel"] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 5%;
	right: 15%;
	cursor: pointer;
	z-index: 1000;
	padding: 0.5rem;
	color: var(--red-color);
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background: #fff;
}
span[data-role="handle-carousel"] * {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
/* End pellicules solaires */

/* Realisations */
main[data-content="realisation"] .cards-wrapper {
	height: 350px;
	display: flex;
	flex-wrap: wrap;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
main[data-content="realisation"] .cards-wrapper::-webkit-scrollbar {
	display: none;
}
.realisationsWrapper {
	max-height: 100%;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.realisationsWrapper::-webkit-scrollbar {
	display: none;
}
.realisation-header {
	margin: 2rem 0;
}
.realisation-header > * {
	text-align: center;
}
.realisations-gallerie {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	margin: auto;
}
.gallerie-header {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.gallerie-header a {
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0.5rem 1rem;
	background-color: var(--text-color);
	margin: 0.5rem;
	border-radius: 0.2rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	transition: all 200ms ease;
}
.gallerie-header a:hover {
	background-color: #000;
	transform: scale(1.1);
}
.gallerie-header a.active {
	background-color: var(--red-color);
}
.realisation-gallerie_item {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 5rem;
	width: 300px;
	cursor: pointer;
	transition: all 200ms ease;
}
.realisation-gallerie_item .item-img {
	position: relative;
	width: 100%;
	height: 300px;
	transition: transform 0.5s;
	transform-style: preserve-3d;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.realisation-gallerie_item .item-img img {
	height: 100%;
	transition: filter 200ms ease-in;
}
.realisation-gallerie_item .item-img img:hover {
	filter: brightness(110%);
}
.realisation-gallerie_item.flip .item-img {
	transform: rotateY(180deg);
}
.realisation-gallerie_item .item-img .front,
.realisation-gallerie_item .item-img .back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
.realisation-gallerie_item .item-img .front {
	background-image: var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.realisation-gallerie_item .item-img .back {
	transform: rotateY(180deg);
	background-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.3),
			rgba(0, 0, 0, 0.8)
		),
		var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1rem;
}
.realisation-gallerie_item .item-img .back h4 {
	margin-bottom: 0.5rem;
}
.realisation-gallerie_item .item-img .back > * {
	color: #fff;
	text-align: center;
}

.realisation-gallerie_item .item-cta {
	text-align: center;
	color: #000;
	margin-top: 0.5rem;
}
.realisation-gallerie_item .item-cta a {
	color: #000 !important;
	border-radius: 1rem;
	font-size: 0.75rem;
	font-family: "rnssans normal";
	border: 1px solid rgba(0, 0, 0, 0.07);
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.5rem;
}
.realisation-gallerie_item .item-cta a:focus {
	outline: none;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.realisation-gallerie_item .item-cta a:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

footer {
	position: relative;
	background-color: #000000;
}
footer section {
	padding: 0;
}
.footer-top {
	display: flex;
	align-items: center;
	padding: 2rem 0;
	width: 100%;
	gap: 75px;
}
@media (max-width: 768px) {
	.footer-top {
		gap: 24px;
	}
}
.footer-top .socials h3 {
	font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: 400;
	color: #fff;
}
.footer-top .socials ul,
.footer-bottom .copyright ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}
.footer-bottom .infos .address > div > div span {
	color: #fff;
}

.footer-top .socials ul li:not(:first-of-type) {
	margin: 0 0.5rem;
}
.footer-top .socials ul li:last-child {
	margin: 0 0 0 0.5rem;
}
.footer-top .socials ul li:first-of-type {
	margin-right: 0.5rem;
}
.footer-top .socials ul li a {
	height: 3rem;
	width: 3rem;
	border: 0.15rem solid #fff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.footer-top .socials ul li a svg {
	height: 1.5rem;
	width: 1.5rem;
}
footer .footer-top .certifications {
    width: 100%;
    display: flex; /* Flexbox for layout */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Spread items evenly in the container */
}

footer .footer-top .certifications > div {
    width: auto; /* Now the divs will take as much width as needed */
    height: 5rem; /* This can remain the same, but images will be constrained to this height */
    display: inline-flex; /* Use inline-flex to align image within the div */
    padding: 0.5rem;
    justify-content: center; /* Center the image horizontally in the div */
}

footer .footer-top .certifications > div > .cert_img {
    height: 100%; /* Full height of parent div */
    width: 100%; /* Maintain aspect ratio */
    object-fit: contain; /* Fit the image to the div while maintaining aspect ratio */
}
.footer-bottom .infos .footerctas {
	display: none;
}
.footer-bottom .infos {
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
}
.footer-bottom .infos .address {
	width: 35%;
	display: inline-block;
}
.footer-bottom .infos .address > div > div a.map {
	display: inline-block;
}
.footer-bottom .infos .address > div {
	display: inline-block;
	width: 49%;
}
.footer-bottom .infos .address > div > div {
	display: flex;
	flex-direction: column;
}
.footer-bottom .infos .address > div > div h4 {
	margin-bottom: 1rem;
	color: #fff;
	font-weight: 400;
}
.footer-bottom .infos .address > div > div a.map {
	height: 7rem;
	width: 100%;
	padding-right: 1rem;
	margin-bottom: 1rem;
}
.footer-bottom .infos .address > div > div a.map img {
	display: block;
	height: 100%;
	width: auto;
	margin: auto auto auto 0;
}
.footer-bottom .copyright {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #fff;
	padding: 1rem 0;
	color: #fff;
}
.footer-bottom .copyright ul li:first-of-type {
	margin-right: 1rem;
}
.footer-bottom .hyperlinks {
	width: 60%;
	height: auto;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 0 auto;
}
.footer-bottom .infos .hyperlinks .commercial,
.footer-bottom .infos .hyperlinks .residentiel {
	display: inline-block;
}
.footer-bottom .infos .hyperlinks .onlyMobil {
	display: none;
}
.footer-bottom .hyperlinks > div > ul {
	margin-left: auto;
	margin-right: 0;
}

.footer-bottom .hyperlinks ul li:first-of-type {
	margin-bottom: 1.5rem;
}
.footer-bottom .hyperlinks ul li:not(:first-of-type) {
	margin-top: 1rem;
}
.footer-bottom .hyperlinks ul li:first-of-type a {
	font-family: var(--semiebold-fs);
}

/* End page footer */

/* */

/* about us */
.about-us {
	background-color: #1c1d2c;
	padding: 65px 0;
}
.about-us h1 {
	text-align: center;
	color: #fff;
}
.about-us .content {
	margin-top: 65px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	/* column-gap: 2rem; */
}
.about-us .content > div {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}
.about-us .content > div > p {
	font-size: 21px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	color: #fff;
}
.about-us .content > div > img {
	margin: 0;
	height: 100%;
}
/* soumission */
.soumission-hero {
	/* background-color: #1c1d2c; */
	background-image: linear-gradient( to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1) ), url(../images/bgs/Shu_Ming.webp);
    background-size: cover;
    background-position: center;
    height: 475px;
    display: flex;
    align-items: center;
}
.soumission-hero-politique {
	/* background-color: #1c1d2c; */
	background-image: linear-gradient( to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1) ), url(../images/bgs/politique.webp);
    background-size: cover;
    background-position: center;
    height: 475px;
    display: flex;
    align-items: center;
}
.soumission-hero .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	padding: 50px 0;
	column-gap: 2rem;
}



.soumission-hero .wrapper .title, .soumission-hero-politique .wrapper .title {
	font-size: 50px;
	font-family: var(--bold-fs);
	color: #fff;
	
}
section.map {
	padding: 0;
	height: 400px;
}

/* Commercial */
.commercial-wrapper {
	--max-width: 100%;
	display: grid;
	grid-template-columns: calc(var(--max-width) / 3) 1fr;
	grid-template-rows: 500px;
	column-gap: 4rem;
	position: relative;
}

/* video and #video */
#video {
	width: 100%;
	height: auto;
	border-radius: 20px;
	position: relative;
	display: flex;
	align-items: center;
}
.commercial-wrapper > div:first-of-type {
	/* padding: 1rem; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
video {
	width: auto ;
	height: 400px ;
	margin-left: auto;
	margin-right: 0;
}
#desc {
	margin-bottom: 0;
}
.commercial-wrapper .ccard {
	position: relative;
	height: 250px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 25px 75px 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.commercial-wrapper .illustrations {
	position: absolute;
	top: 0px;
	right: -37.5px;
	height: 100%;
}
.commercial-wrapper .illustrations > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.commercial-wrapper .illustrations img {
	height: 75px;
	width: 75px;
	border-radius: 50%;
	object-fit: cover;
	/* filter: grayscale(100%); */
	z-index: 1;
}

.commercial-wrapper .box-img {
	position: relative;
	transition: all 0.5s ease;
}
.commercial-wrapper .box-img.active img {
	border: 3px solid black;
}
.commercial-wrapper .box-img a::before {
	transition: all 1.5s ease;
}
.commercial-wrapper .box-img a span {
	position: absolute;
	top: -0.5rem;
	left: -0.5rem;
	color: #fff;
	height: 2rem;
	width: 2rem;
	background-color: #000;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 2;
}
.commercial-wrapper .box-img.active a::before {
	content: "";
	height: 3px;
	width: 50%;
	background: #000;
	position: absolute;
	top: calc(50% - 1.5px);
	left: -50%;
}

.commercial-wrapper .illustrations img:first-of-type {
	margin-top: 0;
}
.commercial-wrapper .illustrations img:last-of-type {
	margin-bottom: 0;
}

main[data-content="commercial"] .parteners,
main[data-content="home"] .parteners {
	min-height: 100px;
	width: 100%;
	margin: 3rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

main[data-content="home"] .parteners > *,
main[data-content="commercial"] .parteners > * {
	width: 200px;
	display: inline;
	transition: transform 0.1s;
	cursor: pointer;
}
main[data-content="home"] .parteners > *:hover,
main[data-content="commercial"] .parteners > *:hover {
	transform: scale(1.1);
}
main[data-content="home"] .parteners > * img,
main[data-content="home"] .parteners > * svg,
main[data-content="commercial"] .parteners > * img,
main[data-content="commercial"] .parteners > * svg {
	max-width: 100%;
}

main[data-content="residential"] .slider-with-cta {
	width: 100vw;
	/*
	height: calc(100vh - 50px);
	max-height: 900px;
	
	height: 650px;
	*/
	display: block;
	position: relative;
	overflow: hidden;
}

.members .wrapper .card-wrapper a span {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 0;
	background-color: red;
	padding: 0.5rem 0;
}

/* teams */
main[data-content="teams"] .hero {
	height: 30rem;
	padding: 0;
	position: relative;
}
main[data-content="teams"] .hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
main[data-content="teams"] .hero .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

main[data-content="teams"] .hero .overlay .subText {
	margin-top: 5rem;
}
main[data-content="teams"] .members .wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	flex-grow: 0;
}
main[data-content="teams"] .members .wrapper > div {
	display: inline-block;
	width: calc(100% / 5);
	height: 20rem;
	padding: 1rem;
}
main[data-content="teams"] .members .wrapper .card-wrapper {
	height: 100%;
	width: 100%;
	background: #000;
	overflow: hidden;
}
main[data-content="teams"] .members .wrapper .card-wrapper a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
main[data-content="teams"] .members .wrapper .card-wrapper a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
main[data-content="teams"] .members .wrapper .card-wrapper a:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
	main[data-content="teams"] .about-page-row {
		display: flex !important;
		flex-direction: column !important;
	}

	main[data-content="teams"] .about-page-row > div h2 {
		margin-top: 3rem !important;
	}
}

@media screen and (min-width: 769px) {
	.aboutUs-desc_left{
		padding-left: 20px;
	}
	.aboutUs-desc_right{
		padding-right: 20px;
	}

}
main[data-content="teams"] .about-page-row > div h2 {
	margin-bottom: 2rem;
}
main[data-content="teams"] .about-page-row {
	display: grid;
	min-height: 30rem;
	grid-template-columns: repeat(2, 1fr);
}

main[data-content="teams"] .aboutUs-desc_left, main[data-content="teams"] .aboutUs-desc_right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

main[data-content="teams"] .aboutUs-desc_right {
	padding-top: 24px;
}
main[data-content="teams"] .about-page-row img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

main[data-content="residential"] .slider-with-cta .slider-item {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: none;
}

div.carousel-row[data-id="1"] img {
	width: 140px !important;
}

div[data-carousel] .title {
	margin-top: 6rem;
	display: inline-block;
	animation: leftIn 500ms ease;
}
div[data-carousel] .title h1 {
	font-size: 8rem;
	color: var(--background-color);
	line-height: 1;
	letter-spacing: 0.2rem;
}
div[data-carousel] .subText {
	color: var(--background-color);
	/* font-size: 5rem; */
	margin-top: 2rem;
	animation: rightIn 500ms ease;
}
div[data-carousel] .subText span {
	display: inline-block;
}
div[data-carousel] .subText span:first-of-type {
	margin-left: 10rem;
	position: relative;
}
div[data-carousel] .subText span:last-of-type {
	margin-left: 20rem;
	position: relative;
}
.carousel-cta {
	display: block;
	width: 20rem;
	margin-top: 4rem;
	margin-left: auto;
	margin-right: 20rem;
	animation: rightIn 500ms ease;
}

.carousel-cta a {
	width: 20rem;
	display: inline-block;
	text-align: center;
	padding: 1rem 0;
	font-size: 1.5rem;
}



.sectionWithDivider {
	background: linear-gradient(
		to bottom,
		rgb(0, 0, 0.1) 50%,
		rgb(255, 255, 255) 60%
	);
}
.sectionWithDivider h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 65px;
}
.footer-divider-top-holder {
	padding: 12rem 0 12rem 0;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0.9) 5%,
			rgba(255, 255, 255, 0.8) 10%,
			rgba(0, 0, 0, 0.1) 25%,
			rgba(0, 0, 0, 0.7) 80%,
			rgba(0, 0, 0, 0.9) 90%,
			rgba(0, 0, 0, 1) 100%
		),
		url(../images/projects/residentiel/34.webp);
	background-size: cover;
	/* background-attachment: fixed; */
	background-position: center center;
	position: relative;
}
.footer-divider-top-holder img {
	margin-bottom: -5px;
}

.cert_img {
    height: 50px; /* Adjust this to your preferred height */
    width: auto; /* This will maintain aspect ratio of the image */
    object-fit: contain; /* This ensures the image is resized to fit the container while maintaining aspect ratio */
}
.divider-bottom {
	background-image: url("../images/dividerTop.webp");
	width: 100%;
	height: 325px;
	background-size: cover;
	background-position: bottom 0px center;
	background-repeat: no-repeat;
}
.sectionWithDivider .partners-list {
	height: auto;
	background-color: #ed1c2e;
	padding-bottom: 65px;
}

.sectionWithDivider .partners-list .content {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: calc(100vw / 5);
	cursor: grab;
}
.sectionWithDivider .partners-list .wrapper .item {
	background-size: cover;
	position: relative;
}
.sectionWithDivider .hover-content {
	width: 100%;
	height: 100%;
	padding: 32px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}
.sectionWithDivider .hover-content p {
	color: #fff;
	font-family: var(--medium-fs);
}
.sectionWithDivider .hover-content.show {
	display: flex;
}
.homeParteners {
	padding: 65px;
	text-align: center;
}

.homeParteners p {
	text-align: center;
	font-weight: normal;
	font-size: var(--medium-fs);
	font-size: 30px;
	margin-top: 32px;
}
.homeParteners .wrapper {
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	width: 100%;
	height: 340px;
	position: relative;
	align-items: center;
}
.homeParteners .wrapper .arrow {
	position: absolute;
	top: calc(50% - 10px);
	height: 20px;
	width: 20px;
	transition: transform 200ms ease;
}
.homeParteners .wrapper .arrow:hover {
	transform: scale(1.1);
}
.homeParteners .wrapper .arrow.right {
	right: 10px;
}
.homeParteners .wrapper .arrow.left {
	left: 10px;
}
.homeParteners .wrapper .dots {
	position: absolute;
	left: calc(50% - 100px);
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 200px;
}
.homeParteners .wrapper .dots span {
	display: inline-block;
	width: 5px;
	height: 5px;
	left: auto;
	right: auto;
	background: #000;
	border-radius: 50%;
}
.homeParteners .wrapper .dots span:not(:last-of-type) {
	margin-right: 0.5rem;
}
.homeParteners .wrapper .carousel-row {
	width: 100%;
	height: 80%;
	padding: 0 0 32px 0;
	margin-top: 32px;
	flex-shrink: 0;
	flex-grow: 0;
	display: inline-flex;
	align-items: center;
	position: absolute;
	left: 0;
	background-color: #fff;
	justify-content: space-around;
}

.homeParteners .wrapper .carousel-row .item {
	padding: 0;
	width: calc(100% / 3);
	flex-grow: 0;
	flex-shrink: 0;
}
.clients-carousel .item img, .partners-carousel .item img {
	height: 100%;
	max-width: 8vw;
}
@media (max-width: 1440px){
	.clients-carousel .item img {
		height: 100%;
		max-width: 24vw;
	}
}

.slick-track {
	display: flex !important;
	align-items: center;
}

.home-review-cards .slick-track {
	align-items: flex-start;
}

.homereviews {
	padding: 65px 0;
}

#carousel {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.home-review-cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
.home-review-cards .item {
	width: calc(100% / 3);
	height: auto;
	padding: 2rem;
    flex-shrink: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.home-review-cards .item:nth-child(4) {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.home-review-cards .item-content {
	width: 90%;
	height: 100%;
	margin: auto;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 0.5rem;
	border-radius: 0.2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	position: relative;
	overflow: hidden;
}
.home-review-cards .item-content h2 {
	font-size: 22px;
	letter-spacing: 1.2px;
	line-height: 1.2;
	font-weight: normal;
	font-family: var(--bold-fs);
}
.review_name {
	padding-top: 20px;
}
.home-review-cards .item-content p {
	text-align: center;
	font-family: var(--medium-fs);
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.1;
}
.home-review-cards .item-content .starWrapper {
	margin-bottom: 16px;
}
.home-review-cards .item-content img {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.wrapper .reviews {
	padding: 65px 0;
	background-color: #000;
}
.reviews h1 {
	text-align: center;
	margin-bottom: 65px;
	color: #fff;
}
.reviews .reviews-content {
	display: flex;
}
.reviews .reviews-content > *:not(:last-of-type) {
	margin-right: 50px;
}
.reviews .reviews-content > div.item {
	width: calc((100% - 100px) / 3);
	padding: 2rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 0.2rem;
}

main[data-content="residential"] .benefits {
	padding: 65px 0;
}
main[data-content="residential"] .benefits h1 {
	text-align: center;
}
main[data-content="residential"] .benefits > p {
	text-align: center;
}
main[data-content="residential"] .benefits .benefits-list > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
main[data-content="residential"] .benefits .benefits-list > div > .row:first-child{
	padding-right: 12px;
}
main[data-content="residential"] .benefits .row {
	margin: auto 50px;
	width: auto;
}
main[data-content="residential"] .benefits ul li {
	font-family: var(--medium-fs);
}

.row ul li > div {
	display: flex;
	margin: 2rem 0;
	align-items: center;
}
.row ul li .icon-box {
	height: 50px;
	width: 50px;
	margin-right: 0.5rem;
	flex-grow: 0;
	flex-shrink: 0;
}
.row ul li .icon-box > svg {
	height: 100%;
	width: 100%;
}
.row ul li .icon-text {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 30px;
}
.row ul li .icon-text span {
	line-height: 1;
	font-size: 27px;
}
.catalogue {
	margin: 65px auto 0px auto;
}
.catalogue h1 {
	text-align: center;
	margin-bottom: 65px;
}
.catalogue-item {
	min-height: 25rem;
	margin: 0 auto;
	display: grid;
	column-gap: 0rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 100%;
}
.catalogue-item:nth-of-type(2n) .catalogue-item-video {
	order: 1;
}
.catalogue-item:nth-of-type(2n) .catalogue-item-text {
	order: 0;
	background-color: rgb(250, 250, 250);
}
.catalogue-item:nth-of-type(2n + 1) .catalogue-item-video {
	order: 0;
}
.catalogue-item:nth-of-type(2n + 1) .catalogue-item-text {
	order: 1;
}
.catalogue-item-video {
	position: relative;
	height: 100%;
}
.catalogue-item-video.carousel {
	padding: 3rem;
	height: 37.5rem;
}
.catalogue-item-video img {
	width: 100%;
	height: 100%;
}
.catalogue-item-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	background-color: #00000010;
}
.catalogue-item-video a {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	border-radius: 100%;
	border: 8px solid var(--red-color);
	box-shadow: inset 0 0 20px 5px var(--red-color);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.catalogue-item-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem;
}
.catalogue-item-text h2 {
	font-weight: normal;
	font-family: var(--bold-fs);
	font-size: 40px;
	margin-left: -5px;
	padding-bottom: 32px;
}
.catalogue-item-text h3 {
	font-family: var(--bold-fs);
	padding-top: 32px;
	padding-bottom: 16px;
}
.catalogue-item-text p {
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
	margin: 0 0 2rem 0;
}
.catalogue-item-text a {
	display: inline-block;
	/* width: 150px;
	padding: 0.75rem;
	background: var(--red-color);
	text-align: center;
	/* margin: auto; */
	display: inline-block;
}
.catalogue-item-video a:hover {
	transform: scale(1.1);
}
.catalogue-item-video a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 17px;
	left: 32px;
	border-color: transparent transparent transparent var(--red-color);
	border-style: solid;
	border-width: 25px 0 25px 35px;
}
.employee-box {
	transition: transform 0.3s ease;
}
.employee-box:hover {
	transform: scale(1.1);
}
.about-img-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.about-img-section p {
	width: 80%;
}
.about-section {
	margin: 4rem 0;
	font-size: 1.5rem;
	text-align: justify;
}
.about-img-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
/* modals */

/* modals */

.custom_fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
.animate-left {
	position: relative;
	animation-name: animateLeft;
	animation-duration: 0.4s;
}
.animate-right {
	position: relative;
	animation-name: animateRight;
	animation-duration: 0.4s;
}
.animate-out-right {
	position: relative;
	animation-name: animateOutRight;
	animation-duration: 0.4s;
}
.animate-out-left {
	position: relative;
	animation-name: animateOutLeft;
	animation-duration: 0.4s;
}

svg.slider_animate_svg text {
	font-size: 80px !important;
	font-family: rnssans normal;
	line-height: 1;
	font-family: "rnssans bolder";
}
.inner.animate svg.slider_animate_svg > g:first-of-type {
	transform-origin: left;
	animation-name: left-to-right;
	animation-duration: 1s;
	transition: ease-in forwards;
}

svg.grade g:last-of-type > path {
	fill: var(--red-color);
}
svg.grade-none g:last-of-type > path {
	fill: none;
	stroke: var(--red-color);
	outline: none;
	border: none;
	/* stroke-width: 2px; */
}

/* error */
div.error h1 {
	text-align: left;
	font-size: 135px;
	margin-top: 150px;
}
div.error p,
div.error a {
	font-size: 20px;
}
div.error a {
	text-decoration: underline !important;
	color: var(--red-color) !important;
}

/* responsive */
@media screen and (min-width: 100px) and (max-width: 1200px) {
	.nav-wrapper {
		display: none;
	}
	header > div {
		justify-content: space-between;
	}
	.hamburger {
		display: flex;
		cursor: pointer;
		height: 2.5rem;
		width: 2.5rem;
		flex-direction: column;
		justify-content: center;
	}
	.hamburger > * {
		display: block;
		width: 80%;
		height: 5px;
		background: #000;
		border-radius: 0.3rem;
		transform-origin: left;
		transition: all 0.5s;
		margin: 3px 0;
	}
	.hamburger.show {
		display: flex;
		flex-direction: column;
	}

	.hamburger.show > div:first-of-type {
		transform: rotate(45deg);
	}
	.hamburger.show > div:nth-child(2) {
		transform: translateX(1rem);
		opacity: 0;
	}
	.hamburger.show > div:last-of-type {
		transform: rotate(-45deg);
	}
	.mobile-menu.show {
		transform: translateX(0);
	}
	.home-review-cards {
		/* flex-direction: column; */
		overflow: scroll;
	}
	.home-review-cards .item {
		width: 100%;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.75rem !important;
	}
	.presentation h2 {
		font-size: 1rem !important;
		text-align: left;
	}
	.presentation .headContent > div {
		text-align: left;
		margin-top: 0.5rem;
		font-size: 0.8rem;
	}
	.presentation-item-head img {
		margin-bottom: 16px;
		margin-left: 0;
	}
	.about-us-body {
		margin-top: 1rem;
	}
	.mobile-menu {
		top: 60px;
		height: calc(100vh - 60px);
	}
	.hero-mobile {
		display: none;
	}
	/*
	.overlay span {
		font-size: 4rem;
	}
	.overlay span:last-of-type {
		margin-left: 10rem;
		font-size: 3.2rem;
		margin-top: 3rem;
	}
	.overlay span:last-of-type:before {
		transform: translate(-100px, 40px);
	}
	*/
	.home-about-us .about-us-body {
		grid-template-columns: 1fr;
	}
	.home-about-us .iframePoster {
		margin-top: 2rem;
	}
	.bulletsPoint .wrapper {
		grid-template-columns: 1fr;
	}
	.bulletsPoint .wrapper .illustration-image {
		max-height: 500px;
	}
	.bulletsPoint-body .item h2 {
		font-size: 1rem;
	}
	.bulletsPoint-body .item p {
		text-align: left;
		font-size: 0.8rem;
		width: 100%
	}

	main[data-content="residential"] .slider-with-cta {
		/* max-height: 50vh; */
		height: 540px;
	}
	div[data-carousel] .title {
		margin-top: 6rem;
	}
	div[data-carousel] .title h1 {
		font-size: 4rem;
	}
	/*
	div[data-carousel] .subText {
		font-size: 2.8rem;
	}
	*/
	.sub-headline {
		margin-top: 1rem;
		font-size: 1rem;
	}
	.row ul li .icon-text span {
		font-size: 1rem;
	}
	.row ul li .icon-box {
		height: 30px;
		width: 30px;
	}
	.cta-holder {
		margin-top: 2rem;
	}
	.about-us .content {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 2rem;
	}
	.catalogue-item-text p {
		font-size: 1rem;
		margin: 1rem 0;
	}
	.catalogue-item {
	}
	.catalogue {
		margin: 2rem auto 2rem auto;
	}
	.hero.page-header {
		height: 200px;
	}
	.image-cta-text > div {
		grid-template-columns: 1fr;
	}
}
/* Correction mise en forme home hero / HERO TEAM / carousel residentiel / commercial */
.overlay span { text-align: center; }
.overlay span:last-of-type:before { margin-left: auto; margin-right: auto; }

@media screen and (min-width: 1181px) {
	main[data-content="residential"] .slider-with-cta { 
		height: calc(100vh - 50px);
		min-height: 700px;
		max-height: 900px;
	}
}
@media screen and (min-width: 997px) {
	.overlay span { font-size: 5rem; }
}
@media screen and (min-width: 769px) and (max-width: 996px) {
	.overlay span { font-size: 4.5rem; }
	.overlay span:last-of-type { font-size: 3.5rem; }
}
@media screen and (max-width: 769px) {
	.overlay span { font-size: 3.5rem; line-height: 4rem; padding-bottom: 15px;}
	.overlay span:last-of-type { font-size: 3rem; line-height: 3.5rem; }
}
@media screen and (min-width: 1400px) {
	div[data-carousel] .subText { font-size: 5rem; transition:all .3s ease-in-out}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	div[data-carousel] .subText { font-size: 4.2rem; transition:all .3s ease-in-out}
}
@media screen and (min-width: 1181px) and (max-width: 1199px) {
	div[data-carousel] .subText { font-size: 3.4rem; transition:all .3s ease-in-out}
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
	div[data-carousel] .subText { font-size: 3rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:first-of-type { margin-left: 6rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:last-of-type { margin-left: 13rem; transition:all .3s ease-in-out}
}
@media screen and (max-width: 991px) { 
	.carousel-cta { margin-left: 0;
		margin-right: 0;
		transition: all .3s ease-in-out;
		display: flex;
		justify-content: center;
		width:100%;
	} 
}
@media screen and (max-width: 768px) { 
	.soumission-form .form-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem 2rem;
	}
	#typeofwindows {
		max-width: 80vw !important;
	}
}


@media screen and (min-width: 769px) and (max-width: 991px) {
	div[data-carousel] .subText { font-size: 2.8rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:first-of-type { margin-left: 5rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:last-of-type { margin-left: 10rem; transition:all .3s ease-in-out}
}
@media screen and (min-width: 580px) and (max-width: 768px) {
	div[data-carousel] .title h1 { font-size: 3rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText { font-size: 2rem; margin-top: 1.5rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:first-of-type { margin-left: 3rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:last-of-type { margin-left: 7rem; transition:all .3s ease-in-out}
}
@media screen and (max-width: 579px) {
	div[data-carousel] .title h1 { font-size: 3rem; }
	div[data-carousel] .subText { font-size: 1.5rem; margin-top: 1.5rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:first-of-type { margin-left: 3rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText span:last-of-type { margin-left: 7rem; transition:all .3s ease-in-out}
}
@media screen and (max-width: 400px) {
	div[data-carousel] .title h1 { font-size: 2.3rem; transition:all .3s ease-in-out}
	div[data-carousel] .subText { font-size: 1.3rem; margin-top: 1.5rem; transition:all .3s ease-in-out}
}
/* END Correction mise en forme home hero / carousel residentiel / commercial */

@media screen and (max-width: 1200.99px) {
	.home-about-us .about-us-body {
		display: flex;
		flex-direction: column-reverse;
	}
	.overlay-video{
		margin-bottom: 48px;
	}
}

@media screen and (max-width: 767.99px) {
	h2 {
		font-size: 1.5rem;
	}
	.cta-holder {
		margin-top: 32px;
	}
	.about-us {
		padding: 32px 0;
	}
	.about-us .content {
		margin-top: 32px;
	}
	.about-us .content > div {
		padding: 0.5rem;
	}
	.about-us .content > div > p {
		font-size: 16px;
		line-height: 1.5;
	}
	.item.mcgill img {
		max-width: 15vw !important;
	}
	
	.item.SAQ img {
		max-width: 15vw !important;
	}

	.item.apple img {
		max-width: 12vw !important;
	}
	.sectionTitle {
		padding: 32px;
	}
	h1 {
		font-size: 32px;
		letter-spacing: 1.3px;
		line-height: 1;
		color: #000;
		font-family: "rnssans bold";
	}
	.cta {
		padding: 11px 19px;
	}
	.navbar {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.hero-mobile {
		display: block;
		max-height: calc(100vh - 72px);
		background-image: linear-gradient(
				to bottom,
				rgba(0, 0, 0, 0.1),
				rgba(1, 1, 1, 0.5)
			),
			url("../images/residentiel.webp");
		background-position: center;
		background-size: cover;
		padding: 75px 0;
	}
	.hero.desktop {
		display: none !important;
	}
	.hero-mobile .mobile-hero-title {
		padding-bottom: 64px;
	}
	.hero-mobile .mobile-hero-title span {
		display: block;
		font-size: 40px;
		letter-spacing: 1.3px;
		line-height: 1;
		color: #fff;
		font-family: "rnssans bold";
	}
	.hero-mobile .mobile-hero-text p {
		color: #fff;
		font-family: "rnssans light";
		text-align: left;
		letter-spacing: 1.2px;
		line-height: 1.1;
	}
	.hero-mobile .mobile-hero-text {
		margin-bottom: 32px;
	}
	.hero-mobile .ctaHolder a {
		display: block;
		width: 150px;
		text-align: center;
	}
	.hero-mobile .ctaHolder a:not(:last-of-type) {
		margin-bottom: 16px;
		border: 1px solid var(--red-color);
	}
	.hero-mobile .ctaHolder a:last-of-type {
		background-color: rgba(0, 0, 0, 0.2);
		border: 1px solid var(--red-color);
	}
	.presentation {
		position: relative;
	}
	.presentation .headContent {
		margin-top: 0;
		flex-direction: column;
		padding: 32px;
		align-items: center;
	}
	.presentation .headContent > div:not(:last-of-type) {
		margin-bottom: 32px;
	}
	.presentation .presentation-item-head {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.presentation .presentation-item-head img {
		margin: 0;
		height: 50px;
		width: 50px;
		margin-bottom: 16px;
	}
	.presentation .presentation-item-head h2 {
		text-align: center;
	}
	.home-about-us {
		margin-top: 50px;
	}
	
	.home-about-us .body-copy {
		margin-top: 32px;
	}
	.home-about-us .about-us-body .body-copy p {
		text-align: left;
		font-size: 18px;
		line-height: 1.1;
	}
	.home-about-us .iframe {
		height: 200px;
	}
	.homeParteners {
		padding: 32px;
	}
	.homeParteners .wrapper {
		height: 450px;
	}
	.bulletsPoint .wrapper {
		grid-template-columns: 1fr;
	}
	.bulletsPoint .content {
		padding: 32px;
	}
	.bulletsPoint-body {
		grid-template-columns: 1fr;
	}
	.home-review-cards {
		flex-direction: column;
	}
	.home-review-cards .item {
		width: 100%;
	}
	.homeParteners .wrapper .carousel-row {
		flex-direction: column;
	}
	.homeParteners .wrapper .carousel-row .item {
		width: 100%;
		padding: 0;
		margin-bottom: 16px;
	}

	.image-cta-text > div {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, auto);
	}
	.hero.page-header .bg img.solaire {
		height: 100%;
	}
	.image-cta-text:not(:last-of-type) {
		margin-bottom: 32px;
	}
	section {
		padding: 32px 0;
	}
	.image-cta-text .img-holder canvas {
		padding: 32px 0;
	}
	.image-cta-text:nth-child(2n) .img-holder {
		order: 0;
	}
	.image-cta-text .img-holder img:not(.chart) {
		/* margin-bottom: 32px; */
		display: block;
	}
	.image-cta-text > div {
		padding: 0 16px;
	}
	.pp .right {
		padding: 16px;
	}
	.pp .wrapper {
		grid-template-columns: 1fr;
	}
	.pp .images-carousel-box {
		transform: translateX(0);
		max-width: 100%;
	}
	.pp .images-carousel-box .item:not(.hide) {
		left: 25px;
	}
	.pp .right p {
		font-size: 14px;
	}
	.pp .right .sub-nav {
		padding: 0;
		text-align: center;
	}
	.pp .right .sub-nav li {
		font-size: 16px;
	}
	.pp .right-body {
		padding: 0;
	}

	.about-us .content,
	.catalogue-item {
		grid-template-columns: 1fr;
		row-gap: 0;
		grid-template-rows: repeat(2, auto);
		height: auto;
	}
	.catalogue {
		margin: 32px auto 32px auto;
	}
	.catalogue h1 {
		margin-bottom: 32px;
	}
	.catalogue-item {
		margin: 32px 0;
	}
	.catalogue-item:nth-of-type(2n) .catalogue-item-video {
		order: 0;
	}
	.catalogue-item:nth-of-type(2n) .catalogue-item-text {
		order: 1;
	}
	.catalogue-item-text {
		padding: 2rem 1rem;
	}

	.catalogue-item-text h2 {
		font-size: 25px;
	}
	.catalogue-item-text p {
		font-size: 16px;
	}
	#myChart {
		height: 300px !important;
	}

	/* commercial */
	.sub-headline {
		font-size: 18px;
		margin-top: 32px;
	}
	

	main[data-content="residential"] .benefits {
		padding: 32px 0;
	}
	main[data-content="residential"] .benefits .row {
		margin: 0 !important;
	}
	.row ul li > div {
		margin: 0.5rem 0;
	}
	.row ul li .icon-text span {
		font-size: 14px;
	}
	.row ul li .icon-box {
		width: 25px;
		height: 25px;
	}
	.row ul li .icon-box > svg {
		max-height: 100%;
		max-width: 100%;
	}
	.footer-divider-top-holder img {
		height: 200px;
		margin-bottom: -5px;
	}
	.footer-top {
		flex-direction: column;
	}
	footer > div {
		width: 75% !important;
	}
	footer .footer-top .certifications {
		width: 100%;
		position: relative;
		height: 8rem;
		overflow: hidden;
	}
	footer .footer-top .certifications > div {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: flex;
		justify-content: center;
	}
	.footer-bottom .infos {
		flex-direction: column-reverse;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}

	.footer-bottom .infos .footerctas {
		display: block;
		text-align: center;
		margin-bottom: 3rem;
	}
	.footer-bottom .infos .footerctas a {
		background-color: #fff;
		color: #000 !important;
		padding: 1rem 2rem;
		border-radius: 0.2rem;
		text-transform: uppercase;
		font-family: "rnssans bold";
		width: 100%;
		display: inline-block;
	}
	.footer-bottom .infos > .address,
	.footer-bottom .infos > .hyperlinks {
		width: 100%;
	}
	.footer-bottom .infos > .hyperlinks {
		justify-content: space-between;
		margin-bottom: 2rem;
	}
	.footer-bottom .infos .hyperlinks .onlyMobil {
		display: inline-block;
	}
	.footer-bottom .infos .hyperlinks .commercial,
	.footer-bottom .infos .hyperlinks .residentiel {
		display: none;
	}
	.footer-bottom .copyright ul {
		display: none;
	}

	.footer-bottom .infos .address > div {
		text-align: left;
		width: 100%;
		margin-bottom: 1rem;
	}
	.footer-bottom .infos .address > div > div a.map {
		display: none;
	}
	.footer-bottom .copyright {
		justify-content: center;
		font-size: 0.8rem;
	}
	div.error h1 {
		font-size: 90px;
	}
	div.error p,
	div.error a {
		font-size: 16px;
	}
	.homereviews {
		display: none;
	}
	.homereviews h1 {
		font-size: 25px;
		margin-bottom: 32px;
	}
	.home-review-cards .item {
		padding: 0rem;
	}
	.home-review-cards .item:not(:last-of-type) {
		margin-bottom: 1rem;
	}

	.soumission-hero {
		height: 285px;
		padding-top: 40px;
	}
	.soumission-hero .wrapper {
		padding: 0 32px 16px 32px;
		grid-template-columns: 1fr;
	}
	.soumission-hero .wrapper > div:first-of-type {
		order: 1;
	}
	.soumission-hero .wrapper > div:last-of-type {
		order: 0;
	}
	.soumission-hero .wrapper .title {
		font-size: 30px;
		text-align: center;
		margin-top: -35px;
	}
	.soumission-hero .wrapper .title > span:first-of-type {
		margin-left: 3rem;
	}
	.soumission-form .form-row {
		grid-template-columns: 1fr;
	}
	.soumission-form .form-row-f .wrapper {
		grid-template-columns: 1fr;
	}
	label {
		font-size: 16px;
	}
	main[data-content="residential"] .slider-with-cta {
		height: 400px;
	}
	svg.slider_animate_svg {
		display: none;
	}
	svg.slider_animate_svg text {
		font-size: 30px !important;
	}
	/*
	div[data-carousel] .title h1 {
		font-size: 3rem;
	}
	*/
	div[data-carousel] .title {
		margin-top: 3rem;
	}
	/*
	div[data-carousel] .subText {
		font-size: 2rem;
		margin-top: 1.5rem;
	}
	div[data-carousel] .subText span:first-of-type {
		margin-left: 5rem;
	}
	div[data-carousel] .subText span:last-of-type {
		margin-left: 10rem;
		position: relative;
	}
	div[data-carousel] .subText span:last-of-type::before {
		width: 5rem;
		height: 0.2rem;
		background-color: var(--background-color);
		display: inline-block;
		position: absolute;
		top: calc(60% - 0.1rem);
		left: -7rem;
	}
	*/
	.carousel-cta a {
		width: 13rem;
		font-size: 1rem;
	}
}

@media (hover: hover) {
	.bulletsPoint-body .item.mouseEnter h2 {
		transform: translateY(-5rem) scale(0.5);
	}
	.bulletsPoint-body .item.mouseEnter p {
		animation: bulletsPoint-body-up 1s forwards;
	}
	.cnavbar-nav .nav-item {
		position: relative;
	}
	.cnavbar-nav .nav-item:not(:last-of-type):hover::after {
		content: "";
		position: absolute;
		bottom: 0px;
		width: 100%;
		background-color: #000;
		height: 100%;
		z-index: -1;
		transform-origin: center;
		animation: 0.2s forwards;
	}
}
@media (hover: none) {
	.bulletsPoint-body .item h2 {
		transform: translateY(-5rem) scale(0.5);
	}
	.bulletsPoint-body .item p {
		animation: bulletsPoint-body-up 1s forwards;
	}
}
@keyframes bulletsPoint-body-up {
	0% {
		top: 100%;
	}
	100% {
		top: 50px;
	}
}
@keyframes bulletsPoint-body-down {
	0% {
		top: 50px;
	}
	100% {
		top: 100%;
	}
}

@keyframes moveDown {
	0% {
		-webkit-transform: translateY(-82px);
	}
}

@keyframes moveUp {
	0% {
		-webkit-transform: translateY(82px);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0.3);
	}
}
@keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

@keyframes animateLeft {
	0% {
		left: -100%;
		opacity: 0.4;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes animateRight {
	0% {
		right: -100%;
		opacity: 0.4;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}
@keyframes animateOutRight {
	0% {
		right: 0%;
		opacity: 1;
	}
	100% {
		right: 100%;
		opacity: 0.4;
	}
}
@keyframes animateOutLeft {
	0% {
		left: 0%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0.4;
	}
}
@keyframes centerToBorders {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes left-to-right {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes leftIn {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}
@keyframes rightIn {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}
@keyframes leftOut {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}
@keyframes rightOut {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 1;
	}
}
@keyframes right-to-left {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes moveright {
	0%,
	100% {
		transform: translateX(0%);
	}
	50% {
		transform: translateX(1rem);
	}
}

@keyframes movedown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes MoveUpDownTen {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}


  .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
