/* Misc
******************************************************************/

.margin90 {
    margin-bottom:90px;
}

body {
    overflow-x:hidden;
    overflow-y:scroll;
}

.content {
    background-color:white; 
    padding-top:90px; 
    position:relative; 
    z-index:90
}

.content img {
    margin-bottom:20px;
}
.centered {
    text-align:center;
}
.centered h2 {
    margin-bottom: 80px;
}

.header{
    position:relative;    
}

/* NAV
******************************************************************/

.nav-container {
    background-color:#1b1b1b; 
    height:70px; 
    position: relative; 
    z-index: 200;
}

nav {
	z-index: 200;
	width: 100%;
	background-color:#1b1b1b;
	position: relative;
    float:left;
    height:70px;    	
}

nav ul {
    margin-right:15px;
    float:right
}

#logo_small {
    float:left;
    margin-left:30px;
    margin-top: 18px;
}

nav li {
    text-transform:uppercase;
	display: inline;
	list-style: none;    
}

nav li a {margin-top:20px;
	text-decoration: none;
	font-size: 16px;
	color: #a4a4a4;
	font-weight: 400;
	display: inline-block;
	margin-right:20px;
    text-align: center;	
}

nav li a:hover,
nav li a.selected {
	color: #fff;
	text-decoration: none;
}
.sticky {
	position: fixed;
	top: 0px;
	z-index: 200;
}


/* Home
******************************************************************/


#home { background: url(../img/home_bg.jpg) no-repeat center center;
    background-color:#e24e4e;
    width:100%;
    position:relative;
    display:block;
    text-align: center;
    z-index:2;
}

#home_bg { background: url(../img/home_bg.jpg) no-repeat center center;
    background-color:#e24e4e;
    width:700px;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
}

#home img{
    position:relative;
    z-index:10;
}

#home h1{

    font-size: 70px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height:70px;
    color:black;
    text-transform:uppercase;
    margin-top:50px;
    z-index: 3;
    position:relative;
}

#arrow {
    width:79px;
    height:78px;
	background: url(../img/next_arrow.png) no-repeat center -79px;
    position:absolute;
    bottom:10px;
    z-index:200;
}

#arrow a {
    position:absolute;
    left:0px;    
    z-index:200;	
    width:79px;
    height:78px;
    background: url(../img/next_arrow.png) no-repeat center top;
	background: rgba(255,255,255, 0);
    -webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

#arrow a:hover {
	background: url(../img/next_arrow.png) no-repeat center -79px;
	background: rgba(255,255,255, 0.8);
}




img#logo {
    position:absolute;
    z-index:200
}


/* Paralaxed elements
******************************************************************/


#parallax {
    background: url(../img/about_bg2.png) no-repeat center top  ;
    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_2 {
    background: url(../img/about_bg3.png) no-repeat center top  ;
    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_3 {
    background: url(../img/services_bg2.png) no-repeat center  top;
    display:block;
    width:100%;
    height:600px;
    position:absolute;
    z-index: 2;
}

#parallax_4 {
    background: url(../img/services_bg3.png) no-repeat center top;      
    display:block;
    width:100%;
    height:600px;
    position:absolute;
    z-index: 10; 
}

#parallax_5 {
    background: url(../img/works_bg2.png) no-repeat center top  ;    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_6 {
    background: url(../img/works_bg3.png) no-repeat center top  ;    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 10;
}




/* Parallax mobile 
******************************************************************/


#parallax_mobile {
    background: url(../img/about_bg2.png) no-repeat center top  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_2_mobile {
    background: url(../img/about_bg3.png) no-repeat center top  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_3_mobile {
    background: url(../img/services_bg2.png) no-repeat center bottom  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_4_mobile {
    background: url(../img/services_bg3.png) no-repeat center bottom  ;
    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_5_mobile {
    background: url(../img/works_bg2.png) no-repeat center bottom  ;
    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_6_mobile {
    background: url(../img/works_bg3.png) no-repeat center bottom  ;
    margin-top:100px;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}



/* About
******************************************************************/

#about_header {
    background: url(../img/about_bg.jpg) no-repeat center center  ;
    background-color:#075977; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  
}

#about_header_mobile {
    background: url(../img/about_bg.jpg) no-repeat center center  ;
    background-color:#e24e4e; 
    width: 100%;
    height: 450px;
    position: relative;
    display: block;
    text-align: center;  
}


#about_header h1 {
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 120px;
    color:white;
    text-transform:uppercase;
    margin-top:100px;
    z-index: 3;
    position:absolute;
}


/* Services
******************************************************************/

#services_header {
    background: url(../img/services_bg.jpg) no-repeat center center  ;
    background-color:#D9CEAD; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  
     
}
#services_header_mobile {
    background: url(../img/services_bg.jpg) no-repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;    
}


#services_header h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:black;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;
}

.services_item {margin-bottom:40px;}


#process h3 {
    text-transform:uppercase;
    margin-bottom:20px;
}



/* Works
******************************************************************/

#works_header {
    background: url(../img/works_bg.jpg) no-repeat center center  ;
    background-color:#961E3C; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;
}
#works_header_mobile {
    background: url(../img/works_bg.jpg) no-repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;
}

#works_header h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:white;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;

}
.client h5 {
    text-transform:uppercase; 
    margin-top:2px; 
    margin-bottom:20px;
}

/* Buttons
******************************************************************/


button.cta {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    font-style: italic;
    font-weight: 300;
	color: #ffffff;
	padding: 10px 20px;
	background:#e24e4e;
    text-shadow:
    0px 1px 0px rgba(120,36,50,1),
    0px 1px 0px rgba(255,255,255,0); 
    border: 0px;
}

button.cta:hover {
	background:#ff5555;	
}

button.cta:active {
	margin-top:1px;
}





/* Map and contact
******************************************************************/

#start_project {
    background-color:#677982;
    display:block;
    position:relative;
}

#start_project h2 {    
    color:white;
    margin-top:100px;
    margin-bottom:20px;
}

#start_project h1 {
    font-size: 100px;
    color:black;
    margin-top:20px;
    margin-bottom:50px;
}

#start_project a {
    color:#e4f1f7;
}

#start_project p { 
    color:white;
}

#map {
    height:400px; 
    width:100%; 
    position: relative;
}


/* Footer
******************************************************************/


#footer {
    background-color:black;
    display:block;
    position:relative
}

#footer p {
    margin: 60px 0px;
}



/* ========================================
   RESPONSIVE MOBILE - Section HOME
   ======================================== */

/* Tablettes et petits écrans (max 768px) */
@media (max-width: 768px) {
    #home h1 {
        font-size: 40px !important;
        line-height: 45px !important;
        margin-top: 30px !important;
    }
    
    #home_bg {
        width: 100% !important;
        background-size: cover !important;
    }
    
    #logo {
        max-width: 80% !important;
        height: auto !important;
    }
}

/* Smartphones (max 480px) */
@media (max-width: 480px) {
    #home {
        min-height: 100vh;
        padding: 20px 10px;
    }
    
    #home h1 {
        font-size: 28px !important;
        line-height: 32px !important;
        margin-top: 20px !important;
        padding: 0 15px;
    }
    
    #home_bg {
        width: 100% !important;
        left: 0 !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    
    #logo {
        max-width: 90% !important;
        height: auto !important;
        margin: 20px auto;
    }
    
    #arrow {
        display: none !important;
    }
}

/* Très petits smartphones (max 320px) */
@media (max-width: 320px) {
    #home h1 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
}