.node--type-news-video .node__meta{
	display:none;
}
.node--type-news-video .block-field-blocknodenews-videofield-date-de-mise-en-ligne-a-af{
	display:flex;
	flex-direction:culumn;
	justify-content:flex-start;
	align-items:center;
}
.node--type-news-video .field--name-field-date-de-mise-en-ligne-a-af{
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--white);
	color:var(--primary-color);
	height:50px;
	width:auto;
	text-transform:uppercase;
	border:1px solid var(--primary-color);
	border-top:0px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	text-align:center;
	padding:0 20px;
	line-height:1em;
	margin-top:0;
}
.node--type-news-video .field--name-field-date-de-mise-en-ligne-a-af::before{
	content:"Mis en ligne le : ";
	font-family:inherit;
	color:var(--gray-2);
	font-weight:600;
	text-transform:uppercase;
	padding-right:12px;
	display:inline-flex;
}
.node--type-news-video .block-field-blocknodenews-videobody .field__item {
	font-family:inherit;
	font-size:16px;
	line-height:1.2em;
	padding: 2em;
	border: 1px solid var(--gray-2);
}
.node--type-news-video .block-field-blocknodenews-videofield-lien-de-la-news-en-video{
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin:0 auto;
}
.node--type-news-video .field--name-field-lien-de-la-news-en-video.field--type-video iframe{
	min-height:450px;
}
.node--type-news-video .post-list-small-2 li.row {
	margin-left: 0;
}
@media (max-width:571px){
	.node--type-news-video .field--name-field-lien-de-la-news-en-video.field--type-video iframe{
	min-height:225px;
	width:400px;
}
}