@charset "UTF-8";
/*!
* www.KNACSS.com v7.0.6 (mai, 25 2018) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625);
}

body {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 100;
  background-color: #fff;
  color: #666666;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
}
@media (min-width: 576px) {
  body {
    font-size: 1.6rem;
  }
}

/* Links */
a {
  color: #75726B;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #4d4b46;
  text-decoration: underline;
}

/* Headings */
h1, .h1-like {
  font-size: 2.8rem;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
@media (min-width: 576px) {
  h1, .h1-like {
    font-size: 3.2rem;
  }
}

h2, .h2-like {
  font-size: 2.4rem;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2, .h2-like {
    font-size: 2.8rem;
  }
}

h3, .h3-like {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h3, .h3-like {
    font-size: 2.4rem;
  }
}

h4, .h4-like {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 2rem;
  }
}

h5, .h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 1.8rem;
  }
}

h6, .h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.6rem;
  }
}

/* Vertical rythm */
h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

img {
  height: auto;
}

/* Styling elements */
ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

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

code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  tab-size: 2;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: 0.4em;
  line-height: 0.9;
  color: #e7e9ed;
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“" "”" "‘" "’";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »" "“" "”";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

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

code,
pre,
samp,
kbd {
  white-space: pre-wrap;
  font-family: "Cabin", consolas, courier, monospace;
  line-height: normal;
}

/* ----------------------------- */
/* ==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,
label,
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: "";
  }
}
/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that need 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: 1rem;
}

.fr {
  float: right;
}

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

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

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

.inbl-middle {
  display: inline-block;
  vertical-align: middle;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container, .flex-container--column-reverse,
.flex-column-reverse, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column,
.flex-column, .flex-container--row,
.flex-row,
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-container--row,
.flex-row {
  flex-direction: row;
}

.flex-container--column,
.flex-column {
  flex-direction: column;
}

.flex-container--row-reverse,
.flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  flex: 1 1 0%;
}

.flex-item-first,
.item-first {
  order: -1;
}

.flex-item-medium,
.item-medium {
  order: 0;
}

.flex-item-last,
.item-last {
  order: 1;
}

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

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}

.u-italic {
  font-style: italic;
}

.u-normal {
  font-weight: normal;
  font-style: normal;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-smaller {
  font-size: 0.6em;
}

.u-small {
  font-size: 0.8em;
}

.u-big {
  font-size: 1.2em;
}

.u-bigger {
  font-size: 1.5em;
}

.u-biggest {
  font-size: 2em;
}

.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .tabs-content-item[aria-hidden=true] {
  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,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(1);
}

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

.color--inverse {
  color: #fff;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w66 {
  width: calc(100% / 3 * 2);
}

.w33 {
  width: calc(100% / 3);
}

.wauto {
  width: auto;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.w1000p {
  width: 1000px;
}

.w950p {
  width: 950px;
}

.w900p {
  width: 900px;
}

.w850p {
  width: 850px;
}

.w800p {
  width: 800px;
}

.w750p {
  width: 750px;
}

.w700p {
  width: 700px;
}

.w650p {
  width: 650px;
}

.w600p {
  width: 600px;
}

.w550p {
  width: 550px;
}

.w500p {
  width: 500px;
}

.w450p {
  width: 450px;
}

.w400p {
  width: 400px;
}

.w350p {
  width: 350px;
}

.w300p {
  width: 300px;
}

.w250p {
  width: 250px;
}

.w200p {
  width: 200px;
}

.w150p {
  width: 150px;
}

.w100p {
  width: 100px;
}

.w50p {
  width: 50px;
}

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

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4rem;
}

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

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4rem;
}

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

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4rem;
}

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

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4rem;
}

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

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

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

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4rem;
}

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

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

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

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4rem;
}

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

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4rem;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* 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: 991px) {
  /* 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: 576px) 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: 575px) {
  /* 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-container--row,
.flex-row, .flex-container--column,
.flex-column, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column-reverse,
.flex-column-reverse {
    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;
  }
}
/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=" grid-"],
[class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
[class^=grid-] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 576px) {
  .grid,
.grid--reverse {
    display: flex;
  }
  .grid > *,
.grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 576px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  order: -1;
}

.item-last {
  order: 1;
}

[class*=grid-][class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }

  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }

  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }

  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }

  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }

  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }

  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }

  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }

  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }

  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }

  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }

  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }

  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }

  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }

  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*=-small-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommended HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-content {
    flex: 1 1 0%;
  }
  .media-figure--center {
    align-self: center;
  }
  .media--reverse {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==skip links                  */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

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

.table {
  display: table;
  table-layout: auto;
  border: 1px solid #acb3c2;
}
.table--zebra tbody tr:nth-child(odd) {
  background: #e7e9ed;
}
.table caption {
  caption-side: bottom;
  padding: 1rem;
  color: #333;
  font-style: italic;
  text-align: right;
}
.table td, .table th {
  padding: 0.3rem 0.6rem;
  min-width: 2rem;
  border: 1px #acb3c2 dotted;
  text-align: left;
  cursor: default;
  vertical-align: middle;
}
.table thead {
  background: transparent;
}

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

td.raw * {
  margin: 0;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
  border: none;
}

fieldset {
  padding: 2rem;
}
fieldset legend {
  padding: 0 0.5rem;
  border: 0;
  white-space: normal;
}

label {
  cursor: pointer;
  color: #0791B3;
}
label:not(.required) {
  display: block;
}
label.required + span {
  color: #D9534F;
}

[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  box-shadow: 0 0 0 1px #0791B3 inset;
  color: #666666;
  vertical-align: middle;
  padding: 0.3rem 1rem;
  margin: 0;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week] {
  box-shadow: none;
  border-bottom: 1px solid #0791B3;
  background-color: transparent;
}

[type=submit] {
  background-color: #333;
  color: #fff;
  cursor: pointer;
}

input[readonly] {
  background-color: #e7e9ed;
}

select {
  padding-right: 2rem;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
  background-position: right 0.6rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  display: block;
  min-width: 10rem;
}

/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  resize: vertical;
  white-space: normal;
}

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

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

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

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

progress {
  width: 100%;
  vertical-align: middle;
}

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn--ghost,
.button--ghost, .btn--inverse,
.button--inverse, .btn--danger,
.button--danger, .btn--warning,
.button--warning, .btn--info,
.button--info, .btn--success,
.button--success, .btn--primary,
.button--primary, .btn:not(.toggle),
.button,
[type=button],
button {
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  user-select: none;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #A1BA1D;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}
.btn--ghost:hover,
.button--ghost:hover, .btn--inverse:hover,
.button--inverse:hover, .btn--danger:hover,
.button--danger:hover, .btn--warning:hover,
.button--warning:hover, .btn--info:hover,
.button--info:hover, .btn--success:hover,
.button--success:hover, .btn--primary:hover,
.button--primary:hover, .btn:hover:not(.toggle),
.button:hover,
[type=button]:hover,
button:hover {
  background-color: #7b8e16;
  color: #fff;
  text-decoration: none;
}
.hidden.btn--ghost,
.hidden.button--ghost, .hidden.btn--inverse,
.hidden.button--inverse, .hidden.btn--danger,
.hidden.button--danger, .hidden.btn--warning,
.hidden.button--warning, .hidden.btn--info,
.hidden.button--info, .hidden.btn--success,
.hidden.button--success, .hidden.btn--primary,
.hidden.button--primary, .hidden.btn:not(.toggle),
.hidden.button,
.hidden[type=button],
button.hidden {
  display: none;
}

.btn:not(.toggle):focus,
.button:focus,
[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  background-color: #75726B;
  color: #fff;
  box-shadow: none;
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #5a5853;
}
.btn--success,
.button--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.btn--success:active, .btn--success:focus, .btn--success:hover,
.button--success:active,
.button--success:focus,
.button--success:hover {
  background-color: #449d44;
}
.btn--info,
.button--info {
  background-color: #5BC0DE;
  color: #000;
  box-shadow: none;
}
.btn--info:active, .btn--info:focus, .btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #31b0d5;
}
.btn--warning,
.button--warning {
  background-color: #F0AD4E;
  color: #fff;
  box-shadow: none;
}
.btn--warning:active, .btn--warning:focus, .btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #ec971f;
}
.btn--danger,
.button--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.btn--danger:active, .btn--danger:focus, .btn--danger:hover,
.button--danger:active,
.button--danger:focus,
.button--danger:hover {
  background-color: #c9302c;
}
.btn--inverse,
.button--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
  background-color: #1a1a1a;
}
.btn--ghost,
.button--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover,
.button--ghost:active,
.button--ghost:focus,
.button--ghost:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--small,
.button--small {
  padding: 0.7rem 1rem;
  font-size: 0.8em;
}
.btn--big,
.button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em;
}
.btn--block,
.button--block {
  width: 100% !important;
  display: block;
}
.btn--unstyled,
.button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn--unstyled:focus,
.button--unstyled:focus {
  box-shadow: none;
  outline: none;
}

.nav-button {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-button > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 2.6rem;
  width: 2.6rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#333, #333);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 5px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}
.nav-button > *::before, .nav-button > *::after {
  content: "";
  height: 5px;
  background: #333;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}
.nav-button:hover > * {
  background-color: transparent;
}
.nav-button:focus {
  outline: 0;
}
.nav-button.is-active > * {
  background-image: none;
  justify-content: center;
}
.nav-button.is-active > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}
.nav-button.is-active > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommended HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommended HTML : <input type="radio" class="radio" name="radio" id="r1"><label for="r1">Click here</label> */
/* use .switch class on input type=checkbox */
.checkbox input {
  border-radius: 4px;
}

.toggle input {
  border-radius: 3em;
}

.radio input {
  border-radius: 50%;
}

.toggle input,
.checkbox input,
.radio input {
  appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 0.5rem;
}
.toggle input ~ label,
.checkbox input ~ label,
.radio input ~ label {
  cursor: pointer;
}
.toggle input::-ms-check,
.checkbox input::-ms-check,
.radio input::-ms-check {
  display: none;
}

.toggle input {
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 70%;
  box-shadow: inset -2rem 0 0 #D9534F, inset 0 0 0 1px #D9534F;
  transition: box-shadow 0.15s;
  background-color: #fff;
}
.toggle input::before, .toggle input::after {
  font-weight: bold;
  color: #fff;
}
.toggle input::before {
  float: right;
  margin-right: 0.6666666667rem;
}
.toggle input:checked {
  box-shadow: inset 2rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C;
}
.toggle input:checked::before {
  float: left;
  margin-left: 0.6666666667rem;
}

.checkbox input {
  width: 2rem;
  height: 2rem;
  box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
  transition: background-color 0.15s;
}
.checkbox input:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #A1BA1D;
  box-shadow: inset 0 0 0 1px #A1BA1D;
}

.radio input {
  width: 2rem;
  height: 2rem;
  background-size: 0% 0%;
  transition: background-size 0.15s;
  box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
}
.radio input:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%22100%22%20height%3D%22100%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23A1BA1D%22/%3E%3C/svg%3E");
  background-size: 90% 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #e7e9ed;
}
.tabs-menu-link {
  display: block;
  margin-bottom: -2px;
  padding: 0.5rem 3rem;
  border-bottom: 4px solid transparent;
  color: #666666;
  background: transparent;
  text-decoration: none;
  border-radius: 0 0 0 0;
  transition: 0.25s;
  transition-property: color, border, background-color;
}
.tabs-menu-link.is-active {
  border-bottom-color: #333;
  color: #333;
  background: transparent;
  outline: 0;
}
.tabs-menu-link:focus {
  border-bottom-color: #333;
  color: #333;
  outline: 0;
}
@media (min-width: 576px) {
  .tabs-menu-link {
    display: inline-block;
  }
}

.tabs-content-item {
  padding-top: 1rem;
}
.tabs-content-item[aria-hidden=true] {
  visibility: hidden;
}
.tabs-content-item[aria-hidden=false] {
  visibility: visible;
}

/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*=icon-arrow--] {
  vertical-align: middle;
}
[class*=icon-arrow--]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask-size: cover;
  background-color: #000;
  line-height: 1;
}

.icon-arrow--down::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--up::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--right::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--left::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

/* ----------------------------- */
/* ==Tags                      */
/* ----------------------------- */
/* use .tag-- classes for variants */
.tag, .tag--ghost, .tag--inverse, .tag--danger, .tag--warning, .tag--info, .tag--success, .tag--primary {
  display: inline-block;
  padding: 3px 0.5rem;
  vertical-align: baseline;
  white-space: nowrap;
  color: #666666;
  border-radius: 0;
  background-color: #e7e9ed;
  line-height: 1;
}

.tag--primary {
  background-color: #75726B;
  color: #fff;
  box-shadow: none;
}
.tag--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.tag--info {
  background-color: #5BC0DE;
  color: #000;
  box-shadow: none;
}
.tag--warning {
  background-color: #F0AD4E;
  color: #fff;
  box-shadow: none;
}
.tag--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.tag--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.tag--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.tag--small {
  font-size: 1.2rem;
}
.tag--big {
  font-size: 2rem;
}
.tag--block {
  width: 100% !important;
  display: block;
}
.tag.disabled, .disabled.tag--primary, .disabled.tag--success, .disabled.tag--info, .disabled.tag--warning, .disabled.tag--danger, .disabled.tag--inverse, .disabled.tag--ghost, .tag--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tag:empty, .tag--primary:empty, .tag--success:empty, .tag--info:empty, .tag--warning:empty, .tag--danger:empty, .tag--inverse:empty, .tag--ghost:empty {
  display: none;
}

/* ----------------------------- */
/* ==Badges                      */
/* ----------------------------- */
/* use .badge-- classes for variants */
.badge, .badge--ghost, .badge--inverse, .badge--danger, .badge--warning, .badge--info, .badge--success, .badge--primary {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  color: #666666;
  background-color: #e7e9ed;
  line-height: 1;
}
.badge::before, .badge--ghost::before, .badge--inverse::before, .badge--danger::before, .badge--warning::before, .badge--info::before, .badge--success::before, .badge--primary::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}

.badge--primary {
  background-color: #75726B;
  color: #fff;
}
.badge--success {
  background-color: #5CB85C;
  color: #fff;
}
.badge--info {
  background-color: #5BC0DE;
  color: #000;
}
.badge--warning {
  background-color: #F0AD4E;
  color: #fff;
}
.badge--danger {
  background-color: #D9534F;
  color: #fff;
}
.badge--inverse {
  background-color: #333;
  color: #fff;
}
.badge--ghost {
  background-color: transparent;
  color: #fff;
}

.badge--small {
  font-size: 1.2rem;
}
.badge--big {
  font-size: 2rem;
}
.badge.disabled, .disabled.badge--primary, .disabled.badge--success, .disabled.badge--info, .disabled.badge--warning, .disabled.badge--danger, .disabled.badge--inverse, .disabled.badge--ghost, .badge--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.badge:empty, .badge--primary:empty, .badge--success:empty, .badge--info:empty, .badge--warning:empty, .badge--danger:empty, .badge--inverse:empty, .badge--ghost:empty {
  display: none;
}

/* ----------------------------- */
/* ==Alerts                      */
/* ----------------------------- */
/* use .alert-- classes for variants */
.alert, .alert--ghost, .alert--inverse, .alert--danger, .alert--warning, .alert--info, .alert--success, .alert--primary {
  padding: 1rem 1rem;
  margin-top: 0.75em;
  margin-bottom: 0;
  color: #666666;
  border-radius: 0;
  background-color: #e7e9ed;
}
.alert a, .alert--ghost a, .alert--inverse a, .alert--danger a, .alert--warning a, .alert--info a, .alert--success a, .alert--primary a {
  color: inherit;
  text-decoration: underline;
}

.alert--primary {
  background-color: #75726B;
  color: #fff;
  box-shadow: none;
}
.alert--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.alert--info {
  background-color: #5BC0DE;
  color: #000;
  box-shadow: none;
}
.alert--warning {
  background-color: #F0AD4E;
  color: #fff;
  box-shadow: none;
}
.alert--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.alert--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.alert--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.alert--small {
  font-size: 1.2rem;
}
.alert--big {
  font-size: 2rem;
}
.alert--block {
  width: 100% !important;
  display: block;
}
.alert.disabled, .disabled.alert--primary, .disabled.alert--success, .disabled.alert--info, .disabled.alert--warning, .disabled.alert--danger, .disabled.alert--inverse, .disabled.alert--ghost, .alert--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.alert:empty, .alert--primary:empty, .alert--success:empty, .alert--info:empty, .alert--warning:empty, .alert--danger:empty, .alert--inverse:empty, .alert--ghost:empty {
  display: none;
}

.listeBlocs-fermeture, .listeBlocsAnnexes-fermeture, #popup-ajoutPage-close, .conteneurApercu-fermeture {
  color: #000;
  cursor: pointer;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.listeBlocs-fermeture, .listeBlocsAnnexes-fermeture, .conteneurApercu-fermeture {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

#popup-ajoutPage-close {
  top: 1rem;
  right: 1.5rem;
  position: absolute;
}

.listeBlocs, .listeBlocsAnnexes, .conteneurChargement, #conteneurApercu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(164, 161, 161, 0.8);
  padding: 5rem;
  align-items: center;
}
@media (max-width: 575px) {
  .listeBlocs, .listeBlocsAnnexes, .conteneurChargement, #conteneurApercu {
    padding: 5rem 6.5rem;
  }
}
.listeBlocs ul, .listeBlocsAnnexes ul, .conteneurChargement ul, #conteneurApercu ul {
  padding: 0;
}

.listeBlocs, .listeBlocsAnnexes, .conteneurChargement, #conteneurApercu {
  display: none;
}

@media (max-width: 1199px) {
  .listeBlocs [class*=grid-6].has-gutter-l > li, .listeBlocsAnnexes [class*=grid-6].has-gutter-l > li {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
}
@media (max-width: 575px) {
  .listeBlocs [class*=grid-6].has-gutter-l > li, .listeBlocsAnnexes [class*=grid-6].has-gutter-l > li {
    width: 100%;
  }
}

.conteneurChargement {
  display: none;
  font-size: 15rem;
  color: #0791B3;
}
.conteneurChargement.actif {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  display: none;
}

/* Page de login */
body {
  margin: 0;
}

#loginPage {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#loginPage > * {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 2rem 6rem;
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  #loginPage > * {
    width: 90%;
    padding: 2rem;
  }
}
#loginPage > * > img, #loginPage > * > input {
  display: block;
}
#loginPage > * img {
  margin: 0 auto 1rem auto;
}
@media (max-width: 575px) {
  #loginPage > * img {
    max-width: 10rem;
  }
}
#loginPage > * label {
  color: #0791B3;
  margin-top: 1.5rem;
  display: block;
}
#loginPage > * input {
  border-radius: 5px;
  box-shadow: none;
  border: none;
  background-color: #FFF;
}
#loginPage > * input[type=text], #loginPage > * input[type=password] {
  width: 35rem;
}
@media (max-width: 575px) {
  #loginPage > * input[type=text], #loginPage > * input[type=password] {
    width: 100%;
  }
}
#loginPage > * input[type=submit] {
  margin: 3.5rem auto 0 auto;
  background-color: #0791B3;
  border: none;
  padding: 1rem;
}
#loginPage > * input[type=submit]:hover {
  background-color: #056982;
}
#loginPage .errors {
  background-color: rgba(255, 0, 0, 0.8);
  color: #FFF;
  font-weight: bold;
  margin: 2rem;
  display: flex;
  align-items: center;
}
#loginPage .errors svg {
  font-size: 2rem;
  margin-right: 1rem;
}
#loginPage div[class^=flash] {
  margin: 2rem;
}

.mdpOublie, .retourAccueil {
  color: #818485;
  text-decoration: none;
}
.mdpOublie:hover, .retourAccueil:hover {
  color: #000;
  text-decoration: none;
}

.retourAccueil {
  margin-bottom: 2rem;
}

/* Centre */
html, .content-wrapper, .sf-toolbar-clearer {
  background-color: #fcfcfc;
}

.text-danger {
  color: #D9534F;
}

.content-wrapper {
  padding: 5rem 1rem 1rem 1rem;
  color: #75726B;
  position: relative;
}

.table {
  background-color: #fff;
}
.table tbody tr:nth-of-type(2n + 1) {
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .table tbody tr:nth-of-type(2n + 1):hover {
    background-color: #EEEEEE;
  }
}
.table thead tr {
  background-color: #EEEEEE;
}
@media (min-width: 768px) {
  .table tr:hover {
    background-color: #EEEEEE;
  }
}

/* List & Search */
body.list .table, body.list .table td, body.list .table th, .sauvegarde .table, .sauvegarde .table td, .sauvegarde .table th {
  border: none;
}

.global-actions .action-new {
  margin: 2rem 0 0;
}
.global-actions .action-search .input-group {
  position: relative;
  display: inline-block;
}
.global-actions .action-search .input-group input[type=search] {
  padding-right: 3rem;
}
.global-actions .action-search .input-group span.input-group-btn {
  position: absolute;
  height: 100%;
}
.global-actions .action-search .input-group span.input-group-btn:not(.sidebar) {
  right: 0;
  position: absolute;
  top: 0;
}
.global-actions .action-search .input-group span.input-group-btn button[type=submit] {
  background-color: transparent;
  padding: 0 0.5rem 0;
  height: 100%;
}
.global-actions .action-search .input-group span.input-group-btn button[type=submit] svg {
  color: #000;
  font-size: 2rem;
}

.actions a {
  text-decoration: none;
  font-size: 1.8rem;
  margin: 0 0.5rem;
}
.actions a:first-of-type {
  margin-left: 0;
}

/* Pagination */
.list-pagination {
  text-align: center;
}
.list-pagination > ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.list-pagination > ul li {
  margin: 0 1rem;
}

/* Edit */
body.new form, body.edit form {
  padding: 0 2rem;
}
body.new form input[type=text]:focus, body.new form input[type=email]:focus, body.edit form input[type=text]:focus, body.edit form input[type=email]:focus {
  box-shadow: 0 2px 0 #0791B3;
  background-color: #eefbfe;
}
body.new #main, body.edit #main {
  padding-top: 10rem;
}
body.new .content-wrapper, body.new .sf-toolbar-clearer, body.new ul.nav-tabs, body.edit .content-wrapper, body.edit .sf-toolbar-clearer, body.edit ul.nav-tabs {
  background-color: #0791B3;
}
body.new .content-wrapper, body.edit .content-wrapper {
  display: flex;
  flex-direction: column;
}
body.new #main, body.edit #main {
  background-color: #fcfcfc;
  margin: 0 -1rem -1rem;
  padding-bottom: 2rem;
  flex: 1;
}
body.new h1, body.edit h1 {
  color: #FFF;
  margin-left: 1rem;
  width: calc(100% - 28rem);
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.new h1, body.edit h1 {
    width: calc(100% - 16rem);
    font-size: 2rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
}
body.new .tab-content, body.new .form-actions, body.edit .tab-content, body.edit .form-actions {
  padding: 0 2rem;
  margin: 0 -2rem;
}
body.new ul.nav-tabs, body.edit ul.nav-tabs {
  margin: 0 -2rem;
  position: fixed;
  background: #0791B3;
  top: 10.5rem;
  width: 100%;
  z-index: 100;
}
body.new ul.nav-tabs .label-danger, body.edit ul.nav-tabs .label-danger {
  padding: 0 0.7rem;
  border-radius: 50%;
  background-color: red;
  margin-left: 0.5rem;
}
body.new.gris ul.nav-tabs, body.edit.gris ul.nav-tabs {
  background-color: #75726B;
}

/* Onglets */
ul.nav-tabs {
  list-style: none;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
@media (max-width: 479px) {
  ul.nav-tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
ul.nav-tabs li {
  border-bottom: 7px solid #0791B3;
}
@media (max-width: 479px) {
  ul.nav-tabs li {
    width: calc(100% / 3 - 0.01px);
  }
}
ul.nav-tabs li:hover {
  border-color: #92D8E9;
}
body.gris ul.nav-tabs li:hover {
  border-color: #b3b1ac;
}
ul.nav-tabs li.active {
  border-color: #fff;
}
ul.nav-tabs li a {
  text-decoration: none;
  padding: 0 1rem;
  display: inline-block;
  color: #fff;
}

.tab-pane:not(.active) {
  display: none;
}

/* Éléments de formulaire */
.help-text {
  font-size: 1.3rem;
}

.field-collection-action {
  margin-top: 1rem;
  font-size: 1.9rem;
}
.field-collection-action .text-primary {
  color: #A1BA1D;
}

body.edit input[type=text], body.edit input[type=email], body.edit input[type=tel], body.edit input[type=url], body.edit input[type=password], body.edit textarea, body.new input[type=text], body.new input[type=email], body.new input[type=tel], body.new input[type=url], body.new input[type=password], body.new textarea {
  width: 100% !important;
}
body.edit .content-header, body.new .content-header {
  position: fixed;
  background-color: #0791B3;
  width: 100%;
  margin-left: -1rem;
  top: 3.8rem;
  padding: 1.2rem 0;
  z-index: 100;
}
body.edit.gris .content-header, body.new.gris .content-header {
  background-color: #75726B;
}

body.notFull .select2-dropdown {
  left: 30rem;
}

.select2-container {
  min-width: 10rem;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection, .select2-container--bootstrap .select2-dropdown {
  box-shadow: none;
  border-color: #000;
}

.select2-container--bootstrap .select2-selection {
  border: 1px solid #000;
  border-radius: 0;
}

.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-family: "Cabin";
  font-size: 1.6rem;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #A1BA1D;
}

.select2-container--bootstrap .select2-dropdown {
  border-bottom: 1px solid;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border-color: #000;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  margin: 5px;
  border: 1px solid #000;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
}

.select2-container--bootstrap .select2-results__group {
  color: #A1BA1D;
  padding: 6px 12px 6px 6px;
  font-size: 1.7rem;
}

.checkbox label, .nullable-control label {
  white-space: nowrap;
}
.checkbox label input, .nullable-control label input {
  margin-right: 0.5rem;
}

/* Formulaire des pages */
.mce-container {
  margin-top: 0.5rem;
}

.mce-container + textarea {
  display: block !important;
  height: 0;
  min-height: 0;
  padding: 0;
}

.form-group {
  margin-top: 1rem;
}

#page_active_commentaires .field-commentaire {
  position: relative;
  padding: 1rem 2rem;
  margin: 1rem 0;
  background-color: #F7F7F7;
}
#page_active_commentaires .field-date > div {
  display: flex;
}

/* Sauvegarde du formulaire */
#form-actions-row {
  margin-top: 1rem;
}

/* Médiathèque */
a[class$=image_bouton_mediatheque] {
  display: inline-block;
  margin: 1rem 0;
}

.ouvrirMediatheque, a[class$=image_bouton_mediatheque] {
  display: inline-block;
  background-color: #0791B3;
  padding: 0.5rem;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin-top: 1rem;
}
.ouvrirMediatheque:hover, .ouvrirMediatheque:active, .ouvrirMediatheque:focus, a[class$=image_bouton_mediatheque]:hover, a[class$=image_bouton_mediatheque]:active, a[class$=image_bouton_mediatheque]:focus {
  background-color: #056982;
  color: #fff;
  text-decoration: none;
}

/* Aperçu */
.apercuLogo {
  margin-top: 1rem;
}
.apercuLogo img {
  margin-top: 1rem;
  display: block;
  max-width: 30rem;
  max-height: 30rem;
}

.apercuImageProfil {
  margin-top: 1rem;
}
.apercuImageProfil img {
  display: block;
  margin-top: 1rem;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  border: 5px solid #FFF;
}

div[class$=image_apercu_mediatheque] img {
  object-fit: contain;
  max-width: 30rem;
  max-height: 30rem;
}

/* Téléchargement d'images (ex: logo) */
.easyadmin-thumbnail img {
  max-width: 25rem;
}

/* TinyMCE */
.mce-tinymce {
  border: 1px solid #000 !important;
}
.mce-tinymce button {
  background: transparent;
}

/* Lightbox - featherlight */
.featherlight .featherlight-content {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  height: 95vh;
}
.featherlight img {
  width: calc(95vw - 5rem);
  height: calc(95vh - 5rem);
  object-fit: contain;
}
.featherlight .featherlight-close-icon {
  font-size: 3rem;
  color: #75726B;
  top: 1rem;
  right: 1rem;
}
.featherlight .featherlight-close-icon:hover {
  color: #5a5853;
}

.easyadmin-lightbox {
  display: none;
}

/* Image de profil */
td[data-label="Image profil"] img, td[data-label="Image profil"] svg {
  width: 5rem !important;
  height: 5rem;
}
td[data-label="Image profil"] img {
  border-radius: 50%;
  object-fit: cover;
}

/* Page médiathèque */
.iframeMediatheque {
  height: calc(100vh - 6.6rem);
}

/* Traduction OK */
.messageY {
  color: #A1BA1D;
}
.messageY svg {
  margin-right: 1rem;
}

.rouge {
  color: #D9534F;
}

.vert {
  color: #A1BA1D;
}

/* Messages flash */
#flash-messages > * {
  position: relative;
  display: inline-block;
  margin: 0 2rem;
  border-radius: 7px;
  padding-right: 5rem;
}
#flash-messages .fa-times {
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  cursor: pointer;
  font-size: 2rem;
}

body.list #flash-messages > * {
  margin: 1rem 0;
}

#flash-messages .alert-enregistrement {
  background: #A1BA1D;
  color: #FFF;
  position: fixed;
  z-index: 1100;
  margin: auto;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#page_active_datePublication, #page_active_dateDepublication {
  display: flex;
}

.error-block {
  color: red;
}
.error-block .label-danger {
  font-weight: bold;
}
.error-block .label-danger:after {
  content: " : ";
}

#conteneurApercu {
  text-align: center;
  overflow-y: scroll;
}
#conteneurApercu .fa-stack {
  position: fixed;
  top: 2rem;
  right: 7rem;
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transform: rotate(45deg);
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
}

.fond-mobile, .fond-tablette {
  display: inline-block;
  background-repeat: no-repeat;
}
#conteneurApercu.paysage .fond-mobile, #conteneurApercu.paysage .fond-tablette {
  height: auto;
  background-position: top right;
}
.fond-mobile iframe, .fond-tablette iframe {
  border: none;
}

.fond-mobile {
  padding: 4.1rem 3.8rem 15rem 3.6rem;
  background-image: url("/assets/img/fond-iframe-mobile-double.png");
  height: 84rem;
}
#conteneurApercu.paysage .fond-mobile {
  padding: 3.8rem 15rem 3.6rem 4.1rem;
}
#conteneurApercu.paysage .fond-mobile iframe {
  width: 65rem;
  height: 35rem;
}

.fond-tablette {
  padding: 5.8rem 6.2rem 19rem 5.8rem;
  background-image: url("/assets/img/fond-iframe-tablette-double.png");
  height: 128rem;
}
#conteneurApercu.paysage .fond-tablette {
  padding: 6.2rem 19rem 5.8rem 5.8rem;
}
#conteneurApercu.paysage .fond-tablette iframe {
  width: 103rem;
  height: 77rem;
}

#tdb {
  padding: 2rem;
}
#tdb h2 {
  color: #0791B3;
}

.tdb-bloc {
  padding: 2rem;
  background-color: #F7F7F7;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 4rem;
}

.tdb-bloc.derniersInscrits ul {
  padding: 0;
}
.tdb-bloc.derniersInscrits li {
  display: flex;
  align-items: center;
}
.tdb-bloc.derniersInscrits a {
  margin-right: 0.5rem;
}
.tdb-bloc.derniersInscrits #header-imageProfil, .tdb-bloc.derniersInscrits #header-sansImageProfil {
  border-color: #75726B;
  margin-right: 2rem;
}

.tdb-bloc.derniersCommentaires tr, .tdb-bloc.derniersCommentaires td, .tdb-bloc.derniersCommentaires th {
  border: none;
}
.tdb-bloc.derniersCommentaires thead {
  border-bottom: 1px solid #75726B;
}

.modal-dialog {
  background: #FFF;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 2px 2px 6px #75726B;
}

#modal-delete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

#modal-delete-button {
  background-color: #D9534F;
}
#modal-delete-button:hover {
  background-color: #c9302c;
}

#mediatheque {
  display: none;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
#mediatheque iframe {
  width: calc(100% - 10rem);
}

.messages {
  height: 2.5rem;
}
.messages > * {
  display: none;
  align-items: center;
}
.messages svg {
  margin-right: 0.5rem;
}

.message-ok {
  color: #A1BA1D;
}

.message-fail {
  color: #D9534F;
}

.theme {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 2px solid #75726B;
  margin-bottom: 4rem;
}
.theme.actif {
  border-color: #A1BA1D;
}

.theme-illustration {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
  color: #FFF;
}
.theme-illustration svg {
  font-size: 10rem;
}
.theme-illustration img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.theme-actions button, .theme-actions .btn {
  background-color: #75726B;
}

.theme-actif {
  background-color: #A1BA1D;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem 1rem;
  font-size: 2rem;
}

.theme:not(.actif) .theme-actif {
  display: none;
}

.sauvegarde h2 {
  color: #0791B3;
}
.sauvegarde select {
  display: inline-block;
}
.sauvegarde .hidden {
  display: none;
}

.export-mediatheque {
  margin-top: 3rem;
}

.loader {
  display: none;
}

.sauvegarde button {
  margin-bottom: 1rem;
}

.formulaire-actions {
  position: fixed;
  right: 2rem;
  top: 6rem;
  display: flex;
  z-index: 100;
}
.formulaire-actions .action-voir, .formulaire-actions .formulaire-actions-enregistrer {
  background: #fff;
  padding: 0.7rem 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0.5rem;
  transition: 0.25s;
}
.formulaire-actions .action-voir svg, .formulaire-actions .formulaire-actions-enregistrer svg {
  transition: 0.25s;
}
@media (min-width: 768px) {
  .formulaire-actions .action-voir svg, .formulaire-actions .formulaire-actions-enregistrer svg {
    margin-right: 0.5rem;
  }
}
.formulaire-actions .formulaire-actions-enregistrer {
  background-color: #A1BA1D;
}
@media (max-width: 767px) {
  .formulaire-actions .formulaire-actions-enregistrer span {
    display: none;
  }
}
.formulaire-actions .formulaire-actions-enregistrer[disabled]:hover {
  background-color: #A1BA1D;
}
.formulaire-actions .formulaire-actions-enregistrer:hover {
  background-color: #7b8e16;
}

.action-edit {
  color: #000;
}

.action-voir {
  color: #0791B3;
}

.action-dupliquer {
  color: #8d00cb;
}

.action-corbeille, .action-delete {
  color: #D9534F;
}

.action-list, .action-voirPages {
  color: #cb8300;
}

.action-corbeille .fa-recycle {
  color: #A1BA1D;
}
.action-corbeille .fa-recycle:hover {
  color: #7b8e16;
}
.action-corbeille .fa-trash {
  color: #D9534F;
}
.action-corbeille .fa-trash:hover {
  color: #c9302c;
}

.formulaire-actions .action-voir {
  background-color: #F29400;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .formulaire-actions .action-voir span {
    display: none;
  }
}
.formulaire-actions .action-voir:hover {
  background-color: #bf7500;
}
.formulaire-actions .action-dupliquer, .formulaire-actions .action-corbeille, .formulaire-actions .action-corbeille .fa-trash, .formulaire-actions .action-corbeille .fa-recycle, .formulaire-actions .action-delete, .formulaire-actions .action-list {
  color: #000;
}
.formulaire-actions .action-dupliquer:hover, .formulaire-actions .action-corbeille:hover, .formulaire-actions .action-corbeille .fa-trash:hover, .formulaire-actions .action-corbeille .fa-recycle:hover, .formulaire-actions .action-delete:hover, .formulaire-actions .action-list:hover {
  color: #000;
}

.formulaire-actions-liste {
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.formulaire-actions-liste > svg {
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.formulaire-actions-liste div svg {
  color: #000;
}
.formulaire-actions-liste > div {
  display: none;
  position: absolute;
  top: 100%;
  right: 1rem;
  padding-top: 1rem;
  width: 20rem;
}
.formulaire-actions-liste .ombre {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.formulaire-actions-liste:hover > div {
  display: block;
}
.formulaire-actions-liste a, .formulaire-actions-liste span {
  padding: 0.8rem 0 0.8rem 4rem;
  display: block;
  padding-left: 2rem;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.formulaire-actions-liste a:hover, .formulaire-actions-liste span:hover {
  text-decoration: underline;
}

.table-responsive {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .table tr th:not(:first-of-type), .table tr td:not(:first-of-type) {
    display: none;
  }
  .table td:not(:first-of-type):before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 2rem;
  }
  .table tr {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .toggleElementTableau svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .toggleElementTableau {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  tr.ouvert td:first-of-type > svg {
    transform: rotate(180deg);
  }
  tr.ouvert td:not(:first-of-type) {
    display: block;
  }
}

/* Bouton pour ajouter un bloc */
.ajout-bloc, .ajout-blocAnnexe {
  background-color: #0791B3;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0.5rem;
}
.ajout-bloc:hover, .ajout-blocAnnexe:hover {
  color: #fff;
  background-color: #056982;
  text-decoration: none;
}
.ajout-bloc:active, .ajout-bloc:focus, .ajout-blocAnnexe:active, .ajout-blocAnnexe:focus {
  background-color: #0791B3;
  color: #fff;
  text-decoration: none;
}

.form-group.field-bloc, .form-group.field-bloc_annexe {
  position: relative;
  padding: 1rem 2rem;
  margin: 1rem 0;
  background-color: #F7F7F7;
}
.form-group.field-bloc.desactive, .form-group.field-bloc_annexe.desactive {
  background-color: #DFDFDF;
  opacity: 0.7 !important;
}
.form-group.field-bloc.nvBloc, .form-group.field-bloc_annexe.nvBloc {
  opacity: 0;
}
.form-group.field-bloc.focus, .form-group.field-bloc_annexe.focus {
  box-shadow: 0 0 1rem #056982;
}
.form-group.field-bloc > label, .form-group.field-bloc_annexe > label {
  display: none;
}
.form-group.field-bloc:first-of-type .monterBloc, .form-group.field-bloc_annexe:first-of-type .monterBloc {
  display: none;
}
.form-group.field-bloc:last-of-type .descendreBloc, .form-group.field-bloc_annexe:last-of-type .descendreBloc {
  display: none;
}

.type-bloc {
  color: #0791B3;
  margin-bottom: 0;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}

div[id^=page_active_blocs] svg {
  transition: 0.3s;
}
div[id^=page_active_blocs] label svg {
  margin-left: 1rem;
}
div[id^=page_active_blocs] > .form-group.type {
  display: flex;
  align-items: center;
}
div[id^=page_active_blocs] > div > .collection-empty {
  display: none;
}

.bloc-help {
  position: relative;
  cursor: help;
  z-index: 10;
}
.bloc-help.hide {
  display: none;
}
.bloc-help:hover + p, .bloc-help:hover p {
  display: flex;
}
.bloc-help svg {
  color: #0791B3;
}
.bloc-help p {
  display: none;
  position: absolute;
  bottom: 60%;
  left: 100%;
  background-color: #FFF;
  padding: 1rem;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
  white-space: nowrap;
  z-index: 10;
}
.bloc-help + p {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #A1A1A1;
  padding: 2.7rem 1rem 1rem;
  color: #FFF;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#page_active_blocs_ > .type, #page_active_blocsAnnexes > .type {
  border-bottom: 2px solid #0791B3;
}
#page_active_blocs_ > .type select, #page_active_blocs_ > .type label, #page_active_blocsAnnexes > .type select, #page_active_blocsAnnexes > .type label {
  display: inline-block;
}
#page_active_blocs_ > .type select, #page_active_blocsAnnexes > .type select {
  margin-right: 0.5rem;
}
#page_active_blocs_ > .type label, #page_active_blocsAnnexes > .type label {
  margin-right: 1rem;
}

/* Barre d'actions */
.bloc-barreActions {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 10;
}
.bloc-barreActions > * {
  display: inline-block;
}
.bloc-barreActions > * > svg, .bloc-barreActions > * > span > svg {
  color: #0791B3;
}
.bloc-barreActions + ul {
  display: none;
  position: absolute;
  right: 2rem;
  top: 4rem;
  list-style: none;
  margin: 0;
  padding: 2px;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.bloc-barreActions + ul a {
  padding: 0 1rem;
  color: #75726B;
  display: block;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.bloc-barreActions + ul a:hover {
  background-color: #e8f3b0;
  box-shadow: 0 0 2px #A1BA1D;
}
.bloc-barreActions + ul a svg {
  margin-right: 1rem;
}
.bloc-barreActions.actif + ul {
  display: block;
  z-index: 100;
}

.drag {
  font-size: 2rem;
}

.drag:hover {
  cursor: grab;
}

.drag:active {
  cursor: grabbing;
}

.bloc-menu {
  position: relative;
}
.bloc-menu span {
  cursor: pointer;
  font-size: 2rem;
  padding: 0 1rem;
}

.bloc-optionsAffichage {
  display: none;
  background: #FFF;
  padding: 0.5rem 1rem 1rem;
  margin-top: 1rem;
}
.bloc-optionsAffichage.actif {
  display: block;
}
.bloc-optionsAffichage p {
  align-items: center;
  color: #0791B3;
  font-size: 1.8rem;
}
.bloc-optionsAffichage p svg:first-child {
  color: #75726B;
  margin-right: 0.5rem;
}

.bloc-optionsAffichage-fermeture {
  cursor: pointer;
}

.listeBlocs.actif, .listeBlocsAnnexes.actif {
  display: flex;
  overflow-y: scroll;
}
.listeBlocs.chargement .listeBlocs-chargement, .listeBlocs.chargement .listeBlocsAnnexes-chargement, .listeBlocsAnnexes.chargement .listeBlocs-chargement, .listeBlocsAnnexes.chargement .listeBlocsAnnexes-chargement {
  display: block;
}
.listeBlocs.chargement ul, .listeBlocs.chargement .listeBlocs-fermeture, .listeBlocs.chargement .listeBlocsAnnexes-fermeture, .listeBlocsAnnexes.chargement ul, .listeBlocsAnnexes.chargement .listeBlocs-fermeture, .listeBlocsAnnexes.chargement .listeBlocsAnnexes-fermeture {
  display: none;
}
.listeBlocs ul, .listeBlocsAnnexes ul {
  list-style: none;
  width: 100%;
}
.listeBlocs ul li, .listeBlocsAnnexes ul li {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem;
  text-align: center;
  border: 3px solid #fff;
}
@media (max-width: 575px) {
  .listeBlocs ul li, .listeBlocsAnnexes ul li {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.listeBlocs ul li:hover, .listeBlocsAnnexes ul li:hover {
  border-color: #0791B3;
}
.listeBlocs ul li > svg, .listeBlocsAnnexes ul li > svg {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  color: #0791B3;
}
@media (max-width: 575px) {
  .listeBlocs ul li > svg, .listeBlocsAnnexes ul li > svg {
    font-size: 3rem;
  }
}
.listeBlocs .bloc-help, .listeBlocsAnnexes .bloc-help {
  position: absolute;
  width: auto;
  top: 1rem;
  right: 1rem;
}
.listeBlocs .bloc-help svg, .listeBlocsAnnexes .bloc-help svg {
  color: #75726B;
}

.bloc-nom {
  font-size: 2rem;
  line-height: 1;
}

.listeBlocs-chargement, .listeBlocsAnnexes-chargement {
  display: none;
  position: absolute;
  z-index: 10;
  left: calc(50% - 7.5rem);
  top: calc(50% - 7.5rem);
  font-size: 15rem;
  color: #0791B3;
}

.listeBlocsAnnexes .disabled {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  cursor: not-allowed;
}
.listeBlocsAnnexes .disabled:hover {
  border-color: #DBDBDB;
}
.listeBlocsAnnexes .disabled svg {
  color: #727272;
}

.bloc-image strong {
  color: #0791B3;
  font-size: 2rem;
}

.dragSlide, .dragGalerie, .dragChamp, .dragCase {
  font-size: 2rem;
  color: #0791B3;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.field-Slide > div > div, .bloc-galerie .field-images > div > div, .field-cases > div > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.field-slide, .bloc-galerie .field-galerie_image, .field-case {
  position: relative;
  padding: 1rem;
  background-color: #EDEDED;
  width: calc(50% - 2rem);
  margin: 0 1rem 2rem;
}

.bloc-slider .radio {
  display: inline-block;
  margin-right: 2rem;
}

.bloc-formulaire .field-choix.vide {
  display: none;
}
.bloc-formulaire .field-destinataires .field-text {
  padding: 1rem;
  background-color: #EDEDED;
}
.bloc-formulaire .field-champ {
  position: relative;
  padding: 1rem;
  background-color: #EDEDED;
}
.bloc-formulaire .field-choix {
  padding: 1rem;
  background-color: #E1E0E0;
}

.bloc-groupeblocs-edition {
  align-items: center;
}
.bloc-groupeblocs-edition a {
  text-decoration: none;
}

#page_active_blocs_ .hide, #page_active_blocsAnnexes .hide {
  display: none;
}

.toggleBloc {
  font-size: 2rem;
  margin: 0 1rem;
  cursor: pointer;
}
.toggleBloc.rotate svg {
  transform: rotate(180deg);
}

.configBlocs td, .configBlocs th {
  border: none;
}

.suppressionBloc {
  display: none;
  position: absolute;
  right: calc(100% + 2.5rem);
  bottom: -2.5rem;
  white-space: nowrap;
  padding: 1rem 1.2rem;
  color: #000;
  background: #e6e6e6;
  border-radius: 0.4em;
}
.suppressionBloc .btn {
  font-size: 1.4rem;
  padding: 1rem;
}
.suppressionBloc .btn-danger {
  background-color: #D9534F;
}
.suppressionBloc .btn-danger:hover {
  background-color: #c9302c;
}

.suppressionBloc:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #e6e6e6;
  border-right: 0;
  border-top: 0;
  margin-top: -10px;
  margin-right: -20px;
}

.bloc-reseauxsociaux label, .bloc-reseauxsociaux input[type=text] {
  display: inline-block;
}

body.edit .bloc-reseauxsociaux input[type=text], body.new .bloc-reseauxsociaux input[type=text] {
  width: calc(100% - 4rem) !important;
}

.bloc-grille .radio {
  display: inline-block;
  margin-right: 2rem;
}
.bloc-grille select {
  width: 100%;
}
.bloc-grille .field-bouton, .bloc-grille .field-image_defaut {
  padding: 1rem;
  background-color: #E1E0E0;
}
.bloc-grille .field-bouton > label, .bloc-grille .field-image_defaut > label {
  font-weight: bold;
}
.bloc-grille .field-case.page > div > .field-text, .bloc-grille .field-case.page > div > .field-textarea, .bloc-grille .field-case.page > div > .field-image_defaut {
  display: none;
}

.traductionTemplateChoix div {
  display: flex;
  align-items: center;
}
.traductionTemplateChoix label {
  margin: 0 1rem;
}

#form_Traduire {
  margin-left: 1rem;
}

.nav-tabs-traductions {
  list-style: none;
  display: flex;
  padding: 0;
}
.nav-tabs-traductions li {
  padding: 0.5rem 1.5rem;
  border-bottom: 7px solid #92D8E9;
}
.nav-tabs-traductions li.active {
  border-color: #0791B3;
}
.nav-tabs-traductions li a {
  text-decoration: none;
  font-size: 2rem;
}

#flash-messages.traductionTemplate-messages .alert-enregistrement {
  display: none;
}

.traductionTemplate-onglet label {
  line-height: 1;
}
.traductionTemplate-onglet .flex-container, .traductionTemplate-onglet .flex-container--row,
.traductionTemplate-onglet .flex-row, .traductionTemplate-onglet .flex-container--column,
.traductionTemplate-onglet .flex-column, .traductionTemplate-onglet .flex-container--row-reverse,
.traductionTemplate-onglet .flex-row-reverse, .traductionTemplate-onglet .flex-container--column-reverse,
.traductionTemplate-onglet .flex-column-reverse {
  align-items: center;
}
.traductionTemplate-onglet input[type=text] {
  border: 1px solid #0791B3;
}

.infobulle {
  display: inline-block;
  position: relative;
}
.infobulle span {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 100%;
  white-space: nowrap;
  border: 1px solid;
  padding: 0.5rem;
  box-shadow: 0 0 5px;
  z-index: 100;
  background-color: #FFF;
}
.infobulle:hover span {
  display: block;
}

.groupeDeChamps {
  background: #F7F7F7;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #CACACA;
}
.groupeDeChamps .box-header {
  color: #0791B3;
}
.groupeDeChamps .box-header h3 {
  display: flex;
  align-items: center;
}
.groupeDeChamps .box-header svg {
  font-size: 2rem;
  margin-right: 1rem;
}

#page_active_dateDepublication {
  margin-bottom: 0.5rem;
}

form.autreUtilisateur .mdp {
  display: none;
}

#page_active_SEO .metaTitre, #page_active_SEO #seo_metaTitre, .listeSEO-conteneur .metaTitre, .listeSEO-conteneur #seo_metaTitre {
  color: #1a0dab;
  font-size: 1.8rem;
}
#page_active_SEO .url, #page_active_SEO #seo_url, .listeSEO-conteneur .url, .listeSEO-conteneur #seo_url {
  color: #006621;
  font-size: 1.4rem;
}
#page_active_SEO .metaDescription, #page_active_SEO #seo_metaDescription, .listeSEO-conteneur .metaDescription, .listeSEO-conteneur #seo_metaDescription {
  color: #545454;
  font-size: 1.3rem;
}

.listeSEO-conteneur {
  max-width: 59rem;
}
.listeSEO-conteneur > div {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin: 1rem 0;
  padding: 1rem 0;
}
.listeSEO-conteneur > div > div {
  padding: 0 1rem;
}
.listeSEO-conteneur .titre {
  font-style: italic;
  font-size: 1.4rem;
  color: #b3b3b3;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.listeSEO-conteneur .actions {
  margin-top: 2rem;
}

.listeSEO-SEO {
  position: relative;
  overflow: hidden;
}
.listeSEO-SEO .filtreChargement {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(254, 254, 254, 0.7);
}
.listeSEO-SEO.chargement .filtreChargement {
  display: block;
}

.listeSEO-actions {
  text-align: right;
  margin-top: -2rem;
}
.listeSEO-actions span {
  cursor: pointer;
  margin-right: 1rem;
}
.listeSEO-actions span:last-of-type {
  margin-right: 0;
}

.listeSEO-conteneur > div > .listeSEO-edition {
  padding: 1rem;
}

.listeSEO-edition {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  text-align: right;
}
.listeSEO-edition label {
  display: none;
}
.listeSEO-edition input[type=text], .listeSEO-edition textarea {
  padding: 0 0.5rem;
  width: 100%;
  background-color: transparent;
}
.listeSEO-edition form > div > div {
  margin-bottom: 0.5rem;
}
.listeSEO-edition button[type=submit] {
  display: none;
}

.listeSEO-action-enregistrer, .listeSEO-action-annuler {
  cursor: pointer;
  font-size: 1.8rem;
  margin-left: 1rem;
}

.listeSEO-action-enregistrer {
  color: #A1BA1D;
}

.listeSEO-action-annuler {
  color: #D9534F;
  margin-left: auto;
}

.listeSEO-scores {
  margin-top: 1rem;
  align-items: center;
}
.listeSEO-scores > div {
  border: 1px solid #666666;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}
.listeSEO-scores > div.danger {
  background-color: #D9534F;
}
.listeSEO-scores > div.warning {
  background-color: #F0AD4E;
}
.listeSEO-scores > div.success {
  background-color: #A1BA1D;
}

#page_active_SEO .raz {
  background: linear-gradient(to left, #F0AD4E 50%, #5CB85C 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s;
}
#page_active_SEO .raz.ok {
  background-position: left bottom;
}

.progression, .nbCaracteres {
  display: inline-block;
}

.progression {
  height: 0.5rem;
  width: 20rem;
  border: 1px solid #0000001a;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.progression > div {
  height: 100%;
  transition: all 0.3s;
}
.progression.rouge > div {
  width: 33%;
  background-color: #D9534F;
}
.progression.orange > div {
  width: 66%;
  background-color: #F0AD4E;
}
.progression.vert > div {
  width: 100%;
  background-color: #5CB85C;
}

.seo-attention {
  display: inline-block;
  position: relative;
  cursor: help;
}
.seo-attention:hover span {
  display: block;
}
.seo-attention span {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 100%;
  background-color: #FFF;
  padding: 1rem;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
  z-index: 10;
  min-width: 25rem;
}
.seo-attention svg {
  color: #D9534F;
}

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