.contact {
	height: 100vh !important;
	padding-top: 15%;

	z-index: 20;
}

.bandeBlanche.zi {
	z-index: 10;

	height: 80%;
}

.contact .bigTitle {
	text-align: center;
}

.logo-blanc-container {
	position: relative;
	top: 15%;

	width: 100%;
	text-align: center;

	transform: rotate(-15deg);
}

.logo-blanc-container IMG {
	width: 10%;
}

.bg3 {
	position: relative;
	top: 0%;
	width: 100%;
	height: 100%;

	background-image: url(../../img/bg3.jpg);
	background-size: cover;
}

/*RESPONSIVE*/

@media only screen and (max-width: 600px) {

	.contact {
		width: 100%;
		height: 50%;
		top: 30%;
	}

	.contact .txt-container {
		transform: none;
	}

	.logo-blanc-container {
		width: 45%;
		bottom: -45%;
		transform: translate(-50%);
	}

	.bg3 {
		top: -5px;

		background-position: center;
	}


}
