#page .sous_titre_section{
    padding-left: 100px;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 40px;
}
#page .sous_titre_section i{
    color: #ffc800;
}

#liste{
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 25px;
}
#liste:before{
    background: url('../../img/artisans/fond_oblique_artisans_before.png') no-repeat top center;
    background-size: 100% 115px;
}
#liste:after{
    display: none;
}
#liste .fond{
    bottom: 0;
    background: #f6f6f6;
}
#liste .container{
    position: relative;
    z-index: 10;
}
#page .artisan{
    position: relative;
    background: #FFF;
    border: 1px solid #e1e1e1;
    z-index: 10;

    padding: 15px 25px;
    margin-bottom: 20px;
}
#page .artisan .img{
    border-right: 7px solid #ffc800;
    text-align: right;
}
#page .artisan h3{
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#page .artisan p{
    margin-bottom: 5px;
}
#page .artisan a{
    display: inline-block;
    padding: 3px 15px;
    background: #ffc800;
    color: #FFF;
    border-radius: 5px;
    font-weight: 700;
}

#page #retour{
    display: inline-block;
    background: #fac500;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 700;
}

h3.empty_list{
    margin: 100px 0 40px 0;
}