html {
  color: white;
  font-family: 'helvetica';
  background-color: #000; }

h1 {
  margin-top: 1em;
  margin-bottom: .5em; }

@media screen and (max-width: 550px) {
  h1 {
    font-size: 3em; } }
@media screen and (min-width: 550px) {
  h1 {
    font-size: 5em; } }
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 2em;
  font-weight: 600; }

h3 {
  font-size: 2em;
  margin-bottom: .5em; }

p {
  margin-bottom: 2em;
  font-weight: 600; }

img {
  pointer-events: auto; }

.container {
  position: relative;
  z-index: 10;
  margin-top: 20vh; }

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 1s; }
  .video.video-metiers {
    -webkit-filter: hue-rotate(100deg); }
  .video.video-contacts {
    -webkit-filter: hue-rotate(315deg); }
  .video.video-realisations, .video.video-projet {
    -webkit-filter: hue-rotate(200deg) brightness(60%) contrast(120%); }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none; }
  .menu a {
    position: absolute;
    display: block;
    pointer-events: auto;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: 600; }
  .menu svg {
    display: inline-block;
    height: 19px; }

@media screen and (max-width: 550px) {
  .menu a {
    padding: 16px; } }
@media screen and (min-width: 550px) {
  .menu a {
    padding: 32px; } }
.links .txt {
  display: block;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0;
  transition: all .2s ease-in; }
.links .graphics {
  margin-top: -4px; }
.links svg * {
  transition: all .2s ease-in; }
.links:hover svg *, .links:focus svg * {
  fill: #000;
  transition: all .2s ease-out; }
.links:hover .txt, .links:focus .txt {
  transition: all .2s ease-out;
  opacity: 1;
  transform: translateX(0); }

.logo {
  top: 0;
  left: 0;
  width: 47px;
  height: 20px; }

.metiers {
  top: 0;
  right: 0; }
  .metiers .graphics {
    width: 15px;
    float: right; }
  .metiers .txt {
    transform: translateX(12px); }

.contacts {
  bottom: 0;
  right: 0; }
  .contacts .graphics {
    float: right;
    width: 17px; }
  .contacts .txt {
    transform: translateX(12px); }

.realisations {
  bottom: 0;
  left: 0; }
  .realisations .graphics {
    width: 15px;
    float: left; }
  .realisations .txt {
    transform: translateX(-12px); }

.links-footer {
  text-align: center; }
  .links-footer a {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    height: 400px;
    line-height: 400px;
    vertical-align: middle;
    font-size: 3em;
    text-decoration: none;
    color: white;
    font-weight: 200;
    pointer-events: auto;
    transition: all .2s ease-in-out; }
    .links-footer a:hover svg, .links-footer a:focus svg {
      opacity: 1; }
    .links-footer a:hover .txt, .links-footer a:focus .txt {
      opacity: .2; }
  .links-footer .txt {
    position: relative;
    transition: all .2s ease-in-out; }
  .links-footer .graphics {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .links-footer svg {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 33%;
    max-height: 33%;
    transform: translateY(-50%) translateX(-50%);
    opacity: .2; }

.slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.swiper-container {
  position: absolute;
  top: 50%;
  left: -25%;
  width: 150%;
  height: 50vh;
  margin-top: -25vh; }

.swiper-slide {
  position: relative;
  height: 100%;
  text-align: center;
  width: auto; }
  .swiper-slide .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
  .swiper-slide figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .swiper-slide a {
    display: inline-block;
    color: white;
    text-decoration: none;
    transition: all .1s;
    opacity: 0;
    transform: translateY(100px);
    pointer-events: none;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5); }
    .swiper-slide a::after {
      content: "";
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .swiper-slide .nom {
    position: relative;
    z-index: 99;
    font-weight: 600;
    white-space: nowrap; }
  .swiper-slide .cat {
    display: inline-block;
    margin-top: 1em;
    letter-spacing: 8px;
    white-space: nowrap;
    text-shadow: 2px 2px 20px rgba(0, 0, 60, 0.6); }

@media screen and (max-width: 550px) {
  .swiper-slide .nom {
    font-size: 3em; } }
@media screen and (min-width: 550px) {
  .swiper-slide .nom {
    font-size: 7em; } }
.swiper-slide-active a {
  transition: all 0.5s 0.2s cubic-bezier(0.36, 0.28, 0.07, 1);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; }

.page-metiers img {
  -webkit-filter: hue-rotate(120deg) brightness(150%); }
.page-metiers .js-isInView {
  overflow: hidden; }
  .page-metiers .js-isInView img {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s cubic-bezier(0.5, 0.5, 0, 1); }
  .page-metiers .js-isInView h3,
  .page-metiers .js-isInView p {
    opacity: 0;
    transform: translateX(50px); }
  .page-metiers .js-isInView h3 {
    transition: all 1s 0.2s cubic-bezier(0.5, 0.5, 0, 1); }
  .page-metiers .js-isInView p {
    transition: all 0.5s cubic-bezier(0.47, 0.52, 0.48, 1.01); }
  .page-metiers .js-isInView hr {
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.5s 0.4s cubic-bezier(0.5, 0.5, 0, 1);
    transform-origin: left; }
  .page-metiers .js-isInView p:nth-of-type(1) {
    transition-delay: .5s; }
  .page-metiers .js-isInView p:nth-of-type(2) {
    transition-delay: .6s; }
  .page-metiers .js-isInView p:nth-of-type(3) {
    transition-delay: .7s; }
  .page-metiers .js-isInView p:nth-of-type(4) {
    transition-delay: .8s; }
  .page-metiers .js-isInView.inView h3,
  .page-metiers .js-isInView.inView p {
    opacity: 1;
    transform: translateX(0); }
  .page-metiers .js-isInView.inView hr {
    opacity: 1;
    transform: scaleX(1); }
  .page-metiers .js-isInView.inView img {
    opacity: 1;
    transform: translateY(0); }

.page-projet img {
  margin-bottom: 3em; }
.page-projet .grouped_elements {
  display: block;
  width: 100%; }
  .page-projet .grouped_elements img {
    width: 100%; }
.page-projet .js-isInView {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0, 0.66, 0.43, 1.01); }
  .page-projet .js-isInView.inView {
    opacity: 1;
    transform: translateY(0); }

.btn {
  display: inline-block;
  width: 300px;
  margin-top: 1em;
  text-decoration: none;
  font-weight: 800;
  color: white;
  padding: 16px 24px;
  border: 3px solid white;
  border-radius: 32px; }

.map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important; }

.grouped_elements {
  position: relative; }
  .grouped_elements img {
    margin-bottom: 0; }
  .grouped_elements:hover::before, .grouped_elements:hover::after {
    opacity: 1;
    transform: scale(1); }
  .grouped_elements::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 1s cubic-bezier(0, 0.66, 0.43, 1.01); }
  .grouped_elements::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background: url(../img/eye.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0, 0.66, 0.43, 1.01); }

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