body {
  background-color: #000;
  font-family: Arial, sans-serif;
  color: #FFF;
}

section {
  padding-top: 40px;
  padding-bottom: 20px;
}

h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 45px;
}

h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 20px;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}

a {
    color: #F6B350;
}

a:hover {
    color: #F6B350;
}

.navbar-pictchio {
  background-color: #FFF;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.navbar-pictchio .navbar-toggle {
  border-color: #000;
  margin-top: 11px;
  margin-bottom: 10px;
}

.navbar-pictchio .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-pictchio .navbar-brand {
  color: #000;
  background-image: url(../images/logo.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 47px 32px;
  padding-left: 75px;
  font-size: 18px;
  height: 55px;
  line-height: 25px;
  padding-top: 16px;
  padding-bottom: 14px;
  font-family: 'Patua One', cursive;
}

.navbar-pictchio .navbar-nav>li>a:focus,
.navbar-pictchio .navbar-nav>li>a:hover {
  background-color: #F6B350;
}

.navbar-pictchio .navbar-nav>.active>a,
.navbar-pictchio .navbar-nav>.active>a:focus,
.navbar-pictchio .navbar-nav>.active>a:hover {
  border-color: #000;
}

.navbar-pictchio .navbar-nav>li>a {
  color: #000;
  border-bottom: 3px solid transparent;
  line-height: 22px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 17px 5px;
  padding-bottom: 13px;
  margin: 0 10px;
}

.navbar-pictchio .nav .open>a,
.navbar-pictchio .nav .open>a:focus,
.navbar-pictchio .nav .open>a:hover {
  background-color: #F6B350;
  border-color: transparent;
}
.navbar-pictchio .nav .open.active>a,
.navbar-pictchio .nav .open.active>a:focus,
.navbar-pictchio .nav .open.active>a:hover {
  border-color: #000;
}

.navbar-pictchio .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-width: auto;
  width: 100%;
}

.navbar-pictchio .dropdown-menu>li>a,
.navbar-pictchio .dropdown-menu>li>a {
  color: #000;
  line-height: 28px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.navbar-pictchio .dropdown-menu>li>a:focus,
.navbar-pictchio .dropdown-menu>li>a:hover {
  color: #000;
  background-color: #F6B350;
}

@media (min-width: 768px) {
  .navbar-pictchio .navbar-brand {
    font-size: 21px;
  }
  
  .navbar-pictchio li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  
  .navbar-pictchio li.dropdown:hover > a {
    background-color: #F6B350;
    border-color: transparent;
  }
  
  .navbar-pictchio li.dropdown.active:hover > a {
    border-color: #000;
  }

  .navbar-pictchio .dropdown-menu>li>a,
  .navbar-pictchio .dropdown-menu>li>a {
    width: 100%;
    text-align: center;
  }
}

.well-pictchio {
  background-color: #F6B350;
  border-radius: 0;
  padding: 40px;
  text-align: center;
  border: none;
  margin-top: -40px;
}

.well-pictchio p {
  margin: 20px 0;
}

.well-pictchio ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.well-pictchio ul li {
  display: inline-block;
}

.well-pictchio ul a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  display: inline-block;
  color: #FFF;
  padding: 10px 30px;
  border: 1px solid #FFF;
  margin: 0 50px;
  margin-top: 20px;
}

.well-pictchio ul a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, .2);
}

footer {
  background-color: #000;
  padding-top: 20px;
}

footer p {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

footer a:hover {
  text-decoration: none;
}

footer i {
  font-size: 18px !important;
}

@media (min-width: 768px) {
  footer p {
    text-align: left;
  }
  
  footer p.social {
    text-align: right;
  }
}

.light {
  background-color: #222222;
}

/* index.html */

.carousel-pictchio .carousel-caption {
  padding-bottom: 30px;
  text-align: right;
  text-shadow: none;
}

.carousel-pictchio .carousel-caption h3 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #FFF;
  margin: 0;
  padding: 3px 10px;
  line-height: 30px;
  display: inline-block;
}

.carousel-pictchio .carousel-caption p {
  background-color: rgba(0, 0, 0, .6);
  margin: 0;
  padding: 3px 10px;
  line-height: 14px;
  font-size: 14px;
  display: inline-block;
}

.carousel-pictchio .item {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.carousel-pictchio .carousel-control {
  text-shadow: none;
}


@media (min-width: 768px) {
  .carousel-pictchio .carousel-caption {
    top: 50%;
  }
  
  .carousel-pictchio .carousel-caption h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .carousel-pictchio .carousel-caption p {
    line-height: 16px;
    font-size: 16px;
  }
  
  .carousel-pictchio .item {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .carousel-pictchio .item {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .carousel-pictchio .item {
    height: 900px;
  }
}

.index-intro h2 {
  text-align: center;
}

.index-luc + div {
  padding-top: 40px;
}

.index-luc h2 {
  margin-bottom: 0;
}

.index-luc h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.index-luc img {
  margin-bottom: 20px;
}

/* portfolios-*.html */

.portfolios {
  margin-top: -40px;
}

.portfolios .item {
  margin-bottom: 20px;
}

.portfolios .item {
  height: 235px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .portfolios .item {
    height: 230px;
  }
}

@media (min-width: 992px) {
  .portfolios .item {
    height: 195px;
  }
}

@media (min-width: 1200px) {
  .portfolios .item {
    height: 239px;
  }
}

/* services-et-tarifs.html */

.tarifs div p {
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.tarifs i {
  position: absolute;
  left: 0;
  top: 3px;
}

.tarifs i.fa-clock-o,
.tarifs i.fa-info-circle {
  left: 2px;
}

.tarifs .row div {
  padding-bottom: 20px;
}

/* services-et-tarifs.html */

.contact address p {
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.contact address i {
  position: absolute;
  left: 0;
  top: 3px;
}

.contact address i.fa-map-marker,
.contact address i.fa-phone {
  left: 2px;
}
