*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: black; }

@font-face {
  font-family: 'anonymous';
  src: url("/fonts/Anonymous-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'impact';
  src: url("../fonts/luxisans_bold_macroman/luxisb-webfont.eot");
  src: url("../fonts/luxisans_bold_macroman/luxisb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/luxisans_bold_macroman/luxisb-webfont.woff") format("woff"), url("../fonts/luxisans_bold_macroman/luxisb-webfont.ttf") format("truetype"), url("../fonts/luxisans_bold_macroman/luxisb-webfont.svg#luxi_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
a {
  color: black;
  text-decoration: underline; }

.content {
  max-width: 800px;
  /*border:1px solid gray;*/
  margin: 10em auto;
  /*background:white;*/ }

.post-wrapper {
  padding: 1em;
  margin-bottom: 1em;
  background: white;
  border-radius: 5px; }

.post-date {
  color: white;
  text-align: right;
  padding-right: 1em;
  font-size: 1em;
  font-family: fantasy;
  position: relative;
  font-weight: bold;
  top: 0.2em; }

.post-title {
  font-weight: bold;
  font-size: 1.6em; }
  .post-title a {
    text-decoration: none;
    color: inherit; }

.big-links {
  position: fixed;
  display: inline-block;
  font-family: anonymous;
  width: 10em;
  display: flex;
  flex-direction: column; }
  .big-links.active.rotate-clock a:first-child {
    transform: rotate(45deg);
    margin: 41px 0 22px 0; }
  .big-links.active.rotate-clock-inverse a:first-child {
    transform: rotate(-45deg);
    margin: 41px 0 22px 0; }
  .big-links a {
    display: block;
    width: 100%;
    height: 100%;
    color: aliceblue;
    text-decoration: none;
    padding: 0.1em;
    transition: all ease-in .2s; }
    .big-links a.other-1, .big-links a.other-2, .big-links a.other-3 {
      opacity: 0; }
    .big-links a.active {
      opacity: 1; }
  .big-links.is-mobile a.other-1, .big-links.is-mobile a.other-2, .big-links.is-mobile a.other-3 {
    display: inline-block; }

#text {
  top: 0;
  left: 0; }
  #text a {
    font-size: 1.5em; }

#calendar {
  top: 0;
  right: 0; }
  #calendar a {
    font-size: 1.5em;
    text-align: right; }

#video {
  bottom: 0;
  left: 0; }
  #video a {
    font-size: 1.5em; }

#more {
  bottom: 0;
  right: 0;
  text-align: right; }
  #more a {
    font-size: 1.5em; }

.pagination {
  position: fixed;
  left: 0;
  top: 8em;
  width: 4em;
  padding: .4em; }
  .pagination ul, .pagination li {
    list-style: none; }
  .pagination li.active a {
    background: gray;
    color: black; }
  .pagination li a:hover {
    background: gray;
    color: black;
    transition: all 0.5s ease; }
  .pagination a {
    float: left;
    font-family: fantasy;
    text-decoration: none;
    color: white;
    display: inline-block;
    clear: left;
    padding: 0.3em;
    border-radius: 2px;
    margin-bottom: 0.2em; }

.post-wrapper {
  position: relative; }

.post-content .edit-post {
  position: absolute;
  top: -31px;
  left: 10px; }

.content .edit-post a {
  color: white;
  font-size: 30px; }
.content .subscribe {
  padding: 20px;
  color: white;
  font-size: 20px;
  background: gray; }
.content.is-mobile .post-wrapper {
  margin-left: 28px; }

.thumbnail {
  border: 2px solid white;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center center; }
  .thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    .thumbnail a span.rotate-1 {
      transform: rotate(-19deg);
      position: absolute;
      color: white;
      display: inline-block;
      padding: 2px;
      border-radius: 5px;
      background: rgba(95, 86, 86, 0.63);
      top: -5%;
      left: -4%; }
    .thumbnail a span.rotate-2 {
      transform: rotate(19deg);
      position: absolute;
      color: white;
      display: inline-block;
      padding: 2px;
      border-radius: 5px;
      background: rgba(95, 86, 86, 0.63);
      top: -5%;
      left: -4%; }

.event-content {
  background-image: url(../img/tv-photo2.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative; }
.event-content-inner {
  margin-left: 63px;
  margin-top: 38px;
  padding-right: 65px;
  width: 288px;
  height: 166px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 13px;
  font-family: monospace;
  color: #222;
  text-shadow: 0px 2px 3px #555; }
.event-date {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 81px;
  font-size: 29px;
  font-family: fantasy; }
.event-wrapper.rank-0 {
  margin: -54px 0; }
.event-wrapper.rank-1 {
  margin: 0; }

.events h2 {
  color: white; }

a.events-view {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin: .5em 0 .5em 0;
  text-align: right;
  background: brown;
  float: left;
  border-radius: 3px;
  padding: .2em;
  float: right; }

.news {
  background: url("/img/porte-voix.png") no-repeat;
  position: absolute;
  top: 85px;
  left: 0; }
  .news li {
    display: block;
    color: white;
    height: 70px;
    line-height: 70px;
    padding-left: 21px; }
    .news li a {
      color: white;
      text-decoration: none; }

#armee-noire {
  position: absolute;
  color: #FFF;
  width: 120px;
  background: #000;
  top: 0;
  left: 50%;
  padding: 2px;
  margin-left: -60px;
  text-decoration: non;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080; }

#contacter-cp {
  position: absolute;
  color: #FFF;
  width: 120px;
  background: #000;
  top: 0;
  left: 50%;
  padding: 2px;
  margin-left: -60px;
  text-decoration: non;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080; }

span.cheque-only {
  display: flex;
  border: 1px solid gray;
  padding: 8px;
  border-radius: 5px;
  background: green;
  color: #f9f9f9;
  text-align: center;
  width: 100%;
  animation-duration: 7s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: flash; }

@keyframes flash {
  from, 50%, to {
    transform: scale(1.03); }
  25%, 75% {
    transform: scale(1); } }
.order .corrected {
  background: #f0f8ff; }
.order .check-address-result a {
  text-decoration: none;
  color: red; }
.order .step2 {
  display: none; }
  .order .step2.active {
    display: block; }
.order p {
  font-family: anonymous;
  font-size: 18px;
  transition: all ease-in .3s; }
  .order p.explain {
    opacity: 0;
    height: 0; }
    .order p.explain.active {
      opacity: 1;
      height: initial; }
.order h1, .order h2, .order h3 {
  font-family: anonymous; }
.order .button-large {
  font-size: 140%; }
.order .button-success, .order .button-error, .order .button-warning, .order .button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.order .button-success {
  background: #1cb841;
  /* this is a green */ }
.order .button-error {
  background: #ca3c3c;
  /* this is a maroon */ }
.order .button-warning {
  background: #df7514;
  /* this is an orange */ }
.order .button-secondary {
  background: #42b8dd;
  /* this is a light blue */ }

#card-element {
  background-color: #23189a;
  margin: 40px 0 40px 0;
  padding: 150px 10px 90px 10px;
  min-height: 250px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #1e1584;
  max-width: 470px; }
  #card-element:after {
    content: 'Banque GabineauLesBobines';
    position: absolute;
    top: 5px;
    right: 18px;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    color: white;
    font-size: 25px;
    text-align: right;
    color: #6495ed; }
  #card-element + span {
    position: relative;
    top: -105px;
    left: 0;
    font-family: iceland,sans-serif;
    color: #fff;
    font-size: 29px;
    font-size: 26px;
    padding-left: 30px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 450px; }

@media (max-width: 950px) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; }

  .event-content {
    width: 427px;
    height: 325px; }

  .event-wrapper {
    margin: 0 !important; } }
@media (min-width: 951px) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }

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