/*-----------------------------------------------------------------------------------
	SGE Peinture - Peintre professionnel, Rénovation, Décoration
	About: A shiny new Blocs website.
	Author: Matthieu Guegan
	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 */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'DMSans-Medium';
	src: url('./fonts/DMSans-Medium/DMSans-Medium.ttf');
	src: url('./fonts/DMSans-Medium/DMSans-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter-Regular';
	src: url('./fonts/Inter-Regular/Inter-Regular.woff2');
	src: url('./fonts/Inter-Regular/Inter-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DMSans-Bold';
	src: url('./fonts/DMSans-Bold/DMSans-Bold.ttf');
	src: url('./fonts/DMSans-Bold/DMSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DMSans-SemiBold';
	src: url('./fonts/DMSans-SemiBold/DMSans-SemiBold.ttf');
	src: url('./fonts/DMSans-SemiBold/DMSans-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DMSans-ExtraBold';
	src: url('./fonts/DMSans-ExtraBold/DMSans-ExtraBold.ttf');
	src: url('./fonts/DMSans-ExtraBold/DMSans-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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


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


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

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

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

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

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.link-with-icon{
	display:inline-flex;
	align-items:center;
	vertical-align: middle;
}
.link-with-icon.text-center{
	justify-content: center;
}
.link-with-icon.text-start{
	justify-content: flex-start;
}
.link-with-icon.text-end{
	justify-content: flex-end;
}
.icon-spacer{
	margin-right:5px;
}
.btn-icon-e{
	direction:rtl;
}
.btn-icon-e .icon-spacer{
	margin-right:0;
	margin-left:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.link-nested-icon, .text-nested-icon{
	width:20px;
	position:relative;
	top:-0.05em;
}
.text-nested-icon svg{
	display:inline-block;
}




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



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

/* Stacked Container */
.blocs-stacked-area {
	display:grid;
	align-items:center;
	justify-items: center;
}
.blocs-stacked-area > * {
	grid-column-start: 1;
	grid-row-start: 1;
}
.stacked-area-align-top {
	align-items:start;
}
.stacked-area-align-bottom {
	align-items:end;
}
.stacked-area-align-left {
	justify-items:start;
}
.stacked-area-align-right {
	justify-items:end;
}

/* Form Protection */
.blocsapp-meta-field{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Inter-Regular";
}
.container{
	max-width:1140px;
}
h1{
	font-family:"DMSans-Bold";
	font-size:3.5rem;
	letter-spacing:-2px;
	line-height:56px;
	text-transform:none;
	text-decoration:none;
}
.logo{
	width:120px;
}
.hero-container-2{
	background-size:cover;
	overflow:visible;
}
.form-container{
	padding:16px 16px 8px 16px;
	background-color:var(--swatch-var-1239);
	box-shadow:0.00px 4.00px 12px rgba(0,0,0,0.25);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	z-index:1000!important;
	position:relative;
	border-radius:10px 10px 10px 10px;
}
.header-text{
	font-family:"DMSans-Medium";
	text-transform:uppercase;
	line-height:24px;
	text-shadow:0.28px 1.98px 7px rgba(0,0,0,0.25);
	font-size:34px;
	font-weight:700;
}
.hero-3{
	background-image:url("img/peintre-batiment.webp");
	background-size:cover;
	background-position:left top;
}
.header-logo{
	flex-direction:row;
	display:flex;
	align-items:center;
	column-gap:8px;
}
.sticky-header{
	width:100%;
	position:sticky!important;
	top:0px!important;
	z-index:1000;
}
.form-title{
	font-family:"DMSans-SemiBold";
	font-size:26px;
	line-height:32px;
	letter-spacing:-1px;
}
.visuel-hover{
	border-radius:10px 10px 10px 10px;
	box-shadow:0.00px 4.00px 8px rgba(0,0,0,0.25);
	background-size:length;
	opacity:0;
	transition:all 0.4s ease-in-out 0s;
}
.p-l{
	font-size:20px;
}
.pill-check{
	display:inline-flex;
	column-gap:8px;
	font-size:18px;
	padding:5px 8px 5px 8px;
	border-radius:20px 20px 20px 20px;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	font-family:"DMSans-SemiBold";
	text-transform:uppercase;
	align-items:center;
	margin-bottom:16px;
	background-color:#FDC902;
}
.button-hm{
	color:var(--swatch-var-2149)!important;
	background-color:var(--swatch-var-2869)!important;
	transition:all 0.3s ease-in-out 0s;
	cursor:pointer;
	padding:4px 16px 4px 16px;
	text-transform:uppercase;
	border-radius:8px 8px 8px 8px;
}
.button-hm:hover{
	background-color:var(--swatch-var-1540)!important;
	transform:translateY(-2px);
}
.border-bottom{
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-6039)!important;
	border-style:solid;
}
.pill-text{
	font-family:"DMSans-SemiBold";
	font-size:14px;
}
h2{
	font-family:"DMSans-SemiBold";
	font-size:2.5rem;
}
h3{
	font-family:"DMSans-Bold";
	font-size:20px;
}
.list-item{
	border-width:0px 0px 1px 0px;
	border-color:var(--swatch-var-1540)!important;
	border-style:solid;
	display:flex;
	column-gap:16px;
	justify-content:flex-end;
	flex-direction:row;
	transition:all 0.4s ease-in-out 0s;
	padding:16px 8px 8px 16px;
}
.list-item-title{
	min-width:130px;
}
.blue{
	background-color:var(--swatch-var-1540);
}
.gradient-bg{
	background:linear-gradient(60deg, #0D1F32  0%, #41586E 100%);
}
.step-card{
	padding:16px 16px 16px 16px;
	border-radius:10px 10px 10px 10px;
	border-style:solid;
	border-color:var(--swatch-var-1979)!important;
	border-width:1px 1px 1px 1px;
	height:100%;
	transition:all 0.3s ease-in-out 0s;
	background-color:rgba(245,243,237,0.93);
}
.step-card-title{
	color:var(--swatch-var-2869)!important;
}
.step-card-content{
	color:var(--swatch-var-2869)!important;
	font-size:18px;
}
.clear{
	border-style:solid;
	border-color:var(--swatch-var-1979)!important;
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-1239);
	color:var(--swatch-var-2869)!important;
	backdrop-filter:blur(15px);
	-webkit-backdrop-filter:blur(15px);
}
.step-card:hover{
	transform:translateY(-3px);
}
.header-buttons{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-end;
	column-gap:32px;
}
a{
	text-decoration:none;
}
.data-title{
	font-family:"DMSans-ExtraBold";
	font-size:4.5rem;
	line-height:60px;
	align-content:flex-end;
}
.svg-icon-white{
	fill:var(--swatch-var-2149)!important;
	width:18px!important;
	height:18px!important;
}
.link-white{
	color:var(--swatch-var-1507)!important;
	fill:var(--swatch-var-1507);
}
.step-card-icon{
	width:40px;
	height:40px;
	margin-top:8px;
	margin-bottom:16px;
}
.avis-card-container{
	padding:16px 16px 16px 16px;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-6878);
	box-shadow:0.00px 4.00px 8px rgba(0,0,0,0.25);
}
.avis-content{
	font-style:italic;
	font-size:18px;
	color:var(--swatch-var-2869)!important;
	margin-top:16px;
}
.avis-auhor{
	color:var(--swatch-var-2869)!important;
	margin-bottom:0px!important;
}
.rating-icon{
	width:16px;
	height:16px;
	margin-right:4px;
	fill:var(--swatch-var-3463);
}
.avis-author-img{
	width:32px;
	height:32px;
	margin-right:16px!important;
	margin-left:0px!important;
}
.avis-author-container{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.is-active{
	opacity:1;
}
.list-item:hover{
	background-color:#F2F0ED;
}
.white{
	background-color:var(--swatch-var-2149)!important;
	color:var(--swatch-var-2869)!important;
	text-transform:uppercase;
	fill:var(--swatch-var-2869);
}
.white:hover{
	color:var(--swatch-var-2149)!important;
}
.icon-large{
	width:64px!important;
	height:64px!important;
}
.link-footer{
	color:var(--swatch-var-2149)!important;
	font-size:18px!important;
	fill:var(--swatch-var-2149)!important;
}
.svg-icon-fill{
	fill:transparent!important;
	stroke:transparent!important;
}
.footer-logo{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.image-compare{
	height:350px;
	background-position:left bottom;
}
.pill-check-white{
	display:inline-flex;
	column-gap:8px;
	font-size:16px;
	background-color:var(--swatch-var-2149);
	padding:5px 16px 5px 16px;
	border-radius:20px 20px 20px 20px;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	font-family:"DMSans-SemiBold";
	text-transform:uppercase;
	align-items:center;
}
.svg-icon-bk{
	fill:var(--swatch-var-2869);
	width:18px;
	height:18px;
	transform:rotate(0deg);
}
.hero-portrait{
	position:absolute;
	bottom:0px;
	z-index:10!important;
	height:90%;
	transform:translateX(-50%);
	left:55%;
	width:auto;
}
.hero-content{
	z-index:100!important;
	position:relative;
	max-width:65%;
}
.z-index-0{
	z-index:0!important;
}
.card-service-container{
	border-radius:10px 10px 10px 10px;
	padding:0px 0px 16px 0px;
	background:linear-gradient(146deg, #000000 22%, var(--swatch-var-6039) 100%);
	height:100%;
	align-content:space-between;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	position:relative;
	color:var(--swatch-var-2149)!important;
	transition:all 0.3s ease-in-out 0s;
	box-shadow:0.63px 3.95px 8px #B9B9B9;
}
.lucide-white{
	width:40px!important;
	padding:6px 6px 6px 6px!important;
	fill:var(--swatch-var-2149);
	color:var(--swatch-var-2149)!important;
	background-color:rgba(178,210,253,0.45);
	border-radius:6px 6px 6px 6px;
}
.card-service-im{
	border-radius:5px 5px 0px 0px;
	width:100%;
	background-size:length;
}
.card-service-title{
	padding-left:16px;
	padding-right:16px;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	column-gap:16px;
	margin-bottom:8px;
}
.card-service-container:hover{
	color:var(--swatch-var-2869)!important;
}
.card-service-content{
	padding-left:16px;
	padding-right:16px;
}
.card-service-icon{
	width:56px!important;
	height:56px!important;
	margin-right:0px;
	display:flex;
	align-items:flex-start;
}
.yellow{
	background-color:#FBC706!important;
	color:var(--swatch-var-2869)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2149:rgba(255,255,255,1.00);
	
	--swatch-var-2869:rgba(21,20,20,1.00);
	
	--swatch-var-1507:rgba(247,244,234,1.00);
	
	--swatch-var-6878:rgba(255,254,254,1.00);
	
	--swatch-var-1239:rgba(255,255,255,0.55);
	
	--swatch-var-1755:rgba(253,201,2,1.00);
	
	--swatch-var-3213:rgba(58,137,221,1.00);
	
	--swatch-var-3463:rgba(255,22,164,1.00);
	
	--swatch-var-1979:rgba(180,192,206,1.00);
	
	--swatch-var-1540:rgba(0,0,0,0.75);
	
	--swatch-var-6039:rgba(65,88,110,1.00);
	
	--swatch-var-7343:#000000;
	
	--swatch-var-1922:rgba(185,185,185,1.00);
	
}


/* Background colour styles */

.bgc-1922{
	background-color:var(--swatch-var-1922);
}
.bgc-1507{
	background-color:var(--swatch-var-1507);
}
.bgc-6878{
	background-color:var(--swatch-var-6878);
}

/* Text colour styles */

.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-1755{
	color:var(--swatch-var-1755)!important;
}
.tc-2149{
	color:var(--swatch-var-2149)!important;
}

/* Button colour styles */

.bgc-2149{
	background-color:var(--swatch-var-2149);
}
.tc-2149{
	color:var(--swatch-var-2149)!important;
}
.btn-c-2149,.btn-c-2149:focus{
	background:var(--swatch-var-2149);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2149:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2149{
	color:var(--swatch-var-2149)!important;
	border-color:var(--swatch-var-2149)!important;
	fill:var(--swatch-var-2149);
}
.ltc-2149{
	color:var(--swatch-var-2149)!important;
	fill:var(--swatch-var-2149);
}
.ltc-2149:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-2149);
}
.icon-2149{
	color:var(--swatch-var-2149)!important;
	border-color:var(--swatch-var-2149)!important;
}
/**/.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.btn-c-2869,.btn-c-2869:focus{
	background:var(--swatch-var-2869);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2869:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}

/* Bloc image backgrounds */

.bg-peintre-renovation{
	background-image:url("img/peintre-renovation.webp");
}
.bg-peintre-pro{
	background-image:url("img/peintre_pro.webp");
}
.bg-peintre-batiment{
	background-image:url("img/peintre-batiment.webp");
}

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

/* =========================================================================   Animated Button — bric Hellomaker   Suffixe de classes : -ab   Version 1.0   POIDS : cette feuille est injectee UNE seule fois par page par Blocs   (balise <style style-id="..."> dans le <head>), quel que soit le nombre   d'instances posees. Aucun JS runtime, aucune requete supplementaire.   Chaque bouton ne coute que ses custom properties inline (~200 octets).   ========================================================================= *//* Proprietes enregistrees : necessaires pour ANIMER (--ab-angle) et pour   TRANSITIONNER (--ab-gate, --ab-boost) des custom properties. */@property --ab-angle {
	  syntax: "<angle>";
	  inherits: true;
	  initial-value: 0deg;
}
@property --ab-gate {
	  syntax: "<number>";
	  inherits: true;
	  initial-value: 1;
}
@property --ab-boost {
	  syntax: "<number>";
	  inherits: true;
	  initial-value: 1;
}
/* -------------------------------------------------------------------------   1. Wrapper   ------------------------------------------------------------------------- */.ab-wrap {
	  display: block;
}
.ab-wrap.ab-wrap--full .ab-btn {
	  display: flex;
	  width: 100%;
}
/* -------------------------------------------------------------------------   2. Bouton : valeurs par defaut (surchargees en inline par instance)   ------------------------------------------------------------------------- */.ab-btn {
	  /* Reglages exposes dans le panneau */  --ab-bg: #171616;
	  --ab-text: #ffffff;
	  --ab-glow: #c8ff00;
	  --ab-radius: 12px;
	  --ab-px: 28px;
	  --ab-py: 14px;
	  --ab-size: 16px;
	  --ab-weight: 600;
	  --ab-tracking: 0px;
	  --ab-speed: 3s;
	  --ab-power: 1;
	  --ab-border: 2px;
	  --ab-font: inherit;
	  /* Etat interne */  --ab-gate: 1;
	          /* 0 = effet eteint, 1 = allume */  --ab-boost: 1;
	         /* multiplicateur d'intensite au survol */  --ab-play: running;
	    /* etat des animations */  /* Valeurs derivees */  --ab-p: calc(var(--ab-power) * var(--ab-boost));
	  --ab-lo: clamp(0, calc(0.12 * var(--ab-p) * var(--ab-gate)), 1);
	  --ab-hi: clamp(0, calc(0.6 * var(--ab-p) * var(--ab-gate)), 1);
	  --ab-on: clamp(0, calc((0.55 + 0.45 * var(--ab-p)) * var(--ab-gate)), 1);
	  --ab-hot: color-mix(in srgb, var(--ab-glow) 45%, #ffffff);
	  position: relative;
	  isolation: isolate;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  gap: 0.5em;
	  box-sizing: border-box;
	  max-width: 100%;
	  padding: var(--ab-py) var(--ab-px);
	  border: 0;
	  border-radius: var(--ab-radius);
	  background: transparent;
	  color: var(--ab-text);
	  font-family: var(--ab-font);
	  font-size: var(--ab-size);
	  font-weight: var(--ab-weight);
	  letter-spacing: var(--ab-tracking);
	  line-height: 1.25;
	  text-align: center;
	  text-decoration: none;
	  cursor: pointer;
	  -webkit-tap-highlight-color: transparent;
	  transition: --ab-gate 0.35s ease, --ab-boost 0.35s ease,    color 0.25s ease, transform 0.25s ease;
}
.ab-btn:hover,.ab-btn:focus,.ab-btn:active {
	  color: var(--ab-text);
	  text-decoration: none;
}
.ab-btn:focus-visible {
	  outline: 2px solid var(--ab-glow);
	  outline-offset: 3px;
}
.ab-btn.ab-btn--upper {
	  text-transform: uppercase;
}
/* -------------------------------------------------------------------------   3. Les 4 couches d'empilement      ::before  z0  -> halo exterieur (deborde du bouton)      ::after   z1  -> fond opaque      __fx      z2  -> effet net (anneau, glow interne, balayage)      __label   z3  -> texte   ------------------------------------------------------------------------- */.ab-btn::before,.ab-btn::after {
	  content: "";
	  position: absolute;
	  border-radius: inherit;
	  pointer-events: none;
}
.ab-btn::before {
	  inset: 0;
	  z-index: 0;
	  opacity: 0;
}
.ab-btn::after {
	  inset: 0;
	  z-index: 1;
	  background: var(--ab-bg);
}
.ab-btn__fx {
	  position: absolute;
	  inset: 0;
	  z-index: 2;
	  box-sizing: border-box;
	  border-radius: inherit;
	  pointer-events: none;
}
.ab-btn__label {
	  position: relative;
	  z-index: 3;
}
/* Un seul point de controle pour la mise en pause de toutes les couches */.ab-btn,.ab-btn::before,.ab-btn .ab-btn__fx,.ab-btn .ab-btn__fx::before {
	  animation-play-state: var(--ab-play);
}
/* -------------------------------------------------------------------------   4. Effet 1 : glow interieur pulse   ------------------------------------------------------------------------- */.ab-btn.ab-fx-inner .ab-btn__fx {
	  background: radial-gradient(    115% 150% at 50% 118%,    var(--ab-glow) 0%,    transparent 62%  );
	  box-shadow: inset 0 0 calc(18px * var(--ab-p))    calc(-3px + 3px * var(--ab-p)) var(--ab-glow);
	  opacity: var(--ab-lo);
	  animation: ab-breathe var(--ab-speed) ease-in-out infinite;
}
/* -------------------------------------------------------------------------   5. Effet 2 : contour rotatif (conic)   ------------------------------------------------------------------------- */.ab-btn.ab-fx-edge {
	  animation: ab-spin var(--ab-speed) linear infinite;
}
.ab-btn.ab-fx-edge .ab-btn__fx {
	  padding: var(--ab-border);
	  background: conic-gradient(    from var(--ab-angle),    transparent 0deg,    var(--ab-glow) 40deg,    var(--ab-hot) 68deg,    var(--ab-glow) 96deg,    transparent 165deg,    transparent 360deg  );
	  -webkit-mask: linear-gradient(#000 0 0) content-box,    linear-gradient(#000 0 0);
	  -webkit-mask-composite: xor;
	  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	  mask-composite: exclude;
	  opacity: var(--ab-on);
}
.ab-btn.ab-fx-edge::before {
	  inset: calc(-3px * var(--ab-p));
	  background: conic-gradient(    from var(--ab-angle),    transparent 0deg,    var(--ab-glow) 40deg,    var(--ab-glow) 96deg,    transparent 165deg,    transparent 360deg  );
	  filter: blur(calc(8px * var(--ab-p)));
	  opacity: var(--ab-hi);
}
/* -------------------------------------------------------------------------   6. Effet 3 : contour pulse (statique)   ------------------------------------------------------------------------- */.ab-btn.ab-fx-ring .ab-btn__fx {
	  padding: var(--ab-border);
	  background: var(--ab-glow);
	  -webkit-mask: linear-gradient(#000 0 0) content-box,    linear-gradient(#000 0 0);
	  -webkit-mask-composite: xor;
	  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	  mask-composite: exclude;
	  opacity: var(--ab-lo);
	  animation: ab-breathe var(--ab-speed) ease-in-out infinite;
}
.ab-btn.ab-fx-ring::before {
	  inset: 0;
	  box-shadow: 0 0 calc(16px * var(--ab-p)) calc(1px * var(--ab-p))    var(--ab-glow);
	  opacity: var(--ab-lo);
	  animation: ab-breathe var(--ab-speed) ease-in-out infinite;
}
/* -------------------------------------------------------------------------   7. Effet 4 : balayage lumineux (shine)   ------------------------------------------------------------------------- */.ab-btn.ab-fx-shine .ab-btn__fx {
	  overflow: hidden;
}
.ab-btn.ab-fx-shine .ab-btn__fx::before {
	  content: "";
	  position: absolute;
	  top: -60%;
	  bottom: -60%;
	  left: 0;
	  width: 42%;
	  background: linear-gradient(    100deg,    transparent 0%,    var(--ab-glow) 50%,    transparent 100%  );
	  filter: blur(calc(2px * var(--ab-p)));
	  opacity: var(--ab-hi);
	  transform: translateX(-220%) skewX(-18deg);
	  animation: ab-sweep var(--ab-speed) ease-in-out infinite;
}
/* -------------------------------------------------------------------------   8. Declenchement   ------------------------------------------------------------------------- *//* data-ab-run="always" : comportement par defaut, rien a declarer. *//* Au survol : effet eteint et animations en pause au repos (zero cout GPU). */.ab-btn[data-ab-run="hover"] {
	  --ab-gate: 0;
	  --ab-play: paused;
}
.ab-btn[data-ab-run="hover"]:hover,.ab-btn[data-ab-run="hover"]:focus-visible {
	  --ab-gate: 1;
	  --ab-play: running;
}
/* Toujours actif, accentue au survol. */.ab-btn[data-ab-run="boost"]:hover,.ab-btn[data-ab-run="boost"]:focus-visible {
	  --ab-boost: 1.7;
	  transform: translateY(-1px);
}
/* -------------------------------------------------------------------------   9. Keyframes   ------------------------------------------------------------------------- */@keyframes ab-breathe {
	  0%,  100% {
	    opacity: var(--ab-lo);
	  }  50% {
	    opacity: var(--ab-hi);
	  }}@keyframes ab-spin {
	  to {
	    --ab-angle: 360deg;
	  }}/* Traversee rapide sur le premier tiers du cycle, puis pause hors champ :   un eclair franc plutot qu'un glissement continu. */@keyframes ab-sweep {
	  0% {
	    transform: translateX(-220%) skewX(-18deg);
	  }  32%,  100% {
	    transform: translateX(330%) skewX(-18deg);
	  }}/* -------------------------------------------------------------------------   10. Accessibilite : mouvement reduit        L'effet reste visible, fige a son intensite haute.   ------------------------------------------------------------------------- */@media (prefers-reduced-motion: reduce) {
	  .ab-btn,  .ab-btn::before,  .ab-btn .ab-btn__fx,  .ab-btn .ab-btn__fx::before {
	    animation: none !important;
	    transition: none !important;
	  }  .ab-btn.ab-fx-inner .ab-btn__fx,  .ab-btn.ab-fx-ring .ab-btn__fx,  .ab-btn.ab-fx-ring::before,  .ab-btn.ab-fx-shine .ab-btn__fx::before {
	    opacity: var(--ab-hi);
	  }  .ab-btn.ab-fx-shine .ab-btn__fx::before {
	    transform: translateX(60%) skewX(-18deg);
	  }}/* =========================================================================   Before / After Slider — Hellomaker (ba-hm)   Image comparator with a draggable central handle.   Theming — override these CSS variables on .ba-hm-slider (Class Manager   custom CSS, or a global rule) to restyle without touching the bric:     --ba-handle        color of the handle (circle) + divider line     --ba-line          divider line color (defaults to --ba-handle)     --ba-handle-icon   color of the chevrons inside the handle     --ba-handle-size   diameter of the handle     --ba-label-bg      background of the Before/After labels     --ba-label-color   text color of the Before/After labels   --ba-pos is internal (driven by drag / keyboard) — do not override.   ========================================================================= */.ba-hm-slider {
	  --ba-pos: 50%;
	  --ba-handle: #ffffff;
	  --ba-line: var(--ba-handle);
	  --ba-handle-icon: #171616;
	  --ba-handle-size: 44px;
	  --ba-label-bg: rgba(23, 22, 22, 0.72);
	  --ba-label-color: #ffffff;
	  position: relative;
	  display: block;
	  width: 100%;
	  max-width: 100%;
	  margin: 0;
	  /* Never stretch taller than the image when the bric sits in a flex/grid row     (Blocs rows are flex): otherwise the empty space would show below it. */  align-self: flex-start;
	  /* Also kept on the slider (not only .ba-hm-frame) so an instance placed     before the frame existed still clips and drags correctly. */  overflow: hidden;
	  line-height: 0;
	  border-radius: inherit;
	  cursor: ew-resize;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: pan-y;
}
/* --- Frame --------------------------------------------------------------- *//* Inner wrapper that shrink-wraps the "after" image. Everything is positioned   against THIS box, so the "before" layer, labels and divider always match the   image height, even if something makes .ba-hm-slider taller than the image. */.ba-hm-frame {
	  position: relative;
	  display: block;
	  width: 100%;
	  overflow: hidden;
	  line-height: 0;
	                 /* removes the inline-image gap */  border-radius: inherit;
	         /* respect a radius set on the bric */  cursor: ew-resize;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: pan-y;
	            /* allow vertical page scroll;
	 we own horizontal */}/* --- Images -------------------------------------------------------------- *//* The "after" image sits in normal flow and DEFINES the aspect ratio, so the   component keeps its proportions on every breakpoint without distortion.   */.ba-hm-img {
	  display: block;
	  width: 100%;
	  height: auto;
	  pointer-events: none;
	  user-select: none;
	  -webkit-user-drag: none;
}
.ba-hm-after-img {
	  position: relative;
	  z-index: 1;
}
/* The "before" layer is stacked on top and clipped to --ba-pos from the left.   Its image fills the exact same box (object-fit: cover) so it never stretches. */.ba-hm-before {
	  position: absolute;
	  inset: 0;
	  z-index: 2;
	  overflow: hidden;
	  clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
	  -webkit-clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
	  will-change: clip-path;
}
.ba-hm-before-img {
	  position: absolute;
	  inset: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
}
/* --- Labels -------------------------------------------------------------- *//* Pinned to the top corners on their own layer (above the divider) so they   stay readable whatever the handle position. */.ba-hm-label {
	  position: absolute;
	  top: 12px;
	  z-index: 4;
	  padding: 4px 11px;
	  border-radius: 999px;
	  background: var(--ba-label-bg);
	  color: var(--ba-label-color);
	  font-size: 0.75rem;
	  font-weight: 600;
	  line-height: 1.25;
	  letter-spacing: 0.02em;
	  white-space: nowrap;
	  pointer-events: none;
	  backdrop-filter: blur(2px);
	  -webkit-backdrop-filter: blur(2px);
}
.ba-hm-label-before {
	 left: 12px;
	 }.ba-hm-label-after  {
	 right: 12px;
	 }.ba-hm-slider[data-ba-labels="0"] .ba-hm-label {
	 display: none;
	 }/* --- Divider + handle ---------------------------------------------------- */.ba-hm-divider {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: var(--ba-pos);
	  z-index: 3;
	  width: 0;
	  transform: translateX(-50%);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  cursor: ew-resize;
	  touch-action: none;
	             /* grabbing the handle never scrolls */}.ba-hm-line {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 50%;
	  width: 2px;
	  transform: translateX(-50%);
	  background: var(--ba-line);
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
	  pointer-events: none;
}
.ba-hm-handle {
	  position: relative;
	  z-index: 1;
	  flex: 0 0 auto;
	                 /* never shrink inside the 0-width divider */  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: var(--ba-handle-size);
	  height: var(--ba-handle-size);
	  border-radius: 50%;
	  background: var(--ba-handle);
	  color: var(--ba-handle-icon);
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.ba-hm-handle svg {
	  display: block;
	  width: 60%;
	  height: 60%;
	  pointer-events: none;
}
/* Keyboard focus ring (only when navigating with the keyboard). */.ba-hm-divider:focus {
	 outline: none;
	 }.ba-hm-divider:focus-visible .ba-hm-handle {
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30), 0 0 0 3px rgba(0, 0, 0, 0.18),    0 0 0 6px var(--ba-line);
}
/* Slightly grow the handle while dragging for tactile feedback (pointer only). */.ba-hm-slider.ba-hm-dragging .ba-hm-handle {
	 transform: scale(1.06);
	 }/* --- Motion -------------------------------------------------------------- *//* Entrance transition only when the user hasn't asked to reduce motion.   The handle drag itself is never transitioned, so it stays instant. */@media (prefers-reduced-motion: no-preference) {
	  .ba-hm-slider {
	 animation: ba-hm-appear 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) both;
	 }  .ba-hm-handle {
	 transition: transform 0.12s ease;
	 }}@keyframes ba-hm-appear {
	  from {
	 opacity: 0;
	 transform: translateY(10px);
	 }  to   {
	 opacity: 1;
	 transform: none;
	 }}
/* = Additional CSS
-------------------------------------------------------------- */
.hero-container-2 {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-container-2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
  z-index: 1;
}

.hero-container-2 > * {
  position: relative;
  z-index: 2;
}

.page-container { overflow: unset !important; }

#accordion-1386 .card {
	  border:1px solid #B8B8B8;
	  background:#ffffff;
	  margin-bottom:10px;
	  border-radius:10px;
	  overflow:hidden;
}
/* ── Header ── */
#accordion-1386 .card-header {
	  background-color:#ffffff;
	  border:none;
	  border-radius:0 !important;
	  padding:0;
}
/* ── Lien / titre ── */
#accordion-1386 .a-btn {
	  display:flex;
	  justify-content:space-between;
	  align-items:center;
	  width:100%;
	  padding:22px 28px;
	  color:#000000;
	  text-decoration:none;
	  font-size:1rem;
	  font-weight:700;
}
/* ── Chevron via ::after ── */
#accordion-1386 .a-btn::after {
	  content:'';
	  display:inline-block;
	  flex-shrink:0;
	  width:10px;
	  height:10px;
	  border-right:2px solid currentColor;
	  border-bottom:2px solid currentColor;
	  transform:rotate(45deg);
     transition:transform 0.3s ease;
	  margin-left:16px;
	  position:relative;
	  top:-3px;
}
/* ── Chevron pivoté quand ouvert ── */
#accordion-1386 .a-btn[aria-expanded="true"]::after {
	  transform:rotate(-135deg);
     top:3px;
}
/* ── Séparateur entre header et body quand ouvert ── */
#accordion-1386 .card-header:has([aria-expanded="true"]) {
	  border-bottom:1px solid #e5e5e5;
}
/* ── Corps du contenu ── */
#accordion-1386 .card-body {
	  padding:20px 24px;
	  color:#151414;
	  background:transparent;
}

.hm-gradient {
  position: relative;
  isolation: isolate;
}

.hm-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: -1;
  pointer-events: none;
}

/* Commun aux 4 cards */
.card.hm-card-gradient {
  position: relative;
  isolation: isolate;
}

.card.hm-card-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0) 75%),
    var(--hm-bg) center / cover no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  pointer-events: none;
}

.card.hm-card-gradient:hover::before,
.card.hm-card-gradient:focus-within::before {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .card.hm-card-gradient::before {
    transition: none;
  }
}




/* = 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){
	.hero-portrait{
		height:100%;
		position:absolute;
		z-index:1;
		bottom:0px;
		object-fit:contain;
		overflow:hidden;
		left:80%;
	}
	.header-logo{
		align-items:center;
	}
	.logo{
		width:110px;
	}
	.header-text{
		font-size:32px;
	}
	.image-compare{
		height:auto;
	}
	.card-service-container{
		height:auto;
		margin-bottom:32px;
	}
	
}

@media (max-width: 767px){
	.header-buttons{
		flex-direction:column;
		row-gap:16px;
		justify-items:center;
		align-items:flex-end;
	}
	
}

@media (max-width: 575px){
	.logo{
		width:90px;
	}
	.header-text{
		font-size:22px!important;
	}
	.header-buttons{
		flex-direction:column;
		align-items:center;
	}
	.hero-content{
		max-width:100%;
		margin-bottom:200px;
	}
	.pill-text{
		font-size:12px;
	}
	.hero-portrait{
		position:absolute;
		left:0%;
		width:100%;
		transform:translateX(0%);
		object-fit:contain;
		top:135px;
	}
	.z-index-0{
	}
	h1{
		font-size:3rem;
		line-height:50px;
	}
	.image-compare{
		height:auto;
		margin-bottom:16px!important;
	}
	.data-content{
	}
	.data-container{
		margin-bottom:32px;
	}
	.card-service-title{
		align-items:flex-start;
		margin-top:16px;
	}
	.card-service-container{
		margin-bottom:16px;
		height:auto;
	}
	.step-card{
	}
	h2{
		font-size:2rem;
	}
	.button-hm{
	}
	
}

