/* Reset 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none; color:none;}
html{
	max-width: 1800px;
}




/**
 * General
 */
@font-face {
font-family: 'Avenir LT Std 45 Book Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 45 Book Oblique'), url('assets/font/AvenirLTStd-BookOblique.woff') format('woff');
}
@font-face {
font-family: 'Avenir LT Std 55 Roman';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 55 Roman'), url('assets/font/AvenirLTStd-Roman.woff') format('woff');
}
@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black'), url('assets/font/AvenirLTStd-Black.woff') format('woff');
}
@font-face {
font-family: 'Avenir LT Std 85 Heavy';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 85 Heavy'), url('assets/font/AvenirLTStd-Heavy.woff') format('woff');
}
@font-face {
font-family: 'Avenir LT Std 65 Medium';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 65 Medium'), url('assets/font/AvenirLTStd-Medium.woff') format('woff');
}

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

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

body {
  background: #fff;
  color: #7b7b7b;
  font-weight: 400;
  font-size: 16px;
  font-family: "Martel Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-y: scroll;
  /* force scroll to appear */
}

/* helper class when showing content */
.noscroll {
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

/* Sidebar */
.sidebar {
  text-align: left;
  background: white;
  z-index: 1000;
  position: fixed;
  width: 300px;
  max-width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 40px;
}

.logo{height: 40px; width: 40px;}

.sidebar h1 {
  margin-top:40px;
  font-size: 16px;
  line-height: 1;
  font-family: "Avenir LT Std 95 Black";
  color: black;
}
.related {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  font-family: "Avenir LT Std 65 Medium";
}
.related a {
color:#999999;
font-size:16px;
position: relative;
display: block;
}
.related a:active {
  color: black;
  text-decoration: underline;
}
.related a:hover,
.related a:focus {
  color: black;
}


/* Main content */
.main {
  position: relative;
  z-index: 50;
}

/* Grid container */
.grid {
  position: relative;
}

/* Overlay */
.grid::after {
  content: '';
  background: rgba(202, 202, 202, 0.4);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.view-single .grid::after {
  opacity: 1;
}

/* Top bar above the grid */
.top-bar {
  background: #fff;
  width: 100%;
  line-height: 1;
  padding: 40px 20px 40px;
  padding-top:49.5px;
  padding-bottom: 49.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top-bar__headline {
  margin: 0;
  font-size: 0.75em;
}

/* Menu button for toggling the sidebar (appears on small screen) */
.menu-toggle {
  position: fixed;
  z-index: 100;
  display: block;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 20px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  margin: -2px 15px 0 0;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
}

.menu-toggle span:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.menu-toggle span:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}


/* Filter/dropdown dummy on the right */
.filter {
  text-align: right;
  font-size: 24px;
  margin-left: auto;
  font-family: 'Avenir LT Std 85 Heavy';
  color: black;

}

.filter span{cursor: pointer;width: 110px;position: relative;}
.filter > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.filter span:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Grid item */
.grid__item {
  padding: 0px 20px 40px;
  position: relative;
  color: inherit;
  background: #fff;
  /*min-height: 300px;*/
  cursor: pointer;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.grid__item * {
  z-index: 10;
}
.grid__item h2{
	color:black;line-height:24px;font-size: 16px;font-family: 'Avenir LT Std 95 Black';margin-top: 20px;text-transform: uppercase;
}
.grid__item h3{
	line-height:24px;font-family:'Avenir LT Std 55 Roman';font-size: 16px;color: #3d3d3;
}
.grid__item h4{
	line-height:24px;font-family:'Avenir LT Std 45 Book Oblique';font-size: 12px;color: #3d3d3d;
}


.img{;overflow: hidden;border: none;display: inline-block;position: relative;}
.img-projet{width: 100%;height: auto;}
.img-hover{display:none;}
.vimeo{width: 70%;}


/* Viewport sizes based on column number and sidebar */
/* 1 column */
/* 2 columns */
/* 3 columns */
/* 4 columns */
/* 5 columns */
/* 6 columns */
@media screen and (min-width: 600px) {
  html,
  body,
  .container,
  .main {
    height: 100vh;
  }
  .left-part{
  text-align: left;
  width: 300px;
  max-width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  height: 100vh;
  position: fixed;
  padding-top: 150px;
  display: inline-block;
  float: left;
  }
  .description-project{
  margin-left: 40px; width: 640px; margin-bottom: 20px;
}
  .sidebar-project {
  text-align: left;
  background: white;
  z-index: 1000;
  position: fixed;
  width: 300px;
  max-width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
}
.video-mobile{
  padding-left: 200px;
}
  /* The navigation links inside the overlay */
.overlay a.menu-content {font-family: 'Avenir LT Std 85 Heavy';padding: 8px;text-decoration: none;font-size: 128px;color: white;display: block; /* Display block instead of inline */transition: 0.0s; /* Transition effects on hover (color) */}
  .main {
    height: 100%;
    margin-left: 300px;
  }
.menu-content{
  display: inline-block;
}
  .content__item {
    font-size: 1em;
  }

  /* Demo ad */
  body #cdawrap {
    right: auto;
    left: 30px;
    top: auto;
    bottom: 0;
    background: none;
    border: none;
    width: 240px;
    background: #f5f5f5;
  }

  body #cdawrap .carbon-text {
    color: #7b7b7b;
  }

  body #cdawrap a.carbon-poweredby {
    color: #7883C4;
  }

  body #cdawrap a:hover.carbon-poweredby {
    color: #333;
  }

  body #cdawrap #cda-remove {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-mobile{display:none;}

  /* 2 columns */
  .grid__item {
    width: 50%;
    border: none;
  }

  .grid__item::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid rgba(74, 74, 74, 0.075);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .grid__item:hover::before,
  .grid__item:focus::before {
    border: 3px solid rgba(129, 196, 131, 0.5);
  }

  .grid__item--loading.grid__item::before {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* 3 columns */
  .grid__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 1500px) {
  /* 4 columns */
  .grid__item {
    width: 25%;
  }
}
@media screen and (min-width: 1800px) {
  /* 5 columns */
  .grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 2100px) {
  /* 6 columns */
  .grid__item {
    width: 16.66%;
  }
}
/* small screen changes for sidebar (it becomes an off-canvas menu) */
@media screen and (max-width: 599px) {
  .sidebar {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
  }
  .left-part{
  text-align: left;
  padding: 40px;
  padding-top: 80px;
  display: inline-block;
  float: left;
  position: relative;
}
.video{
  display: none;
}
.video-mobile{
  padding: 40px;
}
.description-project{
  width: 400px;
  padding-left:40px;
  padding-bottom: 20px;
}
  .sidebar-project {
  text-align: left;
  position: fixed;
  width: 300px;
  max-width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
}
  .grid__item {
  padding-top: 80px;
}
.overlay a.menu-content {font-family: 'Avenir LT Std 85 Heavy';padding: 8px;text-decoration: none;font-size: 40px;color: white;display: block; /* Display block instead of inline */transition: 0.0s; /* Transition effects on hover (color) */}


  .sidebar.sidebar--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .sidebar.sidebar--open ~ .main {
    pointer-events: none;
  }

  .top-bar {
    padding: 20px 20px 20px 60px;
    position: fixed;
    display: block;
    z-index: 10000;
    margin-bottom: 40px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .sidebar .close-button {
    opacity: 1;
    pointer-events: auto;
  }

  .title--full {
    font-size: 2em;
  }

  .content__item {
    padding: 80px 20px 40px;
  }

  .content .close-button {
    padding: 10px 20px;
  }

  .content .close-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    width: 100vw;
    height: 50px;
    pointer-events: none;
    z-index: -1;
  }
}
@media screen and (max-height: 580px) {
  body #cdawrap {
    display: none;
  }
}

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


/* Placeholder element (dummy that gets animated when we click on an item) */
.placeholder {
  pointer-events: none;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100vh + 5px);
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.placeholder.placeholder--trans-in {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.placeholder.placeholder--trans-out {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

/* main content */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0;
  /* Avoid second scroll bar in Chrome! */
  visibility: hidden;
  z-index: 400;
  overflow: hidden;
}

.content.content--show {
  height: 100vh;
  pointer-events: auto;
  visibility: visible;
}

/* scroll helper wrap */
.scroll-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* close button (for content and sidebar) */
.close-button {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ddd;
  cursor: pointer;
  pointer-events: none;
  padding: 20px 30px;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.close-button span {
  display: none;
}

.close-button:hover {
  color: #7b7b7b;
}

/* show class for content close button */
.close-button--show {
  opacity: 1;
  pointer-events: auto;
}



/* CECI EST LE MENU */

.wrapper .menu {font-family: 'Avenir LT Std 85 Heavy';font-size: 24px;position: absolute; float:right; right: 3.5%;top: 50px;cursor: pointer;}
.social-media-icon{width: 40px;margin-right: 20px;margin-top: 40px;}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
height: 0%;overflow:none;width: 100%;position: fixed; /* Stay in place */z-index: 2000; /* Sit on top */left: 0;top: 0;background-image:-webkit-linear-gradient(left, #1954cc, #1983cc); /* Black fallback color */background-color: rgba(0,0,0, 0.9); /* Black w/opacity */overflow-x: hidden; /* Disable horizontal scroll */transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */}
/* Position the content inside the overlay */
.overlay-content {position: relative;top: 15%; /* 25% from the top */width: 100%; /* 100% width */text-align: center; /* Centered text/links */margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */}

/* When you mouse over the navigation links, change their color */
.overlay a.menu-content:hover, .overlay a.menu-content:focus {/*color: black;*/}
/* Position the close button (top right corner) */
.closebtn {position: absolute;top: 35px;right: 35px;color:white;font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 40px;
    }
}
#parent:hover > .img-container:not(:hover) {
    opacity: 0.1;
}



/* PAGE PROJET */
/* Sidebar */
.page-project{
  float: left;
  background: blue;
  height: 100vh;
  width: 100%;
}
.video{
  margin: 40px;
}
.left-part h2{
  color:black;line-height:24px;font-size: 16px;font-family: 'Avenir LT Std 95 Black';margin-top: 20px;text-transform: uppercase;
}
.left-part h3{
  line-height:24px;font-family:'Avenir LT Std 55 Roman';font-size: 16px;color: #3d3d3;
}
.left-part h4{
  line-height:24px;font-family:'Avenir LT Std 45 Book Oblique';font-size: 12px;color: #3d3d3d;
}
.left-part h1{
  color:black;line-height:24px;font-size: 16px;font-family: 'Avenir LT Std 95 Black';margin-top: 40px;margin-bottom: 40px;
}
.left-part h1{cursor: pointer;width: 160px;position: relative;}
.left-part > h1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.left-part h1:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.img:hover{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid;
    border-color: #1983cc;
    min-height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: border: 10px solid 0.3s ease;
}
.img:hover{margin: -10px;transition:all;}
.description-project{line-height:20px;font-family:'Avenir LT Std 55 Roman';font-size: 16px;color: #3d3d3;}
.img img{margin-bottom: -5px;}
.name{margin-left: 10px;width: 110px;}
.grid .similar-projects{margin-top: 120px;margin-left:40px;margin-bottom:20px;width:100%;display:block;line-height:20px;font-family:'Avenir LT Std 95 Black';font-size: 16px;color: #3d3d3;}
.current{color:black !important;line-height:24px;font-size: 16px;font-family:'Avenir LT Std 85 Heavy';text-decoration: underline;}

@media screen and (min-width: 800px) {
  .video-mobile{display: none;}
}
@media screen and (max-width: 799px) {
  .video {
    display: none;
  }
    .left-part{
  text-align: left;
  padding: 40px;
  padding-top: 80px;
  display: inline-block;
  float: left;
  position: relative;
}