.cd-header {
	position: relative;
	height: 150px;
	background-color: #331d35;
}

@media only screen and (min-width: 1170px) {
	.cd-header {
		height: 180px;
	}
}

.cd-main-content {
	position: relative;
	min-height: 50vh;
}

.cd-main-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
	padding-top: 76px;
}

@media only screen and (min-width: 768px) {
	.cd-main-content.is-fixed .cd-gallery {
		padding-top: 90px;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-main-content.is-fixed .cd-gallery {
		padding-top: 100px;
	}
}

/* --------------------------------
xtab-filter
-------------------------------- */

.cd-tab-filter-wrapper {
	background-color: #FFF;
	z-index: 1;
}

.cd-tab-filter-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tab-filter {
	/* tabbed navigation style on mobile - dropdown */
	position: relative;
	height: 50px;
	width: 140px;
	margin: 0 auto;
	z-index: 1;
}

.cd-tab-filter::after {
	/* small arrow icon */
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../../images/ressources/cd-icon-arrow.svg") no-repeat center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cd-tab-filter ul {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: inset 0 -2px 0 #1566B5;
}

.cd-tab-filter li {
	display: none;
}

.cd-tab-filter li:first-child {
	/* this way the placehodler is alway visible */
	display: block;
}

.cd-tab-filter a {
	display: block;
	/* set same size of the .cd-tab-filter */
	height: 50px;
	width: 140px;
	line-height: 50px;
	padding-left: 14px;
}

.cd-tab-filter a.selected {
	background: #1566B5;
	color: #FFF;
}

.cd-tab-filter.is-open::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
	box-shadow: inset 0 -2px 0 #1566B5, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
	display: block;
}

.cd-tab-filter.is-open .placeholder a {
	opacity: .4;
}

@media only screen and (min-width: 768px) {
	.cd-tab-filter {
		/* tabbed navigation style on medium devices */
		width: auto;
		cursor: auto;
	}
	.cd-tab-filter::after {
		/* hide the arrow */
		display: none;
	}
	.cd-tab-filter ul {
		background: transparent;
		position: static;
		box-shadow: none;
		text-align: center;
	}
	.cd-tab-filter li {
		display: inline-block;
	}
	.cd-tab-filter li.placeholder {
		display: none !important;
	}
	.cd-tab-filter a {
		display: inline-block;
		padding: 0 1em;
		width: auto;
		color: #9a9a9a;
		text-transform: uppercase;
		font-weight: 700;
		font-size: .75rem;
	}
	.no-touch .cd-tab-filter a:hover {
		color: #1566B5;
	}
	.cd-tab-filter a.selected {
		background: transparent;
		color: #1566B5;
		box-shadow: inset 0 -2px 0 #1566B5;
	}
	.cd-tab-filter.is-open ul li {
		display: inline-block;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-tab-filter {
		/* tabbed navigation on big devices */
		width: 100%;
		float: right;
		margin: 0;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
	}
	.cd-tab-filter.filter-is-visible {
		width: 80%;
	}
}

/* --------------------------------
xgallery
-------------------------------- */

.cd-gallery {
	padding: 26px 5%;
	width: 100%;
}

.cd-gallery li {
	margin-bottom: 1.6em;
	display: none;
}

.cd-gallery li.gap {
	/* used in combination with text-align: justify to align gallery elements */
	opacity: 0;
	height: 0;
	display: inline-block;
}

.cd-gallery img {
	display: block;
	width: 100%;
}

.cd-gallery .cd-fail-message {
	display: none;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.cd-gallery {
		padding: 40px 3%;
	}
	.cd-gallery ul {
		text-align: justify;
	}
	.cd-gallery ul:after {
		content: "";
		display: table;
		clear: both;
	}
	.cd-gallery li {
		/*width: 100%;*/
		margin-bottom: 2em;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-gallery {
		padding: 50px 2%;
		float: right;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
	}
	.cd-gallery li {
		/*width: 49%;*/
	}
	.cd-gallery.filter-is-visible {
		width: 80%;
	}
}

.cd-filter-trigger {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	background: transparent url("../../images/ressources/cd-icon-filter.svg") no-repeat center center;
	z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
	pointer-events: none;
}

@media only screen and (min-width: 1170px) {
	.cd-filter-trigger {
		width: auto;
		left: 2%;
		text-indent: 0;
		color: #9a9a9a;
		text-transform: uppercase;
		font-size: 1.3rem;
		font-weight: 700;
		padding-left: 24px;
		background-position: left center;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	.no-touch .cd-filter-trigger:hover {
		color: #1566B5;
	}
	.cd-filter-trigger.filter-is-visible,
	.cd-filter-trigger.filter-is-visible:hover {
		color: #FFF;
	}
}