/***********************************************************************************************************************************/
/***********************************************************************************************************************************
 ######   ######## ##    ## ######## ########  ####  #######  ##     ## ########
##    ##  ##       ###   ## ##       ##     ##  ##  ##     ## ##     ## ##
##        ##       ####  ## ##       ##     ##  ##  ##     ## ##     ## ##
##   #### ######   ## ## ## ######   ########   ##  ##     ## ##     ## ######
##    ##  ##       ##  #### ##       ##   ##    ##  ##  ## ## ##     ## ##
##    ##  ##       ##   ### ##       ##    ##   ##  ##    ##  ##     ## ##
 ######   ######## ##    ## ######## ##     ## ####  ##### ##  #######  ########
************************************************************************************************************************************/
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* mantis 72100 ********************************************************************************************************************/
/***********************************************************************************************************************************/

-webkit-touch-callout: none;
-webkit-user-select: none;

/***********************************************************************************************************************************/
/* FONTS **-************************************************************************************************************************/
/***********************************************************************************************************************************/

html {
    font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {
    font-family: Arial, sans-serif;
}
legend,
.ui-input-text input,
.ui-input-search input {
    color: inherit;
    text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
    font-weight: normal;
}
ul,
li,
form{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1{
    font-weight: normal;
    font-size: 1.6rem !important;
    margin: 0;
}
h2{
    font-size: 1.6rem;
    font-weight: bold;
}
h3{
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}
h4{
    color: #b19c8b;
    font-weight: normal;
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
p > a.ui-link{
    text-decoration: underline;
}
/* Overflow ellipsis */
.collapse,
.collapse p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.white-space-normal {
    white-space: normal !important;
}
.overflow-hidden {
    overflow: hidden;
}
.hide {
	display: none;
}
.ui-table.align-middle {
    line-height: 2.7em;
}
del{
    position: relative;
}
del::after{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    z-index: 1;
    background: #3d251b;
}
.ui-mobile fieldset{
    display: block;
}

/***********************************************************************************************************************************/
/* COLORS **************************************************************************************************************************/
/***********************************************************************************************************************************/

.color-white,
.color-white .ui-currency strong{
    color: #fff !important;
}
.color-greygreen{
    color: #535b4f;
}
.color-red{
    color: #C00;
}
.color-green{
    color: #090;
}
.color-legend{
    color: #af9c8c;
}
.color-legend a.ui-link{
    color: #af9c8c;
}
.color-grey{
    color: #808080;
}
.color-defaut{
    color: #3d251b;
}
/***********************************************************************************************************************************/
/* COLOR TEXT V5 **************************************************************************************************************************/
/***********************************************************************************************************************************/
.text--action{
    color: #AD5B50;
}
/***********************************************************************************************************************************/
/* CLASSES *************************************************************************************************************************/
/***********************************************************************************************************************************/

.text-shadow{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.legend-list{
    color: #af9c8c;
    font-size: 0.7rem;
    display: block;
    word-wrap: break-word;
    box-sizing: border-box;
}
.legend-list,
.legend-list > strong{
    font-weight: normal;
}
.text-citation{
    font-style: italic;
    color: #af9c8c;
    font-size: 0.8rem;
}
.text-error{
    color: #c00;
    font-size: 0.7rem;
    margin: 0;
}
.emphasis{
    background: rgba(173, 91, 80, 0.20)!important;
}

/*text decoration*/
.nobold,
.weight-normal{
    font-weight: normal;
}

/*text size*/
.font-small {
    font-size: 0.8rem;
}
.font-very-small {
    font-size: 0.7rem;
}

/*Liste ordonnée*/

ul.ui-list-text li{
    list-style-type: disc;
    margin: 0 20px;
    word-wrap: break-word;
}
ul.circle li{
    list-style-type: disc;
    margin-left: 20px;
}

/***********************************************************************************************************************************/
/* IMAGES **************************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-image-rounded,
.collectionview__content .ui-currency::after{
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    background-color: #e1dac5;
    border-radius: 50%;
    padding: 0.3em;
    margin: 0 .15em;
}
.ui-image-avatar{
    background-color: #F2EFCF;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px;
}
.ui-image-avatar .avatar{
    width: 100%;
    height: 100%;
}
.ui-image-avatar img,
.ui-image-avatar .avatar__figcaption{
    width: 32px;
    height: 32px;
}

/***********************************************************************************************************************************/
/* CURRENCIES **********************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-currency{
    white-space: nowrap;
}
.ui-currency,
.ui-currency img,
.ui-currency strong{
    position: relative;
    display:inline-block;
}
.ui-currency::after{
    content: "";
    position: absolute;
    right: -.2em;
    width: 20px;
    height: 20px;
    z-index: 0;

}
.ui-currency img{
    top: 5px;
    margin: 0 .2em;
    z-index: 1;
}
.ui-currency strong{
    color: #40231b;
    z-index: 1;
}

.ui-btn-style-0 .ui-currency img {
    width: auto;
}

/** linethrough ***************************************************************************************************************/

.ui-currency-linethrough{
    filter: grayscale(100%);
    position: relative;
    text-decoration-line: line-through;
}
.ui-currency-linethrough::after{
    background: #848484;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
}
.ui-currency-linethrough strong{
    color: #848484;
    font-weight: normal;
}

/***********************************************************************************************************************************/
/* LOADER **************************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-loader {
    background-color:transparent;
    opacity:.5;
}


/* Inscription
-----------------------------------------------------------------------------------------------------------*/
/* Placeholder input date */
input[type="date"]:not(.has-value) {
    height: 0;
}
input[type="date"]:not(.has-value):before{
  color: #999999;
  content: attr(placeholder);
}
input[type="date"]:focus,
input[type="date"].has-value {
    color: #666666;
}
input[type="date"]:focus::before,
input[type="date"].has-value::before {
    content: "" !important;
}

/* Fullscreen
-----------------------------------------------------------------------------------------------------------*/
.page-fullscreen[data-fullscreen="1"] {
    padding: 0 !important;
}
.page-fullscreen .ui-btn-add{
    bottom: 3%;
}
#ufo-container {
    position: absolute;
    top: 0px!important;
    left: 0px;
    min-height: 420px;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 900;
}

/***********************************************************************************************************************************/
/* LISTS ***************************************************************************************************************************/
/***********************************************************************************************************************************/

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;
}
/***********************************************************************************************************************************/
/* SVG ***************************************************************************************************************************/
/***********************************************************************************************************************************/

/*SUPPRESSION DU BOX SHADOW*/
.svg--shadownone.svg--shadownone {
    box-shadow: none;
}