.article-a-la-une {
	width: 70%;
	margin-left: -100px;
}

.article-par-article {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	height: 385px;
	display: inline-block;
}

.article,
.article a {
	color: #7a7a7a;
	font-family: "Martel Sans", Sans-serif;
}

.article-par-article .article-image {
	height: 227px;
	overflow: hidden;
}

.article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 360px;
	min-height: 360px;
}

.article-texte {
	padding: 0 5px 0 5px;
	text-align: justify;
	margin-top: 10px;
}

.a-la-une-texte {
	padding: 0 25px 0 25px;
	text-align: justify;
}

.title-article-a-la-une {
	text-align: center;
	margin-bottom: 10px;
}

.title-article-a-la-une a {
	font-weight: bold;
	margin-top: 5px;
	color: #997944;
	font-size: 15px;
}

.title-article a {
	font-weight: bold;
	margin-top: 5px;
	color: #997944;
	font-size: 15px;
}
.date-article a {
	font-size: 15px;
}
.texte-article a,
.date-article a {
	font-family: "Merriweather", serif;
	font-weight: 500;
}

.article-texte .texte-article {
	font-family: "Merriweather";
	line-height: 1.45em;
	white-space: pre;
	margin-left: -90px;
	position: relative;
	top: -45px;
}

.carre-article {
	margin-left: 835px;
	margin-bottom: -260px;
	width: 400px;
	min-height: 360px;
	background-color: white;
	top: -360px;
	left: -65px;
}

.en-savoir-plus {
	background-image: url("/wp-content/uploads/2019/08/fond_savoir_plus.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.en-savoir-plus a {
	color: white;
}
.mobile {
	display: none;
}

.elementor-332 {
	display: none;
}
.bordure-photo {
	background-image: url(/wp-content/uploads/2019/08/effet.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	margin-bottom: -20px !important;
}

.container {
	max-width: 1140px;
}

div.title-article {
	height: 80px;
}

@media screen and (max-width: 1200px) {
	.carre-article {
		left: -25%;
	}
}

@media screen and (max-width: 770px) {
	.carre-article {
		display: none;
	}
	.article-a-la-une {
		width: 100%;
		margin-left: 0px;
	}
	.article.article-par-article {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		height: 385px;
		display: inline-block;
	}
	img.d-block.w-100 {
		margin-left: 0px;
	}
}
