/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'celine_sansregular';
    src: url('../../assets/fonts/celinesans-webfont.woff2') format('woff2'),
         url('../../assets/fonts/celinesans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'engraversgothic_btregular';
    src: url('../../assets/fonts/engravers-gothic-bt-font-webfont.woff2') format('woff2'),
         url('../../assets/fonts/engravers-gothic-bt-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'engraversgothic_btregular';
    background: #fff;
    color: #fff;
    font-size: 16px;
    position: relative;
    height: 100vh;
}

p {
    font-weight: 500;
}

a, .Web-Header.Sticky, .cta, img, .menu,
.menu_overlay, a::after {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #bfa372;
}

a:hover {
    text-decoration: none;
    color: initial;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'celine_sansregular';
}

/* WEB UTILITIES */

.Web-Wrapper {
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    border-left: 2px solid #9b1831;
    background-color: transparent;
    padding: 5px 20px;
    color: #9b1831;
    width: auto;
    height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.812rem;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cta:hover{
    color: #9b1831;
    text-decoration: none;
}

.title {
    font-size: 3rem;
    line-height: 3.375rem;
}
.subTitle {
    font-size: 1.125rem;
    line-height: 1.125rem;
}
.text {
    font-size: 1rem;
    line-height: 1.75rem;
}

/* WEB HEADER /////////////////////////////////////////////////////////////*/

.imageBg {
    background-image: url('../../assets/img/Le-Bouchon-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-title .Logo {
    margin-bottom: 4rem;
}
.section-title h1 {
    font-size: 4.919rem;
    line-height: 4.236rem;
    text-transform: uppercase;
}

.BoxText .BoxLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.BoxText .BoxLinks .Link {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 15px;
    text-transform: uppercase;
}
.BoxText .BoxLinks .Link:hover {
    color: #bfa372;
    text-decoration: none;
}
.BoxText .BoxLinks .Link i {
    margin-right: 16px;
    vertical-align: middle;
}
.Web-content {
    margin: 5.5rem 0 1rem;
}
.Web-footer {
    text-align: center;
    border-top: 1px solid #bfa372;
    padding: 1.75rem 0;
}
.copyrights-message {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #bfa372;
    text-transform: uppercase;
}