/*-----------------------------------------*\
    RECHERCHE ABONNES
\*-----------------------------------------*/

.compRechercheAbonne .rechercheAbonneDesc,
.compRechercheAbonne .rechercheAbonneChampsRequis {
    padding: 20px;
    text-align: left;
}

.rechercheAbonneSubnum {
    margin-left: 20px;
}

.rechercheAbonneChampsRequis span {
    display: block;
}

.rechercheAbonneChampsRequis span {
    text-align: left;
}

.validContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.validContent input#prioAboFinaliser {
    margin: 30px auto 60px;
    line-height: 36px;
    background: var(--Primary-color);
    text-align: center;
    width: 250px;
    height: 55px;
    cursor: pointer;
    color: var(--text-secondary-color);
    font-size: 1.6667rem;
    text-indent: inherit;
    border-radius: 3px;
    border: 3px solid var(--Primary-color);
    -webkit-appearance: none;
    appearance: none;
}

.validContent input#prioAboFinaliser:hover {
    background: transparent;
    color: var(--Primary-color);
    border: solid 3px var(--Primary-color);
}

.compRechercheAbonne .dataContentComposants button {
    font-family: var(--typography-primary-font-family), sans-serif;
    background: var(--Primary-color);
    text-align: center;
    width: 150px;
    height: 36px;
    line-height: 0px;
    cursor: pointer;
    color: var(--text-secondary-color);
    font-size: 1.6667rem;
    text-indent: inherit;
    border-radius: 10px;
    -webkit-appearance: none;
    margin-left: 25px;
    border: solid 3px var(--Primary-color);
}

.compRechercheAbonne .dataContentComposants button:hover {
    background: transparent;
    color: var(--Primary-color);
    border: solid 3px var(--Primary-color);
}

.compRechercheAbonne .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants,
#withoutExclusive .titleComposants {
    text-align: left;
}

.categorieTarif,
.montantTarif {
    display: none;
}

#withoutExclusive a {
    width: 110px;
    margin: 20px auto;
    display: block;
    line-height: 40px;
    height: 40px;
}

.compRechercheAbonne .dataContentComposants input {
    float: left;
    margin-right: 15px;
    height: 34px;
    text-indent: 10px;
    min-width: 150px;
    border-radius: 5px;
    border: 1px solid var(--line-Secondary-color);
}

.compRechercheAbonne .dataContentComposants .rechercheAbonnePrenom {
    margin-right: 0;
}

.rechercheAbonneChampsRequis {
    clear: both;
    padding-top: 10px;
}

.compRechercheAbonne .dataContentComposants .response {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700;
    clear: both;
}

.compRechercheAbonne .dataContentComposants .response.valid {
    color: #1AB490;
}

.compRechercheAbonne .dataContentComposants .response .listeErreur span {
    color: #E54236;
}

/*-----------------------------------------*\
                Design pop up
\*-----------------------------------------*/

#popup_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    color: var(--text-Tertiary-color);
    font-size: 1rem;
    width: 760px !important;
    max-width: none !important;
    min-width: 300px !important;
    left: calc(50% - 380px) !important;
}

#popup_title {
    background: var(--Tertiary-color);
    color: #222;
    cursor: default;
    font-size: 1.3333rem;
    line-height: 20px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 10px;
    border: none;
}

#popup_panel input#popup_ok {
    display: inline-block;
    width: 200px;
    margin: 0;
    float: right;
}

#popup_panel input#popup_cancel {
    border-radius: 3px;
    display: inline-block;
    font-size: 1.6667rem;
    height: 56px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: #777 !important;
    color: #ffffff;
    width: 150px !important;
    text-transform: uppercase;
    text-indent: 0;
}

#popup_container:not(.popup_container_ajax) {
    color: var(--text-primary-color);
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 5px !important;
    min-width: 500px !important;
    border: 1px solid #ccc !important;
}

#popup_panel {
    text-align: center !important;
    margin: 10px auto !important;
    width: 370px !important;
}

.group-tarif {
    padding: 25px 10px 10px 10px;
}

.group-tarif label {
    font-weight: 700;
    font-size: 1.1667rem;
    margin: 0 10px 0 0;
    height: 30px;
    line-height: 30px;
}

.choice-tarif {
    width: 100%;
    height: 30px;
}

a .validContent {
    border-top: 1px solid #999;
    margin-top: 20px;
    padding-top: 20px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
    display: none;
}

.group-code-promo input {
    width: auto;
    height: 30px;
}

.popupRechercheAbonne .rechercheAbonneContainer {
    overflow: auto !important;
}

.popupRechercheAbonne .descriptionTop,
.popupRechercheAbonne .rechercheAbonneContainer,
.descriptionButton,
.descriptionValidation {
    color: #222;
}

.compRechercheAbonne .montantTarif {
    margin-bottom: 10px;
}

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

    .compRechercheAbonne .headerComposants .footerComposants .contentComposants .dataContentComposants {
        text-align: center;
    }

    .compRechercheAbonne input {
        width: 87%;
        display: block;
        margin: 5px 20px;
    }

    .compRechercheAbonne .dataContentComposants button {
        margin: 15px auto 0 !important;
        float: none;
        clear: both;
    }

    #popup_container:not(.popup_container_ajax) {
        color: var(--text-primary-color);
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
        min-width: 500px !important;
        border: 1px solid #ccc !important;
        padding: 0px !important;
        top: 0 !important;
        height: 100%;
        width: calc(100% - 2px) !important;
        margin: 0 !important;
        min-width: auto !important;
    }

    #popup_container {
        top: 0 !important;
        left: 0 !important;
        max-width: none !important;
        width: 100% !important;
        border-radius: 0;
        height: 100%;
        border: none;
        position: relative;
    }

    #popup_title {
        margin: 0;
        border-radius: 0;
    }

    #popup_title #popup_title {
        border-radius: 0px;
    }

    #popupChoixTarifPrioAbo select {
        height: 50px;
        width: 100%;
    }

    .group-tarif {
        padding: 25px 0 10px 0;
    }

    .group-code-promo label {
        font-size: 1.1667rem;
        margin: 0;
        text-align: left;
        display: block;
    }

    .group-code-promo input {
        width: 100%;
    }

    #popup_panel {
        margin: 40px auto !important;
        width: auto !important;
    }

    #popup_content #popup_panel {
        display: flex;
        margin: 0 0 0px !important;
        padding: 10px 20px;
        position: absolute;
        bottom: 0;
        width: calc(100% - 40px) !important;
        left: 0;
        background: var(--Tertiary-color);
    }

    #popup_panel input#popup_ok,
    #popup_panel input#popup_ok_valid,
    #popup_panel input#popup_cancel {
        display: block;
        flex: 1;
        margin: 10px 2% !important;
        width: 45% !important;
        -webkit-appearance: none;
        appearance: none;
    }

    #popup_panel input#popup_cancel {}

    .popupRechercheAbonne .descriptionTop,
    .popupRechercheAbonne .rechercheAbonneContainer,
    .descriptionValidation {
        font-size: 0.8333rem;
        margin-bottom: 10px;
    }

    .descriptionValidation {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .descriptionButton {
        font-size: 8px;
    }

    .compRechercheAbonne .categorieTarif,
    .compRechercheAbonne .montantTarif {
        font-size: 0.8333rem !important;
    }
}

@media screen and (min-width: 768px) {
    .compRechercheAbonne .dataContentComposants .response {
        margin-top: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    input, select {
        padding: 0;
        font-size: inherit;
    }

    .compRechercheAbonne .dataContentComposants button {
        margin-left: 10px;
    }
}