@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Open+Sans+Condensed:300);
/* FONT PATH
 * -------------------------- */
@import url(../css/font-awesome/css/font-awesome.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome/fonts/fontawesome-webfont.eot?v=#4.4.0");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=#4.4.0") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff?v=#4.4.0") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf?v=#4.4.0") format("truetype"), url("font-awesome/fonts/fontawesome-webfont.svg?v=#4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

html {
  position: relative;
  min-height: 100%; }

/**
 * Basic styling
 */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #5a5257;
  background-color: #f9f9f9;
  -webkit-text-size-adjust: 100%;
  background: url(/theme/img/bg_subpage.png) no-repeat scroll #f9f9f9;
  background-position: center 70px;
  margin-bottom: 140px; }

body.home, body.etusivu, body.accueil, body.página-inicial {
  background: url(/theme/img/bg_startpage.png) no-repeat scroll #f9f9f9;
  background-position: center 70px; }
  @media (max-width: 480px) {
    body.home, body.etusivu, body.accueil, body.página-inicial {
      background-position: 55% -155px; } }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

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

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 12.25px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #dc5c10;
  text-decoration: none;
  font-weight: bold; }
  a:visited {
    color: #dc5c10; }
  a:hover {
    color: #ea7d45;
    text-decoration: none; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1200px - (30px * 2));
  max-width: calc(1200px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(1200px - (30px));
      max-width: calc(1200px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  background: url(/theme/img/header_pic.png) no-repeat #FFF;
  background-position: top center;
  padding: 10px 30px;
  -webkit-box-shadow: -1px 7px 5px -3px #cecccd;
  box-shadow: -1px 7px 5px -3px #cecccd;
  position: relative;
  min-height: 48px; }
  @media (max-width: 980px) {
    .site-header {
      padding: 10px 10px; } }
  .site-header .wrapper:after {
    clear: none; }
  .site-header .login-menu:after {
    content: "";
    display: table;
    clear: both; }

.site-title {
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

@media (max-width: 540px) {
  .site-title {
    max-width: 53px;
    overflow: hidden; }
    .site-title img {
      width: auto;
      max-width: initial; } }
.langswitcher {
  position: absolute;
  right: 20px; }
  .langswitcher ul {
    margin-bottom: 0px; }
    .langswitcher ul li {
      display: inline-block;
      line-height: 50px;
      text-transform: uppercase;
      padding-left: 8px; }
      .langswitcher ul li a {
        color: #a19099; }
  .langswitcher .fi .fi, .langswitcher .en .en, .langswitcher .fr .fr, .langswitcher .pt .pt {
    font-weight: 700;
    color: #5a5257; }
  @media (max-width: 980px) {
    .langswitcher {
      right: 10px; } }
  @media screen and (max-width: 800px) {
    .langswitcher {
      position: relative;
      right: 0px; }
      .langswitcher ul {
        margin-left: 0px;
        text-align: center; }
        .langswitcher ul li {
          line-height: 30px; } }

.site-nav {
  float: left; }
  .site-nav .page-link {
    display: inline-block;
    text-transform: uppercase;
    color: #7b7076;
    font-weight: bold;
    font-size: 12px;
    margin: 0 20px;
    margin-top: 15px; }
    .site-nav .page-link:first-of-type {
      padding-left: 40px; }
    .site-nav .page-link:hover, .site-nav .page-link.active {
      color: #4a4348; }
    @media (max-width: 980px) {
      .site-nav .page-link {
        margin: 15px 7px 0px 7px; }
        .site-nav .page-link:first-of-type {
          padding-left: 15px; } }
  .site-nav .menu-icon {
    display: none; }
  @media screen and (max-width: 800px) {
    .site-nav {
      position: absolute;
      top: 15px;
      right: 5px;
      background-color: #f9f9f9;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav a.btn.loginbtn {
        display: block; }
      .site-nav:hover {
        background-color: transparent;
        border: none; }
        .site-nav:hover .trigger {
          display: block;
          padding-bottom: 5px;
          background-color: #f9f9f9;
          border: 1px solid #e8e8e8; }
          .site-nav:hover .trigger a {
            margin-top: 0px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px; } }
  .site-nav a.loginbtn {
    display: none;
    color: #e98341;
    margin: 0px 5px; }
  .site-nav a.loginbtn:hover {
    color: #f8a152; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  color: #FFF;
  box-shadow: 0px 1px 1px #c7b6a2;
  -webkit-box-shadow: 0px 1px 1px #c7b6a2;
  font: bold 12px "Open Sans",sans-serif;
  border-radius: 4px;
  border: 1px solid #dc8538;
  text-align: center;
  cursor: pointer;
  outline: none; }

.btn-orange {
  display: block;
  clear: left;
  margin-top: 50px;
  background-color: #dc5c10;
  border: 1px solid #ce7741;
  width: 230px;
  height: 65px;
  font-weight: bold;
  padding: 9px 5px 6px 20px;
  text-align: left;
  line-height: 22px; }
  .btn-orange span {
    font-size: 16px; }
  .btn-orange:after {
    content: '\f054';
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 34px;
    color: #f7a051;
    display: inline-block;
    float: right;
    margin-top: -12px; }
  @media (max-width: 480px) {
    .btn-orange {
      width: 170px; } }

a:hover .btn-orange:after {
  color: #FFF; }

.login-menu {
  float: right;
  margin-right: 115px;
  margin-top: 5px; }
  .login-menu .btn-login {
    color: #FFF;
    height: 26px;
    width: 125px;
    background-color: #dc5c10;
    text-transform: uppercase;
    border: 1px solid #dc8538;
    padding: 10px 0 0 0;
    margin: 0px; }
    .login-menu .btn-login:hover {
      color: #FFF;
      background-color: #e98341; }
  @media screen and (max-width: 800px) {
    .login-menu .langswitcher {
      display: none; } }

/**
 * Site footer
 */
.site-footer {
  position: absolute;
  bottom: 0;
  height: 100px;
  padding-top: 40px;
  width: 100%; }
  .site-footer .wrapper {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 12px;
    font-size: 11px;
    font-weight: bold; }
  .site-footer a {
    color: #7f7179; }
    .site-footer a:hover {
      text-decoration: underline; }

/**
 * Page content
 */
.page-content {
  padding: 14px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }
  .post-list h2 {
    display: block;
    font-size: 16px;
    color: #7F7179; }
  .post-list ul {
    margin-bottom: 20px; }

.post-meta {
  font: bold 14px "Open Sans",sans-serif;
  color: #749c3b; }

/**
 * Posts
 */
.post {
  padding-left: 35%;
  padding-top: 42px; }
  @media (max-width: 540px) {
    .post {
      padding-left: 20px; } }

.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }

h1 {
  line-height: 30px;
  font: 300 28px "Open Sans Condensed",sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #7f7179;
  font-size: 45px;
  margin-top: 0px; }
  @media screen and (max-width: 800px) {
    h1 {
      font-size: 28px; } }

h2 {
  color: #7f7179;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px; }

h3 {
  font-size: 26px; }
  @media screen and (max-width: 800px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 20px; }
  @media screen and (max-width: 800px) {
    h4 {
      font-size: 18px; } }

/**
 * index
 */
.home .headline {
  margin-top: 266px;
  margin-left: 50%;
  max-width: 400px; }
  .home .headline h1 {
    line-height: 30px;
    font: 300 28px "Open Sans Condensed",sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #7f7179;
    font-size: 45px; }
  @media (max-width: 480px) {
    .home .headline {
      margin-top: 40px;
      margin-left: 37%; }
      .home .headline h1 {
        font-size: 28px; } }
  @media (max-width: 320px) {
    .home .headline {
      margin-left: 30%; } }
.home .row {
  padding-top: 20px; }
  .home .row .news > h2, .home .row ul.post-list {
    padding: 0px 30px; }
  .home .row .more a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }

.row {
  margin-right: 0px;
  margin-left: 0px;
  clear: both; }
  .row:before {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.col-md-6 {
  float: left;
  position: relative;
  min-height: 1px; }

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%; } }
.notification {
  font-size: 16px;
  border: 2px solid #ce7741;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
