
body {
	text-align: center;
}

.banner-area {
	width: 100%;
	height: 500px;
	position: fixed;
	background-image: url(../images/icones/background.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.banner-area h2 {
	padding-top: 8%;
	font-size: 70px;
	font-family: poppins;
	text-transform: uppercase;
	color: #fff;
}

.content-area h2 {
	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;
}

@media all and (max-width: 1200px) {
	.wrapper-items {
		width: auto !important;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.text-block {
		padding: 25px;
		width: 75%;
	}
	.wrapper {
		justify-content: space-evenly;
		flex-direction: column;
		align-items: center;
	}
}

@media all and (max-width: 700px) {
	.img-fanny {
		width: -webkit-fill-available;
		height: auto !important;
	}
}

.img-fanny {
	height: 420px;
}
