/* Import */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!
 * Milligram v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #606c76;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
}
blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #9b4dca;
  border: 0.1rem solid #9b4dca;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}
.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}
.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #9b4dca;
  border-color: #9b4dca;
}
.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: #9b4dca;
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #9b4dca;
}
.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #9b4dca;
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #9b4dca;
}
code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}
pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #9b4dca;
  outline: 0;
}
select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
textarea {
  min-height: 6.5rem;
}
label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline;
}
.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}
.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.row.row-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row.row-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.row-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row.row-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.row .column {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column.column-offset-10 {
  margin-left: 10%;
}
.row .column.column-offset-20 {
  margin-left: 20%;
}
.row .column.column-offset-25 {
  margin-left: 25%;
}
.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}
.row .column.column-offset-50 {
  margin-left: 50%;
}
.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}
.row .column.column-offset-75 {
  margin-left: 75%;
}
.row .column.column-offset-80 {
  margin-left: 80%;
}
.row .column.column-offset-90 {
  margin-left: 90%;
}
.row .column.column-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.row .column.column-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.row .column.column-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.row .column.column-33, .row .column.column-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .column.column-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.row .column.column-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row .column.column-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.row .column.column-66, .row .column.column-67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .column.column-75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.row .column.column-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.row .column.column-90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}
.row .column .column-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.row .column .column-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.row .column .column-center {
  -ms-grid-row-align: center;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
}
a {
  color: #9b4dca;
  text-decoration: none;
}
a:focus, a:hover {
  color: #606c76;
}
dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: circle inside;
}
.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem;
}
fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}
table {
  border-spacing: 0;
  width: 100%;
}
td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
b,
strong {
  font-weight: bold;
}
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0;
}
h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}
img {
  max-width: 100%;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*!
 * ABRÜPT éditions
 * changement noir sur rouge 
 * utilisations Milligram
 * https://tympanus.net/codrops/2014/01/07/shape-hover-effect-with-svg/
 * https://tympanus.net/codrops/2015/01/08/inspiration-text-input-effects/
 */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/crimson/crimson-bold.woff2') format('woff2'),
         url('fonts/crimson/crimson-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/crimson/crimson-italic.woff2') format('woff2'),
         url('fonts/crimson/crimson-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/crimson/crimson-bolditalic.woff2') format('woff2'),
         url('fonts/crimson/crimson-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/crimson/crimson-roman.woff2') format('woff2'),
         url('fonts/crimson/crimson-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Mono';
    src: url('fonts/fira/fira-mono.woff2') format('woff2'),
         url('fonts/fira/fira-mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Corrections milligram */
.container {
  margin: 0 auto;
  max-width: 140.0rem;
  padding: 0 0;
  position: relative;
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1em;
}
/* General */
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Crimson Text", Garamond, Georgia, Times, serif;
  font-size: 2.0rem;
  color: #333333;
}
a {
  margin: 0 0;
  padding: 0 0;
  color: #333333;
	font-style: italic;
  /* text-decoration: underline solid rgba(255,0,0,1); */
  border-bottom: 1px dotted rgba(255,0,0,1);
  height: 1.6em;
  text-indent: 0em;
  outline: none;
}
a:hover, a:focus, a:active {
  background-color: rgba(255,0,0,1);
  color: #333333;
  text-decoration: none;
  outline: none;
  /* transition: background-color 0.3s, border-color 0.3s; */
}
.snip-layout a:hover, .snip-layout a:focus, .snip-layout a:active {
  background-color: unset;
  color: unset;
  text-decoration: unset;
  outline: unset;
  /* transition: background-color 0.3s, border-color 0.3s; */
}
::-moz-selection {
  color: #333333;
  background-color: rgba(255,0,0,1);
}
::selection {
  color: #333333;
  background-color: rgba(255,0,0,1);
}
/* With Lazyload Prevents img without src to appear */
img:not([src]) {
    visibility: hidden;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
/* Lazyload fix for Edge */
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}
.gridlazy {
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* You define this doing height / width * 100% */
    position: relative;
}
.gridlazy--image {
    width: 100%;
    /*height: auto;*/
    /* position: absolute; */
}
code {
  /* correction milligram */
  background: #eeeeee;
  border-radius: 0;
  font-size: 1.5rem;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: pre-wrap;
  /*ajout*/
  font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}
pre {
  /* correction milligram */
  background: #eeeeee;
  border-left: 0.3rem solid #333333;
  overflow-y: hidden;
  /*ajout*/
  overflow-x: auto;
  width: 80%;
  /* white-space: pre-wrap; */
  /* overflow-wrap: break-word; */
  /* width: 100%; */
  /* width: auto; */
}
pre > code {
  /* correction milligram */
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre-wrap;
  /* word-break: break-all; */
  /*ajout*/
}
.word-break {
  word-break: break-all;
}
/* image */
iframe {
  /* margin: 1.6em 0; */
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
video {
  width: 100%;
  outline: none;
}
figure {
  margin: 0;
  margin-bottom: 1.6em;
}
figure img {
  cursor: pointer;
}
figcaption p {
  /* font-style: italic; */
  margin-top: 0;
  font-size: 1.5rem;
}
.image--center {
  text-align: center;
}
.imagehover {
  position: relative;
  float: left;
  margin-bottom: 1.6em;
}
.imagehover img {
  cursor: not-allowed;
}
.imagehover .imagehover--deux {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.imagehover:hover .imagehover--deux {
  display: block;
}
figure a,
.fancybox-navigation a {
  margin: 0 0;
  padding: 0 0;
  color: unset;
	font-style: normal;
  border-bottom: unset;
  height: 1.6em;
  text-indent: 0em;
}
figure a:hover, figure a:focus, figure a:active {
  background-color: unset;
  color: unset;
  text-decoration: unset;
}
.fancybox-navigation a:hover, .fancybox-navigation a:focus, .fancybox-navigation a:active {
  /* background-color: unset; */
  /* color: unset; */
  /* text-decoration: unset; */
}
figure a:before,
.fancybox-navigation a:before {
  content: unset;
}
figure a:after,
.fancybox-navigation a:after {
  content: unset;
}
img.initial.loaded {
  /* cursor: pointer; */
}
.grid a:before,
.fancybox-navigation a:before {
  content: unset;
}
.grid a:after,
.fancybox-navigation a:after {
  content: unset;
}
/* Typographie */
.titre--centre {
  margin: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
h1, h2 {
  letter-spacing: 0.01rem;
  margin: 1.6em 0 0;
  line-height: 1.6;
  font-size: inherit;
  /* font-style: italic; */
  font-weight: bold;
}
h2 {
  margin: 0 0;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 1.6em;
}
p + h1, p + h2 {
  margin-top: 1.6em;
}
.autonome  {
  padding-bottom: 5rem;
}
.autonome p + p {
  text-indent: 0em;
}
.autonome .noindent {
  text-indent: 0;
}
.liste {
  margin: 0;
  margin-bottom: 1.6em;
  list-style: none;
  font-variant: small-caps;
  /* Avec les espaces insécables */
  /* text-indent: -1.15em; */
  /* padding-left: 2.15em; */
  /* sans les espaces insécables */
  text-indent: -0.57em;
  padding-left: 0.57em;
}
.liste_log {
  margin: 0;
  margin-bottom: 1.6em;
  list-style: none;
  /* Avec les espaces insécables */
  /* text-indent: -1.15em; */
  /* padding-left: 2.15em; */
  /* sans les espaces insécables */
  text-indent: -0.57em;
  padding-left: 0.57em;
}
li {
  line-height: 1.6;
  margin: 0;
}
.error {
  color: #f00;
}
.ligneblanche {
  margin-bottom: 1.6em;
}
.centre {
  text-align: center;
}
.italique {
  font-style: italic;
}
.pasdeligneblanche {
  margin-bottom: 0;
}
.ligneblanchehaut {
  margin-top: 1.6em;
}
.log_article {
  margin-bottom: 3.2em;
}
.log_article__titre {
	font-style: italic;
}
.log_article__fin_titre {
  margin-bottom: 1.6em;
	font-style: italic;
}
.log_en_tete_lien {
	width: 100%;
	border: none;
  outline: 0;
	font-style: unset;
	height: 100%;
}
.log_pagination {
  margin-top: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.log_pagination__avant {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.log_pagination__apres {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-align: right;
}
.noindent {
  text-indent: 0;
}
.titreavecsuite {
  margin-bottom: 0em;
}
/* Manifeste */
#manifeste {
}
#manifeste .multitude {
  cursor: move;
}
.multitude:hover,
.multitude:focus,
.multitude:active
{
  background: #ff0000;
}
.sortable-ghost {
	opacity: 0.2;
  color: #ffffff;
	background-color: #ff0000;
}
.desordre {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
	font-style: italic;
  border-bottom: 1px dotted rgba(255,0,0,1);
  height: inherit;
  text-indent: 0em;
}
.desordre:hover, .desordre:focus, .desordre:active {
  background-color: rgba(255,0,0,1);
  color: #333333;
  border: none;
  text-decoration: none;
}
/* Menu */
.menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 1em 0 2em;
  max-width: 100%;
  width: 100%;
  padding: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.menu__entree, .menu__entree--centre {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 0.2em;
}
.menu a {
  font-style: normal;
}
.contenu {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  max-width: 100%;
  width: 100%;
  text-align: left;
  padding: 0;
  /* background-color: #ddd; */
}
/* Page d'un livre */
.rectoverso {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
  display: inline-block;
  margin: 1.4em 0 0.5em;
}
.couverture {
  margin: 0 0;
  width: 100%;
  max-width: 300px;
  position: relative;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1.0s -webkit-transform;
  transition: 1.0s -webkit-transform;
  -moz-transition: 1.0s transform, 1.0s -moz-transform;
  transition: 1.0s transform;
  transition: 1.0s transform, 1.0s -webkit-transform, 1.0s -moz-transform;
  cursor: default;
}
.couverture img {
  width: 100%;
  height: auto;
  cursor: default;
}
.couverture .premiere {
  opacity: 1;
  -webkit-transition: 0.25s 0.25s opacity;
  -moz-transition: 0.25s 0.25s opacity;
  transition: 0.25s 0.25s opacity;
}
.couverture .quatrieme {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(.5turn) translateZ(1px);
     -moz-transform: rotateY(.5turn) translateZ(1px);
          transform: rotateY(.5turn) translateZ(1px);
  opacity: 0;
  -webkit-transition: 0.25s 0.25s opacity;
  -moz-transition: 0.25s 0.25s opacity;
  transition: 0.25s 0.25s opacity;
}
.rectoverso:hover .couverture, .rectoverso:focus .couverture, .rectoverso:active .couverture {
  -webkit-transform: rotateY(.5turn);
     -moz-transform: rotateY(.5turn);
          transform: rotateY(.5turn);
}
.rectoverso:hover .premiere, .rectoverso:focus .premiere, .rectoverso:active .premiere {
  opacity: 0;
}
.rectoverso:hover .quatrieme, .rectoverso:focus .quatrieme, .rectoverso:active .quatrieme {
  opacity: 1;
}
.titredulivre {
  margin-bottom: 0em;
  line-height: 1.6;
  font-size: inherit;
  /* font-style: italic; */
  font-weight: bold;
}
.auteurdulivre {
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.6;
  font-size: inherit;
  font-weight: normal;
  font-style: italic;
}
.surlelivre {
  margin: 0;
}
.surlelivre .publication {
  margin: 1em 0 0em;
  font-size: 0.75em;
}
.surlelivre .informations {
  margin: 1em 0 2em;
  font-size: 0.75em;
}
.surlauteur {
  margin: 0 0 1.6em;
}
/* Recherche et prixlibre */
form {
 display: inline-block;
}
input {
  margin-bottom: 0;
}
.input.prixlibre {
  display: inline-block;
}
input[type='text'],
input[type='email'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  height: 100%;
  margin-top: 1.57em;
  padding: 0.2em 0;
  width: 100%;
}
input[type='text']:focus,
input[type='email']:focus {
  border-color: none;
  outline: none;
}
.prixlibre input[type='text'],
.prixlibre input[type='email'] {
  margin-top: 0.4em;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
  max-width: 5em;
  /* width: calc(100% - 2em); */
  vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
  text-align: center;
	float: right;
	padding: 0.8em;
  width: 60%;
	border: none;
	border-radius: 0;
	background: green;
	color: green;
  font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
  width: 40%;
	color: #green;
	font-weight: normal;
	font-size: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.1em 0 0;
  width: 100%;
}
.prixlibre .input__label-content {
	padding: 0em 0 0;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}
.input--shoko {
	overflow: hidden;
  padding-bottom: 3.65em;
}
.input--shoko.prixlibre {
	overflow: hidden;
  margin-top: 0.2em;
  padding-bottom: 2em;
}
.input__field--shoko {
  margin: 0;
	padding: 0;
  width: 100%;
	background: transparent;
	color: #333;
	font-size: 1em;
}
.input__label--shoko {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
  width: 100%;
	text-align: left;
	padding: 0em;
	color: #333333;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	 -ms-transform-origin: 0 0;
	     transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s 0.1s, color 1s;
	-webkit-transition: color 1s, -webkit-transform 0.3s 0.1s;
	transition: color 1s, -webkit-transform 0.3s 0.1s;
	-moz-transition: transform 0.3s 0.1s, color 1s, -moz-transform 0.3s 0.1s;
	transition: transform 0.3s 0.1s, color 1s;
	transition: transform 0.3s 0.1s, color 1s, -webkit-transform 0.3s 0.1s, -moz-transform 0.3s 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	-moz-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	     transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.graphic--shoko {
	stroke: #000000;
	pointer-events: none;
	stroke-width: 2px;
	top: 1.25em;
	bottom: 0px;
	height: 2.30em;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	-webkit-transition: stroke 0.7s, -webkit-transform 0.7s;
	transition: stroke 0.7s, -webkit-transform 0.7s;
	-moz-transition: transform 0.7s, stroke 0.7s, -moz-transform 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	-moz-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	     transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.prixlibre .graphic--shoko {
	stroke: #333;
	pointer-events: none;
	stroke-width: 2px;
	top: 0em;
	bottom: 0px;
	height: 2.35em;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	-webkit-transition: stroke 0.7s, -webkit-transform 0.7s;
	transition: stroke 0.7s, -webkit-transform 0.7s;
	-moz-transition: transform 0.7s, stroke 0.7s, -moz-transform 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	-moz-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	     transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.input__field--shoko:focus + .input__label--shoko,
.input__field--shoko:valid + .input__label--shoko,
.input--filled .input__label--shoko {
	color: #333;
	-webkit-transform: translate3d(0, 3.2em, 0);
	-moz-transform: translate3d(0, 3.2em, 0);
	     transform: translate3d(0, 3.2em, 0);
}
.prixlibre .input__field--shoko:focus + .input__label--shoko,
.prixlibre .input__field--shoko:valid + .input__label--shoko,
.prixlibre .input--filled .input__label--shoko {
	color: #333;
	-webkit-transform: translate3d(0, 1.7em, 0);
	-moz-transform: translate3d(0, 1.7em, 0);
	     transform: translate3d(0, 1.7em, 0);
}
.input__field--shoko:focus ~ .graphic--shoko,
.input--filled .graphic--shoko {
	stroke: #ff0000;
	-webkit-transform: translate3d(-66.6%, 0, 0);
	-moz-transform: translate3d(-66.6%, 0, 0);
	     transform: translate3d(-66.6%, 0, 0);
}
.achat {
  background-color: white;
  border: 1px dotted #ff0000 ;
  color: #333333;
  border-radius: 0rem;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  height: 100%;
  padding: 0.3em;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  margin: 0.2em 0 0.4em;
}
.achat:focus, .achat:hover {
  border: 1px solid #ff0000;
  outline: none;
  background-color: rgba(255,0,0,1);
  color: #333333;
}
/* highlight search with mark.js */
mark{
    background: #ff0000;
    color: #333333;
}
/* Grille */
.grid {
	margin: 0px auto 5rem;
	width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid .produit {
	width: 100%;
	border-bottom: none;
	font-style: unset;
  display: block;
	height: 100%;
  padding: 0.4em 0.2em 0.2em;
  text-align: center;
}
.grid a:hover, .grid a:focus, .grid a:active {
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: 0ms;
     -moz-animation-duration: 0ms;
          animation-duration: 0ms;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0.0rem;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	/* opacity: 1; */
	/* transition: opacity 0s; */
}
.grid figcaption {
  background: #ff0000;
	position: absolute;
	top: 0;
	padding: 2em;
	width: 100%;
	height: 100%;
  font-style: normal;
	text-align: center;
  text-indent: 0;
	color: #000000;
  opacity: 0;
	/* transition: opacity 0s; */
	font-size: 1em;
  line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid figcaption .titre {
	font-size: 1.0em;
  font-weight: bold;
  margin: 0.5em 0;
}
.figcaption__titre--mobile {
  font-style: italic;
  font-size: 1.0em;
  margin: 0.2em 0 0;
}
.grid figcaption .auteur {
	font-size: 1.0em;
  margin: 0;
}
.grid figcaption .precommande,
.grid figcaption .description {
  margin: 0.5em 0 0;
	font-size: 0.8em;
}
/* Hover effects */
.grid figure:hover figure img,
.grid figure:focus figure img,
.grid figure:active figure img {
	/* opacity: 0.1; */
}
.grid figure:hover figcaption,
.grid figure:focus figcaption,
.grid figure:active figcaption {
  opacity: 1;
  background: rgba(255,0,0,0.9);
}
.titreinfo {
  background-color: white;
  border: 1px dotted #ff0000 ;
  color: #333333;
  border-radius: 0rem;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  height: 100%;
  padding: 0.3em;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  margin: 0.2em 0 0.4em;
}
.titreinfo:focus, .titreinfo:hover {
  border: 1px solid #ff0000;
  outline: none;
  background-color: rgba(255,0,0,1);
  color: #333333;
}
.titreinfo a {
  font-style: normal;
  border: none;
}
/* Style pour le blog */
/* Baffle pour symptômes de ruine */
.baffle-container {
  font-family: 'Fira Mono', Courier New, monospace;
  margin: 0 0 1.6em;
  display: inline-block;
}
.baffle-container__box {
  display: inline-block;
  /* background-color: black; */
  /* color: #666; */
  border: 2px solid #333333;
  padding: 16px;
  /* transition: border 500ms ease-out; */
}
.baffle-container__box:hover {
  /* color: #ff0000; */
  /* background-color: #ff0000; */
  border: 2px solid #ff0000;
  cursor: pointer;
}
/* pour resizing dans capharnaum par ex */
.resize-container {
  /* display: block; */
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
     -moz-box-orient:horizontal;
     -moz-box-direction:normal;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
}
.resize-drag {
  background-color: #ffffff;
  border: 2px solid #333333;
  font-size: 20px;
  /* font-family: sans-serif; */
  padding: 10px;
  margin: 0.1em 0.1em;
  /* display: inline-block; */
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden;
  /* width: 50%; */
  /* This makes things *much* easier */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.resize-drag:hover,
.resize-drag:active,
.resize-drag:focus {
  /* color: #ff0000; */
  /* background-color: #ff0000; */
  border: 2px solid #ff0000;
}
.resize-drag::-moz-selection {
  color: #333333;
  background-color: white;
}
.resize-drag::selection {
  color: #333333;
  background-color: white;
}
/* Fin modifications pour le blog */
/* Social sharing */
.social-sharing {
  display: block;
  margin: 1.6em 0;
}
.social-sharing svg {
  position: relative;
}
.social-sharing a {
  margin: 0.1em 0.1em;
  padding: 0 0;
  color: unset;
	font-style: normal;
  border-bottom: unset;
  height: 1.6em;
  text-indent: 0em;
}
.social-sharing a:hover, .social-sharing a:focus, .social-sharing a:active {
  background-color: unset;
  color: unset;
  text-decoration: unset;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.1em;
}
.resp-sharing-button {
  border-radius: 0;
  /* transition: 25ms ease-out; */
  padding: 0em 0.4em;
  font-family: "Crimson Text",serif;
  /* margin-top: 0.5em; */
}
.resp-sharing-button__icon svg {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.4em;
  vertical-align: top;
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
.resp-sharing-button {
  background-color: #333333;
}
.resp-sharing-button:hover,
.resp-sharing-button:active {
  background-color: #ff0000;
}
/* Media Queries */
/* Let's redefine the width of each anchor and the margins */
/* Animation */
/* Glitch */
.glitch {
	position: relative;
}
.glitch:hover:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #333;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.glitch:hover:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #333333;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
.glitch--continu {
  position: relative;
  display: block;
}
.glitch--continu.ligneblanchehaut {
  margin-top: 1.6em;
}
.glitch--continu:before {
  content: attr(data-text);
  position: absolute;
  left: -4px;
  text-shadow: 1px 0 #fff;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 2s infinite linear alternate-reverse;
}
.glitch--continu:after {
  content: attr(data-text);
  position: absolute;
  left: 4px;
  text-shadow: -1px 0 #ff0000;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 1s infinite linear alternate-reverse;
}
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(21px, 9999px, 76px, 0);
  }
  5% {
    clip: rect(26px, 9999px, 85px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 66px, 0);
  }
  15% {
    clip: rect(71px, 9999px, 86px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 48px, 0);
  }
  25% {
    clip: rect(33px, 9999px, 71px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 72px, 0);
  }
  35% {
    clip: rect(15px, 9999px, 76px, 0);
  }
  40% {
    clip: rect(88px, 9999px, 14px, 0);
  }
  45% {
    clip: rect(78px, 9999px, 60px, 0);
  }
  50% {
    clip: rect(2px, 9999px, 98px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 31px, 0);
  }
  60% {
    clip: rect(40px, 9999px, 100px, 0);
  }
  65% {
    clip: rect(61px, 9999px, 72px, 0);
  }
  70% {
    clip: rect(97px, 9999px, 28px, 0);
  }
  75% {
    clip: rect(83px, 9999px, 91px, 0);
  }
  80% {
    clip: rect(25px, 9999px, 65px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 46px, 0);
  }
  90% {
    clip: rect(79px, 9999px, 65px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 85px, 0);
  }
  100% {
    clip: rect(73px, 9999px, 52px, 0);
  }
}
@-moz-keyframes noise-anim {
  0% {
    clip: rect(21px, 9999px, 76px, 0);
  }
  5% {
    clip: rect(26px, 9999px, 85px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 66px, 0);
  }
  15% {
    clip: rect(71px, 9999px, 86px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 48px, 0);
  }
  25% {
    clip: rect(33px, 9999px, 71px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 72px, 0);
  }
  35% {
    clip: rect(15px, 9999px, 76px, 0);
  }
  40% {
    clip: rect(88px, 9999px, 14px, 0);
  }
  45% {
    clip: rect(78px, 9999px, 60px, 0);
  }
  50% {
    clip: rect(2px, 9999px, 98px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 31px, 0);
  }
  60% {
    clip: rect(40px, 9999px, 100px, 0);
  }
  65% {
    clip: rect(61px, 9999px, 72px, 0);
  }
  70% {
    clip: rect(97px, 9999px, 28px, 0);
  }
  75% {
    clip: rect(83px, 9999px, 91px, 0);
  }
  80% {
    clip: rect(25px, 9999px, 65px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 46px, 0);
  }
  90% {
    clip: rect(79px, 9999px, 65px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 85px, 0);
  }
  100% {
    clip: rect(73px, 9999px, 52px, 0);
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(21px, 9999px, 76px, 0);
  }
  5% {
    clip: rect(26px, 9999px, 85px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 66px, 0);
  }
  15% {
    clip: rect(71px, 9999px, 86px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 48px, 0);
  }
  25% {
    clip: rect(33px, 9999px, 71px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 72px, 0);
  }
  35% {
    clip: rect(15px, 9999px, 76px, 0);
  }
  40% {
    clip: rect(88px, 9999px, 14px, 0);
  }
  45% {
    clip: rect(78px, 9999px, 60px, 0);
  }
  50% {
    clip: rect(2px, 9999px, 98px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 31px, 0);
  }
  60% {
    clip: rect(40px, 9999px, 100px, 0);
  }
  65% {
    clip: rect(61px, 9999px, 72px, 0);
  }
  70% {
    clip: rect(97px, 9999px, 28px, 0);
  }
  75% {
    clip: rect(83px, 9999px, 91px, 0);
  }
  80% {
    clip: rect(25px, 9999px, 65px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 46px, 0);
  }
  90% {
    clip: rect(79px, 9999px, 65px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 85px, 0);
  }
  100% {
    clip: rect(73px, 9999px, 52px, 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(98px, 9999px, 23px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 82px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 74px, 0);
  }
  15% {
    clip: rect(31px, 9999px, 92px, 0);
  }
  20% {
    clip: rect(65px, 9999px, 92px, 0);
  }
  25% {
    clip: rect(52px, 9999px, 76px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 50px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 91px, 0);
  }
  40% {
    clip: rect(8px, 9999px, 19px, 0);
  }
  45% {
    clip: rect(57px, 9999px, 51px, 0);
  }
  50% {
    clip: rect(79px, 9999px, 12px, 0);
  }
  55% {
    clip: rect(68px, 9999px, 35px, 0);
  }
  60% {
    clip: rect(88px, 9999px, 49px, 0);
  }
  65% {
    clip: rect(94px, 9999px, 36px, 0);
  }
  70% {
    clip: rect(99px, 9999px, 97px, 0);
  }
  75% {
    clip: rect(12px, 9999px, 21px, 0);
  }
  80% {
    clip: rect(55px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(73px, 9999px, 4px, 0);
  }
  90% {
    clip: rect(15px, 9999px, 64px, 0);
  }
  95% {
    clip: rect(68px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(20px, 9999px, 84px, 0);
  }
}
@-moz-keyframes noise-anim-2 {
  0% {
    clip: rect(98px, 9999px, 23px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 82px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 74px, 0);
  }
  15% {
    clip: rect(31px, 9999px, 92px, 0);
  }
  20% {
    clip: rect(65px, 9999px, 92px, 0);
  }
  25% {
    clip: rect(52px, 9999px, 76px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 50px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 91px, 0);
  }
  40% {
    clip: rect(8px, 9999px, 19px, 0);
  }
  45% {
    clip: rect(57px, 9999px, 51px, 0);
  }
  50% {
    clip: rect(79px, 9999px, 12px, 0);
  }
  55% {
    clip: rect(68px, 9999px, 35px, 0);
  }
  60% {
    clip: rect(88px, 9999px, 49px, 0);
  }
  65% {
    clip: rect(94px, 9999px, 36px, 0);
  }
  70% {
    clip: rect(99px, 9999px, 97px, 0);
  }
  75% {
    clip: rect(12px, 9999px, 21px, 0);
  }
  80% {
    clip: rect(55px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(73px, 9999px, 4px, 0);
  }
  90% {
    clip: rect(15px, 9999px, 64px, 0);
  }
  95% {
    clip: rect(68px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(20px, 9999px, 84px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(98px, 9999px, 23px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 82px, 0);
  }
  10% {
    clip: rect(41px, 9999px, 74px, 0);
  }
  15% {
    clip: rect(31px, 9999px, 92px, 0);
  }
  20% {
    clip: rect(65px, 9999px, 92px, 0);
  }
  25% {
    clip: rect(52px, 9999px, 76px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 50px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 91px, 0);
  }
  40% {
    clip: rect(8px, 9999px, 19px, 0);
  }
  45% {
    clip: rect(57px, 9999px, 51px, 0);
  }
  50% {
    clip: rect(79px, 9999px, 12px, 0);
  }
  55% {
    clip: rect(68px, 9999px, 35px, 0);
  }
  60% {
    clip: rect(88px, 9999px, 49px, 0);
  }
  65% {
    clip: rect(94px, 9999px, 36px, 0);
  }
  70% {
    clip: rect(99px, 9999px, 97px, 0);
  }
  75% {
    clip: rect(12px, 9999px, 21px, 0);
  }
  80% {
    clip: rect(55px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(73px, 9999px, 4px, 0);
  }
  90% {
    clip: rect(15px, 9999px, 64px, 0);
  }
  95% {
    clip: rect(68px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(20px, 9999px, 84px, 0);
  }
}
/* Shake */
.shake {
  display: inline-block;
  vertical-align: baseline;
}
.shake:hover, .shake:focus, .shake:active {
  -webkit-animation-name: shake;
     -moz-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 100ms;
     -moz-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes shake {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  4% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  6% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  12% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  14% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  18% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  20% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  22% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  24% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  26% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  28% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  30% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  32% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  36% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  38% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  42% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  44% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  46% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  48% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  50% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  52% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  54% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  56% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  58% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  60% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  62% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  64% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  66% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  72% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  74% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  76% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  78% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  80% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  82% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  84% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  86% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  88% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  94% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  98% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  0%, 100% {
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0); }
}
@-moz-keyframes shake {
  2% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  4% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  6% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  8% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  10% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  12% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  14% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  16% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  18% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  20% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  22% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  24% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  26% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  28% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  30% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  32% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  34% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  36% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  38% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  40% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  42% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  44% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  46% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  48% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  50% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  52% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  54% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  56% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  58% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  60% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  62% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  64% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  66% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  68% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  70% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  72% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  74% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  76% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  78% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  80% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  82% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  84% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  86% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  88% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  90% {
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
         transform: translate(0px, 0px) rotate(0.5deg); }
  92% {
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
         transform: translate(0px, 1px) rotate(0.5deg); }
  94% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
         transform: translate(1px, 0px) rotate(0.5deg); }
  98% {
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
         transform: translate(1px, 1px) rotate(0.5deg); }
  0%, 100% {
  -moz-transform: translate(0, 0) rotate(0);
       transform: translate(0, 0) rotate(0); }
}
@keyframes shake {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  4% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  6% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  12% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  14% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  18% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  20% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  22% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  24% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  26% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  28% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  30% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  32% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  36% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  38% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  42% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  44% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  46% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  48% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  50% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  52% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  54% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  56% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  58% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  60% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  62% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  64% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  66% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  72% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  74% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  76% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  78% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  80% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  82% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  84% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  86% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  88% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
       -moz-transform: translate(0px, 0px) rotate(0.5deg);
            transform: translate(0px, 0px) rotate(0.5deg); }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
       -moz-transform: translate(0px, 1px) rotate(0.5deg);
            transform: translate(0px, 1px) rotate(0.5deg); }
  94% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
       -moz-transform: translate(1px, 0px) rotate(0.5deg);
            transform: translate(1px, 0px) rotate(0.5deg); }
  98% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
       -moz-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  0%, 100% {
  -webkit-transform: translate(0, 0) rotate(0);
     -moz-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0); }
}
@media (min-width: 40em) { /* 40rem or 640px */
	.menu {
    max-width: 100%;
	  width: 100%;
	}
	.contenu {
    max-width: 100%;
	  margin: 0 auto;
	  width: 100%;
	}
	.grid {
    max-width: 100%;
	}
  .grid figcaption {
    font-size: 1.2em;
  }
  .grid figcaption .auteur {
  }
  .grid figcaption .description {
  }
  /* corrections de Milligram */
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2em;
    width: 100%;
  }
  .row .column {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .row .column.column-10,
  .row .column.column-20,
  .row .column.column-25,
  .row .column.column-33,
  .row .column.column-40,
  .row .column.column-50,
  .row .column.column-60,
  .row .column.column-67,
  .row .column.column-75,
  .row .column.column-80,
  .row .column.column-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 100%;
  }
}
@media (min-width: 55em) { /* 55rem or 880px */
	h1, h2, h3, h4, h5, h6 {
	  margin-top: 0em;
	}
  .figcaption__titre--mobile {
    display: none;
  }
  .menu, .menu .menu__entree {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu__entree{
    -webkit-box-flex: 2;
    -webkit-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2 1;
    display: inline-block;
  }
  .menu__entree--centre {
    padding: 0;
  }
  .menu__entree:first-of-type:after,
  .menu__entree:last-of-type:before{
      content:'';
      display:inline-block;
  }
  .contenu {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .autonome {
    margin: 0 auto;
    padding: 0;
  }
	.grid .produit {
		width: 50%;
	}
	.grid .produit:nth-child(3n-1) {
		/* margin: 0; */
	}
	.grid .produit:nth-child(odd) {
		/* margin: 30px 0 -30px 0; */
	}
  .grid figcaption {
	}
  .grid figcaption .titre {
    /* margin-top: 1em; */
  }
  .grid figcaption .auteur {
  }
  .grid figcaption .description {
  }
  .surlauteur {
     /* margin: 1.6em 0 1.6em; */
  }
}
@media (min-width: 60em) { /* 60rem or 960px */
  .grid figcaption {
    font-size: 1.4em;
  }
  /* .grid figcaption .titre { */
  /*   margin: 0.5em 0; */
  /* } */
  /* .grid figcaption .auteur { */
  /*   margin: 0.5em 0; */
  /* } */
  /* .grid figcaption .description { */
  /* } */
}
@media (min-width: 70em) { /* 70rem or 1120px */
	/* .grid { */
	/*   max-width: none; */
	/* } */
  /* .grid .produit { */
  /*   width: 33.333%; */
  /* } */
  /* .grid .produit:nth-child(odd) { */
  /*   margin: 0; */
  /* } */
  /* .grid .produit:nth-child(even) { */
  /*   margin: 0; */
  /* } */
  /* .grid .produit:nth-child(3n-1) { */
  /*   margin: 30px 0 -30px 0; */
  /* } */
  /* .grid figcaption { */
  /*   font-size: 0.6em; */
	/* } */
  /* .grid figcaption .titre { */
  /* } */
  /* .grid figcaption .auteur { */
  /* } */
  /* .grid figcaption .description { */
  /* } */
}
@media (min-width: 80em) { /* 80rem or 1280px */
  /* .grid figcaption { */
  /*   font-size: 0.80em; */
  /* } */
  /* .grid figcaption .titre { */
  /* } */
  /* .grid figcaption .auteur { */
  /* } */
  /* .grid figcaption .description { */
  /* } */
}
@media (min-width: 90em) { /* 90rem or 1440px */
  body {
    font-size: 2.2rem;
  }
  /* .grid { */
  /*   max-width: none; */
  /* } */
  /* .grid a { */
  /*   width: 25%; */
  /* } */
	/* .grid a:nth-child(odd) { */
	/*   margin: 0; */
	/* } */
	/* .grid a:nth-child(3n-1) { */
	/*   margin: 0; */
	/* } */
  /* .grid a:nth-child(even) { */
  /*   margin: 30px 0 -30px 0; */
  /* } */
  /* .grid figcaption { */
  /*   font-size: 0.60em; */
  /* } */
  /* .grid figcaption .titre { */
  /* } */
  /* .grid figcaption .auteur { */
  /* } */
  /* .grid figcaption .description { */
  /* } */
}
@media print {
  .row {
    display: block;
  }
}
