/* DDMotoTeam custom styles */
@import url('/themes/classic/assets/css/theme.css');

@import url('https://fonts.googleapis.com/css2?family=Squada+One&family=Poppins:wght@400;500;600;700&display=swap');

html {
    overflow-x: hidden;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

main {
    display: flow-root;
}

.container{
	width: 1336px;
    max-width: 100%;
	margin: auto;
}

.fullwidth{
	width: 100%;
    max-width: 100%;
	padding: 0;
}


p {
    color: #083A60;
}

a {
    color: #083A60;
}

h1,
h2,
h3, .h1, .h2, .h3 {
    font-family: 'Squada One', cursive;
    color: #083A60;
    font-weight: 500;
    line-height: 1;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2{
	font-size: 48px;
}

/* ===== HEADER ===== */

.header-top .container,
.header-nav .container {
	width: 1450px;
	max-width: 100%;
}

#header {
    position: sticky;
    top: 0;
    z-index: 999;
}

#header.header-scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

#header.header-scrolled .header-top {
    height: 70px;
}

#header .header-nav {
    background-color: #083A60;
    font-size: 14px;
    line-height: 1;
    border: none;
}

#header .header-nav a,
#header .header-nav span,
#header .header-nav .expand-more {
    color: #fff !important;
}

#header .nav1top-wrapper {
    margin-top: 14px;
}

#header #search_widget,
#header .search-widget {
    max-width: 180px;
}

#header .nav1top-wrapper .facbook-link {
    margin-left: 10px;
}

#header .currency-selector .dropdown-menu {
    background-color: #083a60;
}

#header #search_widget form {
    margin-top: 9px;
}

#js-product-list #search_widget {
    float: none;
}

#header #search_widget form input {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 5px 20px 5px 40px;
}



#header .header-nav .user-info {
    margin-left: 20px;
}

#header .header-top {
    height: 120px;
    padding: 0;
    transition: height 0.3s ease;
}

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

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

.header-top .container,
.header-top .row,
.header-top .col-md-2,
.header-top .ddm-pastille-col {
    height: 100%;
}


#logo_DD{
    padding: 0;
    padding-left: 5px;
}

#header .header-top a[data-depth="0"] {
    color: #083A60;
    font-size: 17px;
    text-transform: none;
}

#header .header-top-right{
    /* UKOO - [2026-03-18 15:02] */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* END UKOO - [2026-03-18 15:02] */
	text-align: center;
    
}

#header #DD_menu{
	display: flex;
    align-items: center;
}

#header .top-menu a[data-depth="0"]:hover,
a:hover {
    color: #083A60;
}

#header .avis-badge{
	text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    padding-right: 5px;
    transition: height 0.3s ease;
}

#header .logo {
    height: 100%;
    max-height: 115px;
    width: auto;
    min-width: 90px;
    object-fit: contain;
}

#header .picto-avis-garantie {
    height: auto;
    width: auto;
    max-height: 110px;
    max-width: 100%;
    object-fit: contain;
    transition: max-height 0.3s ease;
}

#header.header-scrolled .picto-avis-garantie {
    max-height: 60px;
}


/* ===== BOUTON MENU CATEGORIES ===== */
.cat-drawer-menu {
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.cat-drawer-trigger {
    list-style: none;
}

.cat-menu-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #083A60;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    padding: 0 1rem 0 0;
}

.cat-menu-btn:hover {
    color: #083A60;
}

.cat-menu-btn:focus {
    outline: none;
    box-shadow: none;
}

.cat-menu-btn .material-icons {
    font-size: 1.3rem;
}

.cat-menu-btn__label {
    font-weight: 600;
}

.cat-sub-menu {
    display: none;
}
.cat-sub-menu.show {
    display: block;
	margin-left: 10px;
}

.cat-drawer__content .block-categories a, .facets-title {
    color: #232323;
    font-size: 16px;
    max-width: 215px;
}



/* ===== DRAWER ===== */
.cat-drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.cat-drawer-overlay.open {
    display: block;
}

.cat-drawer {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background: #ffffff;
    z-index: 1001;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.cat-drawer.open {
    left: 0;
}

.cat-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #083A60;
    color: #ffffff;
}

.cat-drawer__title {
    font-family: 'Squada One', cursive;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.cat-drawer__close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
}

.cat-drawer__close:focus,
.cat-drawer__close:hover {
    background: transparent;
    outline: none;
}

.cat-drawer__content {
    padding: 1rem;
}

/* Supprime l'outline au clic souris, le conserve pour la navigation clavier */
*:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}



/* ===== WRAPPER ===== */

#wrapper {
    padding: 0;
    background: #fff;
}

/* ===== BOUTONS ===== */

/* Sélecteurs repris du classic (lignes 1372 et 4835) */
.btn-primary,
.btn-primary:hover {
    background-color: #083A60;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #002642;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-color: #002642;
    border-color: transparent;
}


.product-title a {
    color: #083A60;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.product-miniature .product-title a {
	display: block;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
	color: #083A60;
	height: 60px;
}

/* ===== PRIX ===== */

/* Page produit (ligne 7214) */
.product-price {
    color: #B43432;
}

/* Miniatures listing (ligne 6616) */
.product-miniature .product-price-and-shipping {
    color: #B43432;
}

/* ===== BREADCRUMB ===== */

/* (ligne 3114) */
.breadcrumb {
    font-size: smaller;
    margin-top: 20px;
    margin-bottom: 3rem;
}

#contact .contact-page-title {
    margin-bottom: 40px;
}

#contact .contact-map-fullwidth {
    margin-top: 10px;
    margin-bottom: 50px;
}

#contact .block-contact-title,
#contact .contact-rich h4,
#contact .contact-form h3,
#contact .contact-form label {
    color: #083A60;
}

/* =====  PAGE CONNEXION ===== */

#authentication .auth-tabs-wrapper,
#registration .auth-tabs-wrapper {
    max-width: 560px;
    margin: 0 auto 40px;
}

#authentication .auth-tabs,
#registration .auth-tabs {
    display: flex;
    border-bottom: 2px solid #083A60;
    margin-bottom: 30px;
}

#authentication .auth-tab,
#registration .auth-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    background: #f5f5f5;
    color: #083A60;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

#authentication .auth-tab:first-child,
#registration .auth-tab:first-child {
    border-right: 1px solid #ddd;
}

#authentication .auth-tab.active,
#registration .auth-tab.active {
    background: #083A60;
    color: #fff;
    border-bottom-color: #083A60;
}

#authentication .auth-tab:not(.active):hover,
#registration .auth-tab:not(.active):hover {
    background: #e8eef3;
    color: #083A60;
}

#authentication .auth-panel,
#registration .auth-panel {
    display: none;
}

#authentication .auth-panel.active,
#registration .auth-panel.active {
    display: block;
}

#authentication .btn-primary,
#registration .btn-primary {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    margin-top: 10px;
}

#authentication .forgot-password {
    text-align: right;
    margin-bottom: 10px;
}

#authentication .forgot-password a {
    color: #083A60;
    font-size: 13px;
}

/* =====  FRISE ÉTAPES COMMANDE ===== */

.checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    margin-bottom: 20px;
}

.checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.checkout-step__circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
}

.checkout-step__label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.checkout-step.active .checkout-step__circle {
    background: #083A60;
    border-color: #083A60;
    color: #fff;
}

.checkout-step.active .checkout-step__label {
    color: #083A60;
}

.checkout-step.done .checkout-step__circle {
    background: #083A60;
    border-color: #083A60;
    color: #fff;
}

.checkout-step.done .checkout-step__label {
    color: #083A60;
}

.checkout-step__line {
    flex: 1;
    height: 2px;
    background: #ccc;
    max-width: 120px;
    margin: 0 10px;
    margin-bottom: 24px;
    transition: background 0.3s ease;
}

.checkout-step__line.done {
    background: #083A60;
}

.checkout-step__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.checkout-step__link:hover .checkout-step__circle {
    opacity: 0.8;
}
.checkout-step__link:hover .checkout-step__label {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .checkout-step__label {
        font-size: 10px;
    }
    .checkout-step__circle {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .checkout-step__line {
        max-width: 40px;
        margin: 0 5px;
        margin-bottom: 24px;
    }
}

/* =====  PAGE PRODUIT ===== */

#product #content {
max-width: 100%;
}


.product-flags li.product-flag {
	font-size: 12px;
}

/* Miniature produit */
.price-ttc {
    color: #999;
}

.product-reference-top {
    text-align: left;
    font-style: italic;
    font-size: 15px;
    color: #adadad;
}

/* Quickview modal */
.quickview .modal-body h3 {
    font-size: 35px;
}

/* Page produit — libère content-wrapper du float Bootstrap */
body#product #content-wrapper {
    float: none;
    overflow: hidden;
}

/* (lignes 7428-7439) */
.tabs .nav-tabs .nav-link {
    color: #083A60;
}

.tabs .nav-tabs .nav-link.active {
    color: #083A60;
}

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

.btn-primary .material-icons{
	margin-right: 0;
}

.product-prices {
    margin-top: 1.25rem;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.ps_checkout.payment-method-logo-block {
  margin-top: 3rem;
}



.ps_checkout.payment-method-logo-block-title {
  margin-bottom: 0.5rem;
  color: #666;

  margin-left: 4px;
}

.ps_checkout.payment-method-logo {
  display: inline-block;

  padding: 4px 2px;

  height: 3rem;
}

.ps_checkout.payment-method-logo.w-fixed {
  height: 2.5rem;
  width: 3.5rem;
}

/* TODO: Check why % dont match ??? */
.ps_checkout.payment-method-logo.w-25 {
  width: 20%;
}

/* TODO: Check why % dont match ??? */
.ps_checkout.payment-method-logo.w-33 {
  width: 25%;
}

/* TODO: Check why % dont match ??? */
.ps_checkout.payment-method-logo.w-20 {
  width: 18%;
}

.ps_checkout.payment-method-logo .wrapper {
  width: 100%;
  height: 100%;

  padding: 4px;

  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}

.ps_checkout.payment-method-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.tabs{
    padding: 0px 15px 50px 15px;
}


/* ===== PAGINATION ===== */

/* (ligne 7051) */
.pagination .current a {
    color: #083A60;
}

/* ===== PRODUCT FLAGS ===== */

/* (ligne 7761) */
.product-flags li.product-flag {
    background: #083A60;
}

/* ===== FOOTER ===== */

/* (lignes 8303, 8312, 8426, 8430, 8435, 8438) */
#footer {
    background-color: #083A60;
    color: #fff;
}

.footer-container .h3,
.footer-container .h4 {
    color: #fff;
}

.footer-container li a,
.block-contact,
.block-contact .block-contact-title {
    color: #fff;
}

.footer-container li a:hover,
.account-list a:hover {
    color: rgba(255, 255, 255, 0.75);
}

#block_myaccount_infos .myaccount-title a{
	color: #fff;
}


/* ===== FOOTER ===== */

#footer{
	padding-top: 0;
	padding-bottom: 30px;
}

#footer a:not(.btn){
	color:#fff;
	
}

#footer .topfooter{
padding: 30px 15px 30px 15px;
background-color: #002642;	
}	

#footer .topfooter #block-newsletter-label {
    padding-bottom: 10px;
    text-align: center;
}
	
.block_newsletter{
	background: none;
	max-width: 830px;
}


.block_newsletter #block-newsletter-label {
	color: #fff;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 700;
	text-align: right;
}

.footer-logo {
    background-color: #083A60;
    padding: 1.5rem 0;
    text-align: left;
    
}

.footer-logo__img {
    height: 80px;
    width: auto;
}

.footer-container {
	padding-top: 0;
}

.adresse_boutique {
    padding: 0 15px;
    margin-bottom: 20px;
}

/* ===== FOOTER SOCIAL ===== */
.footer-social {
    margin-top: 1rem;
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);
    transition: border-color 0.3s;
}

.footer-social__link:hover {
    border-color: #ffffff;
}

/* ===== MOBILE SEARCH ===== */
.mobile-search-row {
    padding: 6px 12px;
}
.mobile-search-row form {
    margin: 0 !important;
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.mobile-nav #search_widget{
    margin-left: 5px;
}


#header .header-nav #_mobile_user_info .user-info{
     margin-top: 2px;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
    
    .cat-drawer-menu .cat-menu-btn__label{
        display: none;
    }
    #top-menu{
        display: none;
    }

    .cat-menu-btn .material-icons{
        font-size: 2.3rem;
    }

}


@media (max-width: 767px) {
    .block_newsletter {
         padding: 0 15px;
         border: none;
    }

        .footer-container .links ul {
        margin-bottom: 0;
        background-color: #1d4868;
    }
}

/* ===== FOOTER CHECKOUT ===== */
.checkout-footer-band {
    background: #083A60;
    padding: 25px 0;
}
.checkout-footer-band__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.checkout-footer-band__logo {
    height: 80px;
    width: auto;
    flex-shrink: 0;
}
.checkout-footer-band__info {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}
.checkout-footer-band__info a {
    color: #fff;
    text-decoration: underline;
}
.checkout-footer-bottom {
    padding: 15px;
    font-size: 13px;
    color: #555;
    background: #f8f8f8;
}
.checkout-footer-tos a {
    color: #666 !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .checkout-footer-band__inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ── Footer bottom bar ── */
#footer { padding-bottom: 0; }
.footer-bottom-bar {
    background-color: #002642;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}
.footer-bottom-bar .container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-bar__copy,
.footer-bottom-bar__credit {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}
.footer-bottom-bar__credit {
    margin-left: auto;
}
.footer-bottom-bar__credit a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}
.footer-bottom-bar__credit a:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-bottom-bar .container {
        flex-direction: column;
        text-align: center;
        gap: 2px;
    }
    .footer-bottom-bar__credit {
        margin-left: 0;
    }
}

/* ── Google Translate widget ── */
/* Neutralise les balises <font> injectées par Google Translate dans le header */
#header font, #header font font { vertical-align: baseline; display: inline; }
body.translated-ltr #header,
body.translated-rtl #header { top: 40px; }
#google_translate_element {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    vertical-align: middle;
    line-height: 1;
    padding-left: 10px;
}
.skiptranslate.goog-te-gadget {
    display: inline-flex !important;
    align-items: center;
}
.goog-te-gadget-icon { display: none !important; }
.goog-te-gadget-simple {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
}
/* Cacher le texte "Sélectionner une langue" (1er span) et le séparateur (3e enfant) */
.goog-te-gadget-simple a span:nth-child(1) { display: none !important; }
.goog-te-gadget-simple a span:nth-child(3) { display: none !important; }
/* Afficher "FR" avant la flèche */
.goog-te-gadget-simple a::before {
    content: 'FR';
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    margin-right: 6px;
    font-family: 'Poppins', sans-serif;
}
/* Flèche ▼ */
.goog-te-gadget-simple a span:nth-child(5) {
    color: rgba(255,255,255,0.7) !important;
    font-size: 11px;
}

/* Mode HORIZONTAL — select natif */
.skiptranslate.goog-te-gadget {
    font-size: 0 !important; /* masque les nœuds texte "Fourni par" */
}
.skiptranslate.goog-te-gadget > span { display: none !important; }
.goog-te-gadget select.goog-te-combo {
    width: auto !important;
    min-width: 0 !important;
    max-width: 62px !important;
    background-color: #1a3a5c !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 4px 24px 4px 10px !important;
    cursor: pointer !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
}
.goog-te-gadget select.goog-te-combo option { background: #1a3a5c; color: #ffffff; }


/* ── Page Confirmation de commande ── */
body#order-confirmation #content-hook_order_confirmation,
body#order-confirmation .page-order-confirmation,
body#order-confirmation #content-hook_payment_return,
body#order-confirmation #content-hook-order-confirmation-footer {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
body#order-confirmation .page-order-confirmation .card-block {
    padding: 1.5rem;
}
body#order-confirmation #content-hook_order_confirmation h3 {
    color: #083A60;
}
body#order-confirmation #content-hook_order_confirmation .done {
    color: #2e7d32;
    vertical-align: middle;
    margin-right: 0.4rem;
}
/* Image produit */
body#order-confirmation .order-line .image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fff;
}
/* Table totaux */
body#order-confirmation table {
    width: 100%;
    margin-top: 1rem;
}
body#order-confirmation table td { padding: 0.35rem 0; }
body#order-confirmation table td:last-child {
    text-align: right;
    font-weight: 600;
}
body#order-confirmation .total-value td {
    font-size: 1.05rem;
    color: #083A60;
    border-top: 2px solid #083A60;
    padding-top: 0.6rem;
    font-weight: 700;
}
/* Bloc détails commande */
body#order-confirmation #order-details {
    background: #f4f7fa;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #083A60;
}
body#order-confirmation #order-details .h3 {
    color: #083A60;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.75rem;
}
body#order-confirmation #order-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}
body#order-confirmation #order-details li {
    padding: 0.35rem 0;
    border-bottom: 1px solid #dde4ec;
}
body#order-confirmation #order-details li:last-child { border-bottom: none; }
/* CTA continuer achats */
.order-confirmation-continue {
    text-align: center;
    margin: 1.5rem 0 3rem;
}
.order-confirmation-continue a {
    display: inline-block;
    background: #083A60;
    color: #fff !important;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.order-confirmation-continue a:hover { background: #002642; }
