	#slider_actu {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  height: auto;
	  background: #e6ebf0;
	  padding: 50px 0px;
	  border-radius: 20px;
	}
	#slider {
	  position: relative;
	  overflow: hidden;
	  margin: 0 auto;
	  background: #ffffff;
	  border-radius: 10px;
	  -moz-box-shadow: 0px 15px 40px 0px rgba(203, 216, 224, 0.2);
	  -webkit-box-shadow: 0px 15px 40px 0px rgba(203, 216, 224, 0.2);
	  -o-box-shadow: 0px 15px 40px 0px rgba(203, 216, 224, 0.2);
	  box-shadow: 0px 15px 40px 0px rgba(203, 216, 224, 0.2);
	}
	/*	#slider_actu > h2 {
	color: #191E23;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	}*/
	#slider ul {
	  position: relative;
	  list-style: none;
	}
	#slider ul li {
	  vertical-align: middle;
	  position: relative;
	  display: block;
	  float: left;
	  width: 880px;
	  height: 410px;
	}
	#slider ul li img {
	  /*float : left;*/
	  width: 270px;
	  margin-top: 65px;
	  margin-left: 75px;
	}
	#slider ul li div {
	  float: right;
	  width: 420px;
	  margin-right: 50px;
	  margin-left: 40px;
	  text-align: left;
	}
	#slider ul li div h5 {
	  margin-top: 30px;
	  margin-bottom: 30px;
	  font-family: "Manrope Bold";
	  font-weight: 100;
	  text-align: left;
	  font-size: 24px;
	  color: #500fa0;
	}
	#slider ul li div h6 {
	  margin-bottom: 30px;
	  font-family: "Manrope Bold";
	  font-weight: 100;
	  text-align: left;
	  font-size: 20px;
	  /*color : #191E23;*/
	}
	#slider ul li div p {
	  text-align: left;
	  color: #5b6e80;
	}
	#bouton_lire_suite {
	  /*float : left;*/
	  margin-top: 30px;
	  background: #fff;
	  border: solid 1px #500fa0;
	  border-radius: 12px;
	  width: 200px;
	  /*height : 50px;
	line-height : 47px;*/
	  text-align: center !important;
	}
	#bouton_lire_suite:hover {
	  background: #500fa0;
	  /*box-shadow: 0px 10px 30px 0px rgba(40, 80, 180, 0.3);*/
	}
	#bouton_lire_suite > a {
	  /*line-height : 48px;*/
	  display: block;
	  font-family: "Manrope Bold";
	  color: #500fa0;
	  padding: 12px 0;
	  font-size: 16px;
	  letter-spacing: 0.5;
	}
	#bouton_lire_suite > a:hover {
	  text-decoration: none;
	  color: #fff;
	}
	a.control_prev, a.control_next {
	  background: #ffffff;
	  position: absolute;
	  height: 410px;
	  z-index: 499;
	  display: block;
	  text-align: center;
	  line-height: 400px;
	  text-decoration: none;
	  cursor: pointer;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	a.control_next {
	  right: 0;
	}
	@media only screen and (max-width : 959px) {
	  #slider_actu {
	    margin: 30px auto 0;
	  }
	}