/*-----------------------------------------------------------------------------------
	Senior Vargas
	About: Senior Vargas - Private Conciergerie
	Author: Senior Vargas
	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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding: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;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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;
}


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* 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:"PT Serif";
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-divider{
	width:150px;
	height:3px;
	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:#000000;
}
.logo-style{
	font-size:30px;
}
.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;
}
.navbar-brand img{
	width:50px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Josefin Sans";
	font-weight:700;
}
.img-style{
	width:580px;
}
.divider-style{
	height:2px;
	width:5%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-3409);
}
.perso_menu{
	background-size:contain;
	height:50px;
	font-family:"PT Serif";
	font-size:16px;
	margin-top:30px;
	padding-right:0px;
	padding-left:0px;
	column-gap:30px;
}
.perso_heading_contact{
	background-size:contain;
	background-color:var(--swatch-var-5993);
	background-repeat:repeat-x;
}
.perso_background_menu{
	background-color:var(--swatch-var-5993);
	background-size:auto auto;
}
.perso_contact{
	background-size:cover;
	background-image:url("img/Cuir%20Texture2%20-%20copie.jpg");
	background-image: -webkit-image-set(url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);background-image: image-set(url("img/Cuir%20Texture2%20-%20copie.jpg") 1x,
url("img/Cuir%20Texture2%20-%20copie.jpg") 2x,url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);
	background-image: -webkit-image-set(url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);background-image: image-set(url("img/Cuir%20Texture2%20-%20copie.jpg") 1x,
url("img/Cuir%20Texture2%20-%20copie.jpg") 2x,url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);
}
.img-conta-style{
	height:70px;
}
.perso_bouton{
	height:50px;
	width:200px;
	background-size:200px auto;
}
.perso_bouton:hover{
	background-size:200px auto;
	background-blend-mode:multiply;
}
.perso_bouton:active{
	background-size:200px auto;
}
.perso_colonne_footer{
	background-color:transparent;
}
.gradient-text{
	border-width:1px 1px 1px 1px;
	border-color:#000000!important;
}
.perso_titre_tfm{
	grid-template-rows:0;
	grid-template-columns:0;
	width:0px;
	margin-left:150px;
	margin-right:150px;
	border-width:1px 1px 1px 1px;
	border-radius:5px 5px 5px 5px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	border-style:solid;
	border-color:var(--swatch-var-5993)!important;
	background-size:500px auto;
}
.perso_bouton_contact{
	border-color:var(--swatch-var-3409)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	font-size:20px;
	width:50%;
	background-color:var(--swatch-var-5993);
}
.perso_bouton_contact:hover{
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-6728);
	color:var(--swatch-var-5993)!important;
}
.perso_conteneur_tfm{
	padding-bottom:0px;
}
.img-sv-tfm-si-style{
	width:500px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.perso_header_colonne{
	position:relative;
	top:-0px;
}
.perso_bouton_landing_page{
	width:200px;
	background-color:var(--swatch-var-6592);
	color:var(--swatch-var-3409)!important;
}
.perso_bouton_landing_page:hover{
	background-color:var(--swatch-var-5993);
	color:var(--swatch-var-4316)!important;
}
.h3-feature-title-style{
	font-family:"PT Serif";
}
.h3-2-style{
	font-family:"PT Serif";
}
.h3-3-style{
	font-family:"PT Serif";
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.p-bloc-6-style{
	font-size:20px;
}
.perso_page_headers{
	height:700px;
}
.p-6-style{
	font-size:20px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.h3-1-style{
	font-family:"PT Serif";
	font-size:18px;
}
.perso_tea_time{
	height:700px;
}
.perso_logo_charte{
	width:96px;
	height:96px;
}
.p-7-style{
	font-size:10px;
}
.h1-2-style{
	font-family:"PT Serif";
}
.divider-bloc-6-style{
	width:10%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-3409);
}
.img-bloc-6-style{
	height:100px;
}
.perso_ornement_baroque{
	height:60px;
}
.perso_ornement_baroque_petit{
	height:50px;
}
.blocs-card-width{
	width:25%;
}
.h5-style{
	font-family:"PT Serif";
}
.h5-tea-tailoring-style{
	font-family:"PT Serif";
}
.h6-tea-tattoos-style{
	font-family:"PT Serif";
}
.h6-title-here-style{
	font-family:"PT Serif";
}
.h3-4-style{
	font-family:"PT Serif";
}
.perso_logo_dorure{
	height:30%;
	background-size:auto auto;
}
.h1-bloc-14-style{
	font-size:30px;
}
.perso_h3_titre{
	font-size:18px;
	font-family:"PT Serif";
	color:var(--swatch-var-4316)!important;
	background-size:contain;
}
.h2-style{
	font-family:"PT Serif";
	margin-bottom:0px;
	font-size:20px;
}
.divider-bloc-11-style{
	width:5%;
	background-color:var(--swatch-var-6728);
	height:1px;
}
.img-tfm-image-01-1-style{
	height:700px;
	width:400px;
}
.divider-background-color{
	background-color:var(--swatch-var-4316);
	height:2px;
	width:5%;
	margin-left:auto;
	margin-right:auto;
}
.custom-background_events{
	height:700px;
}
.perso_header{
	height:700px;
}
.custom-background_tfm{
	height:700px;
}
.h1-contact-style{
	font-family:"PT Serif";
}
.h1-bloc-8-style{
	font-family:"PT Serif";
}
.p-bloc-8-style{
	font-family:"PT Serif";
}
.h1-bloc-10-style{
	font-family:"PT Serif";
}
.h6-bloc-11-style{
	font-family:"PT Serif";
}
.perso_bloc_noir_separateur{
	height:20%;
}
.h2-les-tomates-style{
	font-family:"PT Serif";
}
.h1-les-courgettes-style{
	font-family:"PT Serif";
}
.h1-les-aubergines-style{
	font-family:"PT Serif";
}
.h1-les-poivrons-style{
	font-family:"PT Serif";
}
.h1-les-piments-style{
	font-family:"PT Serif";
}
.h3-les-pastèques-style{
	font-family:"PT Serif";
}
.h3-les-melons-style{
	font-family:"PT Serif";
}
.h3-bloc-8-style{
	font-family:"PT Serif";
}
.h1-bloc-24-style{
	font-family:"PT Serif";
}
.h3-bloc-24-style{
	font-family:"PT Serif";
}
.h1-4-style{
	font-family:"PT Serif";
}
.h6-bloc-25-style{
	font-family:"PT Serif";
}
.bloc-fill{
	fill:#000000;
}
.perso_teatime_texte_fd{
	border-radius:20px 20px 20px 20px;
	right:30px;
	padding:40px 40px 40px 40px;
	background-color:var(--swatch-var-6728);
	margin-top:0px;
	margin-left:0px;
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-3175)!important;
	color:var(--swatch-var-5993)!important;
}
.perso_teatime_variete{
	border-radius:0px 0px 0px 0px;
	right:30px;
	padding:10px 20px 10px 20px;
	text-align:left;
	color:#000000!important;
	background-color:rgba(254,255,255,0.90)!important;
}
.perso_teatime_variete:hover{
	background-color:rgba(66,66,66,0.70);
	text-align:left;
}
.perso_teatime_logo{
	background-color:rgba(0,0,0,0.35);
	color:var(--swatch-var-2402)!important;
}
.perso_teatime_logo:hover{
	background-color:rgba(0,0,0,0.60);
	color:#FEFFFF!important;
}
.h4-style{
	font-family:"PT Serif";
}
.h4-red-robin-style{
	font-family:"PT Serif";
}
.h4-whippersnapper-style{
	font-family:"PT Serif";
}
.h4-delice-d-or-style{
	font-family:"PT Serif";
}
.h4-dwarf-champion-style{
	font-family:"PT Serif";
}
.h4-budai-torpe-style{
	font-family:"PT Serif";
}
.h4-bloc-12-style{
	font-family:"PT Serif";
}
.h4-verte-de-milan-style{
	font-family:"PT Serif";
}
.h4-ronde---sappho-style{
	font-family:"PT Serif";
}
.h4-bloc-14-style{
	font-family:"PT Serif";
}
.h4-10-style{
	font-family:"PT Serif";
}
.h4-slim-jim-style{
	font-family:"PT Serif";
}
.h4-casper-style{
	font-family:"PT Serif";
}
.h4-apple-green-style{
	font-family:"PT Serif";
}
.h4-lunchbox-red-style{
	font-family:"PT Serif";
}
.h4-bloc-18-style{
	font-family:"PT Serif";
}
.h4-19-style{
	font-family:"PT Serif";
}
.h4-sweet-johnson-style{
	font-family:"PT Serif";
}
.h4-habanero-pink-style{
	font-family:"PT Serif";
}
.h4-hot-lemon-style{
	font-family:"PT Serif";
}
.h4-bloc-19-style{
	font-family:"PT Serif";
}
.h4-rocotillo-style{
	font-family:"PT Serif";
}
.h4-sugar-baby-style{
	font-family:"PT Serif";
}
.h4-crimson-sweet--style{
	font-family:"PT Serif";
}
.h4-déhibé-style{
	font-family:"PT Serif";
}
.h4-delicious-51-style{
	font-family:"PT Serif";
}
.h4-boule-d-or-style{
	font-family:"PT Serif";
}
.h4-tiger-style{
	font-family:"PT Serif";
}
.h3-meet-our-team-style{
	font-family:"PT Serif";
}
.h4-john-doe-style{
	font-family:"PT Serif";
}
.h4-2-style{
	font-family:"PT Serif";
}
.h3-bloc-4-style{
	font-family:"PT Serif";
}
.h4-bloc-4-style{
	font-family:"PT Serif";
}
.h4-39-style{
	font-family:"PT Serif";
}
.h4-1-style{
	font-family:"PT Serif";
}
.perso_logos{
	width:210px;
	border-radius:0px 0px 0px 0px;
}
.perso_menu_principal{
	column-gap:30px;
}
.p-bloc-4-style{
	font-size:16px;
}
.h3-bloc-34-style{
	font-family:"PT Serif";
}
.perso_bouton_gris:hover{
	background-color:var(--swatch-var-7376);
}
.perso_bouton_noir{
	background-color:#AA7941;
}
.perso_bouton_noir:hover{
	background-color:var(--swatch-var-7376);
}
.perso_bouton_marron{
	background-color:var(--swatch-var-960);
	color:var(--swatch-var-5993)!important;
}
.perso_bouton_marron:hover{
	color:var(--swatch-var-2402)!important;
	background-color:var(--swatch-var-5993);
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-2402)!important;
}
.perso_service_fd_white{
	border-radius:20px 20px 20px 20px;
	padding:40px 40px 40px 40px;
	background-color:var(--swatch-var-6728);
	margin-top:0px;
	margin-left:0px;
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-3175)!important;
	color:var(--swatch-var-5993)!important;
}
.perso_texte_fd_booking_black{
	background-color:var(--swatch-var-2402);
	padding:40px 40px 40px 40px;
	border-radius:20px 20px 20px 20px;
	color:#FFFFFF!important;
}
.h3-style{
	font-family:"PT Serif";
}
.h3-bloc-6-style{
	font-family:"PT Serif";
	font-size:20px;
}
.h4-bloc-6-style{
	font-family:"PT Serif";
}
.h4-49-style{
	font-size:16px;
	font-family:"PT Serif";
	line-height:24px;
}
.p-bloc-3-style{
	width:100%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:#000000;
	
	--swatch-var-2941:rgba(234,230,221,1.00);
	
	--swatch-var-6728:rgba(255,255,255,0.89);
	
	--swatch-var-3409:rgba(128,128,128,0.80);
	
	--swatch-var-5993:rgba(255,255,255,1.00);
	
	--swatch-var-4823:rgba(0,0,0,0.00);
	
	--swatch-var-4316:rgba(229,183,142,1.00);
	
	--swatch-var-6592:rgba(0,0,0,0.50);
	
	--swatch-var-2402:rgba(0,0,0,0.80);
	
	--swatch-var-3175:rgba(255,255,255,1.00);
	
	--swatch-var-1882:rgba(176,123,76,1.00);
	
	--swatch-var-6715:rgba(0,0,181,0.74);
	
	--swatch-var-972:rgba(0,0,0,0.20);
	
	--swatch-var-960:rgba(170,121,66,1.00);
	
	--swatch-var-1442:#000000;
	
}


/* Background colour styles */

.bgc-1442{
	background-color:var(--swatch-var-1442);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-2402{
	background-color:var(--swatch-var-2402);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}

/* Text colour styles */

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

/* Link colour styles */

.ltc-4316{
	color:var(--swatch-var-4316)!important;
}
.ltc-4316:hover{
	color:#B2845B!important;
}
.ltc-7376{
	color:var(--swatch-var-7376)!important;
}
.ltc-7376:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-1882{
	color:var(--swatch-var-1882)!important;
	border-color:var(--swatch-var-1882)!important;
}
.icon-960{
	color:var(--swatch-var-960)!important;
	border-color:var(--swatch-var-960)!important;
}

/* Bloc image backgrounds */

.bg-Cuir-20Texture2-20--20copie{
	background-image:url("img/Cuir%20Texture2%20-%20copie.jpg");
	background-image: -webkit-image-set(url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);background-image: image-set(url("img/Cuir%20Texture2%20-%20copie.jpg") 1x,
url("img/Cuir%20Texture2%20-%20copie.jpg") 2x,url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);
	background-image: -webkit-image-set(url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);background-image: image-set(url("img/Cuir%20Texture2%20-%20copie.jpg") 1x,
url("img/Cuir%20Texture2%20-%20copie.jpg") 2x,url("img/Cuir%20Texture2%20-%20copie.webp") 1x,
url("img/Cuir%20Texture2%20-%20copie.webp") 2x);
}
.bg-graines{
	background-image:url("img/graines.webp");
}
.bg-diner-20HD-2{
	background-image:url("img/diner%20HD-2.jpg");
	background-image: -webkit-image-set(url("img/diner%20HD-2.webp") 1x,
url("img/diner%20HD-2.webp") 2x);background-image: image-set(url("img/diner%20HD-2.jpg") 1x,
url("img/diner%20HD-2.jpg") 2x,url("img/diner%20HD-2.webp") 1x,
url("img/diner%20HD-2.webp") 2x);
}
.bg-diner-203{
	background-image:url("img/diner%203.jpg");
	background-image: -webkit-image-set(url("img/diner%203.webp") 1x,
url("img/diner%203.webp") 2x);background-image: image-set(url("img/diner%203.jpg") 1x,
url("img/diner%203.jpg") 2x,url("img/diner%203.webp") 1x,
url("img/diner%203.webp") 2x);
}
.bg-Jardinage{
	background-image:url("img/Jardinage.jpg");
	background-image: -webkit-image-set(url("img/Jardinage.webp") 1x,
url("img/Jardinage.webp") 2x);background-image: image-set(url("img/Jardinage.jpg") 1x,
url("img/Jardinage.jpg") 2x,url("img/Jardinage.webp") 1x,
url("img/Jardinage.webp") 2x);
}
.bg-image-20--20jardin-2009{
	background-image:url("img/image%20-%20jardin%2009.jpg");
	background-image: -webkit-image-set(url("img/image%20-%20jardin%2009.webp") 1x,
url("img/image%20-%20jardin%2009.webp") 2x);background-image: image-set(url("img/image%20-%20jardin%2009.jpg") 1x,
url("img/image%20-%20jardin%2009.jpg") 2x,url("img/image%20-%20jardin%2009.webp") 1x,
url("img/image%20-%20jardin%2009.webp") 2x);
}
.bg-Tea-Time{
	background-image:url("img/Tea_Time.jpg");
	background-image: -webkit-image-set(url("img/Tea_Time.webp") 1x,
url("img/Tea_Time.webp") 2x);background-image: image-set(url("img/Tea_Time.jpg") 1x,
url("img/Tea_Time.jpg") 2x,url("img/Tea_Time.webp") 1x,
url("img/Tea_Time.webp") 2x);
}
.bg-retreats-203{
	background-image:url("img/retreats%203.jpg");
	background-image: -webkit-image-set(url("img/retreats%203.webp") 1x,
url("img/retreats%203.webp") 2x);background-image: image-set(url("img/retreats%203.jpg") 1x,
url("img/retreats%203.jpg") 2x,url("img/retreats%203.webp") 1x,
url("img/retreats%203.webp") 2x);
}
.bg-spicy{
	background-image:url("img/spicy.jpg");
	background-image: -webkit-image-set(url("img/spicy.webp") 1x,
url("img/spicy.webp") 2x);background-image: image-set(url("img/spicy.jpg") 1x,
url("img/spicy.jpg") 2x,url("img/spicy.webp") 1x,
url("img/spicy.webp") 2x);
}
.bg-spicy3{
	background-image:url("img/spicy3.jpg");
	background-image: -webkit-image-set(url("img/spicy3.webp") 1x,
url("img/spicy3.webp") 2x);background-image: image-set(url("img/spicy3.jpg") 1x,
url("img/spicy3.jpg") 2x,url("img/spicy3.webp") 1x,
url("img/spicy3.webp") 2x);
}
.bg-spicy-vignette{
	background-image:url("img/spicy_vignette.jpg");
	background-image: -webkit-image-set(url("img/spicy_vignette.webp") 1x,
url("img/spicy_vignette.webp") 2x);background-image: image-set(url("img/spicy_vignette.jpg") 1x,
url("img/spicy_vignette.jpg") 2x,url("img/spicy_vignette.webp") 1x,
url("img/spicy_vignette.webp") 2x);
}
.bg-rituel-home-02{
	background-image:url("img/rituel_home_02.jpg");
	background-image: -webkit-image-set(url("img/rituel_home_02.webp") 1x,
url("img/rituel_home_02.webp") 2x);background-image: image-set(url("img/rituel_home_02.jpg") 1x,
url("img/rituel_home_02.jpg") 2x,url("img/rituel_home_02.webp") 1x,
url("img/rituel_home_02.webp") 2x);
}



/* = 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;
	}
	.perso_bouton_landing_page{
		width:150px;
	}
	.blocs-card-width{
		width:50%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"PT Serif";
	}
	.h1-4-style{
		font-size:24px;
	}
	.perso_teatime_texte_fd{
		padding:50px 50px 50px 50px;
	}
	.perso_teatime_variete{
		padding:10px 20px 10px 20px;
	}
	.perso_logos{
		width:210px;
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-4316)!important;
		fill:var(--swatch-var-4316)!important;
	}
	.perso_service_fd_white{
		padding:50px 50px 50px 50px;
	}
	
}

@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;
	}
	.perso_bouton_landing_page{
		width:250px;
	}
	.quote-text{
		font-size:22px;
	}
	.blocs-card-width{
		width:50%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"PT Serif";
	}
	.h1-4-style{
		font-size:22px;
	}
	.perso_logos{
		width:210px;
	}
	.img-diner-3-style{
		height:200px;
	}
	.p-style{
		font-size:16px;
	}
	.h4-bloc-6-style{
		font-size:16px;
	}
	
}

@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);
	}
	.p-bloc-5-style{
		font-size:13px;
	}
	.p-3-style{
		font-size:14px;
	}
	.p-4-style{
		font-size:14px;
	}
	.p-5-style{
		font-size:13px;
	}
	.p-footer-style{
		font-size:12px;
	}
	.perso_bouton_landing_page{
		font-size:14px;
		color:var(--swatch-var-3409)!important;
		background-color:var(--swatch-var-6592);
		width:250px;
		text-align:center;
		height:38px;
	}
	.perso_bouton_landing_page:hover{
	}
	.perso_bouton_landing_page:active{
		background-color:rgba(255,255,255,0.85);
		color:#000000!important;
	}
	.quote-text{
		font-size:18px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.blocs-card-width{
		width:100%;
	}
	.perso_menu{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"PT Serif";
	}
	.h1-4-style{
		font-size:20px;
	}
	.h6-bloc-25-style{
		font-size:14px;
	}
	.perso_teatime_texte_fd{
		border-radius:10px 10px 10px 10px;
		padding:30px 30px 30px 30px;
	}
	.perso_teatime_variete{
		border-radius:0px 0px 0px 0px;
		padding:10px 20px 10px 20px;
	}
	.perso_logos{
		width:180px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-4316)!important;
		fill:var(--swatch-var-4316)!important;
	}
	.perso_page_headers{
		height:600px;
	}
	.perso_service_fd_white{
		border-radius:10px 10px 10px 10px;
		padding:30px 30px 30px 30px;
	}
	.perso_texte_fd_booking_black{
		padding-left:20px;
		padding-right:20px;
	}
	.img-diner-3-style{
		width:200px;
	}
	.h4-bloc-6-style{
		font-size:16px;
	}
	.p-style{
		font-size:16px;
	}
	
}

