body {
    margin: 0;
    height: 100vh;
    color: var(--black);
    text-align: center;
    line-height: 2;
    font-family: 'Trebuchet MS', sans-serif;
}

body p {
    color: var(--grey);
    font-size: 1rem;
}

@media screen and (min-width: 1024px) and (max-width: 1550px) {
    body p {
        font-size: .8em;
    }
}

.bayadere {
    display: block;
    position: absolute;
    top: 0;
    height: 80vh;
    width: 35vw;
    z-index: -1;
    left: 3vw;
}

.bayadere>img {
    height: calc(100% + 8px);
}

.logo-header {
    position: absolute;
    width: 18vw;
    left: 50%;
    top: 7%;
    transform: translateX(-50%);
}

.bg-photo {
    background-image: url('/img/new/GRAIN_ENVIE_KV_HEADER-home.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#wines-preview>.title {
    padding-bottom: 1rem;
}

#wines-preview>p {
    width: 80%;
    margin: auto;
    padding-bottom: 3rem;
}

/* Text */
.content p {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    padding: 3rem 0 3rem 0;
}

h1.title,
h2.title,
h3.title {
    padding: 3rem 0 5rem 0;
}

h4 {
    padding: 1rem 0 1rem 0;
}

h5,
h6 {
    text-transform: none;
    padding: 1rem 0 1rem 0;
    font-size: 1.2rem;
}

b {
    font-weight: bold;
}

.intro-images {
    font-size: larger;
    font-weight: bold;
    margin: 10px 0 0 auto;
}

section p:not(.wine-details) {
    width: 100%;
}

.infowindow h1 {
    padding: 5px 0 !important;
}

.infowindow P {
    font-size: .9em !important;
    padding: 5px 0 !important;
}

.link-tv {
    color: #1E8A79 !important;
}

#rouge, #rose, #blanc {
    scroll-margin-top: 8rem;
}