<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#shipping_method li label[for*='_chrono']{position:relative}
#shipping_method li input[type=radio]:first-child+label+.appointment-link,#shipping_method li input[type=radio]:first-child+label+.pickup-relay-link{display:none}
#shipping_method li input[type=radio]:first-child:checked+label+.appointment-link,#shipping_method li input[type=radio]:first-child:checked+label+.pickup-relay-link{display:block}
.chronomap-text-loading,.ambientrelaismap-text-loading{color:#666}
.cart_totals tr.shipping th{color:#af7c7c!important;width:auto;font-weight:700!important;padding:3px 8px!important;white-space:normal}
#shipping_method label,.payment_methods label{color:#504e4e}
@-webkit-keyframes spin {
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin {
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.container-method-chronorelay{height:100vh;margin-top:0;margin-bottom:0;max-height:768px;padding:10px;display:none}
.container-method-chronorelay table.sw-table{table-layout:fixed;border-collapse:collapse;width:100%}
.container-method-chronorelay table.sw-table tbody tr:nth-child(2n) td{background-color:transparent}
.container-method-chronorelay table.sw-table tbody td{padding:2px;background-color:transparent;font-size:15px}
.container-method-chronorelay table.sw-table tbody td:first-child{font-weight:700}
.container-method-chronorelay .marker-wrapper{max-width:430px}
.container-method-chronorelay .marker-title{padding:5px 0;font-weight:700}
.container-method-chronorelay .pickup-relay-title{margin-bottom:7px;font-weight:700}
.container-method-chronorelay .hours-section{margin-left:7px;padding-left:7px;float:left;width:calc(100% - 177px)}
.container-method-chronorelay .info-section{float:left;width:170px}
.container-method-chronorelay .button{border:0;background:#43454b!important;color:#fff!important;cursor:pointer;padding:10px;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;outline:0;-webkit-appearance:none;-webkit-font-smoothing:antialiased;border-radius:0}
.container-method-chronorelay .button:hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}
@media(min-width:480px) {
.container-method-chronorelay .button{padding:10px 22px}
}
.container-method-chronorelay button.fancybox-close-small:hover{background-color:transparent}
.container-method-chronorelay h3{margin:0 0 10px;padding:0;line-height:24px;font-size:20px;font-weight:700}
.container-method-chronorelay .mappostalcode{margin-bottom:25px;padding:8px 0}
.container-method-chronorelay .sp-methods-chronorelais{height:200px;overflow:auto;box-shadow:inset 0 -10px 20px #f8f8f8}
.container-method-chronorelay .pickup-relays{list-style:none}
.container-method-chronorelay .pickup-relays li{line-height:25px;padding:0;margin:0}
.container-method-chronorelay .pickup-relays li:nth-child(odd) label{background-color:#f8f8f8}
.container-method-chronorelay .pickup-relays li input[type=radio]:first-child{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:absolute!important}
.container-method-chronorelay .pickup-relays li label{position:relative;padding:5px 5px 5px 30px}
.container-method-chronorelay .pickup-relays li label:before{content:"";position:absolute;left:5px;top:10px;-webkit-transition:border-color,ease,.2s;transition:border-color,ease,.2s;border:2px solid #6d6d6d;width:11px;height:11px;border-radius:50%}
.container-method-chronorelay .pickup-relays li input[type=radio]:first-child:checked+label{background:#f0f0f0}
.container-method-chronorelay .pickup-relays li input[type=radio]:first-child:checked+label:after{content:"";position:absolute;top:15px;left:10px;background:#6d6d6d;height:5px;width:5px;border-radius:50%;-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)}
.container-method-chronorelay .pickup-relays li input[type=radio]:first-child:hover+label:before{border-color:#000}
.container-method-chronorelay .pickup-relays li input[type=radio]:first-child:hover+label:after{background-color:#000}
.container-method-chronorelay .pickup-relays li input[type=radio]:first-child:active+label:after{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:-webkit-transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)}
.container-method-chronorelay .postcode-input{float:left;margin-right:10px}
.container-method-chronorelay .postcode-input input{max-width:100px}
.container-method-chronorelay p.chronorelais-explain{margin:0 0 10px;padding:0;line-height:25px;font-size:16px}
.container-method-chronorelay .pickup-relays{margin:0}
.container-method-chronorelay .button-center{text-align:center;padding:10px}
@media(min-width:768px) {
.container-method-chronorelay{width:calc(100vw - 80px);max-width:1024px;height:calc(100% - 88px);margin-top:44px;margin-bottom:44px;padding:24px}
.container-method-chronorelay .wrapper-methods-chronorelais{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:calc(100% - 200px);position:relative}
.container-method-chronorelay .wrapper-methods-chronorelais::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../img/loader.svg) center center/cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75);z-index:-1;opacity:0;-webkit-transition:opacity .5s ease-in,z-index 0 linear .5s;transition:opacity .5s ease-in,z-index 0 linear .5s}
.container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais.pickup-relay-selected{height:calc(100% - 65px)}
.container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais.pickup-relay-selected+.button-center{display:block}
.container-method-chronorelay .wrapper-methods-chronorelais .button-center{text-align:center;position:absolute;bottom:0;left:0;right:auto;width:30%;background:#fff;display:none}
.container-method-chronorelay .wrapper-methods-chronorelais .button-center .button{width:100%}
.container-method-chronorelay .wrapper-methods-chronorelais:after{content:"";background:rgba(255,255,255,.7);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in}
.container-method-chronorelay .wrapper-methods-chronorelais.chronopost-loading:before{z-index:6;opacity:.6;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in}
.container-method-chronorelay .wrapper-methods-chronorelais.chronopost-loading:after{content:"";opacity:1;z-index:5}
.container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais{width:30%;margin-right:10px;height:100%;overflow:auto}
.container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais ul{list-style:none;margin:0;padding:0}
}
.chronomap,.chronorelaismap,.ambientmap{height:100%;width:100%;min-height:300px}
.chronorelaismap,.ambientrelaismap{margin-top:10px}
@media(min-width:768px) {
.chronorelaismap,.ambientrelaismap{margin-top:0;width:calc(70% - 10px)}
}
.container-method-chronoprecise{display:none}
.container-method-chronoprecise .button-center{position:absolute;bottom:0;left:0;right:0;display:none}
.container-method-chronoprecise .button-center .button{width:100%}
.container-method-chronoprecise.slot-selected .button-center{display:block}
@media(max-width:739px) {
.container-method-chronoprecise{height:100vh;max-width:100vw;margin:0}
}
.container-method-chronoprecise .rdvCarouselheader{margin:0 auto 10px}
.container-method-chronoprecise .rdvCarouselheader .carousel-control{color:#8f9091;font-weight:700}
.container-method-chronoprecise .rdvCarouselheader .carousel-control:not(:first-child){margin-left:10px}
.container-method-chronoprecise .rdvCarouselheader .carousel-control.inactive{opacity:.5}
.container-method-chronoprecise .global-mobile{width:100%;max-width:640px;margin:0 auto 20px;position:relative;padding-bottom:70px}
@media(min-width:740px) {
.container-method-chronoprecise .global-mobile{display:none}
}
.container-method-chronoprecise .global-mobile .header{width:auto}
.container-method-chronoprecise .global-mobile h1{font-size:16px;font-weight:400;margin-bottom:10px;text-align:left}
.container-method-chronoprecise .global-mobile .left{float:left}
.container-method-chronoprecise .global-mobile .right{float:right}
.container-method-chronoprecise .global-mobile .scroll{width:100%;overflow-y:hidden;overflow-x:auto}
.container-method-chronoprecise .global-mobile .scroll-v{overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 270px);margin-bottom:20px;border-bottom:solid 1px #f3f3f3}
.container-method-chronoprecise .global-mobile .date-time{min-width:100%;border-collapse:collapse;margin-bottom:0}
.container-method-chronoprecise .global-mobile .date-time th{padding:10px 5px;text-align:center;min-width:80px;line-height:1.1}
.container-method-chronoprecise .global-mobile .date-row th{color:#fff;background-color:#8f9091;font-weight:400;border-left:solid 1px #fff;border-bottom:solid 1px #fff}
.container-method-chronoprecise .global-mobile .date-row th:first-child{border-left:0}
.container-method-chronoprecise .global-mobile .date-row th span{font-size:2.14em;display:block}
.container-method-chronoprecise .global-mobile .time-list{border-left:solid 1px #f3f3f3;border-right:solid 1px #f3f3f3;position:relative}
.container-method-chronoprecise .global-mobile .time-list ul{padding:0;margin:0}
.container-method-chronoprecise .global-mobile .time-list li{display:table;width:100%;border-bottom:solid 1px #f3f3f3;font-size:16px}
.container-method-chronoprecise .global-mobile .time-list li:last-child{border-bottom:0}
.container-method-chronoprecise .global-mobile .time-list li:nth-child(odd){background-color:#fafafa}
.container-method-chronoprecise .global-mobile .time-list li label{display:table-row!important;color:inherit!important;background:inherit!important}
.container-method-chronoprecise .global-mobile .time-list li.unavailable{background-color:#e6e6e7}
.container-method-chronoprecise .global-mobile .time-list li.unavailable .price-cell{font-size:.6em}
.container-method-chronoprecise .global-mobile .date-row th.active,.container-method-chronoprecise .global-mobile .time-list li.active{background-color:#250000!important;color:#fff!important}
.container-method-chronoprecise .global-mobile .eco{background-color:#e2f0e0}
.container-method-chronoprecise .global-mobile .time-cell{display:table-cell;width:30%;white-space:nowrap;padding:20px}
.container-method-chronoprecise .global-mobile .price-cell{display:table-cell;white-space:nowrap;padding:20px 60px 20px 20px;width:70%;text-align:right}
.container-method-chronoprecise .global-mobile .ic-eco{position:absolute;margin-left:10px}
.container-method-chronoprecise .global-mobile input{font-size:18px;padding:4px 30px;border:0;border-radius:4px;cursor:pointer}
.container-method-chronoprecise .global-desktop{display:none}
.container-method-chronoprecise .global-desktop nav{margin-top:-15px}
.container-method-chronoprecise .global-desktop .button-center{text-align:center;position:static;margin:-7px 0}
.container-method-chronoprecise .global-desktop .button-center .button{width:auto;margin-top:12px}
.container-method-chronoprecise .global-desktop table td,.container-method-chronoprecise .global-desktop table th{padding:8px 5px}
.container-method-chronoprecise .global-desktop table td.time-cell,.container-method-chronoprecise .global-desktop table th.time-cell{width:100px}
.container-method-chronoprecise .global-desktop table td.active,.container-method-chronoprecise .global-desktop table th.active{background-color:#d5d5d5}
.container-method-chronoprecise .global-desktop table td.incentive-flag,.container-method-chronoprecise .global-desktop table th.incentive-flag{background-color:#e2f0e0}
.container-method-chronoprecise .global-desktop table td.incentive-flag:after,.container-method-chronoprecise .global-desktop table th.incentive-flag:after{content:"";display:inline-block;margin-left:5px;background:url(../img/eco.png) 0 0/cover no-repeat;width:38.24px;height:11.18px;vertical-align:middle}
.container-method-chronoprecise .global-desktop .date-time td span{white-space:nowrap}
.container-method-chronoprecise .global-desktop .woocommerce-Price-amount{font-weight:700;font-size:.85em}
.container-method-chronoprecise .global-desktop .date-row th,.container-method-chronoprecise .global-desktop .time-cell{background-color:#8f9091;font-weight:400;color:#fff;border-bottom:solid 1px #fff;white-space:nowrap;text-align:center;line-height:1.1;vertical-align:middle}
.container-method-chronoprecise .global-desktop .time-cell{font-size:1.1em}
.container-method-chronoprecise .global-desktop .date-row th span{font-size:1.8em;display:block}
@media(min-width:740px) {
.container-method-chronoprecise .global-desktop{display:block}
}
.container-method-chronoprecise .global-desktop table{table-layout:fixed;min-width:640px;max-width:960px}
.container-method-chronoprecise .rdvCarouselContent .slide{display:none}
.container-method-chronoprecise .rdvCarouselContent .slide.slide-active{display:block}
#shipping_method li{display:flex;list-style:none;margin:0;padding-top:5px;padding-bottom:5px;padding-left:10px;background-color:#fff;position:relative;overflow:hidden;z-index:2;width:100%}
#shipping_method li label:before{content:'';position:absolute;width:1000px;height:200px;left:-50px;top:-50px;background-color:#fff;display:block;z-index:-1}
#shipping_method li label:hover{color:#2271b1!important}
#shipping_method li label:hover:before{background-color:#fffff0!important;z-index:-1}
#shipping_method li input[type="radio"]:checked ~ label:before{background-color:#ffece1!important}
#shipping_method li input[type="radio"]:checked ~ label:hover{color:#000!important}
body.woocommerce-cart .cart-collaterals{padding-left:14px;padding-right:14px}
#shipping_method label,.payment_methods label{font-size:14px!important}
.woocommerce-checkout-review-order .woocommerce-Price-amount,.est-delivery-label{color:#b10e0e}
#shipping_method li .shipping_method{margin-top:3px!important}
.vendor-name,.vendor-name{display:block;width:100%;padding-top:5px}
.woocommerce-checkout-review-order .shipping th{color:#af7c7c!important;font-size:15px;line-height:19px;width:auto;font-weight:700!important;padding:3px 8px!important;white-space:normal}
.woocommerce-checkout-review-order .shipping th:hover{color:#2271b1!important}
.container-method-chronoprecise .button-center .button::after{display:none}
span.pickup-relay-selected,.appointment-selected{display:block!important;margin-right:5px;margin-right:5px}
a.block-view{display:block!important;margin-right:15px}
.scroll1::-webkit-scrollbar{width:5px}
.scroll1::-webkit-scrollbar-track{background:#ddd}
.scroll1::-webkit-scrollbar-thumb{background:#666}
.scroll2::-webkit-scrollbar{width:5px}
.scroll2::-webkit-scrollbar-thumb{background:#666}
.scroll3::-webkit-scrollbar{width:5px}
.scroll3::-webkit-scrollbar-thumb{background:#ddd}
.scroll3::-webkit-scrollbar-track{background:#666}
.scroll4::-webkit-scrollbar{width:8px}
.scroll4::-webkit-scrollbar-thumb{background:#666;border-radius:20px}
.scroll4::-webkit-scrollbar-track{background:#ddd;border-radius:20px}
.scroll5::-webkit-scrollbar{width:10px}
.scroll5::-webkit-scrollbar-thumb{background:#666}
.scroll5::-webkit-scrollbar-track{background:#ddd}
.scroll5::-webkit-scrollbar-button{background:#666;height:10px;border-radius:50%}
.scroll1,.scroll2,.scroll3,.scroll4,.scroll5{scrollbar-width:thin;overflow-y:auto}
.mybtn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;text-decoration:none!important}
.mybtn-sm{padding:.1rem .3rem!important;font-size:.865rem!important;line-height:1.2!important;border-radius:.2rem!important}
.secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}
.secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;text-decoration:none}
.chrono-edit-item:before{content:"\f464";position:relative;transition:color .1s ease-in-out;float:left;font-family:'dashicons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important;margin-right:2px}
.prev,.next{display:none}
.mob-time-cell{text-align:center}
.mob-time-cell .time-table,.mob-time-cell small{display:block;width:100%}
.mob-time-cell small{font-size:.6em;color:#891717}
.calculated_shipping .wochrono-table tr.fee th{width:100%}
@media(max-width:767px) {
.fancybox-container .mappostalcode{text-align:center}
.fancybox-container .postcode-input{width:100%;float:none;text-align:center}
.fancybox-container .postcode-input .input-text{width:48%;max-width:155px}
.fancybox-container .sp-methods-chronorelais{border:1px solid #ddd;padding:5px;border-radius:5px}
.fancybox-container .button:hover{color:#ddd!important;background-color:#768ca7!important}
.prev,.next{cursor:pointer;position:absolute;top:12.5%;width:auto;padding:5px;color:#fff;font-weight:700;font-size:12px;transition:.6s ease;border-radius:0 3px 3px 0;user-select:none;display:block;text-decoration:none;line-height:1.5;background-color:rgba(121,121,121,1)!important}
.next{right:0;border-radius:3px 0 0 3px}
.prev:hover,.next:hover{background-color:rgba(0,0,0,0.8)!important}
.global-mobile .time-list li.precise-mobile-view label.active{background-color:#250000!important;color:#fff!important}
}</pre></body></html>