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




body {
	min-height: 760px;
    background-color: #1E1E1E;
	/*
    background-color: #333;
    */
}
#nav-main {
	display: none;
}


#photos {
	padding:5px 15px;
	height: 100%;
	width: 100%;
	color: #CCC;
    /*
	background-color: #7f7f7f;
	background-color: #333;
    */
}
#photos .col1 {
	height: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 75px;
}
#photos .col2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
	border-left: 1px solid #5f5f5f;
	height: 100%;
	padding-top: 75px;
}


#photos .header {
	height: 70px;
	border-bottom: 1px solid #5f5f5f;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 10;
}
#photos .logo {
	/*
	width: 220px;
	width: 250px;
	padding-top: 10px;
	padding: 5px 0 0 15px;
	*/
	text-align: center;
	width: 265px;
	height: 100%;
	float: left;
    padding: 5px 10px 0 15px;
	border-right: 1px solid #5f5f5f;
}
#photos .logo img {
	/*
	width: 170px;
	height: 50px;
	margin: 0 auto;
	*/
	max-height: 60px;
}
#photos .titre {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	font-size: 26px;
	padding: 15px 40px;
	font-weight: normal;
	/*
	padding: 15px 20px;
	text-transform: uppercase;
	*/
}
#photos .titre:first-letter {
	font-size: 1.2em;
}
#photos .control {
	height: 100%;
	width: auto;
	display: inline-block;
	float: right;
}
#photos .control li {
	float: left;
	height: 100%;
}
#photos .control li a {
	/*
    width: 100%;
    */
	border-left: 1px solid #5f5f5f;
	text-align: center;
	padding-top: 23px;
	color: #a1a1a1;
	height: 100%;
	width: 66px;
}
#photos .control li a.active,#photos .control li:hover a {
	/*
    color: #fff;
    */
	color: #CCC;
}
#control-share ul {
	display: none;
}
#control-share:hover ul {
	display: inline;
}
#control-share:hover ul a {
	background: rgba(255, 255, 255, 0.2);
}


#photos .contenu {
	/*
    background-color: #000;
    */
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 95%;
	min-height: 760px;
	max-width: 1400px;
	min-width: 1140px;
    border-radius: 15px;
	padding-right: 330px;
    background-color: #242830;
    box-shadow: 2px 2px #30333B;
}
#photos .col1 .content {
	height: 100%;
}
#photos .col1 .owl-div {
	position: relative;
	padding: 0 65px;
	height: 100%;
}
#photos .col1 .owl-div div {
	height: 100%;
}
#nav-photos-main-left,#nav-photos-main-right {
	position: absolute;
	background: none;
	border: none;
	top: 0;
	z-index: 20;
	bottom: 0;
	height: 30px;
	font-size: 20px;
	color: #a2a2a2;
	width: 65px;
	margin:auto 0;
	text-align: center;
	outline: none !important;
}
#nav-photos-main-left {
	left: 0;
}
#nav-photos-main-right {
	right: 0;
}


#carousel-photos-main {
	height: 100%;
}
#carousel-photos-main li {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#carousel-photos-main img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
#photos .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	border-top: 1px solid #5f5f5f;
}


#carousel-cover {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	margin: 0 65px;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.7);
}
#carousel-cover.active {
	display: block;
}
#carousel-cover ul {
	height: 90%;
	overflow: auto;
}
#carousel-cover ul:hover::-webkit-scrollbar {
	width:6px;
}
#carousel-cover ul::-webkit-scrollbar {
	width:6px;
}
#carousel-cover ul::-webkit-scrollbar-track {
	border-radius:10px;
	background:#eee;
}
#carousel-cover ul::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:#a4a4a4;
}
#carousel-cover ul::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(35,82,124,0.4);
}
#carousel-cover li {
	width: 24%;
	float: left;
	margin:0 1% 10px 0;
	cursor: pointer;
}
#carousel-cover li.active img {
	border: 1px solid #EF5A28;
}
#carousel-cover li img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 155px;
}


#photos .col2 .content {
	padding:10px 0;
}
#photos .col2 .ad {
	width: 300px;
	margin: 0 auto;
	display: block;
}
#photos .col2 .owl-div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
}


.footer h3 {
	/*
	text-transform: uppercase;
	*/
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	padding: 24px 110px 24px 20px;
}
.footer #counter-items {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100px;
	text-align: center;
	border-left: 1px solid #5f5f5f;
	font-size: 16px;
	padding: 24px 20px;
}


#popup-close {
	display: none;
	margin-top: 20px;
}
#photos.ad-active .col2 {
	right: initial;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	background: #000;
	text-align: center;
}
#photos.ad-active #popup-close {
	display: inline-block;
}





@media (max-width: 767px) {
	html, body {
		min-height: 100%;
		background-color: #000;
	}
	body {
		padding-top: 0;
	}
	#nav-main {
		display: block;
		position: initial;
	}
	#photos {
		padding: 0;
	}
	#photos .contenu {
        border-radius: 0;
		padding: 0;
		min-width: 0;
		min-height: 0;
	}
	#photos .header {
		height: 40px;
	}
	#photos .logo {
		display: none;
	}
	#photos .titre {
		padding: 10px 10px;
		font-size: 12px;
	}
	#photos .control li a {
		padding-top: 10px;
		width: 40px;
	}
	#photos .col1 {
		padding-bottom: 0;
	}
	#photos .col1 .owl-div {
		padding: 0;
	}
	#photos .col2 {
		position: initial;
		text-align: center;
		width: 100%;
		padding-top: 0;
		padding-bottom: 20px;
		border: 0;
	}
	#photos.ad-active .col1,#photos.ad-active .header {
		display: none;
	}
	#photos.ad-active .col2 {
		padding-top: 50px;
	}
	#nav-photos-main-left,#nav-photos-main-right,.footer #counter-items,#control-current,#control-share {
		display: none;
	}
	#photos .footer {
		position: initial;
		height: unset;
	}
	.footer h3 {
		padding: 15px;
		font-size: 13px;
		padding: 10px 15px 0 15px;
	}
	#carousel-cover {
		margin: 0 10px;
	}
	#carousel-cover li img {
		height: 65px;
	}
	.ad-container {
		margin: 20px -15px;
	}
	#photos .col1 {
		padding-top: 60px;
	}
}