section {
  padding: 40px 24px;
}
section .calculette-ptz #warningMessage,
section .calculette-ptz #warningMessage2,
section .calculette-ptz #warningMessage3,
section .calculette-ptz #warningMessage4 {
  color: #e01717;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
section .calculette-ptz .slidecontainer {
  padding: 48px 24px;
}
section .calculette-ptz .slidecontainer .title-page {
  display: flex;
  gap: 8px;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #3CBCB0;
  border-radius: 100px;
  padding: 8px 16px;
}
section .calculette-ptz .slidecontainer .title-page:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../assets/pictos/wallet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section .calculette-ptz .slidecontainer .contentprix,
section .calculette-ptz .slidecontainer .contentmois,
section .calculette-ptz .slidecontainer .contentpret {
  width: 100%;
}
section .calculette-ptz .slidecontainer .input {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
  align-items: flex-start;
}
section .calculette-ptz .slidecontainer .input p.title {
  font-size: 24px;
  color: #1A6B68;
  width: 100%;
}
section .calculette-ptz .slidecontainer .input p {
  font-weight: 700;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-items: flex-start;
}
section .calculette-ptz .slidecontainer .input input {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #A3ECE0;
  border-radius: 8px;
  padding: 8px 32px;
  max-width: 140px;
}
@media only screen and (min-width: 992px) {
  section .calculette-ptz .slidecontainer .input {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
section .calculette-ptz .slidecontainer input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: transparent;
  outline: none;
  opacity: 1;
  -webkit-transition: 2s;
  transition: opacity 2s;
}
section .calculette-ptz .slidecontainer input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #1C857F;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  transition-duration: 0.5s;
}
section .calculette-ptz .slidecontainer input[type="range"]::-webkit-slider-thumb:hover {
  scale: 1.1;
  transition-duration: 0.5s;
}
section .calculette-ptz .contentencart .encart {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border: 1px solid #3CBCB0;
  border-radius: 8px;
  width: 100%;
}
section .calculette-ptz .contentencart .encart .strong {
  font-weight: 600;
  color: #000000;
}
section .calculette-ptz .contentencart .encart .txt-orange {
  color: #DA721C;
}
section .calculette-ptz .contentencart .encart p {
  color: #2E4776;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  section .calculette-ptz .contentencart .encart p {
    font-size: 24px;
  }
}
section .calculette-ptz .contentencart .encart .montant {
  border-top: 1px solid #CCD7EB;
  border-bottom: 1px solid #CCD7EB;
  padding: 24px 0;
  width: 100%;
}
section .calculette-ptz .contentencart .encart .cout {
  padding: 16px 24px;
  border: 1px solid #EDA54A;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
}
section .calculette-ptz .contentencart .encart .big {
  font-size: 20px;
}
section .calculette-ptz .contentencart .encart .big.nbr {
  font-size: 24px;
}
section .calculette-ptz .contentencart .encart .big-nbr {
  font-size: 32px;
}
@media only screen and (min-width: 992px) {
  section .calculette-ptz .contentencart .encart .big {
    font-size: 24px;
  }
  section .calculette-ptz .contentencart .encart .big.nbr {
    font-size: 32px;
  }
  section .calculette-ptz .contentencart .encart .big-nbr {
    font-size: 48px;
  }
}
section .calculette-ptz .contentencart .encart .nbr-gras {
  color: #DA721C;
  font-weight: 600;
}
section .calculette-ptz .contentencart .encart .nbr-gras.big {
  font-size: 48px;
}
@media only screen and (min-width: 992px) {
  section .calculette-ptz .contentencart .encart .nbr-gras.big {
    font-size: 32px;
  }
}
section .calculette-ptz .contentencart .calculette-liste {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section .calculette-ptz .contentencart .calculette-liste li {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  section .calculette-ptz {
    flex-direction: row;
  }
  section .calculette-ptz > * {
    width: 50%;
  }
  section .calculette-ptz .slidecontainer {
    padding: 48px;
  }
}
section.informations > div {
  padding: 30px 24px;
}
@media only screen and (min-width: 992px) {
  section.informations > div {
    padding: 80px 40px;
  }
}
section.informations h2 {
  color: #1A6B68;
}
@media only screen and (min-width: 992px) {
  section.informations h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  section.informations .simulateur-liste {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
section.informations .simulateur-liste__item {
  border-radius: 16px;
  width: 100%;
  background: #6DDBCE;
  background: linear-gradient(207deg, rgba(109, 219, 206, 0.08) 0%, #ffffff 100%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #D4D4D4;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
section.informations .simulateur-liste__item .title {
  font-weight: 600;
}
section.informations .simulateur-liste__item p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.informations .simulateur-liste__item p:last-child {
  padding-top: 24px;
  border-top: 1px solid #CCD7EB;
  width: 100%;
}
section.informations .simulateur-liste__item .num {
  font-size: 20px;
  color: #DA721C;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  section.informations .simulateur-liste__item .num {
    font-size: 24px;
  }
}
section.informations .simulateur-liste__item .info {
  font-size: 18px;
  color: #2E4776;
}
@media only screen and (min-width: 992px) {
  section.informations .simulateur-liste__item .info {
    font-size: 20px;
  }
}
section.informations .simulateur-liste__item .col-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.informations .simulateur-liste__item .col-2 .item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.informations .simulateur-liste__item .col-2 .item h4 {
  font-size: 20px;
  color: #1A6B68;
}
@media only screen and (min-width: 992px) {
  section.informations .simulateur-liste__item .col-2 .item h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  section.informations .simulateur-liste__item .col-2 {
    flex-direction: row;
  }
  section.informations .simulateur-liste__item .col-2 .item {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) {
  section.informations .simulateur-liste .demi {
    width: calc(50% - 12px);
  }
  section.informations .simulateur-liste .quart {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 992px) {
  section.informations .simulateur-liste .demi {
    width: calc(50% - 24px);
  }
  section.informations .simulateur-liste .quart {
    width: calc(25% - 24px);
  }
}
