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

.main-footer__container {
	font-family: var(--e-global-typography-primary-font-family);
	background: linear-gradient(to right, #16222f, #05131e);
	position: relative;
}

.main-footer__container::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("/wp-content/uploads/2025/06/Frame.png");
	width: 292px;
	height: 289.709px;
	flex-shrink: 0;
}


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

/*
--------------------------------------
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: 270px;
	z-index: 2;
}


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

/*Titre*/

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

.main-footer__container .footer-links__title .footer-links__title-text {
	color: var(--Blanc, #FFF);
	font-family: "Plus Jakarta Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px; /* 107.692% */
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.footer-menu{
	color: rgba(193, 220, 255, 0.60);
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 285.714% */
}


.footer-info__address{
	color: rgba(193, 220, 255, 0.60);
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 285.714% */
}
/*Liens*/

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

.main-footer__container .footer-links__list .menu-link {
	color: rgba(193, 220, 255, 0.60);
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.main-footer__container .footer-links__list .menu-link:hover,
.main-footer__container .footer-links__list .menu-link:focus {
	color: rgba(56, 126, 220, 0.6);
}

/*
--------------------------------------
Copyright
--------------------------------------
*/

.footer-copyright__inner {
	display: flex;
	border-top: 1px solid darkgrey;
	max-width: 95%;
	padding: 1em 0;
	margin: auto;
}

.footer-copyright__text {
	color: var(--e-global-color-text);
	text-align: center;
}