/* fonts */
@font-face {
  font-family: 'walkway_expand_semiboldRg';
  src: url('../fonts/walkway_expand_semibold-webfont.eot');
  src: url('../fonts/walkway_expand_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/walkway_expand_semibold-webfont.woff') format('woff'), url('../fonts/walkway_expand_semibold-webfont.ttf') format('truetype'), url('../fonts/walkway_expand_semibold-webfont.svg#walkway_expand_semiboldRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* general styles */
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
body a {
  color: #aa0f09;
  text-decoration: none;
}
body a:link {
  -webkit-tap-highlight-color: #aa0f09;
}
::selection,
::-moz-selection {
  background: #aa0f09;
  color: #fff;
  text-shadow: none;
}
/* alignment classes from the cms */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.rythm > * {
  margin: 24px 0;
}
.rythm > *:first-child {
  margin-top: 0;
}
.rythm > *:last-child {
  margin-bottom: 0;
}
/* typography wrapper */
.typography {
  /* Sanitation */
  /* headers */
  /* body */
  /* links */
  /* table */
  /* img */
  /* misc */
}
.typography hr {
  border: 1px solid;
  margin: -1px 0;
}
.typography ul ul,
.typography ol ol,
.typography ul ol,
.typography ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.typography b,
.typography strong,
.typography em,
.typography small,
.typography code {
  line-height: 1;
}
.typography sup,
.typography sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.typography sub {
  top: 0.4em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-weight: normal;
  clear: both;
  margin: 24px 0;
  line-height: 24px;
  font-size: 16px;
  font-family: "walkway_expand_semiboldRg", Arial, Helvetica, sans-serif;
}
.typography h1 small,
.typography h2 small,
.typography h3 small,
.typography h4 small,
.typography h5 small,
.typography h6 small {
  line-height: 1;
}
.typography h1 {
  font-size: 54px;
  line-height: 72px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.typography h2 {
  font-size: 36px;
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.typography h3 {
  font-size: 28px;
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.typography h4 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.typography h1 small {
  font-size: 28px;
}
.typography h2 small {
  font-size: 20px;
}
.typography h3 small {
  font-size: 16px;
}
.typography h4 small {
  font-size: 16px;
}
.typography p,
.typography ul,
.typography ol,
.typography pre,
.typography table,
.typography blockquote {
  margin-top: 0;
  margin-bottom: 24px;
}
.typography .intro {
  font-family: "walkway_expand_semiboldRg", Arial, Helvetica, sans-serif;
  font-size: 17.6px;
  line-height: 24px;
}
.typography .big {
  font-size: 19.2px;
  line-height: 20px;
}
.typography .small {
  font-size: 12.8px;
  line-height: 19.2px;
}
.typography .redframe {
  background: #aa0f09 url('../images/texture_papier_rouge.jpg');
  color: #fff;
  text-align: center;
  padding: 9px 10px;
  margin: 24px 0;
}
.typography em {
  font-style: italic;
}
.typography .box {
  padding: 24px;
  margin-bottom: 24px;
}
.typography ul,
.typography ol {
  padding: 0;
  margin-left: 24px;
}
.typography a,
.typography a.intro {
  color: #aa0f09;
  text-decoration: none;
}
.typography a:hover {
  color: #610905;
  text-decoration: underline;
}
.typography table.table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
  text-align: left;
}
.typography table.table p {
  margin-bottom: 0;
}
.typography table.table tr:nth-child(even) {
  background-color: #ededed;
}
.typography table.table th,
.typography table.table thead td {
  font-weight: bold;
  background-color: #aa0f09;
  color: #fff;
}
.typography table.table td,
.typography table.table th {
  border: 2px solid #fff;
  line-height: 24px;
  padding: 10px;
  vertical-align: top;
}
.typography img {
  height: auto;
  max-width: 100%;
}
.typography img.full {
  width: 100%;
}
.typography img.left {
  float: left;
  max-width: 50%;
  margin: 0 24px 24px 0;
}
.typography img.right {
  float: right;
  max-width: 50%;
  margin: 0 0 24px 24px;
}
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  clear: both;
}
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  clear: both;
}
.typography .captionImage {
  width: 100%;
  margin-top: 5px;
}
.typography .captionImage img {
  margin: 0;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}
.typography .captionImage.left {
  float: left;
  margin: 5px 30px 24px 0px;
}
.typography .captionImage.left img {
  margin-right: -10px;
}
.typography .captionImage.right {
  float: right;
  margin: 5px 0 24px 30px;
}
.typography .captionImage.right img {
  margin-left: -10px;
}
.typography .captionImage.right p {
  text-align: left;
  margin-left: -10px;
}
.typography .captionImage.leftAlone {
  float: none;
  margin: 0 24px 24px 0px;
}
.typography .captionImage.center {
  margin: 0 auto 24px;
}
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
  max-width: 50%;
}
.typography .captionImage.left img,
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}
.typography blockquote {
  font-family: "walkway_expand_semiboldRg", Arial, Helvetica, sans-serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 24px;
  float: right;
  width: 50%;
  margin-left: 24px;
  clear: both;
  position: relative;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.typography blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  display: inline-block;
  width: 36px;
  float: left;
}
.typography blockquote p {
  display: inline;
  font-size: 16px;
  line-height: 24px;
}
.typography blockquote cite {
  margin-top: 24px;
  display: block;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  padding: 11px;
  margin: 0;
  clear: both;
}
.typography address {
  display: block;
  margin-bottom: 24px;
}
/* Responive styles */
