/***********************************************************************************************************************************/
/* ICONS ***************************************************************************************************************************/
/***********************************************************************************************************************************/

/** form-svg-bg ********************************************************************************************************************/
.form-svg-bg,
.form-svg-bg-1{
    position: absolute;
    width: 7em;
    height: 7em;
    left: 0;
    top: 0;
    z-index:-1;
}
.form-svg-bg-2 svg{
    height: 3.7em;
    left: 0;
    position: absolute;
    top: 0;
    width: 3.7em;
    z-index: -1;
}
.form-svg{
    stroke: #fff;
    stroke-width:2;
    stroke-miterlimit:10;
}
.form-svg-2{
    stroke: #7ed2fe;
    stroke-width:2;
    stroke-miterlimit:10;
}

/*OLD OLD OLD /////////////////////////////////////////////////////////////////*/
/** content-icon-svg ********************************************************************************************************************/

a.content-icon.content-icon.content-icon{
    font-size: inherit;
}
a.content-icon.content-icon.content-icon,
.content-icon-svg{
    width: 24px;
    height: 24px;
}
a.content-icon:focus,
a.content-icon-back:focus{
    animation: ontap .1s ease-in-out;
}
.content-icon-svg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.content-icon-svg svg{
    display: block;
    width: 100%;
    height: 100%;
}

/** fills **************************************************************************************************************************/
.fill-white,
.fill-white svg path,
.fill-white svg circle{
    fill: #fff;
}
.fill-grey-disabled,
.fill-grey-disabled svg path,
.fill-grey-disabled svg circle{
    fill: #a9a9a9;
}
.fill-grey,
.fill-grey svg path,
.fill-grey svg circle{
    fill: #af9c8c;
}
.fill-grey-focus,
.fill-grey-focus svg path,
.fill-grey-focus svg circle{
    fill: #cebbab;
}
.fill-blue,
.fill-blue svg path,
.fill-blue svg circle{
    fill: #37659a;
}
.fill-blue-disabled,
.fill-blue-disabled svg path,
.fill-blue-disabled svg circle{
    fill: #39516b;
}
.fill-green,
.fill-green svg path,
.fill-green svg circle{
   fill:#d1d394;
}
.fill-red,
.fill-red svg path,
.fill-red svg circle{
   fill:#ad5b50;
}
.fill-red-focus,
.fill-red-focus svg path,
.fill-red-focus svg circle{
   fill:#d9796c;
}

.fill-btn-red,
.fill-btn-red svg path,
.fill-btn-red svg circle{
    fill: #ad5b50;
}
.fill-btn-red-focus,
.fill-btn-red-focus svg path,
.fill-btn-red-focus svg circle{
    fill: #d5786b;
}
.fill-btn-green,
.fill-btn-green svg path,
.fill-btn-green svg circle{
    fill: #535b4f;
}
.fill-border-green,
.fill-border-green svg path,
.fill-border-green svg circle{
    fill: #e5ff70;
    stroke: #bfd16c;
}
.fill-border-blue,
.fill-border-blue svg path,
.fill-border-blue svg circle{
    stroke: #7ed2fe;
    fill: transparent;
    stroke-width: 5px;
}
.fill-star-yellow,
.fill-star-yellow svg path,
.fill-star-yellow svg circle{
    fill: #EEC213;
}
.fill-star-orange,
.fill-star-orange svg path,
.fill-star-orange svg circle{
    fill: #e98606;
}
.fill-star-red,
.fill-star-red svg path,
.fill-star-red svg circle{
    fill: #e44444;
}
.fill-star-green,
.fill-star-green svg path,
.fill-star-green svg circle{
    fill: #9aaf3c;
}
.fill-star-blue,
.fill-star-blue svg path,
.fill-star-blue svg circle{
    fill: #63cfd0;
}
.fill-star-grey,
.fill-star-grey svg path,
.fill-star-grey svg circle{
    fill: #af9c8c;
}
.fill-color-1,
.fill-color-1 svg path,
.fill-color-1 svg circle{
    fill: #9b63d0;
}
.fill-color-2,
.fill-color-2 svg path,
.fill-color-2 svg circle{
    fill: #636dd0;
}
.fill-color-3,
.fill-color-3 svg path,
.fill-color-3 svg circle{
    fill: #63cfd0;
}
.fill-color-4,
.fill-color-4 svg path,
.fill-color-4 svg circle{
    fill: #63d096;
}
.fill-color-5,
.fill-color-5 svg path,
.fill-color-5 svg circle{
    fill: #9aaf3c;
}
.fill-color-6,
.fill-color-6 svg path,
.fill-color-6 svg circle{
    fill: #d07763;
}
.fill-color-7,
.fill-color-7 svg path,
.fill-color-7 svg circle{
    fill: #e44444;
}
.fill-color-8,
.fill-color-8 svg path,
.fill-color-8 svg circle{
    fill: #df73b5;
}
.fill-color-9,
.fill-color-9 svg path,
.fill-color-9 svg circle{
    fill: #82685b;
}
.fill-color-10,
.fill-color-10 svg path,
.fill-color-10 svg circle{
    fill: #af9c8c;
}
.fill-color-11,
.fill-color-11 svg path,
.fill-color-11 svg circle{
    fill: #e98606;
}
.fill-color-12,
.fill-color-12 svg path,
.fill-color-12 svg circle{
    fill: #e6cd57;
}
.fill-color-13,
.fill-color-13 svg path,
.fill-color-13 svg circle{
    fill: #6dd39c;
}
.fill-color-14,
.fill-color-14 svg path,
.fill-color-14 svg circle{
    fill: #535b4e;
}
.fill-color-15,
.fill-color-15 svg path,
.fill-color-15 svg circle{
    fill: #9b63d0;
}
.fill-color-16,
.fill-color-16 svg path,
.fill-color-16 svg circle{
    fill: #376599;
    stroke: #376599;
}
.fill-color-17,
.fill-color-17 svg path,  
.fill-color-17 svg circle{  
    fill: #63cfd0;
}
.fill-color-18,
.fill-color-18 svg path,
.fill-color-18 svg circle{
    fill: #7ed2fe;
}
.fill-color-19,
.fill-color-19 svg path,
.fill-color-19 svg circle{
    fill: #82685b;
}

/*NEW COLOR NEW COLOR V5 
RENOMMER LES CLASS VOIR CREA COULEUR /!\///////////////////////////////////////////////*/
.fillcolor--primary,
.fillcolor--primary svg path,
.fillcolor--primary svg circle{
    fill: #F8F6DF;
}
.fillcolor--action,
.fillcolor--action svg path,
.fillcolor--action svg circle{
    fill: #fff;
}
.fillsvg--action,
.fillsvg--action svg path,
.fillsvg--action svg circle{
    fill: #AD5B50;
}
.fillcolor--1,
.fillcolor--1 svg path,
.fillcolor--1 svg circle{
    fill: #636DD0;
}
.fillcolor--2,
.fillcolor--2 svg path,
.fillcolor--2 svg circle{
    fill: #63CFD0;
}
.fillcolor--3,
.fillcolor--3 svg path,
.fillcolor--3 svg circle{
    fill: #82685B;
}
.fillcolor--4,
.fillcolor--4 svg path,
.fillcolor--4 svg circle{
    fill: #535B4E;
}
.fillcolor--5,
.fillcolor--5 svg path,
.fillcolor--5 svg circle{
    fill: #9AAF3C;
}
.fillcolor--6,
.fillcolor--6 svg path,
.fillcolor--6 svg circle{
    fill: #63D096;
}
.fillcolor--7,
.fillcolor--7 svg path,
.fillcolor--7 svg circle{
    fill: #AF9C8C;
}
.fillcolor--8,
.fillcolor--8 svg path,
.fillcolor--8 svg circle{
    fill: #E98608;
}
.fillcolor--9,
.fillcolor--9 svg path,
.fillcolor--9 svg circle{
    fill: #D07763;
}
.fillcolor--10,
.fillcolor--10 svg path,
.fillcolor--10 svg circle{
    fill: #E44444;
}
.fillcolor--11,
.fillcolor--11 svg path,
.fillcolor--11 svg circle{
    fill: #9B63D0;
}
.fillcolor--12,
.fillcolor--12 svg path,
.fillcolor--12 svg circle{
    fill: #DF73B5;
}
.fillcolor--13,
.fillcolor--13 svg path,
.fillcolor--13 svg circle{
    fill: #376599;
}
.fillcolor--14,
.fillcolor--14 svg path,
.fillcolor--14 svg circle{
    fill: #E6CD57;
}

/*STROKE V5*/
.strokecolor--white{
    stroke: #fff;
    stroke-width: 3px;
}
.strokecolor--action{
    stroke: #AD5B50;
    stroke-width: 4px;
    color: #AD5B50;
}
.strokecolor--blue{
    stroke: #7ed2fe;
    fill: transparent;
    stroke-width: 5px;
}
/*STROKE OLD OLD OLD */
.stroke-color-white{
    stroke: #fff;
    stroke-width: 3px;
}
.pastille-color.pastille-color-1:before{
    background-color: #636DD0;
}
.pastille-color.pastille-color-2:before{
    background-color: #63CFD0;
}
.pastille-color.pastille-color-3:before{
    background-color: #82685B;
}
.pastille-color.pastille-color-4:before{
    background-color: #535B4E;
}
.pastille-color.pastille-color-5:before{
    background-color: #9AAF3C;
}
.pastille-color.pastille-color-6:before{
    background-color: #63D096;
}
.pastille-color.pastille-color-7:before{
    background-color: #AF9C8C;
}
.pastille-color.pastille-color-8:before{
    background-color: #E98608;
}
.pastille-color.pastille-color-9:before{
    background-color: #D07763;
}
.pastille-color.pastille-color-10:before{
    background-color: #E44444;
}
.pastille-color.pastille-color-11:before{
    background-color: #9B63D0;
}
.pastille-color.pastille-color-12:before{
    background-color: #DF73B5;
}

/*Header et footer*/
.ui-icon-profil{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/compte.svg") no-repeat center center;
}
.ui-icon-messagerie{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/messagerie.svg") no-repeat center center;
}
.ui-icon-menu-elevage{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/elevage.svg") no-repeat center center;
}
.ui-icon-menu-commerces{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/commerce.svg") no-repeat center center;
}
.ui-icon-menu-competitions{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/exploits.svg") no-repeat center center;
}
.ui-icon-menu-communaute{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/communaute.svg") no-repeat center center;
}

/*Bouton retour subheader*/
.ui-icon-arrow-l-black{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/arrow-l-black.svg") no-repeat center center;
}

/*Flèches des select*/
.ui-icon-carat-d:after{
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%2011%2014%2014%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M4.9%2021.5c0.1%200%200.2%200%200.2%200%200.4-0.1%200.6-0.3%200.8-0.6s0.4-0.5%200.7-0.7c0.6-0.6%201.1-1.2%201.7-1.8%200.3-0.3%200.6-0.7%200.9-1%200.2-0.3%200.2-0.7-0.1-1s-0.7-0.2-1%200.1l-3.1%203.3L2%2016.4c-0.2-0.3-0.7-0.3-1-0.1s-0.3%200.7-0.1%201c0.3%200.3%200.6%200.6%200.9%200.9%200.6%200.6%201.1%201.2%201.7%201.8%200.4%200.4%200.7%200.8%201.1%201.2C4.6%2021.3%204.7%2021.4%204.9%2021.5z%22%2F%3E%3C%2Fsvg%3E);
}
.ui-select.ui-mini .ui-icon-carat-d:after{
   background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%2011%2014%2014%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M4.9%2021.5c0.1%200%200.2%200%200.2%200%200.4-0.1%200.6-0.3%200.8-0.6s0.4-0.5%200.7-0.7c0.6-0.6%201.1-1.2%201.7-1.8%200.3-0.3%200.6-0.7%200.9-1%200.2-0.3%200.2-0.7-0.1-1s-0.7-0.2-1%200.1l-3.1%203.3L2%2016.4c-0.2-0.3-0.7-0.3-1-0.1s-0.3%200.7-0.1%201c0.3%200.3%200.6%200.6%200.9%200.9%200.6%200.6%201.1%201.2%201.7%201.8%200.4%200.4%200.7%200.8%201.1%201.2C4.6%2021.3%204.7%2021.4%204.9%2021.5z%22%2F%3E%3C%2Fsvg%3E);
}
.ui-alt-icon.ui-icon-carat-r:after,
.ui-alt-icon .ui-icon-carat-r:after {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20d%3D%22M20.2%2012.6c0%200%200-0.1%200-0.1%200%200%200-0.1%200-0.1%200-0.1%200-0.2%200-0.3%200%200%200%200%200%200%20-0.1-0.3-0.2-0.7-0.5-0.9%20-0.1-0.1-0.2-0.2-0.3-0.3L8.5%200.7C7.7-0.1%206.4%200%205.7%200.8%204.9%201.6%205%202.8%205.8%203.6l9.5%208.9%20-9.5%208.9c-0.8%200.7-0.9%202-0.1%202.8%200.7%200.8%202%200.9%202.8%200.1l10.9-10.1c0.1-0.1%200.2-0.2%200.3-0.3%200.3-0.3%200.4-0.6%200.5-0.9%200%200%200%200%200%200C20.2%2012.8%2020.2%2012.7%2020.2%2012.6z%22%20fill%3D%22%2340231b%22%2F%3E%3C%2Fsvg%3E);


}
.ui-icon-carat-r-white:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIwLjIgMTIuNmMwIDAgMC0wLjEgMC0wLjEgMCAwIDAtMC4xIDAtMC4xIDAtMC4xIDAtMC4yIDAtMC4zIDAgMCAwIDAgMCAwIC0wLjEtMC4zLTAuMi0wLjctMC41LTAuOSAtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjNMOC41IDAuN0M3LjctMC4xIDYuNCAwIDUuNyAwLjggNC45IDEuNiA1IDIuOCA1LjggMy42bDkuNSA4LjkgLTkuNSA4LjljLTAuOCAwLjctMC45IDItMC4xIDIuOCAwLjcgMC44IDIgMC45IDIuOCAwLjFsMTAuOS0xMC4xYzAuMS0wLjEgMC4yLTAuMiAwLjMtMC4zIDAuMy0wLjMgMC40LTAuNiAwLjUtMC45IDAgMCAwIDAgMCAwQzIwLjIgMTIuOCAyMC4yIDEyLjcgMjAuMiAxMi42eiIvPjwvc3ZnPg==);
    width: 16px;
    height: 16px;
    margin-top: -9px;
}
/*Croix des inputs textes*/
.ui-alt-icon.ui-icon-delete:after,
.ui-alt-icon .ui-icon-delete:after,
.ui-icon-delete:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBhdGggY2xhc3M9InN0MCIgZmlsbD0iIzgwODA4MCIgZD0iTTEwLjcgOS40TDcuOSA2LjdjMCAwIDAgMCAwIDAgMCAwIDAgMCAwLTAuMUwxMC43IDRjMC4zLTAuMyAwLjMtMC43IDAtMSAtMC4xLTAuMS0wLjMtMC4yLTAuNS0wLjIgLTAuMSAwLTAuMyAwLTAuNSAwLjJDOS42IDIuOSA3LjkgNC41IDYuOSA1LjUgNi4xIDQuNyA0LjMgMyA0LjIgMi45Yy0wLjMtMC4zLTAuNy0wLjMtMSAwIC0wLjMgMC4zLTAuMyAwLjcgMCAxTDYgNi42YzAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjFMMy4yIDkuNGMtMC4zIDAuMy0wLjMgMC43IDAgMSAwLjEgMC4xIDAuMyAwLjIgMC41IDAuMiAwLjEgMCAwLjMtMC4xIDAuNS0wLjIgMC4xLTAuMSAxLjctMS42IDIuNy0yLjYgMC44IDAuOCAyLjcgMi41IDIuOCAyLjYgMC4zIDAuMyAwLjcgMC4zIDEgMFMxMSA5LjcgMTAuNyA5LjR6Ii8+PC9zdmc+);
}
.fieldError .ui-icon-delete:after{
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23F83030%22%20class%3D%22st0%22%20d%3D%22M10.7%209.4L7.9%206.7c0%200%200%200%200%200%200%200%200%200%200-0.1L10.7%204c0.3-0.3%200.3-0.7%200-1%20-0.1-0.1-0.3-0.2-0.5-0.2%20-0.1%200-0.3%200-0.5%200.2C9.6%202.9%207.9%204.5%206.9%205.5%206.1%204.7%204.3%203%204.2%202.9c-0.3-0.3-0.7-0.3-1%200%20-0.3%200.3-0.3%200.7%200%201L6%206.6c0%200%200%200%200%200%200%200%200%200%200%200.1L3.2%209.4c-0.3%200.3-0.3%200.7%200%201%200.1%200.1%200.3%200.2%200.5%200.2%200.1%200%200.3-0.1%200.5-0.2%200.1-0.1%201.7-1.6%202.7-2.6%200.8%200.8%202.7%202.5%202.8%202.6%200.3%200.3%200.7%200.3%201%200S11%209.7%2010.7%209.4z%22%2F%3E%3C%2Fsvg%3E);
}

/*Pagination*/
.ui-icon-carat-l-black{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/carat-l-black.svg") no-repeat center center;
}
.ui-icon-carat-r-black{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/carat-r-black.svg") no-repeat center center;
}
.ui-icon-carat-dl-black{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/carat-dl-black.svg") no-repeat center center;
}
.ui-icon-carat-dr-black{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/carat-dr-black.svg") no-repeat center center;
}

/*Messagerie*/
.ui-icon-annonce{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/annonce.svg") no-repeat center center;
}

/*Console*/
.ui-btn-console .care,
.ui-btn-console .interaction{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/care-blue.svg");
}
.ui-btn-console .walk{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/walk-blue.svg");
    margin: 4px 0 0;
}
.ui-btn-console .training{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/training-blue.svg");
    margin: 5px 0 0;
}
.ui-btn-console .divine{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/divine-blue.svg");
    margin: 5px 0 0;
}
.ui-btn-console .competition-western{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/competition-western-blue.svg");
}
.ui-btn-console .competition-classique{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/competition-classique-blue.svg");
}
.ui-btn-console .competition-specialisation{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/signaler-blue.svg");
}
.ui-btn-console .reproduction{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/reproduction-blue.svg");
}
.ui-btn-console .night{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/night-blue.svg");
    margin: 4px 0 0;
}
.ui-btn-console .action-vente{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/action-vente-blue.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console .action-vente-prive{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/action-vente-reserved-blue.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console .action-vente-enchere{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/action-ventes-encheres-blue.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console .loan{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/menu-communaute-blue.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console .verrouiller{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/verrouiller-blue.svg");
    margin: 5px 0 0;
}
.ui-btn-console .ancestral{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/info-info-blue.svg");
    margin: 6px 0 0;
}

.ui-btn-console .box{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/divine-blue.svg");
    margin: 5px 0 0;
}

.ui-btn-console .pres{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/divine-blue.svg");
    margin: 5px 0 0;
}

.ui-btn-console .serre{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/divine-blue.svg");
    margin: 5px 0 0;
}

.ui-btn-console .atelier{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/divine-blue.svg");
    margin: 5px 0 0;
}



.ui-btn-console.active .reproduction{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/reproduction-white.svg");
}
.ui-btn-console.active .care,
.ui-btn-console.active .interaction{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/care-white.svg");
}
.ui-btn-console.active .walk{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/walk-white.svg");
}
.ui-btn-console.active .training{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/training-white.svg");
}
.ui-btn-console.active .divine{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/divine-white.svg");
}
.ui-btn-console.active .competition-western{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/competition-western-white.svg");
}
.ui-btn-console.active .competition-classique{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/competition-classique-white.svg");
}
.ui-btn-console.active .competition-specialisation{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/signaler-white.svg");
}
.ui-btn-console.active .night{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/night-white.svg");
}
.ui-btn-console.active .action-vente{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/action-vente-white.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console.active .action-vente-prive{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/action-vente-reserved-white.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console.active .action-ventes-encheres{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/action-ventes-encheres-white.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console.active .loan{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/menu-communaute.svg");
    background-size: cover;
    margin: 5px 0 0;
}
.ui-btn-console.active .verrouiller{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/verrouiller-white.svg");
    margin: 5px 0 0;
}

.ui-btn-console.active .ancestral{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/info-info-white.svg");
}

.ui-btn-console-preview{
    background-image: url("/media/equideo/image/mowbile/pictos/preview-small.svg");
}
.ui-btn-console-next{
    background-image: url("/media/equideo/image/mowbile/pictos/next-small.svg");
}
.ui-icon-energie{
    background-image: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/energie.svg");
    background-size: cover;
    display: inline-block;
    height: 16px;
    width: 16px;
}


/*Swipers menu*/

.ui-icon-remove{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/remove.svg") no-repeat center center;
}
.ui-icon-remove-disabled{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/remove-disabled.svg") no-repeat center center;
}
.ui-icon-bloquer{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/bloquer.svg") no-repeat center center;
}
.ui-icon-bloquer-disabled{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/bloquer-disabled.svg") no-repeat center center;
}
.ui-icon-editer{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/editer.svg") no-repeat center center;
}
.ui-icon-editer-disabled{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/editer-disabled.svg") no-repeat center center;
}
.ui-icon-ribbon{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/ribbon.svg") no-repeat center center;
}
.ui-icon-ribbon-disabled{
    background: url("/media/equideo/image/mowbile/jquery/icons-svg-bg/ribbon-disabled.svg") no-repeat center center;
}

.filter-gray {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

/* Member */
#member .svg--social-tiktok path {
    fill: #FFF;
}