* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.specific-offert {
  font-family: light, sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 30px;
}

.specific-offert .specific-offert-content {
  width: 100vw;
  max-width: 1170px;
}

.specific-offert .specific-offert-content .page-not-found {
  font-size: 20px;
  font-family: semibold, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.specific-offert .specific-offert-content .specific-offert-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) {
  margin-top: 20px;
  padding: 10px 26px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .link {
  color: #0064be;
  font-size: 15px;
  font-family: semibold, sans-serif;
  text-decoration: none;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .link:hover {
  text-decoration: underline;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .wrap-stars-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .wrap-stars-in img {
  width: 24px;
  cursor: pointer;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .wrap-stars-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-tooltip {
  display: none;
  position: absolute;
  top: -150%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  background: white !important;
  width: 150px;
  text-align: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 10000;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
  margin-bottom: 20px;
  margin-top: 20px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) .close-ws-mobile-rate {
  cursor: pointer;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) {
  padding: 0 5vw;
  margin-bottom: 10px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) p {
  font-family: regular, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) img {
  width: 40px;
  height: 40px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile {
  width: 100vw;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile {
  display: none;
  position: absolute;
  bottom: -160%;
  background: #04b600 !important;
  width: 100%;
  text-align: center;
  z-index: 10001;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile p {
  display: block;
  color: white;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 12px;
  display: block;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  border-top: 1px solid lightgray;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) {
  background: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  padding: 0 26px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) a img {
  height: 66px;
  width: 165px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan {
  min-width: 125px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period {
  min-width: 100px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan {
  min-width: 150px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next-link {
  text-decoration: none;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p {
  text-align: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next img {
  height: 19px;
  width: 19px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next .img-notok {
  margin-top: 5px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p {
  text-align: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free img {
  height: 19px;
  width: 19px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free .img-notok {
  margin-top: 5px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan p:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period p:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan p:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .age p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan p:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period p:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan p:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .age p:nth-of-type(2) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period p:nth-of-type(2) span, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p:nth-of-type(2) span, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .age p:nth-of-type(2) span {
  font-family: light, sans-serif;
  font-size: 17px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan p:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period p:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan p:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free p:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free-next p:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .age p:nth-of-type(3) {
  color: #696868;
  font-size: 12px;
  font-family: medium, sans-serif;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .button {
  width: 170px;
  border: 3px solid #04b600;
  background: #04b600;
  color: #ffffff;
  border-radius: 40px;
  font-family: semibold, sans-serif;
  font-size: 15px;
  padding: 14px 0 14px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .button:hover {
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(3) {
  padding: 10px 26px;
  background: #ffffff;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) {
  padding: 0 26px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) h1 {
  text-align: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap ul {
  width: 49%;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap ul p {
  margin-bottom: 5px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  margin: 5px 0;
  padding: 5px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap ul li img {
  width: 18px;
  height: 18px;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(5) {
  background: #ffffff;
  padding: 10px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(5) a {
  width: 170px;
  border: 3px solid #04b600;
  background: #04b600;
  color: #ffffff;
  border-radius: 40px;
  font-family: semibold, sans-serif;
  font-size: 15px;
  padding: 14px 0 14px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(5) a:hover {
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(6) {
  background: #ffffff;
  padding: 0 26px 10px 26px;
  font-size: 10px;
}

.other-offert {
  padding-bottom: 30px;
}

.other-offert .other-offert-row:nth-of-type(1) {
  font-size: 26px;
  font-family: semibold, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

.other-offert .other-offert-row:nth-of-type(1) .spinner {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  border-top: 3px solid #0064be;
  border-radius: 100%;
  margin: 20px 0;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.other-offert .other-offert-row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  margin: 12px 0 12px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar:first-of-type {
  margin-top: 12px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar:hover {
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  margin: 0 4px 0 8px;
  min-width: 20px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(2) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  margin: 0 8px 0 0px;
  min-width: 70px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) {
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) a {
  display: block;
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
  text-decoration: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages .offerts-content-bar-row-adventages-item {
  padding: 0 14px 0 14px;
  border: 1px solid #666666;
  border-radius: 3px;
  margin-left: 16px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages .offerts-content-bar-row-adventages-item p {
  margin: 0;
  color: #696868;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
  display: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p a {
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p a:hover {
  text-decoration: underline;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-tooltip {
  display: none;
  position: absolute;
  top: -150%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  background: white !important;
  width: 150px;
  text-align: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 10000;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
  margin-bottom: 20px;
  margin-top: 20px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) .close-ws-mobile-rate {
  cursor: pointer;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) {
  padding: 0 5vw;
  margin-bottom: 10px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) p {
  font-family: regular, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) img {
  width: 40px;
  height: 40px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile {
  width: 100vw;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile {
  display: none;
  position: absolute;
  bottom: -160%;
  background: #04b600 !important;
  width: 100%;
  text-align: center;
  z-index: 10001;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile p {
  display: block;
  color: white;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 12px;
  display: block;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  border-top: 1px solid lightgray;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars img {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
  display: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 98px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a img {
  height: 66px;
  width: 165px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan {
  min-width: 125px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period {
  min-width: 100px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan {
  min-width: 150px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next-link {
  text-decoration: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p {
  text-align: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next img {
  height: 19px;
  width: 19px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .img-notok {
  margin-top: 5px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
  display: none !important;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p {
  text-align: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free img {
  height: 19px;
  width: 19px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .img-notok {
  margin-top: 5px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) span {
  font-family: light, sans-serif;
  font-size: 17px;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(3) {
  color: #696868;
  font-size: 12px;
  font-family: medium, sans-serif;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
  width: 170px;
  border: 3px solid #04b600;
  background: #04b600;
  color: #ffffff;
  border-radius: 40px;
  font-family: semibold, sans-serif;
  font-size: 15px;
  padding: 14px 0 14px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button:hover {
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.other-offert .other-offert-row:nth-of-type(2) .description-mobile {
  display: none;
  font-family: medium, sans-serif;
  font-size: 12px;
}

.other-offert .other-offert-row:nth-of-type(2) .description-mobile .description-mobile-p {
  font-family: medium, sans-serif;
  font-size: 12px;
}

@media (max-width: 700px) {
  .specific-offert .specific-offert-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1) {
    width: 90%;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free {
    width: 50%;
    margin: 15px 0;
    height: 90px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .first-loan, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .next-loan {
    border-right: 4px solid white;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .period, .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .is-free {
    border-left: 4px solid white;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(3) {
    width: 90%;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) {
    width: 90%;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4) .specific-offert-content-row-wrap ul {
    width: 100%;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(5), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(6) {
    width: 90%;
  }
  .other-offert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-offert .other-offert-row:nth-of-type(1) {
    width: 90%;
  }
  .other-offert .other-offert-row:nth-of-type(2) {
    width: 100vw;
    max-width: 1170px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    margin: 24px 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 90%;
    margin-bottom: 5px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar:hover {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 26px;
    padding-right: 26px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    padding: 0;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a img {
    height: 66px;
    width: 165px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 10px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 12px;
    height: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) p {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    text-decoration: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    width: 160px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 10px 0 10px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 72px;
    padding: 0;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:nth-of-type(3) {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    display: none !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
    display: none !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan-mobile {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .tooltip-isfree-content {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free:hover p .tooltip-isfree .tooltip-isfree-content {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: -195px;
    width: 250px;
    height: auto;
    background: #0064be;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
    font-size: 16px !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
    margin-right: 5px;
    font-size: 14px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount img {
    width: 14px;
    height: 14px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(1) {
    font-size: 10px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) {
    font-size: 16px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) span {
    font-size: 14px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(3) {
    font-size: 10px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 17px 0 17px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .description-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    font-size: 10px;
    font-family: medium, sans-serif;
    color: #696868;
    text-align: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .description-mobile .description-mobile-p {
    font-size: 10px;
    font-family: medium, sans-serif;
  }
}

@media (min-width: 701px) and (max-width: 899px) {
  .specific-offert .specific-offert-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(5), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(6) {
    width: 90%;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding-bottom: 10px;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) .button {
    margin-top: 15px;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2) a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) {
    width: 100vw;
    max-width: 1170px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    margin: 24px 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 90%;
    margin-bottom: 5px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar:hover {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 26px;
    padding-right: 26px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    padding: 0;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a img {
    height: 66px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
    position: relative;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info p {
    display: block;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-tooltip {
    display: none;
    position: absolute;
    top: -150%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    background: white !important;
    width: 150px;
    text-align: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 12px;
    height: 68px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) p {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    text-decoration: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 12px 0 12px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 78px;
    padding: 0;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:nth-of-type(3) {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    display: none !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1) {
    font-size: 12px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) {
    font-size: 18px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span {
    font-size: 16px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3) {
    font-size: 12px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1) {
    font-size: 12px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
    display: none;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: -200px;
    width: 250px;
    height: auto;
    background: #0064be;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
    font-size: 18px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
    font-size: 16px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a button {
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 17px 0 17px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a button:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .other-offert .other-offert-row:nth-of-type(2) .description-mobile {
    font-family: medium, sans-serif;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-offert .other-offert-row:nth-of-type(2) .description-mobile .description-mobile-p {
    -webkit-text-size-adjust: none;
    font-family: medium, sans-serif;
    font-size: 12px;
    color: #696868;
    text-align: center;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .specific-offert .specific-offert-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    max-width: 900px;
  }
  .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(1), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(2), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(3), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(4), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(5), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(6), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(7), .specific-offert .specific-offert-content .specific-offert-content-row:nth-of-type(8) {
    width: 100%;
    max-width: 900px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content-bar {
    max-width: 900px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .last-ranking-update {
    width: 100vw;
    max-width: 900px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .age {
    display: none !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content {
    width: 100vw;
    max-width: 900px;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .other-offert .other-offert-row:nth-of-type(2) .offerts-content .is-free-next {
    display: none !important;
  }
}
/*# sourceMappingURL=specific-offert.css.map */