@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
.small-margin-collapse > .medium-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .medium-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .medium-3 {
  width: 25%;
}
.small-margin-collapse > .medium-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .medium-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .medium-6 {
  width: 50%;
}
.small-margin-collapse > .medium-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .medium-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .medium-9 {
  width: 75%;
}
.small-margin-collapse > .medium-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .medium-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .medium-12 {
  width: 100%;
}
.small-margin-collapse > .large-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .large-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .large-3 {
  width: 25%;
}
.small-margin-collapse > .large-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .large-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .large-6 {
  width: 50%;
}
.small-margin-collapse > .large-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .large-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .large-9 {
  width: 75%;
}
.small-margin-collapse > .large-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .large-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .large-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@font-face {
  font-family: "AvantGarITCbyBTBoo";
  font-style: normal;
  font-weight: normal;
  src: url("AvantGarITCbyBTBoo.otf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?kpykfy");
  src: url("/fonts/icomoon.eot?kpykfy#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?kpykfy") format("truetype"), url("/fonts/icomoon.woff?kpykfy") format("woff"), url("/fonts/icomoon.svg?kpykfy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-PICTO-CARRE-EDIT1:before {
  content: "\e905";
}

.icon-PICTO-F:before {
  content: "\e9ea";
  color: #fff;
}

.icon-PICTO-S:before {
  content: "\e9eb";
  color: #fff;
}

.icon-Burger:before {
  content: "\e9ec";
  color: #a09e9e;
}

.icon-Fleche-Droite:before {
  content: "\e9ed";
  color: #a09e9e;
}

.icon-Fleche-Gauche:before {
  content: "\e9ee";
  color: #a09e9e;
}

.icon-Picto-moins .path1:before {
  content: "\e9ef";
  color: rgb(160, 158, 158);
}

.icon-Picto-moins .path2:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-moins .path3:before {
  content: "\e9f1";
  margin-left: -1em;
  color: none;
}

.icon-PIcto-plus .path1:before {
  content: "\e9f2";
  color: rgb(160, 158, 158);
}

.icon-PIcto-plus .path2:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-PIcto-plus .path3:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-Acces-FixeJaune .path1:before {
  content: "\e901";
  color: rgb(255, 189, 89);
}

.icon-Picto-Acces-FixeJaune .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-Acces-LibreJaune .path1:before {
  content: "\e903";
  color: rgb(255, 189, 89);
}

.icon-Picto-Acces-LibreJaune .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-Ajouter-au-panier:before {
  content: "\e906";
  color: #ffbd59;
}

.icon-Picto-Catalogue .path1:before {
  content: "\e907";
  color: rgb(255, 255, 255);
}

.icon-Picto-Catalogue .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 189, 89);
}

.icon-Picto-CatalogueJaune .path1:before {
  content: "\e909";
  color: rgb(255, 189, 89);
}

.icon-Picto-CatalogueJaune .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-Coeur-Favoris:before {
  content: "\e90b";
  color: #ffbd59;
}

.icon-Picto-Commande .path1:before {
  content: "\e90c";
  color: rgb(255, 255, 255);
}

.icon-Picto-Commande .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(255, 189, 89);
}

.icon-Picto-CommandeJaune .path1:before {
  content: "\e90e";
  color: rgb(255, 189, 89);
}

.icon-Picto-CommandeJaune .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-CommandeJaune .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 189, 89);
}

.icon-Picto-Croix-SUPP:before {
  content: "\e911";
}

.icon-Picto-Edit:before {
  content: "\e912";
}

.icon-Picto-fleche-deroulant:before {
  content: "\e913";
  color: #fff;
}

.icon-Picto-Fleche-retour .path1:before {
  content: "\e914";
  color: rgb(160, 158, 158);
}

.icon-Picto-Fleche-retour .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Picto-Home .path1:before {
  content: "\e916";
  color: rgb(255, 255, 255);
}

.icon-Picto-Home .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(255, 189, 89);
}

.icon-Picto-Profil .path1:before {
  content: "\e918";
  color: rgb(255, 255, 255);
}

.icon-Picto-Profil .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(255, 189, 89);
}

.icon-Picto-Trash-Supp:before {
  content: "\e91a";
  color: #a09e9e;
}

.icon-PICTO-UTILISATEUR-JAUNE:before {
  content: "\e91b";
}

.icon-PICTO-ROND-SUPPRIMER .path1:before {
  content: "\e91c";
  color: rgb(255, 255, 255);
}

.icon-PICTO-ROND-SUPPRIMER .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(182, 182, 182);
}

.icon-PICTO-ROND-EDIT .path1:before {
  content: "\e91e";
  color: rgb(255, 255, 255);
}

.icon-PICTO-ROND-EDIT .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(182, 182, 182);
}

.icon-PICTO-ORGANIGRAMME:before {
  content: "\e920";
}

.icon-PICTO-NOUVEAU-CLIENTS-NOIR:before {
  content: "\e921";
}

.icon-PICTO-LOUPE:before {
  content: "\e922";
  color: #f5ba34;
}

.icon-PICTO-IMPORTER-IMAGE:before {
  content: "\e923";
}

.icon-PICTO-HOME:before {
  content: "\e924";
}

.icon-PICTO-DOSSIER-CLIENT-JAUNE:before {
  content: "\e925";
  color: #ffbd59;
}

.icon-PICTO-CARRE-SUPPRIMER:before {
  content: "\e926";
  color: #fff;
}

.icon-PICTO-CARRE-EDIT:before {
  content: "\e927";
}

.icon-FLECHE-JAUNE:before {
  content: "\e928";
  color: #ffbd59;
}

.icon-LOGO-EMIL:before {
  content: "\e929";
}

.icon-LOGO-RGPD:before {
  content: "\e900";
  color: #fff;
}

/* Aspect de la case */
input[type=checkbox]:not(:checked) + label::before,
input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  transition: all 0.275s;
}

/* Aspect de la coche */
input[type=checkbox]:not(:checked) + label::after,
input[type=checkbox]:checked + label::after {
  content: "✕";
  speak: never; /* Pour être sûr que le lecteur d'écran ne lira pas "fois" */
  position: absolute;
  top: 0.38em;
  left: 0.18em;
  font-size: 1.6em;
  color: #CB22ED;
  line-height: 0;
  transition: all 0.2s; /* Petite transition */
}

/* Aspect non cochée */
input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

label {
  color: #292F33;
}

body {
  font-family: "AvantGarITCbyBTBoo", Helvetica, sans-serif;
}
body .menu {
  font-family: Helvetica, sans-serif;
}
body h1 {
  text-decoration: underline;
  color: #FFBD59;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
body .content-login,
body .content {
  padding: 20px;
  text-align: center;
}
body .content-login .lien-header,
body .content .lien-header {
  font-size: 12px;
  text-align: right;
}
body .content-login .lien-header a,
body .content .lien-header a {
  color: #292F33;
  text-decoration: underline;
  padding: 0 5px;
}
body .content-login .lien-header a:hover,
body .content .lien-header a:hover {
  color: #FFBD59;
}
body .content-login .content-block,
body .content .content-block {
  padding: 20px;
}
body .content-login .content-block img,
body .content .content-block img {
  margin: 50px 0 10px 0;
  margin-top: 15%;
}
body .content-login .content-block .pourAPB,
body .content .content-block .pourAPB {
  color: #FFBD59;
  font-weight: bold;
  font-size: 26px;
}
body .content-login .content-block img.logo-menu,
body .content .content-block img.logo-menu {
  margin: 75px 0;
  padding: 20px;
  margin-top: 5%;
  max-width: 200px;
}
body .content-login .content-block .content-form,
body .content .content-block .content-form {
  text-align: center;
}
body .content-login .content-block .content-form input,
body .content .content-block .content-form input {
  max-width: 500px;
  margin: 30px auto;
  font-size: 18px;
}
body .content-login .content-block .content-form input[type=submit],
body .content .content-block .content-form input[type=submit] {
  border: 1px solid #FFBD59;
  box-shadow: 5px 5px 5px #D0D0D0;
  padding-right: 30px;
}
body .content-login .content-block .content-form img.voir-mdp,
body .content .content-block .content-form img.voir-mdp {
  float: right;
  margin: 0;
  position: absolute;
  top: 6px;
  width: 25px;
  right: 10px;
  cursor: pointer;
}
body .bouton {
  padding: 5px 20px;
  color: white;
  background-color: #FFBD59;
  max-width: fit-content;
  max-width: -moz-fit-content;
  font-size: 16px;
  border-radius: 20px;
  margin: 5px 0;
  cursor: pointer;
  font-weight: bold;
}
body input[type=submit].bouton {
  border: none;
}
body .bouton.vert {
  background-color: rgb(64, 139, 49);
  margin: 10px auto;
  font-size: 18px;
}
body .bouton.noir {
  background-color: #292F33;
}
body .bouton.gris {
  background-color: #D0D0D0;
}
body .bouton.gris_autre {
  background-color: rgba(41, 47, 51, 0.8);
}
body input[type=text].recherche {
  padding: 10px;
  border: 2px solid #D0D0D0;
  border-radius: 20px;
  color: #D0D0D0;
  font-style: italic;
}
body input[type=text],
body input[type=password] {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #FFBD59;
  color: #D0D0D0;
  font-style: italic;
  box-shadow: none;
}
body input[type=text]:active,
body input[type=text]:focus,
body input[type=password]:active,
body input[type=password]:focus {
  border: none;
  border-bottom: 2px solid #FFBD59;
  box-shadow: none;
}
body .menu-acces {
  justify-content: center;
}
body .menu-acces .acces-block {
  padding: 20px;
}
body .menu-acces .acces-block a {
  color: black;
}
body .menu-acces .acces-block .acces {
  position: relative;
  border: 3px solid #FFBD59;
  font-size: 22px;
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  cursor: pointer;
  height: 150px;
  display: flex;
  flex-direction: column;
}
body .menu-acces .acces-block .acces_texte {
  margin: auto;
}
body .menu-acces .acces-block .acces_sous_texte {
  margin: auto;
  font-size: 16px;
  color: #888888;
  font-style: italic;
}
body .menu-acces .acces-block element {
  font-size: 30px;
  color: white;
  background-color: #FFBD59;
  position: absolute;
  border-radius: 50px;
  top: -30px;
  left: 38%;
  padding: 15px 17px;
}
body .menu_left {
  color: white;
  background-color: #FFBD59;
  padding: 20px 30px;
  min-height: 100vh;
  text-align: left;
}
body .menu_left .picto-home {
  text-align: center;
  font-size: 60px;
}
body .menu_left .picto-home element {
  color: black;
}
body .menu_left .menu_categorie {
  padding: 20px 10px;
}
body .menu_left .menu_categorie .menu_categorie_titre {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  color: #292F33;
}
body .menu_left .menu_categorie .menu_categorie_titre a:hover {
  color: white;
}
body .menu_left .menu_categorie .menu_categorie_titre a {
  color: #292F33;
}
body .menu_left .menu_categorie .menu_groupe_lien {
  padding-top: 10px;
}
body .menu_left .menu_categorie .menu_groupe_lien .menu_lien.titre {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
body .menu_left .menu_categorie .menu_groupe_lien .menu_lien div {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
body .menu_left .menu_categorie .menu_groupe_lien .menu_lien a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
body .menu_left .menu_categorie .menu_groupe_lien .menu_lien a:hover {
  color: #292F33;
  text-decoration: underline;
}
body .logo-row {
  text-align: left;
}
body .logo-row .logo-left {
  max-width: 150px;
}
body .client h2 {
  color: white;
  font-size: 18px;
  background-color: #FFBD59;
  border-radius: 20px;
  padding: 5px;
  font-weight: bold;
}
body .client h2 element,
body .client h2 span {
  color: black;
  padding: 0 2px;
  font-weight: normal;
}
body .client .agence_titre, body .client .regroupement_titre, body .client .franchiseur_titre {
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  text-align: left;
}
body .client .agence_titre:hover, body .client .regroupement_titre:hover, body .client .franchiseur_titre:hover {
  background-color: #D0D0D0;
  cursor: pointer;
}
body .client .dossier_client_titre, body .client .creer_compte_titre {
  text-align: left;
  font-size: 28px;
}
body .client .dossier_client_titre span, body .client .creer_compte_titre span {
  text-decoration: underline;
}
body .client .dossier_client_titre element, body .client .creer_compte_titre element {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
body .client .creer_compte_titre {
  font-size: 20px;
}
body .client .creer_compte_titre element {
  color: #FFBD59;
  font-size: 40px;
}
body .client .titre_regroupement.creer_compte_titre {
  margin-top: 20px;
}
body .client .titre_regroupement.creer_compte_titre span {
  text-decoration: none !important;
}
body .client .titre_entites.creer_compte_titre {
  background-color: #FFBD59;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  margin-top: 20px;
}
body .client .titre_entites.creer_compte_titre span {
  text-decoration: none !important;
}
body .client .add_new_collaborateur, body .client .add_adresse_facturation, body .client .add_item_link {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
body .client .count_collaborateurs_bloc {
  text-align: left;
  font-style: italic;
  color: #D0D0D0;
}
body .client .form-client input[type=radio] {
  margin-left: 5px;
  margin-right: 35px;
}
body .client .form-client div {
  margin: 0 auto;
}
body .client .form-client label {
  text-align: left;
  color: #292F33;
}
body .client .form-client input {
  background-color: #D0D0D0;
  border: none;
  border-radius: 20px;
  color: black;
  font-style: normal;
}
body .client .form-client input[name=dates] {
  background-color: initial;
  border: 1px solid grey;
  border-radius: 0;
  cursor: pointer;
  min-width: 180px;
}
body .client .form-client input[type=submit] {
  padding: 5px 20px;
  color: white;
  background-color: #FFBD59;
  max-width: fit-content;
  max-width: -moz-fit-content;
  font-size: 16px;
  border-radius: 20px;
  margin: 5px 0;
  cursor: pointer;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
body .client .form-client input.second_color {
  background-color: #FFD79B;
  border: none;
  border-radius: 20px;
  color: black;
  font-style: normal;
}
body .client .form-client .form_border {
  border: 2px solid #292F33;
  padding: 20px;
  border-radius: 20px;
}
body .client .form-client .form_border_marge {
  margin: 30px;
  margin-top: 0px;
}
body .client .form-client .charte_graphique,
body .client .form-client .acces {
  margin: 20px 0;
  background-color: #FFD79B;
  padding: 20px;
  border-radius: 20px;
}
body .client .form-client .charte_graphique label,
body .client .form-client .acces label {
  color: #292F33;
}
body .client .form-client .charte_graphique input,
body .client .form-client .acces input {
  background-color: white;
}
body .client .form-client .charte_graphique .titre_chartes,
body .client .form-client .acces .titre_chartes {
  font-size: 22px;
}
body .client .form-client .acces label, body .client .form-client .acces input {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
body .client .form-client .acces label {
  margin-right: 10px;
}
body .client .form-client .livraison {
  background-color: #D0D0D0;
  padding: 20px;
  border-radius: 20px;
}
body .client .form-client .livraison label {
  color: #292F33;
}
body .client .form-client .livraison input, body .client .form-client .livraison select {
  background-color: white;
}
body .client .form-client .livraison .form_input_select:after {
  border-top: 10px solid white;
}
body .client .form-client .livraison .titre_livraison {
  font-size: 22px;
}
body .client .form-client .livraison .sous_titre_livraison {
  font-size: 22px;
  text-decoration: underline;
  text-align: left;
  padding: 10px 10px;
}
body .client .form-client .liste_collaborateurs_regroupement .infos_chef {
  align-items: center;
  padding: 10px;
  background-color: #D0D0D0;
  box-shadow: 4px 4px 3px 1px rgb(208, 208, 208);
  color: grey;
}
body .client .form-client .liste_collaborateurs_regroupement .infos_chef.active {
  color: black;
}
body .client .form-client .objectifs-div {
  display: var(--display);
}
body .client .siege_infos {
  background-color: #FFBD59;
  padding: 20px;
  border-radius: 50px;
  display: block;
  text-align: left;
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
body .client .siege_infos label {
  color: #292F33;
}
body .client .siege_infos input {
  background-color: white;
  display: inline-block;
  width: 35%;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
}
body .client .siege_infos input.small_input {
  width: 10%;
}
body .client .siege_infos element {
  color: white;
  font-size: 40px;
  vertical-align: middle;
  width: 5%;
}
body .client .siege_infos .siege_edit, body .client .siege_infos .siege_supprimer {
  cursor: pointer;
}
body .client .form_etape3 select, body .client .form_etape2 select {
  appearance: none;
  width: 100%;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
}
body .client .form_etape3 .form_input_select, body .client .form_etape2 .form_input_select {
  position: relative;
}
body .client .form_etape3 .form_input_select:before, body .client .form_etape2 .form_input_select:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  pointer-events: none;
}
body .client .form_etape3 .form_input_select:after, body .client .form_etape2 .form_input_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D0D0D0;
  pointer-events: none;
}
body .client .form_etape3 .is_collaborateur label, body .client .form_etape2 .is_collaborateur label {
  display: inline-block;
}
body .client .form_etape3 .form_input, body .client .form_etape2 .form_input {
  padding: 0 10px;
}
body .client .form_etape3 .gabarit, body .client .form_etape3 .droits, body .client .form_etape3 .fonctions, body .client .form_etape2 .gabarit, body .client .form_etape2 .droits, body .client .form_etape2 .fonctions {
  background-color: #FFD79B;
  color: black;
  border-radius: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
body .client .form_etape3 .gabarit input, body .client .form_etape3 .gabarit label, body .client .form_etape3 .droits input, body .client .form_etape3 .droits label, body .client .form_etape3 .fonctions input, body .client .form_etape3 .fonctions label, body .client .form_etape2 .gabarit input, body .client .form_etape2 .gabarit label, body .client .form_etape2 .droits input, body .client .form_etape2 .droits label, body .client .form_etape2 .fonctions input, body .client .form_etape2 .fonctions label {
  display: inline-block;
  color: black;
  width: auto;
}
body .client .form_etape3 .gabarit input, body .client .form_etape3 .droits input, body .client .form_etape3 .fonctions input, body .client .form_etape2 .gabarit input, body .client .form_etape2 .droits input, body .client .form_etape2 .fonctions input {
  font-weight: bold;
  background-color: white;
  border-color: white;
}
body .client .form_etape3 .gabarit select, body .client .form_etape3 .droits select, body .client .form_etape3 .fonctions select, body .client .form_etape2 .gabarit select, body .client .form_etape2 .droits select, body .client .form_etape2 .fonctions select {
  font-weight: bold;
  background-color: white;
  color: black;
  border-color: white;
}
body .client .form_etape3 .gabarit .gabarit_listes, body .client .form_etape3 .droits .gabarit_listes, body .client .form_etape3 .fonctions .gabarit_listes, body .client .form_etape2 .gabarit .gabarit_listes, body .client .form_etape2 .droits .gabarit_listes, body .client .form_etape2 .fonctions .gabarit_listes {
  align-items: flex-end;
}
body .client .form_etape3 .gabarit .form_input, body .client .form_etape3 .droits .form_input, body .client .form_etape3 .fonctions .form_input, body .client .form_etape2 .gabarit .form_input, body .client .form_etape2 .droits .form_input, body .client .form_etape2 .fonctions .form_input {
  padding: 0 10px;
}
body .client .form_etape3 .gabarit .form_input_select, body .client .form_etape3 .droits .form_input_select, body .client .form_etape3 .fonctions .form_input_select, body .client .form_etape2 .gabarit .form_input_select, body .client .form_etape2 .droits .form_input_select, body .client .form_etape2 .fonctions .form_input_select {
  display: inline-block;
  max-width: 180px;
  width: 100%;
}
body .client .form_etape3 .gabarit .form_input_select:after, body .client .form_etape3 .droits .form_input_select:after, body .client .form_etape3 .fonctions .form_input_select:after, body .client .form_etape2 .gabarit .form_input_select:after, body .client .form_etape2 .droits .form_input_select:after, body .client .form_etape2 .fonctions .form_input_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  pointer-events: none;
}
body .client .choice_add_arbo {
  background-color: #A9ACAD;
  border-radius: 35px;
  padding: 10px;
}
body .client .choice_add_arbo .choice_add_arbo_picto {
  color: white;
  font-size: 30px;
}
body .client .choice_add_arbo .choice_add_arbo_text {
  display: inline-block;
  max-width: 80%;
  margin-bottom: 0px;
  background-color: white;
}
body .client .choice_add_arbo .choice_add_arbo_button {
  display: inline-block;
  background-color: #D0D0D0;
  color: #292F33;
  text-transform: uppercase;
  padding: 12px;
  font-weight: bold;
  border: 1px solid white;
}
body .client .user_row {
  background-color: #FFD79B;
  color: white;
  display: block;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: left;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
body .client .user_row .row_div_collab {
  padding-left: 10px;
  padding-right: 10px;
}
body .client .user_row .row_div_collab_center {
  text-align: center;
}
body .client .user_row .row_div_collab_right {
  text-align: right;
}
body .client .user_row .nom_prenom_collab {
  background-color: white;
  border: 1px solid white;
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 15px;
  border-radius: 30px;
  width: 90%;
  text-transform: uppercase;
  padding-left: 20px;
  text-align: center;
  color: black;
  display: inline-block;
  padding-left: 0px;
  margin-top: 4px;
}
body .client .user_row .fonction_collab {
  background-color: white;
  border: 1px solid white;
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 15px;
  border-radius: 30px;
  width: 100%;
  text-transform: uppercase;
  padding-left: 20px;
  text-align: center;
  color: black;
  display: inline-block;
  padding-left: 0px;
  margin-top: 4px;
}
body .client .user_row input {
  background-color: white;
  display: inline-block;
}
body .client .user_row element {
  font-size: 40px;
  vertical-align: middle;
  display: inline-block;
}
body .client .user_row span.collaborateur_fonction_utilisateur {
  display: inline-block;
  text-align: center;
  vertical-align: -moz-middle-with-baseline;
  vertical-align: -webkit-baseline-middle;
}
body .client .user_row .collaborateur_edit {
  cursor: pointer;
}
body .client .user_row .collaborateur_supprimer {
  cursor: pointer;
}
body .client .user_row.decideur {
  background-color: black;
}
body .client .user_row.prescripteur {
  background-color: #FFBD59;
}
body .client .user_row.disable {
  background-color: #D0D0D0;
}
body .client_index .logo-row {
  text-align: center;
}
body .client_index .logo-row .logo-left {
  max-width: 250px;
}
body .client_index div.center {
  margin: 0 auto;
}
body .client_index input {
  border: 1px solid #FFBD59;
  border-radius: 20px;
}
body .client_index .client_index_titre {
  text-align: left;
  text-decoration: underline;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 22px;
}
body .client_index .client_index_row {
  border-radius: 20px;
  padding: 10px;
  margin: 10px;
  font-size: 18px;
  color: black;
  background-color: #D0D0D0;
}
body .client_index .client_index_row.actif {
  background-color: #D0D0D0;
  background-color: #D0D0D0;
}
body .client_index .client_index_row.actif a {
  color: black;
}
body .client_index .client_index_row.inactif {
  background-color: black;
}
body .client_index .client_index_row.inactif a {
  color: white;
}
body .client_index .recherche_client {
  margin-top: 150px;
}

.picto_recherche {
  cursor: pointer;
  font-size: 30px;
}

.picto_recherche:before {
  color: #292F33;
}

.div_siege_header {
  background-color: #FFBD59;
}
.div_siege_header .div_siege_radius {
  background-color: #FFBD59;
}
.div_siege_header .div_siege_radius .div_siege_radius_picto_div .element_picto {
  color: white;
}
.div_siege_header .div_siege_radius .show_value {
  background-color: white;
  border: 1px solid #FFBD59;
  font-weight: bold;
}
.div_siege_header .name_div {
  color: #292F33;
  border: 2px solid #FFBD59;
}

.div_groupe_header {
  background-color: #D0D0D0;
}
.div_groupe_header .div_groupe_radius {
  background-color: #D0D0D0;
}
.div_groupe_header .div_groupe_radius .div_groupe_radius_picto_div .element_picto {
  color: white;
}
.div_groupe_header .div_groupe_radius .show_value {
  background-color: white;
  border: 1px solid #D0D0D0;
  font-weight: bold;
}
.div_groupe_header .name_div {
  color: #292F33;
  border: 2px solid #D0D0D0;
}

.element_fleche_jaune_div {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 27px;
  vertical-align: middle;
  margin: 0 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3af321;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3af321;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.choice_add_arbo_select {
  appearance: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 11px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: white;
  color: #292F33;
  border: none;
  margin-top: 6px;
  font-weight: bold;
  text-transform: uppercase;
}

.pagination {
  font-size: 20px;
}
.pagination a {
  color: #D0D0D0;
}
.pagination .current {
  color: #FFBD59;
  text-decoration: underline;
}

.recherche_produit {
  text-align: center;
}

.recherche_produit::placeholder {
  color: black;
  opacity: 0.5;
}

.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio__input:checked + .radio__control {
  background: radial-gradient(#292F33 50%, rgba(255, 0, 0, 0) 51%);
}

.radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid #292F33;
}

.radio__input {
  display: flex;
}

.padd-input-right {
  padding-right: 12px;
}

.padd-input-left {
  padding-left: 12px;
}

.div_fleche_form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.titre_form element {
  display: inline-block;
  font-size: 22px;
  vertical-align: text-bottom;
}
.titre_form h2 {
  display: inline-block;
}

.formulaire_creation, .formulaire_edit {
  text-align: center;
}
.formulaire_creation .form_classique, .formulaire_edit .form_classique {
  background-color: white;
}
.formulaire_creation .separation_form, .formulaire_edit .separation_form {
  border: 1px solid #292F33;
}
.formulaire_creation .bloc_access_features.bloc_user, .formulaire_edit .bloc_access_features.bloc_user {
  margin-top: 15px;
}
.formulaire_creation .bloc_access_features.bloc_user .icon-PICTO-UTILISATEUR-BLANC, .formulaire_edit .bloc_access_features.bloc_user .icon-PICTO-UTILISATEUR-BLANC {
  font-size: 25px;
  border: 2px solid black;
  border-radius: 15px;
  font-weight: bold;
}
.formulaire_creation .bloc_access_features.bloc_user .add_collaborateur, .formulaire_edit .bloc_access_features.bloc_user .add_collaborateur {
  text-decoration: underline;
  vertical-align: top;
  cursor: pointer;
  font-weight: bold;
}
.formulaire_creation .bloc_access_features.bloc_user .voir_collaborateurs, .formulaire_edit .bloc_access_features.bloc_user .voir_collaborateurs {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
.formulaire_creation .bloc_access_features.bloc_user .bloc_user_inputs input, .formulaire_edit .bloc_access_features.bloc_user .bloc_user_inputs input {
  margin-left: 10px;
  margin-right: 5px;
}
.formulaire_creation .formulaire_agence_div, .formulaire_edit .formulaire_agence_div {
  background-color: #BBBDBE;
  border-radius: 25px;
  padding-bottom: 30px;
}
.formulaire_creation .formulaire_agence_div .div_fleche_form element::before, .formulaire_edit .formulaire_agence_div .div_fleche_form element::before {
  color: #707070;
}
.formulaire_creation .formulaire_agence_div select, .formulaire_edit .formulaire_agence_div select {
  appearance: none;
  width: 100%;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
  position: relative;
}
.formulaire_creation .formulaire_agence_div h2, .formulaire_edit .formulaire_agence_div h2 {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
  background: none;
}
.formulaire_creation .formulaire_agence_div .bloc_facturation select, .formulaire_edit .formulaire_agence_div .bloc_facturation select {
  background-color: #BABCBD;
  border-color: #BABCBD;
}
.formulaire_creation .formulaire_agence_div .bloc_facturation input, .formulaire_edit .formulaire_agence_div .bloc_facturation input {
  background-color: #BABCBD;
}
.formulaire_creation .formulaire_agence_div .bloc_livraison, .formulaire_edit .formulaire_agence_div .bloc_livraison {
  background-color: #D0D0D0;
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.formulaire_creation .formulaire_agence_div .bloc_livraison select, .formulaire_edit .formulaire_agence_div .bloc_livraison select {
  background-color: white;
  color: #292F33;
}
.formulaire_creation .formulaire_agence_div .bloc_livraison h3, .formulaire_edit .formulaire_agence_div .bloc_livraison h3 {
  text-transform: uppercase;
}
.formulaire_creation .formulaire_agence_div .bloc_livraison h4, .formulaire_edit .formulaire_agence_div .bloc_livraison h4 {
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
}
.formulaire_creation .formulaire_agence_div .bloc_livraison input, .formulaire_edit .formulaire_agence_div .bloc_livraison input {
  background-color: white;
}
.formulaire_creation .formulaire_agence_div .bloc_access_features, .formulaire_edit .formulaire_agence_div .bloc_access_features {
  background-color: #FFD79B;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formulaire_creation .formulaire_agence_div .bloc_access_features label, .formulaire_edit .formulaire_agence_div .bloc_access_features label {
  display: inline-block;
}
.formulaire_creation .formulaire_franchiseur_div, .formulaire_edit .formulaire_franchiseur_div {
  background-color: #BBBDBE;
  border-radius: 25px;
  padding-bottom: 30px;
}
.formulaire_creation .formulaire_franchiseur_div .div_fleche_form element::before, .formulaire_edit .formulaire_franchiseur_div .div_fleche_form element::before {
  color: #707070;
}
.formulaire_creation .formulaire_franchiseur_div select, .formulaire_edit .formulaire_franchiseur_div select {
  appearance: none;
  width: 100%;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
}
.formulaire_creation .formulaire_franchiseur_div h2, .formulaire_edit .formulaire_franchiseur_div h2 {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
  background: none;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_facturation select, .formulaire_edit .formulaire_franchiseur_div .bloc_facturation select {
  background-color: #BABCBD;
  border-color: #BABCBD;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_facturation input, .formulaire_edit .formulaire_franchiseur_div .bloc_facturation input {
  background-color: #BABCBD;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_livraison, .formulaire_edit .formulaire_franchiseur_div .bloc_livraison {
  background-color: #D0D0D0;
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_livraison select, .formulaire_edit .formulaire_franchiseur_div .bloc_livraison select {
  background-color: white;
  color: #292F33;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_livraison h3, .formulaire_edit .formulaire_franchiseur_div .bloc_livraison h3 {
  text-transform: uppercase;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_livraison h4, .formulaire_edit .formulaire_franchiseur_div .bloc_livraison h4 {
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_livraison input, .formulaire_edit .formulaire_franchiseur_div .bloc_livraison input {
  background-color: white;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_access_features, .formulaire_edit .formulaire_franchiseur_div .bloc_access_features {
  background-color: #FFD79B;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formulaire_creation .formulaire_franchiseur_div .bloc_access_features label, .formulaire_edit .formulaire_franchiseur_div .bloc_access_features label {
  display: inline-block;
}
.formulaire_creation .formulaire_filiale_div, .formulaire_edit .formulaire_filiale_div {
  background-color: #BBBDBE;
  border-radius: 25px;
  padding-bottom: 30px;
}
.formulaire_creation .formulaire_filiale_div .div_fleche_form element::before, .formulaire_edit .formulaire_filiale_div .div_fleche_form element::before {
  color: #707070;
}
.formulaire_creation .formulaire_filiale_div select, .formulaire_edit .formulaire_filiale_div select {
  appearance: none;
  width: 100%;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
}
.formulaire_creation .formulaire_filiale_div h2, .formulaire_edit .formulaire_filiale_div h2 {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
  background: none;
}
.formulaire_creation .formulaire_filiale_div .bloc_facturation select, .formulaire_edit .formulaire_filiale_div .bloc_facturation select {
  background-color: #BABCBD;
  border-color: #BABCBD;
}
.formulaire_creation .formulaire_filiale_div .bloc_facturation input, .formulaire_edit .formulaire_filiale_div .bloc_facturation input {
  background-color: #BABCBD;
}
.formulaire_creation .formulaire_filiale_div .bloc_livraison, .formulaire_edit .formulaire_filiale_div .bloc_livraison {
  background-color: #D0D0D0;
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.formulaire_creation .formulaire_filiale_div .bloc_livraison select, .formulaire_edit .formulaire_filiale_div .bloc_livraison select {
  background-color: white;
  color: #292F33;
}
.formulaire_creation .formulaire_filiale_div .bloc_livraison h3, .formulaire_edit .formulaire_filiale_div .bloc_livraison h3 {
  text-transform: uppercase;
}
.formulaire_creation .formulaire_filiale_div .bloc_livraison h4, .formulaire_edit .formulaire_filiale_div .bloc_livraison h4 {
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
}
.formulaire_creation .formulaire_filiale_div .bloc_livraison input, .formulaire_edit .formulaire_filiale_div .bloc_livraison input {
  background-color: white;
}
.formulaire_creation .formulaire_filiale_div .bloc_access_features, .formulaire_edit .formulaire_filiale_div .bloc_access_features {
  background-color: #FFD79B;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formulaire_creation .formulaire_filiale_div .bloc_access_features label, .formulaire_edit .formulaire_filiale_div .bloc_access_features label {
  display: inline-block;
}

.liste_collaborateurs {
  background-color: white;
  padding: 15px !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 25px;
}
.liste_collaborateurs .user_row {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.liste_collaborateurs .user_row .icon-PICTO-UTILISATEUR-BLANC {
  border-color: white !important;
}
.liste_collaborateurs input {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.liste_users .user_row {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.liste_users .user_row .icon-PICTO-UTILISATEUR-BLANC {
  font-size: 25px;
  border: 2px solid white;
  border-radius: 15px;
  font-weight: bold;
}
.liste_users input {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#push_ajax_form, #edit_ajax_form {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #292F33;
  border-radius: 35px;
  color: white;
  text-transform: uppercase;
  margin-top: 25px;
  -moz-box-shadow: -5px 5px 15px 0px #292F33;
  -webkit-box-shadow: -5px 5px 15px 0px #292F33;
  -o-box-shadow: -5px 5px 15px 0px #292F33;
  box-shadow: -5px 5px 15px 0px #292F33;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#292F33, Direction=224, Strength=15);
}

.show_value_div {
  padding-right: 10px;
  padding-left: 10px;
}
.show_value_div .element_picto {
  text-align: center;
  font-size: 35px;
  margin-top: 2px;
}
.show_value_div .show_value {
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  width: 100%;
  text-transform: uppercase;
  padding-left: 20px;
}
.show_value_div .show_value_nclient {
  width: 60%;
  display: inline-block;
}
.show_value_div .show_value_edit_delete {
  display: inline-block;
  text-align: center;
  padding-left: 8px;
}
.show_value_div .show_value_edit_delete .show_value_edit_delete_unit {
  display: inline-block;
  cursor: pointer;
}
.show_value_div .show_value_edit_delete .show_value_edit_delete_unit element {
  color: white;
  border: 2px solid white;
  border-radius: 3px;
  font-size: 20px;
}

.liste_button_major {
  position: absolute;
  bottom: -13px;
  width: 100%;
}
.liste_button_major .liste_button_major_left {
  display: inline-block;
  float: left;
  margin-left: 60px !important;
}
.liste_button_major .liste_button_major_right {
  display: inline-block;
  float: right;
  margin-right: 60px !important;
}
.liste_button_major .liste_button_major_item {
  display: inline-block;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 2px solid white;
  cursor: pointer;
}
.liste_button_major .liste_button_major_item element {
  font-size: 12px;
}
.liste_button_major .liste_button_major_item .liste_button_major_item_txt {
  display: inline-block;
  font-size: 13px;
  color: white;
}

.div_major {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border-radius: 45px;
}
.div_major a {
  color: inherit;
}
.div_major .div_radius_major {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  border-radius: 35px;
  position: relative;
}
.div_major .div_radius_major .name_div {
  position: absolute;
  top: -13px;
  left: 10px;
  width: auto;
  background-color: white;
  border-radius: 25px;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.regroupement_parent_div {
  cursor: pointer;
}
.regroupement_parent_div .groupe_fonction_div_radius, .regroupement_parent_div .regroupement_div_radius {
  background-color: #888888;
}
.regroupement_parent_div .groupe_fonction_div_radius .show_value, .regroupement_parent_div .regroupement_div_radius .show_value {
  background-color: white;
  border: 1px solid #888888;
  font-weight: bold;
}
.regroupement_parent_div .groupe_fonction_div_radius .name_div, .regroupement_parent_div .regroupement_div_radius .name_div {
  color: #888888;
  border: 2px solid #888888;
}
.regroupement_parent_div .liste_button_major .liste_button_major_item_agence {
  background-color: #888888;
}
.regroupement_parent_div .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #292F33;
}
.regroupement_parent_div .liste_button_major .liste_button_major_item_collaborateur div {
  color: #888888;
}

.groupe_fonction_div, .regroupement_div {
  cursor: pointer;
}
.groupe_fonction_div .groupe_fonction_div_radius, .groupe_fonction_div .regroupement_div_radius, .regroupement_div .groupe_fonction_div_radius, .regroupement_div .regroupement_div_radius {
  background-color: #D0D0D0;
}
.groupe_fonction_div .groupe_fonction_div_radius .show_value, .groupe_fonction_div .regroupement_div_radius .show_value, .regroupement_div .groupe_fonction_div_radius .show_value, .regroupement_div .regroupement_div_radius .show_value {
  background-color: white;
  border: 1px solid #D0D0D0;
  font-weight: bold;
}
.groupe_fonction_div .groupe_fonction_div_radius .name_div, .groupe_fonction_div .regroupement_div_radius .name_div, .regroupement_div .groupe_fonction_div_radius .name_div, .regroupement_div .regroupement_div_radius .name_div {
  color: #D0D0D0;
  border: 2px solid #D0D0D0;
}
.groupe_fonction_div .liste_button_major .liste_button_major_item_agence, .regroupement_div .liste_button_major .liste_button_major_item_agence {
  background-color: #D0D0D0;
}
.groupe_fonction_div .liste_button_major .liste_button_major_item_collaborateur, .regroupement_div .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #292F33;
}
.groupe_fonction_div .liste_button_major .liste_button_major_item_collaborateur div, .regroupement_div .liste_button_major .liste_button_major_item_collaborateur div {
  color: #D0D0D0;
}

.agence_div .agence_div_radius {
  background-color: #292F33;
}
.agence_div .agence_div_radius .show_value {
  background-color: white;
  border: 1px solid #292F33;
  font-weight: bold;
}
.agence_div .agence_div_radius .name_div {
  color: #292F33;
  border: 2px solid #292F33;
}
.agence_div .liste_button_major .liste_button_major_item_agence {
  background-color: #292F33;
}
.agence_div .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #D0D0D0;
}
.agence_div .liste_button_major .liste_button_major_item_collaborateur div {
  color: #292F33;
}

.agence_div_child {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.agence_div_child .agence_div_radius {
  background-color: #626159;
  padding-top: 5px;
  padding-bottom: 5px;
}
.agence_div_child .agence_div_radius .show_value_div .show_value {
  background-color: #C1C1BD;
  border: 1px solid #C1C1BD;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 14px;
}
.agence_div_child .agence_div_radius .show_value_div .element_picto {
  font-size: 18px;
}

.first_agence_div {
  margin-top: 20px !important;
}

.franchiseur_div {
  background-color: #FCDDBF;
}
.franchiseur_div .franchiseur_div_radius {
  background-color: #FF9534;
}
.franchiseur_div .franchiseur_div_radius .show_value {
  background-color: white;
  border: 1px solid #FF9534;
  font-weight: bold;
}
.franchiseur_div .franchiseur_div_radius .name_div {
  color: #FF9534;
  border: 2px solid #FF9534;
}
.franchiseur_div .franchiseur_div_radius .liste_button_major .liste_button_major_item_franchiseur {
  background-color: #FF9534;
}
.franchiseur_div .franchiseur_div_radius .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #D0D0D0;
}
.franchiseur_div .franchiseur_div_radius .liste_button_major .liste_button_major_item_collaborateur div {
  color: #292F33;
}
.franchiseur_div .liste_franchises {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px;
}

.franchise_div {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.franchise_div .franchise_div_radius {
  background-color: #F7AE65;
  padding-top: 5px;
  padding-bottom: 5px;
}
.franchise_div .franchise_div_radius .show_value_div .show_value {
  background-color: #FBD3AC;
  border: 1px solid #FBD3AC;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 14px;
}
.franchise_div .franchise_div_radius .show_value_div .element_picto {
  font-size: 18px;
}
.franchise_div .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #D0D0D0;
}
.franchise_div .liste_button_major .liste_button_major_item_collaborateur div {
  color: #292F33;
}

.first_franchise_div {
  margin-top: 20px !important;
}

.filiale_div {
  background-color: #FCE9BF;
}
.filiale_div .filiale_div_radius {
  background-color: #F5BA34;
}
.filiale_div .filiale_div_radius .show_value {
  background-color: white;
  border: 1px solid #F5BA34;
  font-weight: bold;
}
.filiale_div .filiale_div_radius .name_div {
  color: #F5BA34;
  border: 2px solid #F5BA34;
}
.filiale_div .liste_button_major .liste_button_major_item_filiale {
  background-color: #F5BA34;
}
.filiale_div .liste_button_major .liste_button_major_item_agence {
  background-color: #292F33;
}
.filiale_div .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #D0D0D0;
}
.filiale_div .liste_button_major .liste_button_major_item_collaborateur div {
  color: #292F33;
}
.filiale_div .liste_filiales {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px;
}
.filiale_div .liste_agences {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px;
}

.filiale_div_child {
  margin-top: 30px !important;
  margin-bottom: 5px !important;
}
.filiale_div_child .filiale_div_radius {
  background-color: #F7C75A;
  padding-top: 5px;
  padding-bottom: 5px;
}
.filiale_div_child .filiale_div_radius .show_value_div .show_value {
  background-color: #FDE9BD;
  border: 1px solid #FDE9BD;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 14px;
}
.filiale_div_child .filiale_div_radius .show_value_div .element_picto {
  font-size: 18px;
}
.filiale_div_child .liste_button_major {
  bottom: -25px;
}

.div_siege_header .liste_button_major .liste_button_major_item_collaborateur {
  background-color: #D0D0D0;
}
.div_siege_header .liste_button_major .liste_button_major_item_collaborateur div {
  color: #292F33;
}

.first_filiale_div {
  margin-top: 20px !important;
}

.dotations .dotations_bloc .dotation_grid .dotation_row, .groupe_fonction .dotations_bloc .dotation_grid .dotation_row {
  padding: 10px;
  text-align: center;
}
.dotations .agence_div_child, .groupe_fonction .agence_div_child {
  margin-top: 25px !important;
}
.dotations .agence_div_child .liste_button_major, .groupe_fonction .agence_div_child .liste_button_major {
  bottom: -20px;
}
.dotations .franchise_div, .groupe_fonction .franchise_div {
  margin-top: 25px !important;
}
.dotations .franchise_div .liste_button_major, .groupe_fonction .franchise_div .liste_button_major {
  bottom: -20px;
}

body .menu_client {
  position: fixed;
  min-width: 250px;
  padding: 20px 10px;
}
body .menu_client .menu_categorie {
  padding: 20px 0;
  border-bottom: 1px solid white;
}
body .menu_client .menu_categorie a {
  color: white;
}
body .menu_client .menu_categorie .picto-home {
  font-size: 50px;
  margin-bottom: -10px;
}
body .menu_client .menu_categorie .picto-home element {
  color: white;
}
body .menu_client .menu_categorie .menu_categorie_titre {
  text-align: center;
  font-size: 18px;
}
body .menu_client .menu_categorie_liste {
  padding: 20px 25%;
  font-size: 18px;
}
body .menu_client .menu_categorie_liste .menu_categorie_categorie {
  font-weight: bold;
}
body .menu_client .menu_categorie_liste .menu_categorie_categorie a {
  color: white;
}
body .menu_client .menu_categorie_liste .menu_categorie_sous_categorie {
  font-size: 16px;
}
body .menu_client .menu_categorie_liste .menu_categorie_sous_categorie a {
  color: white;
}
body .menu_client .menu_categorie:hover {
  cursor: pointer;
  color: black;
}
body .menu_client .menu_categorie:hover element {
  color: black;
}
body .menu_client .menu_categorie:hover element .path1:before {
  color: black;
}
body .menu_client .menu_categorie:hover a {
  color: black;
}
body .menu_client .logo_emil {
  max-width: 150px;
}
body .menu_client .menu_categorie.last {
  border-bottom: none;
}

.client_collaborateurs_profils .logo {
  max-height: 200px;
}
.client_collaborateurs_profils .collaborateur_profil_left {
  border: 2px solid black;
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 500px;
  padding-top: 20px;
}
.client_collaborateurs_profils .collaborateur_profil_left element {
  color: black;
  font-size: 16px;
}
.client_collaborateurs_profils .collaborateur_profil_left .photo {
  border-radius: 50px;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.client_collaborateurs_profils .collaborateur_profil_left .solde {
  background-color: #FFBD59;
  color: white;
  border-radius: 20px;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 5px 20px;
}
.client_collaborateurs_profils .collaborateur_profil_left .solde_valable {
  font-size: 10px;
}
.client_collaborateurs_profils .collaborateur_profil_left .nom {
  color: #FFBD59;
  font-size: 38px;
  font-weight: 900;
}
.client_collaborateurs_profils .collaborateur_profil_left .adresse, .client_collaborateurs_profils .collaborateur_profil_left .email {
  font-size: 12px;
}
.client_collaborateurs_profils .collaborateur_profil_left .sexe, .client_collaborateurs_profils .collaborateur_profil_left .metier {
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #FFBD59;
  padding: 5px 20px;
  font-size: 18px;
  margin: 20px 0px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.client_collaborateurs_profils .collaborateur_profil_left .sexe {
  background-color: #D0D0D0;
}
.client_collaborateurs_profils .collaborateur_profil_left .taille_texte {
  font-size: 14px;
  margin-bottom: 10px;
}
.client_collaborateurs_profils .collaborateur_profil_left .taille {
  background-color: #FFBD59;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  padding: 10px 5px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.client_collaborateurs_profils .collaborateur_profil_left .commander {
  margin: 20px auto;
}
.client_collaborateurs_profils .collaborateur_profil_right {
  border: 2px solid black;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-height: 500px;
}
.client_collaborateurs_profils .collaborateur_profil_right .header {
  background-color: black;
  color: white;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  border-top-right-radius: 20px;
  position: relative;
}
.client_collaborateurs_profils .collaborateur_profil_right .header element {
  float: right;
  font-size: 16px;
}
.client_collaborateurs_profils .collaborateur_profil_right .header .burger {
  cursor: pointer;
}
.client_collaborateurs_profils .collaborateur_profil_right .header .liste_commandes_collaborateur {
  position: absolute;
  background-color: white;
  color: black;
  right: 0;
  border: 1px solid #D0D0D0;
  border-bottom: 0;
}
.client_collaborateurs_profils .collaborateur_profil_right .header .liste_commandes_collaborateur .row_commande_collaborateur {
  padding: 10px 20px;
  border-bottom: 1px solid #D0D0D0;
  cursor: pointer;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 430px;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row {
  color: #292F33;
  padding: 10px;
  border-bottom: 1px solid #D0D0D0;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .description {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .infos, .client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .taille, .client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .couleur {
  text-align: left;
  font-size: 10px;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .ref {
  font-size: 10px;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .points {
  color: white;
  font-weight: bold;
  background-color: #FFBD59;
  border-radius: 20px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.client_collaborateurs_profils .collaborateur_profil_right .commande_bloc .panier_row .add_panier {
  font-size: 14px;
}
.client_collaborateurs_profils .collaborateur_profil_boutons {
  margin: 0 auto;
  margin-top: 30px;
}
.client_collaborateurs_profils .collaborateur_profil_boutons .voir_commandes {
  margin: 0 auto;
}
.client_collaborateurs_profils .collaborateur_profil_boutons .suivant {
  float: right;
}

.client_commandes_courantes .bouton.valider, .client_commandes_courantes .bouton.valider_open {
  background-color: rgb(64, 139, 49);
}
.client_commandes_courantes .valider_open_catalogue {
  background-color: rgb(64, 139, 49);
}
.client_commandes_courantes .bouton.refuser, .client_commandes_courantes .bouton.refuser_open {
  background-color: rgb(139, 49, 49);
  font-size: 14px;
}
.client_commandes_courantes .refuser_open_catalogue {
  background-color: rgb(139, 49, 49);
}
.client_commandes_courantes .logo {
  max-height: 200px;
}
.client_commandes_courantes .fleche_retour {
  text-align: right;
  padding: 0px 20px;
}
.client_commandes_courantes .fleche_retour element {
  font-size: 48px;
}
.client_commandes_courantes .header {
  background-color: rgba(41, 47, 51, 0.8);
  color: white;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.client_commandes_courantes .header .header_titre {
  font-size: 20px;
}
.client_commandes_courantes .header .header_etat {
  font-size: 18px;
  font-style: italic;
  float: right;
  text-align: right;
  margin-top: -5px;
}
.client_commandes_courantes .header.franchise {
  background-color: #F7AE65;
}
.client_commandes_courantes .header.franchiseur {
  background-color: #FF9534;
}
.client_commandes_courantes .header.filiale {
  background-color: #F5BA34;
}
.client_commandes_courantes .commande_bloc {
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid #D0D0D0;
  padding: 10px;
}
.client_commandes_courantes .commande_bloc .commande_row {
  color: #292F33;
  padding: 10px;
  border-bottom: 1px solid black;
}
.client_commandes_courantes .commande_bloc .commande_row img {
  max-height: 100px;
}
.client_commandes_courantes .commande_bloc .commande_row .description {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.client_commandes_courantes .commande_bloc .commande_row .description_nom {
  color: #FFBD59;
}
.client_commandes_courantes .commande_bloc .commande_row .description_groupe {
  color: #D0D0D0;
}
.client_commandes_courantes .commande_bloc .commande_row .infos, .client_commandes_courantes .commande_bloc .commande_row .taille, .client_commandes_courantes .commande_bloc .commande_row .couleur {
  text-align: left;
  font-size: 10px;
}
.client_commandes_courantes .commande_bloc .commande_row .ref, .client_commandes_courantes .commande_bloc .commande_row .taille {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.client_commandes_courantes .commande_bloc .commande_row .points {
  color: white;
  font-weight: bold;
  background-color: #FFBD59;
  border-radius: 20px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.client_commandes_courantes .commande_bloc .commande_row .input_quantite {
  display: inline-block;
  border: 1px solid #D0D0D0;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  text-align: center;
}
.client_commandes_courantes .commande_bloc .commande_row .input_quantite .moins, .client_commandes_courantes .commande_bloc .commande_row .input_quantite .plus {
  color: #D0D0D0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  margin: 10px;
}
.client_commandes_courantes .commande_bloc .commande_row .input_quantite .quantite {
  color: #292F33;
}
.client_commandes_courantes .commande_bloc .commande_row .bouton_supprimer {
  cursor: pointer;
  font-size: 26px;
  vertical-align: middle;
}
.client_commandes_courantes .commande_bouton {
  margin: 10px auto;
}
.client_commandes_courantes .commande_dotation {
  margin: 30px auto;
}
.client_commandes_courantes .commande_header_unit {
  margin: 30px auto;
  background-color: #292F33;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}
.client_commandes_courantes .commande_header_unit.franchise {
  background-color: #F7AE65;
}
.client_commandes_courantes .commande_header_regroupement {
  margin: 30px auto;
  background-color: #D0D0D0;
  color: #292F33;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}
.client_commandes_courantes .commande_header_regroupement_parent {
  margin: 30px auto;
  background-color: #888888;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}
.client_commandes_courantes .commande_header_regroupement_parent.franchiseur {
  background-color: #FF9534;
}

.client_commandes_courantes_div_general #inputRecherche {
  background-color: #D0D0D0;
  border: none;
  border-radius: 20px;
  color: black;
  font-style: normal;
  text-align: center;
}

.form_content .header {
  background-color: #FFBD59;
  color: white;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}
.form_content .header .header_div {
  margin: 0 auto;
}
.form_content .header .header_div .header_total {
  display: inline-block;
}
.form_content .header .header_div .header_solde {
  margin-left: 20px;
  font-size: 14px;
}
.form_content .header .header_div .header_solde .solde strong {
  font-size: 18px;
}
.form_content .header .header_div .header_picto {
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.form_content .header .header_div .header_picto element {
  font-size: 35px;
}
.form_content .header .header_div .header_picto element .path1:before {
  color: #FFBD59;
}
.form_content .header .header_div .header_picto element .path2:before {
  color: white;
}
.form_content .header .header_div .header_picto .pastille {
  position: absolute;
  font-size: 12px;
  background-color: black;
  padding: 0 5px;
  border-radius: 50%;
  font-weight: bold;
  right: -4px;
}
.form_content .panier .panier_row {
  color: #292F33;
  padding: 10px;
  border-bottom: 1px solid black;
}
.form_content .panier .panier_row img {
  max-height: 100px;
}
.form_content .panier .panier_row .description {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.form_content .panier .panier_row .infos, .form_content .panier .panier_row .taille, .form_content .panier .panier_row .couleur {
  text-align: left;
  font-size: 14px;
}
.form_content .panier .panier_row .ref {
  text-align: left;
  font-size: 14px;
  color: #716f6f;
}
.form_content .panier .panier_row .points {
  color: white;
  font-weight: bold;
  background-color: #FFBD59;
  border-radius: 20px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
.form_content .panier .panier_row .input_quantite {
  display: inline-block;
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  text-align: center;
  color: #D0D0D0;
}
.form_content .panier .panier_row .input_quantite .moins, .form_content .panier .panier_row .input_quantite .plus {
  color: #D0D0D0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  margin: 5px;
}
.form_content .panier .panier_row .input_quantite .quantite {
  color: #292F33;
}
.form_content .panier .panier_row .input_quantite.fixe {
  height: 30px;
  width: 30px;
}
.form_content .panier .panier_row .input_quantite_points {
  display: inline-block;
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  text-align: center;
  color: #D0D0D0;
}
.form_content .panier .panier_row .input_quantite_points .moins, .form_content .panier .panier_row .input_quantite_points .plus {
  color: #D0D0D0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  margin: 5px;
}
.form_content .panier .panier_row .input_quantite_points .quantite {
  color: #292F33;
}
.form_content .panier .panier_row .bouton_supprimer {
  cursor: pointer;
  font-size: 26px;
  vertical-align: middle;
}

.show_liste_commande {
  padding: 10px;
  text-align: center;
}
.show_liste_commande .dotation_type, .show_liste_commande .date {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.show_liste_commande .bouton {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.show_liste_commande .fonction_crud .fonction_crud_edit {
  font-size: 25px;
  color: #D0D0D0;
  cursor: pointer;
}
.show_liste_commande .fonction_crud .fonction_crud_supprimer {
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}
.show_liste_commande .edit_body_commande {
  padding: 10px;
  border: 2px solid #D0D0D0;
  border-radius: 20px;
  margin-bottom: 15px;
}
.show_liste_commande .edit_body_commande .edit_body_commande_date {
  padding-left: 15px;
  padding-right: 15px;
}
.show_liste_commande .edit_body_commande .edit_body_commande_date .edit_body_commande_date_input {
  text-align: center;
  cursor: pointer;
}

.create_commande {
  padding: 10px;
  border: 2px solid #D0D0D0;
  border-radius: 20px;
}
.create_commande .bloc_date {
  padding: 10px;
}
.create_commande .bouton {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.create_commande .configuration_enfant input {
  vertical-align: middle;
}
.create_commande .dotations_bloc .dotations_bloc_fixe, .create_commande .dotations_bloc .dotations_bloc_points {
  margin: 10px;
  text-align: center;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide {
  background-color: #f1f1f1;
  border-radius: 20px;
  margin: 20px 0;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit {
  padding: 10px 0;
  text-align: center;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit img, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit img, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit img, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit img {
  max-height: 150px;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_nom, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_ref, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_nom, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_ref, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_nom, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_ref, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_nom, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_ref {
  font-weight: bold;
  text-align: left;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_designation, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_designation, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_designation, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_designation {
  font-size: 14px;
  color: #626159;
  text-align: left;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_quantite, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_points, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_quantite, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_points, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_quantite, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_points, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_quantite, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_points {
  text-align: center;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_quantite input::placeholder, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_points input::placeholder, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_quantite input::placeholder, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_points input::placeholder, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_quantite input::placeholder, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_points input::placeholder, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_quantite input::placeholder, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_points input::placeholder {
  color: #292F33;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_quantite input, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .ligne_produit .ligne_produit_points input, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_quantite input, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .ligne_produit .ligne_produit_points input, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_quantite input, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .ligne_produit .ligne_produit_points input, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_quantite input, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .ligne_produit .ligne_produit_points input {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .cacher_liste, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .cacher_liste, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .cacher_liste, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .cacher_liste {
  padding-top: 20px;
  padding-bottom: 20px;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_dotation .cacher_liste element, .create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide .cacher_liste element, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_dotation .cacher_liste element, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide .cacher_liste element {
  font-size: 20px;
  color: white;
  background-color: #FFBD59;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
.create_commande .dotations_bloc .dotations_bloc_fixe .liste_produits_valide, .create_commande .dotations_bloc .dotations_bloc_points .liste_produits_valide {
  background-color: #FCE9BF;
}

.body .catalogue .categorie_index {
  margin: 0 auto;
}
.body .catalogue .categorie_index .categorie_bloc {
  padding: 10px;
}
.body .catalogue .categorie_index .categorie_bloc .categorie_grid {
  border: 3px solid #FFBD59;
  border-radius: 50px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.body .catalogue .categorie_index .categorie_bloc .categorie_grid .categorie_titre {
  font-size: 22px;
  color: #292F33;
  font-weight: bold;
  padding: 10px;
}
.body .catalogue .categorie_index .categorie_bloc .categorie_grid .categorie_image img {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.body .catalogue .categorie_index .categorie_bloc .categorie_grid .sous_categorie_bloc {
  background-color: #FFBD59;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 2px 2px 2px 2px #D0D0D0;
  padding: 20px;
  text-align: left;
  z-index: 2;
}
.body .catalogue .categorie_index .categorie_bloc .categorie_grid .sous_categorie_bloc .sous_categorie_unit {
  font-weight: bold;
  padding: 5px;
}
.body .catalogue .categorie_index .categorie_bloc .categorie_grid .sous_categorie_bloc .sous_categorie_unit:before {
  content: "•";
}

input::placeholder {
  color: #292F33;
}

.dotation .liste_produits {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 290px;
}
.dotation .liste_produits h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 40px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.dotation .liste_produits .groupe_fonction_boutons {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(208, 208, 208, 0.368627451);
}
.dotation .liste_produits .groupe_fonction_boutons .groupe_fonction_bouton {
  padding: 10px;
}
.dotation .liste_produits .groupe_fonction_boutons .groupe_fonction_bouton .bouton {
  margin: 0 auto;
}
.dotation .liste_produits .produit_unit_div {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.dotation .liste_produits .produit_unit_div .produit_unit.produit_disable {
  background-color: #D0D0D0;
}
.dotation .liste_produits .produit_unit_div .produit_unit {
  position: relative;
  border: 1px solid #292F33;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_favori {
  text-align: right;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_favori element {
  cursor: pointer;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_favori img {
  cursor: pointer;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_image img {
  max-height: 150px;
  max-width: 165px;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_nom {
  text-align: left;
  color: #292F33;
  margin-top: 20px;
  cursor: pointer;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_nom:hover {
  color: #FFBD59;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_designation {
  text-align: left;
  color: #D0D0D0;
  font-size: 12px;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_nom_entier {
  z-index: 3;
  position: absolute;
  background-color: #FFD79B;
  border: 1px solid black;
  left: 0;
  text-align: left;
  padding: 5px;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_tarif_panier .produit_unit_prix {
  color: #FFBD59;
  font-weight: bold;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_tarif_panier .produit_unit_tarif {
  display: block;
  float: left;
  font-weight: bold;
  padding-bottom: 10px;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_tarif_panier .produit_unit_panier {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_tarif_panier .produit_unit_panier .bouton {
  max-width: 100%;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_tarif_panier .produit_unit_panier element {
  font-size: 20px;
  cursor: pointer;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_tarif_panier .produit_unit_panier element:before {
  color: white;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_couleur, .dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_taille {
  padding: 5px;
  position: relative;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_couleur select, .dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_taille select {
  appearance: none;
  width: 100%;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 10px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #FFBD59;
  color: #292F33;
  text-align-last: center;
  font-weight: bold;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_couleur:after, .dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_taille:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFBD59;
  pointer-events: none;
}
.dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_couleur:before, .dotation .liste_produits .produit_unit_div .produit_unit .produit_unit_taille:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  pointer-events: none;
}
.dotation .liste_produits .produit_unit_div .produit_unit .autre_taille_input {
  color: black;
}
.dotation .panier_bloc {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 40px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.dotation .dernieres_commandes {
  margin-top: 40px;
  padding-left: 4%;
  padding-right: 4%;
}
.dotation .dernieres_commandes .header {
  background-color: #292F33;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.dotation .dernieres_commandes .header element {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.dotation .dernieres_commandes .header .burger {
  cursor: pointer;
}
.dotation .dernieres_commandes .header .liste_commandes_collaborateur {
  position: absolute;
  background-color: white;
  color: black;
  right: 0;
  border: 1px solid #D0D0D0;
  border-bottom: 0;
}
.dotation .dernieres_commandes .header .liste_commandes_collaborateur .row_commande_collaborateur {
  padding: 10px 20px;
  border-bottom: 1px solid #D0D0D0;
  cursor: pointer;
}
.dotation .dernieres_commandes .commande_bloc .image {
  text-align: center;
}
.dotation .dernieres_commandes .commande_bloc .commande_row {
  text-align: left;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px;
}
.dotation .dernieres_commandes .commande_bloc .commande_row .ref {
  color: #716f6f;
  font-size: 14px;
}
.dotation .zone_observation {
  margin-top: 40px;
}
.dotation .zone_observation label {
  font-weight: bold;
  text-align: left;
}
.dotation .zone_observation textarea {
  border-radius: 15px;
}
.dotation .zone_observation textarea::placeholder {
  color: #292F33;
  font-style: italic;
}

.header_commande {
  height: 250px;
  z-index: 10;
  background-color: white;
  position: fixed;
  top: 40px;
  box-shadow: 0px 3px 0px rgba(208, 208, 208, 0.368627451);
}
.header_commande .prev_collaborateur, .header_commande .next_collaborateur {
  text-align: center;
}
.header_commande .prev_collaborateur element, .header_commande .next_collaborateur element {
  font-size: 40px !important;
  cursor: pointer;
}
.header_commande .recherche {
  margin-top: 10px;
}

.nav_header {
  background-color: white;
  color: #FFBD59;
}
.nav_header .nom {
  color: #FFBD59;
  font-size: 38px;
  font-weight: 900;
}
.nav_header .nom element {
  color: #292F33;
  font-size: 30px;
  cursor: pointer;
}
.nav_header .taille_texte {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.nav_header .taille {
  background-color: #FFBD59;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  padding: 10px 5px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.fixed {
  position: fixed;
  top: 0px;
  height: 100px;
}

.collaborateur_courant_bloc select {
  appearance: none;
  width: 100%;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 10px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #FFBD59;
  color: #292F33;
  text-align-last: center;
  font-weight: bold;
}

.lien_header {
  height: 20px;
}

.regroupement_catalogue .regroupement_catalogue_commandes .bouton {
  margin: 10px auto;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid {
  border-radius: 20px;
  background-color: #D0D0D0;
  border: 1px solid #292F33;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_header {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #292F33;
  cursor: pointer;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body {
  background-color: white;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row {
  border-bottom: 1px solid #D0D0D0;
  padding: 10px;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .description {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .description .description_nom {
  color: #FFBD59;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .description .description_groupe {
  color: #D0D0D0;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .infos {
  text-align: left;
  font-size: 14px;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .ref, .regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .taille {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .points {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_body .commande_row .input_quantite .quantite {
  font-weight: bold;
}
.regroupement_catalogue .regroupement_catalogue_commandes_grid .regroupement_catalogue_commande_footer {
  height: 40px;
}

.documentation .documentation_titre {
  font-size: 18px;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}
.documentation .doc_row {
  background-color: #D0D0D0;
  padding: 10px 5px;
}
.documentation .doc_row a {
  color: #292F33;
  font-weight: bold;
  text-decoration: underline;
}
.documentation .doc_row element {
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
}
.documentation .doc_row.actif {
  background-color: white;
}
.documentation .add_doc {
  margin-top: 20px !important;
}
.documentation .liste_documents {
  align-items: center;
}
.documentation .liste_documents .document_nom, .documentation .liste_documents .document_file {
  margin-bottom: 5px;
}
.documentation .liste_documents input[type=file] {
  padding: 5px !important;
  margin-left: 10px;
}

.documentation_client .documentation_client_titre {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.documentation_client .documentation_client_row {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.documentation_client .documentation_client_row a {
  color: #292F33;
  text-decoration: underline;
}

.popup {
  background-color: #dbf9d3;
  padding: 10px;
  margin: 10px auto;
  color: #6c9a6c;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #6c9a6c;
}
.popup element {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.bloc_pub img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 250px;
}

.profil_collaborateur_fleche:before {
  color: #D0D0D0 !important;
}

.profil_collaborateur {
  background-color: #FFD79B;
  padding: 20px;
  border-radius: 20px;
}
.profil_collaborateur input, .profil_collaborateur label {
  display: inline-block;
  color: black;
  width: auto;
}
.profil_collaborateur input {
  font-weight: bold;
  background-color: white;
  border-color: white;
  border-radius: 20px;
}
.profil_collaborateur select {
  appearance: none;
  width: 100%;
  min-width: 100px;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
}
.profil_collaborateur .form_input_select {
  position: relative;
}
.profil_collaborateur .form_input_select:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  pointer-events: none;
}
.profil_collaborateur .form_input_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D0D0D0;
  pointer-events: none;
}
.profil_collaborateur .gabarit {
  background-color: #D0D0D0;
  color: black;
  border-radius: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.profil_collaborateur .gabarit input, .profil_collaborateur .gabarit label {
  display: inline-block;
  color: black;
  width: auto;
}
.profil_collaborateur .gabarit input {
  font-weight: bold;
  background-color: white;
  border-color: white;
}
.profil_collaborateur .gabarit select {
  font-weight: bold;
  background-color: white;
  color: black;
  border-color: white;
}
.profil_collaborateur .gabarit .gabarit_listes {
  align-items: flex-end;
}
.profil_collaborateur .gabarit .form_input {
  padding: 0 10px;
}
.profil_collaborateur .gabarit .form_input_select {
  display: inline-block;
  max-width: 180px;
  width: 100%;
}
.profil_collaborateur .gabarit .form_input_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.profil_collaborateur .submit {
  margin: 10px auto;
}
.profil_collaborateur .form_input {
  padding: 0 15px;
  text-align: left;
}
.profil_collaborateur .form_input input {
  width: 100%;
}

.mon_regroupement .form_input_select {
  position: relative;
  padding: 0 10px;
}
.mon_regroupement select {
  appearance: none;
  width: 100%;
  min-width: 100px;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
}
.mon_regroupement .form_input_select:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  pointer-events: none;
}
.mon_regroupement .form_input_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D0D0D0;
  pointer-events: none;
}
.mon_regroupement .liste_users .user_row {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: #D0D0D0;
  border-radius: 20px;
}
.mon_regroupement .liste_users .user_row .icon-PICTO-UTILISATEUR-JAUNE {
  font-size: 25px;
  border: 2px solid white;
  color: white;
  border-radius: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.mon_regroupement .liste_users .user_row .nom_prenom_collab {
  display: inline-block;
  background-color: white;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
}
.mon_regroupement .liste_users .user_row .collaborateur_edit {
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.mon_regroupement .liste_users .user_row .modifier_unit select {
  display: inline-block;
}
.mon_regroupement .liste_users .user_row .modifier_unit select {
  display: inline-block;
  appearance: none;
  width: 100%;
  min-width: 250px;
  height: auto;
  border: 1px solid white;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: white;
  color: #292F33;
}
.mon_regroupement .liste_users .user_row .modifier_unit .select_unit_div {
  display: inline-block;
  position: relative;
}
.mon_regroupement .liste_users .user_row .modifier_unit .select_unit_div:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.mon_regroupement .liste_users .user_row .modifier_unit .select_unit_div:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.mon_regroupement .liste_users .user_row .modifier_unit div {
  display: inline-block;
}
.mon_regroupement .liste_users input {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.catalogue .filtre_categories {
  text-align: left;
}
.catalogue .filtre_categories .titre {
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 5px;
  cursor: pointer;
}
.catalogue .filtre_categories .titre:hover {
  background-color: #D0D0D0;
}
.catalogue .filtre_categories .separateur {
  border-top: 1px solid #292F33;
}
.catalogue .filtre_categories .bloc_categorie {
  margin-bottom: 20px;
}
.catalogue .filtre_categories .bloc_categorie .filtre_catalogue input, .catalogue .filtre_categories .bloc_categorie .filtre_catalogue div {
  display: inline-block;
  cursor: pointer;
}
.catalogue .filtre_categories .filtre_categorie, .catalogue .filtre_categories .filtre_sexe, .catalogue .filtre_categories .filtre_famille {
  padding: 2px 0;
  cursor: pointer;
}
.catalogue .filtre_categories .filtre_categorie.actif, .catalogue .filtre_categories .filtre_sexe.actif, .catalogue .filtre_categories .filtre_famille.actif {
  font-weight: bold;
}
.catalogue .filtre_categories .filtre_categorie:hover, .catalogue .filtre_categories .filtre_sexe:hover, .catalogue .filtre_categories .filtre_famille:hover {
  text-decoration: underline;
}
.catalogue input[type=number] {
  border: 1px solid #D0D0D0;
  border-radius: 20px;
}
.catalogue .panier_bloc {
  padding: 0;
  color: #292F33;
}
.catalogue .panier_bloc .header_total {
  font-size: 16px;
  margin: 0 auto;
}
.catalogue .panier_bloc .panier_row .description {
  font-size: 13px;
}
.catalogue .panier_bloc .frais_de_port {
  font-size: 16px;
  padding: 0 20px;
  text-align: center;
}

.form_import {
  display: none;
  margin: 20px 0;
  text-align: left;
}
.form_import input[type=submit] {
  display: inline-block !important;
  margin-top: 0;
}
.form_import input[type=file] {
  padding: 5px;
}

.catalogue_produits input[type=file] {
  padding: 5px;
}
.catalogue_produits .catalogue_produit_unit_div.desactive {
  background-color: #D0D0D0;
}
.catalogue_produits .catalogue_produit_unit_div {
  margin-top: 40px !important;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit {
  align-items: center;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_image {
  text-align: center;
  padding: 5px;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_image img {
  max-height: 100px;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_infos {
  padding: 0 5px;
  text-align: left;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_infos .catalogue_produit_unit_designation {
  font-size: 12px;
  font-weight: initial;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_tarif_panier {
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_tarif_panier .catalogue_produit_unit_taille {
  font-weight: initial;
  font-size: 12px;
  margin-top: 20px;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_tarif_panier .catalogue_produit_unit_taille .texte {
  font-weight: bold;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_checkbox label {
  text-align: center;
  font-size: 18px;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_modifier, .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_supprimer {
  display: inline-block;
  cursor: pointer;
}
.catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_modifier element, .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_supprimer element {
  font-size: 40px;
}
.catalogue_produits .edit_produit .input_unit {
  padding: 10px;
}
.catalogue_produits .edit_produit .input_unit textarea {
  border-radius: 20px;
}
.catalogue_produits .edit_produit .input_unit.visible_client label {
  color: #FF9534;
}
.catalogue_produits .edit_produit .tailles_bloc {
  text-align: left;
}
.catalogue_produits .edit_produit .tailles_bloc .taille_unit {
  vertical-align: middle;
  padding: 5px;
}
.catalogue_produits .edit_produit .tailles_bloc .taille_unit input {
  text-align: center;
}
.catalogue_produits .edit_produit .tailles_bloc element {
  cursor: pointer;
  font-size: 26px;
  vertical-align: middle;
}
.catalogue_produits .edit_produit .tailles_bloc .add_taille {
  float: left;
  margin-top: 20px;
}

.informations_livraison_facturation .informations_facturation, .informations_livraison_facturation .informations_livraison {
  border-radius: 20px;
  background-color: #D0D0D0;
  padding: 10px;
  margin: 10px 0;
}
.informations_livraison_facturation .informations_facturation textarea, .informations_livraison_facturation .informations_livraison textarea {
  border-color: white;
  color: #292F33;
  border-radius: 20px;
}
.informations_livraison_facturation .informations_facturation .informations_facturation_input_div, .informations_livraison_facturation .informations_livraison .informations_facturation_input_div {
  padding: 10px;
}
.informations_livraison_facturation .informations_facturation .informations_facturation_input_div label, .informations_livraison_facturation .informations_livraison .informations_facturation_input_div label {
  text-align: left;
}
.informations_livraison_facturation .informations_facturation .informations_facturation_input_div input, .informations_livraison_facturation .informations_livraison .informations_facturation_input_div input {
  font-weight: bold;
  background-color: white;
  border-color: white;
  color: #292F33;
  border-radius: 20px;
}
.informations_livraison_facturation .informations_facturation .informations_facturation_input_div select, .informations_livraison_facturation .informations_livraison .informations_facturation_input_div select {
  border: 1px solid white;
  background-color: white;
}
.informations_livraison_facturation .informations_facturation .informations_facturation_input_div .form_input_select:after, .informations_livraison_facturation .informations_livraison .informations_facturation_input_div .form_input_select:after {
  border-top: 10px solid white;
}
.informations_livraison_facturation .informations_facturation .facturation_value, .informations_livraison_facturation .informations_livraison .facturation_value {
  font-weight: bold;
  background-color: white;
  border-color: white;
  color: #292F33;
  border-radius: 20px;
  padding: 10px;
}

.resume_commande_bloc {
  border-radius: 20px;
}
.resume_commande_bloc .resume_commande_produits {
  margin: 0 auto;
}
.resume_commande_bloc .resume_commande_produits img {
  max-height: 150px;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_header {
  border-bottom: 1px solid #D0D0D0;
  font-weight: bold;
  margin-top: 40px;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_header .header_quantite {
  text-align: center;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_header .header_prix {
  text-align: right;
}
.resume_commande_bloc .resume_commande_produits .titre_commande_row {
  font-weight: bold;
  background-color: #292F33;
  color: white;
  cursor: pointer;
}
.resume_commande_bloc .resume_commande_produits .titre_commande_row.mypack {
  background-color: #FFBD59;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row {
  border-bottom: 1px solid #D0D0D0;
  padding: 20px 10px;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row .quantite {
  text-align: center;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row .informations {
  text-align: left;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row .informations .nom {
  color: #292F33;
  font-weight: bold;
  font-size: 16px;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row .informations .description {
  color: #969696;
  font-size: 14px;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row .informations .ref {
  color: #969696;
  font-weight: bold;
  font-size: 16px;
}
.resume_commande_bloc .resume_commande_produits .resume_commande_produit_row .prix {
  text-align: right;
}
.resume_commande_bloc .resume_commande_produit_total {
  text-align: right;
}

.dotation_open .dotation_open_grid {
  border: 2px solid #292F33;
  border-radius: 20px;
  margin-bottom: 20px;
}
.dotation_open .dotation_open_grid .commande_dotation_open {
  background-color: #C1C1BD;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.dotation_open .dotation_open_grid .commande_catalogue_open {
  background-color: rgba(41, 47, 51, 0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dotation_open .dotation_open_grid .commande_catalogue_open .commande_row {
  color: white !important;
}
.dotation_open .dotation_open_grid .dotation_open_grid_catalogue {
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  margin-bottom: 20px;
}

.form_input_select {
  position: relative;
  padding: 0 10px;
}

select {
  appearance: none;
  width: 100%;
  min-width: 100px;
  height: auto;
  border: 1px solid #D0D0D0;
  margin: 0;
  padding: 9px;
  border-radius: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #D0D0D0;
  color: #292F33;
}

.form_input_select:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  pointer-events: none;
}

.form_input_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D0D0D0;
  pointer-events: none;
}

.cgv {
  margin-left: 10%;
  margin-right: 10%;
}
.cgv img {
  text-align: center;
}
.cgv h2 {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
.cgv .titre {
  margin-top: 20px;
  font-weight: bold;
}
.cgv .preambule_texte, .cgv .article, .cgv .partie_div {
  text-align: left;
}
.cgv .partie_div .partie_titre {
  font-weight: bold;
  font-size: 18px;
}
.cgv .partie_div .sous_partie_titre {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.cgv .partie_div .sous_partie_point_titre {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.client_collaborateurs_profils_commande .logo {
  max-height: 200px;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit {
  padding-top: 20px;
  text-align: left;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit element {
  color: #292F33;
  font-size: 16px;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .photo {
  border-radius: 50px;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .solde {
  background-color: #FFBD59;
  color: white;
  border-radius: 20px;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 5px 20px;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .solde_valable {
  font-size: 10px;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .nom {
  color: #FFBD59;
  font-size: 30px;
  font-weight: 900;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .nom element {
  color: #292F33;
  font-size: 30px;
  cursor: pointer;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .adresse, .client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .email {
  font-size: 12px;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .sexe, .client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .metier {
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #FFBD59;
  padding: 5px 20px;
  font-size: 18px;
  margin: 20px 0px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .sexe {
  background-color: #D0D0D0;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .taille_texte {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .taille {
  background-color: #FFBD59;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  padding: 10px 5px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .commander {
  margin: 20px auto;
}
.client_collaborateurs_profils_commande .total_commande_cours_div {
  margin-top: 25px;
}
.client_collaborateurs_profils_commande .total_commande_cours_div .total_commande_cours {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #FFBD59;
  color: white;
}

.catalogue_produits .edit_produit .titre_catalogue_special {
  color: white;
  font-size: 18px;
  background-color: #000;
  border-radius: 20px;
  padding: 5px;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.catalogue_produits .edit_produit .franchiseurs_special .franchiseur_unit .franchiseur_unit_nom {
  color: white;
  font-size: 18px;
  background-color: #FFBD59;
  border-radius: 20px;
  padding: 5px;
  margin-top: 20px;
  cursor: pointer;
}
.catalogue_produits .edit_produit .franchiseurs_special .franchiseur_unit .franchiseur_unit_nom:hover {
  font-weight: bold;
}
.liste_enfants .franchiseur_titre {
  background-color: #292F33;
  color: white;
  padding: 10px !important;
  text-align: center !important;
  border-radius: 50px;
}

.regroupement_titre {
  background-color: #292F33;
  color: white;
  padding: 10px !important;
  text-align: center !important;
  border-radius: 50px;
}

.popup_login {
  left: 39%;
  height: 300px;
  width: 480px;
}

#table-commandes th, #table-commandes td {
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  .popup_login {
    left: 20%;
  }
  .logo-row {
    text-align: center !important;
    padding: 20px 0;
  }
  .menu_desktop, .lien-header {
    display: none;
  }
  .burgerResponsive_div {
    display: block !important;
    text-align: right;
    font-size: 35px;
    cursor: pointer;
    z-index: 3000;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .menu_responsive {
    z-index: 2000;
    position: absolute;
    background-color: #FFBD59;
    width: 100%;
  }
  .menu_responsive ul {
    list-style: none;
    margin-top: 20px;
  }
  .menu_responsive li {
    padding: 20px 5px;
    width: 100%;
  }
  .menu_responsive li a {
    color: #292F33;
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  .popup_login {
    left: 5%;
    height: 500px;
    width: 350px;
  }
}
@media screen and (max-width: 1500px) {
  .div_major .show_value_div .element_picto element {
    font-size: 25px;
    vertical-align: middle;
  }
  .div_major .show_value_nclient.show_value {
    width: 100% !important;
  }
  .div_major .show_value_edit_delete {
    margin-top: 10px !important;
  }
  select {
    min-width: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .hide-responsive {
    display: none !important;
  }
  .show-responsive {
    display: block !important;
  }
  body .content-login .content-block img, body .content .content-block img {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  body .content-login {
    margin: 0 auto;
  }
  .burger element {
    cursor: pointer;
  }
  .header_commande {
    position: relative;
    height: auto !important;
  }
  .client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .nom {
    font-size: 18px;
    text-align: center;
  }
  .client_collaborateurs_profils_commande .client_collaborateurs_profils_commande_unit .nom element {
    font-size: 18px;
  }
  .header_commande .adresse {
    margin-top: 20px;
    text-align: center;
  }
  .header_commande .nom {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .dotation .liste_produits {
    margin-top: 50px !important;
  }
  .bloc_pub img {
    height: auto;
  }
  .catalogue_produits_boutons span.bouton {
    display: block;
    margin: 10px auto;
  }
  .catalogue_produits .catalogue_produit_unit_div {
    border-bottom: 1px solid #D0D0D0;
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_image img {
    max-height: 200px;
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_infos {
    text-align: center;
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_tarif_panier {
    margin-top: 20px;
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_checkbox {
    margin-top: 20px;
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_checkbox input[type=checkbox] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_modifier, .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_supprimer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_modifier element, .catalogue_produits .catalogue_produit_unit_div .catalogue_produit_unit .catalogue_produit_unit_bouton .catalogue_produit_supprimer element {
    font-size: 36px;
  }
  body .dossier_client {
    text-align: center;
  }
  body .client .titre_regroupement {
    text-align: center;
  }
  body .client .add_new_ollaborateur {
    text-align: center !important;
  }
  body .client .titre_entites {
    padding: 10px;
    text-align: center;
  }
  body .client .div_major .div_radius_major {
    padding-left: 0 !important;
  }
  body .client .div_siege_radius {
    padding-left: 0;
  }
  body .client .div_groupe_radius {
    text-align: center;
  }
  body .client .div_groupe_radius input[type=checkbox] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
  }
}
.client_commandes_courantes .commande_header_unit.desactive {
  background-color: rgb(139, 49, 49);
}

.affichage_courante_commande_unit.bg-red {
  background-color: red;
}
.affichage_courante_commande_unit.bg-red .description_nom {
  font-weight: 800 !important;
  color: white !important;
}
.affichage_courante_commande_unit.bg-red .description_groupe {
  color: white !important;
}

.affichage_courante_commande_unit.bg-green {
  background-color: green;
}
.affichage_courante_commande_unit.bg-green .description_nom {
  font-weight: 800 !important;
  color: white !important;
}
.affichage_courante_commande_unit.bg-green .description_groupe {
  color: white !important;
}

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