body {
    font-family: "proxima-nova";
    font-weight: 100;
    color: #fff;
}

.browserupgrade {
    background-color: #FF0000;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 777;
    text-align: center;
    font-size: 1.2em;
    padding: 1em 0;
}

strong {
    font-weight: 600;
}

a, a:active, a:hover {
    color: #e4c8a1;
}

.filtre {
    background: #000 url(../img/filtre-2.jpg) 50% 0 no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 10rem;
    max-height: 100vh;
}

.filtre img {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .filtre img {
        width: 50%;
        margin-bottom: 20px;
    }
}

.filtre .btn-default {
    width: 300px;
    color: #C90C10;
    background-image: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 1.4em;
    margin-top: 2em;
}

hr {
    background: #1d1d1b url(../img/hr2.jpg) 50% 50% repeat-x;
    height: 52px;
    margin: 0;
    border: 0;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        padding: 15px 0;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-fixed-top {
    top: 720px;
    font-weight: 400;
    font-size: 25px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    z-index: 7777777;
}

.navbar-inverse {
    background-image: none;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

header {
    background: url(../img/header.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.logo-header {
    max-width: 700px;
}

@media (max-width: 700px) {
    header {
        height: 300px;
        padding-bottom: 0;
    }

    .logo-header {
        width: 60%;
    }
}

#presentation {
    background: url(../img/bg_presentation.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 800px;
    padding-bottom: 2em;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#myCarousel2 {
    margin-top: 200px;
}

.text-center img {
    margin: 0 auto;
}

.paralaxxs {
    margin-top: -21em;
}

.paralaxx1 {
    width: 329px;
    height: 320px;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    background: url(../img/paralaxx1.jpg) 0 0 repeat-y;
}

.paralaxx2 {
    width: 312px;
    height: 611px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: url(../img/paralaxx2.jpg) 0 0 repeat-y;
    margin-left: 4em;
}

@media (max-width: 1100px) {
    .paralaxxs {
        margin-top: -17em;
    }

    .paralaxx1 {
        width: 302px;
        height: 300px;
    }

    .paralaxx2 {
        width: 288px;
        height: 572px;
        margin-left: 4em;
    }
}

h2 {
    color: #d0a65d;
    letter-spacing: .3em;
    font-size: 60px;
    font-weight: 600;
}

@media (max-width: 1100px) {
    h2 {
        letter-spacing: 0;
        font-size: 40px;
    }
}

.texte-presentation {
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    shape-margin: 20px;
    background-color: rgba(0, 0, 0, .7);
    padding: 2em;
}

.texte-presentation h2 {
    font-size: 35px;
}

#cuvees {
    background: #fff url(../img/bg_cuvees.jpg) 50% 100% no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 3em 0;
    position: relative;
}

.detail {
    opacity: 0;
    padding: 8em 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    z-index: -1;
    font-size: 1.3em;
    height: 100%;
}

.detail img {
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
}

.detail h3 {
    text-transform: uppercase;
    margin-top: 3em;
    font-weight: 600;
    font-size: 2em;
}

@media (max-width: 500px) {
    .detail h3 {
        margin-top: 1em;
    }
}

.detail .container {
    background: url(../img/bg_detail.png) 50% 50% no-repeat;
    background-size: cover;
}

#detail2 .container {
    background: url(../img/bg_detail2.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#detail3 .container {
    background: url(../img/bg_detail_millesime.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#detail4 .container {
    background: url(../img/bg_detail4.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#detail5 .container {
    background: url(../img/bg_detail3.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.small {
    line-height: 1.2em
}

#cuvees h2 {
    margin-bottom: 80px;
}

.titre {
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #d0a65d;
    font-size: 18px;
    font-weight: 500;
    min-height: 70px;
    max-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em auto;
    text-align: center;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.inner img {
    transition: all 500ms ease;
    display: block;
    margin: -40px auto;
    cursor: pointer;
    max-height: 300px;
    -webkit-transition: all 500ms ease;
}

@media (max-width: 500px) {
    .inner img {
        margin: 0 auto;
        max-height: 300px;
    }
}

.retour {
    font-weight: bold;
}

#tarifs {
    background: url(../img/bg_tarifs.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 4em 0;
    height: 500px;
    position: relative;
}

#tarifs .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#tarifs p {
    font-size: 1.6em;
}

.button_shop {
    margin: 20px auto 0;
}

.button_shop a {
    color: black;
    background-color: #d0a65d;
    padding: 5px 10px;
    border-radius: 5px;
}

#depots {
    background: url(../img/bg_depots.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 0;
    min-height: 960px;
    color: #000;
}

#depots h2 {
    color: #000;
    font-size: 2.1em;
}

.blanc {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    font-size: 1.6em;
}

big {
    font-size: 2em;
}

td {
    padding: .3em;
}

input, textarea {
    border: 1px solid #d0a65d;
    color: #000;
    width: 100%;
    padding: 2px 7px;
}

.none {
    border: none;
    background-color: transparent;
    color: #fff;
}

.chiffre {
    width: 20%;
}

.submit {
    background-color: #d0a65d;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.fond-gris {
    background-color: rgba(150, 150, 150, .8);
}

.nopadding {
    padding: 0;
    margin: 0;
}

#depot_map {
    width: 100%;
    height: 1000px;
}

#contact {
    background-color: #e4c8a1;
    color: #000;
    font-size: 1.1em;
}

.btn-default {
    background-color: #fff;
    color: #000;
    text-shadow: none;
    background-image: none;
    border-radius: 0;
    border: none;
}

footer {
    background-color: #000;
    min-height: 3em;
    text-align: center;
    padding-top: 1em;
}

footer p {
    margin: 0;
}

#mentions .container {
    color: #000000;
}

@media (max-width: 480px) {
    #cuvees div.text-center{
        min-height: 400px;
    }
}
