#navBarSection #navBarSection .navbar {
  padding: 0px !important;
}
#navBarSection .info-section {
  background-color: black;
  padding-top: 14px;
  padding-bottom: 14px;
}
#navBarSection .logo-title {
  font-family: Montserrat;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 35.2px !important;
  align-items: end;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: white !important;
}
#navBarSection .info-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navBarSection .info-section .info-item {
  display: flex;
  align-items: center;
  margin: 5px;
}
#navBarSection .texts:hover div {
  opacity: 0.6;
}
#navBarSection .nous-joindre {
  font-weight: bold !important;
}
#navBarSection .info-section .info-item img {
  height: 24px;
  margin-right: 10px;
}
#navBarSection .info-section .info-item .texts {
  display: flex;
  flex-direction: column;
}
#navBarSection .info-section .info-item .title,
#navBarSection .info-section .info-item .subtitle {
  margin: 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  transition: all 0.3s ease;
}
#navBarSection .info-section .btn-custom {
  background-color: black;
  border: 1px solid;
  color: white;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-color: #C58602;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}
#navBarSection .info-section .btn-custom:hover {
  border-color: white;
  color: #C58602;
}
#navBarSection .navbar {
  background-color: #242426;
}
#navBarSection .active {
  background-color: #342D22 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: white !important;
  font-weight: bold !important;
}
#navBarSection .active a {
  color: white !important;
  font-weight: bold !important;
}
#navBarSection .navbar-nav .nav-item .nav-link {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 300;
  line-height: 21.94px;
}
#navBarSection .navbar-nav .nav-item .nav-link:hover {
  color: #C58602;
}
#navBarSection .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  #navBarSection .info-section .info-item {
    display: none;
  }
  #navBarSection .info-section .info-item:first-child {
    display: flex;
    margin-right: 0;
  }
  #navBarSection .navbar-toggler {
    display: block !important;
  }
}
@media (min-width: 993px) {
  #navBarSection .info-section .info-item {
    display: flex;
  }
}

/*# sourceMappingURL=navigation_style.css.map */
