:root{--dropdown-menu-left: 0;--dropdown-menu-right: auto;--dropdown-menu-top: 100%;--dropdown-menu-bottom: auto}.dropdown{position:relative}.dropdown__close{z-index:calc(var(--header-z) + 2);position:fixed;top:0;right:0;font-size:45px;cursor:pointer;opacity:.8}.dropdown__close,.dropdown__close span{display:flex;justify-content:center;align-items:center;height:45px;width:45px}@media (min-width: 768px){.dropdown__close{display:none}.dropdown__close_always{z-index:3;position:absolute;display:flex;top:var(--dropdown-menu-top);right:0}}.dropdown__close:hover{opacity:1}@media (max-width: 767px){.dropdown__hide-on-mobile{display:none}}.dropdown_round-trigger{background:#e9eef4;opacity:.87;height:30px;width:30px;border-radius:999px;display:flex;justify-content:center;align-items:center;z-index:1}.dropdown_round-trigger:hover,.dropdown_round-trigger:focus{background:#b5c5d8}.dropdown_round-trigger:hover span,.dropdown_round-trigger:focus span{color:#fff;--text-color: white !important}.dropdown__menu{z-index:calc(var(--header-z) + 1);position:fixed;inset:0;border:var(--dropdown-menu-border)}@media (min-width: 768px){.dropdown__menu{z-index:55;position:absolute;left:var(--dropdown-menu-left);top:var(--dropdown-menu-top);right:var(--dropdown-menu-right);bottom:var(--dropdown-menu-bottom)}}.dropdown__menu_right{left:unset;right:0}.dropdown__header{text-transform:capitalize;color:#58b897;font-weight:700;font-size:medium;margin:0}.dropdown__items{border:1px solid #e1e1e1;background-color:#fff;min-width:120px;border-radius:5px}.dropdown__item{display:block}.dropdown__item:hover,.dropdown__item:focus{background-color:#e1e1e1!important}.dropdown__item:not(:first-child){border-top:1px solid #e1e1e1}.dropdown__remove-popin{border-radius:8px;padding:10px;width:300px;max-width:100vw;background-color:#fff;box-shadow:0 8px 15px #00000024;z-index:5;text-align:center;cursor:default}.dropdown_right{--dropdown-menu-left: auto;--dropdown-menu-right: 0}.dropdown_top,.dropdown_top-js{--button-toggle-width: 0;--button-toggle-height: 80px}@media (min-width: 768px){.dropdown_top .dropdown__menu,.dropdown_top-js .dropdown__menu{transform:translateY(calc(-100% - var(--button-toggle-height)))}}.dropdown_top .dropdown__arrow-top-left:after,.dropdown_top-js .dropdown__arrow-top-left:after{top:auto;bottom:-10px;border:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid white}@media (min-width: 768px){.dropdown_top-center .dropdown__menu,.dropdown_top-js-center .dropdown__menu{transform:translate(calc(50% - var(--button-toggle-width)),calc(-100% - var(--button-toggle-height)))}}.dropdown_spaced{--dropdown-menu-top: calc(100% + 5px) }.dropdown_proplatform{--dropdown-menu-bg-color: white;--dropdown-menu-border: 1px #e6e7e8 solid;--dropdown-menu-top: calc(100% + 5px) ;--dropdown-menu-left: auto;--dropdown-menu-right: 0;--dropdown-menu-padding: 10px}.dropdown_toFront{z-index:3}.dropdown__arrow-bottom:after{content:"";position:absolute;left:calc(50% - 10px);bottom:-10px;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid white;clear:both}.dropdown__arrow-top-left{top:54px;left:auto;right:0}.dropdown__arrow-top-left:after{content:"";position:absolute;left:calc(100% - 36px);top:-10px;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:11px solid white;clear:both}.dropdown__button-item{display:block;width:100%;cursor:pointer}.dropdown__button-item .dropdown__item{transition:background-color .3s ease}.dropdown__button-item .dropdown__item:hover{background-color:#f0f4f8!important;border-radius:9px}[aria-expanded=false]~.dropdown__menu,[aria-expanded=false]~.dropdown__close{display:none}.dropdown-toggle[aria-expanded=true] .dropdown-carret{transform:rotate(180deg)}.dropdown-toggle[aria-expanded=false] .dropdown-carret{transform:rotate(0)}.dropdown-toggle__arrow{transform:rotate(0);transition:transform .3s ease}.dropdown-toggle__arrow svg{vertical-align:middle}.dropdown-toggle[aria-expanded=true] .dropdown-toggle__arrow{transform:rotate(-180deg)}:root{--form-font-size: 1rem;--form__input-height: 38px;--form__input-font-size: 1rem;--form__input-padding: .75rem;--form__errors-color: red;--form-color-disabled: #d0d0d0;--toggle-height: 25px;--form-valid-color: #58b897;--form-invalid-color: red;--strong-color: #b8ddce;--color: #58b897;--href-color: #4e4e4e;--href-color-hover: black;--form-input-height: 50px;--form-input-font-size: 16px;--form-input-padding: 23px;--form-input-bg-color: white;--form-label-font-size: 16px;--form-logo-size: 150px;--form-input-border-color: #b9bec4}:root{--first-bar-height: 54px;--second-bar-height: 46px;--avatar-size-md: 100px;--avatar-size-sm: 80px;--avatar-size-lg: 150px;--color-white: white;--color-green: #58b897;--color-orange: #f39200;--color-grey: #4e4e4e;--color-primary: #58b897;--color-premium: #f7926b;--color-bg-grey: #f0f4f8;--color-title-grey: #9d9d9d}@keyframes check{0%{width:0;height:0}40%{width:0;height:var(--check-height)}to{width:var(--check-width);height:var(--check-height)}}@keyframes scaleUp{0%{transform:scale(1)}to{transform:scale(1.5)}}@keyframes waves{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shrink-sm{0%{transform:scale(1)}to{transform:scale(.75)}}@keyframes shrink-md{0%{transform:scale(1)}to{transform:scale(.5)}}@keyframes open-width{0%{width:0}to{width:100%}}@keyframes appear-grow{0%{opacity:0;max-height:0;margin-bottom:0}to{opacity:100%;max-height:300px;margin-bottom:20px}}[role=button]{cursor:pointer}.dropdown_on-section-header,.dropdown_on-section-header *{max-width:unset!important;flex-basis:unset!important}.dropdown_on-section-header__button{background-color:transparent;color:#8b8b8b;font-weight:700;height:auto;width:auto;display:inline-block;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;border-radius:3px;padding:4px 10px}.dropdown_on-section-header__button:hover,.dropdown_on-section-header__button:focus,.dropdown_on-section-header__button[aria-expanded=true]{background-color:#e7e7e7}.dropdown_on-section-header__button:hover .dropdown_on-section-header__button-arrow,.dropdown_on-section-header__button:focus .dropdown_on-section-header__button-arrow,.dropdown_on-section-header__button[aria-expanded=true] .dropdown_on-section-header__button-arrow{background-color:#45a282}.dropdown_on-section-header__button-arrow{display:inline-block;vertical-align:middle;background-color:#58b897;height:14px;width:14px;margin-left:4px;position:relative;transition:background-color .3s ease}.dropdown_on-section-header__button-arrow:after{top:5px;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:#fff0;border-top-color:#fff;border-width:4px;margin-left:-4px}.dropdown_on-section-header__menu{width:425px;right:0;left:auto;top:calc(100% + 10px);text-align:left!important}.dropdown_on-section-header__menu p,.dropdown_on-section-header__menu p:hover{color:#b4b4b4}.dropdown_on-section-header__item{text-align:left!important;color:#4d4d4d!important;border-radius:3px;background-color:transparent;transition:background-color .3s ease;border:unset;display:block;position:relative;margin:5px;width:calc(100% - 10px);cursor:pointer;padding:12px 30px 12px 12px}.dropdown_on-section-header__item:after{content:"";position:absolute;top:15%;transform:translateY(-50%);right:10px;height:15px;width:15px;background-size:contain;background-repeat:no-repeat;background-image:url(/assets/img/pictos/check.svg);opacity:0;transition:all .3s ease}.dropdown_on-section-header__item span{display:block;text-align:left!important}.dropdown_on-section-header__item:hover,.dropdown_on-section-header__item_active{background-color:#e3eaf3}.dropdown_on-section-header__item_active:after{opacity:1;top:50%}.dropdown_on-section-header_offline{padding-bottom:1px}@media (max-width: 767px){.dropdown_on-section-header_offline{max-width:100%!important}}.dropdown_on-section-header_offline .dropdown_on-section-header__button-arrow{background-color:transparent!important;background-image:url(/assets/svg/dropdown_arrow.svg);background-repeat:no-repeat;background-position:center;transform:rotate(0);transition:transform .3s ease}.dropdown_on-section-header_offline .dropdown_on-section-header__button-arrow:after{display:none}.dropdown_on-section-header_offline .dropdown_on-section-header__button{background-color:transparent!important;font-size:16px;line-height:1.1;text-align:center;color:#4e4e4e;padding-top:0;padding-bottom:0;z-index:1;position:relative}@media (max-width: 767px){.dropdown_on-section-header_offline .dropdown_on-section-header__button{display:flex;align-items:flex-end;text-align:left;font-size:18px;margin:20px 0;padding:0}}.dropdown_on-section-header_offline .dropdown_on-section-header__button:after{z-index:-1;content:"";display:block;height:.7em;width:1%;opacity:0;background-color:var(--strong-color);-webkit-mask-image:url(/assets/svg/slime.svg);mask-image:url(/assets/svg/slime.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;top:11px;left:0;transition:width .3s ease,opacity .3s ease}.dropdown_on-section-header_offline .dropdown_on-section-header__button:hover,.dropdown_on-section-header_offline .dropdown_on-section-header__button:focus,.dropdown_on-section-header_offline .dropdown_on-section-header__button:active,.dropdown_on-section-header_offline .dropdown_on-section-header__button_active{background-color:transparent}.dropdown_on-section-header_offline .dropdown_on-section-header__button:hover .dropdown_on-section-header__button-arrow,.dropdown_on-section-header_offline .dropdown_on-section-header__button:focus .dropdown_on-section-header__button-arrow,.dropdown_on-section-header_offline .dropdown_on-section-header__button:active .dropdown_on-section-header__button-arrow,.dropdown_on-section-header_offline .dropdown_on-section-header__button_active .dropdown_on-section-header__button-arrow{background-color:transparent}.dropdown_on-section-header_offline .dropdown_on-section-header__button:hover:after,.dropdown_on-section-header_offline .dropdown_on-section-header__button:focus:after,.dropdown_on-section-header_offline .dropdown_on-section-header__button:active:after,.dropdown_on-section-header_offline .dropdown_on-section-header__button_active:after{opacity:1;width:100%;max-width:176px}.dropdown_on-section-header_offline .dropdown_on-section-header__button[aria-expanded=true] .dropdown_on-section-header__button-arrow{transform:rotate(-180deg)}.dropdown_on-section-header_offline .dropdown_on-section-header__button[aria-expanded=true]~.dropdown__menu{opacity:1;transform:translateY(0);transition:max-height .3s ease,opacity .4s ease,transform .5s cubic-bezier(.68,-.45,.265,1.55);display:block!important;pointer-events:auto}@media (max-width: 767px){.dropdown_on-section-header_offline .dropdown_on-section-header__button[aria-expanded=true]~.dropdown__menu{max-height:100%}}.dropdown_on-section-header_offline .dropdown_on-section-header__button[aria-expanded=false]~.dropdown__menu{display:block!important;pointer-events:none;opacity:0;transition:max-height .3s ease,opacity .4s ease,transform .5s cubic-bezier(.68,-.45,.265,1.55);transform:translateY(-15px)}@media (max-width: 767px){.dropdown_on-section-header_offline .dropdown_on-section-header__button[aria-expanded=false]~.dropdown__menu{max-height:0;margin:auto;padding:0}}.dropdown_on-section-header_offline .dropdown_on-section-header__menu{right:auto;left:0}@media (max-width: 767px){.dropdown_on-section-header_offline .dropdown_on-section-header__menu{position:static;max-width:calc(100vw - 20px)!important;box-shadow:none;margin:20px auto}}.members__group .dropdown_on-section-header__button{font-size:12px;border-radius:3px;background-color:#f0f4f8;color:#555}.members__group .dropdown_on-section-header__button-arrow{display:none}
