:root {
  --bs-body-bg: #EFEFEF;
  --bs-body-color: #233D4D;
  --bs-link-color: #233D4D;
  --bs-link-hover-color: #233D4D;
  --bs-link-hover-color-rgb: 35,61,77;
}

a {
  color: #000000;
}

.bg_charcoal {
  background-color: #233D4D;
  color: #FFFFFF;
}
.bg_charcoal a {
  color: #FFFFFF;
}
.bg_pumpkin {
  background-color: #FE7F2D;
}
.bg_sunglow {
  background-color: #FCCA46;
}
.bg_olivine {
  background-color: #A1C181;
}
.bg_zomp {
  background-color: #619B8A;
}

.border_charcoal {
  border: 5px solid #233D4D;
}
.border_pumpkin {
  border: 5px solid #FE7F2D;
}
.border_sunglow {
  border: 5px solid #FCCA46;
}
.border_olivine {
  border: 5px solid #A1C181;
}
.border_zomp {
  border: 5px solid #619B8A;
}

.text_charcoal {
  color: #233D4D;
}
.text_pumpkin {
  color: #FE7F2D;
}
.text_sunglow {
  color: #FCCA46;
}
.text_olivine {
  color: #A1C181;
}
.text_zomp {
  color: #619B8A;
}
.text_noir {
  color: black !important;
}
.text_semibold {
  font-weight: 600;
}
.text_bold {
  font-weight: 700;
}
.text_extrabold {
  font-weight: 800;
}
.text_black {
  font-weight: 900;
}

.btn {
  border-radius: 15px;
  padding: 20px 50px;
  font-weight: bold;
  border-width: 5px;
  font-size: 18px;
  width: 100%;
}
.btn:hover {
  background-color: #FFFFFF;
}
.btn_small {
  padding: 10px 20px;
  width: auto;
}
.btn_charcoal {
  background-color: #233D4D;
  color: #FFFFFF;
}
.btn_charcoal:hover {
  border-color: #233D4D;
}
.btn_pumpkin {
  background-color: #FE7F2D;
}
.btn_pumpkin:hover {
  border-color: #FE7F2D;
}
.btn_sunglow {
  background-color: #FCCA46;
}
.btn_sunglow:hover {
  border-color: #FCCA46;
}
.btn_olivine {
  background-color: #A1C181;
}
.btn_olivine:hover {
  border-color: #A1C181;
}
.btn_zomp {
  background-color: #619B8A;
}
.btn_zomp:hover {
  border-color: #619B8A;
}

body {
  font-family: "Poppins", sans-serif;
  margin-top: 90px;
}
body .container {
  width: calc(100vw - 30px);
}
body .container_bloc {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}
body h1 span {
  display: block;
}
body .navbar-brand {
  color: #FFFFFF;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0;
  width: auto;
  font-size: 18px;
}
body .navbar-brand:hover {
  color: #FFFFFF;
}
body .navbar-brand .navbar_brand_logo {
  max-height: 65px;
  object-fit: contain;
}
body .nav-pills {
  gap: 20px;
}
body .nav-pills .nav-item {
  width: calc((100% - 40px) / 3);
}
body .nav-pills .nav-item .nav-link {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
  border-radius: 15px;
  padding: 20px 10px;
}
body .nav-pills .nav-item .nav-link.active {
  color: #000000;
}
body .nav-pills .nav-item:nth-child(1) .nav-link {
  border: 5px solid #A1C181;
}
body .nav-pills .nav-item:nth-child(1) .nav-link.active {
  background-color: #A1C181 !important;
}
body .nav-pills .nav-item:nth-child(2) .nav-link {
  border: 5px solid #FCCA46;
}
body .nav-pills .nav-item:nth-child(2) .nav-link.active {
  background-color: #FCCA46 !important;
}
body .nav-pills .nav-item:nth-child(3) .nav-link {
  border: 5px solid #FE7F2D;
}
body .nav-pills .nav-item:nth-child(3) .nav-link.active {
  background-color: #FE7F2D !important;
}
body .tab-content .tab-pane {
  border: 5px solid #FFFFFF;
  border-radius: 15px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body .tab-content .tab-pane:nth-child(1) {
  border-color: #A1C181;
  background-color: #A1C181;
}
body .tab-content .tab-pane:nth-child(2) {
  border-color: #FCCA46;
  background-color: #FCCA46;
}
body .tab-content .tab-pane:nth-child(3) {
  border-color: #FE7F2D;
  background-color: #FE7F2D;
}
body .tab-content .tab-pane label {
  height: 100%;
  display: flex;
  align-items: center;
}
body .tab-content .tab-pane input::-webkit-outer-spin-button,
body .tab-content .tab-pane input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .tab-content .tab-pane input[type=number] {
  -moz-appearance: textfield;
}
body .tab-content .tab-pane input {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #EFEFEF;
  outline: unset;
  box-shadow: unset;
}
body button:focus {
  box-shadow: unset;
}
body .captions_container {
  margin-top: 90px;
}
body footer .logo_vep {
  max-width: 150px;
}
body footer small {
  color: #FFFFFF !important;
}

.loan-details {
  display: none;
}

.loan-summary {
  border-radius: 15px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
}
.loan-summary.p-3.mb-3:last-child {
  margin-bottom: 0 !important;
}
.loan-summary.best-loan {
  background-color: #E0EBD6;
}

#result .advice {
  padding: 10px;
  border-radius: 15px;
  background-color: #D5E3EC;
}
#result .advice.p-3.mb-3:last-child {
  margin-bottom: 0 !important;
}

.btns_container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  body {
    margin-top: 100px;
  }
  body .container_bloc {
    padding: 30px;
  }
  body .navbar-brand {
    font-size: 20px;
  }
  body .navbar-brand .navbar_brand_logo {
    max-height: 75px;
  }
}
@media (min-width: 768px) {
  .btn {
    width: 50%;
  }
  body .container_bloc {
    padding: 40px 35px;
  }
}
@media (min-width: 992px) {
  .btn {
    width: 33.3333333333%;
    height: 100%;
  }
}

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