.detail-page-tis #banner {
	background-color: #000000;
	background-image: none !important;
	height: 600px;
}
.detail-page-tis #main {
	margin-top: 30px;
	position: static;
}



/* DIAPORAMA */

#detail-syndic .diaporama-media {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
#detail-syndic .diaporama-media .syndication-diaporama {
	position: static;
}
#detail-syndic .diaporama-media .syndication-lightbox {
	font-size: 0;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#detail-syndic .diaporama-media img {
	width: auto !important;
	min-width: 100%;
	height: auto !important;
	display: block;
}
#detail-syndic .diaporama-media img.thumb-video {
	width: 100% !important;
	min-width: 1066px;
	max-width: 1170px;
	margin: 0 auto;
}
#detail-syndic .diaporama-media .bt-media-popup {
	display: none;
}



/* ADRESSE & BOUTONS */

#detail-syndic .block-syndic-adresse {
	padding: 6px 0 0;
}
#detail-syndic .block-syndic-adresse p {
	color: #042c4e;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: inline;
}
#detail-syndic .block-syndic-adresse p + p.commune:before {
	content: " - ";
}
#detail-syndic .boutons {
	float: right;
}
#detail-syndic .boutons li {
	margin: 0 0 5px 10px;
}



/* TARIF & LABELS */

#detail-syndic .tarif {
	margin: 0 0 30px;
	float: right;
}



/* COORDONNEES */

#detail-syndic .coord .bt-call,
#detail-syndic .coord .bt-internet,
#detail-syndic .coord .bt-mail {
	color: #1f6097;
	font-size: 1em;
    font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
    background-repeat: no-repeat;
	background-size: 30px auto;
	min-height: 30px;
    padding: 0 0 0 35px;
    margin: 0 30px 10px 0;
    display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
#detail-syndic .coord .bt-call {
	background-image: url("../img_v2/icon/tel.svg");
}
#detail-syndic .coord .bt-internet {
	background-image: url("../img_v2/icon/web.svg");
}
#detail-syndic .coord .bt-mail {
	background-image: url("../img_v2/icon/email.svg");
    padding: 0 0 0 38px;
}
#detail-syndic .coord .bt-call .comm {
	color: #626262;
	font-size: 0.8em;
    font-weight: normal;
	text-transform: none;
	line-height: normal;
}
#detail-syndic .coord .bt-call .comm a {
	color: #626262;
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 999px) {
	
}

@media only screen and (max-width: 769px) {
	
	.detail-page-tis #banner {
		height: 300px;
	}
	.detail-page-tis #main {
		margin-top: 0;
	}
	
	/* DIAPORAMA */
	
	#detail-syndic .diaporama-media {
		height: 300px;
	}
	#detail-syndic .diaporama-media img {
		height: 300px !important;
	}
	#detail-syndic .diaporama-media img.thumb-video {
		min-width: 533px;
		max-width: 585px;
		height: auto !important;
	}
}