/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}.nowrap{white-space:nowrap;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
/* @license MIT https://github.com/select2/select2/blob/master/LICENSE.md */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.cke5-custom-block-indent-1{margin-left:40px;}.cke5-custom-block-indent-2{margin-left:80px;}.cke5-custom-block-indent-3{margin-left:120px;}.cke5-custom-block-indent-4{margin-left:160px;}.cke5-custom-block-indent-5{margin-left:200px;}.cke5-custom-block-indent-6{margin-left:240px;}.cke5-custom-block-indent-7{margin-left:280px;}.cke5-custom-block-indent-8{margin-left:320px;}.cke5-custom-block-indent-9{margin-left:360px;}.cke5-custom-block-indent-10{margin-left:400px;}.cke5-custom-block-indent-11{margin-left:440px;}.cke5-custom-block-indent-12{margin-left:480px;}.cke5-custom-block-indent-13{margin-left:520px;}.cke5-custom-block-indent-14{margin-left:560px;}.cke5-custom-block-indent-15{margin-left:600px;}.cke5-custom-block-indent-16{margin-left:640px;}.cke5-custom-block-indent-17{margin-left:680px;}.cke5-custom-block-indent-18{margin-left:720px;}.cke5-custom-block-indent-19{margin-left:760px;}.cke5-custom-block-indent-20{margin-left:800px;}
.page--reclamation .fieldset-legend,.page--reclamation label{display:block;color:#213541;font-family:AvenirLTStd;font-size:16px;font-style:normal;font-weight:600;line-height:25px;margin-bottom:8px}.page--reclamation fieldset legend{padding:0}.page--reclamation .form-item{margin:0 0 20px!important}.page--reclamation [data-drupal-selector=edit-actions]{display:flex;justify-content:space-between}.page--reclamation [data-drupal-selector=edit-actions]:has(>:only-child){justify-content:flex-end}.page--reclamation [data-drupal-selector=edit-is-member]>.fieldset-wrapper>div{display:flex;gap:16px}.page--reclamation [data-drupal-selector=edit-member-message]{text-align:center}.page--reclamation [data-drupal-selector=edit-member-message] p{padding:25px 30px;border-radius:8px;background:#fbdece;margin-bottom:20px}.page--reclamation [data-drupal-selector=edit-contact],.page--reclamation [data-drupal-selector=edit-name]{display:flex;gap:30px}.page--reclamation [data-drupal-selector=edit-contact]>*,.page--reclamation [data-drupal-selector=edit-name]>*{width:50%}.page--reclamation [data-drupal-selector=edit-address-container]{display:grid;gap:30px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.page--reclamation [data-drupal-selector=edit-address-container]>:first-child{grid-column:1/3;grid-row:1}.page--reclamation [data-drupal-selector=edit-address-container]>:nth-child(2){grid-column:1;grid-row:2}.page--reclamation [data-drupal-selector=edit-address-container]>:nth-child(3){grid-column:2;grid-row:2}.page--reclamation .form-type-file{display:grid;grid-template-rows:auto auto auto}.page--reclamation .form-type-file label{grid-row:1;margin-bottom:4px}.page--reclamation .form-type-file>.description{grid-row:2;color:#7a868d;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:4px}.page--reclamation .form-type-file>.form-file{grid-row:3}.page--reclamation p#final-message{margin-bottom:20px;color:#7a868d;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.28px}.page--reclamation .btn--transparent{border:1px solid #e7e7e7;background-color:#fff;color:#213541}.page--reclamation .btn--transparent:focus,.page--reclamation .btn--transparent:hover{background-color:#eef5fa;border:1px solid #4d5d67}.page--reclamation .btn--back{background-image:url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.37571 14.5423L1.83346 8L8.37571 1.45774' stroke='%23213541' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:16px center;padding-left:40px}.page--reclamation .btn--next{background-image:url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45632 1.45774L7.99857 8L1.45632 14.5423' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 16px) center;padding-right:40px}.page--reclamation .btn--next[disabled]{cursor:not-allowed;background-color:#f29d6d;border:1px solid #f29d6d}.page--reclamation .form-required:after,.page--reclamation .js-form-required:after,.page--reclamation fieldset[required] .fieldset-legend:after{content:"*";color:#ea5b0c;margin-left:2px;font-weight:700}.page--reclamation .form-item--error-message{color:#ea5b0c;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-top:4px}.page--reclamation .messages.messages--error{margin:20px 0;background:#ea5b0c;color:#fff;border-radius:4px;font-weight:700}@media (max-width:768px){.page--reclamation [data-drupal-selector=edit-member-message] p{line-height:25px;padding:25px 30px}.page--reclamation [data-drupal-selector=edit-contact],.page--reclamation [data-drupal-selector=edit-name]{display:block}.page--reclamation [data-drupal-selector=edit-contact]>*,.page--reclamation [data-drupal-selector=edit-name]>*{width:100%}.page--reclamation [data-drupal-selector=edit-address-container]{display:block}.page--reclamation .reclamation-confirmation>*{margin-bottom:10px}.page--reclamation .reclamation-confirmation>.btn{margin-top:10px}.page--reclamation .reclamation-confirmation .picture{margin-top:20px}}@media (max-width:375px){.page--reclamation [data-drupal-selector=edit-actions]{flex-direction:column;gap:16px}.page--reclamation [data-drupal-selector=edit-is-member]>.fieldset-wrapper>div{flex-direction:column}}
.page--reclamation .form-type-radio{position:relative;cursor:pointer;display:flex;height:50px;padding:15px 47px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #e7e7e7;background:#fff;transition:border .25s,background .25s;margin:0!important}.page--reclamation .form-type-radio:focus,.page--reclamation .form-type-radio:hover{background:#eef5fa}.page--reclamation .form-type-radio input{opacity:0;width:100%;height:100%;position:absolute;left:0;right:0;margin:0;padding:0;cursor:pointer}.page--reclamation .form-type-radio label{margin:0;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer}.page--reclamation .form-type-radio:has(input:checked){border:1px solid #4d5d67;background:#eef5fa}
.page--reclamation .form-type-select .select2-selection{width:100%;height:50px;display:inline-flex;padding:7px 18px;align-items:center;border-radius:4px;border:1px solid #e7e7e7;background:#fff}.page--reclamation .form-type-select .select2-selection__rendered{color:#213541;font-family:AvenirLTStd;font-size:16px;font-style:normal;font-weight:600;line-height:25px}.page--reclamation .form-type-select .select2-selection__arrow{height:50px!important}.page--reclamation .form-type-select .select2-selection__arrow b{border-style:none!important;border-width:0!important;height:9px!important;width:14px!important;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9998 0.999756L7 6.99951L1.00024 0.999756' stroke='%23213541' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;left:-19px!important}.select2-dropdown{border-radius:0 0 4px 4px;border:1px solid #e7e7e7;background:#fff}.select2-dropdown .select2-results__options{max-height:250px!important}.select2-dropdown .select2-results__option{width:100%;min-height:50px;display:inline-flex;padding:7px 18px;align-items:center;background:#fff;color:#213541;font-family:AvenirLTStd;font-size:16px;font-style:normal;font-weight:600;line-height:25px}.select2-dropdown .select2-results__option.select2-results__option--highlighted{background:#eef5fa;color:#213541}
.page--reclamation .form-type-textarea textarea{width:100%;border-radius:4px;border:1px solid #e7e7e7;background:#fff;padding:18px;color:#213541;font-family:AvenirLTStd;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.page--reclamation .form-type-textarea textarea::placeholder{color:#7a868d;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:600;line-height:20px}
.page--reclamation .form-type-email input,.page--reclamation .form-type-tel input,.page--reclamation .form-type-textfield input{width:100%;height:50px;border-radius:4px;border:1px solid #e7e7e7;background:#fff;padding:7px 18px;color:#213541;font-family:AvenirLTStd;font-size:16px;font-style:normal;font-weight:600;line-height:20px}
.page--reclamation main[role=main]{margin:0;background:#f7f7f4}.page--reclamation .layout-content>.row>.col{margin:0 auto}.page--reclamation .layout-content>.row>.col>.content{background:#fff;padding:45px 90px;border-radius:8px;margin-top:65px}.page--reclamation .header__center{align-items:center;justify-content:center}.page--reclamation .content h1{margin-bottom:12px}.page--reclamation .info-required-fields{margin-bottom:20px}.page--reclamation .personal-data{margin-bottom:65px}.page--reclamation .personal-data p{margin:auto;color:#7a868d;text-align:center;font-family:AvenirLTStd;font-size:14px!important;font-style:normal;font-weight:600;line-height:20px}.page--reclamation .personal-data p a{font-size:14px!important;color:#7a868d;font-weight:600;text-decoration-line:underline;text-decoration-style:solid}.page--reclamation .reclamation-steps{overflow:hidden;padding:0;display:grid;grid-template-columns:repeat(3,1fr);margin-right:150px;position:relative}.page--reclamation .reclamation-steps li{list-style-type:none;position:relative;white-space:nowrap;text-align:center}.page--reclamation .reclamation-steps li span{padding:6px 15px;line-height:20px;border-radius:30px;color:#213541;text-align:center;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:700;transition:color .4s ease-in-out,background-color .4s ease-in-out}.page--reclamation .reclamation-steps li:before{content:"";width:18px;height:18px;display:block;background:#eaebe3;box-sizing:border-box;border:4px solid #fff;border-radius:100%;margin:0 auto 9px;transition:border-color .4s ease-in-out,background-color .4s ease-in-out;z-index:2;position:relative}.page--reclamation .reclamation-steps li:after{content:'';width:100%;height:6px;background:linear-gradient(to right,#ea5b0c 0,#ea5b0c 100%) left/0 100% no-repeat,#fff;background-size:0 100%;position:absolute;left:-50%;top:6px;z-index:1;transition:background-size .6s ease-in-out}.page--reclamation .reclamation-steps li:first-child:after{content:none}.page--reclamation .reclamation-steps li.active:before,.page--reclamation .reclamation-steps li.completed:before{border:4px solid #ea5b0c;background:#fff;box-sizing:border-box}.page--reclamation .reclamation-steps li.active span{color:#fff;background:#ea5b0c}.page--reclamation .reclamation-steps li.active:after,.page--reclamation .reclamation-steps li.completed:after{background-size:100% 100%}.page--reclamation .reclamation-confirmation{text-align:center}.page--reclamation .reclamation-confirmation h2{text-transform:unset}.page--reclamation .reclamation-confirmation .picture{margin-top:40px}.page--reclamation .reclamation-confirmation>*{margin-bottom:25px}.page--reclamation .reclamation-confirmation>p{color:#213541;font-family:AvenirLTStd;font-size:16px;font-style:normal;line-height:25px}.page--reclamation .reclamation-confirmation>p:first-of-type{font-size:20px;font-weight:750}.page--reclamation .reclamation-confirmation>.btn{margin-top:40px}@media (max-width:768px){.page--reclamation .header{background-color:#f2f3ee}.page--reclamation .header__center,.page--reclamation .header__center *{visibility:visible;opacity:1;pointer-events:all}.page--reclamation .header__center{height:104px;background-color:#eaebe3;transform:unset;padding:24px 16px}.page--reclamation .header__center .reclamation-steps{margin-right:0}.page--reclamation .header__center .reclamation-steps li span{font-size:12px}.page--reclamation main[role=main]{margin-top:104px!important}.page--reclamation .layout-content>.row>.col>.content{padding:24px;margin-top:24px}.page--reclamation .content h1{font-size:20px;line-height:25px}.page--reclamation .personal-data,.page--reclamation .personal-data .col{padding:0;width:100%}}@media (max-width:375px){.page--reclamation .header__center .reclamation-steps li span{font-size:10px;padding:6px 8px}}
.filepond--root{margin-bottom:0}.filepond--root .filepond--panel-root{background-color:transparent;border:none}.filepond--root .filepond--drop-label{background-color:#fff;border:1px solid #e7e7e7;border-radius:4px;height:50px;min-height:unset!important;padding:7px 0 7px 18px}.filepond--root .filepond--drop-label label{display:flex!important;align-items:center;justify-content:space-between;width:100%;cursor:pointer;margin:0;padding:0}.filepond--root .filepond--drop-label label p{color:#7a868d;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.filepond--root .filepond--drop-label:hover{background-color:#e7e7e7}.filepond--root .btn{color:#fff;text-align:center;font-family:AvenirLTStd;font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase;height:35px;padding:15px}.filepond--root .btn svg{margin-right:.5rem}.filepond--root[data-drag-state=drag] .filepond--drop-label{background-color:#e7e7e7;border-color:#06c}.filepond--list-scroller{position:relative!important;height:auto!important}.filepond--list{margin-top:8px!important;position:relative!important;height:auto!important}.filepond--item{margin-bottom:4px!important;position:relative!important;top:unset!important;left:unset!important;right:unset!important;width:100%!important;transform:unset!important}.filepond--action-remove-item{cursor:pointer}@media (max-width:768px){.filepond--root .filepond--drop-label{height:138px;padding:7px 0 7px 18px}.filepond--root .filepond--drop-label label{display:block!important;text-align:left}.filepond--root .filepond--drop-label label button{margin-top:10px}}@media (max-width:375px){.filepond--root .filepond--drop-label{padding:0}.filepond--root .filepond--drop-label label p{font-size:12px}}
.toolbar-button.toolbar-button--icon--parker-cms-settings:before,.toolbar-icon.toolbar-icon-parker-cms-settings:before{content:"";mask-image:none !important;background:url(/modules/parker_cms/parker_cms_back_office/assets/toolbar-icon.svg) no-repeat center !important;}
