.headerAuditorium {
    margin: 10px 0;
}
/* Menu auditorium ------------------ */
#menu-auritorium{
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
}
#menu-auritorium li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#menu-auritorium li a {
    display: block;
    margin: 0;
    padding: .2rem .5rem;
    background: #fff;
    color: #00557F;
}
#menu-auritorium li.on a {
    background: #d1d1d1;
    text-decoration: none;
}
/* /Menu auditorium ------------------ */

/* Légende ------------------------- */
.headerAuditorium ul.legende {
    display: inline-block;
}
.headerAuditorium ul.legende li {
    display: inline-block;
}
.headerAuditorium ul.legende li span {
    position: relative;
    width: 28px;
    height: 17px;
    display: inline-block;
}
/* /Légende ------------------------- */

#mapContainer {
    margin-top: 20px;
    position: relative;
    width:900px;
    /*border:1px solid green;*/
}
#planAuditoriumRDC {
    width:900px;
}
#planAuditoriumBalcon1 {
    width:900px;
}
.siege {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    background: transparent url(../images/fauteuil-libre.png) 0 0 no-repeat;
    background-size: 100%;
    width: 28px;/*30px;*/
    height: 17px;/*20px;*/
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    /*border: 1px solid red;*/
}
.siege.premium {
    background-image: url(../images/fauteuil-premium.png);
}

.siege.reserve {
    background-image: url(../images/fauteuil-occupe.png);
    cursor: not-allowed;
}

.scene {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #00557F;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/* ====================================================
RESPONSIVE
 ==================================================== */

/* At the top level of your code */
@media screen and (max-width: 768px) {
    #mapContainer {
        max-width: 100%;
        overflow: auto;
        margin-bottom: 1.5rem;

        > img {
            max-width: unset;
        }
    }
}