#scrolltopbtn {
    border: 0px solid #6B5B53;
    background-color: #6B5B53;
}

#js-product-list-top .products-selection {
    background-color: #F5EFE6;
    border: 1px solid #E8D8C3;
}

.form-control {
    background: #F5EFE6;
}

.pagination {
    background-color: #F5EFE6;
    border: 1px solid #E8D8C3;
}

.product-quantity #quantity_wanted,
.product-add-to-cart .qty .input-group .input-group-btn>.btn
{
    background: #F5EFE6;
}


#product #spm_bootstraptabs .tabs .nav-tabs .nav-item {
    background-color: transparent !important;
}

#spm_bootstraptabs .nav {
    margin-bottom: 0;
}

#spm_bootstraptabs .tab-content {
  padding-top:18px;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#spm_bootstraptabs .tabs .tab-content .tab-pane {
  border-left: none;
  border-bottom: none;
  border-right: none;
}

#spm_bootstraptabs .nav-tabs > .active > a.spm-a, #spm_bootstraptabs .nav-tabs > .active > a.spm-a:hover {
    color: white;
    background-color: #8FA3AD;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

#spm_bootstraptabs .nav-tabs > li > a.spm-a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #6B5B53;
}

#footer .footer-container a,
.header-nav #_desktop_user_info .user-info .account-signin, .header-nav  #_desktop_user_info .user-info .btn-unstyle,
.header-nav a, .footer-container a {
    color: #6B5B53;
}
#footer .footer-container a:hover,
.header-nav #_desktop_user_info .user-info .account-signin:hover, .header-nav  #_desktop_user_info .user-info .btn-unstyle:hover,
.header-nav a:hover, .footer-container a:hover
{
  color:white;
}



.block_newsletter form button[type=submit] {
    background-color: #8FA3AD;
    color: white;
}
.block_newsletter form button[type=submit]:hover {
    background-color: #8FA3AD;
}

.footer-before {
    background-color: #F5EFE6;
}

.footer-before .newsletter-content {
    display: flex;
}
.footer-before .block_newsletter .newsletter-content {
    padding: 25px 0 5px 0;
}

.footer-before .block_newsletter .newsletter-content h2 {
      position: relative;
    flex: 1 0 50%;
    text-align: left;
    line-height: 55px;
    text-transform: none;
  padding-left: 47px;
  color:#3A2E2A;
}
.footer-before .block_newsletter .newsletter-content h2:before
{
    font-family: 'Material Icons';
    content: '\e0e1';
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 38px;
    left: 0px;
    color: #3A2E2A;
    margin: auto;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    text-align: center;
    line-height: 55px;
    margin: 0;
}

.footer-before .block_newsletter .newsletter-content form { 
  margin:0;
      flex: 1 0 50%;
}

.block-category img {
    width: 100%;
}

#product .product-information .product-details-info {
  display:none;
}

.header-nav .left-nav {
    color: #6B5B53;
}

/* Style pour décaler l'icone pour éviter le conflit avec le chatbot !! */
#scrolltopbtn {
    bottom: 23px;
    right: 80px;
}