/* layout */
html {
    position: relative;
    min-height: 100%;
  }

body {
    margin-bottom: 130px; /* Margin bottom by footer height */
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 110px;
    background-size: cover;
    background-attachment: fixed;
    background-color: #495057;
  }

main {
    margin-top: 80px;
}

#main-menu.navbar {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    min-height: 110px;
    background-image: url("../images/banner-0.png");
    background-repeat: repeat-x;
    padding-top: 0px;
}
#main-menu .navbar-brand {
    font-weight:bold;
    padding-top:0;
    height: 95px;
}

#main-menu .navbar-logo {
    color: rgb(249, 234, 70);
    text-shadow: 3px 3px 5px #000;
    font-size: 140%;
    line-height: 50px;
    display: block;

    -webkit-text-fill-color: rgb(249, 234, 70);
    -webkit-text-fill-color: #fff200;
    -webkit-text-stroke-color: black;
}

#main-menu .navbar-logo:hover {
    text-decoration: none;
}

#main-menu .navbar-logo-letter {
    color: rgb(231, 70, 70);
    -webkit-text-fill-color: rgb(231, 70, 70);
    font-size: 140%;
    text-transform: capitalize;
}

/* @media (max-width: 768px) {
    #main-menu .navbar-logo {
        font-size: 100%;
    }
} */

.edit-input {
    background-color: #fff !important;
    border-width: 0;
}

.btn-type {
    background-color: rgb(249, 234, 70);
    border-color:#000;
    border-color: #aaa;
}
.btn-type.active {
    background-color: rgb(231, 70, 70) !important;
    outline: 0px;
  }

.btn-wip,
.btn-wip:hover,
.btn-wip-vide,
.btn-wip-vide:hover {
    background-color: rgb(249, 234, 70);
    margin-left:3px;
    border-color: #aaa;
}

.select-filtres {
    width: 80px !important;
    border-radius: .2rem !important;
    border-color: #ced4da !important;
    font-size: 80%;
    font-weight: 400;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px; /* Set the fixed height of the footer here */
    line-height: 15px; /* Vertically center the text there */
    padding: 10px;
    color:#fff;
    /* text-shadow: 0px 1px 0px #fff; */
    background-color:#343a40;
    font-size: small;
    /* border: 1px solid #fff; */
  }
footer h6{
    text-shadow: 0px 1px 0px #000;
    }
footer a {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
.marque img{
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 2px;
    height: 50px;
    margin: 3px;
    }

#cookies-banner{
    position:fixed;
    opacity: 0.75;
    bottom:0;
    z-index:9999;
    width:100%;
    border-radius:0;
    padding:5px 10px;
    vertical-align:middle;
    margin:0;
}

/* pages */
.card {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border: 0;
}

/*
.card-header {
    background-color: lightskyblue;
} */

/* produits */

.box-product {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.shadow {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
    border: 0;
}

.stock_gp {
    font-size: 12px;
}

/* panier */
.table-liste-titre td {
    background-color: #ddd;
    font-weight: bold;
    border:0;
    padding: 7px 10px 7px 10px;
    width:100%;
}

.form-small {
    border: 1px solid #ccc;
    padding:5px;
    font-size: small;
    margin-bottom: 2px;
    border-radius: 5px;

}
textarea.form-small {
    width:100%;
}
