.nav-first ul li.lvl1.agenda {
  border-bottom: 5px solid #babcc9;
}

.nav-first ul li.lvl1.agenda:hover {
  background-color: #babcc9;
}

.nav-first ul li.lvl1 > a {
  padding: 5px 12px;
}

.nav-fixe ul li.lvl1 > a {
  padding: 5px 17.5px;
}

.nav-first ul li.lvl1.agenda > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 79px;
  transform: translateY(-50%);
  content: '';
}

.nav-first ul li.lvl1.agenda > a .fa {
  margin-right: 10px;
  color: #65b2e5;
  font-size: 20px;
  line-height: 1;
}

.nav-fixe ul li.lvl1.agenda > a .fa {
  margin-right: 0;
}

.nav-first ul li.lvl1.agenda:hover > a {
  color: #fff;
}

.nav-fixe ul li.lvl1.plus > a {
  top: 20px;
  padding: 3px 16.5px;
  border-left: 1px solid #65b2e5;
}

.nav-fixe ul li.lvl1.theme_7 > a {
  border-right: none;
}

.nav-fixe ul li.lvl1.plus > a .sprite-plus_demandes {
  top: 0;
  display: block;
}

.nav-first li:last-child > a > .rond {
  margin-right: 0;
}

.nav-first .rond.linkedin,
.follow-smart .rond.linkedin {
  position: relative;
  color: #fff;
}

.nav-first .rond.linkedin:hover,
.follow-smart .rond.linkedin:hover {
  background-color: #0077b5;
}

.nav-first .rond.linkedin .fa,
.follow-smart .rond.linkedin .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

#menu-smartphone ul li a {
    display: inline-block;
    padding: 0 13px;
    margin: 15px 0;
    border-right: 1px solid #babcc9;
    cursor: pointer;
}

#menu-smartphone ul li label,
#menu-smartphone ul li a {
    padding: 0 8px;
}

#menu-smartphone ul li a .fa {
    display: inline-block;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border: 1.5px solid #65b2e5;
    border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-first ul li.lvl1 > a {
      padding: 5px 8px;
    }

    .nav-fixe ul li.lvl1 > a {
      padding: 5px 10px;
    }

    .nav-fixe ul li.lvl1.plus > a {
      padding: 3px 12px;
    }

    .nav-first .search input[type="text"], .follow-smart .search input[type="text"] {
        padding-right: 45px;
    }
}