@import url(font/Pisang-Bold.css);
@import url(font/DINOT-CondBold.css);
@import url(font/DINOT-CondMedium.css);
@import url(font/DINOT-Regular.css);


/* REMISE A ZERO */
* {
    font-family: "Open Sans",sans-serif;
    margin: 0;
    padding: 0;
}
a{text-decoration: none;color:inherit;}
img{border:0;}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -1em;
    font-size: 0.5em;
}






/* SIMULATEUR */
#simulateur{
    margin: 20px 0;
    border-radius: 20px;
    padding: 5px 30px;
    border-right: 1px dashed #007d8f;
    border-left: 1px dashed #007d8f;
    border-top: 1px dashed #007d8f;
    border-bottom: 1px dashed #007d8f;
    font-size: 16px;
}
#simulateur h4{
    color:#007d8f;
    padding: 5px 0px 20px 0px;
    font-size: 18px;
}

#sim_gauche, #sim_droite{
    text-align: left;
    vertical-align: top;
    display: inline-block;
    line-height: 2em;
}
#sim_gauche{
    width:50%;
}
#sim_droite{
    width:40%;
}

#sim_capital,#sim_duree,#sim_taux,#sim_mensualite,#sim_fd,.unite{
    color:#007d8f;
    font-weight: bold;
}
#sim_capital,#sim_duree,#sim_taux,#sim_mensualite,.unite{
    font-size: 18px;
}
#simulateur small{
    text-align: center;
    display: block;
    margin-top: 1em;
    font-size: 0.6em;
    opacity: 0.8;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: none;
    background:#007d8f;
    background-repeat: no-repeat;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
    margin-left: -.4em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider-horizontal {
    margin-top: 0.25em;
    height: .4em;
    width:80%;
    background: #e6e6e6;
}
.ui-widget-content{border:none;}
/* FIN SIMULATEUR */



/**********************************************************************************      RESPONSIVE      *******************************************************************************/



@media screen and (max-width: 480px) {

    #simulateur{border-right: 1px dashed #007d8f;text-align: center;}
    #sim_gauche,#sim_droite{width:100%;}
    #sim_droite{margin-top: 20px;}
    #formulaire{width:90%;}
    #gauche,#droite{width:90%;margin:auto;} 
}

