:root {

	--footer-padding-mobile: 0;
	--footer-padding-tablet: 0;
	--footer-padding-laptop: 0;
	--footer-padding-desktop: 0;
	--footer-padding-sm-laptop: 0;

	--footer-row-padding-mobile: 5%;
	--footer-row-padding-tablet: 5%;
	--footer-row-padding-laptop: 5% 8%;
	--footer-row-padding-desktop: 160px 25px 180px;
	--footer-row-padding-sm-laptop: 5% 6%;

}

.site-footer {
	position: relative;
	background: var(--e-global-color-text);
}

.site-footer .filigramme{
	left: 0;
	bottom: 0;
	content: "";
	width: 85vw;
	height: fit-content;
	position: absolute;
	transform: translate(-25%, 55%) rotate(1deg) scaleX(.85);
}

.site-footer__row-bottom {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

.footer-row__column:has(.site-footer-logo){
	margin-right: 45px;
}

.site-footer-logo {
	max-width: 350px;
	width: 350px;
	display: flex;
	justify-content: space-between;
	gap: 25px;
	align-items: center;
}

.site-footer-logo .logo{
	max-width: 190px;
}

.site-footer-logo .pipe{
	width: 1px;
	height: 70px;
	background: #C7D0E0;
}

.site-footer-logo .hlm{
	max-width: 65px;
	height: auto;
}

.site-footer-logo img {
	width: 100%;
	height: auto;
}

.site-footer-images {
	gap: 1em;
	display: flex;
	margin: auto 0;
	align-items: center;
	justify-content: flex-start!important;
}

.footer-menu {
	padding: 0 0 0.5em 0;
	width: fit-content;
	flex-direction: column;
}

.site-footer-menu.site-footer-menu--socials .footer-menu {
	flex-direction: row;
	gap: 15px 25px;
}

.site-footer-menu .footer-menu  .menu-item i._mi{
	font-size: 1.4em;
}

.footer-menu.socials_footer {
	gap: 2em;
	flex-direction: row;
}

.site-footer-menu p,
.site-footer-menu li a{
	color: rgba(255, 255, 255, 0.70);
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.site-footer-menu p{
	margin-bottom: 1.5em;
}

.footer-menu li a:hover {
	color: var(--e-global-color-accent);
}

.footer-menu li a[href="#"] {
	pointer-events: none;
}

.site-footer .footer-row__column .site-footer-menu__title {
	color: #FFF;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 36px; /* 211.765% */
	text-transform: uppercase;
}

.site-footer-menu__texts {
	color: rgba(255, 255, 255, 0.70);
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.footer-bottom__infos {
	gap: 2em;
	display: flex
;
	opacity: 0.9;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	color: var(--e-global-color-631738a) !important;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.1em;
	padding-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bottom__infos .logo-footer{
	width: 173px;
	height: 72px;
}

.footer-bottom__infos .right-side{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
}

.footer-bottom__infos .legal-links {
	display: flex;
	flex-direction: row;
	gap: 1.5em;
	justify-content: flex-end;
}

.footer-bottom__infos a{
	color: var(--e-global-color-631738a)!important;
}

.footer-bottom__infos a:hover{
	color: var(--e-global-color-d645804)!important;
}


.footer-bottom__infos a:hover {
	opacity: 1;
}

.site-footer .illustration{
	position: absolute;
	aspect-ratio: 1 / 2;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
}
.site-footer .illustration.circle{
	bottom: 15%;
	right: 0;
	width: 8%;
	background-position: center right;
	background-image: url("/wp-content/themes/BWA-Theme/footer/assets/img/demi-cercle.svg");
}

.site-footer .illustration.lines{
	bottom: 0;
	background-position: bottom left;
	width: 13%;
	background-image: url("/wp-content/themes/BWA-Theme/footer/assets/img/Subtract.svg");
}
/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.site-footer {
		padding: var(--footer-padding-mobile);
	}

	.site-footer:after {
		width: 400px;
	}

	.site-footer__row {
		padding: var(--footer-row-padding-mobile);
	}

	.footer-bottom__infos {
		font-size: 0.85rem;
		justify-content: center;
	}

	.footer-bottom__infos .right-side{
		align-items: center;
	}

	.footer-bottom__infos .right-side span{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.site-footer {
		padding: var(--footer-padding-tablet);
	}

	.site-footer:after {
		width: 400px;
	}

	.site-footer__row {
		padding: var(--footer-row-padding-tablet);
	}

	.footer-menu {
		padding: 0;
	}

	.footer-bottom__infos {
		font-size: 0.875rem;
	}

	.site-footer__row-bottom .footer-row__column {
		flex-basis: auto;
	}

	.site-footer-infos {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.site-footer__row-menus .footer-row__column {
		flex-basis: 45%;
	}


}


/*mobile and tablet*/
@media (max-width: 1024px) {

	.site-footer-logo{
		margin: 0 auto;
	}

	.site-footer .site-footer__row.site-footer__row-menus{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
		padding: 0px 25px 0;
		margin: 10px auto 0;
	}

	.site-footer .site-footer__row.site-footer__row-menus .footer-row__column{
		margin-top: 40px;
	}

	.site-footer .site-footer__row.site-footer__row-menus .footer-row__column:first-child,
	.site-footer .site-footer__row.site-footer__row-menus .footer-row__column.footer-row__column--socials{
		grid-column: 1 / 3;
	}

	.site-footer .site-footer__row.site-footer__row-menus .footer-row__column.footer-row__column--socials{
		margin: 0 auto;
	}

	.site-footer .site-footer__row.site-footer__row-menus .footer-row__column.footer-row__column--socials li a{
		font-size: 28px;
	}

	.site-footer .filigramme{
		display: none;
	}
}

/*desktop*/
@media (min-width: 1025px) {

	.site-footer {
		padding: var(--footer-padding-desktop);
	}

	.site-footer__row-menus .footer-row__column:first-child {
	}

	.site-footer__row-menus:has(.footer-row__column.footer-row__column.footer-row__column--partners){
		justify-content: space-between;
	}

	.site-footer__row-menus .footer-row__column.footer-row__column.footer-row__column--partners{
		max-width: 976px;
	}
	.site-footer__row-menus .footer-row__column.footer-row__column--social-networks{
		width: fit-content;
		max-width: fit-content;
	}

}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.site-footer {
		padding: var(--footer-padding-sm-laptop);
	}

	.site-footer__row {
		padding: var(--footer-row-padding-sm-laptop);
	}

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

	.site-footer {
		padding: var(--footer-padding-laptop);
	}

	.site-footer__row {
		padding: var(--footer-row-padding-laptop);
	}


}

/*RESPONSIVE*/
