/* ==========================================================
   FOOTER — IL ÉTAIT UNE FOIS
   Fichier : /css/footer.css
   ========================================================== */


/* ==========================================================
   BANDEAU DE RÉASSURANCE
   ========================================================== */

.ief-trustbar {
	background:#ffffff;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

.ief-trustbar *,
.ief-trustbar *::before,
.ief-trustbar *::after {
	box-sizing:border-box;
}

.ief-trustbar-grid {
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
}

.ief-trustbar-item {
	display:flex;
	align-items:center;
	gap:14px;
	min-width:0;
	padding:22px 24px;
	border-right:1px solid #ececec;
}

.ief-trustbar-item:last-child {
	border-right:0;
}

.ief-trustbar-icon {
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 42px;
	width:42px;
	height:42px;
	border-radius:12px;
	background:#fff4f3;
	color:#ed615a;
}

.ief-trustbar-icon svg {
	width:23px;
	height:23px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.ief-trustbar-item strong {
	display:block;
	color:#1f1f1f;
	font-family:"Outfit","Open Sans",Arial,sans-serif;
	font-size:15px;
	font-weight:700;
	line-height:1.3;
}

.ief-trustbar-item small {
	display:block;
	margin-top:3px;
	color:#6a6a6a;
	font-size:12px;
	line-height:1.4;
}


/* ==========================================================
   FOOTER PRINCIPAL
   ========================================================== */

.ief-premium-footer {
	background:#4a4b49;
	color:#ffffff;
	font-family:"Open Sans",Arial,sans-serif;
}

.ief-premium-footer *,
.ief-premium-footer *::before,
.ief-premium-footer *::after {
	box-sizing:border-box;
	text-shadow:none !important;
}

.ief-premium-footer-main {
	padding:42px 0 36px;
}

.ief-premium-footer-top {
	display:grid;
	grid-template-columns:1.35fr .85fr .9fr 1fr;
	gap:48px;
	align-items:start;
}

.ief-premium-footer-brand,
.ief-premium-footer-nav,
.ief-premium-footer-contact {
	min-width:0;
}


/* ==========================================================
   COLONNE ENTREPRISE
   ========================================================== */

.ief-premium-footer-logo-link {
	display:inline-block;
	margin-bottom:14px;
	text-decoration:none;
}

.ief-premium-footer-logo {
	display:block;
	width:220px;
	max-width:100%;
	height:auto;
	filter:none;
}

.ief-premium-footer-tagline {
	max-width:360px;
	margin:0 0 14px;
	color:#e0e0e0;
	font-size:15px;
	line-height:1.6;
}

.ief-premium-footer-highlight {
	display:flex;
	align-items:flex-start;
	gap:10px;
	max-width:360px;
	margin-bottom:14px;
	color:#ffffff;
	font-size:13px;
	line-height:1.5;
}

.ief-premium-footer-highlight-icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 21px;
	width:21px;
	height:21px;
	margin-top:1px;
	border-radius:50%;
	background:#25d366;
	color:#ffffff;
	font-size:12px;
	font-weight:700;
}

.ief-premium-footer-address {
	color:#d0d0d0;
	font-size:13px;
	font-style:normal;
	line-height:1.65;
	text-decoration:none;
	transition:color .2s ease;
}

a.ief-premium-footer-address:hover,
a.ief-premium-footer-address:focus {
	color:#ffffff;
	text-decoration:underline;
	text-underline-offset:3px;
}


/* ==========================================================
   TITRES ET NAVIGATION
   ========================================================== */

.ief-premium-footer h2 {
	margin:0 0 18px;
	color:#ffffff;
	font-family:"Outfit","Open Sans",Arial,sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:1.3;
}

.ief-premium-footer-nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.ief-premium-footer-nav li {
	margin-bottom:9px;
}

.ief-premium-footer-nav li:last-child {
	margin-bottom:0;
}

.ief-premium-footer-nav a {
	color:#dedede;
	font-size:13px;
	line-height:1.5;
	text-decoration:none;
	transition:color .2s ease;
}

.ief-premium-footer-nav a:hover,
.ief-premium-footer-nav a:focus {
	color:#ffffff;
	text-decoration:underline;
	text-underline-offset:3px;
}


/* ==========================================================
   COLONNE CONTACT
   ========================================================== */

.ief-premium-footer-contact-row {
	display:flex;
	align-items:flex-start;
	gap:11px;
	margin-bottom:13px;
}

.ief-premium-footer-contact-row:last-child {
	margin-bottom:0;
}

.ief-premium-footer-contact-icon {
	display:flex;
	flex:0 0 19px;
	width:19px;
	height:19px;
	margin-top:2px;
	color:#ed615a;
}

.ief-premium-footer-contact-icon svg {
	width:100%;
	height:100%;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.ief-premium-footer-label {
	display:block;
	margin-bottom:2px;
	color:#b9b9b9;
	font-size:10px;
	font-weight:700;
	letter-spacing:.05em;
	text-transform:uppercase;
}

.ief-premium-footer-contact-row a {
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	line-height:1.4;
	text-decoration:none;
	overflow-wrap:anywhere;
	transition:color .2s ease;
}

.ief-premium-footer-contact-row a:hover,
.ief-premium-footer-contact-row a:focus {
	color:#25d366;
}


/* ==========================================================
   BAS DU FOOTER
   ========================================================== */

.ief-premium-footer-bottom {
	padding:17px 0;
	background:#171817;
	border-top:1px solid rgba(255,255,255,.08);
}

.ief-premium-footer-bottom-inner {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
}

.ief-premium-footer-bottom p {
	margin:0;
	color:#bdbdbd;
	font-size:11px;
	line-height:1.6;
}

.ief-premium-footer-legal {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin-top:2px;
}

.ief-premium-footer-legal a {
	color:#ffffff;
	text-decoration:none;
}

.ief-premium-footer-legal a:hover,
.ief-premium-footer-legal a:focus {
	text-decoration:underline;
	text-underline-offset:3px;
}

.ief-premium-footer-facebook {
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 36px;
	width:36px;
	height:36px;
	border:1px solid rgba(255,255,255,.22);
	border-radius:50%;
	color:#ffffff !important;
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:700;
	text-decoration:none !important;
	transition:background .2s ease, border-color .2s ease;
}

.ief-premium-footer-facebook:hover,
.ief-premium-footer-facebook:focus {
	background:#ed615a;
	border-color:#ed615a;
}


/* ==========================================================
   RESPONSIVE — TABLETTES
   ========================================================== */

@media (max-width:1100px) {

	.ief-trustbar-grid {
		grid-template-columns:repeat(2, minmax(0, 1fr));
	}

	.ief-trustbar-item:nth-child(2) {
		border-right:0;
	}

	.ief-trustbar-item:nth-child(-n+2) {
		border-bottom:1px solid #ececec;
	}

	.ief-premium-footer-top {
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:36px 34px;
	}
}


/* ==========================================================
   RESPONSIVE — MOBILES
   ========================================================== */

@media (max-width:700px) {

	.ief-trustbar-grid {
		grid-template-columns:1fr;
	}

	.ief-trustbar-item {
		padding:17px 18px;
		border-right:0;
		border-bottom:1px solid #ececec;
	}

	.ief-trustbar-item:last-child {
		border-bottom:0;
	}

	.ief-premium-footer-main {
		padding:34px 0 30px;
	}

	.ief-premium-footer-top {
		grid-template-columns:1fr;
		gap:30px;
	}

	.ief-premium-footer-logo {
		width:200px;
	}

	.ief-premium-footer-tagline {
		font-size:14px;
	}

	.ief-premium-footer h2 {
		margin-bottom:15px;
		font-size:17px;
	}

	.ief-premium-footer-nav li {
		margin-bottom:8px;
	}

	.ief-premium-footer-bottom {
		padding:15px 0;
	}


	.ief-premium-footer-bottom-inner {
		flex-direction:column;
		align-items:flex-start;
		gap:14px;
	}
}


/* ==========================================================
   TRÈS PETITS ÉCRANS
   ========================================================== */

@media (max-width:400px) {

	.ief-trustbar-item {
		gap:12px;
		padding-right:12px;
		padding-left:12px;
	}

	.ief-trustbar-icon {
		flex-basis:40px;
		width:40px;
		height:40px;
	}

	.ief-trustbar-item strong {
		font-size:14px;
	}

	.ief-premium-footer-logo {
		width:185px;
	}
}


/* ==========================================================
   ACCESSIBILITÉ
   ========================================================== */

@media (prefers-reduced-motion:reduce) {

	.ief-premium-footer a,
	.ief-trustbar a {
		transition:none !important;
	}
}