﻿/* TOP - 2024 CSS base */

/* =============================================================================
   $Reset
   ========================================================================== */
@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
script {
    display: none !important;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

img {
    max-width: 100%;
}

p:empty {
    display: none;
}
/* =============================================================================
   $Colors
   ========================================================================== */
:root {
    /* Primary */
    --primary-050: #e5ebff;
    --primary-100: #ccd8ff;
    --primary-200: #99b1ff;
    --primary-300: #6689ff;
    --primary-400: #3362ff;
    --primary-500: #003bff;
    --primary-600: #002fcc; /* hover */
    --primary-700: #002399;
    --primary-800: #001b75; /* default */
    --primary-900: #000c33; /* pressed */
    --primary-950: #00020a;
    /* Secondary */
    --secondary-000: #eafbf7;
    --secondary-050: #ddf8f2; /* light */
    --secondary-100: #d4e7ec;
    --secondary-200: #aaeede; /* hover */
    --secondary-300: #80e5cd;
    --secondary-400: #4edbba; /* default */
    --secondary-500: #2bd4ac;
    --secondary-600: #22aa8a;
    --secondary-700: #1a7f67;
    --secondary-800: #115545;
    --secondary-900: #092a22; /* pressed */
    --secondary-980: #020807;
    /* Greyscale */
    --greyscale-000: #ffffff;
    --greyscale-050: #f1f2f3; /* hover */
    --greyscale-100: #e3e4e8; /* pressed */
    --greyscale-200: #c7c9d1;
    --greyscale-300: #abafba;
    --greyscale-400: #9094a2; /* disabled */
    --greyscale-500: #74798b;
    --greyscale-600: #5d616f; /* placeholder */
    --greyscale-700: #454954; /* light */
    --greyscale-800: #2e3038;
    --greyscale-900: #17181c; /* default */
    --greyscale-980: #050506;
    /* Thèmes */
    --talent-hub: #eb6a6a;
    --talent-hub-light: #fdf0f0;
    --partenariats: #e9a63a;
    --partenariats-light: #fef7eb;
    --impacts-et-engagement: #18715d;
    --impacts-et-engagement-light: #e6f0ed;
    --chroniques-innovantes: #b11d85;
    --chroniques-innovantes-light: #f6e7f2;
    --horizons-commerciaux: #731faa;
    --horizons-commerciaux-light: #f0e7f6;
    --visionnaires-en-action: #00879f;
    --visionnaires-en-action-light: #e4f2f4;
    /* Status */
    --error: #900000;
    --error-light: #fff8f8;
    --warning: #935800;
    --warning-light: #fff8ef;
    --success: #0c6804;
    --success-light: #f6fef5;
    --info: #003bff;
    --info-light: #e5ebff;
    /* Gradient */
    --gradient-1: #fff 40%, #f7a1a1;
    --gradient-2: #fff 40%, #a1ddf7;
    /* Shadow */
    --shadow: 0 3px 6px 0 #17181c26;
    --shadow-hover: 0 3px 6px 0 #002fcc40;
    /* Autres */
    --radius-full: calc(1px * infinity);
    --radius-12: 12px;
    --radius-16: 16px;
    --radius-8: 8px;
    /* Padding */
    --paddingCard: 1.6rem;
    --padding-8: 8px;
    --padding-0-16: 0 16px;
    --padding-8-16: 8px 16px;
    --padding-16: 16px;
    --padding-24: 24px;
    --padding-24-0: 24px 0;
    /* margin */
    --margin-24: 24px;
    --margin-24-0: 24px 0;
    --margin-0-24: 0 24px;
    --margin-24-40: 24px 40px;
    --margin-32-0: 32px 0;
}
.color0 .bgTheme {
    background: var(--secondary-000);
}
.color1 .bgTheme,
.talent-hub .bgTheme {
    background: var(--talent-hub-light);
}
.color2 .bgTheme,
.partenariats .bgTheme {
    background: var(--partenariats-light);
}
.color3 .bgTheme,
.impact-et-engagments .bgTheme {
    background: var(--impacts-et-engagement-light);
}
.color4 .bgTheme,
.chroniques-innovantes .bgTheme {
    background: var(--chroniques-innovantes-light);
}
.color5 .bgTheme,
.horizons-commerciaux .bgTheme {
    background: var(--horizons-commerciaux-light);
}
.color6 .bgTheme,
.visionnaires-en-action .bgTheme, .strategie .bgTheme {
    background: var(--visionnaires-en-action-light);
}

.color0 .borderTheme {
    border-color: var(--secondary-000);
}

.color1 .borderTheme,
.talent-hub .borderTheme {
    border-color: var(--talent-hub-light);
}

.color2 .borderTheme,
.partenariats .borderTheme {
    border-color: var(--partenariats-light);
}

.color3 .borderTheme,
.impact-et-engagments .borderTheme {
    border-color: var(--impacts-et-engagement-light);
}

.color4 .borderTheme,
.chroniques-innovantes .borderTheme {
    border-color: var(--chroniques-innovantes-light);
}

.color5 .borderTheme,
.horizons-commerciaux .borderTheme {
    border-color: var(--horizons-commerciaux-light);
}

.color6 .borderTheme,
.visionnaires-en-action .borderTheme, .strategie .borderTheme {
    border-color: var(--visionnaires-en-action-light);
}

.radius12 {
    border-radius: var(--radius-12);
}
.radius8 {
    border-radius: var(--radius-8);
}
.textPrimary {
    color: var(--primary-800);
}

/* =============================================================================
$Fonts
========================================================================== */
@font-face {
    font-family: "DM_Sans";
    src: url("fonts/DMSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM_Sans";
    src: url("fonts/DMSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM_Sans";
    src: url("fonts/DMSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "icon";
    src: url("fonts/icon_20241016.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* =============================================================================
$RGAA
========================================================================== */
ul.evitement {
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 500;
    height: 40px;
}
ul.evitement li {
    float: left;
    list-style: none;
}
ul.evitement li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: -9000px;
    width: 9.375rem;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #212121;
    border-radius: 6px;
    margin: 10px;
    font-size: 1.3rem;
    width: 200px;
}
ul.evitement li a:focus,
ul.evitement li a:hover {
    top: 5px;
}
.ei_sronly {
    position: absolute;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: circle(0);
    width: 1px;
    height: 1px;
    margin: -1px;
    white-space: nowrap;
}

/* =============================================================================
   $Base / Elements
   ========================================================================== */
html {
    font-size: 62.5%; /* pour une correspondance en px --> 1rem = 10px */
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-family: "DM_Sans", "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: var(--greyscale-900);
    background: var(--greyscale-000);
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    margin: 0 0 48px 0;
}

ul,
ol,
dl,
dt,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;
}

center > table {
    margin: auto;
}

sup,
sub {
    font-size: 70%;
}
small {
    font-size: 80%;
}

table,
.table {
    border-collapse: collapse;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px 0;
}

button {
    font-family: "DM_Sans", "Arial", sans-serif;
    font-size: 1.6rem;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.wrap {
    flex-wrap: wrap;
}
.center {
    text-align: center;
}
.bgSecondary {
    background: var(--secondary-000);
    padding: var(--padding-16);
}
.padding-24-0 {
    padding: var(--padding-24);
}
@media screen and (max-width: 1024px) {
    .padding-24-0 {
        padding: 0;
    }
}
#body-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.75);
    z-index: 10;
}
#body-overlay.active {
    display: block;
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .labelNoMobile {
        display: none;
    }
}

/* =============================================================================
   Textes
   ========================================================================== */
.font-kpi {
    font-size: 88px;
    font-weight: 700;
    line-height: 133px;
}

.font-h1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 9.6rem;
}

@media screen and (max-width: 1024px) {
    .font-h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

.font-h2_bold {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
}

.font-h2_regular {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.8rem;
}

@media screen and (max-width: 1024px) {
    .font-h2_bold,
    .font-h2_regular {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.font-h3 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.2rem;
}

@media screen and (max-width: 1024px) {
    .font-h3 {
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}

.font-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
}

@media screen and (max-width: 1024px) {
    .font-title {
        font-size: 1.4rem;
        line-height: 3.2rem;
    }
}

@media screen and (max-width: 980px) {
    .font-title {
        line-height: 2rem;
    }
    .font-h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.font-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
}

.body-xl {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
}

.body-lg {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
}
.body-m {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.body-md {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
}

.body-sm {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
}

.link,
.btn {
    font-family: "DM_Sans", "Arial", sans-serif;
    font-weight: 500;
}
/* =============================================================================
   $Message et notification
   ========================================================================== */
.oblig {
    color: var(--error);
}

.messageBox {
    padding: 2.4rem;
    border-radius: 4px;
    margin: 2.4rem 0;
}

.messageBox-info {
    background: var(--primary-050);
}

.toast {
    padding: 16px 16px 16px 40px;
    border-width: 1px;
    border-color: var(--greyscale-100);
    border-style: solid;
    border-radius: var(--radius-8);
    position: relative;
}

.toast::before {
    content: "\e908";
    font-family: icon;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.toast-error {
    border-color: var(--error);
    background-color: var(--error-light);
}

.toast-warning {
    border-color: var(--warning);
    background-color: var(--warning-light);
}

.toast-success {
    border-color: var(--success);
    background-color: var(--success-light);
}

.toast-info {
    border-color: var(--info);
    background-color: var(--info-light);
}

#modalBookmark,
#modalBookmarkRemoved {
    width: 40%;
    position: fixed;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: var(--shadow);
    display: none;
}
#modalAboRemoved {
    display: none;
    margin-top: 1.2rem;
}
.closeModalToast {
    position: absolute;
    top: 16px;
    right: 16px;
}
.closeModalToast:focus {
    border: 2px solid #0060df;
    outline: 1px solid white;
}
/* =============================================================================
   $Icon
   ========================================================================== */
.icon {
    font-family: icon;
    font-weight: 400;
    line-height: 0;
    color: inherit;
}

.icon.white {
    color: #fff;
}

.icon.small {
    font-size: 1.1rem;
}

.icon.big {
    font-size: 2.4rem;
}

.icon.before {
    margin: 0 8px 0 0;
}

.icon.after {
    margin: 0 0 0 8px;
}

.icon.favorite {
    font-size: 2.4rem;
    vertical-align: sub;
}

/* =============================================================================
   Buttons
   ========================================================================== */
.btn {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: max-content;
    padding: 1rem 2rem;
    border-radius: var(--radius-full);
    cursor: pointer;
    outline: none;
    border: 2px solid transparent;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
        border 0.2s ease-in-out;
}

.btn-lg {
    padding: 1.2rem 2.4rem;
}

.btn-icon {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    padding: 0;
}

.btn-icon.btn-lg {
    width: 4.8rem;
    height: 4.8rem;
}

.btn.already {
    cursor: auto;
    margin: 0 auto 4.8rem;
}
.btn.already:hover {
    border-color: var(--secondary-400);
}

.card_actu-action .btn-icon .icon {
    color: #fff;
}

.btn-primary_dark,
.btn-primary_light {
    color: var(--greyscale-900);
    background: var(--secondary-400);
}

.btn-primary_dark:hover,
.btn-primary_dark:focus,
.btn-primary_light:hover,
.btn-primary_light:focus {
    background: var(--secondary-200);
}

.btn-primary_dark:active {
    color: var(--greyscale-000);
    background: var(--secondary-900);
}

.btn-primary_light:active {
    background: var(--secondary-050);
}

.btn-secondary_dark,
.btn-secondary_light {
    color: var(--greyscale-900);
    background: var(--greyscale-000);
    border: 2px solid var(--secondary-400);
}
.btn-secondary_light {
    background: transparent;
    color: var(--greyscale-000);
}
.btn-secondary_dark:hover,
.btn-secondary_dark:focus,
.btn-secondary_light:hover,
.btn-secondary_light:focus {
    border-color: var(--secondary-200);
}

.btn-secondary_dark:active {
    border-color: var(--secondary-900);
}

.btn-secondary_light:hover,
.btn-secondary_light:focus {
    color: var(--greyscale-900);
    background: var(--secondary-000);
}
.btn-secondary_light:active {
    background: var(--secondary-000);
    border-color: var(--secondary-400);
}

.btn-tertiary_dark,
.btn-tertiary_light {
    color: var(--primary-800);
}

.btn-tertiary_dark:hover,
.btn-tertiary_dark:focus {
    background: var(--greyscale-050);
}

.btn-tertiary_light:hover,
.btn-tertiary_light:focus {
    color: var(--greyscale-000);
    background: var(--primary-900);
}

.btn-tertiary_dark:active {
    background: var(--secondary-100);
}

.btn-tertiary_light:active {
    color: var(--primary-800);
    background: var(--secondary-000);
}

.btn:focus {
    border: 2px solid #0060df;
    outline: 1px solid white;
}
/* =============================================================================
   $Forms
   ========================================================================== */
.GXCO_connectBox form {
    margin: 2.4rem 0;
}

.GXCO_connectBox form input[type="submit"] {
    margin: 2.4rem auto 0;
}
.GXCO_changePassword .note {
    margin-top: 1.2rem;
}
.field {
    padding: 1.2rem 8px;
    position: relative;
}

.field:has(input:disabled):hover {
    color: var(--greyscale-400);
    pointer-events: none;
}

.field .oblig {
    margin-left: 4px;
}
/* Input */
.field label {
    display: block;
    margin-bottom: 8px;
}
.field .label {
    color: var(--primary-800);
    margin-bottom: 0;
}

.field input,
.field textarea {
    width: 100%;
    padding: 1.6rem;
    font-family: "DM_Sans", "Arial", sans-serif;
    border-radius: 1.2rem;
    outline: none;
    border: 1px solid var(--greyscale-600);
    outline: 1px solid transparent;
    resize: none;
}

.field select {
    min-width: 40%;
    padding: 1.6rem;
    font-family: "DM_Sans", "Arial", sans-serif;
    border-radius: 1.2rem;
    outline: none;
    border: 1px solid var(--greyscale-600);
    outline: 1px solid transparent;
    resize: none;
}
.field select:focus {
    border: 2px solid #0060df;
    outline: 1px solid white;
}

.field input[type="file"] {
    border: none;
    padding: 0;
    border-radius: 0;
}

.field input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

.field input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
}

.field input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

.field input:focus,
.field textarea:focus {
    border: 1px solid var(--primary-800);
    outline: 1px solid var(--primary-800) !important;
}

.field textarea {
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

.field textarea::placeholder {
    font-family: "DM_Sans", "Arial", sans-serif;
}

.field input:focus::placeholder,
.field textarea:focus::placeholder {
    opacity: 0;
}

.field textarea ~ .infos {
    position: absolute;
    right: 2.4rem;
    bottom: 1.3rem;
    background: #fff;
    /*width: 96%;*/
    text-align: right;
    padding: 8px 1.2rem 4px;
    border-radius: 4px;
}

/* Checkbox / Radio */
.field-checkbox,
.field-radio {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    color: var(--primary-800);
}

.field-checkbox label,
.field-radio label {
    width: 100%;
    cursor: pointer;
}

.field-checkbox label:hover,
.field-radio label:hover {
    color: var(--primary-600);
    background: var(--greyscale-050);
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
/*
.field-radio {
	border-bottom: 1px solid var(--greyscale-200);
}*/

.field-checkbox label::before,
.field-radio label::before {
    content: "";
    font-family: "icon";
    margin-right: 4px;
}

.field-checkbox label::before {
    content: "checkbox";
}

.field-checkbox:has(input:checked) label::before {
    content: "checkbox-checked";
}

.field-radio label::before {
    content: "radio";
}

.field-radio:has(input:checked) label::before {
    content: "radio-checked";
}

.field-checkbox input,
.field-radio input,
.field-switch input {
    visibility: hidden;
    width: 0;
    opacity: 0;
    position: absolute;
}

input[type="date"],
input[type="month"] {
    border: 1px solid var(--greyscale-800);
    border-radius: 4px;
    padding: 8px 12px;
    font-family: DM_Sans;
    color: var(--greyscale-500);
}

button[role="switch"] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    text-align: right;
    color: var(--primary-800);
    padding: 4px 8px;
}
button[role="switch"]:focus {
    border: 2px solid #0060df;
    outline: 1px solid white;
}
button[role="switch"] svg {
    display: inline-block;
    width: 4.4rem;
    height: 2.6rem;
    forced-color-adjust: auto;
    position: relative;
}

button[role="switch"] svg rect {
    fill-opacity: 0;
    stroke-width: 1;
    stroke: currentcolor;
}

button[role="switch"] svg rect.off {
    display: block;
    stroke: currentcolor;
    fill: currentcolor;
    fill-opacity: 1;
}

button[role="switch"][aria-checked="true"] svg rect.off {
    display: none;
}

button[role="switch"] svg rect.on {
    display: none;
}

button[role="switch"][aria-checked="true"] svg rect.on {
    color: var(--primary-800);
    display: block;
    stroke-color: currentcolor;
    fill: currentcolor;
    fill-opacity: 1;
}

button[role="switch"] span.off {
    display: inline-block;
}

button[role="switch"] span.on {
    display: none;
}

button[role="switch"][aria-checked="true"] span.off {
    display: none;
}

button[role="switch"][aria-checked="true"] span.on {
    display: inline-block;
}

/* =============================================================================
   $dropBox
   ========================================================================== */
.dropBox {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: var(--greyscale-000);
    padding: 1.4rem 1.6rem;
    border: 1px solid var(--primary-800);
    border-radius: 8px;
    z-index: 5;
    min-width: 100%;
}

/* =============================================================================
   DropDown list / filters
   ========================================================================== */

.filters-list {
    gap: 1.6rem;
}

.btnDrop {
    display: flex;
    font-family: "DM_Sans", "Arial", sans-serif;
    background: transparent;
    border: 2px solid var(--secondary-400);
    border-radius: var(--radius-8);
    padding: 1.2rem 2.4rem;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    align-items: center;
}

.btnDrop:hover,
.btnDrop:focus {
    background: var(--secondary-000);
}
.dropdown {
    background-color: #fff;
    border: 1px solid var(--greyscale-200);
    border-radius: var(--radius-8);
    box-shadow: var(--shadow);
    padding: var(--padding-8);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    min-width: 240px;
    max-height: 410px;
    overflow-y: auto;
}

.dropdown#dateBox {
    width: 300px;
}

.dropdown .field-checkbox,
.dropdown .field-radio {
    width: 100%;
}

.btnDrop .count:not(:empty) {
    border-radius: 100%;
    border: 1.5px solid var(--greyscale-900);
    height: 20px;
    width: 20px;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 0 10px;
    text-align: center;
}

.has-dropdown {
    display: inline-flex;
    position: relative;
}

.has-dropdown a {
    color: inherit;
    display: block;
    text-decoration: none;
    width: 100%;
}
.has-dropdown .btnDrop .icon {
    transition: transform 0.2s ease-in-out;
}
.has-dropdown[open] .btnDrop .icon {
    transform: rotate(180deg);
}
.has-dropdown[open] .btnDrop {
    border: 2px solid var(--greyscale-400);
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #4fdbbb;
    border-right-color: rgba(79, 219, 187, 0.46);
    animation: spinner-d3wgkg 1.2s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.midpoint {
    font-weight: bold;
    font-size: 4.6rem;
    vertical-align: bottom;
}

.msgError {
    font-size: 1.2rem;
    color: var(--error);
}
