@charset "UTF-8";
/* cmsms stylesheet: giga_normalize-css modified: dimanche 19 novembre 2017 23:54:04 */
/*Site Gigacircus*/
/* Reset */
/* line 5, csspreprocessor.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* Tables still need 'cellspacing="0"' in the markup. */
/* line 18, csspreprocessor.scss */
table {
  border-collapse: separate;
  border-spacing: 0; }

/* line 19, csspreprocessor.scss */
caption, th, td {
  text-align: left;
  font-weight: normal; }

/* line 20, csspreprocessor.scss */
table, td, th {
  vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
/* line 23, csspreprocessor.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

/* line 24, csspreprocessor.scss */
blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
/* line 27, csspreprocessor.scss */
a img {
  border: none; }

/* line 29, csspreprocessor.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* Fin reset */
/* cmsms stylesheet: giga_sass-default modified: mardi 9 mars 2021 23:30:51 */
/*@@CSSPreprocessor@@*/
@media (min-width: 544px) {
  /* line 14, ../../assets/sass/_grillade.scss */
  [class*=" grid-"],
  [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    /* line 20, ../../assets/sass/_grillade.scss */
    [class*=" grid-"] > *,
    [class^="grid-"] > * {
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; } }
@media (min-width: 544px) {
  /* line 60, ../../assets/sass/_grillade.scss */
  .grid,
  .grid--reverse {
    display: flex; }
    /* line 64, ../../assets/sass/_grillade.scss */
    .grid > *,
    .grid--reverse > * {
      flex: 1 1 0%;
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; }
    /* line 71, ../../assets/sass/_grillade.scss */
    .grid.has-gutter > * + *,
    .grid--reverse.has-gutter > * + * {
      margin-left: calc(1rem - 0.01px); }
    /* line 71, ../../assets/sass/_grillade.scss */
    .grid.has-gutter-l > * + *,
    .grid--reverse.has-gutter-l > * + * {
      margin-left: calc(2rem - 0.01px); }
    /* line 71, ../../assets/sass/_grillade.scss */
    .grid.has-gutter-xl > * + *,
    .grid--reverse.has-gutter-xl > * + * {
      margin-left: calc(4rem - 0.01px); } }
@media (min-width: 544px) {
  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-2"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-2"].has-gutter > * {
      width: calc(100% / 2 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-2"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-2"].has-gutter-l > * {
      width: calc(100% / 2 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-2"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-2"].has-gutter-xl > * {
      width: calc(100% / 2 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-3"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-3"].has-gutter > * {
      width: calc(100% / 3 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-3"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-3"].has-gutter-l > * {
      width: calc(100% / 3 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-3"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-3"].has-gutter-xl > * {
      width: calc(100% / 3 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-4"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-4"].has-gutter > * {
      width: calc(100% / 4 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-4"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-4"].has-gutter-l > * {
      width: calc(100% / 4 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-4"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-4"].has-gutter-xl > * {
      width: calc(100% / 4 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-5"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-5"].has-gutter > * {
      width: calc(100% / 5 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-5"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-5"].has-gutter-l > * {
      width: calc(100% / 5 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-5"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-5"].has-gutter-xl > * {
      width: calc(100% / 5 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-6"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-6"].has-gutter > * {
      width: calc(100% / 6 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-6"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-6"].has-gutter-l > * {
      width: calc(100% / 6 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-6"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-6"].has-gutter-xl > * {
      width: calc(100% / 6 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-7"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-7"].has-gutter > * {
      width: calc(100% / 7 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-7"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-7"].has-gutter-l > * {
      width: calc(100% / 7 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-7"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-7"].has-gutter-xl > * {
      width: calc(100% / 7 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-8"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-8"].has-gutter > * {
      width: calc(100% / 8 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-8"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-8"].has-gutter-l > * {
      width: calc(100% / 8 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-8"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-8"].has-gutter-xl > * {
      width: calc(100% / 8 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-9"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-9"].has-gutter > * {
      width: calc(100% / 9 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-9"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-9"].has-gutter-l > * {
      width: calc(100% / 9 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-9"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-9"].has-gutter-xl > * {
      width: calc(100% / 9 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-10"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-10"].has-gutter > * {
      width: calc(100% / 10 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-10"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-10"].has-gutter-l > * {
      width: calc(100% / 10 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-10"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-10"].has-gutter-xl > * {
      width: calc(100% / 10 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-11"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-11"].has-gutter > * {
      width: calc(100% / 11 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-11"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-11"].has-gutter-l > * {
      width: calc(100% / 11 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-11"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-11"].has-gutter-xl > * {
      width: calc(100% / 11 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  /* line 31, ../../assets/sass/_grillade.scss */
  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0.01px); }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-12"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-12"].has-gutter > * {
      width: calc(100% / 12 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-12"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-12"].has-gutter-l > * {
      width: calc(100% / 12 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  /* line 35, ../../assets/sass/_grillade.scss */
  [class*="grid-12"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    /* line 39, ../../assets/sass/_grillade.scss */
    [class*="grid-12"].has-gutter-xl > * {
      width: calc(100% / 12 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; } }
/* line 87, ../../assets/sass/_grillade.scss */
.push {
  margin-left: auto !important; }

/* line 91, ../../assets/sass/_grillade.scss */
.pull {
  margin-right: auto !important; }

/* line 96, ../../assets/sass/_grillade.scss */
.item-first {
  order: -1; }

/* line 100, ../../assets/sass/_grillade.scss */
.item-last {
  order: 1; }

/* line 104, ../../assets/sass/_grillade.scss */
[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse; }

@media (min-width: 544px) {
  /* line 110, ../../assets/sass/_grillade.scss */
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .full {
    width: calc(100% / 1 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .full {
    width: calc(100% / 1 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .full {
    width: calc(100% / 1 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .one-half {
    width: calc(100% / 2 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .one-half {
    width: calc(100% / 2 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .one-half {
    width: calc(100% / 2 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .one-third {
    width: calc(100% / 3 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .one-third {
    width: calc(100% / 3 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .one-third {
    width: calc(100% / 3 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px); }

  /* line 110, ../../assets/sass/_grillade.scss */
  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-l .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px); }

  /* line 115, ../../assets/sass/_grillade.scss */
  .has-gutter-xl .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px); } }
/* Responsive Small Breakpoint */
@media (min-width: 544px) and (max-width: 991px) {
  /* line 127, ../../assets/sass/_grillade.scss */
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px); }

  /* line 127, ../../assets/sass/_grillade.scss */
  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px); }

  /* line 127, ../../assets/sass/_grillade.scss */
  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px); }

  /* line 127, ../../assets/sass/_grillade.scss */
  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px); }
  /* line 131, ../../assets/sass/_grillade.scss */
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px); } }
/* line 46, csspreprocessor.scss */
* {
  box-sizing: border-box; }

/* line 49, csspreprocessor.scss */
html {
  font-family: Droid Sans;
  font-size: .875em;
  line-height: 1.571em; }

/* line 54, csspreprocessor.scss */
p {
  margin-bottom: 1rem; }

/* line 56, csspreprocessor.scss */
body {
  background: #000 url(https://gigacircus.net/uploads/theme/imgs/fond.jpg) no-repeat fixed;
  margin-top: 6rem; }
  /* line 59, csspreprocessor.scss */
  body.creations {
    background: #000 url(https://gigacircus.net/uploads/theme/imgs/install.jpg) no-repeat fixed;
    background-size: cover; }
  /* line 63, csspreprocessor.scss */
  body.page {
    background-size: cover; }

/* line 66, csspreprocessor.scss */
h1 {
  font-family: Fauna One,serif;
  font-weight: bold;
  font-size: 4.136rem;
  line-height: 6.204rem;
  margin: 1em 0 0 0; }
  /* line 72, csspreprocessor.scss */
  h1 a {
    color: white;
    text-decoration: none; }

/* line 66, csspreprocessor.scss */
h2 {
  font-family: Fauna One,serif;
  font-weight: bold;
  font-size: 3.344rem;
  line-height: 5.016rem;
  margin: 1em 0 0 0; }
  /* line 72, csspreprocessor.scss */
  h2 a {
    color: white;
    text-decoration: none; }

/* line 66, csspreprocessor.scss */
h3 {
  font-family: Fauna One,serif;
  font-weight: bold;
  font-size: 2.552rem;
  line-height: 3.828rem;
  margin: 1em 0 0 0; }
  /* line 72, csspreprocessor.scss */
  h3 a {
    color: white;
    text-decoration: none; }

/* line 66, csspreprocessor.scss */
h4 {
  font-family: Fauna One,serif;
  font-weight: bold;
  font-size: 1.76rem;
  line-height: 2.64rem;
  margin: 1em 0 0 0; }
  /* line 72, csspreprocessor.scss */
  h4 a {
    color: white;
    text-decoration: none; }

/* line 66, csspreprocessor.scss */
h5 {
  font-family: Fauna One,serif;
  font-weight: bold;
  font-size: 0.968rem;
  line-height: 1.452rem;
  margin: 1em 0 0 0; }
  /* line 72, csspreprocessor.scss */
  h5 a {
    color: white;
    text-decoration: none; }

/* line 76, csspreprocessor.scss */
a {
  color: #F00;
  text-shadow: 1px 1px 0 #222; }

/* line 77, csspreprocessor.scss */
blockquote {
  font-family: Fauna One,serif; }

/* line 78, csspreprocessor.scss */
.hide {
  display: none; }

/* line 80, csspreprocessor.scss */
.breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 2.2%;
  position: relative; }
  /* line 85, csspreprocessor.scss */
  .breadcrumb li {
    font-family: Fauna One;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 0.3333em;
    text-shadow: 0px 0px 10px #000;
    color: #ccc;
    display: inline-block;
    font-weight: bold;
    opacity: .3;
    /*Animation*/
    transition: opacity .3s ease-in; }
    /* line 98, csspreprocessor.scss */
    .breadcrumb li:hover {
      opacity: 1; }
    /* line 99, csspreprocessor.scss */
    .breadcrumb li:after {
      content: " > ";
      color: white; }
    /* line 100, csspreprocessor.scss */
    .breadcrumb li:last-child {
      font-size: 3.344rem; }
      /* line 102, csspreprocessor.scss */
      .breadcrumb li:last-child:after {
        content: ""; }
  /* line 105, csspreprocessor.scss */
  .breadcrumb .current {
    font-family: Fauna One;
    font-size: 2.571em;
    /*36px*/
    line-height: 1.5em;
    /*54px*/
    margin-bottom: 0.3333em;
    /*9px*/
    text-shadow: 0px 0px 10px #000;
    color: white;
    display: inline-block;
    font-weight: bold;
    opacity: 1; }
  /* line 116, csspreprocessor.scss */
  .breadcrumb a {
    text-decoration: none;
    color: white; }

/* line 119, csspreprocessor.scss */
header {
  padding-bottom: 3rem;
  max-width: 1000px;
  margin: 0 auto; }
  /* line 123, csspreprocessor.scss */
  header h1 {
    position: relative;
    background: url(https://gigacircus.net/uploads/theme/imgs/logoGiga.png) no-repeat center 0.5em;
    letter-spacing: -.065em;
    color: white;
    font-size: 4rem;
    text-align: center;
    padding-top: 2em;
    align-self: center; }
  /* line 133, csspreprocessor.scss */
  header blockquote {
    color: white;
    font-size: 1.5em;
    line-height: 1.571em;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
    text-align: left;
    vertical-align: middle; }
    /* line 142, csspreprocessor.scss */
    header blockquote:after {
      font-family: Droid Sans;
      content: open-quote;
      float: left;
      font-size: 4em;
      font-weight: bold;
      margin: 0.2em 0.1em -0.3em -0.3em;
      z-index: 99; }

/* line 155, csspreprocessor.scss */
nav {
  height: 3rem;
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #f00;
  color: white;
  list-style: none;
  z-index: 99;
  text-align: center;
  box-shadow: 0 0 1.5em #000; }
  /* line 170, csspreprocessor.scss */
  nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    list-style: none;
    background: #f00; }
    /* line 179, csspreprocessor.scss */
    nav ul li a {
      display: inline-block;
      height: 3rem;
      font-size: 1.2rem;
      line-height: 3rem;
      vertical-align: middle;
      padding: 0 1em;
      text-align: center;
      font-weight: bold;
      text-shadow: 1px 1px 0 #222;
      color: white;
      text-decoration: none; }
      /* line 192, csspreprocessor.scss */
      nav ul li a:hover {
        background-color: #333;
        color: #fff;
        text-shadow: 1px 1px 0 #555; }
  /* line 200, csspreprocessor.scss */
  nav ul li.currentpage {
    background: #333; }
    /* line 203, csspreprocessor.scss */
    nav ul li.currentpage a {
      position: relative; }
      /* line 205, csspreprocessor.scss */
      nav ul li.currentpage a:after {
        display: block;
        margin: 0 auto;
        content: "";
        width: 0;
        height: 0;
        line-height: 0;
        border-top: 12px solid #333;
        border-bottom: 12px solid transparent;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent; }
  /* line 219, csspreprocessor.scss */
  nav ul li.home {
    position: absolute;
    left: 0; }

/* line 223, csspreprocessor.scss */
.page #contenu {
  margin: auto 2rem; }

/* line 225, csspreprocessor.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  /* line 229, csspreprocessor.scss */
  .menu li {
    position: relative;
    padding: 1.571em 0; }
    /* line 232, csspreprocessor.scss */
    .menu li#works {
      background: #000 url(https://gigacircus.net/uploads/images/imgs_articles/Fond-Crea-site-vJB4.jpg) no-repeat fixed;
      background-size: cover; }
    /* line 236, csspreprocessor.scss */
    .menu li#statement {
      background: #000 url(https://gigacircus.net/uploads/theme/imgs/perf.jpg) no-repeat fixed;
      background-size: cover; }
    /* line 240, csspreprocessor.scss */
    .menu li#artists {
      background: #000 url(https://gigacircus.net/uploads/theme/imgs/install.jpg) no-repeat fixed;
      background-size: cover; }
    /* line 244, csspreprocessor.scss */
    .menu li#agenda {
      background: url(https://gigacircus.net/uploads/theme/imgs/lumiere.png), url(https://gigacircus.net/uploads/theme/imgs/texture_footer.jpg) top center;
      background-repeat: no-repeat, repeat;
      background-size: 100% 100%, auto auto;
      z-index: 4;
      box-shadow: 0 0 4em #000;
      overflow: hidden; }
  /* line 253, csspreprocessor.scss */
  .menu h2 {
    width: 48.9%;
    text-shadow: 0px 0px 10px #000;
    text-align: right; }
  /* line 258, csspreprocessor.scss */
  .menu .description {
    width: 46.7%;
    color: white;
    margin: 0 auto 3.142em 2.2%;
    padding: 1.571em 2.2% 3.142em 2.2%;
    background: rgba(0, 0, 0, 0.75);
    position: relative; }
  /* line 266, csspreprocessor.scss */
  .menu#agenda h2 {
    margin: 0 auto; }
  /* line 267, csspreprocessor.scss */
  .menu#perf {
    position: relative;
    z-index: 4;
    box-shadow: 0 0 3em #000; }

/* line 270, csspreprocessor.scss */
.read-more {
  text-align: right;
  margin-bottom: 15px;
  margin-right: -2.2%; }
  /* line 274, csspreprocessor.scss */
  .read-more a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: .5em;
    color: white;
    background: #F00;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    padding: .3em;
    margin: 1.271em -.4em 0 0;
    text-shadow: 1px 1px 0 #222;
    transition: background .4s ease-in; }
    /* line 288, csspreprocessor.scss */
    .read-more a:hover {
      background: #333; }
      /* line 290, csspreprocessor.scss */
      .read-more a:hover:after {
        border-left: 1.2rem solid #333; }
    /* line 292, csspreprocessor.scss */
    .read-more a:after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      margin: 0;
      line-height: 0;
      border-left: 1.2rem solid #F00;
      border-bottom: 1.2rem solid transparent;
      border-top: 1.2rem solid transparent;
      border-right: 1.2rem solid transparent;
      position: absolute;
      top: 0;
      right: -2.3rem;
      transition: border-left .4s ease-in; }

/* line 312, csspreprocessor.scss */
#contenu blockquote:before {
  content: "“";
  display: block;
  float: left;
  font-size: 10em;
  height: 100%;
  margin-left: -0.38em;
  margin-top: 0.4em; }

/* line 324, csspreprocessor.scss */
.menuimage article {
  overflow: hidden;
  box-shadow: 0 0 3.142em #000;
  position: relative;
  margin-bottom: 2rem; }
  /* line 329, csspreprocessor.scss */
  .menuimage article .inprocess {
    position: absolute;
    width: 100%;
    text-align: center;
    background: red;
    font-size: 2rem;
    height: 2.5rem;
    line-height: 2.5rem; }
  /* line 338, csspreprocessor.scss */
  .menuimage article h3 {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 0 10px #000;
    position: absolute;
    padding-top: 2.5rem;
    opacity: .5;
    bottom: 0;
    transition: opacity .6s; }
    /* line 349, csspreprocessor.scss */
    .menuimage article h3 a {
      display: block;
      height: 100%;
      width: 100%; }
  /* line 355, csspreprocessor.scss */
  .menuimage article img {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 360, csspreprocessor.scss */
  .menuimage article .category {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: -30%;
    background: white;
    color: black;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.571em;
    text-align: center;
    text-shadow: none;
    transition: margin-bottom .3s 1s; }
  /* line 374, csspreprocessor.scss */
  .menuimage article:hover .category {
    margin-bottom: 0; }
  /* line 375, csspreprocessor.scss */
  .menuimage article:hover h3 {
    opacity: 1; }

/* line 379, csspreprocessor.scss */
.vcalendar article {
  overflow: hidden;
  box-shadow: 0 0 3.142em #000;
  position: relative;
  margin-bottom: 2rem; }
  /* line 384, csspreprocessor.scss */
  .vcalendar article .slides {
    width: 300%;
    height: 100%;
    max-height: 100%;
    display: flex;
    position: absolute;
    animation-name: agenda_slides;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0s; }
  /* line 396, csspreprocessor.scss */
  .vcalendar article .summary, .vcalendar article .description, .vcalendar article .location {
    display: flex;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    flex: 1 1 0%;
    width: calc(100% / 3 - 0.01px); }
    /* line 404, csspreprocessor.scss */
    .vcalendar article .summary p, .vcalendar article .description p, .vcalendar article .location p {
      align-self: center;
      padding: 1rem;
      text-align: center; }
  /* line 410, csspreprocessor.scss */
  .vcalendar article .description {
    background: rgba(0, 0, 0, 0.75); }
  /* line 411, csspreprocessor.scss */
  .vcalendar article .location {
    padding: 3.142em 0 0 0;
    background-image: url(https://gigacircus.net/uploads/theme/imgs/location.svg);
    background-position: center .7em;
    background-size: auto 2.292em;
    background-repeat: no-repeat; }
  /* line 418, csspreprocessor.scss */
  .vcalendar article .summary {
    font-size: 1.4em;
    color: white; }
  /* line 422, csspreprocessor.scss */
  .vcalendar article .event-date {
    background: none repeat scroll 0 0 #FF0000;
    text-align: right;
    position: absolute;
    bottom: 0;
    color: white;
    font-size: .8em;
    text-shadow: none;
    margin-right: .6em;
    margin-bottom: .6em;
    padding: 0 1em; }
  /* line 434, csspreprocessor.scss */
  .vcalendar article img {
    display: block;
    width: 100%;
    height: 100%; }

/* line 442, csspreprocessor.scss */
#agenda_archives a {
  text-decoration: none; }
/* line 446, csspreprocessor.scss */
#agenda_archives article {
  height: 6rem;
  overflow: hidden;
  margin-bottom: 1.571em;
  position: relative;
  float: left;
  background: #333; }
  /* line 453, csspreprocessor.scss */
  #agenda_archives article:nth-child(2n) {
    margin-right: 0; }
  /* line 456, csspreprocessor.scss */
  #agenda_archives article img {
    height: 6.284em;
    width: 6.284em;
    position: static;
    float: left; }
  /* line 462, csspreprocessor.scss */
  #agenda_archives article .summary {
    height: 100%;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.5rem 7rem;
    text-align: left;
    position: absolute;
    width: 100%; }
  /* line 471, csspreprocessor.scss */
  #agenda_archives article .location {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0.8em;
    margin-top: -1.571rem;
    padding: 0 1em;
    text-align: right;
    opacity: 1;
    padding: 0.5rem 1rem 0.5rem 7rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 486, csspreprocessor.scss */
  #agenda_archives article .event-date {
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 57%;
    padding-bottom: 0.2rem;
    text-align: center; }
    /* line 493, csspreprocessor.scss */
    #agenda_archives article .event-date .dtstart {
      font-weight: normal;
      font-size: 1.2em; }

/* line 502, csspreprocessor.scss */
.gallerie .image {
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 3.142em #000;
  opacity: .6;
  /*Animation*/
  transition: opacity .4s ease-in, box-shadow .3s ease-in;
  -moz-transition: opacity 0.4s ease-in, box-shadow 0.3s ease-in;
  -webkit-transition: opacity .4s ease-in, box-shadow .3s ease-in; }
  /* line 513, csspreprocessor.scss */
  .gallerie .image:hover {
    opacity: 1; }
  /* line 514, csspreprocessor.scss */
  .gallerie .image a, .gallerie .image a img {
    display: block;
    width: 100%; }
/* line 517, csspreprocessor.scss */
.gallerie .image:nth-child(n + 8) {
  display: none; }

/* line 520, csspreprocessor.scss */
.artist h2 {
  display: none; }

/* line 521, csspreprocessor.scss */
.page header {
  display: none; }

/* line 523, csspreprocessor.scss */
.artists article {
  position: relative;
  margin-bottom: 1rem; }
  /* line 526, csspreprocessor.scss */
  .artists article img {
    height: auto; }
  /* line 527, csspreprocessor.scss */
  .artists article div {
    padding: .5rem; }
  /* line 528, csspreprocessor.scss */
  .artists article:nth-child(even) {
    margin-left: 50%; }

/* line 533, csspreprocessor.scss */
.page.artist .portrait {
  width: 33.333%;
  margin: 2rem auto auto auto; }
/* line 537, csspreprocessor.scss */
.page.artist .presentation {
  margin-top: 2rem; }

/* line 540, csspreprocessor.scss */
.video {
  width: 32.52%;
  margin: 0 0 0 2.2%;
  padding: 0 2.2%;
  float: left; }

/* line 546, csspreprocessor.scss */
.video video {
  width: 100%; }

/* line 550, csspreprocessor.scss */
figure {
  width: 33%;
  background: white none repeat scroll 0% 0%;
  padding: 1%;
  color: black;
  position: relative;
  float: right;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-style: italic;
  padding: 1%; }
  /* line 561, csspreprocessor.scss */
  figure.left {
    float: left; }
  /* line 562, csspreprocessor.scss */
  figure.video {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 2.2%; }
  /* line 568, csspreprocessor.scss */
  figure.document {
    float: none;
    display: inline-block;
    width: 21%;
    margin-right: 1%;
    text-align: center; }
  /* line 569, csspreprocessor.scss */
  figure img {
    width: 33%; }
  /* line 570, csspreprocessor.scss */
  figure.nofloat {
    float: none;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto; }
  /* line 576, csspreprocessor.scss */
  figure p:last-child {
    margin: 0; }

@keyframes agenda_slides {
  from {
    margin-left: 0; }
  20.833% {
    margin-left: 0; }
  33.233% {
    margin-left: -100%; }
  56.066% {
    margin-left: -100%; }
  68.566% {
    margin-left: -200%; }
  89.299% {
    margin-left: -200%; }
  to {
    margin-left: 0; } }
/* cmsms stylesheet: giga_css modified: dimanche 22 juillet 2018 00:35:33 */
/* line 590, csspreprocessor.scss */
ul {
  margin: 0 70px;
  margin-bottom: 1.571em; }

/* line 596, csspreprocessor.scss */
h1 a, h2 a, h3 a {
  text-decoration: none;
  color: #ebebeb; }

/* line 597, csspreprocessor.scss */
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #ebebeb; }

/*------------
 * EN GENERAL...
 *------------*/
/* line 604, csspreprocessor.scss */
.info-footer {
  font-size: .9em;
  font-style: italic; }

/*------------
 * PAGE D'ACCUEIL
 *------------*/
/*Responsive design : colonnes 14,1% goutières 2.2% (6 colones)*/
/*Responsive design : colonnes 17.36% goutières 2.2% (5 colones)*/
/*Responsive design : colonnes 22,25% goutières 2.2% (4 colones)*/
/* line 617, csspreprocessor.scss */
#contenu blockquote p:last-of-type:after {
  content: "”";
  display: block;
  float: right;
  font-size: 7em;
  height: 100%;
  margin-right: -0.28em;
  margin-top: .29em; }

/* line 627, csspreprocessor.scss */
.cite {
  display: block;
  font-family: Droid Sans;
  background-image: none;
  font-weight: normal;
  box-shadow: none;
  text-align: right;
  margin-top: 0; }

/*--------*
 * FOOTER *
 *--------*/
/* line 641, csspreprocessor.scss */
footer {
  clear: both;
  position: relative;
  z-index: 8;
  margin-bottom: 0;
  background: url(https://gigacircus.net/uploads/theme/imgs/lumiere.png), url(https://gigacircus.net/uploads/theme/imgs/texture_footer.jpg) top center;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto auto;
  box-shadow: 0 0 3em #000; }

/* line 652, csspreprocessor.scss */
.page footer {
  margin-top: 3.142em; }

/* line 656, csspreprocessor.scss */
footer nav li {
  display: inline-block;
  color: white;
  font-weight: bold;
  height: 3.142em;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 10px 0 0 10px; }

/* line 666, csspreprocessor.scss */
footer nav li a {
  display: block;
  height: 3.142em;
  line-height: 3.142em;
  margin-top: -10px;
  vertical-align: middle;
  padding: 0 10px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #70abdc;
  text-shadow: 1px 1px 0 #222;
  /*Animation*/
  transition: background .4s ease-in, box-shadow .3s ease-in;
  -moz-transition: background .4s ease-in, box-shadow .3s ease-in;
  -webkit-transition: background .4s ease-in, box-shadow .3s ease-in; }

/* line 686, csspreprocessor.scss */
footer nav ul {
  margin-bottom: 0; }

/* line 689, csspreprocessor.scss */
footer nav li a:hover {
  background: #df3b3b; }

/*
 Contenu...
*/
/* line 697, csspreprocessor.scss */
.page #contenu {
  color: white; }

/* line 701, csspreprocessor.scss */
.creations header {
  display: none; }

/* line 705, csspreprocessor.scss */
.presentation {
  color: #fff;
  width: 71.15%;
  margin: 0 2.2% 3.142em auto;
  /*16,3%*/
  overflow: hidden;
  padding: 1.571em 2.2% 0 2.2%;
  background: #353333; }

/* line 714, csspreprocessor.scss */
.presentation:nth-child(2) {
  clear: both; }

/* line 718, csspreprocessor.scss */
.intro {
  font-size: 1.2142em;
  font-weight: bold;
  line-height: 1.2942em;
  margin: 0 auto 1.571em 2.2%;
  position: relative;
  text-align: left;
  text-shadow: 1px 1px 0 #000;
  vertical-align: middle;
  overflow: visible;
  padding-bottom: 1.2942em; }

/* Menu spécifique aux artistes
1/5 Col -> 56.48% (3 col txt pres) 17.36 1 col
*/
/* 
 * Page Artistes
 * -------------
 * */
/* line 738, csspreprocessor.scss */
.portrait {
  width: 34.48%;
  height: auto;
  margin: 0 0 0 2.2%;
  float: left; }

/* line 745, csspreprocessor.scss */
.artist .intro {
  width: 46.7%; }

/* line 750, csspreprocessor.scss */
.artists article {
  width: 47.5877%;
  /* 2 colones cf .elements article*/
  margin-right: 4.82456%;
  /* 4.824561404% */
  background: #353333; }

/* line 756, csspreprocessor.scss */
.elements.artists article h3 {
  margin-top: 2%;
  position: static; }

/* line 760, csspreprocessor.scss */
.artists .presentation, .artists .presentation p {
  color: white; }

/* line 764, csspreprocessor.scss */
.elements.artists article h3 a, .elements.vcalendar article h3 a {
  padding: 2.2%;
  text-shadow: 1px 1px 0 #000; }

/* line 766, csspreprocessor.scss */
.elements.artists article:nth-child(2n) {
  margin-right: 0; }

/* line 772, csspreprocessor.scss */
.gallerie h3, .video h3 {
  display: none;
  text-shadow: 0 0 15px #000;
  text-shadow: 1px 1px 0 #000; }

/*Gestion de la gallerie*/
/* line 779, csspreprocessor.scss */
#modalbox img {
  border: 5px solid #fff; }

/*Image Modale*/
/* line 785, csspreprocessor.scss */
#modalbox {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow:hidden;*/
  opacity: 0;
  visibility: visible;
  z-index: 102;
  padding: 30px 50px; }

/* line 797, csspreprocessor.scss */
#modalbox img {
  margin: 0 30px;
  position: relative;
  box-shadow: 0 0 3em #000; }

/* line 802, csspreprocessor.scss */
#modalbg {
  z-index: 100;
  background: rgba(0, 0, 0, 0.6); }

/* line 807, csspreprocessor.scss */
#modalbg .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0px #ccc;
  color: black;
  background: white;
  text-decoration: none;
  font-size: 1.2em;
  padding: .2em .4em .2em .4em;
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
  -o-transition: background .3s; }

/* line 824, csspreprocessor.scss */
#modalbg .close:hover {
  background: #333;
  color: #fff;
  text-shadow: 1px 1px 0px #555; }

/* line 829, csspreprocessor.scss */
#modalbox .imgtext {
  position: absolute;
  bottom: 35px;
  margin: 0 35px;
  padding: 0 .8em;
  cursor: pointer;
  background: white;
  color: black; }

/* line 838, csspreprocessor.scss */
#modalbox .imgtext p {
  margin-bottom: 0; }

/* line 839, csspreprocessor.scss */
#modalbg .next, #modalbg .prev {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  cursor: pointer;
  background: red;
  font-size: 1.4em;
  padding: .2em .4em;
  z-index: 301; }

/* line 850, csspreprocessor.scss */
#modalbg .next {
  left: auto;
  right: 0; }

/*
 * Gestion de d'Agenda
 *
 * */
/* line 860, csspreprocessor.scss */
#agenda {
  overflow: hidden;
  padding-bottom: 0; }

/* line 864, csspreprocessor.scss */
.details .event-date {
  position: static;
  font-size: 1.3em;
  background: #F00;
  padding-top: 0;
  color: white;
  width: 75.8%;
  margin-bottom: 0;
  margin-right: -1%; }

/* line 874, csspreprocessor.scss */
.details .dtstart, .details .dtend {
  position: static;
  display: inline;
  font-size: 1em;
  text-align: center;
  padding: 0;
  font-weight: bold; }

/* line 883, csspreprocessor.scss */
#agenda .read-more a {
  margin: 1.271em 2.2% 1.271em 0; }

/* line 887, csspreprocessor.scss */
.blog_tag {
  background: none repeat scroll 0 0 #FF0000;
  bottom: -1.171em;
  color: #FFFFFF;
  display: inline-block;
  font-weight: normal;
  line-height: 2.5em;
  margin-right: 0;
  padding: 0 .5% 0 2.2%;
  position: absolute;
  right: -.3em;
  text-shadow: 0;
  box-shadow: 0 0.2em rgba(0, 0, 0, 0.25); }

/* line 901, csspreprocessor.scss */
.blog_tag a {
  color: white;
  font-weight: bold;
  text-shadow: none; }

/*Animation*/
/*Media Queries*/
@media (min-width: 1450px) {
  /* line 908, csspreprocessor.scss */
  header blockquote {
    width: 30.4%; }

  /* line 912, csspreprocessor.scss */
  #statement .description, #artists .description, #statement h2, #artists h2 {
    width: 26%;
    margin-left: 18.5%; }

  /* line 917, csspreprocessor.scss */
  #works .description, #works h2 {
    width: 26%;
    margin-right: 18.5%; }

  /* line 922, csspreprocessor.scss */
  .presentation {
    width: 52.08%;
    clear: both; }

  /* line 926, csspreprocessor.scss */
  .elements.artists article {
    margin-right: 4.0128%;
    width: 30.6581%; }

  /* line 931, csspreprocessor.scss */
  .elements.artists article:nth-child(3n) {
    margin-right: 0; }

  /* line 934, csspreprocessor.scss */
  .elements.artists article:nth-child(2n) {
    margin-right: 4.0128%; } }
@media (max-width: 960px) {
  /* line 942, csspreprocessor.scss */
  header h1 {
    width: 44.5%; }

  /* line 945, csspreprocessor.scss */
  header blockquote {
    margin-left: 46.7%;
    width: 44.5%; }

  /* line 950, csspreprocessor.scss */
  .elements article {
    margin-right: 4.0128%;
    width: 30.6581%; }

  /* line 955, csspreprocessor.scss */
  .elements article:nth-child(4n) {
    margin-right: 4.0128%; }

  /* line 959, csspreprocessor.scss */
  .elements article:nth-child(3n), .elements a:nth-child(3n) .vevent {
    margin-right: 0; }

  /* line 962, csspreprocessor.scss */
  .elements.artists article {
    width: 91.2%;
    margin: 1.571em 4.4%; }

  /* line 967, csspreprocessor.scss */
  .artist .intro {
    width: 61.15%; }

  /* line 968, csspreprocessor.scss */
  .portrait {
    width: 21.15%;
    float: left; }

  /* line 970, csspreprocessor.scss */
  figure {
    width: 50%; }

  /* line 971, csspreprocessor.scss */
  figure.document {
    width: 30%; }

  /* line 973, csspreprocessor.scss */
  #overlaymenu {
    height: 3.142em; }

  /* line 976, csspreprocessor.scss */
  #overlaymenu li {
    display: block;
    width: 100%; }

  /* line 980, csspreprocessor.scss */
  #overlaymenu .home {
    position: static;
    width: 100%; }

  /* line 984, csspreprocessor.scss */
  #overlaymenu ul:after {
    display: block;
    position: static;
    top: 0;
    text-align: center;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    display: block;
    width: 22%;
    margin-left: 39%;
    height: 3.142em;
    line-height: 3.142em;
    vertical-align: middle;
    background: #f00;
    color: white;
    font-weight: bold;
    content: "Menu"; }

  /* line 1002, csspreprocessor.scss */
  #overlaymenu li a {
    display: block;
    width: 100%; }

  /* line 1006, csspreprocessor.scss */
  #overlaymenu ul {
    margin-top: -25.136em;
    transition: margin-top .3s ease-in; }

  /* line 1010, csspreprocessor.scss */
  #overlaymenu .home a {
    text-indent: 0; } }
@media (max-width: 700px) {
  /*body {
  	background-attachment:scroll;
  }*/
  /* line 1019, csspreprocessor.scss */
  header h1 {
    width: 95.6%;
    float: none; }

  /* line 1023, csspreprocessor.scss */
  header blockquote {
    width: 91.2%;
    margin: 0 2.2% 0.523809em 2.2%;
    padding: 0 0 0 2.2%; }

  /* line 1028, csspreprocessor.scss */
  .elements article, .elements article:hover, .gallerie .image, .gallerie .image:hover {
    box-shadow: none; }

  /* line 1032, csspreprocessor.scss */
  .artist .intro, .presentation, #statement .description, #artists .description, #works .description, #agenda_archives article {
    width: 91.2%;
    margin-left: 2.2%;
    margin: inherit 2.2%; }

  /* line 1037, csspreprocessor.scss */
  .description {
    background: black; }

  /* line 1038, csspreprocessor.scss */
  ul.menu li h2 {
    width: 91.2%;
    padding: 0 2.2%;
    margin: 0 2.2% 0.3333em 2.2%;
    text-align: left; }

  /* line 1045, csspreprocessor.scss */
  #works h2 {
    padding-left: 2.2%;
    padding-right: 2.2%; }

  /* line 1050, csspreprocessor.scss */
  #works, #statement, #artists {
    background: none; }

  /* line 1052, csspreprocessor.scss */
  .gallerie {
    margin: 1.571em 2.2% 1.571em 2.2%; }

  /* line 1056, csspreprocessor.scss */
  .portrait {
    float: none;
    width: 95.6%;
    margin: 2.2% 2.2% 0 2.2%; }

  /* line 1057, csspreprocessor.scss */
  figure {
    float: none;
    width: 75%;
    margin: 0 auto; }

  /* line 1062, csspreprocessor.scss */
  figure.document {
    width: 30%; } }
@media (max-width: 700px) and (orientation: portrait) {
  /* line 1066, csspreprocessor.scss */
  .elements article {
    margin-right: 4.0128%;
    width: 47.9936%; }

  /* line 1071, csspreprocessor.scss */
  .elements article:nth-child(3n), .elements a:nth-child(3n) .vevent {
    margin-right: 4.0128%; }

  /* line 1075, csspreprocessor.scss */
  .elements article:nth-child(2n), .elements a:nth-child(2n) .vevent {
    margin-right: 0; } }
