/**
* Colors
*/
#pre-footer-1 {
	background-color: var(--color_2);
}

footer .footer-content {
	background-color: var(--page-color-background);
}

.footer-legals {
	background-color: var(--color_2);
}

footer .footer-content,
footer .footer-content li a:hover,
footer .footer-content li a,
.is-root-container footer .widget-title,
.is-root-container footer .h2,
footer .footer-content:last-child,
footer .footer-content .footer-logo-wrapper a,
footer .footer-content .footer-logo-wrapper a:hover,
footer .footer-content .footer-logo-wrapper a span {
	color:var(--page-color-text);
}

.is-root-container footer a.wp-element-button,
.is-root-container footer a.acseo-button {
	background-color:var(--page-color-background);
	color:var(--page-color-text);
	border:1px solid;
	min-width: 186px;
}

.is-root-container footer a.wp-element-button:hover,
.is-root-container footer a.acseo-button:hover {
	background-color:var(--page-color-background);
	color:var(--page-color-text);
	border:1px solid var(--page-color-text);
}


.is-root-container footer div.heateor_sss_follow_ul a span, 
.is-root-container footer .heateor_sss_button_instagram span.heateor_sss_svg, 
.is-root-container footer a.heateor_sss_instagram span.heateor_sss_svg {
	background: var(--page-color-text)!important;
	fill:var(--page-color-background)!important;
}

.is-root-container footer div.heateor_sss_follow_ul a span svg path, 
.is-root-container footer .heateor_sss_button_instagram span.heateor_sss_svg svg path, 
.is-root-container footer a.heateor_sss_instagram span.heateor_sss_svg svg path {
	background: var(--page-color-text)!important;
	fill:var(--page-color-background)!important;
}

/**
* CTA Phone
*/
a.acseo-button.phone,
.phone > a.wp-element-button {
	position: relative;
	padding-left: 60px;
}

a.acseo-button.phone:before,
.phone > a.wp-element-button:before {
	content: '';
	display: block;
	position: absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
	background-image: url('../img/phone.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/**
* Fonts
*/
footer .footer-content,
.is-root-container footer .widget-title,
.is-root-container footer .h2 {
	font-family: var(--content-font);
}

/**
* Layout > Prefooter 
*/
#pre-footer-1 {
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
}

#pre-footer-1 .before,
#pre-footer-1 .after {
	position: absolute;
	display: block;
	top:0;
	height: 100%;
	width: 120px;
	z-index: 1;
}

#pre-footer-1 .before {
	left:0;
}

#pre-footer-1 .after {
	right:0;
	transform: scaleX(-1);
}

#pre-footer-1 .inner {
	z-index: 2;
}

#pre-footer-1 .title {
	font-size:25px;
	line-height:28px;
	text-align: center;
	margin-bottom: 40px;
}

#pre-footer-1 .ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#pre-footer-1 .ctas .acseo-button {
	margin-left: 15px;
	margin-right: 15px;
}

/**
* Layout > Footer 
*/
footer {
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

footer .footer-content {
	font-size: 10px;
	line-height: 12px;
	margin: 0 auto;
	padding: 90px 0 66px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

.footer-legals {
	width: 100%;
}


.is-root-container footer .widget-title,
.is-root-container footer .h2 {
	transition: all .3s;
    font-size: 17px;
    line-height: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

/**
* Logo
*/
footer .footer-content .picto-wrapper {
	margin-bottom:25px;
	justify-content: space-between;
}

footer .footer-content .footer-logo-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin: 0;
	width:100%
}

footer .footer-content .footer-logo-wrapper a {
    display: flex;
	align-items: center;
    width: 100%;
	max-width: 140px;
	height: 63px;
	text-align: left;
	transition: all .3s;
	background-image: var(--logo-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

footer .footer-content .footer-logo-wrapper a span {
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

/**
* Menus
*/
footer .footer-content li {
	margin-bottom: 15px;
	line-height: 22px;
}

footer .footer-content li:last-child {
	margin-bottom:0;
}

footer .footer-content li a {
	transition: all .3s;
	font-size: 14px;
	line-height: 17px;
	border-bottom: 1px solid;
	display: inline;
	padding-bottom: 3px;
}

/**
* Socials
*/
body footer#footer .heateor_sss_follow_icons_container {
	margin:20px 0 0;
}

body footer#footer #block-5 > p {
	display: none;
}

body.is-root-container  footer#footer #block-3 .widget-title {
	margin-bottom: 20px;
}

body footer#footer div.heateor_sss_follow_ul {
	justify-content: flex-start;
	flex-basis: 100%;
    margin:0!important;
}

body footer#footer div.heateor_sss_follow_ul + p {
    margin:0!important;
}

body footer#footer div.heateor_sss_follow_ul a:first-child {
	margin-left:0!important;
}

@media (min-width:992px) and (max-width:1300px) {
	footer .footer-content .footer-logo-wrapper a span {
		line-height: 9px;
		font-size: 7px;
	}
}

@media (max-width:768px) {
	footer .footer-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/**
	* Column 1, logo
	*/
	footer .footer-content .footer-logo-wrapper {
		margin:0 auto;
	}
	footer .footer-content .footer-logo-wrapper a {
		width: 130px;
		height: 45px;
	}

	/**
	* Column 2 and 3, menus
	*/
	footer .menu {
		margin-bottom: 30px;
	}
	footer .col-6 {
		padding:0;
	}

	/**
	* Column 4, last
	*/
	footer .col-md-4:last-child .is-layout-flex,
	body footer#footer div.heateor_sss_follow_ul {
		justify-content: center;
		text-align: center;
	}

	body footer#footer .heateor_sss_follow_icons_container {
		margin-top: 30px;
	}
} 

/**
* Pre footer 2 > Qualiopi
*/
#prefooter-2 {
	padding-top:50px;
	padding-bottom:50px;
	background-color: var(--page-color-background-light);
}

#prefooter-2 .inner {
	max-width: var(--boxed-2);
	margin: 0 auto;
}

#prefooter-2 img {
	height: 90px;
	width: 200px;
	object-fit: contain;
}

#prefooter-2 h3 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}

#prefooter-2 p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}


/**
* Copyright
*/
.footer-legals {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding:7px 20px;
	position: relative;
}

.footer-legals .p {
	z-index: 2;
}

.is-root-container ul.legals {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

.legals li {
	padding:0 15px;
}




@media (max-width: 992px) {
	body footer#footer {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	footer .row {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column-reverse;
	}

	footer .row ul {
		display: block;
		text-align:center;
	}

	footer .row ul li {
		padding: 0 0 10px;
	}

	footer .row ul li:first-child {
		padding: 10px 0 10px;
	}

	footer h3 {
		display: block;
		min-height: 30px;
		text-align:center;
	}

	.is-root-container footer a.wp-element-button,
	.is-root-container footer a.acseo-button {
		min-width: 205px;
		margin-top: 15px;
	}
}

/**
* Recaptcha
*/
body .grecaptcha-badge {
    display: none!important;
}