/*
--------------------------------------
Containers
--------------------------------------
*/

.main-footer__container {
	background-image: url('/wp-content/uploads/2025/05/Rectangle-3.png');
	color: var(--Color-2, #FFF6EB);
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 235.294% */
	background-size: cover;
	position: relative;
}

.main-footer__container .main-footer__inner {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	max-width: 90%;
	padding: calc(28px + (48 - 28) * ((100vw - 320px) / (1920 - 320))) 0;
	margin: auto;
	z-index: 2;
	position: relative;
}

/*Liste infos contact*/

.footer-info__address {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-info__address-item {
	display: flex;
	align-items: center;
	margin-bottom: .5em;
}
.footer-info__address-item::before {
	content: "";
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* icônes spécifiques par ligne */
.footer-info__address-item--1::before {
	background-image: url('/wp-content/uploads/2025/05/adresse.svg');
}
.footer-info__address-item--2::before {
	background-image: url('/wp-content/uploads/2025/05/telfooter.svg');
}
.footer-info__address-item--3::before {
	background-image: url('/wp-content/uploads/2025/05/mail.svg');
}
.footer-info__address-item--4::before {
	background-image: url('/wp-content/uploads/2025/06/insta.svg');
	fill: var(--e-global-color-85e4e7c);

}
.footer-reassurance__icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.footer-reassurance__icon img {
	width: 90px;               /* diamètre du cercle */
	height: 90px;
	padding: 10px;             /* espace entre l’image et le bord du cercle */
	background-color: #fff;    /* cercle blanc */
	border-radius: 50%;        /* rend le bloc parfaitement rond */
	object-fit: none;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optionnel : légère ombre */
}

.footer-reassurance__icon span {
	color: var(--Color-2, #FFF6EB);
	text-align: center;
	font-family: "Josefin Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:20px;
}

/*
--------------------------------------
Logo & text & info
--------------------------------------
*/

/*Logo*/

.main-footer__container .footer-logo {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}

.main-footer__container .footer-logo .footer-logo__img {
	width: 100%;
	max-width: 378px;
}

/*Info */

.main-footer__container .footer-info {
	padding-top: 20px;
}

/*
--------------------------------------
Menu
--------------------------------------
*/

/*Titre*/

.main-footer__container .footer-links__title {
	padding-bottom: 0.5em;
}

.main-footer__container .footer-links__title .footer-links__title-text {
	font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-secondary);
	line-height: 1.2;
}

/*Liens*/

.main-footer__container .footer-links__list ul {
	line-height: 2.5em;
}

.main-footer__container .footer-links__list .menu-link {
	color:white;
}

.main-footer__container .footer-links__list .menu-link:hover,
.main-footer__container .footer-links__list .menu-link:focus {
	color: rgba(255, 255, 255, 0.5);
}
.footer-info__address-item a{
	color: var(--Color-2, #FFF6EB);
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}

/*Pseudo éléments*/

.main-footer__container::after{
	width: 500px;
	height: 500px;
	flex-shrink: 0;
	content:'';
	background-image:url('/wp-content/uploads/2025/09/b65db1e5eeb5a7529c517d222f7aba8cba59eda6.png');
	background-position:center;
	background-size:contain;
	position:absolute;
	bottom: -110px;
	left: -200px;
	background-repeat:no-repeat;
	z-index: 1;
}
.main-footer__container{
	position:relative;
	overflow: hidden;
}
/*
--------------------------------------
Copyright
--------------------------------------
*/

.footer-copyright__inner {
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 95%;
	margin: auto;
}

.footer-copyright__text {
	text-align: center;
	color: var(--Color-2, #FFF6EB);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 285.714% */
}
.footer-copyright__text:hover {
	color: rgba(255, 246, 184, 0.52)
}
/*

--------------------------------------
Float Panier
--------------------------------------
*/
/* === Conteneur du bouton fixe === */
.floating-cart-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	padding: 20px;
	border-radius: 100%;
	background-color:#542581;
}

/* === Lien + icône === */
.floating-cart-button .cart-link {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	text-decoration: none;
	cursor: pointer;
}

/* Icône du panier */
.floating-cart-button .cart-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* === Badge de nombre d'articles === */
.floating-cart-button .cart-count-badge {
	position: absolute;
	top: 12px;
	right: 10px;
	min-width: 20px;
	align-content: center;
	height: 20px;
	padding: 9px 5px;
	background-color: #F28304;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 0px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	pointer-events: none;
	transform: translate(50%, -50%);
}

/* Petite animation au survol (optionnelle) */
.floating-cart-button .cart-link:hover .cart-icon {
	transform: scale(1.08);
	transition: transform 0.2s ease-in-out;
}

