﻿
 #simudepot{
	 background-color: rgba(111,47,137,.05)!important;
padding:50px!important;
 }
 
 #simulator {
      width: 550px!important;
      margin: 0 auto!important;
	    position: relative!important; /* Ajoutez cette ligne pour positionner les ÃƒÂ©lÃƒÂ©ments enfants */
    }
    label {
      display: block!important;
      margin-bottom: 10px!important;
    }
	
	
/* Style pour la barre de la piste */
input[type="range"] {
  -webkit-appearance: none!important;
  width: 100%!important;

  background: transparent!important;
  outline: none!important;
  border-radius: 5px!important;
}

/* Style pour la poignÃƒÂ©e (ou puce) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none!important;
  appearance: none!important;
  width: 20px!important;
  height: 20px!important;
  background: #fff!important; /* Couleur blanche */
  border-radius: 50%!important;
  cursor: pointer!important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)!important; /* Ombre */
}


/* Style pour la barre de la piste remplie */


/* Style pour le conteneur de la piste */
#durationContainer {
  position: relative!important;
     height: 45px!important;
    margin-top: 10px!important;

}

/* Style pour la barre de la piste remplie */
#filledTrack {
  position: absolute!important;
  bottom: 0!important;
  width: 0%;
  background: #702f8a!important; /* Couleur mauve pour la partie remplie */
  border-radius: 5px!important;
  z-index:-1!important;
    height: 10px!important;
	  border-radius: 5px!important;


}
#filledTrackempty {
    position: absolute!important;
    bottom: 0!important;
    width: 98%!important;
    height: 10px!important;
    background: #f7f7f7!important;
    border-radius: 5px!important;
    z-index: -2!important;
    margin-left: 5px!important;
}
/* Style pour le conteneur de la durÃƒÂ©e */
#durationContainer1 {
  display: flex!important;
  align-items: center!important;
  justify-content: space-between!important;
  color: #702f8a!important; /* Couleur blanche */
  margin-top: 20px!important;
  font-weight: bold!important;
}

/* Style pour la premiÃƒÂ¨re span (durÃƒÂ©e) */
#durationText {
  color: #702f8a!important; /* Couleur blanche */
font-size: 1rem!important;
    font-weight: 700!important;
}

/* Style pour la deuxiÃƒÂ¨me span (valeur de la durÃƒÂ©e) */
#durationValue {
  color: #702f8a!important; /* Couleur blanche */
     font-weight: 300!important;
    font-size: 16px!important;
  text-align: right!important; /* Alignement ÃƒÂ  droite pour la deuxiÃƒÂ¨me span */
}

h1{text-align: center!important;
    font-weight: bold!important;
    font-size: 1rem!important;
    padding-bottom: 25px!important;}
	
	#amount {
  background-color: #f6f6f6!important; /* Fond gris */
  color: #E6007C!important; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px!important; /* Espacement interne pour le texte */
  border: none!important; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none!important; 
}
#amount:focus {
  border: 2px solid #E6007C!important; /* Bordure bleue lorsqu'il est en focus */
}

	#interestRate {
  background-color: transparent!important; /* Fond gris */
  color: #702f8a!important; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px!important; /* Espacement interne pour le texte */
  border: none!important; /* Supprimer la bordure par dÃƒÂ©faut */
  margin-bottom:15px!important;
  outline: none!important; 
      width: 55px!important;
}

/* Style pour le conteneur */
#inputContainer {
  text-align: center!important; 
  padding:25px!important;/* Centrer horizontalement le contenu */
      font-style: italic!important;
}

/* Style pour le label */
#inputContainer label {
  display: inline-block!important;
  text-align: right!important;
; 
}

/* Style pour l'input */
#interestRate {
  display: inline-block!important;
}

hr{border-top: solid 2px #E6007C!important;
    content: ''!important;
    display: block!important;
    width: 70px!important;
    margin: auto!important;
    margin-bottom: 25px!important;}
	
	#interestAmountContainer{
		text-align:center!important;
	}
#interestAmountContainer label{
	    color: #702f8a!important;
    font-size: 19px!important;
    line-height: 31px!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
	text-align:center!important;
	
}

#interestAmount {
  background-color: transparent!important; /* Fond gris */
  color: #E6007C!important; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px!important; /* Espacement interne pour le texte */
  border: none!important; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none!important; 
	      font-size: 30px!important;
		  font-weight:bolder!important;
		  text-align: center!important;
}

#totalAmountContainer{
		text-align:center!important;
		margin-top:25px!important;
	}
#totalAmountContainer label{
	    color: #702f8a!important;
    font-size: 19px!important;
    line-height: 31px!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
	text-align:center!important;
	
}

#totalAmount {
  background-color: transparent!important; /* Fond gris */
  color: #E6007C!important; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px!important; /* Espacement interne pour le texte */
  border: none!important; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none!important; 
	      font-size: 30px!important;
		  font-weight:bolder!important;
		  text-align: center!important;
}
#amountContainer label{
	    color: #702f8a!important;
	    font-size: 19px!important;
	    line-height: 31px!important;
	    font-weight: 600!important;
	    margin-bottom: 0!important;
	    text-align:center!important;
	    margin-bottom: 15px!important;
}
#amountContainer{
	text-align:center!important;
	 margin-bottom: 15px!important;
}
#amount {
  background-color: #f6f6f6!important; /* Fond gris */
  color: #E6007C!important; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px!important; /* Espacement interne pour le texte */
  border: none!important; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none!important; 
	      font-size: 30px!important;
		  font-weight:bolder!important;
		  text-align: center!important;
}
#amount::placeholder {
  color: #c1c1c1!important; /* Remplacez #999 par la couleur de votre choix */
}
.euro{font-size: 19px!important;
    font-weight: 300!important;color: #E6007C!important;}
	
	.impot{
		display:block!important;
		font-size: 14px!important;
    font-weight: 300!important;color: #702f8a!important;}
    
    p{
    text-align:center!important;
    margin-top:30px!important;
		display:block!important;
		font-size: 12px!important;
		font-style:italic!important;
    font-weight: 300!important;color: #702f8a!important;}