/***** Polices *****/

/* Montserrat Bold */
@font-face {
    font-family: 'montserratbold';
    src: url('font/montserrat-bold-webfont.eot');
    src: url('font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserrat-bold-webfont.woff2') format('woff2'),
         url('font/montserrat-bold-webfont.woff') format('woff'),
         url('font/montserrat-bold-webfont.ttf') format('truetype'),
         url('font/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Montserrat Regular */

@font-face {
    font-family: 'montserratregular';
    src: url('font/montserrat-regular-webfont.eot');
    src: url('font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserrat-regular-webfont.woff2') format('woff2'),
         url('font/montserrat-regular-webfont.woff') format('woff'),
         url('font/montserrat-regular-webfont.ttf') format('truetype'),
         url('font/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***** Général *****/

body{
    font-family: 'montserratregular';
}

h2{
    font-size:48px;
}

/** Liens **/

a{
    text-decoration: none;
    color:#fff;
}

a:hover{
    color:#c9c9c9;
}

.wrap{
    width:960px;
    margin: 0 auto;
    position:relative;
}

/***** Header *****/

header {
    background-color: black;
    height:80px;
}

/* Alignements des menus */
header ul li{
    display:inline;
}

/* Logo + Menu */
header h1,
header nav ul{
    float:left;
    line-height: 80px;
}

/* Options */
header>ul{
    float:right;
    line-height: 80px;
    margin-right: 70px;
}

header>ul li{
   margin-right:20px;
}

/* Loupe rectification */
header>ul li:first-child{
    position:relative;
    top:7px;
}

/* Logo */
header h1{
    margin:10px;
    margin-left:70px;
    margin-right:50px;
}

/** Menu **/

header nav{
    line-height: 100%;
}

header nav ul li a,
header nav ul li{
    color:white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

header nav ul li{
    margin-right:5%;
}

/***** Section Présentation *****/

.presentation{
    background: url("../img/camada.jpg") 50% 50%;
    background-size:cover;
    height: 753px;
    position:relative;
}

.presentation h2{
    color:white;
    font-size:70px;
    text-align: left;
    text-transform: uppercase;
    padding-top:250px;
    width:500px;
    display:block;
    margin:0 auto;
    line-height:80px;
}

.presentation button{
    background-color:black;
    color:white;
    font-size:13px;
    padding: 15px 30px 15px 30px;
    text-transform:uppercase;
    font-family: 'montserratregular';
    border:none;
    position:absolute;
    left:53%;
    bottom:32%;
}

/***** Section Snowboards *****/

.snowboard h2{
    font-size:40px;
    text-align:center;
    text-transform: uppercase;
    font-family: 'montserratbold';
    margin-top:10%;
    margin-bottom: 5%;
}

/** Image **/

.snowboard img:nth-child(2){
    display:block;
    margin-bottom:10%;
}

.snowboard img{
    max-width:100%;
    margin:0 auto;
}

.snowboard img:nth-child(3){
    margin-bottom:10%;
    display:block;
}

/* Titre déjà présent sur l'image */
.snowboard h3{
    display:none;
}

/***** Article Mountain *****/

article{
    height:954px;
    background: url("../img/bg%20image.png") 50% 50%;
    background-size:cover;
    color:white;
}

article h2{
    text-transform: uppercase;
    font-size:40px;
    font-family: 'montserratbold';
    width:400px;
    line-height: 50px;
    padding-top:20%;
    margin-bottom:5%;
}

article p{
    width:65%;
    margin-bottom:5%;
    line-height:2em;
}

/***** Section Features *****/

.features h2{
    font-size:40px;
    text-align:center;
    text-transform: uppercase;
    font-family: 'montserratbold';
    margin-top:10%;
    margin-bottom: 2%;
}

.features img:nth-child(2){
    margin:0 auto;
    display:block;
    margin-bottom:5%;
}

.features ul{
    text-align:center;
    margin-bottom: 10%;
}

.features ul li{
    display:inline-block;
    width:220px;
}

.features ul li h3 a {
    color:black;
}

.features ul li h3 a:hover {
    color:#c9c9c9;
}

.features ul li{
    margin-right:20px;
}

.features ul li:nth-child(4){
    margin-right:0px;
}

.features ul li h3{
    text-align:left;
    font-family: "montserratbold";
    line-height:30px;
    margin-top:20px;
}

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

footer{
    background-color: black;
    color:white;
    padding-top:5%;
}

footer h2{
    text-transform: uppercase;
    font-family: "montserratbold";
    line-height:40px;
    font-size:16px;
}

footer li a{
    font-size:13px;
    color:#c9c9c9;
}

footer li a:hover{
    color:white;
}

footer section{
    display:inline-block;
    width:225px;
    line-height:30px;
    vertical-align:top;
    margin-bottom:5%;
}

footer p{
    font-size:13px;
    display:inline-block;
    width:200px;
    margin-bottom: 5%;
}

footer p img{
    margin-right:4%;
    display:inline;
}

footer div > p:nth-child(6){
    position:absolute;
    right:0px;
    bottom:0px;
}

/* Newsletter form */

footer section form{
	border:none;
}

footer section form input[type="email"]{
	height:40px;
	width:150px;
	background-color:white;
	border:none;
	text-align:center;
	float:left;
    margin-top:5px;
    padding:0;
}

footer section form input[type="submit"]{
	height:40px;
	width:55px;
	border:none;
	background-color:#c7c7c7;
    margin-top:5px;
    font-family: 'montserratbold';
}

::-webkit-input-placeholder {
    font-weight: bold;
}
:-moz-placeholder {
    font-weight: bold;
}
:-ms-input-placeholder {
    font-weight: bold;
}

/* Réseaux sociaux */

footer section:nth-child(4) ul li{
	display:inline-block;
    width:20px;
	height:17px;
	background-image: url('../img/social.png');
	margin:0 5px 0 5px;
    margin-top:37%;
}

footer section ul #facebook{
	width:10px;
}

footer section ul #twitter{
	width:20px;
	background-position:-38px;
}

footer section ul #instagram{
	width:17px;
	background-position:-86px;
}

footer section ul #pinterest{
	width:15px;
	background-position:-132px;
}
footer section ul #youtube{
	width:42px;
	background-position:-176px;
}