/*
Theme Name: 10000max.fr
Theme URI: https://www.bdstudio.fr/
Author: BDstudio
Author URI: https://www.bdstudio.fr/
Description: 10000max.fr - Child Theme
Template: listivo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: listivo
*/

/* Notif Prix > 10k€ */
#floating-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 0, 0, 0.9);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
}

#notification-progress {
    height: 3px;
    width: 100%;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: progressBar 5s linear forwards; /* Changement ici */
}

@keyframes progressBar {
    from { width: 100%; }
    to { width: 0; }
}

/*.badge-pro {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 215, 0, 0.9); /* Optionnel : fond semi-transparent */
   /* padding: 5px;
    border-radius: 5px;
    z-index: 10;
}

.badge-pro img {
    width: 40px; /* Ajuste la taille */
   /* height: auto;
}
*/

/* Modif Hero Search HomePage*/    
.listivo-hero-search-v8 {
padding-top: 25px !important;
padding-bottom: 25px !important;
}

@media only screen and (max-width: 1024px) {
    .listivo-hero-search-v8 {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
}

/* Badge Pro */  
/*.listivo-pro-badge {
    background-color: red;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
}*/

