.catalogue-color{
     color:#570804 !important;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(100,100,100,.5) 0,rgba(100,100,100,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(100,100,100,.5) 0,rgba(100,100,100,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(247,222,116,.5)),to(rgba(100,100,100,.0001)));
    background-image: linear-gradient(to right,rgba(100,100,100,.5) 0,rgba(100,100,100,.0001) 100%);
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(100,100,100, .0001) 0, rgba(100,100,100, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(100,100,100, .0001) 0, rgba(100,100,100, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(100,100,100, .0001)), to(rgba(247,222,116,.5)));
    background-image: linear-gradient(to right, rgba(100,100,100, .0001) 0, rgba(100,100,100, .5) 100%);
}



.noir-color{
    color:#000000 !important;
}

.catalogue-color-invert{
    color:#ffffff !important;
}
.catalogue-color-invert-hover:hover{
    color:#ffffff !important;
}

.catalogue-background-color{
    background-color:#570804 !important;
}

.blanc-background-color{
    background-color:#ffffff !important;
}

.catalogue-border-color{
    border-color:#570804 !important;
}

.noir-border-color{
    border-color:#000000 !important;
}

.btn-catalogue {
    background-color: #570804;
    border-color: #570804;
    color: #ffffff;
}
.btn-catalogue:hover {
    background-color: #570804;
    border-color: #570804;
    color: #ffffff;
}
select{
    -webkit-appearance: none;
    background:#fff url('images/arrow-down.png')  no-repeat right center !important;
    background-size: 80%;

}

textarea:focus,
select:focus,
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,s
.uneditable-input:focus {
    border-color: rgba(87, 8, 4, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(87, 8, 4, 1);
    outline: 0 none;
}


#splashscreen{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-size:contain;
    z-index:10000;
}

#splashscreen > div{
   margin:auto;
    width:1px;
    height:1px;

}
#splashscreen > div > div {
    width:100%;
    padding-bottom:100%;
    background-image:url('images/splashscreen-2025.png');
    background-size: contain;
}


.liste-item-bloc > div:nth-child(odd){
    background-color:rgba(247,222,116, 0.2);

}

.btn-catalogue:active {
    color: #ffffff;
}
.btn-catalogue:focus {
    color: #ffffff;
}
.btn-catalogue:visited {
    color: #ffffff;
}


.text-default{
    color:#000000;
}

.noir-color{
    color:#000000 !important;
}
.blanc-color{
    color:#ffffff !important;
}


.noir-background-color{
    background-color:#000000 !important;
}

.noir-border-color{
    border-color:#000000 !important;
}

.uppercase{
    text-transform:uppercase;
}


.navbar {
    min-height:0;
}

.titre-page{
   line-height:40px;
    font-size:14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo{
    height:30px;
    margin:5px 10px;
  /*  background-color:#fff;
    border:3px solid #ffffff;*/
    box-sizing: content-box;
}

.top-margin{
    margin-top:10px;
}

.top-margin-x2{
    margin-top:20px;
}

.container{
    max-width:480px !important;

}

.img-square{
    width:100%;
   padding-top:100%;
    background-size: contain;
    box-sizing: border-box;
    border:1px solid #ccc;
    background-color:#fff;
}

.img-file{
    width:100%;
    padding-top:100%;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.nopadding{
    padding:0 !important;
    margin:0 !important;
}

a.no-decoration,a.no-decoration:hover{
    text-decoration: none;
}

table.no-line td {
    border-top: none !important;
}

.label-form-control{
    line-height:34px;
    padding:0 0 0 13px;
}

.persist-header{
    border-bottom:1px dashed #ccc;
    border-top:1px dashed #ccc;
    padding:10px 0;
}

.loading-list{

}

.loading-list img{
    display:block;
    margin:20px auto;
    width:30px;
}

.btn-produit{
    cursor: pointer;
}

.toast {
    margin-top:15px !important;
    opacity: 1 !important;
}

.buttonBackTop{
    position:fixed;
    bottom:-5px;
    right:20px;
    opacity:0.6;

}
@media all and (display-mode: standalone) {
   /* TEST STANDALONE */
}


.fa-adapte{
    line-height:1 !important;
}

.helpscreen{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:2000;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}