html, body {
    height: 100%;
    margin: 0;
    font-family: 'Helvetica Light', sans-serif;
    overflow-x: hidden;
}
.h1-hidden{
  visibility: hidden;
  font-size : 0.1rem;
}
.h6-size{
  font-size: 1rem;
}

.content {
    min-height: 100%;
    padding-bottom: 150px;
  }

footer {
    height: 150px;
    margin-top: -150px;
  }

.picto_accueil{
    height: 160px;
}

.font_medium{
    font-weight: 700;
}

.titre {
  border-top: 3px solid #FFCE00;
  border-bottom: 3px solid #FFCE00;
  text-align: center;
}

.logo-footer {
  height: 56px;
}
.shadow-custom {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .25), 0 3px 12px 3px rgba(0, 0, 0, 0.69) !important;
}

@media (max-width: 991px) { 
  .counter_bannere{
    min-height: 560px;
  }

  .camion{
    height: 160px;
  }
}

@media (min-width: 992px) {
  .counter_bannere{
    min-height: 160px;
  }

  .camion{
    height: 360px;
  }
}



.fw-light{
  font-weight: 200;
}