#a_propos
    {
    margin-bottom: -10px;
    padding: 15px;
    background-image: url("../image/index/fond.jpg");
    background-color: white;
    background-size: cover;
    height: 850px;
    z-index: 2000;
    }

#a_propos_texte
    {
    border-radius: 10px;
    border: 1px solid rgb(245, 255, 0);
    position: relative;
    left: 65%;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 100px;
    }

#max_height
    {
    max-height: 200px;
    overflow: hidden;
    text-overflow: " [..]";
    }

.slides
    {
max-width: 100%;
	height: auto;
    max-height: 500px;
    }

#fleche
    {
    position: absolute;
    padding: 10px;
    top: 0px;
    }

.fleche
    {
    color: white;
    font-size: 10vw;
    }

.fleche:hover
    {
    color: gray;    
    }

.black
    {
    color: #181716;
    }