/* CONTACT */
.contact textarea {
	resize: vertical
}
.contact iframe {
	width: 30%;
	height: 300px;
	margin-bottom: 30px;
	float: right;
}
.contactForm input[type=submit] {
	background: url(../images/btnOk.png) left top no-repeat;
	border: none;
	width: 92px;
	height: 65px;
}
.contactForm {
	padding: 0 30px
}
.contactForm input[type="text"], .contactForm textarea {
	width: 60%
}




/* RESPONSIVE */
@media (min-width: 992px) and (max-width: 1200px) {
	.pageInt .wrap2ImgActu {
		margin-left: -35px
	}
	.pageInt .dateOneActu {
		margin-left: -15px
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 40px
	}
	.containerTopInt .topLeft img {
		max-width: 100%;
		height: auto
	}
	.breadcrumb {
		padding: 15px 0 5px 15px;
		margin-top: 10px;
		font-size: 14px;
		background: rgba(255, 255, 255, 0.7)
	}
	.containerMidInt .imgContainer {
		overflow: inherit;
		float: none;
		margin: 0;
		text-align: center
	}
	.containerMidInt .imgContainer img {
		max-width: 100%;
		margin: 0;
		width: inherit
	}
	.containerMidInt .blocMid {
		margin-bottom: 20px
	}

	.filtrePrest {
		margin-bottom: 20px
	}
	.contact iframe {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
		float: none;
	}
	.contactForm input[type="text"], .contactForm textarea {
		width: 100%
	}


}
