@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/open-sans-v44-latin-300.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/open-sans-v44-latin-700.woff2') format('woff2');
}

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333333;
}

p{
	font-size: 18px;
	line-height: 25px;
	margin-top: 0;
}

/*////////// HEADER /////////// */

header{
	background-color: #fff;
	padding: 10px 0 0 0;
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: column;
}

#headerContainer{
	margin: auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

#logoHeader{
	height: 60px;
	margin: auto;
}

#pictoHeader{
	height: 100px;
	display: none;
}

/*////////// SECTION1 /////////// */

.logo_cl1{
	display: none;
}

#section1{
	text-align: center;
}

.bandeau{
	width: 100%;
}

#bandeau1{
	background: #318b3b;
	padding: 1px 0 1px 0;
}

#bandeau2{
	color: #ef824b;
	font-weight: 700;
	font-size: 10px;
	padding: 5px 0;
	margin-top: 10px;
}

#bandPicto{
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	width: 95%;
	margin: 0 auto;
}

.bandeau2Flex img{
	width: 20px;
	height: 20px;
}

#section2{
	position: relative;
	background: url('fond4.webp') no-repeat;
	background-size: 100%;
	background-position-y: 0px, center;
}

#sectionpicto{
	background: #ededed;
	padding-top: 20px;
}

.pict{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
}

#picto1{
	width: 100px !important;
	height: 100px;
	margin: auto;
}

#picto2{
	width: 100px !important;
	height: 100px;
	margin: auto;
}

#picto3{
	width: 100px !important;
	height: 100px;
	margin: auto;
}

/*////////// SECTION 3 NEW STRUCTURE //////////*/

#section3{
    padding: 40px 20px 20px 20px; /* ↓ réduit l'espace bas */
    margin-bottom: 0;
	background: #f6f6f6;
}

.section3-wrap{
	max-width: 1200px;
	margin: 0 auto;
}

.section3-intro{
	max-width: 900px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.section3-main-title{
	color: #9dcd74;
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
	margin: 0 0 15px 0;
	text-transform: none;
}

.section3-intro p{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin: 0;
}

.section3-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 30px;
}

.section3-card{
	background: #ffffff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.07);
	overflow: hidden;
}

.section3-card h3{
	color: #318b3b;
	font-size: 26px;
	line-height: 34px;
	text-transform: none;
	text-align: left;
	margin: 0 0 16px 0;
}

.section3-card p{
	font-size: 17px;
	line-height: 29px;
	color: #333;
	margin: 0 0 20px 0;
}

.liste-raisons{
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
}

.liste-raisons li{
	position: relative;
	padding-left: 26px;
	margin-bottom: 14px;
	font-size: 17px;
	line-height: 28px;
	color: #333;
}

.liste-raisons li::before{
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #9dcd74;
	border-radius: 50%;
}

.section3-highlight{
	margin-top: 25px;
	padding: 20px 22px;
	background: #f3f8ec;
	border-left: 5px solid #9dcd74;
	border-radius: 10px;
}

.section3-highlight p{
	margin: 0;
}

#section3 .bouton2{
	margin: 35px auto 0 auto;
	width: 100%;
	max-width: 520px;
}

/* Container image */
.card-image {
    margin: 25px -32px -32px -32px; 
    /* -padding du card pour casser les bords */
}

/* Image full width */
.card-image img {
    width: 100%;
    display: block;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/*////////// GLOBAL /////////*/

.pave{
	background: #ededed;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-radius: 2.5px;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 10px auto 10px auto;
	width: 100%;
	max-width: 300px;
}

h5{
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	background: #ef824b;
	color: #fff;
	text-transform: uppercase;
}

h7{
	border: 2px solid #ef824b;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h8{
	border: 2px solid #54af43;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.btnFooter{
	width: 40%;
}

.btnFooterMob{
	font-size: 25px;
	line-height: 25px;
	background: #ef824b;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	width: 80%;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin-bottom: 30px;
	transition-duration: 0.5s;
	-moz-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-webkit-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-o-box-shadow: 3px 3px 4px 0px #c0c0c0;
	box-shadow: 3px 3px 4px 0px #c0c0c0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
}

.btnFooterMob:hover{
	text-decoration: none;
	color: #FFF;
	background: #9dcd74;
	transition-duration: 0.5s;
}

.btnFooterMob img{
	width: 30px;
}

.btnFooterTabDesk{
	font-size: 20px;
	line-height: 25px;
	background: #ef824b;
	text-align: center;
	color: #FFF;
	padding: 10px;
	margin-top: 30px;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: none;
	margin-bottom: 30px;
	-moz-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-webkit-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-o-box-shadow: 3px 3px 4px 0px #c0c0c0;
	box-shadow: 3px 3px 4px 0px #c0c0c0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
}

.btnFooterTabDesk:hover{
	text-decoration: none;
	color: #FFF;
	background: #9dcd74;
	transition-duration: 0.5s;
}

#rating{
	display: block;
	margin: 20px auto;
}

#formulaire{
	margin: 15px auto 30px auto;
}

#section4{
	width: 95%;
	margin: 40px auto 50px auto;
	max-width: 992px;
}

#section5{
	width: 95%;
	margin: 40px auto 20px auto;
	max-width: 992px;
}

h1{
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 10px 10px 0px 10px;
}

h2{
	padding: 20px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	margin: 10px auto 20px auto;
}

#avantages{
	text-align: left;
	margin: 25px auto;
	color: #233c46;
	font-size: 17px;
	line-height: 23px;
	list-style-image: url(check.png);
}

#avantages li{
	margin-bottom: 10px;
}

#avantages1 li{
	margin-bottom: 10px;
}

h3{
	color: #555555;
	text-transform: uppercase;
	text-align: center;
}

h4{
	color: #ef824b;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin: 10px auto;
	max-width: 452px;
}

.blocArgu{
	display: flex;
	flex-direction: row;
	font-size: 18px;
	line-height: 25px;
}

.blocArgu img{
	height: 38px;
	margin-top: 10px;
	font-size: 18px;
}

.argu{
	margin-left: 5px;
	font-weight: 700;
	color: #318b3b;
	font-size: 22px;
}

.titreMob{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background: #9dcd74;
	padding: 0 5px 0 5px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}

.flecheTitreMob{
	height: auto;
	vertical-align: middle;
	transform: translateY(30%);
}

.bouton{
	cursor: pointer;
}

.bouton2{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background: #9dcd74;
	padding: 0 10px 0 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px -1px rgb(25 25 25 / 50%);
	box-shadow: 5px 5px 5px -1px rgb(25 25 25 / 50%);
	max-width: 700px;
	width: 74%;
}

.bouton2 p,
.titreMob p{
	margin: 14px 0;
}

.conteneur_multiCol{
}

footer{
	padding: 40px;
	text-align: center;
	background: #a5a5a5;
	color: #fff !important;
}

#signature{
	margin: auto;
	text-align: center;
	font-size: 12px;
}

#signature a{
	text-decoration: none;
	color: #fff;
	transition-duration: 0.5s;
	font-weight: 700;
	cursor: pointer;
}

#signature a:hover{
	text-decoration: none;
	color: #2272ca;
	transition-duration: 0.5s;
}

.mobPhoto{
	width: 90%;
	margin: 20px auto;
	display: block;
}

.photo{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 475px;
}

#container2{
	display: flex;
	flex-direction: column-reverse;
}

.logo_cl{
	width: 280px;
	margin: 0 10px;
}

.gauche{
	width: 90%;
	max-width: 700px;
	margin: 20px auto;
	padding: 15px;
	background: rgba(255,255,255,0.85);
}

ul li p{
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333;
	font-size: 18px;
	line-height: 25px;
}

#droite{
	width: 90%;
	margin: 0 auto;
}

.desk{
	display: none;
}

.part{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.formules{
	margin: 45px auto;
	padding: 15px;
	background: rgba(255,255,255,0.75);
	margin: 20px auto;
	border: 1px solid #003f7f;
	padding: 10px 20px;
}

.text{
	display: none;
}

#introSection3{
	display: block;
}

/*////////// RESPONSIVE /////////*/

@media (min-width: 450px) {
	#bandeau2{
		flex-direction: row;
		justify-content: space-around;
	}
}

@media (max-width: 768px) {
	#bandeau2{
		display: none;
		background: #00000000;
	}

	header{
		display: none;
	}
    .card-image {
        margin: 20px -18px -22px -18px;
    }
	h1{
		font-size: 22px;
		line-height: 23px;
		font-weight: 700;
		text-align: left;
		color: #318b3b;
	}

	h2{
		font-size: 18px;
		line-height: 18px;
		text-align: left;
		margin-left: 10px;
		padding: 0px;
		color: #318b3b;
		padding-bottom: 5px;
	}

	#titres{
		margin-top: 75px;
		background-color: #ffffffd5;
		max-width: 84%;
	}

	#bandeau1{
		background: url(fond4.webp) no-repeat fixed;
		background-size: 130%;
	}

	#section2{
		background: none;
	}

	#section3{
		padding: 35px 15px 50px 15px;
	}

	.section3-main-title{
		font-size: 26px;
		line-height: 34px;
	}

	.section3-intro p,
	.section3-card p,
	.liste-raisons li{
		font-size: 16px;
		line-height: 27px;
	}

	.section3-card{
		padding: 22px 18px;
		border-radius: 12px;
	}

	.section3-card h3{
		font-size: 22px;
		line-height: 30px;
	}

	#section3 .bouton2{
		width: 80%;
		max-width: none;
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	.btnFooterMob{
		display: none;
	}

	.btnFooterTabDesk{
		display: block;
	}

	.tableau{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
		max-width: 992px;
		margin: auto;
	}

	.mobPhoto{
		display: none;
	}

	header{
		padding-left: 5%;
		padding-right: 5%;
	}

	#logoHeader{
		height: 50px;
		margin: 20px 0 20px 0;
	}

	#pictoHeader{
		height: 90px;
		display: block;
	}

	#headerContainer{
		flex-direction: row;
		justify-content: space-between;
	}

	#bandeau2{
		color: #fff;
		font-weight: 700;
		font-size: 12px;
		margin-top: 10px;
		height: 40px;
		margin: 20px 0 20px 0;
		max-width: 400px;
		padding-bottom: 10px;
	}

	.bandeau2Flex img{
		display: block;
		margin: auto;
		width: 30px;
		height: 30px;
	}

	#section3{
		padding: 50px 30px 70px 30px;
	}

	.section3-main-title{
		font-size: 38px;
		line-height: 46px;
	}

	.section3-grid{
		gap: 28px;
	}

	.section3-card{
		padding: 36px;
	}
}

@media (min-width: 992px) {
	.bouton{
		display: none;
	}

	.desk{
		display: block;
		margin: 15px;
	}

	#titreMob{
		display: none;
	}

	#container2{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		max-width: 1200px;
		margin: auto;
	}

	#logos{
		background: #fff;
		padding: 10px;
	}

	h3{
		font-size: 33px;
		line-height: 38px;
		max-width: 900px;
		margin: 30px auto;
	}

	.bandeau2Flex img{
		display: block;
		margin: auto;
		width: 50px;
		height: 50px;
	}

	#bandeau2{
		color: #fff;
		font-weight: 700;
		font-size: 12px;
		background: none;
		padding: 5px 0;
		margin-top: 5px;
	}

	#headerContainer{
		flex-direction: row;
		justify-content: space-between;
		max-width: 1200px;
		margin: auto;
	}

	#pictos{
		padding: 0;
		width: 60%;
		margin: auto;
	}

	.picto{
		width: 198px;
		text-align: center;
		margin: 20px auto 10px auto;
		font-size: 14px;
		line-height: 16px;
		font-weight: 400;
		color: #fff;
	}

	h1{
		font-size: 38px;
		margin: 20px auto 10px auto;
	}

	h2{
		font-size: 30px;
	}

	#rating{
		display: block;
		margin: auto;
	}

	#formulaire{
		padding: 30px 0 0 0;
	}

	.gauche{
		margin: 45px auto 19px auto;
		padding: 0px 15px 6px 15px;
		background: rgba(255,255,255,0.75);
		width: 25%;
	}

	#droite{
		width: 70%;
		margin: 0 auto;
	}

	#bandPicto{
		width: 100%;
	}

	#droiteSection3{
		max-width: 992px;
		margin: auto;
	}

	.section3-grid{
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}

@media (min-width: 1200px) {
	.text{
		display: none;
		margin: 140px auto 0 auto;
	}

	.gauche{
		width: 35%;
	}

	.conteneur_multiCol{
		flex-direction: row;
		justify-content: space-around;
	}
}