/*
* Style
*/


/*
* Google font
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");


/*
* Section - Home
*/



/** BG Parallax */
#home-bg-parallax > .bg-parallax {
    background: url("../images/../images/bg_home_1.jpg");
}




/*
* Section - Compétences
*/


.containerSkills {
			
	height: 700px;
	padding-top:50px;
			
		}
		.box {
			margin:6px;
			height: 350px;
			
		}
		.bigbox {
			
			height: 600px;

		}


/*
* Section - Formations
*/

#formations {
    background-image: url("../images/bgIntro.jpg");
}






/*
* Section - Téléchargez mon CV
*/

#cv {
    background-image: url("../images/bgIntro.jpg");
}

.btnPad {
	padding:30px;
}





/*
* Section - Contact
*/

#contactezmoi {
    background-image: url("../images/bgIntro.jpg");

}


/*
* Footer
*/

.footer-logo {
    max-height: 40px;
}
.footer-icon-social {
    bottom: 10px;
    position: relative;
}