/*
Theme Name: thebuilders-child-custom
Description: thebuilders-child-custom Theme personnalisé
Author: Jonathan
Author URI: http://www.dev4u.lu
Template: thebuilders 
Version: 0.1.0
*/
.rev_slider_wrapper .tp-caption{
	text-align: center!important;
}
header.header.version4, header.mob-header{
	background: url(https://ando.lu/wp-content/uploads/2018/11/bgHeader.jpg);
}
.version4 .header-body, .version4 .header-top, .mob-header-top, .slogan {
	background-color: rgba(255,255,255,0.5)!important;
}
.desk.version4 .logo, .desk.version4 .logo-title, .desk.version4 .logo:before, .desk.version4 .logo-title:before,
.desk.version4 .logo:after, .desk.version4 .logo-title:after {
	border-color: transparent!important;
	background-color: transparent!important;
}

.one-page-top.version4 .desk-menu > ul > li.current-menu-item > a, .one-page-top.version4 .desk-menu > ul > li.current-menu-parent > a, .one-page-top.version4 .desk-menu > ul > li.current-menu-ancestor > a,
.one-page-top.version4 .desk-menu > ul > li:hover > a, .one-page-top.version4 .desk-menu > ul > li.one-page-active > a{
	color: #555151!important;
	font-weight: bold;
}
.version4 .desk-menu > ul#header-menu > li > a{
	color: #555151!important;
	text-shadow: 0 0 10px #fff;
}
.version4 .desk-menu > ul#header-menu > li > a.one-page-active{
	font-weight: bold;
}

.version4 .header-top .header-top-menu ul li a, .version4 .header-top .social-text, 
.version4 .header-top .header-top-social-links a{
	color: #555151!important;
}

.single-projects .sidebar{
	display: none;
}
#slideProject{
	margin: 0 auto;
}
.project-content .video-embed{
	margin: 0 auto;
}
#prestations{
	display: none;
}
#produits table, 
#produits table tr td, 
#produits table tr th, 
#produits .nz-table td, 
#produits .nz-table th
.produits .nz-table td, 
.produits .nz-table th{
	border: none;
}
.rs-background-video-layer iframe {
	visibility:inherit !important;
}

.rev_slider .active-revslide .tp-mask-wrap .tp-caption.tp-layer-selectable.tp-resizeme{
	/*text-shadow: 0 0 10px #000;*/
	background: rgba(0,0,0,0.7);
	border-radius: 6px;
}

@media (max-width: 1180px) {
	.sliderVideo{
		width: 60%!important;
	}
	.sectionBoutons{
		width: 32%!important;
	}
}
@media (max-width: 1100px) {
	.sliderVideo{
		width: 60%!important;
	}
	.sectionBoutons{
		width: 40%!important;
	}
}
@media (max-width: 1024px) {
	.sliderVideo{
		width: 100%!important;
	}
	.sectionBoutons{
		width: 100%!important;
	}
}
@media (min-width: 992px) {
	#slideProject{
		max-width: 80%;
	}
}
@media (max-width: 991px) {
	#slideProject{
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	#visibleSmartphone, .visibleSmartphone{
		display: none;
	}
}
@media (max-width: 767px) {
	#nonVisibleSmartphone, .nonVisibleSmartphone{
		display: none;
	}
}