@charset "UTF-8";
/* CSS Document */

.lightBox:hover{ cursor:zoom-in; }
.visuelLB{ display:block; position:fixed; top:0; left:0; width:100%; height:100%; z-index:100040; background-color:#767676; }
.loaderLB{ display:block; position:absolute; width:55px; height:55px; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); background:url(../images/svg/roueIco.svg) top left no-repeat; background-position:center; background-size:cover; }
.fondLB{ position:absolute; width:100%; height:100%; background-color:white; opacity:0; }
html.no-touchevents .visuelLB:hover{ cursor:zoom-out; }
.fermeVisuelLB{ position:absolute; display:block; top:10px; right:10px; padding:10px; background-color:#ef4416; font-family: 'Raleway', sans-serif; font-size:22px; font-weight:900; color:white;
	user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none;
	z-index:200; border-radius:5px; }
html.no-touchevents .fermeVisuelLB{ transition:0.3s; }
html.no-touchevents .fermeVisuelLB:hover{ background-color:#767676; }
.fermeVisuelLB:hover{ cursor:pointer; }