/*Styles page vente*/

/*Hero*/

#presentation-h.vente, #presentation.expat-vente {
    background: linear-gradient(rgba(40, 40, 40, 0.8), rgba(200, 200, 200, 0.7)), url(../img/bg_vente_immo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 15px;
    height: 400px;
}

#presentation-h h1 {
    color:#fff;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
}
@media (max-width: 567px) {
    #presentation-h h1 {
        font-size: 30px;
    }
}

/*Offres*/

.elems-vte .spaceUnder {
    display: table-row;
    line-height: initial;
    color: #2d2d2d;
}

.elems-vte .clickable {
    text-decoration: none;
    cursor: default;
}

@media (max-width: 768px) {
    .elems-vte .spaceUnder {
        display: table-row;
        line-height: 0px;
        color: #fff6e7;
        transition: color 0.3s ease; 
    }

    .elems-vte .clickable {
        text-decoration: underline;
        cursor: pointer;
    }

    .elems-vte .spaceUnder.open {
        color: #2d2d2d;
    }
}

/*Slider*/

.ikzslider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ikzslider .slider-container {
    width: 90%;
    max-width: 600px;
    text-align: center;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
}

.ikzslider h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.ikzslider input[type="range"] {
    width: 100%;
    margin: 20px 0;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #e0e0e0;
    outline: none;
    border-radius: 4px;
}
.ikzslider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #d9534f;
    border-radius: 50%;
    cursor: pointer;
}

.ikzslider .price {
    font-size: 38px;
    color: #e80445;
    font-weight: bold;
    margin-bottom: 10px;
}

.ikzslider .savings {
    font-size: 30px;
    color: #e80445;
    font-weight: bold;
}

.ikzslider .label {
    color: #777;
    font-size: 16px;
}