/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.1.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 63.875rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 3, 2012 */
@font-face {
  font-family: 'haikus';
  src: url("assets/fonts/haikus_script_version_09_bold-webfont.eot");
  src: url("assets/fonts/haikus_script_version_09_bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/haikus_script_version_09_bold-webfont.woff") format("woff"), url("assets/fonts/haikus_script_version_09_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body, html {
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px; }

.wrap.container {
  overflow: hidden; }
  .wrap.container p {
    margin-bottom: 1em; }
  .wrap.container .text3col {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    -webkit-columns: 3;
    -webkit-column-gap: 1.875rem;
    -moz-columns: 3;
    -moz-column-gap: 1.875rem; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .wrap.container .text3col {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; } }
    @media only screen and (max-width: 40em) {
      .wrap.container .text3col {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    .wrap.container .text3col p {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */ }
  .wrap.container h1, .wrap.container h2, .wrap.container h3, .wrap.container h4 {
    font-weight: 700;
    margin-bottom: 1em; }
  .wrap.container figure {
    width: 100%; }
    .wrap.container figure.no-caption {
      margin-bottom: 30px; }
    .wrap.container figure img {
      width: 100%; }
    .wrap.container figure figcaption {
      font-size: 13px;
      margin: 0.5em 0 2em; }
      .wrap.container figure figcaption .title {
        color: #004e8f; }
      .wrap.container figure figcaption .author {
        color: #b0b0b0; }
  .wrap.container .button {
    display: inline-block;
    color: #004e8f;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #004e8f;
    padding: 4px 8px 2px;
    margin: 10px 0 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .wrap.container .button:hover {
      background: #004e8f;
      color: #ffffff; }
  .wrap.container .center-align {
    text-align: center; }
  .wrap.container .clear {
    clear: both; }

a, a:visited {
  text-decoration: none;
  color: #004e8f;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  a:hover, a:visited:hover {
    color: #4e7db1; }

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

.clear {
  clear: both;
  display: block; }

header.banner {
  width: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 45px 0 35px 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 40; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    header.banner {
      padding: 20px 0 15px; } }
  header.banner.menuVisible #menuToggle {
    background: url(assets/images/icon_menu_open.svg) no-repeat center center;
    background-size: 60%; }
  header.banner.menuVisible nav.main {
    max-height: 999px;
    opacity: 1; }
  header.banner .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 40em) {
      header.banner .flex {
        display: block; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      header.banner .flex {
        display: block; } }
    header.banner .flex .left {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      header.banner .flex .left .logo {
        display: block;
        margin: auto; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        header.banner .flex .left {
          margin: 0 0 30px;
          width: 100%; }
          header.banner .flex .left .logo {
            width: 35%; } }
      @media only screen and (max-width: 40em) {
        header.banner .flex .left {
          margin: 0 0 30px;
          width: 100%; }
          header.banner .flex .left .logo {
            width: 65%; } }
    header.banner .flex .right {
      -webkit-box-flex: 3;
      -webkit-flex: 3;
          -ms-flex: 3;
              flex: 3;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column wrap;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        header.banner .flex .right {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: 100%;
          display: block; } }
      @media only screen and (max-width: 40em) {
        header.banner .flex .right {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: block;
          width: 100%;
          -webkit-flex-flow: none;
              -ms-flex-flow: none;
                  flex-flow: none; } }
      header.banner .flex .right .top {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
            -ms-flex: 2;
                flex: 2;
        display: block;
        text-align: right; }
        @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
          header.banner .flex .right .top {
            margin: 0;
            text-align: center; } }
        @media only screen and (max-width: 40em) {
          header.banner .flex .right .top {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: block;
            width: 100%; } }
      header.banner .flex .right .bottom {
        display: block; }
        @media only screen and (max-width: 40em) {
          header.banner .flex .right .bottom {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: block;
            width: 100%; } }

footer .container {
  max-width: 63.875rem;
  margin: auto;
  position: relative;
  font-size: 11px;
  color: rgba(48, 48, 48, 0.5); }
  footer .container .right {
    text-align: right; }
  footer .container a.topLink {
    display: block;
    position: absolute;
    border: 2px solid #ffffff;
    top: -36px;
    z-index: 999;
    right: 1.875rem; }
    @media only screen and (max-width: 40em) {
      footer .container a.topLink {
        right: 50%;
        transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%); } }
    footer .container a.topLink img {
      display: block;
      transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      margin: 6px 6px 8px;
      width: 20px;
      height: 20px; }
  footer .container p {
    padding: 8px; }
    footer .container p a {
      color: rgba(0, 78, 143, 0.5); }
      footer .container p a:hover {
        color: #004e8f; }

#menuToggle {
  border: 2px solid #004e8f;
  height: 28px;
  width: 32px;
  display: none;
  float: left;
  background: url(assets/images/icon_menu.svg) no-repeat center center;
  background-size: 60%; }
  @media only screen and (max-width: 40em) {
    #menuToggle {
      display: inline-block; } }

nav.intra {
  display: inline-block;
  border: 2px solid #004e8f;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 10px 10px; }
  nav.intra a {
    margin: 1px 6px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1; }

nav.lang {
  display: inline-block;
  border: 2px solid #004e8f;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 10px 10px; }
  nav.lang ul {
    margin: 0 6px;
    padding: 0; }
    nav.lang ul li {
      margin: 0 4px 0 0;
      padding: 0;
      display: inline-block;
      line-height: 1; }
      nav.lang ul li a, nav.lang ul li span {
        text-transform: uppercase;
        font-size: 12px;
        border-right: 1px solid #004e8f;
        padding-right: 8px;
        display: inline-block; }
        nav.lang ul li a.active, nav.lang ul li span.active {
          font-weight: 700; }
      nav.lang ul li:last-child {
        margin: 0 0 0 0; }
        nav.lang ul li:last-child a {
          border: 0;
          padding-right: 0; }

nav.main {
  text-align: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s;
  transition: max-height 0.3s ease-in-out, opacity 0.3s; }
  @media only screen and (max-width: 40em) {
    nav.main {
      opacity: 0;
      max-height: 0; } }
  nav.main ul {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0; }
    @media only screen and (max-width: 40em) {
      nav.main ul {
        text-align: center;
        white-space: pre-line;
        margin: 10px 0 0; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      nav.main ul {
        text-align: center;
        margin: 15px 0 0; } }
    nav.main ul li {
      display: inline-block; }
      @media only screen and (max-width: 40em) {
        nav.main ul li {
          text-align: center; } }
      nav.main ul li a, nav.main ul li a:visited {
        font-size: 14px;
        color: #303030;
        margin: 2px 0 0 24px;
        display: block;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        letter-spacing: 0.015em;
        border-bottom: 2px solid transparent; }
        @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
          nav.main ul li a, nav.main ul li a:visited {
            font-size: 13px;
            margin: 2px 11px; } }
        nav.main ul li a:hover, nav.main ul li a:visited:hover {
          color: #4e7db1; }
      nav.main ul li.active a, nav.main ul li.active a:visited {
        letter-spacing: 0em;
        color: #4e7db1;
        font-weight: 700;
        border-bottom: 2px solid #4e7db1; }

main.main {
  padding-top: 20px; }
  main.main > section {
    padding: 0 0 50px; }
    main.main > section > h1 {
      text-align: center;
      margin: 50px 0 !important; }

article.format-standard {
  background: #4e7db1;
  overflow: hidden; }
  article.format-standard > .row > .column {
    background: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px; }
  article.format-standard .close {
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #303030;
    background: url(assets/images/close_blog.svg) no-repeat center center;
    background-size: 50%;
    margin-top: 3px;
    float: right; }
  article.format-standard header {
    color: #004e8f;
    padding: 50px 0 20px; }
    article.format-standard header h1.entry-title {
      font-weight: 700;
      font-size: 17px;
      padding: 0;
      margin: 0 0 5px; }
    article.format-standard header .infos {
      font-size: 13px;
      line-height: 1; }
      article.format-standard header .infos .categorie {
        color: #c51520; }
  article.format-standard .social {
    border-top: 2px solid #004e8f;
    padding: 15px 0 30px;
    font-size: 0; }
    article.format-standard .social h3 {
      font-size: 16px;
      color: #303030;
      font-weight: 400; }
    article.format-standard .social a {
      display: inline-block;
      border: 2px solid #004e8f;
      position: relative;
      margin: 0 0.9375rem 0 0;
      padding: 0;
      width: 35px;
      height: 35px; }
      article.format-standard .social a:hover img {
        opacity: 0.7; }
      article.format-standard .social a img {
        height: 50%;
        width: auto;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.entry-content.flow {
  padding: 0 0 50px 0; }
  .entry-content.flow h2 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700; }
  .entry-content.flow .texte {
    margin: 0 0 20px; }
    .entry-content.flow .texte p {
      font-size: 16px; }
  .entry-content.flow q {
    font-size: 22px;
    font-weight: 700;
    padding-left: 80px;
    margin: 0 0 20px;
    font-style: italic;
    text-indent: 40px;
    display: block; }
  .entry-content.flow .galerie {
    margin: 0 0 20px;
    background: #001629; }
    .entry-content.flow .galerie figure {
      text-align: center;
      position: relative; }
      .entry-content.flow .galerie figure img {
        display: inline-block; }
      .entry-content.flow .galerie figure figcaption {
        position: absolute;
        bottom: 0;
        text-align: left;
        width: 100%;
        padding: 10px 10px 0px;
        margin: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 200; }
        .entry-content.flow .galerie figure figcaption .author {
          color: #636363; }
  .entry-content.flow .integration-container {
    margin: 0 0 50px; }
  .entry-content.flow .piece_jointe {
    display: block;
    width: 50%;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 40em) {
      .entry-content.flow .piece_jointe {
        width: 80%; } }
    .entry-content.flow .piece_jointe a {
      display: block;
      width: 100%; }
      .entry-content.flow .piece_jointe a:after {
        content: "";
        width: 55px;
        height: 55px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        border: 2px solid #ffffff;
        background: url(assets/images/arrow.svg) no-repeat center center;
        background-size: 65%;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        pointer-events: none; }
      .entry-content.flow .piece_jointe a:hover:after {
        opacity: 1; }
      .entry-content.flow .piece_jointe a:hover img {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
        border: 1px solid #f3f3f3; }
      .entry-content.flow .piece_jointe a img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border: 1px solid #f3f3f3;
        padding: 20px;
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.1); }

.integration-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .integration-container iframe, .integration-container object, .integration-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bx-wrapper {
  position: relative; }
  .bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .bx-wrapper .bx-controls .bx-pager {
      position: absolute;
      bottom: 20px;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 20px;
      text-align: center; }
      @media only screen and (max-width: 40em) {
        .bx-wrapper .bx-controls .bx-pager {
          text-align: right;
          padding-right: 10px; } }
      .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
        display: inline-block; }
        .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link {
          position: relative;
          display: block;
          width: 14px;
          height: 14px;
          margin: 6px;
          border: 1px solid transparent;
          overflow: hidden;
          text-indent: 9999px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link::after {
            content: '';
            display: block;
            position: absolute;
            left: 2px;
            top: 2px;
            width: 8px;
            height: 8px;
            background: #ffffff;
            box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
            z-index: 100; }
          .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
            border: 1px solid white;
            box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1); }
    .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
      position: absolute;
      z-index: 50;
      height: 100%;
      width: 30%;
      background: url(assets/images/arrow_slider.svg) no-repeat 150% center, -webkit-linear-gradient(left, rgba(0, 22, 41, 0) 20%, rgba(0, 22, 41, 0.3) 100%);
      background: url(assets/images/arrow_slider.svg) no-repeat 150% center, linear-gradient(to right, rgba(0, 22, 41, 0) 20%, rgba(0, 22, 41, 0.3) 100%);
      top: 0;
      left: 0;
      overflow: hidden;
      text-indent: -999px;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out, background 0.3s ease-in-out;
      transition: opacity 0.4s ease-in-out, background 0.3s ease-in-out; }
      .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover, .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
        opacity: 1;
        background-position: 80% center; }
      .bx-wrapper .bx-controls .bx-controls-direction .bx-prev.disabled, .bx-wrapper .bx-controls .bx-controls-direction .bx-next.disabled {
        cursor: default;
        opacity: 0;
        background-position: 150% center; }
    .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
      left: auto;
      right: 0; }
    .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -moz-transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }

body.home main.main {
  padding-top: 0; }
@-webkit-keyframes appear-from-top {
  0% {
    top: -130px;
    position: fixed; }
  100% {
    top: 0;
    position: fixed; } }
@keyframes appear-from-top {
  0% {
    top: -130px;
    position: fixed; }
  100% {
    top: 0;
    position: fixed; } }
body.home #home-slider {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%; }
  body.home #home-slider .bx-viewport, body.home #home-slider .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0; }
  body.home #home-slider .bxslider, body.home #home-slider .bxslider li {
    height: 100% !important; }
  body.home #home-slider .bxslider li {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100% !important; }
    body.home #home-slider .bxslider li img {
      width: 100%; }
  body.home #home-slider .bx-wrapper .bx-viewport {
    border: none !important; }
body.home #home-content {
  background: #ffffff;
  position: relative;
  z-index: 20; }
  body.home #home-content section {
    padding: 40px 0 50px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
body.home #events .center {
  text-align: center; }
body.home #events .toggleEvents {
  opacity: 1; }
  body.home #events .toggleEvents.hidden {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
body.home #events .list-events.full .event:nth-child(n+4) {
  max-height: 300px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  margin: 0 0 20px;
  opacity: 1; }
body.home #events .list-events .event {
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  padding: 0 0 20px;
  margin: 0 0 20px; }
  body.home #events .list-events .event:nth-child(n+4) {
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0;
    border-bottom: 0px solid rgba(48, 48, 48, 0.1);
    margin: 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  body.home #events .list-events .event:last-child {
    border-bottom: 0px solid rgba(48, 48, 48, 0); }
  body.home #events .list-events .event .button {
    margin-left: 0;
    background: #4e7db1;
    border-color: #4e7db1;
    color: #ffffff; }
  body.home #events .list-events .event header {
    color: #c51520;
    font-size: 15px;
    margin: 0; }
    body.home #events .list-events .event header .monthyear {
      font-size: 16px;
      line-height: 1;
      display: inline-block;
      margin-left: 2px; }
    body.home #events .list-events .event header .day {
      line-height: 1;
      font-size: 35px;
      display: inline-block; }
    body.home #events .list-events .event header .heure {
      padding-bottom: 1px;
      margin-left: 5px;
      font-size: 16px;
      color: #004e8f;
      border-bottom: 1px solid #004e8f; }
  body.home #events .list-events .event .content .title {
    font-size: 20px;
    color: #004e8f; }
  body.home #events .list-events .event .content .desc p {
    margin: 0;
    font-size: 15px;
    color: #4e7db1; }
body.home #blog-summary {
  background: #f3f3f3; }
  body.home #blog-summary .more.button {
    color: #c51520;
    border-color: #c51520;
    margin: 70px 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    body.home #blog-summary .more.button:hover {
      background: #c51520;
      color: #ffffff; }
body.home #home-presentation {
  background: #ffffff; }
  body.home #home-presentation p {
    text-align: center; }
  body.home #home-presentation h2 {
    text-align: center;
    margin: 2em 0; }
body.home h2 {
  text-align: center;
  margin: 1.5em 0 2em; }

#social {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 40px 0 50px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
  #social h2 {
    text-align: center;
    margin: 1.8em 0; }
  #social .links {
    text-align: center; }
    #social .links a, #social .links a:visited {
      display: inline-block;
      border: 2px solid white;
      width: 34px;
      height: 34px;
      padding: 5px;
      margin: 5px 0.46875rem; }
      #social .links a img, #social .links a:visited img {
        display: block;
        width: 50%;
        margin: auto; }
      #social .links a.youtube img, #social .links a:visited.youtube img {
        width: 90%;
        margin-top: 3px; }
      #social .links a:hover img, #social .links a:visited:hover img {
        opacity: 0.8; }
  #social div.bg {
    position: absolute;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #social div.bg div.img {
      position: absolute;
      top: -10%;
      left: -10%;
      width: 120%;
      height: 120%;
      background: url(assets/images/bg_social.jpg) center center;
      background-size: cover;
      -webkit-filter: blur(7px) brightness(1);
      filter: blur(7px) brightness(1); }
    #social div.bg:after {
      content: "";
      position: absolute;
      z-index: 15;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #4e7db1;
      opacity: 0.6; }
  #social div.content {
    position: relative;
    z-index: 100; }
  #social .form {
    text-align: center;
    font-size: 0; }
    #social .form form {
      padding: 0 0 10px 0; }
    #social .form div {
      font-size: 14px; }
    #social .form label {
      display: inline-block; }
    #social .form .inputs {
      border: 2px solid #ffffff;
      font-size: 0;
      display: inline-block; }
    #social .form input[type=email] {
      border: 0;
      display: inline-block;
      background: rgba(78, 125, 177, 0.4);
      font-size: 14px;
      line-height: 1.8;
      padding: 0 10px;
      margin: 0 0;
      border-right: 0;
      outline: 0;
      -webkit-transition: 0.2s background;
      transition: 0.2s background;
      box-sizing: border-box;
      height: 30px;
      color: white; }
      #social .form input[type=email]:focus {
        background: rgba(255, 255, 255, 0.2); }
      #social .form input[type=email]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
    #social .form input[type=submit] {
      display: inline-block;
      border: 0;
      background: url(assets/images/arrow.svg) no-repeat center center, rgba(78, 125, 177, 0.4);
      background-size: 50%;
      overflow: hidden;
      text-indent: -999px;
      font-size: 14px;
      line-height: 1.8;
      padding: 0 10px;
      margin: 0 0;
      width: 40px;
      border-left: 0;
      outline: 0;
      height: 30px;
      box-sizing: border-box;
      cursor: pointer;
      box-sizing: border-box; }

.modal {
  background: rgba(0, 78, 143, 0.3);
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, bottom 0s linear 0.4s;
  transition: opacity 0.4s ease-in, bottom 0s linear 0.4s; }
  .modal.visible {
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity 0.2s ease-out, bottom 0s linear 0s;
    transition: opacity 0.2s ease-out, bottom 0s linear 0s; }
    .modal.visible .content {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .modal.error form,
  .modal.success form {
    max-height: 0; }
  .modal.error .textError,
  .modal.success .textSuccess {
    max-height: 1000px; }
  .modal .close {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(assets/images/close_blog.svg) no-repeat center center/70%;
    border: 2px solid #303030;
    overflow: hidden;
    text-indent: -999px;
    float: right; }
  .modal header {
    border-bottom: #f3f3f3 2px solid;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .modal header label {
      text-align: left;
      margin: 0;
      font-weight: 700;
      color: #303030; }
    .modal header h2 {
      text-align: left;
      margin: 0;
      font-weight: 400;
      color: #004e8f; }
  .modal form {
    max-height: 1000px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow: hidden;
    font-size: 0; }
    .modal form input[type=text], .modal form textarea {
      width: 100%;
      padding: 9px 12px;
      border: 2px solid #004e8f;
      margin-bottom: 15px;
      font-size: 11px;
      display: inline-block; }
      .modal form input[type=text].error, .modal form textarea.error {
        border-color: #c51520; }
      .modal form input[type=text].npa, .modal form textarea.npa {
        width: 30%; }
      .modal form input[type=text].ville, .modal form textarea.ville {
        width: 70%;
        border-left: 0; }
    .modal form input[type=number] {
      width: 80px;
      padding: 9px 5px;
      border: 2px solid #004e8f;
      margin-bottom: 15px;
      font-size: 11px;
      display: inline-block;
      float: right;
      text-align: center; }
    .modal form input[type=submit] {
      padding: 9px 40px;
      margin-top: 30px;
      font-size: 11px;
      display: inline-block;
      float: right;
      text-align: center;
      background: #004e8f;
      color: #ffffff;
      border: 2px solid #004e8f;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      text-transform: uppercase;
      cursor: pointer; }
      .modal form input[type=submit]:hover {
        background: #ffffff;
        color: #004e8f; }
    .modal form label {
      font-size: 12px;
      padding: 11px 0;
      display: inline-block;
      color: #004e8f;
      font-weight: 700; }
  .modal .textError,
  .modal .textSuccess {
    max-height: 0px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow: hidden; }
    .modal .textError strong,
    .modal .textSuccess strong {
      font-weight: 700;
      display: block;
      margin-bottom: 14px; }
    .modal .textError p,
    .modal .textSuccess p {
      margin-bottom: 8px; }
  .modal .content {
    width: 90%;
    max-width: 700px;
    background: #ffffff;
    padding: 70px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .modal .content {
        padding: 70px 50px; } }
    @media only screen and (max-width: 40em) {
      .modal .content {
        padding: 70px 20px; } }

.blog-side-list {
  border-left: 1px solid rgba(48, 48, 48, 0.1);
  padding-left: 20px;
  margin-left: -20px; }
  @media only screen and (max-width: 40em) {
    .blog-side-list {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid rgba(48, 48, 48, 0.1);
      border-left: none;
      padding-left: auto;
      margin-left: auto; } }
  .blog-side-list article {
    margin-bottom: 30px; }
    .blog-side-list article header {
      color: rgba(48, 48, 48, 0.5);
      font-size: 13px; }
      .blog-side-list article header .infos {
        line-height: 1; }
      .blog-side-list article header .categorie {
        color: #c51520; }
      .blog-side-list article header h1.title {
        color: #004e8f;
        font-size: 18px;
        margin: 0 0 5px; }
    .blog-side-list article .content {
      font-size: 13px;
      color: #303030;
      margin: 0px 0 7px; }
    .blog-side-list article .more.button {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.01em;
      background: #004e8f;
      border-color: #004e8f;
      text-transform: uppercase;
      color: #ffffff;
      display: inline-block;
      -webkit-transition: background 0.2s, border 0.2s;
      transition: background 0.2s, border 0.2s;
      margin: 0; }
      .blog-side-list article .more.button:hover {
        background: #4e7db1;
        border-color: #4e7db1;
        color: #ffffff; }

section#blog {
  background: #f3f3f3;
  padding-bottom: 50px; }
  section#blog .list-categories {
    margin: 40px 0;
    text-align: center; }
    section#blog .list-categories a {
      padding: 4px 16px 2px;
      margin: 25px 7px 15px;
      background: #f3f3f3;
      position: relative;
      -webkit-transition: background 0.2s, padding 0.3s;
      transition: background 0.2s, padding 0.3s; }
      section#blog .list-categories a:hover {
        color: #004e8f; }
      section#blog .list-categories a:after {
        background: url(assets/images/close.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 13px;
        right: 7px;
        top: 7px;
        content: "";
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      section#blog .list-categories a.active {
        border: 2px solid #c51520;
        color: #c51520;
        padding: 4px 28px 2px 6px; }
        section#blog .list-categories a.active:after {
          opacity: 1;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }

section#histoire .galerie {
  margin: 25px auto 0; }

section#directrice {
  background: #f3f3f3;
  padding-top: 70px; }
  section#directrice figure {
    margin-top: 30px;
    background: #ffffff; }
    section#directrice figure figcaption {
      max-width: 63.875rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0.9375rem;
      padding-bottom: 0.5em; }

section#organisation h1 {
  margin: 50px 0; }
section#organisation #list-comites .button {
  margin: 0 0 10px; }
@media only screen and (max-width: 40em) {
  section#organisation #list-comites {
    white-space: normal;
    text-align: center;
    margin-bottom: 50px; }
    section#organisation #list-comites br {
      display: none; } }
section#organisation #list-comites a {
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }
  section#organisation #list-comites a.active {
    background: #004e8f;
    color: #ffffff; }
section#organisation #list-membres .grid-sizer {
  width: 25%;
  height: 0;
  opacity: 0; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    section#organisation #list-membres .grid-sizer {
      width: 33.33333%; } }
  @media only screen and (max-width: 40em) {
    section#organisation #list-membres .grid-sizer {
      width: 50%; } }
section#organisation #list-membres .membre.fullWidth {
  width: 100%; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    section#organisation #list-membres .membre.fullWidth {
      width: 100%; } }
section#organisation #list-membres .membre {
  width: 25%;
  float: left;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 30px; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    section#organisation #list-membres .membre {
      width: 33.33333%; } }
  @media only screen and (max-width: 40em) {
    section#organisation #list-membres .membre {
      width: 50%; } }
  section#organisation #list-membres .membre.visible {
    display: inline-block;
    opacity: 1; }
  section#organisation #list-membres .membre .content {
    margin: 7px 0.9375rem 15px;
    display: block; }
  section#organisation #list-membres .membre figure img {
    margin-bottom: 10px; }
  section#organisation #list-membres .membre .infos {
    text-align: center; }
    section#organisation #list-membres .membre .infos .fonction {
      color: #969696; }
  section#organisation #list-membres .membre .contact {
    text-align: center;
    font-size: 0;
    margin-top: 5px; }
    section#organisation #list-membres .membre .contact a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 2px solid #303030;
      border-right: 0px solid #303030;
      position: relative; }
      section#organisation #list-membres .membre .contact a:before {
        content: "";
        position: absolute;
        display: block;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 7px;
        background: url(assets/images/triangle.svg) no-repeat center center;
        background-size: contain;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
      section#organisation #list-membres .membre .contact a:after {
        content: attr(data-val);
        position: absolute;
        z-index: 9999;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        padding: 3px 10px;
        width: auto;
        color: #ffffff;
        background: #4e7db1;
        display: block;
        border-radius: 5px;
        font-size: 16px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      section#organisation #list-membres .membre .contact a:hover:after {
        pointer-events: auto;
        opacity: 1;
        transform: translate(-50%, 100%);
        -moz-transform: translate(-50%, 100%);
        -webkit-transform: translate(-50%, 100%);
        z-index: 99999; }
      section#organisation #list-membres .membre .contact a:hover:before {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      section#organisation #list-membres .membre .contact a:last-child {
        border-right: 2px solid #303030; }
      section#organisation #list-membres .membre .contact a img {
        display: block;
        width: 65%;
        height: 65%;
        margin: auto;
        margin-top: 17.5%; }

.list-vignettes {
  display: block;
  width: 100%; }
  .list-vignettes .grid-sizer {
    width: 8.333333333%; }
  .list-vignettes .vignette {
    float: left;
    margin: 13px 0;
    height: 300px;
    width: 25%;
    display: none; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .list-vignettes .vignette {
        width: 50%; } }
    @media only screen and (max-width: 40em) {
      .list-vignettes .vignette {
        width: 100%; } }
    .list-vignettes .vignette.first-row {
      width: 50%;
      height: 450px; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .list-vignettes .vignette.first-row {
          width: 100%; } }
      @media only screen and (max-width: 40em) {
        .list-vignettes .vignette.first-row {
          width: 100%; } }
    .list-vignettes .vignette.second-row {
      width: 33%; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .list-vignettes .vignette.second-row {
          width: 50%; } }
      @media only screen and (max-width: 40em) {
        .list-vignettes .vignette.second-row {
          width: 100%; } }
    .list-vignettes .vignette.visible {
      display: inline-block; }
    .list-vignettes .vignette:hover .container {
      box-shadow: 0 5px 8px rgba(48, 48, 48, 0.4); }
    .list-vignettes .vignette .container {
      background: #ffffff;
      display: block;
      height: 100%;
      margin: 0 13px 13px;
      position: relative;
      -webkit-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
      box-shadow: 0 2px 2px rgba(48, 48, 48, 0.2); }
    .list-vignettes .vignette .figure {
      display: block;
      height: 100%;
      margin: 5px;
      background: #c51520;
      color: #ffffff;
      border-top: 5px solid #ffffff;
      border-bottom: 5px solid #ffffff;
      text-transform: uppercase;
      text-align: center;
      font-size: 30px; }
      .list-vignettes .vignette .figure span {
        top: 40%;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        position: relative;
        display: inline-block; }
    .list-vignettes .vignette .content {
      background: #ffffff;
      display: block;
      padding: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }
      .list-vignettes .vignette .content .title {
        font-weight: 700;
        padding: 5px;
        font-size: 15px;
        padding-bottom: 20px;
        display: block;
        color: #303030; }
        .list-vignettes .vignette .content .title:hover {
          color: #303030; }
      .list-vignettes .vignette .content .infos {
        padding: 5px;
        font-size: 13px;
        line-height: 1; }
        .list-vignettes .vignette .content .infos .categorie {
          color: #c51520; }
      .list-vignettes .vignette .content .arrow {
        background: url(assets/images/arrow_blog.svg) no-repeat;
        display: block;
        width: 21px;
        height: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 10px; }

#albums .list-vignettes .vignette:hover .container {
  box-shadow: none; }
#albums .list-vignettes .vignette .container {
  box-shadow: none; }
  #albums .list-vignettes .vignette .container .content {
    text-align: center; }

#album header .album-title {
  text-align: center;
  margin-bottom: 50px; }
  #album header .album-title .title {
    font-weight: 700;
    font-size: 20px; }
#album header .titleGroup {
  display: inline-block; }
  #album header .titleGroup .photograph {
    color: #7d7d7d; }
#album header .prev {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-right: 20px; }
#album header .next {
  margin-left: 20px; }
#album header .prev, #album header .next {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(assets/images/arrow_black.svg) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  margin-top: 0.5em; }
  #album header .prev a, #album header .next a {
    display: block;
    width: 100%;
    height: 100%; }
#album header .close {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #303030;
  background: url(assets/images/close_blog.svg) no-repeat center center;
  background-size: 50%;
  margin: 3px 8px 0 0;
  float: right; }

.album .grid-sizer {
  width: 25%; }
.album .image {
  padding: 8px;
  display: inline-block;
  float: left;
  box-sizing: border-box; }
  .album .image .figure {
    display: block;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s; }
    .album .image .figure.fluidbox {
      opacity: 1; }
    .album .image .figure .fluidbox-wrap {
      width: 100%;
      height: 100%;
      display: block; }
    .album .image .figure img {
      display: block;
      width: 100%;
      height: 100%;
      border: none;
      opacity: 0 !important; }
  .album .image.w1 {
    width: 25%; }
    @media only screen and (max-width: 40em) {
      .album .image.w1 {
        width: 100%; } }
  .album .image.w2 {
    width: 50%; }
    @media only screen and (max-width: 40em) {
      .album .image.w2 {
        width: 100%; } }
  .album .image.w3 {
    width: 75%; }
    @media only screen and (max-width: 40em) {
      .album .image.w3 {
        width: 100%; } }

#video {
  background: #f3f3f3;
  overflow: hidden; }
  #video .video .legend {
    font-size: 13px;
    color: #303030;
    margin: 15px 0 50px; }

#landwehriens .row:first-child h2 {
  border-top: 0 solid #b0b0b0; }
#landwehriens .landwehrien img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
#landwehriens .landwehrien:after {
  content: "";
  width: 55px;
  height: 55px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  border: 2px solid #ffffff;
  background: url(assets/images/arrow.svg) no-repeat center center;
  background-size: 65%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none; }
#landwehriens .landwehrien:hover:after {
  opacity: 1; }
#landwehriens .landwehrien:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }
#landwehriens .landwehrien.big h2 {
  border-top: 0 solid #b0b0b0; }
#landwehriens h2 {
  margin: 12px 0 4px;
  text-align: center; }

#liens {
  background: #f3f3f3;
  overflow: hidden;
  padding-bottom: 100px; }
  @media only screen and (max-width: 40em) {
    #liens {
      text-align: center; }
      #liens h2 {
        margin: 30px 0 0px; } }
  #liens h2 {
    font-size: 17px;
    color: #4e7db1;
    font-weight: 400; }
  #liens ul {
    list-style: none; }
    #liens ul li a {
      font-size: 15px;
      color: #303030; }

#contact #map-canvas {
  height: 300px; }

#adresses {
  margin: 20px 0 10px; }
  @media only screen and (max-width: 40em) {
    #adresses {
      text-align: center; }
      #adresses h2 {
        margin-top: 30px; } }
  #adresses .contactUs {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    position: absolute;
    width: 300px;
    margin-top: 50px;
    margin-left: -20px; }
    @media only screen and (max-width: 40em) {
      #adresses .contactUs {
        position: relative;
        margin: auto;
        margin-top: 50px;
        width: 90%;
        max-width: 300px; } }
    #adresses .contactUs p {
      font-family: "haikus";
      font-size: 24px;
      line-height: 30px; }
      #adresses .contactUs p a, #adresses .contactUs p a:visited {
        color: #004e8f;
        text-decoration: underline; }
    #adresses .contactUs:before {
      content: "";
      display: block;
      width: 26px;
      height: 65px;
      background: url(assets/images/contact_arrow.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-100%, -100%);
              transform: translate(-100%, -100%); }
      @media only screen and (max-width: 40em) {
        #adresses .contactUs:before {
          -webkit-transform: translate(10%, -100%) rotate(20deg);
                  transform: translate(10%, -100%) rotate(20deg); } }
  #adresses .fonction {
    color: #969696;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #adresses .nom {
    font-weight: 700; }

#intranet nav {
  border-right: 1px solid rgba(48, 48, 48, 0.2); }
  @media only screen and (max-width: 40em) {
    #intranet nav {
      border-right: none;
      border-bottom: 1px solid rgba(48, 48, 48, 0.2);
      padding-bottom: 20px;
      margin-bottom: 30px; } }
  #intranet nav ul {
    text-align: left;
    margin: 0 0 0 0; }
    @media only screen and (max-width: 40em) {
      #intranet nav ul {
        text-align: center; } }
    #intranet nav ul li {
      margin: 0 0 0 0; }
      #intranet nav ul li a {
        margin: 0 0 5px 0; }
      #intranet nav ul li.active a {
        background: #004e8f;
        color: #ffffff; }

@-webkit-keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
@keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
            transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
            transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
            transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
.fluidbox {
  outline: none; }

.fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  -webkit-transition: all 0.125s ease-in-out 0.125s;
  transition: all 0.125s ease-in-out 0.125s; }

.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* To prevent flickering, we delay the showing of the image */ }

.fluidbox-closed .fluidbox-wrap img {
  -webkit-transition: opacity 0s ease-in-out 0.25s;
  transition: opacity 0s ease-in-out 0.25s; }

.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0s, 0.25s;
          transition-duration: 0s, 0.25s;
  -webkit-transition-delay: 0.25s, 0s;
          transition-delay: 0.25s, 0s; }

.fluidbox-opened .fluidbox-ghost {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s; }

.fluidbox-loader {
  -webkit-perspective: 200px;
          perspective: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.fluidbox-loader::before {
  /* You can replace this with any color you want, or even a loading gif if desired */
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%; }

.fluidbox-loading .fluidbox-loader::before {
  -webkit-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
  animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
  opacity: 1; }

.fluidbox-overlay {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
