<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fiche_container{
    background-color: #fff;
    padding: 0px 5%;
    margin:10px 10px;
    overflow: auto;
}
.logo_list_membre{
    position: relative;
}
#section_membre_certify{background-color: #dfdfdf; padding-bottom:20px;}
.link {padding: 10px 15px;background: transparent;border:#bccfd8 1px solid;border-left:0px;cursor:pointer;color:#607d8b}
.disabled {cursor:not-allowed;color: #bccfd8;}
.current {background: #bccfd8;}
.first{border-left:#bccfd8 1px solid;}
#pagination{margin-top: 20px;padding-top: 30px;}
.dot {padding: 10px 15px;background: transparent;border-right: #bccfd8 1px solid;}
.page-content {padding: 20px;margin: 0 auto;}
.pagination-setting {padding:10px; margin:5px 0px 10px;border:#bccfd8  1px solid;color:#607d8b;}
#secondary_menu, #secondary_menu_container  {z-index: 1;}
#rep_membre_container{background-color: #ffffff; padding: 30px 20px;}

/*
.fiche_rep_membre tr:first-child td{
    background: #222;
    color: #fff !important;
    font-weight: bold !important;
}
*/

.fiche_rep_membre tr td:first-child{width:40%;}
.fiche_rep_membre_circle .fa-plus-circle, .fiche_rep_membre .fa-minus-circle{
    font-size:30px;
    cursor:pointer;
}

.fiche_rep_membre_circle {
    margin: 15px;
}

.modal_detail_rep_membre{margin-top: 100px;}
.logo_list_membre{
    width:auto;

    aspect-ratio: 1;
    max-width:80px;
}
.customfield_img_rep_membre{
    height:auto;
    max-height:150px;
    width: auto;
    margin:10px auto;
}
.logo_rep_membre{
    width:auto;
    max-height:50px;
}

.form-control {
    border-radius: 5px;
    padding: 0 15px 2px;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666;
}
#map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}





.fiche_container {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.fiche_container &gt; div:nth-child(1) {
    display: flex;
    /* height: 100%; */
}

.fiche_container &gt; div:nth-child(1) &gt; div:nth-child(2) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: left;
}

.fiche_container &gt; div:nth-child(2) {
    display: flex;
    flex-flow: column nowrap;
}

.fiche_container &gt; *:nth-child(3) {
    margin-top:auto;
}

.modal-body.fiche_sommaire {
    display: flex;
}

.titres_fiche {
    text-align: left;
}

#section_membre_certify &gt; #pagination-result &gt; .row {
    display: flex;
    /* align-items: stretch; */
    flex: 1 1 0;
}

#section_membre_certify &gt; #pagination-result &gt; .row &gt; *{
    flex: 1 1 0;
    height: 100%;
}

#section_membre_certify &gt; #pagination-result {
    display:flex;
    flex-flow: column nowrap;
    gap: 15px;
}</pre></body></html>