.react-calendar{background:#fff;border:1px solid #a0a096;width:350px;max-width:100%;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{margin:-.5em;display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :before,.react-calendar :after{box-sizing:border-box}.react-calendar button{border:0;outline:none;margin:0}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em;display:flex}.react-calendar__navigation button{background:0 0;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{font:inherit;justify-content:center;align-items:center;font-size:.75em;font-weight:700;display:flex}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{text-align:center;max-width:100%;font:inherit;background:0 0;padding:10px 6.6667px;font-size:.833em}.react-calendar__tile:disabled{color:#ababab;background-color:#f0f0f0}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{color:#fff;background:#006edc}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;display:flex}.Toastify__toast-icon:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:10px}.Toastify__toast-icon:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@font-face{font-family:Ubuntu;src:url(/static/fonts/Ubuntu-Regular.woff2)format("woff2"),url(/static/fonts/Ubuntu-Regular.woff)format("woff"),url(/static/fonts/Ubuntu-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Ubuntu;src:url(/static/fonts/Ubuntu-Bold.woff2)format("woff2"),url(/static/fonts/Ubuntu-Bold.woff)format("woff"),url(/static/fonts/Ubuntu-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Ubuntu;src:url(/static/fonts/Ubuntu-Italic.woff2)format("woff2"),url(/static/fonts/Ubuntu-Italic.woff)format("woff"),url(/static/fonts/Ubuntu-Italic.ttf)format("truetype");font-weight:400;font-style:italic}
body{width:100%;font-family:Ubuntu;font-weight:400}#root,.root{position:relative}.modale{background-color:#fff!important}.modale-transparent{background-color:#0000!important}footer{flex-flow:wrap;align-items:center;margin-top:40px;padding-bottom:40px;display:flex}footer>*{margin-right:20px!important}main{min-height:100vh;padding-top:60px}.fg1{flex-grow:1}.tar{text-align:right;justify-content:flex-end}.tal{text-align:left;justify-content:flex-start}.tac{text-align:center;justify-content:center}.large-margin{margin-top:20px!important;margin-bottom:20px!important}.prel{position:relative}.mt20{margin-top:20px!important}.mt40{margin-top:40px!important}.mt60{margin-top:60px!important}.mt80{margin-top:80px!important}.mt10{margin-top:10px!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb20{margin-bottom:20px!important}.mb40{margin-bottom:40px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml20{margin-left:20px!important}.padl0{padding-left:0!important}.padl10{padding-left:10px!important}.padl20{padding-left:20px!important}.padr20{padding-right:20px!important}.padb20{padding-bottom:20px!important}.padt20{padding-top:20px!important}.pad20{padding:20px!important}.nowrap{white-space:nowrap}.fw-w{flex-wrap:wrap}.flex{display:flex}.flex1{flex:1}.flex-c{flex-direction:column}.aic{align-items:center}.ais{align-items:stretch}.no-shadow{box-shadow:none!important}.column{width:1200px;margin-left:auto;margin-right:auto}.box{width:100%;max-width:500px;margin:50px auto;position:relative}.box.box--large{max-width:100%}.box .box_header{background-color:#fff;padding:80px 20px 10px;position:relative}.box h2{font-size:30px;font-weight:400}.no-underline,.no-underline:hover,a{text-decoration:none}a:hover{text-decoration:underline}.button-loader{margin-left:15px;position:relative;top:2px}.app-header h1{margin-left:20px}header{transition:background-color .2s ease-out}.button-mui-green:not(:disabled){color:#fff;box-shadow:none;text-transform:none;font-size:18px;font-weight:700;background-color:#53e296!important;font-family:Ubuntu!important}.button-mui-green:not(:disabled):hover{background-color:#3bc69e!important}abbr[title]{text-decoration:none}.booking-module_book{background-color:#fff!important}.button-mui-primary:not(:disabled){box-shadow:none;text-transform:none;font-size:18px;font-weight:700;font-family:Ubuntu!important}.button-mui-text:not(:disabled){box-shadow:none;text-transform:none;font-family:Ubuntu!important}.button-mui-text:not(:disabled).button-mui-text--opacity{opacity:.5;transition:opacity .1s linear}.button-mui-text:not(:disabled).button-mui-text--opacity:hover{opacity:1}.message{color:#fff;padding:25px;position:relative}.message h1,.message h2,.message h3,.message h4,.message h5,.message h6{color:#fff!important}.message p{margin:0 0 20px}.message p:last-child{margin-bottom:0}.message p,.message div,.message a{color:#fff}.message a{font-weight:700;text-decoration:underline}.message.message--error{background-color:#ff0826}.message.message--success{background-color:#53e296}.message.message--information{background-color:#53cde2}.message.message--warning{background-color:#ff7d63}.message.message--none p,.message.message--none div,.message.message--none a{color:inherit}.message.message--none{color:inherit;padding:0}.menu-left .menu-left_container{width:500px;display:block}.menu-left .menu-left_container .menu-left_header{color:#fff;pointer-events:none;width:100%;margin-bottom:10px;padding:150px 20px 10px}.menu-left .menu-left_container .menu-left_header .email{text-align:right;font-size:18px}a.menu-nav-current{color:#bb4d00;background-color:#fff3e0}a.menu-nav-current:after{content:"";background-color:#f57c00;width:5px;height:100%;position:absolute;top:0;right:0}.menu-left_container a{color:#f57c00}.menu-left_container a:hover{background-color:#fff3e0}.avatar-gender.gender--female{background-color:#ea8585}.avatar-gender.gender--male{background-color:#b2caff}.avatar-gender.gender--other{background-color:#a9a9a9}.avatar--small{width:30px!important;height:30px!important}.avatar--big{width:60px!important;height:60px!important}.ico--inline{position:relative;top:5px}button.button--success,a.button--success{color:#fff;background-color:#53e296}button.button--success:hover,a.button--success:hover{background-color:#3bc69e}button.button--danger,a.button--danger{color:#fff;background-color:#fd203a}button.button--danger:hover,a.button--danger:hover{background-color:#ff0826}.family-members-container{position:relative}.family-members{flex-wrap:wrap;justify-content:flex-start;display:flex;position:relative}.family-members>div{width:calc(33.3333% - 20px);margin:10px}.family-member-add{position:absolute;bottom:-16px;right:-10px}.card.card--shadow{box-shadow:0 1px 3px #8c8c8c33,1px 1px 4px #8c8c8c4d}.card{background-color:#fff;height:100%}.card .card_content{padding:25px}.card .card_content.card_infos{font-size:14px}.card .card_title{align-items:center;width:100%;margin-bottom:20px;display:flex}.card .card_title .ico svg{width:20px;height:20px}.card .card_title .ico{margin-right:15px}.card .card_title h3{margin:0;padding:0;font-size:30px;font-weight:400}.card .card_actions{justify-content:flex-end;align-items:center;padding:7px 20px 20px;display:flex}.logo_header{width:160px;margin-bottom:15px;margin-left:auto;margin-right:auto}.logo_header img{width:100%;height:auto}.congrats{font-size:30px}.delete-account{padding-bottom:20px}.warning-no-internet{color:#fbe9e7;z-index:99999;background-color:#c41c00;border-top-left-radius:5px;border-top-right-radius:5px;justify-content:center;align-items:center;padding:15px;font-size:14px;font-weight:300;display:flex;position:fixed;bottom:0;left:10px}.warning-no-internet svg{position:relative}.warning-no-internet span{margin-left:7px}.warning-not-certified{text-align:center;color:#fbe9e7;background-color:#c41c00;border-top-left-radius:5px;border-top-right-radius:5px;max-width:50%;padding:15px;font-size:14px;font-weight:300;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.warning-not-certified button{margin-top:10px}.toast{padding:10px}.toast.toast--success h2,.toast.toast--success p{color:#e8f5e9}.toast.toast--error h2,.toast.toast--error p{color:#ffebee}.Toastify__toast{padding:15px;width:335px!important}.Toastify__toast.Toastify__toast--success{color:#e8f5e9!important;background-color:#43a047!important}.Toastify__toast.Toastify__toast--error{color:#ffebee!important;background-color:#f44336!important}.Toastify__toast.Toastify__toast--info{color:#e1f5fe!important;background-color:#03a9f4!important}.Toastify__toast button{color:#fff!important}.Toastify__toast button .ico{margin-right:5px}.Toastify__toast .toast-close{position:absolute;top:0;right:0}.practitioners{background:#fff;min-height:calc(100vh - 60px)}.practitioners h2{text-align:center;font-size:36px;font-weight:400}.appointments{background:#fff;min-height:calc(100vh - 60px)}.appointments .tabs{background-color:#fff;justify-content:center;height:60px;display:flex;box-shadow:0 1px 3px #8c8c8c33,1px 1px 4px #8c8c8c4d}.appointments .tabs button{cursor:pointer;background:0 0;border:none;outline:none;margin:0 7px;padding:0 10px;font-family:Ubuntu;font-size:18px;font-weight:400;transition:color .1s linear;position:relative}.appointments .tabs button:after{content:"";width:100%;height:0;transition:height .2s ease-out;position:absolute;bottom:0;left:0}.appointments .tabs button.active:after{height:4px}.account{background:#fff;min-height:calc(100vh - 60px)}.account .double{justify-content:space-between;display:flex}.account .double>div{width:calc(50% - 10px)}.account h4{text-align:center;margin:0 0 20px;padding:0;font-size:36px;font-weight:400}.account .parrainage .body{margin-top:30px;margin-bottom:40px;font-size:16px;font-weight:700}.account .parrainage .precode{text-align:center;font-size:11px;font-weight:700}.account .parrainage .code{text-align:center;margin-top:5px;margin-bottom:40px;font-size:50px}.account .parrainage .caption{font-size:14px;font-weight:400}.family-member{position:relative}.family-member .family-member_details{flex-grow:1;padding-left:10px;padding-right:10px}.family-member .family-member_details span{display:block}.family-member .family-member_details .name{font-size:16px;font-weight:700}.family-member .family-member_details .birthdate{font-size:14px;font-weight:400}.family-member .family-member_actions{align-self:flex-start;position:absolute;top:0;right:0}.sprel_subheader{height:120px}.sprel_subheader .sprel{background-color:#fff;justify-content:center;align-items:center;width:240px;height:120px;display:flex}.sprel_subheader .sprel img{width:180px;height:auto}#resize-size-checker{pointer-events:none;opacity:0;width:6px;height:0;display:block;position:absolute}.error-ico-container{justify-content:center;width:100%;margin-bottom:20px;display:flex}.error-ico-container svg{fill:#f44336;width:50px;height:50px}.no-outline{outline:none}
.website_header{color:#fff;z-index:1250;align-items:center;width:100%;height:60px;padding-left:20px;padding-right:20px;display:flex;position:fixed}.website_header h4{margin-left:20px;font-size:18px;color:#fff!important}.website_header.unlogged{justify-content:flex-end}.website_header.with-shadow{box-shadow:0 3px 5px #0030571a}.website_header button{background:0 0;border:none;align-items:center;display:flex}.website_header a,.website_header button{color:#fff;border-radius:4px;margin-left:2px;margin-right:2px;padding:10px 15px;font-family:Ubuntu;font-size:18px;font-weight:700;text-decoration:none;transition:background .2s ease-out;position:relative}.website_header a:hover,.website_header button:hover{background-color:#00000014}.website_header a .badge,.website_header button .badge{background-color:#ffd563;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;display:flex;position:absolute;top:0;right:0;transform:translate(-25%,50%)}.website_header span>span{transform:translate(-50%,25%)}.website_topbar{text-align:center;width:100%;padding-top:20px;padding-bottom:20px;display:flex;position:relative}.website_topbar>div{position:relative}.website_topbar .picture{border:2px solid #fff;width:130px;height:130px;position:absolute;top:10px;left:0}.website_topbar .picture img{width:100%;height:auto}.website_topbar h1{margin-top:0;margin-bottom:0;font-size:36px;font-weight:400;display:block;position:relative}.website_topbar h2{margin-top:10px;margin-bottom:0;font-size:20px;font-weight:700;display:block;position:relative}.website-skeleton{flex-direction:row-reverse;display:flex}.website-infos{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;width:100%;min-height:100px;display:flex}.website_section{width:100%;margin-bottom:20px}.website_section.half{align-self:stretch;width:calc(50% - 10px)}.website_contact.half{margin-left:20px}.website_team_members{margin-top:20px;display:flex}.website_team_member{width:calc(50% - 20px);margin:10px}.practitioners_container{flex-wrap:wrap;align-items:stretch;margin-top:20px;display:flex}.website_picker h4{margin:0;padding:0;font-size:36px;font-weight:400}.practitioner_item{background-color:#fff;flex-direction:column;width:calc(33.3333% - 20px);height:auto;margin:10px;display:flex}.practitioner_item .card_content{flex-grow:1}.practitioner_header{align-items:flex-start;display:flex}.practitioner_header img{width:80px;height:80px;margin-right:10px}.practitioner_header .practitioner_name{font-size:20px;font-weight:700}.practitioner_header .practitioner_job{margin-top:7px;font-size:14px;font-weight:400}.direction_infos{width:50%;min-width:50%;max-width:50%}.direction_map{flex-grow:1;min-height:200px}.separator_line{border-bottom:1px solid #fff;margin-bottom:5px;padding-bottom:5px;display:flex}.separator_line span.label{flex-grow:1;font-weight:700}.separator_line span.value{white-space:nowrap}.next-appointment-overlay{background-color:#fff;width:550px;position:fixed;bottom:10px;left:10px;box-shadow:0 1px 3px #8c8c8c33,1px 1px 4px #8c8c8c4d}.next-appointment-overlay .card--imminent{width:100%;box-shadow:none;margin-top:0;margin-bottom:0}.next-appointment-overlay .close{color:#fff;position:absolute;top:6px;right:0}.next-appointment-overlay .title{color:#fff;background-color:#1d5464;padding:20px;font-size:18px}.next_appointments{justify-content:space-between}.next_appointments_see_all{justify-content:center;display:flex}@media screen and (max-width:768px){.website-skeleton{flex-direction:column;margin-top:20px!important}}
.website--palette--blue{color:#015792;background-color:#edf9fc}.website--palette--blue h1,.website--palette--blue h2,.website--palette--blue h3,.website--palette--blue h4,.website--palette--blue h5,.website--palette--blue h6{color:#015792}.website--palette--blue.menu-left_container{background-color:#fff}.website--palette--blue .website_header{background-color:#53cde2}.website--palette--blue .website_header a{color:#fff}.website--palette--blue .website_header a .badge,.website--palette--blue .website_header a.header-nav-current{color:#015792!important}.website--palette--blue .website_topbar{background-color:#d0f4fa}.website--palette--blue .menu-left_header{background-color:#53cde2}.website--palette--blue .menu-left_header .email{color:#fff}.website--palette--blue .card .card_title .ico svg{fill:#53cde2}.website--palette--blue .separator_line{border-color:#d0f4fa}.website--palette--blue .booking-module_step label,.website--palette--blue .booking-module_step div{color:#015792!important}.website--palette--blue .booking-module_step div:before,.website--palette--blue .booking-module_step div:hover:before{border-color:#015792!important}.website--palette--blue .booking-module_step svg{color:#015792!important}.website--palette--blue .booking-module_header{border-color:#edf9fc}.website--palette--blue .booking-module_header button{color:#015792}.website--palette--blue .booking-module_header button:after{background-color:#015792}.website--palette--blue .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--blue .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#d0f4fa}.website--palette--blue .react-calendar .react-calendar__navigation__arrow{color:#015792;background-color:#edf9fc}.website--palette--blue .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--blue .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#015792;background-color:#edf9fc}.website--palette--blue .react-calendar .react-calendar__tile:disabled{color:#015792}.website--palette--blue .booking-slots-header .label{background-color:#edf9fc}.website--palette--blue .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--blue .booking-slots-header button.enabled{color:#015792;background-color:#edf9fc}.website--palette--blue .booking-slots-header button.enabled:hover,.website--palette--blue .booking-slots-header button.enabled:focus{background-color:#d0f4fa}.website--palette--blue .time-dates-container .time-dates-time,.website--palette--blue .booking-summary{color:#015792}.website--palette--blue .button-mui-primary:not(:disabled){color:#fff;background-color:#53cde2!important}.website--palette--blue .button-mui-primary:not(:disabled):hover{background-color:#015792!important}.website--palette--blue .button-mui-text:not(:disabled),.website--palette--blue a{color:#015792}.website--palette--blue a.secondary{color:#53cde2}.website--palette--blue .box .box_header{background-color:#015792}.website--palette--blue .box h2{color:#fff}.website--palette--blue .sprel_subheader{background-color:#d0f4fa}.website--palette--blue .appointments .tabs button{color:#53cde2}.website--palette--blue .appointments .tabs button.active,.website--palette--blue .appointments .tabs button:hover{color:#015792}.website--palette--blue .appointments .tabs button:after{background-color:#015792}.website--palette--blue .appointment .appointment_schedule,.website--palette--blue .appointment .appointment_actions .add{background-color:#edf9fc}.website--palette--blue .button-mui-primary-outlined:not(:disabled){border:1px solid #015792}.website--palette--blue .family-member{background-color:#edf9fc}.website--palette--blue .family-member .family-member_actions button{color:#015792}.website--palette--blue .account .parrainage .code{color:#53cde2}.website--palette--lavender{color:#015792;background-color:#f4faff}.website--palette--lavender h1,.website--palette--lavender h2,.website--palette--lavender h3,.website--palette--lavender h4,.website--palette--lavender h5,.website--palette--lavender h6{color:#015792}.website--palette--lavender.menu-left_container{background-color:#fff}.website--palette--lavender .website_header{background-color:#b2caff}.website--palette--lavender .website_header a{color:#fff}.website--palette--lavender .website_header a .badge,.website--palette--lavender .website_header a.header-nav-current{color:#015792!important}.website--palette--lavender .website_topbar{background-color:#e2edfc}.website--palette--lavender .menu-left_header{background-color:#b2caff}.website--palette--lavender .menu-left_header .email{color:#fff}.website--palette--lavender .card .card_title .ico svg{fill:#b2caff}.website--palette--lavender .separator_line{border-color:#e2edfc}.website--palette--lavender .booking-module_step label,.website--palette--lavender .booking-module_step div{color:#015792!important}.website--palette--lavender .booking-module_step div:before,.website--palette--lavender .booking-module_step div:hover:before{border-color:#015792!important}.website--palette--lavender .booking-module_step svg{color:#015792!important}.website--palette--lavender .booking-module_header{border-color:#f4faff}.website--palette--lavender .booking-module_header button{color:#015792}.website--palette--lavender .booking-module_header button:after{background-color:#015792}.website--palette--lavender .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--lavender .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#e2edfc}.website--palette--lavender .react-calendar .react-calendar__navigation__arrow{color:#015792;background-color:#f4faff}.website--palette--lavender .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--lavender .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#015792;background-color:#f4faff}.website--palette--lavender .react-calendar .react-calendar__tile:disabled{color:#015792}.website--palette--lavender .booking-slots-header .label{background-color:#f4faff}.website--palette--lavender .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--lavender .booking-slots-header button.enabled{color:#015792;background-color:#f4faff}.website--palette--lavender .booking-slots-header button.enabled:hover,.website--palette--lavender .booking-slots-header button.enabled:focus{background-color:#e2edfc}.website--palette--lavender .time-dates-container .time-dates-time,.website--palette--lavender .booking-summary{color:#015792}.website--palette--lavender .button-mui-primary:not(:disabled){color:#fff;background-color:#b2caff!important}.website--palette--lavender .button-mui-primary:not(:disabled):hover{background-color:#015792!important}.website--palette--lavender .button-mui-text:not(:disabled),.website--palette--lavender a{color:#015792}.website--palette--lavender a.secondary{color:#b2caff}.website--palette--lavender .box .box_header{background-color:#015792}.website--palette--lavender .box h2{color:#fff}.website--palette--lavender .sprel_subheader{background-color:#e2edfc}.website--palette--lavender .appointments .tabs button{color:#b2caff}.website--palette--lavender .appointments .tabs button.active,.website--palette--lavender .appointments .tabs button:hover{color:#015792}.website--palette--lavender .appointments .tabs button:after{background-color:#015792}.website--palette--lavender .appointment .appointment_schedule,.website--palette--lavender .appointment .appointment_actions .add{background-color:#f4faff}.website--palette--lavender .button-mui-primary-outlined:not(:disabled){border:1px solid #015792}.website--palette--lavender .family-member{background-color:#f4faff}.website--palette--lavender .family-member .family-member_actions button{color:#015792}.website--palette--lavender .account .parrainage .code{color:#b2caff}.website--palette--green{color:#015792;background-color:#f3f9ed}.website--palette--green h1,.website--palette--green h2,.website--palette--green h3,.website--palette--green h4,.website--palette--green h5,.website--palette--green h6{color:#015792}.website--palette--green.menu-left_container{background-color:#fff}.website--palette--green .website_header{background-color:#3bc69e}.website--palette--green .website_header a{color:#fff}.website--palette--green .website_header a .badge,.website--palette--green .website_header a.header-nav-current{color:#015792!important}.website--palette--green .website_topbar{background-color:#acf6b3}.website--palette--green .menu-left_header{background-color:#3bc69e}.website--palette--green .menu-left_header .email{color:#fff}.website--palette--green .card .card_title .ico svg{fill:#3bc69e}.website--palette--green .separator_line{border-color:#acf6b3}.website--palette--green .booking-module_step label,.website--palette--green .booking-module_step div{color:#015792!important}.website--palette--green .booking-module_step div:before,.website--palette--green .booking-module_step div:hover:before{border-color:#015792!important}.website--palette--green .booking-module_step svg{color:#015792!important}.website--palette--green .booking-module_header{border-color:#f3f9ed}.website--palette--green .booking-module_header button{color:#015792}.website--palette--green .booking-module_header button:after{background-color:#015792}.website--palette--green .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--green .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#acf6b3}.website--palette--green .react-calendar .react-calendar__navigation__arrow{color:#015792;background-color:#f3f9ed}.website--palette--green .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--green .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#015792;background-color:#f3f9ed}.website--palette--green .react-calendar .react-calendar__tile:disabled{color:#015792}.website--palette--green .booking-slots-header .label{background-color:#f3f9ed}.website--palette--green .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--green .booking-slots-header button.enabled{color:#015792;background-color:#f3f9ed}.website--palette--green .booking-slots-header button.enabled:hover,.website--palette--green .booking-slots-header button.enabled:focus{background-color:#acf6b3}.website--palette--green .time-dates-container .time-dates-time,.website--palette--green .booking-summary{color:#015792}.website--palette--green .button-mui-primary:not(:disabled){color:#fff;background-color:#3bc69e!important}.website--palette--green .button-mui-primary:not(:disabled):hover{background-color:#015792!important}.website--palette--green .button-mui-text:not(:disabled),.website--palette--green a{color:#015792}.website--palette--green a.secondary{color:#3bc69e}.website--palette--green .box .box_header{background-color:#015792}.website--palette--green .box h2{color:#fff}.website--palette--green .sprel_subheader{background-color:#acf6b3}.website--palette--green .appointments .tabs button{color:#3bc69e}.website--palette--green .appointments .tabs button.active,.website--palette--green .appointments .tabs button:hover{color:#015792}.website--palette--green .appointments .tabs button:after{background-color:#015792}.website--palette--green .appointment .appointment_schedule,.website--palette--green .appointment .appointment_actions .add{background-color:#f3f9ed}.website--palette--green .button-mui-primary-outlined:not(:disabled){border:1px solid #015792}.website--palette--green .family-member{background-color:#f3f9ed}.website--palette--green .family-member .family-member_actions button{color:#015792}.website--palette--green .account .parrainage .code{color:#3bc69e}.website--palette--pink .website_header a .badge,.website--palette--pink .website_header a.header-nav-current{color:#490a0a!important}.website--palette--pink .booking-module_step div:before,.website--palette--pink .booking-module_step div:hover:before{border-color:#490a0a!important}.website--palette--pink .time-dates-container .time-dates-time,.website--palette--pink .booking-summary{color:#490a0a}.website--palette--pink .button-mui-text:not(:disabled),.website--palette--pink a{color:#490a0a}.website--palette--pink a.secondary{color:#ea8585}.website--palette--pink .appointments .tabs button.active,.website--palette--pink .appointments .tabs button:hover{color:#490a0a}.website--palette--pink .appointment .appointment_schedule,.website--palette--pink .appointment .appointment_actions .add{background-color:#fff8f2}.website--palette--pink .account .parrainage .code{color:#ea8585}.website--palette--duckgreen{color:#1d5464;background-color:#f2fcfd}.website--palette--duckgreen h1,.website--palette--duckgreen h2,.website--palette--duckgreen h3,.website--palette--duckgreen h4,.website--palette--duckgreen h5,.website--palette--duckgreen h6{color:#1d5464}.website--palette--duckgreen.menu-left_container{background-color:#fff}.website--palette--duckgreen .website_header{background-color:#1d5464}.website--palette--duckgreen .website_header a{color:#fff}.website--palette--duckgreen .website_header a .badge{color:#1d5464!important}.website--palette--duckgreen .website_header a.header-nav-current{color:#d8d860!important}.website--palette--duckgreen .website_topbar{background-color:#207e82}.website--palette--duckgreen .website_topbar h1,.website--palette--duckgreen .website_topbar h2,.website--palette--duckgreen .website_topbar h3,.website--palette--duckgreen .website_topbar h4,.website--palette--duckgreen .website_topbar h5,.website--palette--duckgreen .website_topbar h6{color:#fff}.website--palette--duckgreen .menu-left_header{background-color:#1d5464}.website--palette--duckgreen .menu-left_header .email{color:#fff}.website--palette--duckgreen .card .card_title .ico svg{fill:#d8d860}.website--palette--duckgreen .separator_line{border-color:#207e82}.website--palette--duckgreen .booking-module_step label,.website--palette--duckgreen .booking-module_step div{color:#1d5464!important}.website--palette--duckgreen .booking-module_step div:before,.website--palette--duckgreen .booking-module_step div:hover:before{border-color:#1d5464!important}.website--palette--duckgreen .booking-module_step svg{color:#1d5464!important}.website--palette--duckgreen .booking-module_header{border-color:#f2fcfd}.website--palette--duckgreen .booking-module_header button{color:#1d5464}.website--palette--duckgreen .booking-module_header button:after{background-color:#1d5464}.website--palette--duckgreen .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--duckgreen .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#207e82}.website--palette--duckgreen .react-calendar .react-calendar__navigation__arrow{color:#1d5464;background-color:#f2fcfd}.website--palette--duckgreen .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--duckgreen .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#1d5464;background-color:#fff}.website--palette--duckgreen .react-calendar .react-calendar__tile:disabled{color:#1d5464}.website--palette--duckgreen .booking-slots-header .label{background-color:#f2fcfd}.website--palette--duckgreen .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--duckgreen .booking-slots-header button.enabled{color:#1d5464;background-color:#f2fcfd}.website--palette--duckgreen .booking-slots-header button.enabled:hover,.website--palette--duckgreen .booking-slots-header button.enabled:focus{background-color:#207e82}.website--palette--duckgreen .time-dates-container .time-dates-time,.website--palette--duckgreen .booking-summary{color:#1d5464}.website--palette--duckgreen .button-mui-primary:not(:disabled){color:#fff;background-color:#1d5464!important}.website--palette--duckgreen .button-mui-primary:not(:disabled):hover{background-color:#1d5464!important}.website--palette--duckgreen .button-mui-text:not(:disabled),.website--palette--duckgreen a,.website--palette--duckgreen a.secondary{color:#1d5464}.website--palette--duckgreen .box .box_header{background-color:#1d5464}.website--palette--duckgreen .box h2{color:#fff}.website--palette--duckgreen .sprel_subheader{background-color:#207e82}.website--palette--duckgreen .appointments .tabs button,.website--palette--duckgreen .appointments .tabs button.active,.website--palette--duckgreen .appointments .tabs button:hover{color:#1d5464}.website--palette--duckgreen .appointments .tabs button:after{background-color:#1d5464}.website--palette--duckgreen .appointment .appointment_schedule,.website--palette--duckgreen .appointment .appointment_actions .add{background-color:#f2fcfd}.website--palette--duckgreen .button-mui-primary-outlined:not(:disabled){border:1px solid #1d5464}.website--palette--duckgreen .family-member{background-color:#f2fcfd}.website--palette--duckgreen .family-member .family-member_actions button,.website--palette--duckgreen .account .parrainage .code{color:#1d5464}.website--palette--purple{color:#481380;background-color:#f9f5f9}.website--palette--purple h1,.website--palette--purple h2,.website--palette--purple h3,.website--palette--purple h4,.website--palette--purple h5,.website--palette--purple h6{color:#481380}.website--palette--purple.menu-left_container{background-color:#fff}.website--palette--purple .website_header{background-color:#481380}.website--palette--purple .website_header a{color:#fff}.website--palette--purple .website_header a .badge{color:#481380!important}.website--palette--purple .website_header a.header-nav-current{color:#d8d860!important}.website--palette--purple .website_topbar{background-color:#742dd2}.website--palette--purple .website_topbar h1,.website--palette--purple .website_topbar h2,.website--palette--purple .website_topbar h3,.website--palette--purple .website_topbar h4,.website--palette--purple .website_topbar h5,.website--palette--purple .website_topbar h6{color:#fff}.website--palette--purple .menu-left_header{background-color:#481380}.website--palette--purple .menu-left_header .email{color:#fff}.website--palette--purple .card .card_title .ico svg{fill:#481380}.website--palette--purple .separator_line{border-color:#742dd2}.website--palette--purple .booking-module_step label,.website--palette--purple .booking-module_step div{color:#481380!important}.website--palette--purple .booking-module_step div:before,.website--palette--purple .booking-module_step div:hover:before{border-color:#481380!important}.website--palette--purple .booking-module_step svg{color:#481380!important}.website--palette--purple .booking-module_header{border-color:#f9f5f9}.website--palette--purple .booking-module_header button{color:#481380}.website--palette--purple .booking-module_header button:after{background-color:#481380}.website--palette--purple .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--purple .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#742dd2}.website--palette--purple .react-calendar .react-calendar__navigation__arrow{color:#481380;background-color:#f9f5f9}.website--palette--purple .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--purple .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#481380;background-color:#f9f5f9}.website--palette--purple .react-calendar .react-calendar__tile:disabled{color:#481380}.website--palette--purple .booking-slots-header .label{background-color:#f9f5f9}.website--palette--purple .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--purple .booking-slots-header button.enabled{color:#481380;background-color:#f9f5f9}.website--palette--purple .booking-slots-header button.enabled:hover,.website--palette--purple .booking-slots-header button.enabled:focus{background-color:#742dd2}.website--palette--purple .time-dates-container .time-dates-time,.website--palette--purple .booking-summary{color:#481380}.website--palette--purple .button-mui-primary:not(:disabled){color:#fff;background-color:#481380!important}.website--palette--purple .button-mui-primary:not(:disabled):hover{background-color:#481380!important}.website--palette--purple .button-mui-text:not(:disabled),.website--palette--purple a,.website--palette--purple a.secondary{color:#481380}.website--palette--purple .box .box_header{background-color:#481380}.website--palette--purple .box h2{color:#fff}.website--palette--purple .sprel_subheader{background-color:#742dd2}.website--palette--purple .appointments .tabs button,.website--palette--purple .appointments .tabs button.active,.website--palette--purple .appointments .tabs button:hover{color:#481380}.website--palette--purple .appointments .tabs button:after{background-color:#481380}.website--palette--purple .appointment .appointment_schedule,.website--palette--purple .appointment .appointment_actions .add{background-color:#f9f5f9}.website--palette--purple .button-mui-primary-outlined:not(:disabled){border:1px solid #481380}.website--palette--purple .family-member{background-color:#f9f5f9}.website--palette--purple .family-member .family-member_actions button,.website--palette--purple .account .parrainage .code{color:#481380}.website--palette--red{color:#2b2024;background-color:#ffe5ee}.website--palette--red h1,.website--palette--red h2,.website--palette--red h3,.website--palette--red h4,.website--palette--red h5,.website--palette--red h6{color:#2b2024}.website--palette--red.menu-left_container{background-color:#fff}.website--palette--red .website_header{background-color:#2b2024}.website--palette--red .website_header a{color:#fff}.website--palette--red .website_header a .badge{color:#2b2024!important}.website--palette--red .website_header a.header-nav-current{color:#a80038!important}.website--palette--red .website_topbar{background-color:#a80038}.website--palette--red .website_topbar h1,.website--palette--red .website_topbar h2,.website--palette--red .website_topbar h3,.website--palette--red .website_topbar h4,.website--palette--red .website_topbar h5,.website--palette--red .website_topbar h6{color:#fff}.website--palette--red .menu-left_header{background-color:#2b2024}.website--palette--red .menu-left_header .email{color:#fff}.website--palette--red .card .card_title .ico svg{fill:#fd0054}.website--palette--red .separator_line{border-color:#fd0054}.website--palette--red .booking-module_step label,.website--palette--red .booking-module_step div{color:#2b2024!important}.website--palette--red .booking-module_step div:before,.website--palette--red .booking-module_step div:hover:before{border-color:#2b2024!important}.website--palette--red .booking-module_step svg{color:#2b2024!important}.website--palette--red .booking-module_header{border-color:#ffe5ee}.website--palette--red .booking-module_header button{color:#2b2024}.website--palette--red .booking-module_header button:after{background-color:#2b2024}.website--palette--red .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--red .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#a80038}.website--palette--red .react-calendar .react-calendar__navigation__arrow{color:#2b2024;background-color:#ffe5ee}.website--palette--red .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--red .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#2b2024;background-color:#ffe5ee}.website--palette--red .react-calendar .react-calendar__tile:disabled{color:#2b2024}.website--palette--red .booking-slots-header .label{background-color:#ffe5ee}.website--palette--red .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--red .booking-slots-header button.enabled{color:#2b2024;background-color:#ffe5ee}.website--palette--red .booking-slots-header button.enabled:hover,.website--palette--red .booking-slots-header button.enabled:focus{background-color:#a80038}.website--palette--red .time-dates-container .time-dates-time,.website--palette--red .booking-summary{color:#2b2024}.website--palette--red .button-mui-primary:not(:disabled){color:#fff;background-color:#2b2024!important}.website--palette--red .button-mui-primary:not(:disabled):hover{background-color:#2b2024!important}.website--palette--red .button-mui-text:not(:disabled),.website--palette--red a,.website--palette--red a.secondary{color:#2b2024}.website--palette--red .box .box_header{background-color:#2b2024}.website--palette--red .box h2{color:#fff}.website--palette--red .sprel_subheader{background-color:#a80038}.website--palette--red .appointments .tabs button,.website--palette--red .appointments .tabs button.active,.website--palette--red .appointments .tabs button:hover{color:#2b2024}.website--palette--red .appointments .tabs button:after{background-color:#2b2024}.website--palette--red .appointment .appointment_schedule,.website--palette--red .appointment .appointment_actions .add{background-color:#ffe5ee}.website--palette--red .button-mui-primary-outlined:not(:disabled){border:1px solid #2b2024}.website--palette--red .family-member{background-color:#ffe5ee}.website--palette--red .family-member .family-member_actions button,.website--palette--red .account .parrainage .code{color:#2b2024}.website--palette--cream{color:#596e79;background-color:#f0ece2}.website--palette--cream h1,.website--palette--cream h2,.website--palette--cream h3,.website--palette--cream h4,.website--palette--cream h5,.website--palette--cream h6{color:#596e79}.website--palette--cream.menu-left_container{background-color:#fff}.website--palette--cream .website_header{background-color:#596e79}.website--palette--cream .website_header a{color:#fff}.website--palette--cream .website_header a .badge{color:#596e79!important}.website--palette--cream .website_header a.header-nav-current{color:#c7b198!important}.website--palette--cream .website_topbar{background-color:#c7b198}.website--palette--cream .website_topbar h1,.website--palette--cream .website_topbar h2,.website--palette--cream .website_topbar h3,.website--palette--cream .website_topbar h4,.website--palette--cream .website_topbar h5,.website--palette--cream .website_topbar h6{color:#fff}.website--palette--cream .menu-left_header{background-color:#596e79}.website--palette--cream .menu-left_header .email{color:#fff}.website--palette--cream .card .card_title .ico svg{fill:#c7b198}.website--palette--cream .separator_line{border-color:#c7b198}.website--palette--cream .booking-module_step label,.website--palette--cream .booking-module_step div{color:#596e79!important}.website--palette--cream .booking-module_step div:before,.website--palette--cream .booking-module_step div:hover:before{border-color:#596e79!important}.website--palette--cream .booking-module_step svg{color:#596e79!important}.website--palette--cream .booking-module_header{border-color:#f0ece2}.website--palette--cream .booking-module_header button{color:#596e79}.website--palette--cream .booking-module_header button:after{background-color:#596e79}.website--palette--cream .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--cream .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#c7b198}.website--palette--cream .react-calendar .react-calendar__navigation__arrow{color:#596e79;background-color:#f0ece2}.website--palette--cream .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--cream .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#596e79;background-color:#f0ece2}.website--palette--cream .react-calendar .react-calendar__tile:disabled{color:#596e79}.website--palette--cream .booking-slots-header .label{background-color:#f0ece2}.website--palette--cream .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--cream .booking-slots-header button.enabled{color:#596e79;background-color:#f0ece2}.website--palette--cream .booking-slots-header button.enabled:hover,.website--palette--cream .booking-slots-header button.enabled:focus{background-color:#c7b198}.website--palette--cream .time-dates-container .time-dates-time,.website--palette--cream .booking-summary{color:#596e79}.website--palette--cream .button-mui-primary:not(:disabled){color:#fff;background-color:#596e79!important}.website--palette--cream .button-mui-primary:not(:disabled):hover{background-color:#596e79!important}.website--palette--cream .button-mui-text:not(:disabled),.website--palette--cream a,.website--palette--cream a.secondary{color:#596e79}.website--palette--cream .box .box_header{background-color:#596e79}.website--palette--cream .box h2{color:#fff}.website--palette--cream .sprel_subheader{background-color:#c7b198}.website--palette--cream .appointments .tabs button,.website--palette--cream .appointments .tabs button.active,.website--palette--cream .appointments .tabs button:hover{color:#596e79}.website--palette--cream .appointments .tabs button:after{background-color:#596e79}.website--palette--cream .appointment .appointment_schedule,.website--palette--cream .appointment .appointment_actions .add{background-color:#f0ece2}.website--palette--cream .button-mui-primary-outlined:not(:disabled){border:1px solid #596e79}.website--palette--cream .family-member{background-color:#f0ece2}.website--palette--cream .family-member .family-member_actions button,.website--palette--cream .account .parrainage .code{color:#596e79}.website--palette--blackwhite{color:#353535;background-color:#f5f5f5}.website--palette--blackwhite h1,.website--palette--blackwhite h2,.website--palette--blackwhite h3,.website--palette--blackwhite h4,.website--palette--blackwhite h5,.website--palette--blackwhite h6{color:#353535}.website--palette--blackwhite.menu-left_container{background-color:#fff}.website--palette--blackwhite .website_header{background-color:#353535}.website--palette--blackwhite .website_header a{color:#fff}.website--palette--blackwhite .website_header a .badge{color:#353535!important}.website--palette--blackwhite .website_header a.header-nav-current{color:#a9a9a9!important}.website--palette--blackwhite .website_topbar{background-color:#fff}.website--palette--blackwhite .menu-left_header{background-color:#353535}.website--palette--blackwhite .menu-left_header .email{color:#fff}.website--palette--blackwhite .card .card_title .ico svg{fill:#a9a9a9}.website--palette--blackwhite .separator_line{border-color:#a9a9a9}.website--palette--blackwhite .booking-module_step label,.website--palette--blackwhite .booking-module_step div{color:#353535!important}.website--palette--blackwhite .booking-module_step div:before,.website--palette--blackwhite .booking-module_step div:hover:before{border-color:#353535!important}.website--palette--blackwhite .booking-module_step svg{color:#353535!important}.website--palette--blackwhite .booking-module_header{border-color:#f5f5f5}.website--palette--blackwhite .booking-module_header button{color:#353535}.website--palette--blackwhite .booking-module_header button:after{background-color:#353535}.website--palette--blackwhite .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--blackwhite .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#fff}.website--palette--blackwhite .react-calendar .react-calendar__navigation__arrow{color:#353535;background-color:#f5f5f5}.website--palette--blackwhite .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--blackwhite .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#353535;background-color:#f5f5f5}.website--palette--blackwhite .react-calendar .react-calendar__tile:disabled{color:#353535}.website--palette--blackwhite .booking-slots-header .label{background-color:#f5f5f5}.website--palette--blackwhite .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--blackwhite .booking-slots-header button.enabled{color:#353535;background-color:#f5f5f5}.website--palette--blackwhite .booking-slots-header button.enabled:hover,.website--palette--blackwhite .booking-slots-header button.enabled:focus{background-color:#fff}.website--palette--blackwhite .time-dates-container .time-dates-time,.website--palette--blackwhite .booking-summary{color:#353535}.website--palette--blackwhite .button-mui-primary:not(:disabled){color:#fff;background-color:#353535!important}.website--palette--blackwhite .button-mui-primary:not(:disabled):hover{background-color:#353535!important}.website--palette--blackwhite .button-mui-text:not(:disabled),.website--palette--blackwhite a,.website--palette--blackwhite a.secondary{color:#353535}.website--palette--blackwhite .box .box_header{background-color:#353535}.website--palette--blackwhite .box h2{color:#fff}.website--palette--blackwhite .sprel_subheader{background-color:#fff}.website--palette--blackwhite .appointments .tabs button,.website--palette--blackwhite .appointments .tabs button.active,.website--palette--blackwhite .appointments .tabs button:hover{color:#353535}.website--palette--blackwhite .appointments .tabs button:after{background-color:#353535}.website--palette--blackwhite .appointment .appointment_schedule,.website--palette--blackwhite .appointment .appointment_actions .add{background-color:#f5f5f5}.website--palette--blackwhite .button-mui-primary-outlined:not(:disabled){border:1px solid #353535}.website--palette--blackwhite .family-member{background-color:#f5f5f5}.website--palette--blackwhite .family-member .family-member_actions button,.website--palette--blackwhite .account .parrainage .code{color:#353535}.website--palette--sinbad{color:#364e68;background-color:#ebf0f6}.website--palette--sinbad h1,.website--palette--sinbad h2,.website--palette--sinbad h3,.website--palette--sinbad h4,.website--palette--sinbad h5,.website--palette--sinbad h6{color:#364e68}.website--palette--sinbad.menu-left_container{background-color:#fff}.website--palette--sinbad .website_header{background-color:#364e68}.website--palette--sinbad .website_header a{color:#fff}.website--palette--sinbad .website_header a .badge{color:#364e68!important}.website--palette--sinbad .website_header a.header-nav-current{color:#98ccd3!important}.website--palette--sinbad .website_topbar{background-color:#98ccd3}.website--palette--sinbad .website_topbar h1,.website--palette--sinbad .website_topbar h2,.website--palette--sinbad .website_topbar h3,.website--palette--sinbad .website_topbar h4,.website--palette--sinbad .website_topbar h5,.website--palette--sinbad .website_topbar h6{color:#fff}.website--palette--sinbad .menu-left_header{background-color:#364e68}.website--palette--sinbad .menu-left_header .email{color:#fff}.website--palette--sinbad .card .card_title .ico svg{fill:#98ccd3}.website--palette--sinbad .separator_line{border-color:#98ccd3}.website--palette--sinbad .booking-module_step label,.website--palette--sinbad .booking-module_step div{color:#364e68!important}.website--palette--sinbad .booking-module_step div:before,.website--palette--sinbad .booking-module_step div:hover:before{border-color:#364e68!important}.website--palette--sinbad .booking-module_step svg{color:#364e68!important}.website--palette--sinbad .booking-module_header{border-color:#ebf0f6}.website--palette--sinbad .booking-module_header button{color:#364e68}.website--palette--sinbad .booking-module_header button:after{background-color:#364e68}.website--palette--sinbad .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--sinbad .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#98ccd3}.website--palette--sinbad .react-calendar .react-calendar__navigation__arrow{color:#364e68;background-color:#ebf0f6}.website--palette--sinbad .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--sinbad .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#364e68;background-color:#ebf0f6}.website--palette--sinbad .react-calendar .react-calendar__tile:disabled{color:#364e68}.website--palette--sinbad .booking-slots-header .label{background-color:#ebf0f6}.website--palette--sinbad .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--sinbad .booking-slots-header button.enabled{color:#364e68;background-color:#ebf0f6}.website--palette--sinbad .booking-slots-header button.enabled:hover,.website--palette--sinbad .booking-slots-header button.enabled:focus{background-color:#98ccd3}.website--palette--sinbad .time-dates-container .time-dates-time,.website--palette--sinbad .booking-summary{color:#364e68}.website--palette--sinbad .button-mui-primary:not(:disabled){color:#fff;background-color:#364e68!important}.website--palette--sinbad .button-mui-primary:not(:disabled):hover{background-color:#364e68!important}.website--palette--sinbad .button-mui-text:not(:disabled),.website--palette--sinbad a,.website--palette--sinbad a.secondary{color:#364e68}.website--palette--sinbad .box .box_header{background-color:#364e68}.website--palette--sinbad .box h2{color:#fff}.website--palette--sinbad .sprel_subheader{background-color:#98ccd3}.website--palette--sinbad .appointments .tabs button,.website--palette--sinbad .appointments .tabs button.active,.website--palette--sinbad .appointments .tabs button:hover{color:#364e68}.website--palette--sinbad .appointments .tabs button:after{background-color:#364e68}.website--palette--sinbad .appointment .appointment_schedule,.website--palette--sinbad .appointment .appointment_actions .add{background-color:#ebf0f6}.website--palette--sinbad .button-mui-primary-outlined:not(:disabled){border:1px solid #364e68}.website--palette--sinbad .family-member{background-color:#ebf0f6}.website--palette--sinbad .family-member .family-member_actions button,.website--palette--sinbad .account .parrainage .code{color:#364e68}.website--palette--comet{color:#69779b;background-color:#e7f0f0}.website--palette--comet h1,.website--palette--comet h2,.website--palette--comet h3,.website--palette--comet h4,.website--palette--comet h5,.website--palette--comet h6{color:#69779b}.website--palette--comet.menu-left_container{background-color:#fff}.website--palette--comet .website_header{background-color:#586380}.website--palette--comet .website_header a{color:#fff}.website--palette--comet .website_header a .badge{color:#69779b!important}.website--palette--comet .website_header a.header-nav-current{color:#9692af!important}.website--palette--comet .website_topbar{background-color:#9692af}.website--palette--comet .website_topbar h1,.website--palette--comet .website_topbar h2,.website--palette--comet .website_topbar h3,.website--palette--comet .website_topbar h4,.website--palette--comet .website_topbar h5,.website--palette--comet .website_topbar h6{color:#fff}.website--palette--comet .menu-left_header{background-color:#586380}.website--palette--comet .menu-left_header .email{color:#fff}.website--palette--comet .card .card_title .ico svg{fill:#9692af}.website--palette--comet .separator_line{border-color:#9692af}.website--palette--comet .booking-module_step label,.website--palette--comet .booking-module_step div{color:#69779b!important}.website--palette--comet .booking-module_step div:before,.website--palette--comet .booking-module_step div:hover:before{border-color:#69779b!important}.website--palette--comet .booking-module_step svg{color:#69779b!important}.website--palette--comet .booking-module_header{border-color:#e7f0f0}.website--palette--comet .booking-module_header button{color:#69779b}.website--palette--comet .booking-module_header button:after{background-color:#69779b}.website--palette--comet .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--comet .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#9692af}.website--palette--comet .react-calendar .react-calendar__navigation__arrow{color:#69779b;background-color:#e7f0f0}.website--palette--comet .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--comet .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#69779b;background-color:#e7f0f0}.website--palette--comet .react-calendar .react-calendar__tile:disabled{color:#69779b}.website--palette--comet .booking-slots-header .label{background-color:#e7f0f0}.website--palette--comet .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--comet .booking-slots-header button.enabled{color:#69779b;background-color:#e7f0f0}.website--palette--comet .booking-slots-header button.enabled:hover,.website--palette--comet .booking-slots-header button.enabled:focus{background-color:#9692af}.website--palette--comet .time-dates-container .time-dates-time,.website--palette--comet .booking-summary{color:#69779b}.website--palette--comet .button-mui-primary:not(:disabled){color:#fff;background-color:#586380!important}.website--palette--comet .button-mui-primary:not(:disabled):hover{background-color:#69779b!important}.website--palette--comet .button-mui-text:not(:disabled),.website--palette--comet a{color:#69779b}.website--palette--comet a.secondary{color:#586380}.website--palette--comet .box .box_header{background-color:#69779b}.website--palette--comet .box h2{color:#fff}.website--palette--comet .sprel_subheader{background-color:#9692af}.website--palette--comet .appointments .tabs button{color:#586380}.website--palette--comet .appointments .tabs button.active,.website--palette--comet .appointments .tabs button:hover{color:#69779b}.website--palette--comet .appointments .tabs button:after{background-color:#69779b}.website--palette--comet .appointment .appointment_schedule,.website--palette--comet .appointment .appointment_actions .add{background-color:#e7f0f0}.website--palette--comet .button-mui-primary-outlined:not(:disabled){border:1px solid #69779b}.website--palette--comet .family-member{background-color:#e7f0f0}.website--palette--comet .family-member .family-member_actions button{color:#69779b}.website--palette--comet .account .parrainage .code{color:#586380}.website--palette--pink{color:#7d1494;background-color:#faedfd}.website--palette--pink h1,.website--palette--pink h2,.website--palette--pink h3,.website--palette--pink h4,.website--palette--pink h5,.website--palette--pink h6{color:#7d1494}.website--palette--pink.menu-left_container{background-color:#fff}.website--palette--pink .website_header{background-color:#7d1494}.website--palette--pink .website_header a{color:#fff}.website--palette--pink .website_header a .badge{color:#7d1494!important}.website--palette--pink .website_header a.header-nav-current{color:#d4abdc!important}.website--palette--pink .website_topbar{background-color:#e7a4f5}.website--palette--pink .website_topbar h1,.website--palette--pink .website_topbar h2,.website--palette--pink .website_topbar h3,.website--palette--pink .website_topbar h4,.website--palette--pink .website_topbar h5,.website--palette--pink .website_topbar h6{color:#fff}.website--palette--pink .menu-left_header{background-color:#7d1494}.website--palette--pink .menu-left_header .email{color:#fff}.website--palette--pink .card .card_title .ico svg{fill:#d4abdc}.website--palette--pink .separator_line{border-color:#e7a4f5}.website--palette--pink .booking-module_step label,.website--palette--pink .booking-module_step div{color:#7d1494!important}.website--palette--pink .booking-module_step div:before,.website--palette--pink .booking-module_step div:hover:before{border-color:#7d1494!important}.website--palette--pink .booking-module_step svg{color:#7d1494!important}.website--palette--pink .booking-module_header{border-color:#faedfd}.website--palette--pink .booking-module_header button{color:#7d1494}.website--palette--pink .booking-module_header button:after{background-color:#7d1494}.website--palette--pink .react-calendar .react-calendar__navigation button:enabled:hover,.website--palette--pink .react-calendar .react-calendar__navigation button:enabled:focus{background-color:#e7a4f5}.website--palette--pink .react-calendar .react-calendar__navigation__arrow{color:#7d1494;background-color:#faedfd}.website--palette--pink .react-calendar .react-calendar__navigation button[disabled]{color:#d3d3d3;background-color:#fff}.website--palette--pink .react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{color:#7d1494;background-color:#faedfd}.website--palette--pink .react-calendar .react-calendar__tile:disabled{color:#7d1494}.website--palette--pink .booking-slots-header .label{background-color:#faedfd}.website--palette--pink .booking-slots-header button{color:#d3d3d3;background-color:#fff}.website--palette--pink .booking-slots-header button.enabled{color:#7d1494;background-color:#faedfd}.website--palette--pink .booking-slots-header button.enabled:hover,.website--palette--pink .booking-slots-header button.enabled:focus{background-color:#e7a4f5}.website--palette--pink .time-dates-container .time-dates-time,.website--palette--pink .booking-summary{color:#7d1494}.website--palette--pink .button-mui-primary:not(:disabled){color:#fff;background-color:#7d1494!important}.website--palette--pink .button-mui-primary:not(:disabled):hover{background-color:#7d1494!important}.website--palette--pink .button-mui-text:not(:disabled),.website--palette--pink a,.website--palette--pink a.secondary{color:#7d1494}.website--palette--pink .box .box_header{background-color:#7d1494}.website--palette--pink .box h2{color:#fff}.website--palette--pink .sprel_subheader{background-color:#e7a4f5}.website--palette--pink .appointments .tabs button,.website--palette--pink .appointments .tabs button.active,.website--palette--pink .appointments .tabs button:hover{color:#7d1494}.website--palette--pink .appointments .tabs button:after{background-color:#7d1494}.website--palette--pink .appointment .appointment_schedule,.website--palette--pink .appointment .appointment_actions .add{background-color:#faedfd}.website--palette--pink .button-mui-primary-outlined:not(:disabled){border:1px solid #7d1494}.website--palette--pink .family-member{background-color:#faedfd}.website--palette--pink .family-member .family-member_actions button,.website--palette--pink .account .parrainage .code{color:#7d1494}
.book-appointment{width:380px;min-width:380px;padding-left:20px}.book-module{background-color:#fff;padding:20px;box-shadow:0 1px 3px #8c8c8c33,1px 1px 4px #8c8c8c4d}.book-module h4{margin:0 0 20px;font-size:22px;font-weight:400}.booking-module_calendar{margin-top:50px}.booking-module_calendar h5{margin:0 0 20px;padding:0;font-size:18px;font-weight:700}.booking-module_header{border-bottom:1px solid #000;margin-bottom:20px;display:flex}.booking-module_header button{cursor:pointer;background:0 0;border:none;outline:none;flex-grow:1;margin:0;padding:0 0 10px;font-family:Ubuntu;font-size:18px;font-weight:400;position:relative}.booking-module_header button strong{font-weight:700}.booking-module_header button:after{content:"";background-color:#000;width:0;height:0;transition:height .2s ease-out,width .2s ease-out;position:absolute;bottom:0;left:0}.booking-module_header button:hover:after{width:100%;height:1px}.booking-module_header button.active:after{width:100%;height:2px}.drawer-book>div{width:100%}.book-go-back{background-color:#f57c00}.tooltip-day-info{line-height:initial}.tooltip-day-info svg{font-size:16px}.booking-module_step{margin-bottom:30px;padding-left:0;position:relative}.booking-module_appointment .MuiSelect-root{align-items:center;display:flex}.booking-module_appointment .MuiSelect-root .label{flex-grow:1}.booking-module_appointment .MuiSelect-root .icon{line-height:0}.booking-module_appointment-item{align-items:center;display:flex}.booking-module_appointment-item .label{flex-grow:1}.booking-module_appointment-item .icon{line-height:0}.mask-calendar-loader{z-index:2;text-align:center;background-color:#ffffffbf;width:100%;height:100%;position:absolute;top:0;left:0}.mask-calendar-loader>div{position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.slot-day-title h5{font-size:1.1rem}a.add-to-calendar_button{margin:3px}.react-calendar{border:none;width:100%;font-family:Ubuntu}.react-calendar button{font-family:Ubuntu;font-size:18px}.react-calendar .react-calendar__navigation{margin-bottom:5px}.react-calendar .react-calendar__navigation button[disabled].react-calendar__navigation__label{font-size:18px}.react-calendar .react-calendar__month-view__weekdays__weekday{font-size:14px;font-weight:700}.react-calendar .react-calendar__tile:disabled{background-color:#fff}.react-calendar .react-calendar__tile.react-calendar__month-view__days__day.day{font-size:14px}.react-calendar button.day{z-index:1;position:relative}.react-calendar button.day:before{content:"";z-index:-1;will-change:background-color;background-color:#fff;border-radius:50%;width:33px;height:33px;transition:background-color .1s linear;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.react-calendar button.day.react-calendar__tile--active{background-color:#fff}.react-calendar button.day.day--full{color:#fff!important}.react-calendar button.day.day--full:before{background-color:#ff0826}.react-calendar button.day.day--free:enabled{color:#fff}.react-calendar button.day.day--free:enabled:before{background-color:#53e296}.react-calendar button.day.day--free:enabled:enabled:hover{background-color:#fff}.react-calendar button.day.day--free:enabled:enabled:hover:before{background-color:#3bc69e}.react-calendar button.day.day--waiting{color:#fff!important}.react-calendar button.day.day--waiting:before{background-color:#ff7d63}.booking-slots-header{align-items:center;height:44px;margin-bottom:5px;display:flex}.booking-slots-header .label{flex-grow:1;justify-content:center;align-items:center;height:100%;font-size:16px;display:flex}.booking-slots-header button{background:0 0;border:none;outline:none;width:44px;height:100%;font-family:Ubuntu;font-size:18px}.booking-slots-header button.enabled{cursor:pointer}.slots-container-title{text-align:left;text-transform:uppercase;width:100%;margin-bottom:5px;font-size:14px;font-weight:700;position:relative}.slots-section{margin-bottom:20px}.slots-container{flex-wrap:wrap;justify-content:flex-start;display:flex}.slots-container .booking-select-slot{cursor:pointer;color:#fff;will-change:background-color;white-space:nowrap;background:#53e296;border:none;border-radius:4px;outline:none;width:calc(20% - 4px);margin:0 5px 5px 0;padding:8px 0;font-family:Ubuntu;transition:background-color .1s linear}.slots-container .booking-select-slot:hover{background-color:#3bc69e}.slots-container .booking-select-slot:nth-child(5n){margin-right:0}.slots-container .booking-select-slot--hour--date{width:100%}.slots-container .booking-select-slot--hour--date:nth-child(5n){margin-right:5px}.time-dates-container{align-items:center;margin-bottom:7px;display:flex}.time-dates-container .time-dates-time{padding-right:10px;font-size:16px;font-weight:400}.time-dates-container .booking-select-slot--other{color:#01579280;cursor:pointer;background:0;border:none;margin:0 0 0 10px;padding:0;font-family:Ubuntu;font-size:12px;font-weight:400}.time-dates-container .booking-select-slot--other:hover{text-decoration:underline}.time-dates-container .booking-select-slot--date{width:auto;padding-left:10px;padding-right:10px}.booking-summary .line{align-items:center;margin-bottom:10px;font-size:14px;line-height:24px;display:flex}.booking-summary .line .label.block{display:block}.booking-summary .line .value{align-items:center;margin-left:5px;font-weight:700;display:inline-flex}.booking-summary{margin-bottom:30px}.additional-field-disclaimer{color:#9e9e9e;margin:6px 0 0;font-size:12px;font-style:italic}@media screen and (max-width:768px){.book-appointment{width:100%;min-width:0;margin-bottom:20px;padding-left:0}}
.payments_date{font-size:20px}.payments_date span{margin-left:8px;font-weight:700}.payments_line{background-color:#f5f5f5;align-items:center;margin-top:16px;padding:0 10px;display:flex}.payments_line .item{flex-grow:1}.payments_line .amount{color:#707070;font-size:18px;font-weight:700}.payments_card{border:1px solid #d3d3d3;border-radius:5px;margin-top:20px;margin-bottom:20px;padding:20px 10px}
.appointments-container{justify-content:space-between;align-items:stretch}.appointment{width:calc(50% - 10px);margin-top:10px;margin-bottom:10px}.appointment .appointment_infos,.appointment .appointment_actions{align-items:stretch;width:100%;display:flex}.appointment .appointment_details{flex-grow:1;padding:20px}.appointment .appointment_schedule{flex-direction:column;justify-content:center;width:200px;min-width:200px;padding-top:30px;padding-bottom:30px;display:flex}.appointment .appointment_schedule div{text-align:center;padding-left:25px;padding-right:25px}.appointment .appointment_schedule .hour{margin-bottom:20px;font-size:50px}.appointment .appointment_schedule .day{font-size:20px;font-weight:700}.appointment .booking-summary{margin-top:20px}.appointment .appointment_actions{display:flex}.appointment .appointment_actions .cancel{flex-direction:column;flex-grow:1;align-items:flex-start;padding:10px;display:flex}.appointment .appointment_actions .add{align-items:flex-end;width:200px;min-width:200px;padding:10px;display:flex}.modal-focused-appointment div[role=document]>div{width:calc(100% - 30px);margin:0}.modal-focused-appointment div[role=document]>div .card{box-shadow:none;margin-top:0;margin-bottom:0;width:100%!important}@media screen and (max-width:640px){.appointment{width:100%;margin:10px}}
#nprogress{pointer-events:none;z-index:1500}#nprogress .bar{z-index:1500;background:#015792;width:100%;height:5px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px)}#nprogress .spinner{z-index:1500;display:block;position:fixed;top:10px;right:10px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#015792 #0000 #0000 #015792;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.visio .MuiPaper-root{background-color:#000}.visio_local-controls{z-index:6;justify-content:center;width:320px;display:flex;position:absolute;bottom:20px;right:20px}.visio_local-controls .visio_local-control{background-color:#ffffff1a;margin-left:2px;margin-right:2px}.visio_local-controls .visio_local-control--off{color:#f44336!important}.visio_toggle-minify{z-index:10;position:absolute;top:0;right:0}.visio_toggle-minify button{color:#fff!important}.visio_toggle-minify{opacity:0}.visio_content{background-color:#000;flex-grow:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.visio_videos{flex-grow:1;justify-content:space-evenly;align-items:center;width:100%;height:100%;display:flex}.visio_loading{width:120px;position:absolute;bottom:20px;left:calc(50% - 60px)}.visio_stream{border:1px solid #ffffff1a;line-height:0;position:relative}.visio_stream video{width:100%;height:100%}.visio_stream--remote{width:960px;height:720px}.visio_stream--local{z-index:5;width:320px;height:240px;position:absolute;bottom:20px;right:20px}.visio_waiting-for{text-align:center;color:#fff;background-color:#ffffff1a;width:100%;padding:20px;font-size:18px;position:absolute;bottom:0;left:0}.visio_waiting-for span{font-weight:700}.visio_waiting-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.visio_error-perm{width:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.visio_controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.visio_controls .visio_control{margin-left:8px;margin-right:8px}.visio_control--end{color:#fff!important;background-color:#f44336!important}.visio_tooltip{background-color:#ffffffb3;border-radius:5px;padding:5px;font-size:11px}.visio_tchat{z-index:50;background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;width:320px;padding:20px 20px 0;position:absolute;bottom:0;left:10px}.visio_tchat .visio_tchat-close{position:absolute;top:0;right:0}.visio_tchat .visio_tchat_message{border-bottom:1px solid #d3d3d3;margin-bottom:15px;padding-bottom:15px;display:flex}.visio_tchat .visio_tchat_message:last-child{border-bottom:0}.visio_tchat .visio_tchat_message .visio_tchat_message-icon{flex-direction:column;width:50px;display:flex}.visio_tchat .visio_tchat_message .visio_tchat_message-icon svg{width:36px;height:36px}.visio_tchat .visio_tchat_message .visio_tchat_message-time{font-size:10px;font-weight:700}.visio_tchat .visio_tchat_message .visio_tchat_message_content{padding-left:8px}.visio_tchat .visio_tchat_message .visio_tchat_message_content .visio_tchat_message-from{margin-bottom:8px;font-size:12px;font-weight:700}.visio_tchat .visio_tchat_message .visio_tchat_message_content .visio_tchat_message-message{font-size:14px}.visio_files-sender_dropzone{border:5px dashed #d3d3d3;outline:none;width:100%;min-height:150px;position:relative}.visio_files-sender_dropzone.active{border-color:#43a047}.visio_files-sender_dropzone.reject{border-color:#f44336}.visio_files-sender-message{background-color:#fffc;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.visio_files-files_list{flex-direction:column;padding:20px;display:flex}.visio_files-files_list_item{align-items:center;padding:5px;display:flex}.visio_files-files_list_item .name{flex-grow:1}.visio_files-files_list_item:nth-child(odd){background-color:#d3d3d3}.visio_delay_content{align-items:center;display:flex!important}.visio_delay_input{width:75px;margin-left:5px!important;margin-right:5px!important}.visio_delay_preview{border-left:5px solid #d3d3d3;margin-top:15px;padding-left:10px;font-style:italic}.visio_files-received{background-color:#fffc;border-radius:5px 5px 0 0;width:350px;padding:10px 10px 20px;position:absolute;bottom:0;left:5px}.visio_files-received_container{flex-direction:column;margin-top:20px;display:flex}.visio_files-received_file{justify-content:flex-start!important;margin-bottom:4px!important;padding:8px!important}.visio_files-received_file:last-child{margin-bottom:0!important}.visio_files-received_file-icon{margin-right:4px}
@media screen and (max-width:1279px){#resize-size-checker{width:5px}.column{width:calc(100% - 40px)}.card .card_title h3{font-size:21px}.website_section.half{width:100%}.website_contact.half{margin-left:0}}@media screen and (max-width:1024px){#resize-size-checker{width:4px}}@media screen and (max-width:768px){#resize-size-checker{width:3px}.family-members>div{width:calc(50% - 20px)}.website_topbar .picture{display:none}.appointment{width:100%}.practitioner_item{width:calc(50% - 20px)}.time-dates-container{width:100%}.time-dates-container .booking-select-slot--date{flex-grow:1}}@media screen and (max-width:640px){.website_header{padding-left:0;padding-right:0}.column{width:calc(100% - 20px)}.column.logo.mt60{margin-top:30px!important}#resize-size-checker{width:2px}body,#root,.root{overflow-x:hidden}.box{margin-top:20px}.box .box_header{padding-top:10px;padding-left:10px;padding-right:10px}.box .box_header h2{margin:0;padding:0}.menu-left .menu-left_container{width:300px}.menu-left .menu-left_container .menu-left_header{padding-top:100px}.menu-left .menu-left_container .menu-left_header .email{white-space:nowrap;text-overflow:ellipsis;width:260px;font-size:16px;overflow:hidden}.warning-no-internet{text-align:center;border-top-left-radius:0;border-top-right-radius:0;width:100%;padding-top:5px;padding-bottom:5px;left:0}.warning-not-certified{text-align:center;border-top-left-radius:0;border-top-right-radius:0;width:100%;max-width:100%;padding-top:5px;padding-bottom:5px;left:0;transform:none}.booking-module_header button{font-size:14px}.booking-slots-header .label{font-size:13px}.website_topbar h1{font-size:26px}.website_topbar h2{font-size:14px}footer,.website_direction .flex{flex-direction:column}.website_direction .direction_map{height:100px}.website_direction .direction_infos{width:100%;min-width:100%;max-width:100%}.separator_line{font-size:12px}.practitioner_item{width:100%;margin-left:0;margin-right:0}.appointments .pad20{padding:5px!important}.appointment{margin-left:0;margin-right:0}.appointment .appointment_infos{flex-direction:column-reverse}.appointment .appointment_infos .appointment_schedule{width:100%;padding-top:15px;padding-bottom:15px}.appointment .appointment_infos .appointment_schedule .hour,.appointment .booking-summary:last-child{margin-bottom:0}.appointment .appointment_actions{flex-direction:column-reverse}.appointment .appointment_actions .add{width:100%}.sprel_subheader{height:60px}.sprel_subheader .sprel{width:120px;height:60px}.sprel_subheader .sprel img{width:90px}.add-to-calendars .flex{flex-direction:column}.card .card_content{padding:15px}.account h4{font-size:24px}.account .family-members{flex-direction:column}.account .family-members>div{width:100%;margin-left:0;margin-right:0}.account .double{flex-direction:column}.account .double>div{width:100%}.account .parrainage{margin-top:20px}.account .parrainage .code{font-size:40px}.message{padding:15px}.next-appointment-overlay{width:100%;bottom:0;left:0}.website_picker h4{text-align:center;text-transform:uppercase;font-size:18px}.next_appointments .appointment .appointment_schedule{color:#fff;background-color:#015792}.alert-use-app{background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;width:100%;padding:40px 20px 20px;position:fixed;bottom:0;left:0;box-shadow:0 1px 3px #8c8c8c33,1px 1px 4px #8c8c8c4d}.alert-use-app .close{position:absolute;top:0;right:0}.alert-use-app .title{text-align:center;margin-bottom:10px;font-size:16px;font-weight:700}.alert-use-app .desc{text-align:center;margin-bottom:10px}.alert-use-app .cta{text-align:center;position:relative}.alert-use-app .cta img{max-width:50%;height:auto}}
.root.demo-sprel-io header{background-color:#8e24aa!important}.demo-sprel-io{background-color:#fce4ec;min-height:calc(100vh - 64px);padding-bottom:20px}.demo-sprel-io .header{padding-top:30px;padding-bottom:30px}.demo-sprel-io .header h1,.demo-sprel-io .header h2{margin:0;padding:0}.demo-sprel-io .header h1{color:#d81b60;margin-bottom:10px;font-family:Roboto;font-size:75px;font-weight:300}.demo-sprel-io .header h2{padding-left:5px;font-size:20px;font-weight:300}.demo-sprel-io .tabs ul,.demo-sprel-io .tabs li{justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:flex}.demo-sprel-io .tabs{border-top:1px solid #d81b60;border-bottom:1px solid #d81b60;margin-bottom:40px}.demo-sprel-io .tabs button{cursor:pointer;-webkit-appearance:none;appearance:none;text-transform:uppercase;background:0 0;border:none;outline:none;padding:10px 15px;font-family:Roboto;font-size:18px;transition:color .2s linear;position:relative}.demo-sprel-io .tabs button span{z-index:2;position:relative}.demo-sprel-io .tabs button:before{content:"";z-index:1;background-color:#d81b60;width:100%;height:0;transition:height .2s ease-out;position:absolute;bottom:-1px;left:0}.demo-sprel-io .tabs button:hover:before{height:5px}.demo-sprel-io .tabs button.active{color:#fff}.demo-sprel-io .tabs button.active:before{height:calc(100% + 1px)}.demo-sprel-io .avatar--primary{background-color:#d81b60!important}.demo-sprel-io .booking-module_step .booking-module_check-mark{background-color:#d81b60}.demo-sprel-io .booking-module_step .booking-module_check-mark.check-mark--disabled{background-color:gray}.demo-sprel-io .card_header.card_header--secondary{background-color:#8e24aa!important}.demo-sprel-io .app-header a.header-nav-current{background-color:#83219d}@media screen and (max-width:640px){.demo-sprel-io .header h1{font-size:40px}.demo-sprel-io .header h2{font-size:15px}.demo-sprel-io .tabs ul,.demo-sprel-io .tabs li{flex-direction:column}.demo-sprel-io .tabs ul button,.demo-sprel-io .tabs li button{width:100%}}
.website--id--institutbynatlabouilladisse-fr .card .card_content{text-align:justify}.website--id--institutbynatlabouilladisse-fr .website_schedule .separator_line span.label{max-width:120px}
