/*-----------------------------------------------------------------------------------
	Bright on Track
	About: My Bright on Track website
	Author: Leo S
	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;
	position:relative;
}


/* Sizes */

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


/* 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-lg{
	margin-top:80px;
}


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

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

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}



.text-justify{
	text-align: justify;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}


.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* 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:"Helvetica";
}
.container{
	max-width:1140px;
}
.awesome-wrapper{
	height:auto;
	position:relative;
	width:100%;
}
.awesome-img{
	width:100%;
	height:600px;
	display:block;
	background-size:cover;
	overflow:hidden;
	background-color:transparent;
	background-image:url("img/IMG_2978.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);background-image: image-set(url("img/IMG_2978.jpeg") 1x,
url("img/IMG_2978.jpeg") 2x,url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);
	background-image: -webkit-image-set(url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);background-image: image-set(url("img/IMG_2978.jpeg") 1x,
url("img/IMG_2978.jpeg") 2x,url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);
}
.awesome-overlay{
	height:100%;
	left:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background-color:rgba(0,0,0,0.59);
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.room1-wrapper{
	width:100%;
	position:relative;
	height:auto;
}
.room1-img{
	height:419px;
	display:block;
	overflow:hidden;
	background-size:100% auto;
	width:100%;
	background-color:transparent;
	background-image:url("img/panorama%204.JPG");
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
}
.room1-overlay{
	position:absolute;
	overflow:hidden;
	right:0px;
	background-color:rgba(0,0,0,0.41);
	width:100%;
	height:100%;
	display:flex;
	background-size:length;
	bottom:0px;
	align-items:center;
	justify-content:center;
	left:0px;
}
.container-div-bloc-0-style{
	width:100%;
}
.container-div-bloc-1-style{
	width:100%;
}
.container-div-0-style{
	width:100%;
}
.container-div-0-bloc-1-style{
	width:41.4%;
}
.room2-img{
	width:100%;
	height:500px;
	overflow:hidden;
	background-size:length;
	display:block;
	background-image:url("img/mezz%20hor%202.jpg");
	background-image: -webkit-image-set(url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);background-image: image-set(url("img/mezz%20hor%202.jpg") 1x,
url("img/mezz%20hor%202.jpg") 2x,url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);
	background-image: -webkit-image-set(url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);background-image: image-set(url("img/mezz%20hor%202.jpg") 1x,
url("img/mezz%20hor%202.jpg") 2x,url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);
	background-image: -webkit-image-set(url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);background-image: image-set(url("img/mezz%20hor%202.jpg") 1x,
url("img/mezz%20hor%202.jpg") 2x,url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);
}
.room2-overlay{
	background-color:rgba(0,0,0,0.43);
	overflow:hidden;
	display:flex;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	background-size:auto auto;
}
.room2-wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.room4-wrapper{
	position:relative;
	width:100%;
	height:auto;
}
.room4-img{
	display:block;
	overflow:hidden;
	width:100%;
	height:419px;
	background-size:100% auto;
	background-image:url("img/IMG_0332.jpg");
	background-image: -webkit-image-set(url("img/IMG_0332.webp") 1x,
url("img/IMG_0332.webp") 2x);background-image: image-set(url("img/IMG_0332.jpg") 1x,
url("img/IMG_0332.jpg") 2x,url("img/IMG_0332.webp") 1x,
url("img/IMG_0332.webp") 2x);
}
.room4-overlay{
	width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.50);
	background-size:100% auto;
	align-items:center;
	justify-content:center;
}
.room3-wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.room3-img{
	display:block;
	overflow:hidden;
	width:100%;
	height:419px;
	background-size:100% auto;
	background-image:url("img/mezz%20hor%202.jpg");
	background-image: -webkit-image-set(url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);background-image: image-set(url("img/mezz%20hor%202.jpg") 1x,
url("img/mezz%20hor%202.jpg") 2x,url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);
	background-image: -webkit-image-set(url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);background-image: image-set(url("img/mezz%20hor%202.jpg") 1x,
url("img/mezz%20hor%202.jpg") 2x,url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);
	background-image: -webkit-image-set(url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);background-image: image-set(url("img/mezz%20hor%202.jpg") 1x,
url("img/mezz%20hor%202.jpg") 2x,url("img/mezz%20hor%202.webp") 1x,
url("img/mezz%20hor%202.webp") 2x);
}
.room3-overlay{
	display:flex;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.46);
	align-items:center;
	justify-content:center;
}
.container-div-bloc-2-style{
	height:20px;
}
.testing{
	background-attachment:fixed;
}
.test3{
	height:700px;
	background-size:cover;
	background-attachment:fixed;
}
.h1-style{
	font-family:Lato;
	font-weight:300;
	display:block;
}
.textposition{
	position:absolute;
	top:500px;
}
.p-style{
	font-family:Lato;
	font-weight:300;
	font-size:16px;
}
.bloc-padding-left{
	margin-bottom:16px;
}
.test5{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
.bloc-padding-top{
	padding-top:4px;
}
.button-cover{
	position:absolute;
	background-color:transparent;
	right:56px;
}
.btn-padding{
	padding-top:212px;
	padding-bottom:212px;
	width:100%;
	left:0px;
	right:0px;
}
.button-cover:hover{
	background-color:transparent;
}
.link-padding{
	padding-top:19px;
	padding-bottom:19px;
}
.list-color{
	background-color:transparent;
	color:#CDE9FF!important;
}
.my-menu{
	position:absolute;
	align-content:flex-start;
	right:0px;
	left:0px;
	overflow:hidden;
}
.my-menu-wrapper{
	position:absolute;
	display:flex;
}
.my-meu-studio{
	position:absolute;
	left:100px;
}
.aaq-1{
	color:#FFFF77!important;
}
.aaq-2{
	color:#3AFF77!important;
	left:0px;
	right:78px;
}
.h6-style{
	width:100%;
	font-family:Lato;
	font-weight:300;
	font-size:14px;
}
.link-bloc-4-style{
	font-size:28px;
	font-family:Lato;
	font-weight:300;
	display:flex;
	width:31.32%;
}
.navbar .nav a{
	color:#FFFFF9!important;
	font-family:"Lato";
	font-weight:300;
}
.p-bloc-4-style{
	font-family:Lato;
	font-weight:300;
	font-size:18px;
}
.h3-style{
	font-family:Lato;
	font-weight:400;
}
.h2-style{
	font-family:Lato;
	font-weight:400;
}
.spacerdiv{
	width:100px;
	height:10px;
	display:flex;
}
.fortesting{
	height:100%;
	width:600px;
	background-color:#FFFF77;
}
.bloc-padding-right{
	background-color:transparent;
}
.h2-mezzanine-style{
	font-family:Lato;
	font-weight:400;
	font-size:40px;
}
.h3-bloc-18-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-18-style{
	font-family:Lato;
	font-weight:300;
}
.blocsapp-special-menu blocsnav{
	font-family:"Lato";
	font-weight:400;
}
.link-bloc-15-style{
	font-family:Lato;
	font-weight:300;
	font-size:40px;
	color:#FFFFF9!important;
}
.leo-div{
	background-color:#00FA92;
	display:flex;
	position:relative;
	height:50%;
	width:100%;
	overflow:hidden;
}
.h3-bloc-15-style{
	display:block;
	font-size:20px;
	width:100%;
	height:100%;
}
.row-margin-left{
	margin-left:0px;
}
.col-book{
	position:relative;
}
.p-6-style{
	font-size:16px;
	font-family:Lato;
	font-weight:300;
}
.link-0-style{
	font-size:30px;
	font-family:Lato;
	font-weight:300;
}
.h3-mezzanine-style{
	font-family:Lato;
	font-weight:400;
	letter-spacing:2px;
	font-size:28px;
}
.h4-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.p-5-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
	text-indent:0px;
}
.link-style{
	font-family:Lato;
	font-weight:300;
	width:22.89%;
	font-size:40px;
}
.make-sticky{
	position:sticky;
}
.h6-bloc-21-style{
	font-family:Lato;
	font-weight:300;
	font-size:14px;
}
.link-bloc-18-style{
	font-family:Lato;
	font-weight:300;
	font-size:30px;
	width:22.62%;
	padding-top:1px;
	padding-bottom:1px;
	text-align:left;
	line-height:45px;
}
.p-8-style{
	font-family:Lato;
	font-weight:300;
	font-size:16px;
}
.h3-13-style{
	font-size:18px;
	font-family:Lato;
	font-weight:300;
}
.navfix{
	margin-left:22px;
}
.btn-button-style{
	text-decoration:none;
	width:60px;
	background-color:#000000;
	color:#FEFFF8!important;
	font-family:"Lato";
	font-weight:300;
	font-size:16px;
	border-radius:0px 0px 0px 0px;
}
.nounderline{
	text-decoration:underline!important;
}
.btn-button-style:hover{
	background-color:#000000;
}
.listitem1{
	background-color:#FFF90E;
}
.listitem1:hover{
	background-color:#FFF90E;
}
.link-bloc-20-style{
	font-size:30px;
}
.link-bloc-26-style{
	font-size:30px;
}
.link-45328-style{
	font-size:30px;
}
.link-0-bloc-18-style{
	font-size:30px;
}
.link-7960-style{
	font-size:30px;
}
.link-11649-style{
	font-size:30px;
}
.map-div{
	width:400px;
	height:100%;
}
.gmap{
	align-items:center;
}
.c-wig{
	width:100%;
	height:100%;
}
.h1-bloc-0-style{
	font-family:Lato;
	font-weight:400;
	font-size:60px;
}
.btn-style{
	width:74.16%;
	opacity:1;
	margin:7px 7px 7px 7px;
	padding:6px 6px 6px 6px;
	border-radius:7px 7px 7px 7px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2453:#FFFCF6;
	
	--swatch-var-1804:#FFFF76;
	
	--swatch-var-6916:#000000;
	
	--swatch-var-5126:rgba(255,255,255,1.0);
	
	--swatch-var-2818:#8C8D8D;
	
	--swatch-var-464:#907FFF;
	
	--swatch-var-247:#FF40FF;
	
	--swatch-var-6910:#202120;
	
	--swatch-var-6353:#2B2C2C;
	
	--swatch-var-5639:#FFFCF3;
	
}


/* Background colour styles */

.bgc-247{
	background-color:var(--swatch-var-247);
}
.bgc-6916{
	background-color:var(--swatch-var-6916);
}
.bgc-2453{
	background-color:var(--swatch-var-2453);
}
.bgc-5639{
	background-color:var(--swatch-var-5639);
}
.bgc-6353{
	background-color:var(--swatch-var-6353);
}

/* Text colour styles */

.tc-5126{
	color:var(--swatch-var-5126)!important;
}
.tc-2453{
	color:var(--swatch-var-2453)!important;
}
.tc-6916{
	color:var(--swatch-var-6916)!important;
}
.tc-6353{
	color:var(--swatch-var-6353)!important;
}
.tc-2818{
	color:var(--swatch-var-2818)!important;
}
.tc-5639{
	color:var(--swatch-var-5639)!important;
}

/* Button colour styles */

.btn-c-1804{
	background:var(--swatch-var-1804);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1804:hover{
	background:#CCCC43!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-2453{
	color:var(--swatch-var-2453)!important;
}
.ltc-2453:hover{
	color:#CCC9C3!important;
}
.ltc-5639{
	color:var(--swatch-var-5639)!important;
}
.ltc-5639:hover{
	color:#CCC9C0!important;
}
.ltc-2818{
	color:var(--swatch-var-2818)!important;
}
.ltc-2818:hover{
	color:#595A5A!important;
}

/* Bloc image backgrounds */

.bg-IMG-2978{
	background-image:url("img/IMG_2978.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);background-image: image-set(url("img/IMG_2978.jpeg") 1x,
url("img/IMG_2978.jpeg") 2x,url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);
	background-image: -webkit-image-set(url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);background-image: image-set(url("img/IMG_2978.jpeg") 1x,
url("img/IMG_2978.jpeg") 2x,url("img/IMG_2978.webp") 1x,
url("img/IMG_2978.webp") 2x);
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.p-0{
	}
	.m-2{
	}
	.m-1{
	}
	.leo-div{
		background-color:#E54E88;
	}
	.h3-bloc-15-style{
	}
	.link-0-bloc-18-style{
		font-size:20px;
	}
	.link-45328-style{
		font-size:30px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.m-2{
	}
	.leo-div{
		background-color:#CDE9FF;
		left:-6px;
		display:block;
	}
	.p-2{
	}
	.p-0{
	}
	.h3-bloc-15-style{
		margin-right:5px;
	}
	.hamburger-newclor{
	}
	.blocsapp-special-menu blocsnav{
	}
	.blocsapp-special-menu{
		background-color:#E54E88;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1804)!important;
		fill:var(--swatch-var-1804)!important;
	}
	
}

@media (max-width: 575px){
	.room2-img{
		width:100%;
		background-size:cover;
		background-image:url("img/panorama%204.JPG");
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	}
	.room2-overlay{
		background-size:length;
	}
	.room1-img{
		background-image:url("img/panorama%204.JPG");
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
	background-image: -webkit-image-set(url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);background-image: image-set(url("img/panorama%204.JPG") 1x,
url("img/panorama%204.JPG") 2x,url("img/panorama%204.webp") 1x,
url("img/panorama%204.webp") 2x);
		background-size:cover;
	}
	.blocsapp-special-menu blocsnav{
	}
	.link-bloc-15-style{
	}
	.m-2{
	}
	.leo-div{
		background-color:#FFF90E;
		position:relative;
		height:300px;
	}
	.p-bloc-4-style{
	}
	.textcoltest{
		display:block;
	}
	.p-6-style{
		font-family:Lato;
		font-weight:300;
	}
	.p-5-style{
		font-family:Lato;
		font-weight:300;
	}
	.h4-style{
		font-family:Lato;
		font-weight:300;
	}
	.h3-mezzanine-style{
		font-family:Lato;
		font-weight:300;
	}
	.link-0-style{
		font-size:18px;
	}
	.p-2{
	}
	.m-3{
	}
	.link-bloc-18-style{
		font-family:Lato;
		font-weight:300;
		font-size:20px;
		padding:1px 1px 1px 1px;
	}
	.link-style{
		font-size:20px;
		width:64.77%;
	}
	.h1-style{
		padding-right:0px;
	}
	.footer-link{
		text-align:center;
	}
	.h6-style{
		text-align:left;
		text-decoration:none;
	}
	.m-0{
	}
	.p-0{
	}
	.link-bloc-20-style{
		font-size:18px;
	}
	.link-bloc-26-style{
		font-size:18px;
	}
	.link-45328-style{
		font-size:18px;
	}
	.link-0-bloc-18-style{
		font-size:18px;
	}
	.link-7960-style{
		font-size:18px;
	}
	.map-div{
		height:600px;
		width:100%;
		background-size:length;
	}
	.html-widget-style{
		opacity:1.0;
		height:100%;
	}
	.c-wig{
	}
	.container-div-style{
		height:501px;
	}
	.h2-style{
		font-family:Lato;
		font-weight:400;
		font-size:30px;
		width:66.3%;
		position:absolute;
		z-index:1;
		left:18%;
		right:0px;
		top:40%;
	}
	.bot-wrapper{
		position:relative;
		margin-bottom:12px;
	}
	.bot-textoverlay{
		position:absolute;
		left:0px;
		right:0px;
		width:100%;
		height:100%;
		bottom:0px;
		align-items:center;
		justify-content:center;
		display:flex;
	}
	.container-div-bloc-22-style{
	}
	.btn-style{
		width:79.72%;
		padding-top:0px;
		padding-bottom:14px;
		margin-top:0px;
	}
	.bot-button{
		height:100%;
		width:100%;
		position:absolute;
	}
	.bot-textbutton{
		width:100%;
		height:100%;
		position:absolute;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.bot-img1{
		position:relative;
		align-items:flex-end;
		justify-content:flex-start;
		display:flex;
	}
	.bot-style2{
		position:absolute;
		color:#E54E88!important;
		z-index:1;
		top:40%;
		align-items:flex-end;
		left:30%;
	}
	.h2-studio-style{
		font-size:30px;
		font-family:Lato;
		font-weight:400;
	}
	.text-decoration-none{
	}
	.bot-style3{
		position:absolute;
		top:40%;
		left:17%;
	}
	.bot-style4{
	}
	.bot-style5{
		position:absolute;
		left:18%;
		top:40%;
	}
	
}

