/* Header */
#header {
  box-shadow: none;
}
#header .nav-primary {
  display: none;
}
/* Footer */
#footer .footer-top, #footer .footer-bottom .nav-secondary {
  display: none;
}
/* Banner */
.banner {
  background: transparent !important;
}
.banner.has-img .desc::before {
  display: none;
}
.banner.has-img .title-page {
  color: #3b3b3b;
  text-shadow: none;
}
.banner .title-page {
  color: #3b3b3b;
}
/* Sharing networks */
.sharing-networks {
  display: none;
}
/* Module Sldier news*/
.module-slider-news {
  display: none;
}
/* Module documents */
.module-documents {
  display: none;
}
/* Module Avis */
.module-avis .col-1 {
  flex-basis: 100%;
}
.module-avis .col-2 {
  display: none;
}
/* Related posts */
.related-posts {
  display: none;
}
/* Projects list */
.list-projects {
  display: block;
}
.list-projects .item-project {
  margin-top: 1.25rem;
}
.list-projects .item-project:first-child {
  margin-top: 0;
}
.list-projects .link {
  height: auto;
  padding: 0;
}
.list-projects .title {
  min-height: 0;
  font-size: 1.25rem;
  color: #3b3b3b;
}
.list-projects .overlay {
  position: static;
  display: block;
  padding: 0;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  text-align: left;
  color: #3b3b3b;
}
.list-projects .overlay .place {
  margin-top: 0.25rem;
  text-align: left;
  font-size: 1rem;
  text-transform: none;
}
.list-projects .overlay .txt {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}
.list-projects .overlay .btn-wrapper {
  display: none;
}
