/* Popup box BEGIN */
.hover_bkgr_fricc {
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
	left: 0;
    right: 0;
    width:100%;
    z-index:99999;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    /*height: auto;
    max-width: 100%;
    width: auto;*/
	height: 90vh;
    max-width: 60vw;
    width: 90vw;
	vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 20px;
	top: 5vh;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
.slideshow-container .fade-img {
    opacity: 1 !important;
    transition: opacity 0.15s linear;
	width: 100%;
}
.slideshow-container {
	width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
}
/*image size*/
.slideshow-container .modal-image.carre {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
.slideshow-container .modal-image.landscape {
	/*width: 100% !important;*/
	width: 84vw !important;
	height: auto !important;
}
.slideshow-container .modal-image.portrait {
	width: auto !important;
	/*height: 100% !important;*/
	height: 75vh!important;
}

/*image size*/
.content-fleche {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideshow-container a.prev, a.next {
    font-size: 25px !important;  
    color: #161616 !important;
    text-decoration: none !important;
}
.slideshow-container a.prev {
    position: absolute;
    left: 0;
}
.slideshow-container a.next {
    position: absolute;
    right: 41px;
}
.slideshow-container a.prev:hover, a.next:hover {
    color: #161616 !important;
    text-decoration: none !important;
	transition: none;
}
.slideshow-container .fade-img-img {
    width: 100%;
}
/* Popup box End */

/************** RESPONSIVE***************/
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 480px ) {
	.hover_bkgr_fricc > div {
		max-width: 90vw;
	}
}