body {
	line-height: 1.5;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1170px;
	margin: auto;

}

.row {
	display: flex;
	flex-wrap: wrap;
}

/* jefhiozehfezfhezohfohz */
.icon {
	height: 25px;
}

ul {
	list-style: none;
}

.footer {
	background-color: #024da8;
	padding: 40px 0;

}

.footer-col {
	width: 25%;
	padding: 0 15px;

}

.nvFooter-col {
	padding: 0 15px;

}

.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.nvFooter-col h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col p {
	font-size: 15px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 500;
	position: relative;
	font-family: 'Montserrat';
}

.nvFooter-col p {
	font-size: 15px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 500;
	position: relative;
	font-family: 'Montserrat';
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #ff5757;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.nvFooter-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col p::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #024da8;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.nvFooter-col p::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #024da8;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.nvFooter-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #B5BAD0;
	display: block;
	transition: all 0.3s ease;
}

.nvFooter-col ul li a {
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 8px;
}

.nvFooter-col ul li a:hover {
	color: #ffffff;
	padding-left: 8px;
}


/* jefhiozehfezfhezohfohz */
.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.nvFooter-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}



.social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;

	fill: #ffffff;
	/* Set icon color to white */
}

/* jefhiozehfezfhezohfohz */
.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
	padding-left: 8px;
}

.nvFooter-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
	padding-left: 8px;
}

.social-links a:hover {
	fill: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}

.infosTribu {
	display: flex;
	justify-content: center;
	/* Centre les éléments horizontalement */
	align-items: center;
	/* Centre les éléments verticalement */
	flex-wrap: wrap;
	/* Permet le retour à la ligne si nécessaire */
	text-align: center;
	/* Centre le texte à l'intérieur des éléments */
	margin-top: 50px;
	font-family: 'Montserrat';
}

.infosTribu p {
	font-family: 'Montserrat';
}

.Lfooter {
	margin-right: 5px;
	/* Espacement entre les liens */
	color: white;
	/* Couleur du texte en blanc */
	text-decoration: none;
	/* Supprime le soulignement des liens */
	font-family: 'Montserrat';
}

.contact-list {
	list-style-type: none;
	padding: 0;
}

.contact-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* Align items to the left */
	margin-bottom: 10px;
	/* Adjust spacing between list items as needed */
}

.social-links {
	margin-right: 10px;
	/* Adjust spacing between icon and text as needed */
}

@media(max-width: 767px) {
	.contact-item {
		display: flex;
		align-items: center;
		justify-content: center;
		/* Align items to the left */
		margin-bottom: 10px;
		/* Adjust spacing between list items as needed */
	}
}