.texte.actualite {
    padding-bottom: 80px;
	background-color: #ededee;
	}
.texte.actualite .centre{
    padding: 0 20px;
	max-width: 1000px;
	}
.texte.actualite .oc-item a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 0 40px;
    vertical-align: text-top;
	background-color: #fff;
	}
.texte.actualite .oc-item .photo{
    display: inline-block;
	vertical-align:text-top;
    width: 50%;
	padding-right: 20px;
	}
.texte.actualite .oc-item .txt{
    display: inline-block;
	vertical-align:text-top;
    width: 50%;
	}
@media screen and (max-width: 900px) {
.texte.actualite .oc-item .photo{
    width: 100%;
	padding-right: 0px;
	}
.texte.actualite .oc-item .txt{
    width: 100%;
	}
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item a img {
    height: auto;
    width: 100%;
	}
.texte.actualite #encart-accueil .owl-carousel .owl-item a b {
    color: #00519e;
	display: block;
	padding: 8px 0;
	font-weight: 900;
	font-size: 1.42em;
	}
.owl-carousel .owl-item a span {
    display: block;
	font-weight: 300;
	font-size: 1.16em;
	color: #292728;
	}
.owl-carousel .owl-item a span em {
	color: #00519e;
	font-style:inherit;
	font-weight: 700;
	}
