.sidebar-menu-bien {
    width: 5%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background : white;
    transition: 0.5s;
}

.sidebar-menu-bien .menu_footer {
    display: none;
}

.sidebar-menu-bien:hover {
    width: 10%;
    z-index: 2000;
    transition: 0.5s ease-in-out;
}

.sidebar-menu-bien:hover  #navigationBien li a span {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-menu-bien:hover .menu_footer {
    display : flex;
    justify-content: center;
    flex-direction: column;
}

#bg {
    width: 95%;
    left : 5%;
}

#logo {
    width: 100%;
    padding-bottom: 50px;
}

#navigationBien {
    display : flex;
    flex-direction: column;
}

#navigationBien li a {
    display: flex;
    justify-content: flex-start;
    line-height: 20px;
    padding: 10px;
    gap: 5px;
    margin-left: 14px;
}

#navigationBien li:hover {
    background : #806F45;
    transition : 0.3s ease-in-out;
}

#navigationBien li:hover a svg, #navigationBien li:hover a span {
    color: #fff;
    transition : 0.3s ease-in-out;
}

#navigationBien li a span {
    display: none;
}

#content_infos:not(.minimized) {
    position: absolute;
    bottom: 100px;
    left: 20px;
    width: 730px;
    min-height: 350px;
    z-index: 455;
    text-align: center;
    background: white;
    border-radius: 15px;
    box-shadow:
            0 9px 9px 0 rgba(0, 0, 0, 0.01),
            0 2px 5px 0 rgba(0, 0, 0, 0.06);
    transition : 0.5s ease-in-out;
}

#content_infos {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 730px;
    min-height: 0;
    z-index: 455;
    text-align: center;
    background: white;
    border-radius: 15px;
    box-shadow:
            0 9px 9px 0 rgba(0, 0, 0, 0.01),
            0 2px 5px 0 rgba(0, 0, 0, 0.06);
    transition : 0.5s ease-in-out;
}

#content-infos:focus {
    box-shadow:
            0 2px 12px 0 rgba(0, 0, 0, 0.04),
            0 9px 9px 0 rgba(0, 0, 0, 0.01),
            0 2px 5px 0 rgba(0, 0, 0, 0.06);
}

.tab-pane {
    padding : 20px 30px;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}

#showHide {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    padding-right: 10px;
}

.carousel-caption-annonce {
    left: 15%;
}
