.carousel .row .col-6 {
	background-color: #f4f0ea;
}
.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-article {
	color: #3a3a3a;
	font-size: 2rem;
	line-height: 1.25em;
	text-align: left;
	font-family: "Simonetta";
	font-weight: 900;
}
.img-pleine {
	max-height: auto;
	object-fit: cover;
	object-position: center;
	max-width: 1024px;
}
.subtitle-article {
	color: #3a3a3a;
	font-size: 1.6666666666667rem;
	line-height: 1.2em;
	text-align: left;
	font-family: "Simonetta";
	font-weight: 900;
}
.text-pourquoi {
	font-family: "Merriweather";
	text-align: justify;
	color: #54595f;
	font-size: 14px;
}
li.text-pourquoi {
	list-style: disc;
}

@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

@media screen and (max-width: 500px) {
	div#carouselControls {
		margin: 0 !important;
	}
	.col-6, .col-4 {
		width: 100%;
	}
	.links-group {
		margin-left: 20px;
	}
	.links-group.col-lg-3.col-md-6.col-sm-12 {
		margin-top: 20px !important;
	}

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

    h1.title-default.text-center {
        font-size: 30px;
    }
}
/*
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 990px;
    }
}*/
.card {
	background-color: unset;
	border: none;
}
.card-img,
.card-img-top {
	border-radius: unset;
}
.card-title {
	font-weight: bold;
	margin-top: 5px;
	color: #997944;
	font-family: "Martel Sans", Sans-serif;
	font-size: 15px;
	margin-bottom: 2rem;
}
.card-text {
	font-family: "Merriweather", serif;
	font-weight: 500;
	color: #7a7a7a;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0rem;
}
