.chronogramme-periode {
    background-color: rgba(213,221,246,.4);
    border-width: 0px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#titre {
    margin-bottom: 10px;
}

#visualization {
    background-color: #f5f5f5;
    width: auto;
    height: auto;
    margin: 10px 0px;
	border: 1px solid lightgray;
}

#externalControls {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin: 10px 0px;
}
.button-container {
    margin-left: 10px;
    display: flex;
    gap: 2px;
}

.button-container button {
    padding: 0;
}

.button-container button:hover {
    color: blue;
}

.icone {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.vis-item.purple .item {
  background-color: rgb(246, 153, 246);
  border-color: rgb(167, 2, 167);
}

.vis-item .vis-item-content {
  white-space: inherit;
  box-sizing: inherit;
  padding: inherit;
  background-color: inherit;
  margin-left: 10px !important;
}

.vis-item.vis-box {
    border-radius: inherit;
    border-style: inherit;
    text-align: inherit;
}

.vis-item.vis-point.vis-selected {
    background-color: inherit;
    border-color: inherit;
    z-index: 2;
}

.vis-item {
    background-color: inherit;
    border-color: #1a1a1a;;
    border-width: inherit;
    color: #1a1a1a;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.item{
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px;
  color: #1A1A1A;
  border-color: #97B0F8;
  border-width: 1px;
  border-style: solid;
  background-color: #D5DDF6;
}

.vis-item .vis-item-content .item {
    display: flex;
    box-sizing: border-box;
    padding: 5px;
    white-space: nowrap;
}

.vis-item.vis-box .item {
    border-radius: 2px;
    border-style: solid;
    text-align: center;
}

.vis-item.vis-selected .item {
    background-color: #fff785;
    border-color: #ffc200;
}

.vis-item .item {
    background-color: #d5ddf6;
    border-color: #97b0f8;
    border-width: 1px;
    color: #1a1a1a;
    display: inline-block;
    z-index: 1;
}

.vis-item.vis-dot {
    margin-top: 11px;
}

.vis-item.vis-selected.vis-dot {
    border-color: #1a1a1a;
}

.vis-label.vis-group-level-0 {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vis-label.vis-group-level-0.white {
    color: transparent;
}

.vis-labelset .vis-label.black {
    color: #4d4d4d;
}

.vis-label.vis-group-level-0 .vis-inner button {
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;

} 

@media (max-width: 1500px) {
    .vis-item .vis-item-content .item {
        max-height: 25px;
        overflow: hidden;
        padding: 0 5px;
    }
    .vis-item .vis-item-content .item div {
        max-width: 100px;
        font-size: 12px;
        overflow: hidden;
    }

    .date-text {
        display: none;
    }
    
    .vis-item.vis-dot {
        margin-top: 0;
        border-width: 3px;
    }

    .vis-labelset .vis-label {
        max-height: 35px;
        font-size: 12px;
    }

    .vis-foreground .vis-group {
        max-height: 35px;
    }
}