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



#nav-second sub {
    font-size: 80%;
    bottom: .15em;
    color: #ECCB1D;
}

#photos {
	padding: 0 15px;
}
#photos .nb {
	font-size: 16px;
	margin-bottom: 10px;
}
#photos .select {
	margin-right: 10px;
	width: auto;
}
#photos select {
	width: 245px;
}
#basculer {
	margin-bottom: 20px;
}
#photos .items {
	margin-bottom: 40px;
	margin-bottom: 50px;
    padding: 15px 10px;
    border-radius: 15px;
    background-color: #2E353E;
}
#photos .items li {
	float: left;
	width: 31%;
	height: 240px;
    padding: 10px;
    margin: 10px;
	position: relative;
    border-radius: 10px;
    background-color: #242830;
	/*
    width: 33.33333%;
    */
}
#photos .items li a {
	height: 100%;
	width: 100%;
	display: block;
}
#photos .items li img {
	width: 100%;
	height: 100%;
    border-radius: 5px;
}
#photos .items li .info {
	/*
	padding: 5px 10px;
    color: #fff;
	bottom: 0;
	width: 100%;
    */
	position: absolute;
    width: 94%;
    padding: 5px;
	bottom: 10px;
    border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
#photos .items li .tag {
	/*
    font-size: 12px;
    */
	font-size: 11px;
	white-space: pre;
    margin: 0 0 5px 0;
}
#photos .items li .titre {
	color: #72A8C5;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*
	font-size: 21px;
	font-size: 20px;
	text-shadow: 0px 0px #fff, 3px 2px #000;
	text-shadow: 0px 0px #fff, 2px 1px #000;
	*/
}
#photos .items li .loupe {
	/*
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 30px;
	color:#fff;
	color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.2);
	display: none;
	margin:auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	z-index: 2;
	*/
	z-index: 2;
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    opacity: 0.65;
    top: 40%;
    left: 45%;
    padding: 5px;
    border-radius: 50%;
    background-color: #D42323;
}
/*
#photos .items li a:hover .loupe{
	display: block;
}
*/
#photos .items li a:after {
	display: block;
	content: "";
	opacity: 0;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	background: #fc634f;
}
#photos .items li a:hover:after {
	/*
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	*/
}

.body-ad+.body-blue {
	margin-top: 50px;
}

.tags {
	padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #666;
}



#tabs-container {
	margin-bottom: 40px;
}





@media (max-width: 767px) {
	#photos {
		padding: 0;
	}
	#basculer {
		padding: 0 20px;
	}
	#basculer .nb {
		font-size: 14px;
	}
	#photos .select {
		margin-bottom: 10px;
		width: 100%;
	}
	#photos select {
		max-width: 100%;
		width: 100%;
		min-width: initial;
	}
	#photos .items {
		/*
        padding: 0 5px;
        */
        padding: 0;
        border-radius: 0;
        background: none;
	}
	#photos .items li {
		height: auto;
		width: 100%;
		float: none;
        margin: 0 0 20px 0;
	}
    #photos .items li .info {
        width: 95%;
    }
	#photos .items li img {
		height: auto;
	}
	#photos .items li .titre {
		font-size: 18px;
	}
	#photos .items li .tag {
		font-size: 11px;
	}
}




@media (max-width: 414px) {
    #photos .items li .info {
        width: 94%;
    }
}