.diagnostic-bar {
    display: flex;
    align-items: center;
    height: 30px;
    overflow: hidden;
    max-width: 450px;
}

.diagnostic-segment {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34%;
    font-weight: bold;
    color: white;
    position: relative;
    /* margin: 0 -1px; */
}

.diagnostic-segment .diagnostic-letter {
    display: none;
}

.diagnostic-segment.active {
    height: 100%;
    border-radius: 8px !important;
    z-index: 2;
}

.diagnostic-segment.active .diagnostic-letter {
    display: block;
}

.diagnostic-segment:not(:last-child) {
    border-right: 1px solid #d4d4d4;
}

.diagnostic-letter {
    display: inline-block;
    padding: 0 10px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.diagnostic-segment:first-child {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.diagnostic-segment:last-child {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

#annonce-images-carousel .carousel-inner img {
    object-fit: cover;
    height: 55dvh;
    max-height: 600px;
}

#annonce-images-carousel .img-thumbnail {
    height: 60px;
    width: 90px;
    object-fit: cover;
}

#annonce-images-carousel .carousel-inner {
    margin-bottom: 90px;
    border-radius: 7px;
}

.carousel-indicators {
    bottom: -80px;
    justify-content: flex-start;
    margin: 0;
}

.agent-box {
    margin-top: 0;
    border: none;
}

.carousel-inner .fastActionButton {
    font-size: 25px;
    padding: 8px;
}
