@charset "utf-8";
.news_box{
    background: #fff;
    padding: 100px 0px;
}
.news_box.top_news{
    background: #fff;
    margin: 0 auto;
	max-width: 880px;
}
.top_news .news_heading{
	margin-bottom: 5px;
	transform: scale(1.15);
	transform-origin: left bottom;
}
.news_heading{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 15px;
	height: 1.5em;
}
.news_list li a{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
}
.top_news .news_list li a{
	justify-content: space-between;
	gap: unset;
	align-items: center;
	padding: 10px 0;
}
.news_list li{
    border-top: solid 1px #d1d1d1;
}
.news_list li:last-child{
    border-bottom: solid 1px #d1d1d1;
}

.news_thum{
	width: 18%;
	min-width: 18%;
}
.news_content{
	width: 79%;
}
.top_news .news_date{
	color: #aba7a5;
}
.news_date{
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.02em;
}
.news_tag{
	font-size: 10px!important;
	background: #000;
	color: #fff;
	max-width: 9.5em;
	min-width: 9.5em;
	padding: 0.2em;
	border-radius: 100px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.news_tag.news{
	background-color: rgba(54, 26, 24, 1);
	color: #fff;
}
.news_tag.press{
	background-color: rgb(224 163 0);
	color: #fff;
}
.top_news .news_lead{
	display: inline-block;
}
#news .news_lead br{
	display: none;
}
.news_lead{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	position: relative;
}
.news_lead.pdf::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(/crie-maison/covit19_info_file/img/pdf.png) no-repeat center center / contain;
	transform: translateY(1px);
	margin: 0 0px 0 3px;
}
.news_lead::before{
	content: "";
	height: 1px;
	width: 0%;
	background: #7f7f7f;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.news_item:hover .news_lead::before{
	width: 100%;
}


body.crie .news_box .info_title{
	margin-bottom: 30px;
}

.info_all{
	display: flex;
	align-items: center;
	color: #5a5757;
	font-size: 16px;
	position: relative;
	/* font-weight: 700; */
	text-decoration: none;
	justify-content: right;
	margin-bottom: 0.5em;
}
.info_all::before {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 100%;
	background: #000000;
	transition: opacity 0.6s, -webkit-transform 0.6s;
}
.info_all:hover::before {
  	opacity: 1;
}
.info_all::after {
	display: block;
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.4em;
	content: "";
	border-top: 2px solid #5a5757;
	border-right: 2px solid #5a5757;
	transform: rotate(45deg);
}

@media screen and (max-width: 1400px) {
	.news_list li a{
		flex-wrap: wrap;
	}
	.news_heading{
		width: 100%;
	}
	.news_lead{
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.news_box {
		padding: 60px 0px;
	}
}

@media screen and (max-width: 700px) {
	.news_thum{
		width: 38%;
	}
	.news_content {
		width: 58%;
	}
}

@media screen and (max-width: 650px) {
	.news_thum{
		width: 28%;
	}
	.news_content {
		width: 68%;
	}
	.top_news .news_heading {
		transform: scale(1);
	}
	.info_all {
		font-size: 14px;
	}
	body.crie .news_box .info_title {
		margin-bottom: 10px;
		font-size: 26px;
	}
}







.wp-pagenavi {
	margin: 40px auto 0;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.wp-pagenavi a {
	color: #333;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wp-pagenavi span.current {
		background: #361a18;
		color: #fff;
}
.wp-pagenavi a.page:hover{
	background: #361a18;
	color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	/* background: #361a18;
	color: #fff; */
	border: solid 1px #000;
}
.pages{
    display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}
.wp-pagenavi .previouspostslink{
    left: 0;
}
.wp-pagenavi .nextpostslink {
    right: 0;
}





