/* Start custom CSS for page-settings *//* Footer - Tweak */
.links .wrapper:nth-child(2) .footer_link_list  li:last-child{
    margin-top:15px;
}
.links .wrapper:nth-child(2) .footer_link_list  li:last-child a{
    font-weight: 400;
    font-size: 18px !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* FIN - Footer - Tweak */

/* Couleurs par catégories */
/*
376	APÉRITIF	#B03838	
375	PAUSE GOURMANDE	#AE6D27	
##introuvable##	PAUSE NATURE	#DBAC1F	
385	AIDE CULINAIRE	#93A027	
380	ACCOMPAGNEMENT	#3C6481	
393	THÉS	#AB6C90	
395	CAFÉS	#AB6C90	
*/

/* APÉRITIF */
.category-id-376{
    /* #B03838 */
}
/*.category-id-376 .breadcrumb_wrapper li:last-child a{
    color: #B03838 !important;
}*/

/* PAUSE GOURMANDE */
.category-id-375{
    /* #AE6D27 */
}
/*.category-id-375 .breadcrumb_wrapper li:last-child a{
    color: #AE6D27 !important;
}*/
/* PAUSE NATURE */
.category-id-9999999999{
    /* #DBAC1F */
}
/*.category-id-9999999999 .breadcrumb_wrapper li:last-child a{
    color: #DBAC1F !important;
}*/
/* AIDE CULINAIRE */
.category-id-385{
    /* #93A027 */
}
/*.category-id-385 .breadcrumb_wrapper li:last-child a{
    color: #93A027 !important;
}*/
/* ACCOMPAGNEMENT */
.category-id-380{
    /* #3C6481 */
}
/*.category-id-380 .breadcrumb_wrapper li:last-child a{
    color: #3C6481 !important;
}*/
/* THÉS */
.category-id-393{
    /* #AB6C90 */
}
/*.category-id-393 .breadcrumb_wrapper li:last-child a{
    color: #AB6C90 !important;
}*/
/* CAFÉS */
.category-id-395{
    /* #AB6C90 */
}
/*.category-id-395 .breadcrumb_wrapper li:last-child a{
    color: #AB6C90 !important;
}*//* End custom CSS */