@media(max-width:767px){
  .header .logo {
    padding-top: 5px;
    position: absolute;
  }
  p.phone {
    font-size: 10px;
    line-height: 50px;
  }
  #navbar-second p.phone {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .navbar.navbar-default {
    margin-top: 0;
  }
  #navbar-first .navbar-nav>li>.dropdown-menu,
  #navbar-second .navbar-nav>li>.dropdown-menu {
    width: 100%;
    margin-top: 0;
  }
  .section-title {
    background-size: cover;
  }
  #home-carousel .carousel-caption {
    padding: 5px 10px;
    top: 10%;
    left: 16%;
    right: 30%;
    font-size: 12px;
  }
  #home-carousel .carousel-caption h2 {
    font-size: 16px;
    margin-top: 0;
  }
  footer .col-xs-12 {
    margin-top: 10px;
  }

  .content.contact .nom {
    margin-bottom: 10px;
  }

  .section-title {
    height: 100px;
  }
  .section-title h2 {
    font-size: 35px;
    position: relative;
  }
  h2.subtitle, h3.subtitle {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .content h4 {

  }
}

@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
