body {
	color: #7a7a7a;
}

.col-4 img {
	width: 100%;
	padding: 10px;
}

.block-text {
	display: flex;
}

p.italic {
	font-style: italic;
}

.img {
	margin: 0 100px;
}

.img img {
	width: 100%;
	height: 406px;
	object-fit: cover;
	margin-top: 20px;
}

p.text-center.mb-5.title {
	font-weight: 600 !important;
}

h3 {
	text-align: center;
	font-size: 23px;
	color: #997944;
	margin: 30px 60px 30px 60px;
}

.img-large img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.col-4 img {
	height: 509px;
	object-fit: cover;
	padding: 10px 0 10px 0;
	width: 95%;
}

.col-6 img {
	object-fit: cover;
	height: 300px !important;
}

.col-12.gambimg img {
	object-fit: cover;
	height: 350px !important;
	width: 98% !important;
	margin: 0 auto;
	padding-top: 10px;
}

.ptimgwc img {
	height: 200px;
	object-fit: unset;
}

.ptimg img {
	height: 200px;
}

.plus-button-marron {
	margin: auto;
	margin-bottom: 10px;
	background-image: url(/webroot/img/fond_savoir_plus.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 250px 75px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.btn-marron {
	padding: 35px 55px;
}

.contact {
	padding: 42px 55px;
}

.btn-marron a {
	font-size: 13px !important;
}

.block-text ul li {
	list-style-type: disc;
	font-size: 14px;
	font-family: "Merriweather";
	font-weight: 400;
	line-height: 22.4px;
}

.block-text h2 {
	margin-bottom: 30px !important;
}

.block-text ul {
	text-align: justify;
	margin: 0 auto;
	padding: 10px 25px 0 25px;
}

.marginleft {
	margin-left: 40px;
}

.block-description {
	text-align: left;
}

.onglet label, .onglet2 label {
	color: #997944;
	font-weight: 700;
	line-height: 1.3;
	font-size: 15px;
	font-style: normal;
	font-family: "Martel Sans";
}

:checked + label {
	background-color: #f4f0ea;
	border: 1px solid lightgrey;
	border-bottom: 1px solid #f4f0ea;
	font-size: 15px;
	font-weight: bold;
	color: #61aace;
	margin-bottom: -1px;
}

.description-content, .description2-content {
	border: 1px solid lightgrey;
	padding: 25px;
	min-height: auto;
}

.description p, .description2 p {
	margin: 0;
	font-family: "Martel Sans";
	font-weight: 400;
	line-height: 28px;
}

.description-content, .description2-content {
	display: none;
}

.description-content.active, .description2-content.active {
	display: block;
}

section input {
	display: none;
}

section p {
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	margin: 20px 60px 0 60px;
}

.onglet, .onglet2 {
	padding: 25px 20px 25px 20px;
	cursor: pointer;
	background-color: #f4f0ea;
	display: flex;
}

div.onglet, div.ongletd {
	padding: 0;
	margin-bottom: 0;
}

p {
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 0;
}

.bigtext p {
	font-size: 15px;
}

.container {
	max-width: 1099px;
}

.discover {
	padding: 35px 52px;
}

.title h3 {
	font-size: 30px !important;
}

h3 {
	font-size: 22px;
    font-weight: 300;
}

.img-large {
    max-height: 175px;
}

.infoprat {
	width: 95%;
	margin: 0 auto;
}

.onglet2 {
	justify-content: center;
	margin-bottom: -25px;
}

.onglet2 label {
	font-family: "Merriweather";
	font-size: 14px;
}

.description2 {
	margin: 0 auto;
	width: 96.2%;
}

.description p {
	font-family: "Merriweather";
	font-size: 14px;
}

.description2 p {
	font-family: "Merriweather";
	font-size: 13px;
}

.col-6 {
	padding: 5px 20px;
}

div.mobile {
	display: none;
}

@media screen and (max-width: 960px) {

	.img img {
		height: 158px;
	}

	.img {
		margin: 0 20px;
	}

	section p.italic,
	section p {
		margin: 20px 20px 0 20px;
	}

	.img-large img {
		margin-left: 0;
	}

	.row .col-4 {
		padding: 0;
		width: 50%;
	}

	.block-text {
		display: block;
	}

	.block-text .col-6 {
		width: 100%;
	}

	section.block-img.ptimg {
		display: flex;
	}

	section.block-img .col-4 {
		width: 50%;
	}
	
	.onglets-descriptions, .onglets-descriptions2 {
		display: flex;
		flex-direction: column;
	}

	.onglet, .onglet2 {
		display: block;
	}

	.onglet,
	.onglet2, 
	.description,
	.description2 {
		width: 100%; /* Assurez-vous que les onglets et les descriptions occupent toute la largeur */
	}

	.onglet label, .onglet input:checked + label, .description p {
		font-size: 13.6px;
	}

	.description-content {
		display: none;
		padding-top: 10px;
		min-height: auto;
	}

	:checked + label {
		margin-bottom: 0;
		border-bottom: 0px solid lightgrey;
	}
}

@media screen and (max-width:768px) {
	.container.container-responsive p {
		margin-left: 20px;
		margin-right: 20px;
	} 

	.text-center img {
		max-height: 152px;
		max-width: 100%;
	}

	.col-4 img {
		padding: 10px;
		max-height: 271px;
	}
	div .onglets-descriptions .desktop {
		display: none;
	}
	div.desktop {
		display: none;
	}
	div.mobile {
		display: block;
	}

	.text-img .title-default {
		margin-top: 100px !important;
	}
}