/*---------------representatives------------*/
.representatives-content{
    padding: 70px;
}
.representatives-content .col-md-7{
    padding: 4% 0;
}
.representatives-content-btn {
    text-align: center;
}
.input-Activity{
     position: relative;
}
.input-Activity select , .input-Type-representation select , .input-city select{
    background: unset;
    height: 50px;
    border: 1px solid gray;
    margin-left: -7px;
    border-radius: 16px;
    width: 294px;
    padding: 15px;
    font-size: 14px;
    color: white;
    margin-left: 20px;
}
.representatives-search form{
    display: flex;
}
.input-Type-representation , .input-city{
    position: relative;
}
option {
    display: inline-block !important;
    color: white !important;
    position: absolute;
    background: #070B0D!important;
    height: 50px !important;
    border-radius: 16px !important;
    width: 294px;
    padding: 15px;
    font-size: 14px;
    color: white;
    margin-left: 20px;
}
.representatives-search form button{
    display: flex;
}
.representatives-search form button svg{
    margin-left: 5px;
    width: 24px;
    margin-top: -4px;
}
.representatives-tables table tr th:nth-child(even){
    width: 55%;
    color: #D9E2E8;
}
table th:first-child{
    width:21%;
    font-size: 15px;
    font-weight: 500;
}
.representatives-tables table tr th{
    text-align: right !important;
    padding: 13px;
}
.representatives-tables table tbody tr:first-child{
    border-radius: 20px !important;
}
.representatives-tables{
    margin-top: 64px;
}
.representatives-tables table{
    margin-top: 30px;
}
.representatives-tables{
    text-align: center;
}
label{
    bottom: 40px !important;
}
.representatives-filter-result{
    font-size: 20px;
    font-weight: 700 !important;
}
p.rep-filter-result-attribut {
    line-height: 10px;
}
.representatives-tables table{
    width: 100%;
}
/*--------------------------tablet--------------------------*/
/*--------------------------tablet--------------------------*/
/*--------------------------tablet--------------------------*/
@media only screen and (max-width: 1024px){
    .representatives-search form {
        display: block;
    }
    .representatives-search form div{
        margin: 30px 0;
    }
    .representatives-search form button{
        margin-right: 0%;
    }
    .representatives-content-btn{
        display: flex;
    }
}
/*--------------------------mobile--------------------------*/
/*--------------------------mobile--------------------------*/
/*--------------------------mobile--------------------------*/
@media only screen and (max-width: 768px) {
    .representatives-content{
        padding: 15px;
    }
    .attachment-post-thumbnail{
        margin: 38px 0;
    }
    .search-form select{
        width: 100%;
    }
}