.img-input-unique .img-affiche{
    border:1px solid #bfbfbf;
    cursor: pointer;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.img-input-unique .img-remover{
    border-radius: 50%;
    margin-top: -80px;
    margin-left: -15px;
}
.img-input-unique .img-input{
    display: none;
}
.img-remover-multiple{
    border-radius: 50%;
    margin-top: -245px;
    margin-left: 100px;
    cursor: pointer;
}
.fic-remover-multiple{
    border-radius: 50%;
    margin-left: 0px;
    margin-top: 4px;
    cursor: pointer;
}
.img-affiche-multiple{
    border: 1px solid #bfbfbf;
    cursor: pointer;width: 120px;
    height: 120px;
    border-radius: 50%;
}
.image-profil-detail{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 20px;
    border: 1px solid #eae8e8;
    box-shadow: 2px 2px 10px;
}

.image-profil-liste{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #e9e9ef;
}
#add_image{
    border-radius: 50% !important;
    cursor: pointer !important;
}
#add_fichier{
    border-radius: 50% !important;
    cursor: pointer !important;
}
/*
    clode alerte
 */
.alert .close{
    margin-top: -3px;
}
/*
       Zoom image
 */
.z-img {
    /*border-radius: 5px;*/
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #e8e5e599;
}

.z-img:hover {opacity: 0.7;}

/* The Modal (background) */
.z-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (image) */
.z-modal-content {
    margin: auto;
    max-height: 80%;
    display: block;
    width: auto !important;
    max-width: 80% !important;
    max-width: 700px;
}

/* Caption of Modal Image */
.z-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.z-modal-content, .z-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.z-close {
    position: absolute;
    top: 60px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.z-close:hover,
.z-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .z-modal-content {
        width: 100%;
    }
}

.z-modal-next {
    font-size: 50px;
    position: fixed;
    right: 25px ;
    top: 50%;
    z-index: 900;
    cursor: pointer
}
.z-modal-next:hover {
    font-size: 53px;
    color: #ffff;
}
.z-modal-prev {
    font-size: 50px;
    position: fixed;
    left: 25px ;
    top: 50%;
    z-index: 900;
    cursor: pointer
}
.z-modal-prev:hover {
    font-size: 53px;
    color: #ffff;
}
@media (max-width: 481px){
    .img-remover-multiple {
        border-radius: 50%;
        cursor: pointer;
        margin-top: 0px;
        margin-left: 0px;
    }
    .img-affiche-multiple {
        border: 1px solid #bfbfbf;
        cursor: pointer;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
}


#partage-rs{
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 1000;
}
#partage-rs .p-btn {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: #47cefeb8;
    color: white;
    cursor: pointer;

}
#partage-rs .p-btn i{
    font-size: 19px;
    padding: 10px 0px 0px 10px;

}
#partage-rs .rs{
    display: none;
    color: white;
    padding: 10px;
}
#partage-rs .rsf{
    border-top-right-radius: 10px;
}
#partage-rs .rsl{
    border-bottom-right-radius: 10px;
}
#partage-rs .rs i{
    font-size: 30px;
}
