/*-----------------------------------------------------------------------------------
	Rudys European Auto Repair
	About: Rudys European Auto Service Center.  Auto repairs for all makes and models.
	Author: Cybrmedia
	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-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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-geometry-shapes-2::before{
	background: url("img/texture-geometry-shapes-2.png");
	background-size: 200px 200px;
}
.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);
}


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

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

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

.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-glossy:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08)!important;
}

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

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

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


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




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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:275px;
}
.p-style{
	font-family:Montserrat;
	font-weight:700;
}
.p-1-style{
	font-family:"Roboto";
	font-weight:900;
	font-size:22px;
}
.img-style{
	width:730px;
	height:150px;
}
.img-bloc-1-style{
	width:150px;
	height:150px;
}
.img-6-style{
	width:150px;
	height:150px;
}
.img-logo--style{
	width:325px;
}
.img-3-style{
	width:150px;
	height:150px;
}
.h1-style{
	font-family:"PT Sans";
	font-weight:400;
}
.h1-bloc-1-style{
	font-family:Domine;
	font-weight:700;
}
.h1-2-style{
	font-family:Domine;
}
.p-2-style{
	font-family:Montserrat;
}
.p-3-style{
	font-family:"Open Sans";
	font-weight:400;
}
.img-10-style{
	width:167px;
	border-radius:0px 0px 0px 0px;
}
.h3-style{
	font-family:Lato;
	font-weight:900;
}
.link{
	color:#AA7941!important;
}
.link:hover{
	color:#FF2600!important;
}
.footer_link{
	color:#FEFFFF!important;
}
.footer_link:hover{
	color:#FF2600!important;
}
.h3-contact-us-style{
	font-family:Lato;
	font-weight:900;
}
.h3-about-us-style{
	font-family:Lato;
	font-weight:900;
}
.h1-services-style{
	font-family:Lato;
	font-weight:900;
}
.h4-style{
	font-family:Lato;
	font-weight:700;
}
.p-42242-style{
	font-size:14px;
}
.h4-engine-style{
	font-family:Lato;
	font-weight:700;
}
.h4-3-style{
	font-family:Lato;
	font-weight:700;
}
.h4-electrical-style{
	font-family:Lato;
	font-weight:700;
}
.p-4-style{
	font-size:14px;
}
.p-5-style{
	font-size:14px;
}
.p-6-style{
	font-size:14px;
}
.h4-8-style{
	font-family:Lato;
	font-weight:700;
}
.h4-transmission-style{
	font-family:Lato;
	font-weight:900;
}
.h4-6-style{
	font-family:Lato;
	font-weight:700;
}
.h4-brake-system-style{
	font-family:Lato;
	font-weight:700;
}
.p-10-style{
	font-size:14px;
}
.p-9-style{
	font-size:14px;
}
.p-8-style{
	font-size:14px;
}
.p-7-style{
	font-size:14px;
}
.img-12-style{
	height:239px;
}
.img-13-style{
	height:239px;
}
.img-14-style{
	height:239px;
}
.img-15-style{
	height:239px;
}
.img-16-style{
	height:239px;
}
.h1-1-style{
	font-family:Lato;
	font-weight:700;
	font-size:25px;
	text-shadow:0px 2px 2px #000000;
}
.h1-8956-style{
	font-family:Lato;
	font-weight:900;
	line-height:40px;
	font-size:25px;
	text-shadow:0px 2px 2px #000000;
}
.h1-29518-style{
	font-family:Lato;
	font-weight:900;
	font-size:25px;
	text-shadow:0px 2px 2px #000000;
}
.p-bloc-1-style{
	font-family:Lato;
	font-weight:900;
	font-size:22px;
	width:82.15%;
}
.img-intoxalo-style{
	width:300px;
	height:125px;
}
.p-34465-style{
	font-family:"PT Sans";
	font-weight:900;
}
.h3-1-style{
	font-family:Vollkorn;
	font-weight:400;
}
.p-10934-style{
	font-family:Montserrat;
}
.p-bloc-4-style{
	font-family:Roboto;
}
.img-happy-m-style{
	height:200px;
}
.img-interstate-lo-style{
	height:75px;
}
.img-bosch-lo-style{
	height:75px;
}
.icon_link{
	font-family:"Roboto";
	font-weight:400;
	color:#FEFFFF!important;
	font-size:18px;
}
.icon_link:hover{
	color:#FF2600!important;
	font-family:"Arvo";
	font-size:18px;
}
.p-bloc-7-style{
	font-family:Lato;
	font-weight:400;
}
.img-rudy--style{
	border-radius:95px 95px 95px 95px;
}
.p-5-bloc-7-style{
	font-family:"Open Sans";
	font-weight:600;
}
.img-37-style{
	width:125px;
	height:125px;
}
.img-39-style{
	width:125px;
	height:125px;
}
.h3-2-style{
	font-family:"Josefin Sans";
}
.p-20015-style{
	font-family:Montserrat;
	font-weight:600;
	font-size:18px;
}
.blog_title{
	font-family:"Josefin Sans";
	color:#484848!important;
	text-shadow:0px 1px 0px #2C2C2C;
}
.blog_title:hover{
	color:rgba(255,0,21,0.88)!important;
	text-shadow:0px 0px 0px #000000;
}
.h5-style{
	font-family:Lato;
	font-weight:400;
}
.h5-save-time--style{
	font-family:Lato;
	font-weight:700;
}
.p-32232-style{
	font-family:Montserrat;
}
.p-41425-style{
	font-family:Montserrat;
}
.h3-4-style{
	font-family:Montserrat;
}
.h3-3-style{
	font-family:Vollkorn;
	font-weight:900;
}
.p-19719-style{
	font-family:Montserrat;
	font-weight:600;
}
.p-11-style{
	font-family:Lato;
	font-weight:900;
	font-size:24px;
}
.p-12-style{
	font-family:"Open Sans";
	font-weight:400;
}
.h3-17536-style{
	font-family:"Josefin Sans";
}
.h4-5-style{
	font-family:Montserrat;
}
.img-service-siri-style{
	width:423px;
}
.img-siriusxm-lo-style{
	height:75px;
}
.img-9082-style{
	height:100px;
}
.img-11807-style{
	height:100px;
}
.p-6355-style{
	font-size:18px;
	font-family:"Open Sans";
	font-weight:600;
}
.h2-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-9-style{
	font-family:"Montserrat";
}
.p-301-style{
	font-family:"Lato";
	font-weight:900;
}
.danslink{
	font-family:"Lato";
	font-weight:900;
	color:#FFFFFF!important;
}
.danslink:hover{
	color:#FF2600!important;
}
.img-app-wind-style{
	width:342px;
	border-radius:0px 0px 0px 0px;
}
.p-2-bloc-4-style{
	font-family:"Montserrat";
	font-size:23px;
}
.h3-bloc-4-style{
	font-family:"Montserrat";
}
.p-3-bloc-4-style{
	font-family:"Montserrat";
	font-size:23px;
}
.img-memd-style{
	width:248px;
	height:300px;
	border-radius:443px 443px 443px 443px;
}
.p-15361-style{
	font-family:"Lobster Two";
	width:82.91%;
}
.date_text{
	font-family:"Open Sans";
	font-weight:600;
	font-size:24px;
}
.img-2-style{
	width:1140px;
}
.img-7-style{
	width:150px;
	height:150px;
}
.img-8-style{
	width:150px;
	height:150px;
}
.img-9-style{
	width:150px;
	height:150px;
}
.img-22334-style{
	width:150px;
	height:150px;
}
.img-5-style{
	height:150px;
	width:150px;
}
.img-4-style{
	height:150px;
	width:150px;
}
.h2-1-style{
	font-family:"Montserrat";
	font-weight:900;
}
.h3-22562-style{
	font-family:"Source Sans Pro";
	font-weight:700;
}
.h2-bloc-1-style{
	font-family:"Poppins";
	font-weight:700;
}
.h3-45302-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-1-style{
	font-size:22px;
}
.p-6640-style{
	font-family:"Ionicons";
}
.p-14532-style{
	font-family:"Ionicons";
	font-weight:600;
}
.p-29944-style{
	font-family:"Ionicons";
	font-weight:600;
}
.h3-36853-style{
	opacity:0.7;
	font-size:18px;
}
.h4-bloc-2-style{
	font-size:30px;
}
.h3-43596-style{
	font-family:"Ionicons";
}
.h3-24051-style{
	font-family:"Josefin Sans";
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1048:#000000;
	
	--swatch-var-3633:#3A393F;
	
	--swatch-var-4316:rgba(255,255,255,1.0);
	
	--swatch-var-2550:#8C8D98;
	
	--swatch-var-514:#FFF2CC;
	
	--swatch-var-5902:#878172;
	
	--swatch-var-5434:#FEFFFF;
	
	--swatch-var-1283:#774108;
	
	--swatch-var-3406:rgba(255,255,255,1.0);
	
	--swatch-var-4033:#589DFC;
	
	--swatch-var-3685:#5F5B59;
	
	--swatch-var-2386:#C6C82E;
	
	--swatch-var-992:#DCC9A5;
	
	--swatch-var-3773:rgba(162,42,6,1.00);
	
	--swatch-var-4012:#414756;
	
	--swatch-var-5401:#E27B1C;
	
	--swatch-var-1410:#0079E4;
	
	--swatch-var-3134:#F4F0E5;
	
	--swatch-var-6901:#1B2045;
	
	--swatch-var-494:#1B2045;
	
	--swatch-var-1052:#002C5E;
	
	--swatch-var-2542:#F4DF9B;
	
	--swatch-var-2245:rgba(100,97,43,1.00);
	
}


/* Background colour styles */

.bgc-1048{
	background-color:var(--swatch-var-1048);
}
.bgc-6901{
	background-color:var(--swatch-var-6901);
}
.bgc-5434{
	background-color:var(--swatch-var-5434);
}

/* Text colour styles */

.tc-2542{
	color:var(--swatch-var-2542)!important;
}
.tc-5434{
	color:var(--swatch-var-5434)!important;
}
.tc-3773{
	color:var(--swatch-var-3773)!important;
}
.tc-5401{
	color:var(--swatch-var-5401)!important;
}
.tc-514{
	color:var(--swatch-var-514)!important;
}
.tc-1283{
	color:var(--swatch-var-1283)!important;
}
.tc-1048{
	color:var(--swatch-var-1048)!important;
}
.tc-2386{
	color:var(--swatch-var-2386)!important;
}
.tc-5902{
	color:var(--swatch-var-5902)!important;
}

/* Button colour styles */

.bgc-1048{
	background-color:var(--swatch-var-1048);
}
.tc-1048{
	color:var(--swatch-var-1048)!important;
}
.btn-c-1048,.btn-c-1048:focus{
	background:var(--swatch-var-1048);
	color:#FFFFFF!important;
}
.btn-c-1048:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.wire-btn-c-1048{
	color:var(--swatch-var-1048)!important;
	border-color:var(--swatch-var-1048)!important;
}
.ltc-1048{
	color:var(--swatch-var-1048)!important;
}
.ltc-1048:hover{
	color:#000000!important;
}
.icon-1048{
	color:var(--swatch-var-1048)!important;
	border-color:var(--swatch-var-1048)!important;
}
/**/.bgc-3633{
	background-color:var(--swatch-var-3633);
}
.tc-3633{
	color:var(--swatch-var-3633)!important;
}
.btn-c-3633,.btn-c-3633:focus{
	background:var(--swatch-var-3633);
	color:#FFFFFF!important;
}
.btn-c-3633:hover{
	background:#07060C!important;
	color:#FFFFFF!important;
}
.wire-btn-c-3633{
	color:var(--swatch-var-3633)!important;
	border-color:var(--swatch-var-3633)!important;
}
.ltc-3633{
	color:var(--swatch-var-3633)!important;
}
.ltc-3633:hover{
	color:#07060C!important;
}
.icon-3633{
	color:var(--swatch-var-3633)!important;
	border-color:var(--swatch-var-3633)!important;
}
/**/.bgc-4316{
	background-color:var(--swatch-var-4316);
}
.tc-4316{
	color:var(--swatch-var-4316)!important;
}
.btn-c-4316,.btn-c-4316:focus{
	background:var(--swatch-var-4316);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4316:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-4316{
	color:var(--swatch-var-4316)!important;
	border-color:var(--swatch-var-4316)!important;
}
.ltc-4316{
	color:var(--swatch-var-4316)!important;
}
.ltc-4316:hover{
	color:#CCCCCC!important;
}
.icon-4316{
	color:var(--swatch-var-4316)!important;
	border-color:var(--swatch-var-4316)!important;
}
/**/.bgc-2550{
	background-color:var(--swatch-var-2550);
}
.tc-2550{
	color:var(--swatch-var-2550)!important;
}
.btn-c-2550,.btn-c-2550:focus{
	background:var(--swatch-var-2550);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2550:hover{
	background:#595A65!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-2550{
	color:var(--swatch-var-2550)!important;
	border-color:var(--swatch-var-2550)!important;
}
.ltc-2550{
	color:var(--swatch-var-2550)!important;
}
.ltc-2550:hover{
	color:#595A65!important;
}
.icon-2550{
	color:var(--swatch-var-2550)!important;
	border-color:var(--swatch-var-2550)!important;
}
/**/.bgc-514{
	background-color:var(--swatch-var-514);
}
.tc-514{
	color:var(--swatch-var-514)!important;
}
.btn-c-514,.btn-c-514:focus{
	background:var(--swatch-var-514);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-514:hover{
	background:#CCBF99!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-514{
	color:var(--swatch-var-514)!important;
	border-color:var(--swatch-var-514)!important;
}
.ltc-514{
	color:var(--swatch-var-514)!important;
}
.ltc-514:hover{
	color:#CCBF99!important;
}
.icon-514{
	color:var(--swatch-var-514)!important;
	border-color:var(--swatch-var-514)!important;
}
/**/.bgc-5902{
	background-color:var(--swatch-var-5902);
}
.tc-5902{
	color:var(--swatch-var-5902)!important;
}
.btn-c-5902,.btn-c-5902:focus{
	background:var(--swatch-var-5902);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5902:hover{
	background:#544E3F!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-5902{
	color:var(--swatch-var-5902)!important;
	border-color:var(--swatch-var-5902)!important;
}
.ltc-5902{
	color:var(--swatch-var-5902)!important;
}
.ltc-5902:hover{
	color:#544E3F!important;
}
.icon-5902{
	color:var(--swatch-var-5902)!important;
	border-color:var(--swatch-var-5902)!important;
}
/**/.bgc-5434{
	background-color:var(--swatch-var-5434);
}
.tc-5434{
	color:var(--swatch-var-5434)!important;
}
.btn-c-5434,.btn-c-5434:focus{
	background:var(--swatch-var-5434);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5434:hover{
	background:#CBCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-5434{
	color:var(--swatch-var-5434)!important;
	border-color:var(--swatch-var-5434)!important;
}
.ltc-5434{
	color:var(--swatch-var-5434)!important;
}
.ltc-5434:hover{
	color:#CBCCCC!important;
}
.icon-5434{
	color:var(--swatch-var-5434)!important;
	border-color:var(--swatch-var-5434)!important;
}
/**/.bgc-1283{
	background-color:var(--swatch-var-1283);
}
.tc-1283{
	color:var(--swatch-var-1283)!important;
}
.btn-c-1283,.btn-c-1283:focus{
	background:var(--swatch-var-1283);
	color:#FFFFFF!important;
}
.btn-c-1283:hover{
	background:#440E00!important;
	color:#FFFFFF!important;
}
.wire-btn-c-1283{
	color:var(--swatch-var-1283)!important;
	border-color:var(--swatch-var-1283)!important;
}
.ltc-1283{
	color:var(--swatch-var-1283)!important;
}
.ltc-1283:hover{
	color:#440E00!important;
}
.icon-1283{
	color:var(--swatch-var-1283)!important;
	border-color:var(--swatch-var-1283)!important;
}
/**/.bgc-3406{
	background-color:var(--swatch-var-3406);
}
.tc-3406{
	color:var(--swatch-var-3406)!important;
}
.btn-c-3406,.btn-c-3406:focus{
	background:var(--swatch-var-3406);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3406:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-3406{
	color:var(--swatch-var-3406)!important;
	border-color:var(--swatch-var-3406)!important;
}
.ltc-3406{
	color:var(--swatch-var-3406)!important;
}
.ltc-3406:hover{
	color:#CCCCCC!important;
}
.icon-3406{
	color:var(--swatch-var-3406)!important;
	border-color:var(--swatch-var-3406)!important;
}
/**/.bgc-4033{
	background-color:var(--swatch-var-4033);
}
.tc-4033{
	color:var(--swatch-var-4033)!important;
}
.btn-c-4033,.btn-c-4033:focus{
	background:var(--swatch-var-4033);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4033:hover{
	background:#256AC9!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-4033{
	color:var(--swatch-var-4033)!important;
	border-color:var(--swatch-var-4033)!important;
}
.ltc-4033{
	color:var(--swatch-var-4033)!important;
}
.ltc-4033:hover{
	color:#256AC9!important;
}
.icon-4033{
	color:var(--swatch-var-4033)!important;
	border-color:var(--swatch-var-4033)!important;
}
/**/.bgc-3685{
	background-color:var(--swatch-var-3685);
}
.tc-3685{
	color:var(--swatch-var-3685)!important;
}
.btn-c-3685,.btn-c-3685:focus{
	background:var(--swatch-var-3685);
	color:#FFFFFF!important;
}
.btn-c-3685:hover{
	background:#2C2826!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-514{
	color:var(--swatch-var-514)!important;
}
.ltc-514:hover{
	color:#CCBF99!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-df872f-9cedd8f2957e407b88b18af1cf307e8a{
	background-image:url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.jpg");
	background-image: -webkit-image-set(url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.webp") 1x,
url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.webp") 2x);background-image: image-set(url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.jpg") 1x,
url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.jpg") 2x,url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.webp") 1x,
url("img/df872f_9cedd8f2957e407b88b18af1cf307e8a.webp") 2x);
}
.bg-df872f-cd53cd3c91f04192826a2b421f6e46ec{
	background-image:url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.jpg");
	background-image: -webkit-image-set(url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.webp") 1x,
url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.webp") 2x);background-image: image-set(url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.jpg") 1x,
url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.jpg") 2x,url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.webp") 1x,
url("img/df872f_cd53cd3c91f04192826a2b421f6e46ec.webp") 2x);
}
.bg-cover{
	background-image:url("img/cover.jpg");
	background-image: -webkit-image-set(url("img/cover.webp") 1x,
url("img/cover.webp") 2x);background-image: image-set(url("img/cover.jpg") 1x,
url("img/cover.jpg") 2x,url("img/cover.webp") 1x,
url("img/cover.webp") 2x);
}

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

.invisrecaptchawrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}

/* = 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: 767px){
	.p-34465-style{
		font-family:Arvo;
		font-weight:300;
	}
	.img-3-style{
		height:75px;
		width:75px;
		border-radius:5px 5px 5px 5px;
	}
	.img-style{
		width:150px;
		height:150px;
	}
	.img-bloc-1-style{
		width:75px;
		height:75px;
	}
	.img-6-style{
		width:75px;
		height:75px;
	}
	.icon_link{
		color:#FEFFFF!important;
		font-family:"Josefin Sans";
		font-size:21px;
	}
	.icon_link:hover{
		color:#FF2600!important;
		font-family:"Josefin Sans";
		font-size:21px;
	}
	.p-6355-style{
		font-family:"PT Serif Caption";
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.h3-bloc-1-style{
		font-size:20px;
	}
	.p-1-style{
		font-size:18px;
	}
	.h3-43596-style{
		font-size:26px;
	}
	.h3-2-style{
		font-size:22px;
	}
	.h3-24051-style{
		font-size:22px;
	}
	
}

