.main-accueil{
    font-size: 18px;
}
.encadreslider{
position:relative;
width:100%;
height:400px;
margin:0px auto;
}
 .legende{
    position: absolute;
    bottom: 0px;
    right: 3px;
    background-color: rgba(153, 51, 0, 0.5);
    font-size: 29px;
    color: rgb(255, 255, 255);
    padding: 30px;
    min-width: 250px;
    text-align: center;
}
 .slidetexte{
position: absolute;
top: 15px;
background-color: rgba(255, 255, 255,0.5);
color: rgb(153, 51, 0);
font-size: 19px;
padding:5px;
}