.dialogChoixSiren button.boutonIdentF {
    clear: both;
    max-width: 295px;
    text-align: left;
}

.oupsRevenus-tooltip, .oupsCharges-tooltip {
    text-align: left;
    min-width: 500px
}

.lienBouton{
    cursor: pointer;
    }
    
.bgColorWhite{
    background-color: white;
}

.dritooltipInput, .dritooltipLabel {
    position: relative;
    display: inline-block;
}

.dritooltipInput .dritooltiptext{
    display: none;
    width: 275px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    right: -230px;
    background-color: white;
    border: 1px solid #cccccc;
    margin-top: 25px;
    font-size: 12px;
    color: black;
    font-weight: normal;
    z-index: 2;
    text-align: left;
}

.dritooltipLabel .dritooltiptext{
    display: none;
    width: 275px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    background-color: white;
    border: 1px solid #cccccc;
    margin-top: -2px;
    font-size: 12px;
    color: black;
    font-weight: normal;
    z-index: 2;
}

.dritooltipInput:hover .dritooltiptext, .dritooltipLabel .labelDRI:hover ~ .dritooltiptext{
    display: block;
}

/** Conteneur moteur de recherche */
.conteneurMoteurRecherche{
    position: relative;
}

/** Bouton "Rechercher" du moteur de recherche */
.conteneurMoteurRecherche > img {
    vertical-align: middle;
    height: 100%;
}

/** Section DRI Popin */
#conteneurTypeDri {
    padding-bottom: 24px;    
}

#conteneurTypeDri > p{
    margin:0px;
    padding:4px;
}

#conteneurTypeDri .divTypeDri{
    display: block;
    padding: 20px 0px 0px 20px;
}

/** label checkbox popin */
#conteneurTypeDri .divTypeDri .labelTypeDriDec1{
    cursor: pointer;
}

/** checkbox popin */
#conteneurTypeDri .divTypeDri input[type="checkbox"]
{
    cursor: pointer;
    margin: 1px 10px 0px 0px;
    width: auto;
}
/** Fin section DRI Popin */