/* Style pour la sidebarRight */
.sidebarRight {
    background-color: var(--bg-primary);
    width: 0;
    /*padding: 10px 0 10px 0;*/
    padding-top: 0;
    display: none;
    transition: width 600ms ease;
    position: fixed;
    top: 80px;
    right: 20px;
    margin-bottom: 30px;
    border: 2px solid #828282;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 0px #828282a2;
    font-size: 0.875rem;
}

/* Contenu de la partie fixe */
.viz-fixed-section {
    padding: 20px 20px 0 20px;
    max-height: 40%;
}

/* Titre */
#vizTitle {
    font-size: 1.375rem;
}

/* Date(s) & Adresse */
#vizDateAdresseUsername {
    margin-top: 20px;
}
#vizDateSum {
    padding-left: 10px;
    padding-right: 20px;
    color: tomato;
    font-weight: bold;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#vizAdresse{
    padding-left: 10px;
}
#vizVille {
    padding-left: 10px;
}

/* Tag(s) */
#vizTags {
    width: 530px; 
    overflow: scroll; 
    padding-left: 25px; 
    margin-bottom: -25px; 
    margin-top: 20px;
    font-size: 0.7rem;
}

/* Catégories */
#vizCat {
    display: block;
    max-width: 530px;
    cursor: default;
    margin: 10px 0 0 10px;
}
#vizMarkCat1 {
    padding-right: 0;
    vertical-align: middle;
}
#vizMarkCat1Logo {
    height: 55px;
}
#vizCat1Parent {
    vertical-align: middle;
    font-weight: bold;
    max-width: fit-content;
    padding: 0 20px 0 10px;
}
#vizMarkCat2 {
    padding-right: 0;
    vertical-align: middle;
}
#vizMarkCat2Logo {
    height: 40px;
}
#vizMarkCat3 {
    padding-right: 0;
    vertical-align: middle;
    padding-left: 20px;
}
#vizMarkCat3Logo {
    height: 40px;
}
#vizCat1Child {
    vertical-align: middle;
    max-width: fit-content;
    padding: 0 20px 0 10px;
}


/* Contenu de la partie scrollable du volet */
.viz-scrollable-section {
    padding: 0 20px 20px 20px;
    overflow-y: auto;
}

/* Titres de section */
#vizContent h5 {
    /*font-size: 1.25rem;*/
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    letter-spacing: 0;
}
#vizInfoContent h5 {
    /*font-size: 1.25rem;*/
    font-size: 0.9rem;
}

/* Date(s) */
#vizDate .litepicker {
    padding-left: 10px;
    font-size: 0.875rem;
}
#vizDate .container__days {
    pointer-events: none !important;
}