body {
    --bg0: #fff;
    --bg1: #fff;
    --bg2: #ccd;
    --bg3: #bbc;
    --text0: #222;
    --text1: #444;
    --text2: #595959;
    --text3: #777;
    --border: #000;
    --border-soft: #aaa;
    --emphasis: #004080;
    --accent-text: #eee;
    --accent: #004080;
    --accent1-text: #fff;
    --accent1: #476ab0;
    --accent2-text: #fff;
    --accent2: #6381bd;
    --accent3-text: #000;
    --accent3: #abbee6;
    --accent4-text: #000;
    --accent4: #e0fbff;
    --very-low-contrast-bg: #eef;
    --low-contrast-bg: #dde;
    --shadow: #bbb;
    --warning: #f60;
    --danger: #faa;
    --disabled-bg: #ccc;
    --disabled-fg: #000;
    --importance-low-fg: #555;
    --importance-medium-fg: #f60;
    --importance-high-fg: #d00;
    --success-fg: #0a0;
    --importance-low-bg: #fff;
    --importance-medium-bg: #fff;
    --importance-high-bg: #fff;
    --success-bg: #fff;
    --inprogress-bg: #cb8300;
    --good-fg: #000;
    --good-bg: #0f6;
    --encourage-fg: #000;
    --encourage-bg: #0f6;
    --table-odd: var(--very-low-contrast-bg);
    --table-header: var(--low-contrast-bg);
    }
a {
    color: var(--text1);
    }
body.dark {
    --bg0: #111115;
    --bg1: #1a1a20;
    --bg2: #333345;
    --bg3: #444460;
    --text0: #ccc;
    --text1: #bbb;
    --text2: #aaa;
    --border: #aaa;
    --border-soft: #888;
    --accent-text: #000;
    --accent: #49f;
    --accent1-text: #000;
    --accent1: #5af;
    --accent2-text: #000;
    --accent2: #6bf;
    --accent3-text: #000;
    --accent3: #7cf;
    --accent4-text: #000;
    --accent4: #8df;
    --very-low-contrast-bg: var(--bg1);
    --low-contrast-bg: var(--bg2);
    --emphasis: #49f;
    --shadow: rgba(0,0,0,0);
    --warning: #830;
    --danger: #833;
    --disabled-bg: #444;
    --disabled-fg: #fff;
    --importance-low-fg: #555;
    --importance-medium-fg: #f60;
    --importance-high-fg: #d00;
    --success-fg: #0a0;
    --importance-low-bg: var(--bg0);
    --importance-medium-bg: var(--bg0);
    --importance-high-bg: var(--bg0);
    --success-bg: var(--bg0);
    --inprogress-bg: #830;
    --encourage-fg: #000;
    --encourage-bg: #2a3;
    }
body.dark div.maraudeCards img,
body.dark a.spa-back img,
body.dark button img,
body.dark a.spa-btn-nav img,
body.dark a.spa-help img,
body.dark .spa-rencontre img,
body.dark .spa-form-row img,
body.dark .spa-contact img,
body.dark .spa-prevnext img,
body.dark .action-checkboxes img,
body.dark div.spa-attachments img,
body.dark .spa-view-maraude-recap-actions img,
body.dark th img {
    -webkit-filter: invert(1);
    filter: invert(1);
    }
body.dark img[src="images/comment_red.svg"] {
    -webkit-filter: none;
    filter: none;
    }
body.dark .spa-dialog_content > input {
    background-image: url(images/magnify_white.svg);
    }
body.dark .spa-modal::backdrop {
    background: rgba(0,0,0,.8);
    }

/** card(z height) */
/*
  @media (pointer: coarse) {
@mixin checkbox {
    background-image: url('images/check_box_outline_blank-24px.svg');
}
  }
  @media (pointer: coarse) {
@mixin checkbox_checked {
    background-image: url('images/check_box-24px.svg');
}
  }
*/
html {
    display: table;
    width: 100%;
    font-family: sans-serif;
    height: 100%;
    }
body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: var(--bg0);
    color: var(--text0);
    }
div.allExceptHeader {
    width: 100%;
    max-width: 1024px;
    min-width: 200px;
    margin-top: .5rem;
    min-height: 100%;
    margin-inline: auto;
    }
div.content {
    padding: 0 1em;
    }

/*
table tr.warning:after {
  content: " ";
  background-image: url('images/warning.svg');
  background-size: auto 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 2.0em;
  width: 2.0em;
  display: inline-block;
}*/
/*table tr.warning {
  background-color: red;
  background-image: url('images/warning.svg');
  background-size: auto 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
}*/
/* MULTIFK */
div.multifk > div {
    display: inline-block;
    }

/* CHECKBOXES AND RADIO WITH NO LABEL*/
input[type="checkbox"].fakelabel {
    display: none;
    display: block;
    position: absolute;
    left: -9999px;
    }
input[type="checkbox"].fakelabel + label {
    display: inline-block;
    padding: .5em .5em;
    border: 1px solid var(--border-soft);
    background-color: var(--bg1);
    border-radius: .2em;
    margin: 2px;
    cursor: pointer;
    color: var(--text1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0;
    border: 1px solid dotted;
    }
input[type="checkbox"].fakelabel:focus-visible + label {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    }
input[type="checkbox"].fakelabel:checked + label {
    -webkit-box-shadow: 0 0 0 0 grey;
    box-shadow: 0 0 0 0 grey;
    cursor: pointer;
    background-color: var(--accent);
    color: var(--accent-text);
    background-image: url(images/check-24px-white.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    }
@media (hover:hover) {
input[type="checkbox"].fakelabel ~ label:hover {
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent3);
    color: var(--accent3-text);
    }
input[type="checkbox"].fakelabel:checked ~ label:hover {
    -webkit-box-shadow: 0 0 0 0 grey;
    box-shadow: 0 0 0 0 grey;
    cursor: pointer;
    background-color: var(--accent);
    color: var(--accent-text);
    background-image: url(images/check-24px-white.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    }
}

input[type="checkbox"].haslabel,
div.multifk input[type="checkbox"],
input[type="radio"].haslabel,
form#editForm input[type="radio"],
form#createForm input[type="radio"] {
    display: none;
    display: block;
    position: absolute;
    left: -9999px;
    }
input[type="checkbox"].haslabel + label,
div.multifk input[type="checkbox"] + label,
input[type="radio"].haslabel + label,
form#editForm input[type="radio"] + label,
form#createForm input[type="radio"] + label {
    display: inline-block;
    padding: .5em .5em;
    border: 1px solid var(--border-soft);
    background-color: var(--bg1);
    border-radius: .2em;
    margin: 2px;
    cursor: pointer;
    color: var(--text1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
input[type="checkbox"].haslabel:checked + label,
div.multifk input[type="checkbox"]:checked + label,
input[type="radio"].haslabel:checked + label,
form#editForm input[type="radio"]:checked + label,
form#createForm input[type="radio"]:checked + label {
    -webkit-box-shadow: 0 0 0 0 grey;
    box-shadow: 0 0 0 0 grey;
    cursor: pointer;
    background-color: var(--accent);
    color: var(--accent-text);
    }
@media (hover:hover) {
input[type="checkbox"].haslabel:hover + label,
div.multifk input[type="checkbox"]:hover + label,
input[type="radio"].haslabel:hover + label,
form#editForm input[type="radio"]:hover + label,
form#createForm input[type="radio"]:hover + label {
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent3);
    color: var(--accent3-text);
    }
input[type="checkbox"].haslabel:focus + label,
div.multifk input[type="checkbox"]:focus + label,
input[type="radio"].haslabel:focus + label,
form#editForm input[type="radio"]:focus + label,
form#createForm input[type="radio"]:focus + label {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    }
input[type="checkbox"].haslabel:hover:checked + label,
div.multifk input[type="checkbox"]:hover:checked + label,
input[type="radio"].haslabel:hover:checked + label,
form#editForm input[type="radio"]:hover:checked + label,
form#createForm input[type="radio"]:hover:checked + label {
    background-color: var(--accent2);
    color: var(--accent2-text);
    }
}

input[type="text"],
input[type="password"],
input[type="number"],
select {
    padding: .5em 0;
    background-color: var(--bg1);
    color: var(--text0);
    }
option:selected {
    background-color: var(--bg1);
    }
span.radio > span {
    display: inline-block;
    }
div.error,
div.success,
div.home_warning,
div.login_warning {
    margin: auto;
    max-width: 500px;
    border: 1px solid var(--border-soft);
    padding: 5px;
    }
div.error {
    background-color: var(--warning);
    }
div.success {
    color: var(--good-fg);
    background-color: var(--good-bg);
    }
div.home_warning {
    color: var(--good-fg);
    background-color: var(--good-bg);
    }
div.login_warning {
    background-color: var(--warning);
    }
input[pattern]:invalid,
input[required]:invalid,
input[maxlength]:invalid {
    border: 1px solid red;
    }
input[pattern]:valid,
input[required]:valid,
input[maxlength]:valid {
    border: 1px solid green;
    }
textarea,
input[type="text"] {
    background-color: var(--bg1);
    color: var(--text0);
    }
textarea:disabled,
input[type="text"]:disabled {
    background-color: var(--disabled-bg);
    color: var(--disabled-fg);
    }
.multifk {
    position: relative;
    }
.multifk input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.multifk .autocomplete-items {
    position: absolute;
    border: 1px solid var(--border-soft);
    color: var(--text0);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    }
.multifk .autocomplete-items div {
    padding: 10px;
    border-bottom: 1px solid var(--border-soft);
    background-color: var(--bg2);
    cursor: pointer;
    }
.multifk .autocomplete-items div:hover {
    color: var(--accent3-text);
    background-color: var(--accent3);
    }
.multifk .autocomplete-active {
    color: var(--accent3-text) !important;
    background-color: var(--accent3) !important;
    }

/** Main menu */
.genericPage_home .ADMIN {
    background-color: var(--accent);
    border-bottom: none;
    }
.genericPage_home .ADMIN .menuItem a {
    color: var(--accent1-text);
    }
.ADMIN {
    width: 100%;
    margin: 0;
    background-color: var(--accent);
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 3em;
    -webkit-justify-content: right;
    justify-content: right;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.ADMIN img.headband {
    height: -webkit-calc(3em - 2*.5em);
    height: calc(3em - 2*.5em);
    margin: .5em;
    margin-left: 1em;
    }
.ADMIN .headband-spacer {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    }
.ADMIN .menuItem {
    height: -webkit-calc(3em - 1px);
    height: calc(3em - 1px);
    vertical-align: middle;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.ADMIN .menuItem a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: var(--accent1-text);
    text-decoration: none;
    line-height: 3em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 3px;
    }
.ADMIN .menuItem img {
    width: 24px;
    height: 24px;
    -webkit-filter: invert();
    filter: invert();
    height: 3em;
    }
.ADMIN .menuItem.selected {
    border-bottom: 4px solid var(--accent1-text);
    }
.ADMIN .menuItem.icon-only-if-small img {
    display: none;
    }
.ADMIN .menuItem a:focus-visible {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    }

/*.ADMIN .menuItem.dropDown:focus-within {
}*/
.ADMIN .menuItem:hover {
    background-color: var(--accent1);
    }
div.litigationDetails {
    width: 70%;
    margin: auto;
    }
div.litigationDetails a {
    display: block;
    }
.ADMIN .dropDown {
    position: absolute;
    overflow: visible;
    z-index: 99;
    top: 100%;
    left: 0;
    width: intrinsic;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    }
.ADMIN .dropDown span {
    padding: 0;
    width: 100%;
    background-color: var(--accent1);
    }
.ADMIN .dropDown span > a {
    text-align: left;
    }
.ADMIN .dropDown span:hover {
    background-color: var(--accent2);
    }
.ADMIN .dropDownContainer {
    position: relative;
    overflow: visible;
    cursor: default;
    }
.ADMIN .dropDownName {
    padding-right: 0;
    }
.ADMIN .menuItem.dropDownContainer span.dropDown {
    display: none;
    }
.ADMIN .menuItem.dropDownContainer:hover span.dropDown,
.ADMIN .menuItem.dropDownContainer:focus-within span.dropDown {
    display: block;
    }
@media(max-width: 900px) {
.ADMIN img.headband {
    display: none;
    }
.ADMIN .menuItem.with-icon > a > span {
    display: none;
    }
.ADMIN .menuItem.icon-only-if-small img {
    display: block;
    }
}

body.genericPage_rencontres_create form#createForm table tr#tableTrtime:nth-child(1) label {
    display: none;
    }
body.genericPage_rencontres_create form#createForm table tr#tableTrprenom:nth-child(3) label {
    display: none;
    }
body.genericPage_rencontres_create form#createForm table tr#tableTrlieu_autre:nth-child(5) label {
    display: none;
    }
body.genericPage_rencontres_create form#createForm table {
    border-collapse: separate;
    border-spacing: .5rem;
    }
body.genericPage_statistics table.data tr td:first-child {
    text-align: left;
    }
body.genericPage_statistics table.data tr td:last-child {
    text-align: right;
    }
div.arb > * {
    display: inline-block;
    border: 1px solid var(--border);
    background-color: var(--bg1);
    color: var(--text1);
    padding: .2em .5em;
    text-decoration: none;
    color: var(--text1);
    margin-left: -1px;
    }
div.arb > *:first-child {
    border-radius: .5em 0 0 .5em;
    }
div.arb > *:last-child {
    border-radius: 0 .5em .5em 0;
    }
@media (hover: hover) {
div.arb > a:hover {
    background-color: var(--accent1);
    color: var(--accent1-text);
    }
}

div.arb > span.arrow {
    display: none;
    }
div.arb img {
    height: 19px;
    vertical-align: text-bottom;
    }
.data {
    border-collapse: collapse;
    margin: 1em auto;
    text-align: left;
    }
.data > * {
    text-decoration: none;
    }
.data > a > *,
table.data tr > * {
    padding: 0 .8em;
    vertical-align: middle;
    }
.data > a:nth-child(odd),
table.data tr:nth-child(odd) {
    background-color: var(--table-odd);
    }
.data > a[data-parity="1"],
table.data tr[data-parity="1"] {
    background-color: var(--table-odd);
    }
.data > a[data-parity="0"],
table.data tr[data-parity="0"] {
    background-color: white;
    }
.data > a:first-child,
table.data tr:first-child {
    border-bottom: 1px solid var(--border);
    background-color: var(--table-header);
    }
.data > a:first-child > * table.data tr:first-child > * {
    padding: 0 .5em;
    }
@media (hover:hover) {
.data > a:not(:first-child):hover,
.data > *[onclick]:hover,
.data > tbody > *[onclick]:hover,
table.data tr[onclick]:hover,
th.sortable:hover {
    background-color: var(--accent1);
    color: var(--accent1-text);
    cursor: pointer;
    }
}

.data > a:not(:first-child):active,
.data > *[onclick]:active,
.data > tbody > *[onclick]:active,
table.data tr[onclick]:active,
th.sortable:active {
    background-color: var(--accent1);
    color: var(--accent1-text);
    }
.data *.green td:nth-child(3) {
    background-color: green;
    }
.data *.red td:nth-child(3) {
    background-color: red;
    }
.data.matrix td.green {
    background-color: green;
    }
.data.matrix td.green a {
    color: var(--good-fg);
    background-color: var(--good-bg);
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    }
.data.matrix a {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    }
body.genericPage_consolidate table td {
    text-align: left;
    }
body.genericPage_consolidate2 table td {
    text-align: left;
    }
body.genericPage_maraudes .data > * td:nth-child(1) {
    white-space: nowrap;
    }
span.search-arrow {
    margin-right: .2em;
    }
th.sortable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
select.table-limit {
    width: auto;
    font-size: .8em;
    }

/** AJAX table edit_link **/
.data-ajax {
    border-collapse: collapse;
    margin: 1em auto;
    text-align: left;
    vertical-align: middle;
    }
@media (hover:hover) {
.data-ajax th:hover .iconSortAsc,
.data-ajax th:hover .iconSortDesc,
.data-ajax th:hover .iconSort,
.data-ajax th .iconRemoveCol:hover,
.data-ajax th.sortable .iconFilter:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
    }
.data-ajax a:hover,
.data-ajax th.sortable:hover {
    background-color: var(--accent1) !important;
    color: var(--accent1-text);
    cursor: pointer;
    }
}

.data-ajax a:active,
.data-ajax th.sortable:active {
    background-color: var(--accent1) !important;
    color: var(--accent1-text);
    cursor: pointer;
    }
.data-ajax thead .iconSortAsc,
.data-ajax thead .iconSortDesc,
.data-ajax thead .iconSort,
.data-ajax thead .iconFilter,
.data-ajax thead .iconRemoveCol {
    vertical-align: text-bottom;
    }
.data-ajax thead th {
    background-color: var(--table-odd);
    border-bottom: 1px solid #000;
    background-color: var(--table-header);
    padding-right: .8em;
    }
.data-ajax tbody > * {
    text-decoration: none;
    }
.data-ajax tbody > * > * {
    padding-block: .5em;
    padding-right: .8em;
    }
.data-ajax tbody > *:nth-child(even) {
    background-color: var(--table-odd);
    }
@media screen and (max-width: 800px) {
}

.cms_ajax_filters {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1em;
    margin-bottom: -.5em;
    gap: 1em;
    }
.cms_ajax_filters > span,
.cms_ajax_filters > select {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.cms_ajax_filters > span label,
.cms_ajax_filters > select label {
    margin-right: .5em;
    }

/* TODO add loader */
.ajax-results.loading {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
div.limit_warning {
    font-size: .8em;
    padding-top: .2em;
    padding-bottom: .2em;
    text-align: center;
    }
div.config_assistant {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
div.config_assistant > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    }
div.config_assistant > div > div {
    width: 30%;
    text-overflow: hidden;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    word-wrap: anywhere;
    }
div.config_assistant > div > div:first-child {
    border-right: 1px solid black;
    padding-right: .5em;
    width: 70%;
    text-align: left;
    margin-right: 1em;
    }
div.config_nondefault {
    min-width: 100px;
    background-color: orange;
    }
div.config_secret {
    min-width: 100px;
    background-color: red;
    }
@media screen and (max-width: 1100px) {
div.config_advanced {
    display: none;
    }
}

@media screen and (max-width: 600px) {
div.config_assistant > div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
div.config_assistant > div > div {
    width: auto;
    }
div.config_assistant > div > div:first-child {
    width: auto;
    border-right: none;
    }
div.config_assistant > div {
    border-bottom: 1px solid #666;
    }
}

div.center {
    text-align: center;
    }
div.contentInner2 a.button {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    }
div.contentInner2 a.button img {
    width: 24px;
    height: 24px;
    }
div.contentInner2 a.button.matrix {
    display: inline-block;
    height: 3em;
    margin: .2em;
    line-height: 3em;
    }
div.contentInner2 a.button.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    background-color: var(--danger);
    }
div.contentInner2 a.button_block {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    display: inline-block;
    margin: .8em .8em;
    }
table.data a {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    }
input[type="submit"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    }
input[type="button"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    }
input[type="submit"]:disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid var(--border-soft);
    background-color: var(--bg2);
    color: var(--text0);
    }
input[type="button"]:disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid var(--border-soft);
    background-color: var(--bg2);
    color: var(--text0);
    }
div.contentInner2 > h1 {
    color: var(--text1);
    text-align: center;
    }
div.contentInner2 {
    text-align: center;
    }
form table {
    margin: auto;
    width: 100%;
    max-width: 500px;
    }
form table.data {
    max-width: 100%;
    }
form table textarea {
    height: 10em;
    }
select,
option {
    width: 100%;
    max-width: 250px;
    }
@media screen and (max-width: 800px) {
form table {
    margin: auto;
    width: 100%;
    max-width: 100%;
    }
select,
option {
    width: 100%;
    max-width: 250px;
    }
form table tr {
    display: block;
    }
form table td {
    display: block;
    }
form table tr td:first-child {
    font-weight: bold;
    }
div.content {
    padding: 0 10px 0 10px;
    }
}

img.map {
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
    margin: auto;
    }
img.spinner {
    height: 1.5em;
    position: relative;
    top: .3em;
    left: .8em;
    cursor: pointer;
    }
div.history div.date {
    font-size: 1.1em;
    text-align: center;
    margin-top: 1.5em;
    }
div.event {
    display: inline-block;
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 2.5px 5px var(--shadow);
    box-shadow: 0 2.5px 5px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    margin: .5em;
    padding: 0 .5em;
    vertical-align: top;
    }
body.genericPage_maraudes_view a.create:not(:hover) {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
body.genericPage_maraudes a.create:not(:hover) {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
@media screen and (min-width: 800px) {
div.event {
    max-width: 40%;
    }
}

@media (hover: hover) {
}

div.contentInner2 a.button:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent1);
    color: var(--accent-text);
    }
div.contentInner2 a.button_block:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent1);
    color: var(--accent-text);
    }
table.data a:hover {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent1);
    color: var(--accent-text);
    }
input[type="submit"]:hover:not(:disabled) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent1);
    color: var(--accent-text);
    }
input[type="button"]:hover:not(:disabled) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent1);
    color: var(--accent-text);
    }
img.totpIcon {
    vertical-align: middle;
    }
img#img_lieu {
    margin: auto;
    }
body.genericPage_rencontres_create input[name="create_and_edit"]:not(:hover) {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
body.genericPage_rencontres_edit input[name="edit_and_back"]:not(:hover) {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
body.genericPage_rencontres_edit a.button:nth-child(2):not(:hover) {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
body.genericPage_eval_edit input.button[type="submit"] {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
.ui-widget {
    font-size: .8em !important;
    }
.fab {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    border-radius: 28px;
    width: 56px;
    height: 56px;
    -webkit-box-shadow: 3px 3px 3px var(--shadow);
    box-shadow: 3px 3px 3px var(--shadow);
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    background-color: var(--accent);
    }
.fab:hover {
    -webkit-box-shadow: 2px 2px 2px var(--shadow);
    box-shadow: 2px 2px 2px var(--shadow);
    }
.fab:active {
    -webkit-box-shadow: 1px 1px 1px var(--shadow);
    box-shadow: 1px 1px 1px var(--shadow);
    }
.fab img {
    width: 24px;
    height: 24px;
    }
.fab2 {
    bottom: -webkit-calc(16px + 56px + 16px);
    bottom: calc(16px + 56px + 16px);
    }
.location-warning {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    border-radius: 28px;
    width: 56px;
    height: 56px;
    -webkit-box-shadow: 3px 3px 3px var(--shadow);
    box-shadow: 3px 3px 3px var(--shadow);
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    right: auto;
    left: 16px;
    background-color: var(--warning);
    }
a#my-accessible {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .3s;
    transition: transform .3s;
    background-color: white;
    padding: 1em;
    border: 1px solid black;
    }
a#my-accessible:focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    }
.genericPage_needs table.data-ajax div:last-child img:not([src=""]),
.genericPage_personnes_view table.data-ajax div:last-child img:not([src=""]) {
    width: 24px;
    height: 24px;
    }
body.genericPage_login {
    text-align: center;
    }
body.genericPage_login h1,
body.genericPage_login h2 {
    color: var(--text1);
    }
body.genericPage_login form input {
    display: block;
    margin: auto;
    width: 200px;
    margin-bottom: 10px;
    }
body.genericPage_login {
    background-color: #333;
    background-image: url(images/login_cover_small.jpg),url(images/login_cover_generic_small.avif);
    background-size: cover;
    background-position: center center;
    }
body.genericPage_login img.headband {
    margin-top: 1em;
    max-width: min(300px,100vw - 2em);
    max-height: 70px;
    margin-left: 1em;
    }
body.genericPage_login div.footer {
    background-color: rgba(200,200,220,.1);
    backdrop-filter: blur(15px);
    }
body.genericPage_login div.footer hr {
    display: none;
    }
body.genericPage_login div.footer div.footer,
body.genericPage_login div.footer a {
    background-color: unset;
    backdrop-filter: unset;
    color: #aaa;
    }
body.genericPage_login form,
body.genericPage_login div.info {
    max-width: 300px;
    background-color: rgba(200,200,220,.3);
    border-radius: 24px;
    border: 1px solid rgba(200,200,220,.1);
    backdrop-filter: blur(15px);
    margin: auto;
    margin-top: 10vh;
    padding: 40px;
    padding-bottom: 30px;
    color: white;
    }
body.genericPage_login form input[type="submit"],
body.genericPage_login div.info input[type="submit"] {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    margin-right: 0;
    background-color: white;
    background-image: url(images/chevron_right_black_24dp.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    }
body.genericPage_login form input[type="submit"]:hover,
body.genericPage_login div.info input[type="submit"]:hover {
    background-color: white;
    }
body.genericPage_login form a,
body.genericPage_login div.info a {
    color: #ddd;
    }
body.genericPage_login form input,
body.genericPage_login div.info input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
body.genericPage_login form label,
body.genericPage_login div.info label {
    position: relative;
    width: 100%;
    }
body.genericPage_login form p,
body.genericPage_login div.info p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    -webkit-align-items: end;
    align-items: end;
    }
body.genericPage_login form p input,
body.genericPage_login div.info p input {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
body.genericPage_login form p a,
body.genericPage_login div.info p a {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
body.genericPage_login form div.error,
body.genericPage_login div.info div.error {
    border: none;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,100,0,.1);
    background-color: rgba(255,100,0,.6);
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 1em;
    }
body.genericPage_login p.sso {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
    border-bottom: 1px solid gray;
    padding-bottom: 1em;
    }
body.genericPage_login p.sso a {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    margin-right: 0;
    background-color: white;
    background-image: url(images/chevron_right_black_24dp.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    }
body.genericPage_login p.sso input[type="submit"]:hover {
    background-color: white;
    }
:root {
    --clr-primary-text: hsl(0 100% 0%);
    --clr-neutral-light: hsl(0 0% 90%);
    --clr-neutral-text: hsl(0 0% 33%);
    --fnt-size-normal: 16px;
    --fnt-size-small: 12px;
    --margin-input: 1em;
    }
label.mat--outline {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    }
label.mat--outline span {
    position: absolute;
    left: var(--margin-input);
    top: -webkit-calc(var(--margin-input) + 2px);
    top: calc(var(--margin-input) + 2px);
    font-size: var(--fnt-size-normal);
    color: var(--clr-neutral-text);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: -webkit-calc(100% - var(--margin-input) * 2);
    max-width: calc(100% - var(--margin-input) * 2);
    }
label.mat--outline.loaded span {
    -webkit-transition: font-size .2s,transform .2s,margin .2s,background-color .2s,padding .2s,top .2s,color .2s;
    transition: font-size .2s,transform .2s,margin .2s,background-color .2s,padding .2s,top .2s,color .2s;
    }
label.mat--outline input {
    font-size: var(--fnt-size-normal);
    padding: var(--margin-input) var(--margin-input);
    border: 2px solid var(--clr-neutral-light);
    border-radius: 4px;
    }
label.mat--outline input:focus,
label.mat--outline input[data-empty="false"] {
    padding-top: -webkit-calc(var(--margin-input) + 5px);
    padding-top: calc(var(--margin-input) + 5px);
    padding-bottom: -webkit-calc(var(--margin-input) - 5px);
    padding-bottom: calc(var(--margin-input) - 5px);
    }
label.mat--outline.loaded input {
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    }
label.mat--outline input:focus ~ span {
    color: var(--clr-primary-text);
    }
label.mat--outline input:focus ~ span,
label.mat--outline input[data-empty="false"] ~ span {
    padding: 0 .4em;
    top: 2px;
    background-color: white;
    font-size: var(--fnt-size-small);
    }
label.mat--outline input:focus {
    border-color: var(--clr-primary-text);
    }
label.mat--outline input:focus,
label.mat--outline input[data-empty="false"] {
    outline: none;
    }
div.footer {
    margin-top: auto;
    text-align: center;
    color: var(--text1);
    }
div.footer a {
    color: var(--text2);
    }
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
    }
100% {
    opacity: .9;
    }
}

@keyframes fadeIn {
0% {
    opacity: 0;
    }
100% {
    opacity: .9;
    }
}

.fade {
    -webkit-animation: 2s ease-in 0s 1 fadeIn;
    animation: 2s ease-in 0s 1 fadeIn;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    -webkit-align-items: middle;
    align-items: middle;
    color: white;
    opacity: .9;
    }
body {
    --bg0: #fff;
    --bg1: #fff;
    --bg2: #ccd;
    --bg3: #bbc;
    --text0: #222;
    --text1: #444;
    --text2: #595959;
    --text3: #777;
    --border: #000;
    --border-soft: #aaa;
    --emphasis: #004080;
    --accent-text: #eee;
    --accent: #004080;
    --accent1-text: #fff;
    --accent1: #476ab0;
    --accent2-text: #fff;
    --accent2: #6381bd;
    --accent3-text: #000;
    --accent3: #abbee6;
    --accent4-text: #000;
    --accent4: #e0fbff;
    --very-low-contrast-bg: #eef;
    --low-contrast-bg: #dde;
    --shadow: #bbb;
    --warning: #f60;
    --danger: #faa;
    --disabled-bg: #ccc;
    --disabled-fg: #000;
    --importance-low-fg: #555;
    --importance-medium-fg: #f60;
    --importance-high-fg: #d00;
    --success-fg: #0a0;
    --importance-low-bg: #fff;
    --importance-medium-bg: #fff;
    --importance-high-bg: #fff;
    --success-bg: #fff;
    --inprogress-bg: #cb8300;
    --good-fg: #000;
    --good-bg: #0f6;
    --encourage-fg: #000;
    --encourage-bg: #0f6;
    --table-odd: var(--very-low-contrast-bg);
    --table-header: var(--low-contrast-bg);
    }
a {
    color: var(--text1);
    }
body.dark {
    --bg0: #111115;
    --bg1: #1a1a20;
    --bg2: #333345;
    --bg3: #444460;
    --text0: #ccc;
    --text1: #bbb;
    --text2: #aaa;
    --border: #aaa;
    --border-soft: #888;
    --accent-text: #000;
    --accent: #49f;
    --accent1-text: #000;
    --accent1: #5af;
    --accent2-text: #000;
    --accent2: #6bf;
    --accent3-text: #000;
    --accent3: #7cf;
    --accent4-text: #000;
    --accent4: #8df;
    --very-low-contrast-bg: var(--bg1);
    --low-contrast-bg: var(--bg2);
    --emphasis: #49f;
    --shadow: rgba(0,0,0,0);
    --warning: #830;
    --danger: #833;
    --disabled-bg: #444;
    --disabled-fg: #fff;
    --importance-low-fg: #555;
    --importance-medium-fg: #f60;
    --importance-high-fg: #d00;
    --success-fg: #0a0;
    --importance-low-bg: var(--bg0);
    --importance-medium-bg: var(--bg0);
    --importance-high-bg: var(--bg0);
    --success-bg: var(--bg0);
    --inprogress-bg: #830;
    --encourage-fg: #000;
    --encourage-bg: #2a3;
    }
body.dark div.maraudeCards img,
body.dark a.spa-back img,
body.dark button img,
body.dark a.spa-btn-nav img,
body.dark a.spa-help img,
body.dark .spa-rencontre img,
body.dark .spa-form-row img,
body.dark .spa-contact img,
body.dark .spa-prevnext img,
body.dark .action-checkboxes img,
body.dark div.spa-attachments img,
body.dark .spa-view-maraude-recap-actions img,
body.dark th img {
    -webkit-filter: invert(1);
    filter: invert(1);
    }
body.dark img[src="images/comment_red.svg"] {
    -webkit-filter: none;
    filter: none;
    }
body.dark .spa-dialog_content > input {
    background-image: url(images/magnify_white.svg);
    }
body.dark .spa-modal::backdrop {
    background: rgba(0,0,0,.8);
    }

/** card(z height) */
/*
  @media (pointer: coarse) {
@mixin checkbox {
    background-image: url('images/check_box_outline_blank-24px.svg');
}
  }
  @media (pointer: coarse) {
@mixin checkbox_checked {
    background-image: url('images/check_box-24px.svg');
}
  }
*/
div#progressBar {
    background-color: #ddd;
    width: 200px;
    margin: 10px;
    height: 15px;
    border-radius: 5px;
    border: 1px solid #555;
    position: relative;
    overflow: hidden;
    }
div#progressBar div#progressBarInner {
    position: relative;
    width: 100%;
    height: 100%;
    left: -200px;
    background-color: #0f0;
    }
p.eval_old {
    font-size: 80%;
    color: var(--emphasis);
    margin: 0;
    margin-bottom: 5px;
    padding-left: 1em;
    }
div.evals {
    display: inline-block;
    text-align: left;
    }
.foldable {
    cursor: pointer;
    margin-top: .3em;
    padding-top: .3em;
    margin-bottom: .1em;
    padding-bottom: .3em;
    }
.foldable:hover {
    background-color: #eee;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.foldable:before {
    content: "▼ ";
    }
.foldable.folded:before {
    content: "▶ ";
    }
.foldable.folded + table {
    display: none;
    }
span.urgent {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(images/warning.svg);
    vertical-align: text-bottom;
    }
span.urgent.grey {
    background-image: url(images/warning_grey.svg);
    }
div.eval h1 {
    line-height: 1.2em;
    font-size: 1.5em;
    margin-top: .5em;
    margin-bottom: .2em;
    font-size: 1.3em;
    }
div.eval p {
    margin-top: 0;
    margin-bottom: 0;
    }
@media screen and (min-width: 800px) {
form.evalForm table tbody {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
form.evalForm table tr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: .35em 0;
    }
form.evalForm table tr td:first-child {
    width: 40%;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: end;
    justify-content: end;
    padding-right: 1em;
    border-right: 2px solid #555;
    margin-right: .5em;
    gap: 5px;
    }
form.evalForm table tr td:last-child {
    width: 60%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
form.evalForm table tr td:last-child input,
form.evalForm table tr td:last-child textarea,
form.evalForm table tr td:last-child span,
form.evalForm table tr td:last-child label {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
form.evalForm table tr td:last-child textarea {
    width: auto;
    }
form.evalForm table tr td:last-child input[value="NE"] + label,
form.evalForm table tr td:last-child input.checkbox_ne + label,
form.evalForm table tr td:last-child span.NE {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
form.evalForm table tr td:last-child span {
    margin: 2px;
    }
form.evalForm table tr td:last-child span label {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
form.evalForm table tr td:last-child p.eval_old {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

@media screen and (max-width: 800px) {
form.evalForm table tbody {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    }
form.evalForm table > tbody > tr > td:first-child {
    text-align: left;
    gap: 5px;
    }
form.evalForm table > tbody > tr > td:last-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
form.evalForm table > tbody > tr > td:last-child input,
form.evalForm table > tbody > tr > td:last-child textarea,
form.evalForm table > tbody > tr > td:last-child label,
form.evalForm table > tbody > tr > td:last-child span {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
form.evalForm table > tbody > tr > td:last-child textarea {
    width: auto;
    }
form.evalForm table > tbody > tr > td:last-child input[value="NE"] + label,
form.evalForm table > tbody > tr > td:last-child input.checkbox_ne + label,
form.evalForm table > tbody > tr > td:last-child span.NE {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
form.evalForm table > tbody > tr > td:last-child span {
    margin: 2px;
    }
form.evalForm table > tbody > tr > td:last-child span label {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
form.evalForm table > tbody > tr > td:last-child p.eval_old {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

.small {
    font-size: .8em;
    }
.fab-progress-bar {
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 100px;
    height: 100px;
    pointer-events: none;
    }
.fab-progress-bar canvas {
    width: 100px;
    height: 100px;
    }
.fab-progress-bar span.title {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #3949AB;
    }
.fab-search {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 1px 2px 2px 0 #aaa;
    box-shadow: 1px 2px 2px 0 #aaa;
    cursor: pointer;
    background-color: white;
    border-radius: 20px;
    -webkit-transition: box-shadow .2s ease 0;
    transition: box-shadow .2s ease 0;
    -webkit-transition: width .2s;
    transition: width .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.fab-search div {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.fab-search input {
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    }
.fab-search:hover,
.fab-search.active {
    width: 300px;
    text-align: right;
    -webkit-box-shadow: 2px 4px 4px 0 #aaa;
    box-shadow: 2px 4px 4px 0 #aaa;
    }
label.highlight {
    background: yellow;
    }
@media screen and (max-width: 800px) {
.fab-progress-bar {
    bottom: auto;
    top: 20px;
    width: 75px;
    height: 75px;
    }
.fab-progress-bar canvas {
    width: 75px;
    height: 75px;
    }
.fab-progress-bar span.title {
    font-size: 11px;
    }
}

select.piisearch {
    height: 5.5em;
    }
input.pii_firstname {
    width: 100px;
    }
input.pii_lastname {
    width: 100px;
    }
input.pii_birthdate {
    width: 80px;
    }
.reminderList .reminder {
    display: inline-block;
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 2.5px 5px var(--shadow);
    box-shadow: 0 2.5px 5px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    margin: .5em;
    padding: 0 .5em;
    vertical-align: top;
    }
.reminderList .reminder:hover {
    background-color: var(--accent1);
    color: var(--accent1-text);
    cursor: pointer;
    }
.reminderList .reminder:hover a {
    color: white;
    }
.reminderList .reminder .reminderPersonne {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.reminderList .reminder .category {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.reminderList .reminder .category img {
    margin-left: .5em;
    }
.reminderList .reminder .reminderTime,
.reminderList .reminder p.comment {
    display: block;
    }
.reminderList .reminder p.toprow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
table.permissions {
    border-collapse: collapse;
    }
table.permissions td:first-child {
    text-align: left;
    }
table.permissions tr:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    -webkit-box-shadow: 0 2px 2px #aaa;
    box-shadow: 0 2px 2px #aaa;
    }
table.permissions td:first-child,
table.permissions th {
    padding: .2em .3em;
    }
table.permissions tr.fold.folded td:first-child:before {
    content: "⯈ ";
    cursor: pointer;
    }
table.permissions tr.fold.unfolded td:first-child:before {
    content: "⯆ ";
    cursor: pointer;
    }
table.permissions tr.fold {
    cursor: pointer;
    }
table.permissions tr.fold-hidden {
    display: none;
    }
table.permissions tr.fold-visible {
    background-color: var(--bg2);
    }
.dangerous {
    background-color: var(--danger) !important;
    text-decoration: underline;
    color: var(--text0);
    }
table {
    position: relative;
    }
table .download_table {
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 30px;
    }
table .download_table {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text1);
    background-color: var(--bg1);
    }
body.genericPage_personnes_view div.contentInner2 {
    text-align: left;
    }
body.genericPage_personnes_view div.contentInner2 .arb {
    text-align: center;
    }
body.genericPage_personnes_view .allExceptHeader {
    max-width: 1500px;
    }
.dashboard {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 1em;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    }
.dashboard .dashboard-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
    }
.dashboard .dashboard-col .dashboard-box {
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 2.5px 5px var(--shadow);
    box-shadow: 0 2.5px 5px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    padding: 1em;
    }
.dashboard .dashboard-col .dashboard-box > h2:first-child {
    margin-top: 0;
    }
.dashboard .dashboard-col .dashboard-box .dashboard-box-editable > h2 {
    margin-top: 0;
    }
table.personne-details-table {
    margin-inline: initial;
    }
table.personne-details-table td {
    padding-block: .5em;
    padding-inline: .5em;
    vertical-align: top;
    }
table.personne-details-table td a.spa-icon-button-small {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
    margin-right: .5em;
    }
.dashboard-box-editable {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em;
    }
.dashboard-box-editable h2,
.dashboard-box-editable h3 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.dashboard-box div.cms_ajax_filters {
    text-align: left;
    -webkit-align-items: inherit;
    align-items: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    margin-bottom: .5em;
    }
.dashboard-box div.cms_ajax_filters > span {
    -webkit-justify-content: left;
    justify-content: left;
    }
.dashboard-box table.data-ajax {
    margin: inherit;
    }
@media screen and (max-width: 1100px) {
.dashboard {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 500px;
    margin: auto;
    }
.dashboard .dashboard-col {
    max-width: initial;
    }
}

.genericPage_personnes table.data {
    text-align: left;
    }
.genericPage_personnes table.data td:nth-child(2),
.genericPage_personnes table.data th:nth-child(2) {
    text-align: right;
    }
div.appointments {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.appointment_card {
    display: block;
    outline: none;
    color: black;
    margin: .5em;
    padding: 1em;
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 2.5px 5px var(--shadow);
    box-shadow: 0 2.5px 5px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    text-align: left;
    max-width: 400px;
    }
.appointment_card:hover {
    background-color: var(--accent1);
    color: var(--accent1-text);
    cursor: pointer;
    }
.appointment_card .appointment_split {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.appointment_card span {
    padding: 5px;
    }
.appointment_card .appointment_person {
    font-weight: bold;
    }
.appointment_card img.catIcon {
    vertical-align: bottom;
    }
.need_event > div > img {
    width: 24px;
    height: 24px;
    }
table.appointments_table {
    margin: auto;
    border-spacing: 0 1em;
    margin-top: -1em;
    text-align: left;
    }
table.appointments_table tr.first_future {
    font-weight: bold;
    }
table.appointments_table tr:not(.appointments_date) {
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 1.5px 3px var(--shadow);
    box-shadow: 0 1.5px 3px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    border: 1px solid black !important;
    outline: 1px solid var(--border-soft);
    }
table.appointments_table tr:not(.appointments_date) td {
    padding: .5em .8em;
    }
table.appointments_table tr:not(.appointments_date) td img {
    width: 24px;
    height: 24px;
    }
table.appointments_table tr:not(.appointments_date) td .phone-number {
    font-weight: normal;
    }
table.appointments_table a.icon_button {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    }
table.appointments_table.compact tr td {
    padding: .5em .3em;
    }
div.maraudeCards {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    max-width: 300px;
    margin: auto;
    }
div.maraudeCards > a {
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 1px 2px var(--shadow);
    box-shadow: 0 1px 2px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    text-decoration: none;
    padding: .5rem;
    margin-block: .5rem;
    }
div.maraudeCards > a .row:nth-child(1) {
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    }
div.maraudeCards > a .row:nth-child(1) span.date {
    font-weight: bold;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
div.maraudeCards > a .row:nth-child(1) span.secteur {
    text-align: right;
    }
div.maraudeCards > a .row:nth-child(1) span.permissions img {
    width: 24px;
    height: 24px;
    }
div.maraudeCards > a .row:nth-child(2) {
    padding-block: .5rem;
    padding-left: 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em;
    }
div.maraudeCards > a .row:nth-child(2) span.time {
    color: var(--text1);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
div.maraudeCards > a .row:nth-child(3) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
div.maraudeCards > a .row:nth-child(3) span.of-which {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
    color: var(--text1);
    }
div.maraudeCards > a .row:nth-child(3) span {
    white-space: nowrap;
    }
div.maraudeCards > a .row:nth-child(3) span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: bottom;
    margin-right: .2rem;
    }
.maraudeCards {
    min-height: 100vh;
    }
#spa-main {
    min-height: 100vh;
    }
.spa-view-rencontre ~ .spa-view-maraude {
    display: none;
    }
.spa-fab-add {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    border-radius: 28px;
    width: 56px;
    height: 56px;
    -webkit-box-shadow: 3px 3px 3px var(--shadow);
    box-shadow: 3px 3px 3px var(--shadow);
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    }
.spa-fab-add:hover {
    -webkit-box-shadow: 2px 2px 2px var(--shadow);
    box-shadow: 2px 2px 2px var(--shadow);
    }
.spa-fab-add:active {
    -webkit-box-shadow: 1px 1px 1px var(--shadow);
    box-shadow: 1px 1px 1px var(--shadow);
    }
.spa-fab-add img {
    width: 24px;
    height: 24px;
    }
.spa-fab-add {
    width: 1vw;
    height: 1vh;
    min-width: 56px;
    min-height: 56px;
    }
.spa-animation-cover {
    -webkit-transition: width 1s ease-out,height 1s ease-out,border-radius 1s ease-out,opacity 1s ease-out;
    transition: width 1s ease-out,height 1s ease-out,border-radius 1s ease-out,opacity 1s ease-out;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    }
.spa-animation-cover img {
    display: none;
    }
.spa-view-maraude {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30%;
    margin: auto;
    }
.spa-view-maraude > div.spa-edit-link {
    text-align: right;
    margin-bottom: 1em;
    }
.spa-view-maraude-list-renc {
    position: relative;
    text-align: left;
    padding-bottom: 5em;
    padding-left: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30%;
    margin: auto;
    }
.spa-view-maraude-list-renc > div.spa-view-maraude-list-renc-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    }
.spa-view-maraude-list-renc > div.spa-view-maraude-list-renc-item h1 img {
    width: 24px;
    }
.timeline-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid black;
    background-color: white;
    display: inline-block;
    margin-right: 16px;
    z-index: 2;
    position: absolute;
    left: 0;
    vertical-align: baseline;
    }
.timeline-bullet-highlight {
    background-color: orange;
    }
.timeline-button {
    height: 48px;
    }
.timeline-button .timeline-new-renc {
    position: absolute;
    left: -14px;
    z-index: 2;
    }
.lieu-close {
    margin-top: 5em;
    }
.lieu-close .timeline-bullet {
    background-color: red;
    }
.lieu-close button {
    padding-left: 0;
    border: 0;
    }
.timeline-line {
    width: 8px;
    border: 1px solid black;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
    position: absolute;
    left: 4px;
    top: 16px;
    z-index: 1;
    background-color: var(--accent1);
    }
.spa-view-maraude-arb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    }
.spa-view-maraude-arb h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    overflow-wrap: anywhere;
    }
@media(max-width: 350px) {
.spa-view-maraude-arb {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    }
.spa-view-maraude-arb > a {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.spa-view-maraude-arb > h1 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.spa-view-maraude-arb > div {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.hide-below-350 {
    display: none;
    }
}

.spa-delete {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    background-color: var(--danger);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.spa-delete img {
    width: 24px;
    height: 24px;
    }
.spa-delete:disabled {
    display: none;
    }
.spa-back {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    margin-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.spa-back img {
    width: 24px;
    height: 24px;
    }
.spa-help {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    margin-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: none;
    }
.spa-help img {
    opacity: 60%;
    width: 24px;
    height: 24px;
    }
.spa-alert-no-eval {
    margin-left: 48px;
    }
.spa-alert-no-eval img {
    opacity: 60%;
    width: 24px;
    height: 24px;
    }
.spa-prevnext {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 24px;
    height: 48px;
    }
.spa-prevnext a:first-child {
    border-radius: 14px 0 0 14px;
    }
.spa-prevnext a:last-child {
    border-radius: 0 14px 14px 0;
    margin-left: -1px;
    }
.spa-prevnext .spa-prev,
.spa-prevnext .spa-next {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    }
.spa-prevnext .spa-prev img,
.spa-prevnext .spa-next img {
    width: 24px;
    height: 24px;
    }
.spa-prevnext .spa-next.spa-small-new {
    color: var(--encourage-fg);
    background-color: var(--encourage-bg);
    }
.spa-prevnext .spa-prev.spa-disabled,
.spa-prevnext .spa-next.spa-disabled {
    background-color: var(--disabled-bg);
    cursor: not-allowed;
    }
.spa-back-wide {
    width: auto;
    border-radius: 14px;
    padding-inline: 10px;
    }
.spa-savebar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 3px;
    margin-right: 1em;
    }
.spa-savebar .spa-savetext {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.spa-savebar [data-importance="low"] {
    color: var(--importance-low-fg);
    background-color: var(--importance-low-bg);
    }
.spa-savebar [data-importance="medium"] {
    color: var(--importance-medium-fg);
    background-color: var(--importance-medium-bg);
    }
.spa-savebar [data-importance="high"] {
    color: var(--importance-high-fg);
    background-color: var(--importance-high-bg);
    }
.spa-savebar [data-importance="success"] {
    color: var(--success-fg);
    background-color: var(--success-bg);
    }
.spa-savebar [data-inprogress="true"] {
    background-color: var(--inprogress-bg);
    color: white;
    }
.spa-view-rencontre:focus {
    outline: none;
    }
.spa-view-rencontre {
    min-width: 30%;
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: left;
    }
.spa-view-rencontre form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    min-width: 30%;
    margin: auto;
    }
.spa-view-rencontre form > div.spa-form-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    min-height: 48px;
    }
.spa-view-rencontre form > div.spa-form-row > img {
    width: 24px;
    }
.spa-view-rencontre form > div.spa-form-row > div,
.spa-view-rencontre form > div.spa-form-row > a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.spa-view-rencontre form > div.action-checkboxes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-block: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.spa-view-rencontre form > div.action-checkboxes > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    }
.spa-view-rencontre form > div.action-checkboxes > div > label > img {
    width: 24px;
    }
.spa-view-rencontre form > div.action-checkboxes > div > span {
    display: none;
    }
.spa-view-rencontre form > div.action-checkboxes > div > input {
    background-color: var(--bg1);
    color: var(--text0);
    width: 24px;
    height: 24px;
    }
.spa-view-rencontre form > div.spa-form-row-personne a {
    overflow-wrap: anywhere;
    }
.spa-view-rencontre form > div.spa-contact {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-block: 3px;
    gap: 5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.spa-view-rencontre form > div.spa-contact img {
    vertical-align: middle;
    }
.spa-view-rencontre form > div.spa-contact > span:nth-child(2) {
    margin-right: 5px;
    margin-left: auto;
    }
.spa-view-rencontre form > div.spa-accompagnants {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-block: 3px;
    gap: 5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.spa-view-rencontre form > div.spa-accompagnants img {
    vertical-align: middle;
    }
.spa-view-rencontre form > div.spa-accompagnants > span:nth-child(2) {
    margin-right: 5px;
    margin-left: auto;
    }
.spa-view-rencontre form > div.spa-accompagnants input {
    margin-block: 5px;
    padding: 10px;
    padding-right: 0;
    border-radius: 10px;
    border: 1px solid var(--border-soft);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--bg1);
    color: var(--text0);
    max-width: 6em;
    }
.spa-view-rencontre form > div.spa-warning > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: right;
    justify-content: right;
    }
.spa-view-rencontre form > div.spa-warning > div > input {
    width: 24px;
    height: 24px;
    }
.spa-view-rencontre form > div.spa-form-comments {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--text0);
    }
.spa-view-rencontre form > div.spa-form-comments > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.spa-view-rencontre form > div.spa-form-comments > div > label {
    font-size: smaller;
    padding-left: 10px;
    }
.spa-view-rencontre form > div.spa-form-comments > textarea {
    min-height: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--border-soft);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--bg1);
    color: var(--text0);
    }
.spa-edit {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    margin: 5px;
    margin-left: 24px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    }
.spa-edit img {
    margin-inline: 7px;
    width: 24px;
    height: 24px;
    }
span.spa-attention-dot {
    display: inline-block;
    }
.spa-attention-dot {
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: red;
    margin-left: 7px;
    }
.spa-form-row.spa-invalid .spa-edit:before {
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: red;
    margin-left: 7px;
    }
.spa-form-row.spa-invalid div,
.spa-form-row.spa-invalid a {
    color: var(--text1);
    }
.spa-placeholder {
    color: var(--text1);
    }
.spa-modal::backdrop {
    background: rgba(0,0,0,.5);
    }
.spa-modal {
    border: 1px solid black;
    background-color: var(--bg1);
    color: var(--text0);
    text-align: left;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.spa-modal .spa-titleBar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.spa-modal .spa-titleBar > .spa-titleField {
    padding: 8px;
    font-weight: bold;
    }
.spa-modal .spa-titleBar > .spa-closeButton {
    line-height: 48px;
    text-align: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    }
.spa-modal .spa-dialog_content {
    padding-inline: 16px;
    overflow: auto;
    height: 100vh;
    }
.spa-modal .spa-dialog_content button {
    background-color: var(--bg1);
    color: var(--text0);
    }
.spa-modal .spa-dialog_content > button,
.spa-modal .spa-dialog_content > input {
    border: 1px solid var(--border-soft);
    padding-inline: 16px;
    border-radius: 10px;
    margin-block: 5px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 48px;
    }
.spa-modal .spa-dialog_content > input {
    margin-bottom: 20px;
    background-image: url(images/magnify.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 8px;
    padding-left: 40px;
    }
.spa-modal .spa-dialog_content > button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    }
.spa-modal .spa-dialog_content > button > img {
    width: 24px;
    }
.spa-multifk-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -webkit-calc(24px + 5px);
    margin-left: calc(24px + 5px);
    }
.spa-multifk-container > div:last-child {
    margin-bottom: 10px;
    }
.spa-multifk-container > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: -webkit-calc(5px - 2px);
    padding-right: calc(5px - 2px);
    }
.spa-multifk-container > div > span {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 5px;
    margin-block: 10px;
    }
.spa-multifk-container > div button[disabled] {
    cursor: auto;
    }
.spa-multifk-container > div > button {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text1);
    background-color: var(--bg1);
    margin: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.spa-multifk-container > div > button img {
    width: 24px;
    height: 24px;
    }
.spa-multifk-container > div > button:nth-child(2) {
    margin-right: 0;
    border-radius: 30% 0 0 30%;
    }
.spa-multifk-container > div > button:nth-child(3) {
    margin-right: 0;
    margin-left: -1px;
    border-radius: 0;
    }
.spa-multifk-container > div > button:nth-child(4) {
    margin-left: -1px;
    border-radius: 0 30% 30% 0;
    }
.spa-multifk-container > div > button:nth-child(2):last-child {
    border-radius: 30% 30% 30% 30%;
    }
.modal-select-personne > .spa-dialog_content > div,
.modal-select-lieu > .spa-dialog_content > div,
.modal-select-maraude > .spa-dialog_content > div {
    margin-block: 1rem;
    }
.modal-select-personne > .spa-dialog_content > div > span,
.modal-select-lieu > .spa-dialog_content > div > span,
.modal-select-maraude > .spa-dialog_content > div > span {
    display: block;
    color: var(--text1);
    font-size: smaller;
    margin-bottom: .5rem;
    }
.modal-select-personne > .spa-dialog_footer,
.modal-select-lieu > .spa-dialog_footer,
.modal-select-maraude > .spa-dialog_footer {
    padding-inline: 16px;
    border-top: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.modal-select-personne > .spa-dialog_footer > .footer-row,
.modal-select-lieu > .spa-dialog_footer > .footer-row,
.modal-select-maraude > .spa-dialog_footer > .footer-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 16px;
    }
.modal-select-personne .spa-more,
.modal-select-lieu .spa-more,
.modal-select-maraude .spa-more {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 10px;
    min-width: 48px;
    min-height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text1);
    background-color: var(--bg1);
    padding-inline: 10px;
    margin-left: auto;
    opacity: 80%;
    }
.modal-select-personne .spa-more img,
.modal-select-lieu .spa-more img,
.modal-select-maraude .spa-more img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    }
.modal-select-personne .spa-pers-search-result,
.modal-select-personne .spa-lieu-search-result,
.modal-select-personne .spa-maraude-search-result,
.modal-select-lieu .spa-pers-search-result,
.modal-select-lieu .spa-lieu-search-result,
.modal-select-lieu .spa-maraude-search-result,
.modal-select-maraude .spa-pers-search-result,
.modal-select-maraude .spa-lieu-search-result,
.modal-select-maraude .spa-maraude-search-result {
    border: 1px solid var(--border-soft);
    cursor: pointer;
    padding-inline: 10px;
    padding-block: 5px;
    border-radius: 10px;
    margin-block: 8px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 48px;
    background-color: var(--bg1);
    color: var(--text1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.modal-select-personne .spa-pers-search-result > div,
.modal-select-personne .spa-lieu-search-result > div,
.modal-select-personne .spa-maraude-search-result > div,
.modal-select-lieu .spa-pers-search-result > div,
.modal-select-lieu .spa-lieu-search-result > div,
.modal-select-lieu .spa-maraude-search-result > div,
.modal-select-maraude .spa-pers-search-result > div,
.modal-select-maraude .spa-lieu-search-result > div,
.modal-select-maraude .spa-maraude-search-result > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    }
.modal-select-personne .spa-pers-search-result > div > span.text-and-icon,
.modal-select-personne .spa-lieu-search-result > div > span.text-and-icon,
.modal-select-personne .spa-maraude-search-result > div > span.text-and-icon,
.modal-select-lieu .spa-pers-search-result > div > span.text-and-icon,
.modal-select-lieu .spa-lieu-search-result > div > span.text-and-icon,
.modal-select-lieu .spa-maraude-search-result > div > span.text-and-icon,
.modal-select-maraude .spa-pers-search-result > div > span.text-and-icon,
.modal-select-maraude .spa-lieu-search-result > div > span.text-and-icon,
.modal-select-maraude .spa-maraude-search-result > div > span.text-and-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.modal-select-personne .spa-pers-search-result > div > span.text-and-icon > img,
.modal-select-personne .spa-lieu-search-result > div > span.text-and-icon > img,
.modal-select-personne .spa-maraude-search-result > div > span.text-and-icon > img,
.modal-select-lieu .spa-pers-search-result > div > span.text-and-icon > img,
.modal-select-lieu .spa-lieu-search-result > div > span.text-and-icon > img,
.modal-select-lieu .spa-maraude-search-result > div > span.text-and-icon > img,
.modal-select-maraude .spa-pers-search-result > div > span.text-and-icon > img,
.modal-select-maraude .spa-lieu-search-result > div > span.text-and-icon > img,
.modal-select-maraude .spa-maraude-search-result > div > span.text-and-icon > img {
    width: 24px;
    height: 24px;
    }
.modal-select-personne .spa-pers-search-result > div > .spa-info,
.modal-select-personne .spa-lieu-search-result > div > .spa-info,
.modal-select-personne .spa-maraude-search-result > div > .spa-info,
.modal-select-lieu .spa-pers-search-result > div > .spa-info,
.modal-select-lieu .spa-lieu-search-result > div > .spa-info,
.modal-select-lieu .spa-maraude-search-result > div > .spa-info,
.modal-select-maraude .spa-pers-search-result > div > .spa-info,
.modal-select-maraude .spa-lieu-search-result > div > .spa-info,
.modal-select-maraude .spa-maraude-search-result > div > .spa-info {
    color: var(--text1);
    font-size: smaller;
    }
.modal-select-personne .spa-pers-search-result > div > .spa-info > div,
.modal-select-personne .spa-lieu-search-result > div > .spa-info > div,
.modal-select-personne .spa-maraude-search-result > div > .spa-info > div,
.modal-select-lieu .spa-pers-search-result > div > .spa-info > div,
.modal-select-lieu .spa-lieu-search-result > div > .spa-info > div,
.modal-select-lieu .spa-maraude-search-result > div > .spa-info > div,
.modal-select-maraude .spa-pers-search-result > div > .spa-info > div,
.modal-select-maraude .spa-lieu-search-result > div > .spa-info > div,
.modal-select-maraude .spa-maraude-search-result > div > .spa-info > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    }
.modal-select-personne .spa-pers-search-result > div > .spa-info > div > img,
.modal-select-personne .spa-lieu-search-result > div > .spa-info > div > img,
.modal-select-personne .spa-maraude-search-result > div > .spa-info > div > img,
.modal-select-lieu .spa-pers-search-result > div > .spa-info > div > img,
.modal-select-lieu .spa-lieu-search-result > div > .spa-info > div > img,
.modal-select-lieu .spa-maraude-search-result > div > .spa-info > div > img,
.modal-select-maraude .spa-pers-search-result > div > .spa-info > div > img,
.modal-select-maraude .spa-lieu-search-result > div > .spa-info > div > img,
.modal-select-maraude .spa-maraude-search-result > div > .spa-info > div > img {
    width: 24px;
    height: 24px;
    }
.modal-select-personne .spa-pers-search-result > div > .spa-info > button.spa-expand,
.modal-select-personne .spa-lieu-search-result > div > .spa-info > button.spa-expand,
.modal-select-personne .spa-maraude-search-result > div > .spa-info > button.spa-expand,
.modal-select-lieu .spa-pers-search-result > div > .spa-info > button.spa-expand,
.modal-select-lieu .spa-lieu-search-result > div > .spa-info > button.spa-expand,
.modal-select-lieu .spa-maraude-search-result > div > .spa-info > button.spa-expand,
.modal-select-maraude .spa-pers-search-result > div > .spa-info > button.spa-expand,
.modal-select-maraude .spa-lieu-search-result > div > .spa-info > button.spa-expand,
.modal-select-maraude .spa-maraude-search-result > div > .spa-info > button.spa-expand {
    background-color: var(--bg1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: none;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    }
.modal-select-personne .spa-pers-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-personne .spa-lieu-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-personne .spa-maraude-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-lieu .spa-pers-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-lieu .spa-lieu-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-lieu .spa-maraude-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-maraude .spa-pers-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-maraude .spa-lieu-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed,
.modal-select-maraude .spa-maraude-search-result > div > .spa-info:not(.spa-expanded) > div.hide-when-collapsed {
    display: none;
    width: 100%;
    }
.modal-select-personne .spa-pers-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-personne .spa-lieu-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-personne .spa-maraude-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-lieu .spa-pers-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-lieu .spa-lieu-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-lieu .spa-maraude-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-maraude .spa-pers-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-maraude .spa-lieu-search-result > div > .spa-info > div.hide-when-collapsed,
.modal-select-maraude .spa-maraude-search-result > div > .spa-info > div.hide-when-collapsed {
    width: 100%;
    display: block;
    }
.modal-select-personne .spa-pers-search-result.skel span,
.modal-select-personne .spa-lieu-search-result.skel span,
.modal-select-personne .spa-maraude-search-result.skel span,
.modal-select-lieu .spa-pers-search-result.skel span,
.modal-select-lieu .spa-lieu-search-result.skel span,
.modal-select-lieu .spa-maraude-search-result.skel span,
.modal-select-maraude .spa-pers-search-result.skel span,
.modal-select-maraude .spa-lieu-search-result.skel span,
.modal-select-maraude .spa-maraude-search-result.skel span {
    width: 100%;
    display: block;
    background-color: var(--bg2);
    background: rgba(130,130,130,.2);
    background: -webkit-linear-gradient(to right,rgba(130,130,130,.2) 8%,rgba(130,130,130,.3) 18%,rgba(130,130,130,.2) 33%);
    background: linear-gradient(to right,rgba(130,130,130,.2) 8%,rgba(130,130,130,.3) 18%,rgba(130,130,130,.2) 33%);
    background-size: 800px 100px;
    border-radius: 4px;
    -webkit-animation: wave-lines 2s infinite ease-out;
    animation: wave-lines 2s infinite ease-out;
    color: rgba(0,0,0,0) !important;
    }
.modal-select-personne .spa-pers-search-result.skel span:nth-child(2),
.modal-select-personne .spa-lieu-search-result.skel span:nth-child(2),
.modal-select-personne .spa-maraude-search-result.skel span:nth-child(2),
.modal-select-lieu .spa-pers-search-result.skel span:nth-child(2),
.modal-select-lieu .spa-lieu-search-result.skel span:nth-child(2),
.modal-select-lieu .spa-maraude-search-result.skel span:nth-child(2),
.modal-select-maraude .spa-pers-search-result.skel span:nth-child(2),
.modal-select-maraude .spa-lieu-search-result.skel span:nth-child(2),
.modal-select-maraude .spa-maraude-search-result.skel span:nth-child(2) {
    width: 70%;
    }
.modal-select-personne .spa-pers-search-result.personne-result-already-seen,
.modal-select-lieu .spa-pers-search-result.personne-result-already-seen,
.modal-select-maraude .spa-pers-search-result.personne-result-already-seen {
    color: var(--text2);
    }
.modal-select-personne .spa-pers-search-result.personne-result-already-seen > div > .spa-info,
.modal-select-lieu .spa-pers-search-result.personne-result-already-seen > div > .spa-info,
.modal-select-maraude .spa-pers-search-result.personne-result-already-seen > div > .spa-info {
    color: var(--text2);
    }
.modal-select-personne.footer-expanded,
.modal-select-lieu.footer-expanded {
    height: 100vh;
    }
.modal-select-personne.footer-expanded > .spa-dialog_content,
.modal-select-lieu.footer-expanded > .spa-dialog_content {
    height: 0;
    }
.modal-select-personne.footer-expanded > .spa-dialog_footer,
.modal-select-lieu.footer-expanded > .spa-dialog_footer {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.spa-pers-search-result,
.spa-lieu-search-result {
    -webkit-transition: width .2s,border .2s,padding .2s;
    transition: width .2s,border .2s,padding .2s;
    overflow: hidden;
    font-size: inherit;
    }
.spa-pers-search-result.squish,
.spa-lieu-search-result.squish {
    width: 0;
    padding: 0;
    border: 0 solid var(--border-soft);
    }
.modal-select-lieu .spa-lieu-search-result > div > .spa-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.modal-select-lieu .spa-lieu-search-result > div > .spa-info > div {
    -webkit-justify-content: right;
    justify-content: right;
    }

/* To avoid zoom-in when focusing on iOS */
@supports (-webkit-touch-callout: none) {
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
    font-size: 16px;
    }
}

form.spa-anon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    gap: .5rem;
    }
form.spa-anon > div {
    margin-top: 1rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
form.spa-anon > div > input[type="number"] {
    width: 4rem;
    }
form.spa-anon fieldset {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    }
@-webkit-keyframes wave-lines {
0% {
    background-position: -468px 0;
    }
100% {
    background-position: 468px 0;
    }
}

@keyframes wave-lines {
0% {
    background-position: -468px 0;
    }
100% {
    background-position: 468px 0;
    }
}

/*** SELECT TIME ***/
.modal-select-time .spa-dialog_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.modal-select-time .spa-dialog_content > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    }
.modal-select-time button {
    border: 1px solid var(--border-soft);
    cursor: pointer;
    padding-inline: 10px;
    padding-block: 5px;
    border-radius: 10px;
    margin-block: 5px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 48px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.modal-select-time button.now {
    background-color: green;
    color: white;
    }
.modal-select-time button.selected {
    background-color: purple;
    color: white;
    }
.spa-person-specific {
    color: var(--emphasis);
    font-weight: bold;
    }
.icon-and-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
    }
.icon-and-text > img {
    width: 24px;
    height: 24px;
    }
div.spa-person-preview hr {
    margin-block: 2em;
    }
div.spa-person-preview > a {
    text-align: right;
    display: block;
    }
div.spa-person-timeline {
    position: relative;
    text-align: left;
    padding-bottom: 5em;
    padding-left: 32px;
    }
div.spa-person-timeline > div > p {
    font-weight: bold;
    margin-bottom: 8px;
    }
div.spa-person-timeline > div > div,
div.spa-person-timeline > div > a {
    margin-left: 1em;
    }
div.spa-person-timeline .actions-in-timeline > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    }
div.spa-person-timeline .actions-in-timeline > div > img {
    max-width: 24px;
    max-height: 24px;
    }
.spa-attachments {
    margin-block: 10px;
    }
.spa-attachments img {
    object-fit: contain;
    width: 24px;
    height: 24px;
    }
.spa-attachments > div {
    margin-block: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.spa-attachments > div > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.spa-attachments > div > div > a.spa-attachment-edit {
    margin-right: 10px;
    }
.spa-attachments > div > div > a.spa-attachment-link {
    min-height: 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    padding-inline: 10px;
    gap: 5px;
    min-height: 36px;
    margin-block: 0;
    }
.spa-attachments > div > div > a.spa-attachment-link[href] {
    color: var(--emphasis);
    cursor: pointer;
    }
.spa-to-see > h1 {
    margin-bottom: 1em;
    }
.spa-to-see .timeline-line {
    background-color: var(--accent3);
    }
.spa-button {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 10px;
    min-width: 48px;
    min-height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text1);
    background-color: var(--bg1);
    padding-inline: 10px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    }
.spa-icon-button {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    }
.spa-icon-button img {
    width: 24px;
    height: 24px;
    }
.spa-icon-button-small {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text1);
    background-color: var(--bg1);
    }
.spa-btn-nav {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text1);
    background-color: var(--bg1);
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 10px;
    vertical-align: middle;
    }
.spa-button[disabled] {
    cursor: auto;
    }
.spa-button.spa-button-noborder {
    border: none;
    }
.spa-edit-link a,
a.spa-attachment-link[href],
button.spa-button-link {
    text-decoration: none;
    cursor: pointer;
    background-color: inherit;
    border: none;
    margin-right: 1em;
    }
.spa-edit-link a:hover,
a.spa-attachment-link[href]:hover,
button.spa-button-link:hover {
    text-decoration: underline;
    }

/* Maraude vide */
div.spa-view-maraude-list-renc > h2 {
    text-align: center;
    color: #555;
    }
.spa-hero-cols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    }
.spa-button-hero-green,
.spa-button-hero-blue {
    width: 100%;
    max-width: 250px;
    min-height: 60px;
    font-weight: bold;
    font-family: sans-serif;
    }
.spa-button-hero-green {
    background-color: green;
    color: white;
    }
.spa-button-hero-blue {
    background-color: blue;
    color: white;
    }
.spa-view-maraude-recap-actions {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    }
.spa-view-maraude-recap-actions > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    }
.spa-view-maraude-recap-actions > div > div {
    border: 1px solid var(--border-soft);
    border-radius: 6px;
    padding: .5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    }
.spa-view-maraude-recap-actions img {
    width: 24px;
    height: 24px;
    }
.spa-view-maraude-archival p {
    text-align: left;
    }
.spa-map {
    height: -webkit-calc(min(500px,90vh));
    height: calc(min(500px,90vh));
    }
.spa-ui-button {
    background-color: rgb(255,255,255);
    border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    cursor: pointer;
    margin: 10px;
    width: 40px;
    height: 40px;
    border: medium none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.spa-ui-button img {
    width: 20px;
    height: 20px;
    }
.spa-loader {
    background: url(images/loader2.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: contain;
    }
img.spa-location-unknown {
    vertical-align: middle;
    margin-left: 1em;
    }
img.spa-location-unknown ~ img.spa-lieu-unusual {
    margin-left: .2em;
    }
img.spa-lieu-unusual {
    vertical-align: middle;
    margin-left: 1em;
    }
dialog.modal-help-maraudes-view,
dialog.modal-help-rencontre-edit {
    max-width: 500px;
    padding: 10px;
    }
dialog.modal-help-maraudes-view img,
dialog.modal-help-rencontre-edit img {
    width: 24px;
    height: 24px;
    }
dialog.modal-help-maraudes-view .spa-dialog_content,
dialog.modal-help-rencontre-edit .spa-dialog_content {
    height: auto;
    }
dialog.modal-help-maraudes-view li,
dialog.modal-help-rencontre-edit li {
    margin-block: 10px;
    }
div.spa-comments {
    font-style: italic;
    color: var(--emphasis);
    max-width: 400px;
    }
.spa-edit[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    }
.spa-pts-seen.spa-view-maraude-list-renc-item > h1 {
    -webkit-transition: font-size 1s ease-out,margin-block 1s ease-out;
    transition: font-size 1s ease-out,margin-block 1s ease-out;
    font-size: 1em;
    margin-block: 0;
    }
.spa-pts-seen.spa-view-maraude-list-renc-item > h1 > div.timeline-bullet {
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    background-color: #ccc;
    }
.spa-pts-seen.spa-view-maraude-list-renc-item > h1 > span {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 50%;
    }
.spa-pts-seen.spa-view-maraude-list-renc-item > h1 > img {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    }
.spa-pts-seen.spa-view-maraude-list-renc-item > h1 > a {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    }
.spa-pts-expand .spa-pts-seen.spa-view-maraude-list-renc-item > h1 {
    font-size: 1.2em;
    margin-block: 15px;
    }
.spa-pts-expand .spa-pts-seen.spa-view-maraude-list-renc-item > h1 > div.timeline-bullet {
    background-color: #fff;
    }
.spa-pts-expand .spa-pts-seen.spa-view-maraude-list-renc-item > h1 > span {
    opacity: 100%;
    }
.spa-pts-expand .spa-pts-seen.spa-view-maraude-list-renc-item > h1 > img {
    opacity: 100%;
    }
.spa-pts-expand .spa-pts-seen.spa-view-maraude-list-renc-item > h1 > a {
    opacity: 100%;
    }
.spa-pts-seen.spa-rencontre {
    opacity: 0%;
    -webkit-transition: opacity 1s ease-out,max-height 1s ease-in;
    transition: opacity 1s ease-out,max-height 1s ease-in;
    max-height: 0;
    overflow: hidden;
    }
.spa-pts-expand .spa-pts-seen.spa-rencontre {
    opacity: 100%;
    max-height: 200px;
    }
div.spa-rencontre {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    }
div.spa-rencontre > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
div.spa-rencontre > div > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
div.spa-rencontre > div > div img {
    width: 24px;
    margin-right: 5px;
    }
div.spa-rencontre > div > div > a {
    color: var(--text1);
    }
div.spa-rencontre > div span {
    color: var(--text2);
    }
div.spa-rencontre a.spa-rencontre-open,
div.spa-rencontre a.spa-pts-edit {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid var(--border-soft);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text1);
    background-color: var(--bg1);
    background-color: unset;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
form.rencontres-list-in-modal > div > div.spa-rencontre {
    margin-bottom: 1em;
    }
body.hasAdminMenu .allExceptHeader {
    max-width: 100%;
    margin-top: 0;
    }
body.hasAdminMenu .allExceptHeader .contentInner2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
body.hasAdminMenu .allExceptHeader .content {
    padding: 0;
    }
body.hasAdminMenu .footerHr {
    margin-top: 0;
    }
.adminMenu {
    width: 300px;
    min-width: 300px;
    border-right: 1px solid var(--border);
    min-height: 100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    }
.adminMenu h1 {
    font-size: inherit;
    padding: .4em 1em;
    padding-top: .5em;
    padding-left: -webkit-calc(1em - 5px);
    padding-left: calc(1em - 5px);
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.adminMenu h1 img {
    width: 24px;
    margin-right: 5px;
    vertical-align: bottom;
    }
.adminMenu h1:after {
    content: '⌄';
    float: right;
    }
.adminMenu h1.expanded:after {
    content: '⌃';
    float: right;
    }
.adminMenu .adminSection {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.adminMenu .adminSection a {
    padding: .4em 1em;
    padding-left: -webkit-calc(1em + 24px);
    padding-left: calc(1em + 24px);
    text-decoration: none;
    }
.adminMenu .adminSection a.selected:after {
    content: '〉';
    float: right;
    }
.adminMenu .adminSection.expanded {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.adminRightSide {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 1em;
    }
.problems {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.problems .problem {
    border: 1px solid var(--border-soft);
    -webkit-box-shadow: 0 2.5px 5px var(--shadow);
    box-shadow: 0 2.5px 5px var(--shadow);
    background-color: var(--bg1);
    color: var(--text0);
    padding: .5em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 100px;
    -webkit-flex-basis: 400px;
    flex-basis: 400px;
    max-width: 500px;
    }
img.headband {
    max-width: 90%;
    display: block;
    margin: auto;
    max-height: 120px;
    margin-bottom: 1em;
    margin-top: .5em;
    }
a.create {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 1em;
    border: 1px solid #555;
    border-radius: .2em;
    font-size: 1em;
    color: var(--text1);
    background-color: var(--bg1);
    text-decoration: none;
    -webkit-box-shadow: 0 0 .05em 0 grey;
    box-shadow: 0 0 .05em 0 grey;
    }
a.create:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 .3em 0 grey;
    box-shadow: 0 0 .3em 0 grey;
    cursor: pointer;
    background-color: var(--accent1);
    color: var(--accent-text);
    }
form textarea {
    width: 100%;
    }
canvas#myChart {
    height: 400px;
    }
.loader {
    background: url(images/loader.svg) no-repeat;
    background-position: center center;
    }
.warningband {
    text-align: center;
    background-color: var(--warning);
    padding: 5px;
    margin-bottom: 5px;
    }
h1 {
    font-size: 1.3em;
    }
a.create {
    display: inline-block;
    margin-top: 1em;
    }
input[type="submit"] {
    padding: .8em 1.5em;
    display: inline-block;
    margin: auto;
    }
form input[type="submit"] {
    margin: 5px;
    white-space: normal;
    }
input[type="button"] {
    padding: .8em 1.5em;
    display: inline-block;
    margin: auto;
    }
form input[type="button"] {
    margin: 5px;
    white-space: normal;
    }
body.genericPage_privacy .contentInner2 {
    text-align: left;
    }
.permissions-test {
    display: block;
    max-width: 300px;
    position: fixed;
    bottom: 1em;
    left: 1em;
    background-color: rgba(200,200,200,.5);
    }
