/* ------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/
#header .header-content {
  padding: 30px 0;
}
.nav-toggle {
  top: 23px;
}
/* ------------------------------------------------------------------------------
	Works
-------------------------------------------------------------------------------*/
.block-projet-style #content-projet{
  margin-top: 30px;
  padding: 50px 0px;
  min-height: 100%;
}
.first-img img{
  width: 100%;
}
.block-projet-style #content-projet h2{
  margin: 0;
  margin-bottom: 20px;
}
.block-projet-style #content-projet .cat p{
  display: inline-block;
}
.works-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.4em;
    color: #555;
    cursor: default;
}
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  text-align: center;
  overflow: hidden;
}
.work a:hover{
  cursor: pointer;
}
.work img
{
  width: 100%;
}
.work .overlay {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s; }
.work .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.work h5, .work p, .work img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s; }
.work h5, .work p {
  color: #fff;
  margin: 0;
  opacity: 0; }
.work h5 {
  margin-bottom: 5px;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0); }
.work p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

.work-box-dude:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box-dude:hover .overlay {
  opacity: 1; }
.work-box-dude:hover .overlay h5, .work-box-dude:hover .overlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.work-navigation {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 99;
}
.work-navigation a {
    display: block;
    float: left;
    width: 33.33333%;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}
.work-navigation a span {
    display: inline-block;
    height: 60px;
    line-height: 59px;
    padding: 0 4%;
    background: #fff;
    cursor: pointer;
}
.work-prev {
    text-align: left;
}
.work-all {
    text-align: center;
}
.work-next {
    text-align: right;
}

	/* ------------------------------------------------------------------------------
	Work animation
-------------------------------------------------------------------------------*/
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animated {
  visibility: visible; }

  /* ------------------------------------------------------------------------------
  Show Projet
-------------------------------------------------------------------------------*/
.block-projet-style{
  min-height: calc(100vh - 60px);
}
.work-navigation .work-all{
  float:none;
  margin:0 auto;
}
.projet-header{
    padding: 15px 0px;
    border-bottom: 1px solid #2c2c2c;
}
.projet-body{
    padding: 15px 0px;
}
.projet-body .row {
  margin:15px -15px;
}
.projet-body .projet-cont-img img{
  width: 100%;
}
.projet-body .projet-cont-video .iframe-ratio {
  display: block;
  width: 100%;
  height: auto;
}
.projet-body .projet-cont-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0px 15px;
}
.projet-body .info-projet p{
  word-wrap: break-word;
}
.projet-body .info-projet span{
  font-weight: 700;
  color:#2c2c2c;
}
.projet-body .info-projet .describ-projet{
  font-style: italic;
}