/* TITRES */
h2 {
  font-weight: 100;
  line-height: 1em;
  margin: 0 0 10px;
  color: #555555;
  font-family: 'Ralewaymedium', sans-serif;
  font-size: 32px;
}

h1 {
  font-size: 48px;
}

h3 {
  font-size: 22px;
}

/* IMAGES GRILLE PORTFOLIO */
.grid-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FOOTER */
.liens_footer {
  color: #ffffff;
  font-size: 14px;
  background: none;
  border: none;
  text-decoration: none;
}

#footer {
  color: #ffffff;
  background-color: #0A192F;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* NAV MOBILE */
.slicknav_menu {
  background: #333333;
  padding: 5px;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0A192F;
  color: white;
}

/* BOUTON */
.btn-primary {
  color: #ffffff;
  background-color: #0A192F;
  border: none;
}

/* MOCKUP */
.mockup {
  size: 50%;
}

.color-primary-lighter[class^="fa-"]:before,
.color-primary-lighter[class*=" fa-"]:before {
  color: #ffffff;
}

/* PROGRESS BAR */
.progress-bar1 {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #2335c1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* PORTFOLIO GRILLE */
.portfolio-item .grid-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  }

.portfolio-item .grid-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* IMAGES RESPONSIVES */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* LOGO RESPONSIVE */
.logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  h1 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }

  h2 {
    font-size: 20px;
    text-align: center;
  }
  h2.article-title {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 16px;
    text-align: center;
  }

  .grid-image {
    height: auto;
  }

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

  .featured-info {
    font-size: 14px;
    text-align: center;
  }


  #hornavmenu li {
    display: block;
    margin-bottom: 10px;
  }

  .container,
  .row,
  .col-md-6,
  .col-md-4,
  .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-vert-30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .margin-bottom-20,
  .margin-bottom-40 {
    margin-bottom: 20px;
  }
}
