.carousel .row .col-6 {
	background-color: #f4f0ea;
	padding: 5px;
}
.text-page {
	font-family: "Merriweather";
	text-align: justify;
	color: #54595f;
	font-size: 15px;
}
.h3-page {
	font-size: 23px;
	font-family: "Simonetta";
	font-weight: 900;
	color: #997944;
	font-size: 23px;
	text-align: center;
}
.title-pourquoi {
	color: #54595f;
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	font-family: "Simonetta";
	font-weight: 900;
}
.subtitle-pourquoi {
	color: #54595f;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
	font-family: "Simonetta";
	font-weight: 900;
}
.text-pourquoi {
	font-family: "Merriweather";
	text-align: justify;
	color: #54595f;
	font-size: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
}

li.text-pourquoi {
	list-style: disc;
}

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

div#carouselControls {
	margin: 0;
}

.col-2 img {
	max-width: 150px;
}

.col-2 .img-2 {
	margin-top: 20px;
}

@media screen and (max-width: 1200px) {
	.col-2 img {
		max-width: 100px;
	}
	.carousel2 .carousel-inner .carousel-item img {
		min-height: 305px;
	}
}

@media screen and (max-width: 990px) {
	.subtitle-pourquoi {
		line-height: 2.4em;
		padding-top: 2em;
	}
}

@media screen and (max-width: 770px) {
	.text-justify {
	padding-left: 5px;
	padding-right: 5px;
	}

	.carousel2 {
		margin: 0;
	}

	.col-2 img {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	div#carouselControls {
		margin: 0 !important;
	}
	.col-6 {
		width: 100%;
	}
	
	.col-10 {
		width: 100%;
	}

	.col-2 {
		width: 8.5%;
	}

	#mobHead2 ul {
		text-align: right;
	}

	.text-page,
	.text-pourquoi {
		font-size: 12px;
	}

	.pt-5 {
		padding-top: 0 !important;
	}
	.first-link {
		margin-left: 0px !important;
	}
	.title-aranui.text-color-white.text-center.mb-4 {
		margin-top: 50px !important;
	}

    /* Récupérer seulement le deuxieme col-6 de la div */
    .carousel .col-6:nth-child(2) {
        display: none;
    }

	.elementor-text-editor.elementor-clearfix .text-justify img {
		max-width: 100%;
		object-fit: contain;
	}
}
