#showroom {
    padding: 60px 0;
}

#showroom h2 {
    color: #126FA7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.07px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 30px;
}

#showroom .showroom-intro {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

#showroom .adresse {
    background-color: #ffffffd4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 60%;
}

#showroom .agence-2 .adresse {
    bottom: auto;
    right: 0;
    top: 0;
}

#showroom .adresse h3 {
    color: #00897B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: -0.03px;
    line-height: 19px;
}

#showroom .adresse p {
    font-size: 16px;
    letter-spacing: -0.03px;
    line-height: 22px;
}

#showroom .showroom-bloc {
    height: 270px;
}

#showroom img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#showroom a.link-tel,
#showroom a.link-mail {
    display: block;
    color: #212529;
}
#showroom a.link-tel:hover, 
#showroom a.link-mail:hover {
    font-weight: bold;
}

@media (min-width: 576px) {}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #showroom .showroom-bloc-2 {
        min-width: 55%;
        flex-basis: 55%;
    }
    #showroom .showroom-bloc {
        height: 350px;
    }
    #showroom .showroom-box {
        display: flex;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

    #showroom .showroom-bloc {
        height: 400px;
    }

}


/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}