.fiche_fichierIcon {
    background-size: contain;
    cursor: pointer;
    opacity : 1 !important;
}

.ficheY_fichierIcon {
    background-size: contain;
    cursor: pointer;
    opacity : 1 !important;
    width : 100% !important;
    height : 100% !important;
}


.fiche_fichier_conteneur {
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    border-radius: 2vw;
    -webkit-box-shadow: #000 0px 1vw 2vw;
    -moz-box-shadow: #000 0px 1vw 2wv;
    box-shadow: #000 0px 1vw 2vw;
    overflow: hidden;
    background: -moz-linear-gradient(bottom,  rgba(252,236,156,1) 0%, rgba(252,236,156,0.5) 20%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(252,236,156,1)), color-stop(20%,rgba(252,236,156,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(252,236,156,1) 0%,rgba(252,236,156,0.5) 20%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(252,236,156,1) 0%,rgba(252,236,156,0.5) 20%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(252,236,156,1) 0%,rgba(252,236,156,0.5) 20%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(252,236,156,1) 0%,rgba(252,236,156,0.5) 20%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec9c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.fiche_fichier_inside {
    position: absolute;
    width : 96%;
    height: 96% !important;
    overflow-x: hidden;
    overflow-y: auto;
    margin:10px 10px 10px 10px;
    padding: 15px;
    
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    
    -webkit-box-shadow: #000 0px 5px 10px inset;
    -moz-box-shadow: #000 0px 5px 10px inset;
    box-shadow: #000 0px 5px 10px inset;
     
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec9c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
   
}

.fiche_fichier_form{
    overflow : hidden ;
    height : 100%;
}

.fiche_fichier_form_body{
    border-style: none;
    font-size: 1vw;
    background: transparent ;
    padding: 1vw 1vw 1vw 1vw;
    overflow-x : hidden ;
    overflow-y : auto ;
    height : 100%;
}

.fiche_fichier_form_idTarget {
    font-size: 2vh ;
    line-height: 3vh;
    text-align: center;
    font-weight: bold ;
    
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    
    -webkit-box-shadow: #000 0px 3px 6px;
    -moz-box-shadow: #000 0px 3px 6px;
    box-shadow: #000 0px 3px 6px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
}


.vignette_fichier_photo {
    display : inline-block;
    margin: 5px 5px 5px 5px;
    border : 1px solid #fff;
    width: 13.5vw ;
    height: 13.5vw;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    
/*    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);*/
    
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec9c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    
    
    -webkit-box-shadow: #000 0px 1vw 2vw;
    -moz-box-shadow: #000 0px 1vw 2wv;
    box-shadow: #000 0px 1vw 2vw;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.vignette_fichier_photo_up {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}

.vignette_fichier_photo div:nth-child(1) {
    width : 100% ;
    height: 100%;
/*    line-height: 6vw ;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.vignette_fichier_photo > div:nth-child(2) {
    position: relative;
    top: -60%;
    height: 55%;
}

.vignette_fichier_photo div > img {
    vertical-align: middle ;
}

.vignette_fichier_photo div > p {
    width : 100% ;
    text-align: center ;
    font-size: 1.3vw;
    margin: 0px ;
    color: #00f ;
    
     background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec9c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    
    
}

.vignette_fichier_photo div > #fileName  {
    font-size: 0.75vw;
    background: white;
}

.vignette_fichier_photo div > #comment {
    font-size: 1vw;
    overflow-y : auto ;
    overflow-x : hidden ;
    height: 50% ;
    text-align: left ;
    text-indent: 2vw;
    color : #000 ;
    font-style: italic ;
    overflow-x: hidden;
    overflow-y: auto;
}

.vignette_fichier_photo div #admin  {
    width : 10% ;
    height: 100%;
    float: right;
    display: block;
}

.vignette_fichier_photo div #admin > img  {
    width : 100% ;
    cursor: pointer;
}

.vignette_fichier_photo_fulScreen {
    border: 4px solid #f00 ;
}