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

.main-footer__container.footer-variant-2 {
	position: relative;
	z-index: 2;
	font-family: var(--e-global-typography-primary-font-family);
	background: var(--e-global-color-primary);
}

.main-footer__container.footer-variant-2:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: url(/wp-content/uploads/2025/11/shape-footer.png);
}

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

.main-footer__container .main-footer__inner .footer-template-2__content {
	max-width: 95%;
	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%;
}

/*Info */

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

/*
--------------------------------------
Team
--------------------------------------
*/

.post-items.post-items--formateurs-footer.posts-items__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: calc(35px + (50 - 35) * ((100vw - 320px) / (1920 - 320)));
}

/*title + job*/

.post-item__contact-info-container {
	padding-top: 5px;
}

.post-items--formateurs-footer * {
	line-height: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
	letter-spacing: 0.4px;
	transition: all 0.35s ease-in-out;
}

/*title*/

.post-items--formateurs-footer .post-item__title-text {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
}

/*job*/

.post-items--formateurs-footer .post-item__job-text {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}

/*info (tel, mail)*/

.post-items--formateurs-footer .post-item__contact-element {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid transparent;
}

.post-items--formateurs-footer .post-item__contact-element:hover,
.post-items--formateurs-footer .post-item__contact-element:focus {
	border-bottom: 1px solid #fff;
}

/*
--------------------------------------
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: #fff;
	line-height: 1.2;
}

/*Liens*/

.main-footer__link-groups {
	display: flex;
	gap: calc(35px + (80 - 35) * ((100vw - 768px) / (1920 - 768)));
}

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

.main-footer__container .footer-links__list .menu-link {
	color: #fff;
	transition: all 0.35s ease-in-out;
}

.main-footer__container .footer-links__list .menu-link:hover,
.main-footer__container .footer-links__list .menu-link:focus {
	color: var(--e-global-color-accent);
}

/*qualiopi*/

.footer-links__logo-container {
	padding-top: 20px;
}

.footer-links__logo-container img {
	object-fit: contain;
	/*width: 250px;*/
	height: 100px;
	aspect-ratio: 143/76;
}

.footer-links__logo-text {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}

.footer-links__logo-text-second {
	text-transform: uppercase;
}

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

.main-footer__copyright {
	margin-top: -55px;
	background: rgba(17, 19, 37, 0.50);
	backdrop-filter: blur(5px);
}

.footer-copyright__inner {
	display: flex;
	align-items: center;
	max-width: 95%;
	padding: 1em 0;
	margin: auto;
}

.footer-copyright__text {
	font-size: 15px;
	font-weight: 400;
	color: #BCCFDE;
	line-height: 130%;
	letter-spacing: 0.4px;
	transition: all 0.35s ease-in-out;
}

a.footer-copyright__text:hover,
a.footer-copyright__text:focus {
	color: var(--e-global-color-accent);
}

/*rs*/

.footer-copyright__item .social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.footer-copyright__item .social-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(65, 70, 117, 0.63) 0%, rgba(31, 34, 56, 0.70) 100%);
	color: #fff;
	border-radius: 100%;
	transition: all 0.35s ease-in-out;
	width: 28px;
	height: 28px;
}

.footer-copyright__item .social-link:hover,
.footer-copyright__item .social-link:focus {
	color: var(--e-global-color-accent);
}

.footer-copyright__item .social-link--1 svg {
	width: 9px;
	height: 18px;
}

.footer-copyright__item .social-link--2 svg {
	width: 17px;
	height: 16px;
}

.footer-copyright__item .social-link--3 svg {
	width: 15px;
	height: 15px;
}