/* FONTS */
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?20x4nd');
    src:  url('../fonts/icomoon.eot?20x4nd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?20x4nd') format('truetype'),
    url('../fonts/icomoon.woff?20x4nd') format('woff'),
    url('../fonts/icomoon.svg?20x4nd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-pinterest:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-arrow-left:before {
    content: "\e902";
}
.icon-instagram:before {
    content: "\e903";
}


body {
    font-family: Rubik;
    font-weight: 400;
}
section {
    margin-top: 100px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 60px 0;
}
h1, h2, h3, h4 {
    font-family: Rubik;
    font-weight: 400;
}

/* NAVBAR */
.navbar {
    background-color: #222;
    padding: .6rem 2rem;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

/* HEADER */
a.rs {
    margin-right: 18px;
    display: inline-block;
    height: 26px;
    text-decoration: none;
}
a.rs span {
    color: #fff;
    font-size: 28px;
}
a.rs span:hover {
    color: #ad9d72;
    transition: 0.3s;
}

a.btn {
    background-color: #ad9d72;
    text-decoration: none;
    color: #fff!important;
    padding: 16px 14px;
    border-radius: 3px;
    margin-left: 15px;
}
a.btn:hover {
    background-color: #644e28;
    transition: 0.3s;
}

/* BANNER */
#banner {
    height: 560px;
    background-size: cover;
    background-position: center center;
    margin-top: 93px;
    color: #fff;
}
.ns-intro h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 26px;
}
.ns-intro p {
    margin-bottom: 0;
}

/* CAROUSEL */
#ns-carousel {
    margin-top: 93px;
}
.carousel-item {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
}
.carousel-control {
    position: absolute;
    top: 40%;
    line-height: 82px;
    width: 82px;
    height: 82px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 34px;
    color: #fff;
    opacity: 1;
}
.carousel-control-prev span {
    right: 3px;
    position: relative;
}
.carousel-control-next span {
    left: 3px;
    position: relative;
}
.carousel-control:hover {
    background-color: #644e28;
    opacity: 1;
    transition: 0.6s;
}
.carousel-caption {
    top: 50%!important;
    left: 9%;
    transform: translateY(-50%)!important;
}
.carousel-caption h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

/* CAVES */
#products {
    padding-bottom: 0!important;
}
#products .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.cellar {
    margin-bottom: 30px;
}
.btn-more {
    background: rgba(0, 0,0 ,0.5);
    width: calc(100% - 30px);
    padding: 20px;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
}
.btn-more:hover {
    color: #fff;
    background: #000;
    transition: 0.3s;
    text-decoration: none;
}

/* INTRODUCTION */
#intro {
    background-color: #f5f5f5;
}
#intro h2 {
    margin-bottom: 0;
}

/* REALISATION */
#realisations {
    margin-top: 0!important;
}
#realisations .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.realisation {
    margin-bottom: 30px;
}

/* FORMULAIRE */
#ns-form {
    background-color: #f5f5f5;
}
.ns-form-inner {
    background-color: #fff;
    padding: 40px 160px;
}
.ns-form-inner form input,
.ns-form-inner form select {
    background-color: #f5f5f5;
    padding: 15px;
    height: 50px;
    border: none;
    border-radius: 0;
}
.ns-form-inner form textarea {
    background-color: #f5f5f5;
    padding: 15px;
    border: none;
    border-radius: 0;
}
.ns-form-inner form button {
    width: 100%;
    background-color: #ad9d72;
    border: none;
    border-radius: 0;
    padding: 16px;
    color: #fff;
}
.ns-form-inner form button:hover {
    background-color: #644e28;
    transition: 0.3s;
    color: #fff;
}

/* FOOTER */
footer {
    margin-top: 100px;
    background-color: #2f2e2e;
    padding: 40px 0 34px 0;
}
footer ul {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    color: #ad9d72;
}
footer ul li a:hover {
    text-decoration: none;
    color: #644e28;
    transition: 0.3s;
}

/* RESPONSIVE */
@media screen and (max-width: 1400px) {
    .ns-form-inner {
        padding: 40px 80px;
    }
}
@media screen and (max-width: 1200px) {
    section {
        margin-left: 60px;
        margin-right: 60px;
        padding: 60px 15px;
    }
    .carousel-control {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    section {
        margin-top: 75px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 15px;
    }
    h2 {
        font-size: 26px;
    }
    .ns-form-inner {
        padding: 40px 20px;
    }
    footer ul li {
        display: block;
    }
}
@media screen and (max-width: 660px) {
    .navbar {
        padding: .4rem 1rem;
    }
    .navbar-brand img {
        height: 50px;
        transition: 0.3s;
    }
    .navbar a.rs {
        display: none;
    }
    .navbar a.btn {
        margin-left: 0;
        font-size: 14px;
        padding: 12px;
    }
    #banner, #ns-carousel {
        margin-top: 72px;
    }
}
@media screen and (max-width: 576px) {
    footer ul {
        margin-bottom: 20px;
    }
}
