﻿:root{--color-hinted-grey-1: #0e0e10;--color-hinted-grey-2: #18181b;--color-hinted-grey-3: #1f1f23;--color-hinted-grey-4: #26262c;--color-hinted-grey-5: #323239;--color-hinted-grey-6: #3b3b44;--color-hinted-grey-7: #53535f;--color-hinted-grey-8: #848494;--color-hinted-grey-9: #adadb8;--color-hinted-grey-10: #c8c8d0;--color-hinted-grey-11: #d3d3d9;--color-hinted-grey-12: #dedee3;--color-hinted-grey-13: #e6e6ea;--color-hinted-grey-14: #efeff1;--color-hinted-grey-15: #f7f7f8;--color-opac-b-1: rgba(0,0,0,0.05);--color-opac-b-2: rgba(0,0,0,0.1);--color-opac-b-3: rgba(0,0,0,0.15);--color-opac-b-4: rgba(0,0,0,0.2);--color-opac-b-5: rgba(0,0,0,0.25);--color-opac-b-6: rgba(0,0,0,0.3);--color-opac-b-7: rgba(0,0,0,0.4);--color-opac-b-8: rgba(0,0,0,0.5);--color-opac-b-9: rgba(0,0,0,0.6);--color-opac-b-10: rgba(0,0,0,0.7);--color-opac-b-11: rgba(0,0,0,0.75);--color-opac-b-12: rgba(0,0,0,0.8);--color-opac-b-13: rgba(0,0,0,0.85);--color-opac-b-14: rgba(0,0,0,0.9);--color-opac-b-15: rgba(0,0,0,0.95);--color-opac-w-1: hsla(0,0%,100%,0.05);--color-opac-w-2: hsla(0,0%,100%,0.1);--color-opac-w-3: hsla(0,0%,100%,0.15);--color-opac-w-4: hsla(0,0%,100%,0.2);--color-opac-w-5: hsla(0,0%,100%,0.25);--color-opac-w-6: hsla(0,0%,100%,0.3);--color-opac-w-7: hsla(0,0%,100%,0.4);--color-opac-w-8: hsla(0,0%,100%,0.5);--color-opac-w-9: hsla(0,0%,100%,0.6);--color-opac-w-10: hsla(0,0%,100%,0.7);--color-opac-w-11: hsla(0,0%,100%,0.75);--color-opac-w-12: hsla(0,0%,100%,0.8);--color-opac-w-13: hsla(0,0%,100%,0.85);--color-opac-w-14: hsla(0,0%,100%,0.9);--color-opac-w-15: hsla(0,0%,100%,0.95);--color-white: #fff;--color-black: #000;--color-black-rgb: 0,0,0;--primary-color: hsl(24,100%,50%);--primary-color-hover: hsl(24,100%,50%,.8);--secondary-color: hsl(0,0%,10%);--secondary-color-hover: hsl(0,0%,10%,.8);--error-color: hsl(346,71%,50%);--error-color-hover: hsl(346,71%,50%,.8);--success-color: hsl(149,54%,50%);--success-color-hover: hsl(149,54%,50%,.8);--warning-color: hsl(42,93%,55%);--warning-color-hover: hsl(42,93%,55%,.8);--info-color: hsl(202,100%,54%);--info-color-hover: hsl(202,100%,54%,.8);--color-background-table-odd: var(--color-white);--color-background-table-even: var(--color-hinted-grey-15);--color-background-table-hover: var(--color-hinted-grey-14);--color-border-base: var(--color-hinted-grey-14)}#tab{box-shadow:0 -1px 4px 0 rgba(26,26,26,.08),0 4px 8px 0 rgba(26,26,26,.12);background:#fff}.onglets{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:5px;border-top-right-radius:3px;border-top-left-radius:3px}.onglets li{flex:1;padding:5px}.onglets li a{display:flex;align-items:center;justify-content:center;text-align:center;padding:0 10px;background:#fff;height:40px;border-radius:4px;width:100%;font-weight:700;text-transform:uppercase}.onglets li a:hover{background:rgba(26,26,26,.1)}.onglets li a .edglyph{line-height:0;margin:0 5px 0 0;font-size:24px;text-transform:none}.onglets li.active a{background:rgba(26,26,26,.2)}.onglets li.logoff a{background:#dc3545;color:#fff}.tab-content{border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:20px}.tab-content hr{background:#f60;height:1px;border:0 none;margin:15px 30px}.tab-content .onglet_content{display:none}.tab-content .onglet_content.active{display:block}.list-product{display:flex;flex-wrap:wrap;margin:0 -15px 30px}.list-product>li{display:flex;padding:0 15px;margin:0 0 30px}.product{display:flex;flex-direction:column;overflow:hidden;border-radius:10px;flex:1;box-shadow:0 -1px 4px 0 rgba(26,26,26,.08),0 4px 8px 0 rgba(26,26,26,.12)}.product:hover{border-color:#1a1a1a}.product figure{position:relative;overflow:hidden}.product figure img{width:100%;height:100%;object-fit:cover}.product figure figcaption{position:absolute;top:10px;left:10px}.product figure figcaption ul{display:flex;flex-wrap:wrap}.product figure figcaption ul li{padding:0 5px}.product figure figcaption ul li .edglyph{color:#1a1a1a;font-size:32px}.product figure .actions{position:absolute;bottom:0;left:0;right:0;opacity:0;padding:5px 0;transition:.2s linear;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.15)}.product figure .actions .btn{margin:0 5px !important;padding:0}.product figure .actions .btn .edglyph{margin:0}.product figure .actions .btn.btn-product input{display:none}.product figure .actions .btn.btn-warning{font-family:"EdGlyph";font-size:32px;font-weight:400}.product section{display:flex;flex-direction:column;padding:10px;flex:1}.product section h2{font-size:14px;text-transform:uppercase;color:#000;font-weight:400;margin:0 0 10px}.product section h2 a{color:inherit}.product section h2 .promo{background:#1a1a1a;color:#fff;padding:5px;font-size:10px;text-transform:uppercase}.product section ul.caract{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 10px}.product section ul.caract li{padding:0 5px;display:flex;align-items:center}.product section ul.caract li img.color{border-radius:99em;max-width:16px;margin-top:-1px}.product section .price{display:block;font-size:18px;margin:auto 0 0;font-weight:600}.product section .price del{font-weight:400;color:#dc3545;font-size:14px}.product:hover figure .actions{opacity:1}.product:hover h2{color:#1a1a1a}.product.inline{flex-direction:row;position:relative}.product.inline figure{flex:0 0 128px;position:static}.product.inline section{padding:0 20px}.product.inline section .price{margin:0}@media all and (max-width: 500px){.product figure .actions{opacity:1}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center}.breadcrumb li{display:flex;align-items:center;color:#1a1a1a}.breadcrumb li a{text-decoration:none;color:#f60}.breadcrumb li a:hover{text-decoration:underline}.breadcrumb li:after{display:block;margin:0 5px;content:"/"}.breadcrumb li:last-child:after{display:none}.select{display:flex;align-items:center;border:1px solid transparent;position:relative}.select select{border:0 none;width:100%;height:40px;padding:0 34px 0 10px;text-transform:uppercase;font-weight:400;font-size:14px;cursor:pointer;background:#f4f6f7;color:inherit;border-radius:4px}.select select option[value=""][disabled]{display:none;visibility:hidden}.select select option[disabled]{display:none;visibility:hidden}.select select:required:invalid{color:rgba(var(--color-black), 0.5)}.select:after{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;content:"+";font-family:"EdGlyph";font-size:24px;line-height:0;padding:0 10px}.select:hover select{background:#e6ebef}#entete{background:rgba(255,102,0,.1);margin:0 0 40px;padding:20px 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}}ul.rating{display:flex;align-items:center;min-height:32px}ul.rating li .edglyph.ed-star{color:orange;font-size:32px;line-height:0;text-shadow:none}ul.rating li .edglyph.ed-star.none{color:#f60}#tab-avis h3{font-weight:500;margin:0 0 15px;font-size:20px}#tab-avis h4{font-weight:500;margin:0 0 5px;font-size:18px}#tab-avis p{line-height:1.4}#tab-avis .review{margin:0 0 15px;padding:20px 0}#tab-avis .review:nth-child(even){background:#f60}#tab-avis .review .form-group{margin:0}#tab-avis .review .form-group.user{flex:0 1 auto}#tab-avis .review .form-group.user strong{font-weight:500;color:#1a1a1a;font-size:16px}#tab-avis .review .form-group ul.rating li .edglyph.ed-star{font-size:24px}#tab-avis .review .form-group .utility{margin:15px 0 0;padding:15px 0 0;border-top:1px solid #f60;display:flex;align-items:center}#tab-avis .review .form-group .utility .btn{min-height:40px;margin:0 5px}#tab-avis .review:last-child{margin:0;border-bottom:0 none}#carousel .carousel-inner{box-shadow:0 -1px 4px 0 rgba(26,26,26,.08),0 4px 8px 0 rgba(26,26,26,.12);border-radius:4px}#carousel .carousel-inner .item img{display:block;width:100%;height:100%;object-fit:cover}#carousel .carousel-inner .item a{display:block}#carousel .carousel-control{background:#fff;color:#1a1a1a;text-shadow:none;opacity:0;width:5%;max-width:64px;min-width:48px;min-height:64px;top:50%;bottom:auto;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}#carousel .carousel-control .edglyph{line-height:0;font-size:48px}#carousel .carousel-indicators{position:static;width:auto;max-width:800px;display:flex;flex-wrap:wrap;margin:15px auto}#carousel .carousel-indicators li{flex:1;flex-grow:0;flex-basis:20%;text-indent:0;padding:5px;width:auto;height:auto;min-height:5px;border-radius:0;border:0 none;margin:0}#carousel .carousel-indicators li img{display:block;width:100%;height:100%;object-fit:cover;border:1px solid transparent}#carousel .carousel-indicators li.active img{border-color:#f60}#carousel:hover .carousel-control{opacity:.5}#carousel:hover .carousel-control:hover{opacity:1}form .flex{flex:1 0 0;display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px}form .flex>div{flex:1 0 0;min-width:250px;padding:0 15px}form .flex>div>.flex{margin:0}.form-group{padding:0 15px;margin:0 0 15px}.form-group.full{flex:1 1 100%}.form-group label{text-transform:uppercase;color:#1a1a1a;display:block;font-size:16px;font-weight:600;margin-bottom:10px}.form-group label .edglyph{line-height:0;text-transform:none}.form-group .form-control{padding:0 10px;height:40px;border:1px solid transparent;background:#f4f6f7;font-weight:400;font-size:14px;width:100%;border-radius:4px}.form-group .form-control.qty{min-width:0;max-width:128px}.form-group .form-control:hover{background:#e6ebef}.form-group .form-control:focus{outline:auto}.form-group textarea.form-control{padding:10px;min-height:128px;resize:none}.form-group.center{text-align:center}.form-group.center .checkbox{margin:0 auto}.form-group.center button,.form-group.center input{margin:0 auto}form .form-group .input-group{display:flex;align-items:center}form .form-group .input-group input,form .form-group .input-group .select{flex:1;min-width:0}form .form-group .input-group .select select{border-top-right-radius:0;border-bottom-right-radius:0}form .form-group .input-group .select+.btn{border-top-left-radius:0;border-bottom-left-radius:0}form .form-group .input-group .btn{min-height:40px}form .form-group .checkbox input{display:none}form .form-group .checkbox input:checked+label{color:#f60}form .form-group .checkbox input:checked+label:before{content:"Ù"}form .form-group .checkbox label{display:flex;cursor:pointer;margin:0;text-transform:none;font-size:14px;font-weight:400}form .form-group .checkbox label:before{margin-right:10px;font-size:24px;content:"Ø";font-family:"EdGlyph" !important}form .form-group .checkbox label:hover{color:#1a1a1a}#filters .slider{display:flex;align-items:center;position:relative;background:#f60;height:10px;margin:10px 0}#filters .slider .ui-slider-range{background:#1a1a1a;height:10px;position:absolute}#filters .slider .ui-slider-handle{position:absolute;top:50%;transform:translate(-2px, -50%);background:#1a1a1a;width:20px;height:20px;cursor:pointer;border-radius:10000px}#filters .slider .ui-slider-handle+.ui-slider-handle{transform:translate(-18px, -50%)}#filters .slider .ui-slider-handle:hover{background:#1a1a1a}#filters>.sub_menu>.slide_down{margin-bottom:20px;box-shadow:0 -1px 4px 0 rgba(26,26,26,.08),0 4px 8px 0 rgba(26,26,26,.12);background:#fff;border-radius:4px;overflow:hidden}#filters>.sub_menu>.slide_down>.button{justify-content:flex-start;font-weight:600;font-size:16px;pointer-events:none;padding:10px 20px;display:flex;justify-content:space-between;background:#f4f6f7}#filters>.sub_menu>.slide_down>.button:after{content:"+";font-family:"EdGlyph";margin-left:10px}#filters>.sub_menu>.slide_down>.button.open:after{content:"*"}#filters>.sub_menu>.slide_down>.button .edglyph{margin-right:10px;line-height:0;color:#f60}#filters>.sub_menu>.slide_down>.button+.sub_menu{visibility:visible;opacity:1;position:static;box-shadow:none;padding:10px 20px}#filters>.sub_menu>.slide_down>.button+.sub_menu strong{font-weight:600;color:#f60}#filters>.sub_menu>.slide_down>.button+.sub_menu a{padding:0;border:0 none}#filters>.sub_menu>.slide_down>.button+.sub_menu a:hover{background:none;color:#1a1a1a}#filters>.sub_menu>.slide_down>.button+.sub_menu p{margin-bottom:10px}#filters>.sub_menu>.slide_down>.button+.sub_menu p:last-child{margin-bottom:0}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li span{flex:1}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li:last-child{margin-bottom:0}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li:last-child a{margin:0}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li label{cursor:pointer}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li.checkbox input{display:none}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li.checkbox label{display:flex;align-items:center}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li.checkbox label:before{font-family:"EdGlyph";content:"Ø";line-height:0;margin-right:10px}#filters>.sub_menu>.slide_down>.button+.sub_menu ul li.checkbox label:hover{color:#f60}#filters>.sub_menu>.slide_down>.button+.sub_menu ul.color{display:flex;flex-wrap:wrap;justify-content:center}#filters>.sub_menu>.slide_down>.button+.sub_menu ul.color li{padding:0 5px;border:0 none}#filters>.sub_menu>.slide_down>.button+.sub_menu ul.color li:last-child{margin:0 0 10px}#filters>.sub_menu>.slide_down>.button+.sub_menu ul.color li label .edglyph{text-shadow:0 0 2px #f60;font-size:46px}#filters>.sub_menu>.slide_down>.button+.sub_menu ul.color li label img.color{border-radius:99em;max-width:32px;height:auto}#filters>.sub_menu>.slide_down.selected .sub_menu ul li .btn .edglyph{margin:0}#filters>.sub_menu>.slide_down.selected .sub_menu ul li img.color{border-radius:99em;max-width:16px;height:auto}#filters>.sub_menu>.slide_down.selected .sub_menu ul li button.reset-filtre{background:none;padding:0;cursor:pointer;color:#f60;border:1px solid #f60;width:24px;height:24px;border-radius:99em;display:flex;align-items:center;justify-content:center;text-align:center;margin-left:5px}#filters>.sub_menu>.slide_down.selected .sub_menu ul li button.reset-filtre .edglyph{font-size:16px}#filters>.sub_menu>.slide_down.selected .sub_menu ul li button.reset-filtre:hover{background:#f60;color:#fff}@media all and (max-width: 992px){#filters>.sub_menu>.slide_down .button{pointer-events:auto}#filters>.sub_menu>.slide_down .button.open+.sub_menu{display:block;visibility:visible;opacity:1}#filters>.sub_menu>.slide_down .sub_menu{display:none;visibility:hidden;opacity:0}}@media all and (max-width: 500px){#filters .slide_down{margin:0 0 15px;flex:1 1 100%}}#carousel .carousel-inner{box-shadow:none}#carousel .carousel-inner .item{max-height:none}#carousel .carousel-indicators{max-width:none}#content .container.content_product{display:flex;align-items:flex-start}#content .container.content_product>div{flex:1;margin-bottom:60px}#content .container.content_product>div:first-child{margin:0 30px 0 0}#content .container.content_product>div:first-child h1{display:none}#content .container.content_product>div:first-child+div{padding:20px;box-shadow:0 -1px 4px 0 rgba(26,26,26,.08),0 4px 8px 0 rgba(26,26,26,.12);border-radius:3px}#content .container h1.title{text-align:left;margin:0 0 10px}#content .container h1.title a{font-size:14px;color:#1a1a1a}#content .container .avis{margin:0 0 20px}#content .container .reference{margin:0 0 20px}#content .container .reference strong{color:#1a1a1a;font-weight:500}#content .container .characteristics{display:flex;align-items:center;flex-wrap:wrap;margin:0 0 20px}#content .container .characteristics:empty{display:none}#content .container .characteristics li{padding:0 5px}#content .container .characteristics li .edglyph{color:#1a1a1a;font-size:32px}#content .container .availability{margin:0 0 20px}#content .container .availability strong{font-weight:500}#content .container .description{margin:0 0 20px}#content .container .description p:last-child{margin:0}#content .container #variants .flex>div{margin-bottom:15px}#content .container #variants h3{margin-bottom:20px;font-weight:600;font-size:18px}#content .container #variants .caract{display:flex;flex-wrap:wrap}#content .container #variants .caract h3{flex-basis:100%;display:flex;align-items:center;font-size:16px;font-weight:600;margin-bottom:10px}#content .container #variants .caract h3 .edglyph{line-height:0;margin-right:5px;color:#f60}#content .container #variants .caract strong{display:block}#content .container #variants .caract label{display:flex;align-items:center;flex-wrap:wrap;border:1px solid #1a1a1a;padding:5px;cursor:pointer;margin:0 5px 5px 0;border-radius:4px}#content .container #variants .caract label .edglyph{margin-right:5px}#content .container #variants .caract label .edglyph.ed-disk[style="color:#ffffff"]{text-shadow:0 0 1px #000}#content .container #variants .caract label img.color{border-radius:99em;max-width:16px;height:auto;margin-right:5px}#content .container #variants .caract label:hover{background:rgba(26,26,26,.1)}#content .container #variants .caract label:first-of-type:last-of-type{cursor:default;pointer-events:none}#content .container #variants .caract input{display:none}#content .container #variants .caract input.disabled+label{color:rgba(0,0,0,.2);border-color:rgba(26,26,26,.2);cursor:not-allowed}#content .container #variants .caract input.disabled:checked+label{border-color:rgba(255,102,0,.5)}#content .container #variants .caract input.dispo+label{color:#000;border-color:#1a1a1a}#content .container #variants .caract input.dispo:checked+label{background:rgba(255,102,0,.25);border-color:#f60;box-shadow:inset 0 0 0 1px #f60}#content .container #variants .caract input.dispo.disabled.dispo+label{opacity:.5;cursor:pointer}#content .container #variants .caract input.dispo.disabled.dispo:checked+label:hover{background:none}#content .container form.product_disponibility p{margin:0 0 10px}#content .container form.product_disponibility .flex .form-group{margin:0}#content .container form.product_disponibility .flex .form-group .input-group button.btn{min-height:40px}#content .container .price_product{font-size:32px;font-weight:700;color:#f60;text-align:right}#content .container .price_product del{display:block;font-weight:400;color:#dc3545;font-size:16px}#content .container .price_product a:has(.edglyph.ed-info){display:inline-block;color:var(--color-black);transform:translateY(-20px)}#content .container .flex{display:flex;flex-wrap:wrap;margin:0 -10px}#content .container .flex>div{flex:1;padding:0 10px;margin:0 0 20px;min-width:256px}#content .container .flex>div.full{flex-basis:100%}#content .container .flex.align-end{align-items:flex-end}#content .container .flex.actions{margin:0 -10px 20px}#content .container .flex.actions>div:last-child{margin-bottom:0}#content .container .flex.actions .btn{display:flex;margin:0 auto}#content .container .flex.actions:last-child{margin-bottom:0}#content .container .elements .align-center{text-align:center}#content .container .elements .align-left{text-align:left}#content .container .elements .align-right{text-align:right}#content .container .elements .align-justify{text-align:justify}#content .container .elements h2{text-transform:uppercase;font-size:24px;margin:20px 0;font-weight:600}#content .container .elements h2:first-child{margin-top:0}#content .container .elements h2:last-child{margin-bottom:0}#content .container .elements h3{color:var(--primary-color);font-size:20px;margin:10px 0;font-weight:500}#content .container .elements h3:first-child{margin-top:0}#content .container .elements h3:last-child{margin-bottom:0}#content .container .elements h4{text-transform:uppercase;font-size:16px;margin:10px 0;font-weight:400}#content .container .elements h4:first-child{margin-top:0}#content .container .elements h4:last-child{margin-bottom:0}#content .container .elements p{line-height:1.4;margin:20px 0}#content .container .elements p strong,#content .container .elements p b{color:var(--primary-color);font-weight:700}#content .container .elements p a{color:inherit;text-decoration:underline;font-weight:600}#content .container .elements p a:hover{color:var(--primary-color)}#content .container .elements p.lead{font-weight:700;font-size:18px;margin:40px 0;color:var(--primary-color)}#content .container .elements p.number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-weight:700;font-size:24px;border-radius:99em;background:#f60;color:#1a1a1a}#content .container .elements p:first-child{margin-top:0}#content .container .elements p:last-child{margin-bottom:0}#content .container .elements ul,#content .container .elements ol{margin:20px 0;margin-left:40px}#content .container .elements ul li,#content .container .elements ol li{margin:10px 0}#content .container .elements ul li:first-child,#content .container .elements ol li:first-child{margin-top:0}#content .container .elements ul li:last-child,#content .container .elements ol li:last-child{margin-bottom:0}#content .container .elements ul li:before,#content .container .elements ol li:before{content:"•";display:inline-flex;line-height:1;align-items:center;justify-content:center;vertical-align:middle;text-align:center;font-size:24px;color:var(--secondary-color);margin-right:5px}#content .container .elements ul:first-child,#content .container .elements ol:first-child{margin-top:0}#content .container .elements ul:last-child,#content .container .elements ol:last-child{margin-bottom:0}#content .container .elements ol li{counter-increment:counter}#content .container .elements ol li:before{font-family:inherit;width:24px;height:24px;font-size:14px;border-radius:99em;color:var(--color-white);background:var(--primary-color);content:counter(counter)}#content .container .elements a:not(.btn):hover{text-decoration:underline}#content .container .elements table{width:100%;margin:20px 0;table-layout:fixed;border:1px solid var(--color-border-base);border-radius:4px;box-shadow:var(--shadow-elevation-1)}#content .container .elements table:first-child{margin-top:0}#content .container .elements table:last-child{margin-bottom:0}#content .container .elements table thead tr th{text-align:left;padding:10px;background:var(--secondary-color);color:var(--color-white)}#content .container .elements table thead tr th:first-child{border-radius:4px 0 0}#content .container .elements table thead tr th:last-child{border-radius:0 4px 0 0}#content .container .elements table tbody tr:nth-child(odd) td{background:var(--color-background-table-odd)}#content .container .elements table tbody tr:nth-child(even) td{background:var(--color-background-table-even)}#content .container .elements table tbody tr td{vertical-align:top;padding:10px;vertical-align:middle;background:var(--color-background-base);border:1px solid var(--color-border-base)}#content .container .elements table tbody tr:hover td{background:var(--color-background-table-hover)}#content .container .elements hr{background:var(--color-black);height:2px;border:0 none;margin:40px}#content .container .elements hr:first-child{margin-top:0}#content .container .elements hr:last-child{margin-bottom:0}#content .container .elements img{display:block;max-width:100%;height:auto}#content .container .elements iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto}#content .container .elements .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .container .elements .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content .container .elements .embed-responsive:first-child{margin-top:0}#content .container .elements .embed-responsive:last-child{margin-bottom:0}#content .container .elements figure{margin:20px 0}#content .container .elements figure img{margin:0 auto}#content .container .elements figure figcaption{background:var(--primary-color);font-size:12px;padding:10px;color:var(--secondary-color)}#content .container .elements figure:first-child{margin-top:0}#content .container .elements figure:last-child{margin-bottom:0}#content .container .elements .table-responsive{overflow:auto;margin:20px 0}#content .container .elements .table-responsive:first-child{margin-top:0}#content .container .elements .table-responsive:last-child{margin-bottom:0}#content .container .elements .text-right{text-align:right}#content .container .elements .text-center{text-align:center}#content .container .elements .text-left{text-align:left}#content .container .elements .text-justify{text-align:justify}#content .container #share h4{text-transform:uppercase;margin:0 0 15px;font-weight:500;padding:0 0 10px;border-bottom:1px solid #1a1a1a}#content .container #share .btn{display:flex;min-height:30px}#content .container #share .flex>div{min-width:0}#content #tab{margin:0 0 60px}#content #tab .tab-content .align-center{text-align:center}#content #tab .tab-content .align-left{text-align:left}#content #tab .tab-content .align-right{text-align:right}#content #tab .tab-content .align-justify{text-align:justify}#content #tab .tab-content h2{text-transform:uppercase;font-size:24px;margin:20px 0;font-weight:600}#content #tab .tab-content h2:first-child{margin-top:0}#content #tab .tab-content h2:last-child{margin-bottom:0}#content #tab .tab-content h3{color:var(--primary-color);font-size:20px;margin:10px 0;font-weight:500}#content #tab .tab-content h3:first-child{margin-top:0}#content #tab .tab-content h3:last-child{margin-bottom:0}#content #tab .tab-content h4{text-transform:uppercase;font-size:16px;margin:10px 0;font-weight:400}#content #tab .tab-content h4:first-child{margin-top:0}#content #tab .tab-content h4:last-child{margin-bottom:0}#content #tab .tab-content p{line-height:1.4;margin:20px 0}#content #tab .tab-content p strong,#content #tab .tab-content p b{color:var(--primary-color);font-weight:700}#content #tab .tab-content p a{color:inherit;text-decoration:underline;font-weight:600}#content #tab .tab-content p a:hover{color:var(--primary-color)}#content #tab .tab-content p.lead{font-weight:700;font-size:18px;margin:40px 0;color:var(--primary-color)}#content #tab .tab-content p.number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-weight:700;font-size:24px;border-radius:99em;background:#f60;color:#1a1a1a}#content #tab .tab-content p:first-child{margin-top:0}#content #tab .tab-content p:last-child{margin-bottom:0}#content #tab .tab-content ul,#content #tab .tab-content ol{margin:20px 0;margin-left:40px}#content #tab .tab-content ul li,#content #tab .tab-content ol li{margin:10px 0}#content #tab .tab-content ul li:first-child,#content #tab .tab-content ol li:first-child{margin-top:0}#content #tab .tab-content ul li:last-child,#content #tab .tab-content ol li:last-child{margin-bottom:0}#content #tab .tab-content ul li:before,#content #tab .tab-content ol li:before{content:"•";display:inline-flex;line-height:1;align-items:center;justify-content:center;vertical-align:middle;text-align:center;font-size:24px;color:var(--secondary-color);margin-right:5px}#content #tab .tab-content ul:first-child,#content #tab .tab-content ol:first-child{margin-top:0}#content #tab .tab-content ul:last-child,#content #tab .tab-content ol:last-child{margin-bottom:0}#content #tab .tab-content ol li{counter-increment:counter}#content #tab .tab-content ol li:before{font-family:inherit;width:24px;height:24px;font-size:14px;border-radius:99em;color:var(--color-white);background:var(--primary-color);content:counter(counter)}#content #tab .tab-content a:not(.btn):hover{text-decoration:underline}#content #tab .tab-content table{width:100%;margin:20px 0;table-layout:fixed;border:1px solid var(--color-border-base);border-radius:4px;box-shadow:var(--shadow-elevation-1)}#content #tab .tab-content table:first-child{margin-top:0}#content #tab .tab-content table:last-child{margin-bottom:0}#content #tab .tab-content table thead tr th{text-align:left;padding:10px;background:var(--secondary-color);color:var(--color-white)}#content #tab .tab-content table thead tr th:first-child{border-radius:4px 0 0}#content #tab .tab-content table thead tr th:last-child{border-radius:0 4px 0 0}#content #tab .tab-content table tbody tr:nth-child(odd) td{background:var(--color-background-table-odd)}#content #tab .tab-content table tbody tr:nth-child(even) td{background:var(--color-background-table-even)}#content #tab .tab-content table tbody tr td{vertical-align:top;padding:10px;vertical-align:middle;background:var(--color-background-base);border:1px solid var(--color-border-base)}#content #tab .tab-content table tbody tr:hover td{background:var(--color-background-table-hover)}#content #tab .tab-content hr{background:var(--color-black);height:2px;border:0 none;margin:40px}#content #tab .tab-content hr:first-child{margin-top:0}#content #tab .tab-content hr:last-child{margin-bottom:0}#content #tab .tab-content img{display:block;max-width:100%;height:auto}#content #tab .tab-content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto}#content #tab .tab-content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content #tab .tab-content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content #tab .tab-content .embed-responsive:first-child{margin-top:0}#content #tab .tab-content .embed-responsive:last-child{margin-bottom:0}#content #tab .tab-content figure{margin:20px 0}#content #tab .tab-content figure img{margin:0 auto}#content #tab .tab-content figure figcaption{background:var(--primary-color);font-size:12px;padding:10px;color:var(--secondary-color)}#content #tab .tab-content figure:first-child{margin-top:0}#content #tab .tab-content figure:last-child{margin-bottom:0}#content #tab .tab-content .table-responsive{overflow:auto;margin:20px 0}#content #tab .tab-content .table-responsive:first-child{margin-top:0}#content #tab .tab-content .table-responsive:last-child{margin-bottom:0}#content #tab .tab-content .text-right{text-align:right}#content #tab .tab-content .text-center{text-align:center}#content #tab .tab-content .text-left{text-align:left}#content #tab .tab-content .text-justify{text-align:justify}#content .list-product>li{flex:0 0 25%}@media all and (max-width: 992px){#content .container.content_product{display:block}#content .container.content_product>div h1{display:none}#content .container.content_product>div:first-child{margin:0 auto 20px}#content .container.content_product>div:first-child h1{display:block}#content .list-product>li{flex:0 0 50%}}@media all and (max-width: 500px){#content .list-product>li{flex:0 0 100%}#content table.medias tr{display:block}#content table.medias tr td{display:block;width:auto}}
