html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
}

#show_image_popup{
    position: absolute; /*  so that not take place   */
    top: 10%;
    left: 400px;
    right: 15%;
    z-index: 1000; /*  adobe all elements   */

    display: none; /*  to hide first time   */
    height: 80%;
    width: 80%;
}

#show_image_popup img{
    max-width: 90%;
    max-height: 70%;
}

#close-btn{
    cursor: pointer;
}

a{
    text-decoration:none;
}


#mini_images{
    margin:0px;
    padding: 0px;
    list-style: none;
    
}
#mini_images li {
    display: inline-block;
    width: 100px;
    height: 100px;
}
#mini_images li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

div {
    color: #fff;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding: 10px;
}
.container {
    background-color:#2E4272;
    display:inline-flex;
    flex-direction: row;
    position: relative ;
    max-width: 100%;
    max-height: 94%;
    height: 100%;
    bottom: 0px;
}

.fixed {
    background-color:#4F628E;
    width: 330px;
    height: 100%;
}
.flex-item {
    background-color:#7887AB;
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    padding-bottom: 30px;
}

#sidebar{
    width: 300px;
    text-align: center;
}

div.scroll-container {
    overflow: auto;
    padding: 10px;
}  

div.scroll-container img {
    padding: 10px;
}

#base_scroller {
    height: 100%;
    position: relative;
    white-space:normal; 
}

#base_scroller img {
    height: 100%;
    display: inline-block;
    vertical-align:top;
    position: relative;
}

#bouton{
    background: none;
    border:none;
    color: white;
}