@media screen and (max-width: 989px) {
 #header .header-content {
 width: 90%;
 padding: 40px 0;
}


	
#header.fixed a {
	color: rgba(255, 255, 255, 0.75);
}
	
#header.fixed a.logo {
	color: rgba(0, 0, 0, 1);
}	

.nav-toggle {
 display: block;
}

 .navigation {
 position: fixed;
 background-color: #000;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 99999;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
 transition: opacity 0.5s, visibility 0s 0.5s;
}
 .navigation .primary-nav {
 position: relative;
 top: 45%;
 -moz-transform: translateY(-45%);
 -ms-transform: translateY(-45%);
 -webkit-transform: translateY(-45%);
 transform: translateY(-45%);
}
 .navigation li {
 display: block;
 margin-bottom: 20px;
}


.navigation .phone {
 display: block;
 font-size: 25px;
 margin: 0;
 text-align: center;
 border-top-right-radius:inherit;
 border-bottom-left-radius:inherit;
 background-color:inherit;
}

.navigation .phone span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 30px;
}

.navigation a {
 display: block;
 font-size: 25px;
 margin: 0;
 text-align: center;
}
 .person {
 margin: 25px auto 25px;
}
 .person-content {
 text-align: center;
}
 .person .social-icons li {
 display: inline-block;
 float: none;
 margin-bottom: 5px;
}
 .testimonials blockquote {
 padding: 20px 5% 0;
}
 .testimonials p {
 font-size: 12px;
}
 .flex-control-nav {
 bottom: 20px;
 
}
	/* Location / Catalogue */
	.location-tech .menu {
		display:none;
	}
	
	.location-tech .HideiconeH1 {
		display:none;
	}
	
	
	.location-tech .H1SpanIntegration {
		display:inline-block;
		margin-bottom:15px;
		min-height:50px;
	}
	
	.location-tech .H1SpanIntegration ul li:last-child {
		text-align:center;
	}
	
	.location-tech .H1SpanIntegration ul li h1 {
		font-size:30px;
	}
	
	.location-tech .H1SpanIntegration ul li .icon {
		font-size:50px;
	}

}
@media screen and (max-width: 768px) {
 .banner-text {
 padding-top: 30%;
}
 .banner-text h1 {
 font-size: 24px;
}
 .banner-text p {
 font-size: 18px;
}
 .flexslider {
 padding-bottom: 80px;
}
 .flex-control-nav {
 width: 100%;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
	/* Location / Catalogue */
	.location-tech img {
		display:none;
	}
	
	.location-tech .H1SpanIntegration {
		min-height:35px;
	}
		
	.location-tech .pastille_Anchor {
		display:none;
	}

	.location-tech .materiel_complementaire {
		display:inline-block;
		margin-bottom:0px;
	}

	/* Location / Catalogue */
	.location-tech .H1SpanIntegration ul li h1 {
		display:inline-block;
		text-align:left;
		position:relative;
		margin-left:0px;
	}
	
	.location-tech .H1SpanIntegration ul li h1 div {
		font-size:20px;
		color:#0459ab;
	}
	
	.location-tech .H1SpanIntegration ul li h1 .icon {
		font-size:30px;
		color:#0459ab;
		margin-top:7px;
		position:relative;
	}
	
	.location-tech h2 {
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
 .banner-text {
 padding-top: 35%;
}
 .testimonials p {
 font-size: 12px;
}
.logo {
	width:70%;	
}

}
@media screen and (max-width: 480px) {
 .banner-text {
 padding-top: 45%;
}
 .banner-text h1 {
 font-size: 20px;
}
 .testimonials p {
 font-size: 12px;
}
.logo {
	width:80%;	
}


}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
	 .banner-text h1 {
 font-size: 18px;
}
 .testimonials blockquote {
 padding: 20px 5% 0;
}
 .testimonials p {
 font-size: 12px;
}

.logo {
	width:90%;	
}

}