#nav-bar.nav-hidden{
	transform: translate3d(0, -180px, 0);
	-webkit-transform: translate3d(0, -180px, 0);
}

#nav-bar-ph.index.visible {
	height: 180px;
}

.home-header {
	position: relative;
	background-image: url('../img/home-header.jpg?v=2');
	background-size: cover;
	background-position:center;
	padding: 110px 20px;
	padding-bottom: 180px;
}

.home-header-badge {
	position: absolute !important;
	bottom: 50px;
    left: calc(50% - 150px);
}

.tp-widget-trustscore {
	font-weight : 501;
}

@media all and (max-width: 1200px) {
	.home-header {
		padding-bottom: 140px !important;
	}
	.home-header-badge {
		
	}
}

.home-header.cities {
	padding: 150px 20px;
}

.home-header h1 {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.header-gradient {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.header-content {
	position: relative;
	z-index: 1;
}

.header-subline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 70px auto;
	font-size: 24px;
	text-align: center;
}

@media all and (max-width: 1200px) {
	.header-subline {
		font-size: 18px;
	}
}

@media all and (max-width: 1400px) {
	.tile {
		width: 32%;
	}
}

@media all and (max-width: 900px) {
	.tile {
		width: 49%;
	}
}

@media all and (max-width: 600px) {
	.home-header {
		padding: 40px 20px;
	}
	.header-subline {
		margin: 20px auto;
	}
}

.toprecherches {
	padding: 50px 20px;
	background-color: #efefef;
}

.recherches-wrapper {
	display: flex;
	align-items: flex-start;
	height: 30px;
	margin-top: 30px;
}

.recherches-wrapper .selectlist {
	margin-right: 20px;
}

.recherches-wrapper .selectlist-label:first-child {
	padding-left: 0;
}

@media all and (max-width: 900px) {
	/*.toprecherches {
		display: none;
	}*/
	.recherches-wrapper {
		height: auto;
		flex-direction: column;
	}
}

.about {
	padding: 100px 20px;
}

.about .boxed-width {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.about-left {
	width: calc(50% - 30px);
}

.about-right {
	width: calc(50% - 30px);
}

.about-left > p, .about-right > p {
	line-height: 26px;
	color: #6b6b6b;
	/*text-align: justify;*/
}

.about-award {
	height: 100px;
	margin-top: 30px;
	margin-right: 40px;
}

@media all and (max-width: 900px) { 
	.about {
		padding: 40px 20px;
	}
	.about .boxed-width {
		flex-direction: column;
	}
	.about-left, .about-right {
		width: 100%;
		margin-bottom: 40px;
	}
	.about-right .flex {
		justify-content: center;
	}
	.about-left .button {
		float: none !important;
	}
}

.grtyoutube-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999}
.grtyoutube-popup-content{margin-top:150px;width:95%;max-width:850px;margin-left:auto;margin-right:auto;position:relative;}

@media(max-height:457px){
	.grtyoutube-popup-content{margin-top:6%;}
}

.grtyoutube-popup-close{position:absolute;top:-13px;right:0;color:#fff;font-size:25px;width:17px;height:17px;cursor:pointer}
.grtyoutube-iframe{width:100%;height:480px}

@media (max-width:767px){
	.grtyoutube-iframe{width:100%;height:287px}
}

@media (max-width:460px){
	.grtyoutube-iframe{width:100%;height:220px}
}
@media (max-height:412px){
	.grtyoutube-iframe{width:100%;height:329px}
}
.grtyoutube-dark-theme{background:rgba(0,0,0,.85)}
.grtyoutube-dark-theme .grtyoutube-popup-content{background:#000}

.grtyoutube-light-theme{background:rgba(255,255,255,.85)}
.grtyoutube-light-theme .grtyoutube-popup-content{-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.4);-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.4);box-shadow:0 0 8px 0 rgba(0,0,0,.4)}

.grtyoutube-popup-close {
    border: none;
    background: transparent;
}
.grtyoutube-popup-close:before, .grtyoutube-popup-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}
.grtyoutube-popup-close:before {
    transform: rotate(45deg);
}
.grtyoutube-popup-close:after {
    transform: rotate(-45deg);
}