/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */

.bloc-contenu {
    padding: 20px 0 70px 0;
}

.bloc-contenu ul {
    padding: 0;
    width: 80%;
    margin: 15px auto;
}

.bloc-contenu ul li {
    list-style: none;
    font-size: 18px;
    color: #af2e28;
    margin: 10px 0;
}

.bloc-text {
    margin: 20px auto 40px auto;
}

.lien p{
    font-size: 18px;
    letter-spacing: 0.3ch;
}

.bloc-text a {
    display: inline-block;
    color: #000;
}

.bloc-text a.arrow {
    border: 1px solid #af2e28;
    margin-left: 15px;
    padding: 1px 7px;
    transition: border 0.2s;
}

.bloc-text a.arrow:hover {
    border: 1px solid rgba(175, 46, 40,0.3);
    transition: border 0.2s;
}

.bloc-text a.arrow i {
    color: #000;
    font-size: 17px;
}

h2 {
    margin-top: 25px;
}

#bandeau-image {
    height: 550px;
}

#bandeau-image.bourgogne {
    background: url('../../images/page/chitry/bandeau-chitry.jpg') no-repeat center center;
    background-size: cover;
}

#bandeau-image.domaine {
    background: url('../../images/page/domaine/bandeau-domaine.jpg') no-repeat center center;
    background-size: cover;
}

#bandeau-image.vignoble {
    background: url('../../images/page/vignbole/bandeau-vignoble.jpg') no-repeat center center;
    background-size: cover;
}


#bandeau-image.vinification {
    background: url('../../images/page/vinification/bandeau-vinification.jpg') no-repeat center center;
    background-size: cover;
}

#bandeau-image.vini {
    background: url('../../images/page/vinification/bandeau-vini.jpg') no-repeat center center;
    background-size: cover;
}

#production .bloc-contenu {
    margin-top: 60px;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

    #bandeau-image {
        height: 420px;
    }

    .bloc-chitry img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {

    .bloc-chitry {
        margin: 15px auto;
    }
}

@media screen and (max-width: 767px) {
    #bandeau-image {
        height: 360px;
    }
}

@media screen and (max-width: 575px) {
    #bandeau-image {
        height: 300px;
    }

    .bloc-contenu ul li {
        font-size: 15px;
    }
}