h1, h2 {
	width: 100%;
	margin-top: 25px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}

h1 span, h2 span {
	display: block;
	width: 100%;
	font-size: 35px;
}

h1 span.cursive, h2 span.cursive {
	font-size: 25px;
}

.content {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.content.inversed {
	background: #b6131c;
}

.content.inversed .full {
	padding: 60px 0;
	max-width: 800px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}

.content.inversed .full h2 {
	color: #FFF;
}

.content.inversed .full p {
	color: #FFF;
}

.content p {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	margin-top: 25px;
	color: #383838;
	float: left;
	width: 100%;
}

.content .right {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../image/apropos/entreprot.jpg);
	background-size: cover;
	background-position: center;
}

.content .left {
	width: 50%;
	padding: 100px 60px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.content .right {
			background-position: left;
		}

		.jarret {
				padding: 60px 0 0;
				max-width: 800px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				overflow: hidden;
				margin: auto;
		}

		.jarret-separator {
				border: none;
				height: 2px;
				background-color: #e71d25;
				margin: 60px auto 30px auto;
		}

		.jarret-block {
			padding: 60px 20px;
			margin: 0 auto;
		}

		.jarret-category {
			font-weight: bold;
			font-size: 16px;
			margin-bottom: 15px;
			text-transform: uppercase;
			color: #222;
		}

		.jarret-text {
			font-size: 17px;
			line-height: 1.6;
			color: #333;
			margin-bottom: 15px;
			text-align: left;
		}

		.jarret-photo {
			display: block;
			max-width: 650px;
			width: 100%;
			margin: 30px auto 0 auto;
			border-radius: 8px;
			box-shadow: 0 4px 12px rgba(0,0,0,0.1);
		}

		.jaret-logo {
				background-color: #000000;
				padding: 20px;
				text-align: center;
				margin-top: 20px;
		}

		.logo-jaret {
			max-height: 280px;
			width: auto;
			max-width: 100%;
			display: block;
			margin: 0 auto;
		}

		@media (max-width: 600px) {
			.logo-jaret {
				width: 100%;
				max-width: 300px;
				height: auto;
			}
		}

		.splide-fullwidth {
			max-width: 1000px;
			margin: 30px auto;
			width: 100%;
		}

		.splide-fullwidth .splide__slide img {
			width: 100%;
			height: auto;
			border-radius: 8px;
			box-shadow: 0 4px 12px rgba(0,0,0,0.1);
		}

		.splide__arrow {
			width: 50px;
			height: 50px;
			background: rgba(0, 0, 0, 0.6);
			color: white;
			font-size: 24px;
			border-radius: 50%;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		}

		.splide__arrow svg {
			width: 24px;
			height: 24px;
			fill: #f1ecec;
		}

@media screen and (max-width: 1000px) {
	h1 {
		margin-bottom: 10px;
	}
	.content p {
		font-size: 15px;
		line-height: 25px;
	}
	.content .right {
		width: 40%;
	}
	.content .left {
		width: 60%;
		padding: 60px 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 850px) {
	.content .left, .content .right {
		width: 100%;
	}
	.content .right {
		width: 100%;
		position: relative;
		height: 300px;
		clear: both;
	}

	.jarret, .content.inversed .full {
		padding: 60px;
	}

}

@media screen and (max-width: 600px) {
	.content .left {
		padding: 50px 10%;
	}
	h1 span, h2 span {
		font-size: 30px;
		max-width: 300px;
		margin: auto;
	}
	h1 span.cursive, h2 span.cursive {
		padding-bottom: 5px;
	}

}

@media screen and (max-width: 400px) {
	h1 span, h2 span {
		font-size: 25px;
	}
	h1 span.cursive, h2 span.cursive {
		font-size: 20px;
	}
}

