.template-page .title-wrapper{
	margin-bottom: 0;
}
.top-wrapper{
    background: #232323;	
    padding-top: 60px;
}
.top-wrapper h1{
    margin-top: 10px;
    color: #fff;
    padding-bottom: 50px;
    letter-spacing: 12px;
}
.filter-wrapper{
    margin-bottom: 5em;
    display: table;
    width: 100%;
}
.filter-wrapper .select-label{
    font-family: 'bebasneue_regular';
    letter-spacing: 2px;
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
}
.filter-wrapper .left-wrapper{
    width: 400px;
    display: table-cell;
}
.filter-wrapper .left-wrapper .custom-combobox{
	max-width: 500px;
}
.filter-wrapper .right-wrapper{
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}
.slides{
	padding: 0;
	margin: 0;
}
.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper blockquote{
	position: relative;
	margin-left: 50px;
}
.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper blockquote p{
	display: block;	
}
.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper blockquote::before {
    content: attr(data-content);
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin: 0;
    font-size: 1em;
    transform: rotateZ(-90deg);
    margin-left: -50px;
    color: #be3024;
    font-family: 'bebasneue_regular';
    letter-spacing: 2px;
    top: 29px;
}
.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper ul{
	font-size: 1.1em;
}
.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper .categories{
	color: #999;
	font-family: 'bebas_neuebold';
	font-size: 1.2em;
	letter-spacing: 2px;
}
.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper .categories span{
	color: #be3024;
}



@media screen and (max-width: 767px) {
	.filter-wrapper .left-wrapper{width: 100%; display: block; margin-bottom: 1em;}
	.filter-wrapper .right-wrapper{display: none;}
}

@media screen and (max-width: 767px) {

.section-projets .projet-wrapper .cols-wrapper .right-col .text-wrapper blockquote::before