/* Liste formations — footer et widgets */

.akd-footer-formations {
	width: 100%;
}

.akd-footer-formations__title {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.akd-footer-formations__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px 18px;
}

.akd-footer-formations__list--cols-1 {
	grid-template-columns: 1fr;
}

.akd-footer-formations__list--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.akd-footer-formations__list--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.akd-footer-formations__item {
	margin: 0;
	padding: 0;
}

.akd-footer-formations__link {
	display: inline-block;
	font-size: 0.88rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease;
}

.akd-footer-formations__link:hover,
.akd-footer-formations__link:focus {
	color: #10c45b;
}

.akd-footer-formations__more {
	display: inline-block;
	margin-top: 14px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #10c45b;
	text-decoration: none;
}

.akd-footer-formations__more:hover,
.akd-footer-formations__more:focus {
	color: #fff;
}

/* Integration zone footer Master Study */
#footer .akd-footer-formations__title,
#footer_bottom .akd-footer-formations__title {
	color: #fff;
}

#footer .widget .akd-footer-formations,
#footer_bottom .widget .akd-footer-formations {
	margin-top: 0;
}

@media (max-width: 767px) {
	.akd-footer-formations__list--cols-2,
	.akd-footer-formations__list--cols-3 {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 767px) {
	.cols_4 aside:nth-child(1) {
		width: 30%;
		margin-right: 5%;
	}
	.cols_4 aside:nth-child(2) {
		width: 40%;
	}
}
