
body {
	text-align: center;
}


.banner-area h2 {
	padding-top: 8%;
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
}

.content-area h2 {
	text-transform: uppercase;
	padding-top: 30px;
	font-size: 40px;
	margin: 0;
}

.text-block {
	width: 45%;
}

.image-block {
	width: 45%;
}

.nav-bar {
	background-color: black;
	border-radius: 14px;
    opacity: 0.7;
}

.contenant-img2 {
	padding-top: 10px;
}

.img-thou {
    height: 500px;
    background-color: #b1a99e;
	opacity: 0.7;
}

.img-verdun {
    height: 500px;
    background-color: #fed59f;
	opacity: 0.7;
}

.img-cindre {
    height: 500px;
    background-color: #c6c4c5;
	opacity: 0.7;
}

.text-block-img {
	display: flex;
    justify-content: center;
}

.contenant-img {
	display: flex;
    flex-direction: column;
}


.banner-area {
    height: 1000px !important;
}

.content-area {
    top: 1000px !important;
}

@media all and (max-width: 1200px) {
	.wrapper {
		display: flex;
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
	}

	.text-block-img {
		padding: 20px;
	}

	.image-block {
		width: auto !important;
	}

	.banner-area {
		height: 600px !important;
	}
	
	.content-area {
		top: 600px !important;
	}

	.img-skyline {
		height: 250px !important;
	}
}

.img-skyline {
	height: 25em;
}