/* ==========================================================================
   Import file
   ========================================================================== */
/* ==========================================================================
   Compass
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* Colors */
/* Size */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* line 22, ../scss/_mixins.scss */
.clearfix, main section, .slides-container-sliding ul, .form-item, footer .social {
  zoom: 1;
}
/* line 24, ../scss/_mixins.scss */
.clearfix:before, main section:before, .slides-container-sliding ul:before, .form-item:before, footer .social:before {
  content: "";
  display: table;
}
/* line 27, ../scss/_mixins.scss */
.clearfix:after, main section:after, .slides-container-sliding ul:after, .form-item:after, footer .social:after {
  clear: both;
  content: "";
  display: table;
}

/* line 32, ../scss/_mixins.scss */
.listreset, .bg-carrousel .slides, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'tallys';
  src: url("../fonts/tallys_15-webfont.eot");
  src: url("../fonts/tallys_15-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tallys_15-webfont.woff") format("woff"), url("../fonts/tallys_15-webfont.ttf") format("truetype"), url("../fonts/tallys_15-webfont.svg#tallysregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, ../scss/_fonts.scss */
.tallys, #wrapper > header h1, main section, .form-item input[type=email],
.form-item input[type=submit],
.form-item textarea, footer .footer-content {
  font-family: 'tallys', Georgia, "Times New Roman", Times, serif;
}

@font-face {
  font-family: 'novecento';
  src: url("../fonts/Novecentowide-Book-webfont.eot");
  src: url("../fonts/Novecentowide-Book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentowide-Book-webfont.woff") format("woff"), url("../fonts/Novecentowide-Book-webfont.ttf") format("truetype"), url("../fonts/Novecentowide-Book-webfont.svg#tallysregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 29, ../scss/_fonts.scss */
.novecento, nav a {
  font-family: 'novecento', arial, helvetica, sans-serif;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../scss/_main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../scss/_main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* ==========================================================================
   Box Size
   ========================================================================== */
/* line 30, ../scss/_main.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 40, ../scss/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 45, ../scss/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 54, ../scss/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 71, ../scss/_main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 79, ../scss/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 89, ../scss/_main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 97, ../scss/_main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 108, ../scss/_main.scss */
#wrapper {
  position: relative;
  z-index: 10;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 121, ../scss/_main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 129, ../scss/_main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 140, ../scss/_main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 196, ../scss/_main.scss */
.clearfix:before, main section:before, .slides-container-sliding ul:before, .form-item:before, footer .social:before,
.clearfix:after,
main section:after,
.slides-container-sliding ul:after,
.form-item:after,
footer .social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 201, ../scss/_main.scss */
.clearfix:after, main section:after, .slides-container-sliding ul:after, .form-item:after, footer .social:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 210, ../scss/_main.scss */
.clearfix, main section, .slides-container-sliding ul, .form-item, footer .social {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 237, ../scss/_main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 245, ../scss/_main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 249, ../scss/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 253, ../scss/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 263, ../scss/_main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 268, ../scss/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 273, ../scss/_main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 278, ../scss/_main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 282, ../scss/_main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 292, ../scss/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 298, ../scss/_main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
/* Carrousel */
/* line 9, ../scss/_header.scss */
.bg-carrousel {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 530px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 9, ../scss/_header.scss */
  .bg-carrousel {
    height: 200px;
  }
}
/* line 22, ../scss/_header.scss */
.bg-carrousel .slides img {
  display: inline;
  width: 100%;
  min-width: 1145px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 22, ../scss/_header.scss */
  .bg-carrousel .slides img {
    min-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 22, ../scss/_header.scss */
  .bg-carrousel .slides img {
    width: 100%;
    min-width: 100%;
  }
}

/* line 38, ../scss/_header.scss */
.color-gradient,
.black-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 530px;
}
@media only screen and (max-width: 768px) {
  /* line 38, ../scss/_header.scss */
  .color-gradient,
  .black-gradient {
    height: 200px;
  }
}

/* line 50, ../scss/_header.scss */
.color-gradient {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(51, 185, 196, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(222, 54, 139, 0.4)));
  background-image: -webkit-linear-gradient(rgba(51, 185, 196, 0.4), rgba(255, 255, 255, 0.4), rgba(222, 54, 139, 0.4));
  background-image: -moz-linear-gradient(rgba(51, 185, 196, 0.4), rgba(255, 255, 255, 0.4), rgba(222, 54, 139, 0.4));
  background-image: -o-linear-gradient(rgba(51, 185, 196, 0.4), rgba(255, 255, 255, 0.4), rgba(222, 54, 139, 0.4));
  background-image: linear-gradient(rgba(51, 185, 196, 0.4), rgba(255, 255, 255, 0.4), rgba(222, 54, 139, 0.4));
}

/* line 53, ../scss/_header.scss */
.black-gradient {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
}

/* Structure header */
/* line 58, ../scss/_header.scss */
#wrapper > header {
  position: relative;
  height: 530px;
}
@media only screen and (max-width: 768px) {
  /* line 58, ../scss/_header.scss */
  #wrapper > header {
    height: 200px;
  }
}
/* line 64, ../scss/_header.scss */
#wrapper > header h1 {
  position: relative;
  z-index: 4;
  padding: 195px 0 0 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 5em;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  /* line 64, ../scss/_header.scss */
  #wrapper > header h1 {
    padding-top: 95px;
    font-size: 2.3em;
  }
}

/* Navigation */
/* line 82, ../scss/_header.scss */
.nav-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 20;
  background-color: transparent;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 768px) {
  /* line 82, ../scss/_header.scss */
  .nav-container {
    position: fixed;
    top: 0;
    bottom: auto;
    height: 43px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
/* line 99, ../scss/_header.scss */
.nav-container.stuck {
  position: fixed;
  top: 0;
  bottom: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  /* line 99, ../scss/_header.scss */
  .nav-container.stuck {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* line 107, ../scss/_header.scss */
.nav-container.stuck li {
  border-color: #2d2d2d;
}
/* line 110, ../scss/_header.scss */
.nav-container.stuck a {
  color: #2d2d2d;
}
/* line 113, ../scss/_header.scss */
.nav-container.stuck a.active, .nav-container.stuck a:hover {
  color: #939393;
}

/* line 120, ../scss/_header.scss */
nav ul {
  display: block;
  padding-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  /* line 120, ../scss/_header.scss */
  nav ul {
    padding-top: 10px;
  }
}
/* line 129, ../scss/_header.scss */
nav ul li {
  font-size: 16px;
  display: inline;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #fff;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 768px) {
  /* line 129, ../scss/_header.scss */
  nav ul li {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: none;
  }
}
/* line 142, ../scss/_header.scss */
nav ul li.first {
  padding-left: 0;
}
/* line 145, ../scss/_header.scss */
nav ul li.last {
  padding-right: 0;
}
/* line 150, ../scss/_header.scss */
nav a {
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 159, ../scss/_header.scss */
nav a.active, nav a:hover {
  color: #b3b3b3;
}
@media only screen and (max-width: 768px) {
  /* line 150, ../scss/_header.scss */
  nav a {
    font-size: 0.7em;
    color: #2d2d2d;
  }
}
@media only screen and (max-width: 768px) {
  /* line 166, ../scss/_header.scss */
  nav a span {
    display: none;
  }
}

/* ==========================================================================
   Main
   ========================================================================== */
/* line 5, ../scss/_main-content.scss */
main {
  background: #fff;
}
/* line 7, ../scss/_main-content.scss */
main .main-content {
  padding: 30px;
  margin: 0 auto;
  width: 1145px;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 7, ../scss/_main-content.scss */
  main .main-content {
    width: 100%;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_main-content.scss */
  main .main-content {
    width: 100%;
    padding: 20px 15px;
  }
}
/* line 20, ../scss/_main-content.scss */
main section {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 20, ../scss/_main-content.scss */
  main section {
    margin-top: 10px;
  }
}
/* line 27, ../scss/_main-content.scss */
main section:first-child {
  margin-top: 0;
}
/* line 31, ../scss/_main-content.scss */
main section header h1 {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 2.3em;
  font-weight: normal;
}
/* line 36, ../scss/_main-content.scss */
main section header h1:after {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 72%;
  content: " ";
  border-bottom: solid 1px #2d2d2d;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 36, ../scss/_main-content.scss */
  main section header h1:after {
    width: 69%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 36, ../scss/_main-content.scss */
  main section header h1:after {
    width: 100%;
    bottom: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 31, ../scss/_main-content.scss */
  main section header h1 {
    font-size: 1.8em;
  }
}
/* line 54, ../scss/_main-content.scss */
main section header h1 span {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  display: inline-block;
  background: #fff;
}
/* line 63, ../scss/_main-content.scss */
main section aside {
  position: relative;
  float: right;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 63, ../scss/_main-content.scss */
  main section aside {
    width: 28%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 63, ../scss/_main-content.scss */
  main section aside {
    width: 100%;
    float: none;
  }
}
/* line 76, ../scss/_main-content.scss */
main section#hieronymusvanaken .aside-content {
  margin-top: -38px;
}
@media only screen and (max-width: 768px) {
  /* line 76, ../scss/_main-content.scss */
  main section#hieronymusvanaken .aside-content {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* line 85, ../scss/_main-content.scss */
main section#triptyque .aside-content {
  margin-top: -46px;
}
@media only screen and (max-width: 768px) {
  /* line 85, ../scss/_main-content.scss */
  main section#triptyque .aside-content {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* line 93, ../scss/_main-content.scss */
main section .hiero-on-instagram {
  display: block;
  padding-top: 2px;
  padding-left: 55px;
  margin-bottom: 30px;
  background-image: url(../img/po/logo_instagram@2.png);
  background-size: 42px 42px;
  background-repeat: no-repeat;
  color: #2d2d2d;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 0.9em;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 93, ../scss/_main-content.scss */
  main section .hiero-on-instagram {
    padding-left: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-size: 35px 35px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 93, ../scss/_main-content.scss */
  main section .hiero-on-instagram {
    margin-bottom: 20px;
  }
}
/* line 122, ../scss/_main-content.scss */
main section .hiero-on-instagram:hover {
  color: #b3b3b3;
}
/* line 125, ../scss/_main-content.scss */
.no-backgroundsize main section .hiero-on-instagram {
  background-image: url(../img/po/logo_instagram.png);
}
@media only screen and (max-width: 768px) {
  /* line 130, ../scss/_main-content.scss */
  main section .hiero-on-instagram .tag {
    display: none;
  }
}
/* line 135, ../scss/_main-content.scss */
main section .hiero-on-instagram .on-instagram {
  display: block;
  font-size: 0.7em;
  color: #b3b3b3;
}
@media only screen and (max-width: 768px) {
  /* line 135, ../scss/_main-content.scss */
  main section .hiero-on-instagram .on-instagram {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
/* line 147, ../scss/_main-content.scss */
main section .title,
main section .date,
main section .place {
  display: block;
}
/* line 150, ../scss/_main-content.scss */
main section .title {
  margin-bottom: 20px;
  font-size: 1.5em;
}
@media only screen and (max-width: 768px) {
  /* line 150, ../scss/_main-content.scss */
  main section .title {
    display: none;
  }
}
/* line 157, ../scss/_main-content.scss */
main section .date {
  font-size: 1.2em;
}
/* line 160, ../scss/_main-content.scss */
main section .place {
  font-size: 1.6em;
}
/* line 163, ../scss/_main-content.scss */
main section .adress {
  color: #b3b3b3;
}
/* line 167, ../scss/_main-content.scss */
main section .content-container {
  float: left;
  width: 72%;
  max-width: 780px;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 167, ../scss/_main-content.scss */
  main section .content-container {
    width: 69%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 167, ../scss/_main-content.scss */
  main section .content-container {
    width: 100%;
    float: none;
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
/* line 182, ../scss/_main-content.scss */
main section .content-container h2 {
  position: relative;
  margin: 0 0 30px 0;
  padding-left: 45px;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.3em;
}
/* line 189, ../scss/_main-content.scss */
main section .content-container h2:before {
  position: absolute;
  left: 0;
  top: 25px;
  content: " ";
  width: 35px;
  border-bottom: solid 1px #2d2d2d;
}
@media only screen and (max-width: 768px) {
  /* line 189, ../scss/_main-content.scss */
  main section .content-container h2:before {
    top: 21px;
  }
}
/* line 202, ../scss/_main-content.scss */
main section .content-container .ss-titre {
  display: block;
  margin: 0 0 20px 0;
  font-size: 0.8em;
}
/* line 207, ../scss/_main-content.scss */
main section .content-container p {
  margin: 0 0 30px 0;
}
/* line 210, ../scss/_main-content.scss */
main section .content-container a.cta {
  display: inline-block;
  margin-left: 45px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #b3b3b3;
  text-decoration: none;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
/* line 223, ../scss/_main-content.scss */
main section .content-container a.cta:hover {
  color: #2d2d2d;
}
/* line 226, ../scss/_main-content.scss */
main section .content-container a.cta:before {
  content: "";
  display: inline-block;
  margin-left: -20px;
  width: 15px;
  height: 9px;
  background-image: url(../img/po/fl.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 239, ../scss/_main-content.scss */
main section .content-container .iframe-container {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 246, ../scss/_main-content.scss */
main section .content-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 253, ../scss/_main-content.scss */
main section .content-container .mailto {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 0 5px 40px;
  background-image: url(../img/po/enveloppe@2.png);
  background-repeat: no-repeat;
  background-size: 32px 24px;
  background-position: 0 50%;
  text-decoration: none;
  color: #2d2d2d;
}
/* line 265, ../scss/_main-content.scss */
main section .content-container .mailto:hover {
  color: #b3b3b3;
}
/* line 268, ../scss/_main-content.scss */
.no-backgroundsize main section .content-container .mailto {
  background-image: url(../img/po/enveloppe.png);
}
/* line 276, ../scss/_main-content.scss */
main section.confirm a {
  color: #2d2d2d;
}

/* line 283, ../scss/_main-content.scss */
.slides-container-sliding {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
/* line 290, ../scss/_main-content.scss */
.slides-container-sliding:hover .flex-direction-nav .flex-prev,
.slides-container-sliding:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
/* line 295, ../scss/_main-content.scss */
.slides-container-sliding ul {
  padding: 0;
  margin: 0;
}
/* line 300, ../scss/_main-content.scss */
.slides-container-sliding li {
  list-style: none;
}
/* line 302, ../scss/_main-content.scss */
.slides-container-sliding li span {
  display: block;
  padding: 0 8px;
}
/* line 306, ../scss/_main-content.scss */
.slides-container-sliding li img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 314, ../scss/_main-content.scss */
.slides-container-sliding .flex-direction-nav .flex-prev,
.slides-container-sliding .flex-direction-nav .flex-next {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  text-indent: -2000px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 1145px) {
  /* line 314, ../scss/_main-content.scss */
  .slides-container-sliding .flex-direction-nav .flex-prev,
  .slides-container-sliding .flex-direction-nav .flex-next {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  /* line 314, ../scss/_main-content.scss */
  .slides-container-sliding .flex-direction-nav .flex-prev,
  .slides-container-sliding .flex-direction-nav .flex-next {
    opacity: 1;
    width: 50px;
    background-size: 15px 29px;
  }
}
/* line 342, ../scss/_main-content.scss */
.slides-container-sliding .flex-direction-nav .flex-prev {
  left: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(99%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
/* line 350, ../scss/_main-content.scss */
.slides-container-sliding .flex-direction-nav .flex-prev:after {
  content: " ";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 27px;
  background-image: url(../img/po/prev.png);
}
/* line 363, ../scss/_main-content.scss */
.slides-container-sliding .flex-direction-nav .flex-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
/* line 371, ../scss/_main-content.scss */
.slides-container-sliding .flex-direction-nav .flex-next:after {
  content: " ";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 27px;
  background-image: url(../img/po/next.png);
}

/* Formulaire */
/* line 388, ../scss/_main-content.scss */
.form-item {
  margin-bottom: 15px;
}
/* line 391, ../scss/_main-content.scss */
.form-item label {
  display: none;
}
/* line 396, ../scss/_main-content.scss */
.form-item input[type=email],
.form-item input[type=submit],
.form-item textarea {
  padding: 8px 12px;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 406, ../scss/_main-content.scss */
.form-item input[type=email],
.form-item textarea {
  border: solid 1px #b3b3b3;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 412, ../scss/_main-content.scss */
.form-item input[type=email]:hover, .form-item input[type=email]:focus,
.form-item textarea:hover,
.form-item textarea:focus {
  border-color: #2d2d2d;
}
/* line 416, ../scss/_main-content.scss */
.form-item input[type=email] {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  /* line 416, ../scss/_main-content.scss */
  .form-item input[type=email] {
    width: 100%;
  }
}
/* line 422, ../scss/_main-content.scss */
.form-item textarea {
  width: 100%;
}
/* line 425, ../scss/_main-content.scss */
.form-item input[type=submit] {
  float: right;
  border: none;
  background: #b3b3b3;
  color: #fff;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 433, ../scss/_main-content.scss */
.form-item input[type=submit]:hover {
  background: #2d2d2d;
}

/*  Footer */
/* line 441, ../scss/_main-content.scss */
footer .annotation {
  margin-bottom: 10px;
}
/* line 446, ../scss/_main-content.scss */
footer .social .fb-like {
  float: left;
  width: 120px !important;
  overflow: hidden;
}
/* line 451, ../scss/_main-content.scss */
footer .social .twitter-share-button {
  margin-top: 2px;
  margin-left: 20px;
  float: left;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 5, ../scss/_footer.scss */
footer {
  padding: 30px 0 60px;
  background: #b3b3b3;
}
/* line 8, ../scss/_footer.scss */
footer .footer-content {
  margin: 0 auto;
  padding: 0 30px;
  width: 1145px;
  color: #fff;
}
@media only screen and (max-width: 1145px) {
  /* line 8, ../scss/_footer.scss */
  footer .footer-content {
    width: 100%;
  }
}
