@media (max-width: 768px){
  #home h1 {
  font-size: 40px;
	  padding-top:40px;
}
	#home h1 span {
  font-size: 25px;
		margin-top:20px;
}
.content {
  position: relative;
  padding: 20% 10% 0 10%;
}
	#tf-menu {
	  padding: 10px 20px;
	  transition: all 0.8s;
	}
#services {
  padding: 60px 0;
}
#contact .contact-card h2 {
  font-weight: 800;
  font-size: 35px;
	line-height:40px;
  letter-spacing: -2px;
}
	#contact .contact-card .content {
  padding: 30px 40px 30px 60px;
}
.section-title h2, .section-title.center h2 {

  line-height: 50px;
}
}

@media (max-width: 603px){
#tf-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.79);
	}
#tf-works li.pull-right, #tf-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block;
}
label{
    float: none !important
}
.pull-left.fnav,
.pull-right.fnav {
    float: none !important;
    text-align: center;
}

.hover-bg .hover-text {
    padding: 12% 10%;
}
}
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 22% 10%;
}
}
/* Références */
  .singleClient a {
    text-align: center;
  }
  .singleClient img {
    width: auto;
    display: inline-block;
  }
  /* client carousel */
  .clientsCarousel .owl-controls .owl-next {
    left: 96% !important;
  }
  .clientsCarousel .owl-controls .owl-prev {
    right: 96% !important;
  }