body {
	font-family: 'BauhausC', sans-serif;
	font-size: 14px;
	background: #000 url(../images/background.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px;
	margin: 0;
}
header{
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #fff;
	position: relative;
}
header :after{
	content: '';
	display: block;
	position:relative;
	width: 46px;
	height: 21px;
	background: url(../images/noeud.png) center center no-repeat;
	margin: 0 auto;
	bottom: -40px;
	background-color: #000;
	padding: 0 15px;
}
header figure{
	text-align: center;
	margin: 0 auto;
}

#example1 .panel-counter {
	padding: 5px;
	font-size: 22px;
	color: #fff;
	width: 450px;
	/*width: 250px;*/
	max-width: 100%;
	text-align: center;
	background: url(../images/sep.png) bottom center no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px!important;
}
#example1 .panel-counter figure{
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
#example1 .panel-counter figure.ic1{
	background: url(../images/ico-1.png) center center no-repeat;
}
#example1 .panel-counter figure.ic2{
	background: url(../images/ico-2.png) center center no-repeat;
}
#example1 .panel-counter figure.ic3{
	background: url(../images/ico-3.png) center center no-repeat;
}
#example1 .panel-counter figure.ic4{
	background: url(../images/ico-4.png) center center no-repeat;
}
#example1 .panel-counter figure.ic5{
	background: url(../images/ico-5.png) center center no-repeat;
}
#example1 .panel-counter figure.ic6{
	background: url(../images/ico-6.png) center center no-repeat;
}

.info-barber{
	height: 100%;
	padding: 30px;
	background-color: rgba(0, 0, 0, .7);
}
.titre{
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.desc-barber{
	line-height: 170%;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.partage-barber{
	padding-top: 20px;
	border-top: 1px dotted #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.partage-barber p img{
	margin-left: 10px;
}
.nom-barber{
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.nom-barber p{
	font-size: 17px;
}
.barber-filter{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+74,000000+100&0+0,1+74,1+100 */
	/* background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 95%,rgba(0,0,0,1) 100%); */
}

@media (max-width: 1400px) {
	.titre{
		font-size: 21px;
	}
	.desc-barber{
		font-size: 68%;
	}
	.partage-barber a img{
		width: 30px;
		height: auto;
	}
}
@media (max-width: 1100px) {
	.titre{
		font-size: 19px;
	}
	.desc-barber{
		font-size: 55%;
	}
	.partage-barber a img{
		width: 30px;
		height: auto;
	}
}
@media (max-width: 860px) {
	#example1.custom-responsive .panel-counter {
		font-size: 16px;
		padding: 2px;
		bottom: 2px !important;
		left: 2px !important;
	}

	#example1.custom-responsive .hide-medium-screen,
	#example3 .hide-medium-screen {
		display: none;
	}

	.titre{
		font-size: 22px;
	}
	.desc-barber{
		font-size: 11px;
	}
	.info-barber{
		width: 55%!important;
	}
}

@media (max-width: 640px) {
	#example1.custom-responsive .as-layer,
	#example3.as-horizontal .as-layer {
		font-size: 12px;
	}

	#example1.custom-responsive .hide-small-screen,
	#example3 .hide-small-screen {
		display: none;
	}
	.info-barber{
		width: 50%!important;
	}
}



@media (max-width: 450px) {
	#example1.custom-responsive .as-layer,
	#example3.as-horizontal .as-layer {
		font-size: 10px;
		padding: 2px;
	}

	.info-barber{
		width: 100%!important;
		position: initial;
		display: block;
		background-color: rgba(0, 0, 0,1);
	}
	.titre{
		font-size: 22px;
	}
	.desc-barber{
		font-size: 11px;
	}
	.nom-barber{
		position:absolute;
		top: 0;
		right: 0;
		width: 50%;
		background-color: rgba(0, 0, 0, .7);
		padding-top: 20px;
	}
	#example1 .panel-counter {
		left: initial!important;
		right: 0!important;
	}
}

.controls {
	margin-top: 30px;
	text-align: center;
}

.controls a {
	color: #333;
}

.controls span.custom-arrow {
	display: none;
}