<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************************************************************************************************
 *******************************************************************************************************************************************

######## ######## ##     ## ########  ######  
   ##    ##        ##   ##     ##    ##    ## 
   ##    ##         ## ##      ##    ##       
   ##    ######      ###       ##     ######  
   ##    ##         ## ##      ##          ## 
   ##    ##        ##   ##     ##    ##    ## 
   ##    ######## ##     ##    ##     ######  

*******************************************************************************************************************************************
**************************** see http://www.dev.equideow.com/doc/bow for more details *****************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************/

/* LIST ***********************************************************************************************************************************
 ******************************************************************************************************************************************/

.list--circle{
    padding-left: 20px;
    padding-right: 20px;
}
.list--circle a,
.list--circle strong{
    text-indent: 0;
}

ul.list--circle {
    list-style: none;
}
ul.list--circle li{
    padding-bottom: 5px;
}
ul.list--circle li::before {
    content: "\2022";
    color: #AD5B50;
    font-weight: bold;
    display: inline-block;
    width: 14px;
}
ul.list--circle ul{
    padding-left: 30px;
}
ul.list--circle li li::before{
    content: none;
}

/* SOFT CURRENCY **************************************************************************************************************************
 ******************************************************************************************************************************************/

img.monnaie{
    position: relative;
    bottom: 2px;
}

/* PAGETITLE ***********************************************************************************************************************
 ***********************************************************************************************************************************/

.page-title{
	color: #fff;
    margin: inherit;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35);
}

/* WIDGET MODULE TITLE *************************************************************************************************************
 ***********************************************************************************************************************************/

.widget-module-title{
    margin-top: inherit;
    font-size: 24px;
}

/* SUBTITLE ************************************************************************************************************************
 ***********************************************************************************************************************************/

.subtitle {
    color: #3d251b;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
}

/* USERGROUP ***********************************************************************************************************************
 ***********************************************************************************************************************************/

a[class^=usergroup_]{
    font-size: 16px;
}

/* LIST : ARROW ********************************************************************************************************************
 ***********************************************************************************************************************************/

ul.arrow{
    padding: 0 20px;
}
ul.arrow li {
    list-style-image: none;
    list-style-position: outside;
    margin: 0 0 10px;
}
ul.arrow li:before {
	content: "â€º";
    display: inline-block;
    padding: 0 5px 0 0;
}</pre></body></html>