html {
    scroll-behavior: smooth;
}

html, body {
    cursor: url('/img/quarzup_cursor5.png') 25 10, auto;
}

.post-content p {
	text-align: left;
}

.subtitle.location.show {
    font-size: 23px;
}

.btn-lg {
    font-size: 22px !important;
}

p.title {
    font-size: 20px;
}
li.list-group-item {
    padding: 3px;
}
.white-popup li {
    list-style-type: none;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

.content p {
    color: inherit;
    text-align: left;
}

.animation-container {
    position: relative;
    text-align: center;
}
.animation-right {
    position: absolute;
    bottom: 14px;
    left: 16px;
    color: #159B60;
    animation: blinker 1s linear infinite;
    pointer-events: none;
    font-size: 20px;
}
.animation-right:after {
    content: "\f00e";
    font-family: "FontAwesome";
}

.animation-left {
    position: absolute;
    top: 14px;
    left: 23px;
    color: #159b60;
    animation: blinker 1s linear infinite;
    pointer-events: none;
    font-size: 20px;
}
.animation-left:after {
    content: "\f245";
    font-family: "FontAwesome";
}

.alertify-notifier .ajs-message.ajs-warning {
    background-color: black !important;
    color: white !important;
    border: 1px solid rgba(242, 242, 242, 0.4);
}
.ajs-message {
    margin-bottom: 50px !important;
}

.prague-clients-wrapper {
    min-height: 250px;
}

/*
@media print {
    body {
      display: none !important;
    }
}

body {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
 }
 */

/* @FOOTER */

.prague-footer .footer-bottom-content {
    padding-top: 16px;
}

.image_logo_footer {
    width: 25%;
}

.footer-content-outer {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
}

.prague-footer.modern .footer-content-outer {
    padding: 10px;
}

.prague-footer .footer-bottom-content .footer-copyright {
    font-weight: normal;
}

.prague-social-nav p {
    font-size: 14px;
    color: #929292;
}

.prague-social-nav a {
    font-size: 13px;
}

.elipte-link {
    font-size: 10px;
}
.celipte {
    color: #ff4d4d!important;
}


 /* @HEADER */

 /* MOBILE NAV ICON COLOR */
 .prague-header .prague-nav-menu-icon a {
    background-color: #111111;
    border: 1px solid #656565;
}
.prague-header .prague-nav-menu-icon a i {
    background-color: white;
}
.prague-header .prague-nav-menu-icon a i:after, .prague-header .prague-nav-menu-icon a i:before {
    background-color: white;
}
/* - */

.image_logo {
    width: 150px;
}

.prague-header.simple.sticky-menu.light.scroll .image_logo {
    width: 120px;
}

.prague-header.simple.sticky-menu.light.scroll {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    background-color: #0d0d0d6b;
 }

 .prague-header.simple.sticky-menu.light.scroll.image_logo {
    width: 10% !important;
    margin-bottom: 4px !important;
 }

 .prague-header .prague-logo a {
    display: initial !important; /* FIX TAMPLATE BUG LINK ON ALL HEADER @ELIPTE_COM */
 }

.prague-header .prague-social-nav a i {
    color: white;
}

.prague-header .prague-social-nav a {
    background: black;
    border: none;
}

.prague-header.light .prague-social-nav a:hover {
    border: 1px solid white;
    background: black;
}

.prague-header .main-menu li a {
    font-size: 15px;
    line-height: 49px;
}

@media (max-width: 1200px) {
    .prague-header .main-menu li a {
        font-size: 20px;
        line-height: 49px;
    }
}

/* @MAIN */

a.a-btn.show2.border-only.btn-lg {
    margin-bottom: 25px !important;
    display: table;
    margin: auto;
}
.adddress-block .address-block-outer {
    padding-bottom: 0px !important;
}
@media (max-width: 991px) {
    .contact-logo {
        text-align:center;
    }
}

/* @PLAN */
.plan-container {
    position: relative;
    max-width: 100%;
}

.plan-image {
    max-width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
    pointer-events: none;
    z-index: 2;
}
area {
    cursor: pointer;
}
.area-click {
    cursor: pointer;
}
.white-popup {
    background: #FFF;
    padding: 10px 20px;
    text-align: center;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    border-radius: 3px;
}
/* */


/* < @PAGE @PARTENAIRES > */

.prague-clients-logo {
    max-width: 150px;
}

/* < @PAGE @CONTACT > */

.vc_custom_1488483852815 p {
    font-size: 14px;
}
.vc_custom_1488483852815 a {
    font-size: 14px;
}

.contact-img {
    width: 80px;
    display: block;
    margin: auto;
}

/* < @PAGE @COMERCIALISATION > */

.prague-blog-list-wrapper {
    padding: 80px 0 !important;
}

@media only screen and (max-width: 767px) {
    .prague-blog-list-wrapper .blog-list-img {
        position: relative !important;
    }
    .prague-clients-wrapper {
        min-height: 156px !important;
    }
    .desktop-image {
        display: none;
    }
    .prague-loader {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .mobile-image {
        display: none;
    }
}

/* ===== OPTIMISATION LAZY LOADING ===== */

/* Images avec lazy loading : effet initial */
img[loading="lazy"] {
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    filter: blur(2px);
    opacity: 0.8;
}

/* Images chargées - suppression du flou */
img[loading="lazy"].loaded {
    filter: blur(0);
    opacity: 1;
}

/* Performance optimizations */
img[loading="lazy"] {
    content-visibility: auto;
}/* ===== FIN OPTIMISATION LAZY LOADING ===== */

