/* Store Locator */
.wpsl_stores ul, .single-wpsl_stores .wpsl-store-details ul {
    clear:both;
    padding : 10px;
    border-left : 10px solid #6996cf;
    border-top-left-radius : 10px;
    border-bottom-left-radius: 10px;
    background-color : #EEEEEE;
    list-style-type: none;
    margin : 20px;
}

article.category-hebergements .posted-on {
    display : none;
}

article h3 {
    text-transform : uppercase !important;
}
    
.wpsl-store-details figure {
    padding : 5px 5px 50px 5px;
    margin : 8px;
    box-shadow: 1px 1px 6px #555;
}

ul.ml-store-contact {
    clear:both;
    padding : 10px;
    border-left : 10px solid #577424;
    border-top-left-radius : 10px;
    border-bottom-left-radius: 10px;
    background-color : #EEEEEE;
    list-style-type: none;
    margin : 20px;
}

/* Post Grid */

.post-grid .item {
  border : 5px solid #fff;
  border-radius : 5px;
  box-shadow: 1px 1px 6px #555;
}

.post-grid .partenaire-montolivres,
.post-grid .partenaire-marketplace {
    border-color : #6996cf;
}

.post-grid .partenaire-montolivres .layer-content .title {
    background: url(../images/icon-montolivres-tourisme.png) no-repeat right center;
}

.post-grid .partenaire-marketplace .layer-content .title {
    background: url(../images/icon-montolivres-market.png) no-repeat right center;
}

.post-grid .partenaire-marketplace.partenaire-montolivres .layer-content .title {
    background: url(../images/icon-montolivres-tourisme.png) no-repeat right center,
                url(../images/icon-montolivres-market.png) no-repeat right 30px center;
}

/* Itineraires des Fiches Randos

article.category-randos ol {
    counter-reset: repas;} /* on initialise et nomme un compteur */
    
article.category-randos ol li {
    list-style-type: none;
    counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 10px;
}
article.category-randos ol li:before {
    content: counter(repas); /* on affiche le compteur */
    margin-right: 10px;
  
    background: #FF8A65;
    border-radius: 100%;
    color: white;
    background-color : red;
    width: 1.3em;
    text-align: center;
    display: inline-block;
    font-weight : bold;
    
}
