.lightboxed { cursor: pointer; }
div#lightboxed--cache { position: fixed; left: -99999999px; }
div#lightboxed--container { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; background: rgba(0,0,0,0.9); z-index: 9001; }
div#lightboxed--stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
div#lightboxed--content { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame iframe,div#lightboxed--content .lightboxed--frame img{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:0}
div#lightboxed--content .lightboxed--frame .lightboxed--caption { position: absolute; bottom: 0; right: 0; padding: 10px; background: #000; background: rgba(0,0,0,0.9); color: #fff!important; }
div#lightboxed--thumbs { display: none; position: absolute; bottom: 0; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
div#lightboxed--thumbs .lightboxed--thumb { float: left; overflow: hidden; border-radius: 2px; cursor: pointer; }
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border { position: relative; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,0.4); transition: 500ms background;  }
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border { background: rgba(255,255,255,1); transition: 500ms background; }
div#lightboxed--thumbs .lightboxed--thumb img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.lightboxed--thumb.lightboxed--active {border: 2px solid #fff;}
div#lightboxed--bttn_close{content:'';position:absolute;top:10px;right:10px;background:#fff;background-image:url('../images/modale_grey_close.svg');background-repeat:no-repeat;background-position:center;width:30px;height:30px;border-radius:100%;cursor:pointer;background-size:16px 16px;transition:all .4s}
div#lightboxed--bttn_next{display:none;position:absolute;top:44%;right:10px;background-color:#fff;background-image:url('../images/icon_right_arrow.svg');background-repeat:no-repeat;background-size:20px 20px;background-position:center;width:42px;height:42px;border-radius:10px;cursor:pointer}
div#lightboxed--bttn_prev{display:none;position:absolute;top:44%;left:10px;background-color:#fff;background-image:url('../images/icon_right_arrow.svg');background-repeat:no-repeat;background-size:20px 20px;background-position:center;width:42px;height:42px;border-radius:10px;cursor:pointer;transform:rotate(180deg)}
/* ============= max-width:640px ==========*/
@media only screen and (max-width:640px){div#lightboxed--bttn_next,div#lightboxed--bttn_prev{top:45%;background-size:14px 14px;width:30px;height:30px}div#lightboxed--bttn_close{background-size:14px 14px}}