#tarifs p.price {
    font-size: 2em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 14px;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc h3 {
    word-wrap: break-word;
    max-width: 100%;
}

nav#header #nav-main li .nav-sub {
  min-width: 400px;
}

/* home v7 */

.homev7 .compare-right .compare__position {
  width: 200px;
  left: 30px;
}

@media screen and (max-width: 1199px) {

  .homev7 .header-content .title {
    width: 110%;
  }

  .homev7 .header-content__button {
    width: 330px;
  }

  .homev7 .compare__sub-text {
    height: 80px;
  }

  .homev7 .compare-right .compare__position {
    width: auto;
  }

  .homev7 .compare-left .compare__position {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 992px) {

  .homev7 .header-content .text {
    margin-bottom: 50px;
  }

  .homev7 .header-content .title {
    width: auto;
  }

  .homev7 .button-left {
    width: auto;
    height: auto;
    max-width: 330px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .homev7 .button-right {
    width: auto;
    height: auto;
    max-width: 330px;
    display: block;
    margin: 0 auto;
  }

  .homev7 .compare-left .compare__position {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 768px) {

  .homev7 .compare-right .compare__result,
  .homev7 .compare-left .compare__result {
    width: auto;
    font-size: 18px !important;
  }

  .homev7 .compare-right .compare__position,
  .homev7 .compare-left .compare__position {
    left: 0;
  }
}

@media screen and (max-width: 650px) {

  .homev7 .compare-right .compare__result,
  .homev7 .compare-left .compare__result {
    word-wrap: break-word;
  }
}

@media screen and (max-width: 475px) {

  .homev7 .header-content .title,
  .homev7 .header-content .text {
    font-size: 21px !important;
  }

  .homev7 .quote__contact div {
    padding-right: 0;
    padding-left: 0;
  }

  .homev7 .quote__contact div img {
    width: 85%;
  }

  .homev7 .contact__data {
    font-size: 11px;
  }
}

/* NAV */

#nav-main {
  padding-left: 0;
}

nav#header #nav-main li a {
    padding: 0 12px;
}

nav#header #nav-main li a.nav-sub-link:after {
  right: 2px;
}

nav#header #nav-main li a.nav-sub-link:before {
  right: -1px;
}

@media screen and (max-width: 1150px) {

  nav#header h1.logo a {
    width: 80px;
    position: static;
    transform: none;
  }
  .navbar-toggle.new-navbar-toggle {
      display: block;
      margin-top: 14px;
  }
  #nav-main {
      display: none;
  }
  nav#header {
      padding: 0!important;
  }
  nav#header #nav-main li a.nav-sub-link:after {
      right: 25px;
  }
  nav#header #nav-main li a.nav-sub-link:before {
      right: 22px;
  }
  #nav-main.nav-visible {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      top: 60px;
      bottom: 0;
      background: white;
      padding: 0;
      overflow-y: scroll;
      overflow-x: hidden;
  }

  nav#header #nav-main li {
      display: block;
      width: 100%;
      border-bottom: 1px solid #dedede;
  }

  nav#header #nav-main li .nav-sub {
      position: relative;
      top: 0!important;
  }

  nav#header #nav-main li .nav-sub li:last-of-type{
      border-bottom: none;
  }
}
