/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2023 | 10:56:06 */
/* ------------------------------------------------- */
/* HEADER : Haut de site */
/* ------------------------------------------------- */
header:not(.elementor-sticky--effects) {
	background-color: transparent;
	transition: all 0.3s;
}
header.elementor-sticky--effects {
	background-color: #fff;
	box-shadow: -3px 0 10px rgba(0,0,0,0.3);
}


header .ct-headLogo {
	transition: all 0.3s;
}
@media(min-width: 768px) {
	header.elementor-sticky--effects .ct-headLogo {
    	width: 300px;
	}
}
@media(max-width: 767px) {
	.e-n-menu-wrapper {
		padding-left: 10px;
		padding-right: 10px;
		background-color: #fff !important;
		box-shadow: 0 14px 50px rgba(0,0,0,0.05) !important;
	}
	.e-n-menu-wrapper .e-n-menu-title::after {
		display: none;
	}
}

/* ------------------------------------------------- */
/* STICKY : Colonne droite */
/* ------------------------------------------------- */
.content-sticky .e-con-inner {
    position: sticky;
    top: 160px;
    max-height: 550px;
}

/* ------------------------------------------------- */
/* FLEXBOX : Custom */
/* ------------------------------------------------- */
.flexShrink {
	flex-shrink: 1;
	width: auto;
}

/* ------------------------------------------------- */
/* FOOTER : Style custom */
/* ------------------------------------------------- */
.footer-link a {
	color: var(--e-global-color-text);
}
.footer-link a:hover {
	color: var(--e-global-color-primary);
}

/* ------------------------------------------------- */
/* ITEM : Cards "Avantages" */
/* ------------------------------------------------- */
.lesPlus .e-opened i.fa-minus::before {
    content: "\f067";
}
.lesPlus .e-n-accordion-item:last-child .e-opened i.fa-minus::before,
.lesPlus .e-n-accordion-item:last-child .e-closed i.fa-plus::before{
    content: "\f068";
}






















