/*
Theme Name: ListingPro Child
Theme URI: https://lapmap.fr
Description: Thème enfant pour customisation légère (footer, CSS custom…)
Author: Ivan
Author URI: https://lapmap.fr
Template: listingpro
Version: 1.0
Text Domain: listingpro-child
*/

.footer-copyright-bar {
    background: #F5F7FA;
    padding: 20px 0;
    font-size: 14px;
    color: #444;
    position: relative;
}

.footer-bar-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bar-container a {
    color: #444;
    text-decoration: none;
}

.footer-bar-container a:hover {
    text-decoration: underline;
}

.footer-left, .footer-right {
    margin: 5px 0;
}

@media (max-width: 767px) {
    .footer-bar-container {
        flex-direction: column;
        text-align: center;
    }

    .scroll-to-top {
        right: calc(50% - 22.5px); /* centré */
    }
}

/* Flèche retour haut */
.scroll-to-top {
    position: absolute;
    right: 20px;
    top: -25px;
    background-color: #333;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.3s;
    z-index: 10;
}

.scroll-to-top:hover {
    background-color: #555;
}

.aliceblue {
	background-color: #ffffff !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1240px !important;
    }
}

/* Login Popup Button - Start */
.login-button-shortcode {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background-color: var(--e-global-color-accent);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    fill: var(--e-global-color-96c476f);
    color: var(--e-global-color-96c476f);
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010100;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
	align-self: flex-start;
}

.login-button-shortcode:hover {
	background-color: #FF8800;
    color: var(--e-global-color-96c476f);
    border-color: #F18100;
}
/* Login Popup Button - End */

