html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 100%;
  height: 100%; }

body {
  font-size: 1rem;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%; }

body, div, ul, li, p {
  padding: 0;
  margin: 0;
  position: relative; }

ul li {
  list-style: none;
  text-align: center; }

video {
  width: 100%;
  height: auto; }

a span {
  position: relative; }
  a span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #71706f;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s; }
a:hover {
  text-decoration: none; }
  a:hover span:after {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s; }

.center {
  text-align: center; }

.clear {
  clear: both; }

@font-face {
  font-family: 'gotham-bold';
  src: url("../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.woff2") format("woff2"), url("../fonts/gotham-bold.ttf") format("truetype"), url("../fonts/gotham-bold.svg#Univers") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham-light';
  src: url("../fonts/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.woff2") format("woff2"), url("../fonts/gotham-light.ttf") format("truetype"), url("../fonts/gotham-light.svg#Univers") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'univers57-condensed';
  src: url("../fonts/univers-lt-std-57-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/univers-lt-std-57-condensed.woff") format("woff"), url("../fonts/univers-lt-std-57-condensed.woff2") format("woff2"), url("../fonts/univers-lt-std-57-condensed.ttf") format("truetype"), url("../fonts/univers-lt-std-57-condensed.svg#Univers") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'univers65-bold';
  src: url("../fonts/univers-lt-std-65-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/univers-lt-std-65-bold.woff") format("woff"), url("../fonts/univers-lt-std-65-bold.woff2") format("woff2"), url("../fonts/univers-lt-std-65-bold.ttf") format("truetype"), url("../fonts/univers-lt-std-65-bold.svg#Univers") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/IcoMoon-Free.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
header {
  min-height: 130px;
  margin-bottom: 10px;
  display: inline-flex;
  position: relative; }
  header:after {
    left: -15px;
    bottom: 0px;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    content: '';
    background-color: #71706f; }
  header.border-bottom {
    border-bottom: 2px solid #71706f; }
  header .back {
    height: 84px;
    line-height: 84px; }
  header a {
    font-family: gotham-light;
    color: #414f5e; }
    header a .texte {
      color: #414f5e;
      font-size: 1rem;
      position: relative;
      padding-left: 30px; }
      header a .texte:before {
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        width: 15px;
        height: 30px;
        background: url(../sources/images/back.jpg); }
    header a:hover .arrow {
      text-decoration: none; }
    header a span:after {
      left: 30px;
      background-color: #414f5e; }
  header div {
    min-height: 130px; }
    header div img {
      margin: 30px auto;
      display: block; }

.gallery {
  z-index: 100; }
  .gallery .gallery-grid {
    width: 100%; }
    .gallery .gallery-grid .grid-item {
      overflow: hidden; }
      .gallery .gallery-grid .grid-item img {
        margin: 5px 10px;
        height: 100%; }
      .gallery .gallery-grid .grid-item a {
        display: block;
        position: relative; }

.sleek-lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
  display: none;
  overflow: hidden; }
  .sleek-lightbox .sleek-lightbox__close {
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    z-index: 2000; }
    .sleek-lightbox .sleek-lightbox__close .icon-cross {
      line-height: 1; }
      .sleek-lightbox .sleek-lightbox__close .icon-cross:before {
        content: "\ea0f";
        font-family: IcoMoon;
        font-style: normal; }
  .sleek-lightbox .sleek-lightbox__content {
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    text-align: center; }
    .sleek-lightbox .sleek-lightbox__content img {
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      max-width: 80%;
      max-height: 80%;
      z-index: 5000; }
    .sleek-lightbox .sleek-lightbox__content .sleek-lightbox__content__close {
      width: 100%;
      height: 100%;
      z-index: 1000;
      display: block;
      position: absolute;
      cursor: pointer; }
  .sleek-lightbox .sleek-lightbox__bottom {
    position: absolute;
    bottom: 40px;
    z-index: 5000;
    text-align: center;
    left: 0;
    right: 0; }
  .sleek-lightbox .sleek-lightbox__info {
    display: inline-block; }
  .sleek-lightbox .sleek-lightbox__arrow {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    display: inline-block; }
  .sleek-lightbox .icon-arrow-left::before {
    content: "\ea40";
    font-family: IcoMoon;
    font-style: normal; }
  .sleek-lightbox .icon-arrow-right::before {
    content: "\ea3c";
    font-family: IcoMoon;
    font-style: normal; }

.sleek-lightbox__closeall {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4; }

.rowenta.niveau1 section {
  margin-bottom: 50px; }
  .rowenta.niveau1 section ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .rowenta.niveau1 section ul li {
      text-align: center; }
      .rowenta.niveau1 section ul li a {
        line-height: normal;
        display: block;
        height: 100%;
        color: #fff;
        max-width: 707px;
        margin: 0 auto; }
        .rowenta.niveau1 section ul li a div {
          padding: 30px 0 0;
          position: relative; }
          .rowenta.niveau1 section ul li a div img {
            display: block;
            width: 100%;
            max-height: 400px;
            max-width: 707px; }
          .rowenta.niveau1 section ul li a div span {
            height: 70px;
            line-height: 70px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            font-family: univers65-bold;
            text-transform: uppercase;
            background-color: rgba(0, 0, 0, 0.35);
            transition: all 1s;
            -webkit-transition: all 1s; }
        .rowenta.niveau1 section ul li a:hover span {
          background-color: rgba(0, 0, 0, 0.6);
          transition: all 1s;
          -webkit-transition: all 1s; }
          .rowenta.niveau1 section ul li a:hover span:after {
            opacity: 0; }
.rowenta.niveau2 section h2 {
  font-family: univers65-bold;
  color: #404040;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 2rem;
  margin-top: 20px; }
.rowenta.niveau2 section ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .rowenta.niveau2 section ul li {
    min-height: 230px;
    line-height: 230px;
    margin-bottom: 20px; }
    .rowenta.niveau2 section ul li a {
      line-height: normal;
      background: #e6e6e6;
      display: flex;
      height: 100%;
      color: #333333; }
      .rowenta.niveau2 section ul li a div {
        padding: 30px 0 30px 10px;
        margin: auto; }
        .rowenta.niveau2 section ul li a div img {
          display: block;
          max-width: 100%; }
        .rowenta.niveau2 section ul li a div span {
          font-family: univers65-bold;
          color: #333333;
          text-transform: uppercase; }
          .rowenta.niveau2 section ul li a div span:after {
            background-color: #333333; }
.rowenta.niveau3 header:after {
  display: none; }
.rowenta.niveau3 .illustration {
  background: #e6e6e6;
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px; }
  .rowenta.niveau3 .illustration img {
    max-width: 100%; }
  .rowenta.niveau3 .illustration:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #e6e6e6; }
  .rowenta.niveau3 .illustration:after {
    content: '';
    position: absolute;
    right: -30px;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #e6e6e6; }
.rowenta.niveau3 .titre h2 {
  font-family: univers65-bold;
  color: #404040;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 2.6rem; }
  .rowenta.niveau3 .titre h2:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #404040;
    left: calc(50% - 75px);
    bottom: 0px; }
.rowenta.niveau3 .links {
  margin-bottom: 50px; }
  .rowenta.niveau3 .links ul {
    margin: 30px auto;
    justify-content: center; }
    .rowenta.niveau3 .links ul li {
      float: left;
      text-align: center;
      padding: 5px; }
      @media screen and (min-width: 768px) {
        .rowenta.niveau3 .links ul li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%; } }
      .rowenta.niveau3 .links ul li a {
        line-height: 215px;
        color: #fff;
        width: 100%;
        height: 215px;
        display: block; }
        .rowenta.niveau3 .links ul li a div {
          line-height: normal;
          text-align: center;
          display: inline-grid; }
          .rowenta.niveau3 .links ul li a div img, .rowenta.niveau3 .links ul li a div span {
            display: block;
            margin: 0 auto; }
          .rowenta.niveau3 .links ul li a div span {
            font-family: univers57-condensed;
            font-size: 1.2rem;
            margin-top: 10px; }
            .rowenta.niveau3 .links ul li a div span:after {
              background-color: #fff; }
.rowenta.niveau4 section .titre {
  margin-bottom: 30px; }
  .rowenta.niveau4 section .titre h2 {
    font-family: univers65-bold;
    color: #404040;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 2.1rem;
    margin-top: 25px; }
    .rowenta.niveau4 section .titre h2:after {
      content: '';
      position: absolute;
      width: 150px;
      height: 2px;
      background-color: #404040;
      left: calc(50% - 75px);
      bottom: 0px; }
  .rowenta.niveau4 section .titre h3 {
    font-family: univers57-condensed;
    color: #404040;
    font-size: 1.5rem; }
.rowenta.niveau4 section.video ul, .rowenta.niveau4 section.gif ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .rowenta.niveau4 section.video ul li div, .rowenta.niveau4 section.gif ul li div {
    font-family: univers57-condensed;
    color: #71706f;
    margin-top: 40px;
    margin-bottom: 50px; }
    .rowenta.niveau4 section.video ul li div:before, .rowenta.niveau4 section.gif ul li div:before {
      content: '';
      position: absolute;
      width: 150px;
      height: 1px;
      background: #71706f;
      top: -20px;
      left: calc(50% - 75px); }
.rowenta.niveau4 header.gallery {
  position: relative; }
  .rowenta.niveau4 header.gallery:after {
    left: -15px;
    bottom: 0px;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    content: '';
    background-color: #71706f; }
.rowenta.niveau4 .covering, .rowenta.niveau4 .gif {
  text-align: center;
  margin-bottom: 30px; }
  .rowenta.niveau4 .covering img, .rowenta.niveau4 .gif img {
    max-width: 100%;
    margin-bottom: 30px; }

@media screen and (max-width: 639px) {
  header {
    padding-bottom: 50px; }
    header .back {
      position: absolute;
      bottom: 0;
      text-align: left; }

  .niveau1 header {
    padding-bottom: 0px; } }
@media screen and (min-width: 768px) {
  .rowenta.niveau3 .links ul {
    display: flex;
    flex-wrap: wrap; } }
.grid-sizer {
  width: 100%; }
  @media screen and (min-width: 640px) and (max-width: 959px) {
    .grid-sizer {
      width: 33.33%; } }
  @media screen and (min-width: 960px) {
    .grid-sizer {
      width: 20%; } }

.gallery .gallery-grid .grid-item {
  width: 100%; }
  @media screen and (min-width: 640px) and (max-width: 959px) {
    .gallery .gallery-grid .grid-item {
      width: 33.33%; } }
  @media screen and (min-width: 960px) {
    .gallery .gallery-grid .grid-item {
      width: 20%; } }

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