#visagehoriz-overlay {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 300000;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	background: none;
	word-spacing: normal;
	letter-spacing: normal;
	float: none;
	clear: none;
	display: block;
	cursor:pointer;
}
#parentvisagehoriz {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 300010;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	background: transparent;
	word-spacing: normal;
	letter-spacing: normal;
	float: none;
	clear: none;
	cursor:pointer;
	background: rgba(35, 29, 17, 0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(10px);
	-ms-backdrop-filter: blur(10px);
	-0-backdrop-filter: blur(10px);
}
#visagehoriz {
	position: fixed;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    column-gap: 4rem;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	z-index: 300010;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	background: none;
	word-spacing: normal;
	letter-spacing: normal;
	float: none;
	clear: none;
	background-color: transparent;
	overflow: visible; /* So that elements around #visage element (moved outside with negative margins) are shown in all browsers */
    cursor: default;
}
#visagehoriz-container {
    align-content: center;
    /*display:block;*/
	margin: 0;
	padding: 0;
	background: transparent url("../images/commun/visage/loading.gif") no-repeat scroll center center;
	background-size: 70px 70px;
	overflow:hidden;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, .4));
}
#visagehoriz-image {
	margin:0;
	padding:0;
	border: none;
	outline: none;
	display:block;
    cursor: default;
}
#visagehoriz-nav-prev, #visagehoriz-nav-next, #visagehoriz-close, #visagehoriz-count, #visagehoriz-title {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	float: none;
	clear: none;
}
#visagehoriz-nav-prev {
	z-index: 300030;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;	
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/commun/visage/prev.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size: 27px 31px;
	cursor: pointer;
}
#visagehoriz-nav-next {
	z-index: 300030;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;	
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/commun/visage/next.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size: 27px 31px;
	cursor: pointer;
}
#visagehoriz-nav-prev.visagehoriz-nav-disabled {
	background: none;
	cursor: default;
}
#visagehoriz-nav-next.visagehoriz-nav-disabled {
	background: none;
	cursor: default;
}
#visagehoriz-close {
	z-index: 300030;
	top:1rem;
	right:1rem;
	margin: 0 auto;
	padding: 0;
	background: transparent url("../images/commun/visage/close.svg") no-repeat;
	background-size: 100%;
	cursor: pointer;
	width:35px;
	height:35px;
}
#visagehoriz-caption {
	position:relative;
	flex: 0 0 400px;  /*do not grow, do not shrink, start at 500px */
    align-content: center;
	margin:0;
	padding: 0;
	color: #FFF;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	word-break: break-word;
	overflow:hidden;
    cursor: default;
}
#visagehoriz-caption h1, #visagehoriz-caption h2{
	margin-top:3rem;
	font-size: 2.2rem;
	font-weight: 500;
}
#visagehoriz-caption p{
	margin-top:2rem;
}
#visagehoriz-caption a{
	color: #000;
	text-decoration:none;
    cursor: default;
}
#visagehoriz-caption .opencheckout{
    display: inline-flex;
    flex-flow: nowrap;
    column-gap: 1rem;
    border-radius: 2rem;
    background-color: rgb(0,0,0, 0.6);
    color: #FFF;
    padding: 0.5rem 1rem;
    margin: 0;
    margin-top: 2rem;
    cursor: pointer;
}
#visagehoriz-caption .opencheckout img{
    width: 2.5rem;
    height: auto;
}
#visagehoriz-caption .bottom{
	position:absolute;
	bottom:2rem;
	left:2rem;
	margin:0 auto;
	padding:0;
}
.visagehoriz-title {
	float:left;
	padding: 8px 6px;
	margin:0;
	background-color:#FFFFFF;
	-moz-box-shadow: 4px 4px 5px 0px #343434;
	-webkit-box-shadow: 4px 4px 5px 0px #343434;
	-o-box-shadow: 4px 4px 5px 0px #343434;
	box-shadow: 4px 4px 5px 0px #343434;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=134, Strength=5);
}
.visagehoriz-count {
	float:right;
	padding: 8px 6px;
	margin:0;
	background-color:#FFFFFF;
	-moz-box-shadow: -4px 4px 5px 0px #343434;
	-webkit-box-shadow: 4px 4px 5px 0px #343434;
	-o-box-shadow: -4px 4px 5px 0px #343434;
	box-shadow: -4px 4px 5px 0px #343434;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=134, Strength=5);
}
.visagehoriz-enabled {
}