.IconeOnglet {
    background-color: #A0A5AC;
    height:50px;
    width: 50px;
    padding-top: 12px;
	padding-bottom: 12px;
    position: fixed;
    right: 0px;
    z-index: 999999999;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
    transition: width 0.5s ease-in-out;
}
.IconeOnglet:hover {
    background-color: #FFD500;
    width: 200px;
	justify-content: flex-start;
	padding-left: 15px;
}
.icone {
    height: 100%;
}

#AnalyseOnglet {
    top: 216px;
}

#ImmodvisorOnglet {
    top: 270px;
}

#FormOnglet {
    top: 324px;
}
.titleOnglet {
    visibility: hidden;
    color: white;
    opacity: 0;
    width: 0px;
    font-size: 20px;
	font-weight:bold;
    transition: width 0.5s ease-in-out;
    transition: opacity 1s linear;
}
.IconeOnglet:hover .titleOnglet {
    margin-left: 12px;
    opacity: 1;
    width: auto;
    visibility: visible;
}
.bloc_onglet{
	width:100%;
}
.DivOnglet {
    display: none;
    width: 600px;
    height: auto;
    border-radius: 8px;
    position: fixed;
    top: 110px;
    right: 25%;
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 25px 25px; 
    box-sizing: border-box;
}
.DivOnglet h2{
	font-size: 22px;
	color:#000000;
	margin-top: 10px;
	margin-bottom: 30px;
}

.contenu {
    box-sizing: border-box;
    color: #000000;

}
.immo {
    overflow-y: scroll;
    height: 280px;
    padding-left: 10px;
}

.iconeClose {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    cursor: pointer;
}

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 9999;
    cursor: pointer;
}
*html #fade {
    position: absolute;
}

.activeOnglet {
    background-color: #FFD500;
}

/*  */
/* CSS SIMULATEUR */
/*  */
.block_simulateur{
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.titreSimulateur{
    color: #ffff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
}
.inputMontant {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}
.inputTaux {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px
}
.duree{
    text-align: center;
    padding-left: 15px;
    width: 100%;
}
#result, #resultPage {
    background-color: #3A3939;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 15px;
}
#result p, #resultPage p{
    display: inline-block;
    color: #e25a17;
}
.form_simulateur{
    display: flex;
}

.bloc_choice{
    display: flex;
}
.choice{
    width: 300px;
    height: 300px;
    background-color: black;
    border: 2px solid transparent;
    margin-right: 50px;
}
.inputSimulateur {
    border: none!important;
    border-radius: 10px!important;
    background-color: #3A3939!important;
    height: 30px;
    width: 150px!important;
    padding-left: 10px;
    color: #ffff;
    margin-right: 5px;
}
.uniteInput {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#value_duree, #value_dureePage {
    margin-right: 2px;
}

#duree_pret, #duree_pretPage {
    border: none!important;
}

/* stylisé l'input type range */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: #3a393900;
    margin-right: 5px; 

  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #3A3939;
    background: #3A3939;
    border-radius: 14px;
  }
  input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #E1E1E1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3A3939;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #3A3939;
    background: #3A3939;
    border-radius: 14px;
  }
  input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #E1E1E1;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #3A3939;
    border-radius: 28px;
    box-shadow: 1px 1px 1px #3A3939;
  }
  input[type=range]::-ms-fill-upper {
    background: #3A3939;
    border-radius: 28px;
    box-shadow: 1px 1px 1px #3A3939;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #E1E1E1;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #3A3939;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #3A3939;
  }

@media all and (max-device-width: 450px){
	.ImgOnglet {
		display: none;
	}
	.input_tx_mt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form_simulateur {
		flex-direction: column;
		justify-content: center;
	}
}