@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&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&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;
}
p.small{    font-size: 11px;
    text-align: justify;
    margin: 0;
    color: #747474;font-style: italic;}
a.numForCTAThanks {
	background: url(../img/ic_call_thanks.svg) center left no-repeat;
	border: solid 2px #2f98c8;
	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: #2f98c8 url(../img/ic_call_thanks.svg) center left no-repeat;
	;
}

header {
	padding: 10px 0;
	background: #fff;
}

.linkRapide {
	background: #fff;
	color: #2f98c8;
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 5px;
	border: solid 1px #2f98c8;
}

.linkRapide:hover,
.active {
	background: #2f98c8;
	color: #fff;
}

.allRapide {
	display: flex;
	gap: 20px;
	align-items: center;
}

.accesRapide {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

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

.descriptionClient {
	position: relative;
}

.pictoShape {
	background: url("../img/shape.svg") top center no-repeat;
	height: 388px;
	width: 388px;
	position: absolute;
	bottom: 0;
	right: 40px;
	padding: 45px 40px 0 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

section .pictoShape h2 {
	color: #FFDE5C;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	background: transparent;
	margin: 10px 0 0 0;

}

section .pictoShape p {
	color: #fff;
	font-family: "Caveat", sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
}

.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: #234776;
	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: 34px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #fff;
	margin-top: 100px;
}

#bannerLP h1 span {
	font-weight: 800;
	color: #FFDE5C;white-space: nowrap;
}

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

.fomulaireLP {
	width: 100%;
	background: #fff;
	padding: 20px 20px 40px 20px;
	border-bottom: solid 8px #234776;
	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);
	margin-top: 50px;
	margin-bottom: -50px;
}

.fomulaireLP iframe {
	height: 500px !important;
}

.fomulaireLP h2 {
	font-size: 21px;
	color: #234776;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
	text-transform: none;
	padding:0;
	background: transparent;
}

.partIMG {
	position: relative;
	text-align: center;


}

.partTexte {
	padding-left: 50px;
}


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

section h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #234776;
	text-transform: uppercase;
	font-weight: 700;
	background: url(../img/arrow.svg) 0 6px no-repeat;
	padding-left: 30px;
	margin-bottom: 30px;
}

section h3 {
	color: #234776;
	font-size: 18px;
	font-weight: 700;
}

section h3 span {
	font-weight: 700;
}

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

.sousDecription ul {
	padding: 0;
}

.sousDecription li {
	list-style: none;
	margin: 7px 0;
	display: flex;
	align-items: center;
}

.sousDecription li img {
	padding-right: 10px;
}

.sousDecription li strong {
	padding-right: 4px;
}

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

/* Animation subtile uniquement au hover */
a.btContactUS:hover {
	box-shadow: 0 8px 20px rgba(250, 185, 72, 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#aboutUS {
	padding: 100px 0;
}

section#aboutUS .container {
	align-items: flex-end;
}

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

.numberClients {
	background: #2F98C8;
	color: #fff;
	position: absolute;
	bottom: -25px;
	right: 0;
	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: 54px 0 0 0;
	text-align: left;
}

.allItems {
	margin-top: 50px;
}

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

#confiance a.btContactUS,
#protection a.btContactUS,
#FAQ a.btContactUS,
#pourquoi a.btContactUS,
#services a.btContactUS,
#types a.btContactUS {
	margin-top: 50px;
}

.bandeTitle {
	background: url(../img/bande.png) top left no-repeat;
	width: 100%;
	height: 221px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}

.bandeTitle span {
	color: #FFDE5C;
}

#FAQ {
	background: #234776;
	padding: 80px 0;
	position: relative;
}

section#FAQ h2 {
	color: #fff;
	text-transform: uppercase;
}

section#FAQ .container {
	gap: 50px;
}

section#FAQ .container div {
	flex: 1;
}

section h2.accordion-header {
	background: none;
	padding: 0;
}

section#FAQ h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}

.accordion-button {
	background-color: #1e4b87;
	color: white;
	font-weight: bold;
}

.accordion-button:not(.collapsed) {
	background-color: #1e4b87;
	color: white;
}


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



#FAQ h3,
#FAQ 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: 18px;
	font-weight: 600;
	margin: 0;
}

.oneItem p {
	color: #525252;
	margin: 0;
}

section#protection,
section#pourquoi {
	padding: 80px 0
}

section#protection h3 {
	color: #000;
	font-size: 21px;
	margin-top: 40px;
}

section#protection .container {
	align-items: center;
	gap: 50px;
}

section#protection .container div {
	flex: 1;
}

section#confiance {
	padding: 80px 0 0 0
}

section#protection .oneItem p {
	font-size: 16px;
}

section#protection .oneItem h4 {
	font-size: 18px;
}

section#protection 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 {
	padding: 10px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #C0C0C0;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
}


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

.service-item.active {
	background-color: #2C2C2C;
	color: #fff;
	border-bottom: solid 3px #234776;
}


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

.service-item.active .svg-icon,
.service-item:hover .svg-icon {
	fill: #234776;
}

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

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

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

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

.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#services {
	background: #000;
	padding: 50px 0;
}

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



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

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

section#services h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
}

.service-content {
	max-width: 520px;
	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: #3A6297;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 0 !important;
}

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

.accordion-body {
	font-size: 16px;
	color: #fff;
	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 url(../img/Vector.svg) 20px 20px no-repeat;
	padding: 40px;
	min-height: 450px;
	min-width: 581px;
	max-width: 600px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

#blocElfsight p {
	line-height: 30px;
}

.nameTemoignage {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}

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

.partenariat {
	display: flex;
	gap: 20px;
}

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

#contact:before {
	background: #234776;
	background: linear-gradient(260deg, #234776, #23477609);
	border-radius: 50%;
	content: "";
	filter: blur(150px);
	position: absolute;
	height: 200px;
	margin-right: -5%;
	margin-top: -5%;
	right: 0;
	bottom: 0;
	width: 322px;
	z-index: -1;
}


footer h4 {
	margin: 50px 0 20px 0;
	position: relative;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #234776;
}

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

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

.partenariat p {
	color: #234776;
	margin: 0;
	font-size: 15px;
}

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

.zoneCoordonnes {
	position: relative;
	margin-top: 10vh;
}

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

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

.copyright {
	background: #234776;
	padding: 30px 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

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

.affichWeb {
	display: flex;
}

.affichMob {
	display: none;
}

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

.moreE {
	display: flex;
	gap: 10px;
	margin-top: 30px;
}

.oneE .fw-bold {
	color: #234776;
	font-size: 42px;
}

.oneE {
	padding: 10px;
	background: #EFF9FF;
	border-bottom: solid 10px #2F98C8;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	flex: 1;
}

section#partners {
	padding: 80px 0;
	text-align: center;
}

section#partners h2 {
	display: inline-block;
}

.carousel-container {
	overflow: hidden;
	white-space: nowrap;
	background: #fff;
	padding: 20px 0;
	position: relative;
}

.carousel-track {
	display: flex;
	width: max-content;
	animation: scroll 30s linear infinite;
}

.carousel-track img {
	margin: 0 40px;
	object-fit: contain;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.carousel-track img:hover {
	transform: scale(1.1);
}

/* Animation continue */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media only screen and (min-width:786px) {}

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

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


	#bannerLP h1 br {
		display: none;
	}
}

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

	.descriptionClient p br {
		display: none;
	}
}

@media only screen and (max-width:787px) {
	#temoignages {
		position: relative;
	}

	#temoignages::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.2);
	}

	#temoignages .container {
		position: relative;
		z-index: 1;
	}

	.affichWeb {
		display: none;
	}

	.affichMob {
		display: flex;
		margin: 0 0 20px 0;
	}

	footer#contact .container {
		gap: 10px !important;
	}

	section#partners {
		padding: 60px 0 40px 0;
		text-align: center;
	}

	section#partners h2 {
		display: block;
		padding: 0 30px;
		text-align: center;
		background: transparent;
	}

	footer h4 {
		text-align: center;
	}

	footer h4:after {
		width: 50px;
		height: 3px;
		background: #2F98C8;
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#bannerLP {
		background: #234776;
	}

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

	.fomulaireLP iframe {
		height: 540px !important;
	}

	.accesRapide {
		gap: 5px;
	}

	.linkRapide {
		padding: 7px 5px;
		font-size: 12px;
	}

	.col-12 {
		width: 100% !important;
	}

	.sousDecription li {
		display: block;
	}

	.partTexte {
		padding-left: 0;
	}

	.numberClients {
		width: 140px;
		height: 140px;
	}

	.service-item {
		padding: 10px 20px;
		margin-bottom: 10px;
		cursor: pointer;
		transition: all 0.3s ease;
		color: #C0C0C0;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		margin-bottom: 30px;
	}

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

	#confiance a.btContactUS,
	#protection a.btContactUS,
	#FAQ a.btContactUS,
	#pourquoi a.btContactUS,
	#services a.btContactUS,
	#types a.btContactUS {
		margin-top: 20px;
	}

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

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

	.logo {
		text-align: center;
		margin-right: 10px;
	}

	.descriptionClient {
		order: 2;
	}

	.pictoShape {
		position: static;
		float: right;
		margin-bottom: 10px;
		background:#2f98c8;
		padding: 20px;
		width: 100%;
		height: auto;
	}

	section#aboutUS {
		padding: 40px 0;
	}

	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#services .container,
	section#bannerLP .container,
	section#aboutUS .container,
	section#confiance .container,
	section#protection .container,
	section#FAQ .container,
	footer#contact .container,
	.moreE {
		flex-direction: column;
	}

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

	.bandeTitle {
		background: url(../img/bande.png) top left repeat;
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		bottom: 0;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
		font-size: 26px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 50px;
		padding: 20px;
	}

	#confiance {
		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: 30px !important;
		text-align: center;
	}

	#bannerLP {
		height: inherit;
	}

	.partTexte p {
		margin-left: 0;
	}

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

	.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: #2f98c8;
		padding: 2%;
		text-align: center;
		border-radius: 2px;
		box-shadow: none;
		border: none;
		justify-content: center;
		gap: 0;
		max-width: 300px;
		align-items: center;
		padding: 15px;
		gap: 10px;
		margin: 0 auto;
	}
	
	body .col-12.forMob {
        background: transparent;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }

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

	.forWeb {
		display: none;
	}

	header .container {
		justify-content: center;
	}



	.partIMG,
	.imgCommercial {
		order: 2;
	}

	.partTexte,
	.contentCommercial {
		order: 1;
	}

	section h2 {
		font-size: 22px;
	}

	section#protection,
	section#confiance,
	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;
	}



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

	footer {
		padding-top: 40px;
	}


	#temoignages {
		padding: 40px 0;
		position: relative;
		z-index: 2;
	}


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

	#FAQ {
		padding: 40px 0
	}

	section#FAQ .container {
		gap: 0;
	}

	section#protection .container {
		gap: 20px;
	}

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

	section#temoignages h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width:627px) {
	section .pictoShape h2 br {
		display: none;
	}

	section .pictoShape p {
		text-align: center;
	}

	.pictoShape {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	h2 br {
		display: none;
	}

	.bandeTitle {
		font-size: 22px;
	}

	.bandeTitle br {
		display: none;
	}

	.bandeTitle span {
		display: contents;
	}

	.nowrap {
		white-space: nowrap;
	}

	.fomulaireLP iframe {
		height: 670px !important;
	}

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