html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

body{
    background-color:#F3F3F3;
    font-family: "Montserrat";
}

body, p, {
    color:#2F2C4E;
}

.description-projet [class^="flaticon-"]::before, .description-projet [class*=" flaticon-"]::before, .description-projet [class^="flaticon-"]::after, .description-projet [class*=" flaticon-"]::after {

    font-family: Flaticon;
    font-size: 25px;
    font-style: normal;
    line-height: 40px;

}

.description-projet a {text-decoration:none !important}


.fp-section.fp-table {width:100% !important}

.logo-site{
    margin-top:32vh;
    width:240px;
    display:none;
}

.footlink {z-index: 9999 !important;}

.white-slide{
    color: white !important;
    border: 2px solid white !important;
    padding: 15px 20px;
    text-decoration: none;
    z-index:9000;
    -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
}

.white-slide:hover{
    background-color: white !important;
    color: black !important;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-intro{
    width:100%;
    height:0;
    padding-top:51.08%;
}

.header-photo{
    width:100%;
    height:auto;
}

.category a {color:#ffffff !important; text-decoration:none; font-size: 14px;}


.image360{
    max-width:120px;
    margin:auto;
}

.text-left{
    text-align:left;
}

.text-center{
    text-align:center;
}

.text-right{
    text-align:right;
}

.text-blue-200>p{
    font-size:600px;
}

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

.vertical-top{vertical-align: top;}

.uppercase{text-transform: uppercase;}

.logo-div{
    padding-top:240px;
    padding-bottom:240px;
}
.logo-img{
    max-width:300px !important;
    margin:auto !important;
}

.logo-top{
    position:fixed;
    top:50px;
    left:50px;
    display:block;
    width:55px;
}

.row-eq-height>.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
}



.slide-content{
    max-width:160px;
    margin:auto;
}

.position-slide-top-left{
    top:110px !important;
}


.btn-contact{
    position: absolute;
    top: 118px;
    right: -15px;
}

.slide.kenburns .slide-bg {
    -webkit-animation: kenburns 120s infinite linear;
    animation: kenburns 120s infinite linear
}

.no-padding .simple-text{
    padding:0px !important;
}

.titre-page{
    font-size:100px;
    line-height:110px;
    padding-bottom: 100px;
    display: block;
    color:white;
    font-weight:700;
}

.btn-no-info{
    margin-bottom:0px !important;
    margin-right: 2px !important;
}

.no-padding{
    margin-left:0px !important;
    margin-right:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
}

.logo-header{
    margin:30px !important;
}

.little-spacer{
    max-width:150px;
    width:100%;
    margin: 15px auto;
}

.spacer-liner{
    margin:80px auto;
    width:90%;
}

.liner-footer{
margin-top:-20px; 
margin-bottom:80px;
width:90%;
}

.visit-site, .visit-site:visited, .visit-site:focus{
    position: absolute;
    bottom: 35px;
    right: 90px;
    text-transform: uppercase;
    color: #C59D5F;
    border: 2px solid #C59D5F;
    padding: 15px 20px;
    text-decoration: none;
    z-index:9000;
    -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
}

.visit-site:hover{
    background-color:#C59D5F;
    color:white;
    text-decoration:none;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#contactForm {
	margin: 50px 0 0 0;
	padding-bottom: 70px;
	position: relative;
}
#contactForm p.error {
    position: absolute;
    top: -36px;
    color: white;
    background: rgba(197, 157, 95, 0.4);
    padding: 8px 8px 8px 8px;
    text-transform: lowercase;
    display: none;
    opacity: 1;
}
#contactForm.error p.error {
	display: block;
}
#contactForm #inputContainer {
	display: block;
	width: 100%;
	height: 90px;
	background: #F5F5F5;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
#contactForm .progressBar {
	display: block;
	width: 100%;
	height: 5px;
	background: rgba(197, 157, 95, 0.4);
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 0;
	padding: 0;
	-webkit-animation: opacity 0.4s linear 1.6s;
	animation: opacity 0.4s linear 1.6s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#contactForm .progressBar span {
	display: block;
	width: 0;
	height: 100%;
	background: #C59D5F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#contactForm #inputContainer input {
	margin: 20px;
	height: 50px;
	display: block;
	width: 640px;
	color: #676a6a;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	border: 0;
	background: none;
	outline: none;
	font-family: "Montserrat";
	font-weight: 400;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#contactForm .success {
	margin: 20px;
	height: 50px;
	display: block;
	width: 640px;
	color: #676a6a;
	padding: 0;
	font-size: 20px;
	line-height: 50px;
	border: 0;
	background: none;
	outline: none;
	font-family: Lato;
	font-weight: 300;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
}
#contactForm #inputContainer textarea {
	margin: 20px;
	height: 100px;
	display: block;
	width: 610px;
	color: #676a6a;
	padding: 15px;
	font-size: 20px;
	line-height: 20px;
	border: 0;
	background: none;
	outline: none;
	font-family: Lato;
	font-weight: 300;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#contactForm #inputContainer .steps {
	font-size: 20px;
	line-height: 50px;
	padding: 0 10px;
	top: 20px;
	right: 80px;
	position: absolute;
	display: block;
	overflow: hidden;
    font-weight: 900;
}
#contactForm #inputContainer .steps strong {
	color: #c59d5f;
	font-weight: 700;
}
#contactForm #inputContainer #nextStep {
	width: 50px;
	height: 50px;
	background: url("../../img/submit.png") no-repeat center center;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
#contactForm #inputContainer #submitContact {
	display: none;
}
#contactForm #comment {
	display: none;
}
#contact .content #contactsBloc {
	display: block;
	text-align: center;
}
#contact .content .contactBloc {
	display: block;
	float: left;
	width: 282px;
	opacity: 0;
}
#contact .content .contactBloc:nth-child(1) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#contact .content .contactBloc:nth-child(2) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
#contact .content .contactBloc:nth-child(3) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
#contact .content .contactBloc p {
	padding: 0 0 0 40px;
	text-align: left;
	height: 30px;
	font-weight: 300;
	color: white;
	font-size: 14px;
	line-height: 14px;
	opacity: 1;
}

.filter-mob-list{
    display:none;
}

.logo-site{
    margin-top:60vh;
}

/* PROJETS */


.references, .references>fp-tableCell{
    height:100vh !important;
    display:flex !important;
}

.references>.fp-tableCell>.row{
    height:100vh;
}

.references>.fp-tableCell>.row>div{
    height:100vh;
    display:flex;
    align-items:center;
    
}

.references>.fp-tableCell>.row>div>div{
    width:100%;
    text-align:center;

}

.slidum{
    background-size:cover !important;
}

.slide-title{
    font-size:35px;
    text-transform: uppercase;
    font-weight:700;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.slide-description{
    font-size: 20px;
    margin-top: -8px;
}

.control-left{
    position:absolute;
    left:30px;
    z-index:40;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.control-right{
    position:absolute;
    right: 30px;
    z-index:40;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.control-left:hover {
    left:34px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    transition-property: width;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.control-right:hover {
    right:34px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.control-left img, .control-right img{
    cursor: pointer;
}


.modal{
    height:0vh;
    top:initial !important;
    overflow: visible;
    overflow-y: hidden;
    overflow-x:hidden !important;
}

.modal .first-section{
    height:100vh;   
}


.modal .low-band{
    position: absolute;
    bottom: -20px !important;
    left: 0px;
    right: 0px;
    margin-bottom:0px;
}

.modal .prefix{
    position: absolute;
    bottom: 0px !important;
}

.border-modal-top{
    background-color:white;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:6500;
}

.border-modal-bottom{
    background-color:white;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:6500;
}

.border-modal-left{
    background-color:white;
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    z-index:6500;
}

.border-modal-right{
    background-color:white;
    position:fixed;
    right:0;
    top:0;
    bottom:0;
    z-index:6500;
}

.intro-barry{background: url('../../img/banner/big/barry.jpg') no-repeat 0 center; background-size: cover; }
.intro-leon{background: url('../../img/banner/big/leon.jpg') no-repeat 0 center; background-size: cover; }
.intro-ben{background: url('../../img/banner/big/ben.jpg') no-repeat 0 center; background-size: cover; }
.intro-nelson{background: url('../../img/banner/big/nelson.jpg') no-repeat 0 center; background-size: cover; }
.intro-free{background: url('../../img/banner/big/free.jpg') no-repeat 0 center; background-size: cover; }
.intro-janssen{background: url('../../img/banner/big/janssen.jpg') no-repeat 0 center; background-size: cover; }
.intro-mahan{background: url('../../img/banner/big/mahan.jpg') no-repeat 0 center; background-size: cover; }
.intro-uncle-d{background: url('../../img/banner/big/uncle-d.jpg') no-repeat 0 center; background-size: cover; }
.intro-valentina{background: url('../../img/banner/big/valentina.jpg') no-repeat 0 center; background-size: cover; }
.intro-tmp{background: url('../../img/banner/big/tmp.jpg') no-repeat 0 center; background-size: cover; }
.intro-lnf{background: url('../../img/banner/big/lnf.jpg') no-repeat 0 center; background-size: cover; }
.intro-g7{background: url('../../img/banner/big/g7.jpg') no-repeat 0 center; background-size: cover; }
.intro-servier{background: url('../../img/banner/big/servier.jpg') no-repeat 0 center; background-size: cover; }
.intro-transat{background: url('../../img/banner/big/transat.jpg') no-repeat 0 center; background-size: cover; }
.intro-launay{background: url('../../img/banner/big/launay.jpg') no-repeat 0 center; background-size: cover; }
.intro-dare{background: url('../../img/banner/big/dare.jpg') no-repeat 0 center; background-size: cover; }
.intro-clickandcare{background: url('../../img/banner/big/clickandcare.jpg') no-repeat 0 center; background-size: cover; }
.intro-mybpmatters{background: url('../../img/banner/big/mybpmatters.jpg') no-repeat 0 center; background-size: cover; }
.intro-sodezign{background: url('../../img/banner/big/sodezign.jpg') no-repeat 0 center; background-size: cover; }


.intro-header{
    width:100vw ;
    margin: auto; 
    overflow: hidden; 
    position: relative; 
    top: 0px; bottom: 0; left: 0; right: 0; 
    height: calc(100vh - 20px); 
    background-size:cover;
}

.content-detail{
    margin-left:20px;
	margin-right:20px;
    padding:20px;
}

.description-projet{
   font-size:20px;
   vertical-align: bottom;
   margin-top:60px;
    margin-bottom:60px;
}


.toggle-btn{
    display:none;
}


.bg-b{
    background-color:white;
}

.project-content{
    display:none;
}


    .navigation-projets{
        padding-bottom:20px !important;
        margin-top:20px;
    }

    .title-lines{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 4vw;
        display:none;
    }

    .category{
        text-transform: uppercase;
        font-weight:800;
        font-size:14px;
    }

    .imagery{
        text-align:center;
        margin-bottom:80px;
        margin-left:auto;
        margin-right:auto;
    }

    .imagery > .row{
        -moz-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
        -webkit-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
        -o-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
        box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
    }

    .imagery > .row > div{
        padding:0px;
        margin:0px;
    }

    .imagery img{
        width:100%;
    }
    
    .imagery{
        max-width:1032px;
    }


    .content-detail{
        background-size:100%;
    }

    .separator{
        margin: auto 20px;
    }

    .bg-gf{
        background-color:white;
        border-radius: 7px;
        margin-left: 18px;
        margin-right: 18px;
        padding-bottom: 50px;
        -webkit-box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.13);
        box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.13);
    }

    .bordered-out{
        background-color:white;
    }
    .bordered-in{
        -webkit-box-shadow:inset 0px 0px 0px 20px #fff;
        -moz-box-shadow:inset 0px 0px 0px 20px #fff;
        box-shadow:inset 0px 0px 0px 20px #fff;
    }


@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
    }

}

.container-banner{
          
    width: 100%;
    height:100%;
    margin:auto;
    overflow: hidden;
    font-family:"Montserrat";
    
}


.one{   
    background: url('../../img/banner/agence.jpg') center ; 
    background-size: 100% ; 
    opacity:0;
    top:auto;
    height:0;
}



.two{ background: url('../../img/banner/ben.jpg') center; background-size: 100% 100%; }
.three{ background: url('../../img/banner/ben.jpg') center; background-size: 100% 100%; }
.four{ background: url('../../img/banner/contact.jpg') center; background-size: 100% 100%; }



.low-band{
    position:absolute;
    bottom: -150px;
    left: 20px;
    right: 20px;
    border-bottom: 20px solid white;
}


.vertical-bot{
    vertical-align: baseline;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.link-contact-other{
    right: 17px;
}

.big-title{
  font-size: 70px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom:20px;
}

.bold-title{
  font-size: 28px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom:20px;
  margin-top:-15px;
}



.big-title{
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom:20px;
  margin-top:-15px;
}

.little-title{
  font-size: 24px;
  line-height: 80px;
  margin-top:30px;
  z-index: 100;
  position: relative;
}

.section-title{
    font-size: 45px;
}

.section-subtitle{
    font-size: 55px;
}

.montserrat{
   font-family: 'Montserrat', sans-serif;
}

.herr{
   font-family: 'Playfair Display', serif;
}

.pluri-competence{
    border-radius:7px;
    margin-left:18px;
    margin-right:18px;
    padding-bottom:50px;
    -webkit-box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.13);
}

.pluri-competence p{
    margin:0px;
}

.yellow{
    color:#C59D5F;
}

.white{
    color:white;
}

.black{
    color:#2F2C4E;
}

.bold{
    font-weight:700;
}

.bold{
    font-weight:400;
}

.calque-360{
    font-size: 300px;
    line-height: 250px;
}

.block{
    display:block;
}

.bg-g{
    background-color: #efefef;
}

.p25{
    padding:25px;
}

.ps50{
    padding:50px;
}


.max250{
    max-width:250px;
    margin:auto;
}


.folow-icon a{
    color:#B3B3B3;
    text-decoration:none;
    transition: color 5s ease-in 5s;
}

.folow-icon a:hover{
    color:#C59D5F;
    text-decoration: none;
}




.inView.down{
border-left:4px solid red;
opacity: 1;
animation: scaleUpDown 1.5s ease both;
}
.inView.up{
border-left:4px solid blue;
opacity: 1;
}
 
.outView{
opacity: .6;
-webkit-transition:opacity 1500ms ease-out;
-moz-transition:opacity 1500ms ease-out;
-o-transition:opacity 1500ms ease-out;
transition:opacity 1500ms ease-out;
}
 
@keyframes scaleUpDown {
 from{ opacity: 0; transform: scale(0.2) rotate(30deg) translate(50%)}; 
 to { opacity: 1; transform: scale(1.0) rotate(0deg) translate(50%)};
}





.grid{
    margin:auto;
    max-width: 1356px;
    width:1356px;
}

.grid img{
    width:100%;
    height:100%;
}

.grid-item { 
    width: 311px;
    background-color:grey;
    margin-bottom:22px;
    height:152px;
    margin-right: 0;
}
.grid-item--width2 { 
    width: 649px; 
}

.grid-item--height2 { 
    height: 326px; 
}

.grid .hover-span{
    position:absolute; 
    background-color: rgba(46,44,77,0.8); 
    top:0; 
    bottom:0; 
    left: 0; 
    right:0; 
    width:100%;
    height:100%;
    padding:30px;
    vertical-align:middle;
    display:none;
}


.hover-span{
    display:table-row;
    z-index:2
}

.title-projet{
    position:absolute; 
    top:0; 
    bottom:0; 
    left: 0; 
    right:0; 
    vertical-align:middle;
    z-index:1;
    display:table;
}

.title-projet > div{
    display:table-cell;
    width:100vw;
    height:100vh;
}

.title-project .text-span{
    color:white;
    font-family:'Montserrat', sans-serif;
    font-weight:700;
}

.title-center .text-span{
    margin:auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    color:white;
    font-size:4vw
}

.title-bot .text-span{
    letter-spacing: 3px ;
    position: absolute;
    bottom: 0;
    color:white;
    font-size:21px;
    text-align:left;
    padding:0 0 15px 15px;
    line-height:18px;    
}


.svg-wrapper {
    position: relative;
    top: 50%;
    height: 60px;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 220px;
}


.shape {
    position: absolute;
    top: 50%;
    margin-top: 100px;
    stroke-dasharray: 140 340;
    stroke-dashoffset: -474;
    stroke-width: 1px;
    fill: transparent;
    stroke: #C59D5F;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}


.modal{
    background-color:rgba(255,255,255,1);
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    overflow-y: auto;
    z-index:6400 !important;
}

.close-modal{
    display:none;
    position:fixed;
    top:60px;
    right:60px;
    z-index:6500 !important;
}

.close-modal:hover{
    cursor: pointer;
}


.intro-b{
    color:white;
}

.uniformisation-3{
    min-height:205px;
    display:block;
}


/* STYLE DES PAGES DETAILS */

.img-container{
    position:aboslute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.img-container{
    background: url('../../projects/img/');
    background-size: 100% auto;
    background-position: center; 
    -moz-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
    text-transform: uppercase;
    font-weight:700;
    cursor: pointer;
}

.img-container .big{
    font-size:40px;
    line-height: 68px;
    letter-spacing: 5px;
}

.img-container .little{
    font-size:24px;
    display:block;
}

.img-container:hover {
    background-size: 112% auto;
}

.full-row div{
    padding:0px !important;
}

.full-div{
    padding:0px !important;
}

.no-margin{
    margin:0 !important;
}

.reset-margin{
    margin-left:auto !important;
    margin-right:auto !important;
}

.no-margin div{
    padding:0 !important;
}

.margin-op{
    margin-top:70px;
    margin-bottom:70px;
    padding:90px;
    min-height:250px;
}

.img-container .title-projet{
    height:200px;
}



.element-logo .logo-top{
    display:none;
    margin:bottom;
}

.element-logo{
    position:fixed;
    top:60px;
    left:60px;
    z-index:6500;
}

.element-logo .logo-top{
    display:none;
}

.elements-navigation .nav{
    display:block;
    position: fixed;
    top: 60px;
    right: 60px;
    display:none;
}


.elements-navigation .border-bottom{
    position:fixed;
    z-index:3000;
    bottom:0px;
    width:100%;
    background-color:white;
}

.elements-navigation .border-top{
    position:fixed;
    z-index:3000;
    top:0;
    width:100%;
    left:0;
    right:0;
    background-color:white;
}
.elements-navigation .border-left{
    position:fixed;
    z-index:3000;
    left:0;
    height:100vh;
    background-color:white;
}
.elements-navigation .border-right{
    position:fixed;
    z-index:3000;
    right:0;
    height:100vh;
    background-color:white;
}

.elements-navigation{
    position:fixed;
    z-index:3200;
}
                
.baseline{
   position:fixed;
   z-index:3200;
   bottom: 40px;
   left: 40px;
}

.precision-intro span{
    margin:0px !important;   
}

.precision-intro {
    position: absolute;
    bottom: 0;
    left: 5px;
    bottom: 35px;
    margin: 0px;
    margin-top:-60px;
    color:white;
    font-weight: 700;
    font-size: 11px;
    display:none;
    
}


.is-animated_link .big-title, .is-animated_link .little-title{
    display:none;
}

.links{
    display:none;
}


.is-animated_link .big-title{
    font-size: 20px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.follow-icon{
    display:inline-block;
}

.follow-icon a{
    text-decoration:none;
    color:white;
}

.follow-icon a:hover{
    color:#C59D5F !important;
    text-decoration:none;
}


.links{
   position: fixed;
   z-index: 3000;
   bottom: 35px;
   right:20px;
   display:inline-block;
}


.links{
    display:none;
}

.link-contact{
    display: inline-block;
    bottom: 0px;
    padding: 16px 19px;
    margin-left: 15px;
    background: #C59D5F;
    color: white;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: background .5s ease-out;
      -moz-transition: background .5s ease-out;
      -o-transition: background .5s ease-out;
      transition: background .5s ease-out;
}

.link-contact:hover, .link-contact:active{
    background: rgba(255,255,255,0);
    color:#C59D5F;
    text-decoration: none;
}


                
.fullpage{
    position:fixed;
    z-index:1200;
}

.text-baseline a, .text-baseline a:focus, .text-baseline a:active {
    color:inherit;
    text-decoration: none;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.text-baseline:hover, .text-baseline a:hover{
    color:#C59D5F;
    text-decoration:none;
    cursor:pointer;
        -webkit-transition: background .5s ease-out;
      -moz-transition: background .5s ease-out;
      -o-transition: background .5s ease-out;
      transition: background .5s ease-out;
}


.baseline{
    position: fixed;
    z-index: 3000;
    bottom: 0;
    width: 100%;
    background-color: white;
    display:block;
    cursor: default;
}

.margin-client{
    margin-bottom:15px;
    margin-top:15px;
}

.margin-client img{
    width:85%;
}

.center-title-banner{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.center-title-banner b{
    position:relative;
    top:25%;
}

.arrow-pop{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0px;
    bottom:0;
    width:20px;
    z-index:600;
}

.pop-project{
    display:none;
}

.logo-svg{fill-rule:evenodd;clip-rule:evenodd;fill:#C59D5F;}
.nav-btn{fill:none;stroke:#C59D5F;stroke-width:2;stroke-miterlimit:10;}


.ng-g{
    background-color:"#F3F3F3";
}


.hided{
    display:none !important;
}



.btn-project {
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width:100%;
    height:100%;
    display: table-row;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #C59D5F;
    text-decoration: none;
}

.btn-project:hover {
    text-decoration:none;
}

span {
    position: relative;
    z-index: 1;
    line-height: 23px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}

.btnBefore, .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #C59D5F;
    border-width: 0;
    border-radius: 0;

    
    
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: #C59D5F;
    
}
.btn-project .btnBefore {
    right: 0;
    bottom: 0;
}
.btn-project .btnAfter {
    left: 0;
    top: 0;
}
.btn-project:hover .btnBefore {
    border-width: 0 0 1px 1px;
}
.btn-project:hover .btnAfter {
    border-width: 1px 1px 0 0;
}

.text{
    color:#C59D5F;
    text-transform:uppercase;
    top: 50%;
    width: 100%;
    text-align: center;
    transform-origin: center center;
}

.little-project .text{
    top: 37% !important;
}

.btn-project:hover .btnAfter, .btn-project:hover .btnBefore {
height: 100%;
width: 100%;
transition: 
    width 0.5s ease, 
    height 0.5s ease 0.5s;
    
-webkit-transition: 
    width 0.5s ease,
    height 0.5s ease 0.5s;
    
-moz-transition:
    width 0.5s ease,
    height 0.5s ease 0.5s;
    
-o-transition:
    width 0.5s ease,
    height 0.5s ease 0.5s;
    
-ms-transition: 
    width 0.5s ease,
    height 0.5s ease 0.5s;
}



.title-slide{
    font-weight:700; font-size:100px; line-height:140px; margin-top:90px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.line-big-title{
    font-weight: 700;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    vertical-align: middle;
    display: block;
    font-size:70px;
    line-height:80px;
    width: 85%;
    margin: auto;
    opacity:0;
}

.line-big-title .line{
    display:block;
    height:80px;
}

.project-subtitle{
    margin-top:-15px;
    font-size: 45px;
    font-weight:500;
}


.description-title{
    width:100%;
    font-size:70px;
    text-align:center;
    display: block;
    line-height:80px;
    margin:30px auto;
}

.description-text{
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 300;
    font-family: "Montserrat";
    font-size: 15px;
}

.steps{
    font-family: "Montserrat";
}

.contact-line b{
    font-family: "Montserrat";
}


.nav-links{
    padding:40px 20px;
    height:100vh;
    
    
    position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
}

.nav-links a{
    color:white;
    font-weight:700;
    display:block;
    font-size:30px;
    text-transform: uppercase;
    font-family: "Montserrat";
    text-align: center;
    padding:20px;
    -webkit-transition:color 250ms ease-out; 
    -moz-transition:color 250ms ease-out; 
    -o-transition:color 250ms ease-out; 
    transition:color 250ms ease-out; 
}

.nav-links {
    color:#FFF !important;;
	text-decoration:none !important;
}

.nav-links a:active, .nav-links a:visited {
    color:#FFF !important;;
    text-decoration:none !important;
}

.nav-links a:hover {
    color:#C59D5F !important;
    text-decoration:none !important;
}

.container-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
}


.contacts a{
    color: #2F2C4E;
}

.contacts a:hover{
    color:#C59D5F;
    text-decoration: none;
}



/****** ANIMATIONS *******/



.come-in {
  transform: translateY(250px);
  opacity:0;
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1.5s; /* So they look staggered */
}

@keyframes come-in {
  from {
    opacity:0;    
    }
  to { 
      transform: translateY(0);
      opacity:1;
    }
}







.animate-bg {
  z-index: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height:100vh;
  width:100vw;
  animation : bg-anim 10s forwards;
  -moz-animation: bg-anim 10s forwards;
  -webkit-animation: bg-anim 10s forwards;
}

.container-header{
    display:table;
    width:100vw;
    height:100vh;
}

.center-header{
    display:table-cell;
}

.bg-title-section{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height:100vh;
  width:100vw;
}

@-moz-keyframes bg-anim {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes bg-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes bg-anim {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}



.animate-hided{
  animation : project-close 1s forwards;
  -moz-animation: project-close 1s forwards;
  -webkit-animation: project-close 1s forwards;
}


@-moz-keyframes project-close{
  0% {
    width:33%;
  }
  100% {
   width:0%;
  }
}
@-webkit-keyframes project-close {
  0% {
    width:33%;
  }
  100% {
   width:0%;
  }
}
@keyframes project-close {
  0% {
    width:33%;
  }
  100% {
   width:0%;
  }
}





.animate-show{
  animation : project-open 1s forwards ease;
  -moz-animation: project-open 1s forwards ease;
  -webkit-animation: project-open 1s forwards ease;
}



@-moz-keyframes project-open{
  0% {
    width:0%;
  }
  100% {
   width:33%;
  }
}
@-webkit-keyframes project-open{
  0% {
    width:0%;
  }
  100% {
   width:33%;
  }
}
@keyframes project-open{
  0% {
    width:0%;
  }
  100% {
   width:33%;
  }
}


.slidum .title{
  opacity:0;
     -webkit-animation-delay: 500ms;
        -moz-animation-delay: 500ms;
         -ms-animation-delay: 500ms;
          -o-animation-delay: 500ms;
             animation-delay: 500ms;
}

.printed .title{
  opacity:1;
}

.animate-show .title {
    
     -webkit-animation-delay: 500ms;
        -moz-animation-delay: 500ms;
         -ms-animation-delay: 500ms;
          -o-animation-delay: 500ms;
             animation-delay: 500ms;
    
  animation : title-show 2s forwards;
  -moz-animation: title-show 2s forwards;
  -webkit-animation: title-show 2s forwards;
}


.animate-hided .title{
    
  -moz-animation-delay : 10s;
  -webkit-animation-delay: 10s;  /* Chrome, Safari, Opera */
  animation-delay: 10s;
    
  animation : title-hide 0.2s forwards;
  -moz-animation: title-hide 0.2s forwards;
  -webkit-animation: title-hide 0.2s forwards;
    
}


@-moz-keyframes title-hide{
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@-webkit-keyframes title-hide{
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@keyframes title-hide{
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}



@-moz-keyframes title-show{
  0% {
    opacity:0;
  }
  100% {
   opacity:1;
  }
}
@-webkit-keyframes title-show{
  0% {
    opacity:0;
  }
  100% {
   opacity:1;
  }
}
@keyframes title-show{
  0% {
    opacity:0;
  }
  100% {
   opacity:1;
  }
}






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

* { margin:0;
    padding:0;
    border:0 none;
    position: relative; 
    outline: none;
}

.title{
    min-width:500px;
}

.title  a{
    color:white;
    transition: all 1s;
    display:inline-block;
    min-width:300px;
    cursor:pointer;
}

.title  a:hover{
    color:white;
    text-decoration:none;
    padding:20px;
}

h2 {
  width: 100%;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  color: rgba(0,0,0,.4);
  margin: 3rem auto 0;
}

h2 > a{
  text-decoration: none;
  color: rgba(0,0,0,.4);
  z-index: 1;
}

h2 > a{
    margin-bottom:0px;
}

h2 > a:hover{
    margin-bottom:20px;
}

h2 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #C59D5F;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
h2 > a:hover:before,
h2 > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}


@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 2px;
     }
  45% {   
      transform: scaleX(1.05);
      height: 2px;
     }
  55% {height: 2px;}
  100% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
}
@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
  45% {height: 2px;}
  55% {   
      transform: scaleX(1.05);
      height: 2px;
      opacity: 1;
     }
  
  100% {
      transform: scaleX(0);
      height: 2px;
      opacity: .02;
     }
}




    .intro-text{
        font-size:30px; 
        line-height:40px;
    }


.content-404{
    padding-top:25vh;
}

.content-404 h1{
    font-size:12vw;
    font-weight:700;
}


.content-404 a{
    font-size:30px;
    font-weight:700;
    text-transform: uppercase;
    color:white;
    border:2px solid white;
    padding:12px 25px;
    margin-top:60px;
    display: table;
    margin-left:auto; margin-right:auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.content-404 a:hover, .content-404 a:focus, .content-404 a:active{
    background-color:white;
    color:black;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.content-404 h1, .content-404 h2, content-404 a{
    color:white !important; 
    text-transform: uppercase;
}

/********** Responsive ***********/

@media (max-width: 1500px) {
    .title {
        min-width: 10px !important; 
    }
    .slide-title {
        max-width: 100%; 
    }
    .test-title{
        padding:0px !important;
        margin:0px !important;
    }
    .phone-number{
        font-size: 24px !important;
    }
    .title a {
        font-size: 26px !important;
    }
    .control-left img, .control-right img{
        height:90px;
    }
    .line-big-title {
        font-size: 59px;
    }
    .big-title {
        margin-bottom: 0px;
    }
    .pluri-competence .little-title {
        margin-top:15px;
        line-height:80px;
    }
    
    .pluri-competence{
        padding-bottom:20px !important;
    }
    .bg-gf{
        padding:15px 0px;
    }
    .margin-client{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .margin-client {
        margin-bottom: 25px;
        margin-top: 0px; 
    }
    
    .margin-op .little{
        min-height:60px;
    }
    
    .img-container .big {
        font-size: 24px !important;
        line-height: 17px;
        letter-spacing: 5px;
    }
    
}

@media (max-width: 1700px) {
    .img-container{background-size: cover !important};
    .img-container:hover{background-size: cover !important};
}


@media (max-width: 1300px) {
    .grid{width: 1011px;}
    .baseline{display:none;}
    .low-band{display:none !important;}
    .bold-title{font-size: 24px; line-height: 25px;}
    .one{ background-size: cover !important; background-position: center center !important; background-repeat: no-repeat; background-repeat: no-repeat; height:100vh !important;}
    .two{ background-size: cover !important; background-position: center center !important; background-repeat: no-repeat; background-repeat: no-repeat;}
    .three{ background-size: cover !important; background-position: center center !important; background-repeat: no-repeat; background-repeat: no-repeat;}
    .four{ background-size: cover !important; background-position: center center !important; background-repeat: no-repeat; background-repeat: no-repeat;}
    .bg-g { margin: 0px;}
    .calque-360{ font-size: 150px; line-height: 150px;}
    .line-big-title {font-size: 60px;line-height:  55px;width: 100%;margin: auto;padding:30px; text-align: center !important;}
    .control-left img, .control-right img{ height:80px !important; }
}


/* Large devices (large desktops,  and up) */
@media (max-width: 1200px) {
    .body{background-color: #efefef;}
    .baseline{display:none;}
    .low-band{display:none !important;}
    .follow-icon {display: none;}
    .bold-title{font-size: 28px; line-height: 25px;}
    .one{ background-size: cover !important; }
    .two{ background-size: cover !important; }
    .three{ background-size: cover !important; }
    .four{ background-size: cover !important; }
    .bg-g { margin: 0px;}
    .calque-360{ font-size: 200px; line-height: 150px;  }
    .demo .light{}
    .links{
        transform: translateX(00%);
        bottom:0px !important;
        left:0;
        right:0;
        text-align:center;
    }
	
	.little-title {
    font-size: 20px;
    line-height: 80px;
	}
	
	.bold-title{font-size: 22px; line-height: 40px;}
	
	.pluri-competence .little-title {
    margin-top: 15px;
    line-height: 40px;}
    
    .line-big-title{
        font-size: 45px;
        line-height: 40px;
        width: 100%;
        margin: auto;
        padding: 30px;
        text-align: center !important;
    }
    .title {
        min-width: 100px; 
    }
    .title a {
        max-width: 260px;
    }
	.view-desktop {
        display:inline-block !important;
		padding: 14px 14px;
    }
	.view-desktop .flaticon-info-logo:before {margin-left:1px}
}

@media (max-width: 992px) { 
	
    .bold-title{font-size: 30px; line-height: 50px;}
	
	.delete-mobile{
        display:none;
    }
    
    .references>.fp-tableCell>.row>div {
        height: auto !important;
        border-top: 10px white solid;
    }
    
    .row-eq-height {
        display:block;
    }
    .grid{width: 680px;}
    .padding-responsive{padding:20px;}
    .hide-mobile{
        display:none !important;
    }
    .reset-mobile-size, .reset-mobile-size .fp-tableCell{
        height:auto !important;
    }
    .elements-navigation .border-bottom{
        bottom:-20px !important;
    }
    .title a {
        min-width: 10px; 
    }
    .slide-title {
        font-size: 20px; 
    }
    .title-lines {
        font-size: 30px; 
    }
    .project-subtitle {
        margin-top: 0px; 
    }
    .title-projet .category{
        font-weight:300;
        font-size:12px;
        margin-top:20px;
    }
    .separator {
        display: block;
        opacity: 0;
    }
    
    .imagery img{
        width:100%;
        margin-top:80px;
        margin-bottom:80px;
    }
    
    .imagery{
        max-width:1032px;
    }
    
    .navigation-projets .margin-op {
        padding: 40px;
    }
    
    .navigation-projects .text-right, .navigation-projects .text-left{
        text-align:center !important;
    }
    
    .navigation-projects .little{
        font-size:12px;
    }
    
    .nav-links a{
        font-size: 23px;
    }
    .container-nav {
        width:100%;
    }
    
    .pluri-competence{
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
    }
    
    .control-right, .control-left{
        display:none !important;
    }
    

    
    .control-left:hover img{
        margin-left:5px;
    }
    
    .slidum{
        display:table !important;
        height:200px !important;
    }
    
    .slidum .title {
        opacity: 1 !important;
    }
    
    .references> .fp-tableCell {
        height: auto !important;
    }
    
    .sixth{
        height:auto !important;
    }
    
    .sixth .fp-tableCell{
        height:auto !important;
    }
    
    .navigation-projets .margin-op img {
        padding:20px;
    }
    
    .navigation-projects .margin-op > .text-right,{
        text-align:center !important;
    }
    
    .img-container{
        background-size:cover !important;    
    }
    
    .center-mobile{
        text-align:center !important;
    }
    
    .img-container .big {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 5px;
    }
    
    .navigation-projets .margin-op{
        border-top:20px solid white;
    }
    
    .contact-line{
        padding-bottom:180px;
    }
    
    .mobile-text-center .bold{
        font-size:16px !important;
    }
    
    #contactForm #inputContainer #nextStep {
        width: 20px;
        height: 20px;
        top:35px;
    }
    
    #contactForm #inputContainer .steps {
        font-size: 12px;
        line-height: 50px;
        padding: 0 10px;
        top:inherit;
        bottom: -15px;
        right: -2px;
        position: absolute;
        display: block;
        overflow: hidden;
        font-weight: 900;
    }
    .fp-tableCell{
        height: auto !important;
    }
    
    .references, .references>fp-tableCell {
         height: auto !important; 
         display: block !important; 
    }
    
    .title{
        padding:70px 0px;
    }
    
    .slider{
        border-top:20px solid white;
        border-bottom:20px solid white;
    }
    
    .references>.fp-tableCell>.row {
        height: auto !important; 
    }
    
    .imagery{
        margin:0;
        padding:0 90px;
    }
    
    .imagery img{
        -moz-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
        -webkit-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
        -o-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
        box-shadow: 0px 0px 50px 10px rgba(000,000,000,0.4);
    }
    
    .imagery > .row{
        -moz-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0);
        -webkit-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0);
        -o-box-shadow: 0px 0px 50px 10px rgba(000,000,000,0);
        box-shadow: 0px 0px 50px 10px rgba(000,000,000,0);
    }
    
    .description-projet {
        margin-top: 80px;
        margin-bottom: 80px;
    }
	
	.intro-header{
    width:100vw ;
    margin: auto; 
    overflow: hidden; 
    position: relative; 
    top: 0px; bottom: 0; left: 0; right: 0; 
    height: calc(100vh - 20px); 
    background-position: center;
}
}

@media (max-width: 768px) { 
    .grid{width : 680px }
    .row-eq-height{
        display:block;
    }
    .pluri-competence{
        margin:20px auto;
    }
    .title{margin:80px auto;}
    .slide-title {
        font-size: 20px; 
    }
    .title-lines {
        font-size: 25px; 
    }
    
    .imagery{
        margin:0;
        padding:0 70px;
    }
}

@media (max-width: 612px) { 
    
    .imagery{
        margin:0;
        padding:0 20px;
    }
    
    .description-projet {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .calque-360 {
        font-size: 150px;
        line-height: 150px;
    }
    
    .intro-text{
        font-size:22px; 
        line-height:30px;
    }
    
    .border-top{
        display:none !important;
    }
    .border-bottom{
        display:none !important;
    }
    .border-left{
        display:none !important;
    }
    .border-right{
        display:none !important;
    }
    .grid{
        width : 307px; margin-bottom:180px; 
    }
    
    .is-animated__slide{
        display:none;
    }
    .grid-item--width2 { 
        width: 311px; 
    }
    .grid-item--height2 { 
        height: 152px; 
    }
    .mobile-text-center{
        text-align:center !important;
    }
}

@media (max-width: 525px) {
    
    .link-contact{
        margin:0;
    }
    
    .element-logo{
        display:none;
    }
    
    .elements-navigation .nav {
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        padding:10px 7px 3px 9px;
        background-color:rgba(255,255,255,0.9);
    }
    
    .second{
        padding:45px !important;
    }
    
    .fp-section{
        height: auto !important;
    }
    
    .title{
        margin: 80px 0px 0px 0px;
        min-width:100%;
    }
    
    .title {
        padding: 0px;
    }
    
    .control-right, .control-left{
        display:none !important;
    }

    .low-band{display:none !important;}
    .line-big-title{font-size:40px; line-height:30px;}
    
    .little-title {font-size: 20px; line-height: 55px;}
    
    .line-big-title .line{
        display: block;
        height: 60px;
    }
    
    .container-header .line-big-title{
        font-size: 27px !important;
    }
    
    .section-subtitle {
        font-size: 40px;
    }
    
    .hided{
        display:block !important;
    }
    
    .hided .title{
      opacity:1;
    }
    
    .references>.fp-tableCell>.row {
        height: auto !important;
    }
    
    .references>.fp-tableCell>.row>div {
        height: auto !important; 
    }
    
    .references> .fp-tableCell{
        height:auto !important;
    }
    
    .slide-description{
        margin-bottom:50px;
		font-size: 18px;
    	margin-top: -4px;
    }
    
    .contact-line b{
        
    }
    
    .row{
        margin-left:0px !important;
        margin-right:0px !important;
    }
	
	#contactForm #inputContainer input {
		font-size: 14px;
	}
	
	#contactForm #inputContainer textarea {
		font-size: 15px;
	}
	#contactForm .success {
    	font-size: 11px;
	}
	
}

@media (max-width: 400px)
    .elements-navigation .nav {
        display: block;
        position: fixed;
        top: -3px;
        right: 4px;
        padding: 10px 7px 3px 9px;
        background-color: rgba(255,255,255,0.9);
    }
}

