/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.page-template-template-user-page .discipline-counter.total img {
    opacity: 0.2 !important;
}

.page-template-template-user-page .discipline-counter.total {
    background: white !important;
    color: #FAD6C8 !important;
}

.page-template-template-user-page .discipline-counter.total .number span {
    background-color: #FAD6C8;
    color: white !important;
}

.page-template-template-user-page .discipline-counter.total .pie {
    display: block;
    height: 110%;
    left: -5%;
    /* outline: 1px solid #FAD6C8; */
    position: absolute;
    top: -5%;
    width: 110%;
    z-index: 90;
}

.page-template-template-user-page .discipline-counter.total .pie svg text {
    display: none !important;
}

.page-template-template-user-page .discipline-counter.total .runner {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page-template-template-user-page .discipline-counter.total .runner::before {
    background: url('../imgs/runner.svg') no-repeat center;
    content: "";
    display: block;
    height: 45px;
    left: calc(50% - 31px);
    position: absolute;
    top: -45px;
    transform-origin: top left;
    width: 44px;
    z-index: 1000;
}

.page-template-template-user-page .discipline-counter.total .runner.happy::before {
    background-image: url('../imgs/runner-happy.svg');
}

/* background: linear-gradient(135deg, rgba(237,113,87,1) 0%, rgba(229,24,120,1) 100%); */

.page-template-template-user-page .discipline-counter.total::before {
    background: url('../imgs/picto_drapeau_rose.svg') no-repeat center;
    content: "";
    display: block;
    height: 63px;
    left: calc(50% - 42px);
    position: absolute;
    top: -65px;
    width: 62px;
    z-index: 100;
}

.total-counter .content {
    color: #E3097D !important;
    padding-top: 1.5rem;
}

/***** BRAVO *****/
.page-template-template-user-page .discipline-counter.total .bravo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
    opacity: 0;
}
.page-template-template-user-page .discipline-counter.total .bravo span {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    background: -webkit-linear-gradient(315deg, rgba(237,113,87,1) 0%, rgba(229,24,120,1) 100%);
    background: -moz-linear-gradient(315deg, rgba(237,113,87,1) 0%, rgba(229,24,120,1) 100%);
    background: -o-linear-gradient(315deg, rgba(237,113,87,1) 0%, rgba(229,24,120,1) 100%);
    background: linear-gradient(135deg, rgba(237,113,87,1) 0%, rgba(229,24,120,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 20;
    transform: scale(.1);
    opacity: 0;
}
.page-template-template-user-page .discipline-counter.total .bravo::before {
    /*background-color: #C00;*/
    background-color: white;
    border-radius: 50%;
    content: "";
    height: 80%;
    left: 50%;
    margin-left: -40%;
    margin-top: -40%;
    position: absolute;
    top: 50%;
    width: 80%;
    z-index: 10;
}
.page-template-template-user-page .discipline-counter.total .bravo .star {
    background: url('../imgs/picto_etoile.svg') no-repeat center;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.page-template-template-user-page .discipline-counter.total .bravo .star1 {
    left: 20%;
    top: 60%;
    z-index: 100;
}
.page-template-template-user-page .discipline-counter.total .bravo .star2 {
    left: 40%;
    top: 70%;
    z-index: 100;
}
.page-template-template-user-page .discipline-counter.total .bravo .star3 {
    left: 25%;
    top: 30%;
    z-index: 100;
}
.page-template-template-user-page .discipline-counter.total .bravo .star4 {
    left: 55%;
    top: 35%;
    z-index: 100;
}
.page-template-template-user-page .discipline-counter.total .bravo .star5 {
    left: 70%;
    top: 20%;
    z-index: 100;
}
.page-template-template-user-page .discipline-counter.total .bravo .star6 {
    left: 60%;
    top: 55%;
    z-index: 100;
}
.text-objectif {
    font-size: 30px;
    font-weight: 800;
    color: #E3097D;
}
.page-template-template-user-page .user-detail {
    margin-bottom: 100px !important;
}



.submit-button.display-counters {
    display: inline-block;
    height: 3rem !important;
    line-height: 2.5rem;
    margin-top: 2rem;
    padding: .25rem 1rem .25rem 4.5rem !important;
    position: relative;
}
.submit-button.display-counters::after {
    background: url('../imgs/picto_drapeau_blanc.svg') white no-repeat center;
    background-size: 70%;
    border-radius: 2rem;
    content: "";
    display: block;
    height: 2.6rem;
    left: .2rem;
    position: absolute;
    transform: rotateZ(-30deg);
    top: .2rem;
    width: 2.6rem;
}


