/*
================================
PAGE LAYOUT
================================
*/
/* ---------------- Prevent IE Mobile 10 bug - combine with js script
*/
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Layout - General
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background: #fff;
}

@media (min-width: 600px) {
  .container {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.row {
  width: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Layout - content
*/
.wrap-content {
  padding: 0 15px;
}

.row-content {
  padding-top: 15px;
}

@media (min-width: 600px) {
  .row-content {
    padding-top: 30px;
  }
}

.col-main {
  padding-bottom: 50px;
}

.col-sub {
  padding-bottom: 20px;
}

@media (min-width: 760px) {
  .col-main {
    width: 65.7732%;
    float: left;
    margin-right: 2.68041%;
    padding-right: 2.52613%;
  }
  .col-sub {
    padding-bottom: 30px;
    width: 31.54639%;
    float: right;
    margin-right: 0;
  }
}

.full-width .col-main {
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
}

/* Layout - footer
*/
.wrap-site-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer {
  clear: both;
}

/*
================================
CONTENT - typography, images, etc.
================================
*/
html {
  font-size: 71.4%;
  /* Bigger mobile font size */
}

@media (min-width: 600px) {
  html {
    font-size: 62.5%;
    /*  Tablet/desktop: 1rem = 10px */
  }
}

body {
  font-family: "Open Sans", sans;
  color: #847a8d;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}

p, dl, ul {
  margin-top: 0;
}

ol p, ul p, ol ol, ul ul, label p, dt p, dd p, table p {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #616ba0;
  line-height: 1.25;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: -1px;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -1px;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
  color: inherit;
  font-weight: normal;
}

h4, h5, h6 {
  font-size: 1.4rem;
  font-weight: normal;
  color: #847a8d;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

/* ---------------- Links
*/
a {
  color: #fda950;
  text-decoration: none;
  background: transparent;
  transition: 0.15s all;
}

a:active, a:focus, a:hover {
  color: #616ba0;
  text-decoration: none;
  background: transparent;
}

/* ---------------- Text specials
*/
blockquote,
blockquote p {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.5em;
  padding: 0.9rem 2rem 0.9rem 2rem;
  border-left: 2px solid #fda950;
}

blockquote cite,
blockquote span {
  display: block;
  font-style: normal;
  text-align: right;
}

.soft {
  color: #888;
}

small {
  font-size: 0.8em;
}

mark {
  background: #FFFF7F;
}

.center-text {
  text-align: center;
}

p.page-intro {
  font-size: 2rem;
}

/* ---------------- Lists
*/
ol p, ul p {
  font-size: inherit;
}

ul {
  list-style: none;
  margin-left: 22px;
  padding-left: 0;
}

ul li {
  margin-left: 0;
  margin-bottom: 12px;
  padding-left: 18px;
  background: url(../img/bullet.png) no-repeat 0 0.6rem;
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-left: 0;
}

ol li {
  margin-bottom: 12px;
}

/* Definition lists
	*/
dt {
  font-weight: bold;
  margin-bottom: 5px;
}

dd {
  margin-bottom: 10px;
  margin-left: 0;
}

/* Inline (horizontal) list (for thumbnails etc)
	*/
.list-inline {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

.list-inline:after {
  content: "";
  display: table;
  clear: both;
}

.list-inline li {
  float: left;
  margin: 0 10px 20px 0;
  padding: 0;
  background: none;
}

.list-inline img {
  display: block;
}

.list-inline a:hover img {
  opacity: 0.8;
}

/* list with no bullets, but still vertical
	*/
.list-nobullets {
  margin-left: 0;
  padding-left: 0;
}

.list-nobullets li {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

/* List of links
	*/
.list-of-links li {
  border-bottom: 1px solid #f5f5f5;
}

.list-of-links a {
  display: block;
}

/* ---------------- Images
*/
img {
  max-width: 100%;
  /* responsive */
  height: auto;
  vertical-align: middle;
}

.spip_documents_left,
.spip_documents_right,
.spip_documents_center {
  max-width: 100%;
}

.left {
  float: left;
  margin: 0 15px 5px 0;
}

.right {
  float: right;
  margin: 0 0 5px 15px;
}

/* class on img */
.center {
  display: block;
  margin: 22px auto 22px;
  clear: both;
}

.center img {
  /* class on img container */
  display: block;
  margin: 0 auto;
}

/* img on top of page content */
p:first-child img.center,
header + p img.center {
  margin-top: 0;
}

.wrap-image {
  margin-bottom: 20px;
}

.wrap-image .caption {
  padding: 5px 0 0 12px;
  color: #bfbfbf;
  font-size: 1.2rem;
  font-style: italic;
}

.wrap-image.has-caption img {
  margin-bottom: 0;
}

a img {
  transition: 0.15s all;
}

a:hover img {
  opacity: 0.8;
}

/* ---------------- Horizontal rule
*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #616ba0;
  margin: 1em 0;
  padding: 0;
}

/* ---------------- Tables
*/
table {
  margin-bottom: 1rem;
  width: 100%;
}

th,
td {
  padding: 6px 10px 7px 0px;
  border-top: 1px solid #f5f5f5;
}

th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

thead:first-child tr th,
thead:first-child tr td {
  border-top: 0;
}

/* ---------------- Media
*/
audio, video, object, embed, canvas {
  max-width: 100%;
  height: auto;
}

/* flexible video containers, with fixed ratio */
.flex-video {
  position: relative;
  height: 0;
  padding-top: 25px;
  /* default for youtube player */
  padding-bottom: 67.5%;
  /* default 4:3 ratio */
  overflow: hidden;
}

/* to override, use extra classes: */
.flex-video.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 widescreen ratio */
}

.flex-video.vimeo {
  padding-top: 0;
  /* no player */
}

.flex-video video,
.flex-video object,
.flex-video embed,
.flex-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ================================
   HELPER CLASSES
   ================================
   */
/* ---------------- Styling classes
*/
.indent {
  margin-left: 20px;
}

.full-width {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding-v {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-margin-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.width-auto {
  width: auto;
}

.width-full {
  width: 100%;
}

.transition {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.visible.transition {
  display: block !important;
  visibility: visible !important;
}

.hidden.transition {
  display: none;
  visibility: hidden;
}

/* ---------------- Utility classes
*/
/* image replacement, hide text from browsers and screenreaders */
.hide-text,
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.hide-text:before,
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide text using indent, when :before is already taken */
.hide-text-indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* contain floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* clear preceding floats (siblings, NOT children) */
.clear {
  clear: both;
}

/* Hide tap highlight (on mobile/tablets) on buttons that don't link to pages, eg. toggles */
.hide-tap-highlight {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

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