/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 3.7.4.1702890193
Updated: 2023-12-18 10:03:13

*/
html {
  scroll-behavior: smooth;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}
h1, h2, h3, h4, h5, h6 {
	color:#1A1E33;
}
rs-sbg canvas {
	object-fit:cover;
	object-position:center;
}
rs-group-wrap:has(.grp-slider) {
    top: 50% !important;
    transform: translate(0, -50%);
}
.btn-slider{
	transform:unset !important;
}
.nv-page-title-wrap {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: url(img/title-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.nv-page-title-wrap h1 {
    position: relative;
    color: #fff;
    margin: 50px 0 0 0;
	font-size: clamp(30px,4vw,60px);
}
.nv-page-title-wrap h1:before {
    content: "";
    background: url(img/ablift-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 48px;
    top: -30px;
    left: 0;
}
#cb-row--footer-bottom{
	display:none;
}
.cprights {
    border-top: 1px solid rgb(255 255 255 / 40%);
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
.cprights img {
    margin-bottom: -4px;
}
.nei-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.social-panel {
    display: flex;
    gap: 20px;
    align-items: center;
}
.social-panel i {
    width: 18px;
    height: 19px;
    position: relative;
    display: block;
}
.ne-in {
    background: url(img/in-white.svg) no-repeat;
}
.ne-fb {
    background: url(img/fb-white.svg) no-repeat;
}
.contact-social.social-panel{
	gap:35px;
}
.contact-social.social-panel i {
    width: 38px;
    height:38px;
	border-radius:50%;
}
.contact-social .ne-in , .contact-social .ne-fb{
    background-position:center !important;
	background-color:#00ADFF;
}

.hfg_header.site-header {
    box-shadow: unset
}
.header .header--row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: background 1s ease;
    z-index: 1000;
}
#footer-menu {
	display:grid;
	grid-template-columns:1fr 1fr;
	row-gap: 20px;
}
.nav-menu-footer , .component-wrap:has(#footer-menu ) {
    width: 100%;
}
.footer-contact-content p {
color:#fff;	
font-size:14px;	
margin-bottom:20px;
line-height:normal;	
}
.footer-contact-content h4 {
	color:#fff;	
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:20px;
	    font-family: var(--fontfamily,var(--bodyfontfamily));
}
.footer-top-inner .row{
	align-items: center;
}
footer .item--inner.builder-item--footer-three-widgets{
    margin-top: -40px;
}
.pd-fifty{
	padding:50px 0;
}
.color-white{
	color:#fff;
}

.entry-txt h2{
	position:relative;
	padding-top:35px;
}
.entry-txt h2:before {
	content:"";
	position:absolute;
	width:53px;
	height:35px;
	bottom:60%;
	left: 50%;
  transform: translate(-50%,0);
	background:url(img/ablift-icon.svg) no-repeat;
	background-size:contain;
}
.gamme-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gamme-list>div{
	width: calc( calc(100% - 10px) / 2 );
	position:relative;
}

.gamme-list h3 {
    color: #fff;
	text-transform:uppercase;
    position: absolute;	  
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 1;
	margin-bottom:0;
}

.second-wrapper{
	background-color:#F1F3FF;
}
.service-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 5px));
    grid-auto-rows: 41px;
    grid-gap: 10px;
}
.service-list>div{
	position:relative;
}
.image-div{
	display:flex;
}
.service-list h3 {
    color: #fff;
    position: absolute;	  
    bottom: 0;
    left: 30px;
    text-align: center;
    z-index: 1;
}
.service-list>div:first-child {
    grid-row-end: span 10;
}

.service-list>div:nth-child(2) {
    grid-row-end: span 5;
}
.service-list>div:nth-child(3) {
    grid-row-end: span 5;
}
.image-partenaire{
	display:flex;
	flex-wrap:wrap;
	gap:0px 87px;
}
.image-partenaire div.img-gal{
	width: calc( calc(100% - 174px) / 3 );
}
.forth-wrapper {
	 background: url(img/bg-wrap.jpg) no-repeat;
	background-size:cover;
}
.prd-entry-wrapper .container{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	gap:30px;
}
.devis-wrapper a{
	transition:all .3s ease;
}
.devis-wrapper a:hover{
	opacity:1;
	background-color:#fff;
	color:rgb(0, 173, 255);
}
.email-wrap ,.phone-wrap , .adress-wrap{
	color:#1A1E33;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	padding-left:30px;
	margin-bottom:13px;
	position:relative;
}
.phone-wrap:before{
content:"";
width: 16px;
height: 16px;
position:absolute;	
background:url(https://hivedigit.org/sites/ablift/wp-content/themes/neve-child/img/phone-regular.svg
)	no-repeat;	
background-size:16px 16px;		
	left:0;
	top: 4px;
}
.email-wrap:before{
content:"";
width: 18px;
height: 13px;
position:absolute;	
background:url(https://hivedigit.org/sites/ablift/wp-content/themes/neve-child/img/mail.svg
)	no-repeat;	
background-size:18px 13px;		
	left:0;
	top: 7px;
}
.adress-wrap:before{
content:"";
position:absolute;	
width: 16px;
height: 16px;
background:url(https://hivedigit.org/sites/ablift/wp-content/themes/neve-child/img/map-marker-regular.svg
)	no-repeat;
background-size:16px 16px;	
	left:0;
	top: 5px;
}
.social-ablift{
	margin-top:35px;
}
.thumbnail-image {
    text-align: center;
}
.prd-entry-wrapper .container .image-wrap {
	width:calc(40% - 30px);
}
.prd-entry-wrapper .container .intro-txt{
	width:60%;
}
.details-texte-products{
	color:#fff;
	background:#1A1E33;
	padding:40px;
}
.details-texte-products p{
	text-align:center;
	padding:0px 40px;
	line-height: 33px; 
}
.details-texte-products ul {
 display: grid;
 grid-template-columns:1fr 1fr 1fr;
 row-gap: 30px;
font-weight: 500;
list-style: none;	
}
.details-texte-products ul li{
	position:relative;
	    padding-left: 30px;

}
.details-texte-products ul li:before{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
	  background: url(https://hivedigit.org/sites/ablift/wp-content/themes/neve-child/img/arrow.svg) no-repeat;
	background-size:contain;
}
.details-texte-products-nd{
	margin:90px 0;
	text-align:center;
	position:relative;
}
.brand-wrap {
	 background:#F1F3FF;
    display: flex;
	  gap:30px 60px;
    flex-wrap: wrap;
    margin-bottom:50px;
	  padding:50px 90px;
	  align-items: center;
}
.brand-wrap .content-wrap, .brand-wrap .imgwrap {
    flex: 1;
}
.brand-wrap .imgwrap{
	height:100%;
	background:#fff;
	padding:30px;
	display:flex;
	align-items: center;
  justify-content: center;
}
.brand-wrap:nth-child(even) {
    flex-direction: row-reverse;
}
.details-texte-products-nd:before {
    content: "";
   background: url(https://hivedigit.org/sites/ablift/wp-content/themes/neve-child/img/ablift-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 35px;
    top: -40px;
    left: 0;
}
.first-wrapper .container{
	display:flex;
  flex-wrap: wrap;
	gap:30px;
	align-items: center;
}
.first-wrapper .container>div{
	flex:1;
}
.not-found-text h2{
	font-size:clamp(50px,8vw,116px);
	line-height: 1;
}
.not-found-container{
padding:50px 0;	
}
.not-found-text p{
	 font-family: var(--headingsfontfamily),var(--nv-fallback-ff);
	color:#1A1E33;
	font-weight:700;
	margin:30px 0;
}
.lnk-back a {
	display:inline-block;
	  color:#fff;
  	font-weight:700;
	  padding:18px 50px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 0;
    background-color: #00ADFF;
    text-transform: uppercase;
}
.contact-about .container {
    display: flex;
    gap: 100px;
}
.contact-about .container>div {
    flex: 1;
}
.contact-about .img-wrap{
margin:30px 0 0 0;	
display:flex;	
}
.contact-info h2{
	font-size:24px;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 170px !important;
}
.contact-about div.wpforms-container-full .wpforms-form input[type=text], .contact-about div.wpforms-container-full .wpforms-form input[type=email], .contact-about div.wpforms-container-full .wpforms-form input[type=tel], .contact-about div.wpforms-container-full .wpforms-form textarea {
    border: none;
    border-radius: 0px;
    background:#F7F7F7;
    color: #1A1E33 !important;
}
div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 5px 0 !important;
    font-size:13px !important;
    font-weight:500;
    color:#1A1E33 !important;
}
.wpforms-container .wpforms-field {
	padding: 5px 0 !important;
}
button#wpforms-submit-392{
	width:100%;
	font-size:13px !important;
	letter-spacing:2px;
	border-radius:0;
	background-color:#00ADFF;
	text-transform:uppercase;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0 !important;
}
div.wpforms-container-full {
    margin:0 !important;
}

.service-list a , .gamme-list a {
    opacity:1;
}
.service-list>div img , .gamme-list>div img{
	  transition: all .5s ease;
	  object-fit:cover;
	 object-position:bottom;
}
.ablift-content .image-wrap img {
    object-fit: cover;
}
.service-list .image-div , .gamme-list .image-div{
  overflow: hidden;
	height:inherit;
}
.service-list a , .gamme-list a{
	height:100%;
	display:block;
}
.gamme-list>div>a:after{
	content:"";
	position:absolute;
	top:0;
	 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	width:100%;
	opacity: 0;
	height:100%;
  transition: opacity .5s ease;
}
.service-list>div>a{
	position:relative;
}
.service-list>div>a:after{
	content:"";
	position:absolute;
	bottom:0;
	 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	width:100%;
	opacity: 0;
	height:40%;
  transition: opacity .5s ease;
}
.gamme-list>div>a:hover:after , .service-list>div>a:hover:after{
opacity:1;
}
.service-list>div:hover img , .gamme-list>div:hover img{
    transform: scale(1.05);
}

.division-list div.row-content{
	background-color:#F1F3FF;
	 padding: 20px 15px 20px 15px;
}
.division-list h3 , .content-list h3{
	color:#00ADFF;
	font-size:22px;
	text-align:center;
 	margin: 25px 0 15px 0;
}
p.desc{
	font-size:14px;
	line-height:1.5;
	text-align:center;
	margin-bottom:0;
}
.division-list .wrapper-icon {
 margin: -93px auto 0 auto;
}
.division-list .wrapper-icon ,.content-list .wrapper-icon  {

 border: 15px solid rgb(255 255 255 / 50%);
	  text-align: center;
    width: 187px;
    height: 187px;
	  border-radius:50%;
	 object-fit:contain;
}
.division-list .wrapper-icon img , .content-list .wrapper-icon img{
	 background-color: #fff;
	 width: 100%;
   height: 100%;
	 border-radius:50%;
	object-fit: scale-down;
	filter:drop-shadow(0px 0px 11px rgb(0 10 69 / 16%));
}
.devis-wrapper{
	background-color:#1A1E33;
	text-align:center;
	margin-bottom:50px;
}
.devis-wrapper p{
	padding:0 5vw;
}
.devis-wrapper h2{
	color:#00ADFF;
}
.link-wrap a{
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	font-size:13px;
	background-color:#00ADFF;
	padding:18px 70px;
}

.clients-container .img-wrap img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-nav{
display:none;	
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(0 173 255 / 50%) !important;
    margin: 0 5px;
	transition:all .3s ease-in-out;
}

.owl-dots button.owl-dot.active {
    background: #00ADFF !important;
	   transform: scale(1.2);
}

.ablift-content{
	display:flex;
	flex-wrap:wrap;
	gap:0px 40px;
}
.ablift-content .intro-txt{
	width:calc(55% - 40px);
}
.ablift-content .image-wrap {
	width:45%;
	display:flex;
}
.ablift-content .image-wrap img {
    object-fit: cover;
}
.contents-wrapper.dark-bg{
	background:#141D50;
}
.contents-wrapper.dark-bg h2 , .contents-wrapper.dark-bg h3{
	color:#00ADFF;
}
.contents-wrapper.dark-bg p ,.devis-wrapper p{
	color:#D5D5ED;
}
.contents-wrapper .content-list {
	display:flex;
	flex-wrap:wrap;
	gap:0px calc( calc(100% - calc( 187px*4)) / 3);
	 margin: 100px 0  50px 0;
}
.contents-wrapper .content-list>div {
width:187px;
}

.services-wrap {
    display: flex;
	  flex-wrap:wrap;
    margin:50px 0;
}
.services-wrap:nth-child(even)  {
    flex-direction: row-reverse;
}
.services-wrap:nth-child(even) .content-wrap{
padding-left:50px;
}
.services-wrap:nth-child(odd) .content-wrap{
padding-right:50px;
}
.services-wrapper .content-wrap , .services-wrapper .imgwrap {
    flex: 1;
}
.services-wrapper .imgwrap {
   display:flex;
}
.services-wrap h2{
	font-size:34px;
	margin:0 0 15px 0;
}
.services-wrap img{
object-fit:cover;
}
.mail-txt a{
	text-decoration:none;
	color: var(--nv-text-color);
}


#nv-primary-navigation-sidebar  li.nv-active>.wrap .caret,#nv-primary-navigation-sidebar li.nv-active>.wrap>a ,#nv-primary-navigation-sidebar.nav-ul li a{
    color: #1A1E33;
}

.division-list .owl-stage {
		margin-top:100px;
	  display:flex;
	}
.division-list.owl-carousel .owl-item {
	display: inline-flex;
}
@media (min-width: 1025px){
.entry-wrapper, #rev_slider_1_1, rs-fw-forcer {
    min-height: 700px !important;
	  max-height:unset !important;
    height: calc(100vh - 0px) !important;
	}	
}
@media(max-width:1024px){
		.service-list {
    grid-auto-rows: 35px;
}
	.division-list div.row-content , .image-partenaire div.img-gal{
		width:100%;
	}
	
	.division-list{
		margin-top:0px;
	}
	.clients-container .img-wrap img , .image-partenaire img{
		max-height:120px;
		object-fit:contain;
	}
	.nv-page-title-wrap {
		height:350px;
		}
	}	
@media (max-width: 960px){
	.first-wrapper .container>div{
	flex:100%;
}
	.service-list {
    grid-auto-rows: 25px;
}
		h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}
	div#block-9 {
    text-align: center;
    margin-bottom: 30px;
}
	#footer-menu {
    max-width: 500px;
    margin: 0 auto;
    justify-items: center;
		margin-bottom: 30px;
}
	.footer-contact-content{
		text-align:center;
	}
	.social-panel{
		justify-content:center;
			margin-bottom: 30px;
	}
		.contact-about .container {
    gap: 50px;
		flex-wrap: wrap;	
}
	.brand-wrap{
	padding:50px;
	}
}
@media(max-width:778px){
	.brand-wrap{
	gap:30px;
	padding:30px;
	}
   .contact-about .container>div {
    flex: 100%;
}
	.contact-about .img-wrap img{
		width:100%;
	}
	.services-wrap h2 {
    font-size: 28px;
    margin: 0 0 10px 0;
}
	.services-wrapper .content-wrap , .services-wrapper .imgwrap {
    flex: 100%;
}
	.services-wrap:nth-child(even) .content-wrap {
    padding-left: 0px;
}
	.services-wrap:nth-child(odd) .content-wrap {
    padding-right: 0px;
}
	.contents-wrapper .content-list {
    gap: 0 10px;
    margin: 20px 0 ;
    justify-content: space-around;
}
	.pd-fifty {
    padding: 30px 0;
}
	.gamme-list>div , .ablift-content .intro-txt  {
		width: 100%
	}
	.ablift-content .image-wrap {
    width: 100%;
		height: 262px;
	}
	.service-list {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
}
	.link-wrap a{
		font-size: 11px;
    letter-spacing: 1px;
	  padding: 15px 40px;
	}
		.nv-page-title-wrap {
		height:280px;
		}
	.details-texte-products ul {
		grid-template-columns:1fr 1fr;}
	.details-texte-products{
		padding:20px
	}
	.brand-wrap .imgwrap{
		padding:15px;
	}
}
@media(max-width:600px){
	.brand-wrap .content-wrap, .brand-wrap .imgwrap {
    flex: 100%;
}
		.details-texte-products ul {
		grid-template-columns:1fr;
	}
	.details-texte-products p {
    padding: 0px;
    line-height: normal;
}
	
	.prd-entry-wrapper .container .image-wrap  , .prd-entry-wrapper .container .intro-txt{
    width: 100%;
}
}