﻿ /* Masquer les flèches d'incrémentation/décrémentation pour les navigateurs qui le supportent */
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Masquer les flèches d'incrémentation/décrémentation pour Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }  #simulator a{
	text-align:center;
}   
#simudepot{
	   color: #702f8a; /* Couleur blanche */
font-size: 16px;
    font-weight: 700;
    font-family: Open Sans,sans-serif;   }
 #simudepot{
	 background-color: rgba(111,47,137,.05);
padding:80px 0;
 }
 
 #simulator {
      max-width: 550px;
      margin: 0 auto;
	  position: relative; /* Ajoutez cette ligne pour positionner les ÃƒÂ©lÃƒÂ©ments enfants */
    }
    label {
      display: block;
      margin-bottom: 10px;
    }
	
	
/* Style pour la barre de la piste */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 30px;
  background: transparent;
  outline: none;
  border-radius: 5px;
  position: absolute;
  z-index:2;
}

/* Style pour la poignÃƒÂ©e (ou puce) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff; /* Couleur blanche */
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Ombre */
  margin-top: 3px;
}


/* Style pour la barre de la piste remplie */


/* Style pour le conteneur de la piste */
#durationContainer {
  position: relative;
     height: 45px;
    margin-top: 10px;

}

/* Style pour la barre de la piste remplie */
#filledTrack {
  position: absolute;
  bottom: 0;
  width: 0%;
  background: #702f8a; /* Couleur mauve pour la partie remplie */
  border-radius: 5px;
  z-index:1;
    height: 10px;
	  border-radius: 5px;


}
#filledTrackempty {
    position: absolute;
    bottom: 0;
    width: 98%;
    height: 10px;
    background: #b13b914a;
    border-radius: 5px;
    z-index: 0;
    margin-left: 5px;
}
/* Style pour le conteneur de la durÃƒÂ©e */
#durationContainer1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #702f8a; /* Couleur blanche */
  margin-top: 20px;
  font-weight: bold;
}

/* Style pour la premiÃƒÂ¨re span (durÃƒÂ©e) */
#durationText {
  color: #702f8a; /* Couleur blanche */
font-size: 16px;
    font-weight: 700;
}

/* Style pour la deuxiÃƒÂ¨me span (valeur de la durÃƒÂ©e) */
#durationValue {
  color: #702f8a; /* Couleur blanche */
     font-weight: 300;
    font-size: 16px;
  text-align: right; /* Alignement ÃƒÂ  droite pour la deuxiÃƒÂ¨me span */
}

#simudepot h1{text-align: center;
    font-weight: bold;
    font-size:35px;
    line-height: 50px;
    padding-bottom: 25px;
    margin-top:0;
    }
    
   #simudepot h1.de{
       font-size:34px;
    }
     
	
	#amount {
  background-color: #fff; /* Fond gris */
  color: #05c3de; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px; /* Espacement interne pour le texte */
  border: none; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none;     border: solid 2px #fff;
}
#amount:focus {
  border: 2px solid #05c3de; /* Bordure bleue lorsqu'il est en focus */
}

	#interestRate {
  background-color: transparent; /* Fond gris */
  color: #702f8a; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px; /* Espacement interne pour le texte */
  border: none; /* Supprimer la bordure par dÃƒÂ©faut */
  margin-bottom:15px;
  outline: none; 
      width: 60px;
}

/* Style pour le conteneur */
#inputContainer {
  text-align: center; 
  padding:25px;/* Centrer horizontalement le contenu */
      font-style: italic;
}

/* Style pour le label */
#inputContainer label {
  display: inline-block;
  text-align: right;
  font-family: Open Sans light,sans-serif; 
}

/* Style pour l'input */
#interestRate {
  display: inline-block;
}

hr{border-top: solid 2px #05c3de!important;
    content: '';
    display: block;
    width: 70px;
    margin: auto;
    margin-bottom: 25px!important;
    
        margin-top: 0px!important;
}
	
	#interestAmountContainer{
		text-align:center;
	}
#interestAmountContainer label{
	    color: #702f8a;
    font-size: 19px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 0;
	text-align:center;
	
}

#interestAmount {
  background-color: transparent; /* Fond gris */
  color: #05c3de; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px; /* Espacement interne pour le texte */
  border: none; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none; 
	      font-size: 30px;
		  font-weight:bolder;
		  text-align: center;
}

#totalAmountContainer{
		text-align:center;
		margin-top:25px;
	}
#totalAmountContainer label{
	    color: #702f8a;
    font-size: 19px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 0;
	text-align:center;
	
}

#totalAmount {
  background-color: transparent; /* Fond gris */
  color: #05c3de; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px; /* Espacement interne pour le texte */
  border: none; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none; 
	      font-size: 30px;
		  font-weight:bolder;
		  text-align: center;
}
#amountContainer label{
	    color: #702f8a;
	    font-size: 19px;
	    line-height: 31px;
	    font-weight: 600;
	    margin-bottom: 0;
	    text-align:center;
	    margin-bottom: 15px;
}
#amountContainer{
	text-align:center;
	 margin-bottom: 15px;
}
#amount {
  background-color: #fff; /* Fond gris */
  color: #05c3de; /* Couleur de police grise foncÃƒÂ©e */
  padding: 5px; /* Espacement interne pour le texte */
  border: none; /* Supprimer la bordure par dÃƒÂ©faut */
  outline: none; 
	      font-size: 30px;
		  font-weight:bolder;
		  text-align: center;
}
#amount::placeholder {
  color: #c1c1c1; /* Remplacez #999 par la couleur de votre choix */
}
.euro{font-size: 19px;
    font-weight: 300;color: #05c3de;}
	
	.impot{
		display:block;
		font-size: 14px;
    font-weight: 300;color: #702f8a;}
    
    
#simudepot p{
    text-align:center;
    margin-top:30px;
		display:block;
		font-size: 12px;
		font-style:italic;
    font-weight: 300;color: #702f8a;}
    
    
    
@media only screen and (max-width: 768px) {
	 #simulator {
      padding: 40px;
    }

	#amount {
	        max-width: 200px;
	}
	#simudepot h1 {
	    font-size: 22px;
	    line-height: 35px;
	    padding-bottom: 17px;
	}
	
	#simudepot{
	    padding-bottom: 40px;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 769px){
	#simudepot {
	    padding-top: 120px;
	}
	
}
