/* colonnes.css — maktabati_dark
   Harmonisé avec le portail maktabati.univ-usto.dz */

.colonne      { float: left; }
.colonne60    { float: left; width: 60%; }
.colonne40    { float: left; width: 40%; }
.colonne_suite { float: left; }
.colonne4     { float: left; width: 25%; }
.colonne5     { float: left; width: 20%; }
.colonne3     { float: left; width: 33%; }
.colonne10    { float: left; width: 10%; }
.colonne80    { float: left; width: 80%; }

.content {
    position: relative;
    margin-left: 0;
    top: -1px;
    font-family: 'DM Sans', inherit;
    padding: 10px 14px 14px;
    border: 1px solid rgba(255,255,255,0.07);
    background-color: #1c1d26;
    border-radius: 0 8px 8px 8px;
    z-index: 500;
}

div.tabs {
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    top: 11px;
    left: 174px;
    white-space: nowrap;
    font-family: 'DM Sans', inherit;
    cursor: default !important;
    font-weight: 600;
    z-index: 1000;
}

.tab {
    border: 1px solid rgba(255,255,255,0.14);
    padding: 4px 10px;
    background-color: #22232e;
    color: #b0aaa0;
    z-index: 100;
    border-bottom-width: 0;
    transition: background-color 0.2s, color 0.2s;
}

.tabHover {
    background-color: rgba(200,169,110,0.08);
    color: #c8a96e;
    z-index: 1200;
    border-bottom-width: 0;
}

.tabActive {
    padding: 4px 10px;
    color: #c8a96e;
    background-color: #1c1d26;
    border-color: rgba(200,169,110,0.4);
    z-index: 10000;
}
