@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --bg: #e6e6ff;
  --main-col: #0a71b3;
  --variable-color-user: #ff4a0b;
  --variable-color-user-hover: #3f3844;
  --callToAction: #0068ff;
  --col-second-base: 210, 100%;
  --col-second: hsl(var(--col-second-base), 50%);
  --valid: #86f368;
  --red: #ff2c2c;
  --red-base: 0, 90%;
  --disconnect: #dc3937;
  --label-base: 210, 32%;
  --label: hsl(var(--label-base), 40%);
  --input-border: #bebef0;
  --input-disabled-bg: #f5f5fc;
  --focus: #0068ff;
  --focus-base: 215, 100%;
  --focus: hsl(var(--focus-base), 50%);
  --bg-base: 240, 100%;
  --bg-lighter: hsl(var(--bg-base), 98%);
  --bg: hsl(var(--bg-base), 95%);
  --bg-darker: hsl(var(--bg-base), 90%);
}

:root {
  --brand-blue-0: hsl(210, 90%, 98%);
  --brand-blue-100: hsl(210, 90%, 92%);
  --brand-blue-200: hsl(210, 90%, 82%);
  --brand-blue-300: hsl(210, 90%, 68%);
  --brand-blue-400: hsl(210, 90%, 58%);
  --brand-blue-500: hsl(210, 90%, 48%);
  --brand-blue-600: hsl(210, 90%, 34%);
  --brand-blue-700: hsl(210, 90%, 26%);
  --brand-blue-800: hsl(210, 90%, 14%);
  --brand-blue-900: hsl(210, 90%, 8%);
  --brand-orange-0: hsl(22, 98%, 98%);
  --brand-orange-100: hsl(22, 98%, 92%);
  --brand-orange-200: hsl(22, 98%, 84%);
  --brand-orange-300: hsl(22, 98%, 72%);
  --brand-orange-400: hsl(22, 98%, 59%);
  --brand-orange-500: hsl(22, 98%, 49%);
  --brand-orange-600: hsl(22, 98%, 39%);
  --brand-orange-700: hsl(22, 98%, 29%);
  --brand-orange-800: hsl(22, 98%, 19%);
  --brand-orange-900: hsl(22, 98%, 9%);
  --dun-0: hsl(41, 36%, 98%);
  --dun-100: hsl(41, 36%, 95%);
  --dun-200: hsl(41, 36%, 85%);
  --dun-300: hsl(41, 36%, 75%);
  --dun-400: hsl(41, 36%, 65%);
  --dun-500: hsl(41, 36%, 55%);
  --dun-600: hsl(41, 36%, 45%);
  --dun-700: hsl(41, 36%, 35%);
  --dun-800: hsl(41, 36%, 25%);
  --dun-900: hsl(41, 36%, 15%);
  --oxford-0: hsl(240, 100%, 98%);
  --oxford-100: hsl(240, 100%, 94%);
  --oxford-200: hsl(240, 100%, 84%);
  --oxford-300: hsl(240, 100%, 72%);
  --oxford-400: hsl(240, 100%, 60%);
  --oxford-500: hsl(240, 100%, 48%);
  --oxford-600: hsl(240, 100%, 37%);
  --oxford-700: hsl(240, 100%, 27%);
  --oxford-800: hsl(240, 100%, 17%);
  --oxford-900: hsl(240, 100%, 7%);
  --antiflash-0: hsl(204, 20%, 98%);
  --antiflash-100: hsl(204, 20%, 95%);
  --antiflash-150: hsl(204, 20%, 90%);
  --antiflash-200: hsl(204, 20%, 85%);
  --antiflash-300: hsl(204, 20%, 75%);
  --antiflash-400: hsl(204, 20%, 65%);
  --antiflash-500: hsl(204, 20%, 55%);
  --antiflash-600: hsl(204, 20%, 45%);
  --antiflash-700: hsl(204, 20%, 32%);
  --antiflash-800: hsl(204, 20%, 22%);
  --antiflash-900: hsl(204, 20%, 12%);
  --antiflash-1000: hsl(204, 20%, 4%);
  --grey-0: hsl(210, 32%, 100%);
  --grey-50: hsl(210, 32%, 97.5%);
  --grey-100: hsl(210, 32%, 95%);
  --grey-150: hsl(210, 32%, 92.5%);
  --grey-200: hsl(210, 32%, 90%);
  --grey-300: hsl(210, 32%, 80%);
  --grey-400: hsl(210, 32%, 72%);
  --grey-500: hsl(210, 32%, 64%);
  --grey-600: hsl(210, 32%, 56%);
  --grey-700: hsl(210, 32%, 40%);
  --grey-800: hsl(210, 32%, 24%);
  --grey-900: hsl(210, 32%, 12%);
  --grey-1000: hsl(210, 32%, 3%);
  --blue-50: hsl(220, 100%, 97%);
  --blue-100: hsl(220, 100%, 94%);
  --blue-150: hsl(220, 100%, 88%);
  --blue-200: hsl(220, 100%, 84%);
  --blue-300: hsl(220, 100%, 72%);
  --blue-400: hsl(220, 100%, 56%);
  --blue-500: hsl(220, 100%, 48%);
  --blue-600: hsl(220, 100%, 40%);
  --blue-700: hsl(220, 100%, 32%);
  --blue-800: hsl(220, 100%, 24%);
  --blue-900: hsl(220, 100%, 16%);
  --blue-1000: hsl(220, 100%, 8%);
  --green-50: hsl(136, 88%, 98%);
  --green-100: hsl(136, 88%, 92%);
  --green-200: hsl(136, 88%, 84%);
  --green-300: hsl(136, 88%, 72%);
  --green-400: hsl(136, 88%, 56%);
  --green-500: hsl(136, 88%, 48%);
  --green-600: hsl(136, 88%, 40%);
  --green-700: hsl(136, 88%, 32%);
  --green-800: hsl(136, 88%, 24%);
  --green-900: hsl(136, 88%, 16%);
  --green-1000: hsl(136, 88%, 8%);
  --orange-100: hsl(32, 96%, 98%);
  --orange-200: hsl(32, 96%, 88%);
  --orange-300: hsl(32, 96%, 78%);
  --orange-400: hsl(32, 96%, 68%);
  --orange-500: hsl(32, 96%, 58%);
  --orange-600: hsl(32, 96%, 48%);
  --orange-700: hsl(32, 96%, 38%);
  --orange-800: hsl(32, 96%, 28%);
  --orange-900: hsl(32, 96%, 18%);
  --orange-1000: hsl(32, 96%, 8%);
  --red-50: hsl(8, 88%, 98%);
  --red-100: hsl(8, 88%, 92%);
  --red-200: hsl(8, 88%, 84%);
  --red-300: hsl(8, 88%, 72%);
  --red-400: hsl(8, 88%, 56%);
  --red-500: hsl(8, 88%, 48%);
  --red-600: hsl(8, 88%, 40%);
  --red-700: hsl(8, 88%, 32%);
  --red-800: hsl(8, 88%, 24%);
  --red-900: hsl(8, 88%, 16%);
  --red-1000: hsl(8, 88%, 8%);
}

.txt-brand-blue-0 {
  color: var(--brand-blue-0);
}

.bg-brand-blue-0 {
  background-color: var(--brand-blue-0);
}

.fill-brand-blue-0 {
  fill: var(--brand-blue-0);
}

.border-brand-blue-0 {
  border-color: var(--brand-blue-0);
}

.txt-brand-blue-100 {
  color: var(--brand-blue-100);
}

.bg-brand-blue-100 {
  background-color: var(--brand-blue-100);
}

.fill-brand-blue-100 {
  fill: var(--brand-blue-100);
}

.border-brand-blue-100 {
  border-color: var(--brand-blue-100);
}

.txt-brand-blue-200 {
  color: var(--brand-blue-200);
}

.bg-brand-blue-200 {
  background-color: var(--brand-blue-200);
}

.fill-brand-blue-200 {
  fill: var(--brand-blue-200);
}

.border-brand-blue-200 {
  border-color: var(--brand-blue-200);
}

.txt-brand-blue-300 {
  color: var(--brand-blue-300);
}

.bg-brand-blue-300 {
  background-color: var(--brand-blue-300);
}

.fill-brand-blue-300 {
  fill: var(--brand-blue-300);
}

.border-brand-blue-300 {
  border-color: var(--brand-blue-300);
}

.txt-brand-blue-400 {
  color: var(--brand-blue-400);
}

.bg-brand-blue-400 {
  background-color: var(--brand-blue-400);
}

.fill-brand-blue-400 {
  fill: var(--brand-blue-400);
}

.border-brand-blue-400 {
  border-color: var(--brand-blue-400);
}

.txt-brand-blue-500 {
  color: var(--brand-blue-500);
}

.bg-brand-blue-500 {
  background-color: var(--brand-blue-500);
}

.fill-brand-blue-500 {
  fill: var(--brand-blue-500);
}

.border-brand-blue-500 {
  border-color: var(--brand-blue-500);
}

.txt-brand-blue-600 {
  color: var(--brand-blue-600);
}

.bg-brand-blue-600 {
  background-color: var(--brand-blue-600);
}

.fill-brand-blue-600 {
  fill: var(--brand-blue-600);
}

.border-brand-blue-600 {
  border-color: var(--brand-blue-600);
}

.txt-brand-blue-700 {
  color: var(--brand-blue-700);
}

.bg-brand-blue-700 {
  background-color: var(--brand-blue-700);
}

.fill-brand-blue-700 {
  fill: var(--brand-blue-700);
}

.border-brand-blue-700 {
  border-color: var(--brand-blue-700);
}

.txt-brand-blue-800 {
  color: var(--brand-blue-800);
}

.bg-brand-blue-800 {
  background-color: var(--brand-blue-800);
}

.fill-brand-blue-800 {
  fill: var(--brand-blue-800);
}

.border-brand-blue-800 {
  border-color: var(--brand-blue-800);
}

.txt-brand-blue-900 {
  color: var(--brand-blue-900);
}

.bg-brand-blue-900 {
  background-color: var(--brand-blue-900);
}

.fill-brand-blue-900 {
  fill: var(--brand-blue-900);
}

.border-brand-blue-900 {
  border-color: var(--brand-blue-900);
}

.txt-brand-orange-0 {
  color: var(--brand-orange-0);
}

.bg-brand-orange-0 {
  background-color: var(--brand-orange-0);
}

.fill-brand-orange-0 {
  fill: var(--brand-orange-0);
}

.border-brand-orange-0 {
  border-color: var(--brand-orange-0);
}

.txt-brand-orange-100 {
  color: var(--brand-orange-100);
}

.bg-brand-orange-100 {
  background-color: var(--brand-orange-100);
}

.fill-brand-orange-100 {
  fill: var(--brand-orange-100);
}

.border-brand-orange-100 {
  border-color: var(--brand-orange-100);
}

.txt-brand-orange-200 {
  color: var(--brand-orange-200);
}

.bg-brand-orange-200 {
  background-color: var(--brand-orange-200);
}

.fill-brand-orange-200 {
  fill: var(--brand-orange-200);
}

.border-brand-orange-200 {
  border-color: var(--brand-orange-200);
}

.txt-brand-orange-300 {
  color: var(--brand-orange-300);
}

.bg-brand-orange-300 {
  background-color: var(--brand-orange-300);
}

.fill-brand-orange-300 {
  fill: var(--brand-orange-300);
}

.border-brand-orange-300 {
  border-color: var(--brand-orange-300);
}

.txt-brand-orange-400 {
  color: var(--brand-orange-400);
}

.bg-brand-orange-400 {
  background-color: var(--brand-orange-400);
}

.fill-brand-orange-400 {
  fill: var(--brand-orange-400);
}

.border-brand-orange-400 {
  border-color: var(--brand-orange-400);
}

.txt-brand-orange-500 {
  color: var(--brand-orange-500);
}

.bg-brand-orange-500 {
  background-color: var(--brand-orange-500);
}

.fill-brand-orange-500 {
  fill: var(--brand-orange-500);
}

.border-brand-orange-500 {
  border-color: var(--brand-orange-500);
}

.txt-brand-orange-600 {
  color: var(--brand-orange-600);
}

.bg-brand-orange-600 {
  background-color: var(--brand-orange-600);
}

.fill-brand-orange-600 {
  fill: var(--brand-orange-600);
}

.border-brand-orange-600 {
  border-color: var(--brand-orange-600);
}

.txt-brand-orange-700 {
  color: var(--brand-orange-700);
}

.bg-brand-orange-700 {
  background-color: var(--brand-orange-700);
}

.fill-brand-orange-700 {
  fill: var(--brand-orange-700);
}

.border-brand-orange-700 {
  border-color: var(--brand-orange-700);
}

.txt-brand-orange-800 {
  color: var(--brand-orange-800);
}

.bg-brand-orange-800 {
  background-color: var(--brand-orange-800);
}

.fill-brand-orange-800 {
  fill: var(--brand-orange-800);
}

.border-brand-orange-800 {
  border-color: var(--brand-orange-800);
}

.txt-brand-orange-900 {
  color: var(--brand-orange-900);
}

.bg-brand-orange-900 {
  background-color: var(--brand-orange-900);
}

.fill-brand-orange-900 {
  fill: var(--brand-orange-900);
}

.border-brand-orange-900 {
  border-color: var(--brand-orange-900);
}

.txt-dun-0 {
  color: var(--dun-0);
}

.bg-dun-0 {
  background-color: var(--dun-0);
}

.fill-dun-0 {
  fill: var(--dun-0);
}

.border-dun-0 {
  border-color: var(--dun-0);
}

.txt-dun-100 {
  color: var(--dun-100);
}

.bg-dun-100 {
  background-color: var(--dun-100);
}

.fill-dun-100 {
  fill: var(--dun-100);
}

.border-dun-100 {
  border-color: var(--dun-100);
}

.txt-dun-200 {
  color: var(--dun-200);
}

.bg-dun-200 {
  background-color: var(--dun-200);
}

.fill-dun-200 {
  fill: var(--dun-200);
}

.border-dun-200 {
  border-color: var(--dun-200);
}

.txt-dun-300 {
  color: var(--dun-300);
}

.bg-dun-300 {
  background-color: var(--dun-300);
}

.fill-dun-300 {
  fill: var(--dun-300);
}

.border-dun-300 {
  border-color: var(--dun-300);
}

.txt-dun-400 {
  color: var(--dun-400);
}

.bg-dun-400 {
  background-color: var(--dun-400);
}

.fill-dun-400 {
  fill: var(--dun-400);
}

.border-dun-400 {
  border-color: var(--dun-400);
}

.txt-dun-500 {
  color: var(--dun-500);
}

.bg-dun-500 {
  background-color: var(--dun-500);
}

.fill-dun-500 {
  fill: var(--dun-500);
}

.border-dun-500 {
  border-color: var(--dun-500);
}

.txt-dun-600 {
  color: var(--dun-600);
}

.bg-dun-600 {
  background-color: var(--dun-600);
}

.fill-dun-600 {
  fill: var(--dun-600);
}

.border-dun-600 {
  border-color: var(--dun-600);
}

.txt-dun-700 {
  color: var(--dun-700);
}

.bg-dun-700 {
  background-color: var(--dun-700);
}

.fill-dun-700 {
  fill: var(--dun-700);
}

.border-dun-700 {
  border-color: var(--dun-700);
}

.txt-dun-800 {
  color: var(--dun-800);
}

.bg-dun-800 {
  background-color: var(--dun-800);
}

.fill-dun-800 {
  fill: var(--dun-800);
}

.border-dun-800 {
  border-color: var(--dun-800);
}

.txt-dun-900 {
  color: var(--dun-900);
}

.bg-dun-900 {
  background-color: var(--dun-900);
}

.fill-dun-900 {
  fill: var(--dun-900);
}

.border-dun-900 {
  border-color: var(--dun-900);
}

.txt-oxford-0 {
  color: var(--oxford-0);
}

.bg-oxford-0 {
  background-color: var(--oxford-0);
}

.fill-oxford-0 {
  fill: var(--oxford-0);
}

.border-oxford-0 {
  border-color: var(--oxford-0);
}

.txt-oxford-100 {
  color: var(--oxford-100);
}

.bg-oxford-100 {
  background-color: var(--oxford-100);
}

.fill-oxford-100 {
  fill: var(--oxford-100);
}

.border-oxford-100 {
  border-color: var(--oxford-100);
}

.txt-oxford-200 {
  color: var(--oxford-200);
}

.bg-oxford-200 {
  background-color: var(--oxford-200);
}

.fill-oxford-200 {
  fill: var(--oxford-200);
}

.border-oxford-200 {
  border-color: var(--oxford-200);
}

.txt-oxford-300 {
  color: var(--oxford-300);
}

.bg-oxford-300 {
  background-color: var(--oxford-300);
}

.fill-oxford-300 {
  fill: var(--oxford-300);
}

.border-oxford-300 {
  border-color: var(--oxford-300);
}

.txt-oxford-400 {
  color: var(--oxford-400);
}

.bg-oxford-400 {
  background-color: var(--oxford-400);
}

.fill-oxford-400 {
  fill: var(--oxford-400);
}

.border-oxford-400 {
  border-color: var(--oxford-400);
}

.txt-oxford-500 {
  color: var(--oxford-500);
}

.bg-oxford-500 {
  background-color: var(--oxford-500);
}

.fill-oxford-500 {
  fill: var(--oxford-500);
}

.border-oxford-500 {
  border-color: var(--oxford-500);
}

.txt-oxford-600 {
  color: var(--oxford-600);
}

.bg-oxford-600 {
  background-color: var(--oxford-600);
}

.fill-oxford-600 {
  fill: var(--oxford-600);
}

.border-oxford-600 {
  border-color: var(--oxford-600);
}

.txt-oxford-700 {
  color: var(--oxford-700);
}

.bg-oxford-700 {
  background-color: var(--oxford-700);
}

.fill-oxford-700 {
  fill: var(--oxford-700);
}

.border-oxford-700 {
  border-color: var(--oxford-700);
}

.txt-oxford-800 {
  color: var(--oxford-800);
}

.bg-oxford-800 {
  background-color: var(--oxford-800);
}

.fill-oxford-800 {
  fill: var(--oxford-800);
}

.border-oxford-800 {
  border-color: var(--oxford-800);
}

.txt-oxford-900 {
  color: var(--oxford-900);
}

.bg-oxford-900 {
  background-color: var(--oxford-900);
}

.fill-oxford-900 {
  fill: var(--oxford-900);
}

.border-oxford-900 {
  border-color: var(--oxford-900);
}

.txt-antiflash-0 {
  color: var(--antiflash-0);
}

.bg-antiflash-0 {
  background-color: var(--antiflash-0);
}

.fill-antiflash-0 {
  fill: var(--antiflash-0);
}

.border-antiflash-0 {
  border-color: var(--antiflash-0);
}

.txt-antiflash-100 {
  color: var(--antiflash-100);
}

.bg-antiflash-100 {
  background-color: var(--antiflash-100);
}

.fill-antiflash-100 {
  fill: var(--antiflash-100);
}

.border-antiflash-100 {
  border-color: var(--antiflash-100);
}

.txt-antiflash-150 {
  color: var(--antiflash-150);
}

.bg-antiflash-150 {
  background-color: var(--antiflash-150);
}

.fill-antiflash-150 {
  fill: var(--antiflash-150);
}

.border-antiflash-150 {
  border-color: var(--antiflash-150);
}

.txt-antiflash-200 {
  color: var(--antiflash-200);
}

.bg-antiflash-200 {
  background-color: var(--antiflash-200);
}

.fill-antiflash-200 {
  fill: var(--antiflash-200);
}

.border-antiflash-200 {
  border-color: var(--antiflash-200);
}

.txt-antiflash-300 {
  color: var(--antiflash-300);
}

.bg-antiflash-300 {
  background-color: var(--antiflash-300);
}

.fill-antiflash-300 {
  fill: var(--antiflash-300);
}

.border-antiflash-300 {
  border-color: var(--antiflash-300);
}

.txt-antiflash-400 {
  color: var(--antiflash-400);
}

.bg-antiflash-400 {
  background-color: var(--antiflash-400);
}

.fill-antiflash-400 {
  fill: var(--antiflash-400);
}

.border-antiflash-400 {
  border-color: var(--antiflash-400);
}

.txt-antiflash-500 {
  color: var(--antiflash-500);
}

.bg-antiflash-500 {
  background-color: var(--antiflash-500);
}

.fill-antiflash-500 {
  fill: var(--antiflash-500);
}

.border-antiflash-500 {
  border-color: var(--antiflash-500);
}

.txt-antiflash-600 {
  color: var(--antiflash-600);
}

.bg-antiflash-600 {
  background-color: var(--antiflash-600);
}

.fill-antiflash-600 {
  fill: var(--antiflash-600);
}

.border-antiflash-600 {
  border-color: var(--antiflash-600);
}

.txt-antiflash-700 {
  color: var(--antiflash-700);
}

.bg-antiflash-700 {
  background-color: var(--antiflash-700);
}

.fill-antiflash-700 {
  fill: var(--antiflash-700);
}

.border-antiflash-700 {
  border-color: var(--antiflash-700);
}

.txt-antiflash-800 {
  color: var(--antiflash-800);
}

.bg-antiflash-800 {
  background-color: var(--antiflash-800);
}

.fill-antiflash-800 {
  fill: var(--antiflash-800);
}

.border-antiflash-800 {
  border-color: var(--antiflash-800);
}

.txt-antiflash-900 {
  color: var(--antiflash-900);
}

.bg-antiflash-900 {
  background-color: var(--antiflash-900);
}

.fill-antiflash-900 {
  fill: var(--antiflash-900);
}

.border-antiflash-900 {
  border-color: var(--antiflash-900);
}

.txt-antiflash-1000 {
  color: var(--antiflash-1000);
}

.bg-antiflash-1000 {
  background-color: var(--antiflash-1000);
}

.fill-antiflash-1000 {
  fill: var(--antiflash-1000);
}

.border-antiflash-1000 {
  border-color: var(--antiflash-1000);
}

.txt-grey-0 {
  color: var(--grey-0);
}

.bg-grey-0 {
  background-color: var(--grey-0);
}

.fill-grey-0 {
  fill: var(--grey-0);
}

.border-grey-0 {
  border-color: var(--grey-0);
}

.txt-grey-50 {
  color: var(--grey-50);
}

.bg-grey-50 {
  background-color: var(--grey-50);
}

.fill-grey-50 {
  fill: var(--grey-50);
}

.border-grey-50 {
  border-color: var(--grey-50);
}

.txt-grey-100 {
  color: var(--grey-100);
}

.bg-grey-100 {
  background-color: var(--grey-100);
}

.fill-grey-100 {
  fill: var(--grey-100);
}

.border-grey-100 {
  border-color: var(--grey-100);
}

.txt-grey-150 {
  color: var(--grey-150);
}

.bg-grey-150 {
  background-color: var(--grey-150);
}

.fill-grey-150 {
  fill: var(--grey-150);
}

.border-grey-150 {
  border-color: var(--grey-150);
}

.txt-grey-200 {
  color: var(--grey-200);
}

.bg-grey-200 {
  background-color: var(--grey-200);
}

.fill-grey-200 {
  fill: var(--grey-200);
}

.border-grey-200 {
  border-color: var(--grey-200);
}

.txt-grey-300 {
  color: var(--grey-300);
}

.bg-grey-300 {
  background-color: var(--grey-300);
}

.fill-grey-300 {
  fill: var(--grey-300);
}

.border-grey-300 {
  border-color: var(--grey-300);
}

.txt-grey-400 {
  color: var(--grey-400);
}

.bg-grey-400 {
  background-color: var(--grey-400);
}

.fill-grey-400 {
  fill: var(--grey-400);
}

.border-grey-400 {
  border-color: var(--grey-400);
}

.txt-grey-500 {
  color: var(--grey-500);
}

.bg-grey-500 {
  background-color: var(--grey-500);
}

.fill-grey-500 {
  fill: var(--grey-500);
}

.border-grey-500 {
  border-color: var(--grey-500);
}

.txt-grey-600 {
  color: var(--grey-600);
}

.bg-grey-600 {
  background-color: var(--grey-600);
}

.fill-grey-600 {
  fill: var(--grey-600);
}

.border-grey-600 {
  border-color: var(--grey-600);
}

.txt-grey-700 {
  color: var(--grey-700);
}

.bg-grey-700 {
  background-color: var(--grey-700);
}

.fill-grey-700 {
  fill: var(--grey-700);
}

.border-grey-700 {
  border-color: var(--grey-700);
}

.txt-grey-800 {
  color: var(--grey-800);
}

.bg-grey-800 {
  background-color: var(--grey-800);
}

.fill-grey-800 {
  fill: var(--grey-800);
}

.border-grey-800 {
  border-color: var(--grey-800);
}

.txt-grey-900 {
  color: var(--grey-900);
}

.bg-grey-900 {
  background-color: var(--grey-900);
}

.fill-grey-900 {
  fill: var(--grey-900);
}

.border-grey-900 {
  border-color: var(--grey-900);
}

.txt-grey-1000 {
  color: var(--grey-1000);
}

.bg-grey-1000 {
  background-color: var(--grey-1000);
}

.fill-grey-1000 {
  fill: var(--grey-1000);
}

.border-grey-1000 {
  border-color: var(--grey-1000);
}

.txt-blue-50 {
  color: var(--blue-50);
}

.bg-blue-50 {
  background-color: var(--blue-50);
}

.fill-blue-50 {
  fill: var(--blue-50);
}

.border-blue-50 {
  border-color: var(--blue-50);
}

.txt-blue-100 {
  color: var(--blue-100);
}

.bg-blue-100 {
  background-color: var(--blue-100);
}

.fill-blue-100 {
  fill: var(--blue-100);
}

.border-blue-100 {
  border-color: var(--blue-100);
}

.txt-blue-150 {
  color: var(--blue-150);
}

.bg-blue-150 {
  background-color: var(--blue-150);
}

.fill-blue-150 {
  fill: var(--blue-150);
}

.border-blue-150 {
  border-color: var(--blue-150);
}

.txt-blue-200 {
  color: var(--blue-200);
}

.bg-blue-200 {
  background-color: var(--blue-200);
}

.fill-blue-200 {
  fill: var(--blue-200);
}

.border-blue-200 {
  border-color: var(--blue-200);
}

.txt-blue-300 {
  color: var(--blue-300);
}

.bg-blue-300 {
  background-color: var(--blue-300);
}

.fill-blue-300 {
  fill: var(--blue-300);
}

.border-blue-300 {
  border-color: var(--blue-300);
}

.txt-blue-400 {
  color: var(--blue-400);
}

.bg-blue-400 {
  background-color: var(--blue-400);
}

.fill-blue-400 {
  fill: var(--blue-400);
}

.border-blue-400 {
  border-color: var(--blue-400);
}

.txt-blue-500 {
  color: var(--blue-500);
}

.bg-blue-500 {
  background-color: var(--blue-500);
}

.fill-blue-500 {
  fill: var(--blue-500);
}

.border-blue-500 {
  border-color: var(--blue-500);
}

.txt-blue-600 {
  color: var(--blue-600);
}

.bg-blue-600 {
  background-color: var(--blue-600);
}

.fill-blue-600 {
  fill: var(--blue-600);
}

.border-blue-600 {
  border-color: var(--blue-600);
}

.txt-blue-700 {
  color: var(--blue-700);
}

.bg-blue-700 {
  background-color: var(--blue-700);
}

.fill-blue-700 {
  fill: var(--blue-700);
}

.border-blue-700 {
  border-color: var(--blue-700);
}

.txt-blue-800 {
  color: var(--blue-800);
}

.bg-blue-800 {
  background-color: var(--blue-800);
}

.fill-blue-800 {
  fill: var(--blue-800);
}

.border-blue-800 {
  border-color: var(--blue-800);
}

.txt-blue-900 {
  color: var(--blue-900);
}

.bg-blue-900 {
  background-color: var(--blue-900);
}

.fill-blue-900 {
  fill: var(--blue-900);
}

.border-blue-900 {
  border-color: var(--blue-900);
}

.txt-blue-1000 {
  color: var(--blue-1000);
}

.bg-blue-1000 {
  background-color: var(--blue-1000);
}

.fill-blue-1000 {
  fill: var(--blue-1000);
}

.border-blue-1000 {
  border-color: var(--blue-1000);
}

.txt-green-50 {
  color: var(--green-50);
}

.bg-green-50 {
  background-color: var(--green-50);
}

.fill-green-50 {
  fill: var(--green-50);
}

.border-green-50 {
  border-color: var(--green-50);
}

.txt-green-100 {
  color: var(--green-100);
}

.bg-green-100 {
  background-color: var(--green-100);
}

.fill-green-100 {
  fill: var(--green-100);
}

.border-green-100 {
  border-color: var(--green-100);
}

.txt-green-200 {
  color: var(--green-200);
}

.bg-green-200 {
  background-color: var(--green-200);
}

.fill-green-200 {
  fill: var(--green-200);
}

.border-green-200 {
  border-color: var(--green-200);
}

.txt-green-300 {
  color: var(--green-300);
}

.bg-green-300 {
  background-color: var(--green-300);
}

.fill-green-300 {
  fill: var(--green-300);
}

.border-green-300 {
  border-color: var(--green-300);
}

.txt-green-400 {
  color: var(--green-400);
}

.bg-green-400 {
  background-color: var(--green-400);
}

.fill-green-400 {
  fill: var(--green-400);
}

.border-green-400 {
  border-color: var(--green-400);
}

.txt-green-500 {
  color: var(--green-500);
}

.bg-green-500 {
  background-color: var(--green-500);
}

.fill-green-500 {
  fill: var(--green-500);
}

.border-green-500 {
  border-color: var(--green-500);
}

.txt-green-600 {
  color: var(--green-600);
}

.bg-green-600 {
  background-color: var(--green-600);
}

.fill-green-600 {
  fill: var(--green-600);
}

.border-green-600 {
  border-color: var(--green-600);
}

.txt-green-700 {
  color: var(--green-700);
}

.bg-green-700 {
  background-color: var(--green-700);
}

.fill-green-700 {
  fill: var(--green-700);
}

.border-green-700 {
  border-color: var(--green-700);
}

.txt-green-800 {
  color: var(--green-800);
}

.bg-green-800 {
  background-color: var(--green-800);
}

.fill-green-800 {
  fill: var(--green-800);
}

.border-green-800 {
  border-color: var(--green-800);
}

.txt-green-900 {
  color: var(--green-900);
}

.bg-green-900 {
  background-color: var(--green-900);
}

.fill-green-900 {
  fill: var(--green-900);
}

.border-green-900 {
  border-color: var(--green-900);
}

.txt-green-1000 {
  color: var(--green-1000);
}

.bg-green-1000 {
  background-color: var(--green-1000);
}

.fill-green-1000 {
  fill: var(--green-1000);
}

.border-green-1000 {
  border-color: var(--green-1000);
}

.txt-orange-100 {
  color: var(--orange-100);
}

.bg-orange-100 {
  background-color: var(--orange-100);
}

.fill-orange-100 {
  fill: var(--orange-100);
}

.border-orange-100 {
  border-color: var(--orange-100);
}

.txt-orange-200 {
  color: var(--orange-200);
}

.bg-orange-200 {
  background-color: var(--orange-200);
}

.fill-orange-200 {
  fill: var(--orange-200);
}

.border-orange-200 {
  border-color: var(--orange-200);
}

.txt-orange-300 {
  color: var(--orange-300);
}

.bg-orange-300 {
  background-color: var(--orange-300);
}

.fill-orange-300 {
  fill: var(--orange-300);
}

.border-orange-300 {
  border-color: var(--orange-300);
}

.txt-orange-400 {
  color: var(--orange-400);
}

.bg-orange-400 {
  background-color: var(--orange-400);
}

.fill-orange-400 {
  fill: var(--orange-400);
}

.border-orange-400 {
  border-color: var(--orange-400);
}

.txt-orange-500 {
  color: var(--orange-500);
}

.bg-orange-500 {
  background-color: var(--orange-500);
}

.fill-orange-500 {
  fill: var(--orange-500);
}

.border-orange-500 {
  border-color: var(--orange-500);
}

.txt-orange-600 {
  color: var(--orange-600);
}

.bg-orange-600 {
  background-color: var(--orange-600);
}

.fill-orange-600 {
  fill: var(--orange-600);
}

.border-orange-600 {
  border-color: var(--orange-600);
}

.txt-orange-700 {
  color: var(--orange-700);
}

.bg-orange-700 {
  background-color: var(--orange-700);
}

.fill-orange-700 {
  fill: var(--orange-700);
}

.border-orange-700 {
  border-color: var(--orange-700);
}

.txt-orange-800 {
  color: var(--orange-800);
}

.bg-orange-800 {
  background-color: var(--orange-800);
}

.fill-orange-800 {
  fill: var(--orange-800);
}

.border-orange-800 {
  border-color: var(--orange-800);
}

.txt-orange-900 {
  color: var(--orange-900);
}

.bg-orange-900 {
  background-color: var(--orange-900);
}

.fill-orange-900 {
  fill: var(--orange-900);
}

.border-orange-900 {
  border-color: var(--orange-900);
}

.txt-orange-1000 {
  color: var(--orange-1000);
}

.bg-orange-1000 {
  background-color: var(--orange-1000);
}

.fill-orange-1000 {
  fill: var(--orange-1000);
}

.border-orange-1000 {
  border-color: var(--orange-1000);
}

.txt-red-50 {
  color: var(--red-50);
}

.bg-red-50 {
  background-color: var(--red-50);
}

.fill-red-50 {
  fill: var(--red-50);
}

.border-red-50 {
  border-color: var(--red-50);
}

.txt-red-100 {
  color: var(--red-100);
}

.bg-red-100 {
  background-color: var(--red-100);
}

.fill-red-100 {
  fill: var(--red-100);
}

.border-red-100 {
  border-color: var(--red-100);
}

.txt-red-200 {
  color: var(--red-200);
}

.bg-red-200 {
  background-color: var(--red-200);
}

.fill-red-200 {
  fill: var(--red-200);
}

.border-red-200 {
  border-color: var(--red-200);
}

.txt-red-300 {
  color: var(--red-300);
}

.bg-red-300 {
  background-color: var(--red-300);
}

.fill-red-300 {
  fill: var(--red-300);
}

.border-red-300 {
  border-color: var(--red-300);
}

.txt-red-400 {
  color: var(--red-400);
}

.bg-red-400 {
  background-color: var(--red-400);
}

.fill-red-400 {
  fill: var(--red-400);
}

.border-red-400 {
  border-color: var(--red-400);
}

.txt-red-500 {
  color: var(--red-500);
}

.bg-red-500 {
  background-color: var(--red-500);
}

.fill-red-500 {
  fill: var(--red-500);
}

.border-red-500 {
  border-color: var(--red-500);
}

.txt-red-600 {
  color: var(--red-600);
}

.bg-red-600 {
  background-color: var(--red-600);
}

.fill-red-600 {
  fill: var(--red-600);
}

.border-red-600 {
  border-color: var(--red-600);
}

.txt-red-700 {
  color: var(--red-700);
}

.bg-red-700 {
  background-color: var(--red-700);
}

.fill-red-700 {
  fill: var(--red-700);
}

.border-red-700 {
  border-color: var(--red-700);
}

.txt-red-800 {
  color: var(--red-800);
}

.bg-red-800 {
  background-color: var(--red-800);
}

.fill-red-800 {
  fill: var(--red-800);
}

.border-red-800 {
  border-color: var(--red-800);
}

.txt-red-900 {
  color: var(--red-900);
}

.bg-red-900 {
  background-color: var(--red-900);
}

.fill-red-900 {
  fill: var(--red-900);
}

.border-red-900 {
  border-color: var(--red-900);
}

.txt-red-1000 {
  color: var(--red-1000);
}

.bg-red-1000 {
  background-color: var(--red-1000);
}

.fill-red-1000 {
  fill: var(--red-1000);
}

.border-red-1000 {
  border-color: var(--red-1000);
}

.bg-transparent {
  background-color: transparent;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-clip {
  overflow: clip !important;
}

.overflow-x-clip {
  overflow-x: clip !important;
}

.overflow-y-clip {
  overflow-y: clip !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.p-auto {
  padding: auto;
}

.px-auto {
  padding-inline: auto;
}

.py-auto {
  padding-block: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.gap-auto {
  gap: auto;
}

.gap-x-auto {
  column-gap: auto;
}

.gap-y-auto {
  row-gap: auto;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-inline: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-inline: 0 !important;
}

.py-0 {
  padding-block: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.m-0-5 {
  margin: 0.4rem;
}

.mx-0-5 {
  margin-inline: 0.4rem;
}

.my-0-5 {
  margin-block: 0.4rem;
}

.mt-0-5 {
  margin-top: 0.4rem;
}

.mr-0-5 {
  margin-right: 0.4rem;
}

.mb-0-5 {
  margin-bottom: 0.4rem;
}

.ml-0-5 {
  margin-left: 0.4rem;
}

.p-0-5 {
  padding: 0.4rem;
}

.px-0-5 {
  padding-inline: 0.4rem;
}

.py-0-5 {
  padding-block: 0.4rem;
}

.pt-0-5 {
  padding-top: 0.4rem;
}

.pr-0-5 {
  padding-right: 0.4rem;
}

.pb-0-5 {
  padding-bottom: 0.4rem;
}

.pl-0-5 {
  padding-left: 0.4rem;
}

.gap-0-5 {
  gap: 0.4rem;
}

.gap-x-0-5 {
  column-gap: 0.4rem;
}

.gap-y-0-5 {
  row-gap: 0.4rem;
}

.m-1 {
  margin: 0.8rem;
}

.mx-1 {
  margin-inline: 0.8rem;
}

.my-1 {
  margin-block: 0.8rem;
}

.mt-1 {
  margin-top: 0.8rem;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mb-1 {
  margin-bottom: 0.8rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.p-1 {
  padding: 0.8rem;
}

.px-1 {
  padding-inline: 0.8rem;
}

.py-1 {
  padding-block: 0.8rem;
}

.pt-1 {
  padding-top: 0.8rem;
}

.pr-1 {
  padding-right: 0.8rem;
}

.pb-1 {
  padding-bottom: 0.8rem;
}

.pl-1 {
  padding-left: 0.8rem;
}

.gap-1 {
  gap: 0.8rem;
}

.gap-x-1 {
  column-gap: 0.8rem;
}

.gap-y-1 {
  row-gap: 0.8rem;
}

.m-1-5 {
  margin: 1.2rem;
}

.mx-1-5 {
  margin-inline: 1.2rem;
}

.my-1-5 {
  margin-block: 1.2rem;
}

.mt-1-5 {
  margin-top: 1.2rem;
}

.mr-1-5 {
  margin-right: 1.2rem;
}

.mb-1-5 {
  margin-bottom: 1.2rem;
}

.ml-1-5 {
  margin-left: 1.2rem;
}

.p-1-5 {
  padding: 1.2rem;
}

.px-1-5 {
  padding-inline: 1.2rem;
}

.py-1-5 {
  padding-block: 1.2rem;
}

.pt-1-5 {
  padding-top: 1.2rem;
}

.pr-1-5 {
  padding-right: 1.2rem;
}

.pb-1-5 {
  padding-bottom: 1.2rem;
}

.pl-1-5 {
  padding-left: 1.2rem;
}

.gap-1-5 {
  gap: 1.2rem;
}

.gap-x-1-5 {
  column-gap: 1.2rem;
}

.gap-y-1-5 {
  row-gap: 1.2rem;
}

.m-2 {
  margin: 1.6rem;
}

.mx-2 {
  margin-inline: 1.6rem;
}

.my-2 {
  margin-block: 1.6rem;
}

.mt-2 {
  margin-top: 1.6rem;
}

.mr-2 {
  margin-right: 1.6rem;
}

.mb-2 {
  margin-bottom: 1.6rem;
}

.ml-2 {
  margin-left: 1.6rem;
}

.p-2 {
  padding: 1.6rem;
}

.px-2 {
  padding-inline: 1.6rem;
}

.py-2 {
  padding-block: 1.6rem;
}

.pt-2 {
  padding-top: 1.6rem;
}

.pr-2 {
  padding-right: 1.6rem;
}

.pb-2 {
  padding-bottom: 1.6rem;
}

.pl-2 {
  padding-left: 1.6rem;
}

.gap-2 {
  gap: 1.6rem;
}

.gap-x-2 {
  column-gap: 1.6rem;
}

.gap-y-2 {
  row-gap: 1.6rem;
}

.m-2-5 {
  margin: 2rem;
}

.mx-2-5 {
  margin-inline: 2rem;
}

.my-2-5 {
  margin-block: 2rem;
}

.mt-2-5 {
  margin-top: 2rem;
}

.mr-2-5 {
  margin-right: 2rem;
}

.mb-2-5 {
  margin-bottom: 2rem;
}

.ml-2-5 {
  margin-left: 2rem;
}

.p-2-5 {
  padding: 2rem;
}

.px-2-5 {
  padding-inline: 2rem;
}

.py-2-5 {
  padding-block: 2rem;
}

.pt-2-5 {
  padding-top: 2rem;
}

.pr-2-5 {
  padding-right: 2rem;
}

.pb-2-5 {
  padding-bottom: 2rem;
}

.pl-2-5 {
  padding-left: 2rem;
}

.gap-2-5 {
  gap: 2rem;
}

.gap-x-2-5 {
  column-gap: 2rem;
}

.gap-y-2-5 {
  row-gap: 2rem;
}

.m-3 {
  margin: 2.4rem;
}

.mx-3 {
  margin-inline: 2.4rem;
}

.my-3 {
  margin-block: 2.4rem;
}

.mt-3 {
  margin-top: 2.4rem;
}

.mr-3 {
  margin-right: 2.4rem;
}

.mb-3 {
  margin-bottom: 2.4rem;
}

.ml-3 {
  margin-left: 2.4rem;
}

.p-3 {
  padding: 2.4rem;
}

.px-3 {
  padding-inline: 2.4rem;
}

.py-3 {
  padding-block: 2.4rem;
}

.pt-3 {
  padding-top: 2.4rem;
}

.pr-3 {
  padding-right: 2.4rem;
}

.pb-3 {
  padding-bottom: 2.4rem;
}

.pl-3 {
  padding-left: 2.4rem;
}

.gap-3 {
  gap: 2.4rem;
}

.gap-x-3 {
  column-gap: 2.4rem;
}

.gap-y-3 {
  row-gap: 2.4rem;
}

.m-3-5 {
  margin: 2.8rem;
}

.mx-3-5 {
  margin-inline: 2.8rem;
}

.my-3-5 {
  margin-block: 2.8rem;
}

.mt-3-5 {
  margin-top: 2.8rem;
}

.mr-3-5 {
  margin-right: 2.8rem;
}

.mb-3-5 {
  margin-bottom: 2.8rem;
}

.ml-3-5 {
  margin-left: 2.8rem;
}

.p-3-5 {
  padding: 2.8rem;
}

.px-3-5 {
  padding-inline: 2.8rem;
}

.py-3-5 {
  padding-block: 2.8rem;
}

.pt-3-5 {
  padding-top: 2.8rem;
}

.pr-3-5 {
  padding-right: 2.8rem;
}

.pb-3-5 {
  padding-bottom: 2.8rem;
}

.pl-3-5 {
  padding-left: 2.8rem;
}

.gap-3-5 {
  gap: 2.8rem;
}

.gap-x-3-5 {
  column-gap: 2.8rem;
}

.gap-y-3-5 {
  row-gap: 2.8rem;
}

.m-4 {
  margin: 3.2rem;
}

.mx-4 {
  margin-inline: 3.2rem;
}

.my-4 {
  margin-block: 3.2rem;
}

.mt-4 {
  margin-top: 3.2rem;
}

.mr-4 {
  margin-right: 3.2rem;
}

.mb-4 {
  margin-bottom: 3.2rem;
}

.ml-4 {
  margin-left: 3.2rem;
}

.p-4 {
  padding: 3.2rem;
}

.px-4 {
  padding-inline: 3.2rem;
}

.py-4 {
  padding-block: 3.2rem;
}

.pt-4 {
  padding-top: 3.2rem;
}

.pr-4 {
  padding-right: 3.2rem;
}

.pb-4 {
  padding-bottom: 3.2rem;
}

.pl-4 {
  padding-left: 3.2rem;
}

.gap-4 {
  gap: 3.2rem;
}

.gap-x-4 {
  column-gap: 3.2rem;
}

.gap-y-4 {
  row-gap: 3.2rem;
}

.m-4-5 {
  margin: 3.6rem;
}

.mx-4-5 {
  margin-inline: 3.6rem;
}

.my-4-5 {
  margin-block: 3.6rem;
}

.mt-4-5 {
  margin-top: 3.6rem;
}

.mr-4-5 {
  margin-right: 3.6rem;
}

.mb-4-5 {
  margin-bottom: 3.6rem;
}

.ml-4-5 {
  margin-left: 3.6rem;
}

.p-4-5 {
  padding: 3.6rem;
}

.px-4-5 {
  padding-inline: 3.6rem;
}

.py-4-5 {
  padding-block: 3.6rem;
}

.pt-4-5 {
  padding-top: 3.6rem;
}

.pr-4-5 {
  padding-right: 3.6rem;
}

.pb-4-5 {
  padding-bottom: 3.6rem;
}

.pl-4-5 {
  padding-left: 3.6rem;
}

.gap-4-5 {
  gap: 3.6rem;
}

.gap-x-4-5 {
  column-gap: 3.6rem;
}

.gap-y-4-5 {
  row-gap: 3.6rem;
}

.m-5 {
  margin: 4rem;
}

.mx-5 {
  margin-inline: 4rem;
}

.my-5 {
  margin-block: 4rem;
}

.mt-5 {
  margin-top: 4rem;
}

.mr-5 {
  margin-right: 4rem;
}

.mb-5 {
  margin-bottom: 4rem;
}

.ml-5 {
  margin-left: 4rem;
}

.p-5 {
  padding: 4rem;
}

.px-5 {
  padding-inline: 4rem;
}

.py-5 {
  padding-block: 4rem;
}

.pt-5 {
  padding-top: 4rem;
}

.pr-5 {
  padding-right: 4rem;
}

.pb-5 {
  padding-bottom: 4rem;
}

.pl-5 {
  padding-left: 4rem;
}

.gap-5 {
  gap: 4rem;
}

.gap-x-5 {
  column-gap: 4rem;
}

.gap-y-5 {
  row-gap: 4rem;
}

.m-6 {
  margin: 4.8rem;
}

.mx-6 {
  margin-inline: 4.8rem;
}

.my-6 {
  margin-block: 4.8rem;
}

.mt-6 {
  margin-top: 4.8rem;
}

.mr-6 {
  margin-right: 4.8rem;
}

.mb-6 {
  margin-bottom: 4.8rem;
}

.ml-6 {
  margin-left: 4.8rem;
}

.p-6 {
  padding: 4.8rem;
}

.px-6 {
  padding-inline: 4.8rem;
}

.py-6 {
  padding-block: 4.8rem;
}

.pt-6 {
  padding-top: 4.8rem;
}

.pr-6 {
  padding-right: 4.8rem;
}

.pb-6 {
  padding-bottom: 4.8rem;
}

.pl-6 {
  padding-left: 4.8rem;
}

.gap-6 {
  gap: 4.8rem;
}

.gap-x-6 {
  column-gap: 4.8rem;
}

.gap-y-6 {
  row-gap: 4.8rem;
}

.m-7 {
  margin: 5.6rem;
}

.mx-7 {
  margin-inline: 5.6rem;
}

.my-7 {
  margin-block: 5.6rem;
}

.mt-7 {
  margin-top: 5.6rem;
}

.mr-7 {
  margin-right: 5.6rem;
}

.mb-7 {
  margin-bottom: 5.6rem;
}

.ml-7 {
  margin-left: 5.6rem;
}

.p-7 {
  padding: 5.6rem;
}

.px-7 {
  padding-inline: 5.6rem;
}

.py-7 {
  padding-block: 5.6rem;
}

.pt-7 {
  padding-top: 5.6rem;
}

.pr-7 {
  padding-right: 5.6rem;
}

.pb-7 {
  padding-bottom: 5.6rem;
}

.pl-7 {
  padding-left: 5.6rem;
}

.gap-7 {
  gap: 5.6rem;
}

.gap-x-7 {
  column-gap: 5.6rem;
}

.gap-y-7 {
  row-gap: 5.6rem;
}

.m-8 {
  margin: 6.4rem;
}

.mx-8 {
  margin-inline: 6.4rem;
}

.my-8 {
  margin-block: 6.4rem;
}

.mt-8 {
  margin-top: 6.4rem;
}

.mr-8 {
  margin-right: 6.4rem;
}

.mb-8 {
  margin-bottom: 6.4rem;
}

.ml-8 {
  margin-left: 6.4rem;
}

.p-8 {
  padding: 6.4rem;
}

.px-8 {
  padding-inline: 6.4rem;
}

.py-8 {
  padding-block: 6.4rem;
}

.pt-8 {
  padding-top: 6.4rem;
}

.pr-8 {
  padding-right: 6.4rem;
}

.pb-8 {
  padding-bottom: 6.4rem;
}

.pl-8 {
  padding-left: 6.4rem;
}

.gap-8 {
  gap: 6.4rem;
}

.gap-x-8 {
  column-gap: 6.4rem;
}

.gap-y-8 {
  row-gap: 6.4rem;
}

.m-9 {
  margin: 7.2rem;
}

.mx-9 {
  margin-inline: 7.2rem;
}

.my-9 {
  margin-block: 7.2rem;
}

.mt-9 {
  margin-top: 7.2rem;
}

.mr-9 {
  margin-right: 7.2rem;
}

.mb-9 {
  margin-bottom: 7.2rem;
}

.ml-9 {
  margin-left: 7.2rem;
}

.p-9 {
  padding: 7.2rem;
}

.px-9 {
  padding-inline: 7.2rem;
}

.py-9 {
  padding-block: 7.2rem;
}

.pt-9 {
  padding-top: 7.2rem;
}

.pr-9 {
  padding-right: 7.2rem;
}

.pb-9 {
  padding-bottom: 7.2rem;
}

.pl-9 {
  padding-left: 7.2rem;
}

.gap-9 {
  gap: 7.2rem;
}

.gap-x-9 {
  column-gap: 7.2rem;
}

.gap-y-9 {
  row-gap: 7.2rem;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
.shadow-none {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
  stroke: var(--blue-400);
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
#customLoader .txt-xl,
#customLoader .txt-l,
#customLoader .skeleton__line,
#customLoader .spinner {
  display: none;
}

#customLoader.loader--full .txt-xl,
#customLoader.loader--full .spinner,
#customLoader.loader--full .txt-l {
  display: none;
}
#customLoader.loader--full .skeleton__line:nth-child(-n+16) {
  display: flex;
}

#customLoader.loader--mini {
  height: 44px !important;
  padding-top: 0.4rem;
}
#customLoader.loader--mini .spinner {
  display: flex;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Source Sans Pro", Roboto, Arial, sans-serif;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

:root {
  --outline-base: solid 3px;
  --outline-focus: var(--outline-base) hsl(var(--focus-base), 80%);
  --outline-error: var(--outline-base) hsl(var(--red-base), 80%);
  --text-shadow: 0 2px 3px rgba(240, 240, 255, 0.6);
  --shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22);
  --box-shadow-small-base: 0 1px 4px;
  --box-shadow-medium-base: 0 3px 10px;
  --box-shadow-big-base: 0 5px 24px;
  --box-shadow-color: rgba(150, 150, 180, 0.4);
  --box-shadow-light-color: rgba(230, 230, 250, 0.4);
  --box-shadow-small: var(--box-shadow-small-base) var(--box-shadow-color);
  --box-shadow-medium: var(--box-shadow-medium-base) var(--box-shadow-color);
  --box-shadow-big: var(--box-shadow-big-base) var(--box-shadow-color);
  --box-shadow: var(--box-shadow-medium-base) var(--box-shadow-color);
  --box-shadow-dark: var(--box-shadow-medium-base) rgba(20, 20, 40, 0.6);
  --box-shadow-icon: var(--box-shadow-small-base) 1px rgba(210, 210, 230, 0.6);
  --text-shadow: var(--box-shadow-small-base) rgba(240, 240, 255, 0.6);
}

html {
  font-size: 62.5%;
  background-color: var(--bg);
  background-color: var(--antiflash-100);
}
html.no-scroll {
  overflow-y: hidden;
}

body {
  width: 100%;
  padding: 46px 0 0 54px;
  font-size: 1.4rem;
}

.info {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  margin: -4px 0 4px 0;
}
.info__title {
  margin: 0 8px 0 0;
  color: var(--grey-400);
  font-size: 18pt;
  font-weight: 600;
}
.info button,
.info .btn {
  width: 30px;
  height: 30px;
  margin: 0 0 0 12px;
}

*[title]:hover::after {
  background: var(--grey-700);
  color: var(--grey-0);
  font-size: 5rem;
}

.blackout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}

.cacher {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.hidden {
  visibility: hidden !important;
}

.desactive {
  pointer-events: none !important;
  border: 0px !important;
}

.desactive * {
  border: 0px !important;
}

.selectionnable {
  cursor: pointer;
}

.warning,
.warning > * {
  color: red;
  font-weight: 600 !important;
  text-transform: initial;
}

.hover__item {
  visibility: hidden;
  opacity: 0;
  top: 40%;
  transition: all 0.2s linear;
}
.hover:hover .hover__item {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.rel {
  position: relative;
}

.abso {
  position: absolute;
}

.red {
  color: var(--disconnect);
}

.green {
  color: var(--valid);
}

.blue {
  color: var(--focus);
}

.no-transition {
  transition: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-overflow {
  overflow: hidden;
}

.not-allowed {
  cursor: not-allowed;
}

.display--initial {
  display: initial !important;
}

.main-info {
  color: var(--focus) !important;
  font-weight: 700 !important;
}

.txt--left {
  text-align: left !important;
}
.txt--right {
  text-align: right !important;
}
.txt--center {
  text-align: center !important;
}
.txt--italic {
  font-style: italic;
}
.txt--info {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--red);
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.thin {
  font-weight: 400 !important;
}

.reg {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.bolder {
  font-weight: 700 !important;
}

.black {
  font-weight: 800 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.missing {
  color: #e6e6ff;
}

.valid {
  color: var(--valid);
}

.underline {
  text-decoration: underline;
}

.row-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.print {
  display: none !important;
}

.mobile-only {
  display: none !important;
}

.js-champs-admin,
.champsAdmin {
  margin-bottom: 12px;
}

.erreur_formulaire {
  position: initial !important;
  border: solid 1px red;
  outline: var(--outline-error);
}

.svg-background {
  fill: var(--grey-700);
}

.persoBleu {
  background-color: #1e88d8 !important;
}

.persoJaune {
  background-color: #ffb600 !important;
}

.persoVert {
  background-color: #22bf02 !important;
}

.persoRouge {
  background-color: #ea0a0a !important;
}

.persoAzur {
  background-color: #04baac !important;
}

.persoViolet {
  background-color: #ab35ef !important;
}

.persoMagenta {
  background-color: #e60064 !important;
}

.peroInactif {
  background-color: #ff4a0b !important;
}

.pointer-events-all {
  pointer-events: all !important;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.disabled-hover * {
  pointer-events: none !important;
}

@media screen and (max-width: 920px) {
  body {
    padding: 46px 0 0 0;
  }
  .info__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 460px) {
  html {
    padding: 0;
  }
  #bloc_body {
    overflow-x: hidden;
  }
  .info span {
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-only {
    display: initial !important;
  }
  .mobile-only-flex {
    display: flex !important;
  }
  .mobile-only-block {
    display: block !important;
  }
  .mobile-only-inline {
    display: inline !important;
  }
  .not-mobile {
    display: none !important;
  }
}
@media print {
  html {
    background: var(--grey-0);
  }
  body {
    padding: 0 !important;
  }
  .print {
    display: initial !important;
  }
  .notToBePrinted {
    display: none !important;
  }
  .form__btn,
  .main-box__btn {
    display: none;
  }
  /* Bons interventions */
  #ba-contact {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 70%;
    right: 75px;
    bottom: 0;
    left: 40%;
    width: initial;
    max-width: initial;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  #map {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.border-none {
  border-style: none;
}

.border-l-none {
  border-left-style: none;
}

.border-t-none {
  border-top-style: none;
}

.border-r-none {
  border-right-style: none;
}

.border-b-none {
  border-bottom-style: none;
}

.border-y-none {
  border-block-style: none;
}

.border-x-none {
  border-inline-style: none;
}

.border-solid {
  border-style: solid;
}

.border-l-solid {
  border-left-style: solid;
}

.border-t-solid {
  border-top-style: solid;
}

.border-r-solid {
  border-right-style: solid;
}

.border-b-solid {
  border-bottom-style: solid;
}

.border-y-solid {
  border-block-style: solid;
}

.border-x-solid {
  border-inline-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-l-dashed {
  border-left-style: dashed;
}

.border-t-dashed {
  border-top-style: dashed;
}

.border-r-dashed {
  border-right-style: dashed;
}

.border-b-dashed {
  border-bottom-style: dashed;
}

.border-y-dashed {
  border-block-style: dashed;
}

.border-x-dashed {
  border-inline-style: dashed;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.rounded-xs {
  border-radius: 0.25rem;
}

.rounded-t-xs {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-b-xs {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-l-xs {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r-xs {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded-t-sm {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b-sm {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded {
  border-radius: 0.8rem;
}

.rounded-t {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.rounded-b {
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.rounded-l {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

.rounded-r {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.rounded-l {
  border-radius: 1rem;
}

.rounded-t-l {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-b-l {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-l-l {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-l {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-xl {
  border-radius: 1.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-b-xl {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-2xl {
  border-radius: 2rem;
}

.rounded-t-2xl {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.rounded-b-2xl {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.rounded-l-2xl {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-r-2xl {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.rounded-3xl {
  border-radius: 3rem;
}

.rounded-t-3xl {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.rounded-b-3xl {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.rounded-l-3xl {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.rounded-r-3xl {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.rounded-4xl {
  border-radius: 4rem;
}

.rounded-t-4xl {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.rounded-b-4xl {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.rounded-l-4xl {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.rounded-r-4xl {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.rounded-full {
  border-radius: 999rem;
}

.rounded-t-full {
  border-top-left-radius: 999rem;
  border-top-right-radius: 999rem;
}

.rounded-b-full {
  border-bottom-left-radius: 999rem;
  border-bottom-right-radius: 999rem;
}

.rounded-l-full {
  border-top-left-radius: 999rem;
  border-bottom-left-radius: 999rem;
}

.rounded-r-full {
  border-top-right-radius: 999rem;
  border-bottom-right-radius: 999rem;
}

.border-transparent {
  border-color: transparent;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-defautl {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-progress {
  cursor: progress !important;
}

.cursor-none {
  cursor: none !important;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.contents {
  display: contents;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: start;
}

.just-start {
  justify-content: start;
}

.self-start {
  align-self: start;
}

.just-self-start {
  justify-self: start;
}

.content-start {
  align-content: start;
}

.items-center {
  align-items: center;
}

.just-center {
  justify-content: center;
}

.self-center {
  align-self: center;
}

.just-self-center {
  justify-self: center;
}

.content-center {
  align-content: center;
}

.items-end {
  align-items: end;
}

.just-end {
  justify-content: end;
}

.self-end {
  align-self: end;
}

.just-self-end {
  justify-self: end;
}

.content-end {
  align-content: end;
}

.items-stretch {
  align-items: stretch;
}

.just-stretch {
  justify-content: stretch;
}

.self-stretch {
  align-self: stretch;
}

.just-self-stretch {
  justify-self: stretch;
}

.content-stretch {
  align-content: stretch;
}

.items-around {
  align-items: space-around;
}

.just-around {
  justify-content: space-around;
}

.self-around {
  align-self: space-around;
}

.just-self-around {
  justify-self: space-around;
}

.content-around {
  align-content: space-around;
}

.items-between {
  align-items: space-between;
}

.just-between {
  justify-content: space-between;
}

.self-between {
  align-self: space-between;
}

.just-self-between {
  justify-self: space-between;
}

.content-between {
  align-content: space-between;
}

.items-baseline {
  align-items: baseline;
}

.just-baseline {
  justify-content: baseline;
}

.self-baseline {
  align-self: baseline;
}

.just-self-baseline {
  justify-self: baseline;
}

.content-baseline {
  align-content: baseline;
}

.flex {
  display: flex;
}
.flex-no-flex {
  flex: initial;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}

.basis {
  flex-basis: 1;
}
.basis-0 {
  flex-basis: 0;
}
.basis-56 {
  flex-basis: 56px;
}

.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}

.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}

.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-end {
  align-self: flex-end;
}

.content-start {
  align-content: flex-start;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}

.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}

.heading:has(i) {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.heading:has(i) i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-2.4rem, -50%);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.fixed {
  position: fixed;
}

.centered {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.backdrop {
  box-shadow: var(--shadow), 0 0 2000px 2000px rgba(0, 0, 0, 0.4) !important;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.w-fit {
  width: fit-content;
}

.h-fit {
  height: fit-content;
}

.object-cover {
  object-fit: cover;
}

.w-full {
  width: 100%;
}
.w-60 {
  width: clamp(80%, 920px, 80vw);
}
.w-40 {
  width: clamp(60%, 800px, 72vw);
}
.w-initial {
  width: initial;
}
.w-12ch {
  width: 12ch;
}

.h-0 {
  height: 0;
}

.inter {
  font-family: "Inter", Roboto, Arial, sans-serif;
}

.heading__title, h1 {
  font-family: "Source Sans Pro", Roboto, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}

*::placeholder {
  font-size: 1.4rem;
  color: var(--grey-500) !important;
  font-weight: 500;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.txt-xs {
  font-size: 1.1rem;
}
.txt-sm {
  font-size: 1.2rem;
}
.txt-base {
  font-size: 1.4rem;
}
.txt-l {
  font-size: 1.6rem;
}
.txt-xl {
  font-size: 1.8rem;
}
.txt-2xl {
  font-size: 2.24rem;
}
.txt-3xl {
  font-size: 2.8rem;
}
.txt-4xl {
  font-size: 3.2rem;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-middle {
  text-align: middle;
}
.txt-justify {
  text-align: justify;
}

.leading-none {
  line-height: 0;
}
.leading-xs {
  line-height: calc(1.4rem * pow(1.2, -2) * 1.2);
}
.leading-sm {
  line-height: calc(1.4rem * pow(1.2, -1) * 1.2);
}
.leading-base {
  line-height: calc(1.4rem * pow(1.2, 0) * 1.2);
}
.leading-lg {
  line-height: calc(1.4rem * pow(1.2, 1) * 1.2);
}
.leading-xl {
  line-height: calc(1.4rem * pow(1.2, 2) * 1.2);
}
.leading-2xl {
  line-height: calc(1.4rem * pow(1.2, 3) * 1.2);
}
.leading-3xl {
  line-height: calc(1.4rem * pow(1.2, 4) * 1.2);
}
.leading-4xl {
  line-height: calc(1.4rem * pow(1.2, 5) * 1.2);
}
.leading-5xl {
  line-height: calc(1.4rem * pow(1.2, 6) * 1.2);
}

.underline {
  text-decoration: underline;
}

.ellips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-item {
  background-color: var(--grey-0);
  padding: 2.4rem;
}
.accordion-item__header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  column-gap: 0.8rem;
}
.accordion-item:has(header > button[disabled]) {
  background-color: var(--grey-50);
}
.accordion-item:has(header > button[disabled]) .accordion-item__header h2 {
  color: var(--grey-200);
}

.breadcrumb {
  list-style: none;
  display: inline-block;
}
.breadcrumb__wrapper {
  margin-left: -1.2rem;
  background: var(--blue-400);
}
.breadcrumb .icon {
  font-size: 14px;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: var(--grey-0);
  display: block;
  background: var(--grey-400);
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 1.2rem 0 0.8rem;
  text-align: center;
  margin-right: 2.4rem;
}
.breadcrumb li:nth-child(even) a {
  background-color: var(--grey-700);
}
.breadcrumb li:nth-child(even) a:before {
  border-color: var(--grey-700);
  border-left-color: transparent;
}
.breadcrumb li:nth-child(even) a:after {
  border-left-color: var(--grey-700);
}
.breadcrumb li:first-child a {
  padding-left: 2.4rem;
  border-radius: 0.4rem 0 0 0.4rem;
}
.breadcrumb li:first-child a:before {
  border: none;
}
.breadcrumb li:last-child a {
  padding-right: 1.6rem;
  border-radius: 0 0.4rem 0.4rem 0;
}
.breadcrumb li:last-child a:after {
  border: none;
}
.breadcrumb li a:before, .breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid var(--grey-400);
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: var(--grey-400);
}
.breadcrumb li a:hover {
  background-color: var(--main-col);
}
.breadcrumb li a:hover:before {
  border-color: var(--main-col);
  border-left-color: transparent;
}
.breadcrumb li a:hover:after {
  border-left-color: var(--main-col);
}
.breadcrumb li a:active, .breadcrumb li a.active {
  background-color: var(--focus);
}
.breadcrumb li a:active:before, .breadcrumb li a.active:before {
  border-color: var(--focus);
  border-left-color: transparent;
}
.breadcrumb li a:active:after, .breadcrumb li a.active:after {
  border-left-color: var(--focus);
}

.burger {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 36px;
  height: 36px;
  align-self: center;
  margin: 0 3.2rem 0 -0.8rem;
  background: transparent;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.burger:hover {
  background: var(--grey-200);
}
.burger:before, .burger span, .burger:after {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: var(--grey-700);
  border-radius: 5px;
}
.burger span {
  margin: 2px 0;
}
.burger--close {
  justify-content: center;
}
.burger--close:before {
  transform: translateY(1px) rotate(45deg);
}
.burger--close:after {
  transform: translateY(-1px) rotate(-45deg);
}
.burger--close span {
  display: none;
}

@media screen and (max-width: 460px) {
  .burger {
    margin-right: 1.2rem;
  }
  .burger:before, .burger span, .burger:after {
    width: 20px;
  }
  .burger span {
    margin: spacing("0-5") 0;
  }
}
.btn:has(i) i {
  font-size: 1.32rem;
  margin-right: 0.8rem;
  opacity: 0.48;
}
.btn:has(i):hover i {
  opacity: 0.8;
}
.btn:has(i):not(.btn--xl) {
  padding-left: 1.2rem;
}
.btn--icon:has(i):has(.tooltip), .btn--icon:has(svg):has(.tooltip) {
  width: 40px;
  aspect-ratio: 1/1;
  padding: 0.8rem !important;
  background-color: hsla(0, 0%, 0%, 0);
  background: hsla(0, 0%, 0%, 0);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.8rem;
  text-align: center;
  text-shadow: unset;
  box-shadow: unset;
  overflow: visible;
}
.btn--icon:has(i):has(.tooltip):not([class*=" border-"]), .btn--icon:has(svg):has(.tooltip):not([class*=" border-"]) {
  border-color: transparent;
}
.btn--icon:has(i):has(.tooltip) i, .btn--icon:has(svg):has(.tooltip) i {
  margin-right: 0;
  color: var(--grey-600);
  opacity: 1;
}
.btn--icon:has(i):has(.tooltip):hover, .btn--icon:has(svg):has(.tooltip):hover {
  background-color: hsla(0, 0%, 0%, 0.08);
  border-color: var(--grey-300);
}
.btn--icon:has(i):has(.tooltip):hover i, .btn--icon:has(svg):has(.tooltip):hover i {
  opacity: 1;
  color: var(--grey-800);
}
.btn--icon:has(i):has(.tooltip):active, .btn--icon:has(svg):has(.tooltip):active {
  background-color: var(--grey-200);
}
.btn--icon:has(i):has(.tooltip).btn--delete i, .btn--icon:has(svg):has(.tooltip).btn--delete i {
  color: var(--red-500);
}
.btn--icon:has(i):has(.tooltip).btn--delete:hover, .btn--icon:has(svg):has(.tooltip).btn--delete:hover {
  border-color: var(--red-300);
}
.btn--icon:has(i):has(.tooltip).btn--delete:hover i, .btn--icon:has(svg):has(.tooltip).btn--delete:hover i {
  color: var(--red-700);
}
.btn--icon.btn--small {
  padding-block: 0.56rem;
  padding-inline: 1.2rem 2rem;
}
.btn--icon.btn--small i {
  margin-right: 0.4rem;
  font-size: 1.32rem;
}
.btn--icon--transparent {
  background-color: transparent;
  border: solid 1px transparent;
}

tr .btn--icon {
  opacity: 0;
  visibility: hidden;
}
tr:hover .btn--icon {
  opacity: 1;
  visibility: visible;
}
@media screen and (width < 460px) {
  tr .btn--icon {
    opacity: 1;
    visibility: visible;
  }
}

.btn {
  position: relative;
  display: inline-block;
  align-content: center;
  padding-block: 0.8rem;
  padding-inline: 1.6rem;
  border-radius: 50vh;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-variation-settings: "wght" 520;
  text-align: left;
  text-transform: unset;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.btn::first-letter {
  text-transform: uppercase !important;
}
.btn--xl {
  height: 48px;
  font-size: 1.6rem;
  padding-inline: 4rem !important;
}
.btn--main {
  background: linear-gradient(to right, #f45400 50%, rgb(255, 107.3278688525, 29.8) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 160.8360655738, 111.4), inset -1px -1px 1px rgb(203.2, 69.9540983607, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(182.8, 62.931147541, 0);
  color: #e6e6e6;
  text-shadow: 1.72px 1.72px 1px rgb(203.2, 69.9540983607, 0);
  padding: 0.8rem;
}
.btn--main:disabled {
  background: linear-gradient(to right, rgb(255, 214.3442622951, 193) 50%, rgb(255, 227.7213114754, 213.4) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 227.7213114754, 213.4), inset -1px -1px 1px rgb(255, 214.3442622951, 193), 0 2px 6px -2px rgb(255, 214.3442622951, 193);
  border-color: rgb(255, 214.3442622951, 193);
  color: rgb(255, 241.0983606557, 233.8);
  text-shadow: 2px 2px 1px rgb(255, 214.3442622951, 193);
  cursor: not-allowed;
}
.btn--main:hover:not(:disabled) {
  color: hsl(0, 0%, 190.1960784314%);
}
.btn--main:active:not(:disabled) {
  transform: scale(0.96);
}
.btn--second {
  background: linear-gradient(to right, #f0f0f0 50%, hsl(0, 0%, 102.1176470588%) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 118.1176470588%), inset -1px -1px 1px rgb(219.6, 219.6, 219.6), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(209.4, 209.4, 209.4);
  color: #686868;
  text-shadow: 1.72px 1.72px 1px rgb(219.6, 219.6, 219.6);
  padding: 0.8rem;
}
.btn--second:disabled {
  background: linear-gradient(to right, hsl(0, 0%, 134.1176470588%) 50%, hsl(0, 0%, 138.1176470588%) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 138.1176470588%), inset -1px -1px 1px hsl(0, 0%, 134.1176470588%), 0 2px 6px -2px hsl(0, 0%, 134.1176470588%);
  border-color: hsl(0, 0%, 134.1176470588%);
  color: hsl(0, 0%, 142.1176470588%);
  text-shadow: 2px 2px 1px hsl(0, 0%, 134.1176470588%);
  cursor: not-allowed;
}
.btn--second:hover:not(:disabled) {
  color: hsl(0, 0%, -59.2156862745%);
}
.btn--second:active:not(:disabled) {
  transform: scale(0.96);
}
.btn--grey {
  background: linear-gradient(to right, #e5e5e5 50%, rgb(249.4, 249.4, 249.4) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 113.8039215686%), inset -1px -1px 1px rgb(208.6, 208.6, 208.6), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(198.4, 198.4, 198.4);
  color: #686868;
  text-shadow: 1.72px 1.72px 1px rgb(208.6, 208.6, 208.6);
  padding: 0.8rem;
}
.btn--grey:disabled {
  background: linear-gradient(to right, hsl(0, 0%, 129.8039215686%) 50%, hsl(0, 0%, 133.8039215686%) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 133.8039215686%), inset -1px -1px 1px hsl(0, 0%, 129.8039215686%), 0 2px 6px -2px hsl(0, 0%, 129.8039215686%);
  border-color: hsl(0, 0%, 129.8039215686%);
  color: hsl(0, 0%, 137.8039215686%);
  text-shadow: 2px 2px 1px hsl(0, 0%, 129.8039215686%);
  cursor: not-allowed;
}
.btn--grey:hover:not(:disabled) {
  color: hsl(0, 0%, -59.2156862745%);
}
.btn--grey:active:not(:disabled) {
  transform: scale(0.96);
}
.btn--delete {
  background: linear-gradient(to right, #f30000 50%, rgb(255, 28.8, 28.8) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 110.4, 110.4), inset -1px -1px 1px rgb(202.2, 0, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(181.8, 0, 0);
  color: #e6e6e6;
  text-shadow: 1.72px 1.72px 1px rgb(202.2, 0, 0);
  padding: 0.8rem;
}
.btn--delete:disabled {
  background: linear-gradient(to right, #ffc0c0 50%, rgb(255, 212.4, 212.4) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 212.4, 212.4), inset -1px -1px 1px #ffc0c0, 0 2px 6px -2px #ffc0c0;
  border-color: #ffc0c0;
  color: rgb(255, 232.8, 232.8);
  text-shadow: 2px 2px 1px #ffc0c0;
  cursor: not-allowed;
}
.btn--delete:hover:not(:disabled) {
  color: hsl(0, 0%, 190.1960784314%);
}
.btn--delete:active:not(:disabled) {
  transform: scale(0.96);
}
.btn--visu-main {
  background: linear-gradient(to right, #f45400 50%, rgb(255, 107.3278688525, 29.8) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 160.8360655738, 111.4), inset -1px -1px 1px rgb(203.2, 69.9540983607, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(182.8, 62.931147541, 0);
  color: #e6e6e6;
  text-shadow: 1.72px 1.72px 1px rgb(203.2, 69.9540983607, 0);
  padding: 0.8rem;
}
.btn--visu-second {
  background: linear-gradient(to right, #f0f0f0 50%, hsl(0, 0%, 102.1176470588%) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 118.1176470588%), inset -1px -1px 1px rgb(219.6, 219.6, 219.6), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(209.4, 209.4, 209.4);
  color: #686868;
  text-shadow: 1.72px 1.72px 1px rgb(219.6, 219.6, 219.6);
  padding: 0.8rem;
}
.btn--small {
  padding-block: 0.56rem;
  font-size: 1.32rem;
}
.btn--blue {
  background: linear-gradient(to right, hsl(220, 110%, 56%) 50%, hsl(220, 110%, 64%) 100%);
  box-shadow: inset 1px 1px 1px hsl(220, 110%, 80%), inset -1px -1px 1px hsl(220, 110%, 48%), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px hsl(220, 110%, 44%);
  color: #e6e6e6;
  text-shadow: 1.72px 1.72px 1px hsl(220, 110%, 48%);
  padding: 0.8rem;
}
.btn--blue:disabled {
  background: linear-gradient(to right, hsl(220, 110%, 96%) 50%, hsl(220, 110%, 100%) 100%);
  box-shadow: inset 1px 1px 1px hsl(220, 110%, 100%), inset -1px -1px 1px hsl(220, 110%, 96%), 0 2px 6px -2px hsl(220, 110%, 96%);
  border-color: hsl(220, 110%, 96%);
  color: hsl(220, 110%, 104%);
  text-shadow: 2px 2px 1px hsl(220, 110%, 96%);
  cursor: not-allowed;
}
.btn--blue:hover:not(:disabled) {
  color: hsl(0, 0%, 190.1960784314%);
}
.btn--blue:active:not(:disabled) {
  transform: scale(0.96);
}
.btn--focus {
  background: var(--focus);
  border: solid 1x var(--focus);
  color: var(--grey-0);
}
.btn--wide {
  width: 100%;
  margin-inline: 0 !important;
  text-align: center !important;
}
.btn--wide:has(i) {
  padding-left: 0 !important;
}
.btn--round {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  overflow: visible;
  border-radius: 50%;
}
.btn--round.add::before, .btn--round.add::after {
  content: "";
  position: absolute;
  top: initial;
  left: initial;
  display: block;
  width: 12px;
  height: 2px;
  margin: 0;
  background: var(--grey-200);
  border-radius: 10px;
}
.btn--round.add::after {
  transform: rotate(90deg);
}
.btn--round.edit {
  background-color: #ff5a00;
  background-image: url("../images/actions/editer.svg");
  background-size: cover;
}
.btn--round.edit::before, .btn--round.edit::after {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
}
.btn--round.edit:active {
  background-image: url("../images/actions/editer.svg");
}
.btn--round.back {
  background-color: #fdfdfd;
  background-image: url("../images/actions/back.svg");
}
.btn--round.back:active {
  background-image: url("../images/actions/back.svg");
}
.btn--round .options::before,
.btn--round .options span, .btn--round .options::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background: red;
}
.btn--disabled {
  background: linear-gradient(to right, #efefef 50%, hsl(0, 0%, 101.7254901961%) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 117.7254901961%), inset -1px -1px 1px rgb(218.6, 218.6, 218.6), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(208.4, 208.4, 208.4);
  color: #686868;
  text-shadow: 1.72px 1.72px 1px rgb(218.6, 218.6, 218.6);
  padding: 0.8rem;
}
.btn--disabled:disabled {
  background: linear-gradient(to right, hsl(0, 0%, 133.7254901961%) 50%, hsl(0, 0%, 137.7254901961%) 100%);
  box-shadow: inset 1px 1px 1px hsl(0, 0%, 137.7254901961%), inset -1px -1px 1px hsl(0, 0%, 133.7254901961%), 0 2px 6px -2px hsl(0, 0%, 133.7254901961%);
  border-color: hsl(0, 0%, 133.7254901961%);
  color: hsl(0, 0%, 141.7254901961%);
  text-shadow: 2px 2px 1px hsl(0, 0%, 133.7254901961%);
  cursor: not-allowed;
}
.btn--disabled:hover:not(:disabled) {
  color: hsl(0, 0%, -59.2156862745%);
}
.btn--disabled:active:not(:disabled) {
  transform: scale(0.96);
}
.btn--disabled {
  cursor: not-allowed;
}
.btn--disabled::before {
  background-position-y: -14px;
}

button.icon {
  --btn-size: 32px;
  position: relative;
  width: var(--btn-size);
  height: var(--btn-size);
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.1s linear;
}
button.icon:before, button.icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.icon:before {
  width: 0;
  height: 0;
  background: rgb(220, 220, 250);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
button.icon:after {
  z-index: 2;
  width: var(--btn-size);
  height: var(--btn-size);
  background-size: 14px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
button.icon.trash:after {
  background-image: url("../images/boutons/trash.svg");
}
button.icon:hover:before {
  width: var(--btn-size);
  height: var(--btn-size);
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 460px) {
  .btn {
    padding: 0.8rem 3.2rem;
    font-size: 1.4rem;
  }
  .btn--round {
    padding: 0;
  }
  .btn--icon {
    padding-left: 36px;
  }
  .btn--small {
    padding-block: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.2rem;
  }
  .switch + p {
    font-size: 1.4rem;
  }
}
.btn--outline {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
}
.btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.btn--primary {
  background: linear-gradient(to right, #f45400 50%, rgb(255, 107.3278688525, 29.8) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 160.8360655738, 111.4), inset -1px -1px 1px rgb(203.2, 69.9540983607, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgb(182.8, 62.931147541, 0);
  color: #e6e6e6;
  text-shadow: 1.72px 1.72px 1px rgb(203.2, 69.9540983607, 0);
  padding: 0.8rem;
}
.btn--primary:disabled {
  background: linear-gradient(to right, rgb(255, 214.3442622951, 193) 50%, rgb(255, 227.7213114754, 213.4) 100%);
  box-shadow: inset 1px 1px 1px rgb(255, 227.7213114754, 213.4), inset -1px -1px 1px rgb(255, 214.3442622951, 193), 0 2px 6px -2px rgb(255, 214.3442622951, 193);
  border-color: rgb(255, 214.3442622951, 193);
  color: rgb(255, 241.0983606557, 233.8);
  text-shadow: 2px 2px 1px rgb(255, 214.3442622951, 193);
  cursor: not-allowed;
}
.btn--primary:hover:not(:disabled) {
  color: hsl(0, 0%, 190.1960784314%);
}
.btn--primary:active:not(:disabled) {
  transform: scale(0.96);
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  margin: 0 0.8rem 0 0 !important;
}
.switch [type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.switch [type=checkbox]:focus + span {
  box-shadow: 0 0 1px var(--focus);
}
.switch [type=checkbox]:checked + span {
  background: var(--focus);
}
.switch [type=checkbox]:checked + span::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--grey-400);
  border-radius: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.switch span::before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--grey-0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch--small {
  width: 36px;
  height: 20px;
}
.switch--small [type=checkbox]:checked + span::before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.switch--small span::before {
  width: 12px;
  height: 12px;
}
.switch:has(input[disabled]) {
  opacity: 0.4;
}
.switch:has(input[disabled]) span {
  cursor: not-allowed;
}

:root {
  --surface-color: #fff;
  --curve: 40;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  list-style-type: none;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 80vw;
  max-width: 980px;
  margin: 2.4rem auto 0 auto;
}

.card_test {
  position: relative;
  display: block;
  width: 20vw;
  height: 40vh;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease;
}
.card_test__image {
  width: 100%;
  height: auto;
}
.card_test__overlay {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: var(--surface-color);
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}
.card_test__header {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}
.card_test__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 1;
}
.card_test__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}
.card_test__thumb {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.card_test__title {
  font-size: 1em;
  margin: 0 0 0.3em;
  color: #6A515E;
}
.card_test__tagline {
  display: block;
  margin: 1.6rem 0;
  font-size: 0.8em;
  color: #D7BDCA;
}
.card_test__status {
  font-size: 0.8em;
  color: #D7BDCA;
}
.card_test__description {
  padding: 0 2.4rem 2.4rem;
  margin: 0;
  color: #D7BDCA;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.card_test:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.card_test:hover .card_test__overlay {
  transform: translateY(0);
}
.card_test:hover .card_test__header {
  transform: translateY(0);
}

.card {
  width: 250px;
  height: 350px;
  margin: 24px auto;
  background: var(--grey-0);
  box-shadow: 0 2px 6px rgba(100, 100, 200, 0.25);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.card:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.card-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 80vw;
  max-width: 980px;
  margin: 2.4rem auto 0 auto;
}
.card__img {
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  height: 136px;
  width: auto;
  padding: 4rem;
  padding-bottom: 3.2rem;
  border-radius: 8px;
}
.card__img.rel {
  position: relative;
  right: -20px;
}
.card__container {
  padding: 2.4rem 3.2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.card__container__title {
  margin-bottom: 2.2rem;
  color: var(--grey-1000);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.card__container__title--red {
  color: #ff5028;
}
.card__container__desc {
  color: var(--grey-400);
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 460px) {
  .card-wrapper {
    margin: 1.2rem auto 0 auto;
  }
}
.choice {
  display: flex;
  flex-flow: row nowrap;
  align-items: unset;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.choice__actionner {
  width: 100%;
  cursor: pointer;
}
.choice__actionner:nth-child(0n+2) {
  margin-left: 2.4rem;
}
.choice__actionner > label {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: unset;
  padding: 0.8rem 0 0.8rem 3.2rem;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: black;
  background: var(--grey-200);
  border-radius: 2px;
  transition: background ease-in-out 0.2s;
}
.choice__actionner > label:hover {
  background: var(--grey-400);
}
.choice__actionner > label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background: url("../images/img/inputRadio.svg");
  background-size: 200%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.choice__actionner > label.checked {
  background: #3ce678;
}
.choice__actionner > label.checked:before {
  background-position: -12px 0;
}
.choice__actionner > label > [type=radio] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.dragzone {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 0.8rem;
}
.dragzone__item__cta {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: solid 1px transparent;
  border-radius: 50vh;
  cursor: pointer;
}
.dragzone__item__cta:hover {
  border-color: var(--grey-400);
}
.dragzone__item:hover {
  background: white;
}
fieldset[disabled] {
  cursor: not-allowed;
}
fieldset[disabled] span {
  cursor: default;
}
fieldset[disabled] input {
  pointer-events: none;
}

.fieldset {
  padding: 2.4rem;
  padding-right: 4.8rem;
  margin: 0.4rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 2px 4px -2px hsla(210, 40%, 56%, 0.4);
}
.fieldset__title {
  margin: 0 0 1.2rem 0;
  color: var(--grey-1000);
  font-size: 1.6rem;
  font-weight: 600;
}
.fieldset .form__field label {
  white-space: nowrap;
  margin-bottom: 0;
}
.fieldset .form__field .btn--round {
  position: absolute;
  bottom: 2px;
  left: calc(100% + 5px);
}
.fieldset .form__field select, .fieldset .form__field input, .fieldset .form__field textarea {
  margin: 4px 0 0 0;
}
.fieldset--no-padding {
  padding: 0 0 2.4rem 0 !important;
}
.fieldset--no-padding .fieldset__title {
  padding: 2.4rem 0 0 2.4rem;
}
.fieldset--no-padding > * {
  padding-left: 2.4rem;
}
.fieldset--no-padding .form__field .btn--round {
  left: initial;
  right: 12px;
}
.fieldset--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.fieldset--disabled * {
  pointer-events: none;
}
.fieldset .flex-table__thead tr th, .fieldset .flex-table__thead tr td, .fieldset .flex-table__tbody tr th, .fieldset .flex-table__tbody tr td {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.fieldset .flex-table__thead tr th:first-child, .fieldset .flex-table__thead tr td:first-child, .fieldset .flex-table__tbody tr th:first-child, .fieldset .flex-table__tbody tr td:first-child {
  padding-left: 2.4rem !important;
}

@media screen and (max-height: 800px) and (min-width: 920px) {
  .fieldset {
    width: 33%;
    padding: 1.6rem 4.8rem 2.4rem 2.4rem;
  }
  .fieldset__title {
    margin: 0 0 1.2rem 0;
  }
  .fieldset--no-padding .fieldset__title {
    padding: 1.6rem 0 0 2.4rem;
  }
  .fieldset--no-padding > * {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 460px) {
  .fieldset {
    writing-mode: initial;
    padding-block: 1.2rem;
    width: calc(100% - 4px);
    border: solid 1px var(--grey-400);
    box-shadow: none;
  }
  .fieldset__title {
    margin: 0 0 0.8rem 0;
    font-size: 1.6rem;
  }
}
.filter {
  position: relative;
  padding: 0.8rem 2.4rem 0.8rem 1.2rem;
  background: var(--grey-0);
  border-radius: 50vh;
  color: var(--grey-1000);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
}
.filter__cross {
  position: absolute;
  top: 50%;
  right: 14px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.filter__cross::before, .filter__cross::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background: var(--red);
}
.filter__cross::before {
  transform: rotate(45deg);
}
.filter__cross::after {
  transform: rotate(-45deg);
}
.filter:hover {
  background: rgba(120, 120, 180, 0.2);
}
.filter__actif {
  position: relative;
  outline: var(--outline-focus);
  border: solid 1px var(--blue-400) !important;
}
.filter__actif::after {
  content: "!" !important;
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--blue-400);
  border-radius: 50%;
  font-size: 9pt;
  color: var(--grey-0);
  font-weight: 700;
  text-align: center;
}
.filter-underline {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}
.filter-underline li a {
  display: block;
  padding: 0.8rem 2.4rem;
  cursor: pointer;
  border-bottom: solid 3px transparent;
  text-transform: capitalize;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-variation-settings: "wght" 520;
}
.filter-underline li a.active {
  color: var(--blue-500);
  border-bottom: solid 3px var(--blue-500);
}
.filter-underline li a:hover:not(.active) {
  color: var(--grey-900);
}
.filter-round {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
  list-style: none;
}
.filter-round a {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  padding: 0.8rem 1.2rem;
  background-color: var(--antiflash-150);
  font-size: 1.2rem;
  font-variation-settings: "wght" 540;
  color: var(--antiflash-600);
  border-radius: 50vh;
  cursor: pointer;
}
.filter-round a:hover {
  color: var(--grey-1000);
}
.filter-round a:active {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px var(--antiflash-400);
}
.filter-round a.active {
  background-color: var(--blue-500);
  color: var(--grey-0);
}
.filter-button {
  background-color: var(--grey-0);
  padding: 0.4rem;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  width: 216px;
  border-radius: 50vh;
}
.filter-button label {
  flex: 1 1 0px;
  align-content: center;
  padding: 0.4rem;
  margin: 0 !important;
  background-color: var(--grey-0);
  border-radius: 50vh;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--grey-500);
  text-align: center;
  font-size: 1.12rem;
  line-height: 1.76;
  font-variation-settings: "wght" 480;
  cursor: pointer;
}
.filter-button label:hover {
  color: var(--grey-900);
}
.filter-button input[type=radio] {
  display: none;
}
.filter-button input[type=radio]:checked + label {
  background-color: var(--blue-500);
  border: solid 1px var(--blue-500);
  color: var(--grey-50);
}
.filter-button:has([disabled=disabled]) {
  opacity: 0.48;
}
.filter-button:has([disabled=disabled]) label {
  cursor: not-allowed;
}
.filter-button:has([disabled=disabled]) label:hover {
  color: var(--grey-500);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 1.2rem;
  background: var(--grey-0);
  box-shadow: 0 0 1px rgb(20, 80, 150);
}
.header > nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.6rem;
}
.header .burger {
  display: none;
}
.header__nav {
  display: flex;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  max-width: 36px;
  margin-right: 3.2rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.header__nav:hover {
  background: #e8e8e8;
}
.header__nav img {
  width: auto;
  height: 20px;
}
.header__nav--unidentified {
  margin-right: 0;
  border: 1px solid var(--variable-color-user);
  border-radius: 50%;
}
.header__nav--unidentified:hover {
  background: transparent;
}
.header__nav--unidentified img {
  width: auto;
  height: 27px;
  align-self: flex-end;
}
.header__nav--account {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 0;
  background-color: var(--variable-color-user);
  border-radius: 50%;
  text-align: center;
  text-transform: lowercase;
  cursor: pointer;
}
.header__nav--account:hover {
  background-color: var(--variable-color-user);
  outline: var(--outline-focus);
}
.header__nav--account span {
  margin-top: -3px;
  color: var(--grey-0);
  font-size: 1.8rem;
}
.header--admin {
  background: #2f343d;
  color: var(--grey-100);
}

.logged {
  position: fixed;
  top: 50px;
  right: 25px;
  bottom: unset;
  left: unset;
  z-index: 2500;
  min-width: 250px;
  max-width: 350px;
  background: var(--grey-0);
  border-radius: 0.8rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--grey-1000);
}
.logged__infos {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 3.2rem;
  margin-right: auto;
  border-bottom: solid 1px var(--grey-400);
}
.logged__infos__chip {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--variable-color-user);
  border-radius: 50%;
}
.logged__infos__chip span {
  margin-top: -3px;
  color: var(--grey-0);
  font-size: 14pt;
  text-align: center;
  text-transform: lowercase;
}
.logged__infos__name {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0.8rem;
}
.logged__infos__name p:first-child {
  text-transform: capitalize;
  color: black;
}
.logged__infos__name p:last-child {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: lowercase;
  color: var(--grey-700);
}
.logged__mode {
  display: flex;
  flex-flow: false;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 3.2rem;
  border-bottom: solid 1px var(--grey-400);
}
.logged__mode .row-wrap {
  margin-bottom: 0;
}
.logged__mode .row-wrap p {
  font-size: 1.5rem;
}
.logged__links {
  list-style: none;
}
.logged__links li:last-child {
  border-radius: 0 0 0.8rem 0.8rem;
}
.logged__links li:last-child a {
  color: var(--disconnect);
}
.logged__links li:hover {
  background: var(--grey-200);
}
.logged__links a {
  display: inline-block;
  width: 100%;
  padding: 1.2rem 3.2rem;
  color: var(--grey-1000);
}

.sub-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 0 1.2rem 66px;
  margin-left: -54px;
  transition: padding 0.5s ease;
}
.sub-header--grey {
  justify-content: center;
  padding: 6vh 0 8vh 0;
  background: var(--grey-100);
  border-bottom: solid 1px var(--grey-400);
  color: black;
}
.sub-header--blue {
  border: none;
  background: var(--main-col);
  color: var(--grey-0);
  display: none;
}
.sub-header--blue .sub-header__title {
  color: var(--grey-0);
  font-size: 11pt;
  font-weight: 400;
  text-align: center;
}
.sub-header__chip {
  display: flex;
  flex-flow: flase;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background: var(--variable-color-user);
}
.sub-header__chip span {
  position: relative;
  top: -3px;
  font-size: 2.4rem;
  font-weight: normal;
  vertical-align: top;
  text-transform: lowercase;
  color: var(--grey-0);
}
.sub-header__title {
  color: var(--grey-700);
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.sub-header__sub-title {
  color: var(--grey-400);
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
}
.sub-header__wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
}
.sub-header--padding {
  padding-left: 292px !important;
}

.main-head {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: 1fr min-content;
}
.main-head a {
  grid-area: 1/1/2/3;
  width: fit-content;
}
.main-head h1 {
  grid-area: 2/1/3/2;
}
.main-head h1 span {
  font-size: 1.6rem;
  font-weight: 600;
}
.main-head div {
  grid-area: 1/2/3/3;
  align-self: center;
}

@media screen and (max-width: 920px) {
  .header {
    padding: 0 2.4rem;
  }
  .header .burger {
    display: flex;
    margin: 0;
  }
  .logged {
    right: 24px;
  }
  .sub-header {
    padding: 1.2rem 2.4rem;
  }
  .sub-header--grey {
    padding: 3.2rem 0 4.8rem 0;
  }
}
@media screen and (max-width: 460px) {
  .header {
    padding: 0 1.2rem;
  }
  .header__nav {
    margin-right: 2.4rem;
  }
  .header__nav img {
    height: 18px;
  }
  .header__nav--unidentified, .header__nav--account {
    width: 32px;
    height: 32px;
    max-width: 3.2rem;
    margin-right: 0;
  }
  .header__nav--unidentified img, .header__nav--account img {
    height: 24px;
  }
  .header__nav--account span {
    font-size: 12pt;
  }
  .sub-header {
    justify-content: flex-start;
    padding: 1.2rem;
    margin-left: 0;
  }
  .sub-header__chip {
    width: 24px;
    height: 24px;
  }
  .sub-header__chip span {
    top: -2px;
    font-size: 12pt;
  }
  .sub-header__title {
    padding: 0;
    margin-right: 0.8rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .sub-header__sub-title {
    font-size: 1.4rem;
    line-height: initial;
  }
  .sub-header__wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .sub-header--padding {
    padding-left: 0 !important;
  }
}
@media print {
  .header {
    position: initial;
    top: 0;
  }
  .header nav:last-child {
    display: none;
  }
  .sub-header {
    padding: 12px 25px;
    justify-content: flex-start;
    align-items: center;
    background: var(--main-col);
  }
  .sub-header__title {
    margin: 0 !important;
    color: var(--grey-100);
  }
}
@keyframes translate-catchphrase {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes translateX-IBC {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateX-boilerbox {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes jump {
  0% {
    position: relative;
    top: 0;
  }
  35% {
    position: relative;
    top: -24px;
  }
  70% {
    position: relative;
    top: 0px;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes translate-catchphrase {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes translateX-IBC {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateX-boiler-box {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceAlpha {
  00% {
    opacity: 1;
    translate: 0;
    scale: 1;
  }
  25% {
    opacity: 0;
    translate: -10px;
    scale: 0.9;
  }
  26% {
    opacity: 0;
    translate: 10px;
    scale: 0.9;
  }
  55% {
    opacity: 1;
    translate: 0;
    scale: 1;
  }
}
@keyframes borderLoginPage {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: #51b4ff;
    border-radius: 50%;
  }
}
@keyframes borderBack {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: var(--main-col);
    border-radius: 50%;
  }
}
@keyframes shining {
  0% {
    transform: translateX(-100%);
  }
  20% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.icon {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--grey-0);
}
.icon::before, .icon::after {
  content: "";
  display: block;
}
.icon::before {
  position: absolute;
  z-index: 1;
  background-color: var(--bg);
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: all 0.14s ease-in-out;
}
.icon > * {
  z-index: 2;
}
.icon img, .icon::after {
  position: absolute;
  width: 20px;
  height: 20px;
}
.icon__link {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.icon__link .icon {
  margin-right: 0.8rem;
  background-color: transparent;
  border: solid 2px #51b4ff;
}
.icon__link:hover .icon::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.icon__link:hover .icon::after {
  background-image: url("../images/arrows/arrows.svg");
  background-size: 700% 200%;
}
.icon:hover::before {
  width: 38px;
  height: 38px;
}

.round-icon {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid transparent;
  margin-right: 0.8rem;
  border-radius: 100%;
}
.round-icon--back::before, .round-icon--back::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-left: solid 2px;
  transform-origin: center;
  transform: rotate(-45deg);
  margin-left: 0;
}
.round-icon--back:hover {
  animation: borderLoginPage 1s cubic-bezier(0, 0, 1, 1) forwards;
}
.round-icon--back:hover::before, .round-icon--back:hover::after {
  animation: bounceAlpha 1.4s infinite cubic-bezier(0, 0, 1, 1);
}
.round-icon--back:hover::before {
  animation-delay: 0.2s;
}

.iconize {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 38px;
  height: 38px;
  max-width: 38px;
  border-radius: 50%;
  text-align: center;
  background: hsla(var(--grey-base), 0%, 0);
  border: none;
  cursor: pointer;
}
.iconize:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 2px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: hsl(var(--grey-base), 92%);
  border: solid 1px hsl(var(--grey-base), 92%);
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.39, 0, 0.26, 1);
}
.iconize:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.iconize.comment:after {
  background-image: url("../images/svg/comment.svg");
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(7227%) hue-rotate(247deg) brightness(102%) contrast(144%);
}
.iconize.comment .tooltip {
  display: -webkit-box;
  width: 100vh;
  max-width: 360px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  white-space: pre-wrap;
  text-transform: initial;
}
.iconize.add-comment:after {
  background-image: url("../images/svg/add-comment.svg");
  filter: brightness(0) saturate(100%) invert(52%) sepia(44%) saturate(0%) hue-rotate(232deg) brightness(95%) contrast(70%);
}
.iconize.params:after {
  background-image: url("../images/svg/params.svg");
  filter: brightness(0) saturate(100%) invert(2%) sepia(1%) saturate(1705%) hue-rotate(18deg) brightness(84%) contrast(90%);
}
.iconize:hover:before {
  transform: scale(1);
}
.iconize:active:before {
  background-color: hsl(var(--grey-base), 70%);
  border-color: hsl(var(--grey-base), 8%);
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.08s linear, opacity 0.12s linear;
}

table.datable * {
  width: initial;
}

.close-cross {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: unset;
  left: unset;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.close-cross::before, .close-cross::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #ccc;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.close-cross::before {
  transform: rotate(45deg);
}
.close-cross::after {
  transform: rotate(-45deg);
}
.close-cross:hover {
  background: rgba(0, 0, 0, 0.15);
}
.close-cross:hover::before, .close-cross:hover::after {
  background: var(--grey-700);
}
.close-cross--dark {
  background: #454545;
}
.close-cross--dark::before, .close-cross--dark::after {
  background: #acacac;
}
.close-cross--dark:hover {
  background: var(--grey-1000);
}
.close-cross--dark:hover::before, .close-cross--dark:hover::after {
  background: var(--grey-0);
}

.form__field--disabled input, .form__field--disabled select, .form__field--disabled input[type=mail], .form__field--disabled textarea, .form__field--disabled input:disabled, .form__field--disabled select:disabled, .form__field--disabled textarea:disabled, .disabled input,
.disabled select,
.disabled textarea, input[type=checkbox]:disabled,
input[type=radio]:disabled, input.disabled, input:not([type=checkbox]):disabled,
select.disabled,
select:not([type=checkbox]):disabled,
input[type=mail].disabled,
input[type=mail]:not([type=checkbox]):disabled,
textarea.disabled,
textarea:not([type=checkbox]):disabled {
  background: var(--antiflash-0);
  border-color: var(--antiflash-200);
  color: var(--grey-400);
  pointer-events: none;
  opacity: 0.48;
}

table:not(.dataTable) thead, .list__legend, label {
  font-size: 1.32rem;
  font-weight: 600;
  color: var(--grey-700);
}

label {
  display: inline-block;
}

input,
select,
input[type=mail],
textarea {
  width: 100%;
  height: initial;
  padding: 0.8rem;
  background: var(--grey-50);
  border: solid 1px var(--antiflash-300);
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 520;
  color: var(--grey-900);
}
input::placeholder,
select::placeholder,
input[type=mail]::placeholder,
textarea::placeholder {
  color: transparent;
  font-family: "Inter", Helvetica, Arial, sans-serif !important;
  font-variation-settings: "wght" 520;
  font-weight: 400;
}
input.disabled, input:not([type=checkbox]):disabled,
select.disabled,
select:not([type=checkbox]):disabled,
input[type=mail].disabled,
input[type=mail]:not([type=checkbox]):disabled,
textarea.disabled,
textarea:not([type=checkbox]):disabled {
  resize: none;
}
input.disabled:focus, input:not([type=checkbox]):disabled:focus,
select.disabled:focus,
select:not([type=checkbox]):disabled:focus,
input[type=mail].disabled:focus,
input[type=mail]:not([type=checkbox]):disabled:focus,
textarea.disabled:focus,
textarea:not([type=checkbox]):disabled:focus {
  outline: none;
}
input:hover:not([readonly]),
select:hover:not([readonly]),
input[type=mail]:hover:not([readonly]),
textarea:hover:not([readonly]) {
  background-color: var(--grey-0);
  color: var(--grey-1000);
  border-color: var(--antiflash-600);
}
input:focus:not([readonly]),
select:focus:not([readonly]),
input[type=mail]:focus:not([readonly]),
textarea:focus:not([readonly]) {
  border-color: var(--focus) !important;
  outline: var(--outline-focus);
}
input:not(:focus):invalid.formError,
select:not(:focus):invalid.formError,
input[type=mail]:not(:focus):invalid.formError,
textarea:not(:focus):invalid.formError {
  border-color: hsl(var(--red-base), 30%);
  outline: var(--outline-error);
}
input[readonly], input[readonly]:focus, input[readonly]:hover,
select[readonly],
select[readonly]:focus,
select[readonly]:hover,
input[type=mail][readonly],
input[type=mail][readonly]:focus,
input[type=mail][readonly]:hover,
textarea[readonly],
textarea[readonly]:focus,
textarea[readonly]:hover {
  outline: transparent;
  border-color: var(--grey-200);
  background: var(--grey-100);
  color: var(--grey-500);
  cursor: not-allowed;
}

input[type=file] {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1.2rem;
}
input[type=file]:focus {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: initial !important;
  aspect-ratio: 1/1;
  padding: 0 !important;
  cursor: pointer;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  padding: 0;
}

input[type=time] {
  height: 37px;
}

select[multiple=multiple] {
  padding: 0 !important;
}

option {
  padding: 0.8rem;
}
option.notIncluding {
  background: var(--grey-100);
}
option.notIntoService, option.notIntoService:hover {
  background: #e0e0e0;
  color: var(--grey-400);
}

textarea {
  height: 100px;
  resize: vertical;
}
textarea::placeholder {
  font-size: 1.6rem;
  color: var(--grey-400);
  font-weight: 500;
}

.radio,
.checkbox,
.row-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
}
.radio label,
.checkbox label,
.row-wrap label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: unset;
  column-gap: 0.8rem;
  margin: 0;
  color: black;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: initial;
  cursor: pointer;
}
.radio label:first-letter,
.checkbox label:first-letter,
.row-wrap label:first-letter {
  text-transform: uppercase;
}
.radio label ~ p, .radio label span,
.checkbox label ~ p,
.checkbox label span,
.row-wrap label ~ p,
.row-wrap label span {
  font-size: 1.6rem;
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox],
.row-wrap input[type=radio],
.row-wrap input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
}
.radio input[type=checkbox],
.checkbox input[type=checkbox],
.row-wrap input[type=checkbox] {
  border-radius: 0.8rem;
}
.radio span,
.checkbox span,
.row-wrap span {
  font-size: 1.4rem;
}
.radio span:first-letter,
.checkbox span:first-letter,
.row-wrap span:first-letter {
  text-transform: uppercase;
}

.auto-complete {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.auto-complete ul {
  list-style: none;
  padding: 0.8rem 0;
  background: var(--grey-0);
  border: solid 1px var(--grey-200);
  border-top: none;
}
.auto-complete ul li {
  width: 100%;
}

.disabled {
  cursor: not-allowed;
}
.disabled label {
  pointer-events: none;
  opacity: 0.48;
}
.disabled input,
.disabled select,
.disabled textarea {
  opacity: 0.48;
}

.radio-button label {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: unset;
  padding: 0.8rem 0 0.8rem 3.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: black;
  background: var(--grey-200);
  border-radius: 3px;
  transition: background ease-in-out 0.2s;
}
.radio-button label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2.4rem;
  background: url("../images/img/inputRadio.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 200%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.radio-button label:hover {
  background: var(--grey-400);
}
.radio-button label [type=radio] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.radio-button label--checked {
  background: #3ce678;
}
.radio-button label--checked::before {
  background-position: -12px 0;
}

.check-custom {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  color: var(--grey-1000);
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: initial;
  cursor: pointer;
}
.check-custom:first-letter {
  text-transform: uppercase;
}
.check-custom__input {
  display: none;
}
.check-custom__input:checked + .check-custom__checkbox {
  background: rgb(0, 0, 220);
  border-color: rgb(0, 0, 200);
}
.check-custom__input:checked + .check-custom__checkbox:after {
  opacity: 1;
}
.check-custom__checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 0.8rem;
  background: var(--grey-0);
  border: solid 1px var(--input-border);
  border-radius: 6px;
}
.check-custom__checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 5px;
  border: solid 3px var(--grey-0);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 460px) {
  textarea {
    height: 120px !important;
  }
  select {
    height: initial;
  }
  select[multiple=multiple] {
    padding: 0.8rem !important;
  }
}
@media screen and (max-height: 800px) and (min-width: 920px) {
  .radio,
  .checkbox,
  .row-wrap {
    margin-bottom: 0.4rem;
  }
}
textarea#landing-message, .label-input div, .label-input + div .input {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: var(--antiflash-400);
  border-radius: 0.8rem;
}
textarea#landing-message::placeholder, .label-input div::placeholder, .label-input + div .input::placeholder {
  color: var(--antiflash-400);
  font-variation-settings: "wght" 480;
}
textarea#landing-message:hover, .label-input div:hover, .label-input + div .input:hover {
  border-color: var(--antiflash-800);
}

.label-input {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  row-gap: 0.8rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.label-input span {
  grid-area: 1/1/2/2;
  color: var(--antiflash-1000);
}
.label-input div, .label-input + div .input {
  grid-area: 2/1/3/2;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: flex-start;
  height: 40px;
  padding-left: 1.2rem;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: var(--antiflash-300);
  border-radius: 0.8rem;
  font-size: 1.6rem;
}
.label-input div::placeholder, .label-input + div .input::placeholder {
  font-size: 1.6rem;
  color: var(--antiflash-300);
  text-transform: capitalize;
}
.label-input div::placeholder::first-letter, .label-input + div .input::placeholder::first-letter {
  text-transform: uppercase;
}
.label-input div i, .label-input + div .input i {
  align-self: center;
  color: var(--antiflash-700);
  font-size: 1.6rem;
  margin-right: 0.4rem;
}
.label-input div input, .label-input + div .input input {
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
}
.label-input div input::placeholder, .label-input + div .input input::placeholder {
  font-size: 1.6rem;
  color: var(--antiflash-300);
  text-transform: capitalize;
}
.label-input div input::placeholder::first-letter, .label-input + div .input input::placeholder::first-letter {
  text-transform: uppercase;
}
.label-input div input:focus, .label-input + div .input input:focus {
  outline: transparent;
}
.label-input div:hover, .label-input + div .input:hover {
  border-color: var(--antiflash-800);
}
.label-input:has(input:focus) {
  color: var(--focus);
}
.label-input:has(input:focus) span {
  color: currentColor;
}
.label-input:has(input:focus) div {
  border-color: currentColor;
  padding-left: 0.4rem;
  outline: var(--outline-focus);
}
.label-input:has(input:focus) div i {
  display: none;
}
.label-input:has(input:focus) div input::placeholder {
  color: transparent;
}
.label-input--no-icon div {
  padding-left: 0.4rem;
}

textarea#landing-message {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

.new-select {
  --height: 56px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  column-gap: 1.6rem;
  position: relative;
  height: var(--height);
  padding-inline: 2.4rem 1.2rem;
  padding-block: 0.8rem;
  background-color: var(--grey-0);
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.new-select__label {
  color: var(--grey-600);
  font-size: 1.48rem;
  font-variation-settings: "wght" 480;
  font-family: inherit;
}
.new-select .select2-container,
.new-select .select2-container .select2-container--default .select2-selection .selection,
.new-select .select2-selection--single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.new-select .select2-container {
  width: 100% !important;
  margin-top: 0;
}
.new-select .select2-container--default .select2-selection--single {
  height: unset;
  border: none;
  background: transparent !important;
  padding-right: 2.4rem;
}
.new-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: var(--height);
  right: 8px;
}
.new-select .select2-container--default .select2-selection__rendered {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.6rem !important;
  font-variation-settings: "wght" 540 !important;
  text-align: right;
}
.new-select:hover {
  border-color: var(--grey-700);
}
.new-select:has(select[disabled]) {
  background: var(--grey-50);
  cursor: not-allowed;
}
.new-select:has(select[disabled]) .new-select__label {
  color: var(--grey-200);
}
.new-select:has(select[disabled]) .select2-container--default .select2-selection--single {
  border: none;
  background: transparent !important;
  cursor: not-allowed;
}
.new-select:has(select[disabled]) .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  text-align: right;
  color: var(--grey-300) !important;
}
.new-select:has(select[disabled]) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--grey-300) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.new-input {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: start;
  column-gap: 1.6rem;
  padding-block: 0.8rem;
  padding-inline: 2.4rem;
  border: solid 1px var(--grey-200);
  border-radius: 0.8rem;
  cursor: text;
}
.new-input__label {
  align-content: center;
  white-space: nowrap;
  color: var(--grey-600);
  font-size: 1.48rem;
  font-variation-settings: "wght" 480;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.new-input__input {
  flex: 1 1 0;
  background-color: transparent;
  border: none;
  text-align: right;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.6rem !important;
  font-variation-settings: "wght" 540 !important;
  text-align: right;
  color: var(--grey-1000);
}
.new-input__input:focus {
  border-color: initial !important;
  outline: transparent !important;
}
.new-input:hover {
  border-color: var(--grey-700);
}
.new-input--focus, .new-input--focus:hover {
  border-color: var(--blue-500);
  outline: solid 3px var(--blue-200);
}

.new-textarea {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: start;
  row-gap: 0.8rem;
  background: var(--grey-50);
  border: solid 1px var(--antiflash-200);
  border-radius: 0.8rem;
}
.new-textarea textarea,
.new-textarea textarea:hover {
  border: none;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  background: transparent;
  resize: none;
}
.new-textarea textarea::placeholder,
.new-textarea textarea:hover::placeholder {
  font-size: 1.4rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-variation-settings: "wght" 400;
  color: var(--antiflash-300);
}
.new-textarea textarea:focus,
.new-textarea textarea:hover:focus {
  outline: transparent;
}
.new-textarea hr {
  width: 96%;
  height: 1px;
  margin-inline: auto;
  border: none;
  background-color: var(--antiflash-200);
}
.new-textarea button {
  align-self: end;
  flex-shrink: 0;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  border-radius: 0.64rem;
}
.new-textarea:hover:not(.new-textarea--focused) {
  background-color: var(--grey-0);
  border-color: var(--antiflash-600);
}
.new-textarea--focused {
  background: var(--grey-0);
  border-color: var(--focus);
  outline: var(--outline-focus);
}
.new-textarea--focused textarea::placeholder {
  color: transparent !important;
}
.new-textarea--focused hr {
  background-color: var(--antiflash-300);
}
@media screen and (width < 800px) {
  .new-textarea {
    height: 120px;
  }
  .new-textarea textarea {
    font-size: 1.2rem;
  }
}

.legend__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
  font-family: "Inter", Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  color: var(--grey-1000);
  font-weight: 600;
  white-space: nowrap;
}
.legend__item::before {
  content: "";
  position: initial;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 0.8rem;
  border-radius: 50%;
  transform: none;
}
.legend__item--green::before {
  background-color: #2bcc2b;
  background-color: var(--green-600);
}
.legend__item--orange::before {
  background-color: #f49a22;
  background-color: var(--orange-600);
}
.legend__item--blue::before {
  background-color: #36aeea;
}
.legend__item--red::before {
  background-color: #ef3f3f;
}
.legend__item--grey::before {
  background-color: #848484;
}

a {
  text-decoration: none;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
a.link {
  font-size: 1.4rem;
  color: #008afc;
  text-align: center;
}
a.link:hover {
  color: #f40051;
}
a.link--red {
  color: red;
}
a.link--red:hover {
  color: #008afc;
}
a.link--input {
  border: none;
  padding-left: 0;
  text-decoration: underline;
  cursor: pointer;
}
a.back, a.back:visited {
  display: inline-flex;
  align-items: center;
  color: var(--blue-500);
  font-size: 1.4rem;
  font-variation-settings: "wght" 480;
}
a.back .round-icon--back, a.back:visited .round-icon--back {
  display: inline-flex;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  width: 20px;
  height: 20px;
  margin-right: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}
a.back .round-icon--back::before, a.back .round-icon--back::after, a.back:visited .round-icon--back::before, a.back:visited .round-icon--back::after {
  width: 5px;
  height: 5px;
  border-top: solid 1px;
  border-left: solid 1px;
}
a.back:hover .round-icon--back::before, a.back:hover .round-icon--back::after, a.back:visited:hover .round-icon--back::before, a.back:visited:hover .round-icon--back::after {
  animation: bounceAlpha 1.4s infinite cubic-bezier(0, 0, 1, 1);
}
a.back:hover .round-icon--back:before, a.back:visited:hover .round-icon--back:before {
  animation-delay: 0.2s;
}

button.link {
  margin-bottom: 12px;
  border: none;
  background: none;
  color: var(--blue-200);
  cursor: pointer;
}
button.link:hover {
  color: var(--blue-100);
}

.skip-link {
  background: var(--brand-blue-800);
  color: var(--brand-blue-100);
  padding: 10px;
  z-index: 100;
  text-decoration: none;
}
.skip-link__wrapper {
  position: absolute;
  top: -100%;
  left: -100%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: start;
}
.skip-link__wrapper:has(.skip-link:focus) {
  top: 0;
  left: 0;
}
.skip-link:focus {
  color: var(--brand-blue-400);
}

.list-none {
  list-style: none;
}

.list-disc {
  list-style: disc;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list {
  height: 44vh;
  overflow-y: scroll;
}
.list__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--grey-1000);
  text-align: left;
}
.add-list {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 90px;
  overflow-y: scroll;
}
.add-list__added {
  width: 100%;
  padding: 0.8rem 0;
  font-size: 11pt;
  color: var(--grey-1000);
  border-top: solid 1px var(--grey-200);
}

.listing {
  list-style: none;
}
.listing li:not(:first-child, :last-child) {
  margin-block: 1rem;
}
.listing li a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: var(--grey-0);
  box-shadow: 0 0 2px var(--antiflash-200);
  padding: 2.4rem 3.2rem;
  border-radius: 0.5rem;
  color: var(--grey-1000);
  font-size: 2.5rem;
  font-weight: 600;
  scale: 0.985;
  transition: scale 0.2s ease-in-out;
}
.listing li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 6px var(--antiflash);
  transition: opacity 0.2s ease-in-out;
}
.listing li a:hover {
  scale: 0.999;
}
.listing li a:hover:after {
  opacity: 1;
}
.listing li a .pastille--warning {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 460px) {
  .list__title {
    font-size: 11pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list__row > label > span, .list > div > label > span {
    width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list__row > label > span:nth-child(0n+2), .list__row > label > span:nth-child(0n+4), .list > div > label > span:nth-child(0n+2), .list > div > label > span:nth-child(0n+4) {
    display: none !important;
  }
  .list__legend label {
    font-size: 8pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list__legend label.serie, .list__legend label.name-1, .list__legend label.location {
    width: initial !important;
  }
  .list__legend label.built, .list__legend label.name-2 {
    display: none !important;
  }
  .listing li a {
    padding: 1.6rem 2.4rem;
    font-size: 2rem;
  }
}
.accueil-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(960px, 56%, 1440px);
  height: clamp(520px, 80vh, 900px);
  overflow: hidden;
}
@media screen and (width < 800px) {
  .accueil-modal {
    position: initial;
    width: 100%;
    height: 100%;
    padding: 1.6rem;
    transform: unset;
    background-color: transparent;
    border: none;
  }
}
.accueil-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.accueil-modal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.message-box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
  z-index: 6000;
  width: 90vw;
  max-width: 400px;
  padding: 2.4rem;
  background-color: var(--grey-0);
  border-radius: 0 0.8rem 0.8rem 0.8rem;
  box-shadow: var(--shadow);
}
.message-box__title {
  margin-bottom: 2.4rem;
  font-size: 18pt;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: var(--grey-700);
}
.message-box__title--error {
  color: var(--disconnect);
}
.message-box__content {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}
.message-box__content img {
  width: 64px;
  height: auto;
  margin-right: 1.6rem;
}
.message-box__content p {
  font-size: 12pt;
  color: var(--grey-700);
}
.message-box .btn {
  float: right;
  margin-top: 2.4rem;
}

@media screen and (max-width: 460px) {
  .message-box__title {
    font-size: 14pt;
  }
  .message-box__content img {
    width: 48px;
  }
  .message-box__content p {
    font-size: 10pt;
  }
}
#message_flashinfo {
  width: clamp(480px, 32%, 800px);
  max-width: unset;
  border-radius: 16px;
  padding: 3.2rem;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.24);
}
#message_flashinfo header {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  gap: 1.6rem;
}
#message_flashinfo header i {
  display: block;
  width: 64px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #efefef;
  border: solid 6px #dedede;
  border-radius: 50vh;
  color: #aaa;
  font-size: 3.2rem;
}
#message_flashinfo header i::before {
  font-family: "Inter", sans-serif;
  font-variation-settings: "wght" 480;
}
#message_flashinfo header h4 {
  color: var(--grey-900);
  font-variation-settings: "wght" 640;
  font-size: 2rem;
}
#message_flashinfo > div ul li {
  color: var(--grey-600);
  text-align: center;
}
#message_flashinfo footer {
  width: 88%;
  margin-inline: auto;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
  gap: 1.6rem;
}
#message_flashinfo footer > * {
  flex: 1 1 0;
}
@media screen and (width < 1024px) {
  #message_flashinfo footer {
    width: unset;
  }
}

.modal__icon {
  display: block;
  width: fit-content;
  aspect-ratio: 1/1;
  margin-inline: auto;
  padding: 0.8rem;
  border-radius: 50vh;
  align-content: center;
  text-align: center;
}
.modal__icon--question {
  background-color: var(--grey-100);
  outline: solid 10px var(--grey-200);
  border: none;
}
.modal__icon--warning {
  background-color: var(--orange-100);
  outline: solid 10px var(--orange-200);
  border: none;
}
.modal__icon i {
  font-size: 4rem;
}
.modal__title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--grey-1000);
  font-variation-settings: "wght" 660;
}
.modal__desc {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--grey-600);
  font-variation-settings: "wght" 400;
}
.modal__actions {
  width: 80%;
  min-width: 320px;
  gap: 1.6rem;
}
.modal__actions .btn {
  flex: 1 1 0;
  font-size: 1.4rem;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4000;
  background: rgba(20, 20, 20, 0.65);
  box-shadow: var(--shadow), 1000px 1000px rgba(0, 0, 0, 0.16), -1000px -1000px rgba(0, 0, 0, 0.16);
}
.popup__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5000;
  transform: translate(-50%, -50%);
  min-width: 360px;
  margin: 0 auto;
  background: var(--grey-0);
  border-radius: 0 12px 12px 12px;
}
.popup__wrapper::backdrop {
  background-color: black;
}
.popup__header {
  padding: 36px 48px 24px 48px;
  position: relative;
}
.popup__header .close-cross {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: var(--grey-1000);
  opacity: 0.9;
}
.popup__header .close-cross::before, .popup__header .close-cross::after {
  width: 14px;
  height: 2px;
  background: var(--grey-0);
  opacity: 0.7;
}
.popup__header .close-cross:hover {
  background: var(--red);
  opacity: 1;
}
.popup__header .close-cross:hover::before, .popup__header .close-cross:hover::after {
  opacity: 1;
}
.popup__header__action {
  position: absolute;
  top: 4.8rem;
  right: 4.8rem;
  bottom: unset;
  left: unset;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
.popup__header__action .btn--main {
  margin-left: 1.2rem;
}
.popup__title {
  padding: 0;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--grey-1000);
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
  overflow: hidden;
}
.popup__title::first-letter {
  text-transform: uppercase;
}
.popup__title__infos {
  max-width: 400px;
  margin: 1.2rem auto 0 auto;
  font-size: 0.9em;
  color: var(--grey-700);
  text-transform: lowercase;
}
.popup__content {
  padding: 4.8rem;
  padding-top: 0;
  max-width: 400px;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  color: var(--grey-1000);
  font-size: 1.6rem;
}
.popup__content ul {
  list-style: none;
  margin-top: 2.4rem;
  text-align: center;
}
.popup__content .fieldset {
  padding: 0;
}
.popup__content .main-box__btn {
  margin-top: 2.4rem;
}
.popup__action {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding: 0 4.8rem 3.2rem 4.8rem;
}
.popup__action .btn:last-child {
  margin-left: 1.2rem;
}
.popup#popupContact .popup__content, .popup#popupEquipement2 .popup__content {
  max-width: unset;
}

@media screen and (max-width: 460px) {
  .popup__title {
    white-space: initial;
  }
  .popup__wrapper {
    max-width: calc(100vw - 48px);
  }
  .popup__content {
    width: calc(100vw - 48px);
    max-height: 66vh;
    overflow: auto;
  }
}
.nav--underline {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.nav--underline ul {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
}
@media (width < 1240px) {
  .nav--underline ul {
    column-gap: 1.2rem;
  }
}
.nav--underline ul li a {
  display: block;
  align-content: center;
  padding: 0.8rem;
  color: var(--brand-blue-200);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.24rem;
  font-variation-settings: "wght" 480;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.nav--underline ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.4rem;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
@media (width < 460px) {
  .nav--underline ul li a {
    padding-block: 0;
  }
}
.nav--underline ul li:hover a {
  color: var(--brand-blue-100);
}
.nav--underline ul li:hover a::after {
  transform: scaleX(1);
}
.nav--underline ul li:has(a:active) a {
  color: var(--brand-blue-900);
}
.nav--footer {
  max-width: 80ch;
}
.nav--footer ul {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.nav--footer ul li a {
  padding-inline: 1.6rem;
  border-right: 1px solid currentColor;
  color: var(--antiflash-500);
  white-space: nowrap;
  background: none;
  transition: color 0.2s ease;
}
.nav--footer ul li a:hover {
  color: var(--oxford-300);
}
.nav--footer ul li a:active {
  color: var(--oxford-500);
}
.nav--footer ul li a[href="#multi-support"] {
  border-right: none;
}
@media (width < 1184px) {
  .nav--footer {
    margin-block: 2.4rem;
    align-self: center;
  }
  .nav--footer ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    row-gap: 0.8rem;
  }
}
@media (width < 460px) {
  .nav ul li.mobile-only {
    display: block !important;
  }
}

.tabs--infos {
  flex: 0 0 200px;
}
.tabs--infos ul {
  list-style: none;
}
.tabs--infos button,
.tabs--infos a {
  width: 100%;
  padding: 0.8rem;
  background-color: transparent;
  border-radius: 0.8rem;
  border: solid 3px transparent;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.32rem;
  font-variation-settings: "wght" 520;
  color: var(--grey-600);
  text-align: left;
  cursor: pointer;
}
.tabs--infos button.active,
.tabs--infos a.active {
  background: var(--grey-0);
  border-color: var(--grey-200);
  color: var(--grey-1000);
}
.tabs--infos button:hover:not(.active),
.tabs--infos a:hover:not(.active) {
  color: var(--grey-1000);
}
.tabs--round ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: start;
  gap: 0.8rem;
  list-style: none;
}
.tabs--round button,
.tabs--round a {
  border-radius: 80px;
  border: none;
  padding: 0.8rem 1.6rem;
  background-color: var(--grey-0);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-variation-settings: "wght" 540;
  color: var(--grey-700);
  cursor: pointer;
}
.tabs--round button.active,
.tabs--round a.active {
  background-color: var(--blue-500);
  color: var(--grey-0);
}
.tabs--round button:hover:not(.active),
.tabs--round a:hover:not(.active) {
  color: var(--grey-1000);
}

.pastille {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  border: solid 2px var(--callToAction);
  border-radius: 50%;
  background: var(--grey-0);
  color: var(--callToAction);
  font-family: Times New Roman, serif;
  font-size: 1.4rem;
  font-weight: 800;
  font-style: italic;
  text-transform: lowercase;
  cursor: pointer;
}
.pastille__wrapper {
  width: 40px;
}
.pastille--red {
  background: var(--red);
  border-color: var(--red);
  color: var(--grey-0);
  font-style: initial;
  text-transform: uppercase;
}
.pastille--warning {
  background: var(--red);
  border-color: var(--red);
  color: var(--grey-0);
  font-style: initial;
  text-transform: uppercase;
}
.pastille--warning::before {
  content: "!";
}

.explanation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  padding-inline: 0.4rem;
  border-radius: 0.4rem;
  cursor: pointer;
}
.explanation:before, .explanation:after, .explanation span {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--grey-700);
}
.explanation span {
  margin-inline: 2px;
}

.progress-circle {
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
}

.progress-circle:after {
  content: attr(data-value) "%";
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 550;
}

.progress-masque {
  position: absolute;
  width: 60px;
  height: 60px;
  clip: rect(0, 60px, 60px, 30px);
}

.progress-circle[data-value^="5"]:not([data-value="5"]):not([data-value^="5."]) .progress-masque,
.progress-circle[data-value^="6"]:not([data-value="6"]):not([data-value^="6."]) .progress-masque,
.progress-circle[data-value^="7"]:not([data-value="7"]):not([data-value^="7."]) .progress-masque,
.progress-circle[data-value^="8"]:not([data-value="8"]):not([data-value^="8."]) .progress-masque,
.progress-circle[data-value^="9"]:not([data-value="9"]):not([data-value^="9."]) .progress-masque,
.progress-circle[data-value^="100"] .progress-masque {
  clip: rect(auto, auto, auto, auto);
}

.progress-barre,
.progress-sup50 {
  position: absolute;
  box-sizing: border-box;
  border: solid 5px #00b414;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  clip: rect(0, 30px, 60px, 0);
}

.progress-sup50 {
  display: none;
  clip: rect(0, 60px, 60px, 30px);
}

.progress-circle[data-value^="5"]:not([data-value="5"]):not([data-value^="5."]) .progress-sup50,
.progress-circle[data-value^="6"]:not([data-value="6"]):not([data-value^="6."]) .progress-sup50,
.progress-circle[data-value^="7"]:not([data-value="7"]):not([data-value^="7."]) .progress-sup50,
.progress-circle[data-value^="8"]:not([data-value="8"]):not([data-value^="8."]) .progress-sup50,
.progress-circle[data-value^="9"]:not([data-value="9"]):not([data-value^="9."]) .progress-sup50,
.progress-circle[data-value^="100"] .progress-sup50 {
  display: block;
}

.scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--grey-400) var(--grey-200);
}
.scroll::-webkit-scrollbar {
  width: 6px;
}
.scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background: transparent;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: var(--grey-200);
}
.scroll--gris {
  scrollbar-color: var(--grey-700) transparent;
}
.scroll--white {
  scrollbar-color: var(--grey-200) transparent;
}
.scroll--blue {
  scrollbar-color: #b8c4ea transparent;
}
.scroll--blue::-webkit-scrollbar-track {
  background: transparent;
}
.scroll--blue::-webkit-scrollbar-thumb {
  background: #b8c4ea;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.search-bar {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: initial;
  padding: 0 1.2rem;
  height: 32px;
  background: var(--grey-50);
  border: solid 1px var(--antiflash-200);
  border-radius: 50vh;
}
.search-bar__img {
  width: 16px;
  height: 16px;
  margin-right: 0.4rem;
  align-self: center;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1);
}
.search-bar__img:not(i) {
  background: url("../images/img/search.svg");
}
.search-bar__input {
  flex: 1 1 0px;
  height: initial;
  margin-bottom: 0;
  background: transparent;
  border: none !important;
  padding: 0 0 0 0.8rem;
}
.search-bar__input::placeholder {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-variation-settings: "wght" 440;
  color: var(--grey-200);
}
.search-bar__input:focus {
  border: none !important;
  outline: transparent !important;
}
.search-bar__input:focus::placeholder {
  color: transparent !important;
}
.search-bar:hover:not(.search-bar--focus) {
  background-color: hsl(0, 100%, 100%);
  border-color: var(--grey-500);
}
.search-bar:hover:not(.search-bar--focus) .search-bar__input::placeholder {
  color: var(--grey-500) !important;
}
.search-bar--focus {
  border-color: var(--focus) !important;
  outline: var(--outline-focus) !important;
  background-color: var(--grey-0);
}
.search-bar--focus .search-bar__img {
  opacity: 0;
  margin-right: -16px;
}
.search-bar--focus .search-bar__input {
  margin-left: 0;
  padding-inline-start: 0;
}

#choixLangue {
  position: relative;
  display: flex;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  display: none; /* à supprimer une fois la mise en place des autres langues*/
}

.select_wrap {
  box-sizing: border-box;
  width: 200px;
  height: 30px;
  margin: 0.8rem 0 1.2rem 0;
  background: url("http://www.foxrep.com/wp-content/uploads/2017/11/Down-Arrow-PNG.png") no-repeat right 10px center #ffffff;
  background-size: 12px auto;
  border: 1px solid var(--grey-700);
  border-radius: 0.4rem;
}
.select_wrap span {
  display: block;
  padding-left: 12px;
  font-size: 0.8em;
  line-height: 28px;
  text-transform: capitalize;
  cursor: pointer;
}
.select_wrap ul {
  box-sizing: border-box;
  display: none;
  position: relative;
  top: -2px;
  right: 1px;
  bottom: unset;
  left: unset;
  width: 200px;
  list-style-type: none;
  background-color: var(--grey-0);
  border: 1px solid var(--grey-700);
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
}
.select_wrap ul li {
  display: block;
  padding: 0.8rem 1.2rem;
  font-size: 0.8em;
  color: black;
  text-transform: capitalize;
  cursor: pointer;
}
.select_wrap ul li:hover {
  background-color: var(--focus);
}
.select_wrap span img, .select_wrap ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin-top: -2px;
  margin-right: 0.8rem;
}

.separator {
  width: 100%;
  height: 1px;
  border: none;
}
.separator--vertical {
  width: 1px;
  height: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  margin: 0 0.8rem 0 0 !important;
}
.switch [type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.switch [type=checkbox]:focus + span {
  box-shadow: 0 0 1px var(--focus);
}
.switch [type=checkbox]:checked + span {
  background: var(--focus);
}
.switch [type=checkbox]:checked + span::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--grey-400);
  border-radius: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.switch span::before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--grey-0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch--small {
  width: 36px;
  height: 20px;
}
.switch--small [type=checkbox]:checked + span::before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.switch--small span::before {
  width: 12px;
  height: 12px;
}
.switch:has(input[disabled]) {
  opacity: 0.4;
}
.switch:has(input[disabled]) span {
  cursor: not-allowed;
}

#js-liste-bon.flex-table tbody tr:hover {
  background: var(--antiflash-150);
}

table:not(.dataTable) {
  border: none;
  border-collapse: collapse;
}
table:not(.dataTable) thead {
  text-align: left;
}
table:not(.dataTable) thead tr th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
table:not(.dataTable) tbody {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
table:not(.dataTable) tbody tr {
  background: white;
  border-top: solid 1px #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
table:not(.dataTable) tbody tr td {
  padding-block: 0.8rem;
}
table:not(.dataTable) tbody tr:last-child {
  border-bottom: solid 1px #e5e5e5;
}
table:not(.dataTable) tbody tr:hover {
  background: var(--grey-200);
}

@media screen and (max-width: 920px) {
  table:not(.dataTable) thead tr th:first-child,
  table tbody tr td:first-child {
    padding-left: 3.2rem !important;
  }
}
@media screen and (max-width: 460px) {
  table:not(.dataTable) tbody tr td {
    padding-block: 0.8rem;
  }
  table:not(.dataTable) thead tr th:first-child,
  table:not(.dataTable) thead tr td:first-child,
  table:not(.dataTable) tbody tr th:first-child,
  table:not(.dataTable) tbody tr td:first-child {
    padding-left: 1.6rem !important;
  }
}
@media screen and (max-height: 800px) and (min-width: 920px) {
  table thead tr th:first-child,
  table tbody tr td:first-child {
    padding-left: 3.2rem !important;
  }
  table thead tr th {
    padding-bottom: 0.4rem;
  }
}
table.new-table {
  --tb-space: 1rem;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 var(--tb-space);
  margin-top: calc(var(--tb-space) * -1);
}
table.new-table thead {
  color: #9494ce;
}
table.new-table thead tr {
  height: 40px;
}
table.new-table thead tr th {
  position: sticky;
  top: 0;
  z-index: 1500;
  vertical-align: middle;
  font-size: 1.4rem;
  color: var(--antiflash-600);
}
table.new-table tbody {
  position: relative;
  top: calc(var(--tb-space) * -1);
}
table.new-table tbody tr {
  position: relative;
  background: var(--bg) !important;
}
table.new-table tbody tr td {
  vertical-align: middle;
  background: var(--grey-50);
}
table.new-table tbody tr td:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
table.new-table tbody tr td:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
table.new-table tbody tr td.cell-action {
  width: 120px;
}
table.new-table tbody tr td.cell-action .trash {
  visibility: hidden;
}
table.new-table tbody tr td .btn {
  width: fit-content;
}
table.new-table tbody tr .action {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: flex-start;
  visibility: hidden;
}
table.new-table tbody tr .action > button {
  margin-left: 1.2rem;
}
table.new-table tbody tr:hover td {
  background: var(--grey-0);
}
table.new-table tbody tr:hover td.cell-action .trash {
  visibility: visible;
}
table.new-table tbody tr:hover .action {
  visibility: visible;
}

.table__legend {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 3.2rem;
  padding-block: 0.8rem;
}
.table__legend__item {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
  font-weight: 600;
  color: var(--grey-800);
  overflow: hidden;
}
.table__legend__item--half::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0 50vh 50vh 0;
  transform: translateX(-40%);
}
.table__legend__item--blue::before {
  background-color: var(--main-col);
}
.table__legend__item--red::before {
  background-color: #ff5733;
}

.no-hover-effect tbody tr td {
  cursor: initial;
}
.no-hover-effect tbody tr:hover {
  background-color: transparent !important;
}

.tag {
  padding: 0.4rem 0.8rem;
  border: solid 1px currentColor;
  border-radius: 50vh;
  font-family: "Inter", Arial, sans-serif;
  font-variation-settings: "wght" 640;
  font-size: 1.2rem;
}
.tag--danger {
  color: var(--red-500);
}
.tag--alert {
  color: var(--orange-500);
}
.tag--valid {
  color: var(--green-500);
}
.tag--neutral {
  color: var(--grey-500);
}

.tabulator-cell .tag {
  font-size: 1.04rem;
}
@media screen and (width < 800px) {
  .tabulator-cell .tag {
    font-size: 0.88rem;
  }
}

.tooltip-wrapper:not(.close-cross),
#js_table_licence [aria-label] {
  position: relative;
  cursor: pointer;
}

.tooltip-wrapper > .tooltip,
#js_table_licence [aria-label]::after {
  position: absolute;
  top: 80%;
  right: 100%;
  z-index: 2000;
  padding: 0.8rem 1.2rem;
  background-color: var(--grey-900);
  box-shadow: inset 1px 1px 1px #727272, inset -1px -1px 1px #727272;
  border: solid 1px var(--grey-600);
  border-radius: 0.4rem;
  border-left: 4px solid var(--focus);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  font-size: 1.48rem;
  font-weight: 500;
  color: var(--grey-0);
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
  transition: all 0.1s linear;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.tooltip-wrapper > .tooltip:first-letter,
#js_table_licence [aria-label]::after:first-letter {
  text-transform: uppercase;
}

.tooltip-wrapper:hover > .tooltip,
#js_table_licence [aria-label]:hover:after {
  top: 140%;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
}

.tooltip-wrapper > .tooltip::first-letter {
  text-transform: uppercase;
}
.tooltip-wrapper > .tooltip--center {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.tooltip-wrapper > .tooltip--right {
  right: 0;
  left: 100%;
  width: fit-content;
  text-align: left;
}
.tooltip-wrapper > .tooltip--end {
  right: 100% !important;
}
.tooltip-wrapper > .tooltip--red {
  border-left-color: var(--red);
}

#js_table_licence [aria-label]:after {
  content: attr(aria-label);
  font-family: "Source Sans pro", Roboto, Arial;
  display: block;
  max-width: 240px;
}

.valid[aria-label]:after {
  border-left-color: var(--valid) !important;
}

.missing[aria-label]:after {
  border-left-color: var(--grey-400) !important;
}

.watermark {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: nowrap;
}
.watermark__logo {
  width: 38px;
  height: auto;
}
.watermark__baseline {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-left: 0.8rem;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.8rem;
}
.watermark__baseline span:not(.version):first-letter {
  color: var(--main-col);
  font-weight: 700;
}
.watermark__baseline .version {
  margin-left: 0;
  color: var(--grey-700);
  font-size: 0.8rem;
  font-style: italic;
}
.watermark__separator {
  width: 1px;
  height: 100%;
}
.watermark__boilerbox {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 800;
}
.watermark__client {
  align-self: center;
  width: auto;
  height: 28px;
  padding-left: 1.2rem;
  margin-left: 1.2rem;
  border-left: solid 1px var(--grey-400);
}
.watermark--big {
  align-items: center;
}
.watermark--big__logo {
  width: 120px;
}
.watermark--big__baseline {
  font-size: 2rem;
  line-height: 1.8rem;
}

@media screen and (max-height: 800px) and (min-width: 920px), screen and (max-width: 920px) {
  .watermark--big__logo {
    width: 120px !important;
  }
  .watermark--big__baseline {
    font-size: 19pt !important;
    line-height: 17pt !important;
  }
}
@media screen and (max-width: 460px) {
  .watermark--big {
    margin: 0 auto;
  }
  .watermark--big__logo {
    width: 72px;
  }
  .watermark--big__baseline {
    font-size: 14pt;
    line-height: 12pt;
  }
}
.flex-table {
  width: 72vw;
  min-width: 840px;
}
.flex-table__thead tr {
  padding-right: 0.8rem;
}
.flex-table__thead tr th {
  width: 100%;
}
.flex-table__thead tr th.cell-action {
  width: 50%;
}
.flex-table__tbody {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 55vh;
}
.flex-table__tbody tr td {
  width: 100%;
}
.flex-table__tbody tr td.cell-action {
  position: relative;
  width: 50%;
  visibility: hidden;
  text-align: center;
}
.flex-table__tbody tr:hover .cell-action {
  visibility: visible;
}
.flex-table__row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-height: 920px) {
  .flex-table {
    width: 100%;
  }
  .flex-table__tbody {
    height: 55vh;
  }
}
@media screen and (max-height: 800px) and (min-width: 920px) {
  .flex-table__row td {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 460px) {
  .flex-table {
    width: 100%;
    min-width: initial;
  }
  .flex-table__thead tr {
    padding-right: 0;
  }
  .flex-table__tbody {
    height: initial;
    max-height: 60vh;
  }
}
.form__title {
  margin: 4rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main-col);
  text-align: center;
}
.form__infos {
  margin: 2.4rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--grey-700);
  line-height: 1.4rem;
  text-align: center;
}
.form__infos--left {
  text-align: left;
}
.form__field {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.2rem 0;
}
.form__field__title {
  margin-block: 2.4rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--main-col);
  text-transform: none;
}
.form__field__sub-title {
  margin-block: 1.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--grey-1000);
  text-transform: none;
}
.form__field--disabled {
  cursor: not-allowed;
}
.form__field--disabled label {
  pointer-events: none;
}
.form__field--disabled input, .form__field--disabled select, .form__field--disabled input[type=mail], .form__field--disabled textarea {
  opacity: 0.48;
}
.form__field input:not([type=checkbox], [type=radio]), .form__field select {
  min-width: 160px;
}
.form__field .desc {
  margin: 0 0 1.2rem 0;
  font-size: 1.4rem;
  color: var(--grey-700);
}
.form__field .desc__sub {
  font-style: italic;
}
.form__field .help-block, .form__field .error_rendered, .form__field .messagesErreur {
  display: block;
  margin-top: -10px;
  font-size: 9pt;
  color: red;
}
.form__field .help-block ul, .form__field .error_rendered ul, .form__field .messagesErreur ul {
  list-style: none;
  margin-top: -10px;
}
.form__field__choice {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 72px 0;
}
.form__field__choice p {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  max-width: fit-content;
  padding: 1.6rem;
  background: var(--grey-0);
  border: solid 1px var(--grey-200);
  border-radius: 50%;
  color: var(--grey-700);
  text-align: center;
  font-size: 14pt;
  font-weight: 500;
}
.form__field__choice hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: var(--grey-200);
  border: none;
  color: var(--grey-200);
}
.form__field *:last-child:not(label) {
  margin-bottom: 0;
}
.form__field.invisible {
  margin: 0;
}
.form__field--double {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
.form__field--double > div {
  flex: 1 1 0;
}
.form__field--flex {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.form__btn {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 3.2rem;
}
.form__btn--not-allowed {
  cursor: not-allowed;
}
.form__btn--col {
  display: initial;
  width: 90vw;
  max-width: 500px;
  margin: 3.2rem 0;
}
.form__btn--col .btn {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.form__btn > *:last-child {
  margin-left: 2.4rem;
  margin-right: 0 !important;
}
.form__btn .btn {
  align-content: center;
}

@media screen and (max-height: 800px) and (min-width: 920px) {
  .form__btn--col--width-initial {
    width: initial;
  }
}
@media screen and (max-width: 1240px) {
  .form__field--double {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 460px) {
  .form__title {
    margin: 2.4rem 0 1.6rem 0;
    font-size: 14pt;
  }
  .form__infos {
    margin: 1.6rem 0 2.4rem 0;
    font-size: 10pt;
  }
  .form__field {
    margin: 0 0 1.2rem 0;
  }
  .form__field__title {
    margin: 1.6rem 0;
  }
  .form--login {
    width: initial;
  }
  .form--login__title {
    margin: 3.2rem 0 1.6rem 0;
  }
  .form--login__infos {
    margin: 0;
  }
}
.col-1 {
  grid-column: 1 / 2;
}

.row-1 {
  grid-row: 1 / 2;
}

.col-2 {
  grid-column: 2 / 3;
}

.row-2 {
  grid-row: 2 / 3;
}

.col-3 {
  grid-column: 3 / 4;
}

.row-3 {
  grid-row: 3 / 4;
}

.col-4 {
  grid-column: 4 / 5;
}

.row-4 {
  grid-row: 4 / 5;
}

.col-1-3 {
  grid-column: 1 / 3;
}

.row-1-3 {
  grid-row: 1 / 3;
}

.col-1-4 {
  grid-column: 1 / 4;
}

.row-1-4 {
  grid-row: 1 / 4;
}

.col-1-5 {
  grid-column: 1 / 5;
}

.row-1-5 {
  grid-row: 1 / 5;
}

.col-2-4 {
  grid-column: 2 / 4;
}

.row-2-4 {
  grid-row: 2 / 4;
}

.col-2-5 {
  grid-column: 2 / 5;
}

.row-2-5 {
  grid-row: 2 / 5;
}

.col-3-5 {
  grid-column: 3 / 5;
}

.row-3-5 {
  grid-row: 3 / 5;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid--parameters .main-box {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 64px);
  margin: 0;
}

#user_infos_sites, #user_infos_roles {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
}

/* Visualiser site */
#grid-visuSite {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 150px 1fr;
}

.grid {
  display: grid;
}
.grid__equipement-modal {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto 1fr;
}

@media screen and (max-width: 460px) {
  .grid {
    padding: 1.2rem;
  }
  #grid-ba {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-rows: min-content;
    row-gap: 1.6rem;
  }
  #grid-ba .grid__one {
    grid-area: 1/1/2/2;
  }
  #grid-ba .grid__two {
    grid-area: 2/1/3/2;
  }
  #grid-ba .grid__three {
    grid-area: 3/1/4/2;
  }
  #grid-visuSite {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  #grid-visuSite .grid__one {
    grid-area: 1/1/2/2;
  }
  #grid-visuSite .grid__two {
    grid-area: 2/1/3/2;
  }
  #grid-visuSite .grid__three {
    grid-area: 3/1/4/2;
  }
}
@media print {
  #grid-ba {
    display: flex;
    justify-content: center;
    margin: 0 4.8rem;
  }
  #grid-ba > * {
    flex: 1 1 auto;
    margin-bottom: 1.6rem;
  }
  #grid-ba input {
    border: none;
    font-size: 15px;
  }
  #grid-ba textarea {
    border: solid 1px var(--grey-400);
  }
  #grid-ba #site_ba_intitule {
    margin: 0;
    padding: 0;
    color: var(--main-col);
    font-size: 18pt;
    text-align: left;
  }
  #grid-ba #site_ba_adresse {
    margin: 0;
    padding: 0;
    font-size: 14pt;
  }
  #grid-ba div#bloc_contact_pour_impression {
    margin-top: 10px;
    display: block;
  }
  #grid-ba div#bloc_contact_pour_impression::before {
    content: "Liste des contacts";
    color: var(--grey-700);
    font-size: 12pt;
    display: block;
  }
  #grid-ba label, #grid-ba a, #grid-ba button, #grid-ba h1,
  #grid-ba input#site_ba_lienGoogle, #bloc_ajout_contact,
  .validation_formulaire_fiche_client, .validation_formulaire_droite,
  .validation_formulaire_centre, #grid-ba span.sous_label_fichier,
  #grid-ba div#contacts_deja_associes, .inter_bloc_2_1:first-of-type,
  nav#mainMenu {
    display: none;
  }
  #ba-contact {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 70%;
    right: 75px;
    bottom: 0;
    left: 40%;
    width: initial;
    max-width: initial;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  #map {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.loading {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.loading__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsl(226, 100%, 95%);
}
.loading__bons_et_tickets {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsl(226, 100%, 95%);
  z-index: 10000;
  opacity: 0.8;
}
.loading__container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.loading__baseline {
  position: relative;
  left: 2.4rem;
  background-color: hsl(210, 50%, 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 6rem;
  line-height: 7rem;
  letter-spacing: -0.1rem;
  white-space: nowrap;
  text-align: center;
  text-shadow: var(--text-shadow);
  overflow: none;
}
.loading__circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--grey-0);
  border-radius: 50%;
  margin-inline: 4px;
  animation: jump 1s linear infinite;
}
.loading__circle:first-child {
  margin-left: 1.6rem;
  background: hsl(210, 50%, 80%);
}
.loading__circle:nth-child(2) {
  background: hsl(210, 50%, 55%);
  animation-delay: 0.2s;
}
.loading__circle:nth-child(3) {
  background: var(--main-col);
  animation-delay: 0.4s;
}
.loading__dot {
  animation: blinking 1s ease infinite;
}
.loading__dot:first-child {
  margin-left: -1.6rem;
  animation-delay: -0.75s;
}
.loading__dot:nth-child(2) {
  animation-delay: -0.5s;
}
.loading__dot:nth-child(3) {
  animation-delay: -0.25s;
}

.main-box {
  width: fit-content;
  width: -moz-fit-content;
  min-width: 460px;
  max-width: fit-content;
  padding: 4.8rem;
  padding-bottom: 3.2rem;
  border-radius: 0 12px 12px 12px;
  background: var(--grey-0);
  box-shadow: 0 0 2px 0 rgba(100, 100, 200, 0.4);
}
.main-box__title {
  margin: 0 0 3.2rem 0;
  padding: 0 0 1.2rem 0;
  border-bottom: solid 1px var(--grey-200);
  color: var(--grey-1000);
  font-family: "Manrope", Calibri, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: left;
  text-transform: initial;
}
.main-box__title::first-letter {
  text-transform: capitalize;
}
.main-box__sub-title {
  padding: 0;
  margin: -1.2rem 0 2.4rem 0;
  color: var(--grey-700);
  font-size: 1.8rem;
  font-weight: 400;
}
.main-box__desc {
  margin-block: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
.main-box__action {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  bottom: unset;
  left: unset;
  z-index: 1000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.main-box__action > span {
  padding: 0.8rem;
  border-radius: 6px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.main-box__action > span:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
.main-box__action > span img {
  width: 24px;
  height: 24px;
}
.main-box__action > *:not(:first-child) {
  margin-left: 0.8rem;
}
.main-box__content--padding {
  padding: 4.8rem;
  padding-top: 0;
}
.main-box__footer {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.4rem;
  padding-bottom: 1.2rem;
}
.main-box__footer .main-box__legend {
  margin: 0;
}
.main-box__footer .main-box__btn {
  padding: 0;
  margin-left: 2.4rem;
}
.main-box__btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}
.main-box__btn > *:last-child {
  margin-left: 2.4rem;
}
.main-box__btn--disabled {
  cursor: not-allowed;
}
.main-box__legend {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4.8rem;
  margin: 2.4rem 0 0 0;
}
.main-box__legend > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
  color: var(--grey-700);
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.main-box__legend > div::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  margin-right: 0.8rem;
  border-radius: 0 50vh 50vh 0;
  background: red;
}
.main-box__legend > div:last-child {
  margin-right: 0;
}
.main-box__legend + .main-box__btn {
  padding-top: 1.6rem;
}
.main-box__btn {
  padding: 3.2rem 4.8rem;
}
.main-box--table {
  padding: 0;
}
.main-box--table__title {
  padding: 4.8rem;
  padding-bottom: 0;
  border: none;
}
.main-box--table__sub-title {
  padding: 0 4.8rem;
}
.main-box--login {
  position: relative;
  top: 6vh;
  right: auto;
  left: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 85px 2.4rem 85px;
}
.main-box--login .watermark {
  margin-bottom: 4.8rem;
}
.main-box--flex {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

@media screen and (max-height: 920px) {
  .main-box {
    margin: 1.6rem auto;
    padding: 4.8rem;
    padding-bottom: 3.2rem;
  }
  .main-box__action {
    top: 2.4rem;
  }
  .main-box__content--padding {
    padding: 3.2rem;
    padding-top: 0;
  }
  .main-box--table {
    padding: 0;
  }
  .main-box--table__title {
    padding: 2.4rem;
    padding-bottom: 0;
    margin-bottom: 1.6rem;
  }
  .main-box--table__sub-title, .main-box--table__legend {
    padding: 0 3.2rem;
  }
  .main-box--table__content {
    padding: 3.2rem;
    padding-top: 0;
  }
  .main-box--table__btn {
    padding: 1.6rem 3.2rem;
  }
  .main-box--login {
    padding: 60px 85px 1.6rem 85px;
  }
}
@media screen and (max-width: 460px) {
  .main-box {
    width: calc(100% - 24px);
    min-width: initial;
    max-width: initial;
    padding: 3.2rem;
    margin: 1.2rem auto;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.32);
  }
  .main-box__title {
    font-size: 2rem;
    margin: 0 0 1.6rem 0;
  }
  .main-box__action {
    top: 1.2rem;
    right: spacing(2);
    justify-content: space-between;
  }
  .main-box__action--wide {
    position: initial;
    flex-wrap: nowrap;
    padding: 0 1.6rem;
    padding-right: 1.6rem;
    margin: -1.2rem 0 0 0;
  }
  .main-box__action--wide .search-bar {
    width: 100% !important;
  }
  .main-box__action--wide > span {
    margin-right: 0;
  }
  .main-box__action--wide .filter {
    margin: 0 auto 0 0;
  }
  .main-box__footer {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 0;
  }
  .main-box__footer .main-box__legend {
    align-self: flex-start;
  }
  .main-box__btn {
    padding: 0.8rem 2.4rem 1.2rem 1.6rem;
  }
  .main-box--table {
    padding: 0;
  }
  .main-box--table__title {
    padding: 1.6rem 2.4rem 0 2.4rem;
  }
  .main-box--table__legend {
    margin: 0.8rem 0;
    padding: 0 2rem;
  }
  .main-box--login {
    position: initial;
    height: 100%;
  }
}
@media screen and (max-height: 800px) and (min-width: 920px) {
  .main-box__action {
    right: 2.4rem;
  }
  .main-box--table__legend {
    margin-top: 1.2rem;
  }
  .main-box--table__legend + .main-box__btn {
    padding-top: 0.8rem;
  }
}
@media print {
  .main-box {
    border: none;
    width: initial;
    max-width: initial;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .main-box__btn {
    display: none;
  }
}
.parameter {
  flex: 1 1 56px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1.6rem;
}
.parameter__desc {
  width: 40%;
  min-width: 32ch;
  flex-grow: unset;
  color: var(--grey-900);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.parameter__desc > span {
  font-weight: 500;
  line-height: 0;
  white-space: break-spaces;
}
.parameter__control {
  flex: 1 1 0px;
}
.parameter--color {
  flex: 0.5 1 0px;
}
.parameter--color input[type=color] {
  height: 35px;
  padding: 0 !important;
}
.parameter--disabled .parameter {
  pointer-events: none;
}
.parameter--disabled .parameter__control, .parameter--disabled .parameter input, .parameter--disabled .parameter .switch {
  cursor: not-allowed;
  opacity: 0.4;
}

.side-nav {
  display: flex;
  flex-flow: column nowrap;
  align-items: false;
  justify-content: false;
  position: fixed;
  top: 47px;
  bottom: 0;
  left: 0;
  z-index: 3000;
  width: fit-content;
  width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  background: var(--grey-0);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 1px rgb(20, 80, 150);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.side-nav__header {
  display: flex;
  flex-direction: row;
  height: 58px;
}
.side-nav__header .burger {
  padding: 1.2rem 0.8rem;
  margin: 0 0 0 1.2rem;
}
.side-nav__content {
  flex-grow: 1;
}
.side-nav ul {
  width: 54px;
  transition: width 0.5s ease;
}
.side-nav ul li {
  list-style: none;
  position: relative;
  display: block;
  padding-block: 2px;
}
.side-nav ul li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 1.2rem;
  padding-right: 0;
  margin: 0.4rem;
  margin-right: 0;
  background: transparent;
  border: none;
  border-radius: 50vh 0 0 50vh;
  overflow: hidden;
  cursor: pointer;
}
.side-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: 0s;
}
.side-nav ul li a i {
  --img-size: 18px;
  display: block;
  width: var(--img-size);
  height: var(--img-size);
  background: url("../images/nav/side-nav.svg");
  background-repeat: no-repeat;
  background-size: 3100% 200%;
  background-position-x: 0;
  background-position-y: calc(-1 * var(--img-size) * 1);
}
.side-nav ul li a span {
  width: 0;
  padding-left: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  visibility: hidden;
  color: var(--grey-1000);
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  transition: width 0.1s ease;
}
.side-nav ul li.separate:before, .side-nav ul li.separate:after {
  content: "";
  display: block;
  margin-inline: 1.2rem;
  border-bottom: solid 2px var(--grey-200);
}
.side-nav ul li button {
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
  bottom: unset;
  left: unset;
  z-index: 3000;
  box-sizing: content-box;
  visibility: hidden;
  padding: 1.2rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s 0.8s ease;
}
.side-nav ul li button::after, .side-nav ul li button::before, .side-nav ul li button span {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--grey-700);
  border-radius: 50%;
}
.side-nav ul li button span {
  margin: 0.4rem 0;
}
.side-nav ul li button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.side-nav ul li.active {
  position: relative;
}
.side-nav ul li.active a {
  background: var(--callToAction);
}
.side-nav ul li.active a::before, .side-nav ul li.active a::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  bottom: unset;
  left: unset;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 10px 10px 0 var(--callToAction);
  z-index: 2900;
}
.side-nav ul li.active a::after {
  top: initial;
  bottom: -18px;
  box-shadow: 10px -10px 0 var(--callToAction);
}
.side-nav ul li.active a i {
  background-position-y: 0;
}
.side-nav ul li.active a span {
  color: var(--grey-100);
}
.side-nav ul li.active button::after, .side-nav ul li.active button::before, .side-nav ul li.active button span {
  background: var(--grey-0);
}
.side-nav ul li.index i {
  background-position-x: 0;
}
.side-nav ul li.account i {
  background-position-x: calc(-1 * var(--img-size) * 1);
}
.side-nav ul li.parc-tech i {
  background-position-x: calc(-1 * var(--img-size) * 2);
}
.side-nav ul li.add-module i {
  background-position-x: calc(-1 * var(--img-size) * 3);
}
.side-nav ul li.prob-tech i {
  background-position-x: calc(-1 * var(--img-size) * 4);
}
.side-nav ul li.parc-module i {
  background-position-x: calc(-1 * var(--img-size) * 5);
}
.side-nav ul li.add-equip i {
  background-position-x: calc(-1 * var(--img-size) * 6);
}
.side-nav ul li.list-prob i {
  background-position-x: calc(-1 * var(--img-size) * 7);
}
.side-nav ul li.parc-equip i {
  background-position-x: calc(-1 * var(--img-size) * 8);
}
.side-nav ul li.bons-interv i {
  background-position-x: calc(-1 * var(--img-size) * 9);
}
.side-nav ul li.saisie i {
  background-position-x: calc(-1 * var(--img-size) * 10);
}
.side-nav ul li.visu i {
  background-position-x: calc(-1 * var(--img-size) * 11);
}
.side-nav ul li.visu-site i {
  background-position-x: calc(-1 * var(--img-size) * 12);
}
.side-nav ul li.cgu i {
  background-position-x: calc(-1 * var(--img-size) * 13);
}
.side-nav ul li.gene-mdp i {
  background-position-x: calc(-1 * var(--img-size) * 14);
}
.side-nav ul li.parametres i {
  background-position-x: calc(-1 * var(--img-size) * 15);
}
.side-nav ul li.gestion-user i {
  background-position-x: calc(-1 * var(--img-size) * 16);
}
.side-nav ul li.gestion-site i {
  background-position-x: calc(-1 * var(--img-size) * 17);
}
.side-nav ul li.gestion-lien i {
  background-position-x: calc(-1 * var(--img-size) * 18);
}
.side-nav ul li.utilitaires i {
  background-position-x: calc(-1 * var(--img-size) * 19);
}
.side-nav ul li.dispo-site i {
  background-position-x: calc(-1 * var(--img-size) * 20);
}
.side-nav ul li.gestion-role i {
  background-position-x: calc(-1 * var(--img-size) * 21);
}
.side-nav ul li.logs i {
  background-position-x: calc(-1 * var(--img-size) * 22);
}
.side-nav ul li.disconnect i {
  background-position-x: calc(-1 * var(--img-size) * 23);
}
.side-nav ul li.disconnect i ~ span {
  color: red;
}
.side-nav ul li.saisie-ticket i {
  background-position-x: calc(-1 * var(--img-size) * 24);
}
.side-nav ul li.saisie-bon i {
  background-position-x: calc(-1 * var(--img-size) * 25);
}
.side-nav ul li.calendar i {
  background-position-x: calc(-1 * var(--img-size) * 26);
}
.side-nav ul li.gestion-licence i, .side-nav ul li.licence i {
  background-position-x: calc(-1 * var(--img-size) * 27);
}
.side-nav ul li.services i {
  background-position-x: calc(-1 * var(--img-size) * 28);
}
.side-nav ul li.tchat i {
  background-position-x: calc(-1 * var(--img-size) * 29);
}
.side-nav ul li.dashboard i {
  background-position-x: calc(-1 * var(--img-size) * 30);
}
.side-nav ul .side-nav__sub-list {
  height: 0;
  margin-left: 3.2rem;
  overflow: hidden;
  transition: height 0.5s ease;
}
.side-nav ul .side-nav__sub-list.displayed {
  height: initial;
}
@container navList (width >= 280px) {
  .side-nav li:hover button {
    visibility: visible;
    opacity: 1;
  }
}
.side-nav hr {
  display: none;
}
.side-nav:hover ul {
  width: 280px;
  transition-delay: 0.8s;
}
.side-nav:hover ul li a span {
  width: calc(100% - 3.2rem);
  visibility: visible !important;
}
.side-nav:hover ul li button {
  visibility: visible;
  opacity: 1;
}
.side-nav__footer {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.side-nav__footer ul li a i {
  --img-size: 16px;
}
.side-nav__footer ul li a span {
  font-size: 1.3rem;
  color: var(--grey-1000);
  font-weight: 500;
}
.side-nav__footer ul li a:hover {
  background: transparent;
}
.side-nav__footer ul li a:hover span {
  color: var(--focus);
}

@media screen and (max-width: 920px) {
  .side-nav {
    margin-left: -65px;
    transition: margin 0.5s ease;
  }
  .side-nav--visible {
    margin: 0;
  }
  .side-nav--visible .side-nav__content > ul {
    width: 250px;
  }
  .side-nav--visible .side-nav__content > ul a span {
    width: calc(100% - 3.2rem);
    visibility: visible !important;
  }
  .side-nav--visible .side-nav__footer a span {
    width: 58px;
  }
  .side-nav--visible .side-nav__footer a span.w54 {
    width: 54px;
  }
}
@media screen and (max-height: 800px) and (min-width: 920px) {
  .side-nav__footer a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  .side-nav__content > ul li button {
    visibility: visible;
  }
  .side-nav--visible ul {
    width: 280px !important;
  }
  .side-nav--visible:hover ul {
    width: 280px !important;
  }
}
@keyframes shine-lines {
  0% {
    background-position: -40vw;
  }
  100% {
    background-position: 40vw;
  }
}
@keyframes loading {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.skeleton {
  background-image: linear-gradient(45deg, #ddd 25%, #eee 50%, #ddd 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.skeleton--blue {
  background-image: linear-gradient(45deg, #3494f4 25%, #64adf7 50%, #3494f4 75%);
}
.skeleton--video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.skeleton__line {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: start;
  height: 3.6rem;
  width: 100%;
  height: 40px;
  align-content: center;
  background-color: var(--grey-0);
  border: solid 1px var(--grey-200);
}
.skeleton__line--portail div {
  align-content: center;
}
.skeleton__line--portail div:first-of-type {
  width: 16%;
  min-width: 112px;
  max-width: 160px;
  padding-left: 2.4rem;
}
.skeleton__line--portail div:first-of-type span {
  width: 56px;
  animation-delay: 0.2s;
}
.skeleton__line--portail div:nth-of-type(2) {
  flex: 1 1 0;
}
.skeleton__line--portail div:nth-of-type(2) span {
  width: 60%;
  animation-delay: 0.4s;
}
@media screen and (width < 800px) {
  .skeleton__line--portail div:nth-of-type(2) span {
    width: 88%;
  }
}
.skeleton__line--portail div:nth-of-type(3) {
  width: 25%;
  max-width: 240px;
}
.skeleton__line--portail div:nth-of-type(3) span {
  width: 60%;
  animation-delay: 0.8s;
}
@media screen and (width < 800px) {
  .skeleton__line--portail div:nth-of-type(3) {
    display: none;
  }
}
.skeleton__line--portail div:nth-of-type(4) {
  flex-wrap: wrap;
  width: 220px;
}
.skeleton__line--portail div:nth-of-type(4) span {
  width: 52px;
  animation-delay: 1s;
}
@media screen and (width < 800px) {
  .skeleton__line--portail div:nth-of-type(4) {
    width: 144px;
  }
}
.skeleton__line--portail div span {
  display: block;
  height: 24px;
  background-image: linear-gradient(60deg, #dddddd 1px, #fafafa 240px, #dddddd 480px);
  background-size: 100vw;
  animation: shine-lines 1.6s infinite linear;
}

.video-container {
  position: relative;
}
.video-container .skeleton--video {
  opacity: 1;
  transition: opacity 10s linear;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.video-container.loaded .skeleton--video {
  opacity: 0;
}
.video-container.loaded .skeleton--title {
  opacity: 0;
}
.video-container.loaded video {
  opacity: 1;
}
@media screen and (width < 1240px) {
  .video-container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.tab-wrapper__content [data-tab-content] {
  display: none;
}

.tab-wrapper__content .active[data-tab-content] {
  display: block;
}

.tab-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin: -3.2rem auto 0 auto;
}
.tab-wrapper__tabs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 90vw;
  max-width: 500px;
  background: var(--grey-200);
  font-size: 1em;
  color: black;
  border-radius: 0.8rem 0.8rem 0 0;
  list-style: none;
}
.tab-wrapper__tabs__tab {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 32px;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.15s ease-in-out;
  border: solid 1px var(--grey-400);
}
.tab-wrapper__tabs__tab:first-child {
  border-right: none;
  border-radius: 8px 0 0 0;
}
.tab-wrapper__tabs__tab:nth-child(0n+2) {
  border-right: none;
  border-left: none;
}
.tab-wrapper__tabs__tab:last-child {
  border-left: none;
  border-radius: 0 8px 0 0;
}
.tab-wrapper__tabs__tab.active {
  background: var(--grey-0);
  color: var(--main-col);
  border: solid 1px var(--grey-400);
  border-bottom-color: #fff;
}
.tab-wrapper__content {
  width: 90vw;
  max-width: 500px;
  margin: 1.2rem auto 0 auto;
  background: var(--grey-0);
}
.tab-wrapper__content > *:not(#boutonsForm) {
  margin: 0 4rem;
}

.tab-sm {
  background-color: transparent;
  border-radius: 0.4rem;
  border: none;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: var(--grey-500);
}
.tab-sm::first-letter {
  text-transform: uppercase;
}
.tab-sm.active {
  background-color: var(--grey-100);
  color: var(--grey-1000);
}
.tab-sm:hover {
  color: var(--grey-1000);
}

@media screen and (max-width: 460px) {
  .tab-wrapper {
    margin-top: 0;
  }
  .tab-wrapper__tabs {
    width: 100vw;
  }
  .tab-wrapper__tabs__tab {
    border: none;
    height: 34px;
    font-size: 1.2rem;
  }
  .tab-wrapper__tabs__tab.active, .tab-wrapper__tabs__tab.active:hover {
    border: none;
  }
  .tab-wrapper__content {
    width: calc(100vw - 4.8rem);
  }
  .tab-wrapper__content > *:not(#boutonsForm) {
    margin: 0;
  }
}
@media print {
  .tab-wrapper__tabs {
    display: none;
  }
}
.main {
  padding: 0.8rem 1.2rem;
}

.main-content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 80vw;
  max-width: 980px;
  margin: 4rem auto 0 auto;
}
.main-content--large {
  max-width: initial;
}

.heading {
  position: relative;
}
.heading__actions {
  position: absolute;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.2rem;
}
.heading__actions .search-bar {
  width: 30vw;
  max-width: 300px;
}

.template--one-col {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
  height: calc(100vh - 46px);
  row-gap: 2.4rem;
  padding: 1.6rem;
}
.template--one-col .test {
  flex-grow: 1;
  width: clamp(64vw, 1024px, 100vw);
}

#monCompteAuthentification .login__form__icon--reveal {
  --icon-size: 18px;
  transform: initial;
  right: 0.8rem;
}

.content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(5, auto);
  gap: 1.6rem;
  max-width: clamp(80vw, 100%, 100vw);
}
.content__wrapper {
  grid-column: 2/3;
  grid-row: 1/5;
  display: flex;
  flex-flow: column nowrap;
}

.content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  gap: 1.6rem;
  max-width: clamp(80vw, 100%, 100vw);
  padding: 1.6rem;
  padding-top: 0;
}
.content > section:not(.content__brick) {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.6rem;
}
.content__brick {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  grid-template-rows: repeat(4, min-content);
  gap: 1.6rem;
}
.content__brick .col-1 {
  grid-column: 1/2;
}
.content__brick .col-2 {
  grid-column: 2/3;
}
.content__brick .col-1-2 {
  grid-column: 1/3;
}
.content__brick .row-1 {
  grid-row: 1/2;
}
.content__brick .row-2 {
  grid-row: 2/3;
}
.content__brick .row-3 {
  grid-row: 3/4;
}
.content__brick .row-1-2 {
  grid-row: 1/3;
}
.content__btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  height: fit-content;
  writing-mode: horizontal-tb;
}
.content__btn .btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.content__btn .btn::first-letter {
  text-transform: uppercase;
}
.content .fieldset {
  width: 100%;
  margin: 0;
}
.content .fieldset:last-child {
  margin: 0 0 0 0;
}
.content .fieldset--no-flex {
  flex: initial;
}
.content .fieldset--flex {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.content .fieldset--comm {
  display: grid;
  grid-template-columns: 0.64fr 1fr;
  grid-template-rows: repeat(3, auto);
  column-gap: 2.4rem;
}
.content .fieldset--comm h1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.content .fieldset--comm .comment {
  grid-row: 2/3;
  grid-column: 1/3;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 4rem;
  height: clamp(360px, 40vh, 440px);
}
.content .fieldset--comm .comment__type {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.6rem;
}
.content .fieldset--comm .comment__type__btn .btn {
  float: right;
}
.content .fieldset--comm .comment__flux {
  max-width: clamp(400px, 32vw, 480px);
  margin-bottom: 0.4rem;
  overflow-y: auto;
}
.content .fieldset--comm .comment__flux .bons_commentaires_titre {
  min-width: 320px;
}
.content .fieldset--comm .comment__flux .bons_commentaires_titre {
  color: var(--grey-500);
  font-size: 1.32rem;
  font-style: italic;
}
.content .fieldset--comm .comment__flux .bons_commentaires_text {
  margin: 0 1.2rem 1.2rem 0;
  padding: 1.2rem;
  background: var(--grey-100);
  border-radius: 10px;
  color: var(--grey-1000);
  font-size: 1.48rem;
  line-height: 2.24rem;
  text-align: justify;
}
.content .fieldset--comm .comment .info_system {
  font-size: 1.48rem;
  font-weight: 600;
  color: var(--blue-500);
  background: none;
}
.content .fieldset--comm .intervenant__old {
  font-size: 10pt;
  font-style: italic;
  color: var(--red);
}
.content .fieldset--comm .intervenant__new {
  font-size: 10pt;
  font-style: italic;
  color: var(--focus);
}
@media screen and (width < 1240px) {
  .content .fieldset--comm {
    max-height: unset;
  }
  .content .fieldset--comm .comment {
    flex-flow: column-reverse nowrap;
    height: fit-content;
  }
  .content .fieldset--comm .comment__flux {
    width: 100%;
    max-width: 100%;
    max-height: 320px;
    flex-basis: unset;
  }
  .content .fieldset--comm .comment__type textarea {
    height: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .content .form__field--double {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
    gap: 0;
  }
  .content .form__field--double > div {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .content {
    display: flex;
    flex-flow: column nowrap;
    writing-mode: initial;
    overflow-x: hidden;
  }
  .content__brick {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}

.motif > div:not(.flex-grow) {
  width: 40%;
}
.motif > div textarea {
  height: 160px;
}

#contacts_deja_associes {
  display: flex;
  flex-flow: row wrap;
  align-items: unset;
  justify-content: space-between;
  margin-top: -1.6rem;
}
#contacts_deja_associes p {
  width: 48%;
  padding: 0.8rem;
  margin-bottom: 0.4rem;
  border-radius: 3px;
  background: var(--grey-200);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
#contacts_deja_associes p:hover {
  background: var(--grey-400);
  color: var(--grey-1000);
}

#lien_ajout_fichier {
  font-size: 1.4rem;
}

#mapVisualisation {
  height: 280px;
}

#encart_fichier table {
  display: grid;
  width: initial;
  min-width: initial;
  max-width: initial;
  padding-left: 0;
}

#add-fichierBon, #infos_equipements {
  font-size: 1.4rem;
}

#validation_des_bons_attachement {
  flex: initial;
}

table#table_validation {
  width: 100%;
}
table#table_validation thead tr th, table#table_validation thead tr td, table#table_validation tbody tr th, table#table_validation tbody tr td {
  width: 16.5%;
}
table#table_validation thead tr th:first-child, table#table_validation thead tr td:first-child, table#table_validation tbody tr th:first-child, table#table_validation tbody tr td:first-child {
  padding-left: 0 !important;
}
table#table_validation tbody tr {
  border: none;
  cursor: initial;
}
table#table_validation tbody tr:hover {
  background: initial !important;
}
table#table_validation tbody tr:last-child {
  border: none;
}

/* Pièce jointe */
#bons_attachement_fichiersPdf > div, #ticket_incident_fichiersPdf > div {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 6px 0;
  border-top: solid 1px var(--grey-200);
}
#bons_attachement_fichiersPdf > div:last-child, #ticket_incident_fichiersPdf > div:last-child {
  border-bottom: solid 1px var(--grey-200);
}
#bons_attachement_fichiersPdf > div .mini_link, #ticket_incident_fichiersPdf > div .mini_link {
  font-size: 9pt;
  font-weight: 500;
  color: var(--red);
}
#bons_attachement_fichiersPdf > div .mini_link:hover, #ticket_incident_fichiersPdf > div .mini_link:hover {
  text-decoration: underline;
}
#bons_attachement_fichiersPdf > div label, #ticket_incident_fichiersPdf > div label {
  margin: 0;
}

#container_new_contact input, #encart_fichiers_siteBA {
  margin-bottom: 1.6rem;
}

.pac-container {
  z-index: 7001 !important;
}

#js-liste-bon {
  font-family: "Inter", Arial, sans-serif;
  width: 100%;
}
#js-liste-bon.flex-table thead, #js-liste-bon.flex-table tbody {
  padding-right: 1.2rem;
}
#js-liste-bon.flex-table thead {
  display: block;
}
#js-liste-bon.flex-table thead tr {
  align-items: flex-end;
}
#js-liste-bon.flex-table tbody {
  scrollbar-color: #a8b4da transparent;
}
#js-liste-bon.flex-table tbody tr {
  position: relative;
  margin-bottom: 0.4rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
#js-liste-bon.flex-table tbody tr td {
  font-size: 1.4rem;
  font-weight: 600;
}
#js-liste-bon.flex-table th, #js-liste-bon.flex-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#js-liste-bon.flex-table img {
  width: 16px;
  height: 14px;
}
#js-liste-bon.flex-table .mini {
  width: calc(15% - 6px);
}
#js-liste-bon.flex-table .small {
  width: calc(25% - 6px);
}
#js-liste-bon.flex-table .medium {
  width: calc(40% - 6px);
}
#js-liste-bon.flex-table .wide {
  width: calc(100% - 6px);
}
#js-liste-bon.flex-table input[type=checkbox] {
  margin: 0;
}
#js-liste-bon .row-ticket::before, #js-liste-bon .row-bon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  display: block;
  width: 14px;
  height: 14px;
  background: #FF5733;
  border-radius: 50vh;
  transform: translateY(-50%);
}
#js-liste-bon .row-bon::before {
  background: var(--main-col);
}

/* Popup Site */
#bonsSite .popup__content {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
  max-width: initial;
}
#bonsSite .popup__content #ajout_siteBA {
  width: 400px;
  margin-right: 2.4rem;
}
#bonsSite .popup__content #map {
  width: 400px;
  height: 320px;
  margin-top: 17px;
}

.fieldset #map {
  height: 280px;
}
.fieldset #site_ba_adresse {
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
.fieldset #site_ba_adresse + a {
  font-size: 1.4rem;
}

.flex_pour_champs_recherche {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}

#cheminDossierPhotos span input.filled {
  border: none;
  padding: 0;
  color: var(--focus);
  font-size: 12pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  cursor: pointer;
}
#cheminDossierPhotos span input.filled:focus {
  outline: transparent;
}

.site__files {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 1.2rem;
}
.site__files > label:first-child {
  grid-area: 1/1/2/2;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.site__files > label:nth-child(0n+2) {
  grid-area: 1/2/2/3;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}
.site__files__added {
  grid-area: 2/1/3/3;
  width: 400px;
  max-height: 120px;
  padding-right: 2.4rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.site__files__added--small {
  max-height: 120px;
}
.site__files__added div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#popupContact .help-block {
  margin: 0;
}

#popupContact .list-unstyled {
  margin: 0;
  text-align: left;
}

.fake__equipement {
  padding: 14.8px 0;
  margin-block: 0.4rem;
  background: var(--grey-200);
  border: solid 1px var(--grey-200);
  border-radius: 0 6px 6px 6px;
  opacity: 0.3;
}

@media screen and (max-height: 800px) and (min-width: 920px) {
  .fieldset #map {
    height: 220px;
  }
  #mapVisualisation {
    height: 220px;
  }
}
@media screen and (max-height: 800px) and (min-width: 920px) {
  #commentaire-bons-attachements #commentaires_bon {
    max-height: 30vh;
  }
  #commentaire-bons-attachements #my-comment {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
  }
  #commentaire-bons-attachements #my-comment textarea#commentaires {
    margin-bottom: 1.2rem;
  }
  table#table_validation thead tr th, table#table_validation thead tr td, table#table_validation tbody tr th, table#table_validation tbody tr td {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .site__files__added {
    max-height: 360px;
  }
  .site__files__added--small {
    max-height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .motif {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: stretch;
  }
  .motif > div:not(.flex-grow) {
    width: 100%;
  }
  .motif > div:not(.flex-grow) textarea {
    height: 96px;
  }
}
@media screen and (max-width: 460px) {
  /* Popup ajout de site */
  #bonsSite .popup__wrapper {
    width: calc(100vw - 48px) !important;
  }
  #bonsSite .popup__content {
    display: block;
  }
  #bonsSite .popup__content #ajout_siteBA {
    width: initial;
    margin: 0;
  }
  #bonsSite .popup__content #map {
    width: 100%;
    height: 220px;
  }
  #js-liste-bon.flex-table tbody {
    max-height: initial;
  }
  #encart_fichier {
    padding: 0 !important;
  }
  #encart_fichier #table_des_fichiers {
    max-height: 120px;
  }
  #commentaire-bons-attachements {
    height: 400px;
    overflow: auto;
  }
  #commentaire-bons-attachements #my-comment {
    flex-flow: column wrap;
    margin-top: 1.2rem;
  }
  #commentaire-bons-attachements #my-comment #commentaires {
    height: 60px !important;
  }
  #commentaire-bons-attachements #my-comment #js-btn-comm {
    padding: 0.8rem 0 0 0;
  }
  .site__files__added {
    max-height: initial;
  }
  #site_ba_reset {
    float: right;
    margin-bottom: 2.4rem;
  }
  #dateMajContact {
    width: 120px !important;
  }
}
.portal-connexion {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: start;
}
.portal-connexion h1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (width < 800px) {
  .portal-connexion h1 {
    font-size: 2rem;
    margin-block: 0.8rem;
  }
}
.portal-connexion h2 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.portal-connexion div.search-bar {
  grid-row: 1/2;
  grid-column: 2/3;
}
.portal-connexion div#portailDatatable {
  grid-row: 3/4;
  grid-column: 1/3;
  z-index: 2000;
}
@media screen and (width < 800px) {
  .portal-connexion div#portailDatatable .tabulator-row, .portal-connexion div#portailDatatable .tabulator-headers {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: start;
  }
  .portal-connexion div#portailDatatable div[tabulator-field=Code] {
    flex-basis: 120px;
    width: 96px !important;
    padding-left: 0.8rem;
  }
  .portal-connexion div#portailDatatable div[tabulator-field=Nom] {
    flex: 1 1 240px;
    width: 160px !important;
    overflow: hidden;
  }
  .portal-connexion div#portailDatatable div[tabulator-field=cloudvpn] {
    flex-basis: 144px;
    flex-shrink: 0;
  }
  .portal-connexion div#portailDatatable div[tabulator-field=parametres] {
    display: none;
  }
}
@media screen and (width < 800px) {
  .portal-connexion {
    padding: 0;
    padding-inline: 1.6rem;
    gap: 0.8rem;
  }
  .portal-connexion header {
    order: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem;
    padding-block: 0.8rem;
  }
  .portal-connexion header h1 {
    white-space: nowrap;
    font-size: 2.4rem;
    line-height: 1.08;
  }
  .portal-connexion select {
    order: 1;
  }
  .portal-connexion h2 {
    display: none;
  }
  .portal-connexion .tab--infos {
    flex: 0 0 0;
  }
  .portal-connexion .tab--infos ul {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .portal-connexion .tab--infos ul li {
    flex: 1 1 0px;
  }
  .portal-connexion div#portailDatatable {
    order: 2;
    margin-top: 0;
  }
}
.portal-connexion .custom-loader {
  position: absolute;
  right: calc(4.8rem + 16px);
  bottom: 3.4rem;
  left: 4.8rem;
  z-index: 10000;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: end;
  row-gap: 0.4rem;
  height: calc(100% - 178px);
  background-color: var(--grey-0);
  overflow: hidden !important;
}
@media screen and (width < 800px) {
  .portal-connexion .custom-loader {
    justify-content: start;
    right: 1.6rem;
    left: 1.6rem;
    bottom: 0;
    height: calc(100% - 200px);
    background-color: var(--antiflash-100);
  }
}
@media screen and (width < 584px) {
  .portal-connexion .custom-loader {
    height: calc(100% - 240px);
  }
}

.dashboardPage {
  height: calc(100vh - 46px);
  display: flex;
  flex-flow: column;
  background: white;
}
.dashboardPage__header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  padding-left: 2.4rem;
  background: linear-gradient(to right, hsl(205, 100%, 25%) 24%, rgba(0, 90, 150, 0)), url("../images/fondTitre.jpg") no-repeat right;
  background-size: cover;
}
.dashboardPage__header h1 {
  font-size: 3.2rem;
  color: hsl(0, 0%, 100%);
  font-weight: 550;
  font-family: "Roboto", Roboto, Arial, sans-serif;
  white-space: nowrap;
}
.dashboardPage__content {
  flex: 1 1 0;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  width: clamp(400px, 100%, 1920px);
  margin-inline: auto;
  background: white;
  font-weight: 400;
  overflow: visible scroll;
  scrollbar-width: none;
}
.dashboardPage__content .dt-container {
  height: 100%;
  overflow: hidden scroll;
}
.dashboardPage__content thead, .dashboardPage__content tfoot {
  position: sticky;
  z-index: 1000;
  background-color: white;
}
.dashboardPage__content thead {
  top: 0;
}
.dashboardPage__content tfoot {
  top: 49px;
}
.dashboardPage__footer {
  position: relative;
  overflow: hidden;
  height: 88px;
  padding-left: 2.4rem;
  background: hsl(205, 100%, 25%);
}
.dashboardPage__footer h2 {
  font-family: "Roboto", Roboto, Arial, sans-serif;
  font-size: 7.2rem;
  font-weight: 900;
  color: hsl(205, 100%, 30%);
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: clip;
}
.dashboardPage__footer .footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 75%;
  color: hsl(0, 0%, 100%);
  column-gap: 2.4rem;
}
.dashboardPage__footer .footer__version {
  margin-right: auto;
  font-size: 11pt;
  font-weight: 600;
  text-align: center;
  line-height: 12pt;
  white-space: nowrap;
  align-self: flex-start;
}
.dashboardPage__footer .footer__content {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  gap: 1.6rem;
  height: 100%;
}
.dashboardPage__footer .footer__content__donnee {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: solid 5px hsl(0, 0%, 100%);
  border-radius: 50%;
  font-size: 18pt;
  font-weight: 800;
}
.dashboardPage__footer .footer__content__donnee--noborder {
  border: none;
}
.dashboardPage__footer .footer__content__donnee--unit {
  align-self: flex-start;
  font-size: 12pt;
  line-height: 34pt;
}
.dashboardPage__footer .footer__content__legende {
  font-size: 11pt;
  font-weight: 600;
  text-align: center;
  line-height: 12pt;
  white-space: nowrap;
}
.dashboardPage__footer .footer__content__legende--big {
  font-size: 20pt;
}

.dataLabel {
  display: inline-block;
  width: 4rem;
  padding-block: 0.4rem;
  border-radius: 0.56rem;
  color: hsl(0, 100%, 48%);
}
.dataLabel--ok {
  background: hsl(130, 100%, 88%);
  color: hsl(130, 100%, 24%);
}
.dataLabel--warning {
  background: hsl(0, 100%, 94%);
  color: hsl(0, 100%, 50%);
}
.dataLabel--danger {
  background: hsl(0, 100%, 84%);
  color: hsl(0, 100%, 42%);
}
.dataLabel--critical {
  background: hsl(0, 100%, 72%);
  color: hsl(0, 100%, 36%);
}

tr .support__options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 16px), -50%);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (width < 460px) {
  tr .support__options {
    opacity: 1;
    visibility: visible;
    position: unset;
    transform: unset;
  }
}
tr .support__options .btn.btn--icon {
  width: 32px;
  padding: 0 !important;
  border-style: hidden;
}
tr .support__options .btn.btn--icon .tooltip {
  z-index: 500000;
}
tr .support__options .btn.btn--icon:hover {
  border-style: solid;
}
tr:hover .support__options {
  opacity: 1;
  visibility: visible;
}

[data-tab-content][hidden] {
  display: none;
}

.infos-site {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  overflow: hidden;
}
.infos-site h2 {
  margin-bottom: 1.6rem;
  font-size: 1.48rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-variation-settings: "wght" 640;
}
.infos-site > header {
  grid-column: 1/3;
  grid-row: 1/2;
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 56%, hsla(0, 0%, 100%, 0.1) 88%), url("../images/photos/header.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (width < 800px) {
  .infos-site > header {
    padding: 0.8rem;
    background-image: linear-gradient(to right, hsl(0, 0%, 100%) 40%, hsla(0, 0%, 0%, 0.1) 100%), url("../images/photos/header.png");
    background-size: cover;
  }
  .infos-site > header h1 {
    font-size: 1.76rem;
    line-height: 1.08;
  }
}
.infos-site > nav {
  grid-column: 1/2;
  grid-row: 2/3;
}
.infos-site > div {
  display: flex;
  column-gap: 1.6rem;
}
.infos-site > div label,
.infos-site > div > span:first-of-type {
  flex-shrink: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.32rem;
}
.infos-site__container {
  border-radius: 1.6rem;
  background-color: var(--grey-0);
  padding-block: 1.6rem;
  padding-inline: 1.6rem;
}
.infos-site__container.grid {
  grid-template-columns: 1fr;
}
.infos-site__container:has(table) table th {
  padding-block: 0.4rem;
}
.infos-site__container:has(table) table th:first-of-type,
.infos-site__container:has(table) table td:first-of-type {
  padding-left: 1.6rem;
}
.infos-site__container:has(table) table tr {
  border: none !important;
}
.infos-site .activity aside {
  width: clamp(240px, 40%, 320px);
}
@media screen and (width < 800px) {
  .infos-site {
    overflow: visible;
  }
  .infos-site:has(.activity) .tabs-container {
    overflow: visible !important;
  }
  .infos-site:has(.activity) .activity {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 1.6rem;
  }
  .infos-site:has(.activity) .activity aside {
    width: initial;
    flex-basis: 240px;
  }
  .infos-site:has(.activity) .activity aside ul li div {
    opacity: 1;
  }
  .infos-site .tabs-container {
    flex-flow: column;
    align-items: stretch;
    overflow: visible !important;
  }
  .infos-site .tabs-container section {
    overflow: auto !important;
    flex: 1 1 0;
  }
  .infos-site .tabs--infos {
    flex: 0 0 0;
    margin-block: 0.8rem 0;
    margin-right: 1.6rem;
    order: 10;
  }
  .infos-site .tabs--infos ul {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .infos-site .tabs--infos ul li {
    flex: 1 1 0px;
  }
  .infos-site .tabs--infos ul li button {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
  }
  .infos-site .tabs--infos ul li button i {
    margin-right: 0;
    font-size: 1.6rem;
  }
  .infos-site .tabs--round {
    margin-block: 0.4rem;
    margin-right: 1.6rem;
  }
  .infos-site .tabs--round ul {
    justify-content: center;
  }
}

.grid--attachment {
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 15px auto;
  column-gap: 0.8rem;
  row-gap: 0.32rem;
  aspect-ratio: 5/1;
}
.grid--attachment h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid--attachment img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 24px;
  height: 27px;
  background-color: transparent;
}
.grid--attachment > span {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.3;
  font-variation-settings: "wght" 480;
}
.grid--attachment > span > span {
  font-variation-settings: unset;
}
.grid--attachment div {
  grid-column: 3/4;
  grid-row: 1/3;
  align-content: center;
  opacity: 0;
}
.grid--attachment div .btn.btn--icon {
  width: 32px;
  padding: 0 !important;
  border-style: hidden;
}
.grid--attachment div .btn.btn--icon:hover {
  border-style: solid;
}
.grid--attachment:hover div {
  opacity: 1;
  appearance: initial;
}

#js-resumeAffaire > div:has(input.fake-disabled) {
  cursor: not-allowed;
}
#js-resumeAffaire > div:has(input.fake-disabled) span {
  font-size: 1.32rem;
}
#js-resumeAffaire > div:has(input.fake-disabled) label:has(input[type=checkbox]) {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: var(--grey-50);
  border: solid 2px var(--grey-200);
  border-radius: 0.6rem;
  box-sizing: content-box;
  pointer-events: none;
}
#js-resumeAffaire > div:has(input.fake-disabled) label:has(input[type=checkbox]) input {
  display: none;
  appearance: none;
  pointer-events: none;
}
#js-resumeAffaire > div:has(input.fake-disabled) label:has(input[type=checkbox])::before {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#js-resumeAffaire > div:has(input.fake-disabled) label:has(input[type=checkbox]:checked) {
  background-color: var(--blue-600);
  border-color: var(--blue-200);
}
#js-resumeAffaire > div:has(input.fake-disabled) label:has(input[type=checkbox]:checked)::before {
  display: block;
}

.infos-site input[readonly], .infos-site input[readonly]:focus, .infos-site input[readonly]:hover,
.infos-site select[readonly],
.infos-site select[readonly]:focus,
.infos-site select[readonly]:hover,
.infos-site input[type=mail][readonly],
.infos-site input[type=mail][readonly]:focus,
.infos-site input[type=mail][readonly]:hover,
.infos-site textarea[readonly],
.infos-site textarea[readonly]:focus,
.infos-site textarea[readonly]:hover {
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  outline: transparent;
  color: var(--grey-1000);
  font-variation-settings: "wght" 620;
}

#popupSelectionEquipement .popup__wrapper {
  width: clamp(800px, 80vw, 1440px);
}
#popupSelectionEquipement .row {
  grid-template-columns: repeat(2, 0.8fr) repeat(3, 1.2fr);
}
#popupSelectionEquipement .row span {
  padding-inline: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#liste_des_equipements_selectionnes, #insert_equipement {
  border: none !important;
}
#liste_des_equipements_selectionnes label, #insert_equipement label {
  background: var(--grey-0);
  border: solid 1px var(--grey-200);
  border-radius: 1.2rem;
  color: var(--grey-1000);
  font-size: 1.4rem;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
#liste_des_equipements_selectionnes label > input[type=checkbox], #insert_equipement label > input[type=checkbox] {
  margin-right: 1.2rem;
  display: none;
}
#liste_des_equipements_selectionnes label > span, #insert_equipement label > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#liste_des_equipements_selectionnes label:hover, #insert_equipement label:hover {
  background: var(--grey-200);
}

table#table_des_equipements tbody tr td:first-child, table#table_des_equipements thead tr th:first-child {
  padding-left: 2.4rem !important;
  width: 200px;
}

table#table_des_equipements {
  display: grid !important;
  width: initial;
  min-width: initial;
  max-width: initial;
  padding-left: 0;
  width: 100%;
  min-width: initial;
}
table#table_des_equipements tbody {
  height: initial;
  max-height: 300px;
  overflow-y: scroll;
}
table#table_des_equipements tbody tr {
  background: initial !important;
}
table#table_des_equipements tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table#table_des_equipements tbody tr:hover {
  background: var(--grey-200) !important;
}

#avertissement_equipement {
  display: inline-block;
  margin-bottom: 2.4rem;
  padding-right: 3.2rem;
}

.test-flex {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-height: 800px) and (min-width: 920px) {
  #popupSelectionEquipement .form__field {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 460px) {
  #popupSelectionEquipement .popup__title {
    text-align: left;
  }
  #popupSelectionEquipement #btn_ajout_equipement2 {
    right: 19px;
  }
  #popupSelectionEquipement .form__field--double {
    display: flex;
    flex-flow: column wrap;
  }
  #popupSelectionEquipement .form__field--double > div {
    width: 100%;
  }
  #popupSelectionEquipement .form__field--double > div:first-child {
    margin-bottom: 0.8rem;
  }
  #popupSelectionEquipement .list__legend .serie, #popupSelectionEquipement .list__legend .name-1, #popupSelectionEquipement .list__legend .location {
    width: 33% !important;
  }
  #popupSelectionEquipement .list input {
    padding: 0;
    margin: 2px 0;
  }
  #insert_equipement, #liste_des_equipements_selectionnes {
    max-height: 15vh;
  }
  #insert_equipement div, #liste_des_equipements_selectionnes div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }
  #insert_equipement div > label, #liste_des_equipements_selectionnes div > label {
    display: flex !important;
    flex-flow: row nowrap;
    width: calc(100% - 30px);
  }
  #insert_equipement div > label span, #liste_des_equipements_selectionnes div > label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 33% !important;
  }
  #insert_equipement div > label span:nth-child(0n+2), #insert_equipement div > label span:nth-child(0n+4), #liste_des_equipements_selectionnes div > label span:nth-child(0n+2), #liste_des_equipements_selectionnes div > label span:nth-child(0n+4) {
    display: none !important;
  }
}
.landing__contacts form {
  flex-grow: 0.64;
  width: clamp(440px, 60%, 600px);
}
@media screen and (width < 800px) {
  .landing__contacts {
    gap: 0;
    flex-direction: column;
  }
  .landing__contacts form {
    width: initial;
    padding: 3.2rem;
  }
  .landing__contacts form button[type=submit] {
    height: 48px;
  }
}
@media screen and (width < 460px) {
  .landing__contacts {
    padding-bottom: 0;
  }
  .landing__contacts form {
    margin-right: 0;
    padding: 0;
    padding-bottom: 4rem;
  }
  .landing__contacts form button[type=submit] {
    align-self: end;
  }
}

.landing__footer {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1fr);
  grid-template-rows: repeat(3, min-content);
  row-gap: 0.8rem;
  column-gap: clamp(0.8rem, 16%, 320px);
  container-name: footer;
}
.landing__footer > nav {
  grid-area: 2/2/3/3;
  justify-self: end;
  font-size: 1.2rem;
}
.landing__footer > small {
  grid-area: 3/1/4/3;
}
.landing__footer .watermark {
  grid-area: 1/1/2/3;
  justify-self: start;
  align-self: start;
  color: var(--antiflash-600) !important;
}
@media screen and (width < 1184px) {
  .landing__footer {
    display: flex;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: start;
  }
  .landing__footer .watermark, .landing__footer > small {
    align-self: center;
  }
}

.landing,
.full-width {
  display: grid;
  grid-template-columns: [full-width-start] minmax(80px, 1fr) [breakout-start] minmax(3.2rem, 160px) [content-start] clamp(320px, 72%, 1440px) [content-end] minmax(3.2rem, 160px) [breakout-end] minmax(80px, 1fr) [full-width-end];
}
.landing > :not(.full-width),
.full-width > :not(.full-width) {
  grid-column: content;
}
.landing > .full-width,
.full-width > .full-width {
  grid-column: full-width;
}
.landing > .breakout,
.full-width > .breakout {
  grid-column: breakout;
}
.landing h2,
.full-width h2 {
  font-family: "Inter", Roboto, Arial, Helvetica, sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 3.8rem;
  line-height: 4.2rem;
}
.landing h2 span,
.full-width h2 span {
  font-family: inherit;
}
@media (width < 460px) {
  .landing h2,
  .full-width h2 {
    line-height: 4rem;
  }
}
@media (width < 1184px) {
  .landing,
  .full-width {
    grid-template-columns: [full-width-start] clamp(2.4rem, 4vw, 4rem) [content-start] repeat(auto-fill, minmax(200px, 1fr)) [content-end] clamp(2.4rem, 4vw, 4rem) [full-width-end];
  }
  .landing > .breakout,
  .full-width > .breakout {
    grid-column: content;
  }
  .landing section:not(.hero),
  .full-width section:not(.hero) {
    padding-block: 4.8rem;
  }
  .landing h2,
  .full-width h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

#landing > section:not(#partners, #hero) {
  padding-block: 8vh;
}
#landing > section:not(#partners, #hero) > div {
  padding-block: 6.4rem;
}
@media (width < 460px) {
  #landing > section {
    padding-block: 8vh;
  }
  #landing > section#hero {
    padding-block: 4vh 8vh;
  }
  #landing > section:not(#partners, #hero) > div {
    padding-block: 0;
  }
}

.landing__header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding-inline: 3.2rem;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.landing__header.visible {
  transform: translateY(0);
}
.landing__header .watermark .IBC__img {
  width: 36px;
}
.landing__header .watermark .IBC__baseline {
  font-size: 1rem;
  line-height: 1.08rem;
}
.landing__header .watermark hr {
  height: 100%;
  margin-inline: 1.2rem;
  background-color: var(--brand-blue-400);
}
.landing__header .watermark .boilerbox span {
  font-size: 2.2rem;
}
.landing__header .btn {
  height: 42px;
  padding: 0 2rem;
  font-size: 1.32rem;
  align-content: center;
}
.landing__header .burger {
  display: none;
}
@media screen and (width < 1320px) {
  .landing__header {
    padding-inline: 1.6rem;
  }
  .landing__header .watermark .IBC__baseline {
    display: none;
  }
  .landing__header div:has(nav) {
    flex: initial;
  }
  .landing__header nav {
    position: absolute;
    top: 64px;
    left: 0;
    display: initial;
    width: 100%;
    background: var(--brand-blue-700);
    transform: translateX(-100%);
    transition: transform 0.2s linear;
  }
  .landing__header nav ul {
    display: initial;
  }
  .landing__header nav ul li {
    padding: 0;
    padding-inline: 1.6rem;
  }
  .landing__header nav ul li a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    color: var(--brand-blue-200);
    text-align: left;
    font-size: 1.8rem;
    font-variation-settings: "wght" 640;
    padding: 0;
    padding-block: 1.6rem;
  }
  .landing__header nav ul li a::after {
    display: none;
  }
  .landing__header nav ul li:not(:last-of-type) a {
    border-bottom: solid 1px var(--brand-blue-600);
  }
  .landing__header nav.active {
    transform: translateX(0);
  }
  .landing__header__cto {
    justify-content: end;
    column-gap: 0.8rem;
  }
  .landing__header__cto .btn {
    font-size: 1.32rem;
    padding-block: 0.8rem;
    padding-inline: 1.2rem;
  }
  .landing__header__cto .burger {
    display: initial;
    border: none;
  }
  .landing__header__cto .burger *, .landing__header__cto .burger::before, .landing__header__cto .burger::after {
    background-color: var(--brand-blue-200);
  }
}

#hero {
  background-image: linear-gradient(30deg, var(--brand-blue-600) 0%, var(--brand-blue-600) 72%, hsla(0, 0%, 0%, 0) 100%), url("../images/login/login.jpg");
  background-position: top right;
}
@media screen and (width < 460px) {
  #hero {
    background-image: unset;
  }
}

.hero {
  display: grid;
  grid-template-columns: minmax(640px, 1fr) minmax(36%, 400px);
  grid-template-rows: auto 1fr min-content;
  column-gap: clamp(1.6rem, 6vw, 80px);
  row-gap: clamp(3.2rem, 4vh, 80px);
  padding-top: clamp(1.6rem, 4vh, 40px);
}
.hero .watermark {
  grid-area: 1/1/2/2;
  justify-self: center;
}
.hero .video-container {
  grid-area: 2/1/3/2;
}
.hero .buttons-container {
  grid-area: 2/2/3/3;
}
.hero .buttons-container h1 {
  font-display: optional;
  font-size: calc(3.2vh + 1.6rem);
  line-height: calc(3.6vh + 1.6rem);
}
.hero > nav {
  grid-area: 3/1/4/3;
}
@media screen and (width < 1240px) {
  .hero {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: start;
    row-gap: 3.2rem;
  }
  .hero .watermark {
    order: 1;
  }
  .hero .buttons-container {
    order: 2;
  }
  .hero .video-container {
    order: 3;
  }
  .hero > nav {
    order: 4;
  }
  .hero > nav ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.8rem;
  }
}
@media screen and (width < 460px) {
  .hero {
    padding-top: 0;
  }
  .hero .watermark img {
    width: 54px;
  }
  .hero .watermark .IBC__baseline {
    font-size: 1.48rem;
    line-height: 1.4rem;
  }
  .hero .watermark .boilerbox span {
    font-size: 3.2rem;
  }
  .hero .buttons-container {
    margin-block: 0;
    gap: 4.8rem;
  }
  .hero .buttons-container h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
  .hero .buttons-container h1 + p {
    font-size: 1.64rem;
    color: var(--brand-blue-100);
  }
}

#test {
  height: clamp(1.6rem, 4vh, 40px);
}

.licences {
  overflow: visible;
}
.licences__card {
  position: relative;
  width: 304px;
  height: 424px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  background: white;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transform: scale(0.98);
}
.licences__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1000;
  transition: transform 0.4s ease-in-out;
  transform: translateY(-52%);
}
.licences__card__header {
  grid-row: 1/2;
  position: relative;
  z-index: 2000;
  display: grid;
  place-items: center;
}
.licences__card__header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.licences__card__header h3 {
  max-width: 18ch;
  font-size: 2.8rem;
  color: white;
  text-align: center;
  font-style: italic;
}
.licences__card__header h3::first-letter {
  text-transform: uppercase;
}
.licences__card__content {
  grid-row: 2/3;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding-inline: 4.8rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.licences__card__content hr {
  width: 64%;
  height: 1px;
  background: var(--antiflash-200);
  border: none;
}
@media (width < 1184px) {
  .licences__card {
    width: 240px;
    height: 344px;
  }
  .licences__card__header h3 {
    font-size: 2.4rem;
  }
  .licences__card__header::before {
    width: 80px;
  }
  .licences__card__content p {
    font-size: 1.4rem;
  }
}
.licences__img {
  position: absolute;
  z-index: 2000;
  opacity: 0;
  height: auto;
  transition: opacity 0.24s ease-in-out, transform 0.24s ease-in-out;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.32));
}
.licences__img:first-of-type {
  top: -40px;
  left: -40px;
  transform: translate(-50%, -50%);
}
.licences__img:nth-of-type(2) {
  top: -40px;
  right: -40px;
  transform: translate(50%, -50%);
}
.licences__img:nth-of-type(3) {
  bottom: -24px;
  right: -24px;
  transform: translate(50%, 50%);
}
.licences__img--small {
  width: 72px;
}
.licences__img--small.licences__img--ratio-9-16 {
  width: auto;
  height: 132px;
}
.licences__img--medium {
  width: 88px;
}
.licences__img--medium.licences__img--ratio-9-16 {
  width: auto;
  height: 148px;
}
.licences__img--large {
  width: 120px;
}
.licences__img--large.licences__img--ratio-9-16 {
  width: auto;
  height: 180px;
}
@media (width < 460px) {
  .licences__img--small {
    width: 57.6px;
  }
  .licences__img--small.licences__img--ratio-9-16 {
    width: auto;
    height: 63.36px;
  }
  .licences__img--medium {
    width: 70.4px;
  }
  .licences__img--medium.licences__img--ratio-9-16 {
    width: auto;
    height: 77.44px;
  }
  .licences__img--large {
    width: 96px;
  }
  .licences__img--large.licences__img--ratio-9-16 {
    width: auto;
    height: 105.6px;
  }
}
.licences:hover .licences__card, .licences--active .licences__card {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
  transform: scale(1);
}
.licences:hover .licences__card .licences__desc, .licences--active .licences__card .licences__desc {
  transform: none;
}
.licences:hover .licences__card .licences__desc p, .licences--active .licences__card .licences__desc p {
  opacity: 1;
  transform: translateY(0);
}
.licences:hover img, .licences--active img {
  opacity: 1;
  transform: none !important;
  transition-duration: 0.48s;
}
.licences:hover img:nth-of-type(2), .licences--active img:nth-of-type(2) {
  transition-delay: 0.24s;
}
.licences:hover img:nth-of-type(3), .licences--active img:nth-of-type(3) {
  transition-delay: 0.12s;
}

.licences__card[id=performance-energetique]::before {
  background: linear-gradient(in oklch 180deg, #da6866 0%, #da6866 24%, #a54566 100%);
}
.licences__card[id=performance-energetique] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #da6866 0%, #a54566 100%);
}

.licences__card[id=maintenance-predictive]::before {
  background: linear-gradient(in oklch 180deg, #d4f5cf 0%, #d4f5cf 24%, #635ee2 100%);
}
.licences__card[id=maintenance-predictive] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #d4f5cf 0%, #635ee2 100%);
}

.licences__card[id=extension-garantie]::before {
  background: linear-gradient(in oklch 180deg, #8cc6ec 0%, #8cc6ec 24%, #9574e2 100%);
}
.licences__card[id=extension-garantie] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #8cc6ec 0%, #9574e2 100%);
}

.licences__card[id=controle-integrite]::before {
  background: linear-gradient(in oklch 180deg, #81d0c7 0%, #81d0c7 24%, #0493e9 100%);
}
.licences__card[id=controle-integrite] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #81d0c7 0%, #0493e9 100%);
}

.licences__card[id=exploitation-avancee]::before {
  background: linear-gradient(in oklch 180deg, #d1af97 0%, #d1af97 24%, #3c35ff 100%);
}
.licences__card[id=exploitation-avancee] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #d1af97 0%, #3c35ff 100%);
}

.licences__card[id=garantie]::before {
  background: linear-gradient(in oklch 180deg, #ed74e1 0%, #ed74e1 24%, #0462e9 100%);
}
.licences__card[id=garantie] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #ed74e1 0%, #0462e9 100%);
}

.licences__card[id=sav]::before {
  background: linear-gradient(in oklch 180deg, #da6866 0%, #da6866 24%, #5541dc 100%);
}
.licences__card[id=sav] .licences__card__header::before {
  background: radial-gradient(in oklch circle at center, #da6866 0%, #5541dc 100%);
}

.carousel {
  display: flex;
  gap: 2.4rem;
  padding-block: 144px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: visible;
  transform: translateY(-80px);
  box-sizing: border-box;
}
.carousel:hover {
  cursor: grab;
}
.carousel:active {
  cursor: grabbing;
}
.carousel:focus {
  outline: none;
}
@media (width < 460px) {
  .carousel {
    transform: none;
    padding-block: 5.6rem !important;
    transform: translateY(-40px);
  }
}

.login {
  --bg-base: 210,90%;
  height: 100vh;
}
.login main {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: start;
  width: max-content;
  max-width: clamp(320px, 32%, 360px);
  padding: clamp(4rem, 5.6vw, 160px);
  padding-bottom: 3.2rem;
  box-sizing: content-box;
  background-color: var(--brand-blue-600);
}
.login main .watermark {
  align-self: start;
  white-space: nowrap;
}
.login aside {
  flex: 1 1 0px;
  padding: clamp(48px, 4vw, 160px);
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 80%), url(https://res.cloudinary.com/drlp2nixp/image/upload/f_auto,q_auto/lnqemzcitzswneammy9g) no-repeat center center;
  background-color: var(--brand-blue-200);
  background-size: cover;
}
.login__welcome {
  font-size: calc(3.2vh + 2rem);
  line-height: calc(3.2vh + 3.2rem);
  font-variation-settings: "wght" 340;
}
.login__catchphrase {
  font-size: calc(2.8rem + 2vh);
  line-height: calc(3.2rem + 2vh);
  color: var(--grey-100);
  text-align: center;
  overflow: hidden;
  white-space: wrap;
}
.login__catchphrase span {
  display: inline-block;
  transform: translateY(100%);
  animation: 0.2s linear translate-catchphrase forwards;
}
.login__instruction {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-variation-settings: "wght" 240;
  font-size: 3.4rem;
  line-height: 4rem;
  color: var(--brand-blue-100);
}
.login hr {
  height: 1px;
  background-color: var(--brand-blue-500);
}
.login__form {
  --red-error: hsl(var(--red-base),76%);
  --outline-focus: solid 4px hsl(var(--focus-base),68%);
  --outline-error: solid 4px var(--red-error);
  --icon-size: 20px;
  display: grid;
  grid-template-columns: [form-start] 1fr [] 1fr [form-end];
  grid-template-rows: [identifiant-start] auto [identifiant-end] minmax(16%, 40px) [password-start] auto [password-end] minmax(8%, 24px) [footer-start] auto [footer-end] minmax(8%, 24px) [button-start] auto [button-end];
  width: 100%;
  margin: 0;
}
.login__form__label {
  position: relative;
  z-index: 1000;
  text-transform: initial;
}
.login__form__label[for=identifiant], .login__form__label[for=username] {
  grid-row: identifiant;
  grid-column: 1/3;
}
.login__form__label[for=password] {
  grid-row: password;
  grid-column: 1/3;
}
.login__form__input {
  padding: 1rem 1.5rem;
  padding-inline: 4rem;
  background: hsl(var(--bg-base), 80%);
  border: solid 1px hsl(var(--bg-base), 80%);
  border-radius: 8px;
  font-size: 1.8rem;
}
.login__form__input:focus, .login__form__input.jsInputFilled, .login__form__input:-webkit-autofill {
  background: hsl(var(--bg-base), 92%);
  border-color: hsl(var(--focus-base), 40%) !important;
}
.login__form__input:focus + svg, .login__form__input.jsInputFilled + svg, .login__form__input:-webkit-autofill + svg {
  fill: hsl(var(--focus-base), 68%);
}
.login__form__input:focus ~ .login__form__placeholder, .login__form__input.jsInputFilled ~ .login__form__placeholder, .login__form__input:-webkit-autofill ~ .login__form__placeholder {
  top: -0.9rem;
  left: 12px;
  font-size: 1.4rem;
  color: var(--brand-blue-100);
  background-color: var(--brand-blue-600);
  transition: top 0.2s linear, left 0.2s linear 0.14s, font-size 0.2s linear, color 0.2s linear, background-color 0.06s linear 0.14s;
}
.login__form__input:not(:focus):invalid {
  outline: var(--outline-error);
  background: hsla(var(--red-base), 97%, 0.8);
}
.login__form__input:not(:focus):invalid + svg {
  fill: var(--red-error);
}
.login__form__input:not(:focus):invalid ~ .login__form__placeholder {
  color: var(--red-error);
}
.login__form__input:not(:focus):invalid ~ .login__form__placeholder .error {
  display: initial;
}
.login__form__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(-50%, -50%);
  z-index: 2000;
  width: var(--icon-size);
  height: var(--icon-size);
  fill: hsl(var(--bg-base), 40%);
}
.login__form__icon--reveal {
  --icon-size: 22px;
  left: initial;
  right: 4px;
  background-color: transparent;
  background-image: url("../images/login/login-icon.svg");
  background-position-x: calc(-2 * var(--icon-size));
  background-size: 300% 200%;
  border: none;
  cursor: pointer;
}
.login__form__icon--reveal--revealed {
  background-position-y: calc(-1 * var(--icon-size));
}
.login__form__placeholder {
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
  z-index: 2000;
  padding-inline: 0.8rem;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 500;
  color: hsl(var(--bg-base), 40%);
  transition: top 0.2s linear 0.14s, left 0.2s linear, font-size 0.2s linear, color 0.2s linear, background-color 0.15s linear 0.05s;
  cursor: text;
}
.login__form__placeholder .error {
  display: none;
}
.login__form__remember {
  display: none;
  grid-row: footer;
  grid-column: 1/2;
  margin: 0;
  align-self: center;
  font-size: 1.6rem;
  color: #cacafc;
  white-space: nowrap;
}
.login__form__remember .check-custom__checkbox {
  background: hsl(var(--bg-base), 85%);
  border-color: hsl(var(--bg-base), 85%);
}
.login__form__remember:hover {
  color: hsl(var(--focus-base), 100%);
}
.login__form__remember:hover .check-custom__checkbox:not(:checked) {
  background: hsl(var(--bg-base), 100%);
}
.login__form__forgotten {
  grid-row: footer;
  grid-column: 2/3;
  align-self: center;
  justify-self: flex-end;
  text-align: right;
}
.login__form > button.btn--main {
  grid-row: button;
  grid-column: 1/3;
  padding: 1rem 2.5rem;
  min-width: 55%;
  box-shadow: inset 1px 1px 1px #ff7300, inset -1px -1px 1px #ff7300, 0 2px 4px rgba(60, 60, 80, 0.6);
  border: solid 1px #d25000;
  font-size: 1.6rem;
  font-family: Manrope, Roboto, Arial, sans-serif;
  font-weight: 600;
  overflow: initial;
}
.login__noAccount {
  display: none;
  flex: 1;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.4rem;
  font-size: 1.6rem;
  color: hsl(var(--focus-base), 74%);
}
.login__noAccount a {
  padding-left: 0.8rem;
}
.login__link {
  text-transform: initial;
  font-weight: 500;
  font-size: 1.6rem;
  color: #57b7ff;
}
.login__link:hover {
  color: #ff8080;
}
.login__side {
  grid-column: video;
  width: 100%;
  height: 100%;
}
.login__side video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.login__footer {
  flex: 1;
  display: none;
  flex-flow: row;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.6rem;
  color: #cacafc;
}
.login a {
  text-transform: initial;
  font-weight: 500;
  font-size: 1.6rem;
  color: hsl(var(--focus-base), 74%);
}
.login a:hover {
  color: hsl(var(--focus-base), 56%);
}
.login--forgotten aside {
  background-color: white;
  background-image: url(https://res.cloudinary.com/drlp2nixp/image/upload/f_auto,q_auto/wv02upgwsikf1llh4jn6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media screen and (width < 1024px) {
  .login {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: start;
  }
  .login aside {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: start;
    gap: 1.6rem;
    padding: 2.4rem;
    padding-top: 1.6rem;
    flex: initial;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 80%), url(https://res.cloudinary.com/drlp2nixp/image/upload/f_auto,q_auto/yn571nqglitwagmuwqs8), no-repeat;
    background-size: cover;
  }
  .login aside a {
    align-self: start;
  }
  .login aside h3 {
    display: none;
  }
  .login main {
    width: initial;
    max-width: initial;
    flex: 1 1 0px;
  }
  .login main .watermark {
    display: none;
  }
}

.landing__multi-support {
  display: grid;
  grid-template-columns: minmax(840px, 1fr) minmax(32%, 400px);
  grid-template-rows: auto 1fr;
}
.landing__multi-support h2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.landing__multi-support p {
  grid-row: 2/3;
  grid-column: 2/3;
  align-content: start;
}
.landing__multi-support aside {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (width < 1184px) {
  .landing__multi-support {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .landing__multi-support > * {
    grid-column: 1/2 !important;
  }
  .landing__multi-support h2 {
    grid-row: 1/2;
  }
  .landing__multi-support p {
    grid-row: 2/3;
  }
  .landing__multi-support aside {
    grid-row: 3/4;
    margin-top: 8rem;
  }
}

.multi-support__img {
  opacity: 0;
  height: auto;
}
.multi-support__img:not(.multi-support__img--main) {
  opacity: 0;
  width: 84%;
  max-width: 280px;
}
.multi-support__img--main {
  z-index: 0;
  width: 56%;
  max-width: 520px;
}
.multi-support__img--tablet {
  z-index: 100;
  transform: translate(-48%, -40%);
}
.multi-support__img--desktop {
  z-index: 200;
}
.multi-support__img--mobile {
  z-index: 300;
  transform: translate(-54%, 40%);
}
@media screen and (width < 840px) {
  .multi-support__img--main {
    width: 42%;
  }
  .multi-support__img:not(.multi-support__img--main) {
    width: 48%;
  }
}

.wifi-symbol {
  display: none;
  --size: 150px;
}
.wifi-symbol [foo], .wifi-symbol {
  display: block;
  position: absolute;
  top: 50%;
  left: 38%;
  z-index: 400;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -120%);
}
.wifi-symbol .wifi-circle {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: calc(var(--size) / 7);
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: var(--brand-blue-200);
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-radius: 0 100% 0 0;
  opacity: 0;
  animation: wifianimation 1.8s infinite;
}
.wifi-symbol .wifi-circle.first {
  animation-delay: 800ms;
}
.wifi-symbol .wifi-circle.second {
  width: 5em;
  height: 5em;
  animation-delay: 400ms;
}
.wifi-symbol .wifi-circle.third {
  width: 3em;
  height: 3em;
}
.wifi-symbol .wifi-circle.fourth {
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: var(--brand-blue-200);
  animation: none;
}
@media screen and (width < 840px) {
  .wifi-symbol {
    --size: 72px !important;
  }
}

@keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
#optimisation,
#independance-sav {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-color: var(--antiflash-100);
}
@media screen and (width < 460px) {
  #optimisation,
  #independance-sav {
    display: grid;
    min-height: initial;
  }
}

@keyframes lines-translate {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
.optimisation,
.independance-sav {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: start;
  justify-content: start;
  width: max-content;
  height: fit-content;
  padding-left: clamp(1.6rem, 19vw, 800px);
}
.optimisation__slides-container,
.independance-sav__slides-container {
  display: flex;
  flex-flow: row;
  align-items: start;
  justify-content: start;
  gap: 3.2rem;
}
.optimisation__lines,
.independance-sav__lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100vw;
}
.optimisation__lines > div,
.independance-sav__lines > div {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  overflow: hidden;
}
.optimisation__lines > div::after,
.independance-sav__lines > div::after {
  content: "";
  display: block;
  width: 15vw;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--brand-blue-200) 75%, var(--brand-blue-200) 100%);
  transform: translateX(-100%);
  animation: lines-translate 4s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.optimisation__lines > div:nth-of-type(2),
.independance-sav__lines > div:nth-of-type(2) {
  margin-top: -4%;
}
@media screen and (width < 460px) {
  .optimisation__lines > div:nth-of-type(2),
  .independance-sav__lines > div:nth-of-type(2) {
    margin-top: -7%;
  }
}
.optimisation__lines > div:nth-of-type(2)::after,
.independance-sav__lines > div:nth-of-type(2)::after {
  animation-delay: 0.56s;
}
.optimisation__lines > div:nth-of-type(3),
.independance-sav__lines > div:nth-of-type(3) {
  margin-top: 8%;
}
@media screen and (width < 460px) {
  .optimisation__lines > div:nth-of-type(3),
  .independance-sav__lines > div:nth-of-type(3) {
    margin-top: 14%;
  }
}
.optimisation__lines > div:nth-of-type(3)::after,
.independance-sav__lines > div:nth-of-type(3)::after {
  animation-delay: 1.12s;
}
.optimisation__lines > div:nth-of-type(4),
.independance-sav__lines > div:nth-of-type(4) {
  margin-top: -12%;
}
@media screen and (width < 460px) {
  .optimisation__lines > div:nth-of-type(4),
  .independance-sav__lines > div:nth-of-type(4) {
    margin-top: -21%;
  }
}
.optimisation__lines > div:nth-of-type(4)::after,
.independance-sav__lines > div:nth-of-type(4)::after {
  animation-delay: 1.68s;
}
.optimisation__lines > div:nth-of-type(5),
.independance-sav__lines > div:nth-of-type(5) {
  margin-top: 16%;
}
@media screen and (width < 460px) {
  .optimisation__lines > div:nth-of-type(5),
  .independance-sav__lines > div:nth-of-type(5) {
    margin-top: 28%;
  }
}
.optimisation__lines > div:nth-of-type(5)::after,
.independance-sav__lines > div:nth-of-type(5)::after {
  animation-delay: 2.24s;
}
.optimisation__slide,
.independance-sav__slide {
  align-content: center;
  margin-inline: 6.4rem;
  border-radius: 2.4rem;
  background: var(--antiflash-100);
}
.optimisation__slide:not(.optimisation__slide--start, .optimisation__slide--empty,
.independance-sav__slide--start,
.independance-sav__slide--empty),
.independance-sav__slide:not(.optimisation__slide--start, .optimisation__slide--empty,
.independance-sav__slide--start,
.independance-sav__slide--empty) {
  display: grid;
  grid-template-columns: 1fr auto auto;
}
.optimisation__slide--start,
.independance-sav__slide--start {
  margin-left: 0;
  padding-left: 0;
  align-self: center;
}
.optimisation__slide--start div,
.independance-sav__slide--start div {
  width: clamp(320px, 100%, 600px);
}
.optimisation__slide--empty,
.independance-sav__slide--empty {
  width: 20vw;
}
.optimisation__slide:last-of-type,
.independance-sav__slide:last-of-type {
  margin-right: 8rem;
}
.optimisation__slide__img,
.independance-sav__slide__img {
  grid-row: 1/2;
  width: clamp(400px, 100vw, 800px);
  height: auto;
  max-width: initial;
  border-radius: 1.8rem;
  object-fit: cover;
  margin-bottom: 1.6rem;
}
.optimisation__slide__body,
.independance-sav__slide__body {
  grid-row: 2/3;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: start;
  align-content: start;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.optimisation__slide__title,
.independance-sav__slide__title {
  font-family: inherit;
  font-size: 2.6rem;
  color: var(--antiflash-900);
  font-variation-settings: "wght" 480;
}
.optimisation__slide__desc,
.independance-sav__slide__desc {
  flex: 1 1 0px;
  align-self: start;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3.2rem;
  font-family: inherit;
  font-size: 1.8rem;
  color: var(--antiflash-700);
}
.optimisation__slide__desc .num,
.independance-sav__slide__desc .num {
  align-self: end;
  font-family: inherit;
  font-size: 6.4rem;
  line-height: 0.8;
  color: var(--antiflash-300);
}
.optimisation__slide__links,
.independance-sav__slide__links {
  grid-row: 3/4;
  list-style-type: disc;
  list-style-position: inside;
}
.optimisation__slide__links li,
.independance-sav__slide__links li {
  width: fit-content;
}
.optimisation__slide__links li a,
.independance-sav__slide__links li a {
  display: inline-block;
  width: fit-content;
  color: currentColor;
}
.optimisation__slide__links li a::after,
.independance-sav__slide__links li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.4rem;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.optimisation__slide__links li:hover,
.independance-sav__slide__links li:hover {
  color: var(--red-300);
}
.optimisation__slide__links li:hover a,
.independance-sav__slide__links li:hover a {
  color: currentColor;
}
.optimisation__slide__links li:hover a::after,
.independance-sav__slide__links li:hover a::after {
  transform: scaleX(1);
}
.optimisation__slide__links li:visited,
.independance-sav__slide__links li:visited {
  color: var(--brand-blue-400);
}
@media screen and (width < 460px) {
  .optimisation,
  .independance-sav {
    flex-flow: column nowrap;
    row-gap: 1.2rem;
    width: 100%;
    padding-left: 0;
    grid-column: full-width !important;
    overflow: hidden;
  }
  .optimisation__slides-container,
  .independance-sav__slides-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: start;
    max-width: 100vw;
    padding-left: 1.6rem;
  }
  .optimisation > div:not(.optimisation__slide),
  .independance-sav > div:not(.optimisation__slide) {
    overflow: auto;
    gap: 0.8rem;
  }
  .optimisation__slide,
  .independance-sav__slide {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: start;
    min-width: 0;
    padding: 0;
    margin-inline: 0;
  }
  .optimisation__slide--start,
  .independance-sav__slide--start {
    padding-inline: 1.6rem !important;
  }
  .optimisation__slide--start div,
  .independance-sav__slide--start div {
    width: initial !important;
  }
  .optimisation__slide:not(.optimisation__slide--start, .optimisation__slide--empty,
  .independance-sav__slide--start,
  .independance-sav__slide--empty),
  .independance-sav__slide:not(.optimisation__slide--start, .optimisation__slide--empty,
  .independance-sav__slide--start,
  .independance-sav__slide--empty) {
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: start;
    max-width: 80vw;
    padding: 1.6rem;
    background-color: white;
    border: solid 1px var(--antiflash-200);
    overflow: hidden;
  }
  .optimisation__slide:not(.optimisation__slide--start, .optimisation__slide--empty,
  .independance-sav__slide--start,
  .independance-sav__slide--empty):nth-of-type(1),
  .independance-sav__slide:not(.optimisation__slide--start, .optimisation__slide--empty,
  .independance-sav__slide--start,
  .independance-sav__slide--empty):nth-of-type(1) {
    margin-left: 1.6rem;
  }
  .optimisation__slide:last-of-type,
  .independance-sav__slide:last-of-type {
    margin-right: 1.6rem;
  }
  .optimisation__slide__body,
  .independance-sav__slide__body {
    row-gap: 0.8rem;
  }
  .optimisation__slide__title,
  .independance-sav__slide__title {
    font-family: "inter", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-variation-settings: "wght" 480;
  }
  .optimisation__slide__desc,
  .independance-sav__slide__desc {
    font-size: 1.4rem;
  }
  .optimisation__slide__desc .num,
  .independance-sav__slide__desc .num {
    font-size: 3.2rem;
  }
  .optimisation__slide__img,
  .independance-sav__slide__img {
    width: 100%;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.partners {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: start;
  column-gap: 3.2rem;
}
.partners .logos::before, .partners .logos::after {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  content: "";
  z-index: 2;
}
.partners .logos::before {
  left: 0;
  background: linear-gradient(to left, hsla(204, 20%, 95%, 0), var(--antiflash-100));
}
.partners .logos::after {
  right: 0;
  background: linear-gradient(to right, hsla(204, 20%, 95%, 0), var(--antiflash-100));
}
.partners .logos .logo-slide {
  animation: 32s slide infinite linear;
}
.partners .logos .logo-slide img {
  box-sizing: content-box;
  display: inline-block;
  height: 40px;
  padding: 2.4rem;
  background-color: var(--grey-0);
  border: solid 1px var(--antiflash-200);
  border-radius: 1.6rem;
}
.partners .logos:hover .logo-slide {
  animation-play-state: paused;
}
@media screen and (width < 460px) {
  .partners {
    grid-column: full-width !important;
    flex-flow: column nowrap;
    row-gap: 3.2rem;
    padding: 3.2rem 0.8rem;
  }
  .partners p {
    text-align: center;
  }
  .partners .logos {
    flex-basis: initial;
  }
  .partners .logos .logo-slide img {
    height: 40px;
  }
}

.image-section {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.image-part {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(160px);
  transition: all 0.3s ease-out;
}
.image-part.part-1 {
  position: initial;
}
.image-part.part-1 img {
  width: 100%;
  height: auto;
}
.image-part.part-5 img {
  margin-inline: auto;
  margin-top: -6%;
}
.image-part.part-6 {
  position: abolsute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.image-part.part-6 p {
  position: absolute;
  top: 72%;
  background: linear-gradient(37deg, #5541de 0, #4e9eee 40%, #4a72e6 72%, #52acf2 100%);
  box-shadow: 0 4px 32px -8px rgba(0, 0, 0, 0.72);
  color: white;
}
@media screen and (width < 460px) {
  .image-part.part-6 p {
    font-size: 1.2rem;
  }
}
.image-part:not(.part-5) {
  height: 100%;
}
.image-part:not(.part-5) img {
  width: 100%;
  height: auto;
}
.image-part img {
  height: auto;
}

.text-video {
  position: relative;
  display: grid;
  grid-template-columns: minmax(640px, 1fr) minmax(32%, 400px);
  gap: 0 clamp(1.6rem, 4.8vw, 80px);
  width: 100%;
}
.text-video > * {
  grid-row: 1/2;
  grid-column: 1/2;
}
.text-video aside {
  grid-column: 2/3;
}
.text-video--revert {
  grid-template-columns: minmax(32%, 400px) minmax(640px, 1fr);
}
.text-video--revert aside {
  grid-column: 1/2;
}
.text-video--revert > * {
  grid-column: 2/3;
}
@media screen and (width < 1184px) {
  .text-video {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 4rem 0;
  }
  .text-video > *:not(aside) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .text-video aside {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.watermark {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue-200);
}
.watermark .IBC {
  width: fit-content;
  display: flex;
  margin: 0;
  column-gap: 0.8rem;
}
.watermark .IBC__img {
  width: 60px;
  height: auto;
}
.watermark .IBC__baseline {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: start;
  font-size: 1.6rem;
  line-height: 1.5rem;
}
.watermark .boilerbox {
  overflow: hidden;
}
.watermark .boilerbox span {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.15rem;
  text-align: center;
  overflow: hidden;
}
.watermark hr {
  width: 1px;
  height: 60px;
  margin-inline: 2rem;
  background: currentColor;
  border: none;
}
.watermark--animated .IBC {
  transform: translateX(100%);
  animation: 0.3s linear translateX-IBC forwards;
}
.watermark--animated .boilerbox span {
  transform: translateX(-100%);
  animation: 0.3s linear translateX-boilerbox forwards;
  animation-delay: 0.3s;
}

.g {
  --col-gap: 2.4rem;
  --row-gap: 2rem;
  display: grid;
  width: fit-content;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-rows: auto 1fr auto;
  grid-gap: var(--row-gap) var(--col-gap);
  width: clamp(1024px, 80%, 1440px);
  height: calc(100dvh - 46px);
  margin-inline: auto;
  margin-top: var(--row-gap);
  margin-left: var(--col-gap);
  margin: 0;
  padding: 0.4rem 2.4rem;
}
.g__title {
  grid-area: 1/1/2/2;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.g__title--action {
  display: grid;
  grid-template-columns: 1fr auto;
}
.g__title--action__name {
  grid-area: 1/1/2/2;
}
.g__title--action__btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  grid-area: 1/2/2/3;
}
.g__title--action__btn > *:not(:first-child) {
  margin-left: var(--row-gap);
}
.g__title--action__btn .search-bar {
  width: 240px;
}
.g__action {
  grid-area: 3/1/4/2;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.g__action .btn--main {
  margin-left: var(--row-gap);
}
.g .checkbox label {
  color: var(--grey-1000);
  font-weight: 600;
  font-size: 1.5rem;
}
.g__licence {
  grid-area: 2/1/3/2;
  --col-width: 20vw;
  width: fit-content;
  grid-template-columns: repeat(2, var(--col-width)) 40vw;
  grid-template-rows: min-content auto;
  grid-gap: var(--row-gap) var(--col-gap);
  margin: 0;
  height: 70vh;
}
.g__licence__field {
  grid-area: 1/1/2/2;
}
.g__licence__field-2 {
  grid-area: 1/2/2/3;
}
.g__licence__service {
  grid-area: 2/1/3/3;
  overflow-y: hidden;
}
.g__licence__service #licence_services {
  max-height: 248px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.g__licence__service #licence_services .checkbox {
  position: relative;
  width: var(--col-width);
  margin-right: var(--col-gap);
  height: 2.4rem;
}
.g__licence__info {
  grid-area: 1/3/3/4;
  display: flex;
  flex-flow: column nowrap;
}
.g__licence__info .form__field {
  align-items: flex-start;
}
.g__licence__info .form__field:last-child {
  flex-grow: 1;
}
.g__licence__info .form__field:last-child textarea {
  height: 100%;
}
.g__services__line {
  max-height: 480px;
  width: clamp(240px, 24%, 400px);
}
.g__services__line input[type=checkbox] {
  width: 0;
  height: 0;
  outline: none;
  visibility: hidden;
}
.g__wrapper {
  position: relative;
  overflow-y: scroll;
  padding-right: calc(var(--row-gap) / 2);
}
.g .listing {
  width: 824px;
}

@media screen and (max-width: 460px) {
  .g {
    --col-gap: variables.spacing(2);
    --row-gap: variables.spacing("1-5");
    width: calc(100% - var(--col-gap) * 2);
    margin-inline: var(--col-gap);
  }
  .g__title {
    font-size: 2rem;
  }
  .g__title--action {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: none;
    grid-row-gap: var(--row-gap);
  }
  .g__title--action__name {
    grid-area: 1/1/2/2;
  }
  .g__title--action__btn {
    grid-area: 2/1/3/2;
    justify-content: space-between;
  }
  .g__title--action__btn .search-bar {
    width: initial;
    flex: 1;
  }
  .g__licence {
    width: 100%;
    margin: 0;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
  }
  .g__licence__service #licence_services {
    max-height: 248px;
  }
  .g__licence__service #licence_services .checkbox {
    width: 100%;
    margin-right: 0;
  }
  .g__licence__info {
    grid-area: 3/1/4/3;
  }
  .g__services__line {
    grid-template-rows: 30px 1fr;
    grid-template-columns: 30px 1fr;
    grid-row-gap: 1.2rem;
    margin-block: 1.6rem;
  }
  .g__services__line:first-child, .g__services__line:last-child {
    margin-block: 0;
  }
  .g__services__line textarea {
    grid-area: 2/2/3/3;
  }
  .g__wrapper {
    max-height: 70vh;
  }
  .g .listing {
    width: 100%;
  }
  .g table.new-table {
    width: 100%;
  }
}
.index-box {
  position: relative;
  top: unset;
  right: 3.2rem;
  bottom: unset;
  left: unset;
  width: clamp(600px, 75vw, 1024px);
  margin: 8vh auto 0 auto;
  padding: 3.2rem 4rem 1.6rem 4rem;
  background: rgb(255, 255, 255);
  border-radius: 1.6rem;
  box-shadow: 0px 12px 32px -12px hsla(220, 32%, 40%, 0.6);
}
.index-box__header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: auto 1fr;
}
@media (width < 640px) {
  .index-box__header {
    grid-template-rows: repeat(3, min-content);
  }
  .index-box__header select {
    grid-area: 1/1/2/3;
  }
  .index-box__header > div:not(.legend) {
    grid-area: 2/1/3/3;
  }
  .index-box__header > div.legend {
    grid-area: 3/1/4/3;
  }
}
.index-box__header .search-bar {
  min-width: 240px;
}
.index-box__content {
  position: relative;
  max-height: clamp(240px, 56vh, 800px);
  overflow: hidden scroll;
}
.index-box__content::after {
  content: "";
  display: block;
  position: sticky;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 24%, rgb(255, 255, 255));
}
.index-box__content table thead {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.index-box__action {
  position: absolute;
  top: 3.2rem;
  right: 4rem;
  bottom: unset;
  left: unset;
  z-index: 1000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.index-box__btn {
  width: 100%;
}
@media (width < 768px) {
  .index-box {
    right: initial;
    width: 100vw;
    height: calc(100vh - 58px);
    min-width: initial;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 1.6rem;
    width: 100vw;
    height: calc(100vh - 46px);
    padding: 1.2rem 1.6rem;
    background: var(--antiflash-100);
  }
  .index-box__title {
    background: transparent;
    color: var(--grey-1000);
    font-size: 2.4rem;
  }
  .index-box__header {
    margin-bottom: 1.6rem;
  }
  .index-box__content {
    flex: 1 1 0px;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    max-height: unset !important;
  }
  .index-box__title, .index-box__header, .index-box__content {
    padding-inline: clamp(16px, 2vw, 32px);
    padding: 0;
  }
}
@media (width < ) {
  .index-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 1.6rem;
    width: 100vw;
    height: calc(100vh - 46px);
    padding: 1.2rem 1.6rem;
    min-width: initial;
    max-width: initial;
    background: var(--antiflash-100);
  }
  .index-box__content {
    flex: 1 1 0px;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    max-height: unset !important;
  }
  .index-box__title, .index-box__header, .index-box__content {
    padding: 0;
  }
  .index-box__btn {
    width: 100%;
  }
}

@media screen and (min-width: 380px) and (max-height: 800px) {
  .index-box {
    right: 0;
  }
  #tableAffaire tbody {
    max-height: 51vh !important;
  }
}
@media screen and (max-width: 460px) {
  .index-table tbody {
    height: calc(100vh - 300px);
    max-height: initial;
  }
  .index-table tbody tr {
    padding-right: 0.8rem;
    background: transparent !important;
  }
  .index-table tbody tr td {
    background: var(--grey-0);
  }
}
table#tableAffaire .grid--affaire-row {
  grid-template-rows: 1fr;
  grid-template-columns: minmax(120px, 0.24fr) minmax(56px, 0.32fr) 1fr 48px 48px;
}
table#tableAffaire .grid--affaire-row--cloud-only {
  grid-template-columns: minmax(120px, 0.24fr) minmax(56px, 0.32fr) 1fr 48px;
}
@media screen and (max-width: 460px) {
  table#tableAffaire .grid--affaire-row {
    grid-template-columns: minmax(96px, 0.24fr) minmax(56px, 0.32fr) 1fr;
  }
  table#tableAffaire .grid--affaire-row--cloud-only {
    grid-template-columns: minmax(96px, 0.24fr) minmax(56px, 0.32fr) 1fr;
  }
}
table#tableAffaire .grid--affaire-row:has(td) {
  height: initial !important;
  grid-template-rows: 42px;
  background-color: unset;
}
table#tableAffaire .grid--affaire-row:has(td) td {
  align-content: center;
  background-color: white;
}
table#tableAffaire .grid--affaire-row:has(td) td.not-mobile {
  background-color: transparent;
}
table#tableAffaire thead tr th:first-of-type, table#tableAffaire tbody tr td.row--start {
  padding-left: 4rem;
}
table#tableAffaire tbody tr {
  border: none;
}
table#tableAffaire tbody tr td {
  padding-block: 0;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.2s ease-in-out;
}
table#tableAffaire tbody tr td img {
  vertical-align: middle;
  margin-inline: auto;
  width: 40px;
  height: 40px;
}
table#tableAffaire tbody tr td img[src="/bundles/lciboilerbox/images/img/connexionLocale-bleu.svg"], table#tableAffaire tbody tr td img[src="/bundles/lciboilerbox/images/img/connexionLocale-rouge.svg"], table#tableAffaire tbody tr td img[src="/bundles/lciboilerbox/images/img/connexionLocale-gris.svg"], table#tableAffaire tbody tr td img[src="/bundles/lciboilerbox/images/img/connexionLive-gris.svg"], table#tableAffaire tbody tr td img[src="/bundles/lciboilerbox/images/img/connexionCloud-gris.svg"] {
  cursor: not-allowed;
}
table#tableAffaire tbody tr td:last-child {
  border-bottom: none;
}
table#tableAffaire tbody tr td:not(:has(img[alt^=icone])):not(.row--start):not(.row--end) {
  border-block: solid 1px var(--grey-200);
}
table#tableAffaire tbody tr td.row--start, table#tableAffaire tbody tr td.row--end {
  border: solid 1px var(--grey-200);
}
table#tableAffaire tbody tr td.row--start {
  border-right-style: none !important;
}
table#tableAffaire tbody tr td.row--end {
  border-left-style: none !important;
}
table#tableAffaire tbody tr td:has(.tooltip) {
  overflow: visible;
}
table#tableAffaire tbody tr td:has(.tooltip) .tooltip {
  position: absolute;
  top: unset;
  right: 40%;
  bottom: unset;
  left: unset;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  align-content: center;
  height: 42px;
  box-sizing: border-box;
  padding: 0.4rem 1.2rem;
  background: var(--grey-800);
  font-family: "Inter", Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  color: var(--grey-0);
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
table#tableAffaire tbody tr td:has(.tooltip):hover > .tooltip {
  right: 100%;
  opacity: 1;
  visibility: visible;
}
table#tableAffaire tbody tr:hover {
  background: initial !important;
}
table#tableAffaire tbody tr:hover td:not(:has(img[alt^=icone])) {
  background-color: var(--grey-100);
}

#choixModeConnexion {
  display: none;
}

#modifyInfoAffaire {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 0;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
#modifyInfoAffaire::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  background: var(--antiflash-100);
  border-radius: 50%;
  transition: all 0.14s ease-in-out;
}
#modifyInfoAffaire img {
  width: 16px;
  height: 16px;
  z-index: 2;
}
#modifyInfoAffaire:hover::before {
  width: 32px;
  height: 32px;
}

.textWarning {
  padding: 0.4rem 0;
  font-size: 0.9em;
  color: var(--grey-0);
  text-align: center;
  background-color: red;
}

.partagePrive {
  padding: 0.4rem 0;
  font-size: 0.9em;
  color: var(--grey-0);
  text-align: center;
  background-color: var(--main-col);
}

.lienModePartage {
  color: var(--focus);
  font-style: italic;
}

#switchToPrivate {
  font-size: 0.9em;
  color: var(--focus);
  font-style: italic;
}

@media screen and (max-width: 900px) {
  #infoAffaire {
    width: 85vw;
    min-width: 500px;
    max-width: 960px;
  }
  #infoAffaire header {
    padding: 1.2rem 2rem;
  }
  #leftInfo {
    width: 32%;
    min-width: 200px;
    padding: 0.8rem 2rem;
  }
  #pictoConnexion, #ensemblePieceJointe, #resumeAffaire {
    padding-left: 2rem;
  }
  #pictoConnexion p {
    font-size: 0.7em;
  }
  #resumeAffaire {
    max-height: 310px;
  }
  .forLabelInfoSite {
    margin-bottom: 0.8rem;
  }
  #espaceCommunautaireAffaire {
    width: 68%;
    padding: 0.8rem 2rem;
  }
  .autreCommentateur {
    overflow: hidden;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 460px) {
  #accueil-box__header__legende p {
    font-size: 0.55em;
  }
  .rondConnexion {
    width: 6px;
    height: 6px;
    margin-right: 0.4rem;
  }
  #connected, #outDated, #eCatcher, #nonConnected, #noConnexion {
    margin-right: 0.4rem;
  }
  #tableAffaire {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 0px;
    border-spacing: 0 0.4rem;
  }
  #tableAffaire tbody {
    height: unset !important;
    max-height: unset !important;
    flex: 1 1 0px;
  }
  #tableAffaire tbody tr {
    padding: 0;
  }
  .textWarning {
    display: none;
  }
  #connexionAffaire {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #choixModeConnexion {
    display: block;
    margin: 1.2rem 0;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: center;
  }
  #pictoConnexion {
    width: 180px;
    height: 30vh;
    max-height: 220px;
    margin: 0 auto;
    padding: 20px;
    align-self: center;
    justify-content: space-between;
  }
  #pictoConnexion .connexionInfoAffaire:first-child, #pictoConnexion .connexionInfoAffaire:last-child {
    align-self: flex-end;
  }
  .connexionInfoAffaire {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: false;
  }
  .imgConnexionInfoAffaire {
    width: 60px;
    margin-bottom: 0.8rem;
  }
  #pictoConnexion p {
    font-size: 1em;
  }
  #pictoConnexion .connexionInfoAffaire:hover > .tooltip {
    display: none;
    visibility: hidden;
  }
  .partagePrive, .textWarning, #ensemblePieceJointe, .addPieceJointe, #resumeAffaire, #modifyInfoAffaire, #espaceCommunautaireAffaire {
    display: none;
  }
}
#infoAffaire {
  display: none;
}

.info-box {
  position: fixed;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  z-index: 5000;
  transform: translate(-50%, -50%);
  width: 75vw;
  min-width: 500px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0 10px 10px 10px;
}
.info-box__header {
  padding: 2.4rem 3.2rem;
  background: var(--grey-0);
  border-radius: 0 10px 0 0;
}
.info-box__header__code {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--grey-1000);
}
.info-box__header__nom {
  font-size: 3rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--main-col);
}
.info-box__mode {
  padding: 0.4rem 0;
  font-size: 10pt;
  color: var(--grey-0);
  text-align: center;
}
.info-box__mode--public {
  background: hsl(var(--red-base), 60%);
}
.info-box__mode--public a {
  color: hsl(var(--focus-base), 70%);
}
.info-box__mode--private {
  background: hsl(var(--focus-base), 80%);
}
.info-box__mode--private a {
  color: hsl(var(--focus-base), 40%);
}
.info-box__mode a {
  margin-left: 0.8rem;
}
.info-box__content {
  display: flex;
  flex-flow: row nowrap;
  align-items: unset;
  justify-content: unset;
  height: 75vh;
}
.info-box__content__title {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  column-gap: 0.8rem;
  margin: 1.2rem 0 !important;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--grey-1000);
}
.info-box__content__title--wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.info-box__content__title__img {
  width: auto;
  height: 15px;
}
.info-box__content__settings {
  display: flex;
  flex-flow: column nowrap;
  align-items: unset;
  justify-content: unset;
  width: 32%;
  min-width: 220px;
  padding-block: 0.8rem;
  padding-inline: 4rem 2.4rem;
  border-radius: 0 0 0 1.2rem;
  background: var(--grey-0);
}
.info-box__content__settings > div {
  margin-bottom: 2.4rem;
}
.info-box__content__settings > div:last-child {
  margin: 0;
}
.info-box__content__settings > * {
  flex-shrink: 0;
}
.info-box__content__social {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 0.8rem 4rem;
  border-radius: 0 0 1.2rem 0;
  background: var(--grey-100);
}
.info-box__content__social > * {
  flex-shrink: 0;
}

.info-box__content__settings .connexion {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.info-box__content__settings .connexion__lien {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  cursor: pointer;
}
.info-box__content__settings .connexion__lien__img {
  width: 48px;
  height: auto;
  margin-bottom: 0.8rem;
}
.info-box__content__settings .connexion__lien span {
  font-size: 9pt;
  color: var(--grey-600);
}
.info-box__content__settings .attachement__wrapper {
  max-height: 108px;
  overflow-y: auto;
  padding-left: 2.4rem;
  margin-bottom: 1.2rem;
  scrollbar-width: thin;
}
.info-box__content__settings .attachement__wrapper .attachement {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: unset;
  margin-bottom: 0.8rem;
}
.info-box__content__settings .attachement__wrapper .attachement__img {
  width: 22px;
  height: 28px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.info-box__content__settings .attachement__wrapper .attachement__img.txt, .info-box__content__settings .attachement__wrapper .attachement__img.doc, .info-box__content__settings .attachement__wrapper .attachement__img.docm, .info-box__content__settings .attachement__wrapper .attachement__img.docx {
  background: url("../images/pieceJointe/imgPieceJointeTxt.png");
}
.info-box__content__settings .attachement__wrapper .attachement__img.pdf {
  background: url("../images/pieceJointe/imgPieceJointePDF.png");
}
.info-box__content__settings .attachement__wrapper .attachement__img.xls, .info-box__content__settings .attachement__wrapper .attachement__img.xlsx {
  background: url("../images/pieceJointe/imgPieceJointeXLS.png");
}
.info-box__content__settings .attachement__wrapper .attachement__img.jpg, .info-box__content__settings .attachement__wrapper .attachement__img.jpeg, .info-box__content__settings .attachement__wrapper .attachement__img.png {
  background: url("../images/pieceJointe/imgPieceJointeJPG.png");
}
.info-box__content__settings .attachement__wrapper .attachement__infos {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1.2rem;
  line-height: 1.2rem;
  row-gap: 0.4rem;
}
.info-box__content__settings .attachement__wrapper .attachement__infos__name {
  color: black;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.info-box__content__settings .attachement__wrapper .attachement__infos__name:hover {
  text-decoration: underline;
}
.info-box__content__settings .attachement__wrapper .attachement__infos__author {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
}
.info-box__content__settings .attachement__wrapper .attachement__infos__author__name {
  margin-right: 0.4rem;
  color: var(--grey-700);
}
.info-box__content__settings .attachement__wrapper .attachement__infos__author__date {
  color: var(--grey-400);
}
.info-box__content__settings .attachement__wrapper .attachement__infos__delete {
  font-size: 9pt;
  color: var(--red-500);
}
.info-box__content__settings .attachement__wrapper .attachement__infos__delete:hover {
  text-decoration: underline;
}
.info-box__content__settings .infos {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: initial;
  overflow-y: auto;
}
.info-box__content__settings .infos span {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.2rem;
  color: var(--grey-1000);
  text-transform: capitalize;
}

.info-box__content__social {
  --round-size: 28px;
}
.info-box__content__social .rondCompte {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  width: var(--round-size);
  height: var(--round-size);
  margin-right: 0.8rem;
  border-radius: 50%;
  background-color: var(--variable-color-user);
  font-size: 1.8rem;
  text-transform: lowercase;
  color: white;
}
.info-box__content__social .mon-comm {
  display: flex;
  flex-flow: row nowrap;
  align-items: unset;
  justify-content: space-between;
}
.info-box__content__social .mon-comm form {
  display: block;
  width: calc(100% - (var(--round-size) + 1.2rem));
  padding: 0;
  margin: 0;
}
.info-box__content__social .mon-comm label {
  display: none;
}
.info-box__content__social .mon-comm textarea {
  width: 100%;
  height: initial;
  margin: 0;
  padding: 0.4rem;
  border: solid 1px var(--grey-400);
  border-radius: 0.6rem;
  font-size: 12pt;
  overflow-x: hidden;
  overflow-y: auto;
  resize: vertical;
}
.info-box__content__social .mon-comm textarea::placeholder {
  font-size: 12pt;
  color: var(--grey-400);
}
.info-box__content__social .mon-comm .btn {
  float: right;
  margin: 0.8rem 0 1.2rem 0;
}
.info-box__content__social .flux-comm {
  flex-shrink: initial;
  flex-grow: 1;
  margin-bottom: 2.4rem;
  padding-right: 1.2rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
.info-box__content__social .flux-comm .comm {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: 1.2rem;
}
.info-box__content__social .flux-comm .comm__infos {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: flex-start;
}
.info-box__content__social .flux-comm .comm__infos__nom {
  align-self: baseline;
  margin-right: 0.8rem;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--grey-1000);
  text-transform: lowercase;
}
.info-box__content__social .flux-comm .comm__infos__nom:first-letter {
  text-transform: capitalize;
}
.info-box__content__social .flux-comm .comm__infos__date {
  align-self: baseline;
  font-size: 1.2rem;
  color: var(--grey-700);
  font-weight: 300;
}
.info-box__content__social .flux-comm .comm__content {
  width: calc(100% - 43px);
  margin-left: 2.4rem;
  margin-bottom: 1.2rem;
  padding: 1.2rem;
  border-radius: 0.6rem;
  background-color: var(--grey-0);
}
.info-box__content__social .flux-comm .comm__action {
  margin-left: 2.4rem;
  font-size: 1.2rem;
  color: blue;
}
.info-box__content__social .flux-comm .comm__action span {
  cursor: pointer;
}
.info-box__content__social .flux-comm .comm__action span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 460px) {
  .info-box {
    top: 52px;
    transform: translateX(-50%);
    width: calc(100vw - 24px);
    min-width: initial;
    max-width: initial;
  }
  .info-box__header {
    padding-top: 2.4rem !important;
    background: var(--grey-0);
  }
  .info-box__header__code {
    color: var(--main-col);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
  }
  .info-box__header__nom {
    color: var(--grey-1000);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
  }
  .info-box__mode {
    display: none;
  }
  .info-box__content {
    height: initial;
  }
  .info-box__content__title {
    display: none;
  }
  .info-box__content__settings {
    width: 100%;
    padding: 0.8rem 4rem 3.2rem 4rem;
    border-radius: 0 0 10px 10px;
  }
  .info-box__content__settings .attachement__wrapper, .info-box__content__settings .addPieceJointe, .info-box__content__settings .infos, .info-box__content__settings .js-addPieceJointe {
    display: none;
  }
  .info-box__content__settings #choixModeConnexion {
    margin: 3.2rem 0;
    font-weight: 400;
  }
  .info-box__content__settings .connexion {
    flex-wrap: nowrap;
  }
  .info-box__content__settings .connexion__lien:nth-child(odd) {
    margin-top: 84px;
  }
  .info-box__content__settings .connexion__lien__img {
    width: 84px;
  }
  .info-box__content__social {
    display: none;
  }
}
#generateur_mdp_duree {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
#generateur_mdp_duree > .radio {
  width: 100%;
  cursor: pointer;
}
#generateur_mdp_duree > .radio:nth-child(0n+2) {
  margin-left: 2.4rem;
}
#generateur_mdp_duree > .radio > label {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 1.2rem 0 1.2rem 1.6rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: black;
  background: linear-gradient(to top, #e5e5e5 50%, #ececec 100%);
  box-shadow: inset 1px 1px 2px #ededed, inset -1px -1px 2px #ededed, 0 1px 3px rgba(200, 200, 200, 0.6);
  border: solid 1px #cccccc;
  border-radius: 6px;
  transition: background ease-in-out 0.2s;
}
#generateur_mdp_duree > .radio > label:hover {
  background: linear-gradient(to top, #f0f0f0 45%, #f6f6f6 55%);
}
#generateur_mdp_duree > .radio > label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 1.2rem;
  background: url("../images/img/inputRadio.svg");
  background-size: 200%;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 2px;
}
#generateur_mdp_duree > .radio > label.generateurChecked {
  background: linear-gradient(to top, #3ce678 50%, #51ff8f 100%);
  box-shadow: inset 1px 1px 2px #51ff8f, inset -1px -1px 2px #51ff8f, 0 1px 3px rgba(200, 200, 200, 0.6);
  border: solid 1px #2fd369;
}
#generateur_mdp_duree > .radio > label.generateurChecked:before {
  background-position: -12px 0;
}
#generateur_mdp_duree > .radio > label > [type=radio] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapperSubmit {
  cursor: not-allowed;
}

#boutonGenerer.pointerNone {
  background: #e3e3e3;
  color: #636363;
  cursor: not-allowed;
  pointer-events: none;
}

#identifiantGenere, #mdpGenere {
  font-size: 4rem;
  font-weight: 600;
  color: var(--focus);
  text-transform: uppercase;
}

#popUpMdpGenere .popup__content p {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-height: 800px) and (min-width: 920px) {
  #contenuFormGenerateur input, #contenuFormGenerateur select {
    margin-bottom: 1.2rem;
  }
}
.password-cms {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: repeat(2, auto) 1fr;
  height: calc(100vh - 46px);
}
.password-cms__header {
  grid-row: 1/2;
  grid-column: 1/2;
}
.password-cms__selecteurs {
  grid-row: 2/3;
  grid-column: 1/2;
}
.password-cms__generator {
  grid-row: 3/4;
  grid-column: 1/2;
  align-self: start;
}
.password-cms .separator--vertical {
  grid-row: 1/4;
  grid-column: 2/3;
}
.password-cms__tabs {
  grid-row: 1/2;
  grid-column: 3/4;
}
.password-cms__historic {
  grid-row: 2/4;
  grid-column: 3/4;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: start;
}
.password-cms__historic > div:not(.mask) {
  flex: 1 1 0px;
  overflow: visible scroll;
}
.password-cms__historic table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.8rem;
}
.password-cms__historic table thead {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.password-cms__historic table thead th {
  text-transform: capitalize;
  background-color: var(--grey-100);
}
.password-cms__historic table tbody tr {
  cursor: text;
}
.password-cms__historic table tbody tr td:first-of-type {
  border-radius: 6px 0 0 6px;
}
.password-cms__historic table tbody tr td:last-of-type {
  border-radius: 0 6px 6px 0;
}
.password-cms__historic table thead tr th:first-of-type,
.password-cms__historic table tbody tr td:first-of-type {
  padding-inline-start: 1.6rem;
}
.password-cms__historic .mask {
  position: absolute;
  z-index: 1000;
  top: unset;
  right: 18px;
  bottom: 0;
  left: 0;
  height: clamp(160px, 40%, 480px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgb(255, 255, 255) 100%);
}

@media screen and (width < 460px) {
  .password-cms {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, min-content);
    row-gap: 2.4rem;
    height: 100dvh;
  }
  .password-cms > * {
    margin: 0;
    margin-inline: 1.6rem;
  }
  .password-cms__header {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 1.6rem;
  }
  .password-cms__selecteurs {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .password-cms__selecteurs label {
    margin-bottom: 0;
  }
  .password-cms__selecteurs label:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .password-cms__generator {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .password-cms__generator .tooltip--right {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .password-cms .separator--vertical {
    display: none;
  }
  .password-cms__tabs {
    grid-row: 4/5;
    grid-column: 1/2;
    justify-content: center;
    padding-inline: 0;
    margin-top: 1.6rem;
  }
  .password-cms__historic {
    grid-row: 5/6;
    grid-column: 1/2;
    position: unset;
    margin-inline: 0;
    overflow: unset;
  }
  .password-cms__historic > div:not(.mask) {
    flex: unset;
    overflow: unset;
    padding-inline: 1.6rem;
  }
  .password-cms__historic > div.mask {
    display: none;
  }
  .password-cms__historic table td:first-of-type {
    font-size: 1rem;
    max-width: 12ch;
    white-space: wrap;
  }
}
nav.sticky:has(.filter-round) {
  top: 46px;
  z-index: 1000;
}

.form-group {
  display: flex;
  flex-flow: column;
}
.form-group input.texteToLabel {
  width: calc(100% - 25px);
  margin: -2rem 0 0.4rem 0px !important;
  padding: 0px !important;
  border: none !important;
  font-size: 1rem !important;
}
.form-group input:not(.texteToLabel).form-control {
  margin: 0;
}
.form-group .labelInputCreated {
  flex: 0.8 !important;
  padding: 2px 0 !important;
  color: var(--grey-700);
  border: 1px solid #ffffff !important;
}
.form-group .labelInputCreated:focus {
  border: 1px solid var(--focus) !important;
}

.titreFormModif, .form-group label, .texteToLabel {
  margin: 1.6rem 0 0.4rem 0;
}

.alignCheckbox, .checkbox label {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.checkbox {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}

.alignCheckbox label {
  margin-top: 0;
  font-size: 1.6rem;
  color: black;
}

.fauxLabel {
  margin-top: 1.6rem;
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.85em;
  color: var(--grey-700);
  text-transform: none;
}

.champsAdmin select {
  height: clamp(144px, 24vh, 240px);
}

.explication {
  margin: 0.4rem 0 1.2rem 0;
  font-size: 0.8em;
}

h3 + .explication {
  margin-top: 1.6rem;
}

.sousExplication {
  color: var(--grey-700);
  font-size: 0.8em;
  font-style: italic;
}

.desactive .form-control {
  padding-left: 0 !important;
}

#containerCouleurUser {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem;
}

.rondCouleurUser {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
}

.rondCouleurUser:hover {
  outline: 4px solid var(--grey-200);
  border: solid 1px var(--blue-600);
}

.rondCouleurUserActif, .rondCouleurUserActif:hover {
  outline: var(--outline-focus);
  border: solid 1px var(--blue-600);
}

#rondCouleurUserOrange {
  background-color: #ff4a0b;
}

#rondCouleurUserJaune {
  background-color: #ffb600;
}

#rondCouleurUserBleu {
  background-color: #1e88d8;
}

#rondCouleurUserVert {
  background-color: #22bf02;
}

#rondCouleurUserRouge {
  background-color: #ea0a0a;
}

#rondCouleurUserAzur {
  background-color: #04baac;
}

#rondCouleurUserViolet {
  background-color: #ab35ef;
}

#rondCouleurUserMagenta {
  background-color: #e60064;
}

.newParametre {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 1.6rem;
  padding: 1.2rem 4rem 3.2rem 4rem;
  overflow-y: auto;
  background-color: var(--grey-200);
  border-radius: 4px;
}
.newParametre .form-group {
  margin-bottom: 0.4rem;
}
.newParametre .control-label {
  display: none;
}
.newParametre p {
  margin-block: 0.8rem 1.2rem;
  font-size: 1em;
  font-weight: 600;
}
.newParametre input::placeholder {
  color: var(--grey-700) !important;
}
.newParametre .crossCloseContainer {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.crossCloseContainer {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--grey-200);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.crossCloseContainer:before, .crossCloseContainer:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: var(--grey-700);
  transform: rotate(45deg);
}
.crossCloseContainer:after {
  transform: translateY(-1px) rotate(-45deg);
}
.crossCloseContainer:hover {
  background-color: var(--grey-400);
}

.labelUseless {
  display: none;
}

#modifEquipement input[type=text]::placeholder {
  color: transparent;
}

#boutonsForm {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 500px;
  margin: 4rem auto;
}

.eyeCatcher {
  margin: 0 0 1.2rem 0;
  padding: 1.2rem 0;
  border-radius: 0 4px 4px 4px;
}

@media screen and (max-width: 550px) {
  #home, #pricing, #about {
    margin: 0 3.2rem;
  }
  .alignCheckbox label {
    color: black;
  }
  .formModifEquipement input[type=text], .form-group input[type=text] {
    flex: 1;
    margin: 0;
    margin-top: 0.8rem;
    padding: 0.8rem;
  }
  .formMaxHeightMonCompte > div {
    margin-top: 1.2rem;
  }
  .fauxLabel {
    margin-top: 1.2rem;
  }
  .newParametre {
    margin-top: 0.8rem;
    padding: 0.8rem 1.6rem;
    max-height: 118px;
  }
  .newParametre p {
    font-size: 0.8em;
  }
  .newParametre p {
    font-size: 0.8em;
  }
  .buttonAddParametre {
    padding: 0.8rem 1.6rem;
  }
  .iconeTexteButtonAddParametre p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 460px) {
  #home, #pricing, #about {
    margin: 0;
  }
  #monCompteProfil, #monCompteAuthentification, #monCompteAutre {
    margin: 0;
  }
  .titreFormModif, .form-group label, .texteToLabel {
    margin: 0.8rem 0;
    font-size: 8pt !important;
  }
  #boutonsForm {
    margin: 0 auto 2.4rem auto;
  }
}
.ck-edit button,
.ck-view button {
  border-radius: 6px;
  border: solid 1px var(--grey-400);
  cursor: pointer;
}
.ck-edit button:hover,
.ck-view button:hover {
  background-color: var(--grey-100);
}

.ck-edit {
  position: relative;
}
.ck-edit button[type=submit] {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.dataTables_filter {
  display: none;
}

.main-box__content {
  padding: 2em;
  background-color: white;
}

table.dataTable {
  --col-base: 220,32%;
  font-family: "Inter", Roboto, Arial, sans-serif;
}
table.dataTable thead {
  background-color: hsl(var(--col-base), 96%);
  border-radius: 0.6rem 0.6rem 0 0;
  color: hsl(var(--col-base), 48%);
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-transform: none;
  border-bottom: none;
}
table.dataTable thead tr th {
  border: none;
  font-weight: 520;
  vertical-align: middle;
  border-bottom: none;
}
table.dataTable tbody tr th,
table.dataTable tbody tr td {
  vertical-align: middle;
  padding: 0.8rem 1.2rem;
  color: hsl(var(--col-base), 12%);
  font-size: 1.4rem;
  font-weight: 520;
}
table.dataTable tbody tr th.dt-control:before,
table.dataTable tbody tr td.dt-control:before {
  content: initial !important;
}
table.dataTable tbody tr th:first-child,
table.dataTable tbody tr td:first-child {
  padding-inline: 1.6rem !important;
}
table.dataTable tbody tr th.dt-center img,
table.dataTable tbody tr td.dt-center img {
  margin-inline: auto;
}
table.dataTable tbody tr th img.dt-cloud,
table.dataTable tbody tr td img.dt-cloud {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
table.dataTable tbody tr th img.dt-cloud[src="/bundles/lciboilerbox/images/img/connexionCloud-rouge.svg"],
table.dataTable tbody tr td img.dt-cloud[src="/bundles/lciboilerbox/images/img/connexionCloud-rouge.svg"] {
  cursor: not-allowed;
}
table.dataTable tbody:hover {
  background: transparent !important;
}
table.dataTable tfoot {
  display: table-header-group;
  border-top: none;
}
table.dataTable tfoot::placeholder {
  color: black;
}
table.dataTable tfoot > tr > th {
  border: none;
}
table.dataTable.row-border > tbody > tr > * {
  border-top: solid 1px hsl(var(--col-base), 92%);
}

.dt-scroll {
  display: flex;
  flex-direction: column;
}
.dt-scroll .dt-scroll-head {
  order: 1;
}
.dt-scroll .dt-scroll-body {
  order: 3;
  scrollbar-width: thin;
}
.dt-scroll .dt-scroll-foot {
  order: 2;
}

#dashboardDatatable {
  width: 60%;
  margin-inline: auto;
}

#myDropzone.dropzone,
#dz-attachments.dropzone,
#dz-connexion.dropzone {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 0.8rem;
  padding: 0.8rem;
  background: transparent;
  max-height: 344px;
  overflow: hidden auto;
  scrollbar-width: initial;
  cursor: pointer;
}
#myDropzone.dropzone a,
#dz-attachments.dropzone a,
#dz-connexion.dropzone a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: 64%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: none;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#myDropzone.dropzone a[tilte=Archiver], #myDropzone.dropzone a[title=Désarchiver], #myDropzone.dropzone a.archive,
#dz-attachments.dropzone a[tilte=Archiver],
#dz-attachments.dropzone a[title=Désarchiver],
#dz-attachments.dropzone a.archive,
#dz-connexion.dropzone a[tilte=Archiver],
#dz-connexion.dropzone a[title=Désarchiver],
#dz-connexion.dropzone a.archive {
  order: 3;
  background-image: url("../images/actions/archiver.svg");
  background-color: var(--blue-300);
  box-shadow: inset 1px 1px var(--blue-100), inset -1px -1px var(--blue-500);
}
#myDropzone.dropzone a[tilte=Archiver]:hover, #myDropzone.dropzone a[title=Désarchiver]:hover, #myDropzone.dropzone a.archive:hover,
#dz-attachments.dropzone a[tilte=Archiver]:hover,
#dz-attachments.dropzone a[title=Désarchiver]:hover,
#dz-attachments.dropzone a.archive:hover,
#dz-connexion.dropzone a[tilte=Archiver]:hover,
#dz-connexion.dropzone a[title=Désarchiver]:hover,
#dz-connexion.dropzone a.archive:hover {
  background-color: var(--blue-200);
}
#myDropzone.dropzone a[tilte=Archiver]:active, #myDropzone.dropzone a[title=Désarchiver]:active, #myDropzone.dropzone a.archive:active,
#dz-attachments.dropzone a[tilte=Archiver]:active,
#dz-attachments.dropzone a[title=Désarchiver]:active,
#dz-attachments.dropzone a.archive:active,
#dz-connexion.dropzone a[tilte=Archiver]:active,
#dz-connexion.dropzone a[title=Désarchiver]:active,
#dz-connexion.dropzone a.archive:active {
  background-color: var(--blue-500);
}
#myDropzone.dropzone a[title=Désarchiver],
#dz-attachments.dropzone a[title=Désarchiver],
#dz-connexion.dropzone a[title=Désarchiver] {
  background-image: url("../images/actions/désarchiver.svg");
}
#myDropzone.dropzone.dz-clickable,
#dz-attachments.dropzone.dz-clickable,
#dz-connexion.dropzone.dz-clickable {
  background: var(--bg-lighter);
  border: dotted 2px var(--bg-darker);
  border-radius: 0.8rem;
}
#myDropzone.dropzone .dz-download,
#dz-attachments.dropzone .dz-download,
#dz-connexion.dropzone .dz-download {
  order: 4;
  background-image: url("../images/actions/download.svg");
  background-color: var(--green-500);
  box-shadow: inset 1px 1px var(--green-200), inset -1px -1px var(--green-700);
}
#myDropzone.dropzone .dz-download:hover,
#dz-attachments.dropzone .dz-download:hover,
#dz-connexion.dropzone .dz-download:hover {
  background-color: var(--green-300);
}
#myDropzone.dropzone .dz-download:active,
#dz-attachments.dropzone .dz-download:active,
#dz-connexion.dropzone .dz-download:active {
  background-color: var(--green-600);
}
#myDropzone.dropzone .dz-remove,
#dz-attachments.dropzone .dz-remove,
#dz-connexion.dropzone .dz-remove {
  order: 5;
  background-color: var(--red-500);
  box-shadow: inset 1px 1px var(--red-300), inset -1px -1px var(--red-800);
}
#myDropzone.dropzone .dz-remove::before, #myDropzone.dropzone .dz-remove::after,
#dz-attachments.dropzone .dz-remove::before,
#dz-attachments.dropzone .dz-remove::after,
#dz-connexion.dropzone .dz-remove::before,
#dz-connexion.dropzone .dz-remove::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 10px;
  background: white;
  border-radius: 2px;
}
#myDropzone.dropzone .dz-remove::before,
#dz-attachments.dropzone .dz-remove::before,
#dz-connexion.dropzone .dz-remove::before {
  rotate: 45deg;
}
#myDropzone.dropzone .dz-remove::after,
#dz-attachments.dropzone .dz-remove::after,
#dz-connexion.dropzone .dz-remove::after {
  rotate: -45deg;
}
#myDropzone.dropzone .dz-remove:hover,
#dz-attachments.dropzone .dz-remove:hover,
#dz-connexion.dropzone .dz-remove:hover {
  background-color: var(--red-300);
}
#myDropzone.dropzone .dz-remove:hover::before, #myDropzone.dropzone .dz-remove:hover::after,
#dz-attachments.dropzone .dz-remove:hover::before,
#dz-attachments.dropzone .dz-remove:hover::after,
#dz-connexion.dropzone .dz-remove:hover::before,
#dz-connexion.dropzone .dz-remove:hover::after {
  background: #fa1919;
}
#myDropzone.dropzone .dz-remove:active,
#dz-attachments.dropzone .dz-remove:active,
#dz-connexion.dropzone .dz-remove:active {
  background-color: var(--red-500);
}
#myDropzone.dropzone .dz-message,
#dz-attachments.dropzone .dz-message,
#dz-connexion.dropzone .dz-message {
  position: sticky;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: unset;
  margin-block: 0;
  padding-block: 50px;
  font-family: "Source Sans pro", Arial, sans-serif;
  font-size: 1.7rem;
  color: #646464;
}
#myDropzone.dropzone .dz-message::before,
#dz-attachments.dropzone .dz-message::before,
#dz-connexion.dropzone .dz-message::before {
  content: "+";
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 8rem;
  margin-block-end: 4rem;
  background: var(--grey-0);
  border: solid 2px #eee;
  border-radius: 0.8rem;
  font-size: 4rem;
  font-weight: 600;
  color: var(--col-second);
  box-shadow: -4px 4px 0 0 #fafafa, -6px 6px 0 0 #eee;
}
#myDropzone.dropzone .dz-message .link:hover,
#dz-attachments.dropzone .dz-message .link:hover,
#dz-connexion.dropzone .dz-message .link:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
#myDropzone.dropzone .dz-preview,
#dz-attachments.dropzone .dz-preview,
#dz-connexion.dropzone .dz-preview {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
  min-height: initial;
  margin: 0;
  padding: 0.8rem;
  background: var(--blue-50);
  border-radius: 0.8rem;
  border-bottom: none;
  box-shadow: 0 1px 4px rgba(80, 80, 100, 0.32);
}
#myDropzone.dropzone .dz-preview:last-child,
#dz-attachments.dropzone .dz-preview:last-child,
#dz-connexion.dropzone .dz-preview:last-child {
  border-bottom: none;
}
#myDropzone.dropzone .dz-preview .dz-image,
#dz-attachments.dropzone .dz-preview .dz-image,
#dz-connexion.dropzone .dz-preview .dz-image {
  order: 2;
  width: fit-content;
  height: 32px;
  background: transparent;
  border-radius: 0.4rem;
}
#myDropzone.dropzone .dz-preview .dz-details,
#dz-attachments.dropzone .dz-preview .dz-details,
#dz-connexion.dropzone .dz-preview .dz-details {
  order: 3;
  flex: 1 1 0px;
  position: initial;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: unset;
  column-gap: 0.8rem;
  min-width: initial;
  max-width: initial;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#myDropzone.dropzone .dz-preview .dz-details .dz-size,
#dz-attachments.dropzone .dz-preview .dz-details .dz-size,
#dz-connexion.dropzone .dz-preview .dz-details .dz-size {
  order: 2;
  position: initial;
  margin: 0;
  font-size: 1.16rem;
  text-align: left;
  color: var(--grey-400);
}
#myDropzone.dropzone .dz-preview .dz-details .dz-filename,
#dz-attachments.dropzone .dz-preview .dz-details .dz-filename,
#dz-connexion.dropzone .dz-preview .dz-details .dz-filename {
  order: 1;
  position: initial;
  color: var(--grey-700);
  text-align: left;
}
#myDropzone.dropzone .dz-preview .dz-details .dz-filename span,
#dz-attachments.dropzone .dz-preview .dz-details .dz-filename span,
#dz-connexion.dropzone .dz-preview .dz-details .dz-filename span {
  font-variation-settings: "wght" 420;
  white-space: normal;
}
#myDropzone.dropzone .dz-preview .dz-details .dz-filename:hover span,
#dz-attachments.dropzone .dz-preview .dz-details .dz-filename:hover span,
#dz-connexion.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: solid 1px transparent;
  background: white;
}
#myDropzone.dropzone .dz-preview .dz-details span,
#dz-attachments.dropzone .dz-preview .dz-details span,
#dz-connexion.dropzone .dz-preview .dz-details span {
  background: none;
  padding: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 1.24rem;
}
#myDropzone.dropzone .dz-preview img,
#dz-attachments.dropzone .dz-preview img,
#dz-connexion.dropzone .dz-preview img {
  width: 48px;
  height: auto;
}
#myDropzone.dropzone .dz-preview:hover,
#dz-attachments.dropzone .dz-preview:hover,
#dz-connexion.dropzone .dz-preview:hover {
  background-color: white;
}
#myDropzone.dropzone .dz-preview:hover .dz-image img,
#dz-attachments.dropzone .dz-preview:hover .dz-image img,
#dz-connexion.dropzone .dz-preview:hover .dz-image img {
  filter: none;
  transform: none;
}

#dz-connexion.dropzone,
#dz-attachments.dropzone {
  padding-inline: 1.6rem;
}
#dz-connexion.dropzone.dz-clickable,
#dz-attachments.dropzone.dz-clickable {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 1.6rem;
}
#dz-connexion.dropzone .dz-message,
#dz-attachments.dropzone .dz-message {
  flex-flow: row nowrap;
  column-gap: 0.8rem;
  padding-block: 0.8rem;
  font-size: 1.32rem;
}
#dz-connexion.dropzone .dz-message::before,
#dz-attachments.dropzone .dz-message::before {
  flex-shrink: 0;
  width: 32px;
  height: 40px;
  margin-block-end: 0;
  font-size: 2.4rem;
}
#dz-connexion.dropzone .dz-message .dz-button,
#dz-attachments.dropzone .dz-message .dz-button {
  text-align: left;
  font-family: "Inter";
  font-variation-settings: "wght" 440;
}

#dz-connexion.dropzone {
  margin-top: 1.6rem;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
  padding-left: 80px !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 1.6rem;
  font-variation-settings: "wght" 480;
  font-family: "inter", arial sans-serif;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-2.0.3/sc-2.4.1
 *
 * Included libraries:
 *  DataTables 2.0.3, Scroller 2.4.1
 */
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *,
table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *,
table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}

div.dt-container div.dt-layout-row.dt-layout-table {
  display: block;
}

div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  display: block;
}

div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

div.dt-container div.dt-layout-cell.dt-full {
  text-align: center;
}

div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}

div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}

div.dt-container div.dt-layout-cell:empty {
  display: none;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row {
    display: block;
  }
  div.dt-container div.dt-layout-cell {
    display: block;
  }
  div.dt-container div.dt-layout-cell.dt-full,
  div.dt-container div.dt-layout-cell.dt-start,
  div.dt-container div.dt-layout-cell.dt-end {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dt-container .dt-length,
  .dt-container .dt-search {
    float: none;
    text-align: center;
  }
  .dt-container .dt-search {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *,
html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *,
html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current,
html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

div.dts {
  display: block !important;
}

div.dts tbody th,
div.dts tbody td {
  white-space: nowrap;
}

div.dts div.dts_loading {
  z-index: 1;
}

div.dts div.dts_label {
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

div.dts div.dt-scroll-body,
div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px);
}

div.dts div.dt-scroll-body table,
div.dts div.dataTables_scrollBody table {
  background-color: white;
  z-index: 2;
}

div.dts div.dt-length,
div.dts div.dt-paging,
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

html.dark div.dts div.dts_label {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

html.dark div.dts div.dt-scroll-body,
html.dark div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
}

html.dark div.dts div.dt-scroll-body table,
html.dark div.dts div.dataTables_scrollBody table {
  background-color: var(--dt-html-background);
  z-index: 2;
}

.select2-container {
  box-sizing: border-box;
  margin: 0;
  margin-top: 4px;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 37px;
  align-content: center;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-inline: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Inter", Helvetica, Arial, Helvetica, sans-serif;
  font-variation-settings: "wght" 464;
  color: var(--grey-1000);
  font-size: 1.4rem;
}

.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-radius: 4px;
  border: solid 1px var(--antiflash-300);
}
.select2-container--default .select2-selection--single:hover {
  border-color: var(--antiflash-600);
}

.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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 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: white;
  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: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-selection__rendered {
  color: var(--grey-1000) !important;
  font-size: 1.4rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.notyf {
  --notyf-color: var(--grey-700);
  --notyf-border-color: var(--grey-400);
  --notyf-bg-color: var(--grey-200);
}
.notyf__toast {
  max-width: 400px;
  padding: 0 !important;
  border: solid 1px var(--notyf-border-color);
  border-radius: 8px;
  color: var(--notyf-color);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.32rem;
  font-variation-settings: "wght" 480;
  box-shadow: unset;
}
.notyf__toast .notyf__wrapper {
  gap: 0.8rem;
  padding-inline: 0.8rem 2.4rem;
  padding-block: 1.2rem;
  background-color: var(--notyf-bg-color);
}
.notyf__toast .notyf__icon {
  margin-right: 0;
}
.notyf__toast .notyf__icon i {
  border: none;
  background-color: transparent;
}
.notyf__toast .notyf__icon i::before, .notyf__toast .notyf__icon i::after {
  width: 1px;
  color: var(--notyf-color);
}
.notyf__toast.notyf__toast--success {
  --notyf-color: #16540e;
  --notyf-border-color: rgb(49.4775510204, 188.9142857143, 31.4857142857);
  --notyf-bg-color: rgb(156.9755102041, 236.9428571429, 146.6571428571);
}
.notyf__toast.notyf__toast--error {
  --notyf-color: #a10000;
  --notyf-border-color: rgb(255, 28.4, 28.4);
  --notyf-bg-color: rgb(255, 191.6, 191.6);
}
.notyf__toast.notyf__toast--error .notyf__icon--error {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.notyf__toast.notyf__toast--error .notyf__icon--error::before, .notyf__toast.notyf__toast--error .notyf__icon--error::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: unset;
  right: unset;
}
.notyf .notyf__wrapper,
.notyf .notyf__message {
  font-family: inherit;
}

.owl-carousel::before, .owl-carousel::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: clamp(80px, 24%, 240px);
  background: some gradient;
}
.owl-carousel::before {
  left: 0;
  background: linear-gradient(to left, transparent 0%, var(--antiflash-100) 56%);
}
.owl-carousel::after {
  right: 0;
  background: linear-gradient(to right, transparent 0%, var(--antiflash-100) 56%);
}

.swal2-popup {
  border-radius: 1.2rem;
}

.swal2-html-container {
  font-size: 1.4rem;
}

.swal2-container {
  backdrop-filter: blur(6px) brightness(0.6);
}

.tabulator {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table {
  min-width: 100%;
}

.tabulator[tabulator-layout=fitDataTable] {
  display: inline-block;
}

.tabulator.tabulator-block-select,
.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
  user-select: none;
}

.tabulator .tabulator-header {
  background-color: #e6e6e6;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  color: #555;
  font-weight: 700;
  outline: none;
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  width: 100%;
}

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}

.tabulator .tabulator-header .tabulator-header-contents {
  overflow: hidden;
  position: relative;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-col {
  background: #e6e6e6;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  background: #cdcdcd;
  border: 1px solid #999;
  pointer-events: none;
  position: absolute;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
  background-color: #d6d6d6;
  color: #000;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
  background-color: #3876ca;
  color: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
  padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
  text-overflow: clip;
  white-space: normal;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  background: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 1px;
  width: 100%;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 4px;
  top: 0;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  width: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-top: 1px solid #aaa;
  display: flex;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  box-sizing: border-box;
  margin-top: 2px;
  position: relative;
  text-align: center;
  width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  height: 0;
  width: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
    background-color: transparent;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-bottom: 6px solid #555;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 6px solid transparent;
  border-top: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-bottom: 6px solid #555;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 6px solid #666;
  border-top: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-top: 6px solid #555;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  align-items: center;
  display: flex;
  justify-content: center;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-bottom: 20px;
  padding-right: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  bottom: auto;
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
}

.tabulator .tabulator-header .tabulator-frozen {
  left: 0;
  position: sticky;
  z-index: 11;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}

.tabulator .tabulator-tableholder {
  --sb-track-color: transparent;
  --sb-thumb-color: var(--grey-100);
  --sb-size: 14px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
.tabulator .tabulator-tableholder::-webkit-scrollbar {
  width: var(--sb-size);
}
.tabulator .tabulator-tableholder::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 17px;
}
.tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 17px;
}
.tabulator .tabulator-tableholder:focus {
  outline: none;
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-width: 100%;
  width: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
  min-height: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  color: #ccc;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  white-space: normal;
}

.tabulator .tabulator-tableholder .tabulator-table {
  color: #333;
  display: inline-block;
  overflow: visible;
  position: relative;
  white-space: nowrap;
}
@media screen and (width < 800px) {
  .tabulator .tabulator-tableholder .tabulator-table {
    background-color: transparent;
    width: 100%;
  }
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
  background: #e2e2e2 !important;
  font-weight: 700;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #aaa;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #aaa;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
  border: 1px solid #2975dd;
  box-sizing: border-box;
  position: absolute;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
  background-color: #2975dd;
  border-radius: 999px;
  bottom: -3px;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  width: 6px;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
  border: 2px solid #2975dd;
  box-sizing: border-box;
  position: absolute;
}

.tabulator .tabulator-footer {
  background-color: #e6e6e6;
  border-top: 1px solid #999;
  color: #555;
  font-weight: 700;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
}

.tabulator .tabulator-footer .tabulator-footer-contents {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
  margin-top: -5px;
  overflow-x: auto;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
  border: 1px solid #999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
  cursor: pointer;
  opacity: 0.7;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
  background: #fff;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
  display: inline-block;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  border-bottom: none;
  margin-bottom: -5px;
}

.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}

.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: 400;
}

.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  flex: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
}

.tabulator .tabulator-footer .tabulator-page-size {
  border: 1px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
  background: hsla(0, 0%, 100%, 0.2);
  border: 1px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
  }
}
.tabulator .tabulator-col-resize-handle {
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
  vertical-align: middle;
  width: 6px;
  z-index: 11;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-col-resize-handle:hover {
    cursor: ew-resize;
  }
}
.tabulator .tabulator-col-resize-handle:last-of-type {
  margin-right: 0;
  width: 3px;
}

.tabulator .tabulator-col-resize-guide {
  background-color: #999;
  height: 100%;
  margin-left: -0.5px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 4px;
}

.tabulator .tabulator-row-resize-guide {
  background-color: #999;
  height: 4px;
  left: 0;
  margin-top: -0.5px;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.tabulator .tabulator-alert {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.tabulator .tabulator-alert .tabulator-alert-msg {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 20px;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
  color: #d00;
}

.tabulator-row {
  background-color: #fff;
  box-sizing: border-box;
  min-height: 22px;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selectable:hover {
    background-color: var(--grey-100);
    cursor: pointer;
  }
}
.tabulator-row.tabulator-selected {
  background-color: #9abcea;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selected:hover {
    background-color: #769bcc;
    cursor: pointer;
  }
}
.tabulator-row.tabulator-row-moving {
  background: #fff;
  border: 1px solid #000;
}

.tabulator-row.tabulator-moving {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  pointer-events: none;
  position: absolute;
  z-index: 15;
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
  background-color: #d6d6d6;
  color: #000;
}

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,
.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
  background-color: #3876ca;
  color: #fff;
}

.tabulator-row .tabulator-row-resize-handle {
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.tabulator-row .tabulator-row-resize-handle.prev {
  bottom: auto;
  top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-row-resize-handle:hover {
    cursor: ns-resize;
  }
}
.tabulator-row .tabulator-responsive-collapse {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  padding: 5px;
}

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}

.tabulator-row .tabulator-cell {
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
  background: #e6e6e6;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #999;
}

.tabulator-row .tabulator-cell.tabulator-frozen {
  background-color: inherit;
  display: inline-block;
  left: 0;
  position: sticky;
  z-index: 11;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1d68cd;
  outline: none;
  padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
  background: transparent;
  border: 1px;
  outline: none;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #d00;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input,
.tabulator-row .tabulator-cell.tabulator-validation-fail select {
  background: transparent;
  border: 1px;
  color: #d00;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  background: #666;
  height: 3px;
  margin-top: 2px;
  width: 100%;
}

.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
  background-color: #9abcea;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
  display: inline-block;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  border-bottom: 2px solid #aaa;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  margin-top: -9px;
  vertical-align: middle;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
  border-radius: 2px;
  display: inline-flex;
  height: 11px;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  width: 11px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  background: transparent;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #333;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  align-items: center;
  background: #666;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 1.1em;
  font-weight: 700;
  height: 15px;
  justify-content: center;
  width: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
  stroke: #fff;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  border-radius: 14px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.tabulator-row.tabulator-group {
  background: #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  box-sizing: border-box;
  font-weight: 700;
  min-width: 100%;
  padding: 5px 5px 5px 10px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-group:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  margin-right: 10px;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #666;
  border-right: 0;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-right: 16px;
  vertical-align: middle;
  width: 0;
}

.tabulator-row.tabulator-group span {
  color: #d00;
  margin-left: 10px;
}

.tabulator-toggle {
  background: #dcdcdc;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.tabulator-toggle.tabulator-toggle-on {
  background: #1c6cc2;
}

.tabulator-toggle .tabulator-toggle-switch {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.tabulator-popup-container {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  overflow-y: auto;
  position: absolute;
  z-index: 10000;
}

.tabulator-popup {
  border-radius: 3px;
  padding: 5px;
}

.tabulator-tooltip {
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  max-width: min(500px, 100%);
  padding: 3px 5px;
  pointer-events: none;
}

.tabulator-menu .tabulator-menu-item {
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
    background: #efefef;
    cursor: pointer;
  }
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after {
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 10px;
  top: calc(5px + 0.4em);
  transform: rotate(45deg);
  vertical-align: top;
  width: 7px;
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #aaa;
}

.tabulator-edit-list {
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto;
}

.tabulator-edit-list .tabulator-edit-list-item {
  color: #333;
  outline: none;
  padding: 4px;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
  background: #1d68cd;
  color: #fff;
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid hsla(0, 0%, 100%, 0.5);
}

.tabulator-edit-list .tabulator-edit-list-item.focused {
  outline: 1px solid #1d68cd;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-list .tabulator-edit-list-item:hover {
    background: #1d68cd;
    color: #fff;
    cursor: pointer;
  }
}
.tabulator-edit-list .tabulator-edit-list-placeholder {
  color: #333;
  padding: 4px;
  text-align: center;
}

.tabulator-edit-list .tabulator-edit-list-group {
  border-bottom: 1px solid #aaa;
  color: #333;
  font-weight: 700;
  padding: 6px 4px 4px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2 {
  padding-left: 12px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3 {
  padding-left: 20px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4 {
  padding-left: 28px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5 {
  padding-left: 36px;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  direction: rtl;
  text-align: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  border-left: 1px solid #aaa;
  border-right: initial;
  text-align: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-left: -1px;
  margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-left: 25px;
  padding-right: 0;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  left: 8px;
  right: auto;
}

.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
  background-color: #2975dd;
  border-radius: 999px;
  bottom: -3px;
  content: "";
  height: 6px;
  left: -3px;
  position: absolute;
  right: auto;
  width: 6px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-left: 1px solid #aaa;
  border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #aaa;
  margin-left: 5px;
  margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-left: 5px;
  margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-left: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-right: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
  margin-left: 0;
  margin-right: -3px;
  width: 3px;
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
  text-align: initial;
}

.tabulator-print-fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > :not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}

.tabulator-print-table .tabulator-data-tree-branch {
  border-bottom: 2px solid #aaa;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  margin-top: -9px;
  vertical-align: middle;
  width: 7px;
}

.tabulator-print-table .tabulator-print-table-group {
  background: #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  box-sizing: border-box;
  font-weight: 700;
  min-width: 100%;
  padding: 5px 5px 5px 10px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-print-table-group:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  margin-right: 10px;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #666;
  border-right: 0;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-right: 16px;
  vertical-align: middle;
  width: 0;
}

.tabulator-print-table .tabulator-print-table-group span {
  color: #d00;
  margin-left: 10px;
}

.tabulator-print-table .tabulator-data-tree-control {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
  border-radius: 2px;
  display: inline-flex;
  height: 11px;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  width: 11px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-data-tree-control:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  background: transparent;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #333;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}


.tabulator {
  font-size: inherit;
}
.tabulator .tabulator-tableholder {
  overflow: hidden auto;
  padding-right: 1.2rem;
  scrollbar-width: thin;
}
@media screen and (width < 800px) {
  .tabulator .tabulator-tableholder {
    padding-right: 0;
  }
}
.tabulator .tabulator-header {
  height: 40px;
  align-content: center;
  background-color: var(--grey-100);
  border-radius: 0.8rem;
  border-bottom: none;
  color: var(--grey-700);
}
@media screen and (width < 800px) {
  .tabulator .tabulator-header {
    height: 24px;
  }
}
.tabulator .tabulator-header .tabulator-col {
  background-color: transparent;
  border-right: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.32rem;
  font-variation-settings: "wght" 560;
}
@media screen and (width < 800px) {
  .tabulator .tabulator-header .tabulator-col .tabulator-col-title {
    font-size: 1.24rem;
  }
}
.tabulator .tabulator-row {
  position: relative;
  width: calc(100% - 20px);
  height: 40px;
  margin-block: 0.6rem;
  align-content: center;
  border: solid 1px var(--grey-150);
  border-radius: 0.8rem;
}
.tabulator .tabulator-row .tabulator-cell {
  align-content: center;
  border-right: none;
  overflow: visible;
}
.tabulator .tabulator-row .tabulator-cell:nth-of-type(2) {
  padding-left: 2.4rem;
}
@media screen and (width < 800px) {
  .tabulator .tabulator-row {
    width: 100%;
  }
}

.tabulator-row:has(.btn-parameter) .btn-parameter svg {
  display: none;
}
.tabulator-row:has(.btn-parameter):hover .btn-parameter svg {
  display: block;
}

.tabulator-alert {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 9999;
}
.tabulator-alert .tabulator-alert-msg {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0257b3;
  position: relative;
  padding-left: 2rem;
}
.tabulator-alert .loader-spinner::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid #0257b3;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
}

@keyframes spinner {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.tabulator-tableholder:empty {
  background-color: red;
}

@media (max-width: 800px) {
  .tabulator .tabulator-header .tabulator-col.col-services {
    display: none !important;
  }
  .tabulator .tabulator-cell.col-services {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */