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

.main-footer-container {
	font-family: var(--e-global-typography-primary-font-family);
	background: linear-gradient(273deg, #004576 0%, #002A47 102.82%);
	position: relative;
}



.main-footer-container .footer-inner {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	max-width: 95%;
	/*padding: calc(28px + (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: 251px;
}

.footer-info-container{
	display: flex;
	gap: 100px;
}

/*Info */

.main-footer-container .footer-info {
	padding-top: 20px;
	color: #FFF;
	font-family: 'Lato';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.273px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-phone a{
	color: #FFF;
	font-family: 'Lato';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.273px;
}
.footer-phone a:hover{
	color: #9e9e9e;
}

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

/*Titre*/

.main-footer-container .footer-links__title {
	padding-bottom: 1.5em;
}

.main-footer-container .footer-links__title .footer-links__title-text {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	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: #FFF;
	font-family: 'Lato';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.273px;
}

.main-footer-container .footer-links__list .menu-link:hover,
.main-footer-container .footer-links__list .menu-link:focus {
	color: #a8a8a8;
}
#footer-menu-7{
	display: flex;
	flex-direction: row;
	gap: 25px;
}

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

.footer-copyright__inner {
	max-width: 100%;
	align-content: center;
	margin: auto;
}

.footer-copyright__text {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Lato";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.273px;
}