@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

body.merci {
	background: url(../img/bg_merci.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 22vh;
}

body.merci h1 {
	font-size: 62px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}

body.merci p {
	font-size: 24px;
}

a.numForCTAThanks {
	background: url(../img/ic_call_thanks.svg) center left no-repeat;
	border: solid 2px #fff;
	color: #fff;
	text-decoration: none;
	height: 67px;
	display: inline-block;
	padding-left: 80px;
	padding-right: 20px;
	font-size: 28px;
	line-height: 64px;
	font-weight: 600;
	margin: 20px 0;
}

a.numForCTAThanks:hover {
	background: #fff url(../img/ic_call_thanks.svg) center left no-repeat;
	color: #790000;

	;
}

.container {
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.scroll {

	opacity: 0;
	transition: all 1s ease-out;
	transform: translate3d(0, 2rem, 0);

}

.scrolled-in {

	opacity: 1;
	transform: translate3d(0, 0, 0);

}

body .eapps-widget-toolbar {
	display: none !important;
}

.global-styles,
.eapps-widget-toolbar {
	display: none !important;
}

.pictoSlice {
	background: url(../img/dots.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 139px;
	height: 126px;
}

.oneCard {
	background: #fff;
	padding: 30px;
	position: relative;
	border-bottom: solid 5px #790000;
	-webkit-box-shadow: 5px 8px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 8px 25px 0px rgba(0, 0, 0, 0.1);
	width: 50%;
}

.oneCard h6 {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}

.oneCard p {
	color: #000B33;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
}

section#types {
	padding: 80px 0;
}

.fourCards {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 30px;
	text-align: center;
	padding: 25px;
	padding-right: 80px;
}

.header {
	padding: 10px 0;
}

body .forMob {
	display: none;
}

.forWeb {
	display: block;
}

.numForCTA {
	text-decoration: none;
	color: #64748B;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.numForCTA span {
	margin-left: 15px;
}

.numForCTA span strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #790000;
	margin-top: -3px
}

#bannerLP {
	background: url("../img/banner.jpg") top center no-repeat;
	background-size: cover;
	width: 100vw;
	height: inherit;
	position: relative;
	opacity: 0;
	animation: fadeIn 2s ease-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(1.05);
		/* Zoom léger au début */
		filter: blur(10px);
	}

	to {
		opacity: 1;
		transform: scale(1);
		filter: blur(0);
	}
}

#bannerLP h1 {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

#bannerLP h1 span {
	font-weight: 800;
	color: #790000;
}

#bannerLP h1 strong {
	font-weight: 800;
}

.descriptionClient {
	margin-bottom: 20px;
}

.descriptionClient p {
	font-size: 20px;
}

.fomulaireLP {
	max-width: 530px;
	width: 100%;
	background: #fff;
	padding: 20px 20px 40px 20px;
	border-bottom: solid 8px #790000;
	position: relative;
	right: 0;
	-webkit-box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	min-height: 557px;
	margin-top: 10vh;
	margin-bottom: -20px;
}

.fomulaireLP h2 {
	font-size: 24px;
	color: #790000;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
	text-transform: none;
}

.partIMG {
	position: relative;

}

.partIMG img {
	max-width: 100%;
	text-align: left;
}

.partTexte {
	padding: 0 0 0 50px;
}

section h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}

section h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	color: #790000;
}

section h3 span {
	font-weight: 700;
}

.sousDecription {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.sousDecription ul {
	padding: 0;
}

.sousDecription li {
	list-style: none;
	margin: 7px 0;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: start;
	gap: 10px;
}

.sousDecription li p{
	font-size: 14px;
	font-weight: 400;
}

a.btContactUS {
	background: #790000;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 20px;
	font-size: 20px;
	margin-top: 10px;
	display: block;
	text-align: center;
	max-width: 260px;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	border-radius: 10px;
}

/* Animation subtile uniquement au hover */
a.btContactUS:hover {
	box-shadow: 0 8px 20px rgba(66, 0, 0, 0.5);
}

/* Effet de brillance qui traverse le bouton */
a.btContactUS::before {
	content: "";
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	transform: skewX(-20deg);
	transition: left 0.6s ease-in-out;
}

a.btContactUS:hover::before {
	left: 110%;
}

section#a-propos {
	padding: 100px 0 80px 0;
}

.slider {
	position: relative;
	height: 0px;
	padding-bottom: 80%;
	margin-top: 24px;
	margin-bottom: 24px;
	max-width: 580px;
}

.slider__after {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('../img/apres.jpg');
	pointer-events: none;
	background-position-y: center;
	background-size: cover;
}

.slider__before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 50%;
	height: 100%;
	background-image: url('../img/avant.jpg');
	pointer-events: none;
	overflow: hidden;
	background-position-y: center;
	background-size: cover;
}



.slider__separator {
	position: absolute;
	left: 50%;
	width: 5px;
	top: 0px;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5);
	cursor: ew-resize;
	z-index: 3;
	transform: translateX(-50%);
}

.slider__range {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 3;
	appearance: none;
	background: rgba(255, 255, 255, 0.3);
	outline: none;
	margin: 0px;
}

.slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 16px;
	background: white;
}

.slider__range::-moz-slider-thumb {
	-moz-appearance: none;
	width: 12px;
	height: 16px;
	background: white;
}

.slider__before:before {
	content: 'Avant';
	position: absolute;
	left: 8px;
	top: 8px;
	background: rgba(0, 0, 0, 0.7);
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

.slider__after:before {
	content: 'Après';
	position: absolute;
	right: 8px;
	top: 8px;
	background: rgba(0, 0, 0, 0.7);
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

.withBorder {
	padding: 0 5%;
	border-left: solid 2px #eee;
}

.numberClients {
	background: #fff;
	position: absolute;
	top: 40%;
	right: -5%;
	width: 200px;
	height: 180px;
	-webkit-box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

#peinture-residentielle {
	background: #F6F6F7 url(../img/bg-service-1.png) top center no-repeat;
	background-size: cover;
}

#peinture-residentielle a.btContactUS,
#restauration-peinture-fer-forge a.btContactUS,
#restauration-renovation-terrasses a.btContactUS,
#pourquoi a.btContactUS,
#autres-services a.btContactUS,
#types a.btContactUS {
	text-transform: none;
	max-width: 280px;
	margin-top: 50px;
}

#restauration-renovation-terrasses {
	background: #000 url(../img/AvAp_platre.png) top center no-repeat;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}

#restauration-renovation-terrasses h2 {
	color: #BA4040
}

#pourquoi ul {
	padding: 0;
}

#pourquoi li {
	list-style: none;
	margin: 7px 0;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}



#restauration-renovation-terrasses h3,
#restauration-renovation-terrasses p {
	color: #fff;
}

#investissement {
	background: url(../img/bg_investir.jpg) top center no-repeat;
	padding: 100px 0 300px 0;
	text-align: center;
	background-size: cover;
}

#investissement a.btContactUS {
	max-width: inherit;
	text-transform: inherit;
}

#investissement h3 {
	color: #fff;
}

#investissement p {
	color: #fff;
	font-size: 16px;
}

.oneItem {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.oneItem h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.oneItem p {
	color: #757575;
	font-size: 14px;
	margin: 0;
}

.RBQ {
	display: flex;
	align-items: center;
	gap: 25px;
	font-size: 21px;
	margin-top: 10px;
}

.RBQ img {
	width: 49px;
}

section#restauration-peinture-fer-forge,
section#peinture-residentielle,
section#pourquoi {
	padding: 80px 0
}

section#restauration-peinture-fer-forge .oneItem p {
	font-size: 16px;
}

section#restauration-peinture-fer-forge .oneItem h4 {
	font-size: 18px;
}

section#restauration-peinture-fer-forge a.btContactUS {
	margin-top: 50px;
}

.left-panel {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

.right-panel {
	width: 50%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.service-item.active {
	background-color: #790000;
	color: #fff;
	border-radius: 5px;
	border: solid 2px #790000;
}

.service-item {
	padding: 10px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #000;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 5px;
	border: solid 2px #000;
}


.service-item:hover {
	transform: translateX(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	color: #fff;
	background-color: #790000;
	border: solid 2px #790000;
}



.svg-icon {
	transition: fill 0.3s ease;
}

.service-item.active .iconSVG svg,
.service-item:hover .iconSVG svg {
	fill: #fff;
}

.iconSVG {
	border-radius: 50%;
	padding: 15px;
	background: rgba(89, 89, 89, 0.09);
	width: 84px;
	height: 84px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-item:hover .iconSVG {
	background: #000;
}

.service-item:hover h3 {
	color: #fff;
}

.service-item .iconSVG svg {
	fill: #000;
}

.service-item.active .iconSVG {
	background: #000
}

.service-item h3 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.service-item.active h3 {
	color: #fff;
}

.service-content {
	display: none;
}

.service-content.active {
	display: block;
	animation: fadeIn 0.5s;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.highlight {
	font-style: italic;
	color: #3498db;
	margin: 20px 0;
}

.oneCard {
	width: 100%;
}

section#autres-services {
	background: #EDEDED;
	padding: 80px 0;
}

.RBQ p {
	margin: 0;
}

footer .numForCTA {
	max-width: 290px;
}

section .service-item {
	padding: 20px 10px;
}

section .service-item h3 {
	font-size: 22px;
	text-transform: none;
	margin-bottom: 0;
	font-weight: 600;
}

section#autres-services .sousDecription li {
	list-style: none;
	margin: 7px 0;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
}

section .service-item p {
	font-size: 16px;
	margin: 0;
}

section#autres-services h2 {
	font-size: 28px;
	color: #790000;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
}

.service-content {
	max-width: 590px;
	color: #fff;
}

.service-content p {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 300;
	text-align: justify;
}

.service-content p strong {
	font-weight: 600;
}

.accordion-item {
	border: none;
	background: #eee;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 0 !important;
}

.accordion-button {
	background: #eee !important;
	border: none !important;
	color: #000 !important;
	font-weight: 500;
	font-size: 18px !important;
}

.accordion-body {
	font-size: 15px;
	color: #747272;
	padding-top: 0;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}

#temoignages {
	background: url(../img/img_temoignages.jpg) top center no-repeat;
	background-size: cover;
	padding: 80px 0;
}

#blocElfsight {
	background: #fff;
	padding: 30px;
	min-height: 450px;
	min-width: 581px
}

section#temoignages h2 {
	color: #fff;
}

section#temoignages h3 {
	font-size: 34px;
	text-transform: none;
	width: 300px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #fff;
}

footer {
	background: #fff;
	padding: 80px 0 0 0;
	position: relative;
	z-index: 1;
}

body.merci footer {
	background: none;
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer h4 {
	margin: 20px 0;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
}

footer h4:after {
	width: 50px;
	height: 3px;
	background: #790000;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.partenariat {
	display: flex;
	margin-top: 50px;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}

.partenariat img {
	border-right: solid 1px #eee;
	padding-right: 30px;
}

.zoneForm {
	padding: 0 50px;
	text-align: center;
	max-height: 590px;
	margin-bottom: 30px;
}

.zoneCoordonnes {
	position: relative;
}

.zoneCoordonnes:after {
	width: 2px;
	height: 50%;
	background: #eee;
	position: absolute;
	content: "";
	top: 10%;
	right: -40px;
}

.zoneForm h2 {
	font-size: 24px;
	color: #790000;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}

.copyright {
	background: #000;
	padding: 20px 0;
	font-size: 18px;
	color: #8C8C8C;
}

.numForCTA {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

.phone-icon {
	transition: transform 0.2s ease-in-out;
}

.numForCTA:hover .phone-icon {
	animation: vibrate 0.3s infinite alternate;
}

@keyframes vibrate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-5deg);
	}

	50% {
		transform: rotate(5deg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(5deg);
	}
}

.num {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

@media only screen and (min-width:786px) {
	.fomulaireLP iframe {
		height: 440px !important;
	}

}

@media only screen and (max-width:1690px) {}

@media only screen and (max-width:1540px) {
	.descriptionClient h1 {
		margin-top: 0 !important;
	}

	#bannerLP h1 br {
		display: none;
	}
}

@media only screen and (max-height:786px) {

	.descriptionClient p br {
		display: none;
	}
}

@media only screen and (max-width:786px) {
	.service-item {
		padding: 10px 20px;
		margin-bottom: 10px;
		cursor: pointer;
		transition: all 0.3s ease;
		display: flex;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		margin-bottom: 20px;
	}

	.zoneCoordonnes img {
		max-width: 150px;
	}

	footer h4 {
		font-size: 24;
	}

	.left-panel,
	.right-panel {
		padding: 10px;
	}

	#peinture-residentielle a.btContactUS,
	#restauration-peinture-fer-forge a.btContactUS,
	#restauration-renovation-terrasses a.btContactUS,
	#pourquoi a.btContactUS,
	#autres-services a.btContactUS,
	#types a.btContactUS {
		margin-top: 20px;
	}

	section .service-item h3 {
		font-size: 18px;
	}

	section .service-item p {
		font-size: 15px;
	}

	.logo {
		text-align: center;
		width: 100%;
	}

	.logo img {
		max-width: 120px;
	}

	section#a-propos {
		padding: 0 0 40px 0;
	}

	.descriptionClient {
		background: transparent;
		padding: 0;
	}

	section h3 br,
	section#autres-services h2 br {
		display: none
	}

	.sousDecription li {
		font-size: 16px;
	}

	section h2 img {
		display: none;
	}

	#bannerLP {
		background: url(../img/banner.jpg) top center no-repeat;
		background-size: cover;
	}

	body.merci {
		padding: 15vh 0
	}

	body.merci h1 {
		font-size: 42px;
	}

	body.merci p {
		font-size: 22px;
		padding: 0 10px;
	}

	body.merci #contact:after,
	body.merci #contact:before {
		display: none;
	}


	section#autres-services .container,
	section#bannerLP .container,
	section#a-propos .container,
	section#restauration-peinture-fer-forge .container,
	section#pourquoi .container,
	footer#contact .container {
		flex-direction: column;
	}

	.left-panel,
	.right-panel,
	.col-6,
	.col-7,
	.col-4,
	.col-8,
	.col-5 {
		width: 100%;
	}

	#peinture-residentielle {
		background: #F6F6F7;
	}

	img {
		max-width: 100%;
	}

	.fomulaireLP {
		bottom: inherit;
		right: inherit;
		min-height: inherit;
		position: relative;
		box-shadow: none;
		border: none;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	#bannerLP h1 {
		font-size: 26px;
		margin-top: 0 !important;
	}

	#bannerLP {
		height: inherit;
	}

	.partTexte p {
		margin-left: 0;
	}

	.sousDecription {
		margin-left: 0;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.linksCheck {
		display: flex;
		flex-direction: column;
	}

	.linksCheck .sousDecription {
		margin: 0;
	}

	.linksCheck .sousDecription ul {
		padding: 0;
		margin: 0;
	}

	.numberClients {
		background: #fff;
		position: absolute;
		top: 38%;
		right: 20px;
		width: 160px;
		height: auto;
		-webkit-box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	#restauration-peinture-fer-forge .gap-5 {
		gap: 20px !important;
	}

	.numberClients .mt-4 {
		margin-top: 0.5rem !important;
	}

	.withBorder {
		padding: 5% 0 0 0;
		border-left: none;
		margin: 0 auto;
	}

	#blocElfsight {
		min-width: inherit;
	}

	.zoneForm {
		padding: 0;
		text-align: center;
		max-height: inherit;
		margin-bottom: 30px;
	}

	.zoneCoordonnes:after {
		display: none;
	}


	body .forMob {
		display: flex;
		background: #790000;
		padding: 2%;
		text-align: center;
		border-radius: 2px;
		box-shadow: none;
		border: none;
		justify-content: center;
		gap: 0
	}

	body .forMob .num {
		color: #fff;
	}

	.forWeb {
		display: none;
	}

	header .container {
		justify-content: center;
	}

	.partTexte {
		padding: 50px 0 0 0;
	}

	.partIMG,
	.imgCommercial {
		order: 2;
	}

	.partTexte,
	.contentCommercial {
		order: 1;
	}

	section#restauration-peinture-fer-forge,
	section#peinture-residentielle,
	section#pourquoi {
		padding: 40px 0;
	}

	section h3 {
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.numForCTA span {
		margin-left: 0;
	}

	section#pourquoi h2 {
		margin-top: 30px;
	}

	#investissement {
		padding: 40px 0;
	}

	#restauration-renovation-terrasses {
		background: #000 url(../img/AvAp_platre.png) top right no-repeat;
		background-size: cover;
		padding: 40px 0;
		position: relative;
	}

	section#pourquoi h2.accordion-header {
		margin-top: 0;
	}

	footer {
		padding-top: 40px;
	}


	#temoignages {
		padding: 0;
		position: relative;
		z-index: 2;
		background: url(../img/img_temoignages.jpg) top right no-repeat;
		background-size: cover;
	}

	#temoignages .container {
		position: relative;
		z-index: 1;
		padding: 40px 10px;
	}

	section#autres-services {
		padding: 40px 0;
	}

	section#temoignages h3 {
		margin-bottom: -40px;
	}

	#temoignages::before {

		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		width: 100%;
		height: 100%;
		content: "";
		z-index: 0;
	}

	.zoneForm iframe {
		height: 620px !important;
	}

	.fourCards {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: 30px;
		text-align: center;
		padding: 20px;
		flex-direction: column;
	}

	#types .container {
		flex-direction: column;
	}

	section#types {
		padding: 40px 0;
	}

	a.btContactUS {
		font-size: 16px;
	}

	.fomulaireLP h2 {
		font-size: 20px;
	}

	#contact:before,
	#contact:after {
		display: none;
	}

	#restauration-renovation-terrasses .container {
		background: rgba(0, 0, 0, 0.6);
		padding: 20px;
		width: 90%;
	}

	section#autres-services h2 {
		font-size: 22px;
	}
}