.blocDATEACTU {
  position: relative;
}
.blocDATEACTU .dateACTU {
  position: absolute;
  top: 12%;
  left: -13px;
  text-align: center;
  padding: 2px 8px 2px 8px;
  border: 2px solid var(--main-color);
  color: white;
  background: var(--main-color);
  transition: all 0.3s;
}

.blocDATEACTU span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.blocDATEACTU small {
  display: block;
  font-size: 13px;
  margin-top: -2px;
}
.blocDATEACTU img {
  width: 100%;
  object-fit: cover;
}
.news-v2 .inner-team {
  text-align: center;
  padding: 15px 10px;
}
.news-v2 .inner-team .title-actu {
	font-size: 17px;
	font-weight: 700;
	color: var(--main-color);
	line-height: 1.3;
	position: relative;
	display: block;
	margin-bottom: 17px;
}
.news-v2 .inner-team .title-actu::after {
	left: 50%;
	z-index: 1;
	width: 30px;
	height: 3px;
	content: " ";
	bottom: -10px;
	background: var(--main-color-op-02);
	margin-left: -15px;
	position: absolute;
}
.news-v2 .inner-team .content {
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  font-size: 0.9em;
}
.news-v2 .team-v2:hover .dateACTU{
	background: var(--main-hover);
	color: white;
  border: 2px solid var(--main-hover);
}
.all-actus{
  margin: 40px 0 5px 0;
  padding-top: 8px;
  padding-bottom: 9px;
  border-radius: 0;
}