.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}


.image_front_sliders{


	position: absolute;
	margin : auto !important;
	top: 5px;
    right: 20px;
    bottom : 5px;
    height: 80% !important;
    width: auto !important;
    border : 1px solid #fff;
    box-shadow: 10px 10px 5px rgba(0,0,0, 0.2);

}

.news_front_sliders{


	position: absolute;
	margin : auto;
	top: 15px;
    left: 20px;
    bottom : 5px;
    width: 50%;
    
    /*box-shadow: 10px 10px 5px rgba(0,0,0, 0.2);*/

}

#titre_slider, #texte_slider{
    /*color: #ff8936;*/
    color: #fff;
    background: rgba(0,0,0, 0.75);
    padding : 10px 10px;
}



@media (max-width: 550px) { 
    #titre_slider, #texte_slider{
        font-size:12px !important;
        
    }
}

@media (min-width: 550px) and (max-width: 768px) { 
    #titre_slider, #texte_slider{
        font-size:16px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #titre_slider, #texte_slider{
        font-size:22px;
    }
}   
@media (min-width: 992px) and (max-width: 1200px) {
    #titre_slider, #texte_slider{
        font-size:30px;
    }
}
@media (min-width: 1200px) {
    #titre_slider, #texte_slider{
        font-size:38px;
    }
}


/*#titre-accueil {
    color:#C6393E;
    font-size: 60px;
    font-weight: bold;

}*/