@charset "UTF-8";
.no-margin-top {
  margin-top: 0 !important; }

.tiny-margin-top {
  margin-top: 5px !important; }

.small-margin-top {
  margin-top: 8px !important; }

.medium-margin-top {
  margin-top: 15px !important; }

.large-margin-top {
  margin-top: 30px !important; }

.xlarge-margin-top {
  margin-top: 60px !important; }

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

.tiny-margin-bottom {
  margin-bottom: 5px !important; }

.small-margin-bottom {
  margin-bottom: 8px !important; }

.medium-margin-bottom {
  margin-bottom: 15px !important; }

.large-margin-bottom {
  margin-bottom: 30px !important; }

.xlarge-margin-bottom {
  margin-bottom: 60px !important; }

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

.tiny-padding-top {
  padding-top: 5px !important; }

.small-padding-top {
  padding-top: 8px !important; }

.medium-padding-top {
  padding-top: 15px !important; }

.large-padding-top {
  padding-top: 30px !important; }

.xlarge-padding-top {
  padding-top: 60px !important; }

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

.tiny-padding-bottom {
  padding-bottom: 5px !important; }

.small-padding-bottom {
  padding-bottom: 8px !important; }

.medium-padding-bottom {
  padding-bottom: 15px !important; }

.large-padding-bottom {
  padding-bottom: 30px !important; }

.xlarge-padding-bottom {
  padding-bottom: 60px !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-no-transform {
  text-transform: none !important; }

.vertical-align-center {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-align-center > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto; }

ul.reset {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.reset > li {
    margin: 0;
    padding: 0; }

a img {
  border: none; }

.chromeframe {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 50px;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #a62723;
  background: #d9534f;
  /*#fdf7f7*/
  z-index: 99999; }
  .chromeframe a {
    color: #fff;
    text-decoration: underline; }
    .chromeframe a:hover {
      color: #f2cdcd;
      text-decoration: underline; }
    .chromeframe a.close-alert {
      display: block;
      position: absolute;
      top: 29px;
      right: 25px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }
      .chromeframe a.close-alert:hover {
        text-decoration: none; }

.no-container > .row {
  margin-left: 0;
  margin-right: 0; }

.row.col-fit-height {
  overflow: hidden; }
  .row.col-fit-height > [class*='col-'] {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }

.rs-img-responsive {
  /* J'ai créé ma propre class parce que celle de boostrap force le display en "block", du coup on ne peut plus faire d'align dessus */
  max-width: 100%;
  height: auto; }

.text-lg-6, .text-lg-4, .text-lg-3, .text-lg-2, .text-md-6, .text-md-4, .text-md-3, .text-md-2, .text-sm-6, .text-sm-4, .text-sm-3, .text-sm-2, .text-xs-6, .text-xs-4, .text-xs-3, .text-xs-2 {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px; }

.text-lg-12, .text-md-12, .text-sm-12, .text-xs-12 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-gap: 0e;
  column-gap: 0; }

[class*="col-"].nested {
  padding-left: 0;
  padding-right: 0; }

/* Media Queries */
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left; }
  .text-xs-center {
    text-align: center; }
  .text-xs-right {
    text-align: right; }
  .text-lg-6, .text-lg-4, .text-lg-3, .text-lg-2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
  .text-xs-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
  .text-xs-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
  .text-xs-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; }
  .text-xs-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6; }
  .xs-no-margin-top {
    margin-top: 0 !important; }
  .xs-tiny-margin-top {
    margin-top: 5px !important; }
  .xs-small-margin-top {
    margin-top: 8px !important; }
  .xs-medium-margin-top {
    margin-top: 15px !important; }
  .xs-large-margin-top {
    margin-top: 30px !important; }
  .xs-xlarge-margin-top {
    margin-top: 60px !important; }
  .xs-no-margin-bottom {
    margin-bottom: 0 !important; }
  .xs-tiny-margin-bottom {
    margin-bottom: 5px !important; }
  .xs-small-margin-bottom {
    margin-bottom: 8px !important; }
  .xs-medium-margin-bottom {
    margin-bottom: 15px !important; }
  .xs-large-margin-bottom {
    margin-bottom: 30px !important; }
  .xs-xlarge-margin-bottom {
    margin-bottom: 60px !important; }
  .xs-no-padding-top {
    padding-top: 0 !important; }
  .xs-tiny-padding-top {
    padding-top: 5px !important; }
  .xs-small-padding-top {
    padding-top: 8px !important; }
  .xs-medium-padding-top {
    padding-top: 15px !important; }
  .xs-large-padding-top {
    padding-top: 30px !important; }
  .xs-xlarge-padding-top {
    padding-top: 60px !important; }
  .xs-no-padding-bottom {
    padding-bottom: 0 !important; }
  .xs-tiny-padding-bottom {
    padding-bottom: 5px !important; }
  .xs-small-padding-bottom {
    padding-bottom: 8px !important; }
  .xs-medium-padding-bottom {
    padding-bottom: 15px !important; }
  .xs-large-padding-bottom {
    padding-bottom: 30px !important; }
  .xs-xlarge-padding-bottom {
    padding-bottom: 60px !important; }
  .row.col-xs-auto-height {
    overflow: auto; }
    .row.col-xs-auto-height > [class*='col-'] {
      margin-bottom: auto;
      padding-bottom: inherit; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; }
  .text-sm-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
  .text-sm-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
  .text-sm-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; }
  .text-sm-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6; }
  .sm-no-margin-top {
    margin-top: 0 !important; }
  .sm-tiny-margin-top {
    margin-top: 5px !important; }
  .sm-small-margin-top {
    margin-top: 8px !important; }
  .sm-medium-margin-top {
    margin-top: 15px !important; }
  .sm-large-margin-top {
    margin-top: 30px !important; }
  .sm-xlarge-margin-top {
    margin-top: 60px !important; }
  .sm-no-margin-bottom {
    margin-bottom: 0 !important; }
  .sm-tiny-margin-bottom {
    margin-bottom: 5px !important; }
  .sm-small-margin-bottom {
    margin-bottom: 8px !important; }
  .sm-medium-margin-bottom {
    margin-bottom: 15px !important; }
  .sm-large-margin-bottom {
    margin-bottom: 30px !important; }
  .sm-xlarge-margin-bottom {
    margin-bottom: 60px !important; }
  .sm-no-padding-top {
    padding-top: 0 !important; }
  .sm-tiny-padding-top {
    padding-top: 5px !important; }
  .sm-small-padding-top {
    padding-top: 8px !important; }
  .sm-medium-padding-top {
    padding-top: 15px !important; }
  .sm-large-padding-top {
    padding-top: 30px !important; }
  .sm-xlarge-padding-top {
    padding-top: 60px !important; }
  .sm-no-padding-bottom {
    padding-bottom: 0 !important; }
  .sm-tiny-padding-bottom {
    padding-bottom: 5px !important; }
  .sm-small-padding-bottom {
    padding-bottom: 8px !important; }
  .sm-medium-padding-bottom {
    padding-bottom: 15px !important; }
  .sm-large-padding-bottom {
    padding-bottom: 30px !important; }
  .sm-xlarge-padding-bottom {
    padding-bottom: 60px !important; }
  .row.col-sm-auto-height {
    overflow: auto; }
    .row.col-sm-auto-height > [class*='col-'] {
      margin-bottom: auto;
      padding-bottom: inherit; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; }
  .text-md-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
  .text-md-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
  .text-md-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; }
  .text-md-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6; }
  .md-no-margin-top {
    margin-top: 0 !important; }
  .md-tiny-margin-top {
    margin-top: 5px !important; }
  .md-small-margin-top {
    margin-top: 8px !important; }
  .md-medium-margin-top {
    margin-top: 15px !important; }
  .md-large-margin-top {
    margin-top: 30px !important; }
  .md-xlarge-margin-top {
    margin-top: 60px !important; }
  .md-no-margin-bottom {
    margin-bottom: 0 !important; }
  .md-tiny-margin-bottom {
    margin-bottom: 5px !important; }
  .md-small-margin-bottom {
    margin-bottom: 8px !important; }
  .md-medium-margin-bottom {
    margin-bottom: 15px !important; }
  .md-large-margin-bottom {
    margin-bottom: 30px !important; }
  .md-xlarge-margin-bottom {
    margin-bottom: 60px !important; }
  .md-no-padding-top {
    padding-top: 0 !important; }
  .md-tiny-padding-top {
    padding-top: 5px !important; }
  .md-small-padding-top {
    padding-top: 8px !important; }
  .md-medium-padding-top {
    padding-top: 15px !important; }
  .md-large-padding-top {
    padding-top: 30px !important; }
  .md-xlarge-padding-top {
    padding-top: 60px !important; }
  .md-no-padding-bottom {
    padding-bottom: 0 !important; }
  .md-tiny-padding-bottom {
    padding-bottom: 5px !important; }
  .md-small-padding-bottom {
    padding-bottom: 8px !important; }
  .md-medium-padding-bottom {
    padding-bottom: 15px !important; }
  .md-large-padding-bottom {
    padding-bottom: 30px !important; }
  .md-xlarge-padding-bottom {
    padding-bottom: 60px !important; }
  .row.col-md-auto-height {
    overflow: auto; }
    .row.col-md-auto-height > [class*='col-'] {
      margin-bottom: auto;
      padding-bottom: inherit; } }

@media (min-width: 1200px) {
  .text-lg-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
  .text-lg-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
  .text-lg-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; }
  .text-lg-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6; }
  .lg-no-margin-top {
    margin-top: 0 !important; }
  .lg-tiny-margin-top {
    margin-top: 5px !important; }
  .lg-small-margin-top {
    margin-top: 8px !important; }
  .lg-medium-margin-top {
    margin-top: 15px !important; }
  .lg-large-margin-top {
    margin-top: 30px !important; }
  .lg-xlarge-margin-top {
    margin-top: 60px !important; }
  .lg-no-margin-bottom {
    margin-bottom: 0 !important; }
  .lg-tiny-margin-bottom {
    margin-bottom: 5px !important; }
  .lg-small-margin-bottom {
    margin-bottom: 8px !important; }
  .lg-medium-margin-bottom {
    margin-bottom: 15px !important; }
  .lg-large-margin-bottom {
    margin-bottom: 30px !important; }
  .lg-xlarge-margin-bottom {
    margin-bottom: 60px !important; }
  .lg-no-padding-top {
    padding-top: 0 !important; }
  .lg-tiny-padding-top {
    padding-top: 5px !important; }
  .lg-small-padding-top {
    padding-top: 8px !important; }
  .lg-medium-padding-top {
    padding-top: 15px !important; }
  .lg-large-padding-top {
    padding-top: 30px !important; }
  .lg-xlarge-padding-top {
    padding-top: 60px !important; }
  .lg-no-padding-bottom {
    padding-bottom: 0 !important; }
  .lg-tiny-padding-bottom {
    padding-bottom: 5px !important; }
  .lg-small-padding-bottom {
    padding-bottom: 8px !important; }
  .lg-medium-padding-bottom {
    padding-bottom: 15px !important; }
  .lg-large-padding-bottom {
    padding-bottom: 30px !important; }
  .lg-xlarge-padding-bottom {
    padding-bottom: 60px !important; }
  .row.col-lg-auto-height {
    overflow: auto; }
    .row.col-lg-auto-height > [class*='col-'] {
      margin-bottom: auto;
      padding-bottom: inherit; } }

/**
 // Main Bootstrap variables (voire "vendor/stylesheet/bootstrap/variables")
 * 
 * $screen-lg-min: 1200px;
 * $screen-md-min: 992px;
 * $screen-md-max: ($screen-lg-min - 1);
 * $screen-sm-min: 768px;
 * $screen-sm-max: ($screen-md-min - 1);
 * $screen-xs-min: 480px;
 * $screen-xs-max: ($screen-sm-min - 1);

 * $grid-gutter-width: 30px;
 * 
**/
/* #bed1d8 */
@font-face {
  font-family: 'Lato';
  src: url("../../fonts/lato/lato-googlefont.eot");
  src: url("../../fonts/lato/lato-googlefont.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato/lato-googlefont.woff") format("woff"), url("../../fonts/lato/lato-googlefont.ttf") format("truetype"), url("../../fonts/lato/lato-googlefont.svg#latoregular") format("svg"); }

input::-webkit-input-placeholder {
  color: #bdbcbc; }

input:-moz-placeholder {
  color: #bdbcbc; }

input::-moz-placeholder {
  color: #bdbcbc; }

input:-ms-input-placeholder {
  color: #bdbcbc; }

/** Various Styles **/
.sans-light {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300; }

.sans-light-italic {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300; }

.sans-regular {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400; }

.sans-regular-italic {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400; }

.sans-bold {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700; }

.sans-bold-italic {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700; }

.sans-black {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 900; }

.sans-black-italic {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 900; }

.text-white {
  color: #fff; }

h1, h2, h3, h4 {
  margin-top: 0;
  padding-top: 0;
  color: #272929; }

nav > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav > ul > li {
    margin: 0;
    padding: 0; }

/** Default **/
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #585a5a; }
  body > header {
    margin-bottom: 90px; }
    body > header.has-section-nav {
      margin-bottom: 60px; }
    @media (max-width: 991px) {
      body > header {
        margin-bottom: 30px; } }
    body > header .head {
      position: relative;
      height: 74px;
      line-height: 74px;
      /*background: $alexandre-color;*/ }
      body > header .head .site-name {
        position: absolute;
        top: 0;
        left: 15px;
        margin: 0;
        padding: 0;
        font-size: 1.0666666667em;
        line-height: 74px; }
        body > header .head .site-name a {
          display: block;
          padding-left: 50px;
          text-transform: uppercase;
          text-decoration: none;
          line-height: 74px;
          color: #fff;
          background: url("../../images/website/interface/les2b-nav.png") no-repeat scroll left center;
          /*@media (max-width: $screen-xs-max) {
						overflow: hidden;
						width: 44px;
						padding-left: 0;
						text-indent: -6000px;
					}*/ }
      body > header .head nav {
        text-align: center; }
        body > header .head nav.no-socials {
          text-align: right; }
        body > header .head nav ul {
          display: inline-block;
          overflow: hidden; }
          body > header .head nav ul li {
            float: left;
            /*&.active a { color: $alexandre-active-color; }*/ }
            body > header .head nav ul li + li {
              margin-left: 20px; }
            body > header .head nav ul li a {
              font-family: 'Lato', Helvetica, Arial, sans-serif;
              font-weight: 900;
              font-size: 1.0666666667em;
              text-transform: uppercase;
              color: #fff;
              /* Property: all, background, color, height, weight, outline */
              /* Duration: seconds (0.5s) or milliseconds (500ms) */
              /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
              -webkit-transition: color 200ms linear;
              -moz-transition: color 200ms linear;
              -ms-transition: color 200ms linear;
              -o-transition: color 200ms linear;
              transition: color 200ms linear; }
              body > header .head nav ul li a:hover {
                text-decoration: none;
                /*color: $alexandre-active-color;*/ }
        body > header .head nav .socials {
          position: absolute;
          top: 0;
          right: 15px; }
          body > header .head nav .socials ul {
            overflow: hidden; }
            body > header .head nav .socials ul li {
              float: left; }
              body > header .head nav .socials ul li + li {
                margin-left: 12px; }
              body > header .head nav .socials ul li a {
                font-size: 18px;
                color: #fff;
                /* Property: all, background, color, height, weight, outline */
                /* Duration: seconds (0.5s) or milliseconds (500ms) */
                /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
                -webkit-transition: color 200ms linear;
                -moz-transition: color 200ms linear;
                -ms-transition: color 200ms linear;
                -o-transition: color 200ms linear;
                transition: color 200ms linear;
                /*&:hover { color: $alexandre-active-color; }*/ }
          @media (min-width: 1200px) and (max-width: 1321px), (min-width: 992px) and (max-width: 1113px), (min-width: 768px) and (max-width: 889px) {
            body > header .head nav .socials {
              right: 76px; }
              body > header .head nav .socials.no-switch {
                right: 15px; } }
      body > header .head .mobile-nav {
        display: block;
        position: absolute;
        width: 28px;
        height: 26px;
        top: 24px;
        right: 15px;
        margin: 0;
        padding: 0;
        border: 1px solid #ffffff;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        background: none; }
        body > header .head .mobile-nav .icon-bar {
          display: block;
          width: 16px;
          height: 2px;
          margin: 0 auto;
          background: #ffffff; }
          body > header .head .mobile-nav .icon-bar + .icon-bar {
            margin-top: 3px; }
      body > header .head .switch {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 2px solid #fff;
        line-height: normal;
        /*background: $alexandre-color;*/ }
        body > header .head .switch a {
          opacity: 0.4;
          /* Property: all, background, color, height, weight, outline */
          /* Duration: seconds (0.5s) or milliseconds (500ms) */
          /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
          -webkit-transition: opacity 200ms linear;
          -moz-transition: opacity 200ms linear;
          -ms-transition: opacity 200ms linear;
          -o-transition: opacity 200ms linear;
          transition: opacity 200ms linear; }
          body > header .head .switch a:hover {
            opacity: 1; }
      @media (max-width: 767px) {
        body > header .head {
          height: auto; }
          body > header .head > .container > .row > .col-sm-12 {
            padding: 0; }
            body > header .head > .container > .row > .col-sm-12 .site-name {
              position: relative;
              left: 15px; }
            body > header .head > .container > .row > .col-sm-12 nav {
              display: none;
              line-height: 2em;
              padding: 15px 0;
              border-top: 1px solid #fff;
              /*background: $laetizia-color;*/ }
              body > header .head > .container > .row > .col-sm-12 nav > ul > li {
                float: none;
                margin-left: 0; }
              body > header .head > .container > .row > .col-sm-12 nav .socials {
                position: relative;
                right: 0;
                margin-top: 15px; } }
    body > header .section-nav {
      line-height: 60px;
      border-bottom: 1px solid #efefef; }
      body > header .section-nav .breadcrumb {
        margin: 0;
        padding: 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: none; }
        body > header .section-nav .breadcrumb > li {
          font-family: 'Lato', Helvetica, Arial, sans-serif;
          font-weight: 700; }
          body > header .section-nav .breadcrumb > li.active {
            font-family: 'Lato', Helvetica, Arial, sans-serif;
            font-weight: 400;
            color: #bdbcbc; }
          body > header .section-nav .breadcrumb > li + li::before {
            content: "\00a0>\00a0"; }
          body > header .section-nav .breadcrumb > li a {
            color: #272929; }
      body > header .section-nav .controls {
        text-align: right; }
        body > header .section-nav .controls a {
          padding-left: 15px;
          color: #bdbcbc;
          text-decoration: none;
          /* Property: all, background, color, height, weight, outline */
          /* Duration: seconds (0.5s) or milliseconds (500ms) */
          /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
          -webkit-transition: color 200ms linear;
          -moz-transition: color 200ms linear;
          -ms-transition: color 200ms linear;
          -o-transition: color 200ms linear;
          transition: color 200ms linear; }
          body > header .section-nav .controls a:hover {
            color: #272929;
            text-decoration: none; }
        @media (max-width: 767px) {
          body > header .section-nav .controls {
            padding-bottom: 20px;
            text-align: left;
            line-height: normal; }
            body > header .section-nav .controls a {
              padding-left: 0;
              padding-right: 15px; } }
  body > footer {
    margin-top: 60px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9333333333em; }
    body > footer a.back-top {
      display: block;
      min-height: 40px;
      margin: 40px 0;
      padding-right: 50px;
      text-transform: uppercase;
      line-height: 40px;
      color: #bdbcbc;
      background: url("../../images/website/interface/top-icon.png") center right no-repeat; }
      body > footer a.back-top:hover {
        text-decoration: none; }
    body > footer .foot {
      height: 54px;
      line-height: 54px;
      color: #bdbcbc;
      background: #3f3f40; }
      body > footer .foot a {
        color: #bdbcbc;
        text-decoration: none; }
        body > footer .foot a:hover {
          text-decoration: underline; }
  body.splash {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    body.splash .les2b {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
      body.splash .les2b h1 {
        position: relative;
        overflow: hidden;
        width: 181px;
        height: 181px;
        top: 50%;
        margin: -91px auto 0;
        text-indent: -6000px;
        background: url("../../images/website/interface/les2b-logo.png") center no-repeat; }
    body.splash .laetizia, body.splash .alexandre {
      position: absolute;
      width: 33%;
      height: 100%;
      top: 0;
      text-align: center;
      background: rgba(255, 255, 255, 0);
      cursor: pointer;
      /* Property: all, background, color, height, weight, outline */
      /* Duration: seconds (0.5s) or milliseconds (500ms) */
      /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
      -webkit-transition: background 350ms linear;
      -moz-transition: background 350ms linear;
      -ms-transition: background 350ms linear;
      -o-transition: background 350ms linear;
      transition: background 350ms linear; }
      body.splash .laetizia .content, body.splash .alexandre .content {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -55px; }
        body.splash .laetizia .content h1, body.splash .alexandre .content h1 {
          overflow: hidden;
          margin: 0 auto;
          text-indent: -6000px;
          /* Property: all, background, color, height, weight, outline */
          /* Duration: seconds (0.5s) or milliseconds (500ms) */
          /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
          -webkit-transition: background 350ms linear;
          -moz-transition: background 350ms linear;
          -ms-transition: background 350ms linear;
          -o-transition: background 350ms linear;
          transition: background 350ms linear; }
        body.splash .laetizia .content p, body.splash .alexandre .content p {
          margin-top: 30px; }
        body.splash .laetizia .content a, body.splash .alexandre .content a {
          font-family: 'Lato', Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 0.9333333333em;
          color: rgba(255, 255, 255, 0.6);
          text-transform: uppercase;
          text-decoration: none;
          /* Property: all, background, color, height, weight, outline */
          /* Duration: seconds (0.5s) or milliseconds (500ms) */
          /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
          -webkit-transition: color 350ms linear;
          -moz-transition: color 350ms linear;
          -ms-transition: color 350ms linear;
          -o-transition: color 350ms linear;
          transition: color 350ms linear; }
          body.splash .laetizia .content a:hover, body.splash .alexandre .content a:hover {
            color: #222;
            text-decoration: none; }
      body.splash .laetizia:hover, body.splash .alexandre:hover {
        background: rgba(255, 255, 255, 0.5); }
        body.splash .laetizia:hover a, body.splash .alexandre:hover a {
          color: #222; }
    body.splash .laetizia {
      left: 0; }
      body.splash .laetizia h1 {
        width: 148px;
        height: 54px;
        background: url("../../images/website/interface/laetizia-bazzoni.png") center no-repeat; }
      body.splash .laetizia:hover h1 {
        background: url("../../images/website/interface/laetizia-bazzoni-over.png") center no-repeat; }
    body.splash .alexandre {
      right: 0; }
      body.splash .alexandre h1 {
        width: 200px;
        height: 54px;
        background: url("../../images/website/interface/alexandre-bibaut.png") center no-repeat; }
      body.splash .alexandre:hover h1 {
        background: url("../../images/website/interface/alexandre-bibaut-over.png") center no-repeat; }
    body.splash .loader {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #8cb8c6; }
      body.splash .loader .circle-progress {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -91px;
        margin-left: -91px; }
    @media (max-width: 991px) {
      body.splash .laetizia, body.splash .alexandre {
        position: absolute;
        width: 100%;
        height: 33%; }
      body.splash .laetizia {
        top: 0; }
      body.splash .alexandre {
        top: 67%;
        bottom: 0; } }

/** Wrapper **/
#wrapper {
  /** Medias Grid **/
  /** Media Item **/
  /** Blog **/
  /** Footer Nav **/ }
  #wrapper h1 {
    margin-bottom: 25px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8666666667em; }
  #wrapper h2 {
    margin-bottom: 25px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.0666666667em; }
  #wrapper p {
    line-height: 21px; }
  #wrapper a {
    color: #585a5a;
    text-decoration: underline; }
    #wrapper a.allrights::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../../images/website/interface/allrightsreserved.gif") top left no-repeat; }
  #wrapper .subnav li {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em; }
    #wrapper .subnav li + li {
      margin-top: 8px;
      padding-top: 7px;
      border-top: 1px solid #e2e2e2; }
    #wrapper .subnav li a {
      color: #bdbcbc;
      text-decoration: none;
      /* Property: all, background, color, height, weight, outline */
      /* Duration: seconds (0.5s) or milliseconds (500ms) */
      /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
      -webkit-transition: color 200ms linear;
      -moz-transition: color 200ms linear;
      -ms-transition: color 200ms linear;
      -o-transition: color 200ms linear;
      transition: color 200ms linear;
      /*&:hover { color: $alexandre-color; }*/ }
    #wrapper .subnav li.active a {
      color: #272929; }
  @media (max-width: 991px) {
    #wrapper .subnav {
      margin-bottom: 30px; }
      #wrapper .subnav li {
        text-align: center; } }
  #wrapper .dash-separated {
    margin-bottom: 60px; }
    #wrapper .dash-separated::after {
      content: '';
      display: block;
      width: 170px;
      padding-top: 60px;
      /*border-bottom: 2px solid $alexandre-color;*/ }
  #wrapper .about-head {
    margin-bottom: 60px; }
    #wrapper .about-head h1 {
      margin-bottom: 4px; }
    #wrapper .about-head p {
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 1.4666666667em;
      color: #272929; }
    #wrapper .about-head a {
      color: #272929;
      text-decoration: none;
      /* Property: all, background, color, height, weight, outline */
      /* Duration: seconds (0.5s) or milliseconds (500ms) */
      /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
      -webkit-transition: color 200ms linear;
      -moz-transition: color 200ms linear;
      -ms-transition: color 200ms linear;
      -o-transition: color 200ms linear;
      transition: color 200ms linear;
      /*&:hover { color: $alexandre-color; }*/ }
  #wrapper .section-footer {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #efefef; }
    #wrapper .section-footer h2 {
      margin-bottom: 40px;
      color: #bdbcbc; }
    @media (max-width: 767px) {
      #wrapper .section-footer {
        /* Pour contrer la ligne ci-dessus dans le cas où un "xs" est géré dans la vue */ }
        #wrapper .section-footer div.row > div[class*="col-"] + div[class*="col-"] {
          margin-top: 30px; }
        #wrapper .section-footer div.row > div[class*="col-xs"] + div[class*="col-xs"] {
          margin-top: 0; } }
  #wrapper .medias-grid + .medias-grid, #wrapper .medias-grid > .row + .row {
    margin-top: 30px; }
  @media (max-width: 767px) {
    #wrapper .medias-grid > .row > div + div {
      margin-top: 30px; } }
  #wrapper .media-item {
    position: relative;
    overflow: hidden; }
    #wrapper .media-item.large .title a {
      font-size: 1.2em; }
    @media (max-width: 767px) {
      #wrapper .media-item {
        /* fs = fullscreen */ }
        #wrapper .media-item img {
          min-width: 100%; }
        #wrapper .media-item.fs {
          padding: 0 15px; } }
    #wrapper .media-item .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #wrapper .media-item .title a {
        display: table;
        width: 100%;
        height: 100%;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #272929;
        text-decoration: none;
        background: white transparent;
        /* For web browsers that doesn't support RGBa */
        background: rgba(255, 255, 255, 0.9);
        opacity: 0;
        /* Property: all, background, color, height, weight, outline */
        /* Duration: seconds (0.5s) or milliseconds (500ms) */
        /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        transition: opacity 200ms linear; }
        #wrapper .media-item .title a:hover {
          opacity: 1; }
        #wrapper .media-item .title a > span {
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          margin: 0 auto;
          padding-top: 25px;
          text-align: center; }
          #wrapper .media-item .title a > span::after {
            content: '';
            display: block;
            width: 28%;
            margin: 0 auto;
            padding-top: 25px;
            border-bottom: 2px solid #272929; }
    #wrapper .media-item .download {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      text-align: center;
      /* Value must be in pixels {value}px */
      -moz-transform: translateY(120px);
      -webkit-transform: translateY(120px);
      -o-transform: translateY(120px);
      -ms-transform: translateY(120px);
      transform: translateY(120px);
      /* Property: all, background, color, height, weight, outline */
      /* Duration: seconds (0.5s) or milliseconds (500ms) */
      /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -ms-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      transition: all 350ms ease; }
      #wrapper .media-item .download a {
        display: inline-block;
        padding: 20px;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-weight: 900;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        /*background-color: $alexandre-color;*/
        /* Property: all, background, color, height, weight, outline */
        /* Duration: seconds (0.5s) or milliseconds (500ms) */
        /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
        -webkit-transition: all 250ms linear;
        -moz-transition: all 250ms linear;
        -ms-transition: all 250ms linear;
        -o-transition: all 250ms linear;
        transition: all 250ms linear; }
        #wrapper .media-item .download a:hover {
          /*color: $alexandre-color;*/
          background-color: #fff; }
    #wrapper .media-item:hover .download {
      /* Value must be in pixels {value}px */
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  #wrapper .blog-post > header h1.date {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8666666667em;
    text-align: right;
    /*color: $alexandre-color;*/ }
    @media (max-width: 991px) {
      #wrapper .blog-post > header h1.date {
        margin-bottom: 5px;
        text-align: left; } }
  #wrapper .blog-post > header h1 a {
    color: #272929;
    text-decoration: none; }
    #wrapper .blog-post > header h1 a:hover {
      text-decoration: underline; }
  #wrapper .blog-post .introduction {
    margin-bottom: 34px; }
    #wrapper .blog-post .introduction .socials ul {
      overflow: hidden; }
      #wrapper .blog-post .introduction .socials ul li {
        float: right;
        font-size: 1.2em; }
        #wrapper .blog-post .introduction .socials ul li + li {
          margin-right: 12px; }
        #wrapper .blog-post .introduction .socials ul li a {
          color: #bdbcbc;
          /* Property: all, background, color, height, weight, outline */
          /* Duration: seconds (0.5s) or milliseconds (500ms) */
          /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
          -webkit-transition: color 200ms linear;
          -moz-transition: color 200ms linear;
          -ms-transition: color 200ms linear;
          -o-transition: color 200ms linear;
          transition: color 200ms linear;
          /*&:hover { color: $alexandre-color; }*/ }
      @media (max-width: 991px) {
        #wrapper .blog-post .introduction .socials ul {
          margin-bottom: 15px; }
          #wrapper .blog-post .introduction .socials ul li {
            float: left; }
            #wrapper .blog-post .introduction .socials ul li + li {
              margin-left: 12px;
              margin-right: 0; } }
    #wrapper .blog-post .introduction .thumbs {
      position: relative;
      margin: 15px -7px 0; }
      #wrapper .blog-post .introduction .thumbs ul li,
      #wrapper .blog-post .introduction .thumbs .more {
        box-sizing: border-box;
        padding-left: 7px;
        padding-right: 7px; }
      #wrapper .blog-post .introduction .thumbs ul li a,
      #wrapper .blog-post .introduction .thumbs .more span {
        display: block;
        width: 100%;
        height: 142px; }
      #wrapper .blog-post .introduction .thumbs ul {
        display: block;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding: 0; }
        #wrapper .blog-post .introduction .thumbs ul li {
          display: block;
          float: left; }
          #wrapper .blog-post .introduction .thumbs ul li a {
            overflow: hidden;
            width: 100%;
            text-indent: -6000px;
            background-attachment: scroll;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }
      #wrapper .blog-post .introduction .thumbs .more {
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none; }
        #wrapper .blog-post .introduction .thumbs .more span {
          font-family: 'Lato', Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-size: 2.1333333333em;
          line-height: 142px;
          text-align: center;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5); }
      #wrapper .blog-post .introduction .thumbs.two li, #wrapper .blog-post .introduction .thumbs.two .more {
        width: 50%; }
      #wrapper .blog-post .introduction .thumbs.three li, #wrapper .blog-post .introduction .thumbs.three .more {
        width: 33.3333333333%; }
      #wrapper .blog-post .introduction .thumbs.four li, #wrapper .blog-post .introduction .thumbs.four .more {
        width: 25%; }
      @media (max-width: 767px) {
        #wrapper .blog-post .introduction .thumbs {
          display: none; } }
  #wrapper .blog-post .summary .tags li {
    font-size: 0.9333333333em;
    text-align: right; }
    #wrapper .blog-post .summary .tags li + li {
      margin-top: 8px; }
    #wrapper .blog-post .summary .tags li a {
      /*color: $alexandre-color;*/
      text-decoration: underline;
      /* Property: all, background, color, height, weight, outline */
      /* Duration: seconds (0.5s) or milliseconds (500ms) */
      /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
      -webkit-transition: color 200ms linear;
      -moz-transition: color 200ms linear;
      -ms-transition: color 200ms linear;
      -o-transition: color 200ms linear;
      transition: color 200ms linear; }
      #wrapper .blog-post .summary .tags li a:hover {
        color: #585a5a; }
  @media (max-width: 991px) {
    #wrapper .blog-post .summary .tags {
      overflow: hidden;
      margin-bottom: 30px; }
      #wrapper .blog-post .summary .tags li {
        float: left; }
        #wrapper .blog-post .summary .tags li + li {
          margin-left: 15px;
          margin-top: 0; } }
  #wrapper .blog-post .summary a.more {
    display: inline-block;
    margin-top: 30px;
    padding: 7px 12px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    color: #bdbcbc;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #bdbcbc;
    /* Property: all, background, color, height, weight, outline */
    /* Duration: seconds (0.5s) or milliseconds (500ms) */
    /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    #wrapper .blog-post .summary a.more:hover {
      /*color: $alexandre-color;
					border-color: $alexandre-color;*/
      text-decoration: none; }
  #wrapper .blog-post .body > div {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #efefef; }
    #wrapper .blog-post .body > div img + img {
      margin-top: 30px; }
  @media (max-width: 991px) {
    #wrapper .blog-aside {
      margin-top: 60px;
      padding-top: 60px;
      border-top: 1px solid #efefef; } }
  #wrapper .blog-aside h3 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1em; }
  #wrapper .blog-aside h4 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 0.8em; }
  #wrapper .blog-aside form {
    margin-bottom: 40px; }
    #wrapper .blog-aside form input[type="search"] {
      width: 100%;
      padding: 8px 10px;
      border: 1px solid #e4e4e4;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-size: 0.8em;
      color: #585a5a;
      background: #fff; }
      #wrapper .blog-aside form input[type="search"]:focus {
        outline: none; }
  #wrapper .blog-aside .block + .block {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #efefef; }
  #wrapper .blog-aside .latest-post a, #wrapper .blog-aside .archives a {
    color: #919393;
    text-decoration: none;
    /* Property: all, background, color, height, weight, outline */
    /* Duration: seconds (0.5s) or milliseconds (500ms) */
    /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear; }
    #wrapper .blog-aside .latest-post a:hover, #wrapper .blog-aside .archives a:hover {
      color: #585a5a;
      text-decoration: none; }
  #wrapper .blog-aside .latest-post h4.date {
    margin-bottom: 5px;
    /*color: $alexandre-color;*/ }
  #wrapper .blog-aside .latest-post li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef; }
  #wrapper .blog-aside .tags ul {
    overflow: hidden; }
    #wrapper .blog-aside .tags ul li {
      float: left;
      margin-right: 6px;
      margin-bottom: 6px;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-size: 0.8em; }
      #wrapper .blog-aside .tags ul li a {
        display: block;
        padding: 6px 8px;
        border: 1px solid #e4e4e4;
        color: #919393;
        text-decoration: none;
        /* Property: all, background, color, height, weight, outline */
        /* Duration: seconds (0.5s) or milliseconds (500ms) */
        /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
        #wrapper .blog-aside .tags ul li a:hover {
          border-color: #585a5a;
          color: #585a5a; }
  #wrapper .blog-aside .archives li + li {
    margin-top: 5px; }
  #wrapper .footer-nav ul.pagination {
    overflow: hidden;
    margin: 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
    #wrapper .footer-nav ul.pagination li {
      float: left;
      /*&.active a { color: $alexandre-color; }*/ }
      #wrapper .footer-nav ul.pagination li + li {
        margin-left: 15px; }
      #wrapper .footer-nav ul.pagination li a {
        float: none;
        padding: 0;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: normal;
        color: #585a5a;
        border: none;
        background: none;
        /* Property: all, background, color, height, weight, outline */
        /* Duration: seconds (0.5s) or milliseconds (500ms) */
        /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
        -webkit-transition: color 200ms linear;
        -moz-transition: color 200ms linear;
        -ms-transition: color 200ms linear;
        -o-transition: color 200ms linear;
        transition: color 200ms linear;
        /*&:hover { color: $alexandre-color; }*/ }
  #wrapper .footer-nav .controls {
    text-align: right; }
    #wrapper .footer-nav .controls a {
      padding-left: 15px;
      color: #bdbcbc;
      text-decoration: none;
      /* Property: all, background, color, height, weight, outline */
      /* Duration: seconds (0.5s) or milliseconds (500ms) */
      /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
      -webkit-transition: color 200ms linear;
      -moz-transition: color 200ms linear;
      -ms-transition: color 200ms linear;
      -o-transition: color 200ms linear;
      transition: color 200ms linear; }
      #wrapper .footer-nav .controls a:hover {
        /*color: $alexandre-color;*/
        text-decoration: none; }

/** Blueimp Gallery **/
.blueimp-gallery {
  background: #fff; }
  .blueimp-gallery .slides {
    padding: 30px 0; }
    .blueimp-gallery .slides .slide::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../../images/website/interface/allrightsreserved.gif") top left no-repeat; }
    .blueimp-gallery .slides .slide img {
      padding: 0 115px; }
  .blueimp-gallery > .prev, .blueimp-gallery > .next {
    width: 48px;
    height: 48px;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    border: 2px solid #d6d6d6;
    text-shadow: none;
    line-height: 48px;
    color: #d6d6d6;
    background: none;
    opacity: 1;
    /* Property: all, background, color, height, weight, outline */
    /* Duration: seconds (0.5s) or milliseconds (500ms) */
    /* Ease: ease, linear, ease-in, ease-out, ease-in-out */
    -webkit-transition: background 250ms ease-out;
    -moz-transition: background 250ms ease-out;
    -ms-transition: background 250ms ease-out;
    -o-transition: background 250ms ease-out;
    transition: background 250ms ease-out; }
  .blueimp-gallery > .prev {
    left: 30px;
    background: url("../../images/website/interface/arrow-prev.png") center left no-repeat; }
    .blueimp-gallery > .prev:hover {
      background-position: center right; }
  .blueimp-gallery > .next {
    right: 30px;
    background: url("../../images/website/interface/arrow-next.png") center right no-repeat; }
    .blueimp-gallery > .next:hover {
      background-position: center left; }
  .blueimp-gallery > .close {
    width: 17px;
    height: 17px;
    top: 30px;
    right: 30px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    line-height: 17px;
    color: #d6d6d6;
    background: url("../../images/website/interface/close.png") center no-repeat;
    opacity: 1; }

/** Masonry (Portfolio) **/
.masonry img {
  margin-bottom: 30px; }

/** Video Container **/
.video-container.is-dash-separated {
  margin-bottom: 60px; }
  .video-container.is-dash-separated::after {
    content: '';
    display: block;
    width: 170px;
    padding-top: 60px;
    /*border-bottom: 2px solid $alexandre-color;*/ }

/** Flex Video **/
/**
  * Force to size of embeded videos (Youtube, Vimeo, ...)
  * Example of use:
   <div class="flex-video widescreen" style="margin: 0 auto; text-align:center;">
		<iframe allowfullscreen="" src="http://www.youtube.com/embed/6NbAAmDuv_8?feature=player_detailpage" frameborder="0"></iframe>
   </div>
**/
.flex-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video.sixteennine {
    padding-top: 0;
    padding-bottom: 56.25%; }
  .flex-video iframe, .flex-video object, .flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
      padding-top: 0; } }
