/*-----------------------------------------------------------------------------------
	RFP Viti
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}



/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Old Standard TT";
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-divider{
	width:150px;
	height:1px;
	background-color:var(--swatch-var-3409);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:30px;
	font-family:"Lato";
	font-weight:700;
}
.feature-icon{
	text-align:center;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
	height:110px;
	width:180px;
}
.navbar-brand img{
	width:150px;
	height:150px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Lato";
	font-weight:300;
}
.p-style{
	font-family:"Lato";
	font-weight:300;
}
.p-menu-style{
	font-family:"Lato";
	font-weight:300;
}
.p-4-style{
	font-family:"Lato";
	font-weight:300;
}
.p-2-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.h6-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h6-2-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h6-6-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h6-3-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h6-5-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h6-4-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.label-style{
	font-family:"Lato";
	font-weight:700;
}
.label-email-style{
	font-family:"Lato";
	font-weight:700;
}
.label-message-style{
	font-family:"Lato";
	font-weight:700;
}
.btn-style{
	font-weight:bold;
}
.p-footer-style{
	font-size:14px;
	font-family:"Lato";
	font-weight:300;
}
.espace{
	margin-bottom:30px;
	padding-bottom:10px;
}
.h1-heading-style{
	font-size:50px;
}
.h1-5-style{
	font-size:50px;
}
.h1-2-style{
	font-size:50px;
}
.h2-style{
	font-size:40px;
}
.divider-style{
	height:1px;
	width:15%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-6728);
}
.h2-5-style{
	font-size:40px;
}
.divider-0-style{
	height:1px;
	background-color:var(--swatch-var-6728);
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.p-9-style{
	font-family:"Lato";
	font-weight:300;
}
.p-cold-beverages-style{
	font-family:"Lato";
	font-weight:300;
}
.p-11-style{
	font-family:"Lato";
	font-weight:300;
}
.p-12-style{
	font-family:"Lato";
	font-weight:300;
}
.p-13-style{
	font-family:"Lato";
	font-weight:300;
}
.p-17-style{
	font-family:"Lato";
	font-weight:300;
}
.p-16-style{
	font-family:"Lato";
	font-weight:300;
}
.p-15-style{
	font-family:"Lato";
	font-weight:300;
}
.p-14-style{
	font-family:"Lato";
	font-weight:300;
}
.p-hot-beverages-style{
	font-family:"Lato";
	font-weight:300;
}
.p-19-style{
	font-family:"Lato";
	font-weight:300;
}
.p-20-style{
	font-family:"Lato";
	font-weight:300;
}
.p-21-style{
	font-family:"Lato";
	font-weight:300;
}
.p-22-style{
	font-family:"Lato";
	font-weight:300;
}
.p-23-style{
	font-family:"Lato";
	font-weight:300;
}
.p-24-style{
	font-family:"Lato";
	font-weight:300;
}
.p-25-style{
	font-family:"Lato";
	font-weight:300;
}
.p-26-style{
	font-family:"Lato";
	font-weight:300;
}
.p-27-style{
	font-family:"Lato";
	font-weight:300;
}
.h2-47749-style{
	font-size:40px;
}
.p-29-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.p-30-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.p-31-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.p-hero-style{
	font-family:"Lato";
	font-weight:300;
	font-size:22px;
}
.h2-22058-style{
	font-size:50px;
}
.divider-footer-style{
	width:25%;
	background-color:var(--swatch-var-3409);
}
.h2-6-style{
	font-size:50px;
}
.h3-style{
	font-size:24px;
	font-family:"Lato";
	font-weight:700;
}
.p-32-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:40px;
}
.h3-9-style{
	font-size:32px;
	font-family:"Lato";
	font-weight:700;
}
.p-33-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:300;
	line-height:40px;
}
.h3-10-style{
	font-size:32px;
}
.p-34-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:300;
	line-height:40px;
}
.h3-11-style{
	font-size:32px;
}
.h3-12-style{
	font-size:32px;
}
.h3-13-style{
	font-size:32px;
}
.p-35-style{
	font-size:18px;
	line-height:40px;
	font-family:"Lato";
	font-weight:300;
}
.p-36-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
.p-37-style{
	font-size:18px;
	line-height:40px;
	font-family:"Lato";
	font-weight:300;
}
.p-43703-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:30px;
}
.p-47812-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:30px;
}
.p-18993-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:30px;
}
.img-style{
	width:240px;
	height:180px;
}
.img-images-style{
	width:75px;
	height:75px;
}
.img-barriq-style{
	width:60px;
	height:60px;
}
.h3-formule-malbec-style{
	font-size:24px;
}
.h3-23431-style{
	font-size:24px;
}
.h2-location-style{
	font-size:50px;
}
.h2-recrutement-style{
	font-size:50px;
}
.navigation{
	font-family:"Lato";
	font-weight:300;
	font-size:14px;
	position:absolute;
	color:var(--swatch-var-3409)!important;
	border-color:var(--swatch-var-2941)!important;
}
.h2-8-style{
	font-size:50px;
}
.link-style{
	text-decoration:none;
}
.p-bloc-30-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
.h3-rfp-viti-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-8-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-24-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
.p-bloc-27-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
.p-brand-area-style{
	font-family:"Lato";
	font-weight:700;
	font-size:26px;
}
.texte{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
}
.bouton{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-17-style{
	font-family:"Lato";
	font-weight:300;
}
.p-10-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.p-2330-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:auto;
	width:15%;
	height:3px;
	background-color:var(--swatch-var-3409);
}
.divider-23877-style{
	width:15%;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin-left:auto;
	margin-right:auto;
}
.p-49383-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.menu{
	font-size:18px;
	color:var(--swatch-var-6728)!important;
	font-family:"Lato";
	font-weight:300;
	text-align:center;
}
.img-42-style{
	height:180px;
}
.h2-11-style{
	font-size:50px;
}
.divider-15507-style{
	width:15%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-3409);
	height:1px;
}
.p-42-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.divider-41266-style{
	width:15%;
	margin-left:auto;
	margin-right:auto;
	height:1px;
	background-color:var(--swatch-var-3409);
}
.p-43-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.h2-contact-style{
	font-size:50px;
}
.divider-221-style{
	width:15%;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin-left:auto;
	margin-right:auto;
}
.menu-blanc{
	font-family:"Lato";
	font-weight:300;
	color:var(--swatch-var-3155)!important;
	font-size:16px;
	padding-right:8px;
	margin-right:30px;
	justify-content:center;
}
.divider-3928-style{
	width:15%;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin-left:auto;
	margin-right:auto;
}
.contact{
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-3155)!important;
}
.img-bloc-18-style{
	height:220px;
	width:330px;
}
.divider-11277-style{
	width:15%;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin-left:auto;
	margin-right:auto;
}
.menu-accueil{
	font-family:"Lato";
	font-weight:600;
	color:var(--swatch-var-6728)!important;
	font-size:16px;
	text-transform:none;
	justify-content:center;
	justify-items:center;
	column-gap:5px;
	row-gap:5px;
	text-align:left;
	text-decoration:none;
	text-overflow:clip;
	white-space:normal;
	font-display:block;
	writing-mode:horizontal-tb;
	width:790px;
}
.menu-accueil:hover{
	font-size:16px;
	font-family:"Lato";
	font-weight:600;
	color:var(--swatch-var-5245)!important;
}
.menu-accueil:active{
	color:var(--swatch-var-3409)!important;
	font-family:"Lato";
	font-weight:600;
	font-size:16px;
}
.h2-hiver-style{
	font-size:50px;
}
.divider-32330-style{
	width:15%;
	height:1px;
	background-color:var(--swatch-var-6728);
	margin-left:auto;
	margin-right:auto;
}
.h2-printemps-style{
	font-size:50px;
}
.divider-49401-style{
	width:15%;
	height:1px;
	background-color:var(--swatch-var-6728);
	margin-left:auto;
	margin-right:auto;
}
.h2-14-style{
	font-size:50px;
}
.divider-18989-style{
	width:15%;
	height:1px;
	background-color:var(--swatch-var-6728);
	margin-left:auto;
	margin-right:auto;
}
.h2-automne-style{
	font-size:50px;
}
.divider-12601-style{
	width:15%;
	height:1px;
	background-color:var(--swatch-var-6728);
	margin-left:auto;
	margin-right:auto;
}
.h2-les-4-saisons-style{
	font-size:50px;
}
.p-20387-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:300;
}
.divider-32355-style{
	width:15%;
	height:1px;
	background-color:var(--swatch-var-3409);
	margin-left:auto;
	margin-right:auto;
}
.h4-style{
	width:32.53%;
}
.container-div-style{
	width:30.12%;
	min-height:76px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-6728);
	width:120%;
	height:120px;
}
.bloc-divider-t-hot-beverages-fill{
	fill:var(--swatch-var-6728);
	width:120%;
	height:120px;
}
.bloc-divider-t-footer-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-t-bloc-36-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-t-bloc-38-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-t-bloc-40-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-t-bloc-42-fill{
	fill:var(--swatch-var-6728);
}
.img-bloc-31-style{
	height:231px;
}
.img-44-style{
	height:231px;
}
.img-45-style{
	height:231px;
}
.img-meeti-style{
	height:231px;
}
.img-bloc-33-style{
	height:231px;
}
.img-47-style{
	height:231px;
}
.police{
	font-family:"Lato";
	font-weight:300;
	font-size:16px;
}
.img-tracte-style{
	width:60px;
	height:60px;
}
.img-grap-style{
	width:60px;
	height:60px;
}
.h3-petit-péjac-style{
	font-size:24px;
}
.h3-malbec-style{
	font-size:24px;
}
.h3-jurançon-style{
	font-size:24px;
}
.p-38-style{
	font-family:"Lato";
	font-weight:300;
	font-size:17px;
	line-height:30px;
}
.p-39-style{
	font-family:"Lato";
	font-weight:300;
	font-size:17px;
	line-height:30px;
}
.p-40-style{
	font-size:17px;
	font-family:"Lato";
	font-weight:300;
	line-height:30px;
}
.espace-texte{
	margin-top:10px;
}
.p-41303-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:40px;
}
.p-bloc-36-style{
	font-family:"Lato";
	font-weight:300;
	line-height:40px;
	font-size:20px;
}
.p-bloc-38-style{
	font-family:"Lato";
	font-weight:300;
	line-height:40px;
	font-size:20px;
}
.p-bloc-40-style{
	font-size:20px;
	line-height:40px;
	font-family:"Lato";
	font-weight:300;
}
.p-bloc-42-style{
	font-size:20px;
	line-height:40px;
	font-family:"Lato";
	font-weight:300;
}
.h5-style{
	line-height:18px;
}
.img-bloc-24-style{
	height:70px;
	width:70px;
}
.img-bloc-25-style{
	width:70px;
	height:70px;
}
.h4-38-style{
	font-size:18px;
	line-height:27px;
}
.h3-bloc-8-style{
	font-size:24px;
}
.divider-background-color{
	background-color:var(--swatch-var-6728);
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.p-12704-style{
	font-family:"Lato";
	font-weight:300;
}
.p-2600-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.container-div-min-height{
	min-height:72px;
}
.img-img-23-style{
	height:220px;
}
.h3-chef-d’équipe-style{
	font-family:"Lato";
	font-weight:700;
}
.p-41-style{
	font-family:"Lato";
	font-weight:300;
	font-size:17px;
}
.h3-marcheur-style{
	font-family:"Lato";
	font-weight:700;
}
.divider-27754-style{
	width:30%;
}
.p-bloc-29-style{
	font-family:"Lato";
	font-weight:300;
}
.p-40-bloc-30-style{
	font-family:"Lato";
	font-weight:300;
}
.p-bloc-31-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-bloc-30-style{
	font-size:24px;
}
.h3-bloc-31-style{
	font-size:24px;
}
.h3-bloc-29-style{
	font-size:24px;
}
.divider-13331-style{
	width:30%;
}
.divider-40985-style{
	width:30%;
}
.divider-32857-style{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.p-bloc-32-style{
	font-family:"Lato";
	font-weight:300;
}
.p-43-bloc-32-style{
	font-family:"Lato";
	font-weight:300;
}
.p-44-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-bloc-32-style{
	font-size:24px;
}
.h3-15-style{
	font-size:24px;
}
.h3-14-style{
	font-size:24px;
}
.p-bloc-35-style{
	font-family:"Lato";
	font-weight:300;
}
.p-46-style{
	font-family:"Lato";
	font-weight:300;
}
.p-47-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-bloc-35-style{
	font-size:24px;
}
.h3-18-style{
	font-size:24px;
}
.h3-17-style{
	font-size:24px;
}
.divider-21014-style{
	width:40%;
	margin-left:auto;
	margin-right:auto;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:rgba(204,234,237,1.00);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(255,38,0,1.00);
	
	--swatch-var-3155:rgba(0,0,0,1.00);
	
	--swatch-var-3819:rgba(231,151,0,0.16);
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-5245:rgba(255,147,0,1.00);
	
	--swatch-var-1342:#F2E4BA;
	
	--swatch-var-2101:#E0F7C5;
	
	--swatch-var-6863:rgba(242,194,128,1.00);
	
	--swatch-var-1423:#FFC76D;
	
	--swatch-var-7713:#FF914B;
	
	--swatch-var-277:rgba(204,239,237,0.25);
	
	--swatch-var-5533:rgba(0,0,0,0.41);
	
}


/* Background colour styles */

.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-2101{
	background-color:var(--swatch-var-2101);
}
.bgc-1342{
	background-color:var(--swatch-var-1342);
}
.bgc-3155{
	background-color:var(--swatch-var-3155);
}
.bgc-1423{
	background-color:var(--swatch-var-1423);
}
.bgc-7713{
	background-color:var(--swatch-var-7713);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-3155{
	color:var(--swatch-var-3155)!important;
}

/* Button colour styles */

.btn-c-3409{
	background:var(--swatch-var-3409);
	color:#FFFFFF!important;
}
.btn-c-3409:hover{
	background:#CC0000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-3155{
	color:var(--swatch-var-3155)!important;
}
.ltc-3155:hover{
	color:#000000!important;
}
.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}
.ltc-3409{
	color:var(--swatch-var-3409)!important;
}
.ltc-3409:hover{
	color:#CC0000!important;
}

/* Bloc image backgrounds */

.bg-714862{
	background-image:url("img/714862.jpg");
	background-image: -webkit-image-set(url("img/714862.webp") 1x,
url("img/714862.webp") 2x);background-image: image-set(url("img/714862.jpg") 1x,
url("img/714862.jpg") 2x,url("img/714862.webp") 1x,
url("img/714862.webp") 2x);
}
.bg-thumbbig-350327{
	background-image:url("img/thumbbig-350327.webp");
}
.bg-23212576lpw-23212572-libre-jpg-8766030{
	background-image:url("img/23212576lpw-23212572-libre-jpg_8766030.jpg");
	background-image: -webkit-image-set(url("img/23212576lpw-23212572-libre-jpg_8766030.webp") 1x,
url("img/23212576lpw-23212572-libre-jpg_8766030.webp") 2x);background-image: image-set(url("img/23212576lpw-23212572-libre-jpg_8766030.jpg") 1x,
url("img/23212576lpw-23212572-libre-jpg_8766030.jpg") 2x,url("img/23212576lpw-23212572-libre-jpg_8766030.webp") 1x,
url("img/23212576lpw-23212572-libre-jpg_8766030.webp") 2x);
}
.bg-b-andrea-cairone-lzm3pbqim70-unsplash-new{
	background-image:url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.jpg");
	background-image: -webkit-image-set(url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.webp") 1x,
url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.webp") 2x);background-image: image-set(url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.jpg") 1x,
url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.jpg") 2x,url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.webp") 1x,
url("img/b-andrea-cairone-lzm3pbqim70-unsplash-new.webp") 2x);
}
.bg-26834-800x480{
	background-image:url("img/26834_800x480.jpg");
	background-image: -webkit-image-set(url("img/26834_800x480.webp") 1x,
url("img/26834_800x480.webp") 2x);background-image: image-set(url("img/26834_800x480.jpg") 1x,
url("img/26834_800x480.jpg") 2x,url("img/26834_800x480.webp") 1x,
url("img/26834_800x480.webp") 2x);
}
.bg-istockphoto-1170353589-612x612{
	background-image:url("img/istockphoto-1170353589-612x612.jpg");
	background-image: -webkit-image-set(url("img/istockphoto-1170353589-612x612.webp") 1x,
url("img/istockphoto-1170353589-612x612.webp") 2x);background-image: image-set(url("img/istockphoto-1170353589-612x612.jpg") 1x,
url("img/istockphoto-1170353589-612x612.jpg") 2x,url("img/istockphoto-1170353589-612x612.webp") 1x,
url("img/istockphoto-1170353589-612x612.webp") 2x);
}
.bg-Vineyard-tree-hills-autumn-1920x1200{
	background-image:url("img/Vineyard-tree-hills-autumn_1920x1200.jpg");
	background-image: -webkit-image-set(url("img/Vineyard-tree-hills-autumn_1920x1200.webp") 1x,
url("img/Vineyard-tree-hills-autumn_1920x1200.webp") 2x);background-image: image-set(url("img/Vineyard-tree-hills-autumn_1920x1200.jpg") 1x,
url("img/Vineyard-tree-hills-autumn_1920x1200.jpg") 2x,url("img/Vineyard-tree-hills-autumn_1920x1200.webp") 1x,
url("img/Vineyard-tree-hills-autumn_1920x1200.webp") 2x);
}
.bg-calendrier-entretien-vigne{
	background-image:url("img/calendrier-entretien-vigne.jpg");
	background-image: -webkit-image-set(url("img/calendrier-entretien-vigne.webp") 1x,
url("img/calendrier-entretien-vigne.webp") 2x);background-image: image-set(url("img/calendrier-entretien-vigne.jpg") 1x,
url("img/calendrier-entretien-vigne.jpg") 2x,url("img/calendrier-entretien-vigne.webp") 1x,
url("img/calendrier-entretien-vigne.webp") 2x);
}
.bg-istockphoto-978754758-612x612{
	background-image:url("img/istockphoto-978754758-612x612.jpg");
	background-image: -webkit-image-set(url("img/istockphoto-978754758-612x612.webp") 1x,
url("img/istockphoto-978754758-612x612.webp") 2x);background-image: image-set(url("img/istockphoto-978754758-612x612.jpg") 1x,
url("img/istockphoto-978754758-612x612.jpg") 2x,url("img/istockphoto-978754758-612x612.webp") 1x,
url("img/istockphoto-978754758-612x612.webp") 2x);
}
.bg-green-red-vineyard-rows-sunset-moldova-glowing-orange-sun{
	background-image:url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.jpg");
	background-image: -webkit-image-set(url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.webp") 1x,
url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.webp") 2x);background-image: image-set(url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.jpg") 1x,
url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.jpg") 2x,url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.webp") 1x,
url("img/green-red-vineyard-rows-sunset-moldova-glowing-orange-sun.webp") 2x);
}
.bg-grapes-vineyards-plant-sunny-day{
	background-image:url("img/grapes-vineyards-plant-sunny-day.jpg");
	background-image: -webkit-image-set(url("img/grapes-vineyards-plant-sunny-day.webp") 1x,
url("img/grapes-vineyards-plant-sunny-day.webp") 2x);background-image: image-set(url("img/grapes-vineyards-plant-sunny-day.jpg") 1x,
url("img/grapes-vineyards-plant-sunny-day.jpg") 2x,url("img/grapes-vineyards-plant-sunny-day.webp") 1x,
url("img/grapes-vineyards-plant-sunny-day.webp") 2x);
}
.bg-depositphotos-81055786-stock-photo-vineyard-sunrise-landscape-bordeaux-vineyard-jpg{
	background-image:url("img/depositphotos_81055786-stock-photo-vineyard-sunrise-landscape-bordeaux-vineyard.jpg.webp");
}
.bg-palissage{
	background-image:url("img/palissage.jpeg");
	background-image: -webkit-image-set(url("img/palissage.webp") 1x,
url("img/palissage.webp") 2x);background-image: image-set(url("img/palissage.jpeg") 1x,
url("img/palissage.jpeg") 2x,url("img/palissage.webp") 1x,
url("img/palissage.webp") 2x);
}
.bg-meeting{
	background-image:url("img/meeting.jpg");
	background-image: -webkit-image-set(url("img/meeting.webp") 1x,
url("img/meeting.webp") 2x);background-image: image-set(url("img/meeting.jpg") 1x,
url("img/meeting.jpg") 2x,url("img/meeting.webp") 1x,
url("img/meeting.webp") 2x);
}
.bg-closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept{
	background-image:url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.jpg");
	background-image: -webkit-image-set(url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.webp") 1x,
url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.webp") 2x);background-image: image-set(url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.jpg") 1x,
url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.jpg") 2x,url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.webp") 1x,
url("img/closeup-shot-business-handshake-cropped-shot-two-people-wearing-formal-suits-shaking-hands-business-handshake-concept.webp") 2x);
}
.bg-laptop-3196481-1920{
	background-image:url("img/laptop-3196481_1920.jpg");
	background-image: -webkit-image-set(url("img/laptop-3196481_1920.webp") 1x,
url("img/laptop-3196481_1920.webp") 2x);background-image: image-set(url("img/laptop-3196481_1920.jpg") 1x,
url("img/laptop-3196481_1920.jpg") 2x,url("img/laptop-3196481_1920.webp") 1x,
url("img/laptop-3196481_1920.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	
}

