/* 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;
}
body.compensate-for-scrollbar {
  overflow: hidden; }
.fancybox-active {
  height: auto; }
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }
.fancybox-container {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  font-family: "Baskerville", serif;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; */
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
.fancybox-container * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
     -moz-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
     -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
  /* opacity: .87; */
  opacity: 0.95;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
     -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  /* transition: opacity .25s, visibility 0s linear .25s; */
  visibility: hidden;
  z-index: 99997; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  /* transition: opacity .25s, visibility 0s; */
  visibility: visible; }
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.fancybox-toolbar {
  right: 0;
  top: 0; }
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }
.fancybox-is-open .fancybox-stage {
  overflow: hidden; }
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }
.fancybox-slide--next {
  z-index: 99995; }
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }
.fancybox-slide--image::before {
  display: none; }
.fancybox-slide--html {
  padding: 6px 6px 0 6px; }
.fancybox-slide--iframe {
  padding: 44px 44px 0; }
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
       animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
       transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }
.fancybox-container [data-selectable='true'] {
  cursor: text; }
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
.fancybox-spaceball {
  z-index: 1; }
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }
.fancybox-slide--video .fancybox-content {
  background: #000; }
.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: -moz-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px; }
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
.fancybox-iframe {
  vertical-align: top; }
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }
/* Buttons */
.fancybox-button {
  background: rgba(255, 0, 0, 0.6);
  border: 0;
  border-bottom: unset;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  /* transition: color .2s; */
  vertical-align: top;
  width: 44px; }
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: rgba(255,255,255,0.6);
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #ffffff;
  background-color: #ff0000;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #ccc;
  background-color: rgba(0,0,0,0);
  cursor: default; }
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: arcs;
  stroke-width: 3; }
.fancybox-button--play svg path:nth-child(2) {
  display: none; }
.fancybox-button--pause svg path:nth-child(1) {
  display: none; }
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }
.fancybox-button--share svg path {
  stroke-width: 1; }
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  /* transition: opacity .25s, visibility 0s, color .25s; */
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -moz-transition: stroke .1s;
  transition: stroke .1s; }
.fancybox-close-small:focus {
  outline: none; }
.fancybox-close-small:hover svg {
  opacity: 1; }
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  -moz-animation: fancybox-rotate .8s infinite linear;
       animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
       transform: translate3d(-100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
       transform: translate3d(100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0); }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
       transform: scale3d(1.5, 1.5, 1.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
       transform: scale3d(0.5, 0.5, 0.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
       transform: scale3d(1, 1, 1); }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
       transform: rotate(-360deg); }
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
       transform: rotate(360deg); }
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
       transform: rotate(0deg); }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
       transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
       transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
       transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
       transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
       transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
       transform: translate3d(0, 0, 0) scale(1); }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }
.fancybox-share p {
  margin: 0;
  padding: 0; }
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }
.fancybox-share__button:hover {
  text-decoration: none; }
.fancybox-share__button--fb {
  background: #3b5998; }
.fancybox-share__button--fb:hover {
  background: #344e86; }
.fancybox-share__button--pt {
  background: #bd081d; }
.fancybox-share__button--pt:hover {
  background: #aa0719; }
.fancybox-share__button--tw {
  background: #1da1f2; }
.fancybox-share__button--tw:hover {
  background: #0d95e8; }
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }
.fancybox-share__button svg path {
  fill: #fff; }
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }
.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }
.fancybox-thumbs-x > ul {
  overflow: hidden; }
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }
/* Styling for Small-Screen Devices */
/**********/
/* Design */
/**********/
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: unset;
  border: unset;
  border-radius: unset;
  color: unset;
  cursor:unset;
  display:unset-block;
  font-size: unset;
  font-weight: unset;
  height: unset;
  letter-spacing: unset;
  line-height: unset;
  padding: unset;
  text-align: unset;
  text-decoration: unset;
  text-transform: unset;
  white-space: unset;
}
.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: unset;
  border-color: unset;
  color: unset;
  outline: 0;
}
.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor:unset;
  opacity: unset;
}
.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: unset;
  border-color: unset;
}
.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color:unset;
  color: unset;
}
.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:unset;
  border-color: unset;
  color: unset;
}
.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:unset;
  color: unset;
}
.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color:unset;
  border-color:unset;
  color: unset;
}
.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:unset;
  border-color:unset;
  color: unset;
}
.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: unset;
}
/* Custom button design */
.fancybox-button {
  background: transparent;
  color: #ff0000;
  /* transition: all .2s; */
}
/* Make close button a bit bigger */
.fancybox-button--close {
  padding: 7px;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  padding: 0px;
  color: #ff0000;
  background: #ffffff;
  z-index: 99996;
}
.fancybox-navigation .fancybox-button:hover {
  color: #ffffff;
  background-color: rgba(255,0,0,1);
}
.fancybox-navigation .fancybox-button.disabled,
.fancybox-navigation .fancybox-button.disabled:hover {
  background-color: #ffffff;
  background-color: rgba(0,0,0,0);
}
/* Change backdrop color */
.fancybox-bg {
  background: #ffffff;
}
/* Initially hide the caption */
.caption {
  display: none;
}
/* Change position and design of caption area */
.fancybox-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  padding: 0;
  width: 300px;
  background: #eee;
  color: #333;
  -webkit-box-shadow: 0 0 20px #888;
          box-shadow: 0 0 20px #888;
  z-index: 99996;
  
  /* Hide next to right edge */
  -webkit-transform: translate3d(320px, 0, 0);
     -moz-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
}
.fancybox-caption::before {
  display: none;
}
.fancybox-caption > div {
  margin-top: 44px;
  padding: 20px;
  max-height: -moz-calc(100vh - 44px);
  max-height: calc(100vh - 44px);
  overflow: auto;
}
/* Overwrite the default animation */
.fancybox-show-caption .fancybox-caption,
.fancybox-caption {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -moz-transition: transform .2s, -moz-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
}
/* Reveal caption */
.fancybox-show-caption.fancybox-vertical-caption .fancybox-caption {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/* Styling of caption content */
.fancybox-caption a {
  color: #333;
}
/* .fancy-nav a { */
/*   text-decoration: none; */
/*   font-weight: normal; */
/*   font-size: 20px; */
/*   font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
/*   background: #444; */
/*   color: #fff; */
/*   border-radius: 50%; */
/*   display: inline-block; */
/*   width: 22px; */
/*   height: 22px; */
/*   line-height: 18px; */
/*   text-align: center; */
/*   -moz-user-select: none; */
/*   user-select: none; */
/*   cursor: pointer; */
/*   outline: none; */
/* } */
/* .fancy-nav a:hover { */
/*   text-decoration: none; */
/* } */
/* .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;
}
/*!
 * 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('/css/fonts/crimson/crimson-bold.woff2') format('woff2'),
         url('/css/fonts/crimson/crimson-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('/css/fonts/crimson/crimson-italic.woff2') format('woff2'),
         url('/css/fonts/crimson/crimson-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('/css/fonts/crimson/crimson-bolditalic.woff2') format('woff2'),
         url('/css/fonts/crimson/crimson-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('/css/fonts/crimson/crimson-roman.woff2') format('woff2'),
         url('/css/fonts/crimson/crimson-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Mono';
    src: url('/css/fonts/fira/fira-mono.woff2') format('woff2'),
         url('/css/fonts/fira/fira-mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Corrections milligram */
.container {
  margin: 0 0;
  max-width: 160.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}
/* General */
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Crimson Text", Garamond, Georgia, Times, serif;
  /* font-size: 2.3rem; */
  font-size: 2.0rem;
  /* line-height: 1.6; */
  color: #333333;
  background: #ffffff;
}
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; */
}
::-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: 162%; /* 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;
}
.figure--centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centre {
  text-align: center;
}
.imagehover {
  position: relative;
  float: left;
}
.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 */
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;
}
.autonome form h4 {
  margin: 0;
  padding: 0;
}
.autonome form iframe {
  background: -moz-repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px );
  background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px );
  margin-bottom: 1.2em;
  width: -moz-calc(100% - 2em);
  width: calc(100% - 2em);
  max-width: 300px;
}
.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--antilivres {
  margin-bottom: 0;
}
.autonome--page .liste {
  text-indent: -0.57em;
  padding-left: 1.14em;
}
.footnotes {
  font-size: 0.8em;
}
.footnotes hr {
  display: block;
  height: 1px;
  width: 62%;
  border: 0;
  border-top: 1px solid #333333;
  margin: 3em auto 3em;
  padding: 0;
}
.footnote-ref {
  margin-left: 0.1em;
}
.footnote-ref a[href^="#fn:"] {
  text-decoration: none;
  border-bottom: none;
  color: #ff0000;
	font-style: normal;
}
.footnote-ref a[href^="#fn:"]:hover,
.footnote-ref a[href^="#fn:"]:focus,
.footnote-ref a[href^="#fn:"]:active {
  color: #333333;
  text-decoration: none;
  outline: none;
}
.footnotes p:last-of-type {
  margin-bottom: 0em;
  display: inline;
}
.footnote-return {
  text-decoration: none;
  border-bottom: none;
  color: #ff0000;
	font-style: normal;
}
ol {
  list-style: decimal outside;
  margin-left: 1em;
}
li {
  line-height: 1.6;
  margin: 0;
}
.enumeration {
  list-style: decimal outside;
  margin-left: 3em;
}
.enumeration li {
  padding: 0 1em 1em;
}
.ligneblanche {
  margin-bottom: 1.6em;
}
.italique {
  font-style: italic;
}
.epigraphe {
  font-style: italic;
  width: 62%;
  margin-left: auto;
  text-align: right;
}
.droite {
  margin-left: auto;
  text-align: right;
}
.pasdeligneblanche {
  margin-bottom: 0;
}
.ligneblanchehaut {
  margin-top: 1.6em;
}
.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;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
	font-style: italic;
  border-bottom: 1px dotted rgba(255,0,0,1);
  height: 1.6em;
  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 {
  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%;
  text-align: right;
  padding: 1rem;
}
.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-left: 0;
  max-width: 100%;
  width: 100%;
  text-align: left;
  padding: 1rem;
  /* background-color: #ddd; */
}
/* Page d'un livre */
.rectoverso {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
  display: inline-block;
  margin: 1.6em 0 0;
}
.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 {
  max-width: 70rem;
  margin-bottom: 0em;
  line-height: 1.6;
  font-size: inherit;
  /* font-style: italic; */
  font-weight: bold;
}
.soustitredulivre {
  font-style: italic;
}
.auteurdulivre {
  max-width: 70rem;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.6;
  font-size: inherit;
  font-weight: normal;
  font-style: italic;
}
.surlelivre {
  margin: 0 0 1.6em;
}
.surlelivre .publication {
  margin: 0.8em 0 0;
  /* font-size: 0.8em; */
}
.surlelivre .informations {
  margin: 1.6em 0 1.6em;
  /* font-size: 0.8em; */
}
.surlauteur {
  margin: 0 0 1.6em;
}
/* Recherche et Newsletter */
input {
  margin-bottom: 0;
}
.input.newsletter {
  display: 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;
}
.newsletter input[type='text'],
.newsletter input[type='email'] {
  margin-top: 0.32em;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
  max-width: 300px;
  width: -moz-calc(100% - 2em);
  width: calc(100% - 2em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	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%;
}
.newsletter .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.newsletter {
	overflow: hidden;
	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);
}
.newsletter .graphic--shoko {
	stroke: #000000;
	pointer-events: none;
	stroke-width: 2px;
	top: 0em;
	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);
}
.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);
}
.newsletter .input__field--shoko:focus + .input__label--shoko,
.newsletter .input__field--shoko:valid + .input__label--shoko,
.newsletter .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);
}
.inscription, .inf-submit input[type='submit'], input[type='submit'].inscription  {
  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;
}
.inf-submit input[type='submit']:focus,
.inf-submit input[type='submit']:hover,
.inscription:focus, .inscription:hover, input[type='submit']:focus.inscription, input[type='submit']:hover.inscription  {
  cursor: pointer;
  border: 1px solid #ff0000;
  outline: none;
  background-color: rgba(255,0,0,1);
  color: #333333;
}
.inf-input input[type='email'] {
  border-bottom: 2px solid rgba(0,0,0,1);
  border-top: 2px solid rgba(0,0,0,1);
  margin: 0;
  margin-bottom: 1em;
  padding: 10px 0 8px;
  width: -moz-calc(100% - 2em);
  width: calc(100% - 2em);
  max-width: 300px;
}
.inf-input input[type='email']:focus,
.inf-input input[type='email']:hover {
  border-bottom: 2px solid rgba(255,0,0,1);
  border-top: 2px solid rgba(255,0,0,1);
  margin-bottom: 1em;
}
/* highlight search with mark.js */
mark{
    background: #ff0000;
    color: #333333;
}
/* Grille */
.grid {
	margin: 0px auto 5rem;
	width: 100%;
	max-width: 250px;
  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 a {
	width: 100%;
	border-bottom: none;
	font-style: unset;
	display: inline-block;
	height: 100%;
}
.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 {
	position: absolute;
	top: 0;
	padding: 1rem;
	width: 100%;
	height: 100%;
	text-align: center;
  text-indent: 0;
	color: #000000;
  opacity: 0;
	/* transition: opacity 0s; */
	font-size: 1em;
  line-height: normal;
}
.grid figcaption .titre {
	font-size: 1.4em;
  font-weight: bold;
  margin: 0.5em 0;
}
.grid figcaption .publication {
	font-size: 1.4em;
  margin: 0.5em 0;
}
.grid figcaption .auteur {
	font-size: 1.4em;
  margin: 0;
}
.grid figcaption .description {
  margin: 0.5em 0 0;
	font-size: 1em;
}
/* Hover effects */
.grid a:hover figure img,
.grid a:focus figure img,
.grid a:active figure img {
	opacity: 0.1;
}
.grid a:hover figcaption,
.grid a:focus figcaption,
.grid a:active figcaption {
  opacity: 1;
}
/* Test Mobile Couverture Info */
/* @media (max-width: 55em) { /* 55rem or 880px */
*/
/*   .grid figcaption { */
/*     position: absolute; */
/*     top: unset; */
/*     bottom: 20%; */
/*     padding: 1rem; */
/*     width: 100%; */
/*     height: unset; */
/*     text-align: center; */
/*     text-indent: 0; */
/*     color: #fff; */
/*     mix-blend-mode: difference; */
/*     /* background: rgba(255, 0, 0, 0.8); */ */
/*     /* color: #000000; */ */
/*     opacity: 1; */
/*     /* transition: opacity 0s; */ */
/*     font-size: 1em; */
/*     line-height: normal; */
/*   } */
/*   .grid figcaption .titre { */
/*     font-size: 1.4em; */
/*     font-weight: bold; */
/*     margin: 0.5em 0; */
/*   } */
/*   .grid figcaption .auteur { */
/*     font-size: 1.4em; */
/*     margin: 0; */
/*   } */
/*   .grid figcaption .publication { */
/*     display: none; */
/*   } */
/*   .grid figcaption .description { */
/*     display: none; */
/*   } */
/*   .grid a:hover figcaption, */
/*   .grid a:focus figcaption, */
/*   .grid a:active figcaption { */
/*     color: #000000; */
/*     mix-blend-mode: unset; */
/*   } */
/* } */

/* 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;
}
.description__extraitcourt {
  display: none;
}
/* 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: -0px;
  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: 0px;
  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;
}
.glitch--continu.ligneblanchehaut {
  margin-top: 1.6em;
}
.glitch--continu:before {
  content: attr(data-text);
  position: absolute;
  left: -0px;
  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: 0px;
  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);
  }
}
/* Blink */
.blink {
  text-decoration: none;
  -webkit-animation: blink 2s linear infinite;
     -moz-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
}
.blink a {
  border-bottom: unset;
}
.blink:hover,
.blink:focus,
.blink:active {
  -webkit-animation: unset;
     -moz-animation: unset;
          animation: unset;
  background-color: rgba(255,0,0,1);
  color: #333333;
  outline: none;
}
@-webkit-keyframes blink {
  0% {
    background: unset;
  }

  50% {
    background: rgba(255,0,0,1);
  }

  100% {
    background: unset;
  }
}
@-moz-keyframes blink {
  0% {
    background: unset;
  }

  50% {
    background: rgba(255,0,0,1);
  }

  100% {
    background: unset;
  }
}
@keyframes blink {
  0% {
    background: unset;
  }

  50% {
    background: rgba(255,0,0,1);
  }

  100% {
    background: unset;
  }
}
/* Shake */
.shake {
  display: inline-block;
  /* vertical-align: top; */
}
.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;
}
.shake--continu {
  -webkit-animation-name: shake;
     -moz-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 2000ms;
     -moz-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -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;
  display: inline-block;
  vertical-align: top;
}
.shake--continu:hover, .shake--continu:focus, .shake--continu:active {
  -webkit-animation: none;
     -moz-animation: none;
          animation: none;
}
@-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: 500px;
	  margin: 0 auto;
	  width: 100%;
	}
	.contenu {
		max-width: 500px;
	  margin: 0 auto;
	  width: 100%;
	}
	.grid {
		max-width: 500px;
	}
	.grid a {
		width: 50%;
	}
	.grid a:nth-child(3n-1) {
		margin: 0;
	}
	.grid a:nth-child(odd) {
		margin: 30px 0 -30px 0;
	}
	.grid figcaption {
    font-size: 0.95em;
	}
  .grid figcaption .titre {
  }
  .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;
    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;
	}
  .row {
    -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;
    margin-left: -1.0rem;
    width: -moz-calc(100% + 2.0rem);
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }
  .menu {
    position: fixed;
    left: 20rem;
    top: 10rem;
    width: 35.4rem;
		max-width: none;
	  margin: 0 0;
  }
  .contenu {
    margin-left: 55.4rem;
    margin-right: 5rem;
    margin-top: 10rem;
    margin-bottom: 5rem;
		max-width: none;
	  width: 100%;
 /* border-left: 2px solid; */
  }
  .grid figcaption {
    font-size: 0.5em;
	}
  .grid figcaption .titre {
    margin-top: 1em;
  }
  .grid figcaption .auteur {
  }
  .grid figcaption .description {
    display: none;
  }
  .surlauteur {
     margin: 1.6em 0 1.6em;
  }
}
@media (min-width: 60em) { /* 60rem or 960px */
  .grid figcaption {
    font-size: 0.6em;
	}
  .grid figcaption .titre {
    margin: 0.5em 0;
  }
  .grid figcaption .auteur {
    margin: 0.5em 0;
  }
  .grid figcaption .description {
    display: inline;
  }
  .description--court .description__extrait {
    display: none;
  }
  .description__extraitcourt {
    display: inline;
  }
}
@media (min-width: 70em) { /* 70rem or 1120px */
	.grid {
		max-width: none;
	}
	.grid a {
		width: 33.333%;
	}
	.grid a:nth-child(odd) {
		margin: 0;
	}
	.grid a:nth-child(even) {
		margin: 0;
	}
	.grid a:nth-child(3n-1) {
		margin: 30px 0 -30px 0;
	}
  .grid figcaption {
    font-size: 0.6em;
	}
  .grid figcaption .titre {
  }
  .grid figcaption .auteur {
  }
  .grid figcaption .description {
  }
  .autonome {
    max-width: 70rem;
  }
}
@media (min-width: 80em) { /* 80rem or 1280px */
  .grid figcaption {
    font-size: 0.80em;
  }
  .grid figcaption .titre {
  }
  .grid figcaption .auteur {
  }
  .grid figcaption .description {
  }
  .description__extraitcourt {
    display: none;
  }
  .description--court .description__extrait {
    display: inline;
  }
}
@media (min-width: 90em) { /* 90rem or 1440px */
  body {
    /* font-size: 2.53rem; */
    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 all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px); } }
@media print {
  .row {
    display: block;
  }
}
