.chevron-right::after {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    top: 4px;
    vertical-align: top;
    width: 0.45em;
    left: 14px;
    transform: rotate(45deg);
}

.simulation-rac::after {
	top: 10px !important;
}

#calculette h1 {
	grid-column: 1 / 12;
}

#calculette .icon-input {
	position: relative; 
    left: -13%;
}

#range_assurance {
	-webkit-appearance: auto !important;
}

#resultat input:not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="reset"]):not([type="submit"]) {
	padding: 0px !important;
}

#resultat input[type="number"].annees {
	color: var(--rac_blue) !important;
	width: 60px;
}


.container-banniere-title {
  top: 80px;
  left: 80px;
}

.container-banniere-forme-droite img {
  right: 0;
}

.container-banniere-footer svg * {
  fill: var(--ui_97);
}

/* PARTIE GAUCHE : LE FORMULAIRE */

.blanc {
  border-radius: 6px;
  background-color: var(--pure_white);
  padding: 40px;
  padding-top: 20px;
}

.fixe {
  top: 68px !important;
  position: fixed !important;
}

.separateur {
  padding-top: 2rem !important;
}

#formulaire div div {
  /*padding-top: 16px;*/
}

/* PARTIE DROITE : LES RESULTATS */

/* Les gros bloc */
#calculMensualite {
  position: relative;
  top: -4%;
  font-family: 'Gilroy regular';
  margin-bottom: 32px;
  border-radius: 6px;
  background-color: var(--dark_blue);
  padding: 40px;
}

#graphique {
  padding: 40px;
  border-radius: 6px;
  background-color: var(--rac_blue);
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: var(--pure_white);
}
/* Fin les gros bloc */

#calculMensualite ul {
  padding: 0;
  margin: 0;
}

#calculMensualite ul li {
  vertical-align: middle;
  color: var(--pure_white);
  list-style-type: none;
}

#calculMensualite ul li::before {
  content: "";
  display: inline-block;
  min-height: 1rem;
  width: 1rem;
  background-image: url(/wp-content/uploads/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1rem;
  vertical-align: middle;
}

#calculMensualite ul.error li::before {
  background-image: url(/wp-content/uploads/error.svg);
}

#calculMensualite ul {
  margin-bottom: 2rem;
}

#calculMensualite h2 {
  font-family: 'Gilroy bold';
  font-size: 32px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1px;
  color: var(--y_blue);
}

.submitCalculette {
  max-width: none !important;
  width: 50% !important;
  margin-left: 25% !important;
  color: var(--pure_white) !important;
}

#calculMensualite p.p-h3 {
  font-family: 'Gilroy bold';
  font-size: 24px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--white);
}

#calculMensualite h4 {
  font-size: 16px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: var(--pure_white);
}

#calculMensualite p.taux {
  text-shadow: 0 1px 1px rgba(17, 17, 121, 0.2);
  font-size: 21px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--pure_white);
}

#calculMensualite span.mois {
  text-shadow: 0 1px 1px rgba(17, 17, 121, 0.2);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--pure_white);
}

#calculMensualite hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid var(--y_blue);
  border-bottom: 1px solid var(--y_blue);
}
#calculMensualite input[type="range"] {
  width: 100%; /* Specific width is required for Firefox. */
  background: var(--pure_white); /* Otherwise white in Chrome */
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  overflow: visible;
  height: 6px;
  outline: none;
  border: none;
}

#calculMensualite input[type="range"]:focus {
}

#calculMensualite input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  -webkit-appearance: none;
  cursor: pointer;
  background: var(--pure_white);
  border-radius: 5px;
}

#calculMensualite input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background: var(--immo_orange);
  margin-top: -9px;
  background: url("/wp-content/uploads/curseur_ydirect.png") no-repeat center;
  background-size: 100%;
  width: 50px;
  height: 25px;
}

#calculMensualite input[type="range"]::-webkit-progress-value {
  background-color: var(--immo_orange);
  height: 6px;
}

/** FF*/
#calculMensualite input[type="range"]::-moz-range-progress {
  -moz-appearance: none;
  cursor: pointer;
  background-color: var(--immo_orange);
  height: 6px;
}

#calculMensualite input[type="range"]::-moz-range-thumb {
  background: url("/wp-content/uploads/curseur_ydirect.png") no-repeat center;
  background-size: 50px 25px;
  width: 50px;
  height: 24px;
  border: none;
}

#calculMensualite input[type="range"]::-moz-range-track {
  cursor: pointer;
  -moz-appearance: none;
}

/* IE*/

#calculMensualite input[type="range"]::-ms-track {
  cursor: pointer;
  background: transparent;
  color: transparent;
  border-color: transparent;
  border-width: 6px 0;
}

#calculMensualite input[type="range"]::-ms-thumb {
  background: url("/wp-content/uploads/curseur_ydirect.png") no-repeat center;
  background-size: 50px 25px;
  width: 50px;
  height: 24px;
  border: none;
}

#calculMensualite input[type="range"]::-ms-fill-lower {
  -moz-appearance: none;
  cursor: pointer;
  background-color: var(--immo_orange);
  height: 6px;
}

#calculMensualite input[type="range"]::-ms-fill-upper {
  -moz-appearance: none;
  cursor: pointer;
  background-color: var(--pure_white);
  height: 6px;
}

#graphique hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid var(--pure_white);
  border-bottom: 1px solid var(--pure_white);
}

#graphique div {
  margin-top: -32px;
}

.nouvelle-mensualite {
  font-family: 'Gilroy bold';
  text-shadow: 0 1px 1px rgba(17, 17, 121, 0.2);
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -0.5px;
  color: var(--pure_white);
}

.avant,
.apres {
  font-family: 'Gilroy bold';
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1px;
  color: var(--pure_white);
}

.reclangle-orange {
  display: inline-block;
  width: 12px;
  min-height: 12px !important;
  background-color: var(--y_yellow);
  border-radius: 30px 0 0 30px;
}

.reclangle-bleu {
  display: inline-block;
  width: 12px;
  min-height: 12px !important;
  background-color: var(--dark_blue);
  border-radius: 0 30px 30px 0;
}

.montant-orange {
  font-size: 20px;
  font-family: 'Gilroy bold';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--y_yellow);
  text-align: left;
  width: 100%;
}

.montant-bleu {
  font-size: 20px;
  font-family: 'Gilroy bold';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--dark_blue);
  text-align: right;
  width: 100%;
  margin-top: -25px;
  display: block;
}
/* pour l'affichage mobile */
@media only screen and (min-width: 947px) and (max-width: 1180px) {
  .montant-bleu {
    margin-top: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 440px) {
  .montant-bleu {
    margin-top: 0;
    text-align: left;
  }
}

.simulation,
.simulation-rac {
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0 14px 32px 0 rgba(73, 73, 121, 0.08);
  background-color: var(--immo_orange);
  text-align: center;
  color: var(--y_blue);
  text-decoration: none;
  display: block;
}

.simulation-rac {
  background-color: var(--y_yellow);
  font-family: 'Gilroy bold';
  font-size: 1.25rem;
}

#formulaire button#form_submit {
  color: var(--pure_white) !important;
}

input[type="number"].annees {
  width: 3rem;
  background-color: var(--pop_blue);
  text-align: center;
  border: none;
  text-shadow: 0 1px 1px rgba(17, 17, 121, 0.2);
  font-family: 'Gilroy bold';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--pure_white);
  appearance: none;
  background-color: var(--pure_white);
  color: var(--immo_orange);
  border: var(--dark_blue) 0.25pt solid;
  padding: 5px;
  border-radius: 5px;
}

input[type="number"].annees::-webkit-inner-spin-button,
input[type="number"].annees::-webkit-outer-spin-button {
  opacity: 1;
  cursor: pointer;
}

a.simulation {
  font-family: 'Gilroy bold';
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--dark_blue);
  background-color: var(--y_yellow);
}

.container-banniere-forme-milieu #shape-2 {
  fill: var(--rac_blue);
}

.footer-mentions-legales p {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  opacity: 0.64;
}

.p-h2 {
  padding: 2em 0 .2em 0;
  min-height: 28px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--paracolor);
	margin: 0;
}

.p-h3 {
  font-family: 'Gilroy bold';
  font-size: 24px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--white);
}

.p-h4 {
  font-size: 16px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: var(--pure_white);
}
