@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: 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;
  -webkit-overflow-scrolling: touch;
}

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

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

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

[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: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;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

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

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select: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;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

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, ol ul, ul ol, 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;
}

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

figure {
  margin: 0;
}

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;
}

cite, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

cite:before, .cite-block:before {
  content: "— ";
}

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !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;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}

.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: '';
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group::before, .button-group::after {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  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;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.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;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.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;
  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.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.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, .menu.nested.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, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a, .menu.nested.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, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a, .menu.nested.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, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a, .menu.nested.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, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  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;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.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 {
  top: 0;
  right: 100%;
  left: auto;
}

.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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  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-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    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 {
    top: 0;
    right: 100%;
    left: auto;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    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-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    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 {
    top: 0;
    right: 100%;
    left: auto;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  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;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

.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: auto;
  -webkit-overflow-scrolling: touch;
}

.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;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  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;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .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.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

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

@media screen and (max-width: 39.99875em), 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.99875em) {
  .show-for-large {
    display: none !important;
  }
}

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

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

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

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

.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;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

.accordion {
  list-style: none;
  padding: 0;
  width: 220px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 30px;
  overflow-x: inherit;
}

.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  margin: 0;
}

.accordion .inner .nav-secondary-item {
  border-bottom: none;
}

.accordion .inner .nav-secondary-name.current p {
  color: black !important;
  font-weight: normal !important;
  font-family: customBold, sans-serif;
}

.accordion .inner .nav-secondary-name p {
  text-transform: none !important;
}

.accordion li {
  margin: 0;
}

.accordion li ul {
  list-style: none;
  padding: 0;
}

.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #585858;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}

.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

.accordion .arrow.current {
  background: transparent url(/build/images/arrow.028fbe8d.png) repeat scroll 0% 0% !important;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#tableau_animation_theme tbody td {
  padding: 0;
}

#tableau_animation_theme tbody tr.odd {
  background-color: #DFDFDF;
}

#tableau_animation_theme tbody tr.even {
  background-color: #EBEBEB;
}

#tableau_animation_theme tbody tr:nth-child(2n) td > .cadreSelectionProduitCip:first-child {
  background-color: #DFDFDF !important;
}

#tableau_animation_theme tbody tr:nth-child(2n+1) .cadreSelectionProduitCip:first-child {
  background-color: #EBEBEB !important;
}

#tableau_animation_theme .no-background-color {
  background-color: #F0F0F0 !important;
}

#tableau_animation_theme .titre-univers {
  text-transform: uppercase;
  font-size: 14pt;
  margin: 10px 0 0 0;
  font-family: customBold, sans-serif;
}

#tableau_animation_theme .sous-titre-univers {
  background-color: white;
  border-radius: 5px;
  font-size: 12pt;
  padding: 10px 20px;
  width: 100%;
  font-family: customBold, sans-serif;
  margin: 10px 0 0 0;
}

#tableau_animation_theme .sous-sous-titre-univers {
  font-size: 12pt;
  color: #F79147;
  margin: 10px 0 0 0;
}

#tableau_animation_theme .image-univers {
  text-align: center;
  margin: 20px 0;
}

#tableau_animation_theme .info-produit-entete {
  width: 15%;
  text-align: center;
  padding: 10px 5px;
}

#tableau_animation_theme .info-produit {
  background-color: white !important;
}

#tableau_animation_theme .info-produit table tbody {
  border: none;
}

#tableau_animation_theme .info-produit table tbody tr {
  background-color: white;
}

#tableau_animation_theme .info-produit table tbody tr td {
  width: 50%;
  position: relative;
}

#tableau_animation_theme .info-produit table tbody tr td .devise {
  position: absolute;
  top: 12px;
  right: 34px;
}

#tableau_animation_theme .info-produit table tbody tr td label {
  color: #939598;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip label {
  line-height: 46px;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip .contenuAutre {
  background-color: white;
  padding: 20px;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip table tbody {
  border: none;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip table tbody tr {
  background-color: white;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip table tbody tr td {
  width: auto;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip .espace-tr table tbody tr {
  border-bottom: 10px solid white;
}

#tableau_animation_theme .info-produit .tableAffichageProduit label {
  line-height: 1.8;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper {
  padding: 0 20px;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix thead {
  border: none;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix thead tr {
  background-color: white;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix thead tr td {
  width: 17%;
  text-align: center !important;
  padding: 10px 0px;
  color: #B3B3B5;
  font-family: customNormal, sans-serif;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix tbody tr {
  background-color: #DFDFDF;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix tbody tr td {
  width: 17%;
  text-align: center !important;
  padding: 10px 0px;
  border-right: 2px solid white;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix tbody tr:first-child {
  width: 15%;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit {
  padding: 0 20px;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table tr {
  background-color: white;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table tr td {
  width: auto;
  text-align: left !important;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table thead {
  border: none;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table thead tr td {
  font-weight: normal;
  color: #B3B3B5;
}

#tableau_animation_theme .ligne_produit_admin {
  height: 46px;
}

#tableau_animation_theme .ligne_produit_admin td:first-child {
  padding: 10px;
}

#tableau_animation_theme .ligne_produit_admin:nth-child(2n) {
  background-color: #DFDFDF;
}

#tableau_animation_theme .ligne_produit_admin:nth-child(2n+1) {
  background-color: #EBEBEB;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

/**
* TITLES
**/
.sectionTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sectionTitle .titleSection {
  font-family: customBold, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
}

.sectionTitle .titleSection span {
  width: 100%;
}

.sectionTitle .titleSection span:last-child {
  font-family: customNormal, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.soustitleSection {
  font-size: 12pt;
  font-family: customBold, sans-serif;
  text-transform: uppercase;
}

.body-administration .sectionTitle .titleSection {
  color: #7F2189;
}

.body-administration .classBtn {
  background-color: #7F2189;
}

.body-reseau .sectionTitle .titleSection {
  color: #F37735;
}

.body-reseau .classBtn {
  background-color: #F37735;
}

.body-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

.body-pharmacie .classBtn {
  background-color: #04B6D1;
}

/**
* BUTTONS
**/
button.disabled {
  background-color: #DDDDDD;
}

.classBtn {
  padding: 0 25px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  width: 25%;
}

.classBtn.freemium {
  background-color: #DDDDDD !important;
}

.littleBtn {
  height: 36px;
}

.bigBtn {
  height: 46px;
}

.maxiBtn {
  height: 56px;
}

/**
* TABLE
**/
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}

table tbody tr:nth-child(odd), table tbody tr.odd-line {
  background-color: #DFDFDF;
}

table tbody tr:nth-child(even), table tbody tr.even-line {
  background-color: #EBEBEB;
}

table tbody .odd-color {
  background-color: #DFDFDF;
}

table tbody .even-color {
  background-color: #EBEBEB;
}

/**
* INPUT
**/
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="color"], input[type="password"], input[type="search"], textarea {
  box-shadow: none;
  background-color: #F0F0F0;
  border-radius: 4px;
  border: 1px solid #cacaca;
  font-size: 14px;
  color: #4c4c4c;
  height: 46px;
  margin-bottom: 0;
  padding-left: 10px;
}

input[type="file"] {
  margin-bottom: 0;
}

.choice-widget .choice {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #4c4c4c;
}

.choice-widget .choice .checkbox {
  opacity: 0;
  position: absolute;
}

.choice-widget .choice .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #4c4c4c;
}

.choice-widget .choice .checkbox + .checkbox-label:before {
  content: '';
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  background: #F0F0F0;
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}

.choice-widget .choice .checkbox:checked + .checkbox-label:before {
  content: "\f00c";
}

.select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #F0F0F0;
  color: #4c4c4c;
  overflow: hidden;
}

.select:hover {
  color: #4c4c4c;
}

.select::after {
  content: '\f107';
  font-family: FontAwesome, sans-serif;
  font-size: 25px;
  position: absolute;
  top: 4px;
  right: 10px;
  pointer-events: none;
  color: #939598;
  font-weight: normal;
}

.select select {
  color: #4c4c4c;
  background: transparent;
  width: 100%;
  height: 46px;
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  border: 0;
  outline: none;
}

textarea {
  min-height: 100px;
}

/**** CHECKBOXES ****/
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox + .checkbox-label:before {
  content: '';
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  background: #F0F0F0;
  border: 1px solid #4c4c4c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}

.checkbox:checked + .checkbox-label:before {
  content: "\f00c";
}

.checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #4c4c4c;
  position: relative;
  width: 100%;
}

.checkbox-label .checkbox-label-first {
  position: absolute;
  top: 0;
  left: 60px;
  width: 100%;
  padding-right: 60px;
}

.checkbox-label .checkbox-label-second {
  position: absolute;
  text-transform: capitalize;
  color: #585858;
  font-size: 10pt;
  top: 16px;
  left: 60px;
  width: 100%;
  padding-right: 60px;
}

.checkbox-label-sub {
  color: #B3B3B5;
  font-family: customBold, sans-serif;
}

.checkbox + .checkbox-label::before {
  border-color: #F79147;
  color: #F79147;
}

input[disabled] + .checkbox-label::before {
  border-color: #FBC296;
  color: #FBC296;
}

/**
* FORM
**/
.hide {
  display: none;
}

/**
* IMAGES
**/
.uploadfile {
  max-height: 300px;
  max-width: 300px;
  margin-top: 10px;
}

.pictos {
  cursor: pointer;
}

.pictoAide, .littlePicto {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}

.littlePicto {
  width: 20px !important;
  height: 20px !important;
}

.cadenasPictosBg, #filtresContent form > div:last-child #filterValidation.freemium, .freemium {
  background-image: url(/build/images/cadenas_V4.b9b49595.png) !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
}

.cadenasPictosBg.center, #filtresContent form > div:last-child .center#filterValidation.freemium, .center.freemium {
  background-position: 50% center !important;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  overflow-y: hidden;
  overflow: auto;
}

.dataTables_wrapper .datatables {
  position: relative;
}

.dataTables_wrapper .datatables .openContentLineNonLu {
  font-family: customBold, sans-serif;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper label {
  white-space: nowrap;
  line-height: 40px;
  color: #939598;
  font-size: 1rem;
}

.dataTables_wrapper label input {
  display: inline-block;
  width: auto;
}

.dataTables_wrapper label select {
  display: inline-block;
  margin: 0 5px 10px 5px;
  background-image: url(/build/images/arrow-grey-flip.49768eb8.png);
  background-size: 28px 46px;
  background-position: 32px -8px;
  height: 46px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #F0F0F0;
  color: #939598;
  overflow: hidden;
}

.dataTables_wrapper .dataTables_info {
  color: #939598;
  font-size: 12px;
  padding-top: 6px;
  clear: both;
  float: left;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  color: #939598;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 2px 10px !important;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first, .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.last {
  color: #939598 !important;
}

.dataTables_wrapper .dt-buttons {
  float: none;
  clear: both;
  padding-top: 5px;
}

.dataTables_wrapper .dt-buttons a.dt-button {
  border-radius: 4px;
  background-image: none;
  border: none;
  color: #F0F0F0;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 0.88em;
  white-space: nowrap !important;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}

.dataTables_wrapper .dt-buttons a.dt-button:hover, .dataTables_wrapper .dt-buttons a.dt-button:active, .dataTables_wrapper .dt-buttons a.dt-button:focus, .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-image: none !important;
  border: none !important;
}

.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: separate;
  background-color: #F0F0F0;
}

.dataTables_wrapper .dataTable td, .dataTables_wrapper .dataTable th {
  white-space: nowrap !important;
}

.dataTables_wrapper .dataTable thead tr {
  color: #4c4c4c;
  border-radius: 0.15em;
}

.dataTables_wrapper .dataTable thead tr td, .dataTables_wrapper .dataTable thead tr th {
  border: none;
  padding-left: 0;
  text-align: center;
}

.dataTables_wrapper .dataTable tfoot tr {
  color: #FFF;
  border-radius: 0.15em;
}

.dataTables_wrapper .dataTable tfoot tr td, .dataTables_wrapper .dataTable tfoot tr th {
  border: none;
  text-align: right;
  background-color: #4c4c4c !important;
}

.dataTables_wrapper .dataTable tfoot tr .align-right {
  text-align: right;
}

.dataTables_wrapper .dataTable tfoot tr td:nth-child(2) {
  text-align: left;
}

.dataTables_wrapper .dataTable tbody tr td.align-right {
  text-align: right;
  padding-right: 35px;
}

.dataTables_wrapper .dataTable tbody tr:nth-child(odd) {
  background-color: #DFDFDF;
}

.dataTables_wrapper .dataTable tbody tr:nth-child(even) {
  background-color: #EBEBEB;
}

.dataTables_wrapper .dataTable.no-footer {
  border: none;
}

.dataTables_wrapper .dataTable thead .sorting {
  background-image: url(/build/images/arrow-white-both.b53e2db0.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px 28px;
}

.dataTables_wrapper .dataTable thead .sorting_asc {
  background-image: url(/build/images/arrow-white-flip-up.48bc24af.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px 28px;
}

.dataTables_wrapper .dataTable thead .sorting_desc {
  background-image: url(/build/images/arrow-white-flip.86c8257f.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px 28px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #F0F0F0 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.body-administration .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #7F2189;
}

.body-administration .dataTables_wrapper .dt-buttons a.dt-button:hover, .body-administration .dataTables_wrapper .dt-buttons a.dt-button:active, .body-administration .dataTables_wrapper .dt-buttons a.dt-button:focus, .body-administration .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #7F2189 !important;
}

.body-administration .dataTables_wrapper .dataTable thead tr th, .body-administration .dataTables_wrapper .dataTable thead tr td {
  background-color: #7F2189 !important;
}

.body-reseau .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #F37735;
}

.body-reseau .dataTables_wrapper .dt-buttons a.dt-button:hover, .body-reseau .dataTables_wrapper .dt-buttons a.dt-button:active, .body-reseau .dataTables_wrapper .dt-buttons a.dt-button:focus, .body-reseau .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #F37735 !important;
}

.body-reseau .dataTables_wrapper .dataTable thead tr th, .body-reseau .dataTables_wrapper .dataTable thead tr td {
  background-color: #F37735 !important;
}

.body-pharmacie .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #04B6D1;
}

.body-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:hover, .body-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:active, .body-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:focus, .body-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #04B6D1 !important;
}

.body-pharmacie .dataTables_wrapper .dataTable thead tr th, .body-pharmacie .dataTables_wrapper .dataTable thead tr td {
  background-color: #04B6D1 !important;
}

#page-business .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #6FC4FF;
}

#page-business .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-business .dataTables_wrapper .dt-buttons a.dt-button:active, #page-business .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-business .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #6FC4FF !important;
}

#page-business .dataTables_wrapper .dataTable thead tr th, #page-business .dataTables_wrapper .dataTable thead tr td {
  background-color: #6FC4FF !important;
  color: #FFF;
}

#page-categories .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #C358ED;
}

#page-categories .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-categories .dataTables_wrapper .dt-buttons a.dt-button:active, #page-categories .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-categories .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #C358ED !important;
}

#page-categories .dataTables_wrapper .dataTable thead tr th, #page-categories .dataTables_wrapper .dataTable thead tr td {
  background-color: #C358ED !important;
  color: #FFF;
}

#page-laboratoires .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #FF3F92;
}

#page-laboratoires .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-laboratoires .dataTables_wrapper .dt-buttons a.dt-button:active, #page-laboratoires .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-laboratoires .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #FF3F92 !important;
}

#page-laboratoires .dataTables_wrapper .dataTable thead tr th, #page-laboratoires .dataTables_wrapper .dataTable thead tr td {
  background-color: #FF3F92 !important;
  color: #FFF;
}

#page-clients .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #FFCC00;
}

#page-clients .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-clients .dataTables_wrapper .dt-buttons a.dt-button:active, #page-clients .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-clients .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #FFCC00 !important;
}

#page-clients .dataTables_wrapper .dataTable thead tr th, #page-clients .dataTables_wrapper .dataTable thead tr td {
  background-color: #FFCC00 !important;
  color: #FFF;
}

#page-merchandising .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #12C3B3;
}

#page-merchandising .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-merchandising .dataTables_wrapper .dt-buttons a.dt-button:active, #page-merchandising .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-merchandising .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #12C3B3 !important;
}

#page-merchandising .dataTables_wrapper .dataTable thead tr th, #page-merchandising .dataTables_wrapper .dataTable thead tr td {
  background-color: #12C3B3 !important;
  color: #FFF;
}

#page-prix .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #ED3333;
}

#page-prix .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-prix .dataTables_wrapper .dt-buttons a.dt-button:active, #page-prix .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-prix .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #ED3333 !important;
}

#page-prix .dataTables_wrapper .dataTable thead tr th, #page-prix .dataTables_wrapper .dataTable thead tr td {
  background-color: #ED3333 !important;
  color: #FFF;
}

#page-animations .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #F79147;
}

#page-animations .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-animations .dataTables_wrapper .dt-buttons a.dt-button:active, #page-animations .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-animations .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #F79147 !important;
}

#page-animations .dataTables_wrapper .dataTable thead tr th, #page-animations .dataTables_wrapper .dataTable thead tr td {
  background-color: #F79147 !important;
  color: #FFF;
}

#page-equipe .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #32D251;
}

#page-equipe .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-equipe .dataTables_wrapper .dt-buttons a.dt-button:active, #page-equipe .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-equipe .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #32D251 !important;
}

#page-equipe .dataTables_wrapper .dataTable thead tr th, #page-equipe .dataTables_wrapper .dataTable thead tr td {
  background-color: #32D251 !important;
  color: #FFF;
}

#page-administration .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #7F2189;
}

#page-administration .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-administration .dataTables_wrapper .dt-buttons a.dt-button:active, #page-administration .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-administration .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #7F2189 !important;
}

#page-administration .dataTables_wrapper .dataTable thead tr th, #page-administration .dataTables_wrapper .dataTable thead tr td {
  background-color: #7F2189 !important;
  color: #FFF;
}

#page-reseau .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #F37735;
}

#page-reseau .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-reseau .dataTables_wrapper .dt-buttons a.dt-button:active, #page-reseau .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-reseau .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #F37735 !important;
}

#page-reseau .dataTables_wrapper .dataTable thead tr th, #page-reseau .dataTables_wrapper .dataTable thead tr td {
  background-color: #F37735 !important;
  color: #FFF;
}

#page-pharmacie .dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #04B6D1;
}

#page-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:hover, #page-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:active, #page-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:focus, #page-pharmacie .dataTables_wrapper .dt-buttons a.dt-button:visited {
  background-color: #04B6D1 !important;
}

#page-pharmacie .dataTables_wrapper .dataTable thead tr th, #page-pharmacie .dataTables_wrapper .dataTable thead tr td {
  background-color: #04B6D1 !important;
  color: #FFF;
}

.width10 {
  width: 10%;
}

.width20 {
  width: 20%;
}

.width30 {
  width: 30%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

.titleGrapheSection {
  font-family: customBold, sans-serif;
}

.listeBtnGraphe {
  text-align: right;
  padding-right: 0;
}

.listeBtnGraphe button {
  margin-left: 10px;
  font-size: 10px;
  background-color: #FFF !important;
  color: #000;
  font-family: customNormal, sans-serif;
  width: auto;
  border-radius: 5px;
}

.listeBtnGraphe button span {
  margin-right: 10px;
}

.listeBtnGraphe button.disabled {
  background-color: #DDDDDD !important;
}

.sectionContent {
  position: relative;
}

.sectionContentGraphe {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  position: relative;
  margin: 10px 0;
  background-color: #FFF;
}

.sectionContentGraphe img {
  max-width: none;
}

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

.sectionContentGraphe .container {
  min-height: 300px;
}

.sectionContentGraphe .titleContentGraphe {
  margin-top: 5px;
  border-top: 1px solid #D8D8D8;
  background-color: white !important;
}

.sectionContentGraphe .titleContentGraphe > div {
  height: 100%;
  text-align: center;
  border-right: 1px solid #D8D8D8;
}

.sectionContentGraphe .titleContentGraphe > div:last-child {
  border-right: none;
}

.sectionContentGraphe .titleContentGraphe > div .titleContentDivGraphe {
  margin: 10px 0;
}

.sectionContentGraphe .titleContentGraphe > div .titleContentDivGraphe p {
  margin: 0 !important;
  color: #B3B3B5;
}

.sectionContentGraphe .titleContentGraphe > div .titleContentDivGraphe .value {
  font-size: 14pt;
  font-family: customBold, sans-serif;
}

.sectionContentGraphe .titleContentGraphe .valueTotalGraph {
  font-family: customBold, sans-serif;
  font-size: 24px;
}

.sectionContentGraphe .titleContentGraphe .titleContentGraphe .textTotalGraph {
  color: #B3B3B5;
}

.graph-premium-wrapper-cancel {
  position: relative;
  height: 300px;
  margin-top: -70px;
}

.graph-premium-wrapper {
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
}

.graph-premium-wrapper .graph-premium {
  width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  z-index: 200;
}

.graph-premium-wrapper .icon-freemium {
  background-image: url(/build/images/freemium.953c1d7d.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 34px;
}

.graph-premium-wrapper a {
  background-color: #FEE274;
  border: #D89A00 solid 1px;
  color: #D89A00;
  padding: 10px 20px;
  border-radius: 5px;
}

.graph-premium-wrapper a img {
  margin-right: 8px;
}

table tr td .graph-premium-wrapper {
  position: initial;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

body.is-reveal-open {
  overflow: auto !important;
}

body {
  background-color: #F0F0F0;
  font-family: customNormal, sans-serif;
  font-size: 14px;
}

body .with-sidebar {
  padding-left: 255px;
}

#bodyContent {
  position: absolute;
  width: 100%;
  display: block;
  top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bodyContent_accueil {
  top: 60px !important;
}

.title-bar a, .top-bar a, .top-bar ul a {
  color: white;
}

/* Hompepage */
.homebox-administration {
  background-color: #7F2189;
}

/* Link in table */
#page-administration .datatables a {
  color: #7F2189;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-reseau {
  background-color: #F37735;
}

/* Link in table */
#page-reseau .datatables a {
  color: #F37735;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-pharmacie {
  background-color: #04B6D1;
}

/* Link in table */
#page-pharmacie .datatables a {
  color: #04B6D1;
  font-family: customBold, sans-serif;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/***
* MODAL LEFT
***/
.modal {
  bottom: 0;
  overflow: auto;
}

.modal #modalLeftContent {
  width: 230px;
  margin-top: 5px;
}

#modalLeft {
  top: 110px !important;
  box-shadow: none !important;
  border-top: none !important;
  padding-top: 20px !important;
  width: 250px !important;
}

#modalChargement p {
  width: 500px;
  text-align: center;
}

/***
* MODULES
***/
/* Hompepage */
.homebox-business,
#page-business #bouton_valider,
#page-business button[type="submit"] {
  background-color: #6FC4FF;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-business #menuHorizontal .current p,
#page-business .breadcrumbs li:last-child,
#page-business .sectionTitle .titleSection {
  color: #6FC4FF;
}

/* Menu vertical */
#page-business #menuVertical .current p {
  color: #6FC4FF !important;
  border-left: 3px solid #6FC4FF !important;
}

/* Filtres */
#page-business #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #6FC4FF;
  background: #FFFFFF;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #6FC4FF;
}

#page-business #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #6FC4FF;
  color: #6FC4FF;
}

#page-business #filtresContent #periodeFiltre span {
  color: #6FC4FF;
}

#page-business #filtresContent input[type="submit"] {
  background: #6FC4FF;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-business #returnTopUnite, #page-business #returnTopLabo, #page-business #returnTopFiltres, #page-business #returnTopPeriode span {
  color: #6FC4FF;
}

#page-business #breadcrumbs .breadcrumbs li:last-child {
  color: #6FC4FF;
}

#page-business .sectionTitle .titleSection, #page-business .soustitleSection {
  color: #6FC4FF;
}

#page-business #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #6FC4FF !important;
}

#page-business .bouton_valider {
  background-color: #6FC4FF;
}

#page-business .active {
  color: #6FC4FF !important;
}

#page-business .valueTotalGraph {
  color: #6FC4FF !important;
}

#page-business .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #6FC4FF !important;
}

.homebox-content-data .font-business {
  color: #6FC4FF;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-business {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-business span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-categories,
#page-categories #bouton_valider,
#page-categories button[type="submit"] {
  background-color: #C358ED;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-categories #menuHorizontal .current p,
#page-categories .breadcrumbs li:last-child,
#page-categories .sectionTitle .titleSection {
  color: #C358ED;
}

/* Menu vertical */
#page-categories #menuVertical .current p {
  color: #C358ED !important;
  border-left: 3px solid #C358ED !important;
}

/* Filtres */
#page-categories #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #C358ED;
  background: #FFFFFF;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #C358ED;
}

#page-categories #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #C358ED;
  color: #C358ED;
}

#page-categories #filtresContent #periodeFiltre span {
  color: #C358ED;
}

#page-categories #filtresContent input[type="submit"] {
  background: #C358ED;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-categories #returnTopUnite, #page-categories #returnTopLabo, #page-categories #returnTopFiltres, #page-categories #returnTopPeriode span {
  color: #C358ED;
}

#page-categories #breadcrumbs .breadcrumbs li:last-child {
  color: #C358ED;
}

#page-categories .sectionTitle .titleSection, #page-categories .soustitleSection {
  color: #C358ED;
}

#page-categories #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #C358ED !important;
}

#page-categories .bouton_valider {
  background-color: #C358ED;
}

#page-categories .active {
  color: #C358ED !important;
}

#page-categories .valueTotalGraph {
  color: #C358ED !important;
}

#page-categories .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #C358ED !important;
}

.homebox-content-data .font-categories {
  color: #C358ED;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-categories {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-categories span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-laboratoires,
#page-laboratoires #bouton_valider,
#page-laboratoires button[type="submit"] {
  background-color: #FF3F92;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-laboratoires #menuHorizontal .current p,
#page-laboratoires .breadcrumbs li:last-child,
#page-laboratoires .sectionTitle .titleSection {
  color: #FF3F92;
}

/* Menu vertical */
#page-laboratoires #menuVertical .current p {
  color: #FF3F92 !important;
  border-left: 3px solid #FF3F92 !important;
}

/* Filtres */
#page-laboratoires #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FF3F92;
  background: #FFFFFF;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FF3F92;
}

#page-laboratoires #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FF3F92;
  color: #FF3F92;
}

#page-laboratoires #filtresContent #periodeFiltre span {
  color: #FF3F92;
}

#page-laboratoires #filtresContent input[type="submit"] {
  background: #FF3F92;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-laboratoires #returnTopUnite, #page-laboratoires #returnTopLabo, #page-laboratoires #returnTopFiltres, #page-laboratoires #returnTopPeriode span {
  color: #FF3F92;
}

#page-laboratoires #breadcrumbs .breadcrumbs li:last-child {
  color: #FF3F92;
}

#page-laboratoires .sectionTitle .titleSection, #page-laboratoires .soustitleSection {
  color: #FF3F92;
}

#page-laboratoires #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FF3F92 !important;
}

#page-laboratoires .bouton_valider {
  background-color: #FF3F92;
}

#page-laboratoires .active {
  color: #FF3F92 !important;
}

#page-laboratoires .valueTotalGraph {
  color: #FF3F92 !important;
}

#page-laboratoires .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FF3F92 !important;
}

.homebox-content-data .font-laboratoires {
  color: #FF3F92;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-laboratoires {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-laboratoires span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-clients,
#page-clients #bouton_valider,
#page-clients button[type="submit"] {
  background-color: #FFCC00;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-clients #menuHorizontal .current p,
#page-clients .breadcrumbs li:last-child,
#page-clients .sectionTitle .titleSection {
  color: #FFCC00;
}

/* Menu vertical */
#page-clients #menuVertical .current p {
  color: #FFCC00 !important;
  border-left: 3px solid #FFCC00 !important;
}

/* Filtres */
#page-clients #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FFCC00;
  background: #FFFFFF;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FFCC00;
}

#page-clients #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FFCC00;
  color: #FFCC00;
}

#page-clients #filtresContent #periodeFiltre span {
  color: #FFCC00;
}

#page-clients #filtresContent input[type="submit"] {
  background: #FFCC00;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-clients #returnTopUnite, #page-clients #returnTopLabo, #page-clients #returnTopFiltres, #page-clients #returnTopPeriode span {
  color: #FFCC00;
}

#page-clients #breadcrumbs .breadcrumbs li:last-child {
  color: #FFCC00;
}

#page-clients .sectionTitle .titleSection, #page-clients .soustitleSection {
  color: #FFCC00;
}

#page-clients #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FFCC00 !important;
}

#page-clients .bouton_valider {
  background-color: #FFCC00;
}

#page-clients .active {
  color: #FFCC00 !important;
}

#page-clients .valueTotalGraph {
  color: #FFCC00 !important;
}

#page-clients .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FFCC00 !important;
}

.homebox-content-data .font-clients {
  color: #FFCC00;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-clients {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-clients span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-merchandising,
#page-merchandising #bouton_valider,
#page-merchandising button[type="submit"] {
  background-color: #12C3B3;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-merchandising #menuHorizontal .current p,
#page-merchandising .breadcrumbs li:last-child,
#page-merchandising .sectionTitle .titleSection {
  color: #12C3B3;
}

/* Menu vertical */
#page-merchandising #menuVertical .current p {
  color: #12C3B3 !important;
  border-left: 3px solid #12C3B3 !important;
}

/* Filtres */
#page-merchandising #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #12C3B3;
  background: #FFFFFF;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #12C3B3;
}

#page-merchandising #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #12C3B3;
  color: #12C3B3;
}

#page-merchandising #filtresContent #periodeFiltre span {
  color: #12C3B3;
}

#page-merchandising #filtresContent input[type="submit"] {
  background: #12C3B3;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-merchandising #returnTopUnite, #page-merchandising #returnTopLabo, #page-merchandising #returnTopFiltres, #page-merchandising #returnTopPeriode span {
  color: #12C3B3;
}

#page-merchandising #breadcrumbs .breadcrumbs li:last-child {
  color: #12C3B3;
}

#page-merchandising .sectionTitle .titleSection, #page-merchandising .soustitleSection {
  color: #12C3B3;
}

#page-merchandising #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #12C3B3 !important;
}

#page-merchandising .bouton_valider {
  background-color: #12C3B3;
}

#page-merchandising .active {
  color: #12C3B3 !important;
}

#page-merchandising .valueTotalGraph {
  color: #12C3B3 !important;
}

#page-merchandising .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #12C3B3 !important;
}

.homebox-content-data .font-merchandising {
  color: #12C3B3;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-merchandising {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-merchandising span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-prix,
#page-prix #bouton_valider,
#page-prix button[type="submit"] {
  background-color: #ED3333;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-prix #menuHorizontal .current p,
#page-prix .breadcrumbs li:last-child,
#page-prix .sectionTitle .titleSection {
  color: #ED3333;
}

/* Menu vertical */
#page-prix #menuVertical .current p {
  color: #ED3333 !important;
  border-left: 3px solid #ED3333 !important;
}

/* Filtres */
#page-prix #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #ED3333;
  background: #FFFFFF;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #ED3333;
}

#page-prix #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #ED3333;
  color: #ED3333;
}

#page-prix #filtresContent #periodeFiltre span {
  color: #ED3333;
}

#page-prix #filtresContent input[type="submit"] {
  background: #ED3333;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-prix #returnTopUnite, #page-prix #returnTopLabo, #page-prix #returnTopFiltres, #page-prix #returnTopPeriode span {
  color: #ED3333;
}

#page-prix #breadcrumbs .breadcrumbs li:last-child {
  color: #ED3333;
}

#page-prix .sectionTitle .titleSection, #page-prix .soustitleSection {
  color: #ED3333;
}

#page-prix #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #ED3333 !important;
}

#page-prix .bouton_valider {
  background-color: #ED3333;
}

#page-prix .active {
  color: #ED3333 !important;
}

#page-prix .valueTotalGraph {
  color: #ED3333 !important;
}

#page-prix .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #ED3333 !important;
}

.homebox-content-data .font-prix {
  color: #ED3333;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-prix {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-prix span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-animations,
#page-animations #bouton_valider,
#page-animations button[type="submit"] {
  background-color: #F79147;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-animations #menuHorizontal .current p,
#page-animations .breadcrumbs li:last-child,
#page-animations .sectionTitle .titleSection {
  color: #F79147;
}

/* Menu vertical */
#page-animations #menuVertical .current p {
  color: #F79147 !important;
  border-left: 3px solid #F79147 !important;
}

/* Filtres */
#page-animations #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F79147;
  background: #FFFFFF;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F79147;
}

#page-animations #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F79147;
  color: #F79147;
}

#page-animations #filtresContent #periodeFiltre span {
  color: #F79147;
}

#page-animations #filtresContent input[type="submit"] {
  background: #F79147;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-animations #returnTopUnite, #page-animations #returnTopLabo, #page-animations #returnTopFiltres, #page-animations #returnTopPeriode span {
  color: #F79147;
}

#page-animations #breadcrumbs .breadcrumbs li:last-child {
  color: #F79147;
}

#page-animations .sectionTitle .titleSection, #page-animations .soustitleSection {
  color: #F79147;
}

#page-animations #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F79147 !important;
}

#page-animations .bouton_valider {
  background-color: #F79147;
}

#page-animations .active {
  color: #F79147 !important;
}

#page-animations .valueTotalGraph {
  color: #F79147 !important;
}

#page-animations .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F79147 !important;
}

.homebox-content-data .font-animations {
  color: #F79147;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-animations {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-animations span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-equipe,
#page-equipe #bouton_valider,
#page-equipe button[type="submit"] {
  background-color: #32D251;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-equipe #menuHorizontal .current p,
#page-equipe .breadcrumbs li:last-child,
#page-equipe .sectionTitle .titleSection {
  color: #32D251;
}

/* Menu vertical */
#page-equipe #menuVertical .current p {
  color: #32D251 !important;
  border-left: 3px solid #32D251 !important;
}

/* Filtres */
#page-equipe #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #32D251;
  background: #FFFFFF;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #32D251;
}

#page-equipe #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #32D251;
  color: #32D251;
}

#page-equipe #filtresContent #periodeFiltre span {
  color: #32D251;
}

#page-equipe #filtresContent input[type="submit"] {
  background: #32D251;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-equipe #returnTopUnite, #page-equipe #returnTopLabo, #page-equipe #returnTopFiltres, #page-equipe #returnTopPeriode span {
  color: #32D251;
}

#page-equipe #breadcrumbs .breadcrumbs li:last-child {
  color: #32D251;
}

#page-equipe .sectionTitle .titleSection, #page-equipe .soustitleSection {
  color: #32D251;
}

#page-equipe #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #32D251 !important;
}

#page-equipe .bouton_valider {
  background-color: #32D251;
}

#page-equipe .active {
  color: #32D251 !important;
}

#page-equipe .valueTotalGraph {
  color: #32D251 !important;
}

#page-equipe .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #32D251 !important;
}

.homebox-content-data .font-equipe {
  color: #32D251;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-equipe {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-equipe span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-administration,
#page-administration #bouton_valider,
#page-administration button[type="submit"] {
  background-color: #7F2189;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-administration #menuHorizontal .current p,
#page-administration .breadcrumbs li:last-child,
#page-administration .sectionTitle .titleSection {
  color: #7F2189;
}

/* Menu vertical */
#page-administration #menuVertical .current p {
  color: #7F2189 !important;
  border-left: 3px solid #7F2189 !important;
}

/* Filtres */
#page-administration #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #7F2189;
  background: #FFFFFF;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #7F2189;
}

#page-administration #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #7F2189;
  color: #7F2189;
}

#page-administration #filtresContent #periodeFiltre span {
  color: #7F2189;
}

#page-administration #filtresContent input[type="submit"] {
  background: #7F2189;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-administration #returnTopUnite, #page-administration #returnTopLabo, #page-administration #returnTopFiltres, #page-administration #returnTopPeriode span {
  color: #7F2189;
}

#page-administration #breadcrumbs .breadcrumbs li:last-child {
  color: #7F2189;
}

#page-administration .sectionTitle .titleSection, #page-administration .soustitleSection {
  color: #7F2189;
}

#page-administration #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #7F2189 !important;
}

#page-administration .bouton_valider {
  background-color: #7F2189;
}

#page-administration .active {
  color: #7F2189 !important;
}

#page-administration .valueTotalGraph {
  color: #7F2189 !important;
}

#page-administration .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #7F2189 !important;
}

.homebox-content-data .font-administration {
  color: #7F2189;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-administration {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-administration span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-reseau,
#page-reseau #bouton_valider,
#page-reseau button[type="submit"] {
  background-color: #F37735;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-reseau #menuHorizontal .current p,
#page-reseau .breadcrumbs li:last-child,
#page-reseau .sectionTitle .titleSection {
  color: #F37735;
}

/* Menu vertical */
#page-reseau #menuVertical .current p {
  color: #F37735 !important;
  border-left: 3px solid #F37735 !important;
}

/* Filtres */
#page-reseau #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F37735;
  background: #FFFFFF;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F37735;
}

#page-reseau #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F37735;
  color: #F37735;
}

#page-reseau #filtresContent #periodeFiltre span {
  color: #F37735;
}

#page-reseau #filtresContent input[type="submit"] {
  background: #F37735;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-reseau #returnTopUnite, #page-reseau #returnTopLabo, #page-reseau #returnTopFiltres, #page-reseau #returnTopPeriode span {
  color: #F37735;
}

#page-reseau #breadcrumbs .breadcrumbs li:last-child {
  color: #F37735;
}

#page-reseau .sectionTitle .titleSection, #page-reseau .soustitleSection {
  color: #F37735;
}

#page-reseau #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F37735 !important;
}

#page-reseau .bouton_valider {
  background-color: #F37735;
}

#page-reseau .active {
  color: #F37735 !important;
}

#page-reseau .valueTotalGraph {
  color: #F37735 !important;
}

#page-reseau .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F37735 !important;
}

.homebox-content-data .font-reseau {
  color: #F37735;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-reseau {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-reseau span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-pharmacie,
#page-pharmacie #bouton_valider,
#page-pharmacie button[type="submit"] {
  background-color: #04B6D1;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-pharmacie #menuHorizontal .current p,
#page-pharmacie .breadcrumbs li:last-child,
#page-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

/* Menu vertical */
#page-pharmacie #menuVertical .current p {
  color: #04B6D1 !important;
  border-left: 3px solid #04B6D1 !important;
}

/* Filtres */
#page-pharmacie #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #04B6D1;
  background: #FFFFFF;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #04B6D1;
}

#page-pharmacie #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #04B6D1;
  color: #04B6D1;
}

#page-pharmacie #filtresContent #periodeFiltre span {
  color: #04B6D1;
}

#page-pharmacie #filtresContent input[type="submit"] {
  background: #04B6D1;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-pharmacie #returnTopUnite, #page-pharmacie #returnTopLabo, #page-pharmacie #returnTopFiltres, #page-pharmacie #returnTopPeriode span {
  color: #04B6D1;
}

#page-pharmacie #breadcrumbs .breadcrumbs li:last-child {
  color: #04B6D1;
}

#page-pharmacie .sectionTitle .titleSection, #page-pharmacie .soustitleSection {
  color: #04B6D1;
}

#page-pharmacie #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #04B6D1 !important;
}

#page-pharmacie .bouton_valider {
  background-color: #04B6D1;
}

#page-pharmacie .active {
  color: #04B6D1 !important;
}

#page-pharmacie .valueTotalGraph {
  color: #04B6D1 !important;
}

#page-pharmacie .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #04B6D1 !important;
}

.homebox-content-data .font-pharmacie {
  color: #04B6D1;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-pharmacie {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-pharmacie span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

.homebox-business {
  background-image: url(/build/images/business.199f8b84.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-categories {
  background-image: url(/build/images/categorie.3682ef70.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-laboratoires {
  background-image: url(/build/images/laboratoire.0808e6cf.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-clients {
  background-image: url(/build/images/client.eb4f3fcc.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-merchandising {
  background-image: url(/build/images/merchandising.a6085422.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-prix {
  background-image: url(/build/images/prix.3281dcf9.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-animations {
  background-image: url(/build/images/animation.ddf89443.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-equipe {
  background-image: url(/build/images/equipe.0d202f54.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

/***
* FIL D'ARIANE
***/
#breadcrumbs .breadcrumbs li a {
  color: #000;
}

#breadcrumbs .breadcrumbs li:last-child {
  font-family: customBold, sans-serif;
}

/***
* TOOLTIP
***/
.tooltip-info {
  padding-right: 20px;
}

.tooltip-info p {
  margin-bottom: 0;
  line-height: 1rem;
  word-wrap: break-word;
}

.tooltip-info .tooltip-title {
  padding-right: 10px;
}

.tooltip-info .tooltip-subtitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: customBold, sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.tooltip-info .tooltip-serie-name {
  font-family: customBold, sans-serif;
}

.tooltip-info .upper {
  text-transform: uppercase;
}

.tooltip-info .tooltip-serie-info {
  color: #B3B3B5;
  margin-top: 10px;
}

.tooltip-info .tooltip-serie-box {
  background: -webkit-linear-gradient(left, #DFDFDF, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #DFDFDF, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #DFDFDF, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #DFDFDF, #FFF);
  margin: 10px 0;
  padding: 0 20px;
}

.tooltip-info .tooltip-serie-box p {
  padding: 5px 0;
}

.tooltip-info .tooltip-serie-box p span {
  color: #939598;
}

.tooltip-info .tooltip-legend {
  margin-top: 50px;
}

.tooltip-info .tooltip-legend p {
  margin-bottom: 10px;
}

.tooltip-info .tooltip-legend img {
  margin-right: 5px;
}

/***
* BTN TRANSITION
***/
.btn-liste, .btn-liste-left {
  height: 40px;
  margin-top: 15px;
  text-align: right;
  float: right;
}

.btn-liste .btn a, .btn-liste-left .btn a {
  padding: 15px 25px;
}

.btn-liste .btn #btn-laboratoire, .btn-liste-left .btn #btn-laboratoire {
  padding-left: 40px;
  background-image: url(/build/images/labo_arrow.62ebd1fc.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #FF3F92;
}

.btn-liste .btn #btn-categorie, .btn-liste-left .btn #btn-categorie {
  padding-left: 40px;
  background-image: url(/build/images/univers_arrow.e9909656.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #C358ED;
}

.btn-liste-left {
  float: left;
}

/***
* TABLE
***/
.table-component, .tableau_business {
  margin-top: 20px;
}

.table-component thead td, .tableau_business thead td {
  background-color: #FFF;
  color: #585858;
  font-weight: normal;
}

.table-component thead td a, .tableau_business thead td a {
  color: #939598;
}

.table-component thead tr, .tableau_business thead tr {
  background-color: #F0F0F0;
}

.table-component thead tr:first-child td, .tableau_business thead tr:first-child td {
  text-align: center;
}

.table-component thead tr:first-child td:first-child, .tableau_business thead tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.table-component thead tr:first-child td:last-child, .tableau_business thead tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.table-component thead tr:last-child td:first-child, .tableau_business thead tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.table-component thead tr:last-child td:last-child, .tableau_business thead tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table-component tbody td.align-right, .tableau_business tbody td.align-right {
  text-align: right;
  padding-right: 20px;
}

.table-component tbody td.align-center, .tableau_business tbody td.align-center {
  text-align: center;
}

.table-component tbody td.decalage, .tableau_business tbody td.decalage {
  padding-left: 4em;
}

.table-component tbody td.decalagedouble, .tableau_business tbody td.decalagedouble {
  padding-left: 8em;
}

.table-component tbody td.chargement, .tableau_business tbody td.chargement {
  text-align: center;
}

.table-component tbody td a, .tableau_business tbody td a {
  color: #000;
}

.table-component tbody td:not(:last-child), .tableau_business tbody td:not(:last-child) {
  border-right: solid 1px #F0F0F0;
}

.nowrap {
  white-space: nowrap !important;
}

.separation_table {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

.tableau1px tbody tr td:nth-child(n+2), .tableau1px tfoot tr td:nth-child(n+2) {
  text-align: right;
}

.tableau2px tbody tr td:nth-child(n+3), .tableau2px tfoot tr td:nth-child(n+3) {
  text-align: right;
}

.tableau3px tbody tr td:nth-child(n+4), .tableau3px tfoot tr td:nth-child(n+4) {
  text-align: right;
}

.tableau4px tbody tr td:nth-child(n+5), .tableau4px tfoot tr td:nth-child(n+5) {
  text-align: right;
}

.tableau5px tbody tr td:nth-child(n+6), .tableau5px tfoot tr td:nth-child(n+6) {
  text-align: right;
}

.tableau6px tbody tr td:nth-child(n+7), .tableau6px tfoot tr td:nth-child(n+7) {
  text-align: right;
}

.tableau7px tbody tr td:nth-child(n+8), .tableau7px tfoot tr td:nth-child(n+8) {
  text-align: right;
}

.tableau8px tbody tr td:nth-child(n+9), .tableau8px tfoot tr td:nth-child(n+9) {
  text-align: right;
}

.tableau9px tbody tr td:nth-child(n+10), .tableau9px tfoot tr td:nth-child(n+10) {
  text-align: right;
}

.tableau10px tbody tr td:nth-child(n+11), .tableau10px tfoot tr td:nth-child(n+11) {
  text-align: right;
}

.bigTable {
  width: 100%;
  overflow-x: scroll;
}

.bigTable tbody td {
  white-space: nowrap;
}

.tableau_scrollbar, .tableau_scrollbar-big {
  width: 100%;
}

.tableau_scrollbar tbody, .tableau_scrollbar-big tbody, .tableau_scrollbar tfoot, .tableau_scrollbar-big tfoot {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  width: 100%;
  background-color: #F0F0F0;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead, .tableau_scrollbar tbody tr, .tableau_scrollbar-big tbody tr, .tableau_scrollbar tfoot tr, .tableau_scrollbar-big tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead {
  width: calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: -webkit-calc(100% - 1em);
}

.tableau_scrollbar-big tbody, .tableau_scrollbar-big tfoot {
  max-height: 600px;
}

.preambule-warning {
  font-size: 9pt;
  padding: 5px 10px;
  background-color: #e4ebd8;
  margin-bottom: 5px;
}

.preambule-warning p {
  padding-top: 2px;
  margin: 0 0 0 5px;
}

.preambule-warning .preambule-warning-close:before {
  content: "\f00d";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
  color: #32D251;
  float: right;
  cursor: pointer;
}

[class^=tooltip-evolution-] {
  margin: 0;
  font-weight: bold;
}

[class^=tooltip-evolution-] img {
  margin-left: 5px;
  margin-top: -2px;
}

[class^=tooltip-evolution-].tooltip-evolution-up {
  color: #94D815;
}

[class^=tooltip-evolution-].tooltip-evolution-same {
  color: #FFAE00;
}

[class^=tooltip-evolution-].tooltip-evolution-down {
  color: #FF6160;
}

#header .version .icone {
  padding: 5px 10px;
  margin-bottom: 0;
  float: left;
  background-color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  color: #F79147;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

#header .version .only {
  border-radius: 10px;
}

#header .version .message {
  margin-bottom: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  background-color: #F79147;
  float: left;
}

.button_prototype {
  border-radius: 4px;
  width: 200px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.add_prototype {
  background-color: green;
}

.delete_prototype {
  background-color: red;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

/**
* TITLES
**/
.sectionTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sectionTitle .titleSection {
  font-family: customBold, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
}

.sectionTitle .titleSection span {
  width: 100%;
}

.sectionTitle .titleSection span:last-child {
  font-family: customNormal, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.soustitleSection {
  font-size: 12pt;
  font-family: customBold, sans-serif;
  text-transform: uppercase;
}

.body-administration .sectionTitle .titleSection {
  color: #7F2189;
}

.body-administration .classBtn {
  background-color: #7F2189;
}

.body-reseau .sectionTitle .titleSection {
  color: #F37735;
}

.body-reseau .classBtn {
  background-color: #F37735;
}

.body-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

.body-pharmacie .classBtn {
  background-color: #04B6D1;
}

/**
* BUTTONS
**/
button.disabled {
  background-color: #DDDDDD;
}

.classBtn {
  padding: 0 25px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  width: 25%;
}

.classBtn.freemium {
  background-color: #DDDDDD !important;
}

.littleBtn {
  height: 36px;
}

.bigBtn {
  height: 46px;
}

.maxiBtn {
  height: 56px;
}

/**
* TABLE
**/
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}

table tbody tr:nth-child(odd), table tbody tr.odd-line {
  background-color: #DFDFDF;
}

table tbody tr:nth-child(even), table tbody tr.even-line {
  background-color: #EBEBEB;
}

table tbody .odd-color {
  background-color: #DFDFDF;
}

table tbody .even-color {
  background-color: #EBEBEB;
}

/**
* INPUT
**/
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="color"], input[type="password"], input[type="search"], textarea {
  box-shadow: none;
  background-color: #F0F0F0;
  border-radius: 4px;
  border: 1px solid #cacaca;
  font-size: 14px;
  color: #4c4c4c;
  height: 46px;
  margin-bottom: 0;
  padding-left: 10px;
}

input[type="file"] {
  margin-bottom: 0;
}

.choice-widget .choice {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #4c4c4c;
}

.choice-widget .choice .checkbox {
  opacity: 0;
  position: absolute;
}

.choice-widget .choice .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #4c4c4c;
}

.choice-widget .choice .checkbox + .checkbox-label:before {
  content: '';
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  background: #F0F0F0;
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}

.choice-widget .choice .checkbox:checked + .checkbox-label:before {
  content: "\f00c";
}

.select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #F0F0F0;
  color: #4c4c4c;
  overflow: hidden;
}

.select:hover {
  color: #4c4c4c;
}

.select::after {
  content: '\f107';
  font-family: FontAwesome, sans-serif;
  font-size: 25px;
  position: absolute;
  top: 4px;
  right: 10px;
  pointer-events: none;
  color: #939598;
  font-weight: normal;
}

.select select {
  color: #4c4c4c;
  background: transparent;
  width: 100%;
  height: 46px;
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  border: 0;
  outline: none;
}

textarea {
  min-height: 100px;
}

/**** CHECKBOXES ****/
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox + .checkbox-label:before {
  content: '';
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  background: #F0F0F0;
  border: 1px solid #4c4c4c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}

.checkbox:checked + .checkbox-label:before {
  content: "\f00c";
}

.checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #4c4c4c;
  position: relative;
  width: 100%;
}

.checkbox-label .checkbox-label-first {
  position: absolute;
  top: 0;
  left: 60px;
  width: 100%;
  padding-right: 60px;
}

.checkbox-label .checkbox-label-second {
  position: absolute;
  text-transform: capitalize;
  color: #585858;
  font-size: 10pt;
  top: 16px;
  left: 60px;
  width: 100%;
  padding-right: 60px;
}

.checkbox-label-sub {
  color: #B3B3B5;
  font-family: customBold, sans-serif;
}

.checkbox + .checkbox-label::before {
  border-color: #F79147;
  color: #F79147;
}

input[disabled] + .checkbox-label::before {
  border-color: #FBC296;
  color: #FBC296;
}

/**
* FORM
**/
.hide {
  display: none;
}

/**
* IMAGES
**/
.uploadfile {
  max-height: 300px;
  max-width: 300px;
  margin-top: 10px;
}

.pictos {
  cursor: pointer;
}

.pictoAide, .littlePicto {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}

.littlePicto {
  width: 20px !important;
  height: 20px !important;
}

.cadenasPictosBg, #filtresContent form > div:last-child #filterValidation.freemium, .freemium {
  background-image: url(/build/images/cadenas_V4.b9b49595.png) !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
}

.cadenasPictosBg.center, #filtresContent form > div:last-child .center#filterValidation.freemium, .center.freemium {
  background-position: 50% center !important;
}

#filtresContent {
  padding: 10px;
  height: 100%;
  font-size: 13px;
  background-color: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  margin-bottom: 10px;
}

#filtresContent form > div {
  /* Zone avec l'ensemble des filtres */
  /* Zone pour le bouton de droite */
}

#filtresContent form > div input:disabled + label, #filtresContent form > div select:disabled {
  cursor: not-allowed !important;
}

#filtresContent form > div:first-child {
  overflow: hidden;
  padding: 0;
  border-right: 1px solid #D8D8D8;
  /* Zone du filtre d'unite de mesure */
  /* Zone du filtre de période */
}

#filtresContent form > div:first-child .zoneFiltre {
  margin: 5px 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  overflow: hidden;
  height: 70px;
}

#filtresContent form > div:first-child .zoneFiltre .titleFiltre {
  font-size: 12px;
  color: #B3B3B5;
  margin-right: 5px;
  width: max-content;
}

#filtresContent form > div:first-child .zoneFiltre .titleFiltre.littleTitleFiltre {
  max-width: 50px;
  padding-top: 5px;
}

#filtresContent form > div:first-child .zoneFiltre .titleFiltre.mediumTitleFiltre {
  max-width: 60px;
  padding-top: 5px;
}

#filtresContent form > div:first-child .zoneFiltre .titleFiltre.bigTitleFiltre {
  max-width: 75px;
  padding-top: 15px;
}

#filtresContent form > div:first-child .zoneFiltre .contentFiltre .switch {
  display: inline-block;
  margin-top: 10px;
}

#filtresContent form > div:first-child .zoneFiltre .contentFiltre select {
  padding-right: 30px;
}

#filtresContent form > div:first-child .radioFilter input[type=radio] {
  display: none;
}

#filtresContent form > div:first-child .radioFilter input[type=radio] + label {
  display: inline-block;
  margin: 0 -1.65px;
  padding: 10px 15px;
  color: #585858;
  background-color: #F0F0F0;
  border: 1px solid #D8D8D8;
}

#filtresContent form > div:first-child .radioFilter label:nth-child(2) {
  border-radius: 5px 0 0 5px;
}

#filtresContent form > div:first-child .radioFilter label:last-child {
  border-radius: 0 5px 5px 0;
}

#filtresContent form > div:first-child .radioFilter input[type=radio]:checked + label {
  background-image: none;
  background-color: #FFF;
}

#filtresContent form > div:first-child .checkboxFilter > div {
  width: min-content;
  float: left;
  padding-right: 25px;
}

#filtresContent form > div:first-child #periodeFiltre.disabled img {
  cursor: not-allowed;
}

#filtresContent form > div:first-child #periodeFiltre > span {
  display: inline-block;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  width: 160px;
  height: 48px;
}

#filtresContent form > div:first-child #periodeFiltre > span p {
  display: inline-block;
  width: 55%;
  height: 100%;
  text-align: center;
}

#filtresContent form > div:first-child #periodeFiltre > span img {
  width: 20%;
  height: 46px;
  cursor: pointer;
}

#filtresContent form > div:first-child #periodeFiltre > span:not(:last-child) {
  margin-right: 10px;
}

#filtresContent form > div:first-child div[id^=labo] {
  width: 230px;
}

#filtresContent form > div:first-child div[id^=labo] div[id^=autocomplete] {
  width: 160px !important;
}

#filtresContent form > div:first-child div[id^=labo] img, #filtresContent form > div:first-child div[id^=labo] span {
  float: left;
}

#filtresContent form > div:last-child {
  height: 100%;
}

#filtresContent form > div:last-child #filterValidation {
  margin: auto;
  font-size: 14px;
  font-family: customBold, sans-serif;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

.form-row {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
}

.form-row.no-fixed-row-height {
  height: auto;
  margin-bottom: 10px;
}

.form-label-column {
  padding: 0 10px 0 0 !important;
}

.form-label-column label {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  color: #939598;
  font-size: 14px;
  line-height: 16px;
}

.form-row-droits {
  margin: 10px auto 80px 50px;
  padding-bottom: 20px;
  width: 700px;
  text-align: center;
}

.lbl-droits-modules {
  text-align: center;
  float: left;
  width: 70px;
  border: solid white 1px;
}

.lbl-droits-modules label {
  display: initial;
  height: 70px;
}

.lbl-droits-users {
  border: solid white 1px;
  float: left;
  width: 140px;
}

.form-check-column {
  float: left;
  width: auto;
}

.form-value-column-fix {
  height: 46px;
}

.form-value-column > span {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  color: #000;
  font-size: 14px;
}

.form-value-column > p {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.form-vertical-partition.bordered-left {
  border-left: 1px solid #cacaca;
}

.form-vertical-partition.bordered-right {
  border-right: 1px solid #cacaca;
}

.form-error {
  margin: 0 !important;
}

input[readonly], input[readonly="readonly"], input[disabled], input[disabled="disabled"] {
  background-color: #DDDDDD;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

footer {
  height: 70px;
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  margin-top: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #FFF;
}

footer > div #phoneFooter {
  margin-top: 5px;
}

footer > div #phoneFooter .telephone_contact {
  position: relative;
  padding: 0;
}

footer > div #phoneFooter .telephone_contact p {
  color: #91919e;
  margin: 0;
  line-height: 1.4;
}

footer > div #phoneFooter .telephone_contact p:first-child {
  font-family: customBold, sans-serif;
  font-size: 14pt;
}

footer > div #phoneFooter .telephone_contact p:last-child {
  font-size: 10px;
}

footer > div #phoneFooter .telephone_contact p[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

footer > div #textFooter {
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 1;
}

footer > div #textFooter > div:first-child > span {
  font-size: 13px;
}

footer > div #textFooter > div:first-child > span:first-child {
  font-family: customBold, sans-serif;
}

footer > div #textFooter > div:nth-child(2) > span {
  font-size: 12px;
  color: #B3B3B5;
}

footer > div #imgFooter {
  text-align: right;
}

footer > div #imgFooter img {
  height: 50px;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#homepage {
  margin-top: 1em;
  width: 100%;
}

#homepage .home-title {
  font-size: 23px;
  padding: 15px;
}

#homepage .home-title p {
  font-size: 13px;
  font-weight: normal;
}

#homepage .homebox {
  margin: 0 0 1rem 0;
  border-radius: 3px;
  position: relative;
  height: 310px;
  background-color: #FFF;
}

#homepage .homebox .homebox-header {
  height: 55px;
  padding-top: 20px;
  padding-left: 50px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #FFF;
  font-family: customBold, sans-serif;
}

#homepage .homebox .homebox-header .homebox-freemium {
  background-image: url(/build/images/freemium.953c1d7d.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 180px;
  margin-top: -25px;
}

#homepage .homebox .homebox-content {
  height: 204px;
  padding: 20px 20px 0 20px;
}

#homepage .homebox .homebox-content .homebox-content-title {
  line-height: 0.8;
  height: 36px;
  margin-bottom: 0px;
  color: #000;
}

#homepage .homebox .homebox-content .homebox-content-title p {
  color: #B3B3B5;
}

#homepage .homebox .homebox-content .homebox-content-title strong {
  color: #000;
  font-family: customBold, sans-serif;
  font-weight: normal;
}

#homepage .homebox .homebox-content .homebox-content-data {
  padding: 15px 0 0 0;
  color: #B3B3B5;
  line-height: 0.5;
}

#homepage .homebox .homebox-content .homebox-content-data p {
  margin: 0;
}

#homepage .homebox .homebox-content .homebox-content-data .arrow {
  background-image: url(/build/images/arrow.01863467.png);
  color: #FFAE00;
}

#homepage .homebox .homebox-content .homebox-content-data .arrow-up {
  background-image: url(/build/images/arrow-up.1d4b6eaf.png);
  color: #94D815;
}

#homepage .homebox .homebox-content .homebox-content-data .arrow-down {
  background-image: url(/build/images/arrow-down.efd4ed86.png);
  color: #FF6160;
}

#homepage .homebox .homebox-content .homebox-content-data .arrow-homepage {
  font-family: customBold, sans-serif;
  font-size: 23px;
  background-repeat: no-repeat;
  height: 50px;
  padding-left: 55px;
  line-height: 1;
}

#homepage .homebox .homebox-content .homebox-content-data .font-equipe {
  color: #32D251;
  font-family: customBold, sans-serif;
  font-size: 22px;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
}

#homepage .homebox .homebox-content .homebox-content-data .font-equipe span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

#homepage .homebox .homebox-button {
  height: 56px;
  margin: 0;
}

#homepage .homebox .homebox-button .link {
  width: 80px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  font-size: .9rem;
  background-color: #D9D9D9;
  color: #585858;
  font-family: customBold, sans-serif;
}

#homepage .homebox:hover {
  background-color: gainsboro;
}

#homepage .homebox:hover .link {
  background-color: white;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

body.is-reveal-open {
  overflow: auto !important;
}

body {
  background-color: #F0F0F0;
  font-family: customNormal, sans-serif;
  font-size: 14px;
}

body .with-sidebar {
  padding-left: 255px;
}

#bodyContent {
  position: absolute;
  width: 100%;
  display: block;
  top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bodyContent_accueil {
  top: 60px !important;
}

.title-bar a, .top-bar a, .top-bar ul a {
  color: white;
}

/* Hompepage */
.homebox-administration {
  background-color: #7F2189;
}

/* Link in table */
#page-administration .datatables a {
  color: #7F2189;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-reseau {
  background-color: #F37735;
}

/* Link in table */
#page-reseau .datatables a {
  color: #F37735;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-pharmacie {
  background-color: #04B6D1;
}

/* Link in table */
#page-pharmacie .datatables a {
  color: #04B6D1;
  font-family: customBold, sans-serif;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/***
* MODAL LEFT
***/
.modal {
  bottom: 0;
  overflow: auto;
}

.modal #modalLeftContent {
  width: 230px;
  margin-top: 5px;
}

#modalLeft {
  top: 110px !important;
  box-shadow: none !important;
  border-top: none !important;
  padding-top: 20px !important;
  width: 250px !important;
}

#modalChargement p {
  width: 500px;
  text-align: center;
}

/***
* MODULES
***/
/* Hompepage */
.homebox-business,
#page-business #bouton_valider,
#page-business button[type="submit"] {
  background-color: #6FC4FF;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-business #menuHorizontal .current p,
#page-business .breadcrumbs li:last-child,
#page-business .sectionTitle .titleSection {
  color: #6FC4FF;
}

/* Menu vertical */
#page-business #menuVertical .current p {
  color: #6FC4FF !important;
  border-left: 3px solid #6FC4FF !important;
}

/* Filtres */
#page-business #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #6FC4FF;
  background: #FFFFFF;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #6FC4FF;
}

#page-business #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #6FC4FF;
  color: #6FC4FF;
}

#page-business #filtresContent #periodeFiltre span {
  color: #6FC4FF;
}

#page-business #filtresContent input[type="submit"] {
  background: #6FC4FF;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-business #returnTopUnite, #page-business #returnTopLabo, #page-business #returnTopFiltres, #page-business #returnTopPeriode span {
  color: #6FC4FF;
}

#page-business #breadcrumbs .breadcrumbs li:last-child {
  color: #6FC4FF;
}

#page-business .sectionTitle .titleSection, #page-business .soustitleSection {
  color: #6FC4FF;
}

#page-business #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #6FC4FF !important;
}

#page-business .bouton_valider {
  background-color: #6FC4FF;
}

#page-business .active {
  color: #6FC4FF !important;
}

#page-business .valueTotalGraph {
  color: #6FC4FF !important;
}

#page-business .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #6FC4FF !important;
}

.homebox-content-data .font-business {
  color: #6FC4FF;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-business {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-business span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-categories,
#page-categories #bouton_valider,
#page-categories button[type="submit"] {
  background-color: #C358ED;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-categories #menuHorizontal .current p,
#page-categories .breadcrumbs li:last-child,
#page-categories .sectionTitle .titleSection {
  color: #C358ED;
}

/* Menu vertical */
#page-categories #menuVertical .current p {
  color: #C358ED !important;
  border-left: 3px solid #C358ED !important;
}

/* Filtres */
#page-categories #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #C358ED;
  background: #FFFFFF;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #C358ED;
}

#page-categories #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #C358ED;
  color: #C358ED;
}

#page-categories #filtresContent #periodeFiltre span {
  color: #C358ED;
}

#page-categories #filtresContent input[type="submit"] {
  background: #C358ED;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-categories #returnTopUnite, #page-categories #returnTopLabo, #page-categories #returnTopFiltres, #page-categories #returnTopPeriode span {
  color: #C358ED;
}

#page-categories #breadcrumbs .breadcrumbs li:last-child {
  color: #C358ED;
}

#page-categories .sectionTitle .titleSection, #page-categories .soustitleSection {
  color: #C358ED;
}

#page-categories #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #C358ED !important;
}

#page-categories .bouton_valider {
  background-color: #C358ED;
}

#page-categories .active {
  color: #C358ED !important;
}

#page-categories .valueTotalGraph {
  color: #C358ED !important;
}

#page-categories .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #C358ED !important;
}

.homebox-content-data .font-categories {
  color: #C358ED;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-categories {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-categories span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-laboratoires,
#page-laboratoires #bouton_valider,
#page-laboratoires button[type="submit"] {
  background-color: #FF3F92;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-laboratoires #menuHorizontal .current p,
#page-laboratoires .breadcrumbs li:last-child,
#page-laboratoires .sectionTitle .titleSection {
  color: #FF3F92;
}

/* Menu vertical */
#page-laboratoires #menuVertical .current p {
  color: #FF3F92 !important;
  border-left: 3px solid #FF3F92 !important;
}

/* Filtres */
#page-laboratoires #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FF3F92;
  background: #FFFFFF;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FF3F92;
}

#page-laboratoires #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FF3F92;
  color: #FF3F92;
}

#page-laboratoires #filtresContent #periodeFiltre span {
  color: #FF3F92;
}

#page-laboratoires #filtresContent input[type="submit"] {
  background: #FF3F92;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-laboratoires #returnTopUnite, #page-laboratoires #returnTopLabo, #page-laboratoires #returnTopFiltres, #page-laboratoires #returnTopPeriode span {
  color: #FF3F92;
}

#page-laboratoires #breadcrumbs .breadcrumbs li:last-child {
  color: #FF3F92;
}

#page-laboratoires .sectionTitle .titleSection, #page-laboratoires .soustitleSection {
  color: #FF3F92;
}

#page-laboratoires #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FF3F92 !important;
}

#page-laboratoires .bouton_valider {
  background-color: #FF3F92;
}

#page-laboratoires .active {
  color: #FF3F92 !important;
}

#page-laboratoires .valueTotalGraph {
  color: #FF3F92 !important;
}

#page-laboratoires .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FF3F92 !important;
}

.homebox-content-data .font-laboratoires {
  color: #FF3F92;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-laboratoires {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-laboratoires span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-clients,
#page-clients #bouton_valider,
#page-clients button[type="submit"] {
  background-color: #FFCC00;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-clients #menuHorizontal .current p,
#page-clients .breadcrumbs li:last-child,
#page-clients .sectionTitle .titleSection {
  color: #FFCC00;
}

/* Menu vertical */
#page-clients #menuVertical .current p {
  color: #FFCC00 !important;
  border-left: 3px solid #FFCC00 !important;
}

/* Filtres */
#page-clients #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FFCC00;
  background: #FFFFFF;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FFCC00;
}

#page-clients #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FFCC00;
  color: #FFCC00;
}

#page-clients #filtresContent #periodeFiltre span {
  color: #FFCC00;
}

#page-clients #filtresContent input[type="submit"] {
  background: #FFCC00;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-clients #returnTopUnite, #page-clients #returnTopLabo, #page-clients #returnTopFiltres, #page-clients #returnTopPeriode span {
  color: #FFCC00;
}

#page-clients #breadcrumbs .breadcrumbs li:last-child {
  color: #FFCC00;
}

#page-clients .sectionTitle .titleSection, #page-clients .soustitleSection {
  color: #FFCC00;
}

#page-clients #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FFCC00 !important;
}

#page-clients .bouton_valider {
  background-color: #FFCC00;
}

#page-clients .active {
  color: #FFCC00 !important;
}

#page-clients .valueTotalGraph {
  color: #FFCC00 !important;
}

#page-clients .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FFCC00 !important;
}

.homebox-content-data .font-clients {
  color: #FFCC00;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-clients {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-clients span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-merchandising,
#page-merchandising #bouton_valider,
#page-merchandising button[type="submit"] {
  background-color: #12C3B3;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-merchandising #menuHorizontal .current p,
#page-merchandising .breadcrumbs li:last-child,
#page-merchandising .sectionTitle .titleSection {
  color: #12C3B3;
}

/* Menu vertical */
#page-merchandising #menuVertical .current p {
  color: #12C3B3 !important;
  border-left: 3px solid #12C3B3 !important;
}

/* Filtres */
#page-merchandising #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #12C3B3;
  background: #FFFFFF;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #12C3B3;
}

#page-merchandising #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #12C3B3;
  color: #12C3B3;
}

#page-merchandising #filtresContent #periodeFiltre span {
  color: #12C3B3;
}

#page-merchandising #filtresContent input[type="submit"] {
  background: #12C3B3;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-merchandising #returnTopUnite, #page-merchandising #returnTopLabo, #page-merchandising #returnTopFiltres, #page-merchandising #returnTopPeriode span {
  color: #12C3B3;
}

#page-merchandising #breadcrumbs .breadcrumbs li:last-child {
  color: #12C3B3;
}

#page-merchandising .sectionTitle .titleSection, #page-merchandising .soustitleSection {
  color: #12C3B3;
}

#page-merchandising #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #12C3B3 !important;
}

#page-merchandising .bouton_valider {
  background-color: #12C3B3;
}

#page-merchandising .active {
  color: #12C3B3 !important;
}

#page-merchandising .valueTotalGraph {
  color: #12C3B3 !important;
}

#page-merchandising .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #12C3B3 !important;
}

.homebox-content-data .font-merchandising {
  color: #12C3B3;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-merchandising {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-merchandising span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-prix,
#page-prix #bouton_valider,
#page-prix button[type="submit"] {
  background-color: #ED3333;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-prix #menuHorizontal .current p,
#page-prix .breadcrumbs li:last-child,
#page-prix .sectionTitle .titleSection {
  color: #ED3333;
}

/* Menu vertical */
#page-prix #menuVertical .current p {
  color: #ED3333 !important;
  border-left: 3px solid #ED3333 !important;
}

/* Filtres */
#page-prix #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #ED3333;
  background: #FFFFFF;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #ED3333;
}

#page-prix #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #ED3333;
  color: #ED3333;
}

#page-prix #filtresContent #periodeFiltre span {
  color: #ED3333;
}

#page-prix #filtresContent input[type="submit"] {
  background: #ED3333;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-prix #returnTopUnite, #page-prix #returnTopLabo, #page-prix #returnTopFiltres, #page-prix #returnTopPeriode span {
  color: #ED3333;
}

#page-prix #breadcrumbs .breadcrumbs li:last-child {
  color: #ED3333;
}

#page-prix .sectionTitle .titleSection, #page-prix .soustitleSection {
  color: #ED3333;
}

#page-prix #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #ED3333 !important;
}

#page-prix .bouton_valider {
  background-color: #ED3333;
}

#page-prix .active {
  color: #ED3333 !important;
}

#page-prix .valueTotalGraph {
  color: #ED3333 !important;
}

#page-prix .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #ED3333 !important;
}

.homebox-content-data .font-prix {
  color: #ED3333;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-prix {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-prix span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-animations,
#page-animations #bouton_valider,
#page-animations button[type="submit"] {
  background-color: #F79147;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-animations #menuHorizontal .current p,
#page-animations .breadcrumbs li:last-child,
#page-animations .sectionTitle .titleSection {
  color: #F79147;
}

/* Menu vertical */
#page-animations #menuVertical .current p {
  color: #F79147 !important;
  border-left: 3px solid #F79147 !important;
}

/* Filtres */
#page-animations #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F79147;
  background: #FFFFFF;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F79147;
}

#page-animations #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F79147;
  color: #F79147;
}

#page-animations #filtresContent #periodeFiltre span {
  color: #F79147;
}

#page-animations #filtresContent input[type="submit"] {
  background: #F79147;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-animations #returnTopUnite, #page-animations #returnTopLabo, #page-animations #returnTopFiltres, #page-animations #returnTopPeriode span {
  color: #F79147;
}

#page-animations #breadcrumbs .breadcrumbs li:last-child {
  color: #F79147;
}

#page-animations .sectionTitle .titleSection, #page-animations .soustitleSection {
  color: #F79147;
}

#page-animations #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F79147 !important;
}

#page-animations .bouton_valider {
  background-color: #F79147;
}

#page-animations .active {
  color: #F79147 !important;
}

#page-animations .valueTotalGraph {
  color: #F79147 !important;
}

#page-animations .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F79147 !important;
}

.homebox-content-data .font-animations {
  color: #F79147;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-animations {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-animations span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-equipe,
#page-equipe #bouton_valider,
#page-equipe button[type="submit"] {
  background-color: #32D251;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-equipe #menuHorizontal .current p,
#page-equipe .breadcrumbs li:last-child,
#page-equipe .sectionTitle .titleSection {
  color: #32D251;
}

/* Menu vertical */
#page-equipe #menuVertical .current p {
  color: #32D251 !important;
  border-left: 3px solid #32D251 !important;
}

/* Filtres */
#page-equipe #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #32D251;
  background: #FFFFFF;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #32D251;
}

#page-equipe #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #32D251;
  color: #32D251;
}

#page-equipe #filtresContent #periodeFiltre span {
  color: #32D251;
}

#page-equipe #filtresContent input[type="submit"] {
  background: #32D251;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-equipe #returnTopUnite, #page-equipe #returnTopLabo, #page-equipe #returnTopFiltres, #page-equipe #returnTopPeriode span {
  color: #32D251;
}

#page-equipe #breadcrumbs .breadcrumbs li:last-child {
  color: #32D251;
}

#page-equipe .sectionTitle .titleSection, #page-equipe .soustitleSection {
  color: #32D251;
}

#page-equipe #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #32D251 !important;
}

#page-equipe .bouton_valider {
  background-color: #32D251;
}

#page-equipe .active {
  color: #32D251 !important;
}

#page-equipe .valueTotalGraph {
  color: #32D251 !important;
}

#page-equipe .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #32D251 !important;
}

.homebox-content-data .font-equipe {
  color: #32D251;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-equipe {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-equipe span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-administration,
#page-administration #bouton_valider,
#page-administration button[type="submit"] {
  background-color: #7F2189;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-administration #menuHorizontal .current p,
#page-administration .breadcrumbs li:last-child,
#page-administration .sectionTitle .titleSection {
  color: #7F2189;
}

/* Menu vertical */
#page-administration #menuVertical .current p {
  color: #7F2189 !important;
  border-left: 3px solid #7F2189 !important;
}

/* Filtres */
#page-administration #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #7F2189;
  background: #FFFFFF;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #7F2189;
}

#page-administration #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #7F2189;
  color: #7F2189;
}

#page-administration #filtresContent #periodeFiltre span {
  color: #7F2189;
}

#page-administration #filtresContent input[type="submit"] {
  background: #7F2189;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-administration #returnTopUnite, #page-administration #returnTopLabo, #page-administration #returnTopFiltres, #page-administration #returnTopPeriode span {
  color: #7F2189;
}

#page-administration #breadcrumbs .breadcrumbs li:last-child {
  color: #7F2189;
}

#page-administration .sectionTitle .titleSection, #page-administration .soustitleSection {
  color: #7F2189;
}

#page-administration #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #7F2189 !important;
}

#page-administration .bouton_valider {
  background-color: #7F2189;
}

#page-administration .active {
  color: #7F2189 !important;
}

#page-administration .valueTotalGraph {
  color: #7F2189 !important;
}

#page-administration .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #7F2189 !important;
}

.homebox-content-data .font-administration {
  color: #7F2189;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-administration {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-administration span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-reseau,
#page-reseau #bouton_valider,
#page-reseau button[type="submit"] {
  background-color: #F37735;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-reseau #menuHorizontal .current p,
#page-reseau .breadcrumbs li:last-child,
#page-reseau .sectionTitle .titleSection {
  color: #F37735;
}

/* Menu vertical */
#page-reseau #menuVertical .current p {
  color: #F37735 !important;
  border-left: 3px solid #F37735 !important;
}

/* Filtres */
#page-reseau #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F37735;
  background: #FFFFFF;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F37735;
}

#page-reseau #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F37735;
  color: #F37735;
}

#page-reseau #filtresContent #periodeFiltre span {
  color: #F37735;
}

#page-reseau #filtresContent input[type="submit"] {
  background: #F37735;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-reseau #returnTopUnite, #page-reseau #returnTopLabo, #page-reseau #returnTopFiltres, #page-reseau #returnTopPeriode span {
  color: #F37735;
}

#page-reseau #breadcrumbs .breadcrumbs li:last-child {
  color: #F37735;
}

#page-reseau .sectionTitle .titleSection, #page-reseau .soustitleSection {
  color: #F37735;
}

#page-reseau #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F37735 !important;
}

#page-reseau .bouton_valider {
  background-color: #F37735;
}

#page-reseau .active {
  color: #F37735 !important;
}

#page-reseau .valueTotalGraph {
  color: #F37735 !important;
}

#page-reseau .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F37735 !important;
}

.homebox-content-data .font-reseau {
  color: #F37735;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-reseau {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-reseau span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-pharmacie,
#page-pharmacie #bouton_valider,
#page-pharmacie button[type="submit"] {
  background-color: #04B6D1;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-pharmacie #menuHorizontal .current p,
#page-pharmacie .breadcrumbs li:last-child,
#page-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

/* Menu vertical */
#page-pharmacie #menuVertical .current p {
  color: #04B6D1 !important;
  border-left: 3px solid #04B6D1 !important;
}

/* Filtres */
#page-pharmacie #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #04B6D1;
  background: #FFFFFF;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #04B6D1;
}

#page-pharmacie #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #04B6D1;
  color: #04B6D1;
}

#page-pharmacie #filtresContent #periodeFiltre span {
  color: #04B6D1;
}

#page-pharmacie #filtresContent input[type="submit"] {
  background: #04B6D1;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-pharmacie #returnTopUnite, #page-pharmacie #returnTopLabo, #page-pharmacie #returnTopFiltres, #page-pharmacie #returnTopPeriode span {
  color: #04B6D1;
}

#page-pharmacie #breadcrumbs .breadcrumbs li:last-child {
  color: #04B6D1;
}

#page-pharmacie .sectionTitle .titleSection, #page-pharmacie .soustitleSection {
  color: #04B6D1;
}

#page-pharmacie #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #04B6D1 !important;
}

#page-pharmacie .bouton_valider {
  background-color: #04B6D1;
}

#page-pharmacie .active {
  color: #04B6D1 !important;
}

#page-pharmacie .valueTotalGraph {
  color: #04B6D1 !important;
}

#page-pharmacie .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #04B6D1 !important;
}

.homebox-content-data .font-pharmacie {
  color: #04B6D1;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-pharmacie {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-pharmacie span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

.homebox-business {
  background-image: url(/build/images/business.199f8b84.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-categories {
  background-image: url(/build/images/categorie.3682ef70.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-laboratoires {
  background-image: url(/build/images/laboratoire.0808e6cf.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-clients {
  background-image: url(/build/images/client.eb4f3fcc.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-merchandising {
  background-image: url(/build/images/merchandising.a6085422.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-prix {
  background-image: url(/build/images/prix.3281dcf9.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-animations {
  background-image: url(/build/images/animation.ddf89443.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-equipe {
  background-image: url(/build/images/equipe.0d202f54.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

/***
* FIL D'ARIANE
***/
#breadcrumbs .breadcrumbs li a {
  color: #000;
}

#breadcrumbs .breadcrumbs li:last-child {
  font-family: customBold, sans-serif;
}

/***
* TOOLTIP
***/
.tooltip-info {
  padding-right: 20px;
}

.tooltip-info p {
  margin-bottom: 0;
  line-height: 1rem;
  word-wrap: break-word;
}

.tooltip-info .tooltip-title {
  padding-right: 10px;
}

.tooltip-info .tooltip-subtitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: customBold, sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.tooltip-info .tooltip-serie-name {
  font-family: customBold, sans-serif;
}

.tooltip-info .upper {
  text-transform: uppercase;
}

.tooltip-info .tooltip-serie-info {
  color: #B3B3B5;
  margin-top: 10px;
}

.tooltip-info .tooltip-serie-box {
  background: -webkit-linear-gradient(left, #DFDFDF, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #DFDFDF, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #DFDFDF, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #DFDFDF, #FFF);
  margin: 10px 0;
  padding: 0 20px;
}

.tooltip-info .tooltip-serie-box p {
  padding: 5px 0;
}

.tooltip-info .tooltip-serie-box p span {
  color: #939598;
}

.tooltip-info .tooltip-legend {
  margin-top: 50px;
}

.tooltip-info .tooltip-legend p {
  margin-bottom: 10px;
}

.tooltip-info .tooltip-legend img {
  margin-right: 5px;
}

/***
* BTN TRANSITION
***/
.btn-liste, .btn-liste-left {
  height: 40px;
  margin-top: 15px;
  text-align: right;
  float: right;
}

.btn-liste .btn a, .btn-liste-left .btn a {
  padding: 15px 25px;
}

.btn-liste .btn #btn-laboratoire, .btn-liste-left .btn #btn-laboratoire {
  padding-left: 40px;
  background-image: url(/build/images/labo_arrow.62ebd1fc.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #FF3F92;
}

.btn-liste .btn #btn-categorie, .btn-liste-left .btn #btn-categorie {
  padding-left: 40px;
  background-image: url(/build/images/univers_arrow.e9909656.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #C358ED;
}

.btn-liste-left {
  float: left;
}

/***
* TABLE
***/
.table-component, .tableau_business {
  margin-top: 20px;
}

.table-component thead td, .tableau_business thead td {
  background-color: #FFF;
  color: #585858;
  font-weight: normal;
}

.table-component thead td a, .tableau_business thead td a {
  color: #939598;
}

.table-component thead tr, .tableau_business thead tr {
  background-color: #F0F0F0;
}

.table-component thead tr:first-child td, .tableau_business thead tr:first-child td {
  text-align: center;
}

.table-component thead tr:first-child td:first-child, .tableau_business thead tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.table-component thead tr:first-child td:last-child, .tableau_business thead tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.table-component thead tr:last-child td:first-child, .tableau_business thead tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.table-component thead tr:last-child td:last-child, .tableau_business thead tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table-component tbody td.align-right, .tableau_business tbody td.align-right {
  text-align: right;
  padding-right: 20px;
}

.table-component tbody td.align-center, .tableau_business tbody td.align-center {
  text-align: center;
}

.table-component tbody td.decalage, .tableau_business tbody td.decalage {
  padding-left: 4em;
}

.table-component tbody td.decalagedouble, .tableau_business tbody td.decalagedouble {
  padding-left: 8em;
}

.table-component tbody td.chargement, .tableau_business tbody td.chargement {
  text-align: center;
}

.table-component tbody td a, .tableau_business tbody td a {
  color: #000;
}

.table-component tbody td:not(:last-child), .tableau_business tbody td:not(:last-child) {
  border-right: solid 1px #F0F0F0;
}

.nowrap {
  white-space: nowrap !important;
}

.separation_table {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

.tableau1px tbody tr td:nth-child(n+2), .tableau1px tfoot tr td:nth-child(n+2) {
  text-align: right;
}

.tableau2px tbody tr td:nth-child(n+3), .tableau2px tfoot tr td:nth-child(n+3) {
  text-align: right;
}

.tableau3px tbody tr td:nth-child(n+4), .tableau3px tfoot tr td:nth-child(n+4) {
  text-align: right;
}

.tableau4px tbody tr td:nth-child(n+5), .tableau4px tfoot tr td:nth-child(n+5) {
  text-align: right;
}

.tableau5px tbody tr td:nth-child(n+6), .tableau5px tfoot tr td:nth-child(n+6) {
  text-align: right;
}

.tableau6px tbody tr td:nth-child(n+7), .tableau6px tfoot tr td:nth-child(n+7) {
  text-align: right;
}

.tableau7px tbody tr td:nth-child(n+8), .tableau7px tfoot tr td:nth-child(n+8) {
  text-align: right;
}

.tableau8px tbody tr td:nth-child(n+9), .tableau8px tfoot tr td:nth-child(n+9) {
  text-align: right;
}

.tableau9px tbody tr td:nth-child(n+10), .tableau9px tfoot tr td:nth-child(n+10) {
  text-align: right;
}

.tableau10px tbody tr td:nth-child(n+11), .tableau10px tfoot tr td:nth-child(n+11) {
  text-align: right;
}

.bigTable {
  width: 100%;
  overflow-x: scroll;
}

.bigTable tbody td {
  white-space: nowrap;
}

.tableau_scrollbar, .tableau_scrollbar-big {
  width: 100%;
}

.tableau_scrollbar tbody, .tableau_scrollbar-big tbody, .tableau_scrollbar tfoot, .tableau_scrollbar-big tfoot {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  width: 100%;
  background-color: #F0F0F0;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead, .tableau_scrollbar tbody tr, .tableau_scrollbar-big tbody tr, .tableau_scrollbar tfoot tr, .tableau_scrollbar-big tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead {
  width: calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: -webkit-calc(100% - 1em);
}

.tableau_scrollbar-big tbody, .tableau_scrollbar-big tfoot {
  max-height: 600px;
}

.preambule-warning {
  font-size: 9pt;
  padding: 5px 10px;
  background-color: #e4ebd8;
  margin-bottom: 5px;
}

.preambule-warning p {
  padding-top: 2px;
  margin: 0 0 0 5px;
}

.preambule-warning .preambule-warning-close:before {
  content: "\f00d";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
  color: #32D251;
  float: right;
  cursor: pointer;
}

[class^=tooltip-evolution-] {
  margin: 0;
  font-weight: bold;
}

[class^=tooltip-evolution-] img {
  margin-left: 5px;
  margin-top: -2px;
}

[class^=tooltip-evolution-].tooltip-evolution-up {
  color: #94D815;
}

[class^=tooltip-evolution-].tooltip-evolution-same {
  color: #FFAE00;
}

[class^=tooltip-evolution-].tooltip-evolution-down {
  color: #FF6160;
}

#header .version .icone {
  padding: 5px 10px;
  margin-bottom: 0;
  float: left;
  background-color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  color: #F79147;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

#header .version .only {
  border-radius: 10px;
}

#header .version .message {
  margin-bottom: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  background-color: #F79147;
  float: left;
}

.button_prototype {
  border-radius: 4px;
  width: 200px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.add_prototype {
  background-color: green;
}

.delete_prototype {
  background-color: red;
}

/**
* VERTICAL MENU
**/
@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#menuVertical {
  position: fixed;
  top: 114px;
  left: 0;
  bottom: 0;
  border-right: 1px solid #D8D8D8;
  padding: 0;
  width: 250px;
  min-width: 250px;
  background-color: #FFF;
  /* The side navigation navbar */
}

#menuVertical .sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #FFF;
  /* White*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

#menuVertical .nav-secondary {
  list-style-type: none;
  font-size: 10pt;
  margin-left: 0;
  margin-bottom: 0;
}

#menuVertical .nav-secondary .columns {
  padding: 0;
}

#menuVertical .nav-secondary .nav-secondary-item {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  background-color: white;
}

#menuVertical .nav-secondary .nav-secondary-item .nav-secondary-name.current p {
  font-family: customBold, sans-serif;
  margin: 0;
  border-left: 3px solid;
}

#menuVertical .nav-secondary .nav-secondary-item .nav-secondary-name p {
  text-transform: uppercase;
  color: black;
  height: 46px;
  line-height: 46px;
  padding-left: 28px;
  margin: 0 0 0 3px;
}

#menuVertical .nav-secondary .nav-secondary-item .close {
  background: transparent url(/build/images/close.ea4708bb.png) repeat scroll 0% 0%;
  height: 46px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 4px;
  cursor: pointer;
}

#menuVertical .nav-secondary .nav-secondary-item .close:before {
  content: "";
  position: absolute;
  border-left: 1px solid #D8D8D8;
  height: 30px;
  top: 8px;
  left: -4px;
}

#menuVertical .nav-secondary .nav-secondary-item #close-navbar p {
  text-align: right;
  padding-right: 20px;
}

#menuVertical .nav-secondary .nav-secondary-item .arrow {
  background: transparent url(/build/images/arrow.028fbe8d.png) repeat scroll 0% 0%;
  height: 46px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 4px;
  cursor: pointer;
}

#menuVertical .nav-secondary .nav-secondary-item .arrow:before {
  content: "";
  position: absolute;
  border-left: 1px solid #D8D8D8;
  height: 30px;
  top: 8px;
  left: -4px;
}

#menuVertical .sidenav-close {
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

#menuVertical .accordion {
  list-style: none;
  padding: 0;
  width: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  overflow-x: inherit;
}

#menuVertical .accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  margin: 0;
}

#menuVertical .accordion .inner .nav-secondary-item {
  border-bottom: none;
}

#menuVertical .accordion .inner .nav-secondary-name.current p {
  color: black !important;
  font-weight: normal !important;
  font-family: customBold, sans-serif;
}

#menuVertical .accordion .inner .nav-secondary-name p {
  text-transform: none !important;
}

#menuVertical .accordion li {
  margin: 0;
}

#menuVertical .accordion li ul {
  list-style: none;
  padding: 0;
}

#menuVertical .accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}

#menuVertical .accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

#menuVertical .accordion .arrow.current {
  background: transparent url(/build/images/arrow.028fbe8d.png) repeat scroll 0% 0% !important;
}

#menuVertical .business .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-business.ddf513f4.png) repeat scroll 0% 0%;
}

#menuVertical .business .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-business-flip.a908df1e.png) repeat scroll 0% 0% !important;
}

#menuVertical .categories .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-categories.1e3fcbcd.png) repeat scroll 0% 0%;
}

#menuVertical .categories .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-categories-flip.567c4cca.png) repeat scroll 0% 0% !important;
}

#menuVertical .laboratoires .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-laboratoire.92c4cf76.png) repeat scroll 0% 0%;
}

#menuVertical .laboratoires .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-laboratoire-flip.2df1e256.png) repeat scroll 0% 0% !important;
}

#menuVertical .clients .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-clients.49e037f1.png) repeat scroll 0% 0%;
}

#menuVertical .clients .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-clients-flip.ab2db14b.png) repeat scroll 0% 0% !important;
}

#menuVertical .merchandising .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-merchandising.76e42da3.png) repeat scroll 0% 0%;
}

#menuVertical .merchandising .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-merchandising-flip.59e50933.png) repeat scroll 0% 0% !important;
}

#menuVertical .prix .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-prix.7753eee9.png) repeat scroll 0% 0%;
}

#menuVertical .prix .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-prix.7753eee9.png) repeat scroll 0% 0% !important;
}

#menuVertical .animations .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-animations.891d762c.png) repeat scroll 0% 0%;
}

#menuVertical .animations .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-animations-flip.ecc746a1.png) repeat scroll 0% 0% !important;
}

#menuVertical .equipe .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-equipe.26b83ff0.png) repeat scroll 0% 0%;
}

#menuVertical .equipe .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-equipe-flip.66e3d064.png) repeat scroll 0% 0% !important;
}

#menuVertical .compte .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow-compte.893e257d.png) repeat scroll 0 0;
}

#menuVertical .compte .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-compte-flip.1d8784ce.png) repeat scroll 0 0 !important;
}

#menuVertical .aide .nav-secondary .nav-secondary-item .arrow.current {
  background: transparent url(/build/images/arrow.028fbe8d.png) repeat scroll 0 0;
}

#menuVertical .aide .accordion .arrow.deploy {
  background: transparent url(/build/images/arrow-flip.e7228855.png) repeat scroll 0 0 !important;
}

#menuVertical .freemium p {
  color: gray !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #FFF transparent transparent;
  right: 26px;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

/**** SPINNER ****/
.numeric-spinner {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.numeric-spinner input[type="text"]::-ms-clear {
  display: none;
}

.numeric-spinner .btn-spin-up, .numeric-spinner .btn-spin-down {
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  font-family: FontAwesome, sans-serif;
  font-size: 26px;
  line-height: 0;
  color: #939598;
}

.numeric-spinner .btn-spin-up:hover, .numeric-spinner .btn-spin-down:hover {
  color: #939598;
}

.numeric-spinner .btn-spin-up {
  right: 10px;
  top: 14px;
}

.numeric-spinner .btn-spin-down {
  right: 10px;
  bottom: 4px;
}

.numeric-spinner .btn-spin-up:before, .numeric-spinner .btn-spin-down:before {
  display: inline-block;
  height: 10px;
  margin: 0;
  padding: 0;
}

.numeric-spinner .btn-spin-up:before {
  content: '\f106';
}

.numeric-spinner .btn-spin-down:before {
  content: '\f107';
}

.numeric-spinner .btn-spin-up.off, .numeric-spinner .btn-spin-down.off {
  pointer-events: none;
}

#merch_tous .numeric-spinner {
  display: inherit !important;
}

/*******************  ********************/
@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

.menu-onglets-container {
  background-color: #FFF;
  margin-bottom: 20px;
  padding-left: 15px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100%;
}

.menu-onglets-container ul.menu-onglets {
  width: 100%;
  display: table;
}

.menu-onglets-container ul.menu-onglets li {
  display: table-cell;
}

.menu-onglets-container ul.menu-onglets li a p {
  text-align: center;
  color: #939598;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
}

.menu-onglets-container ul.menu-onglets li a.selected {
  font-family: customBold, sans-serif;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#return-to-top {
  background-color: #FFF;
  color: #000;
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  text-decoration: none;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

#return-to-top > span {
  padding: 0 10px;
}

#return-to-top > span:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}

#return-to-top .classBtn {
  color: #B3B3B5;
  background-color: #F0F0F0;
}

/***
* TOP BAR
***/
@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

/* Header */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.top-bar {
  padding: 0;
  width: 100%;
}

.top-bar ul {
  background-color: transparent;
}

.top-bar .menu {
  margin: 0;
  list-style-type: none;
}

.top-bar .menu .main-logo {
  height: 30px;
  margin: 13px 10px 0 20px;
}

.top-bar .menu .menu-search {
  margin-left: 5px;
}

.top-bar .menu > li {
  display: table-cell;
  vertical-align: middle;
}

.top-bar .menu > li > a {
  padding: 0;
  display: block;
  line-height: 1;
}

.top-bar .menu > li > a img {
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}

.top-bar .menu > li > a img#imgMsgTopbar {
  background-image: url(/build/images/picto-notif.fa758896.png);
  background-repeat: no-repeat;
  background-position: 80% 30%;
  background-size: 15px;
}

.top-bar .menu > li > a .nav-bar-label {
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: -14px;
}

.top-bar .menu > li > a .rightpadding {
  padding-right: 20px;
}

.top-bar .menu .menu-text {
  padding: 0 20px 0 0;
  color: #FFF;
}

.top-bar .menu .menu-text .menu-pharmacy {
  text-transform: uppercase;
  text-align: right;
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
  margin-top: 10px;
}

.top-bar .menu .menu-text .menu-pharmacy .menu-pharmacy-role {
  font-weight: initial;
}

.top-bar .menu .menu-border {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  height: 58px;
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:first-child p::before {
  content: url(/build/images/business.17b01288.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(2) p::before {
  content: url(/build/images/univers.aa586c08.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(3) p::before {
  content: url(/build/images/laboratoire.51815718.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(4) p::before {
  content: url(/build/images/clients.206e0c06.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(5) p::before {
  content: url(/build/images/merchandising.c766ac1e.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(6) p::before {
  content: url(/build/images/prix.030f9674.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(7) p::before {
  content: url(/build/images/animations.c0071105.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(8) p::before {
  content: url(/build/images/equipe.426c62f9.png);
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(9) {
  border-left: 1px solid #D8D8D8;
}

.body-pharmacie #menuHorizontalWrapper #menuHorizontal a:nth-child(9) p::before {
  content: url(/build/images/elearning.e06a879d.png);
}

.body-pharmacie .top-bar {
  background: -webkit-linear-gradient(left, #04B6D1, #029DB5);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #04B6D1, #029DB5);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #04B6D1, #029DB5);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #04B6D1, #029DB5);
}

.body-administration .top-bar {
  background: -webkit-linear-gradient(left, #7F2189, #570060);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #7F2189, #570060);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #7F2189, #570060);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #7F2189, #570060);
}

.body-reseau #menuHorizontalWrapper #menuHorizontal a:first-child p::before {
  content: url(/build/images/business.17b01288.png);
}

.body-reseau #menuHorizontalWrapper #menuHorizontal a:nth-child(2) p::before {
  content: url(/build/images/univers.aa586c08.png);
}

.body-reseau #menuHorizontalWrapper #menuHorizontal a:nth-child(3) p::before {
  content: url(/build/images/laboratoire.51815718.png);
}

.body-reseau #menuHorizontalWrapper #menuHorizontal a:nth-child(4) p::before {
  content: url(/build/images/clients.206e0c06.png);
}

.body-reseau #menuHorizontalWrapper #menuHorizontal a:nth-child(5) p::before {
  content: url(/build/images/merchandising.c766ac1e.png);
}

.body-reseau #menuHorizontalWrapper #menuHorizontal a:nth-child(6) p::before {
  content: url(/build/images/animations.c0071105.png);
}

.body-reseau .top-bar {
  background: -webkit-linear-gradient(left, #F37735, #EF6921);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #F37735, #EF6921);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #F37735, #EF6921);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #F37735, #EF6921);
}

/* Menu Horizontal */
#menuHorizontalWrapper {
  height: 50px;
  border-bottom: 1px solid #D8D8D8;
  background-color: #FFF;
  font-size: 13px;
  width: 100%;
  margin: 0;
}

#menuHorizontalWrapper #menuHorizontal {
  width: 100%;
  float: left;
  display: table;
  padding: 0 10px;
  max-width: none;
  color: #000;
}

#menuHorizontalWrapper #menuHorizontal .current p {
  font-family: customBold, sans-serif;
}

#menuHorizontalWrapper #menuHorizontal a {
  display: table-cell;
  text-align: center;
  color: #000;
}

#menuHorizontalWrapper #menuHorizontal a div {
  height: 48px;
}

#menuHorizontalWrapper #menuHorizontal a div p {
  padding: 14px 0 0 0;
  margin: 0;
}

#menuHorizontalWrapper #menuHorizontal a div p::before {
  padding-right: 10px;
  vertical-align: -30%;
}

#menuHorizontalWrapper #menuHorizontal a:hover {
  background-color: #E7E7E7;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#bandeau-iam {
  z-index: 1000;
  right: 0;
  background: #03A5BE;
  float: right;
  height: 63px;
  max-width: 500px;
  top: -5px;
  position: fixed;
  border-bottom: none !important;
}

#login {
  margin: 0 40%;
}

#login .login {
  padding: 2% 40% 10% 40%;
}

#login .login .elem {
  float: left;
}

#login .login .login-submit {
  padding: 0 50px 0 50px;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

.contact-row {
  width: 100%;
  padding: 20px 25px 20px 20px;
}

.contact-row .title {
  padding: 10px;
  text-transform: uppercase;
  color: #04B6D1;
  font-weight: bold;
}

.contact-row table td {
  background-color: #F0F0F0;
}

.contact-row table td .tdlabel {
  color: #939598;
  font-weight: bold;
}

.contact-row table td .tdBolder {
  font-size: x-large;
}

.contact-row table td .tdsmaller {
  font-size: x-small;
}

.contact-row .societe {
  border-radius: 4px;
}

.contact-row .contact {
  border-radius: 4px;
}

.contact-row .contact .valid {
  text-align: center;
}

.contact-row.contact {
  background-color: #FFF;
}

.success.callout.small {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  font-size: larger;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#content_documentation a {
  color: #000;
}

#content_documentation a p {
  margin: 0;
}

#content_documentation .paperclip-icon {
  margin-right: 5px;
}

#content_documentation .paperclip-icon:before {
  content: "\f0c6";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
}

#content_faq {
  padding: 0 !important;
}

#content_faq a.toggle {
  color: #FFF;
  background: -webkit-linear-gradient(left, #04B6D1, #029DB5) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #04B6D1, #029DB5) !important;
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #04B6D1, #029DB5) !important;
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #04B6D1, #029DB5) !important;
}

#content_faq .toggle {
  position: relative;
}

#content_faq .arrow {
  background: transparent url(/build/images/arrow-white.74f1fd62.png) repeat scroll 0% 0%;
  height: 46px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}

#content_faq .deploy .arrow {
  background: transparent url(/build/images/arrow-white-flip.86c8257f.png) repeat scroll 0% 0% !important;
}

#content_faq .accordion {
  background-color: transparent;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}

#content_faq .accordion li:nth-child(odd) {
  background-color: #DFDFDF;
}

#content_faq .accordion li:nth-child(even) {
  background-color: #EBEBEB;
}

#content_faq .accordion .inner {
  background-color: #FFF;
}

#content_faq .accordion .inner li {
  background-color: #FFF;
}

#content_faq .accordion li {
  margin: 10px 0;
}

#content_didactitiels {
  width: 100%;
  padding: 12px;
  text-align: center;
  display: table;
  margin-bottom: 10px;
}

#content_didactitiels div {
  height: 100%;
  text-align: center;
  display: table-cell;
  cursor: pointer;
}

#content_didactitiels img {
  width: 42px;
}

#content_didactitiels .video-button-play {
  margin-left: 5px;
}

#content_didactitiels .video-button-play:before {
  content: "\f04b";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
}

#content_didactitiels .video-button {
  display: inline-block !important;
  padding-right: 12px;
  color: #FFF;
}

#content_didactitiels .didacticiel_business_n1 {
  background-color: #6FC4FF;
}

#content_didactitiels .didacticiel_preambule, #content_didactitiels .didacticiel_menu, #content_didactitiels .didacticiel_navigation {
  background-color: #04b6d1;
}

#content_didactitiels .didacticiel_categories_n1, #content_didactitiels .didacticiel_categories_n2 {
  background-color: #C358ED;
}

#content_didactitiels .didacticiel_laboratoire_n1, #content_didactitiels .didacticiel_laboratoire_n2 {
  background-color: #FF3F92;
}

#content_didactitiels .didacticiel_clients_n1, #content_didactitiels .didacticiel_clients_n2 {
  background-color: #FFCC00;
}

#content_didactitiels .didacticiel_merch_n1, #content_didactitiels .didacticiel_merch_n2 {
  background-color: #12C3B3;
}

#content_didactitiels .didacticiel_prix_n1, #content_didactitiels .didacticiel_prix_n2 {
  background-color: #ED3333;
}

#content_didactitiels .didacticiel_anim_n1, #content_didactitiels .didacticiel_anim_n2, #content_didactitiels .didacticiel_offimedia {
  background-color: #F79147;
}

#content_didactitiels .didacticiel_equipe_n1, #content_didactitiels .didacticiel_equipe_n2 {
  background-color: #32D251;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#bandeau-iam {
  background-color: transparent;
}

#login {
  width: 500px;
  margin: auto;
}

#login .header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#login .login {
  position: relative;
  border-radius: 10px;
  border: solid 3px dodgerblue;
  top: 50px;
  width: 500px;
  min-height: 250px;
  padding: 10px;
  margin: auto;
}

#login .login div {
  width: 100%;
}

#login .login div label {
  text-transform: uppercase;
}

#login .login .check_save {
  float: left;
  width: 50%;
  padding-top: 20px;
}

#login .login .btn_connexion {
  float: left;
  width: 50%;
  padding-top: 20px;
  text-align: right;
}

#login #forgottenPassword {
  position: relative;
  padding-left: 1em;
  margin-top: 1em;
}

#formConseiller {
  width: 500px;
  margin: 100px auto;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

body.is-reveal-open {
  overflow: auto !important;
}

body {
  background-color: #F0F0F0;
  font-family: customNormal, sans-serif;
  font-size: 14px;
}

body .with-sidebar {
  padding-left: 255px;
}

#bodyContent {
  position: absolute;
  width: 100%;
  display: block;
  top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bodyContent_accueil {
  top: 60px !important;
}

.title-bar a, .top-bar a, .top-bar ul a {
  color: white;
}

/* Hompepage */
.homebox-administration {
  background-color: #7F2189;
}

/* Link in table */
#page-administration .datatables a {
  color: #7F2189;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-reseau {
  background-color: #F37735;
}

/* Link in table */
#page-reseau .datatables a {
  color: #F37735;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-pharmacie {
  background-color: #04B6D1;
}

/* Link in table */
#page-pharmacie .datatables a {
  color: #04B6D1;
  font-family: customBold, sans-serif;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/***
* MODAL LEFT
***/
.modal {
  bottom: 0;
  overflow: auto;
}

.modal #modalLeftContent {
  width: 230px;
  margin-top: 5px;
}

#modalLeft {
  top: 110px !important;
  box-shadow: none !important;
  border-top: none !important;
  padding-top: 20px !important;
  width: 250px !important;
}

#modalChargement p {
  width: 500px;
  text-align: center;
}

/***
* MODULES
***/
/* Hompepage */
.homebox-business,
#page-business #bouton_valider,
#page-business button[type="submit"] {
  background-color: #6FC4FF;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-business #menuHorizontal .current p,
#page-business .breadcrumbs li:last-child,
#page-business .sectionTitle .titleSection {
  color: #6FC4FF;
}

/* Menu vertical */
#page-business #menuVertical .current p {
  color: #6FC4FF !important;
  border-left: 3px solid #6FC4FF !important;
}

/* Filtres */
#page-business #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #6FC4FF;
  background: #FFFFFF;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #6FC4FF;
}

#page-business #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #6FC4FF;
  color: #6FC4FF;
}

#page-business #filtresContent #periodeFiltre span {
  color: #6FC4FF;
}

#page-business #filtresContent input[type="submit"] {
  background: #6FC4FF;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-business #returnTopUnite, #page-business #returnTopLabo, #page-business #returnTopFiltres, #page-business #returnTopPeriode span {
  color: #6FC4FF;
}

#page-business #breadcrumbs .breadcrumbs li:last-child {
  color: #6FC4FF;
}

#page-business .sectionTitle .titleSection, #page-business .soustitleSection {
  color: #6FC4FF;
}

#page-business #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #6FC4FF !important;
}

#page-business .bouton_valider {
  background-color: #6FC4FF;
}

#page-business .active {
  color: #6FC4FF !important;
}

#page-business .valueTotalGraph {
  color: #6FC4FF !important;
}

#page-business .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #6FC4FF !important;
}

.homebox-content-data .font-business {
  color: #6FC4FF;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-business {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-business span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-categories,
#page-categories #bouton_valider,
#page-categories button[type="submit"] {
  background-color: #C358ED;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-categories #menuHorizontal .current p,
#page-categories .breadcrumbs li:last-child,
#page-categories .sectionTitle .titleSection {
  color: #C358ED;
}

/* Menu vertical */
#page-categories #menuVertical .current p {
  color: #C358ED !important;
  border-left: 3px solid #C358ED !important;
}

/* Filtres */
#page-categories #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #C358ED;
  background: #FFFFFF;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #C358ED;
}

#page-categories #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #C358ED;
  color: #C358ED;
}

#page-categories #filtresContent #periodeFiltre span {
  color: #C358ED;
}

#page-categories #filtresContent input[type="submit"] {
  background: #C358ED;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-categories #returnTopUnite, #page-categories #returnTopLabo, #page-categories #returnTopFiltres, #page-categories #returnTopPeriode span {
  color: #C358ED;
}

#page-categories #breadcrumbs .breadcrumbs li:last-child {
  color: #C358ED;
}

#page-categories .sectionTitle .titleSection, #page-categories .soustitleSection {
  color: #C358ED;
}

#page-categories #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #C358ED !important;
}

#page-categories .bouton_valider {
  background-color: #C358ED;
}

#page-categories .active {
  color: #C358ED !important;
}

#page-categories .valueTotalGraph {
  color: #C358ED !important;
}

#page-categories .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #C358ED !important;
}

.homebox-content-data .font-categories {
  color: #C358ED;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-categories {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-categories span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-laboratoires,
#page-laboratoires #bouton_valider,
#page-laboratoires button[type="submit"] {
  background-color: #FF3F92;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-laboratoires #menuHorizontal .current p,
#page-laboratoires .breadcrumbs li:last-child,
#page-laboratoires .sectionTitle .titleSection {
  color: #FF3F92;
}

/* Menu vertical */
#page-laboratoires #menuVertical .current p {
  color: #FF3F92 !important;
  border-left: 3px solid #FF3F92 !important;
}

/* Filtres */
#page-laboratoires #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FF3F92;
  background: #FFFFFF;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FF3F92;
}

#page-laboratoires #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FF3F92;
  color: #FF3F92;
}

#page-laboratoires #filtresContent #periodeFiltre span {
  color: #FF3F92;
}

#page-laboratoires #filtresContent input[type="submit"] {
  background: #FF3F92;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-laboratoires #returnTopUnite, #page-laboratoires #returnTopLabo, #page-laboratoires #returnTopFiltres, #page-laboratoires #returnTopPeriode span {
  color: #FF3F92;
}

#page-laboratoires #breadcrumbs .breadcrumbs li:last-child {
  color: #FF3F92;
}

#page-laboratoires .sectionTitle .titleSection, #page-laboratoires .soustitleSection {
  color: #FF3F92;
}

#page-laboratoires #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FF3F92 !important;
}

#page-laboratoires .bouton_valider {
  background-color: #FF3F92;
}

#page-laboratoires .active {
  color: #FF3F92 !important;
}

#page-laboratoires .valueTotalGraph {
  color: #FF3F92 !important;
}

#page-laboratoires .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FF3F92 !important;
}

.homebox-content-data .font-laboratoires {
  color: #FF3F92;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-laboratoires {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-laboratoires span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-clients,
#page-clients #bouton_valider,
#page-clients button[type="submit"] {
  background-color: #FFCC00;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-clients #menuHorizontal .current p,
#page-clients .breadcrumbs li:last-child,
#page-clients .sectionTitle .titleSection {
  color: #FFCC00;
}

/* Menu vertical */
#page-clients #menuVertical .current p {
  color: #FFCC00 !important;
  border-left: 3px solid #FFCC00 !important;
}

/* Filtres */
#page-clients #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FFCC00;
  background: #FFFFFF;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FFCC00;
}

#page-clients #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FFCC00;
  color: #FFCC00;
}

#page-clients #filtresContent #periodeFiltre span {
  color: #FFCC00;
}

#page-clients #filtresContent input[type="submit"] {
  background: #FFCC00;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-clients #returnTopUnite, #page-clients #returnTopLabo, #page-clients #returnTopFiltres, #page-clients #returnTopPeriode span {
  color: #FFCC00;
}

#page-clients #breadcrumbs .breadcrumbs li:last-child {
  color: #FFCC00;
}

#page-clients .sectionTitle .titleSection, #page-clients .soustitleSection {
  color: #FFCC00;
}

#page-clients #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FFCC00 !important;
}

#page-clients .bouton_valider {
  background-color: #FFCC00;
}

#page-clients .active {
  color: #FFCC00 !important;
}

#page-clients .valueTotalGraph {
  color: #FFCC00 !important;
}

#page-clients .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FFCC00 !important;
}

.homebox-content-data .font-clients {
  color: #FFCC00;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-clients {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-clients span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-merchandising,
#page-merchandising #bouton_valider,
#page-merchandising button[type="submit"] {
  background-color: #12C3B3;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-merchandising #menuHorizontal .current p,
#page-merchandising .breadcrumbs li:last-child,
#page-merchandising .sectionTitle .titleSection {
  color: #12C3B3;
}

/* Menu vertical */
#page-merchandising #menuVertical .current p {
  color: #12C3B3 !important;
  border-left: 3px solid #12C3B3 !important;
}

/* Filtres */
#page-merchandising #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #12C3B3;
  background: #FFFFFF;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #12C3B3;
}

#page-merchandising #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #12C3B3;
  color: #12C3B3;
}

#page-merchandising #filtresContent #periodeFiltre span {
  color: #12C3B3;
}

#page-merchandising #filtresContent input[type="submit"] {
  background: #12C3B3;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-merchandising #returnTopUnite, #page-merchandising #returnTopLabo, #page-merchandising #returnTopFiltres, #page-merchandising #returnTopPeriode span {
  color: #12C3B3;
}

#page-merchandising #breadcrumbs .breadcrumbs li:last-child {
  color: #12C3B3;
}

#page-merchandising .sectionTitle .titleSection, #page-merchandising .soustitleSection {
  color: #12C3B3;
}

#page-merchandising #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #12C3B3 !important;
}

#page-merchandising .bouton_valider {
  background-color: #12C3B3;
}

#page-merchandising .active {
  color: #12C3B3 !important;
}

#page-merchandising .valueTotalGraph {
  color: #12C3B3 !important;
}

#page-merchandising .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #12C3B3 !important;
}

.homebox-content-data .font-merchandising {
  color: #12C3B3;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-merchandising {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-merchandising span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-prix,
#page-prix #bouton_valider,
#page-prix button[type="submit"] {
  background-color: #ED3333;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-prix #menuHorizontal .current p,
#page-prix .breadcrumbs li:last-child,
#page-prix .sectionTitle .titleSection {
  color: #ED3333;
}

/* Menu vertical */
#page-prix #menuVertical .current p {
  color: #ED3333 !important;
  border-left: 3px solid #ED3333 !important;
}

/* Filtres */
#page-prix #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #ED3333;
  background: #FFFFFF;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #ED3333;
}

#page-prix #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #ED3333;
  color: #ED3333;
}

#page-prix #filtresContent #periodeFiltre span {
  color: #ED3333;
}

#page-prix #filtresContent input[type="submit"] {
  background: #ED3333;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-prix #returnTopUnite, #page-prix #returnTopLabo, #page-prix #returnTopFiltres, #page-prix #returnTopPeriode span {
  color: #ED3333;
}

#page-prix #breadcrumbs .breadcrumbs li:last-child {
  color: #ED3333;
}

#page-prix .sectionTitle .titleSection, #page-prix .soustitleSection {
  color: #ED3333;
}

#page-prix #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #ED3333 !important;
}

#page-prix .bouton_valider {
  background-color: #ED3333;
}

#page-prix .active {
  color: #ED3333 !important;
}

#page-prix .valueTotalGraph {
  color: #ED3333 !important;
}

#page-prix .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #ED3333 !important;
}

.homebox-content-data .font-prix {
  color: #ED3333;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-prix {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-prix span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-animations,
#page-animations #bouton_valider,
#page-animations button[type="submit"] {
  background-color: #F79147;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-animations #menuHorizontal .current p,
#page-animations .breadcrumbs li:last-child,
#page-animations .sectionTitle .titleSection {
  color: #F79147;
}

/* Menu vertical */
#page-animations #menuVertical .current p {
  color: #F79147 !important;
  border-left: 3px solid #F79147 !important;
}

/* Filtres */
#page-animations #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F79147;
  background: #FFFFFF;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F79147;
}

#page-animations #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F79147;
  color: #F79147;
}

#page-animations #filtresContent #periodeFiltre span {
  color: #F79147;
}

#page-animations #filtresContent input[type="submit"] {
  background: #F79147;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-animations #returnTopUnite, #page-animations #returnTopLabo, #page-animations #returnTopFiltres, #page-animations #returnTopPeriode span {
  color: #F79147;
}

#page-animations #breadcrumbs .breadcrumbs li:last-child {
  color: #F79147;
}

#page-animations .sectionTitle .titleSection, #page-animations .soustitleSection {
  color: #F79147;
}

#page-animations #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F79147 !important;
}

#page-animations .bouton_valider {
  background-color: #F79147;
}

#page-animations .active {
  color: #F79147 !important;
}

#page-animations .valueTotalGraph {
  color: #F79147 !important;
}

#page-animations .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F79147 !important;
}

.homebox-content-data .font-animations {
  color: #F79147;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-animations {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-animations span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-equipe,
#page-equipe #bouton_valider,
#page-equipe button[type="submit"] {
  background-color: #32D251;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-equipe #menuHorizontal .current p,
#page-equipe .breadcrumbs li:last-child,
#page-equipe .sectionTitle .titleSection {
  color: #32D251;
}

/* Menu vertical */
#page-equipe #menuVertical .current p {
  color: #32D251 !important;
  border-left: 3px solid #32D251 !important;
}

/* Filtres */
#page-equipe #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #32D251;
  background: #FFFFFF;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #32D251;
}

#page-equipe #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #32D251;
  color: #32D251;
}

#page-equipe #filtresContent #periodeFiltre span {
  color: #32D251;
}

#page-equipe #filtresContent input[type="submit"] {
  background: #32D251;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-equipe #returnTopUnite, #page-equipe #returnTopLabo, #page-equipe #returnTopFiltres, #page-equipe #returnTopPeriode span {
  color: #32D251;
}

#page-equipe #breadcrumbs .breadcrumbs li:last-child {
  color: #32D251;
}

#page-equipe .sectionTitle .titleSection, #page-equipe .soustitleSection {
  color: #32D251;
}

#page-equipe #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #32D251 !important;
}

#page-equipe .bouton_valider {
  background-color: #32D251;
}

#page-equipe .active {
  color: #32D251 !important;
}

#page-equipe .valueTotalGraph {
  color: #32D251 !important;
}

#page-equipe .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #32D251 !important;
}

.homebox-content-data .font-equipe {
  color: #32D251;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-equipe {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-equipe span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-administration,
#page-administration #bouton_valider,
#page-administration button[type="submit"] {
  background-color: #7F2189;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-administration #menuHorizontal .current p,
#page-administration .breadcrumbs li:last-child,
#page-administration .sectionTitle .titleSection {
  color: #7F2189;
}

/* Menu vertical */
#page-administration #menuVertical .current p {
  color: #7F2189 !important;
  border-left: 3px solid #7F2189 !important;
}

/* Filtres */
#page-administration #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #7F2189;
  background: #FFFFFF;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #7F2189;
}

#page-administration #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #7F2189;
  color: #7F2189;
}

#page-administration #filtresContent #periodeFiltre span {
  color: #7F2189;
}

#page-administration #filtresContent input[type="submit"] {
  background: #7F2189;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-administration #returnTopUnite, #page-administration #returnTopLabo, #page-administration #returnTopFiltres, #page-administration #returnTopPeriode span {
  color: #7F2189;
}

#page-administration #breadcrumbs .breadcrumbs li:last-child {
  color: #7F2189;
}

#page-administration .sectionTitle .titleSection, #page-administration .soustitleSection {
  color: #7F2189;
}

#page-administration #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #7F2189 !important;
}

#page-administration .bouton_valider {
  background-color: #7F2189;
}

#page-administration .active {
  color: #7F2189 !important;
}

#page-administration .valueTotalGraph {
  color: #7F2189 !important;
}

#page-administration .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #7F2189 !important;
}

.homebox-content-data .font-administration {
  color: #7F2189;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-administration {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-administration span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-reseau,
#page-reseau #bouton_valider,
#page-reseau button[type="submit"] {
  background-color: #F37735;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-reseau #menuHorizontal .current p,
#page-reseau .breadcrumbs li:last-child,
#page-reseau .sectionTitle .titleSection {
  color: #F37735;
}

/* Menu vertical */
#page-reseau #menuVertical .current p {
  color: #F37735 !important;
  border-left: 3px solid #F37735 !important;
}

/* Filtres */
#page-reseau #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F37735;
  background: #FFFFFF;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F37735;
}

#page-reseau #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F37735;
  color: #F37735;
}

#page-reseau #filtresContent #periodeFiltre span {
  color: #F37735;
}

#page-reseau #filtresContent input[type="submit"] {
  background: #F37735;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-reseau #returnTopUnite, #page-reseau #returnTopLabo, #page-reseau #returnTopFiltres, #page-reseau #returnTopPeriode span {
  color: #F37735;
}

#page-reseau #breadcrumbs .breadcrumbs li:last-child {
  color: #F37735;
}

#page-reseau .sectionTitle .titleSection, #page-reseau .soustitleSection {
  color: #F37735;
}

#page-reseau #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F37735 !important;
}

#page-reseau .bouton_valider {
  background-color: #F37735;
}

#page-reseau .active {
  color: #F37735 !important;
}

#page-reseau .valueTotalGraph {
  color: #F37735 !important;
}

#page-reseau .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F37735 !important;
}

.homebox-content-data .font-reseau {
  color: #F37735;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-reseau {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-reseau span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-pharmacie,
#page-pharmacie #bouton_valider,
#page-pharmacie button[type="submit"] {
  background-color: #04B6D1;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-pharmacie #menuHorizontal .current p,
#page-pharmacie .breadcrumbs li:last-child,
#page-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

/* Menu vertical */
#page-pharmacie #menuVertical .current p {
  color: #04B6D1 !important;
  border-left: 3px solid #04B6D1 !important;
}

/* Filtres */
#page-pharmacie #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #04B6D1;
  background: #FFFFFF;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #04B6D1;
}

#page-pharmacie #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #04B6D1;
  color: #04B6D1;
}

#page-pharmacie #filtresContent #periodeFiltre span {
  color: #04B6D1;
}

#page-pharmacie #filtresContent input[type="submit"] {
  background: #04B6D1;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-pharmacie #returnTopUnite, #page-pharmacie #returnTopLabo, #page-pharmacie #returnTopFiltres, #page-pharmacie #returnTopPeriode span {
  color: #04B6D1;
}

#page-pharmacie #breadcrumbs .breadcrumbs li:last-child {
  color: #04B6D1;
}

#page-pharmacie .sectionTitle .titleSection, #page-pharmacie .soustitleSection {
  color: #04B6D1;
}

#page-pharmacie #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #04B6D1 !important;
}

#page-pharmacie .bouton_valider {
  background-color: #04B6D1;
}

#page-pharmacie .active {
  color: #04B6D1 !important;
}

#page-pharmacie .valueTotalGraph {
  color: #04B6D1 !important;
}

#page-pharmacie .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #04B6D1 !important;
}

.homebox-content-data .font-pharmacie {
  color: #04B6D1;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-pharmacie {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-pharmacie span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

.homebox-business {
  background-image: url(/build/images/business.199f8b84.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-categories {
  background-image: url(/build/images/categorie.3682ef70.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-laboratoires {
  background-image: url(/build/images/laboratoire.0808e6cf.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-clients {
  background-image: url(/build/images/client.eb4f3fcc.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-merchandising {
  background-image: url(/build/images/merchandising.a6085422.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-prix {
  background-image: url(/build/images/prix.3281dcf9.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-animations {
  background-image: url(/build/images/animation.ddf89443.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-equipe {
  background-image: url(/build/images/equipe.0d202f54.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

/***
* FIL D'ARIANE
***/
#breadcrumbs .breadcrumbs li a {
  color: #000;
}

#breadcrumbs .breadcrumbs li:last-child {
  font-family: customBold, sans-serif;
}

/***
* TOOLTIP
***/
.tooltip-info {
  padding-right: 20px;
}

.tooltip-info p {
  margin-bottom: 0;
  line-height: 1rem;
  word-wrap: break-word;
}

.tooltip-info .tooltip-title {
  padding-right: 10px;
}

.tooltip-info .tooltip-subtitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: customBold, sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.tooltip-info .tooltip-serie-name {
  font-family: customBold, sans-serif;
}

.tooltip-info .upper {
  text-transform: uppercase;
}

.tooltip-info .tooltip-serie-info {
  color: #B3B3B5;
  margin-top: 10px;
}

.tooltip-info .tooltip-serie-box {
  background: -webkit-linear-gradient(left, #DFDFDF, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #DFDFDF, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #DFDFDF, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #DFDFDF, #FFF);
  margin: 10px 0;
  padding: 0 20px;
}

.tooltip-info .tooltip-serie-box p {
  padding: 5px 0;
}

.tooltip-info .tooltip-serie-box p span {
  color: #939598;
}

.tooltip-info .tooltip-legend {
  margin-top: 50px;
}

.tooltip-info .tooltip-legend p {
  margin-bottom: 10px;
}

.tooltip-info .tooltip-legend img {
  margin-right: 5px;
}

/***
* BTN TRANSITION
***/
.btn-liste, .btn-liste-left {
  height: 40px;
  margin-top: 15px;
  text-align: right;
  float: right;
}

.btn-liste .btn a, .btn-liste-left .btn a {
  padding: 15px 25px;
}

.btn-liste .btn #btn-laboratoire, .btn-liste-left .btn #btn-laboratoire {
  padding-left: 40px;
  background-image: url(/build/images/labo_arrow.62ebd1fc.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #FF3F92;
}

.btn-liste .btn #btn-categorie, .btn-liste-left .btn #btn-categorie {
  padding-left: 40px;
  background-image: url(/build/images/univers_arrow.e9909656.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #C358ED;
}

.btn-liste-left {
  float: left;
}

/***
* TABLE
***/
.table-component, .tableau_business {
  margin-top: 20px;
}

.table-component thead td, .tableau_business thead td {
  background-color: #FFF;
  color: #585858;
  font-weight: normal;
}

.table-component thead td a, .tableau_business thead td a {
  color: #939598;
}

.table-component thead tr, .tableau_business thead tr {
  background-color: #F0F0F0;
}

.table-component thead tr:first-child td, .tableau_business thead tr:first-child td {
  text-align: center;
}

.table-component thead tr:first-child td:first-child, .tableau_business thead tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.table-component thead tr:first-child td:last-child, .tableau_business thead tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.table-component thead tr:last-child td:first-child, .tableau_business thead tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.table-component thead tr:last-child td:last-child, .tableau_business thead tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table-component tbody td.align-right, .tableau_business tbody td.align-right {
  text-align: right;
  padding-right: 20px;
}

.table-component tbody td.align-center, .tableau_business tbody td.align-center {
  text-align: center;
}

.table-component tbody td.decalage, .tableau_business tbody td.decalage {
  padding-left: 4em;
}

.table-component tbody td.decalagedouble, .tableau_business tbody td.decalagedouble {
  padding-left: 8em;
}

.table-component tbody td.chargement, .tableau_business tbody td.chargement {
  text-align: center;
}

.table-component tbody td a, .tableau_business tbody td a {
  color: #000;
}

.table-component tbody td:not(:last-child), .tableau_business tbody td:not(:last-child) {
  border-right: solid 1px #F0F0F0;
}

.nowrap {
  white-space: nowrap !important;
}

.separation_table {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

.tableau1px tbody tr td:nth-child(n+2), .tableau1px tfoot tr td:nth-child(n+2) {
  text-align: right;
}

.tableau2px tbody tr td:nth-child(n+3), .tableau2px tfoot tr td:nth-child(n+3) {
  text-align: right;
}

.tableau3px tbody tr td:nth-child(n+4), .tableau3px tfoot tr td:nth-child(n+4) {
  text-align: right;
}

.tableau4px tbody tr td:nth-child(n+5), .tableau4px tfoot tr td:nth-child(n+5) {
  text-align: right;
}

.tableau5px tbody tr td:nth-child(n+6), .tableau5px tfoot tr td:nth-child(n+6) {
  text-align: right;
}

.tableau6px tbody tr td:nth-child(n+7), .tableau6px tfoot tr td:nth-child(n+7) {
  text-align: right;
}

.tableau7px tbody tr td:nth-child(n+8), .tableau7px tfoot tr td:nth-child(n+8) {
  text-align: right;
}

.tableau8px tbody tr td:nth-child(n+9), .tableau8px tfoot tr td:nth-child(n+9) {
  text-align: right;
}

.tableau9px tbody tr td:nth-child(n+10), .tableau9px tfoot tr td:nth-child(n+10) {
  text-align: right;
}

.tableau10px tbody tr td:nth-child(n+11), .tableau10px tfoot tr td:nth-child(n+11) {
  text-align: right;
}

.bigTable {
  width: 100%;
  overflow-x: scroll;
}

.bigTable tbody td {
  white-space: nowrap;
}

.tableau_scrollbar, .tableau_scrollbar-big {
  width: 100%;
}

.tableau_scrollbar tbody, .tableau_scrollbar-big tbody, .tableau_scrollbar tfoot, .tableau_scrollbar-big tfoot {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  width: 100%;
  background-color: #F0F0F0;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead, .tableau_scrollbar tbody tr, .tableau_scrollbar-big tbody tr, .tableau_scrollbar tfoot tr, .tableau_scrollbar-big tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead {
  width: calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: -webkit-calc(100% - 1em);
}

.tableau_scrollbar-big tbody, .tableau_scrollbar-big tfoot {
  max-height: 600px;
}

.preambule-warning {
  font-size: 9pt;
  padding: 5px 10px;
  background-color: #e4ebd8;
  margin-bottom: 5px;
}

.preambule-warning p {
  padding-top: 2px;
  margin: 0 0 0 5px;
}

.preambule-warning .preambule-warning-close:before {
  content: "\f00d";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
  color: #32D251;
  float: right;
  cursor: pointer;
}

[class^=tooltip-evolution-] {
  margin: 0;
  font-weight: bold;
}

[class^=tooltip-evolution-] img {
  margin-left: 5px;
  margin-top: -2px;
}

[class^=tooltip-evolution-].tooltip-evolution-up {
  color: #94D815;
}

[class^=tooltip-evolution-].tooltip-evolution-same {
  color: #FFAE00;
}

[class^=tooltip-evolution-].tooltip-evolution-down {
  color: #FF6160;
}

#header .version .icone {
  padding: 5px 10px;
  margin-bottom: 0;
  float: left;
  background-color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  color: #F79147;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

#header .version .only {
  border-radius: 10px;
}

#header .version .message {
  margin-bottom: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  background-color: #F79147;
  float: left;
}

.button_prototype {
  border-radius: 4px;
  width: 200px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.add_prototype {
  background-color: green;
}

.delete_prototype {
  background-color: red;
}

.page-business-header-legend {
  margin-top: 0;
  margin-bottom: -10px;
  margin-left: 0;
}

.page-business-header-legend span {
  display: table-cell;
  height: 50px;
  width: 20px;
  vertical-align: middle;
}

.page-business-header-legend span .button {
  display: block;
  border-radius: 4px;
  background-color: #FFF;
  color: #B3B3B5;
  font-family: customBold, sans-serif;
  border-color: #B3B3B5;
  margin: 0 20px 0 0;
}

.page-business-header-legend p {
  display: table-cell;
  font-size: 12px;
  color: #B3B3B5;
  vertical-align: middle;
  padding-right: 20px;
}

.tableau_business tr td:first-child {
  width: 20%;
}

.tableau_business tbody tr {
  border-bottom: 1px solid #D8D8D8 !important;
}

.tableau_business .separation_business {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

.tableau_business_grand {
  width: 100%;
}

.tableau_business_grand td {
  white-space: nowrap;
}

#tableVentesGeneriquesBusiness tr td:first-child, #tableAchatsGeneriquesBusiness tr td:first-child {
  width: 45%;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#merch_tous td {
  position: relative;
}

#merch_tous td img {
  position: absolute;
  right: 20px;
  top: 25px;
  height: 15px;
  width: 15px;
  margin-left: 5px;
}

#section-merchandising-renta .zoneAjoutLabo .lblSearch {
  padding: 0 10px 0 10px;
  float: left;
  margin: 10px 0 10px 0;
}

#section-merchandising-renta .zoneAjoutLabo .inputSearch {
  padding: 0 10px 0 10px;
  float: left;
}

#section-merchandising-renta .zoneAjoutLabo .add {
  padding: 0 10px 0 10px;
  float: left;
  margin: 4px 0 4px 0;
}

#section-merchandising-renta table {
  text-align: center;
}

#section-merchandising-renta table td {
  width: 60px;
}

#section-merchandising-renta table .id-loop {
  width: 20px;
}

#section-merchandising-renta table .desig-labo {
  width: 120px;
}

#section-merchandising-renta table .date-input {
  width: 110px;
  height: 46px;
  text-align: center;
}

#section-merchandising-renta table .result {
  width: 100px;
}

#section-merchandising-renta table .td-input-number .inputNumber {
  width: 60px;
}

#section-merchandising-renta table .img-sup {
  cursor: pointer;
  width: 33px;
  height: 33px;
}

#section-merchandising-renta .div-submit {
  padding: 0 10px 0 10px;
  float: left;
  margin: 4px 0 4px 0;
}

.sell-space {
  margin-top: 20px;
}

.sell-space .familles_merch {
  background-color: #F0F0F0;
  font-size: 20px;
  font-family: customBold, sans-serif;
  padding: 20px 0 5px 2px;
}

.sell-space thead td {
  background-color: #FFF;
  color: #939598;
  font-weight: normal;
}

.sell-space thead td a {
  color: #939598;
}

.sell-space thead tr {
  background-color: #F0F0F0;
}

.sell-space thead tr:first-child td {
  text-align: center;
}

.sell-space thead tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.sell-space thead tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.sell-space thead tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.sell-space thead tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.sell-space tbody td {
  border-right: solid 3px #F0F0F0;
}

.sell-space tbody td a {
  color: #000;
}

.sell-space tbody td:last-child {
  border-right: none;
}

.sell-space .merchandising-checkbox {
  margin-left: 10px;
}

.sell-space .center-table-column {
  text-align: center;
}

.sell-space .separation_business {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

#tableau_conseil_MF .select::after {
  content: '';
}

.merchandising-planogramme .planogramme-box {
  margin: 0 auto 1rem auto;
  border-radius: 3px;
  position: relative;
  background-color: #FFF;
  width: 268px;
  height: 300px;
}

.merchandising-planogramme .planogramme-box .planogramme-header {
  color: #FFF;
  height: 55px;
  font-family: customBold, sans-serif;
  padding-top: 17px;
  padding-left: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #12C3B3;
  background-repeat: no-repeat;
  background-position: 20px;
}

.merchandising-planogramme .planogramme-box .planogramme-content {
  height: 183px;
  padding: 20px;
}

.merchandising-planogramme .planogramme-box .planogramme-content .planogramme-content-title {
  line-height: 0.8;
  height: 36px;
  margin-bottom: 16px;
  color: #000;
}

.merchandising-planogramme .planogramme-box .planogramme-content .planogramme-content-title .planogramme-content-image {
  width: 200px;
  height: 150px;
}

.merchandising-planogramme .planogramme-box .planogramme-button {
  height: 56px;
  margin: 0;
}

.merchandising-planogramme .planogramme-box .planogramme-button a {
  width: 126px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  font-size: .9rem;
  background-color: #D9D9D9;
  color: #585858;
  font-family: customBold, sans-serif;
}

.reveal {
  overflow: visible;
}

.reveal .rentaMerchListProduit {
  margin: 10px;
  list-style-type: none;
}

.reveal .rentaMerchListProduit li {
  padding: 3px 0;
}

.reveal .delete {
  height: 25px;
  padding: 5px 0;
  float: right;
  cursor: pointer;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#section-compte {
  background-color: #FFF;
  padding: 20px 0;
}

#section-compte table {
  background-color: white;
}

#section-compte table tr {
  background-color: white;
}

#section-compte table tr td {
  text-align: center;
  padding: 0.625rem 0;
  color: #939598;
}

#section-compte table tr td .checkbox + .checkbox-label:before {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  text-align: center;
  border-color: #04B6D1;
  color: #04B6D1;
}

#section-compte div.user {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  color: #939598;
  font-size: 14px;
  line-height: 16px;
}

#section-compte label.btn-file-upload {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  background-color: #04B6D1;
  color: #FFF;
  border-radius: 4px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 46px;
  cursor: pointer;
}

#section-compte label.btn-file-upload:hover {
  background-color: #029DB5;
}

#section-compte .bouton_valider {
  background-color: #04B6D1;
  border-radius: 4px;
  width: 100%;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 46px;
  margin-bottom: 0;
}

#section-compte .bouton_valider:hover {
  background-color: #029DB5;
}

#section-compte .column, #section-compte .columns, #section-compte .columns {
  padding-left: 0;
  padding-right: 0;
}

#section-compte .pictoChangePwd {
  margin-left: 20px;
  width: 40px;
  cursor: pointer;
}

#section-compte .button_prototype {
  border-radius: 4px;
  width: 200px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

#section-compte .add_prototype {
  background-color: green;
}

#section-compte .delete_prototype {
  background-color: red;
}

/* Zone du filtre d'unite de mesure */
#choice-Obj .choice-pourcent {
  border: solid #04B6D1 2px;
  border-radius: 5px;
  padding: 0 0 20px 0;
  margin: 0 0 50px 0;
}

#choice-Obj .choice-pourcent .content-pourcent {
  width: 100%;
}

#choice-Obj .choice-pourcent .pre-content-pourcent {
  width: 200px;
  float: left;
  padding: 18px;
}

#choice-Obj .choice-pourcent .signe-content-pourcent {
  padding: 5px;
  float: left;
}

#choice-Obj .choice-pourcent .signe-content-pourcent .content-signe {
  float: left;
}

#choice-Obj .choice-pourcent .value-content-pourcent {
  width: 140px;
  float: left;
  padding: 5px;
}

#choice-Obj .choice-pourcent .post-content-pourcent {
  height: 50px;
  padding: 18px;
}

#choice-Obj .choice-pourcent .obj-plus {
  border-radius: 5px 0 0 5px;
}

#choice-Obj .choice-pourcent .obj-moins {
  border-radius: 0 5px 5px 0;
}

#choice-Obj .choice-pourcent .btn-choice-obj {
  border-radius: 5px;
}

#choice-Obj .choice-value {
  border: solid #04B6D1 2px;
  border-radius: 5px;
}

#choice-Obj input[type=radio] {
  display: none;
}

#choice-Obj input[type=radio] + label {
  display: inline-block;
  margin: 0 -1.65px;
  padding: 10px 15px;
  color: #585858;
  background-color: #F0F0F0;
  border: 1px solid #D8D8D8;
}

#choice-Obj input[type=radio]:checked + label {
  background-image: none;
  color: white;
  background-color: #04B6D1;
}

#page-categories .bouton_categorie {
  width: auto;
  margin: 0 auto;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

body.is-reveal-open {
  overflow: auto !important;
}

body {
  background-color: #F0F0F0;
  font-family: customNormal, sans-serif;
  font-size: 14px;
}

body .with-sidebar {
  padding-left: 255px;
}

#bodyContent {
  position: absolute;
  width: 100%;
  display: block;
  top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bodyContent_accueil {
  top: 60px !important;
}

.title-bar a, .top-bar a, .top-bar ul a {
  color: white;
}

/* Hompepage */
.homebox-administration {
  background-color: #7F2189;
}

/* Link in table */
#page-administration .datatables a {
  color: #7F2189;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-reseau {
  background-color: #F37735;
}

/* Link in table */
#page-reseau .datatables a {
  color: #F37735;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-pharmacie {
  background-color: #04B6D1;
}

/* Link in table */
#page-pharmacie .datatables a {
  color: #04B6D1;
  font-family: customBold, sans-serif;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/***
* MODAL LEFT
***/
.modal {
  bottom: 0;
  overflow: auto;
}

.modal #modalLeftContent {
  width: 230px;
  margin-top: 5px;
}

#modalLeft {
  top: 110px !important;
  box-shadow: none !important;
  border-top: none !important;
  padding-top: 20px !important;
  width: 250px !important;
}

#modalChargement p {
  width: 500px;
  text-align: center;
}

/***
* MODULES
***/
/* Hompepage */
.homebox-business,
#page-business #bouton_valider,
#page-business button[type="submit"] {
  background-color: #6FC4FF;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-business #menuHorizontal .current p,
#page-business .breadcrumbs li:last-child,
#page-business .sectionTitle .titleSection {
  color: #6FC4FF;
}

/* Menu vertical */
#page-business #menuVertical .current p {
  color: #6FC4FF !important;
  border-left: 3px solid #6FC4FF !important;
}

/* Filtres */
#page-business #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #6FC4FF;
  background: #FFFFFF;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #6FC4FF;
}

#page-business #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #6FC4FF;
  color: #6FC4FF;
}

#page-business #filtresContent #periodeFiltre span {
  color: #6FC4FF;
}

#page-business #filtresContent input[type="submit"] {
  background: #6FC4FF;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-business #returnTopUnite, #page-business #returnTopLabo, #page-business #returnTopFiltres, #page-business #returnTopPeriode span {
  color: #6FC4FF;
}

#page-business #breadcrumbs .breadcrumbs li:last-child {
  color: #6FC4FF;
}

#page-business .sectionTitle .titleSection, #page-business .soustitleSection {
  color: #6FC4FF;
}

#page-business #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #6FC4FF !important;
}

#page-business .bouton_valider {
  background-color: #6FC4FF;
}

#page-business .active {
  color: #6FC4FF !important;
}

#page-business .valueTotalGraph {
  color: #6FC4FF !important;
}

#page-business .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #6FC4FF !important;
}

.homebox-content-data .font-business {
  color: #6FC4FF;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-business {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-business span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-categories,
#page-categories #bouton_valider,
#page-categories button[type="submit"] {
  background-color: #C358ED;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-categories #menuHorizontal .current p,
#page-categories .breadcrumbs li:last-child,
#page-categories .sectionTitle .titleSection {
  color: #C358ED;
}

/* Menu vertical */
#page-categories #menuVertical .current p {
  color: #C358ED !important;
  border-left: 3px solid #C358ED !important;
}

/* Filtres */
#page-categories #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #C358ED;
  background: #FFFFFF;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #C358ED;
}

#page-categories #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #C358ED;
  color: #C358ED;
}

#page-categories #filtresContent #periodeFiltre span {
  color: #C358ED;
}

#page-categories #filtresContent input[type="submit"] {
  background: #C358ED;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-categories #returnTopUnite, #page-categories #returnTopLabo, #page-categories #returnTopFiltres, #page-categories #returnTopPeriode span {
  color: #C358ED;
}

#page-categories #breadcrumbs .breadcrumbs li:last-child {
  color: #C358ED;
}

#page-categories .sectionTitle .titleSection, #page-categories .soustitleSection {
  color: #C358ED;
}

#page-categories #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #C358ED !important;
}

#page-categories .bouton_valider {
  background-color: #C358ED;
}

#page-categories .active {
  color: #C358ED !important;
}

#page-categories .valueTotalGraph {
  color: #C358ED !important;
}

#page-categories .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #C358ED !important;
}

.homebox-content-data .font-categories {
  color: #C358ED;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-categories {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-categories span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-laboratoires,
#page-laboratoires #bouton_valider,
#page-laboratoires button[type="submit"] {
  background-color: #FF3F92;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-laboratoires #menuHorizontal .current p,
#page-laboratoires .breadcrumbs li:last-child,
#page-laboratoires .sectionTitle .titleSection {
  color: #FF3F92;
}

/* Menu vertical */
#page-laboratoires #menuVertical .current p {
  color: #FF3F92 !important;
  border-left: 3px solid #FF3F92 !important;
}

/* Filtres */
#page-laboratoires #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FF3F92;
  background: #FFFFFF;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FF3F92;
}

#page-laboratoires #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FF3F92;
  color: #FF3F92;
}

#page-laboratoires #filtresContent #periodeFiltre span {
  color: #FF3F92;
}

#page-laboratoires #filtresContent input[type="submit"] {
  background: #FF3F92;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-laboratoires #returnTopUnite, #page-laboratoires #returnTopLabo, #page-laboratoires #returnTopFiltres, #page-laboratoires #returnTopPeriode span {
  color: #FF3F92;
}

#page-laboratoires #breadcrumbs .breadcrumbs li:last-child {
  color: #FF3F92;
}

#page-laboratoires .sectionTitle .titleSection, #page-laboratoires .soustitleSection {
  color: #FF3F92;
}

#page-laboratoires #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FF3F92 !important;
}

#page-laboratoires .bouton_valider {
  background-color: #FF3F92;
}

#page-laboratoires .active {
  color: #FF3F92 !important;
}

#page-laboratoires .valueTotalGraph {
  color: #FF3F92 !important;
}

#page-laboratoires .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FF3F92 !important;
}

.homebox-content-data .font-laboratoires {
  color: #FF3F92;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-laboratoires {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-laboratoires span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-clients,
#page-clients #bouton_valider,
#page-clients button[type="submit"] {
  background-color: #FFCC00;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-clients #menuHorizontal .current p,
#page-clients .breadcrumbs li:last-child,
#page-clients .sectionTitle .titleSection {
  color: #FFCC00;
}

/* Menu vertical */
#page-clients #menuVertical .current p {
  color: #FFCC00 !important;
  border-left: 3px solid #FFCC00 !important;
}

/* Filtres */
#page-clients #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FFCC00;
  background: #FFFFFF;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FFCC00;
}

#page-clients #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FFCC00;
  color: #FFCC00;
}

#page-clients #filtresContent #periodeFiltre span {
  color: #FFCC00;
}

#page-clients #filtresContent input[type="submit"] {
  background: #FFCC00;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-clients #returnTopUnite, #page-clients #returnTopLabo, #page-clients #returnTopFiltres, #page-clients #returnTopPeriode span {
  color: #FFCC00;
}

#page-clients #breadcrumbs .breadcrumbs li:last-child {
  color: #FFCC00;
}

#page-clients .sectionTitle .titleSection, #page-clients .soustitleSection {
  color: #FFCC00;
}

#page-clients #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FFCC00 !important;
}

#page-clients .bouton_valider {
  background-color: #FFCC00;
}

#page-clients .active {
  color: #FFCC00 !important;
}

#page-clients .valueTotalGraph {
  color: #FFCC00 !important;
}

#page-clients .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FFCC00 !important;
}

.homebox-content-data .font-clients {
  color: #FFCC00;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-clients {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-clients span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-merchandising,
#page-merchandising #bouton_valider,
#page-merchandising button[type="submit"] {
  background-color: #12C3B3;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-merchandising #menuHorizontal .current p,
#page-merchandising .breadcrumbs li:last-child,
#page-merchandising .sectionTitle .titleSection {
  color: #12C3B3;
}

/* Menu vertical */
#page-merchandising #menuVertical .current p {
  color: #12C3B3 !important;
  border-left: 3px solid #12C3B3 !important;
}

/* Filtres */
#page-merchandising #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #12C3B3;
  background: #FFFFFF;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #12C3B3;
}

#page-merchandising #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #12C3B3;
  color: #12C3B3;
}

#page-merchandising #filtresContent #periodeFiltre span {
  color: #12C3B3;
}

#page-merchandising #filtresContent input[type="submit"] {
  background: #12C3B3;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-merchandising #returnTopUnite, #page-merchandising #returnTopLabo, #page-merchandising #returnTopFiltres, #page-merchandising #returnTopPeriode span {
  color: #12C3B3;
}

#page-merchandising #breadcrumbs .breadcrumbs li:last-child {
  color: #12C3B3;
}

#page-merchandising .sectionTitle .titleSection, #page-merchandising .soustitleSection {
  color: #12C3B3;
}

#page-merchandising #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #12C3B3 !important;
}

#page-merchandising .bouton_valider {
  background-color: #12C3B3;
}

#page-merchandising .active {
  color: #12C3B3 !important;
}

#page-merchandising .valueTotalGraph {
  color: #12C3B3 !important;
}

#page-merchandising .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #12C3B3 !important;
}

.homebox-content-data .font-merchandising {
  color: #12C3B3;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-merchandising {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-merchandising span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-prix,
#page-prix #bouton_valider,
#page-prix button[type="submit"] {
  background-color: #ED3333;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-prix #menuHorizontal .current p,
#page-prix .breadcrumbs li:last-child,
#page-prix .sectionTitle .titleSection {
  color: #ED3333;
}

/* Menu vertical */
#page-prix #menuVertical .current p {
  color: #ED3333 !important;
  border-left: 3px solid #ED3333 !important;
}

/* Filtres */
#page-prix #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #ED3333;
  background: #FFFFFF;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #ED3333;
}

#page-prix #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #ED3333;
  color: #ED3333;
}

#page-prix #filtresContent #periodeFiltre span {
  color: #ED3333;
}

#page-prix #filtresContent input[type="submit"] {
  background: #ED3333;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-prix #returnTopUnite, #page-prix #returnTopLabo, #page-prix #returnTopFiltres, #page-prix #returnTopPeriode span {
  color: #ED3333;
}

#page-prix #breadcrumbs .breadcrumbs li:last-child {
  color: #ED3333;
}

#page-prix .sectionTitle .titleSection, #page-prix .soustitleSection {
  color: #ED3333;
}

#page-prix #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #ED3333 !important;
}

#page-prix .bouton_valider {
  background-color: #ED3333;
}

#page-prix .active {
  color: #ED3333 !important;
}

#page-prix .valueTotalGraph {
  color: #ED3333 !important;
}

#page-prix .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #ED3333 !important;
}

.homebox-content-data .font-prix {
  color: #ED3333;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-prix {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-prix span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-animations,
#page-animations #bouton_valider,
#page-animations button[type="submit"] {
  background-color: #F79147;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-animations #menuHorizontal .current p,
#page-animations .breadcrumbs li:last-child,
#page-animations .sectionTitle .titleSection {
  color: #F79147;
}

/* Menu vertical */
#page-animations #menuVertical .current p {
  color: #F79147 !important;
  border-left: 3px solid #F79147 !important;
}

/* Filtres */
#page-animations #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F79147;
  background: #FFFFFF;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F79147;
}

#page-animations #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F79147;
  color: #F79147;
}

#page-animations #filtresContent #periodeFiltre span {
  color: #F79147;
}

#page-animations #filtresContent input[type="submit"] {
  background: #F79147;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-animations #returnTopUnite, #page-animations #returnTopLabo, #page-animations #returnTopFiltres, #page-animations #returnTopPeriode span {
  color: #F79147;
}

#page-animations #breadcrumbs .breadcrumbs li:last-child {
  color: #F79147;
}

#page-animations .sectionTitle .titleSection, #page-animations .soustitleSection {
  color: #F79147;
}

#page-animations #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F79147 !important;
}

#page-animations .bouton_valider {
  background-color: #F79147;
}

#page-animations .active {
  color: #F79147 !important;
}

#page-animations .valueTotalGraph {
  color: #F79147 !important;
}

#page-animations .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F79147 !important;
}

.homebox-content-data .font-animations {
  color: #F79147;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-animations {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-animations span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-equipe,
#page-equipe #bouton_valider,
#page-equipe button[type="submit"] {
  background-color: #32D251;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-equipe #menuHorizontal .current p,
#page-equipe .breadcrumbs li:last-child,
#page-equipe .sectionTitle .titleSection {
  color: #32D251;
}

/* Menu vertical */
#page-equipe #menuVertical .current p {
  color: #32D251 !important;
  border-left: 3px solid #32D251 !important;
}

/* Filtres */
#page-equipe #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #32D251;
  background: #FFFFFF;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #32D251;
}

#page-equipe #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #32D251;
  color: #32D251;
}

#page-equipe #filtresContent #periodeFiltre span {
  color: #32D251;
}

#page-equipe #filtresContent input[type="submit"] {
  background: #32D251;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-equipe #returnTopUnite, #page-equipe #returnTopLabo, #page-equipe #returnTopFiltres, #page-equipe #returnTopPeriode span {
  color: #32D251;
}

#page-equipe #breadcrumbs .breadcrumbs li:last-child {
  color: #32D251;
}

#page-equipe .sectionTitle .titleSection, #page-equipe .soustitleSection {
  color: #32D251;
}

#page-equipe #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #32D251 !important;
}

#page-equipe .bouton_valider {
  background-color: #32D251;
}

#page-equipe .active {
  color: #32D251 !important;
}

#page-equipe .valueTotalGraph {
  color: #32D251 !important;
}

#page-equipe .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #32D251 !important;
}

.homebox-content-data .font-equipe {
  color: #32D251;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-equipe {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-equipe span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-administration,
#page-administration #bouton_valider,
#page-administration button[type="submit"] {
  background-color: #7F2189;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-administration #menuHorizontal .current p,
#page-administration .breadcrumbs li:last-child,
#page-administration .sectionTitle .titleSection {
  color: #7F2189;
}

/* Menu vertical */
#page-administration #menuVertical .current p {
  color: #7F2189 !important;
  border-left: 3px solid #7F2189 !important;
}

/* Filtres */
#page-administration #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #7F2189;
  background: #FFFFFF;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #7F2189;
}

#page-administration #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #7F2189;
  color: #7F2189;
}

#page-administration #filtresContent #periodeFiltre span {
  color: #7F2189;
}

#page-administration #filtresContent input[type="submit"] {
  background: #7F2189;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-administration #returnTopUnite, #page-administration #returnTopLabo, #page-administration #returnTopFiltres, #page-administration #returnTopPeriode span {
  color: #7F2189;
}

#page-administration #breadcrumbs .breadcrumbs li:last-child {
  color: #7F2189;
}

#page-administration .sectionTitle .titleSection, #page-administration .soustitleSection {
  color: #7F2189;
}

#page-administration #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #7F2189 !important;
}

#page-administration .bouton_valider {
  background-color: #7F2189;
}

#page-administration .active {
  color: #7F2189 !important;
}

#page-administration .valueTotalGraph {
  color: #7F2189 !important;
}

#page-administration .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #7F2189 !important;
}

.homebox-content-data .font-administration {
  color: #7F2189;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-administration {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-administration span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-reseau,
#page-reseau #bouton_valider,
#page-reseau button[type="submit"] {
  background-color: #F37735;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-reseau #menuHorizontal .current p,
#page-reseau .breadcrumbs li:last-child,
#page-reseau .sectionTitle .titleSection {
  color: #F37735;
}

/* Menu vertical */
#page-reseau #menuVertical .current p {
  color: #F37735 !important;
  border-left: 3px solid #F37735 !important;
}

/* Filtres */
#page-reseau #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F37735;
  background: #FFFFFF;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F37735;
}

#page-reseau #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F37735;
  color: #F37735;
}

#page-reseau #filtresContent #periodeFiltre span {
  color: #F37735;
}

#page-reseau #filtresContent input[type="submit"] {
  background: #F37735;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-reseau #returnTopUnite, #page-reseau #returnTopLabo, #page-reseau #returnTopFiltres, #page-reseau #returnTopPeriode span {
  color: #F37735;
}

#page-reseau #breadcrumbs .breadcrumbs li:last-child {
  color: #F37735;
}

#page-reseau .sectionTitle .titleSection, #page-reseau .soustitleSection {
  color: #F37735;
}

#page-reseau #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F37735 !important;
}

#page-reseau .bouton_valider {
  background-color: #F37735;
}

#page-reseau .active {
  color: #F37735 !important;
}

#page-reseau .valueTotalGraph {
  color: #F37735 !important;
}

#page-reseau .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F37735 !important;
}

.homebox-content-data .font-reseau {
  color: #F37735;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-reseau {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-reseau span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-pharmacie,
#page-pharmacie #bouton_valider,
#page-pharmacie button[type="submit"] {
  background-color: #04B6D1;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-pharmacie #menuHorizontal .current p,
#page-pharmacie .breadcrumbs li:last-child,
#page-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

/* Menu vertical */
#page-pharmacie #menuVertical .current p {
  color: #04B6D1 !important;
  border-left: 3px solid #04B6D1 !important;
}

/* Filtres */
#page-pharmacie #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #04B6D1;
  background: #FFFFFF;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #04B6D1;
}

#page-pharmacie #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #04B6D1;
  color: #04B6D1;
}

#page-pharmacie #filtresContent #periodeFiltre span {
  color: #04B6D1;
}

#page-pharmacie #filtresContent input[type="submit"] {
  background: #04B6D1;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-pharmacie #returnTopUnite, #page-pharmacie #returnTopLabo, #page-pharmacie #returnTopFiltres, #page-pharmacie #returnTopPeriode span {
  color: #04B6D1;
}

#page-pharmacie #breadcrumbs .breadcrumbs li:last-child {
  color: #04B6D1;
}

#page-pharmacie .sectionTitle .titleSection, #page-pharmacie .soustitleSection {
  color: #04B6D1;
}

#page-pharmacie #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #04B6D1 !important;
}

#page-pharmacie .bouton_valider {
  background-color: #04B6D1;
}

#page-pharmacie .active {
  color: #04B6D1 !important;
}

#page-pharmacie .valueTotalGraph {
  color: #04B6D1 !important;
}

#page-pharmacie .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #04B6D1 !important;
}

.homebox-content-data .font-pharmacie {
  color: #04B6D1;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-pharmacie {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-pharmacie span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

.homebox-business {
  background-image: url(/build/images/business.199f8b84.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-categories {
  background-image: url(/build/images/categorie.3682ef70.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-laboratoires {
  background-image: url(/build/images/laboratoire.0808e6cf.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-clients {
  background-image: url(/build/images/client.eb4f3fcc.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-merchandising {
  background-image: url(/build/images/merchandising.a6085422.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-prix {
  background-image: url(/build/images/prix.3281dcf9.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-animations {
  background-image: url(/build/images/animation.ddf89443.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-equipe {
  background-image: url(/build/images/equipe.0d202f54.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

/***
* FIL D'ARIANE
***/
#breadcrumbs .breadcrumbs li a {
  color: #000;
}

#breadcrumbs .breadcrumbs li:last-child {
  font-family: customBold, sans-serif;
}

/***
* TOOLTIP
***/
.tooltip-info {
  padding-right: 20px;
}

.tooltip-info p {
  margin-bottom: 0;
  line-height: 1rem;
  word-wrap: break-word;
}

.tooltip-info .tooltip-title {
  padding-right: 10px;
}

.tooltip-info .tooltip-subtitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: customBold, sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.tooltip-info .tooltip-serie-name {
  font-family: customBold, sans-serif;
}

.tooltip-info .upper {
  text-transform: uppercase;
}

.tooltip-info .tooltip-serie-info {
  color: #B3B3B5;
  margin-top: 10px;
}

.tooltip-info .tooltip-serie-box {
  background: -webkit-linear-gradient(left, #DFDFDF, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #DFDFDF, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #DFDFDF, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #DFDFDF, #FFF);
  margin: 10px 0;
  padding: 0 20px;
}

.tooltip-info .tooltip-serie-box p {
  padding: 5px 0;
}

.tooltip-info .tooltip-serie-box p span {
  color: #939598;
}

.tooltip-info .tooltip-legend {
  margin-top: 50px;
}

.tooltip-info .tooltip-legend p {
  margin-bottom: 10px;
}

.tooltip-info .tooltip-legend img {
  margin-right: 5px;
}

/***
* BTN TRANSITION
***/
.btn-liste, .btn-liste-left {
  height: 40px;
  margin-top: 15px;
  text-align: right;
  float: right;
}

.btn-liste .btn a, .btn-liste-left .btn a {
  padding: 15px 25px;
}

.btn-liste .btn #btn-laboratoire, .btn-liste-left .btn #btn-laboratoire {
  padding-left: 40px;
  background-image: url(/build/images/labo_arrow.62ebd1fc.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #FF3F92;
}

.btn-liste .btn #btn-categorie, .btn-liste-left .btn #btn-categorie {
  padding-left: 40px;
  background-image: url(/build/images/univers_arrow.e9909656.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #C358ED;
}

.btn-liste-left {
  float: left;
}

/***
* TABLE
***/
.table-component, .tableau_business {
  margin-top: 20px;
}

.table-component thead td, .tableau_business thead td {
  background-color: #FFF;
  color: #585858;
  font-weight: normal;
}

.table-component thead td a, .tableau_business thead td a {
  color: #939598;
}

.table-component thead tr, .tableau_business thead tr {
  background-color: #F0F0F0;
}

.table-component thead tr:first-child td, .tableau_business thead tr:first-child td {
  text-align: center;
}

.table-component thead tr:first-child td:first-child, .tableau_business thead tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.table-component thead tr:first-child td:last-child, .tableau_business thead tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.table-component thead tr:last-child td:first-child, .tableau_business thead tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.table-component thead tr:last-child td:last-child, .tableau_business thead tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table-component tbody td.align-right, .tableau_business tbody td.align-right {
  text-align: right;
  padding-right: 20px;
}

.table-component tbody td.align-center, .tableau_business tbody td.align-center {
  text-align: center;
}

.table-component tbody td.decalage, .tableau_business tbody td.decalage {
  padding-left: 4em;
}

.table-component tbody td.decalagedouble, .tableau_business tbody td.decalagedouble {
  padding-left: 8em;
}

.table-component tbody td.chargement, .tableau_business tbody td.chargement {
  text-align: center;
}

.table-component tbody td a, .tableau_business tbody td a {
  color: #000;
}

.table-component tbody td:not(:last-child), .tableau_business tbody td:not(:last-child) {
  border-right: solid 1px #F0F0F0;
}

.nowrap {
  white-space: nowrap !important;
}

.separation_table {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

.tableau1px tbody tr td:nth-child(n+2), .tableau1px tfoot tr td:nth-child(n+2) {
  text-align: right;
}

.tableau2px tbody tr td:nth-child(n+3), .tableau2px tfoot tr td:nth-child(n+3) {
  text-align: right;
}

.tableau3px tbody tr td:nth-child(n+4), .tableau3px tfoot tr td:nth-child(n+4) {
  text-align: right;
}

.tableau4px tbody tr td:nth-child(n+5), .tableau4px tfoot tr td:nth-child(n+5) {
  text-align: right;
}

.tableau5px tbody tr td:nth-child(n+6), .tableau5px tfoot tr td:nth-child(n+6) {
  text-align: right;
}

.tableau6px tbody tr td:nth-child(n+7), .tableau6px tfoot tr td:nth-child(n+7) {
  text-align: right;
}

.tableau7px tbody tr td:nth-child(n+8), .tableau7px tfoot tr td:nth-child(n+8) {
  text-align: right;
}

.tableau8px tbody tr td:nth-child(n+9), .tableau8px tfoot tr td:nth-child(n+9) {
  text-align: right;
}

.tableau9px tbody tr td:nth-child(n+10), .tableau9px tfoot tr td:nth-child(n+10) {
  text-align: right;
}

.tableau10px tbody tr td:nth-child(n+11), .tableau10px tfoot tr td:nth-child(n+11) {
  text-align: right;
}

.bigTable {
  width: 100%;
  overflow-x: scroll;
}

.bigTable tbody td {
  white-space: nowrap;
}

.tableau_scrollbar, .tableau_scrollbar-big {
  width: 100%;
}

.tableau_scrollbar tbody, .tableau_scrollbar-big tbody, .tableau_scrollbar tfoot, .tableau_scrollbar-big tfoot {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  width: 100%;
  background-color: #F0F0F0;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead, .tableau_scrollbar tbody tr, .tableau_scrollbar-big tbody tr, .tableau_scrollbar tfoot tr, .tableau_scrollbar-big tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead {
  width: calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: -webkit-calc(100% - 1em);
}

.tableau_scrollbar-big tbody, .tableau_scrollbar-big tfoot {
  max-height: 600px;
}

.preambule-warning {
  font-size: 9pt;
  padding: 5px 10px;
  background-color: #e4ebd8;
  margin-bottom: 5px;
}

.preambule-warning p {
  padding-top: 2px;
  margin: 0 0 0 5px;
}

.preambule-warning .preambule-warning-close:before {
  content: "\f00d";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
  color: #32D251;
  float: right;
  cursor: pointer;
}

[class^=tooltip-evolution-] {
  margin: 0;
  font-weight: bold;
}

[class^=tooltip-evolution-] img {
  margin-left: 5px;
  margin-top: -2px;
}

[class^=tooltip-evolution-].tooltip-evolution-up {
  color: #94D815;
}

[class^=tooltip-evolution-].tooltip-evolution-same {
  color: #FFAE00;
}

[class^=tooltip-evolution-].tooltip-evolution-down {
  color: #FF6160;
}

#header .version .icone {
  padding: 5px 10px;
  margin-bottom: 0;
  float: left;
  background-color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  color: #F79147;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

#header .version .only {
  border-radius: 10px;
}

#header .version .message {
  margin-bottom: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  background-color: #F79147;
  float: left;
}

.button_prototype {
  border-radius: 4px;
  width: 200px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.add_prototype {
  background-color: green;
}

.delete_prototype {
  background-color: red;
}

.separation {
  text-align: center;
}

.separation input[type=button] {
  padding: 0 30px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: #ED3333;
  color: #FFF;
  height: 36px;
}

.page-prix-header-legend {
  margin-top: 10px;
  display: flex;
}

.page-prix-header-legend span {
  display: table-cell;
  height: 50px;
  width: 30px;
  vertical-align: middle;
}

.page-prix-header-legend p {
  display: table-cell;
  font-size: 12px;
  color: #B3B3B5;
  vertical-align: middle;
  padding-right: 20px;
}

.page-prix-header-legend .warning {
  flex: 1;
  cursor: pointer;
  padding: 0 0 0 10px;
  margin: 0 5px;
  background-color: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.page-prix-header-legend .highlight {
  background: #ED3333;
}

.page-prix-header-legend .highlight p {
  color: #FFF;
  text-decoration: line-through;
}

#fixationPrixDiv {
  overflow-x: scroll;
  overflow-y: hidden;
}

#tablePrix {
  color: #585858;
  margin-top: 20px;
  min-width: 1200px;
}

#tablePrix thead td {
  color: #B3B3B5;
  font-size: 12px;
  font-weight: normal;
}

#tablePrix tbody {
  direction: rtl;
}

#tablePrix tbody tr {
  direction: ltr;
}

#tablePrix tbody tr.ligne_famille_prix {
  background-color: #F0F0F0;
  font-size: 18px;
  font-family: customBold, sans-serif;
}

#tablePrix tbody tr.ligne_produit_prix {
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

#tablePrix tbody tr.ligne_produit_prix.bordered-bottom {
  border-bottom: 1px solid #F0F0F0;
}

#tablePrix tbody tr.ligne_produit_prix td {
  padding: 10px 10px;
}

#tablePrix tbody tr.ligne_produit_prix td.check {
  background-image: url(/build/images/plus.28f37f20.png);
  background-repeat: no-repeat;
}

#tablePrix tbody tr.ligne_produit_prix td.check .checkbox-label {
  padding-top: 10px;
}

#tablePrix tbody tr.ligne_produit_prix td.conseil {
  padding-top: 2px;
  color: #B3B3B5;
}

#tablePrix tbody tr.ligne_produit_prix td.designation {
  text-align: left;
  white-space: normal;
}

#tablePrix tbody tr.ligne_produit_prix td.laboratoire {
  color: #585858;
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
  font-family: customItalic, sans-serif;
}

#tablePrix tbody tr.ligne_produit_prix.table-row-even-color {
  background-color: #DFDFDF;
}

#tablePrix tbody tr.ligne_produit_prix.table-row-odd-color {
  background-color: #EBEBEB;
}

#tablePrix tbody tr.ligne_produit_prix.ligne_total {
  pointer-events: none;
}

#tablePrix tr td:nth-child(2) {
  width: 120px;
}

#tablePrix tr td:nth-child(3) {
  width: 160px;
}

#tablePrix tr td:nth-child(8) {
  width: 100px;
}

#tablePrix tr td:nth-last-child(2) {
  width: 90px;
}

.form-row #bouton_valider {
  background-color: #ED3333;
  border-radius: 4px;
  width: 100%;
  font-family: customNormal, sans-serif;
  font-size: 14px;
  height: 46px;
}

.form-row #bouton_valider:hover {
  background-color: #ED3333;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

#page-animations .entete-label {
  margin-left: -20px;
}

#page-animations .entete-label .entete-label-first {
  margin-top: 2px;
}

#page-animations .entete-label .entete-label-second {
  text-transform: capitalize;
  color: #585858;
  font-size: 10pt;
  margin-top: -6px;
}

#page-animations .checkbox-label-sub {
  color: #B3B3B5;
  font-family: customBold, sans-serif;
}

#page-animations .checkbox + .checkbox-label::before {
  border-color: #F79147;
  color: #F79147;
}

#page-animations .choice-widget .choice .checkbox + .checkbox-label:before {
  line-height: 34px;
}

#page-animations #suivi_animations .select {
  width: 120px;
}

#page-animations #suivi_animations .select select {
  font-size: 10px;
}

#page-animations #suivi_animations input {
  width: 125px;
}

#page-animations #suivi_animations tr td:nth-child(1) {
  width: 140px;
}

#page-animations #suivi_animations tr td:nth-child(n+5), #page-animations #suivi_animations tr td:nth-child(3) {
  width: 85px;
}

#page-animations #suivi_animations tr td:nth-child(4) {
  width: 140px;
  text-align: left;
}

#page-animations .homebox-header {
  color: #FFF;
  height: 55px;
  font-family: customBold, sans-serif;
  padding-top: 20px;
  padding-left: 50px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#page-animations .homebox-animation {
  background-color: #F79147;
  padding-left: 20px;
}

#page-animations .homebox {
  margin: 0 0 1rem 0;
  border-radius: 3px;
  position: relative;
  background-color: #FFF;
  height: 135px;
}

#page-animations .homebox-button {
  margin: 0;
  background-color: #FFF;
  padding: 15px 0;
}

#page-animations .homebox-button p {
  width: 80px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  font-size: .9rem;
  background-color: #D9D9D9;
  color: #585858;
  font-family: customBold, sans-serif;
  margin: 0 auto;
}

#page-animations .home {
  width: 100%;
}

#page-animations .titleContent {
  margin-top: 20px;
}

#page-animations .titleSection {
  margin-top: 10px;
  margin-bottom: 10px;
}

#page-animations #titleSection1 {
  padding: 0;
  background-color: #F0F0F0;
}

#page-animations .page-prix-header-legend {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
}

#page-animations .homebox-grey {
  opacity: 0.5;
}

#page-animations .homebox-grey a {
  cursor: default !important;
}

#page-animations .homebox-grey p {
  background-color: transparent !important;
  cursor: default !important;
}

#page-animations .animations_titre {
  background-color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14pt;
  padding: 10px 20px;
  width: 100%;
  font-family: customBold, sans-serif;
}

#page-animations form {
  width: 100%;
}

#page-animations .bouton_valider {
  width: auto;
  margin-top: 10px;
}

#tableau_animation_theme tbody td {
  padding: 0;
}

#tableau_animation_theme tbody tr.odd {
  background-color: #DFDFDF;
}

#tableau_animation_theme tbody tr.even {
  background-color: #EBEBEB;
}

#tableau_animation_theme tbody tr:nth-child(2n) td > .cadreSelectionProduitCip:first-child {
  background-color: #DFDFDF !important;
}

#tableau_animation_theme tbody tr:nth-child(2n+1) > .cadreSelectionProduitCip:first-child .cadreSelectionProduitCip:first-child {
  background-color: #EBEBEB !important;
}

#tableau_animation_theme .no-background-color {
  background-color: #F0F0F0 !important;
}

#tableau_animation_theme .titre-univers {
  text-transform: uppercase;
  font-size: 14pt;
  margin: 10px 0 0 0;
  font-family: customBold, sans-serif;
}

#tableau_animation_theme .sous-titre-univers {
  background-color: white;
  border-radius: 5px;
  font-size: 12pt;
  padding: 10px 20px;
  width: 100%;
  font-family: customBold, sans-serif;
  margin: 10px 0 0 0;
}

#tableau_animation_theme .sous-sous-titre-univers {
  font-size: 12pt;
  color: #F79147;
  margin: 10px 0 0 0;
}

#tableau_animation_theme .image-univers {
  text-align: center;
  margin: 20px 0;
}

#tableau_animation_theme .info-produit-entete {
  width: 15%;
  text-align: center;
  padding: 10px 5px;
}

#tableau_animation_theme .entete-label {
  margin-left: -20px;
}

#tableau_animation_theme .entete-label .entete-label-first {
  margin-top: 2px;
}

#tableau_animation_theme .entete-label .entete-label-second {
  text-transform: capitalize;
  color: #585858;
  font-size: 10pt;
  margin-top: -6px;
}

#tableau_animation_theme .checkbox-label-sub {
  color: #B3B3B5;
  font-family: customBold, sans-serif;
}

#tableau_animation_theme .checkbox + .checkbox-label::before {
  border-color: #F79147;
  color: #F79147;
}

#tableau_animation_theme .choice-widget .choice .checkbox + .checkbox-label:before {
  line-height: 34px;
}

#tableau_animation_theme input[disabled] + .checkbox-label::before {
  border-color: #FBC296;
  color: #FBC296;
}

#tableau_animation_theme .info-produit {
  background-color: white !important;
}

#tableau_animation_theme .info-produit .cadreSelectionProduit {
  padding: 10px 0 0 0;
}

#tableau_animation_theme .info-produit table tbody {
  border: none;
}

#tableau_animation_theme .info-produit table tbody tr {
  background-color: white;
}

#tableau_animation_theme .info-produit table tbody tr td {
  width: 50%;
  position: relative;
}

#tableau_animation_theme .info-produit table tbody tr td .devise {
  position: absolute;
  top: 12px;
  right: 34px;
}

#tableau_animation_theme .info-produit table tbody tr td label {
  color: #000 !important;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip label {
  line-height: 46px;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip .contenuAutre {
  background-color: white;
  padding: 0;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip table tbody {
  border: none;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip table tbody tr {
  background-color: white;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip table tbody tr td {
  width: auto;
}

#tableau_animation_theme .info-produit .cadreSelectionProduitCip .espace-tr table tbody tr {
  border-bottom: 0 solid white;
}

#tableau_animation_theme .info-produit .tableAffichageProduit label {
  line-height: 1.8;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper {
  padding: 0 20px;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix thead {
  border: none;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix thead tr {
  background-color: white;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix thead tr td {
  width: 17%;
  text-align: center !important;
  padding: 10px 0;
  color: #B3B3B5;
  font-family: customNormal, sans-serif;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix tbody tr {
  background-color: #DFDFDF;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix tbody tr td {
  width: 17%;
  text-align: center !important;
  padding: 10px 0;
  border-right: 2px solid white;
}

#tableau_animation_theme .info-produit .impactPrix-wrapper .impactPrix tbody tr:first-child {
  width: 15%;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit {
  padding: 0 20px;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table tr {
  background-color: white;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table tr td {
  width: auto;
  text-align: left !important;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table thead {
  border: none;
}

#tableau_animation_theme .info-produit .tableResumeOffreProduit table thead tr td {
  font-weight: normal;
  color: #B3B3B5;
}

#tableau_animation_theme .ligne_produit_admin {
  height: 46px;
}

#tableau_animation_theme .ligne_produit_admin td:first-child {
  padding: 10px;
}

#tableau_animation_theme .ligne_produit_admin:nth-child(2n) {
  background-color: #DFDFDF;
}

#tableau_animation_theme .ligne_produit_admin:nth-child(2n+1) {
  background-color: #EBEBEB;
}

#tableau_animation_theme #animations-visuels {
  margin: 0;
}

#tableau_animation_theme .ui-autocomplete-input {
  margin-top: 5px;
}

#animations-visuels .choice > .checkbox-label {
  width: 36px !important;
  height: 36px !important;
  float: left !important;
}

#animations-visuels .checkbox-label {
  width: 100px !important;
  float: left !important;
  line-height: 36px !important;
}

.animation-valider-wrapper {
  padding-left: 20px;
  margin-top: 50px;
}

.animation-valider-wrapper .animation-valider {
  background-color: white;
  padding: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.animation-valider-wrapper .animation-valider p {
  margin: 0;
}

.animation-valider-wrapper .animation-valider .animation-valider-nombre {
  color: #F79147;
  font-size: 14pt;
  font-family: customBold, sans-serif;
}

.animation-valider-wrapper .animation-valider .animation-valider-soustitre {
  color: #B3B3B5;
}

.animation-valider-wrapper .animation-valider input[type="button"] {
  width: 100%;
  margin-top: 10px;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

body.is-reveal-open {
  overflow: auto !important;
}

body {
  background-color: #F0F0F0;
  font-family: customNormal, sans-serif;
  font-size: 14px;
}

body .with-sidebar {
  padding-left: 255px;
}

#bodyContent {
  position: absolute;
  width: 100%;
  display: block;
  top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bodyContent_accueil {
  top: 60px !important;
}

.title-bar a, .top-bar a, .top-bar ul a {
  color: white;
}

/* Hompepage */
.homebox-administration {
  background-color: #7F2189;
}

/* Link in table */
#page-administration .datatables a {
  color: #7F2189;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-reseau {
  background-color: #F37735;
}

/* Link in table */
#page-reseau .datatables a {
  color: #F37735;
  font-family: customBold, sans-serif;
}

/* Hompepage */
.homebox-pharmacie {
  background-color: #04B6D1;
}

/* Link in table */
#page-pharmacie .datatables a {
  color: #04B6D1;
  font-family: customBold, sans-serif;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/***
* MODAL LEFT
***/
.modal {
  bottom: 0;
  overflow: auto;
}

.modal #modalLeftContent {
  width: 230px;
  margin-top: 5px;
}

#modalLeft {
  top: 110px !important;
  box-shadow: none !important;
  border-top: none !important;
  padding-top: 20px !important;
  width: 250px !important;
}

#modalChargement p {
  width: 500px;
  text-align: center;
}

/***
* MODULES
***/
/* Hompepage */
.homebox-business,
#page-business #bouton_valider,
#page-business button[type="submit"] {
  background-color: #6FC4FF;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-business #menuHorizontal .current p,
#page-business .breadcrumbs li:last-child,
#page-business .sectionTitle .titleSection {
  color: #6FC4FF;
}

/* Menu vertical */
#page-business #menuVertical .current p {
  color: #6FC4FF !important;
  border-left: 3px solid #6FC4FF !important;
}

/* Filtres */
#page-business #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #6FC4FF;
  background: #FFFFFF;
}

#page-business #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #6FC4FF;
}

#page-business #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #6FC4FF;
  color: #6FC4FF;
}

#page-business #filtresContent #periodeFiltre span {
  color: #6FC4FF;
}

#page-business #filtresContent input[type="submit"] {
  background: #6FC4FF;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-business #returnTopUnite, #page-business #returnTopLabo, #page-business #returnTopFiltres, #page-business #returnTopPeriode span {
  color: #6FC4FF;
}

#page-business #breadcrumbs .breadcrumbs li:last-child {
  color: #6FC4FF;
}

#page-business .sectionTitle .titleSection, #page-business .soustitleSection {
  color: #6FC4FF;
}

#page-business #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #6FC4FF !important;
}

#page-business .bouton_valider {
  background-color: #6FC4FF;
}

#page-business .active {
  color: #6FC4FF !important;
}

#page-business .valueTotalGraph {
  color: #6FC4FF !important;
}

#page-business .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #6FC4FF !important;
}

.homebox-content-data .font-business {
  color: #6FC4FF;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-business {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-business span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-categories,
#page-categories #bouton_valider,
#page-categories button[type="submit"] {
  background-color: #C358ED;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-categories #menuHorizontal .current p,
#page-categories .breadcrumbs li:last-child,
#page-categories .sectionTitle .titleSection {
  color: #C358ED;
}

/* Menu vertical */
#page-categories #menuVertical .current p {
  color: #C358ED !important;
  border-left: 3px solid #C358ED !important;
}

/* Filtres */
#page-categories #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #C358ED;
  background: #FFFFFF;
}

#page-categories #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #C358ED;
}

#page-categories #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #C358ED;
  color: #C358ED;
}

#page-categories #filtresContent #periodeFiltre span {
  color: #C358ED;
}

#page-categories #filtresContent input[type="submit"] {
  background: #C358ED;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-categories #returnTopUnite, #page-categories #returnTopLabo, #page-categories #returnTopFiltres, #page-categories #returnTopPeriode span {
  color: #C358ED;
}

#page-categories #breadcrumbs .breadcrumbs li:last-child {
  color: #C358ED;
}

#page-categories .sectionTitle .titleSection, #page-categories .soustitleSection {
  color: #C358ED;
}

#page-categories #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #C358ED !important;
}

#page-categories .bouton_valider {
  background-color: #C358ED;
}

#page-categories .active {
  color: #C358ED !important;
}

#page-categories .valueTotalGraph {
  color: #C358ED !important;
}

#page-categories .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #C358ED !important;
}

.homebox-content-data .font-categories {
  color: #C358ED;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-categories {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-categories span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-laboratoires,
#page-laboratoires #bouton_valider,
#page-laboratoires button[type="submit"] {
  background-color: #FF3F92;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-laboratoires #menuHorizontal .current p,
#page-laboratoires .breadcrumbs li:last-child,
#page-laboratoires .sectionTitle .titleSection {
  color: #FF3F92;
}

/* Menu vertical */
#page-laboratoires #menuVertical .current p {
  color: #FF3F92 !important;
  border-left: 3px solid #FF3F92 !important;
}

/* Filtres */
#page-laboratoires #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FF3F92;
  background: #FFFFFF;
}

#page-laboratoires #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FF3F92;
}

#page-laboratoires #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FF3F92;
  color: #FF3F92;
}

#page-laboratoires #filtresContent #periodeFiltre span {
  color: #FF3F92;
}

#page-laboratoires #filtresContent input[type="submit"] {
  background: #FF3F92;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-laboratoires #returnTopUnite, #page-laboratoires #returnTopLabo, #page-laboratoires #returnTopFiltres, #page-laboratoires #returnTopPeriode span {
  color: #FF3F92;
}

#page-laboratoires #breadcrumbs .breadcrumbs li:last-child {
  color: #FF3F92;
}

#page-laboratoires .sectionTitle .titleSection, #page-laboratoires .soustitleSection {
  color: #FF3F92;
}

#page-laboratoires #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FF3F92 !important;
}

#page-laboratoires .bouton_valider {
  background-color: #FF3F92;
}

#page-laboratoires .active {
  color: #FF3F92 !important;
}

#page-laboratoires .valueTotalGraph {
  color: #FF3F92 !important;
}

#page-laboratoires .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FF3F92 !important;
}

.homebox-content-data .font-laboratoires {
  color: #FF3F92;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-laboratoires {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-laboratoires span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-clients,
#page-clients #bouton_valider,
#page-clients button[type="submit"] {
  background-color: #FFCC00;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-clients #menuHorizontal .current p,
#page-clients .breadcrumbs li:last-child,
#page-clients .sectionTitle .titleSection {
  color: #FFCC00;
}

/* Menu vertical */
#page-clients #menuVertical .current p {
  color: #FFCC00 !important;
  border-left: 3px solid #FFCC00 !important;
}

/* Filtres */
#page-clients #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #FFCC00;
  background: #FFFFFF;
}

#page-clients #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #FFCC00;
}

#page-clients #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #FFCC00;
  color: #FFCC00;
}

#page-clients #filtresContent #periodeFiltre span {
  color: #FFCC00;
}

#page-clients #filtresContent input[type="submit"] {
  background: #FFCC00;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-clients #returnTopUnite, #page-clients #returnTopLabo, #page-clients #returnTopFiltres, #page-clients #returnTopPeriode span {
  color: #FFCC00;
}

#page-clients #breadcrumbs .breadcrumbs li:last-child {
  color: #FFCC00;
}

#page-clients .sectionTitle .titleSection, #page-clients .soustitleSection {
  color: #FFCC00;
}

#page-clients #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #FFCC00 !important;
}

#page-clients .bouton_valider {
  background-color: #FFCC00;
}

#page-clients .active {
  color: #FFCC00 !important;
}

#page-clients .valueTotalGraph {
  color: #FFCC00 !important;
}

#page-clients .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #FFCC00 !important;
}

.homebox-content-data .font-clients {
  color: #FFCC00;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-clients {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-clients span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-merchandising,
#page-merchandising #bouton_valider,
#page-merchandising button[type="submit"] {
  background-color: #12C3B3;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-merchandising #menuHorizontal .current p,
#page-merchandising .breadcrumbs li:last-child,
#page-merchandising .sectionTitle .titleSection {
  color: #12C3B3;
}

/* Menu vertical */
#page-merchandising #menuVertical .current p {
  color: #12C3B3 !important;
  border-left: 3px solid #12C3B3 !important;
}

/* Filtres */
#page-merchandising #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #12C3B3;
  background: #FFFFFF;
}

#page-merchandising #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #12C3B3;
}

#page-merchandising #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #12C3B3;
  color: #12C3B3;
}

#page-merchandising #filtresContent #periodeFiltre span {
  color: #12C3B3;
}

#page-merchandising #filtresContent input[type="submit"] {
  background: #12C3B3;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-merchandising #returnTopUnite, #page-merchandising #returnTopLabo, #page-merchandising #returnTopFiltres, #page-merchandising #returnTopPeriode span {
  color: #12C3B3;
}

#page-merchandising #breadcrumbs .breadcrumbs li:last-child {
  color: #12C3B3;
}

#page-merchandising .sectionTitle .titleSection, #page-merchandising .soustitleSection {
  color: #12C3B3;
}

#page-merchandising #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #12C3B3 !important;
}

#page-merchandising .bouton_valider {
  background-color: #12C3B3;
}

#page-merchandising .active {
  color: #12C3B3 !important;
}

#page-merchandising .valueTotalGraph {
  color: #12C3B3 !important;
}

#page-merchandising .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #12C3B3 !important;
}

.homebox-content-data .font-merchandising {
  color: #12C3B3;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-merchandising {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-merchandising span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-prix,
#page-prix #bouton_valider,
#page-prix button[type="submit"] {
  background-color: #ED3333;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-prix #menuHorizontal .current p,
#page-prix .breadcrumbs li:last-child,
#page-prix .sectionTitle .titleSection {
  color: #ED3333;
}

/* Menu vertical */
#page-prix #menuVertical .current p {
  color: #ED3333 !important;
  border-left: 3px solid #ED3333 !important;
}

/* Filtres */
#page-prix #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #ED3333;
  background: #FFFFFF;
}

#page-prix #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #ED3333;
}

#page-prix #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #ED3333;
  color: #ED3333;
}

#page-prix #filtresContent #periodeFiltre span {
  color: #ED3333;
}

#page-prix #filtresContent input[type="submit"] {
  background: #ED3333;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-prix #returnTopUnite, #page-prix #returnTopLabo, #page-prix #returnTopFiltres, #page-prix #returnTopPeriode span {
  color: #ED3333;
}

#page-prix #breadcrumbs .breadcrumbs li:last-child {
  color: #ED3333;
}

#page-prix .sectionTitle .titleSection, #page-prix .soustitleSection {
  color: #ED3333;
}

#page-prix #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #ED3333 !important;
}

#page-prix .bouton_valider {
  background-color: #ED3333;
}

#page-prix .active {
  color: #ED3333 !important;
}

#page-prix .valueTotalGraph {
  color: #ED3333 !important;
}

#page-prix .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #ED3333 !important;
}

.homebox-content-data .font-prix {
  color: #ED3333;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-prix {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-prix span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-animations,
#page-animations #bouton_valider,
#page-animations button[type="submit"] {
  background-color: #F79147;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-animations #menuHorizontal .current p,
#page-animations .breadcrumbs li:last-child,
#page-animations .sectionTitle .titleSection {
  color: #F79147;
}

/* Menu vertical */
#page-animations #menuVertical .current p {
  color: #F79147 !important;
  border-left: 3px solid #F79147 !important;
}

/* Filtres */
#page-animations #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F79147;
  background: #FFFFFF;
}

#page-animations #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F79147;
}

#page-animations #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F79147;
  color: #F79147;
}

#page-animations #filtresContent #periodeFiltre span {
  color: #F79147;
}

#page-animations #filtresContent input[type="submit"] {
  background: #F79147;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-animations #returnTopUnite, #page-animations #returnTopLabo, #page-animations #returnTopFiltres, #page-animations #returnTopPeriode span {
  color: #F79147;
}

#page-animations #breadcrumbs .breadcrumbs li:last-child {
  color: #F79147;
}

#page-animations .sectionTitle .titleSection, #page-animations .soustitleSection {
  color: #F79147;
}

#page-animations #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F79147 !important;
}

#page-animations .bouton_valider {
  background-color: #F79147;
}

#page-animations .active {
  color: #F79147 !important;
}

#page-animations .valueTotalGraph {
  color: #F79147 !important;
}

#page-animations .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F79147 !important;
}

.homebox-content-data .font-animations {
  color: #F79147;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-animations {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-animations span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-equipe,
#page-equipe #bouton_valider,
#page-equipe button[type="submit"] {
  background-color: #32D251;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-equipe #menuHorizontal .current p,
#page-equipe .breadcrumbs li:last-child,
#page-equipe .sectionTitle .titleSection {
  color: #32D251;
}

/* Menu vertical */
#page-equipe #menuVertical .current p {
  color: #32D251 !important;
  border-left: 3px solid #32D251 !important;
}

/* Filtres */
#page-equipe #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #32D251;
  background: #FFFFFF;
}

#page-equipe #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #32D251;
}

#page-equipe #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #32D251;
  color: #32D251;
}

#page-equipe #filtresContent #periodeFiltre span {
  color: #32D251;
}

#page-equipe #filtresContent input[type="submit"] {
  background: #32D251;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-equipe #returnTopUnite, #page-equipe #returnTopLabo, #page-equipe #returnTopFiltres, #page-equipe #returnTopPeriode span {
  color: #32D251;
}

#page-equipe #breadcrumbs .breadcrumbs li:last-child {
  color: #32D251;
}

#page-equipe .sectionTitle .titleSection, #page-equipe .soustitleSection {
  color: #32D251;
}

#page-equipe #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #32D251 !important;
}

#page-equipe .bouton_valider {
  background-color: #32D251;
}

#page-equipe .active {
  color: #32D251 !important;
}

#page-equipe .valueTotalGraph {
  color: #32D251 !important;
}

#page-equipe .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #32D251 !important;
}

.homebox-content-data .font-equipe {
  color: #32D251;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-equipe {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-equipe span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-administration,
#page-administration #bouton_valider,
#page-administration button[type="submit"] {
  background-color: #7F2189;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-administration #menuHorizontal .current p,
#page-administration .breadcrumbs li:last-child,
#page-administration .sectionTitle .titleSection {
  color: #7F2189;
}

/* Menu vertical */
#page-administration #menuVertical .current p {
  color: #7F2189 !important;
  border-left: 3px solid #7F2189 !important;
}

/* Filtres */
#page-administration #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #7F2189;
  background: #FFFFFF;
}

#page-administration #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #7F2189;
}

#page-administration #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #7F2189;
  color: #7F2189;
}

#page-administration #filtresContent #periodeFiltre span {
  color: #7F2189;
}

#page-administration #filtresContent input[type="submit"] {
  background: #7F2189;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-administration #returnTopUnite, #page-administration #returnTopLabo, #page-administration #returnTopFiltres, #page-administration #returnTopPeriode span {
  color: #7F2189;
}

#page-administration #breadcrumbs .breadcrumbs li:last-child {
  color: #7F2189;
}

#page-administration .sectionTitle .titleSection, #page-administration .soustitleSection {
  color: #7F2189;
}

#page-administration #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #7F2189 !important;
}

#page-administration .bouton_valider {
  background-color: #7F2189;
}

#page-administration .active {
  color: #7F2189 !important;
}

#page-administration .valueTotalGraph {
  color: #7F2189 !important;
}

#page-administration .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #7F2189 !important;
}

.homebox-content-data .font-administration {
  color: #7F2189;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-administration {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-administration span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-reseau,
#page-reseau #bouton_valider,
#page-reseau button[type="submit"] {
  background-color: #F37735;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-reseau #menuHorizontal .current p,
#page-reseau .breadcrumbs li:last-child,
#page-reseau .sectionTitle .titleSection {
  color: #F37735;
}

/* Menu vertical */
#page-reseau #menuVertical .current p {
  color: #F37735 !important;
  border-left: 3px solid #F37735 !important;
}

/* Filtres */
#page-reseau #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #F37735;
  background: #FFFFFF;
}

#page-reseau #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #F37735;
}

#page-reseau #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #F37735;
  color: #F37735;
}

#page-reseau #filtresContent #periodeFiltre span {
  color: #F37735;
}

#page-reseau #filtresContent input[type="submit"] {
  background: #F37735;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-reseau #returnTopUnite, #page-reseau #returnTopLabo, #page-reseau #returnTopFiltres, #page-reseau #returnTopPeriode span {
  color: #F37735;
}

#page-reseau #breadcrumbs .breadcrumbs li:last-child {
  color: #F37735;
}

#page-reseau .sectionTitle .titleSection, #page-reseau .soustitleSection {
  color: #F37735;
}

#page-reseau #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #F37735 !important;
}

#page-reseau .bouton_valider {
  background-color: #F37735;
}

#page-reseau .active {
  color: #F37735 !important;
}

#page-reseau .valueTotalGraph {
  color: #F37735 !important;
}

#page-reseau .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #F37735 !important;
}

.homebox-content-data .font-reseau {
  color: #F37735;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-reseau {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-reseau span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

/* Hompepage */
.homebox-pharmacie,
#page-pharmacie #bouton_valider,
#page-pharmacie button[type="submit"] {
  background-color: #04B6D1;
}

/* Menu horizontal, Fil d'Ariane et Titre de section */
#page-pharmacie #menuHorizontal .current p,
#page-pharmacie .breadcrumbs li:last-child,
#page-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

/* Menu vertical */
#page-pharmacie #menuVertical .current p {
  color: #04B6D1 !important;
  border-left: 3px solid #04B6D1 !important;
}

/* Filtres */
#page-pharmacie #filtresContent .zoneFiltre .switch-paddle {
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch-paddle::after {
  background: #CBCCCD;
  border-radius: 50px;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle {
  border: 1px solid #04B6D1;
  background: #FFFFFF;
}

#page-pharmacie #filtresContent .zoneFiltre .switch input:checked ~ .switch-paddle::after {
  background: #04B6D1;
}

#page-pharmacie #filtresContent .zoneFiltre input[type=radio]:checked + label {
  border: 1px solid #04B6D1;
  color: #04B6D1;
}

#page-pharmacie #filtresContent #periodeFiltre span {
  color: #04B6D1;
}

#page-pharmacie #filtresContent input[type="submit"] {
  background: #04B6D1;
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* Filtres du ReturnToTop */
#page-pharmacie #returnTopUnite, #page-pharmacie #returnTopLabo, #page-pharmacie #returnTopFiltres, #page-pharmacie #returnTopPeriode span {
  color: #04B6D1;
}

#page-pharmacie #breadcrumbs .breadcrumbs li:last-child {
  color: #04B6D1;
}

#page-pharmacie .sectionTitle .titleSection, #page-pharmacie .soustitleSection {
  color: #04B6D1;
}

#page-pharmacie #filterValidation:disabled {
  background-color: #F0F0F0 !important;
  color: #04B6D1 !important;
}

#page-pharmacie .bouton_valider {
  background-color: #04B6D1;
}

#page-pharmacie .active {
  color: #04B6D1 !important;
}

#page-pharmacie .valueTotalGraph {
  color: #04B6D1 !important;
}

#page-pharmacie .menu-onglets-container ul.menu-onglets li a.selected p {
  color: #04B6D1 !important;
}

.homebox-content-data .font-pharmacie {
  color: #04B6D1;
  font-family: customBold, sans-serif;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .homebox-content-data .font-pharmacie {
    font-size: 18px !important;
  }
}

.homebox-content-data .font-pharmacie span {
  color: #B3B3B5;
  font-size: 12px;
  margin-right: 5px;
}

.homebox-business {
  background-image: url(/build/images/business.199f8b84.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-categories {
  background-image: url(/build/images/categorie.3682ef70.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-laboratoires {
  background-image: url(/build/images/laboratoire.0808e6cf.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-clients {
  background-image: url(/build/images/client.eb4f3fcc.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-merchandising {
  background-image: url(/build/images/merchandising.a6085422.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-prix {
  background-image: url(/build/images/prix.3281dcf9.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-animations {
  background-image: url(/build/images/animation.ddf89443.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.homebox-equipe {
  background-image: url(/build/images/equipe.0d202f54.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

/***
* FIL D'ARIANE
***/
#breadcrumbs .breadcrumbs li a {
  color: #000;
}

#breadcrumbs .breadcrumbs li:last-child {
  font-family: customBold, sans-serif;
}

/***
* TOOLTIP
***/
.tooltip-info {
  padding-right: 20px;
}

.tooltip-info p {
  margin-bottom: 0;
  line-height: 1rem;
  word-wrap: break-word;
}

.tooltip-info .tooltip-title {
  padding-right: 10px;
}

.tooltip-info .tooltip-subtitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: customBold, sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.tooltip-info .tooltip-serie-name {
  font-family: customBold, sans-serif;
}

.tooltip-info .upper {
  text-transform: uppercase;
}

.tooltip-info .tooltip-serie-info {
  color: #B3B3B5;
  margin-top: 10px;
}

.tooltip-info .tooltip-serie-box {
  background: -webkit-linear-gradient(left, #DFDFDF, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #DFDFDF, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #DFDFDF, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #DFDFDF, #FFF);
  margin: 10px 0;
  padding: 0 20px;
}

.tooltip-info .tooltip-serie-box p {
  padding: 5px 0;
}

.tooltip-info .tooltip-serie-box p span {
  color: #939598;
}

.tooltip-info .tooltip-legend {
  margin-top: 50px;
}

.tooltip-info .tooltip-legend p {
  margin-bottom: 10px;
}

.tooltip-info .tooltip-legend img {
  margin-right: 5px;
}

/***
* BTN TRANSITION
***/
.btn-liste, .btn-liste-left {
  height: 40px;
  margin-top: 15px;
  text-align: right;
  float: right;
}

.btn-liste .btn a, .btn-liste-left .btn a {
  padding: 15px 25px;
}

.btn-liste .btn #btn-laboratoire, .btn-liste-left .btn #btn-laboratoire {
  padding-left: 40px;
  background-image: url(/build/images/labo_arrow.62ebd1fc.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #FF3F92;
}

.btn-liste .btn #btn-categorie, .btn-liste-left .btn #btn-categorie {
  padding-left: 40px;
  background-image: url(/build/images/univers_arrow.e9909656.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #FFF;
  color: #C358ED;
}

.btn-liste-left {
  float: left;
}

/***
* TABLE
***/
.table-component, .tableau_business {
  margin-top: 20px;
}

.table-component thead td, .tableau_business thead td {
  background-color: #FFF;
  color: #585858;
  font-weight: normal;
}

.table-component thead td a, .tableau_business thead td a {
  color: #939598;
}

.table-component thead tr, .tableau_business thead tr {
  background-color: #F0F0F0;
}

.table-component thead tr:first-child td, .tableau_business thead tr:first-child td {
  text-align: center;
}

.table-component thead tr:first-child td:first-child, .tableau_business thead tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

.table-component thead tr:first-child td:last-child, .tableau_business thead tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

.table-component thead tr:last-child td:first-child, .tableau_business thead tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.table-component thead tr:last-child td:last-child, .tableau_business thead tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table-component tbody td.align-right, .tableau_business tbody td.align-right {
  text-align: right;
  padding-right: 20px;
}

.table-component tbody td.align-center, .tableau_business tbody td.align-center {
  text-align: center;
}

.table-component tbody td.decalage, .tableau_business tbody td.decalage {
  padding-left: 4em;
}

.table-component tbody td.decalagedouble, .tableau_business tbody td.decalagedouble {
  padding-left: 8em;
}

.table-component tbody td.chargement, .tableau_business tbody td.chargement {
  text-align: center;
}

.table-component tbody td a, .tableau_business tbody td a {
  color: #000;
}

.table-component tbody td:not(:last-child), .tableau_business tbody td:not(:last-child) {
  border-right: solid 1px #F0F0F0;
}

.nowrap {
  white-space: nowrap !important;
}

.separation_table {
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-family: customBold, sans-serif;
  font-size: 12pt;
  padding: 0.5rem 0 0.5rem 0;
}

.tableau1px tbody tr td:nth-child(n+2), .tableau1px tfoot tr td:nth-child(n+2) {
  text-align: right;
}

.tableau2px tbody tr td:nth-child(n+3), .tableau2px tfoot tr td:nth-child(n+3) {
  text-align: right;
}

.tableau3px tbody tr td:nth-child(n+4), .tableau3px tfoot tr td:nth-child(n+4) {
  text-align: right;
}

.tableau4px tbody tr td:nth-child(n+5), .tableau4px tfoot tr td:nth-child(n+5) {
  text-align: right;
}

.tableau5px tbody tr td:nth-child(n+6), .tableau5px tfoot tr td:nth-child(n+6) {
  text-align: right;
}

.tableau6px tbody tr td:nth-child(n+7), .tableau6px tfoot tr td:nth-child(n+7) {
  text-align: right;
}

.tableau7px tbody tr td:nth-child(n+8), .tableau7px tfoot tr td:nth-child(n+8) {
  text-align: right;
}

.tableau8px tbody tr td:nth-child(n+9), .tableau8px tfoot tr td:nth-child(n+9) {
  text-align: right;
}

.tableau9px tbody tr td:nth-child(n+10), .tableau9px tfoot tr td:nth-child(n+10) {
  text-align: right;
}

.tableau10px tbody tr td:nth-child(n+11), .tableau10px tfoot tr td:nth-child(n+11) {
  text-align: right;
}

.bigTable {
  width: 100%;
  overflow-x: scroll;
}

.bigTable tbody td {
  white-space: nowrap;
}

.tableau_scrollbar, .tableau_scrollbar-big {
  width: 100%;
}

.tableau_scrollbar tbody, .tableau_scrollbar-big tbody, .tableau_scrollbar tfoot, .tableau_scrollbar-big tfoot {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  width: 100%;
  background-color: #F0F0F0;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead, .tableau_scrollbar tbody tr, .tableau_scrollbar-big tbody tr, .tableau_scrollbar tfoot tr, .tableau_scrollbar-big tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableau_scrollbar thead, .tableau_scrollbar-big thead {
  width: calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: -webkit-calc(100% - 1em);
}

.tableau_scrollbar-big tbody, .tableau_scrollbar-big tfoot {
  max-height: 600px;
}

.preambule-warning {
  font-size: 9pt;
  padding: 5px 10px;
  background-color: #e4ebd8;
  margin-bottom: 5px;
}

.preambule-warning p {
  padding-top: 2px;
  margin: 0 0 0 5px;
}

.preambule-warning .preambule-warning-close:before {
  content: "\f00d";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  font-style: initial;
  color: #32D251;
  float: right;
  cursor: pointer;
}

[class^=tooltip-evolution-] {
  margin: 0;
  font-weight: bold;
}

[class^=tooltip-evolution-] img {
  margin-left: 5px;
  margin-top: -2px;
}

[class^=tooltip-evolution-].tooltip-evolution-up {
  color: #94D815;
}

[class^=tooltip-evolution-].tooltip-evolution-same {
  color: #FFAE00;
}

[class^=tooltip-evolution-].tooltip-evolution-down {
  color: #FF6160;
}

#header .version .icone {
  padding: 5px 10px;
  margin-bottom: 0;
  float: left;
  background-color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  color: #F79147;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

#header .version .only {
  border-radius: 10px;
}

#header .version .message {
  margin-bottom: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  background-color: #F79147;
  float: left;
}

.button_prototype {
  border-radius: 4px;
  width: 200px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.add_prototype {
  background-color: green;
}

.delete_prototype {
  background-color: red;
}

#page-equipe #breadcrumbs .breadcrumbs li:last-child {
  color: #32D251;
}

#page-equipe .nav-secondary .nav-secondary-item .nav-secondary-name.current p {
  color: #32D251 !important;
}

.tooltip-equipe p {
  margin-bottom: 0;
}

.tooltip-equipe .tooltip-serie-name.active1 {
  color: #32D251;
}

.tooltip-equipe .tooltip-serie-name.active2 {
  color: #32D251;
}

.tooltip-equipe .tooltip-serie-name.active3 {
  color: #32D251;
}

.tooltip-equipe .tooltip-serie-name.active {
  color: #32D251;
}

#page-equipe .titleSection {
  color: #32D251;
  text-transform: uppercase;
  font-size: 14pt;
  width: 100%;
}

#page-equipe .titleSection a {
  color: #000 !important;
}

#page-equipe .title_qualite {
  text-transform: uppercase;
  font-size: 14pt;
  color: #32D251 !important;
}

#page-equipe .title_qualite a {
  color: #32D251 !important;
}

#page-equipe .qualite-preambule-title {
  color: #32D251;
  text-transform: uppercase;
  font-size: 14pt;
  width: 100%;
}

#page-equipe .qualite-preambule {
  margin-top: -10px;
}

#page-equipe .qualite-preambule .columns {
  padding: 0;
}

#page-equipe .qualite-preambule .qualite-preambule-subtitle {
  color: #32D251;
  font-size: 12pt;
  font-family: customBold, sans-serif;
}

#page-equipe .qualite-preambule .qualite-preambule-time {
  font-size: 12pt;
  text-align: right;
  font-family: customBold, sans-serif;
}

#page-equipe .qualite-preambule-link, #page-equipe #bouton_valider {
  text-align: center;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: #32D251;
  color: #FFF;
  line-height: 36px;
  height: 36px;
}

#page-equipe .qualite-preambule-link {
  width: 400px;
}

#page-equipe #bouton_valider {
  float: right;
}

#page-equipe #bouton_annuler {
  float: right;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: #32D251;
  color: #FFF;
  line-height: 36px;
  height: 36px;
}

#page-equipe #bouton_valider:disabled {
  background-color: #B3B3B5;
}

#page-equipe .sectionContentGraphe .titleContentGraphe > div .titleContentDivGraphe .value {
  color: #32D251;
}

#page-equipe .sectionContentGraphe .titleContentGraphe > div .titleContentDivGrapheEvaluation .value {
  color: #32D251;
}

#page-equipe .tableau_qualite_titre {
  background-color: #FFF;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14pt;
  padding: 10px 20px;
  width: 100%;
}

#page-equipe .tableau_qualite_titre_mask {
  color: #B3B3B5;
}

#page-equipe .tableau_qualite_theme {
  color: #32D251;
  font-family: customBold, sans-serif;
}

#page-equipe #tableau_qualite tr td:nth-child(2) {
  width: 320px;
}

#page-equipe #tableau_qualite tr td:nth-child(3) {
  display: none;
}

#page-equipe #tableau_qualite .question {
  display: table;
  width: 100%;
}

#page-equipe #tableau_qualite .question .reponse {
  display: table-cell;
}

#page-equipe #tableau_qualite .question .reponse input[type="radio"] {
  display: none !important;
}

#page-equipe #tableau_qualite .question .reponse label {
  background-color: #EBEBEB;
  border: 2px solid #FFF;
  height: 42px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  line-height: 38px;
}

#page-equipe #tableau_qualite .question .reponse:first-child label {
  border-radius: 5px 0 0 5px;
}

#page-equipe #tableau_qualite .question .reponse:last-child label {
  border-radius: 0 5px 5px 0;
}

#page-equipe #tableau_qualite .question .reponse input[type="radio"]:checked + label {
  background-color: #FFF;
  border: 2px solid #32D251;
}

#page-equipe #tableau_qualite .question .reponse2 {
  width: 50%;
}

#page-equipe #tableau_qualite .question .reponse4 {
  width: 25%;
}

#page-equipe #tableau_qualite .question .reponse5 {
  width: 20%;
}

#page-equipe #tableau_qualite .question .reponse3 {
  width: 33%;
}

#page-equipe .pdf {
  width: 320px;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

/**
* TITLES
**/
.sectionTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sectionTitle .titleSection {
  font-family: customBold, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
}

.sectionTitle .titleSection span {
  width: 100%;
}

.sectionTitle .titleSection span:last-child {
  font-family: customNormal, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.soustitleSection {
  font-size: 12pt;
  font-family: customBold, sans-serif;
  text-transform: uppercase;
}

.body-administration .sectionTitle .titleSection {
  color: #7F2189;
}

.body-administration .classBtn {
  background-color: #7F2189;
}

.body-reseau .sectionTitle .titleSection {
  color: #F37735;
}

.body-reseau .classBtn {
  background-color: #F37735;
}

.body-pharmacie .sectionTitle .titleSection {
  color: #04B6D1;
}

.body-pharmacie .classBtn {
  background-color: #04B6D1;
}

/**
* BUTTONS
**/
button.disabled {
  background-color: #DDDDDD;
}

.classBtn {
  padding: 0 25px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-family: customBold, sans-serif;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  width: 25%;
}

.classBtn.freemium {
  background-color: #DDDDDD !important;
}

.littleBtn {
  height: 36px;
}

.bigBtn {
  height: 46px;
}

.maxiBtn {
  height: 56px;
}

/**
* TABLE
**/
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}

table tbody tr:nth-child(odd), table tbody tr.odd-line {
  background-color: #DFDFDF;
}

table tbody tr:nth-child(even), table tbody tr.even-line {
  background-color: #EBEBEB;
}

table tbody .odd-color {
  background-color: #DFDFDF;
}

table tbody .even-color {
  background-color: #EBEBEB;
}

/**
* INPUT
**/
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="color"], input[type="password"], input[type="search"], textarea {
  box-shadow: none;
  background-color: #F0F0F0;
  border-radius: 4px;
  border: 1px solid #cacaca;
  font-size: 14px;
  color: #4c4c4c;
  height: 46px;
  margin-bottom: 0;
  padding-left: 10px;
}

input[type="file"] {
  margin-bottom: 0;
}

.choice-widget .choice {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #4c4c4c;
}

.choice-widget .choice .checkbox {
  opacity: 0;
  position: absolute;
}

.choice-widget .choice .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #4c4c4c;
}

.choice-widget .choice .checkbox + .checkbox-label:before {
  content: '';
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  background: #F0F0F0;
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}

.choice-widget .choice .checkbox:checked + .checkbox-label:before {
  content: "\f00c";
}

.select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #F0F0F0;
  color: #4c4c4c;
  overflow: hidden;
}

.select:hover {
  color: #4c4c4c;
}

.select::after {
  content: '\f107';
  font-family: FontAwesome, sans-serif;
  font-size: 25px;
  position: absolute;
  top: 4px;
  right: 10px;
  pointer-events: none;
  color: #939598;
  font-weight: normal;
}

.select select {
  color: #4c4c4c;
  background: transparent;
  width: 100%;
  height: 46px;
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  border: 0;
  outline: none;
}

textarea {
  min-height: 100px;
}

/**** CHECKBOXES ****/
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox + .checkbox-label:before {
  content: '';
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  background: #F0F0F0;
  border: 1px solid #4c4c4c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}

.checkbox:checked + .checkbox-label:before {
  content: "\f00c";
}

.checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #4c4c4c;
  position: relative;
  width: 100%;
}

.checkbox-label .checkbox-label-first {
  position: absolute;
  top: 0;
  left: 60px;
  width: 100%;
  padding-right: 60px;
}

.checkbox-label .checkbox-label-second {
  position: absolute;
  text-transform: capitalize;
  color: #585858;
  font-size: 10pt;
  top: 16px;
  left: 60px;
  width: 100%;
  padding-right: 60px;
}

.checkbox-label-sub {
  color: #B3B3B5;
  font-family: customBold, sans-serif;
}

.checkbox + .checkbox-label::before {
  border-color: #F79147;
  color: #F79147;
}

input[disabled] + .checkbox-label::before {
  border-color: #FBC296;
  color: #FBC296;
}

/**
* FORM
**/
.hide {
  display: none;
}

/**
* IMAGES
**/
.uploadfile {
  max-height: 300px;
  max-width: 300px;
  margin-top: 10px;
}

.pictos {
  cursor: pointer;
}

.pictoAide, .littlePicto {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}

.littlePicto {
  width: 20px !important;
  height: 20px !important;
}

.cadenasPictosBg, #filtresContent form > div:last-child #filterValidation.freemium, .freemium {
  background-image: url(/build/images/cadenas_V4.b9b49595.png) !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
}

.cadenasPictosBg.center, #filtresContent form > div:last-child .center#filterValidation.freemium, .center.freemium {
  background-position: 50% center !important;
}

.free-trans {
  position: fixed;
  padding: 150px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(3, 165, 190, 0.3);
  top: 0;
}

.free-box {
  padding: 10px;
  border-radius: 20px;
  margin: auto;
  width: 300px;
  height: 200px;
  border: 3px solid dodgerblue;
  background: white;
}

.free-box .free-msg {
  float: left;
  width: 100%;
  height: 130px;
}

.free-box .free-btn {
  width: 100%;
}

.free-box .free-btn .btn {
  width: 50%;
  padding: 10px;
  margin: auto;
  float: left;
}

.free-box .free-btn .btn .lnk {
  text-transform: uppercase;
}

.freemium, .freemium > a {
  cursor: not-allowed !important;
}

.freemium-btn {
  float: left;
  padding: 10px;
}

.entete {
  color: white;
  font-family: customBold, sans-serif;
  font-size: 15pt;
  text-transform: uppercase;
}

.blue {
  background-color: #04B6D1;
}

.default {
  background-color: #F0F0F0;
}

.white {
  background-color: white;
}

.text-tab {
  color: #4c4c4c;
  font-size: 12pt;
  text-align: center;
  font-family: customItalic, sans-serif;
}

.sousTitre {
  margin-left: 40px;
  font-size: 11pt;
}

.tab-border {
  border: solid 3px #F0F0F0;
  border-collapse: inherit;
  border-radius: 11px;
}

.entete-border {
  border-collapse: inherit;
  border-radius: 10px;
  border-top: solid 2px;
  border-left: solid 2px;
  border-right: solid 2px;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 170px;
}

.freemium-bouton {
  position: inherit;
}

#callout-success, #callout-alert {
  display: none;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.tuto {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
}

.tuto .btn {
  border: solid 1px white;
  position: absolute;
  bottom: 100px;
  right: 150px;
}

.tuto .btn .btnExit {
  text-transform: uppercase;
  color: white;
  padding: 5px;
  cursor: hand;
}

@font-face {
  font-family: 'customBold';
  src: url(/build/fonts/Roboto-Bold-webfont.5f2071a3.eot);
  src: url(/build/fonts/Roboto-Bold-webfont.2e3d794b.woff) format("woff"), url(/build/images/Roboto-Bold-webfont.aff20cb4.svg) format("svg"), url(/build/fonts/Roboto-Bold-webfont.a452a6e8.ttf) format("truetype");
}

@font-face {
  font-family: 'customNormal';
  src: url(/build/fonts/Roboto-Regular-webfont.86c03c03.eot);
  src: url(/build/fonts/Roboto-Regular-webfont.90564028.woff) format("woff"), url(/build/images/Roboto-Regular-webfont.2e416dfb.svg) format("svg"), url(/build/fonts/Roboto-Regular-webfont.447f07f0.ttf) format("truetype");
}

@font-face {
  font-family: 'customItalic';
  src: url(/build/fonts/Roboto-Italic-webfont.259fcdcb.eot);
  src: url(/build/fonts/Roboto-Italic-webfont.849ab00e.woff) format("woff"), url(/build/images/Roboto-Italic-webfont.bf47b0e8.svg) format("svg"), url(/build/fonts/Roboto-Italic-webfont.4f6e1a6f.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url(/build/fonts/fontawesome-webfont.09b9015b.eot);
  src: url(/build/fonts/fontawesome-webfont.f0af1680.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothic";
  src: url(/build/fonts/century-gothic.b1b792ba.ttf) format("truetype");
}

@font-face {
  font-family: "centurygothicb";
  src: url(/build/fonts/century-gothic-bold.bed9b784.ttf) format("truetype");
}

.error {
  color: #FF6160;
}

.success {
  color: #94D815;
}

.bouton_cancel {
  background-color: lightgrey;
  color: #04B6D1;
  border-radius: 4px;
  width: 100%;
  font-family: customBold, sans-serif;
  font-size: 14px;
  height: 46px;
  margin-bottom: 0;
}

.bouton_cancel:hover {
  background-color: #029DB5;
}

.tab-margin {
  margin-top: 40px;
}

.margin-title {
  margin-left: 0;
}

/*Il faut laisser cette ligne à la fin*/
@media print {
  @page {
    border: none;
    margin: 0;
  }
  body {
    margin-top: 0;
  }
  #menuVertical {
    display: none;
  }
  #responsive-menu {
    display: none;
  }
  #menuHorizontal {
    display: none;
  }
  #filtresContent {
    margin-left: -250px;
    margin-top: -15px;
    border: none;
    height: 120px;
  }
  #breadcrumbs {
    display: none;
  }
  #date_id {
    display: none;
  }
  #content_id {
    display: none;
  }
  #header {
    display: none;
  }
  #filtres_validation {
    display: none;
  }
  #menuCategorieFiltre {
    display: none;
  }
  #btn-liste {
    display: none;
  }
  #infos_id {
    display: none;
  }
  #impression {
    margin-top: -17px;
    margin-left: -250px;
    height: auto;
    width: auto;
  }
  #bodyContent {
    height: auto;
    width: auto;
  }
  #title_id {
    margin-left: -250px;
  }
  #idTitle {
    margin-left: -250px;
  }
  #labo, #comparaisonlabo {
    display: none;
  }
  #periodeFiltre {
    display: none;
  }
  #id_export_liste {
    display: none;
  }
}

