/* section */
.banner-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banner-section.full-height {
	min-height:calc(100vh - 28px);
}
.banner-section .et_pb_bottom_inside_divider {
	background-image:url('/wp-content/uploads/2026/05/black-gazon-scaled.png') !important;
	background-size:cover !important;
}

.vertical-center-row {
	display:flex;
	align-items:center;
}
@media screen and (max-width: 767px) {
	.vertical-center-row {
		display:flex;
		flex-direction: column;
		align-items:center;
	}
}
.vertical-center-row:after {
	display:none !important;
}

/* module */
.title-module strong {
	color:#CC5C2E;
}

.img-module span, .img-module img {
	width:100% !important;
}
.img-module img {
	object-fit:cover;
}

.bouton-module:after {
	content:'' !important;
	width:40px;
	height:40px;
	top:8px;
	right:10px;
	background-image:url('/wp-content/uploads/2026/05/go.png');
	background-size:contain;
}

.liste-module ul {
	list-style-type:none !important;
	padding:0 !important;	
}
.liste-module li {
	position:relative;
	padding-left:50px;
	min-height:30px;
}
.liste-module li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background-image:url('/wp-content/uploads/2026/05/feuille.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	filter: brightness(0) invert(40%) sepia(21%) saturate(2594%) hue-rotate(339deg) brightness(101%) contrast(85%);
}

.liste-col:before {
	content:'';
	position:absolute;
	width:0;
	height:100%;
	left:25px;
	top:0;
	border-left:dashed 1px #fff;
	
}
.liste-col .et_pb_main_blurb_image {
	width:50px;
	height:50px;
}
.liste-col .et_pb_main_blurb_image img {
	filter: brightness(0) invert(40%) sepia(81%) saturate(546%) hue-rotate(334deg) brightness(94%) contrast(88%);
}
.liste-col .et_pb_blurb_container {
	padding-top:12px;
}

.et_pb_number_counter .percent-value, .et_pb_number_counter .percent-sign {
	visibility:visible !important;
}
.et_pb_number_counter .percent {
	height:fit-content !important;
}
.et_pb_number_counter .percent p {
	line-height:1em !important;
}

/* accueil */
@media screen and (min-width: 767px) {
	.liste-flex ul {
		display:flex;
		flex-wrap:wrap;
		gap:20px;
	}
	.liste-flex li {
		width:calc(50% - 10px);
	}
}
.value-row {
	justify-content:space-between;
	gap:20px;
}
@media screen and (min-width: 981px) {
	.value-row .img-col {
		width:470px !important;
	}
}
@media screen and (max-width: 980px) {
	.value-row .img-col {
		width: 100% !important;
	}
}
@media screen and (min-width: 981px) {
	.value-row .text-col {
		width:calc(100% - 490px) !important;
		max-width:620px;
	}
}
.value-row:after {
	display:none !important;
}

.credit-block:before, .credit-block:after {
	font-family:'Bricolage Grotesque SemiBold',Helvetica,Arial,Lucida,sans-serif;
	font-weight:500;
	font-size:15px;
	line-height:1em !important;
}
.age-block .percent {
	margin-bottom:0 !important;
}
.age-block .title {
	padding-top:0;
}
.age-block .title:before {
	content:'ans';
	display:block;
	margin-bottom:10px;
	font-size:30px;
}

.prestaiton-row .et_pb_column {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.prestaiton-row .et_pb_blurb {
	display:flex;
	align-items:flex-end;
	width:calc(33.33% - 20px);
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.prestaiton-row .et_pb_blurb {
    	display: flex;
    	align-items: flex-end;
    	width: 47%;
	}
}
@media screen and (max-width: 767px) {
	.prestaiton-row .et_pb_blurb {
    	display: flex;
    	align-items: flex-end;
    	width: 100%;
	}
}
.prestaiton-row .et_pb_blurb_container {
	background-color:#fff;
	padding:20px;
	border-radius:0 15px 15px 15px;
}
.prestaiton-row .et_pb_main_blurb_image {
	margin-bottom:0 !important;
}
.prestaiton-row .et_pb_main_blurb_image img {
	border-radius:initial;
	padding:17px;
	filter:invert(1);
}
.prestaiton-row .et_pb_blurb .et_pb_module_header {
	/* padding-bottom:0; */
	transition:all 0.5s linear;
}
.prestaiton-row .et_pb_blurb:hover .et_pb_module_header {
	/* padding-bottom:10px; */
}
.prestaiton-row .et_pb_blurb .et_pb_blurb_description {
	max-height:0;
	opacity:0;
	transition:all 0.5s linear;
}
.prestaiton-row .et_pb_blurb:hover .et_pb_blurb_description {
	max-height:250px;
	opacity:1;
}

.mask-module img {
	mask-image:url('/wp-content/uploads/2026/06/masque-logo.png');
	mask-size:contain;
	-webkit-mask-image:url('/wp-content/uploads/2026/06/masque-logo.png');
	mask-image:url('/wp-content/uploads/2026/06/masque-logo.png');
	-webkit-mask-size:contain;
	        mask-size:contain;
	height:auto !important;
	aspect-ratio: 500/366;
}

.engament-row .et_pb_main_blurb_image .et_pb_image_wrap {
	filter: brightness(0) invert(40%) sepia(81%) saturate(546%) hue-rotate(334deg) brightness(94%) contrast(88%);
}