
/* Styles speciaux tablette et smartphone */
@media screen and (max-width: 960px)
{
	.header-bar:hover{
		background: #4269EB;
	}
	.left-bar:hover{
		background: #F2DC30;
	}

	.simplebar-track.simplebar-vertical{
		display: none !important;
	}
	.modal.filters{
		min-width: 350px;
        width: 50%;
        left: -50%;
	}
	body.project-open .right-bar .btn-close{
		display: block;
	}
    .right-bar .zoom-slider-cursor{
        display: none;
    }
	.modal.project-detail {
        width: calc(100% - 76px);
    }
	.modal.project-detail .btn-close{
        display: block;
    }

	html, body, .main-container{
		overflow: hidden !important;
	}
    
	.left-col, .right-col{
        display: none;
	}
	.right-col.galery-mono-col{
		display: flex;
		overflow: hidden;
	}

	
	/* .right-col .projects-img-list img.alt-img{
		display: none;
	} */
	.right-col .projects-img-list li:hover img.alt-img{
		opacity: 0;
	}
}

/* Styles speciaux tablette et smartphone */
@media screen and (max-width: 768px)
{
	.modal.filters{
		min-width: calc(100% - 38px);
		width: calc(100% - 38px);
        left: -100%;
	}
	.modal.filters ul.categories{
		margin-left: -50px;
	}
}


