/* ------------------------------------ */
:root {
    --color-seat-lite: #fff;
    --color-seat-dark: #000;
    --bg-color-seat: green;
    --bg-color-seat-bad-view: #631a82;
    --bg-color-seat-reserve: #fefb00;
    --bg-color-seat-invite: #fff;
    --bg-color-seat-serie-rosace: #e00000;
}

.headerCathedrale {
    margin: 10px 0;
}
.compta.salle #container {
    width: 1024px;
}

/* 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 ------------------------- */
.headerCathedrale ul.legende {
    display: inline-block;
}
.headerCathedrale ul.legende li {
    display: inline-block;
    margin-right: 1rem;
}
.headerCathedrale ul.legende li span {
    position: relative;
    width: 28px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
}
/* /Légende ------------------------- */

#mapContainer {
    margin: 0 -20px 10px;
    position: relative;
    width:1024px;
    /*border:1px solid green;*/
}
/*#planCathedrale {
    margin-top: -30px;
}*/
.siege {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    background: var(--bg-color-seat);
    background-size: 100%;
    width: 16px;/*30px;*/
    height: 16px;/*20px;*/
    text-align: center;
    cursor: pointer;
    color:  var(--color-seat-lite);
    text-decoration: none;

    border: 1px solid #000;
    border-radius: 2px;
    box-sizing:border-box;

    margin-top: -80px; /* Pour compenser le fond de carte décalé.*/
}

.siege.bad-view {
    background:  var(--bg-color-seat-bad-view);
}

.siege.blind {
    background:  var(--bg-color-seat-bad-view);
}

.siege.reserve {
    background-color:  var(--bg-color-seat-reserve);
    color: var(--color-seat-dark);
    cursor: not-allowed;
}

.siege.invite {
    background-color:  var(--bg-color-seat-invite);
    color:  var(--color-seat-dark);
    cursor: not-allowed;
}

.siege.serie-rosace {
    background-color:  var(--bg-color-seat-serie-rosace);
    color:  var(--color-seat-lite);
}
.siege.serie-rosace.reserve {
    background-color:  var(--bg-color-seat-reserve);
    color: var(--color-seat-dark);
    cursor: not-allowed;
}


.siege.ghost {
    /*background-image: url(../images/fauteuil-occupe.png);*/
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    /*visibility: hidden;*/
    border: 1px solid transparent;
}

.choeur {
    /*
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #00557F;
    color: #fff;
    text-align: center;
    font-weight: bold;
    */

    display: none;
}