/* Index */
/* Général */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: #f1f1f1;
}
/* Navbar */
#navbarCollapse a {
    font-size: 20px;
}
/* Header */
header {
    background: url("../img/realisations/photo_25.jpg");
    background-size: cover;
    height: 90vh;
}

.text-intro {
    padding-top: 300px;
    padding-bottom: 200px;
}

.preTxt {
    font-size: 40px;
}
h1 {
    font-size: 90px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
}
/* Trois valeurs */
#valeurs {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #000;
}
/*  Call to action */
#start {
    position: 200px;
    height: 500px;
    min-height: 200px;
    background: url("../img/realisations/photo_16.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}
#start h2 {
    font-size: 40px;
    color: #f1f1f1;
}
/* Nos produits */
#produits {
    padding-bottom: 80px;
}

#produits img {
    margin-top: -70px;
}

/* Contact */
#contact-title {
    padding-top: 10vh;
}

footer {
    height: auto;
}
