html {
    position: relative;
    min-height: 100%;
}
body {padding-top: 100px; background-color: #EEF5F9; font-family: sans-serif;}

html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1;
}

a {text-decoration: none;}
a, a:hover {color: #337ab7;}
a.btn-primary {color: #fff;}

.main {background-color: #EEF5F9;}

.debug {border: 1px dotted #dd6666;}

.navbar-brand {
    padding-top: 0!important; padding-left: 1rem;
}
.navbar-brand > h1, .navbar-brand > h2 {margin-top: 0;}

.logo {font-size: 30px; margin-top: -16px; display: inline-block;}
.k {font-weight: 700; font-size: 35px; margin-top: -16px;}
.navbar-brand > h3 {font-size: 12px; color: #fff; font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin-top: -10px; padding-left: 90px;}

@font-face {
    font-family: "hemi head bd it";
    src: url('../fonts/hemi head bd it.otf');
}

.navbar-brand {font-family: "hemi head bd it", Menlo, Monaco, Consolas, "Courier New", monospace; color: #0898db!important; padding-bottom: 0;}

.minSlide {padding-right: 10px;}
.maxSlide {padding-left: 10px; float: right;}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.productHolder {
    border: 1px solid #eee;
    padding: 10px;
    margin: 2px 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.fontNormal {font-weight: normal;}

.productHolder:hover {
    border: 1px solid #428bca;
}

.grey {background-color: #f9f9f9;}

.productHolder h3, .basketRow h3 {font-size: 16px; font-weight: normal; margin: 0; padding: 0; line-height: 20px; display: inline-block;}
.productHolder h4, .basketRow h4 {font-size: 14px; font-weight: normal; margin: 0; padding: 0;}

.stabilo {font-weight: bold;}

.card {
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #0898db;
    margin-bottom: 1rem;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 1rem;
}

.card-subtitle {
    margin-top: -0.5rem;
}

.card-header {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.catTitle h1 {font-size: 20px; padding: 0.2rem 1rem 0.2rem 0; margin-bottom: 0; display: inline-block;}

.titleCriteria {margin-bottom: 1px; background-color: #0898db !important; color: #fff; border-radius: 3px; padding: 3px 5px;}

.slider-handle {
    background-color: #0898db !important;
}

.slider-selection {
    background-image: none!important;
    background-color: rgba(23, 195, 217, 0.56);
}

.breadcrumb {
    padding: 0;
    border-radius: 0;
    background-color: #e9ecef;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

#loading_list {background: #fff; opacity: .8; height: 100%; width: 100%; position: absolute; z-index: 20; top: 0; left: 0;}
#loading_list #loading_img {top: 100px; left: 50%; display: block; position: absolute; margin-left: -100px;}

.prdTitle h1 {font-size: 36px; font-weight: 500; margin: 20px 0 10px 0;}
.prdTitle h1 span {font-weight: 300; padding-right: 10px;}
.prdTitle h3 {font-size: 14px; font-weight: 500; margin: 10px 0;}
.caracteristiques h3 {font-size: 14px; font-weight: normal; line-height: 20px; margin: 0; padding: 0; display: inline;}
.caracteristiques th {text-align: right;padding-right: 10px;}

.thumbHome {max-width: 1024px; margin: 0 auto;}
.thumbHome .card {margin-bottom: 30px;}
.thumbHome .card-header {font-size: 0.9em; margin: 0; padding: 2px; text-align: justify; height: 42px;}
.thumbHome .card-body {text-align: justify;}
.thumbHome .card-body img {max-width: 100px;}
.thumbHome h5 {font-size: 1em; margin-top: 1px;}

.mainlist .card-header, .totalConfig .card-header, .result .card-header {
    padding: 0 10px;
}
.mainlist .card-body, .totalConfig .card-body {
    padding: 0.75rem;
}

.has-shadow {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}

.mainlist .card-header {
    border: 1px solid transparent;
}

.mainList a:hover {text-decoration: underline;}

.footer {
    border-top: 2px solid #0898db;
    background-color: #fff;
}

.orderList {cursor: pointer;}

.direction {color: #0898db;}

.criteriaList {color: #90979c; line-height: 1rem; margin-bottom: 0;}

.search {background-color: #c0c0c0; padding: 3px 5px; border-radius: 3px;}

.associatedProduct {border-radius: 5px;}
.associatedProduct:hover {background-color: #e9ecef;}

.highlight {
    animation: highlightAnimation 1.5s ease-in-out;
}

@keyframes highlightAnimation {
    0%, 100% {
        border-color: red;
        box-shadow: 0 0 10px red;
    }
    50% {
        border-color: transparent;
        box-shadow: none;
    }
}

.catThumbnail:hover {
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

@media (max-width: 575px) {
    body {padding-top: 180px;}
    .logo {font-size: 20px;}
    .k {font-size: 23px;}
    .navbar-brand > h3 {font-size: 10px;}
}

@media (max-width: 767px) {
    body {padding-top: 150px;}
    .logo {font-size: 20px;}
    .k {font-size: 23px;}
    .navbar-brand > h3 {font-size: 10px;}
    .prdTitle h1 {font-size: 20px;}
    .prdTitle h1 span {padding-right: 5px;}
    .prdTitle h3 {font-size: 12px;}
    .caracteristiques h3 {font-size: 12px;}
}
