.align-left {
    text-align: left;
}

.popinLabel {
    display: inline-block;
    text-align: left;
    width: 256px;
    white-space: nowrap;
}

.dec2042_Fond {
    background-color: #ECF6FF;
}

.dec2042_FondBlanc {
    background-color: #ffffff;
}

.dec2042_FondGrisClair {
    background-color: #F5F5F5;
}

.bisTer {
    margin-left: 10px;
    margin-right: 4px;
}

.labelAdr {
    width: 256px;
}

.labelAdrCell {
    width: 256px;
}

.labelDeuxLignes {
    line-height: 12px;
}

.alignFlex {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}


.row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.marginLeft {
    margin-left: 15px;
}

.selectPays,
.selectDepartement,
.selectCommune,
.selectRue {
    text-align: center;
}

.selectPays,
.selectDepartement,
.selectCommune,
.selectRue,
.textDetail {
    min-width: 300px;
    box-sizing: border-box;
}

/** Permet de centrer le premier élément du select **/
/** Afin que cela fonctionne sur chrome et modzilla **/
.selectPays > option:first-child,
.selectDepartement > option:first-child,
.selectCommune > option:first-child,
.selectRue > option:first-child {
    text-align: center;
}

/** Permet de mettre à gauche le premier élément du select**/
/** Afin que cela fonctionne sur chrome et modzilla **/
.selectPays > option:nth-child(n + 2),
.selectDepartement > option:nth-child(n + 2),
.selectCommune > option:nth-child(n + 2),
.selectRue > option:nth-child(n + 2) {
    text-align: left;
}

.selectNumero {
    min-width: 64px;
}


.infoBulleSaisieRue {
    margin-left: 10px;
}

.boutonValider {
    margin-left: 5px;
}


.popinReducLongGroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.popinReducLongGroup label {
    font-weight: normal;
}

.popinReducLongLabelGroup {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    max-width: 27rem;
}

.popinReducLongInputGroupColonne {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.popinReducLongInputGroupColonne > input {
    max-width: 460px;
}

.popinReducLongInputGroupLigne {
    flex: 2;
    display: flex;
    flex-direction: row;
}

/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    input[type="text"] {
        width: 100%;
    }

    .popinReducLongGroup {
        flex-direction: column;
        align-items: flex-start;
    }
    .popinReducLongLabelGroup {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .divSupprimer {
        padding-left: 0;
    }

    .selectPays,
    .selectDepartement,
    .selectCommune,
    .selectRue {
        min-width: unset;
        max-width: 27rem;
    }

    .marginLeftAdresseInput {
        margin-left: 15px;
    }

    .boutonValider {
        margin-left: 0;
    }

    .bisTer {
        margin-left: 0;
        margin-right: 0;
    }
}


