/*-----------------------------------------------------------------------------------
	Inspire your Donors
	Author: Alain Beliveau
	Version: 1.1
	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;
	position:relative;
}


/* Sizes */

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

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


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


/* 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 Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* 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);
}
:where(.d-bloc) .bloc-link{
	fill: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);
}
:where(.l-bloc) .bloc-link{
	fill: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);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

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

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* 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;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

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

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

.btn-sq{
	border-radius: 0px;
}
.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-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}

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

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



/* = Cards
-------------------------------------------------------------- */
.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%;
}
.card-columns > * {
	-webkit-column-break-inside: avoid;
}
}
/* = 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:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato-Regular";
}
.container{
	max-width:1140px;
}
.hotel-book-button{
	background-color:#002870;
	color:#FEFFFF!important;
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:15px;
	line-height:27px;
	border-style:solid;
	border-color:#FEFFFF!important;
	background-size:2px auto;
	border-width:0px 0px 0px 0px;
}
.page-title-book{
	font-family:"Lato";
	font-weight:700;
	text-shadow:0px 0px 28px rgba(0,0,0,0.28);
}
h1{
	font-family:"Lato";
	font-weight:900;
	font-size:60px;
	line-height:68px;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:600;
	margin-right:5px;
	margin-left:5px;
	font-size:24px;
	line-height:30px;
}
.navbar-nav li a:hover{
	color:#521B92!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 3px 0px;
}
.navbar-nav li a:active{
	color:#521B92!important;
}
.sticky-nav.sticky{
	box-shadow:0px 2px 28px rgba(83,27,147,0.28);
}
.hotel-active{
	border-style:_popUpItemAction:;
	color:#521B92!important;
	border-width:0px 0px 3px 0px;
}
.hotel-book-button:hover{
	background-color:#7223CE;
}
.hotel-book-button:active{
	background-color:#521B92;
}
.hotel-about-text-box{
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
}
h2{
	font-family:"Lato";
	font-weight:900;
	font-size:48px;
	line-height:60px;
}
.hotel-brand-text-span{
	font-style:italic;
	color:#521B92!important;
}
h3{
	font-family:"Lato";
	font-weight:700;
	font-size:36px;
	line-height:42px;
}
p{
	font-family:"Lato-Regular";
	font-weight:300;
	font-size:24px;
	line-height:32px;
}
.hotel-logo{
	max-width:200px;
}
h4{
	font-family:"Lato";
	font-weight:700;
	font-size:24px;
	line-height:32px;
}
.form-control{
	font-family:"Open Sans";
	font-weight:400;
	border-radius:0px 0px 0px 0px;
}
.hotel-image-banner{
	padding-top:200px;
	padding-bottom:200px;
}
.hotel-room-price{
	background-color:#002870;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	max-width:180px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-42px;
	background-size:auto auto;
}
.hotel-rooms-card{
	padding-top:10px;
	margin-bottom:28px;
	margin-top:28px;
}
.hotel-rooms-card:hover{
	padding-top:0px;
	margin-bottom:38px;
}
.hotel-rooms-card-shadow{
	box-shadow:4px 8px 30px rgba(0,0,0,0.10);
	margin-bottom:20px;
}
.hotel-rooms-card-shadow:hover{
	box-shadow:3px 7px 30px rgba(0,0,0,0.20);
}
.divider{
	color:transparent!important;
	background-color:rgba(83,27,147,0.28);
}
.texture-darken::before{
	background-color:rgba(33,16,56,0.38);
}
.buy-button{
	color:#FFFFFF!important;
	background-color:#521B92;
	background:linear-gradient(90deg, #36508B 0%, #001C37  100%);
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
}
.buy-button:hover{
	background:linear-gradient(270deg, #521B92  0%, #812AE3 98%);
}
.hotel-room-background{
	background-color:#FEFFFF;
	margin-top:20px;
}
.hotel-room-links{
	background-color:transparent;
	margin-top:-228px;
}
.hotel-room-link-style{
	font-family:"Lato";
	font-weight:700;
	text-transform:capitalize;
	color:#FEFFFF!important;
	font-size:20px;
}
.hotel-room-check-icon{
	margin-right:10px;
	color:#8E2FFF!important;
}
.hotel-small-text{
	font-size:0.9rem;
}
.hotel-services-icon{
	margin-bottom:10px;
}
.hotel-services-amenities{
	background-color:rgba(0,0,0,0.50);
	padding-top:28px;
	padding-bottom:28px;
	border-style:solid;
	border-color:rgba(0,0,0,0.00)!important;
	margin-top:20px;
}
.hotel-services-statistics{
	font-size:60px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#521B92!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-link{
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:700;
	letter-spacing:0.05rem;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs{
	margin-bottom:50px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.contact-form{
	background-color:#E8ECFF;
}
.hotel-agree-option{
	margin-bottom:15px;
}
.hotel-map-bug{
	margin-bottom:-10px;
}
.hotel-newsletter-field{
	height:48px;
	text-align:center;
	border-color:rgba(0,0,0,0.00)!important;
	border-width:2px 10px 2px 0px;
}
.hotel-gallery-link{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	color:#424242!important;
	letter-spacing:1px;
}
.hotel-gallery-link:hover{
	color:#521B92!important;
}
.hotel-gallery-link-active{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	color:#521B92!important;
	letter-spacing:1px;
}
.hotel-gallery-link-active:hover{
	color:#521B92!important;
}
.texture-darken-strong::before{
	background:linear-gradient(0deg, rgba(47,16,84,0.78), rgba(94,30,169,0.17));
}
.hotel-light-text{
	font-family:"Lato";
	font-weight:300;
}
.navigation-bloc{
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Lato-Regular";
}
.scrollToTop{
	background-color:#521B92;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background-color:#6722B9;
}
.text-span-color{
	color:#ffffff;
}
.text-span-details-color{
	color:#ffffff;
}
.alert{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	line-height:22px;
	color:#521B92!important;
	background-color:rgba(83,27,147,0.10);
	text-align:center;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.p-style{
	width:100%;
	opacity:1.0;
}
.h1-padding-right{
	padding-right:17px;
	padding-left:18px;
	font-size:50px;
	line-height:60px;
}
.img-book-web-style{
	height:269px;
}
.img-style{
	height:100px;
	width:204px;
}
.img-bloc-3-style{
	width:214px;
	height:322px;
}
.bloc-gris{
	color:transparent!important;
	background-color:rgba(0,0,0,0.71);
	padding-top:15px;
}
.container-div-0-style{
	height:74px;
}
.h1-style{
	line-height:60px;
	font-size:53px;
}
.bloc-divider-t-fill{
	height:20px;
	fill:#1628A7;
}
.container-div-padding-bottom{
	padding-bottom:0px;
	margin-bottom:34px;
}
.img-3-livres-orcha-style{
	width:360px;
}
.row-margin-top{
	margin-top:-96px;
	margin-bottom:51px;
}
.height-int-original{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5-livres%20orchard.png");
}
h6{
	font-size:24px;
	line-height:32px;
	font-family:"Lato-Regular";
	font-weight:900;
}
.h6-margin-bottom{
	margin-bottom:3px;
	font-family:"Lato";
	padding-top:14px;
	font-weight:900;
}
.h5-three-books-style{
	font-family:"Lato";
	font-weight:700;
}
.learnmore{
	font-family:"Lato-Bold";
	font-weight:700;
	border-style:_popUpItemAction:;
	border-color:#AAAAAA!important;
	font-size:24px;
	color:#A70000!important;
	border-width:0px 0px 0px 0px;
}
.img-bloc-16-style{
	height:358px;
	width:360px;
}
.card-body-padding-top{
	padding-top:0px;
}
.p-4-style{
	font-family:"Lato-Regular";
	font-weight:300;
}
.h2-style{
	font-family:"Lato";
	font-weight:900;
}
.img-custombookstit-style{
	height:263px;
}
.h2-to-to-for-style{
	font-family:"Lato-Black";
}
.h2-alain-levesque-style{
	font-family:"Lato-Black";
}
.bloc-bloc-19-padding-bottom{
	padding-bottom:1px;
	margin-bottom:136px;
}
.h4-bloc-24-style{
	font-family:"Lato-Bold";
	font-size:30px;
	line-height:36px;
	width:65.53%;
}
.p-margin-top{
	margin-top:17px;
	width:65.7%;
}
.img-bloc-10-style{
	width:280px;
}
.p-bloc-10-style{
	font-family:"Lato-Regular";
	font-weight:300;
}
.p-padding-bottom{
	padding-bottom:28px;
	margin-bottom:-1px;
	width:65.44%;
}
.h1-to-to-for-style{
	font-family:"Lato-Black";
}
.h2-church-version-style{
	font-family:"Lato-Bold";
	font-size:40px;
}
.bloc-bloc-9-margin-bottom{
	padding-bottom:30px;
}
h5{
	font-family:"Lato-Regular";
	font-size:24px;
	line-height:32px;
}
.h2-margin-bottom{
	margin-bottom:-8px;
	font-family:"Lato";
	font-weight:900;
	color:#003184!important;
	font-size:36px;
}
.h3-bloc-24-style{
	font-size:30px;
	font-family:"Lato";
	color:#003184!important;
	line-height:36px;
}
.h3-bloc-31-style{
	font-family:"Lato-Black";
	color:#FF8600!important;
}
.img-bloc-31-style{
	height:208px;
	width:285px;
}
.img-13-style{
	height:150px;
	padding-bottom:1px;
	margin-bottom:4px;
	margin-top:-79px;
}
.h3-padding-left{
	padding-left:176px;
	margin-top:-85px;
	font-size:42px;
	padding-top:0px;
	background-color:transparent;
}
.h2-bloc-31-style{
	font-size:42px;
}
.p-56-style{
	font-size:20px;
	line-height:26px;
}
.height{
	height:450px;
}
.imagein{
	background-size:contain;
	background-image:url("img/ORIGINAL-livres-home-900.png");
	background-position:center top;
	background-repeat:no-repeat;
}
.height-general{
	height:400px;
	background-image:url("img/Fond-bois-devimy.png");
}
.h3-10-style{
	width:65.35%;
	font-size:30px;
	line-height:36px;
}
.h3-original-style{
	font-family:"Lato";
	font-weight:900;
	font-size:30px;
}
.p-27-style{
	font-family:"Lato";
	font-weight:700;
}
.p-28-style{
	font-family:"Lato";
	font-weight:700;
}
.p-29-style{
	font-family:"Lato";
	font-weight:700;
}
.p-30-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-bloc-31-margin-bottom{
	margin-bottom:-1px;
	width:67.43%;
}
.height-int-church{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5-livres-church.png");
}
.h6-bloc-32-margin-bottom{
	margin-bottom:0px;
	border-style:solid;
	border-color:var(--swatch-var-4792)!important;
	background-color:var(--swatch-var-2791);
	margin-right:5px;
	border-width:0px 0px 1px 0px;
	font-size:18px;
}
.p-bloc-32-style{
	font-family:"Lato";
	font-weight:900;
	margin-bottom:8px;
}
.p-bloc-19-style{
	font-family:"Lato";
	font-weight:100;
}
.p-44-style{
	font-family:"Lato";
	font-weight:100;
}
.p-45-style{
	font-family:"Lato";
	font-weight:100;
}
.original-color{
	font-family:"Lato-Bold";
	color:var(--swatch-var-4291)!important;
}
.church-color{
	font-family:"Lato-Black";
	color:#653387!important;
}
.h6-style{
	width:78.25%;
	color:var(--swatch-var-386)!important;
	margin-bottom:-1px;
}
.h3-the-orchard-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-george’s-tree-style{
	font-family:"Lato";
	font-weight:900;
}
.h4-bloc-33-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-33-style{
	font-family:"Lato";
	font-weight:900;
}
.h5-style{
	font-family:"Lato";
	font-weight:700;
}
.h6-bloc-33-style{
	font-family:"Lato";
	font-weight:700;
}
.line-learnmore{
	border-style:solid;
	border-color:#C8C8C8!important;
	border-width:2px 0px 0px 0px;
}
.h3-bloc-17-style{
	font-family:"Lato";
	font-weight:900;
	font-size:42px;
}
.h3-get-in-touch-style{
	font-family:"Lato";
	font-weight:900;
}
.img-bloc-9-style{
	height:358px;
}
.hotel-page-title{
	font-family:"Lato-Regular";
}
.hospital-color{
	color:var(--swatch-var-4769)!important;
	font-family:"Lato-Black";
}
.height-int-hospital{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5-livres-hospital.png");
}
.height-int-health{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5-livres-health.png");
}
.height-int-college{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5-livres-college.png");
}
.college-color{
	color:var(--swatch-var-4237)!important;
	font-family:"Lato-Black";
}
.health-color{
	color:var(--swatch-var-3554)!important;
}
.height-int-customized{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	color:var(--swatch-var-4237)!important;
	background-image:url("img/5-livres-miller.png");
}
.height-int-4-livres{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/4-livres%20orchard.png");
}
.btn-style{
	width:50.28%;
}
.nature-color{
	color:var(--swatch-var-3554)!important;
}
.text-span-style{
	font-weight:bold;
	color:var(--swatch-var-3554)!important;
	font-family:"Lato-Bold";
}
.text-span-bloc-31-style{
	font-weight:bold;
	font-family:"Lato-Bold";
}
.email{
	font-size:20px;
	line-height:28px;
}
.frame{
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3611)!important;
	border-style:solid;
	box-shadow:2.12px 2.12px 8px #D5D5D5;
}
.imageorchard{
	width:90%;
	height:90%;
}
.img-titretheorcha-style{
	width:417px;
}
.img-aneveni-style{
	width:759px;
	margin-bottom:29px;
}
.bloc-margin-bottom{
	margin-bottom:15px;
	margin-top:23px;
}
.bloc-bloc-9-margin-top{
	margin-top:0px;
	padding-top:0px;
}
.p-margin-bottom{
	margin-bottom:35px;
}
.bloc-bloc-10-margin-top{
	margin-top:28px;
}
.p-padding-left{
	padding-left:8px;
	margin-bottom:-1px;
}
.p-bloc-10-padding-left{
	padding-left:79px;
	padding-right:188px;
	font-size:32px;
	line-height:40px;
}
.text-span-bloc-10-style{
	font-weight:700;
	font-family:"Lato";
}
.link-padding-top{
	padding-top:224px;
	padding-bottom:224px;
	width:100%;
	height:50%;
}
.link---padding-top{
	padding-top:166px;
	padding-bottom:166px;
}
.link-new-text-link-padding-top{
	padding-top:226px;
	padding-bottom:226px;
}
.img-entetecustomiz-style{
	width:820px;
	padding-bottom:0px;
	margin-bottom:25px;
}
.height-int-5-livres{
	background-image:url("img/5-livres%20orchard.png");
	background-size:auto 540px;
	height:400px;
	background-position:center top;
	background-repeat:no-repeat;
}
.img-4-livres-style{
	background-size:auto 500px;
}
.h5-1-style{
	font-family:"Lato";
	font-weight:700;
}
.height-int-georgestree{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5livresgeorgestree.png");
}
.height-int-orchard{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/5-livres-health.png");
}
.h2-the-orchard-margin-bottom{
	margin-bottom:0px;
	padding-top:16px;
}
.h2-george’s-tree-margin-bottom{
	margin-bottom:-1px;
}
.row-padding-top{
	padding-top:0px;
	margin-top:3px;
}
.img-61-style{
	width:128px;
}
.h2-options-margin-bottom{
	margin-bottom:-1px;
}
.link-margin-right{
	margin-right:0px;
}
.img-75-style{
	width:464px;
}
.img-0costopti-style{
	width:1525px;
}
.customizedcolor{
	font-family:"Lato-Black";
	color:var(--swatch-var-5070)!important;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-4769);
}
.height-int-neworchard{
	background-image:url("img/5-livres-orchard.png");
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	height:400px;
}
.img-bloc-39-style{
	width:267px;
	height:145px;
}
.container-div-style{
	height:82px;
}
.img-7-style{
	width:490px;
}
.img-bloc-stories-style{
	width:212px;
	margin-bottom:6px;
	margin-top:7px;
}
.foundation-optin{
	margin-bottom:14px;
}
.foundation-button{
	color:#FEFFFF!important;
	background-color:#37C0D8;
	font-family:"Open Sans";
	font-weight:800;
	font-size:16px;
	text-transform:uppercase;
	box-shadow:6px -5px 30px rgba(214,214,214,0.1);
	padding-right:28px;
	padding-left:28px;
}
.foundation-button:hover{
	background-color:#000000;
	box-shadow:5px -4px 30px rgba(214,214,214,0.2);
}
.text-area-margin-bottom{
	margin-bottom:12px;
}
.text-area-bloc-20-margin-bottom{
	margin-bottom:12px;
}
.img-canadaon-style{
	width:81px;
}
.img-19-style{
	width:515px;
}
.link-style{
	height:300px;
}
.height-int-4-livres-to-to{
	height:400px;
	font-family:"Lato";
	font-weight:100;
	background-size:auto 540px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/4-livres-home.png");
}
.poucentage{
	background-size:50% 50%;
}
.h3-margin-bottom{
	margin-bottom:0px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-423:rgba(255,255,255,1.00);
	
	--swatch-var-6225:rgba(248,248,248,1.00);
	
	--swatch-var-386:rgba(23,23,23,1.00);
	
	--swatch-var-4792:rgba(68,68,68,1.00);
	
	--swatch-var-7820:#81348A;
	
	--swatch-var-129:rgba(255,255,255,1.00);
	
	--swatch-var-4237:rgba(0,40,112,1.00);
	
	--swatch-var-4291:rgba(255,135,0,1.00);
	
	--swatch-var-3554:rgba(147,192,31,1.00);
	
	--swatch-var-4769:rgba(189,22,34,1.00);
	
	--swatch-var-2791:rgba(240,240,240,1.00);
	
	--swatch-var-1167:#FFFFFF;
	
	--swatch-var-6063:rgba(0,40,112,1.00);
	
	--swatch-var-2291:rgba(0,0,0,0.25);
	
	--swatch-var-3611:rgba(121,121,121,1.00);
	
	--swatch-var-1889:#171717;
	
	--swatch-var-1423:#00559A;
	
	--swatch-var-607:rgba(196,194,194,1.00);
	
	--swatch-var-5070:rgba(226,6,19,1.00);
	
	--swatch-var-5178:rgba(176,175,177,0.60);
	
}


/* Background colour styles */

.bgc-423{
	background-color:var(--swatch-var-423);
}
.bgc-129{
	background-color:var(--swatch-var-129);
}
.bgc-6225{
	background-color:var(--swatch-var-6225);
}
.bgc-2791{
	background-color:var(--swatch-var-2791);
}
.bgc-1167{
	background-color:var(--swatch-var-1167);
}
.bgc-1423{
	background-color:var(--swatch-var-1423);
}
.bgc-386{
	background-color:var(--swatch-var-386);
}
.bgc-1889{
	background-color:var(--swatch-var-1889);
}

/* Text colour styles */

.tc-4237{
	color:var(--swatch-var-4237)!important;
}
.tc-423{
	color:var(--swatch-var-423)!important;
}
.tc-4792{
	color:var(--swatch-var-4792)!important;
}
.tc-1423{
	color:var(--swatch-var-1423)!important;
}
.tc-4291{
	color:var(--swatch-var-4291)!important;
}
.tc-6063{
	color:var(--swatch-var-6063)!important;
}
.tc-6225{
	color:var(--swatch-var-6225)!important;
}
.tc-386{
	color:var(--swatch-var-386)!important;
}
.bgc-423{
	background-color:var(--swatch-var-423);
}
.tc-3554{
	color:var(--swatch-var-3554)!important;
}

/* Button colour styles */

.bgc-423{
	background-color:var(--swatch-var-423);
}
.tc-423{
	color:var(--swatch-var-423)!important;
}
.btn-c-423,.btn-c-423:focus{
	background:var(--swatch-var-423);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-423:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-423{
	color:var(--swatch-var-423)!important;
	border-color:var(--swatch-var-423)!important;
	fill:var(--swatch-var-423);
}
.ltc-423{
	color:var(--swatch-var-423)!important;
	fill:var(--swatch-var-423);
}
.ltc-423:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-423);
}
.icon-423{
	color:var(--swatch-var-423)!important;
	border-color:var(--swatch-var-423)!important;
}
/**/.bgc-6225{
	background-color:var(--swatch-var-6225);
}
.tc-6225{
	color:var(--swatch-var-6225)!important;
}
.btn-c-6225,.btn-c-6225:focus{
	background:var(--swatch-var-6225);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-6225:hover{
	background:#C5C5C5!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-6225{
	color:var(--swatch-var-6225)!important;
	border-color:var(--swatch-var-6225)!important;
	fill:var(--swatch-var-6225);
}
.ltc-6225{
	color:var(--swatch-var-6225)!important;
	fill:var(--swatch-var-6225);
}
.ltc-6225:hover{
	color:#C5C5C5!important;
	fill:var(--swatch-var-6225);
}
.icon-6225{
	color:var(--swatch-var-6225)!important;
	border-color:var(--swatch-var-6225)!important;
}
/**/.bgc-386{
	background-color:var(--swatch-var-386);
}
.tc-386{
	color:var(--swatch-var-386)!important;
}
.btn-c-386,.btn-c-386:focus{
	background:var(--swatch-var-386);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-386:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-386{
	color:var(--swatch-var-386)!important;
	border-color:var(--swatch-var-386)!important;
	fill:var(--swatch-var-386);
}
.ltc-386{
	color:var(--swatch-var-386)!important;
	fill:var(--swatch-var-386);
}
.ltc-386:hover{
	color:#000000!important;
	fill:var(--swatch-var-386);
}
.icon-386{
	color:var(--swatch-var-386)!important;
	border-color:var(--swatch-var-386)!important;
}
/**/.bgc-4792{
	background-color:var(--swatch-var-4792);
}
.tc-4792{
	color:var(--swatch-var-4792)!important;
}
.btn-c-4792,.btn-c-4792:focus{
	background:var(--swatch-var-4792);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4792:hover{
	background:#111111!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4792{
	color:var(--swatch-var-4792)!important;
	border-color:var(--swatch-var-4792)!important;
	fill:var(--swatch-var-4792);
}
.ltc-4792{
	color:var(--swatch-var-4792)!important;
	fill:var(--swatch-var-4792);
}
.ltc-4792:hover{
	color:#111111!important;
	fill:var(--swatch-var-4792);
}
.icon-4792{
	color:var(--swatch-var-4792)!important;
	border-color:var(--swatch-var-4792)!important;
}
/**/.bgc-7820{
	background-color:var(--swatch-var-7820);
}
.tc-7820{
	color:var(--swatch-var-7820)!important;
}
.btn-c-7820,.btn-c-7820:focus{
	background:var(--swatch-var-7820);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7820:hover{
	background:#4E0157!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7820{
	color:var(--swatch-var-7820)!important;
	border-color:var(--swatch-var-7820)!important;
	fill:var(--swatch-var-7820);
}
.ltc-7820{
	color:var(--swatch-var-7820)!important;
	fill:var(--swatch-var-7820);
}
.ltc-7820:hover{
	color:#4E0157!important;
	fill:var(--swatch-var-7820);
}
.icon-7820{
	color:var(--swatch-var-7820)!important;
	border-color:var(--swatch-var-7820)!important;
}
/**/.bgc-129{
	background-color:var(--swatch-var-129);
}
.tc-129{
	color:var(--swatch-var-129)!important;
}
.btn-c-129,.btn-c-129:focus{
	background:var(--swatch-var-129);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-129:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-129{
	color:var(--swatch-var-129)!important;
	border-color:var(--swatch-var-129)!important;
	fill:var(--swatch-var-129);
}
.ltc-129{
	color:var(--swatch-var-129)!important;
	fill:var(--swatch-var-129);
}
.ltc-129:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-129);
}
.icon-129{
	color:var(--swatch-var-129)!important;
	border-color:var(--swatch-var-129)!important;
}
/**/.bgc-4237{
	background-color:var(--swatch-var-4237);
}
.tc-4237{
	color:var(--swatch-var-4237)!important;
}
.btn-c-4237,.btn-c-4237:focus{
	background:var(--swatch-var-4237);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4237:hover{
	background:#00003D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4237{
	color:var(--swatch-var-4237)!important;
	border-color:var(--swatch-var-4237)!important;
	fill:var(--swatch-var-4237);
}
.ltc-4237{
	color:var(--swatch-var-4237)!important;
	fill:var(--swatch-var-4237);
}
.ltc-4237:hover{
	color:#00003D!important;
	fill:var(--swatch-var-4237);
}
.icon-4237{
	color:var(--swatch-var-4237)!important;
	border-color:var(--swatch-var-4237)!important;
}
/**/.bgc-4291{
	background-color:var(--swatch-var-4291);
}
.tc-4291{
	color:var(--swatch-var-4291)!important;
}
.btn-c-4291,.btn-c-4291:focus{
	background:var(--swatch-var-4291);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-4291:hover{
	background:#CC5400!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-4291{
	color:var(--swatch-var-4291)!important;
	border-color:var(--swatch-var-4291)!important;
	fill:var(--swatch-var-4291);
}
.ltc-4291{
	color:var(--swatch-var-4291)!important;
	fill:var(--swatch-var-4291);
}
.ltc-4291:hover{
	color:#CC5400!important;
	fill:var(--swatch-var-4291);
}
.icon-4291{
	color:var(--swatch-var-4291)!important;
	border-color:var(--swatch-var-4291)!important;
}
/**/.bgc-3554{
	background-color:var(--swatch-var-3554);
}
.tc-3554{
	color:var(--swatch-var-3554)!important;
}
.btn-c-3554,.btn-c-3554:focus{
	background:var(--swatch-var-3554);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3554:hover{
	background:#608D00!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3554{
	color:var(--swatch-var-3554)!important;
	border-color:var(--swatch-var-3554)!important;
	fill:var(--swatch-var-3554);
}
.ltc-3554{
	color:var(--swatch-var-3554)!important;
	fill:var(--swatch-var-3554);
}
.ltc-3554:hover{
	color:#608D00!important;
	fill:var(--swatch-var-3554);
}
.icon-3554{
	color:var(--swatch-var-3554)!important;
	border-color:var(--swatch-var-3554)!important;
}
/**/.bgc-4769{
	background-color:var(--swatch-var-4769);
}
.tc-4769{
	color:var(--swatch-var-4769)!important;
}
.btn-c-4769,.btn-c-4769:focus{
	background:var(--swatch-var-4769);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4769:hover{
	background:#8A0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4769{
	color:var(--swatch-var-4769)!important;
	border-color:var(--swatch-var-4769)!important;
	fill:var(--swatch-var-4769);
}
.ltc-4769{
	color:var(--swatch-var-4769)!important;
	fill:var(--swatch-var-4769);
}
.ltc-4769:hover{
	color:#8A0000!important;
	fill:var(--swatch-var-4769);
}
.icon-4769{
	color:var(--swatch-var-4769)!important;
	border-color:var(--swatch-var-4769)!important;
}
/**/.bgc-2791{
	background-color:var(--swatch-var-2791);
}
.tc-2791{
	color:var(--swatch-var-2791)!important;
}
.btn-c-2791,.btn-c-2791:focus{
	background:var(--swatch-var-2791);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2791:hover{
	background:#BDBDBD!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2791{
	color:var(--swatch-var-2791)!important;
	border-color:var(--swatch-var-2791)!important;
	fill:var(--swatch-var-2791);
}
.ltc-2791{
	color:var(--swatch-var-2791)!important;
	fill:var(--swatch-var-2791);
}
.ltc-2791:hover{
	color:#BDBDBD!important;
	fill:var(--swatch-var-2791);
}
.icon-2791{
	color:var(--swatch-var-2791)!important;
	border-color:var(--swatch-var-2791)!important;
}
/**/.bgc-1167{
	background-color:var(--swatch-var-1167);
}
.tc-1167{
	color:var(--swatch-var-1167)!important;
}
.btn-c-1167,.btn-c-1167:focus{
	background:var(--swatch-var-1167);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-1167:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-1167{
	color:var(--swatch-var-1167)!important;
	border-color:var(--swatch-var-1167)!important;
	fill:var(--swatch-var-1167);
}
.ltc-1167{
	color:var(--swatch-var-1167)!important;
	fill:var(--swatch-var-1167);
}
.ltc-1167:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-1167);
}
.icon-1167{
	color:var(--swatch-var-1167)!important;
	border-color:var(--swatch-var-1167)!important;
}
/**/.bgc-6063{
	background-color:var(--swatch-var-6063);
}
.tc-6063{
	color:var(--swatch-var-6063)!important;
}
.btn-c-6063,.btn-c-6063:focus{
	background:var(--swatch-var-6063);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6063:hover{
	background:#00003D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-423{
	background-color:var(--swatch-var-423);
}
.tc-423{
	color:var(--swatch-var-423)!important;
}
.btn-c-423,.btn-c-423:focus{
	background:var(--swatch-var-423);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-423:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-423{
	color:var(--swatch-var-423)!important;
	border-color:var(--swatch-var-423)!important;
	fill:var(--swatch-var-423);
}
.ltc-423{
	color:var(--swatch-var-423)!important;
	fill:var(--swatch-var-423);
}
.ltc-423:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-423);
}
.icon-423{
	color:var(--swatch-var-423)!important;
	border-color:var(--swatch-var-423)!important;
}
/**/.bgc-6225{
	background-color:var(--swatch-var-6225);
}
.tc-6225{
	color:var(--swatch-var-6225)!important;
}
.btn-c-6225,.btn-c-6225:focus{
	background:var(--swatch-var-6225);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-6225:hover{
	background:#C5C5C5!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-6225{
	color:var(--swatch-var-6225)!important;
	border-color:var(--swatch-var-6225)!important;
	fill:var(--swatch-var-6225);
}
.ltc-6225{
	color:var(--swatch-var-6225)!important;
	fill:var(--swatch-var-6225);
}
.ltc-6225:hover{
	color:#C5C5C5!important;
	fill:var(--swatch-var-6225);
}
.icon-6225{
	color:var(--swatch-var-6225)!important;
	border-color:var(--swatch-var-6225)!important;
}
/**/.bgc-386{
	background-color:var(--swatch-var-386);
}
.tc-386{
	color:var(--swatch-var-386)!important;
}
.btn-c-386,.btn-c-386:focus{
	background:var(--swatch-var-386);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-386:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-386{
	color:var(--swatch-var-386)!important;
	border-color:var(--swatch-var-386)!important;
	fill:var(--swatch-var-386);
}
.ltc-386{
	color:var(--swatch-var-386)!important;
	fill:var(--swatch-var-386);
}
.ltc-386:hover{
	color:#000000!important;
	fill:var(--swatch-var-386);
}
.icon-386{
	color:var(--swatch-var-386)!important;
	border-color:var(--swatch-var-386)!important;
}
/**/.bgc-4792{
	background-color:var(--swatch-var-4792);
}
.tc-4792{
	color:var(--swatch-var-4792)!important;
}
.btn-c-4792,.btn-c-4792:focus{
	background:var(--swatch-var-4792);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4792:hover{
	background:#111111!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4792{
	color:var(--swatch-var-4792)!important;
	border-color:var(--swatch-var-4792)!important;
	fill:var(--swatch-var-4792);
}
.ltc-4792{
	color:var(--swatch-var-4792)!important;
	fill:var(--swatch-var-4792);
}
.ltc-4792:hover{
	color:#111111!important;
	fill:var(--swatch-var-4792);
}
.icon-4792{
	color:var(--swatch-var-4792)!important;
	border-color:var(--swatch-var-4792)!important;
}
/**/.bgc-7820{
	background-color:var(--swatch-var-7820);
}
.tc-7820{
	color:var(--swatch-var-7820)!important;
}
.btn-c-7820,.btn-c-7820:focus{
	background:var(--swatch-var-7820);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7820:hover{
	background:#4E0157!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7820{
	color:var(--swatch-var-7820)!important;
	border-color:var(--swatch-var-7820)!important;
	fill:var(--swatch-var-7820);
}
.ltc-7820{
	color:var(--swatch-var-7820)!important;
	fill:var(--swatch-var-7820);
}
.ltc-7820:hover{
	color:#4E0157!important;
	fill:var(--swatch-var-7820);
}
.icon-7820{
	color:var(--swatch-var-7820)!important;
	border-color:var(--swatch-var-7820)!important;
}
/**/.bgc-129{
	background-color:var(--swatch-var-129);
}
.tc-129{
	color:var(--swatch-var-129)!important;
}
.btn-c-129,.btn-c-129:focus{
	background:var(--swatch-var-129);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-129:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-129{
	color:var(--swatch-var-129)!important;
	border-color:var(--swatch-var-129)!important;
	fill:var(--swatch-var-129);
}
.ltc-129{
	color:var(--swatch-var-129)!important;
	fill:var(--swatch-var-129);
}
.ltc-129:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-129);
}
.icon-129{
	color:var(--swatch-var-129)!important;
	border-color:var(--swatch-var-129)!important;
}
/**/.bgc-4237{
	background-color:var(--swatch-var-4237);
}
.tc-4237{
	color:var(--swatch-var-4237)!important;
}
.btn-c-4237,.btn-c-4237:focus{
	background:var(--swatch-var-4237);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4237:hover{
	background:#00003D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-fondbleu{
	background-image:url("img/fondbleu.jpg");
}
.bg-4-livres-home{
	background-image:url("img/Fond-bois-devimy.png");
}
.bg-Fond-bois-devimy{
	background-image:url("img/Fond-bois-devimy.png");
}
.bg-Fond-bois-devimy{
	background-image:url("img/Fond-bois-devimy.png");
}
.bg-5-livres-college{
	background-image:url("img/Fond-bois-devimy.png");
}



/* = 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;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@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;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@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;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = 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){
	h1{
		font-size:55px;
		line-height:63px;
	}
	.navbar-nav li a{
		margin-right:0px;
		margin-left:0px;
	}
	.hotel-book-button{
		font-size:14px;
		line-height:26px;
	}
	h3{
		font-size:25px;
		line-height:33px;
	}
	h2{
		font-size:35px;
		line-height:43px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	.hotel-logo{
		max-width:150px;
	}
	h4{
		font-size:22px;
		line-height:30px;
	}
	.hotel-footer-column{
		margin-bottom:50px;
	}
	.hotel-services-statistics{
		font-size:50px;
	}
	.hotel-services-amenities{
		padding-top:14px;
		padding-bottom:14px;
	}
	.hotel-newsletter-field{
		margin-bottom:5px;
		border-width:5px 7px 0px 0px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.p-4-style{
		font-size:18px;
		line-height:26px;
	}
	.height-int-original{
		background-size:auto 500px;
	}
	.p-56-style{
		font-size:18px;
		line-height:24px;
	}
	.height-int-church{
		background-size:auto 500px;
	}
	.img-13-style{
		margin-bottom:-1px;
		padding-top:0px;
		margin-top:-177px;
		width:120px;
	}
	.h6-style{
		width:100%;
	}
	.height-int-hospital{
		background-size:auto 500px;
	}
	.height-int-health{
		background-size:auto 500px;
	}
	.height-int-college{
		background-size:auto 500px;
	}
	.height-int-customized{
		background-size:auto 500px;
	}
	.height-int-4-livres{
		background-size:auto 500px;
	}
	.height-int-georgestree{
		background-size:auto 500px;
	}
	.height-int-orchard{
		background-size:auto 500px;
	}
	.height-int-4-livres-to-to{
		background-size:auto 500px;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:50px;
		line-height:58px;
	}
	.hotel-active{
		border-style:_popUpItemAction:;
		border-width:0px 0px 0px 0px;
	}
	.navbar-nav li a:active{
	}
	.navbar-nav li a:hover{
		border-style:_popUpItemAction:;
		border-width:0px 0px 0px 0px;
	}
	.navbar-nav li a{
		text-align:center;
		color:#212121!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#FEFFFF;
	}
	.close-special-menu .close-icon{
		background-color:#000000;
	}
	h3{
		font-size:23px;
		line-height:31px;
	}
	h2{
		font-size:32px;
		line-height:40px;
	}
	p{
		font-size:14px;
		line-height:22px;
	}
	.hotel-logo{
		max-width:150px;
	}
	h4{
		font-size:20px;
		line-height:28px;
	}
	.hotel-services-statistics{
		font-size:50px;
	}
	.hotel-services-amenities{
		padding-top:28px;
		padding-bottom:28px;
	}
	.hotel-newsletter-field{
		border-width:0px 0px 2px 0px;
	}
	.hotel-home-booking-shortcut{
		margin-top:50px;
	}
	.hotel-home-services-shortuct{
		margin-top:50px;
	}
	.h1-padding-right{
		font-size:40px;
		line-height:48px;
	}
	.height-int-original{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-church{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-hospital{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-health{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-college{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-customized{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-4-livres{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-georgestree{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-orchard{
		background-size:auto 350px;
		background-position:center center;
	}
	.height-int-4-livres-to-to{
		background-size:auto 350px;
		background-position:center center;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:45px;
		line-height:53px;
	}
	.hotel-book-button{
		width:100%;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h2{
		font-size:30px;
		line-height:38px;
	}
	.hotel-logo{
		max-width:150px;
	}
	h4{
		font-size:18px;
		line-height:26px;
	}
	.hotel-services-statistics{
		font-size:45px;
	}
	.hotel-newsletter-field{
		border-width:0px 0px 2px 0px;
	}
	.hotel-home-contact-shortcut{
		margin-top:50px;
	}
	.h1-padding-right{
		font-size:24px;
		line-height:24px;
	}
	.mt-1{
	}
	.height-int-original{
		background-size:auto 175px;
		background-position:center center;
	}
	.height{
		height:350px;
	}
	.bloc-padding-right{
		padding-right:0px;
		padding-left:0px;
	}
	.height-general{
		height:300px;
	}
	.height-int-church{
		background-size:auto 175px;
		background-position:center center;
	}
	.img-13-style{
		width:79px;
		padding-top:0px;
		margin-top:-182px;
	}
	.h3-padding-left{
		padding-left:80px;
	}
	.h6-style{
		width:100%;
	}
	.height-int-hospital{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-health{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-college{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-customized{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-4-livres{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-georgestree{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-orchard{
		background-size:auto 175px;
		background-position:center center;
	}
	.height-int-4-livres-to-to{
		background-size:auto 175px;
		background-position:center center;
	}
	
}

