@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&family=Petit+Formal+Script&display=swap";:root{--color-borders: #d5d5d5;--color-bg: #063424;--color-blue-light: #9aabc9;--color-blue-dark: #d5d5d5;--color-illustrations: #051d46;--color-chambre-section: #405c3f;--color-white: #ffffff;--color-text: #333333;--color-black: #000000;--color-skeleton: #bccae2a4;--font-base: "Source Serif Pro", serif;--font-alt: "Inter", sans-serif;--font-size-base: 16px}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-base);word-spacing:.4ch}a{color:var(--color-blue-dark);text-decoration:none}button{border:none}ul{list-style-type:none}html{scroll-behavior:smooth}html,body{overflow-x:hidden}.app{display:flex;align-items:center;justify-content:center;background-color:var(--color-bg);min-width:100%}.page{min-height:100vh;background-color:var(--color-bg);color:var(--color-blue-dark);padding:0rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;max-width:1200px;min-width:100vw;text-align:center;gap:2rem}.page__top-section{display:none;width:100%;justify-content:center;gap:2rem;flex-wrap:wrap}.page__top-section--margin{margin:2rem}.page__top-section--chambre{margin-top:3rem;display:flex}.section__title{font-size:2rem;font-weight:600;letter-spacing:2px;text-align:center}@media screen and (max-width: 1024px){.page__top-section{margin-top:2rem}.page__top-section--chambre{margin-top:4rem}}@media screen and (max-width: 767px){.page{padding:4rem 1rem}.page-home,.page-winelist{padding-top:0}.section__title{font-size:1.7rem}.page__top-section{display:flex}}
