.thumbnail_{
    display: inline-block;
    position: relative;
    float: left;
    /*width: 23%;*/
    margin: 0 4px 4px 0;
    border: 0px;
    padding: 0px;
}
.thumbnail-{
    display: inline-block;
    position: relative;
    margin: 0px;
    border: 0px;
    padding: 0px;
    /*float: left;*/
}
.thumbnail .caption_{
    /*text-align: center;*/
    padding: 3px;
}
/*.file-Select{padding: 25%;}*/
fieldset .opacity,section .opacity{
    border: dashed 2px #808080;
    cursor: pointer;
    opacity: 0.4;
}
fieldset .opacity:hover,section .opacity:hover{
    border: solid 2px #808080;
    opacity: 0.8;
}
fieldset .galerie-image,fieldset .image,section .galerie-image,section .image{
    border: solid 1px #f8f8f8;
    /*box-shadow: 3px 3px 10px #999;*/
    /*padding: 5px;*/
    /*margin-bottom: 15px;*/
}
fieldset .image,section .image{
    width: auto;
    /*margin-left: 10px;*/
}
fieldset .image label,section .image label{
    width: 100%;
    font-weight: bold;
}

.thumbnail .image-uploaded{
    height: 160px;
    width: auto;
}
/*.galerie-image .image-uploaded{width: 100%;}*/
.img-greeter{
    height: 200px;
    width: 200px;
    text-align: center;
}
.img-greeter img{
    vertical-align: middle;
    max-height: 200px;
    max-width: 200px;
}

.frame {
    height: 160px;
    width: 160px;
    position: relative;
}
.frame img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.thumbnail>img, .thumbnail a>img {
    margin-left: unset;
    margin-right: unset;
}
.btn.del_image{
    display: none;
    position: absolute;
    top: 4%;
    right: 4%;
    border-radius: 20px;
}
.btn.del-image{
    display: none;
    position: absolute;
    top: 4%;
    right: 2%;
    border-radius: 20px;
}
.ordre{
    position: absolute;
    top: 4%;
    left: 2%;

    border-color: #333;
    background: #333333a6;
    padding: 4px;
    height: 25px;
    text-align: center;
    width: 47px;
    font-weight: bold;
    color: #fff;
}