/* --------------------------------------------------------------- */
/*
/* Style pour le slider
/*
/* --------------------------------------------------------------- */

#page .fp-tableCell {
    padding:0;  
}


#page .fp-slide {
    padding:0 120px;
    width:100%;
}

#page .fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 40px;
    height: 100px;
    background-color: ;
    margin-top: -50px;
    border-width:0;
}

#page .fp-controlArrow.fp-prev {
    background: url('../images/fleche_gauche_blanc.png') no-repeat center center #cebea6;   
    left: 0px;
}

#page .fp-controlArrow.fp-next {
    background: url('../images/fleche_droite_blanc.png') no-repeat center center #cebea6;   
    right: 0px;
}



#page .slide .texte {
    width:650px;
    padding:30px 50px;
    color:#000;
    background-color: rgba(255,255,255,0.85);
    text-align: justify;
        
}

#page .slide .texte ul li {
    position: relative; top: 0; left: 0;
    list-style-type: none;
    margin-bottom:3px;  
}
#page .slide .texte ul li:after {
    content:"";
    position: absolute; top: 9px; left: -15px;
    width:4px; height:4px;
    background-color: #B79800;  
}



/* --------------------------------------------------------------- */
/*
/* S'évader
/*
/* --------------------------------------------------------------- */

#accueil {
    position: relative; top: 0; left: 0;
    background: url('../images/slider-accueil.jpg') no-repeat center center;
    background-size: cover; 
    text-align: center;
    display:flex;
     align-items: center;
  justify-content: center;
}

#accueil .texte {
    position: absolute; top: 135px ; left: 125px;
    width:750px !important;

}

#accueil #logo_accueil {
    max-width:50%;
}

#accueil #visite {
    display: inline-block;
    color:#FFF;
    font-size:15pt;
    text-decoration: none;
    margin-top:30px;
}

#accueil #visite i {
    font-size: 15px;
    line-height: 15pt;
}


