.texte.actualite {
    padding: 100px 30px;
	text-align:center;
	}
.texte.actualite a {
    display: inline-block;
    width: 395px;
    height: 385px;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    border: 5px solid #fff;
    
    vertical-align: text-top;
	box-shadow: 1px 1px 12px #ccc;
	}
@media screen and (max-width: 1004px) {
	.texte.actualite a {
    width: 280px;
    height: 270px;
	}
	}

.texte.actualite a::before {
    content: '';
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 27, 31, 0.65);
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item  {
    padding: 10px 0;
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item a img {
    height: auto;
    width: 100%;
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item a .txt {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item a b {
    color: #fff;
	display: block;
	padding: 40px 40px 10px 40px;
	font-weight: 500;
	font-size: 1.5em;
	text-align:center;
	line-height: 30px;
	}
@media screen and (max-width: 500px) {
	.texte.actualite a {
    width: 250px;
    height: 240px;
	}
	.texte.actualite #encart-accueil .owl-carousel .owl-item a b {
	padding: 20px 40px 10px 40px;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 26px;
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item a .txt {
	line-height: 22px;
	}
	}
.owl-carousel .owl-item a span {
    display: block;
	font-weight: 300;
	font-size: 0.92em;
	color: #d1d3d4;
	padding: 0 15px 0 15px;
	text-align:center;
	}
.owl-carousel .owl-item a span em {
	color: #8a1002;
	font-style:inherit;
	}
/*.owl-carousel .owl-item a:hover span {
	background-color: transparent;
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
	color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 0 0 0 0;
    line-height: inherit;
    text-align: inherit;
	font-weight: 500;
	font-size: 1.07em;
	}*/