.img-src {
  position: fixed;
  background-position: center;
  -webkit-background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.blurred-img {
  opacity: 0;
}

.article {
  width: 500px;
  height: 2000px;
}
.home{


}
h1 {
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  color: #444;
  position: fixed;
  z-index: 9999;
  font-size: 50px;
  top: 50%;
  /*margin-top: -25px;
  left: 50%;
  margin-left: -103px;*/
}
h3{
  color:#ffffff;
}
body {
  background-repeat: repeat;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  color:#444;
}

.fbuilder_column.fbuilder_column-1-3 {
    margin-left: 4%;
    width: 30.6667%;
}
.fbuilder_column.fbuilder_column-1-3 {
    margin-left: 2.5%;
    width: 31.6666%;
    
}



.fbuilder_column:first-child {
    margin-left: 0 !important;
}
.fbuilder_column {
    margin-bottom: 0;
    min-height: 0;
}
.fbuilder_column {
    border: 0 none;
    display: block;
    float: left;
    min-height: 30px;
    padding: 0;
    position: relative;
    width: 100%;
}

.fbuilder_column .fbuilder_module {
  min-height: 30px;
  position: relative;
  width: 100%;
}

.servicetitle {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.servicetitle {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  color: rgba(0, 0, 0, 0.75);
}

.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 20px;
  padding: 19px;
}

.light-pricing > p {
  background-color: rgba(255, 255, 255, 0.85);padding: 15px;
}
/*fil du H2*/


.blockTitre {
    height: 200px;
    padding-top: 100px;
}
.page-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
}

#cinematic-title-wrapper {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}
#cinematic-title-wrapper {
    bottom: 60px;
    box-sizing: border-box;
    padding: 25px 0;
    position: absolute;
    transition: background 0.4s ease-out 0s;
    width: 100%;
    z-index: 10;
}
#cinematic-title-wrapper {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}
#cinematic-title-wrapper {
    bottom: 60px;
    box-sizing: border-box;
    padding: 25px 0;
    position: absolute;
    transition: background 0.4s ease-out 0s;
    width: 100%;
    z-index: 10;
}





/* Transition */

/* Wrapper */
#wrap {
  position: relative;
  top:0;
  -webkit-transition: top 1.4s cubic-bezier(.49,.22,.52,1);
  -moz-transition: top 1.4s cubic-bezier(.49,.22,.52,1.35);
  -ms-transition: top 1.4s cubic-bezier(.49,.22,.52,1.35);
  -o-transition: top 1.4s cubic-bezier(.49,.22,.52,1.35);
  transition: top 1.4s cubic-bezier(.49,.22,.52,1.35);
}



/* targeted elements */

#home:target ~ #wrap { top:0px; }
#services:target ~ #wrap { top:-1300px; }
#equipe:target ~ #wrap { top:-2550px; }
#videos:target ~ #wrap { top:-4550px; }
#references:target ~ #wrap { top:-5350px; }
#contacts:target ~ #wrap { top:-5900px; }

