/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

*{
    outline: none !important;
}

p{
    color: #404040;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Kdam Thmor Pro', sans-serif;
}

/* couleur surlignage texte*/
/* pour Firefox */
::-moz-selection {
 background-color:#fae343;
 color: #000;
}
/* pour Safari et Chrome */
::selection {
 background-color:#fae343;
 color: #000;
}

#contact-link, .right-nav{
	font-family: 'Kdam Thmor Pro', sans-serif;
    color: #fff;
}

#header .header-nav {
    background: #2d2d2d;
    max-height: 200px;    
}

#header a {
    color: #fff;
}

#header a:hover {
    color: #fae343;
}

#header .header-nav .blockcart {
    background: #2d2d2d;
	color: #fff;
}

#header .header-nav .material-icons {
    color: #fae343;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #fae343;
}

#header .header-nav .material-icons.expand-more {
	color: #fae343;
}

#header .header-nav .material-icons.search {
	color: #2d2d2d;
}

#_desktop_language_selector {
    margin-left: 10px;
}

.dropdown .expand-more:hover {
    color: #d2d2d2;
}

#header .header-nav .language-selector {
    margin-top: 0.65rem;
}

.dropdown-menu {
	min-width: initial;
}

#header .header-nav {
    margin-bottom: 5px;
}

#header .header-top {
    padding-bottom: 1rem;
}

#custom-text{
    padding: 2rem;
}

#custom-text h1{
    text-align: justify;
}

#custom-text p{
    text-align: justify;
    font-size:  0.8rem;
    color: #404040;
}

.page-cms #content-wrapper img{
    max-width: 100%;
    display: block;
    margin: auto;
}

.page-cms #content-wrapper ul{
    margin-left: 25px;
    font-size: 13px;
    color: #404040;
    font-weight: 700;
    list-style: inside;
}

.page-cms #content-wrapper h2{
    background: linear-gradient(90deg, rgba(250,227,67,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);    
    height: 30px;
    padding: 3px;
}

.page-cms #content-wrapper h3{
    background: linear-gradient(90deg, rgb(223 223 223) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    height: 25px;
    padding: 2px;
}

.page-cms #content-wrapper li::marker{
    color: #fae343;
}

#header .header-nav .cart-preview.active {
	background: #fae343;
}

#header .header-nav .blockcart.active a:hover {
	color: #2d2d2d;
}

#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
    color: #2d2d2d;
}

#header .header-nav .search-widget {
    margin-top: 0.2rem;
    margin-left: 10px;
}

.search-widget form input[type=text]:focus {
	outline: initial;
}

#_desktop_logo{
	text-align: center;
}

#header .header-top a[data-depth="0"] {
    color: #404040;
}

#header .header-top a[data-depth="0"]:hover {
    color: #000
}

#header .header-top a[data-depth="1"] {
    color: #404040;
}

#header .header-top a[data-depth="1"]:hover {
    color: #000;
}

.btn-primary:active:hover, .btn-primary:active:focus{
    background-color: #549911;
}

.footer-container{
    background: #2d2d2d;
}

.footer-container h3{
    font-family: 'Kdam Thmor Pro', sans-serif;    
    color: #fae343;
}

.footer-container li a{
    color: #bbb;
    font-family: 'Kdam Thmor Pro', sans-serif; 
}

.footer-container li a:hover{
    color: #fff;
}

#block_myaccount_infos .myaccount-title a {
    font-family: 'Kdam Thmor Pro', sans-serif;    
    color: #fae343;
}

.block-contact .block-contact-title, .linklist .blockcms-title a {
    font-family: 'Kdam Thmor Pro', sans-serif;    
    color: #fae343;
}

#block-newsletter-label{
    font-size: 15px;    
}

.block_newsletter p{
    color: #2d2d2d;
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-size: 10px;
}

.block-contact {
    font-family: 'Kdam Thmor Pro', sans-serif;
    color: #bbb;
}

#paiementfooter{
    margin-top: 15px;
}

#paiementfooter p{
    color: #fae343;
    text-transform: uppercase;
    font-weight: 700;
}

#adressefooter img{
    width: 16px;
    border-radius: 10px;
    vertical-align: top;
}

.menu{
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.top-menu .sub-menu {
    min-width: initial;
    width: initial;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: initial;
}

.top-menu .sub-menu ul[data-depth="1"]>li a{
    font-size: 11px;
}

#wrapper .breadcrumb li {
    font-size: .7rem;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.menuhornet::before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../img/logo_menu_hornet.png");
    vertical-align: text-bottom;
    margin-right: 5px;
}

ul.mg-menu {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#titreproduit h1{
    font-family: 'Kdam Thmor Pro', sans-serif;
    color: #fff;
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 5px;
}

.product-prices{
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.product-prices .tax-shipping-delivery-label {
    display: inline;
}

.product-pack-price {
    background: #ed145b;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 1rem;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block
}

.current-price{
    font-size: 30px;
}

#product-availability{
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-size: 18px;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.has-discount.product-price, .has-discount p{
    color: #2d2d2d;
}

.has-discount .discount{
    background: #fae343;
    color: #2d2d2d;
    text-shadow: initial;
    font-weight: 700;
}

.product-discount{
    color: #a5a5a5;  
}

.nav-item{
    font-family: 'Kdam Thmor Pro', sans-serif;   
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #fae343;
}

.product-information .manufacturer-logo {
    max-height: 60px;
    height: initial;
}

.img-thumbnail{
    border: none;
}

#marquefiche{
    height: 62px;
    margin-bottom: 3px;
}

#marquefiche h3{
    display: inline;
    font-size: 16px;
}

.product-reference h3{
    font-size: 16px;
    display: inline;    
}

.product-reference h2{
    font-size: 16px;
    display: inline;    
}

#product-availability {
    margin-top: 0.625rem;
    margin-bottom: 1rem;
}

.block-category {
    min-height: 100px;
    background: #232526;
    background: -webkit-linear-gradient(to bottom, #414345, #232526);
    background: linear-gradient(to bottom, #414345, #232526);
}

.block-category .category-cover img {
    width: 160px;
    height: initial;
}

.block-category.card{
    padding: 0.5rem;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.block-category h1{
    color: #fff;
}


.quality1{
    border: #d69d4e 2px dashed;
    position: relative;
    margin-top: 22px;
}

.quality1:before{
    display: block;
    position: absolute;
    top: -22px;
    background: #d69d4e;
    color: #fff;
    left: -2px;
    content: "Premium";
    height: 22px;
    padding: 0 15px;
}

.featured-products .product-miniature .on-sale.on-sale, .featured-products .product-miniature .discount-percentage.discount-percentage{
    color: #000;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-family: 'Kdam Thmor Pro', sans-serif;    
    color: #2d2d2d;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title{
    font-family: 'Kdam Thmor Pro', sans-serif;    
    background: #fae343;
    padding: 5px;
}

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .product-miniature .all-product-link {
    font-family: 'Kdam Thmor Pro', sans-serif;
}

#hondaspotext h3{
	padding: 3px;
	background: #ec1b31;
	color: #fff;
}

#hondaspotext p{
	font-weight: bold;
	font-style:italic;
}

#toutesmarques h3{
	padding: 3px;
	background: #232526;
	color: #fff;
}

#category .page-not-found {
    display: none;
}

.block-category #category-description p {
    color: #fff;
	font-family: Noto Sans,sans-serif;
	font-size: 13px;
    width: 82%;
}

.btn-primary:hover{
    color: #fae343;
}

.card-block h1{
    font-family: 'Kdam Thmor Pro', sans-serif;    
}

.subcategory-heading {
    font-weight: 700;
    text-align: center;
    padding-top: 10px
}

#subcategories {
    background-color: #fff
}

#subcategories h5 {
    margin-bottom: 25px
}

#subcategories ul li {
    float: left;
    width: 16.666%;
    text-align: center;
    min-height: 160px
}

#subcategories ul li img {
    margin-bottom: 10px;
    width: 50%
}

body#checkout #header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px;
    padding:inherit;
    box-shadow:inherit;
}

#checkout #search_widget{
    display:block;
}

body#checkout #footer{
    padding:0;
    padding-top:2.5rem;
    color:inherit;
}

body#checkout section.checkout-step .step-title {
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.logolivreur img{
    height: 70px;
}

body#checkout #order-summary-content #order-items h3.h3 {
    font-family: 'Kdam Thmor Pro', sans-serif;
}

#header .header-top .search-widget {
    display: none;    
    width: 100%;
}

/* Section recommandation (premium) */
#produitsreco {
    background-color: #e6b93e;
    border: 1px solid #000;
    padding: 2px;     
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex
;
}
#produitsreco h3 {
    color: #2d2d2d;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#produitsreco p {
    color: #000;
    font-size: 1rem;
    margin: 0;
    font-style: italic;
}

#produitsreco img{
    height: 80px;
    display: inline-flex;
}

#produitsrecotext{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;    
}

/* Section origine (bleue/rouge/verte) */
#produitsorigine {
    background-color: #d72c2c;
    border: 1px solid #000;
    padding: 2px;    
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex    
}
#produitsorigine h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#produitsorigine p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-style: italic;
}

#produitsorigine img{
    height: 80px;
    display: inline-flex;
}

#produitsoriginetext{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

/* Section autres produits (grise) */
#toutproduits {
    background-color: #f9f9f9;
    border: 1px solid #c2c2c2;
    padding: 11px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#toutproduits h3 {
    color: #2d2d2d;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#toutproduits p {
    color: #777;
    font-size: 1rem;
    margin: 0;
    font-style: italic;
}

/* Livraison estimée */
.delivery-info-multi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px 15px;
  margin-top: 10px;
}

.delivery-line {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #333;
}

.delivery-flag {
  height: 14px;
  margin-right: 6px;
  object-fit: cover;
  border-radius: 2px;
}

/* Ligne "Reste du monde" */
.delivery-line-world {
  grid-column: 1 / -1;
  font-weight: 600;
  margin-top: 8px;
}

.noteport{
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

.carrier-delay{
  font-size: 10px;
  font-style: italic;
}

.carrier-price{
  font-weight: bold;
}

#rechercheM{
  display: none;
}

.logo-container img{
    max-width: 100%;
}

#super_counter {
    width: 99%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 25px;
    background: url(../img/super_counter_bg.jpg) no-repeat center center fixed;
    padding: 10px 0 10px 0;
}

#super_counter .super_counter_lbl {
    font-size: 30px;
    line-height: 40px
}

#super_counter .super_counter_lbl_2 {
    font-style: italic
}

#super_counter #super_counter_nb {
    font-size: 150px;
    line-height: 150px
}

@media(max-width:650px) {
    #super_counter .super_counter_lbl {
        font-size: 20px;
        line-height: 20px
    }
    #super_counter #super_counter_nb {
        font-size: 50px;
        line-height: 50px
    }
}

@media(min-width:1024px){
    #wrapper .container{background:#fff;padding-top:20px;}
    #wrapper{background:url('../img/bg.jpg') top center;}
}

@media(max-width:768px){

    .md_banners{
        min-height:150px;
    }
    
    #header .header-top .search-widget {
    display: initial;
    }

    #products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
        justify-content: center;
    }

    #header .header-nav{
        background: #aaa;
        border-bottom: 3px solid #fae343;
    }

    #subcategories ul li {
        width: 33%;
        min-height: 200px;
    }    

    .product-customization .btn-primary, .btn-secondary, .btn-tertiary {
        font-size: 14px;
    }

    #paiementfooter p{
    margin-left: 10px;
    }

    .footer-container .h3{
    font-family: 'Kdam Thmor Pro', sans-serif;
    color: #fae343;
    }

}

/* === RÉASSURANCE RESPONSIVE === */

/* Sur DESKTOP : masquer version mobile, afficher version desktop */
@media (min-width: 768px) {
  /* Version sous l'image = visible */
  .page-content .reassurance-wrapper {
    display: block !important;
    margin-top: 20px;
  }
  
  /* Version après prix = cachée */
  #encaps > .reassurance-wrapper {
    display: none !important;
  }
}

/* Sur MOBILE : masquer version desktop, afficher version mobile */
@media (max-width: 767px) {
  /* Version sous l'image = cachée */
  .page-content .reassurance-wrapper {
    display: none !important;
  }
  
  /* Version après prix = visible */
  #encaps > .reassurance-wrapper {
    display: block !important;
    margin: 20px 0;
  }
}

.newpay{
    margin-bottom: 2rem;
}

.thumbnail-container img.manufacturer{
    max-width: 125px;
    max-height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    background: #fff;
}

.scroll-box-arrows i {
    bottom: 21.625rem;
}

.packitems{
    position: absolute;
    top: 160px;
    z-index: 9;
    display: flex;
    flex-direction: row; /* Aligner les enfants horizontalement */
    flex: 0 0 auto;
}

.packitems img{
    max-width: 100%;
    max-height: 100%;
    border: 2px solid #434343;
    border-radius: 5px;
}

.packitems img{
    max-width: 100%;
    max-height: 100%;
    border: 2px solid #434343;
    border-radius: 5px;
    background:#fff;
}

.packitems img:hover{
    max-width: 200%;
    max-height: 200%;
    border: 3px solid #000;
    border-radius: 5px;
}

/* Ajouter un '+' après chaque div sauf le dernier */
/*.pack-item:not(:last-child)::after {
  content: "+";
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
*/

/* Div autour de chaque image */
.pack-item {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 50px;
  object-fit: cover; /* Pour garder les proportions de l'image */
  margin-bottom: 0.5rem; /* Espace entre les images */
}

.plus-item {
  font-size: 30px;
  align-self: center; /* Centre le texte verticalement */
  margin-bottom: 0.25rem;
  color: #000;
}

.featured-products .product-miniature .discount-percentage, #products .product-miniature .discount-percentage, .product-accessories .product-miniature .discount-percentage{
    left: 11.5rem;
    padding: 1.3rem 0.4rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    bottom: 16.5rem;
    border-radius: 60px;
    color:#000;
    background:#fae343 !important;
}

#products .product-miniature .pack, .featured-products .product-miniature .pack {
    display: block;
    position: absolute;
    left: 12rem;
    top: 18rem;
    padding: .3125rem .4375rem;
    color: #000;
    background: #fae343;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}

#products .product-miniature .on-sale.on-sale{
    background: #fae343;
    position: relative;
    width: 50%;
    text-align: center;
    left: 9rem;
    z-index: 100; 
    color:#000; 
}