/***********************************************************************************************************************************/
/* FICHE ***************************************************************************************************************************/
/***********************************************************************************************************************************/

h1 span.usergroup_3{
    color: #006600;
}

.header-fiche-title h2{
    margin: 0;
    font-size: 22px;
    line-height: 28px;
}
.header-fiche-content{
    padding: 0.5em 0.5em 1em;
    position: relative;
    min-height: 11em;
    margin: -1px 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f9f7e0 transparent #af9c8d transparent;
}
.header-fiche-content li{
    min-height: 0;
    font-size: 1rem;
}
.header-fiche-content .nowrap img{
    width: 0.8em;
}
.header-fiche-title{
    min-height: 2em;
    border-bottom: 1px solid #af9c8d;
    margin: 0 0 0.5em;
}
.header-fiche-title .ui-currency{
    font-size: 1.4rem;
}
.header-fiche-title .ui-currency img{
    width: 24px;
    height: 24px;
}
.header-fiche-text{
    padding-right: 8.5em;
}

.swiper-style-1 .header-fiche-content{
    border: 0;
}


/* FICHE : IMAGE *******************************************************************************************************************/

.header-fiche-img{
    height: 170px;
    width: 170px;
    border: 1px solid #af9c8d;
    border-radius: 50%;
    background-color: #e1dbc5;
    position: absolute;
    right: -2em;
    top: 0.5em;
    text-align: center;

}
.header-fiche-img-content {
    border-radius: 50%;
    height: 170px;
    width: 170px;
    position: relative;
    overflow: hidden;
}


.header-fiche-img .header-fiche-img-content img,
.header-fiche-img .cheval-icone-wrapper {
    display: block;
    left: 19px;
    position: absolute;
    top: 26px;
    width: 120px;
    height: 120px;
}


/* HORSE ****************************************************************************************************************************/
.header-fiche-img-horse {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.header-fiche-img .header-fiche-img-horse img {
    left: 30px;
    width: 120px;
    height: 120px;
}

/* TYCHEE-CROWN (DISCOUNT PERCENTAGE) **********************************************************************************************/

.header-fiche-text-badge{
    background: #EEC213;
    border-radius: 16px;
    color: #3d251b;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    position: absolute;
    right: 96px;
    top: 20px;
    z-index: 1;
    }


/***********************************************************************************************************************************/
/* FICHE : AVATAR ******************************************************************************************************************/
/***********************************************************************************************************************************/

.header-fiche-bg{
    background-color: #e1dac5;
    border: 4px solid #f9f7e0;
    height: 153px;
    left: 3%;
    position: absolute;
    top: 3%;
    width: 153px;
    border-radius: 50%;
}
.header-fiche-avatar{
    height: 70px;
    left: 26%;
    position: absolute;
    top: 26%;
    width: 70px;
    background-color: #e1dac5;
    border-radius: 50%;
}
.header-fiche-avatar figure.avatar,
.header-fiche-img-content figure.avatar,
.header-fiche-img-content .header-fiche-bg .header-fiche-avatar img{
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

/* CLASSIC *************************************************************************************************************************/
.header-fiche-img-classic{

}

/* VIP *****************************************************************************************************************************/
.header-fiche-img-vip{
    background: #f7d22e;
    background: -moz-linear-gradient(-45deg, #f7d22e 0%, #ffffff 43%, #ffffff 58%, #f7d22e 100%);
    background: -webkit-linear-gradient(-45deg, #f7d22e 0%,#ffffff 43%,#ffffff 58%,#f7d22e 100%);
    background: linear-gradient(135deg, #f7d22e 0%,#ffffff 43%,#ffffff 58%,#f7d22e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d22e', endColorstr='#f7d22e',GradientType=1 );
}

/* PEGASE **************************************************************************************************************************/
.header-fiche-img-pegase{
    background: #9b9998;
    background: -moz-linear-gradient(-45deg, #9b9998 0%, #ffffff 43%, #ffffff 58%, #9b9998 100%);
    background: -webkit-linear-gradient(-45deg, #9b9998 0%,#ffffff 43%,#ffffff 58%,#9b9998 100%);
    background: linear-gradient(135deg, #9b9998 0%,#ffffff 43%,#ffffff 58%,#9b9998 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9998', endColorstr='#9b9998',GradientType=1 );
}

/* COGESTION ************************************************************************************************************************/
.header-fiche-img-cogestion{
   background-color: #f83030;
}


/*PAGE COMPTE PROFIL **************************************************************************************************************/

body .ui-avatar{
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 50% !important;
    box-sizing: border-box;
    margin: 0 auto;
}
body .ui-avatar img,
body .ui-avatar .avatar__figcaption{
    border-radius: 50%;
}
body .ui-avatar.big, body .ui-avatar.big img{
    width: 60px;
    height: 60px;
}
body .ui-avatar.large, body .ui-avatar.large img{
    width: 100px;
    height: 100px;
}
body .ui-avatar.small, body .ui-avatar.small img{
    width: 40px;
    height: 40px;
}
body .ui-avatar.vip{
    border: 1px solid #f6ce1d;
}
body .ui-avatar.pegase{
    border: 1px solid #949291;
}
body .ui-avatar.cogestion{
    border: 1px solid #f83030;
}
body .ui-avatar figure.avatar{
    display: block;
    height: 100%;
    width: 100%;
}

/***********************************************************************************************************************************/
/* FICHE : OBJECTIFS ***************************************************************************************************************/
/***********************************************************************************************************************************/

.objective-separator{
    padding: 10px;
}
.objective-separator + .objective-separator{
    border-top: 1px solid #af9c8d;
}
.objective-separator p{
    margin-top: inherit;
}

.ui-listview > li .objectifs-don-ow{
    margin:-5px auto;
    min-height: 260px;
    max-width: 313px;
    position: relative;
    background: url(/media/equideo/image/concours/all/don-ow.png) center no-repeat;
}

.ui-listview > li .objectifs-don-ow p{
    font-size: 1rem;
    position: absolute;
    bottom: 0px;
    white-space: normal;
}
