@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 configuration                                                       */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 mixins                                                              */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 normalize                                                           */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Change the default font family in all browsers (opinionated). Correct the line height in all browsers. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
} /* Add the correct display in iOS 4-7. */
img {
  border-style: none;
} /* Remove the border on images inside links in IE 10-. */
svg:not(:root) {
  overflow: hidden;
} /* Hide the overflow in IE. */
/* Forms - Change the font styles in all browsers (opinionated). Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

/* Correct the odd appearance in Chrome and Safari. Correct the outline style in Safari.*/
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Add the correct display in IE 9-. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block;
}

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

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

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

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

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 base                                                                */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}

ul, ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote, figure {
  margin-left: 0;
  margin-right: 0;
}

/* font-sizing for content */
p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.4;
}

h1, .h1-like {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

h2, .h2-like {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

h3, .h3-like {
  font-size: 1.3rem;
}

h4, .h4-like {
  font-size: 1.2rem;
}

h5, .h5-like {
  font-size: 1.1rem;
}

h6, .h6-like {
  font-size: 1rem;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code, pre, samp, kbd { /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em, .italic, address, cite, i, var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child, .p-like:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, .h1-like:first-child, h2:first-child, .h2-like:first-child, h3:first-child, .h3-like:first-child, h4:first-child, .h4-like:first-child, h5:first-child, .h5-like:first-child, h6:first-child, .h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p, li .p-like, li ul, li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video, svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                     Print (quick print reset)                                                       */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p, .p-like, h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like, blockquote, ul, ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p, .p-like, blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  /* page break before main headers */
  h1, .h1-like {
    page-break-before: always;
  }
  /* no breaks after these elements */
  h1, .h1-like, h2, .h2-like, h3, .h3-like, caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs */
  a[href]::after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 layout                                                              */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 0.5rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 0.5rem;
}

img.fl, img.fr {
  margin-bottom: 0.2rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flex par défaut row, nowrap, flex-start, stretch */
[class*=flex-container], .flex-container {
  display: flex;
}
[class*=flex-container].col, .flex-container.col {
  flex-direction: column;
}
[class*=flex-container].wrap, .flex-container.wrap {
  flex-wrap: wrap;
}
[class*=flex-container].justify-end, .flex-container.justify-end {
  justify-content: flex-end;
}
[class*=flex-container].justify-center, .flex-container.justify-center {
  justify-content: center;
}
[class*=flex-container].justify-between, .flex-container.justify-between {
  justify-content: space-between;
}
[class*=flex-container].justify-around, .flex-container.justify-around {
  justify-content: space-around;
}
[class*=flex-container].justify-evenly, .flex-container.justify-evenly {
  justify-content: space-evenly;
}
[class*=flex-container].item-start, .flex-container.item-start {
  align-items: flex-start;
}
[class*=flex-container].item-end, .flex-container.item-end {
  align-items: flex-end;
}
[class*=flex-container].item-center, .flex-container.item-center {
  align-items: center;
}
[class*=flex-container].item-center-all, .flex-container.item-center-all {
  align-items: center;
  height: 100%;
}

.flex-item-fluid {
  flex: 1;
  min-width: 0;
}

.flex-item-center {
  margin: auto;
}

.flex-item-hcenter {
  margin-left: auto;
  margin-right: auto;
}

.flex-item-vcenter {
  margin-top: auto;
  margin-bottom: auto;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 helpers                                                             */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* invisible for all */
.is-hidden, .invisible, [hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled, [disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}

/* Width Helpers */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

@media (min-width: 401px) {
  .w400p {
    width: 400px;
  }
  .w500p {
    width: 500px;
  }
  .w600p {
    width: 600px;
  }
}
@media (min-width: 701px) {
  .w700p {
    width: 700px;
  }
  .w800p {
    width: 800px;
  }
}
@media (min-width: 961px) {
  .w960p {
    width: 960px;
  }
  .mw960p {
    max-width: 960px;
  }
  .w1140p {
    width: 1140px;
  }
  .mw1140p {
    max-width: 1140px;
  }
}
.wauto {
  width: auto;
}

/* Spacing Helpers */
.man, .ma0 {
  margin: 0;
}

.mas {
  margin: 0.5rem;
}

.mam {
  margin: 0.8rem;
}

.mal {
  margin: 1.2rem;
}

.mtn, .mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 0.5rem;
}

.mtm {
  margin-top: 0.8rem;
}

.mtl {
  margin-top: 1.2rem;
}

.mrn, .mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 0.5rem;
}

.mrm {
  margin-right: 0.8rem;
}

.mrl {
  margin-right: 1.2rem;
}

.mbn, .mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 0.5rem;
}

.mbm {
  margin-bottom: 0.8rem;
}

.mbl {
  margin-bottom: 1.2rem;
}

.mln, .ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 0.5rem;
}

.mlm {
  margin-left: 0.8rem;
}

.mll {
  margin-left: 1.2rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.pan, .pa0 {
  padding: 0;
}

.pas {
  padding: 0.5rem;
}

.pam {
  padding: 0.8rem;
}

.pal {
  padding: 1.2rem;
}

.ptn, .pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 0.5rem;
}

.ptm {
  padding-top: 0.8rem;
}

.ptl {
  padding-top: 1.2rem;
}

.prn, .pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 0.5rem;
}

.prm {
  padding-right: 0.8rem;
}

.prl {
  padding-right: 1.2rem;
}

.pbn, .pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 0.5rem;
}

.pbm {
  padding-bottom: 0.8rem;
}

.pbl {
  padding-bottom: 1.2rem;
}

.pln, .pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 0.5rem;
}

.plm {
  padding-left: 0.8rem;
}

.pll {
  padding-left: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 responsive                                                          */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* large screens */
@media (min-width: 992px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100, .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
}
/* medium screens */
@media (min-width: 768px) and (max-width: 1199px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100, .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man, .medium-ma0 {
    margin: 0 !important;
  }
}
/* small screens */
@media (min-width: 544px) and (max-width: 767px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100, .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man, .small-ma0 {
    margin: 0 !important;
  }
  .small-pan, .small-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
@media (max-width: 543px) {
  /* quick small resolution reset */
  .mod, .col, fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    flex-direction: column;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100, .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man, .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan, .tiny-pa0 {
    padding: 0 !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 forms                                                               */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* buttons */
.btn {
  display: inline-block;
}

/* forms items */
form, fieldset {
  border: none;
}

input, button, select, label, .btn {
  font-family: inherit;
  font-size: inherit;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* 'x' appears on right of search input when text is entered. This removes it */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #777;
}

.btn:focus, input[type=button]:focus, button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled, input[type=button].unstyled, input[type=submit].unstyled, input[type=reset].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.unstyled:focus, input[type=button].unstyled:focus, input[type=submit].unstyled:focus, input[type=reset].unstyled:focus {
  box-shadow: none;
  outline: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                 tables                                                              */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
table, .table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 0.5rem;
}
table.fixed, .table.fixed {
  table-layout: fixed;
}

.table {
  display: table;
}

.table-auto {
  table-layout: auto;
}

td, th {
  vertical-align: top;
  min-width: 0.8rem;
  cursor: default;
}

@media (max-width: 543px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 543px) {
  html.tres-petit {
    font-size: 12px;
  }
}
@media (min-width: 544px) {
  html.tres-petit {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html.tres-petit {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html.tres-petit {
    font-size: 18px;
  }
}
@media (max-width: 543px) {
  html.petit {
    font-size: 13px;
  }
}
@media (min-width: 544px) {
  html.petit {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  html.petit {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  html.petit {
    font-size: 19px;
  }
}
@media (max-width: 543px) {
  html.grand {
    font-size: 16px;
  }
}
@media (min-width: 544px) {
  html.grand {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html.grand {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  html.grand {
    font-size: 22px;
  }
}
@media (max-width: 543px) {
  html.tres-grand {
    font-size: 18px;
  }
}
@media (min-width: 544px) {
  html.tres-grand {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  html.tres-grand {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  html.tres-grand {
    font-size: 24px;
  }
}

/* Eléments HTML de base */
h1 {
  margin-bottom: 0.2rem;
  margin-top: 0.8rem;
}

h2 {
  margin-bottom: 0.2rem;
  margin-top: 0.8rem;
}

h3 {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}

h4 {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}

h5 {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}

h6 {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

p {
  margin: 0.5rem 0;
}

blockquote {
  padding: 0.5rem;
  border: 1px solid #01161e;
  background-color: #fcfafa;
  border-radius: 6px;
  font-size: 0.8rem;
  font-style: italic;
}
blockquote.important {
  padding: 0.5rem;
  border: 1px solid #140152;
  color: #fcfafa;
  background-color: #2980b9;
  border-radius: 6px;
  font-size: 0.8rem;
  font-style: italic;
}

/* Layout de l'application */
#appli {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fcfafa;
  min-height: 100vh;
}
#appli.menu-ouvert #jsi-hamburger hr {
  opacity: 0;
}
#appli.menu-ouvert #jsi-hamburger hr:first-child {
  opacity: 1;
  transform: rotate(-45deg);
}
#appli.menu-ouvert #jsi-hamburger hr:last-child {
  opacity: 1;
  transform: rotate(45deg);
}
#appli.menu-ouvert #jsi-hamburger .titre span {
  top: 2px;
}
#appli.menu-ouvert #menu-pleine-page {
  display: block;
  top: 0;
  color: #fcfafa;
  min-height: 100vh;
  height: 100%;
  opacity: 1;
}
#appli #jsi-hamburger {
  display: inline-block;
  z-index: 5001;
  cursor: pointer;
  font-weight: bold;
}
#appli #jsi-hamburger .hamburger {
  position: relative;
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
}
#appli #jsi-hamburger hr {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 9px;
  width: 20px;
  height: 3px;
  background-color: #fcfafa;
  border: none;
  margin: 0;
  padding: 0;
  transform: rotate(0deg);
  transform-origin: 100% 50%;
  transition: all 0.6s ease;
}
#appli #jsi-hamburger hr:first-child {
  top: 2px;
}
#appli #jsi-hamburger hr:last-child {
  top: 16px;
}
#appli #menu-pleine-page {
  position: absolute;
  z-index: 5000;
  top: -100vh;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  padding: 5em 1em 0 1em;
  background: linear-gradient(to bottom, #00247c, #140152);
  transition: opacity 0.6s ease, top 0.6s ease;
}
#appli #menu-pleine-page h5 {
  font-size: 1.6em;
  text-transform: uppercase;
  padding-top: 0.8em;
  color: #fcfafa;
}
@media (max-width: 543px) {
  #appli #menu-pleine-page {
    color: #fcfafa;
  }
  #appli #menu-pleine-page a {
    color: #fcfafa;
  }
}
@media (max-width: 767px) {
  #appli #menu-pleine-page {
    color: #fcfafa;
  }
  #appli #menu-pleine-page a {
    color: #fcfafa;
  }
}
#appli #appli-entete {
  background: linear-gradient(to bottom, #00247c, #140152);
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #fcfafa;
  padding: 0.2rem 0.5rem;
  border-bottom: 3px solid #140152;
}
#appli #appli-entete #appli-entete-barre {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#appli #appli-entete #appli-entete-barre #appli-titre {
  flex: 1;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}
#appli #appli-entete #appli-entete-barre #appli-titre a {
  color: #fcfafa;
  text-decoration: none;
}
#appli #appli-entete #appli-entete-barre #appli-utilisateur {
  text-align: right;
  font-weight: bold;
}
#appli #appli-corps {
  flex: 1;
  display: flex;
  flex-direction: row;
}
#appli #appli-corps #appli-acces-rapide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 0.5rem 0.4rem 0.2rem 0.4rem;
  background-color: #2980b9;
  min-width: 60px;
  border-right: 2px solid #00247c;
}
#appli #appli-corps #appli-acces-rapide a {
  position: relative;
  display: block;
  min-width: 32px;
  min-height: 32px;
  margin-bottom: 0.5rem;
}
#appli #appli-corps #appli-acces-rapide a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#appli #appli-corps #appli-acces-rapide hr {
  margin: 0 0 0.5rem 0;
  border: 1px solid #fcfafa;
}
#appli #appli-corps #appli-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}
#appli #appli-corps #appli-page #appli-espace-travail {
  flex: 1;
  height: 100%;
  padding: 0.5rem;
  background-color: #fcfafa;
}

#appli-fil-ariane {
  font-size: 0.8rem;
  background-color: #ecedee;
  border-bottom: 2px solid #00247c;
}
#appli-fil-ariane p {
  padding: 0.2rem 0.5rem;
  margin: 0;
}

.popup {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup .popup-cadre {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.popup .popup-contenu {
  padding: 0.8rem;
  width: auto;
  min-width: 95vw;
  max-width: 95vw;
  background-color: #ecedee;
  border: 2px solid #01161e;
  border-radius: 6px;
}
@media (min-width: 544px) {
  .popup .popup-contenu {
    min-width: 80vw;
    max-width: 90vw;
  }
}
@media (min-width: 768px) {
  .popup .popup-contenu {
    min-width: 50vw;
    max-width: 80vw;
  }
}

/* Les tableaux */
table {
  border-bottom: 3px solid #00247c;
}
table tr:nth-child(even) {
  background: #ecedee;
}
table tr:nth-child(odd) {
  background: #fcfafa;
}

caption {
  margin: 0;
  padding: 0.2rem 0.5rem;
  background: linear-gradient(to bottom, #00247c, #140152);
  font-size: 1.1em;
  color: #fcfafa;
  font-style: normal;
}

th {
  overflow: hidden;
  padding: 0.2rem 0.5rem;
  background-color: #2980b9;
  border: 1px #00247c solid;
  border-bottom: 3px solid #00247c;
  font-size: 1.1em;
  font-weight: normal;
  color: #fcfafa;
  vertical-align: middle;
}

td {
  overflow: hidden;
  padding: 0.2rem 0.5rem;
  overflow: hidden;
  vertical-align: middle;
}

td.cel-paye {
  color: #4e831c;
  font-weight: bold;
}

td.cel-impaye-partiel {
  color: #FBC2C4;
  font-weight: bold;
}

td.cel-impaye {
  color: #FBC2C4;
  font-weight: bold;
}

tr.sep {
  border-top: 1px dotted #140152;
}
tr.sel {
  font-weight: bold;
  color: #2980b9;
}
tr.zone-sous-formulaire.modif {
  color: #2980b9;
}

.td-selectionnable {
  background-repeat: no-repeat;
  background-position: center center;
}
.td-selectionnable.td-selectionnable-sel {
  background-image: url("./../img/32/bullet_green.png") !important;
}
.td-selectionnable:hover {
  cursor: pointer;
  background-image: url("./../img/32/bullet_gray.png");
}

.em5 {
  width: 5em;
}

.em8 {
  width: 8em;
}

.em10 {
  width: 10em;
}

.em12 {
  width: 12em;
}

.em15 {
  width: 15em;
}

.nowrap {
  white-space: nowrap;
}

/* Les formulaires */
.bordure-gauche {
  border-left: 2px solid #2980b9;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

label {
  display: block;
  margin: 0;
  padding-top: 0.2rem;
}

input {
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  max-width: 100%;
  color: #01161e;
  background-color: #fcfafa;
  border: 1px solid #2980b9;
  transition: border-color 0.6s ease;
}
input:focus {
  border-color: #00247c;
}
@media (max-width: 543px) {
  input[maxlength="5"] {
    width: 5em;
  }
  input[maxlength="10"] {
    width: 8em;
  }
  input[maxlength="15"] {
    width: 10em;
  }
  input[maxlength="20"] {
    width: 15em;
  }
  input[maxlength="30"] {
    width: 100%;
  }
  input[maxlength="50"] {
    width: 100%;
  }
  input[maxlength="80"] {
    width: 100%;
  }
  input[maxlength="100"] {
    width: 100%;
  }
  input[maxlength="150"] {
    width: 100%;
  }
  input[maxlength="255"] {
    width: 100%;
  }
}
@media (min-width: 544px) {
  input[maxlength="5"] {
    width: 5em;
  }
  input[maxlength="10"] {
    width: 8em;
  }
  input[maxlength="15"] {
    width: 10em;
  }
  input[maxlength="20"] {
    width: 15em;
  }
  input[maxlength="30"] {
    width: 20em;
  }
  input[maxlength="50"] {
    width: 25em;
  }
  input[maxlength="80"] {
    width: 100%;
  }
  input[maxlength="100"] {
    width: 100%;
  }
  input[maxlength="150"] {
    width: 100%;
  }
  input[maxlength="255"] {
    width: 100%;
  }
}

textarea {
  margin: 0;
  padding: 0.2rem 0.5rem;
  line-height: 1.2em;
  border-radius: 2px;
  width: 100%;
  color: #01161e;
  background-color: #fcfafa;
  border: 1px solid #2980b9;
  transition: border-color 0.6s ease;
}
textarea:focus {
  border-color: #00247c;
}

[type=checkbox]:not(:checked), [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 2em;
  cursor: pointer;
  font-weight: bold;
}

[type=checkbox]:not(:checked) + label:before, [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 100%;
  border: 1px solid #2980b9;
  background: #fcfafa;
  border-radius: 2px;
}

[type=checkbox]:not(:checked) + label:after, [type=checkbox]:checked + label:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 32px;
  height: 100%;
  font-weight: bold;
  color: #140152;
  transition: all 0.2s;
  background-image: url("./../img/32/tick.png");
  background-repeat: no-repeat;
  background-position: center center;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

hr {
  margin: 0.8rem 0;
}

[type=radio]:not(:checked), [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=radio]:not(:checked) + label, [type=radio]:checked + label {
  position: relative;
  display: inline-block;
  margin: 0.2em 0;
  padding: 0 0 0 2em;
  cursor: pointer;
  font-weight: bold;
}

[type=radio]:not(:checked) + label:before, [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 100%;
  border: 1px solid #2980b9;
  background: #ecedee;
  border-radius: 50%;
}

[type=radio]:not(:checked) + label:after, [type=radio]:checked + label:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 1.4em;
  height: 100%;
  font-weight: bold;
  color: #140152;
  transition: all 0.2s;
  background-image: url("./../img/32/bullet_green.png");
  background-repeat: no-repeat;
  background-position: center center;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

select {
  padding: 0.2rem 0.5rem;
  line-height: 1.2;
  background-color: #fcfafa;
  border: 1px solid #2980b9;
  border-radius: 2px;
  transition: border-color 0.6s ease;
}
select:focus {
  border-color: #00247c;
}
select.occupe-espace {
  width: 100%;
}

:required {
  border-bottom-width: 3px;
}

/* Les boutons */
.btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.2rem 0.8rem;
  font-size: 1.1em;
  line-height: 1.5;
  min-height: 42px;
  color: #01161e;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #ecedee;
  border: 1px solid #01161e;
  border-radius: 4px;
  transition: background-color 0.6s ease;
}
.btn:hover {
  background-color: #fcfafa;
  color: #01161e;
}
.btn.btn-important {
  background-color: #2980b9;
  color: #fcfafa;
}
.btn.btn-important:hover {
  background-color: #00247c;
  color: #fcfafa;
}
.btn.btn-filtrer {
  position: relative;
}
.btn.btn-filtrer:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 12px;
  background: linear-gradient(to bottom, #ecedee, #fcfafa);
  border-left: 1px solid #01161e;
  border-right: 1px solid #01161e;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn.btn-filtrer.active:after {
  opacity: 1;
}

.btn-bib {
  padding: 0.2em 0.4em;
  text-align: left;
  overflow: hidden;
  width: 12em;
  font-size: 0.9em;
  line-height: 1;
  height: 1.4em;
}

a.btn {
  display: inline-flex;
  align-items: center;
}

.btn-mini {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  height: 16px;
  width: 20px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}

.btn-choix-ligne {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.2rem 0.8rem;
  line-height: 1.4;
  color: #01161e;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, #fcfafa, #ecedee);
  border-top: 1px solid #01161e;
  border-bottom: 1px solid #01161e;
  border-right: 1px dotted #140152;
}
.btn-choix-ligne:first-child {
  border-left: 1px solid #01161e;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-choix-ligne:last-child {
  border-right: 1px solid #01161e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-choix-ligne.btn-sel {
  background: linear-gradient(to bottom, #00247c, #2980b9);
  color: #fcfafa;
}

.btn-choix-colonne {
  display: flex;
  align-items: center;
  width: 8em;
  height: 4em;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.2rem 0.8rem;
  line-height: 1.4;
  color: #01161e;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, #fcfafa, #ecedee);
  border-left: 1px solid #01161e;
  border-right: 1px solid #01161e;
  border-bottom: 1px dotted #140152;
  border-radius: 0;
}
.btn-choix-colonne:first-child {
  border-top: 1px solid #01161e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.btn-choix-colonne:last-child {
  border-bottom: 1px solid #01161e;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-choix-colonne.btn-sel {
  background: linear-gradient(to bottom, #00247c, #2980b9);
  color: #fcfafa;
}

.pagination .page {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.2rem;
  font-size: 0.9em;
  line-height: 1;
  color: #01161e;
  text-align: center;
  text-decoration: none;
  background-color: #ecedee;
  border: 1px solid #01161e;
  border-radius: 2px;
  transition: background-color 0.6s ease;
}
.pagination .page.active {
  background-color: #2980b9;
  color: #fcfafa;
}

.ico-32 {
  padding-left: 42px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  min-height: 36px;
}
.ico-32.ico-ajouter {
  background-image: url("./../img/32/add.png");
}
.ico-32.ico-modifier {
  background-image: url("./../img/32/pencil.png");
}
.ico-32.ico-supprimer {
  background-image: url("./../img/32/cross.png");
}
.ico-32.ico-copier {
  background-image: url("./../img/32/calendar_copy.png");
}
.ico-32.ico-chercher {
  background-image: url("./../img/32/zoom.png");
}
.ico-32.ico-fiche {
  background-image: url("./../img/32/page.png");
}
.ico-32.ico-filtre {
  background-image: url("./../img/32/filter.png");
}
.ico-32.ico-impression {
  background-image: url("./../img/32/printer.png");
}
.ico-32.ico-retour {
  background-image: url("./../img/32/control_rewind.png");
}
.ico-32.ico-annuler {
  background-image: url("./../img/32/cross.png");
}
.ico-32.ico-accueil {
  background-image: url("./../img/32/house.png");
}
.ico-32.ico-commande {
  background-image: url("./../img/32/lorry.png");
}
.ico-32.ico-livraison {
  background-image: url("./../img/32/lorry_go.png");
}
.ico-32.ico-facture-fournisseur {
  background-image: url("./../img/32/page_red.png");
}
.ico-32.ico-achat {
  background-image: url("./../img/32/basket_put.png");
}
.ico-32.ico-facture {
  background-image: url("./../img/32/finance.png");
}
.ico-32.ico-vente {
  background-image: url("./../img/32/basket_remove.png");
}
.ico-32.ico-categorie {
  background-image: url("./../img/32/tag_blue.png");
}
.ico-32.ico-produit {
  background-image: url("./../img/32/basket.png");
}
.ico-32.ico-partenaire {
  background-image: url("./../img/32/client_account_template.png");
}
.ico-32.ico-utilisateur {
  background-image: url("./../img/32/users_3.png");
}
.ico-32.ico-mode-paiement {
  background-image: url("./../img/32/coins.png");
}
.ico-32.ico-configuration {
  background-image: url("./../img/32/screwdriver.png");
}
.ico-32.ico-deconnexion {
  background-image: url("./../img/32/disconnect.png");
}
.ico-32.ico-paiement {
  background-image: url("./../img/32/coins_in_hand.png");
}
.ico-32.ico-comptabilite {
  background-image: url("./../img/32/books.png");
}
.ico-32.ico-administratif {
  background-image: url("./../img/32/users_3.png");
}
.ico-32.ico-pedagogique {
  background-image: url("./../img/32/books.png");
}
.ico-32.ico-finance {
  background-image: url("./../img/32/coins.png");
}
.ico-32.ico-stats {
  background-image: url("./../img/32/statistics.png");
}
.ico-32.ico-imports {
  background-image: url("./../img/32/excel_imports.png");
}
.ico-32.ico-export-tableur {
  background-image: url("./../img/32/excel_exports.png");
}
.ico-32.ico-restauration {
  background-image: url("./../img/32/cutlery.png");
}
.ico-32.ico-cartographie {
  background-image: url("./../img/32/map.png");
}

.ico-16 {
  padding-left: 24px;
  background-position: 4px 50%;
  background-repeat: no-repeat;
  min-height: 20px;
}
.ico-16.ico-ajouter {
  background-image: url("./../img/16/add.png");
}
.ico-16.ico-modifier {
  background-image: url("./../img/16/pencil.png");
}
.ico-16.ico-supprimer {
  background-image: url("./../img/16/cross.png");
}
.ico-16.ico-copier {
  background-image: url("./../img/16/calendar_copy.png");
}
.ico-16.ico-chercher {
  background-image: url("./../img/16/zoom.png");
}
.ico-16.ico-fiche {
  background-image: url("./../img/16/page.png");
}
.ico-16.ico-impression {
  background-image: url("./../img/16/printer.png");
}
.ico-16.ico-retour {
  background-image: url("./../img/16/control_rewind.png");
}
.ico-16.ico-annuler {
  background-image: url("./../img/16/cross.png");
}
.ico-16.ico-accueil {
  background-image: url("./../img/16/house.png");
}
.ico-16.ico-commande {
  background-image: url("./../img/16/lorry.png");
}
.ico-16.ico-livraison {
  background-image: url("./../img/16/lorry_go.png");
}
.ico-16.ico-facture-fournisseur {
  background-image: url("./../img/16/page_red.png");
}
.ico-16.ico-achat {
  background-image: url("./../img/16/basket_put.png");
}
.ico-16.ico-facture {
  background-image: url("./../img/16/finance.png");
}
.ico-16.ico-vente {
  background-image: url("./../img/16/basket_remove.png");
}
.ico-16.ico-categorie {
  background-image: url("./../img/16/tag_blue.png");
}
.ico-16.ico-produit {
  background-image: url("./../img/16/basket.png");
}
.ico-16.ico-partenaire {
  background-image: url("./../img/16/client_account_template.png");
}
.ico-16.ico-utilisateur {
  background-image: url("./../img/16/users_3.png");
}
.ico-16.ico-mode-paiement {
  background-image: url("./../img/16/coins.png");
}
.ico-16.ico-configuration {
  background-image: url("./../img/16/screwdriver.png");
}
.ico-16.ico-deconnexion {
  background-image: url("./../img/16/disconnect.png");
}
.ico-16.ico-paiement {
  background-image: url("./../img/16/coins_in_hand.png");
}
.ico-16.ico-comptabilite {
  background-image: url("./../img/16/books.png");
}
.ico-16.ico-administratif {
  background-image: url("./../img/16/users_3.png");
}
.ico-16.ico-pedagogique {
  background-image: url("./../img/16/books.png");
}
.ico-16.ico-finance {
  background-image: url("./../img/16/coins.png");
}
.ico-16.ico-stats {
  background-image: url("./../img/16/statistics.png");
}
.ico-16.ico-imports {
  background-image: url("./../img/16/excel_imports.png");
}
.ico-16.ico-export-tableur {
  background-image: url("./../img/16/excel_exports.png");
}
.ico-16.ico-restauration {
  background-image: url("./../img/16/cutlery.png");
}
.ico-16.ico-cartographie {
  background-image: url("./../img/16/map.png");
}

/* Les éléments de la page */
.box-filtre {
  margin-top: 10px;
  padding: 10px;
  background-color: #fcfafa;
  border: 1px solid #01161e;
  border-radius: 4px;
}

#messages-systeme {
  position: fixed;
  bottom: 1em;
  left: 10%;
  right: 10%;
  padding: 0.5rem;
  font-size: 0.8em;
  border: 2px solid #01161e;
  background-color: #01161e;
  color: #fcfafa;
}

#messages-utilisateur {
  display: none;
}

.message-erreur {
  background: #FBE3E4;
  color: #8A1F11;
  border: 2px solid #FBC2C4;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
}

.message-information {
  background: #cbefc2;
  color: #264409;
  border: 2px solid #4e831c;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
}

.ticket {
  background-color: #ecedee;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem;
  border-color: 1px solid #140152;
  box-shadow: 2px 2px 6px #140152;
  border-radius: 6px;
}
.ticket.paye {
  background: #cbefc2;
  color: #264409;
  border: 2px solid #4e831c;
}
.ticket.non-paye {
  background: #b2aeee;
  color: #06086d;
  border: 2px solid #06086d;
}
.ticket.retard {
  background: #FBE3E4;
  color: #8A1F11;
  border: 2px solid #FBC2C4;
}

@media (min-width: 544px) {
  .box-fiche {
    background-color: #ecedee;
    margin: 0.8rem;
    padding: 0.8rem;
    border-color: 1px solid #140152;
    box-shadow: 2px 2px 6px #140152;
    border-radius: 6px;
  }
  .box-fiche h1 {
    text-align: center;
  }
}

.flex-on-large {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .flex-on-large {
    flex-direction: row;
  }
}

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