@font-face {
    font-family: "Edwardian Script ITC";
    src: url("../../src/fonts/EdwardianScriptITC.eot");
    src: url("../../src/fonts/EdwardianScriptITC.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/EdwardianScriptITC.woff2") format("woff2"), url("../../src/fonts/EdwardianScriptITC.woff") format("woff"), url("../../src/fonts/EdwardianScriptITC.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-courteaux {
    font-family: "Edwardian Script ITC", cursive;
}
.f-13 {
    font-size: 0.8125rem;
}
.f-14 {
    font-size: 0.875rem;
}
.f-15 {
    font-size: 0.9375rem;
}
.f-16 {
    font-size: 1rem;
}
.f-17 {
    font-size: 1.0625rem;
}
.f-18 {
    font-size: 1.125rem;
}
.f-19 {
    font-size: 1.1875rem;
}
.f-20 {
    font-size: 1.25rem;
}
.f-24 {
    font-size: 1.5rem;
}
.f-30 {
    font-size: 1.875rem;
}
.f-32 {
    font-size: 2rem;
}
.f-36 {
    font-size: 2.25rem;
}
.f-72 {
    font-size: 4.5rem;
}
.fweight-100 {
    font-weight: 100;
}
.fweight-200 {
    font-weight: 200;
}
.fweight-300 {
    font-weight: 300;
}
.fweight-400 {
    font-weight: 400;
}
.fweight-500 {
    font-weight: 500;
}
.fweight-600 {
    font-weight: 600;
}
.fweight-700 {
    font-weight: 700;
}
.fweight-800 {
    font-weight: 800;
}
.fweight-900 {
    font-weight: 900;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
.txt-justify {
    text-align: justify;
}
.txt-up {
    text-transform: uppercase;
}
.fitalic {
    font-style: italic;
}
h1 {
    font-family: "Libre Baskerville", serif;
    font-size: 3.5rem;
}
h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.6rem;
}
.gold {
    background: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C);
}
.txt-dark-blue {
    color: #002028;
}
.bck-dark-blue {
    background-color: #002028;
}
.txt-blue {
    color: #00313e;
}
.bck-blue {
    background-color: #00313e;
}
.txt-grey {
    color: #444;
}
.bck-grey {
    background-color: #444;
}
.txt-champagne {
    color: #c5af82;
}
.bck-champagne {
    background-color: #c5af82;
}
.txt-dark-champagne {
    color: #7e5a2d;
}
.bck-dark-champagne {
    background-color: #7e5a2d;
}
.txt-white {
    color: #fff;
}
.bck-white {
    background-color: #fff;
}
.txt-footer-black {
    color: #212121;
}
.bck-footer-black {
    background-color: #212121;
}
.m0 {
    margin: 0px;
}
.m0child * {
    margin: 0px;
}
.p0 {
    padding: 0px;
}
.mp0 {
    margin: 0px;
    padding: 0px;
}
.b0 {
    border: none;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-spaceb {
    display: flex;
    justify-content: space-between;
}
.flex-align {
    align-items: center;
}
#mainheader {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .33);
    background-color: #002028;
    color: #c5af82;
}
#mainheader #socialNav{
    display: flex;
}
#mainheader #socialNav .facebook-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-image: url("../../src/images/icones/facebook.svg");
}
#mainheader #socialNav .facebook-icon:hover {
    background-image: url("../../src/images/icones/facebook-on.svg");
    cursor: pointer;
}
#mainheader #socialNav .instagram-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-image: url("../../src/images/icones/insta.svg");
}
#mainheader #socialNav .instagram-icon:hover {
    background-image: url("../../src/images/icones/insta-on.svg");
    cursor: pointer;
}
#mainheader #socialMobile {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 20px;
}
#mainheader #socialMobile .facebook-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-image: url("../../src/images/icones/facebook-blue.svg");
}
#mainheader #socialMobile .facebook-icon:hover {
    background-image: url("../../src/images/icones/facebook-on.svg");
    cursor: pointer;
}
#mainheader #socialMobile .instagram-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-image: url("../../src/images/icones/insta-blue.svg");
}
#mainheader #socialMobile .instagram-icon:hover {
    background-image: url("../../src/images/icones/insta-on.svg");
    cursor: pointer;
}
#mainheader #header-block {
    height: 100%;
    display: flex;
    align-items: center;
}
#mainheader #header-logo {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    background-image: url("../../src/images/logos/header-logo-2.svg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
#mainheader #responsive-bar {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mainheader #responsive-bar #header-title {
    padding-left: 180px;
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 0;
    color: #c5af82;
}
#mainheader nav {
    padding-left: 80px;
    background-color: #444;
}
#mainheader nav ul {
    height: 28px;
    overflow: hidden;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 29px;
}
#mainheader nav ul li.selected {
    background-color: #002028;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 4px;
}
#mainheader nav ul li:hover {
    background-color: #c5af82;
}
#mainheader nav ul li:hover a {
    color: #002028;
}
#mainheader nav a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 16px;
    font-family: "Libre Baskerville", serif;
    color: #c5af82;
}
#mainheader nav a:hover {
    color: #fff;
}
#burger-box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}
#burger {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 11px 3vw;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#burger.open {
    background-color: #c5af82;
    border-radius: 6px;
}
#burger.open span {
    background-color: #002028;
}
#burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #c5af82;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#burger span:nth-child(1) {
    top: 0px;
}
#burger span:nth-child(2) {
    top: 12px;
}
#burger span:nth-child(3) {
    top: 24px;
}
#burger.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#burger.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media(min-width: 1325.99px) {
    #burger-box {
    display: none;
}
}@media(max-width: 1325.99px) {
    #burger-box {
    min-height: 65px;
}
#burger-box #burger {
    margin: 17px 3vw;
}
#mainheader #responsive-bar {
    height: 65px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 6px;
}
#mainheader #socialNav{
    display: none;
}
#mainheader #header-logo {
    background-image: url(../../src/images/logos/header-logo-3.svg);
    width: 65px;
    height: 65px;
    margin-left: 6px;
}
#mainheader #responsive-bar #header-title {
    display: none;
    padding-left: 10px;
    font-size: 2rem;
}
#mainheader.open nav ul {
    transition: ease-in-out 300ms;
    min-height: 100vh;
}
#mainheader:not(.open) #socialMobile {
    display: none;
}
#mainheader:not(.open) nav ul {
    transition: ease-in-out 300ms;
    overflow: hidden;
    margin: 0;
    height: 0px !important;
    min-height: 0px;
    padding: 0;
}
#mainheader nav ul {
    background-color: #c5af82;
    top: 0;
    left: 0;
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    padding: 80px 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
#mainheader nav ul li.selected a {
    color: #c5af82 !important;
}
#mainheader nav ul li.selected a:hover {
    color: #c5af82;
    background-color: #002028;
}
#mainheader nav ul li a {
    text-align: center;
    width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #002028;
    font-size: 1rem;
    font-weight: 600;
}
#mainheader nav ul li a:hover {
    color: #002028;
    background-color: #c5af82;
}
}html {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-size: 1.15rem;
    font-family: "Merriweather Sans", sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    line-height: 2rem;
}
body * {
    box-sizing: border-box;
}
p {
    text-align: justify;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
ul, menu {
    padding-left: 0px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
}
button {
    border: none;
    background: none;
}
main {
    background-color: #444;
}
.btn-contact {
    width: 100%;
    margin-top: 45px;
}
.btn-contact a {
    transition: ease-in-out 300ms;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .95rem;
    display: block;
    max-width: 100%;
    margin: 10px auto;
    color: #fff;
    padding: 12px;
    text-align: center;
    max-width: 100%;
    line-height: 1.5rem;
}
.btn-contact a.yellow {
    background-color: #c5af82;
    color: #002028;
    text-transform: uppercase;
    border-radius: 0px;
}
.btn-contact a:hover {
    background-color: #fff;
    cursor: pointer;
    border-radius: 16px;
}
.form-field #msg {
    width: 100%}
.form-field textarea {
    border-radius: 6px;
    border: none;
    background-color: #c5af82;
    padding: 12px;
}
.form-field input {
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    height: 36px;
    background-color: #c5af82;
    padding: 12px;
}
.form-field label {
    display: block;
    margin-bottom: 10px;
    color: #c5af82;
    font-family: "Merriweather Sans", sans-serif;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: .95rem;
}
.contact-flex {
    display: flex;
    justify-content: space-between;
}
.contact-flex .form-field {
    width: 48%}
form.hidden {
    visibility: hidden;
}
#contact-response {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "Libre Baskerville", serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-response p {
    display: block;
    padding: 50px;
    text-align: center;
}
#contact-response.hidden {
    display: none;
}
#contact-response.shown {
    display: flex;
}
#contact .right-side {
    position: relative;
}
#form-message {
    height: 0;
    visibility: hidden;
}
textarea {
    resize: vertical;
}
#contact-submit {
    margin-top: 15px;
}
#nos-champagnes {
    width: 100%;
    background-image: url("../../src/images/photos/champage-bck.jpg");
    background-attachment: fixed;
    min-height: 100vh;
    padding: 200px 0;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 8px;
}
#champagne-cards {
    max-width: 1200px;
    background-image: linear-gradient(180deg,  #fff3c3,  rgba(0,  0,  0,  0));
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 8px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
header {
    width: 100%}
header h2 {
    padding-top: 35px;
    text-align: center;
    width: 100%;
    display: block;
    color: #002028;
}
.champagne-card {
    width: 45%;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 30px 0;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .255);
}
.champagne-card .picture-side {
    height: 100%;
    background-color: #002028;
    width: 45px;
}
.champagne-card .picture-side img {
    height: 300px;
    transform: translateX(-35%);
}
.champagne-card .text-side {
    padding: 6% 12%}
.champagne-card h3 {
    color: #7e5a2d;
    font-family: "Libre Baskerville", serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 0;
}
.champagne-card p {
    color: #002028;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .9rem;
    line-height: 2rem;
}
@media(max-width: 1325.99px) {
    #champagne-cards {
    justify-content: center;
    flex-wrap: wrap;
}
#champagne-cards .champagne-card {
    width: 60%}
}@media(max-width: 600px) {
    #champagne-cards .champagne-card {
    width: 100%;
    margin-left: 35px;
    margin-right: 16px;
    transform: translateX(16px);
}
}#tarifs-et-services {
    width: 100%;
    padding: 50px;
    min-height: 100vh;
    padding: 0;
}
#tarifs-et-services-boxs {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    min-height: 100vh;
}
.tarifs-et-services-box-blue {
    width: 50%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #002028;
    justify-content: center;
}
.tarifs-et-services-box-blue .picture-side {
    width: 45px;
}
.tarifs-et-services-box-blue .picture-side img {
    height: 360px;
}
.tarifs-et-services-box-blue .text-side {
    padding: 6% 30%}
.tarifs-et-services-box-blue h3 {
    color: #c5af82;
    font-family: "Libre Baskerville", serif;
    font-size: 1.55rem;
    margin-bottom: 2rem;
    margin-top: 0;
}
.tarifs-et-services-box-blue p {
    color: #c5af82;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .9rem;
    line-height: 2rem;
}
.tarifs-et-services-box-champagne {
    width: 50%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    background-color: #c5af82;
    justify-content: center;
    padding: 30px;
}
.tarifs-et-services-box-champagne .etiquettes {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.tarifs-et-services-box-champagne .etiquettes img {
    margin-bottom: 15px;
    width: 65%;
    min-width: 190px;
}
.tarifs-et-services-box-champagne .box-champagne {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%}
.tarifs-et-services-box-champagne .box-champagne .picture-side img {
    min-width: 195px;
    height: 360px;
    padding-right: 20px;
}
.tarifs-et-services-box-champagne .box-champagne .picture-solo img {
    height: 292px;
}
.tarifs-et-services-box-champagne .box-champagne .text-right {
    line-height: 2rem;
    padding-left: 20px;
}
.tarifs-et-services-box-champagne .box-champagne h3 {
    color: #002028;
    font-family: "Libre Baskerville", serif;
    font-size: 1.55rem;
    margin-bottom: 2rem;
    margin-top: 0;
}
.tarifs-et-services-box-champagne .box-champagne p {
    font-family: "Merriweather Sans", sans-serif;
    font-size: .9rem;
    line-height: 2rem;
}
.tarifs-et-services-box-champagne .box-champagne ul {
    margin: 0;
    height: 100%;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tarifs-et-services-box-champagne .box-champagne ul li {
    display: block;
    color: #002028;
}
.tarifs-et-services-box-champagne .box-champagne ul span {
    text-transform: lowercase;
}
@media(max-width: 1325.99px) {
    .tarifs-et-services-box-blue .text-side {
    padding-inline: 15%}
#tarifs-et-services-boxs>div {
    width: 100%}
#tarifs-et-services-boxs>div:nth-child(3) {
    order: 3;
}
}@media(max-width: 700px) {
    .tarifs-et-services-box-champagne .etiquettes img {
    width: 85%}
.picture-solo {
    width: 100%}
.picture-solo img {
    width: 100%;
    object-fit: contain;
}
}.border-linear-top {
    box-sizing: content-box;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 8px;
}
.border-linear-top-bottom {
    box-sizing: content-box;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 8px;
}
.border-linear-bottom {
    box-sizing: content-box;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-width: 8px;
}
#l-appellation-champagne {
    width: 100%;
    background-image: url("../../src/images/photos/vigne-bck.jpg");
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    padding: 200px 0 100px 0;
}
#l-appellation-champagne-container {
    max-width: 1200px;
    background-color: rgba(255, 255, 255, .8);
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(to right,  #BF953F,  #FCF6BA,  #B38728,  #FBF5B7,  #AA771C) 1;
    border-image-width: 8px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
header {
    width: 100%}
header h2 {
    padding-top: 35px;
    text-align: center;
    width: 100%;
    display: block;
    color: #7e5a2d;
}
.l-appellation-champagne-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 30px 50px;
}
.l-appellation-champagne-box .picture-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%}
.l-appellation-champagne-box .picture-side img {
    width: 465px;
    height: 48%;
    object-fit: cover;
}
.l-appellation-champagne-box .picture-side img:nth-child(2) {
    margin-top: 2rem;
}
.l-appellation-champagne-box .text-side {
    padding: 0 7%}
.l-appellation-champagne-box h3 {
    color: #7e5a2d;
    font-family: "Libre Baskerville", serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 0;
}
.l-appellation-champagne-box p {
    color: #002028;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .9rem;
    line-height: 2rem;
    margin-top: 0;
}
@media(max-width: 1325.99px) {
    #nos-champagnes, #l-appellation-champagne {
    background-attachment: scroll;
}
.l-appellation-champagne-box {
    flex-wrap: wrap;
}
.l-appellation-champagne-box .picture-side {
    display: block;
    height: auto;
    margin-bottom: 35px;
    width: 100%}
.l-appellation-champagne-box .picture-side img {
    width: 100%}
.l-appellation-champagne-box .picture-side img:nth-child(2) {
    display: none;
}
.l-appellation-champagne-box .text-side {
    padding: 0;
}
}#le-domaine-boxs {
    display: flex;
}
#le-domaine-boxs>div {
    width: 50%;
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .9rem;
}
#le-domaine-boxs>div.le-domaine-box-blue {
    background-color: #002028;
    color: #c5af82;
}
#le-domaine-boxs>div.le-domaine-box-blue .bigpic {
    border: 5px solid #c5af82;
    background-color: #c5af82;
}
#le-domaine-boxs>div.le-domaine-box-champagne {
    background-color: #c5af82;
}
#le-domaine-boxs>div.le-domaine-box-champagne .bigpic {
    border: 5px solid #002028;
    background-color: #002028;
}
#le-domaine-boxs>div>div {
    max-width: 65%}
#le-domaine-boxs>div h3 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
#le-domaine-boxs .smallpic {
    padding: 8px;
    max-width: 33%;
    object-fit: contain;
}
#le-domaine-boxs .bigpic {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 12px 0;
}
@media(max-width: 1325.99px) {
    #le-domaine-boxs {
    flex-wrap: wrap;
}
#le-domaine-boxs>div {
    width: 100%}
#le-domaine-boxs .smallpic {
    display: none;
}
#le-domaine-boxs>div>div {
    width: 80% !important;
    max-width: 80% !important;
}
}#contact-et-acces {
    height: 65vh;
}
.map-responsive {
    margin: 0;
    padding: 0;
}
.map-responsive iframe {
    width: 100%;
    height: 65vh;
    margin: 0;
    padding: 0;
}
#contact {
    background-color: #444;
    background-image: url("../../src/images/logos/background-logo.svg");
    background-position-x: 8%;
    background-position-y: center;
    background-size: 80vh;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 100px 15%}
#contact .right-side {
    padding: 70px 6% 40px 6%}
#contact .right-side h3 {
    color: #c5af82;
    font-family: "Libre Baskerville", serif;
    font-size: 1.55rem;
    margin-bottom: 2rem;
    margin-top: 0;
}
#contact #contact-submit {
    display: flex;
    justify-content: center;
}
#contact #contact-submit p {
    transition: ease-in-out 300ms;
    font-family: "Merriweather Sans", sans-serif;
    background-color: #c5af82;
    color: #002028;
    text-align: center;
    padding: 10px 45px;
    width: fit-content;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .95rem;
}
#contact #contact-submit p:hover {
    background-color: #fff;
    cursor: pointer;
    border-radius: 16px;
}
#contact-response {
    background-color: #444444b0;
}
#contact-response #msgRespGood {
    background-color: #fff;
    color: #00313e;
    padding: 30px;
    border-radius: 8px;
}
#contact-response #msgRespBad {
    background-color: #fff;
    color: #af0000;
    padding: 30px;
    border-radius: 8px;
}
#contact-response p {
    font-family: "Merriweather Sans", sans-serif;
}
@media(max-width: 1325.99px) {
    #contact {
    padding: 100px 0;
}
}footer {
    color: #fff;
}
footer * {
    margin: 0;
}
footer .footer-title {
    text-align: center;
    font-size: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .footer-title p:first-child {
    margin-bottom: 30px;
}
footer #footer-top {
    display: flex;
    background-color: #00313e;
}
footer #footer-top #footer-infos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .85rem;
    font-weight: 300;
    color: #c5af82;
}
footer #footer-top #footer-infos .label {
    text-transform: uppercase;
    font-weight: 700;
}
footer #footer-top #footer-infos h4 {
    font-size: 1rem;
}
footer #footer-top #footer-infos #footer-infos-top {
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
}
footer #footer-top #footer-infos #footer-infos-top>div {
    width: 50%}
footer #footer-top #footer-infos #footer-infos-top .footer-info-block {
    border-left: 4px solid #c5af82;
    padding-left: 15px;
}
footer #footer-top #footer-infos #footer-infos-top .footer-info-block h4 {
    font-weight: 1rem;
    letter-spacing: .3rem;
    margin-bottom: 14px;
}
footer #footer-top #footer-infos #footer-infos-top .footer-info-block li {
    margin-bottom: 6px;
}
footer #footer-top #footer-infos #footer-infos-top .footer-info-block li span {
    font-weight: 500;
}
footer #footer-top #footer-infos #footer-infos-bottom {
    width: 100%}
footer #footer-top #footer-infos #footer-infos-bottom p {
    font-size: .7rem;
    text-align: center;
}
footer #footer-logo {
    min-width: 320px;
    min-height: 250px;
    width: 30%;
    display: flex;
    background-color: #002028;
    align-items: center;
    justify-content: center;
}
footer #footer-bottom {
    line-height: 1.2rem;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #212121;
    font-size: .8rem;
}
footer #footer-bottom img {
    transform: translateY(4px);
}
footer #footer-bottom h4 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 7px;
}
footer #footer-bottom p {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0px;
}
footer #footer-bottom ul {
    display: flex;
}
footer #footer-bottom li:not(:last-child):after {
    content: "";
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(4px);
    width: 6px;
    height: 6px;
    margin: 0 15px;
    transform: translateY(-25%);
}
@media(max-width: 1199.98px) {
    footer #footer-top {
    display: block;
}
footer #footer-top #footer-logo {
    min-width: auto;
    width: 100%;
    min-height: 100px;
}
footer #footer-top #footer-logo img {
    height: 80px;
}
footer #footer-top #footer-infos {
    padding: 25px;
}
footer #footer-top #footer-infos #footer-infos-top {
    padding: 0;
    padding-bottom: 35px;
}
footer #footer-bottom {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
footer #footer-bottom .right {
    margin-right: 30px;
}
footer #footer-bottom .left {
    border-left: 2px solid #fff;
    padding-left: 30px;
}
footer #footer-bottom ul {
    display: block;
}
footer #footer-bottom li:not(:last-child):after {
    content: "";
    background-color: rgba(255, 255, 255, 0);
}
footer #footer-bottom li:last-child {
    margin-top: 20px;
    font-size: .7rem;
}
}@media(max-width: 891.98px) {
    footer .footer-title {
    font-size: 2.8rem;
}
footer #footer-top {
    display: block;
}
footer #footer-top #footer-logo {
    width: 100%;
    min-height: 100px;
}
footer #footer-top #footer-logo img {
    height: 80px;
}
footer #footer-top #footer-infos {
    padding: 25px;
}
footer #footer-top #footer-infos #footer-infos-top {
    padding: 0;
    padding-bottom: 35px;
    flex-wrap: wrap;
}
footer #footer-top #footer-infos #footer-infos-top .footer-info-block, footer #footer-top #footer-infos #footer-infos-top .footer-title {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 10px;
}
}@media(max-width: 435.98px) {
    footer #footer-bottom {
    padding: 40px;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
footer #footer-bottom .right {
    margin: 0;
    margin-bottom: 40px;
}
footer #footer-bottom .left {
    border-left: none;
    padding-left: 0;
}
footer #footer-bottom .left p, footer #footer-bottom .left h4, footer #footer-bottom .left li {
    text-align: center;
}
footer #footer-bottom ul {
    display: block;
}
footer #footer-bottom li:not(:last-child):after {
    content: "";
    width: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
}
}#mobileLanding {
    padding-top: 80px;
    height: 100vh;
    background-image: url(../../src/images/photos/champage-bck2.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#mobileLanding img {
    max-height: 60%;
    width: 100%}
#mobileLanding p {
    color: #fff;
    font-family: "Edwardian Script ITC", cursive;
    font-size: 4rem;
    margin: 20px 0;
}
@media(max-width: 891.98px) {
    #mobileLanding img {
    max-height: 60%;
    width: 80%}
#mobileLanding p {
    font-size: 2.8rem;
}
}/*# sourceMappingURL=style.min.css.map */
