#div_exclu {
    text-align: right;
}

#div_exclu img {
    width: 90px;
}

@media screen and (max-width:768px) {
    #div_exclu {
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    #div_exclu img {
        width: 85px;
    }
}

#bandeau-financement {
    cursor: pointer;
}

#lots .table {
    width: 100%;
    font-size: 1.4rem;
}

#lots .titre {
    border: 0;
    background-color: #414141;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

#lots .titre span {
    border: 0;
    text-align: center;
    font-weight: 600;
    height: 90px;
    padding: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lots .titre i.rotate {
    transform: rotate(90deg);
}

#lots .ligne {
    background-color: #beaf8766;
}

#lots .ligne:nth-child(2n) {
    background-color: #beaf8733;
}

#lots .ligne .container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    height: 90px;
}

#lots span {
    border: 0;
    text-align: center;
    font-weight: 600;
    /* height: 90px; */
    padding: 0;
}

#lots em {
    margin-right: 5px;
    font-style: normal;
}

#lots .reserve {
    color: red;
}

#lots .sous_option {
    color: orange;
}

#lots .disponible {
    color: limegreen;
}

#lots .photo {
    display: block;
}

#lots .photo img {
    max-width: 150px;
    max-height: 90px;
    vertical-align: middle;
}

#prestations ul {
    padding: 0;
}

#prestations li {
    background-repeat: no-repeat;
    display: inline-block;
    height: 95px;
    width: 72px;
    padding-top: 76px;
    margin-right: 20px;
    margin-bottom: 25px;
    vertical-align: top;
    margin-left: 20px;
    text-align: center;
    background-image: url(../img/sprite_infinity.png);
}

.prestations_parking {
    background-position: 0 -192px;
}

.prestations_garage {
    background-position: 0 -192px;
}

.prestations_cave {}

.prestations_balcon {
    background-position: -198px 0;
}

.prestations_espaces_verts {
    background-position: -96px 0;
}

.prestations_visiophone {
    background-position: -96px -192px;
}

.prestations_ascenseur {
    background-position: 0 -96px;
}

.prestations_plans_modulables {}

.prestations_pmr {}

.prestations_domotique {
    background-position: -198px -96px;
}

.prestations_borne_de_recharge {
    background-position: -96px -96px;
}

.prestations_proximite_ecoles {
    background-position: -96px -288px;
}

.prestations_proximite_commerces {
    background-position: 0 -288px;
}

.certifications_loi_pinel {
    background-position: -430px -192px;
}

.certifications_loi_jeanbrun {
    background-position: -430px -286px;
}
.certifications_loi_denormandie {
    background-position: -340px -192px;
}

.certifications_rt_2012 {
    background-position: -340px 0;
}

.certifications_re_2020 {
    background-position: -340px -287px;
}

.certifications_tva_a_55 {
    background-position: -340px -96px;
}

.certifications_frais_de_notaires_reduits {
    background-position: -430px -98px;
}

.certifications_pret_a_taux_zero {
    background-position: -430px -1px;
}

#prestations li.espaceur {
    display: block;
    width: 100%;
    background-image: none;
    margin: 0;
    padding: 0;
    height: 50px;
}

@media screen and (max-width:767px) {
    #lots .ligne .container {
        grid-template-columns: repeat(4, 1fr);
        height: 180px;
    }

}