/*
Theme Name: Ifolio Child
Theme URI: http://ifolio.az-theme.net
Description: Ifolio - Responsive Multi-Purpose Theme
Author: AZ-Theme
Author URI: http://az-theme.net
Version: 1.0.0n
Template: ifolio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ifolio
Tags: blog, business, clean, corporate, creative, gallery, modern, one page, photography, portfolio, responsive, restaurant, showcase, single-page
*/
@import url("../ifolio/style.css");


@font-face {
	font-family: 'Futura-Medium';
	src: url('./fonts/Futura-Medium.eot');
	src: url('./fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Futura-Medium.woff2') format('woff2'),
		url('./fonts/Futura-Medium.woff') format('woff'),
		url('./fonts/Futura-Medium.ttf') format('truetype'),
		url('./fonts/Futura-Medium.svg#Futura-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura-Bold';
	src: url('./fonts/Futura-Bold.eot');
	src: url('./fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Futura-Bold.woff2') format('woff2'),
		url('./fonts/Futura-Bold.woff') format('woff'),
		url('./fonts/Futura-Bold.ttf') format('truetype'),
		url('./fonts/Futura-Bold.svg#Futura-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Futura-Light';
	src: url('./fonts/Futura-Light.eot');
	src: url('./fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Futura-Light.woff2') format('woff2'),
		url('./fonts/Futura-Light.woff') format('woff'),
		url('./fonts/Futura-Light.ttf') format('truetype'),
		url('./fonts/Futura-Light.svg#Futura-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Playfair';
	src: url('./fonts/PlayfairDisplay-BoldItalic.eot');
	src: url('./fonts/PlayfairDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('./fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
		url('./fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
		url('./fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype'),
		url('./fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: url('./fonts/Lato-Medium.eot');
	src: url('./fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Lato-Medium.woff2') format('woff2'),
		url('./fonts/Lato-Medium.woff') format('woff'),
		url('./fonts/Lato-Medium.ttf') format('truetype'),
		url('./fonts/Lato-Medium.svg#Lato-Medium') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Futura-Book';
	src: url('./fonts/Futura-Book.eot');
	src: url('./fonts/Futura-Book.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Futura-Book.woff2') format('woff2'),
		url('./fonts/Futura-Book.woff') format('woff'),
		url('./fonts/Futura-Book.ttf') format('truetype'),
		url('./fonts/Futura-Book.svg#Futura-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1,h2,h3,h4,h5,h6{
	font-family: 'Futura-Bold' !important;
}
h1 span{
	font-family: 'Futura-Medium' !important;
	font-weight: 100;
}
p{
	font-family: 'Futura-Book' !important;
	letter-spacing: 0px;
	text-align: justify;
	line-height: 18px;

}
p strong{
	font-weight: 600;
}

.header{
	background: rgba(0,0,0,0.5);
	height: 102px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.header .header-content .menu-wrap{
	width:74%;
	padding: 0;
	height: 102px;
}
.main-header .logo a{
	line-height: 102px;
    padding-left: 20px;
}
.main-header .logo a img{
	min-width: 110px;
}
.main-header .logo{
	margin: 0;
	padding: 0;
	width: 12%;
}
.header-content .search-header{
	width: 25.3%;
	min-width: 200px;
	font-family: 'Futura-Medium';
    position: relative;    
    text-align: center;
    height: 102px;
    color: white;
    border-left: 1px solid rgba(255,255,255,0.5);
	padding: 0;
    line-height: 102px;
}
.header-content .search-header .fa{
	line-height: 122px;
    font-size: 20px;
    -moz-transform: scaleX(-1);    /* Gecko */
  -o-transform: scaleX(-1);      /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform: scaleX(-1);         /* Standard */
  filter: FlipH; 
  margin-right: 5px;
}
.header .header-content .search-header .touch-search.active, .header .header-content .search-header .touch-search:hover{
	color: #00af41;
}
.az-main-menu ul li a{
	color:white;
	text-align: center;
	font-family: 'Futura-Medium';
	font-size: 11.5px;
	line-height: 13px;
	padding: 37px 14px;
}
.header .header-content .menu-wrap .az-main-menu ul li a:active,.header .header-content .menu-wrap .az-main-menu ul li a:hover, .header .header-content .menu-wrap .az-main-menu ul li:hover > a,.header .header-content .menu-wrap .az-main-menu ul li.show-submenu > a,.header .header-content .menu-wrap .az-main-menu ul li.active > a{
	color:#00af41;
}

.az-search-header{

	display: block;
    position: absolute;
    height: 70%;
    top: 30%;
    background: transparent;
}
.az-search-header .search-box{ 
    width: 100%;
    height: 100%;
    position: relative;
}
.az-search-header .search-box .container, .az-search-header .search-box .container .inner-search{
	height: 100%;
}
.az-search-header .search-box .container .inner-search .close-touch{
	display: none;
}
.inner-search div[id*='ajaxsearchlite'].wpdreams_asl_container, .inner-search #ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox{
	width: 100%;
	height: 100%;
	background: transparent;
}
.inner-search div[id*="ajaxsearchlite"] .probox .promagnifier{

	background: transparent;
    float: none;
    position: absolute;
    height: 100%;
    left: 1vw;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
.inner-search div[id*="ajaxsearchlite"] .probox .promagnifier svg{
	width: 25px;
}


.inner-search div[id*="ajaxsearchlite"] .probox div.prosettings{
	display: none;
}
.inner-search div[id*="ajaxsearchlite"] .probox .proinput form, .inner-search #ajaxsearchlite1 .probox .proinput input,.inner-search div[id*="ajaxsearchlite"] .probox .proinput input {
	height: 100%;
}
.inner-search #ajaxsearchlite1 .probox .proinput input{
	text-align: center;
	font-family: "Futura-Book";
	font-size: 14px;
	padding-left: 13px !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input.autocomplete{
	display: none;
}


#news-slider p,#news-slider .n2-ow{
font-family:"Futura-Light" !important;
}
#news-slider p b {
font-family:"Futura-Medium" !important;
}
#news-slider br.line-break{


  content: "";
  display: block;
  font-size: 64% !important;


}
#news-slider p a{
	color:white !important;
}
#news-slider p t{
font-size:23px !important;
}



.header-trans .az-main-menu ul > li.current-menu-parent > a, .az-main-menu ul li.current-menu-parent > a{
	color:#00af41 !important;
}
.header-content .search-header a{
	color: white;
}
.header .header-content .menu-wrap .az-main-menu .submenu{
	border-color: #00af41;
	border-width: 3px;
	color: black;
}
.header .header-content .menu-wrap .az-main-menu .submenu a{
	color: black;
	font-family: 'Lato';
	font-size: 15px;
}
.header .header-content .menu-wrap .caret {
    border: none;
    width: auto;
    position: absolute;
    height: auto;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -4px;
    bottom: 20px;
}
#ifolio-mainmenu{
	padding-right: 30px;
}
.az-main-menu ul li.show-submenu > .submenu {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.az-main-menu .submenu > li {
	padding: 0 10px;
    margin: 0 10px;
}
.header .container{
	width: 100%;
	color:white;
	padding: 0;
}
.download-header{
	width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1em;
	background: #00af41;

}
.download-header a{
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	height: 100%;
	display: inline-block;
	width: 50%;
	font-size: 0.9vw;
	
}

.download-header a span{
	line-height: 32px;
	
}
.download-header a:nth-child(2){
	background-color: rgb(196,166,129);
	float:right;
}
.download-header a:hover{
	background-color: rgb(202,200,198)
}
.download-header a img{
	width: 12%;
	margin-top: -3px;
}








.header-trans{
	background:rgba(0, 0, 0, 0.55);
}
.header-trans.bg-fade{
	background:rgba(0, 0, 0, 0.75);
}
.az-title-section .title, .az-title-section .sub-title{
	letter-spacing: 0;
}
.az-title-section .title{
	margin-bottom: 15px;
}
.az-title-section .sub-title{
	font-family: 'Futura-Light' !important;
	margin-bottom: 4px;
}
.wpb_wrapper .az-title-section .hr{
	background: #00af41;
}
strong{
	color:#00af41; 
}

.custom-button{
	border: 0.5px solid #747474;
	width: 180px;
	margin: 0 auto; 
	transition:all 0.2s;

}


.custom-button a.vc_btn3,.custom-button button.vc_btn3{
	background-color: white;
	font-size: 13px;
	padding: 3px 18px;
	font-family: 'Futura-Light';
	letter-spacing: 0px;
	width: 99%;
	transition: all 0.3s;
}
.custom-button a.vc_btn3:hover, .custom-button button.vc_btn3:hover, .custom-button:hover{
	background-color:#00af41 !important;
	color:white !important;
}
// .banner-page{
// 	min-height: 350px;
// }
// .bg-parallax{
//  //background-size: auto 70%;

//      background-attachment: inherit;
//      background-size: 100% auto;
//      background-position: 0 0 !important;
// }
// .banner-page .content-banner{
// 	display: none;
// }
// .banner-page .content-banner h2{
// 	color: #88712d;
// }
.overlay{
	display: none;
}
.az-herosection{
	margin-top: 0 !important;
}

footer{
	background-color: #55565a;
	padding: 40px 40px 130px 40px;
	box-sizing: border-box;
	position: relative;
	//margin-top: 6px;
}
footer .footer-columns{

	width: 80%;
	margin: 0 auto;

}
footer .footer-columns .footer-column{

	width: 33%;
	display: inline-block;
	color: white;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: top;
} 
footer .footer-columns .footer-column li{
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0;
	line-height: 15px;
}
footer .footer-columns .footer-column a{
	color: white;
	font-size: 12px;
	cursor: pointer;
	margin-left: 2px;

}
footer .footer-columns .footer-column i{
	font-size: 20px;
	color:#00af41;
	padding-right: 35px;
}

footer .footer-columns .footer-column .credits{

	margin-top: 20px;
}

footer .footer-columns .footer-column .credits p{
	font-size: 11px;
	margin: 0;
	line-height: 18px;
}
footer .footer-columns .footer-column li.adress{

	position: relative;
	padding-left: 55px;
}
footer .footer-columns .footer-column li.adress i{
	position: absolute;
	left: 0;
	font-size: 25px;
}
footer .footer-columns .footer-column li.adress{
	line-height: 17.5px;
}
footer .legal{
	background-color: #a7a8a9;
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-container{

	margin-top: 0 !important;
	padding: 0;

}

h2{
	font-style: italic;
	font-size: 20px;
	margin-bottom: 20px;
}

.block-news .az-title-section h3.title{
	font-family: 'Futura-Light' !important;
	font-weight: inherit !important;
	font-size: 29px;
	margin-bottom: 10px;

}
.block-news .wpb_wrapper .az-title-section .hr{
	background: white;
}
.block-news .wpb_content_element.img-eye{
	margin-bottom: 15px !important;
}
.txt-news p{
	color: white;
	font-family: 'Futura-Light' !important;
}
.txt-news p strong{

	color: white;
	font-family: 'Futura-Medium' !important;
}
.txt-news span.tall{

    font-size: 22px;
    line-height: 33px;
}
.txt-news a{
	color:white;
}
.gamme-list{
	width: 70%;
	margin: 0 auto !important;
	min-height: 150vh;
}
.head-gamme h2{

	color:#b29041;
	font-style: normal;
	font-family: 'Futura-Medium' !important;
	font-size: 2vw;
	text-align: center;
}
.gamme-esthetik h2{
	color: #701745;
}
.gamme-pratik h2{
	color: #b29041;
}
.gamme-technik h2{
	color: #e00034;
}
.gamme-maintenance h2{
	color: #00af41;
}
.head-gamme h3{
	color:#231d45;
	font-family: 'Playfair' !important;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	font-size: 22px;
} 
.gamme-esthetik h3{
	color:#a7a8a9;
}
.gamme-pratik h3{
	color:#231d45;
}
.gamme-technik h3, .gamme-maintenance h3{
	color: #55565a;
}

.head-gamme h3 .kraft{
	color:#b29041;
}
.head-gamme p{
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
	color:#231d45;
	text-align: justify;
}




div.vc_gitem-zone.vc_gitem-zone-a.custom-product-tpl-top.vc_gitem-is-link{

	position: relative;
}
.custom-grid .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper{

	max-width: 1000px;
	margin: 0 auto;
}
div.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini{
	padding: 10px;
	border:1px solid #88712d;
	box-sizing: border-box;
	background-color: white;
}

.grid-esthetik div.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini{
	border:1px solid #a7a8a9;
}
.grid-pratik div.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini{
	border:1px solid #b29041;
}
.grid-technik div.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini{
	border:1px solid #55565a;
}
.grid-maintenance div.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini{
	border:1px solid #55565a;
}








.vc_gitem-zone-a .vc_gitem-row-position-top{
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
    margin: 10px;
    padding: 0px;
    bottom: 1px;
    top: auto !important;
}
.vc_gitem-zone-a .vc_gitem-row-position-top .custom-product-tpl-top{
	padding: 10px 0;
}
.vc_gitem-zone-a .vc_gitem-row-position-top .vc_gitem-post-data{
	margin-bottom: 10px;
	font-family: "Futura-Bold";
	color:black;
	font-size: 12px;
	line-height: 14px;
}
.vc_gitem-zone-a .vc_gitem-row-position-top .vc_gitem-woocommerce-product-short_description p{

	text-align: center;
	color: black;
	font-size: 13px;
	line-height: 14px;

}
.vc_btn3-container.see-product-btn{
	border: 1px solid black;
	width: 80%;
	max-width: 130px;
	margin: 0 auto;
	box-sizing: border-box;
	transition:all 0.3s;
	

}
.vc_btn3-container.see-product-btn:hover{
	background-color:#00af41 !important;
	
}
.vc_btn3-container.see-product-btn:hover a{
	color:white !important;
}











.see-product-btn a.vc_btn3.vc_btn3-size-md{
	font-size: 12px;
	color: black;
	padding: 3px 0 5px 0;
	letter-spacing: 0px;
	font-family: "Futura-Book";
	border:none !important;
}
.see-product-btn a.vc_general.vc_btn3:hover, .see-product-btn a.vc_general.vc_btn3:focus{
	border: none;
}
.wpb_wrapper{
	position: relative;
}
div.vc_row.wpb_row.vc_row-fluid.triangle-content.vc_row-has-fill.vc_row-no-padding.vc_general.vc_parallax.vc_parallax-content-moving{
	position: absolute !important;
	top: 65vw; 
	height: 65.63vw;
	width: 100vw !important;
	left: 0 !important;
	margin-left: 0;
}

.search-result-item{

	width: 33%;
	padding-right: 30px;
    padding-bottom: 30px;
    display: inline-block;
    vertical-align: top;
  
}
.search-item-title{
    margin-bottom: 10px;
    font-family: "Futura-Bold" !important;
    color: black;
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    transition: all 0.2s linear;
    text-align: center;
    


}
.search-item-img{
	margin-top: 10px;
	height: 14vw;
	background-size: cover;
}

.search-item-description{
	text-align: center;
    color: black;
    font-size: 13px;
    line-height: 17px;
    transition: all 0.2s linear;
    
}

.search-item-content{
	margin-top: 30px;
	margin-bottom: 20px;
	height: 100px;
	box-sizing: border-box;
}



.search-result-title{
	text-align: center;
	margin: 50px auto;
	color:#b29041;
	font-family: "Futura-Medium" !important;
    font-style: normal;
    letter-spacing: 0;
    font-size: 2vw;


}

.search-result-item{

	width: 33%;
	padding-right: 30px;
    padding-bottom: 30px;
    display: inline-block;
}
.search-result-item .content{
	padding: 10px;
    border: 1px solid #88712d;
    box-sizing: border-box;
    background-color: white;
    height: 100%;
}
.search-result-item .content .vc_gitem-animated-block{
	width: 100%;
    height: 83%;
    position: relative;
}
.search-result-item .content .vc_gitem-animated-block .vc_gitem-zone{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
}
.search-result-item .content .vc_gitem-animated-block .vc_gitem-zone a{

    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.search-result-item .content .vc_gitem-zone-a .vc_gitem-row-position-top{
	position: absolute;
    left: 0;
    right: 0;
}

.search-result-item .content .vc_btn3-container.see-product-btn{
	margin-top: 10px;
	text-align: center;
}

.contact-bg-triangle .vc_parallax-inner{
	background-size: 100% auto !important;
	background-repeat: no-repeat;
}

.az-contact-info .info-ct{
	max-width: 168px;
	margin: 0 auto;
	font-style: normal;
}

.contact-coord{
	width: 45%;
	margin: 0 auto;
}
.contact-block{
	display: inline-block;
}
.contact-left{
	float: left;
}
.contact-right{
	float: right;
}
.contact-item{
	padding-top: 5px;
	color:#4c4c4c;
}
.contact-item .name{
	font-family: "Futura-Bold" !important;
	font-size: 14px;
	color:#4c4c4c;
	margin-bottom: 1px;
}
.contact-item .role{
	color:#00af41;
	margin-bottom: 1px;
	font-family: "Futura-Book" !important;
}
.contact-item .role-description{
	font-style: italic;
	letter-spacing: 0.7px;
	font-family: "Futura-Book" !important;
}
.contact-item .coord{
	margin-bottom: 1px;
	font-family: "Futura-Book" !important;
}
.contact-item .coord a{
	color: #4c4c4c;
}
.contact-item hr{
	border-top: 1px solid #4c4c4c;
	width: 30%;
	margin: 30px 0 20px 0;

}



.zoom-col1.vc_col-sm-6{
	width: 38.9%;
}
.zoom-col2.vc_col-sm-6{
	width: 60%;
}


.block-ref h4{
	font-family: "Futura-Medium" !important;
	padding-left: 35px;
	margin-bottom: 30px;
	letter-spacing: 0;
}

.block-ref h4 em{

	font-style: normal;
	position: absolute;
	left:0;
	font-family: 'Wingdings3';
	font-size: 1.3vw;
	color:#00af41;
}
.block-ref p{

	font-size: 0.9vw;
    color: #747474;
    line-height: 1.8vw;
	text-transform:uppercase;
}
.block-ref p strong{
	color: black;
}
.block-ref .wpb_wrapper, .block-ref .wpb_single_image.vc_align_left, .block-ref .wpb_single_image .vc_single_image-wrapper{
	height: 100%;
}
.block-ref .wpb_single_image .vc_single_image-wrapper img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.frise-img img{
	width: 100vw;
}
.team-item{
	padding: 20px 0 30px 0;
	color: white;
}
.team-item p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}
.team-item p.role{
	font-size: 12px;
	font-family: 'Futura-Light' !important;
	letter-spacing: 0.5px;
}
.team-item p strong{
	color: white;
	font-family: "Futura-Bold";
}
.block-link-contact{
	text-align: center;
}
.block-link-contact h3, .block-link-contact h3 strong, .block-link-contact h4{
	color: white;
}
.block-link-contact h3, .block-link-contact h4{
	font-family: "Futura-Light" !important;
	margin-bottom: 20px !important;
}
.block-link-contact h3 strong{
	font-family: "Futura-Book" !important;
}
.frise-mobile{
	color: white;
	padding: 20px;
}
.frise-mobile strong{
	color: white;
	font-family: "Futura-Bold";
}



.HP-img-1, .HP-img-2, .HP-img-3{

	display: inline-block;
	overflow: hidden;
}
.HP-img-1{
	width: 40%;
	float: left;
	height: 21.2vw;
}
.HP-img-2{
	width: 40%;
	display: block;
	height: 18.8vw;
	padding-top: 10px;
}
.HP-img-3{
	width: 60%;
	float: right;
	height: 40vw;
	padding: 0 15px;
}

.HP-img-1 figure, .HP-img-2 figure, .HP-img-3 figure, .HP-img-1 figure .vc_single_image-wrapper, .HP-img-2 figure .vc_single_image-wrapper, .HP-img-3 figure .vc_single_image-wrapper, .HP-img-1 figure .vc_single_image-wrapper img, .HP-img-2 figure .vc_single_image-wrapper img, .HP-img-3 figure .vc_single_image-wrapper img{

	width: 100%;
	height: 100%;
}
.HP-img-1 figure .vc_single_image-wrapper img, .HP-img-2 figure .vc_single_image-wrapper img, .HP-img-3 figure .vc_single_image-wrapper img{
	
	object-fit:cover;

}
.home-catalogue .vc_column-inner{
	background-size: cover;
}
.home-kraft .vc_column-inner{
	background-size: 100%;
}

.block-zoom{
	-moz-box-shadow: 0px 0px 10px 0px #9b9b9b;
	-webkit-box-shadow: 0px 0px 10px 0px #9b9b9b;
	-o-box-shadow: 0px 0px 10px 0px #9b9b9b;
	box-shadow: 0px 0px 10px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=10);
}
.block-zoom .wpb_wrapper .az-title-section .hr{
	background:#55565a;
}
.block-zoom strong{
	font-family: "Futura-Bold";
	color:#55565a;
}
.block-zoom-txt{
	height: 40vw;
}
.block-zoom-txt .wpb_text_column, .block-zoom-txt .az-title-section, .block-zoom-txt .zoom-loupe{
	padding:0 10px 0 40px;
}

.ZOOM-img-1, .ZOOM-img-2, .ZOOM-img-3, .ZOOM-img-4, .ZOOM-img-5{

	display: inline-block;
	overflow: hidden;
}
.ZOOM-img-1{
	width: 40%;
	float: left;
	height: 15vw;
}
.ZOOM-img-2{
	width: 40%;
	display: block;
	height: 25vw;
	padding-top: 10px;
}
.ZOOM-img-3{
	width: 60%;
	float: right;
	height: 40vw;
	padding: 0 15px;
}
.ZOOM-img-5{
	width: 100%;
	height: 37vw;
	padding: 15px 15px 15px 0;
}
.ZOOM-img-4{
	
	width: 100%;
	height: 37vw;
	padding:15px 0 15px 40px;
}

.ZOOM-img-1 figure, .ZOOM-img-2 figure, .ZOOM-img-3 figure,.ZOOM-img-4 figure,.ZOOM-img-5 figure, .ZOOM-img-1 figure .vc_single_image-wrapper, .ZOOM-img-2 figure .vc_single_image-wrapper, .ZOOM-img-3 figure .vc_single_image-wrapper,.ZOOM-img-4 figure .vc_single_image-wrapper,.ZOOM-img-5 figure .vc_single_image-wrapper, .ZOOM-img-1 figure .vc_single_image-wrapper img, .ZOOM-img-2 figure .vc_single_image-wrapper img, .ZOOM-img-3 figure .vc_single_image-wrapper img, .ZOOM-img-4 figure .vc_single_image-wrapper img, .ZOOM-img-5 figure .vc_single_image-wrapper img{

	width: 100%;
	height: 100%;
}
.ZOOM-img-1 figure .vc_single_image-wrapper img, .ZOOM-img-2 figure .vc_single_image-wrapper img, .ZOOM-img-3 figure .vc_single_image-wrapper img, .ZOOM-img-4 figure .vc_single_image-wrapper img, .ZOOM-img-5 figure .vc_single_image-wrapper img{
	
	object-fit:cover;

}

.zoom-link a {
	color: #00af41;
}
.zoom-link a strong{
	font-family: "Futura-Bold";
	color:#55565a;
}
.block-img-services .vc_column-inner{
	position: relative;
}


@media (max-width:1300px){

	.block-zoom-txt{
		height: 45vw;
	}
	.block-zoom-txt .az-title-section .sub-title{
		font-size: 20px !important;
	}
	.block-zoom-txt .az-title-section h3{
		font-size: 24px !important;
	}
	.block-zoom-txt .wpb_single_image img{
		width: 40px;
	}
	.block-zoom-txt .wpb_text_column, .block-zoom-txt .az-title-section, .block-zoom-txt .zoom-loupe{
	padding:0 5px 0 40px;
	}
	.block-zoom-txt .wpb_text_column p{
		margin-bottom: 15px;
	}
	.ZOOM-img-1{
		width: 40%;
		float: left;
		height: 17vw;
	}
	.ZOOM-img-2{
		width: 40%;
		display: block;
		height: 28vw;
		padding-top: 10px;
	}
	.ZOOM-img-3{
		width: 60%;
		float: right;
		height: 45vw;
		padding: 0 15px;
	}
	.contact-coord{
		width: 55%;
	}
}

@media (max-width:1200px){
	.block-zoom-txt .az-title-section{
		margin-bottom: 15px !important;
	}
	.block-zoom-txt .az-title-section .sub-title{
		font-size: 17px !important;
	}
	.block-zoom-txt .az-title-section h3{
		font-size: 20px !important;
	}
	.block-zoom-txt .wpb_single_image img{
		width: 30px;
		
	}
	.block-zoom-txt .wpb_single_image{
		margin-bottom: 5px !important;
	}
	.ZOOM-img-1{
		height: 20vw;
	}
	.ZOOM-img-2{
		height: 35vw;
	}
	.ZOOM-img-3{
		height: 55vw;
	}
	.block-zoom-txt{
		height: 55vw;
	}

	.block-img-services .wpb_wrapper, .block-img-services .wpb_single_image.vc_align_left, .block-img-services .wpb_single_image .vc_single_image-wrapper{
		height: 100%;
		width: 100%;

	}
	.block-img-services .wpb_single_image .vc_single_image-wrapper img{
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	
}
@media only screen and (max-width:1200px){
	.block-img-services .wpb_wrapper, .block-img-services .wpb_single_image.vc_align_left, .block-img-services .wpb_single_image .vc_single_image-wrapper{
		top: 0;
		position: absolute;
	}
	.block-ref .vc_col-sm-4 .vc_column-inner{
		position: relative;
	}
	.block-ref .vc_col-sm-4 .vc_column-inner .wpb_wrapper{
		position: absolute;
	}
	.block-ref .vc_col-sm-4 .vc_column-inner .wpb_wrapper.vc_figure{
		position: relative;
	}
	.zoom-link p{
		font-size: 14px;
	}
	.download-header{
		height: 40%;
	}
}
@media (max-width: 1150px) and (min-width: 768px){
	.az-main-menu ul li a {
		padding: 37px 1.2vw;
		font-size: 11px;
		letter-spacing: 0;
	}
	.header .header-content .menu-wrap {
    	width: auto;
    	max-width: 75%;
	}
	.main-header .header-content{
		width: 80%;
	}

	// .header-trans.bg-fade{
	// 	background-color: white;
	// }
	.inner-search #ajaxsearchlite1 .probox .proinput input{
		font-size: 12px;
	}
}


@media (max-width: 1000px){

	.header-content .search-header{
		min-width: 130px;
	}
	.az-main-menu ul li a {
		padding: 37px 0.85vw;
		font-size: 10px;
	}
	.contact-coord{
		width: 100%;
	}
	.contact-left, .contact-right{
		display: block;
		width: 100%;
	}
	.contact-item .name, .contact-item .role, .contact-item .role-description, .contact-item .coord{
		text-align: center;
	}
	.contact-item hr{
		width: 30%;
		margin: 30px auto 20px auto;
	}
	.gamme-list-search{
		width: 75%;
	}
}
@media (max-width: 992px){

	.block-zoom .vc_col-sm-4,.block-zoom .vc_col-sm-8 {
	    width: 100%;
	}
	.block-zoom .vc_col-sm-4,.block-zoom .vc_col-sm-8 .vc_column-inner {
		padding-top: 0 !important;
	}
	

	.block-zoom-txt .wpb_text_column{
	padding: 30px 20px;
	}
	.block-zoom-txt .zoom-loupe, .block-zoom-txt .az-title-section{
		padding: 0 20px;
	}
	.vc_col-sm-12.block-zoom-txt{
		height: auto;
		width: 50%;
	}
	.ZOOM-img-1{
		height: 30vw;
	}
	.ZOOM-img-2{
		height: 45vw;
	}
	.ZOOM-img-1, .ZOOM-img-2{
		width: 45%;
	}
	.ZOOM-img-3{
		width: 52%;
		height: 75vw;
	}
	.ZOOM-img-4 {
	    width: 50%;
	    height: auto;
	    padding: 0 30px 0 0;
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	#container div.product .woocommerce-tabs .content a{
		font-size: 1.5vw;
	}
	#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger h3{
		font-size: 1.9vw;
	}
	#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger a,#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger h3 a{
		font-size: 1.5vw;
	}
	.block-ref h4{
		font-size: 15px;
	}

	.block-ref .vc_col-sm-8 .vc_column-inner{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		padding-right: 40px !important;
	}
	.block-ref p{
		font-size: 10px;
		line-height: 14px;
	}
	.gamme-list-search{
		width: 95%;
	}
	.gamme-list-search .search-result-item{
		padding-right: 15px;
	}
}
@media (max-width: 700px){
	.header-trans.bg-fade{
		//background:rgba(40, 40, 40, .8);
		background: white;
	}
	.header-trans{
		position: relative;
	}
	#ifolio-mainmenu{
		padding-right: 0;
		padding-top: 10px;
	}
	.header-content .az-main-menu{
		background:rgba(40, 40, 40, 0.9);
		max-height: none !important;
	}
	.header .header-content .menu-wrap .caret{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 150px;
	}
	.header{
		// background:rgba(40, 40, 40, .8);
		border-bottom: 1px solid black;
		background: white;
	}
	.main-header .logo{
		width: 10%;
	}
	.main-header .logo a{
		padding-left: 10px;
	}
	.main-header .logo a img{
		min-width: 35vw;
	}
	.main-header .header-content{
		width: 80%;
	}
	#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger h3{
		font-size: 12px;
		line-height: 15px;
	}

	#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger a, #container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger h3 a{
		font-size: 10px;
	}
	#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger a span, #container div.product .woocommerce-tabs .content a{
		font-size: 12px;
	}
	#container div.product .woocommerce-tabs .content a span{
		font-size: 16px;
		left: 5px;
	}
	#container div.product .woocommerce-tabs .panel#tab-documentation-a-telecharger{
		margin: 20px 40px 40px 40px;
	}
	.az-main-menu ul li a{
		font-size: 13px;
		line-height: 15px;
	}
	.header-content .search-header a{
		color: black;
    	font-size: 12px;
    	line-height: 15px;
    	display: block;
    	padding-top: 50px;
    	padding-right: 10px;
    	text-align: left;
	}
	.header-trans .search-header .touch-search{
		color: black;
	}
	.header-trans .az-main-menu > ul > li > a{
		color: white;
	}
	.header-content .search-header{
		border-color: rgba(0,0,0,0.6);
		width: 50%;
	}
	.header-trans{
		position: relative;
	}
	.menu-wrap a i, .inner-search #ajaxsearchlite1 .probox .proinput input{
		// color: white;
		color:#55565a !important;
	}
	.inner-search div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg{
		fill:#55565a;
	}
	.header .header-content .menu-wrap{
		width: auto;
	}
	.header-content .search-header{
		min-width: 160px;
	}
	.header-content .search-header .fa{
		line-height: 28px;
    	display: inline-block;
    	float: left;
    	margin-left: 16px;
    	margin-right: 12px;
	}
	.header-content .search-header .download-header a{
		color: white;
    	display: inline-block;
    	padding: 7px 4px 4px 4px;
    	margin: 0;
    	line-height: 14px;
    	font-size: 2vw;
    	text-align: center;
	}
	.header-content .search-header .download-header a img{
		display: none;
	}
	.menu-togole {
	    display: block;
	    font-size: 20px;
	    color: black !important;
	    padding: 38px 0;
	}
	.header .header-content .menu-wrap .menu-togole.active, .header-trans .menu-togole.active{
		color:#00af41;
	}
	.header .header-content .menu-wrap .az-main-menu .submenu{
		background:transparent;
	}
	.header .header-content .menu-wrap .az-main-menu .submenu a{
		color: white;
	}
	.inner-search #ajaxsearchlite1 .probox .proinput input{
		font-size: 10px;
		padding-left: 10px !important;
	}

	.az-search-header{
		height: 55%;
		top: 40%;
	}
	.vc_column-inner  .home-col1{
		margin-right: 5% !important;
		margin-left: 5% !important;
	}
	.home-col-inner1 .vc_column-inner{
		padding-top: 0 !important;
	}
	.home-col-inner1 span.sub-title{
		font-size: 18px !important;
	}
	.home-zoom-left .vc_column-inner{
		padding:  0 !important;
	}
	.home-zoom-left .vc_column-inner .vc_single_image-img {
		width: 40px;
		margin-top: 20px;
	}


	.services-inner .vc_column-inner{
		padding-left: 8% !important;
		padding-right: 8% !important;
	}


	.HP-img-1, .HP-img-2, .HP-img-3{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.block-ref .vc_col-sm-4 .vc_column-inner .wpb_wrapper{
		position: relative;
		height: 20vh;
	}
	.block-ref .vc_col-sm-8 .vc_column-inner {
		padding: 30px !important;
	}
	.block-ref h4 em{
		font-size: 14px;
	}
	.block-ref h4{
		padding-left: 25px;
	}
	.zoom-link{
		margin-top: 25px !important;
	}
	.zoom-link a{
		font-size: 13px;
	}
	.block-zoom.vc_row-fluid{
		margin: 10px 0 10px 0 !important;
	}
	.triangle-content{
		display: none;
	}
	.head-gamme h2{
		font-size: 8vw;
	}
	.head-gamme h3{
		font-size: 15px;
	}
	.gamme-list{
		width: 100%;
	}
	.vc_col-sm-12.block-zoom-txt{
		width: 100%;
	}
	.ZOOM-img-4{
		display: none;
	}
	#container div.product .product-nav{
		height: 50px;
	}
	#container div.product .product-nav .product-nav-button{
		width: 100%;
		height: 100%;
	}

	#container div.product .product-nav .product-nav-button a{
		font-size: 10px;
	}
	#container div.product .woocommerce-tabs ul.tabs li{
		height: 50px;
	}
	
	#container div.product .woocommerce-tabs ul.tabs li.description_tab{
		width: 100%;
	}
	#container div.product .woocommerce-tabs ul.tabs li.caracteristiques-techniques_tab, #container div.product .woocommerce-tabs ul.tabs li.documentation-a-telecharger_tab{
		width: 50%;
	}
	#container div.product .woocommerce-tabs ul.tabs li a{
		font-size: 10px;
		line-height: 13px;
	}
	#container div.product .woocommerce-tabs .content{
		width: 100%;
	}
	footer{
		padding: 40px 20px 100px 20px;

	}
	footer .footer-columns{
		width: 100%;
	}
	footer .footer-columns .footer-column{
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	div.legal{
		padding: 5px 20px;
		line-height: 15px;
	}
	.search-result-title{
		font-size: 20px;
		line-height: 25px;
		margin: 30px auto;
	}
	.search-result-item{
		width: 100%;
		height: 100vw;
		padding-top:0;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.services-inner .az-title-section{
		margin-bottom: 20px !important;
	}

	.vc_column-gap-15.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex{
		padding: 0 10px !important;
	}

}
@media only screen and (device-width: 768px) {

	#ifolio-mainmenu {
    	padding-right: 5px;
	}
	.az-main-menu > ul > li.menu-item-has-children > a{
		padding-right: 5px;
	}
	.header .header-content .menu-wrap .caret{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		text-align: center;
		line-height: 150px;
		margin-left: 0;
	}
	.main-header .logo a{
		padding-left: 10px;
	}
	.main-header .logo{
		width: 8%;
	}
	.main-header .logo a img{
		min-width: 100px;
	}
	.main-header .header-content{
		width: 90%;
	}
	.header-content .search-header{
		width: 28.3%;
	}
	.home-zoom-left.vc_col-sm-4, .home-zoom-right.vc_col-sm-8{
		width: 100%;
	}
	.custom-button{
		border: 1px solid #747474;
	}
	footer .footer-columns{
		width: 100%;
	}
	footer .legal{
		padding: 10px 50px;
	}
	div.vc_row.wpb_row.vc_row-fluid.triangle-content.vc_row-has-fill.vc_row-no-padding.vc_general.vc_parallax.vc_parallax-content-moving{
		top:90vw;
	}
	.gamme-list{
		width: 90%;
		min-height: 100vw;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{
		padding-right: 15px !important;
		padding-bottom: 25px !important;
	}
	div.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini{
		padding-bottom: 0;
	}
	.vc_gitem-zone-a .vc_gitem-row-position-top{
		height: 90px;
	}
	.head-gamme h2{
		font-size: 25px;
	}
}

