/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/scss/index.scss ***!
  \*******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/scss/index.scss (1) ***!
  \***********************************************************************************************************************************************************************************************/
@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "satoshi";
  src: url(assets/811ccb0b5af1892a71df.otf) format("opentype");
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "satoshi", "Roboto", Arial, Helvetica, sans-serif;
  user-select: none;
  outline: none;
}

header {
  padding: 5px;
  border-bottom: 1px solid #DBE1F0;
}
header .navbar,
header .navbar-toggler {
  display: none;
}
header .navbar {
  right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height: 60px;
  padding: 0 20px;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  font-size: 1.2em;
}
header .navbar .navbar-brand a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
header .navbar .navbar-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
header .navbar .navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #637381;
  margin: 5px 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-toggler span:nth-child(2) {
  width: 20px;
}
header .navbar .navbar-toggler.collapsed span:first-child {
  transform: translateY(5px) rotate(45deg);
}
header .navbar .navbar-toggler.collapsed span:nth-child(2) {
  opacity: 0;
}
header .navbar .navbar-toggler.collapsed span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}
header .navbar .navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 60px;
  right: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav.show {
  height: auto;
}
header .navbar .navbar-nav .nav-item {
  margin: 10px 0;
}
header .navbar .navbar-nav .nav-item a {
  color: #fff;
  text-decoration: none;
}
header img {
  width: 50%;
}

h1 {
  color: #363636;
  font-size: 15px;
  margin: 10px 20px;
}

section {
  margin: 5px;
}

div {
  margin-bottom: 5px;
}
div.container {
  border-radius: 10px;
  padding: 5px;
  margin: 2px 2px 5px 5px;
}
div.container.mensu {
  border: 1px solid #DBE1F0;
  font-size: 14px;
  padding: 10px 0px;
}
div.container.mensu p.green {
  text-align: center;
  color: #A5C565;
  font-weight: bold;
  margin: 7px 0px;
}
div.container.mensu .amount {
  font-weight: bold;
  color: #213B6C;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}
div.container.mensu div {
  text-align: center;
}
div.container.mensu .summary {
  display: flex;
}
div.container.mensu .summary .col1,
div.container.mensu .summary .col2 {
  width: 50%;
}
div.container.mensu .summary .col1 .sum,
div.container.mensu .summary .col2 .sum {
  font-weight: bold;
  color: #1A3B70;
  text-align: center;
}
div.container.type {
  font-size: 14px;
  border: 1px solid #DBE1F0;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #868686;
  align-items: center;
  margin-bottom: 5px;
}
div.container.type #creditGroupement {
  margin: 5px;
  margin-right: 10px;
  font-weight: bold;
  transition: 0.3s all;
}
div.container.type #personalLoan {
  margin: 5px;
  margin-left: 10px;
  font-weight: bold;
  transition: 0.3s all;
}
div.container.type .tgl {
  display: none;
}
div.container.type .tgl, div.container.type .tgl:after, div.container.type .tgl:before, div.container.type .tgl *, div.container.type .tgl *:after, div.container.type .tgl *:before, div.container.type .tgl + .tgl-btn {
  box-sizing: border-box;
}
div.container.type .tgl::seletion, div.container.type .tgl:after::seletion, div.container.type .tgl:before::seletion, div.container.type .tgl *::seletion, div.container.type .tgl *:after::seletion, div.container.type .tgl *:before::seletion, div.container.type .tgl + .tgl-btn::seletion {
  background: none;
}
div.container.type .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
div.container.type .tgl + .tgl-btn:after, div.container.type .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
div.container.type .tgl + .tgl-btn:after {
  left: 0;
}
div.container.type .tgl + .tgl-btn:before {
  display: none;
}
div.container.type .tgl:checked + .tgl-btn:after {
  left: 50%;
}
div.container.type .tgl-light + .tgl-btn {
  background: #12274A;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
div.container.type .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #A5C565;
  transition: all 0.2s ease;
  transform: scale(1.2);
}
div.container.type .tgl-light:checked + .tgl-btn {
  background: #12274A;
}
div.container.type .active {
  font-weight: bold;
  color: #A5C565;
}
div.container.information {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 30px;
  margin-bottom: 5px;
  padding: 10px 5px 0px 0px;
  background-color: #1A3B70;
  color: white;
  font-weight: medium;
  font-size: 15px;
}
div.container.information .resumInfo {
  margin-left: 15px;
}
div.container.information h2 {
  font-size: 20px;
}
div.container.information #monthlyPaymentBottom {
  padding-top: 0;
  font-size: 25px;
  font-weight: bold;
}
div.container.information .short {
  display: none;
}
div.container.information .oInfo {
  display: flex;
}
div.container.information .oInfo .col {
  width: 50%;
}
div.container.information .oInfo .col p {
  font-size: 14px;
}
div.container.information .oInfo .col p .info {
  font-size: 18px;
}
div.container.information .button {
  margin: 5px auto;
  border: 1px solid #DF2935;
  border-radius: 10px;
  text-align: left;
  background-color: #DF2935;
  transition: background-color 0.3s ease-in-out;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
div.container.information .button p {
  color: white;
  padding-left: 10px;
}
div.container.information .button p.littleInfo {
  padding-bottom: 10px;
  font-size: 14px;
  margin: 5px 0px 0px 0px;
  font-weight: 200;
}
div.container.information .button p.upperCase {
  font-weight: 600;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
div.container.information .button .vector4 {
  right: 3%;
  position: absolute;
  top: 45%;
}
div.container.information .button:hover {
  background-color: #f14963;
  border: 1px solid #f14963;
}
div.choice {
  display: flex;
  flex-direction: column;
  /* Ajout de la propriété flex-direction */
  justify-content: center;
  align-items: center;
  border: 1px solid #DBE1F0;
  border-radius: 10px;
  margin-bottom: 15px;
}
div.choice .row1 {
  display: flex;
  width: 100%;
}
div.choice .row1 .amount-carousel,
div.choice .row1 .month-carousel {
  position: relative;
}
div.choice .row1 .amount-carousel p,
div.choice .row1 .month-carousel p {
  text-align: center;
  color: #A5C565;
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0px;
}
div.choice .row2 {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
div.choice .row2 .amount-carousel,
div.choice .row2 .month-carousel {
  position: relative;
  border: 1px solid #D9E0F0;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}
div.choice .row2 .amount-carousel div.blur,
div.choice .row2 .month-carousel div.blur {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 63%, rgb(255, 255, 255) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div.choice .row2 .amount-carousel ul::-webkit-scrollbar,
div.choice .row2 .amount-carousel ul::-webkit-scrollbar,
div.choice .row2 .month-carousel ul::-webkit-scrollbar,
div.choice .row2 .month-carousel ul::-webkit-scrollbar {
  display: none;
}
div.choice .row2 .amount-carousel ul,
div.choice .row2 .month-carousel ul {
  margin: 0;
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
div.choice .row2 .amount-carousel ul li,
div.choice .row2 .month-carousel ul li {
  height: 20px;
  padding: 10px 15px;
  color: #868686;
  transition: background-color 0.2s;
  font-size: 16px;
  margin: 0px 7px;
  border-radius: 10px;
}
div.choice .row2 .amount-carousel ul li.right,
div.choice .row2 .month-carousel ul li.right {
  text-align: center;
}
div.choice .row2 .amount-carousel ul li.left,
div.choice .row2 .month-carousel ul li.left {
  text-align: center;
}
div.choice .row2 .amount-carousel ul li.active,
div.choice .row2 .month-carousel ul li.active {
  background-color: #E4F0D2;
  transform: scale(1);
  color: #365164;
  font-weight: bold;
  font-size: 18px;
  align-items: center;
}
div.choice .row2 .amount-carousel ul li:not(.active),
div.choice .row2 .month-carousel ul li:not(.active) {
  backdrop-filter: blur(10px);
}
div.choice .row2 .amount-carousel .button,
div.choice .row2 .month-carousel .button {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 0px;
}
div.choice .row2 .amount-carousel .button .btn,
div.choice .row2 .month-carousel .button .btn {
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  align-items: center;
  z-index: 5;
  padding: 30px 50%;
  user-select: none;
}
div.choice .row2 .amount-carousel .button .btn:hover,
div.choice .row2 .month-carousel .button .btn:hover {
  opacity: 0.8;
}
div.choice .row2 .amount-carousel .button .btn:focus,
div.choice .row2 .month-carousel .button .btn:focus {
  outline: none;
}
div.choice .row2 .amount-carousel .button .btn.btn-less,
div.choice .row2 .month-carousel .button .btn.btn-less {
  background: none;
  width: 0;
  height: 0;
  border-top: none;
  position: relative;
  bottom: 43px;
  text-align: center;
  left: -10px;
  margin: auto;
}
div.choice .row2 .amount-carousel .button .btn.btn-less:before,
div.choice .row2 .month-carousel .button .btn.btn-less:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
div.choice .row2 .amount-carousel .button .btn.btn-more,
div.choice .row2 .month-carousel .button .btn.btn-more {
  background: none;
  width: 0;
  height: 0;
  border-top: none;
  position: relative;
  bottom: 40px;
  left: -10px;
  margin: auto;
}
div.choice .row2 .amount-carousel .button .btn.btn-more:before,
div.choice .row2 .month-carousel .button .btn.btn-more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
div.choice .row2 .amount-carousel .button #incraeseMonth,
div.choice .row2 .month-carousel .button #incraeseMonth {
  visibility: hidden;
}
div.choice .amount-carousel {
  width: 55%;
  margin-right: 20px;
}
div.choice .month-carousel {
  width: 45%;
}

.rem {
  margin: 10px;
  font-size: x-small;
  color: #929292;
}
.rem strong {
  font-size: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 17px;
  overflow: hidden;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #12274A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #A5C565;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s;
  transform-origin: center center;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
