.background-primary {
  background-color: yellow !important;
}
.background-primary :hover {
  color: #000 !important;
}

.background-grey-light {
  background-color: #D7D7D7 !important;
}

.background-blue-dark {
  background-color: #2F3498 !important;
  color: #fff !important;
}

.background-black-dark {
  background-color: #000 !important;
}

.background-white {
  background-color: #fff !important;
}

.background-grey-muted {
  background-color: #ccc !important;
}

.cs-header {
  padding: 6px 24px 6px 24px !important;
  background-color: #D7D7D7;
  text-align: center;
  display: none;
  justify-content: end;
  position: sticky;
  z-index: 3;
  top: 0;
  transition: all 0.325s ease-in;
}
.cs-header__buttonsGroup {
  display: flex;
  justify-content: space-between;
}
.cs-header--hide {
  top: -38px !important;
}
.cs-header__btn {
  display: inline-block;
  align-content: center;
  width: 150px;
  height: 26px;
  border: 1px solid #2F3498 !important;
  border-radius: 5px;
  margin-left: 12px;
  color: #2F3498;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  transition: background 0.325s;
}
.cs-header__btn--primary {
  background-color: yellow;
  color: #000;
}
.cs-header__btn:hover {
  background-color: #2F3498;
  color: #fff;
}

#customer-service:hover {
  background-color: yellow;
  color: #000;
}

#espace-client:hover {
  background-color: #2F3498;
  color: #fff;
}

@media (min-width: 1000px) {
  .cs-header {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .cs-header {
    display: flex;
    justify-content: end;
  }
}
#espace-client:hover {
  background-color: #2F3498;
  color: #fff;
}

.cs-navigation {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.325s ease-in;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.cs-navigation--moveToTop {
  top: 0 !important;
}
.cs-navigation .link--noBorder {
  display: flex;
  flex-direction: column !important;
}
.cs-navigation .link--noBorder a {
  width: 120px;
  text-decoration: none;
  color: #000;
  height: 26px;
  margin-top: 10px;
}
.cs-navigation li {
  width: 85%;
}
.cs-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.cs-navigation__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-content: center;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  transition: background 0.3s;
  height: 26px !important;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  margin-top: 10px;
}
.cs-navigation__logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
}
.cs-navigation__menu {
  display: flex;
  flex-direction: column;
  text-align: -webkit-center;
  align-items: center;
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.cs-navigation__menu__left {
  margin-left: 0;
}
.cs-navigation__menu__right {
  flex-direction: column-reverse;
}
.cs-navigation__menu__icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.cs-navigation .menu-btn:hover {
  background-color: #f4f4f4;
}

.cs-navigation .cs-navigation__menu__icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.cs-navigation .cs-navigation__menu__icon .navicon:before,
.cs-navigation .cs-navigation__menu__icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.cs-navigation .cs-navigation__menu__icon .navicon:before {
  top: 5px;
}

.cs-navigation .cs-navigation__menu__icon .navicon:after {
  top: -5px;
}

/* menu btn */
.cs-navigation .menu-btn {
  display: none;
}

.cs-navigation .menu-btn:checked ~ .cs-navigation__menu {
  max-height: 400px;
}

.cs-navigation .menu-btn:checked ~ .cs-navigation__menu__icon .navicon {
  background: transparent;
}

.cs-navigation .menu-btn:checked ~ .cs-navigation__menu__icon .navicon:before {
  transform: rotate(-45deg);
}

.cs-navigation .menu-btn:checked ~ .cs-navigation__menu__icon .navicon:after {
  transform: rotate(45deg);
}

.cs-navigation .menu-btn:checked ~ .cs-navigation__menu__icon:not(.steps) .navicon:before,
.cs-navigation .menu-btn:checked ~ .cs-navigation__menu__icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 1000px) {
  .cs-navigation__logo {
    width: 100%;
    position: initial !important;
    padding: 0;
  }
  .cs-d-none {
    display: none !important;
  }
  .customerType {
    display: none !important;
  }
  .cs-navigation__menu__left {
    margin-left: -118px !important;
  }
  .cs-navigation__menu__right {
    margin-left: -2px !important;
  }
  .cs-navigation__list__item {
    height: 39px !important;
    width: 150px !important;
    margin-left: 12px;
    margin-top: 0;
  }
  .cs-navigation {
    display: flex;
    flex-direction: column;
    justify-content: start;
    top: 38px;
  }
  .cs-navigation .link--noBorder {
    display: flex;
    flex-direction: row !important;
  }
  .cs-navigation li {
    float: left;
  }
  .cs-navigation .cs-navigation__menu {
    display: flex;
    flex-direction: row;
    text-align: -webkit-center;
    clear: none;
    float: right;
    max-height: none;
  }
  .cs-navigation .cs-navigation__menu__icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .link--noBorder {
    display: flex;
    flex-direction: row !important;
  }
  .customerType {
    display: none !important;
  }
  .cs-d-none {
    display: none !important;
  }
  .cs-navigation__menu__left {
    margin-left: 26px !important;
  }
  .cs-navigation__menu__right {
    margin-right: 26px !important;
  }
  .cs-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 38px;
  }
  .cs-navigation .link--noBorder {
    display: flex;
    flex-direction: row !important;
  }
  .cs-navigation li {
    float: left;
  }
  .cs-navigation .cs-navigation__menu {
    display: flex;
    flex-direction: row;
    text-align: -webkit-center;
    clear: none;
    float: right;
    max-height: none;
  }
  .cs-navigation .cs-navigation__menu__icon {
    display: none;
  }
}
.customerType {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 85%;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.customerType li {
  flex: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-button {
  display: inline-block;
  align-content: center;
  width: 150px;
  height: 26px;
  border: 1px solid #2F3498 !important;
  border-radius: 5px;
  margin-left: 12px;
  color: #2F3498;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  transition: background 0.3s;
}
.my-button:hover {
  background-color: #2F3498;
  color: #fff;
}

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