body {
    margin: 0;
    width: 100%;
    height: 100svh;
    color: #000;
    background-color: #fff;
    font-family: Georgia.serif !important;
    font-size: 1.2rem;
}
body > * {
    padding: 0 0;
    box-sizing: border-box;
}
footer > * {
    padding: 0 5vw;
}
main.index {
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main.page {
    display: block !important;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 2em;
    /* to be uncommented if position:fixed on top-menu */
    /* padding-top: 230px; */
}
.page-cover img {
    width: 100%
}
p {
    margin: 0;
}
h1, h2 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 2rem;
    padding-bottom: 30px;
    /* text-align: center; */
}
.vins p {
    line-height: 1.5;
}
.vins img {
    padding-top: 30px;
    max-height: 500px;
    width: auto !important;
}
.rouge {
    color:#8c5f77;
    margin: 0 auto;
    text-align:center;
}
.blanc {
    color:#6f563a;
    margin: 0 auto;
    text-align: center;
}
/* img {
    max-width: 100%;
    padding-top: 30px;
} */
.wrapper {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 2em;
}
.wrapper > div {
    /* padding: 10px; */
}
.wrapper img {
    width:100%;
}
.wrapper .box-vertical-1 {
    grid-row-start: 1;
    grid-row-end: 3;
}
.pano {
    padding-top: 2em;
}
.pano-column > div {
    padding: 0.5em
}
.pano-column > div > img {
    width:100%;
}
div.content > div {
    padding-top: 10px;
    text-align: justify;
}
.index {
    text-align: center;
}
#index-title {
    /* font-family: serif; */
    font-size: 5em;
    font-weight: 300;
    padding-bottom: 10px;
}
#index-subtitle {
    font-size: 1.5em;
    font-weight: 400;
}
#index-menu {
    font-size: 1.5em;
    padding-top: 50px;
}
.top-menu {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    /* height: 200px; */
    padding-top: 50px;
    display: table;
    margin: 0 auto;
    width: 90%;
}  
/* .top-menu-content > a > img {
    padding-top: 10px;
    padding-bottom: 10px;
} */
.top-menu a {
    font-size: 1.5rem;
    color: #8c5f77;
    text-decoration: none;
}
.top-menu a:hover {
    text-decoration: underline;
}
  
.top-menu-content {
    vertical-align: middle;
    display: table-cell;
}
.top-menu-content > div {
    display: flex;
    justify-content: space-between;
}
.top-menu-items {
    display:table;
}
.top-menu-item {
    padding-left:50px;
    display:table-cell;
    vertical-align:middle;
}
.top-menu label, #top-menu-toggle {
    display: none;
}
.logo {
    max-height: 70px;
}
@media all and (max-width: 991px)
{
    .logo {
        max-height: 50px;
    }
    .top-menu {
        padding-top: 20px;
    }
    .top-menu-content > div {
        display:block;
    }
    .top-menu-logo {
        float:left;
        width: 90%;
    }
    .top-menu-items {
        display: none;
        flex-direction: column;
    }
    .top-menu-item {
        display:block;
    }
    .top-menu label {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: #8c5f77;
        cursor: pointer;
    }
    #top-menu-toggle:checked + .top-menu-items {
        display: block;
        padding-top: 50px;
    }

}
.domain-title {
    font-weight: bold;
    padding-top: 30px !important;
}
.domain-content {
    line-height: 1.3;
}
footer {
    background-color: #f3f1f1;
    bottom: 0;
    padding: 3em 0;
}
footer > .footer-content {
    width: 90%;
    margin: 0 auto;
    font-size: 0.8em;
}
footer > .footer-content .footer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer > .footer-content .footer-item div p {
    line-height:1.5;
}
footer.index {
    position: absolute;
    padding-top: 0;
    margin-bottom: 2rem;
}
footer a {
    text-decoration: none;
    color: #8c5f77;
}
footer {
    color: #8c5f77
}
footer a:hover {
    text-decoration: underline;
}
  /* mobile */
@media only screen and (max-width: 900px) {
    main.page {
        max-width: 90%;
    }
    .top-menu-content {
        width: 90%;
    }
    footer {
        display: block;
    }
    footer > div {
        float:none;
        width: 100%;
        text-align: center !important;
        line-height: 1.5;
    }
    footer > * {
        padding: 0
    }
}  