﻿.onglets{display:flex;flex-wrap:wrap;justify-content:center;flex-wrap:wrap;margin:0 -10px}.onglets li{flex:1;flex-basis:20%;padding:10px;display:flex;min-width:250px}.onglets li a{flex:1;border-radius:3px;display:block;text-align:center;padding:20px;color:var(--primary-color);font-weight:500;text-transform:uppercase;background:var(--color-white);border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1)}.onglets li a:hover{background:rgba(var(--color-white-rgb), 0.5);text-decoration:none}.onglets li a .edglyph{display:block;font-size:48px;text-transform:none}.onglets li.active a{background:var(--secondary-color);color:var(--color-white);pointer-events:none}.onglets li.logoff a{background:var(--error-color);color:var(--color-white)}.tab-content{background:var(--color-white)}.tab-content hr{background:var(--primary-color);height:1px;border:0 none;margin:15px 30px}.tab-content .onglet_content{padding:40px 0;display:none}.tab-content .onglet_content.active{display:block}.select{flex:1;position:relative}.select select{width:100%;padding:0 10px;padding-right:36px;height:40px;font-weight:500;font-size:14px;border-radius:3px;min-width:0;background:var(--color-white);border:1px solid rgba(var(--color-black-rgb), 0.2)}.select select option{color:var(--color-black)}.select select option[disabled][selected]{display:none}.select select:invalid{color:rgba(var(--color-black-rgb), 0.5)}.select select:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.select select:focus{border-color:var(--secondary-color);color:var(--secondary-color)}.select:after{content:"+";font-family:"EdGlyph";position:absolute;top:0;right:0;display:flex;align-items:center;height:38px;line-height:0;font-size:28px;padding:0 10px;pointer-events:none;color:rgba(var(--color-black-rgb), 0.5)}.select:has(select:hover):after,.select:has(select:focus):after{color:var(--secondary-color)}#entete{padding:30px 0}#entete .container{display:flex}#entete .container figure{flex:0 0 260px;margin:0 15px 0 0}#entete .container figure img{display:block;max-width:100%;height:auto}#entete .container h1{font-size:32px;font-weight:300;margin:10px 0 0}#entete .container p{margin:10px 0 0}@media all and (max-width: 768px){#entete .container figure{display:none}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center}.breadcrumb li{display:flex;align-items:center}.breadcrumb li a{color:var(--primary-color)}.breadcrumb li:after{display:block;margin:0 5px;content:"/"}.breadcrumb li:last-child:after{display:none}#content{padding-top:0}#content .container form{margin:0 -20px;display:flex;flex-wrap:wrap;align-items:flex-start;background:var(--color-white)}#content .container form .form-group{flex:1;flex-basis:50%;min-width:250px}#content .container form .form-group.full{flex-basis:100%}#content .container .form-group{padding:0 20px;margin:10px 0;min-width:0}#content .container .form-group label{margin:0 0 10px;font-weight:500;display:block}#content .container .form-group label .edglyph{line-height:0;text-transform:none}#content .container .form-group label .edglyph.ed-asterisk{color:var(--error-color)}#content .container .form-group .form-control{padding:0 10px;height:40px;border:1px solid rgba(var(--color-black-rgb), 0.2);font-weight:500;font-size:14px;font-family:inherit;width:100%;border-radius:3px;background:var(--color-white)}#content .container .form-group .form-control.qty{min-width:0;max-width:128px}#content .container .form-group .form-control::placeholder{opacity:1;font-weight:500;color:rgba(var(--color-black-rgb), 0.5)}#content .container .form-group .form-control:focus,#content .container .form-group .form-control:hover{border-color:var(--secondary-color);color:var(--secondary-color)}#content .container .form-group .form-control:focus::placeholder{opacity:0}#content .container .form-group textarea.form-control{padding:10px;min-height:128px;resize:none}#content .container .form-group.center{text-align:center}#content .container .form-group.center .checkbox{margin:0 auto}#content .container .form-group.center button,#content .container .form-group.center input{margin:0 auto}#content .container .form-group .input-group{display:flex}#content .container .form-group .input-group input,#content .container .form-group .input-group .select{flex:1;min-width:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0 none}#content .container .form-group .input-group input.btn,#content .container .form-group .input-group .select.btn{max-width:256px}#content .container .form-group .input-group select{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0 none}#content .container .form-group .input-group .btn{height:40px;border-top-left-radius:0;border-bottom-left-radius:0}#content .container .form-group .checkbox input{display:none}#content .container .form-group .checkbox input:checked+label{color:var(--secondary-color)}#content .container .form-group .checkbox input:checked+label:before{content:"Ù"}#content .container .form-group .checkbox label{display:flex;align-items:center;cursor:pointer;color:var(--primary-color);margin:0}#content .container .form-group .checkbox label:before{margin:2px 5px 0 0;font-size:24px;line-height:0;content:"Ø";font-family:"EdGlyph" !important}#content .container .form-group .checkbox label:hover{color:var(--secondary-color)}#content .container .form-group:empty{display:none}#content .container .secure{padding:10px;color:var(--color-white);background:var(--color-black)}#content .container h2{color:var(--secondary-color);font-size:clamp(24px,5vw,32px);font-family:var(--alt-font-family);text-transform:uppercase;font-weight:400;margin:20px 0;line-height:normal;position:relative}#content .container h2:first-child{margin-top:0}#content .container h2:last-child{margin-bottom:0}#content .container .social_login{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;margin-bottom:30px}#content .container .social_login .btn{max-width:396px;margin:10px}#content .container p{text-align:center;line-height:1.4;margin:10px 0}#content .container p:first-child{margin-top:0}#content .container p:last-child{margin-bottom:0}#content .container p a{color:var(--secondary-color);font-weight:500}#content .container p:has(>span:not(.edglyph)){position:relative}#content .container p:has(>span:not(.edglyph)) span{display:inline-flex;background:var(--color-white);padding:0 10px}#content .container p:has(>span:not(.edglyph)):before{content:"";position:absolute;top:50%;left:0;right:0;z-index:-1;height:1px;background:var(--primary-color)}#content .container form{padding:20px 0;border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1);border-radius:5px;margin:40px 0}#content .container form:first-child{margin-top:0}#content .container form:last-child{margin-bottom:0}#content .container form.login{max-width:500px;margin-left:auto;margin-right:auto}#content .container form.login .form-group{flex-basis:100%}#content .container form.create{max-width:800px;margin-left:auto;margin-right:auto}#content .container form h2{flex-basis:100%;margin:0 20px}#content .container form.address{max-width:800px;margin-left:auto;margin-right:auto}#content .container form.address .bg-danger,#content .container form.address .bg-success{flex-basis:100%}#content .container .title+p{text-align:center;margin-bottom:40px}#content .container #tab .tab-content{background:transparent}#content .container #tab .tab-content .onglet_content .align-center{text-align:center}#content .container #tab .tab-content .onglet_content .align-left{text-align:left}#content .container #tab .tab-content .onglet_content .align-right{text-align:right}#content .container #tab .tab-content .onglet_content .align-justify{text-align:justify}#content .container #tab .tab-content .onglet_content h2{color:var(--secondary-color);font-size:clamp(24px,5vw,32px);font-family:var(--alt-font-family);text-transform:uppercase;font-weight:400;margin:40px 0;line-height:normal;position:relative}#content .container #tab .tab-content .onglet_content h2 .edglyph{font-weight:400;line-height:0;margin-right:10px}#content .container #tab .tab-content .onglet_content h2:has(.edglyph){display:flex;align-items:center}#content .container #tab .tab-content .onglet_content h2:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content h2:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content h3{font-size:clamp(18px,5vw,24px);font-weight:600;margin:20px 0;color:var(--primary-color)}#content .container #tab .tab-content .onglet_content h3 .edglyph{font-weight:400;line-height:0;margin-right:10px}#content .container #tab .tab-content .onglet_content h3:has(.edglyph){display:flex;align-items:center}#content .container #tab .tab-content .onglet_content h3:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content h3:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content h4{font-size:clamp(14px,5vw,18px);font-weight:500;text-transform:uppercase;margin:10px 0}#content .container #tab .tab-content .onglet_content h4 .edglyph{font-weight:400;line-height:0;margin-right:10px;text-transform:none}#content .container #tab .tab-content .onglet_content h4:has(.edglyph){display:flex;align-items:center}#content .container #tab .tab-content .onglet_content h4:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content h4:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content p{line-height:1.4;margin:20px 0}#content .container #tab .tab-content .onglet_content p strong,#content .container #tab .tab-content .onglet_content p b{color:var(--secondary-color);font-weight:600}#content .container #tab .tab-content .onglet_content p.lead{font-weight:500;font-size:22px;margin:40px 0;color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content p:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content p:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb),#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb){margin:20px 0;margin-left:20px}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb) li,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li{margin-bottom:10px}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb) li:before,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li:before{content:"";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;width:8px;height:8px;border-radius:2px;background:var(--secondary-color);margin-right:5px}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb) li:last-child,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li:last-child{margin:0}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb):first-child,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb):first-child{margin-top:0}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb):last-child,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li{counter-increment:counter}#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li:before{width:auto;height:auto;font-family:inherit;font-weight:700;font-size:12px;background:none;border-radius:0;color:var(--secondary-color);content:counter(counter) "."}#content .container #tab .tab-content .onglet_content a:not(.btn){font-weight:500;color:var(--primary-color);text-decoration:underline}#content .container #tab .tab-content .onglet_content a:not(.btn):hover{color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content table{width:100%;margin:20px 0;table-layout:fixed;border-radius:5px;overflow:hidden;background:var(--color-white)}#content .container #tab .tab-content .onglet_content table:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content table:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white)}#content .container #tab .tab-content .onglet_content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .container #tab .tab-content .onglet_content table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}#content .container #tab .tab-content .onglet_content table tbody tr td{padding:10px 20px;vertical-align:middle}#content .container #tab .tab-content .onglet_content table tbody tr td strong{font-weight:600;color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .container #tab .tab-content .onglet_content table tfoot tr td{padding:10px 20px;font-size:1.1em}#content .container #tab .tab-content .onglet_content table tfoot tr td strong{font-weight:600;color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content hr{background:var(--color-black);height:1px;border:0 none;margin:60px}#content .container #tab .tab-content .onglet_content hr:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content hr:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content img{display:block;max-width:100%;height:auto}#content .container #tab .tab-content .onglet_content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto}#content .container #tab .tab-content .onglet_content iframe:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content iframe:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .container #tab .tab-content .onglet_content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content .container #tab .tab-content .onglet_content .embed-responsive:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content .embed-responsive:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .paralax{margin:80px 0}#content .container #tab .tab-content .onglet_content .paralax:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content .paralax:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content figure{margin:20px 0}#content .container #tab .tab-content .onglet_content figure img{margin:0 auto;transition:transform 3s ease}#content .container #tab .tab-content .onglet_content figure figcaption{background:var(--color-white);text-align:center;font-size:18px;font-weight:600;margin:0;padding:20px;box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.15)}#content .container #tab .tab-content .onglet_content figure a{display:block;overflow:hidden}#content .container #tab .tab-content .onglet_content figure a:hover img{transform:scale(1.1)}#content .container #tab .tab-content .onglet_content figure:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content figure:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .table_responsive{margin:60px 0;overflow:auto}#content .container #tab .tab-content .onglet_content .table_responsive table{margin:0}#content .container #tab .tab-content .onglet_content .table_responsive:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content .table_responsive:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .text-right{text-align:right}#content .container #tab .tab-content .onglet_content .text-center{text-align:center}#content .container #tab .tab-content .onglet_content .text-left{text-align:left}#content .container #tab .tab-content .onglet_content .text-justify{text-align:justify}#content .container #tab .tab-content .onglet_content#tab-commandes{background:var(--color-white);padding:40px 20px;border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1);border-radius:5px}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down{margin:20px 0}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button{cursor:pointer;justify-content:space-between;flex-wrap:wrap;font-size:16px;padding:20px;border-radius:3px;display:flex;font-weight:400;background:var(--color-white);border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button>div{display:flex;align-items:center;text-align:center;padding:0 10px}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button>div small{font-size:12px}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button strong{font-weight:500;color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button span{color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open{background:var(--secondary-color);color:var(--color-white)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open strong,#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open span{color:inherit}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open+.sub_menu{position:static}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .sub_menu{padding:10px 0}#content .container #tab .tab-content .onglet_content#tab-wishlist table{table-layout:auto}#content .container #tab .tab-content .onglet_content#tab-wishlist table form{padding:0;box-shadow:none;border:0 none;justify-content:center;background:none}#content .container #tab .tab-content .onglet_content#tab-wishlist table form .supp-wl-item{cursor:pointer;color:var(--error-color)}
