h2 {
	font-family: "Simonetta";
	font-weight: 900;
	color: #997944;
	font-size: 23px;
	padding-bottom: 2rem;
	text-align: center;
}
.contenu div {
	font-family: "Merriweather";
	text-align: justify;
	font-size: 15px;
	color: #7a7a7a;
}
.subtitle-page {
	color: #997944;
	font-family: "Simonetta", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.6em;
}
.title-section {
	color: #3a3a3a;
	font-size: 2rem;
	line-height: 1.25em;
	text-align: left;
	font-family: "Simonetta";
	font-weight: 900;
}
.img-section img {
	height: auto;
	width: 333px;
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.img-haute img,
.img-basse img {
	height: auto;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.img-responsive img {
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
	min-width: auto;
	width: 100%;
}
.plus-button-marron {
	margin: auto;
	margin-bottom: 9px;
	background-image: url(/webroot/img/fond_savoir_plus.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 248px 80px;
	height: 116px;
	width: 300px;
	text-align: center;
}
h6 {
	padding-bottom: 4rem;
	text-align: center;
	color: #997944;
	font-family: "Simonetta", Sans-serif;
	font-size: 22px;
	font-weight: 300;
	margin: 10px 150px;
}

.fond-repetitif {
	background-image: url(/webroot/img/fond_repetitif.png);
	background-color: white;
	margin-bottom: 50px;
	margin: 0 auto;
	max-width: 1100px;
}

.px-5 {
	padding-right: 7rem !important;
	padding-left: 7rem !important;
}

.container.container-responsive {
	max-width: 1154px;
}

.text-page {
	font-family: "Merriweather";
	font-size: 14px;
	color: rgb(122, 122, 122);
	text-align: justify;
	margin-left: 65px;
	margin-right: 65px;
}

.contenu div {
	font-size: 14px;
	margin: 10px 46px;
}

.row div {
	margin-left: 0;
	margin-right: 0;
}

.col-lg-6.col-md-12.col-sm-12.pb-5 div {
	margin: 0 25px;
}

@media screen and (max-width: 1580px) {
	.navbar-nav {
		margin-left: 3%;
	}
}

@media screen and (max-width: 768px) {
	.col-4 {
		width: 50%;
	}
	.pb-4 {
		padding-bottom: 0rem !important;
	}

	.px-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.links-group.first-link.col-lg-3.col-md-12.col-sm-12 ul {
		padding-left: 0;
	}

	.text-page {
		margin-left: 20px;
		margin-right: 20px;
	}

	h6 {
		margin: 10px 20px;
	}

	.contenu div,
	.col-lg-6.col-md-12.col-sm-12.pb-5 div {
		margin: 0;
	}
}

@media screen and (max-width: 575px) {
	.header #mobHead2 {
		text-align: right;
	}
}

@media screen and (max-width: 500px) {
	.px-5 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}

	.img-section img {
		width: 220px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 380px) {
	.col-4 img {
		width: auto;
		height: 150px;
	}

	.plus-button-marron {
		width: 240px;
	}
}

@media screen and (max-width: 330px) {
	.col-4 img {
		width: auto;
		height: 120px;
	}

	.plus-button-marron a {
		font-size: 12px;
	}
}
