/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Webfont: Everett */
@font-face {
  font-family: "Ubuntu";
  src: url("/css/ubuntu/Ubuntu-R.eot"); /* IE9 Compat Modes */
  src: url("/css/ubuntu/Ubuntu-R.eot?#iefix") format("embedded-opentype"), url("/css/ubuntu/Ubuntu-R.woff") format("woff"), url("/css/ubuntu/Ubuntu-R.ttf") format("truetype"), url("/css/ubuntu/Ubuntu-R.svg#Everett-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Ubuntu";
  src: url("/css/ubuntu/Ubuntu-B.eot"); /* IE9 Compat Modes */
  src: url("/css/ubuntu/Ubuntu-B.eot?#iefix") format("embedded-opentype"), url("/css/ubuntu/Ubuntu-B.woff") format("woff"), url("/css/ubuntu/Ubuntu-B.ttf") format("truetype"), url("/css/ubuntu/Ubuntu-B.svg#Everett-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Ubuntu";
  src: url("/css/ubuntu/Ubuntu-RI.eot"); /* IE9 Compat Modes */
  src: url("/css/ubuntu/Ubuntu-RI.eot?#iefix") format("embedded-opentype"), url("/css/ubuntu/Ubuntu-RI.woff") format("woff"), url("/css/ubuntu/Ubuntu-RI.ttf") format("truetype"), url("/css/ubuntu/Ubuntu-RI.svg#Everett-Regular") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  background-color: #416CB3;
  font-family: "Ubuntu", "Helvetica Neue", "Arial", "Courier", serif;
  font-size: 16px;
}

header {
  position: relative;
  background-color: white;
  min-height: 92px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  header {
    min-height: 61.333333272px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
header a.logo {
  display: block;
  width: 226.772px;
  height: 61.784px;
  background-image: url("/img/logo.svg");
  background-size: 226.772px 61.784px;
  background-repeat: no-repeat;
}
header a.logo.fribourg {
  background-image: url("/img/logo-fribourg.svg");
}
@media screen and (max-width: 959px) {
  header a.logo {
    width: 151.181182152px;
    height: 41.189292144px;
    background-size: 151.1813318215px 41.189292144px;
    background-repeat: no-repeat;
  }
}

section.main {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  section.main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.main .block + .block {
  padding-top: 40px;
}

footer {
  position: relative;
  background-color: #416CB3;
  color: white;
  padding-bottom: 40px;
}
footer p {
  margin-left: 20px;
  margin-top: 20px;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer article.text-footer {
  position: absolute;
  right: 20px;
  top: 10px;
  max-width: 50%;
}
footer article.text-footer p {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  line-height: 10px;
}
@media screen and (max-width: 959px) {
  footer article.text-footer {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    width: auto;
  }
}

b, strong {
  font-weight: bold;
}

h3 {
  font-family: "Ubuntu";
  font-weight: lighter;
  font-size: 26px;
  color: #416CB3;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

.bold {
  font-size: 18px;
  font-weight: 400;
}

p {
  max-width: 1024px;
  line-height: 17.6px;
}
p + p {
  margin-top: 10px;
}

input, select {
  box-sizing: border-box;
  vertical-align: top;
  height: 38px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  border-bottom: 1px solid #416CB3;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  margin-right: 10px;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
input:focus, select:focus {
  outline: none;
}
input.table, select.table {
  margin-top: 0;
}
input.title, select.title {
  width: 100%;
  max-width: 750px;
  margin-bottom: 10px;
}

select {
  height: 48px;
}

textarea {
  box-sizing: border-box;
  height: 75vh;
  width: 100%;
  height: 120px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #416CB3;
  padding: 8px;
  margin-bottom: 10px;
}

a.button, input[type=submit] {
  text-decoration: none;
  letter-spacing: 1.5px;
  display: block;
  cursor: pointer;
  max-width: 550px;
  vertical-align: top;
  box-sizing: border-box;
  height: 38px;
  background-color: #F4971E;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  border: 2px solid #F4971E;
  margin-right: 10px;
  border-radius: 0;
  text-align: center;
  padding: 12px 20px 8px 20px;
  border-radius: 19px;
}
a.button[type=submit], input[type=submit][type=submit] {
  display: block;
  margin-top: 10px;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 8px 20px 8px 20px;
}
@media screen and (max-width: 959px) {
  a.button, input[type=submit] {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

a.action {
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 38px;
  background-color: #F4971E;
  border: 2px solid #F4971E;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 5px;
  fill: white;
  color: white;
  text-align: center;
  padding: 12px 20px 8px 20px;
  /*
  &:hover {
    border-color: $blue;
    background-color: $blue;
  }
   */
  border-radius: 19px;
}
a.action.selected {
  transition: 0.5s;
  color: #F4971E;
  background-color: white;
  border: 2px solid #F4971E;
}
a.action.blue {
  background-color: #416CB3;
  border: 2px solid #416CB3;
}
a.action.blue.selected {
  background-color: white;
  color: #416CB3;
}
a.action.no-top {
  margin-top: 0;
}
a.action.disabled {
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  color: #666;
}

.action-group {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .action-group {
    text-align: center;
  }
}
.action-group.toggle-set {
  margin-bottom: 10px;
}

.menu-group-2 a {
  display: none;
}

.article-item {
  max-width: 1240px;
  box-sizing: border-box;
  padding-top: 12px;
  background-color: white;
  border-bottom: 1px solid #416CB3;
  position: relative;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.article-item:first-child {
  margin-top: 10px;
}
.article-item.bold {
  font-weight: bold;
}
.article-item.top {
  margin-top: 10px;
  border-top: 1px solid #416CB3;
}
.article-item.large {
  height: 60px;
}
.article-item .name {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 81px;
}
.article-item .name.bold {
  font-weight: bold;
  color: #416CB3;
  text-transform: uppercase;
}
.article-item .c1 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 160px;
  padding-right: 5px;
  text-align: right;
  border: none;
  bottom: 0;
  right: 805px;
}
.article-item .c2 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 160px;
  padding-right: 5px;
  text-align: right;
  border: none;
  bottom: 0;
  right: 645px;
}
.article-item .c3 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 160px;
  padding-right: 5px;
  text-align: right;
  border: none;
  bottom: 0;
  right: 485px;
}
.article-item .c4 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 160px;
  padding-right: 5px;
  text-align: right;
  border: none;
  bottom: 0;
  right: 325px;
}
.article-item .c5 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 160px;
  padding-right: 5px;
  text-align: right;
  border: none;
  bottom: 0;
  right: 165px;
}
.article-item .c6 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 160px;
  padding-right: 5px;
  text-align: right;
  border: none;
  bottom: 0;
  right: 5px;
}
.article-item .mini-info {
  position: absolute;
  bottom: -5px;
  left: 2px;
  font-size: 9px;
  color: red;
  right: 2px;
  display: block;
  text-align: right;
}
.article-item .c6 {
  font-weight: bold;
  text-align: right;
}
.article-item .c6 .plusminus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 30px;
  color: black;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.article-item .c6 .plusminus.minus {
  color: black;
  font-weight: normal;
}
.article-item .c6.no-signe .plusminus {
  display: none;
}
.article-item .c6.bold {
  font-weight: bold;
  color: #416CB3;
  text-transform: uppercase;
  font-size: 22px;
}
.article-item .c6.bold.main-total .synth_amount {
  font-size: 22px;
  color: #416CB3;
}
.article-item .gray {
  background-color: rgb(209.5163934426, 220.4426229508, 238.4836065574);
}
.article-item input {
  display: block;
  position: absolute;
  border: none;
  box-sizing: border-box;
  height: 38px;
  background-color: rgb(209.5163934426, 220.4426229508, 238.4836065574);
  font-size: 15px;
  text-align: right;
}

input.spotlight-field {
  width: 100%;
  margin-bottom: 10px;
}

.payment-qr {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .payment-qr {
    position: relative;
    right: 0;
    top: 0;
  }
}

.bouclement-pay-bloc p {
  padding-left: 140px;
}
@media screen and (max-width: 959px) {
  .bouclement-pay-bloc p {
    padding-left: 0;
  }
}

/*
// Chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
//Firefox
input[type=number] {
  -moz-appearance: textfield;
}
 */
.warning-pas-assez {
  display: none;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #F4971E;
  border-radius: 10px;
  color: #F4971E;
}
.warning-pas-assez a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

article.article {
  background-color: white;
  border-bottom: 1px solid #416CB3;
  position: relative;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
}
article.article.detail {
  margin-left: 20px;
}
article.article .name {
  position: absolute;
  top: 0;
  height: 26px;
  padding-left: 5px;
  left: 0;
  right: 241px;
  overflow: hidden;
}
article.article.group .name {
  font-weight: bold;
}
article.article .qty {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  height: 26px;
  text-align: right;
  padding-right: 5px;
  left: 160px;
  right: 121px;
}
article.article.group .qty {
  display: none;
}
article.article .amount {
  position: absolute;
  top: 0;
  height: 26px;
  text-align: right;
  padding-right: 5px;
  left: 120px;
  right: 0;
}
article.article.group .amount {
  display: none;
}
@media screen and (max-width: 959px) {
  article.article {
    height: 62px;
  }
  article.article .name {
    position: absolute;
    top: 5px;
    height: 26px;
    padding-left: 5px;
    padding-right: 5px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  article.article .qty {
    position: absolute;
    box-sizing: border-box;
    top: 5px;
    height: 26px;
    text-align: right;
    padding-right: 5px;
    left: 50%;
    width: 50%;
  }
  article.article .amount {
    position: absolute;
    top: 31px;
    height: 26px;
    text-align: right;
    padding-right: 5px;
    left: 50%;
    right: 0;
  }
}

span.synth_amount {
  color: #416CB3;
  font-size: 11px;
}
span.synth_amount.black {
  color: black;
  font-weight: normal;
}

/* Making the label break the flow */
.floating-label-wrap {
  display: inline-block;
  min-height: 32px;
  margin-top: 10px;
  margin-right: 5px;
  display: block;
  margin-right: 0;
  margin-top: 20px;
}
.floating-label-wrap.textarea {
  display: block;
  margin-right: 0;
  margin-top: 10px;
}

.floating-label {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 1500;
}

/* Hide the browser-specific focus styles */
.floating-label-field {
  color: black;
  border: none;
  border-bottom: 2px solid #416CB3;
  z-index: 2000;
}
.floating-label-field:focus {
  outline: 0;
  box-shadow: none;
}
.floating-label-field::placeholder {
  color: transparent;
}

/* Make the label and field look identical on every browser */
.floating-label,
.floating-label-field {
  font: inherit;
  line-height: 1;
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 0;
}

.floating-label-field,
.floating-label-wrap {
  position: relative;
}

/* Input Style #1 */
.floating-label-field {
  transition: border-color 0.25s ease-in-out;
  color: black;
  border-bottom: 1px solid #416CB3;
  background-color: transparent;
}
.floating-label-field.error {
  color: #F4971E;
  border-bottom: 1px solid #F4971E;
}

.floating-label-field + .floating-label {
  transition: transform 0.25s, opacity 0.25s ease-in-out;
  transform-origin: 0 0;
  opacity: 0.5;
}

.floating-label-field:focus,
.floating-label-field:not(:placeholder-shown) {
  border-bottom: 1px solid #416CB3;
}

.floating-label-field:focus + .floating-label,
.floating-label-field:not(:placeholder-shown) + .floating-label {
  transform: translate(0em, -30%) scale(0.6);
  opacity: 0.5;
}

.floating-label-field:valid:not(:placeholder-shown) {
  border-color: 1px solid #416CB3;
}

.floating-label-field:invalid {
  border-bottom: 1px solid #F4971E;
}

/*
INCREMENTEURS
 */
.floating-label-wrap .buttons {
  position: absolute;
  bottom: 10px;
  left: 120px;
  z-index: 1000000000;
}
.floating-label-wrap .buttons a.button {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
  font-size: 16px;
  color: black;
  text-decoration: none;
  background-color: #bad4e2;
  margin-right: 5px;
  border-radius: 10px;
  border: none;
}
.floating-label-wrap .buttons a.button.disabled {
  opacity: 0.2;
}

.j8-modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.j8-modal-background .j8-modal {
  background-color: white;
  border: 2px solid #416CB3;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  max-width: 90%;
}
.j8-modal-background .j8-modal .j8-modal-text {
  display: block;
  padding: 10px;
}
.j8-modal-background .j8-modal .j8-modal-functions {
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

article.document {
  background-color: white;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
article.document:nth-child(odd) {
  background-color: #f7f7f7;
}
article.document .item {
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
}
article.document .type {
  width: 80px;
}
article.document .date {
  width: 80px;
}
article.document .from {
  width: 180px;
}
article.document .to {
  width: 180px;
}
article.document .funcs {
  vertical-align: top;
  padding-left: 0;
}
article.document .amount {
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  article.document .funcs {
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

.w-video {
  position: absolute;
  width: 750px;
  height: 30px;
  box-shadow: 3px 3px 6px #416CB3;
}
.w-video .w-handle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #416CB3;
  cursor: move;
}
.w-video .w-handle .btn-close {
  position: absolute;
  display: block;
  left: 10px;
  top: 7px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  background-image: url("/css/icons/close.svg");
}
.w-video .w-handle .btn-fs {
  position: absolute;
  display: block;
  right: 10px;
  top: 7px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  background-image: url("/css/icons/fullscreen.svg");
}
.w-video .w-handle .btn-fs.invert {
  background-image: url("/css/icons/normalscreen.svg");
}
.w-video .video-container {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
}
.w-video .video-container iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .w-video {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    padding-top: 56.25%;
    max-width: 940px;
    box-shadow: none;
    width: 100%;
    margin-top: 20px;
  }
  .w-video .w-handle {
    display: none;
  }
  .w-video .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.document-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow-x: hidden;
  height: 120px;
  width: auto;
  padding-bottom: 40px;
  box-shadow: 3px 3px 6px #416CB3;
}
.document-thumb img {
  display: block;
  height: 100%;
  width: auto;
}
.document-thumb .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  overflow: hidden;
  text-align: center;
}

.download-preview {
  display: none;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: white;
  box-shadow: 3px 3px 6px #416CB3;
}
.download-preview .dp-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.download-preview .dp-function {
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  right: 0;
  text-align: center;
}

table.proju-table {
  width: 100%;
}
table.proju-table thead tr th {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 12px;
}
table.proju-table thead tr th.int {
  text-align: left;
  width: 120px;
}
table.proju-table thead tr th.currency {
  text-align: left;
  width: 120px;
}
table.proju-table tr {
  border-bottom: 1px solid #416CB3;
}
table.proju-table tr td {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}
table.proju-table tr td.int {
  text-align: left;
  width: 120px;
}
table.proju-table tr td.currency {
  text-align: left;
  width: 120px;
}
table.proju-table tr td a.link {
  color: #416CB3;
  text-decoration: none;
}

table.ens-sheet-table {
  background-color: white;
  min-width: 1920px;
}
table.ens-sheet-table th {
  padding: 10px;
  font-weight: bold;
}
table.ens-sheet-table td.text {
  padding: 10px;
}
table.ens-sheet-table td, table.ens-sheet-table th {
  border: none;
  border-left: none;
  border-bottom: 1px solid black;
  position: relative;
  height: 30px;
}
table.ens-sheet-table td.error, table.ens-sheet-table th.error {
  color: red;
}
table.ens-sheet-table td.error input, table.ens-sheet-table th.error input {
  color: red;
}
table.ens-sheet-table td.sep, table.ens-sheet-table th.sep {
  border-right: 1px solid black;
}
table.ens-sheet-table td.name, table.ens-sheet-table th.name {
  width: 150px;
}
table.ens-sheet-table td.amount, table.ens-sheet-table th.amount {
  width: 80px;
}
table.ens-sheet-table td.note, table.ens-sheet-table th.note {
  width: 350px;
}
table.ens-sheet-table td.ventes, table.ens-sheet-table th.ventes {
  padding-right: 10px;
}
table.ens-sheet-table td.centered, table.ens-sheet-table th.centered {
  text-align: center;
}
table.ens-sheet-table td input, table.ens-sheet-table th input {
  position: absolute;
  width: 100%;
  border: none;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
table.ens-sheet-table td input:focus, table.ens-sheet-table th input:focus {
  background-color: rgb(209.5163934426, 220.4426229508, 238.4836065574);
}
table.ens-sheet-table td input.saved, table.ens-sheet-table th input.saved {
  background-color: lightgreen;
}
table.ens-sheet-table td.currency, table.ens-sheet-table th.currency {
  text-align: right;
  font-family: sans-serif;
}
table.ens-sheet-table td.currency input, table.ens-sheet-table th.currency input {
  text-align: right;
  font-family: sans-serif;
}
table.ens-sheet-table tr td:first-child, table.ens-sheet-table tr th:first-child {
  border-left: 1px solid black;
}
html[data-org=arc] .fribourg {
  display: none;
}

html[data-org=fr] .arcju {
  display: none;
}

.warnings {
  color: red;
}
.warnings p {
  padding-top: 10px;
  font-weight: bold;
}

/*# sourceMappingURL=screen2023.css.map */
