/* standard */

html {
height: 100%;
}

body {
position: relative;
margin: 0;
min-height: 100%;
}

img.thumb {
background: rgba(200, 200, 200, 0.5) url(loading.gif) no-repeat center;
min-width:32px;
min-height:32px;
box-sizing: content-box;
}

@media screen and (max-width: 1140px) {
    img.thumb {
    max-width: 100%;
    height: auto;
    }
}

a , a:hover {
    color: #000000;
}

.scroll_y {
overflow-y: scroll !important;
}

.scroll_y ::-webkit-scrollbar {
display: none;
}

.nobr{
white-space: nowrap;
}

.cadre1{
display: inline-table;
margin: 15px auto;
}

.breadcrumb {
background-color: rgba( 255, 255, 255, 0 );
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
color: rgba( 0, 0, 0, 1 );
content: ">";
}

#footer_spacer {
height:2rem;   
}

#footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}