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



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



/*
.tags {
    margin-bottom: 40px;
	padding-bottom: 10px;
    border-bottom: 1px solid #666;
}
.tags>li {
	display: inline-block;
	float: left;
}
.tags>li>a {
	font-size: 10px;
	padding: 2px 10px;
	margin-right: 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
    border: 1px solid #6D7F97;
    background-color: #6D7F97;
    color: #FFF !important;
    border-radius: 3px;
}
.tags li button {
	background-color: #EBEBEB;
	color: #f05a2a !important;
	margin-right: 15px;
	padding: 2px 15px;
	border: 0;
	font-size: 10px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.tags li a:first-letter,.tags li button:first-letter {
	font-size: 1.3em;
}
.tags li a.selected {
	color: white;
	background-color: #ef5a28;
}
*/



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

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




#videos {
	padding: 0 15px;
}
#videos .nb {
    /*
	font-size: 16px;
    */
    color: #CCC;
	margin-bottom: 10px;
}
#videos .select {
	margin-right: 10px;
	width: auto;
}
#videos select {
	width: 245px;
}
#videos .items {
	margin-bottom: 50px;
    padding: 15px 10px;
    border-radius: 15px;
    background-color: #2E353E;
}
#videos .items li {
	float: left;
	width: 31%;
	height: 240px;
    padding: 10px;
    margin: 10px;
	position: relative;
    border-radius: 10px;
    background-color: #242830;
	/*
    width: 33.33333%;
    */
}
#videos .items li a {
	height: 100%;
	width: 100%;
	display: block;
}
#videos .items li img {
	width: 100%;
	height: 100%;
    border-radius: 5px;
}
#videos .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);
}
#videos .items li .titre {
	font-family: Sansita, Georgia, Arial;
	color: #72A8C5;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*
	font-size: 21px;
	text-shadow: 0px 0px #fff, 3px 2px #000;
	text-shadow: 0px 0px #fff, 2px 1px #000;
	*/
}
#videos .items li .tag {
	/*
    margin: 0 0 5px 0;
    font-size: 12px;
    */
	font-size: 11px;
	white-space: pre;
}
#videos .items li .loupe {
	position: absolute;
	width: 48px;
	height: 34px;
	text-align: center;
	font-size: 30px;
	color:#fff;
	color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.2);
	margin:auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	z-index: 2;
}

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





@media (max-width: 767px) {
	#videos{
		padding: 0;
	}
	#basculer{
		padding: 0 20px;
	}
	.tags{
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 40px;
		/*
		padding-left: 20px;
		*/
	}
	.tags>li {
		float: none!important;
		vertical-align: top;
	}
	.tags:hover::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.tags::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.tags>li.dropdown button{
		display: none;
	}
	.tags>li.dropdown ul{
		position: initial;
		display: inline-block;
		background: initial;
		border-radius: 0;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.tags>li.dropdown ul li{
		display: inline-block;
		vertical-align: top;
	}
	.tags>li>a {
		margin-right: 5px;
	}
	.tags>li.dropdown ul li a{
		padding: 2px 15px;
		margin-right: 5px;
		text-transform: uppercase;
		background-color: #c8e8fd;
		font-size: 12px;
	}
	#videos .nb{
		font-size: 14px;
	}
	#videos .select{
		margin-bottom: 10px;
		width: 100%;
	}
	#videos select{
		max-width: 100%;
		width: 100%;
		min-width: initial;
	}
	#videos .items {
		/*
        padding: 0;
        */
        padding: 0 5px;
        border-radius: 0;
        background: none;
	}
	#videos .items li {
		height: auto;
		width: 100%;
		float: none;
        margin: 0 0 20px 0;
	}
	#videos .items li img{
		height: auto;
	}
	#videos .items li .titre{
		font-size: 18px;
	}
	#videos .items li .tag{
		font-size: 11px;
	}
}