/* Style the tab */
#top {
    background: url('/images/designhaut.jpg');
    background-cover: cover;
    background-position: center 0;
    height: 310px;
}

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

@media (min-width: 991px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* Navbar Bootstrap */
.navbar-default {
    border-top: 0px;
   /* border-bottom: 1px solid #eeeeee;*/
    margin-top: 10px;
    padding-top: 4px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.navbar-default .navbar-brand {
    color: #000000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #efebd9; /* navbar */
}

.navbar-default .navbar-text {
    color: #000000;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #efebd9; /* navbar */
    border-radius: 5px;
    color: #000000;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: #efebd9; /* navbar */
}

.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
    background-color: #efebd9; /* navbar */
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #efebd9; /* navbar */
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: #efebd9; /* navbar */
    border-radius: 5px;
    font-weight: 900;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #efebd9; /* navbar */
}

.navbar-default .navbar-toggle {
    border-color: #efebd9; /* navbar */
    float: none;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.button-float-right {
    float: right;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #efebd9; /* navbar */
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #000000;
}

.navbar-default .navbar-link {
    color: #000000;
}

.navbar-default .navbar-link:hover {
    color: #efebd9; /* navbar */
}

@media (max-width: 990px) {

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #000000;
        background-color: #efebd9; /* navbar */
    }
}

.panel-primary {
    border-color: #efebd9;
}

.panel-primary .panel-heading {
    background: #efebd9;
    border-color: #efebd9;
    color: #000000;
}

.btn-primary {
    background: #ede3d7;
    border-color: #d2c399;
    color: #766a49;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #dfcfbb;
    border-color: #d2c399;
    color: #766a49;
}

a, a:hover, a:focus {
    color: #cbba87;
}

body {
    background: #ffffff;
    /*background-size: contain;*/
}

a.scrollup {
    outline: 0;
    text-decoration: none;
}
.scrollup{
    position: fixed;
    /*width: 45px;*/
    height: 45px;
    bottom: 20px;
    background: #cbba87;
    right: 20px;
    font-size: 30px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}


.container-navbar {
    max-width: 990px;
    margin: auto;
}

.container {
    max-width: 940px;
}

.container-center {
    background: #FFF;
}

.container-footer {
    border-top: 1px solid #cbba87;
    background: #EFEBD9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bloc-click {
    cursor: pointer;
}

.v-center {
    display: flex;
    align-items: center;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.btn-cart-grey {
    background: #e6e6e6;
}

.cart-description {
    /*font-style: italic;*/
    font-size: 20px;
    font-family: 'Dancing Script', cursive;
    color: #F27373;
}

.logo-site {
    max-width: 280px;
}

@media (max-width: 468px) {
    .logo-site {
        max-width: 150px;
    }

    #top {
        height: 170px;
        background: url('/images/designhaut-responsive.jpg');
    }
}

/* Commons */
.text-black {
    color: #000000;
}

#footer {
    box-shadow: 0 -.125rem 0 -.25rem rgba(0,0,0,.075)!important;
    border-bottom: 0px;
    background: #bdad62;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
}

#footer .footer-top {
    background: #d8cda0;
    padding: 20px 0 30px 0;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h4::after {
    background: #bdad62;
    width: 60px;
}

#footer .footer-top .footer-info h5 {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #bdad62;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #bdad62;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li i {
    color: #7f6f49;
}

#footer .footer-top .footer-links ul li a {
    color: #7f6f49;
}

#footer .footer-top .social-links i {
    font-size: 25px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    background: #333;
    text-align: center;
    color: #eee;
    margin-right: 10px;
}

#footer .footer-top .social-links em {
    font-size: 11px;
}

#footer .footer-top .social-links a {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: #000000;
    text-align: left;
    transition: 0.3s;
}

#footer .footer-shipping i {
    font-size: 100px;
}
#footer .footer-shipping b {
    font-size: 18px;
}

#footer .footer-top .footer-newsletter {
    margin-top: 10px;
    font-size: 12px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    font-size: 12px;
}


#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #bdad62;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    font-size: 12px;
    cursor: pointer;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    border-color: #000000;
}

.carousel-indicators li.active {
    background-color: #000000;
}

#cookie {
    position: fixed;
    z-index: 999;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    color: #FFFFFF;
    text-align: center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

#toast .alert-success {
    border: 1px solid #3e9840;
}

#toast .alert-danger {
    border: 1px solid #ad2c60;
}