/* Minification failed. Returning unminified contents.
(1195,1): run-time error CSS1019: Unexpected token, found '}'
 */
* {
    box-sizing: border-box !important;
}

body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
b,
u,
i,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2e3440;
    font-size: 1.6rem;
}

    body .left {
        text-align: left !important;
    }

    body .right {
        text-align: right !important;
    }

    body .center {
        text-align: center !important;
    }

    body p {
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    body .legend {
        font-style: italic;
        font-family: "Roboto Condensed";
    }

    body .intro {
        font-family: "Roboto Condensed";
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.5;
    }

    body h1 {
        color: #ee3126;
        font-family: "Roboto Condensed";
        font-weight: 300;
        font-size: 4rem;
        text-align: center;
        margin-bottom: 1.6rem;
    }

    body h2 {
        margin-bottom: 2rem;
        font-family: "Roboto Condensed";
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.25;
        color: #ee3126;
        text-align: center;
        text-transform: uppercase;
    }

    body h3 {
        margin-bottom: 1.6rem;
        font-family: "Roboto Condensed";
        font-size: 3rem;
        font-weight: 700;
    }

    body h4 {
        display: block;
        margin-bottom: 1.6rem;
        position: relative;
        font-family: "Roboto Condensed";
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.25;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    min-height:86.6vh;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/* CODE LIBRAIRY KUHN */
a {
    text-decoration: none;
    color: inherit;
}
.link {
    color: #ee3126;
    display: inline-block;
    padding-left: calc(1em + 10px);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    font-family: "Roboto Condensed";
    font-weight: 400;
    cursor: pointer;
}

    .link::before {
        /*background: transparent url(../_img/icon-chevron-red.svg) 0 50% no-repeat;*/
        background-size: contain;
        content: '';
        display: block;
        height: 1em;
        width: 1em;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 0;
    }

    .link::after {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left;
        transform-origin: left;
        content: '';
        background: #ee3126;
        display: block;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: calc(1em + 10px);
        width: calc(100% - (1em + 10px));
    }

    .link:hover::after {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
.link-color-fix:active,
.link-color-fix:hover,
.link-color-fix:visited,
.link-color-fix:focus {
    color: inherit;
    text-decoration: none;
}

.link-p {
    text-decoration: underline;
    cursor: pointer;
}

    .link-p:hover, 
    .link-p:focus, 
    .link-p:active 
    {
        color: #ee3126;
    }

.act {
    display: block;
    margin: 20px 0;
}

    .CTA {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        border: 1px solid transparent;
        border-radius: 3px;
        cursor: pointer;
        display: block;
        font-family: "Roboto Condensed";
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.42857;
        padding: 1rem 2.3rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        background: #ee3126;
    }

        .CTA:hover,
        .CTA:active,
        .CTA:focus
        {
            color: #ffffff;
            text-decoration: none;
            background-color: #de1219;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

    .CTA-border {
        -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        border: 1px solid #ee3126;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        display: block;
        font-family: "Roboto Condensed";
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.42857;
        margin: 0;
        max-width: 250px;
        padding: 1rem 2.3rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ee3126;
    }

        .CTA-border:hover {
            -webkit-box-shadow: inset 0 0 0 1px #ee3126;
            box-shadow: inset 0 0 0 1px #ee3126;
            background-color: #ffffff;
        }

    .CTA-dark {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        border: 1px solid transparent;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #2e3440;
        cursor: pointer;
        display: block;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.42857;
        margin: 0;
        max-width: 250px;
        padding: 1rem 2.3rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ee3126;
        background: #ffffff;
    }

        .CTA-dark:hover {
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

    .CTA-2 {
        -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        border: 1px solid black;
        color: #2e3440;
        border-radius: 3px;
        cursor: pointer;
        font-family: "Roboto Condensed";
        font-size: 1.4rem;
        font-weight: 700;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
        padding: 1rem 2.5rem;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }

        .CTA-2:hover,
        .CTA-2:active,
        .CTA-2:focus
        {
            -webkit-box-shadow: inset 0 0 0 1px currentColor;
            box-shadow: inset 0 0 0 1px currentColor;
            color: currentColor;
            text-decoration: none;
        }

    .CTA-3 {
        -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        color: #fff;
        background: #2E3440;
        border: 1px solid #2E3440;
        border-radius: 3px;
        cursor: pointer;
        font-family: "Roboto Condensed";
        font-size: 1.4rem;
        font-weight: 700;
        max-width: 250px;
        margin: 0 auto;
        padding: 1rem 2.5rem;
        text-align: center;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }

        .CTA-3:hover {
            background-color: #000;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }

    .CTA-3-ghost {
        -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        border: 1px solid #ffffff;
        color: #ffffff;
        border-radius: 3px;
        cursor: pointer;
        font-family: "Roboto Condensed";
        font-size: 1.4rem;
        font-weight: 700;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
        padding: 1rem 2.5rem;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }

        .CTA-3-ghost:hover {
            -webkit-box-shadow: inset 0 0 0 1px #ffffff;
            box-shadow: inset 0 0 0 1px #ffffff;
            color: #ffffff;
            text-decoration: none;
        }

    .CTA-4 {
        -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        color: #fff;
        background: #000000;
        border: 1px solid #000000;
        border-radius: 3px;
        cursor: pointer;
        font-family: "Roboto Condensed";
        font-size: 1.4rem;
        font-weight: 700;
        max-width: 250px;
        margin: 0 auto;
        padding: 1rem 2.5rem;
        text-align: center;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }

        .CTA-4:hover {
            background-color: #000;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }

    .CTA-4-dark {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        border: 1px solid transparent;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #2e3440;
        cursor: pointer;
        display: block;
        font-family: "Roboto Condensed";
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.42857;
        margin: 0;
        max-width: 250px;
        padding: 1rem 2.3rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        background: #ffffff;
    }

        .CTA-4-dark:hover {
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }
body .form [type="text"],
body .form [type="email"],
body .form [type="password"],
body .form [type="number"],
body .form [type="tel"],
body .form textarea,
body .form select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    background: white;
    border: 1px solid;
    border-color: #f2f2f2;
    border-bottom-color: #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 52px;
    padding: .45em 1em;
    width: 100%;
}

body .form [type="checkbox"]:not(:checked) + label,
body .form [type="checkbox"]:checked + label,
body .form [type="radio"]:not(:checked) + label,
body .form [type="radio"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

    body .form [type="checkbox"]:not(:checked) + label:before,
    body .form [type="checkbox"]:checked + label:before,
    body .form [type="radio"]:not(:checked) + label:before,
    body .form [type="radio"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 1.5rem;
        height: 1.5rem;
        border: 2px solid black;
        background: transparent;
        border-radius: 3px;
    }

    body .form [type="checkbox"]:not(:checked) + label:after,
    body .form [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    body .form [type="checkbox"]:checked + label:after,
    body .form [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    body .form [type="checkbox"]:not(:checked) + label:after,
    body .form [type="checkbox"]:checked + label:after,
    body .form [type="radio"]:not(:checked) + label:after,
    body .form [type="radio"]:checked + label:after {
        background: black;
        content: '';
        color: #ed1c24;
        display: block;
        position: absolute;
        top: 6px;
        left: 4px;
        -webkit-transition: all .2s;
        transition: all .2s;
        width: 7px;
        height: 7px;
    }
body .form .one-checkbox {
    width: 100%;
    margin-bottom: 0.5rem;
}

body .form .flex-form {
  display: flex;
  justify-content: center;
}
body .form .flex-form .form-col-2 {
  padding: 0;
  margin-top: 0rem;
  width:100%;
  width:100%;
}

.circle-icon-small {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    vertical-align: middle;
}
.small-circle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 4px;
    font-size: 0.7em;
}
.circle-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}
.circle-icon-big {
    border:none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.icon-hover:hover {
    filter: brightness(115%);
}
.btn-disabled {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: no-drop;
    display: block;
    font-family: "Roboto Condensed";
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.42857;
    padding: 1rem 2.3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #F68D91;
}
    .btn-disabled:hover {
        color: #ffffff;
        background-color: #F68D91;
    }


/* COULEUR KUHN */
.white {
    color: #ffffff;
}

.grey {
    color: #555555;
}

.black {
    color: #231f20;
}

.red {
    color: #ed1c24;
}
.bg-error {
    background-color: #990033;
}
.error {
    color: #990033;
}
.orange {
    color: #ee3126;
}

.orange2 {
    color: #ee7f00;
}

.brorange {
    color: #cc7700;
}
.elm {
    color:#d0b580
}
.warm-grey {
    color: #eeece0;
}
.green-success {
    color: #5f9900;
}
.bg-green-success {
    background-color: #5f9900;
}
.green {
    color: #5f9900;
}
.bg-green {
    background-color: #5f9900;
}
.bg-red-secondary {
    background-color: #ED1B24
}

.bg-secondary {
    background-color: #F5F5F5;
}

.red-secondary {
    color: #ED1B24
}
.bg-elm {
    background-color: #d0b580
}

.bg-warm-grey {
    background-color: #eeece0;
}
.bg-red {
    background-color: #ed1c24;
}
.bg-colored-grey {
    background-color: #e8e8e8;
}
.notification-danger {
    background-color: #990033;
    color: #fff;
}
.notification-success {
    background-color: #5f9900;
    color: #fff;
}
.notification-warning {
    background-color: #cc7700;
    color: #fff;
}
.notification-danger {
    background-color: #ee3126;
    color: #fff;
}
.notification-info {
    background-color: #2e3440;
    color: #fff;
}
.unstyled-link {
    text-decoration: none;
    color: #777;
}
.unstyled-link:hover
.unstyled-link:active
.unstyled-link:focus
{
    text-decoration: underline;
    color: #999;
}
#icon-cart:hover {
    background-color: #fb3f3f;
}
#condition-icon:hover {
    color: #ed1c24;
}
#catalog-btn {
    font-size: 2em;
    cursor: pointer;
    color: #777;
}
    #catalog-btn:hover {
        color: #ed1c24;
    }

.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        -webkit-box-shadow: 0 0 26px -8px rgba(0,0,0,1);
        -moz-box-shadow: 0 0 26px -8px rgba(0,0,0,1);
        box-shadow: 0 0 26px -8px rgba(0,0,0,1);
    }

.inline-block{
    display:inline-block;
}
.div-table {
    min-height: 23%;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.table > tbody > tr > th {
    vertical-align: middle;
}
.btn {
    vertical-align: middle;
}
.vertical-align {
    vertical-align: middle;
}
.my-3{
    margin-top:3rem;
    margin-bottom:3rem;
}
.mr-3 {
    margin-right: 0.5em;
}
.mr-1 {
    margin-right: 1rem;
}
.ml-3 {
    margin-left: 0.5em;
}
.mb-5{
    margin-bottom: 2em;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-5{
    margin-top:2em;
}
.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: 1rem;
}
.pr-2 {
    padding-right: 2rem;
}
.pr-3 {
    padding-right: 3rem;
}
.py-5{
    padding-top:5rem;
    padding-bottom:5rem;
}
.img-center {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.col-lg-3 .card{
    min-height:186px;
}
.align-bottom {
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 1em;
}
.card-article {
    border: 1px solid orangered;
}
.card-article a {
    color: inherit;
    text-decoration: inherit;
}
.notification {
    position: fixed;
    bottom: 1em;
    left: 1em;    
    overflow-y: hidden;
}
.hidden {
    opacity: 0;
}
.img-detail {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
ul {
    margin-left: -20px;
}

/* Second Level */
ul ul {
    margin-left: -20px;
}

/* Third Level */
ul ul ul {
    margin-left: -20px;
}

.side-menu-scrollable {
    max-height: 80vh;
    width:100%;
    overflow: auto;
    line-height: 26px;
    padding:0;
    margin:0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.fas {
    font-family: fontAwesome,Roboto,Tahoma;
}
#filters-collapse{
    overflow-x:hidden;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
    .vertical-align > [class^="col-"],
    .vertical-align > [class*=" col-"] {
        display: flex;
        align-items: center; /* Align the flex-items vertically */
        justify-content: center; /* Optional, to align inner flex-items
                              horizontally within the column  */
    }
.inline-valign {
    padding-bottom: 100%;
    margin-bottom: -100%;
    float: left;
}
.image-centered {
    background-color: transparent;
    width: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.img-thumb {
    border: 1px solid #ddd;
}
    .img-thumb:hover {
        opacity: 0.5;
    }
.img-thumb-active {
    border: 1px solid #ee3126;
}
    .img-thumb-active:hover {
        opacity:1;
    }
.pointer {
    cursor: pointer;
}
.text-grey {
    color: #635F60;
}

.text-thin {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-xbold {
    font-weight: 900;
}
.text-first-letter-uppercase{
    text-transform:lowercase;
}
    .text-first-letter-uppercase::first-letter {
        text-transform: uppercase;
    }
.text-uppercase {
    text-transform: uppercase;
}
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* CAROUSEL */

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controls */
.carousel-control {
    left: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #2e3440;
    border-radius: 50%;
    font-size: 30px;
    padding: 0 5px;
    text-align: center;
    opacity: 1;
}
    .carousel-control.right {
        right: 40px;
        padding: 0 7px;
    }
.carousel-control-home {
    height: 50px;
    width: 50px;
    line-height: 50px;
    
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: 50vh;
    bottom: -10px;
    margin-right: -19px;
}
    /* The colour of the indicators */
    .carousel-indicators li {
        background: #ed1c24;
    }

    .carousel-indicators .active {
        background: #ed1c58;
    }

/* SIDE MENU TEST DESIGNS */
.icon-btn-cat{
    float:right;
    padding-right:5px;
}
.side-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}

    .side-menu .navbar {
        border: none;
    }

    .side-menu .navbar-header {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .side-menu .navbar-nav .active a {
        background-color: transparent;
        margin-right: -1px;
        border-right: 5px solid #e7e7e7;
    }

    .side-menu .navbar-nav li {
        display: block;
        width: 100%;
        /*border-bottom: 1px solid #e7e7e7;*/
    }

        .side-menu .navbar-nav li a {
            padding: 15px;
        }

            .side-menu .navbar-nav li a .glyphicon {
                padding-right: 5px;
            }

    .side-menu #dropdown {
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

        .side-menu #dropdown .caret {
            float: right;
            margin: 9px 5px 0;
        }

        .side-menu #dropdown .indicator {
            float: right;
        }

        .side-menu #dropdown > a {
            border-bottom: 1px solid #e7e7e7;
        }

        .side-menu #dropdown .panel-body {
            padding: 0;
            background-color: transparent;
        }

            .side-menu #dropdown .panel-body .navbar-nav {
                width: 100%;
            }

                .side-menu #dropdown .panel-body .navbar-nav li {
                    padding-left: 20px;
                    /*border-bottom: 1px solid #e7e7e7;*/
                }

                    .side-menu #dropdown .panel-body .navbar-nav li:last-child {
                        border-bottom: none;
                    }

            .side-menu #dropdown .panel-body .panel > a {
                margin-left: -20px;
                padding-left: 35px;
            }

            .side-menu #dropdown .panel-body .panel-body {
                margin-left: -15px;
            }

                .side-menu #dropdown .panel-body .panel-body li {
                    padding-left: 30px;
                }

                    .side-menu #dropdown .panel-body .panel-body li:last-child {
                        border-bottom: 1px solid #e7e7e7;
                    }


/* small screen */
@media (max-width: 768px) {
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .side-menu-container > .navbar-nav {
        /* Add position:absolute for scrollable menu -> see top comment */
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }

        100% {
            left: 300px;
        }
    }

    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }

        100% {
            left: 300px;
        }
    }

    @keyframes bodyslidein {
        0% {
            left: 0;
        }

        100% {
            left: 300px;
        }
    }

    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }

        100% {
            left: 0;
        }
    }

    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }

        100% {
            left: 0;
        }
    }

    @keyframes bodyslideout {
        0% {
            left: 300px;
        }

        100% {
            left: 0;
        }
    }
}
/* Slide side body*/
.side-body {
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* Dropdown tweek */
#dropdown .panel-body .navbar-nav {
    margin: 0;
}


/* ZOOM FEATURE */

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}
.round-edges-zoom-pane {
    border-radius: 3px;
    border: solid 1px #777;
}
.round-edges-inline {
    width:150px;
    height:150px;
}
.drift-open img{
    object-fit:contain;
}
.image-detail {
    cursor: crosshair;
}
#img-active{
    cursor:none;
}
.img-overlay-new:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 0;
}

.link-unstyled {
    text-decoration: none;
    color: #777;
}

    .link-unstyled:hover,
    .link-unstyled:active,
    .link-unstyled:focus {
        text-decoration: none;
        color: initial;
    }

.no-padding {
    padding: 0;
}

.link-cart {
    text-decoration: none;
    color: #222;
}
    .link-cart:hover,
    .link-cart:active,
    .link-cart:focus {
        text-decoration: underline;
        color: #ed1c24;
    }

.red-icon {
    cursor: pointer;
}

.table-order th, .table-order td {
    text-align:center;
}
.table-order th{
    letter-spacing:2px;
    text-transform:uppercase;
    color:#777;
}

.inset-shadow {
    -webkit-box-shadow: inset 0px 0px 38px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 38px -29px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 38px -29px rgba(0,0,0,0.75);
}
.input-number {
    background: none;
    border: none;
    width: 5em;
}
.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
    opacity: 1;
}
#search-input {
    background-image: url(Image/search-icon.png);
    background-size:26px;
    background-repeat:no-repeat;
    background-position-x:95%;
    background-position-y:center;
}
.input-shadow {
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}

.input-border {
    border-radius: 3px !important;
    text-align-last: center;
}

/* PRICE SLIDER */
#price-range-input {
    background: inherit;
    color: #635F60;
    border: none;
    text-align: center;
}
#price-range-input:focus,
#price-range-input:hover,
#price-range-input:active{
    cursor: default;
    outline:none;
}
.ui-slider {
    border: none;
}
    .ui-slider .ui-slider-handle {
        height:1.4em;
        width:1.4em;
        background-color: #ed1c24;
        border-radius: 10px;
        border: none;
        cursor:pointer;
        outline:none;
    }
    .ui-slider .ui-slider-range {
        background-color: #ed1c24;
        border: none;
    }
.ui-widget.ui-widget-content {
    border: 1px solid #DDD;
}
.cat-btn-text {
    white-space: normal;
    text-indent: 0;
    margin: 0;
    padding: 0;
    margin-left:0.4em;
    text-align: left;
    font-size:1.2em;
}
.btn-cat-border {
    border-top: 1px solid #d0b580;
}
.sub-cat-border {
    border-bottom: 1px solid #d0b580;
}
.btn-cat {
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    outline: none !important;
}
    .btn-cat:hover,
    .btn-cat:active {
        color: #fff !important;
        background-color: #ed1c24;
        box-shadow: none;
    }

#new.cat-active,
#discount.cat-active {
    color: #fff !important;
    background-color: #ed1c24;
}
#new, #discount{
    color: #ed1c24;
}
.main-cat-with-articles.cat-active {
    color: #fff !important;
    background-color: #ed1c24;
}
.flex-containeur {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

/* width */
.pretty-scroll::-webkit-scrollbar {
    width: 4px;
}
.pretty-scroll-lg::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.pretty-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pretty-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .pretty-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* MODAL CART */

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-backdrop {
    opacity: 0.5 !important;
}

/* TABLE ORDER VIEW FOR ARTICLE & TOTAL PRICE */
#table-article-order {
    width: 100%;
    border-spacing: 0 10px;
}
    #table-article-order tr {
        border:none;
        border-bottom: 1px solid #DDD;
    }
    #table-article-order td {
        border: none;
        display: table-cell;
        vertical-align: middle;
    }

#confirmed-order-table {
    width: 100%;
    border-collapse: separate;
}
    #confirmed-order-table td {
        display: table-cell;
        vertical-align: middle;
    }

.lign-order-article {
    width: 100%;
    display: flex;
    align-items: flex-end;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom:0;
    margin-right:0;
}
.item-lign-order-article{
    flex-grow:1;    
}
#item-lign-order-1 p{
    text-align:left
}
#item-lign-order-2 p{
    text-align:center;
}
#item-lign-order-3 p{
    text-align:right;
}
@media only screen and (max-width: 576px) {
    .lign-order-article {
        flex-grow: 1;
        margin-top: 0;
    }
    .item-lign-order-article p{
        text-align:left;
    }
    #item-lign-order-3{
        text-align:center
    }
}

/* IE FIX */
.navbar {
    filter: none !important;
}
