/* CSS Document */
html { font-family: var(--oe-police); }
body { font-family: var(--oe-police); }

.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0;*zoom: 1;}
.bx-wrapper img {max-width: 100%;display: block;}
.bx-wrapper .bx-viewport {background: #fff;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {	position: absolute;	bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {	display: block;	text-indent:-9999px;width: 10px;height: 10px;margin: 2px 5px;opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;	border-radius: 20px;background: transparent;border: 1px solid #777;}

.bx-wrapper .bx-pager.bx-default-pager a:hover { border: 1px solid #777;opacity: 1; }
.bx-wrapper .bx-pager.bx-default-pager a.active { background: var(--oe-couleur2); opacity: 1; border:1px solid transparent; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-wrapper .bx-controls-auto { text-align: center; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {	text-align: left;	width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {	right: 0;	width: 35px;}
.bx-wrapper .bx-caption {	position: absolute;	bottom: 0;	left: 0;	background: #666\9;	background: rgba(80, 80, 80, 0.75);	width: 100%;}
.bx-wrapper .bx-caption span {	color: #fff;	font-family: Arial;	display: block;	font-size: .85em;	padding: 10px;}
#general { width:1170px; margin:auto; position:relative;}
    
#btn_up { display:none;bottom:90px;position:fixed;z-index:3000;right:20px;background:#ffc53c;color:var(--oe-couleur);padding:11px 14px;cursor:pointer;border-radius:4px;box-shadow : 1px 2px 8px #111; }
#btn_up:hover { background:var(--oe-couleur); color: #ffc53c !important; }
h1 { font-family: var(--oe-police)!important; }
h2 { font-family: var(--oe-police)!important; }
h3 { font-family: var(--oe-police)!important; }
h4 { font-family: var(--oe-police)!important; }
h5 { font-family: var(--oe-police)!important; }

#cssmenu > ul > li > a { 
    padding: 15px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px; text-decoration: none; color:var(--oe-couleur3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: var(--oe-couleur);
    border: 1px solid #294932;
    margin-bottom: 2px;
    border-radius: 4px;
}
#cssmenu > ul > li > a:hover { background:var(--oe-couleur2); color:var(--oe-couleur3); /*border:1px solid var(--oe-couleur);*/}
.widget a:hover { color:#ffc53c !important;}
a:hover,
a:focus { color:var(--oe-couleur); }
a.logo.navbar-brand { color:var(--oe-couleur2);}
#main-menu { background:var(--oe-couleur); }
#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus { background:var(--oe-couleur); }
    
ol.social-icons li:hover a { background:var(--oe-couleur); }

a.read-more>span { color:var(--oe-couleur); }
#en-header { color:var(--oe-couleur); }
#en-header .breadcrumb > .active { color:var(--oe-couleur); }

.section1-title hr { border-color:var(--oe-couleur); }
.section1-title h2 { color:var(--oe-couleur); }


.section2-title hr { border-color:var(--oe-couleur3); }
.section2-title h2 { color:var(--oe-couleur3); }
.section2-title p { color:var(--oe-couleur3);}

.service h4 { color:var(--oe-couleur); }
.service:hover>a h4 { color:var(--oe-couleur); }
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a:active,
ul.cat li a.active { border-top: 2px solid var(--oe-couleur); border-bottom: 2px solid var(--oe-couleur); }
ul.cat li a {
	font-family: var(--oe-police)!important; font-size:16px;
    padding: 10px 5px;
    border-top: 2px solid var(--oe-couleur2);
    border-bottom: 2px solid var(--oe-couleur2);
}

.testimonial.color .overlay { background-color:var(--oe-couleur); }

ul.cot li a:hover,
ul.cot li a:focus,
ul.cot li a:active,
ul.cot li a.active { border-top: 2px solid var(--oe-couleur); border-bottom: 2px solid var(--oe-couleur); }
ul.cot li a {
    padding: 10px 5px;
    border-top: 2px solid var(--oe-couleur2);
    border-bottom: 2px solid var(--oe-couleur2);
}

.news>a h4 { color:#333; }
.news:hover>a h4 { color:var(--oe-couleur2); }
.news>hr { border-color:var(--oe-couleur2); }

.news .read-more { color:var(--oe-couleur3);}
.news .read-more:hover { color:var(--oe-couleur);}

.newsInd .read-more { color:#333;}
.newsInd .read-more:hover { color:var(--oe-couleur);}

.bottom-footer a { color:var(--oe-couleur); }
.bottom-footer a:hover { color:var(--oe-couleur2); }
.mail { color:var(--oe-couleur2);}

.widget .media:hover a h5 { color:var(--oe-couleur); }

.widget-title h4 { text-transform: uppercase; color:#ffc53c; font-size: 30px; font-weight: normal; }
.widget-title hr { border-color:var(--oe-couleur3); }
.widget li i,
.widget a { color:var(--oe-couleur3); }
#en-footer .footer-content { color:var(--oe-couleur3); }
.service .read-more:hover { color:var(--oe-couleur) !important;}
#en-service .service .read-more { color:var(--oe-couleur) !important;}
#en-service .service .read-more:hover { color:var(--oe-couleur3) !important;}
#en-news .read-more { color:var(--oe-couleur3);}
#en-news .read-more:hover { color:var(--oe-couleur);}

#en-footer .footer-content { background: var(--oe-couleur); }
#top-menu { border-top: 4px solid var(--oe-couleur2); }

.c1 { background: var(--oe-couleurrgb); }
.c2 { background: var(--oe-couleurrgb); }
.c3 { background: var(--oe-couleurrgb); }
.c4 { background: var(--oe-couleurrgb); }
.c5 { background: var(--oe-couleurrgb); }
.c6 { background: var(--oe-couleurrgb); }

.testimonial .section-title h2 { color:var(--oe-couleur2) !important;}
.testimonial .section-title hr { border-color:var(--oe-couleur2) !important;}
.logo { color:var(--oe-couleur2);/*letter-spacing: -1px;*/ font-size:14px; margin-top:-5px; margin-bottom:5px;}
#subscribe { background:var(--oe-couleur2);}
#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus { border-color:#ffc53c; color:#ffffff;}

.object{ color:var(--oe-couleur);}    
#en-header { background-color:#dedede; }
#en-services { background:var(--oe-couleur3); }	
#en-testimonials .read-more { color:var(--oe-couleur3);}
.actu-link:hover { color:var(--oe-couleur2)}
.footer-logo { color:var(--oe-couleur3) !important; }

#myMenu { padding-right:0px; padding-left:0px; float:right;}
#myMenu ul { float:none;}
#myMenu li li { width:100%; }
#myMenu li li a { font-size:16px; text-align:left; }
#myMenu li a { text-align:center;}
#myMenu { font-family: var(--oe-police); }
#myMenu .caret { color:var(--oe-couleur3);}




.hover-bg .hover-text.off {
	background:rgba(28,51,35, 0.9);	
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span {
	background:var(--oe-couleur2);	
}
.no-padding { padding-left:0px !important; padding-right:0px !important;}
.btn-carrement { background:var(--oe-couleur2); color:var(--oe-couleur3); padding:10px 30px;}
.btn-carrement:hover { background:var(--oe-couleur); color:var(--oe-couleur3);}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: var(--oe-couleur2); }
#support { position:fixed; right:20px; border-radius:5px; bottom: 5px;  background:#ffc53c; color:#111; z-index:3001; cursor:pointer;}

.logoText { font-size:35px; color:var(--oe-couleur3) !important; display:block; margin-top:10px; margin-bottom:10px;}

.object { color:var(--oe-couleur2);}
footer p {font-family: var(--oe-police);}

p { font-size: 16px; font-weight:400;font-family: var(--oe-police) !important; }
ul { font-size: 16px; font-weight:400;font-family: var(--oe-police); }


.bx-wrapper .bx-pager.bx-default-pager a.active { background: #ff0066; opacity: 1; border:1px solid transparent; }
.boutonFormulaireAchat { padding:10px 30px; font-size:20px; background:var(--oe-couleur2); color:var(--oe-couleur3); border:none;-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
.boutonFormulaireAchat:hover { background:var(--oe-couleur);}
.boutonRetourAchat { padding:10px 30px; font-size:20px; background:var(--oe-couleur); color:var(--oe-couleur3); border:none;-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
.boutonRetourAchat:hover { background:var(--oe-couleur2);}


#en-event .section-title { margin-bottom:0px !important;}
#en-event .section-title h2 { color:var(--oe-couleur2);}
#en-event .section-title hr { border-color:var(--oe-couleur2);}
#en-event #item h4 { color:var(--oe-couleur2);}
#en-event #item h3 { color:var(--oe-couleur3); font-weight:700;}
#en-event #item p { color:var(--oe-couleur3); display:block; margin-top:10px;}

.dropdown-menu { background:none;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .3);box-shadow: 0 6px 12px rgba(0, 0, 0, .3);}
.dropdown-menu li { position:relative;}
.dropdown-menu li a { background:var(--oe-couleur2);}
.dropdown-menu li a .caret{ margin-left: 10px; }
.dropdown-menu > li > a {
    color: var(--oe-couleur3);
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size:16px;
	text-align:left;
	letter-spacing:0px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background:var(--oe-couleur);
	color:#fff;
}
.dropdown-smenu { position:absolute; }
.dropdown-smenu li { text-transform:uppercase;}
.dropdown-smenu li a { background:var(--oe-couleur2); display:block; padding:15px 20px; color:#var(--oe-couleur3); min-width:160px !important;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .3);box-shadow: 0 6px 12px rgba(0, 0, 0, .3);}

.dropdown-smenu > li > a { width:100%; }
.dropdown-smenu > li > a:focus,
.dropdown-smenu > li > a:hover {
	background:var(--oe-couleur);
	color:#fff !important;
}
.dropdown-menu li ul.dropdown-smenu{opacity: 0;display:none;}
.dropdown-menu li ul.dropdown-smenu.opened{opacity: 1;display:block;}
.subHead { font-weight:300; list-style:none; padding:2px 0px;}
.subHead li { float:right; padding:11px 20px; width:inherit !important;}

    .subHead li:last-child {
        padding: 0 !important;
        margin-top: 10px;
    }    
    
.subHead i { font-size:20px; padding-right:5px; color:var(--oe-couleur2);}
.subHead a { color:#000; }
.subHead a:hover { color:var(--oe-couleur2); }

.tab-content .tabContent {
    border-left:1px solid #dedede;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede; 
    border-top:1px solid #dedede;
    padding:20px; font-size:14px; min-height:400px;
}
#ClientTab a { text-transform:uppercase;}

.boutonNoir { width:100%; color:#fff; background:#333; border:none; padding:10px; margin-bottom:10px;}
.boutonNoir:hover { background:var(--oe-couleur2);}
.boutonCouleur { background:var(--oe-couleur2);width:100%; color:#fff; border:none; padding:10px;}
.boutonCouleur:hover { background:#333;}

.titleFlash {
color:#000;
-webkit-animation-name: clignote;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count:infinite;

-moz-animation-name: clignote;
-moz-animation-duration: 1s;
-moz-animation-iteration-count:infinite;

animation-name: clignote;
animation-duration: 1s;
animation-iteration-count:infinite;
}
@-moz-keyframes clignote{
0%{color:rgba(0,0,0,1.00);}
50%{ color:var(--oe-couleur2);}
100%{color:rgba(0,0,0,1.00);}
}

@-webkit-keyframes clignote{
0%{color:rgba(0,0,0,1.00);}
50%{ color:var(--oe-couleur2);}
100%{color:rgba(0,0,0,1.00);}
}

@keyframes clignote {
0%{color:rgba(0,0,0,1.00);}
50%{ color:var(--oe-couleur2);}
100%{color:rgba(0,0,0,1.00);}
}

.section1-title table {
    border-collapse: collapse;
}
.section1-title tr:first-child {
    background: #dedede !important;
}
.section1-title td {
    padding: 10px !important;
    border: 1px solid #999;
}
.section1-title h3 { margin-bottom: 15px; }

.product-alternative-box {
    margin: 20px 0px 0 30px;
    padding: 18px;
    background: #fff8ef;
    border: 1px solid #f1d2a8;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.product-alternative-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}
.product-alternative-card {
    display: block;
    text-decoration: none !important;
    color: #111 !important;
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 12px;
    padding: 14px;
    transition: .2s ease;
}
.product-alternative-card:hover {
    border-color: var(--oe-couleur);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.product-alternative-ref {
    display: inline-block;
    background: #ffc53c;
    color: #111;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.product-alternative-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
}
.product-alternative-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.45;
    margin-bottom: 10px;
}
.product-alternative-price {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.product-alternative-stock {
    font-size: 13px;
    color: green;
    font-weight: 700;
    margin-top: 4px;
}
.product-unavailable-banner {
    margin: 0px 0px 20px 30px;
    padding: 12px 16px;
    background: #ffe7e7;
    border: 1px solid #f1b6b6;
    border-radius: 10px;
    color: #a10000;
    font-weight: 700;
}

.dropdown { float:left; margin-right:10px;}
.dropdown-menu { background:#efefef;}
.dropdown-menu li { display:block !important; float:none !important;}
.dropdown-menu li a.a-drop-menu { background:#efefef; color:#000; padding:10px; font-size:14px; min-width:200px;}
.dropdown-menu li a.a-drop-menu:hover { background:#ffc53c; color:#000; }
.dropdown-menu li a.a-drop-menu2 { background:#efefef; color:#000; padding:10px; font-size:14px; min-width:200px;}
.dropdown-menu li a.a-drop-menu2:hover { background:#ffc53c; color:#000; }

.nav-tabs > li > a {
    border: 1px solid #ddd;
    background: #ddd;
}

.nav-tabs > li > a:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}

.nav-tabs > li:last-child a:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}




.nav-tabs > li:last-child a {
    background: #ffc53c;
}

.dropdown-menu li {
    padding: 0;
}


.dropdown-menu li {
    margin-top: 0px !important;
}
.input-saved {
    background-color:lightgreen !important;
    transition: background-color 0.35s ease;
}

.input-back-white {
    background-color: #ffffff !important;
    transition: background-color 0.35s ease;
}
.catalog-search-wrap { position: relative; }
.catalog-search-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 70px 15px 30px;
    border: none;
    background: #ffc53c;
    border-radius: 8px;
    color: #111;
}
.catalog-search-icon {
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    color: #111;
}
.catalog-search-results {
    background: #fff;
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 30;
    margin-bottom: 20px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 5px 0 #ddd;
    border-radius:12px;
}
.catalog-alert-stop {
    background: #ff0000;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}
.catalog-wishlist-box {
    padding: 5px;
    border: 1px solid #FF69C1;
    background: #fff;
    color: #FF69C1;
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
}
.catalog-filter-result {
    padding: 4px 5px;
    background: #dedede;
    margin-bottom: 10px;
    display: none;
}
.catalog-section-title {
    border-bottom: 2px solid #dedede;
    border-top: 2px solid #c5c5c5;
    padding: 8px 0 8px 8px;
    margin-bottom: 15px;
    background: #dedede;
}
.catalog-color-item {
    width: 45px;
    height: 30px;
    float: left;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #000;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.catalog-size-item {
    background: #000;
    color: #fff;
    float: left;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #000;
    margin-right: 10px;
    min-width: 45px;
    margin-bottom: 10px;
    padding: 4px 10px;
    cursor: pointer;
    text-align: center;
}
.catalog-loader,
.catalog-loader-bottom,
.catalog-loader-end {
    text-align: center;
}
.catalog-loader-bottom {
    display: none;
    padding: 20px;
}
.catalog-loader-end {
    display: none;
    padding: 20px;
    color: #777;
}
.catalog-hidden-links {
    height: 1px;
    overflow: auto;
    color: #fff;
}
.account-orders-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-order-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 12px;
    color: #000;
    min-height: 54px;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.account-order-row:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
    filter: brightness(.985);
}

.account-order-col {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.2;
}

.account-order-col.ref {
    flex: 0 0 160px;
    font-weight: 700;
}

.account-order-col.date {
    flex: 0 0 180px;
}

.account-order-col.qty {
    flex: 0 0 92px;
    text-align: center;
}

.account-order-col.payment {
    flex: 0 0 90px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.account-order-col.total {
    flex: 0 0 105px;
    text-align: right;
    font-weight: 700;
}

.account-order-col.shipping {
    flex: 1 1 auto;
    text-align: center;
}

.account-order-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.account-order-date-top {
    font-weight: 700;
}

.account-order-date-bottom {
    font-size: 12px;
    opacity: .95;
    text-transform: uppercase;
}

.account-order-badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    border-radius: 6px;
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,.18);
    text-transform: uppercase;
}

.account-order-badge.preparing {
    background: #ffcf33;
}

.account-order-badge.shipped {
    background: #f3ef1a;
}

.account-order-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.account-order-btn-pay,
.account-order-btn-view {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.account-order-btn-pay {
    background: #28a745;
    color: #fff;
}

.account-order-btn-view {
    background: #56b8e9;
    color: #fff;
}

.account-order-btn-pay i,
.account-order-btn-view i {
    font-size: 14px;
}

.account-orders-empty {
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    font-size: 14px;
}

@media (max-width: 991px) {
    .account-order-row {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 6px 10px;
        padding: 10px 12px;
    }

    .account-order-col.ref,
    .account-order-col.date,
    .account-order-col.qty,
    .account-order-col.payment,
    .account-order-col.total,
    .account-order-col.shipping {
        flex: 0 0 auto;
        text-align: left;
    }

    .account-order-col.ref {
        width: calc(50% - 5px);
    }

    .account-order-col.date {
        width: calc(50% - 5px);
    }

    .account-order-col.qty,
    .account-order-col.payment,
    .account-order-col.total {
        width: calc(33.333% - 7px);
    }

    .account-order-col.shipping {
        width: auto;
    }

    .account-order-actions {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .account-order-row {
        padding: 10px;
        gap: 6px 8px;
    }

    .account-order-col.ref,
    .account-order-col.date,
    .account-order-col.qty,
    .account-order-col.payment,
    .account-order-col.total,
    .account-order-col.shipping {
        width: 100%;
        flex: 0 0 100%;
        text-align: left;
    }

    .account-order-actions {
        width: 100%;
        justify-content: flex-end;
    }
}
.password-field{
    position: relative;
    width: 200px;
}

.password-field .password-input{
    padding-right: 42px;
}

.password-field .password-toggle{
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #777;
    line-height: 1;
}

.password-field .password-toggle:focus{
    outline: none;
}

.password-field .password-toggle:hover{
    color: #111;
} 

.oc-order-shell{
    display:flex;
    flex-direction:column;
    gap:16px;
    color:#111827;
}
.oc-toolbar{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.oc-toolbar-left{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.oc-btn{
    border:none;
    border-radius:12px;
    padding:10px 14px;
    font-size:13px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    transition:.18s ease;
    box-shadow:0 6px 16px rgba(17,24,39,.08);
}
.oc-btn:hover{
    transform:translateY(-1px);
}
.oc-btn-back{background:#e5e7eb;color:#111827;}
.oc-btn-invoice{background:#111827;color:#fff;}
.oc-btn-pay{background:#16a34a;color:#fff;}

.oc-hero{
    background:linear-gradient(135deg, #1c3323 0%, #223c29 45%, #2a5937 100%);
    color:#fff;
    border-radius:22px;
    padding:18px 20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:16px;
    box-shadow:0 18px 40px rgba(17,24,39,.14);
}
.oc-hero-main{
    flex:1 1 520px;
    min-width:280px;
}
.oc-hero-title{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}
.oc-hero-title h3{
    margin:0;
    font-size:18px;
    font-weight:800;
}
.oc-pill{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:999px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.02em;
    text-transform:uppercase;
}
.oc-pill.pending{background:#93c5fd;color:#082f49;}
.oc-pill.success{background:#bbf7d0;color:#14532d;}
.oc-pill.cancel{background:#e9d5ff;color:#581c87;}
.oc-pill.failed{background:#fecaca;color:#7f1d1d;}
.oc-pill.preparing{background:#fde68a;color:#78350f;}
.oc-pill.shipped{background:#d9f99d;color:#3f6212;}

.oc-hero-meta{
    display:grid;
    gap:6px;
    font-size:13px;
    opacity:.96;
}
.oc-hero-side{
    flex:0 0 260px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.oc-side-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    padding:12px 14px;
}
.oc-side-card-label{
    font-size:11px;
    text-transform:uppercase;
    opacity:.75;
    margin-bottom:5px;
}
.oc-side-card-value{
    font-size:14px;
    font-weight:800;
}

.oc-grid{
    display:grid;
    grid-template-columns:1.25fr .75fr;
    gap:16px;
}
.oc-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
    overflow:hidden;
}
.oc-card-head{
    padding:14px 16px;
    border-bottom:1px solid #eef2f7;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.oc-card-head h4{
    margin:0;
    font-size:15px;
    font-weight:800;
    color:#0f172a;
}
.oc-card-body{
    padding:14px 16px;
}

.oc-state-stack{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.oc-state{
    border-radius:14px;
    padding:12px 14px;
    font-size:13px;
    font-weight:700;
}
.oc-state.pending{background:#dbeafe;color:#1e3a8a;}
.oc-state.success{background:#dcfce7;color:#166534;}
.oc-state.cancel{background:#f3e8ff;color:#7e22ce;}
.oc-state.failed{background:#fee2e2;color:#991b1b;}
.oc-state.preparing{background:#fef3c7;color:#92400e;}
.oc-state.shipped{background:#ecfccb;color:#3f6212;}

.oc-history{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.oc-history-row {
    display: grid;
    grid-template-columns: 172px 102px;
    gap: 10px;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 12px;
}
.oc-history-row.plus{border-left:4px solid #16a34a;}
.oc-history-row.minus{border-left:4px solid #ef4444;}
.oc-history-type{
    font-weight:800;
    text-transform:uppercase;
}
.oc-history-amount{
    text-align:right;
    font-weight:800;
}

.oc-lines{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.oc-line{
    border:1px solid #eef2f7;
    border-radius:18px;
    padding:14px;
    background:#f9fafb;
}
.oc-line-top{
    display:grid;
    grid-template-columns:minmax(0,1fr) 110px 90px 110px;
    gap:12px;
    align-items:start;
}
.oc-line-title{
    font-weight:800;
    color:#111827;
    margin-bottom:6px;
}
.oc-line-ref{
    display:inline-block;
    padding:3px 8px;
    border-radius:999px;
    background:#e5e7eb;
    font-size:11px;
    font-weight:800;
    margin-right:6px;
}
.oc-line-meta{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-top:8px;
}
.oc-color-swatch{
    width:22px;
    height:22px;
    border-radius:999px;
    border:2px solid #fff;
    box-shadow:0 0 0 1px rgba(17,24,39,.15);
}
.oc-size-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    height:22px;
    padding:0 8px;
    border-radius:999px;
    background:#111827;
    color:#fff;
    font-size:11px;
    font-weight:800;
}
.oc-small-tag{
    display:inline-flex;
    padding:4px 8px;
    border-radius:999px;
    background:#111827;
    color:#fff;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
}
.oc-line-num{
    text-align:right;
    font-size:13px;
}
.oc-line-num-label{
    font-size:11px;
    color:#64748b;
    text-transform:uppercase;
    margin-bottom:4px;
}
.oc-line-num-value{
    font-weight:800;
    color:#111827;
}
.oc-options{
    margin-top:8px;
    display:flex;
    flex-direction:column;
    gap:4px;
    font-size:12px;
    color:#475569;
}

.oc-summary{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.oc-summary-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#f8fafc;
    border:1px solid #eef2f7;
    border-radius:14px;
    padding:10px 12px;
    font-size:13px;
}
.oc-summary-row.discount{
    background:#ecfdf5;
    color:#166534;
    border-color:#bbf7d0;
}
.oc-summary-row.total{
    background:#fef9c3;
    color:#111827;
    border-color:#fde68a;
    font-size:16px;
    font-weight:800;
}
.oc-summary-label{
    font-weight:700;
}
.oc-summary-value{
    font-weight:800;
    text-align:right;
}

.oc-address-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.oc-address-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
    overflow:hidden;
}
.oc-address-head{
    background:#111827;
    color:#fff;
    padding:12px 14px;
    font-size:13px;
    font-weight:800;
}
.oc-address-body{
    padding:14px;
    display:grid;
    gap:5px;
    font-size:13px;
    color:#111827;
}
.oc-address-body a{
    color:#2563eb;
    text-decoration:none;
}
.oc-comment{
    white-space:pre-line;
    color:#334155;
}

.oc-order-empty{
    padding:18px;
    border:1px solid #e5e7eb;
    border-radius:16px;
    background:#fff;
}

@media (max-width: 1100px){
    .oc-grid,
    .oc-address-grid{
        grid-template-columns:1fr;
    }
    .oc-hero-side{
        flex:1 1 100%;
    }
}
@media (max-width: 760px){
    .oc-history-row{
        grid-template-columns:1fr;
    }
    .oc-line-top{
        grid-template-columns:1fr 1fr;
    }
}
.slider-badge {
    position: absolute;
    z-index: 8;
    width: 150px;
    height: 150px;
    pointer-events: none;
}

.badge-top-right {
    top: 35px;
    right: 35px;
}

.badge-top-left {
    top: 35px;
    left: 35px;
}

.badge-bottom-right {
    right: 0px;
    bottom: 35px;
}

.badge-bottom-left {
    left: 35px;
    bottom: 35px;
}

.rotating-badge {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffc53c;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.18);
    animation: badgeSpin 10s linear infinite;
}

.rotating-text-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.badge-circle-text {
    fill: #111;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.badge-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gélule 3D */
.capsule-3d {
    position: relative;
    display: block;
    width: 54px;
    height: 26px;
    border-radius: 999px;
    transform: rotate(-28deg);
    box-shadow:
        0 6px 12px rgba(0,0,0,0.16),
        inset 0 2px 3px rgba(255,255,255,0.85),
        inset 0 -3px 4px rgba(0,0,0,0.10);
    overflow: hidden;
}

.capsule-3d::before,
.capsule-3d::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.capsule-3d::before {
    left: 0;
    border-radius: 999px 0 0 999px;
}

.capsule-3d::after {
    right: 0;
    border-radius: 0 999px 999px 0;
    box-shadow: inset 2px 0 0 rgba(255,255,255,0.45);
}

/* Variante premium rose / crème */
.capsule-rose {
    background: linear-gradient(135deg, #ffe2ea 0%, #ffc6d8 100%);
}

.capsule-rose::before {
    background: linear-gradient(135deg, #ffdbe6 0%, #ffbdd0 100%);
}

.capsule-rose::after {
    background: linear-gradient(135deg, #ffffff 0%, #ffe9ef 100%);
}

/* Variante verte naturelle */
.capsule-verte {
    background: linear-gradient(135deg, #dff5d8 0%, #bce8b0 100%);
}

.capsule-verte::before {
    background: linear-gradient(135deg, #c9efbf 0%, #9fda90 100%);
}

.capsule-verte::after {
    background: linear-gradient(135deg, #ffffff 0%, #edf9e9 100%);
}

/* Variante dorée chic */
.capsule-doree {
    background: linear-gradient(135deg, #f9e7b8 0%, #e8c96a 100%);
}

.capsule-doree::before {
    background: linear-gradient(135deg, #f7e2a3 0%, #ddb84e 100%);
}

.capsule-doree::after {
    background: linear-gradient(135deg, #fff8df 0%, #f4e2a0 100%);
}

@keyframes badgeSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* si tu veux que seul le texte tourne et pas la gélule */
.rotating-badge.only-text-rotates {
    animation: none;
}

.rotating-badge.only-text-rotates .rotating-text-svg {
    animation: badgeSpin 10s linear infinite;
}

@media (max-width: 991px) {
    .slider-badge {
        width: 130px;
        height: 130px;
    }

    .badge-top-right,
    .badge-top-left,
    .badge-bottom-right,
    .badge-bottom-left {
        top: 20px;
        right: 20px;
        left: auto;
        bottom: auto;
    }

    .badge-circle-text {
        font-size: 14px;
        letter-spacing: 1.6px;
    }

    .badge-center {
        width: 52px;
        height: 52px;
    }

    .capsule-3d {
        width: 42px;
        height: 20px;
    }
}

@media (max-width: 575px) {
    .slider-badge {
        width: 80px;
        height: 80px;
    }

    .badge-top-right {
        bottom: 14px !important;
        right: 14px;
    }

    .badge-circle-text {
        font-size: 16px;
        letter-spacing: 1.55px;
    }

    .badge-center {
        width: 42px;
        height: 42px;
    }

    .capsule-3d {
        width: 34px;
        height: 16px;
    }
}

#bulle {
color:#fff;
-webkit-animation-name: clignote;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count:infinite;

-moz-animation-name: clignote;
-moz-animation-duration: 1s;
-moz-animation-iteration-count:infinite;

animation-name: clignote;
animation-duration: 1s;
animation-iteration-count:infinite;
}
@-moz-keyframes clignote{
0%{color:rgba(17,17,17,1.00);}
50%{ color: transparent;}
100%{color:rgba(17,17,17,1.00);}
}

@-webkit-keyframes clignote{
0%{color:rgba(17,17,17,1.00);}
50%{ color: transparent;}
100%{color:rgba(17,17,17,1.00);}
}
	
@keyframes clignote {
0%{color:rgba(17,17,17,1.00);}
50%{ color:transparent;}
100%{color:rgba(17,17,17,1.00);}
}

