#tpl_cms {
	background: #ffffff;
	padding: 0 0 0;
	position: relative;
}

#tpl-cms-content div.zone:first-child {
	margin-top: 0;
}

#breadcrumb {
	background-position: bottom;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eee;
}

.justify-text {
	display: flex;
	align-items: center;
	text-align: justify;
}

/* GalleryBundle */

.gallery-bloc {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.gallery-bloc .visual_container {
	max-width: 160px;
	padding-left: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:1199px) {
	#tpl_cms {
		width: 100%;
	}
}

@media screen and (max-width:1050px) {
	.gallery-bloc .visual_container {
		max-width: 150px;
	}
}

@media screen and (max-width:991px) {
	.justify-text {
		align-items: flex-start;
	}
}

@media screen and (max-width:767px) {
	.gallery-bloc .visual_container {
		max-width: 120px;
	}
}

@media screen and (max-width: 575px) {
	.gallery-bloc {
		justify-content: center;
	}

	.gallery-bloc .visual_container {
		padding-left: 5px;
		padding-right: 5px;
	}
}
