body {
    color:#666;
}        

.logo {
    max-height: 90px;
    max-width: 250px;
    display: block;
    object-fit:scale-down;
    object-position: left;
    padding-bottom:7px;
    padding-top:7px;
    margin-bottom:0.5rem;
    margin-top:0.5rem;
}


/*
HOMEPAGE
*/
.light-grey-bg {
	background-color:#f4f4f4;
}

#homepage-hero {
  min-height:500px;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.2) !important;
}

@media screen and (max-width:680px){
  #homepage-hero {
  min-height:300px;
}
}

#mission {
  font-size:1.1rem;
}

section:not(#homepage-offer) {
  width:100%;
  padding-top:6rem;
  padding-bottom:6rem;
}


/*
FOOTER STYLE
*/

@media screen and (min-width:768px){
    .footer-column-1 {
        width:40%;
    }
    .footer-column-2 {
        width:30%;
    }
    .footer-column-3 {
        width:30%;
    }

    footer > div {
        align-items:center;
    }
}

.btn {
    font-size:20px;
}

/*
Keynumbers
*/

.keynumbers{
  display:flex;
}

.keynumber{
  width:33%;
  text-align:center;
}

@media only screen and (max-width:600px){
  .keynumbers{
      gap: 50px;
      flex-direction: column;
      align-items: center;
  }

  .keynumber{
      width:100%;
  }
}

.keynumber_number{
  font-size:4rem;
  font-weight:600;
  margin-bottom:35px;
}

.keynumber_text{
  font-size: 1.5rem;
      position: relative;
  line-height: 1em;
  font-weight: 600;
}

section#homepage-header, section#about-page-service {
  background-position:center;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.36); 
}

section#homepage-header {
  height:450px;
}

section#about-page-service {
  height:350px;
}

.mw-90 {
  max-width: 90%;
}

@media (min-width: 992px) { /* lg et plus */
  .mw-lg-60 {
      max-width: 60%;
  }
}

/*
MENU STYLE
*/


.navbar-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.nav-item {
  flex-grow: 1;
  text-align: center; 
}

.navbar-nav .nav-link {
  padding: 10px 15px; 
  font-size: 16px; 
  white-space: nowrap;
}

@media (max-width: 991px) {
  .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(255, 255, 255);
      z-index: 9999;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transform: translateY(-100%);
      transition: transform 0.3s ease-in-out;
  }
  
.navbar-collapse.show {
      transform: translateY(0);
  }

.navbar-toggler {
      z-index: 10000;
      position: relative;
  }

  .navbar-nav {
      flex-direction: column;
      text-align: center;
  }

.navbar-nav .nav-link, .cta-menu-button {
  margin-bottom: 15px;
  font-size: 22px!important;
  white-space: nowrap;
}
}


/*
OFFRES 
*/

.offer-img {
  max-height:300px;
  object-fit: scale-down;
}

a.card-custom-link {
  font-weight: 400!important;
}