/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.promoteurs-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     gap: 20px;
}

.promoteur-card {
    flex-basis: calc(33.33% - 15px);
    border: 1px solid #e7e1da;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0px 3px 5px 0px #00000012 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s;
    background: #ffff;
}
.promoteur-card:hover{
    transform: translateY(-10px);
    box-shadow: 0px 1px 5px 6px #00000012 !important;
}
.promoteur-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.promoteur-thumb img {
   width: 64px;
    height: 64px;
    object-fit: contain;
    background: #12316d24;
    border-radius: 12px;
}
.promoteur-ville {
    color: var(--global-palette6);
    font-size: .85em;
}

.promoteur-ville svg {
    width: 16px;
}
.promoteur-ville {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.5em;
}
.promoteur-title {
    font-size: .9em;
    font-weight: 500 !important;
    margin: 0 !important;
}
.promoteur-thumb {
    flex-basis: 25%;
}
.promoteur-head_infos {
    flex-basis: 70%;
}
.promoteur-spec span {
    border: 1px solid #e7e1da;
    color: var(--global-palette3);
    font-size: .7em;
    padding: 3px 10px;
    border-radius: 100px;
    display: inline;
    font-weight: 500;
    font-family: 'Montserrat';
}
.promoteur-spec {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.promoteur-projects {
    color: var(--global-palette6);
    font-size: .85em;
    display: flex;
    gap: 5px;
    align-items: center;
}
.promoteur-projects svg {
    width: 17px;
}
.promoteur-top {
    color: var(--global-palette1);
    font-size: .85em;
    display: flex;
    gap: 5px;
    align-items: center;
}

.promoteur-top svg {
    width: 18px;
}
.projets-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.down-card hr {
    border-bottom: 1px solid #e7e1da !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.secteur-span {
    color: var(--global-palette6);
    font-size: .85em;
}
.secteur-promoteur {
    color: var(--global-palette3);
    font-size: .85em;
}
.villes-promoteurs-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
a.ville-card {
    flex-basis: calc(25% - 15px);
    width: 100%;
    height: 190px;
    border-radius: 12px;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: all .5s;
}
a.ville-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #13316ccc, transparent);
    left: 0;
    top: 0;
    border-radius: 12px;
}
a.ville-card:hover{
transform: translateY(-10px);
}

.ville-overlay {
    z-index: 1;
}
.ville-title {
    font-size: 1.1em;
    font-weight: 500 !important;
    margin: 0 !important;
    color: #ffff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ville-title svg {
    width: 20px;
}
span.ville-count {
    font-size: .85em;
    color: #fff;
    margin-left: 8px;
}
.note-promoteur svg {
    width: 16px;
    fill: var(--global-palette1);
    stroke: var(--global-palette1);
}

.note-promoteur {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: .85em;
    color: var(--global-palette3);
}

.top-promoteurs-table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0;
    font-size:14px;
    background: #ffff;
}

.top-promoteurs-table th,
.top-promoteurs-table td{
    padding:12px 10px;
    text-align:left;
    border-bottom:1px solid #e5e7eb;
    color: var(--global-palette6);
}

.top-promoteurs-table tr:last-child td{
    border-bottom:none;
}
.top-promoteurs-table thead{
    background:#F6F5F4;
}
.top-promoteurs-table tr{
    transition: all .5s;
}
.top-promoteurs-table tr:hover {
    background: #F6F5F4;
}
.top-promoteurs-table th{
    font-weight:600;
    color: var(--global-palette6);
}
.top-promoteurs-table{
    border-collapse: separate;
    border-spacing: 0;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
}

td.top_name-promoteur a, td.top_rang-promoteur {
    color: var(--global-palette3);
    font-weight: 500 !important;
    margin: 0 !important;
    font-family: 'Montserrat';
}
td.top_note-promoteur span{
    color: var(--global-palette1);
    font-family: 'Montserrat';
    font-weight: 500;
    background: #FAF4ED;
    padding: 5px 15px;
    border-radius: 100px;
}
td.top_rang-promoteur svg {
    stroke: var(--global-palette1);
    width: 20px;
}

td.top_rang-promoteur span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2em;
}
a.button.header-button {
    background: linear-gradient(135deg, hsl(30 60% 55%) 0%, hsl(15 75% 60%) 100%);
    border-radius: 12px;
    font-size: 15px;
    padding: 8px 20px;
}

form.filtre-villes-promoteurs {
    max-width: 670px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: auto;
    background: #F5F5F7;
    padding: 15px 10px;
    border-radius: 12px;
}
form.filtre-villes-promoteurs .select2-container {
    flex-basis: calc(60% - 10px);
}
form.filtre-villes-promoteurs button {
    background: linear-gradient(135deg, hsl(30 60% 55%) 0%, hsl(15 75% 60%) 100%);
    border-radius: 12px;
    padding: 8px 20px;
    flex-basis: calc(40% - 10px);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    height: 48px;
    font-size: 1em;
    transition:  all .5s;
}
form.filtre-villes-promoteurs button:hover{
box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);

}
form.filtre-villes-promoteurs button svg {
    width: 18px;
    margin-bottom: 3px;
}
.select2-container--default .select2-selection--single {
    border: none !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    height: 48px !important;
    border-radius: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
        padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
       height: 46px !important;

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--global-palette1) !important;
   
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: .85em;
}
span.select2-selection__placeholder {
    font-size: .9em;
    padding-left: 5px;
    color: var(--global-palette3) !important;
}
span.select2-dropdown.select2-dropdown--below {
    border-radius: 12px;
    top: 35px;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 100px;
}
.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
    margin-bottom: 0 !important;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0 !important;
}
td.top_rang-promoteur svg {
    display: none;
}

table tr:first-child td.top_rang-promoteur svg {
    display: unset;
}
.btn-site a {
    background: linear-gradient(135deg, hsl(30 60% 55%) 0%, hsl(15 75% 60%) 100%);
    border-radius: 12px !important;
    font-size: 15px;
    padding: 10px 20px !important;
    font-weight: 500;
    font-size: 1em;
}
.second-btn_site a{
    background: #FBFAF9 !important;
    border-radius: 12px !important;
    font-size: 15px;
    padding: 10px 20px !important;
    font-weight: 500;
    font-size: 1em;
    border: 1px solid #E7E2DA;
  color: var(--global-palette3) !important;
}
.promoteurs-filters .select2-selection__rendered {
    font-size: .85em;
    color: var(--global-palette6) !important;
}
.promoteurs-filters {
    margin-bottom: 30px;
}
        
.filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
        
.filter-item {
    flex: 1;
    min-width: 200px;
}
        
.filter-input,
.filter-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}
        
.filter-reset-btn {
   
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 20px;
    transition: all .5s;
    display: flex;
    height: 48px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
        
.filter-reset-btn:hover {
    box-shadow: 10px 10px 10px #00000012;
}
        
 .promoteurs-loading {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #666;
}
.promoteurs-filters .select2-container--default .select2-selection--single {
    border: 1px solid #E7E2DA !important;
    background: #FBFAF9;
    border-radius: 5px !important;
}      
.filter-item input {
    height: 48px;
    border-radius: 5px !important;
    border: 1px solid #E7E2DA !important;
    background: #FBFAF9 !important;
}
.filtre-head {
    max-width: 100% !important;
    width: 100%;
}
.filtre-head h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.2em;
}
.filtre-head svg {
    width: 20px;
}
.filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    background: #ffff;
    border: 1px solid #E7E2DA;
    border-radius: 12px;
    padding: 30px;
}
.loading-spinner {
    animation: spin 1s linear infinite;
    color: #D38D49;
}
.hfe-posts-grid img.attachment-full.size-full.wp-post-image {
    height: 250px;
    object-fit: cover;
}       
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.single-thumb img {
        width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 12px;
    background: #5D6B8B;
}
.banner-single_promoteur {
    background: #12316D;
    color: #ffff;
    padding: 3em 0;
}
.max-wh {
    max-width: 1252px;
    margin: auto;
    padding: 0 10px;
}
.flex-banner {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.single-thumb {
    flex-basis: calc(10% - 20px);
}

.right-info_banner {
    flex-basis: calc(80% - 20px);
}
.right-info_banner h1 {
    color: #ffff;
    font-size: 2em;
    line-height: 1.3em;
}
.note-ville {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

.note-promoteur_single svg {
    width: 20px;
    fill: var(--global-palette1);
    stroke: var(--global-palette1);
}
.note-promoteur_single {
    display: flex;
    gap: 2px;
    font-size: 1.2em;
    font-weight: 600;
    align-items: center;
    line-height: 1.5em;
}
.description-promoteur_single {
    margin: 0;
    color: #DFE0E2;
    font-size: .9em;
    max-width: 700px;
}
.description-promoteur_single p {
    margin: 0;
}
.vile-promoteur_single {
    color: #DFE0E2;
    display: flex;
    gap: 3px;
}

.vile-promoteur_single svg {
    stroke: #DFE0E2;
    width: 18px;
}
.btn-list {
    border: 1px solid #677AA1;
    display: flex;
    color: #ffff;
    background: #2B477C;
    padding: 8px 25px;
    border-radius: 12px;
    font-size: .85em;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    transition: all .5s;
    line-height: 1.5em;
    font-weight: 500;
}
.btn-list svg {
    width: 18px;
    margin-bottom: 2px;
}
.list-btn_single {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.btn-list.orange-btn {
    background: #D28D48;
    border-color: #D28D48;
}
.btn-list:hover {
    background: #ffff;
    border-color: #677AA1;
    color: #12316D;
}
.numbers-promoteur_single {
    padding: 3em 10px;
    border-bottom: 1px solid #E7E2DA;
}
.flex-numbers {
    max-width: 1000px;
    margin: auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.number-style {
    color: #12316D;
    font-size: 2em;
    font-weight: 600;
}
.number-style svg {
    width: 30px ;
    height: 30px;
}
.single_numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail-number {
    color: #5c6b8a;
    font-size: .85em;
    text-align: center;
}
.projet-livre .number-style {
    color: #D28D48;
}
.projet-en-cour .number-style {
    color: #E6734D;
}
.flex-detail_single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.detail-promoteur_single {
    background: #FAF9F8;
    padding: 3em 0;
}
.left-detail_single {
    flex-basis: calc(60% - 10px);
}
.right-detail_single {
    flex-basis: calc(40% - 10px);
}
a.infos_single {
    display: flex;
    font-size: .85em;
    color: #12316D;
    text-decoration: none;
    gap: 9px;
    margin-bottom: 15px;
    align-items: center;
    transition: all .5s;
}

a.infos_single svg {
    width: 20px;
}

.infos-contact_single.card_single hr {
    border-bottom: 1px solid #E7E2DA;
    margin-top: 25px;
}
.card_single h2 {
    font-size: 1.2em;
    margin-bottom: 15px;
}
.card_single {
    background: #ffff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #E7E2DA;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    margin-bottom: 20px;
}
p.ville_single {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1B2232;
}
.specialite_single span {
    border: 1px solid #E7E2DA;
    border-radius: 100px;
    padding: 4px 15px;
    font-size: .9em;
}
.specialite_single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}
.card_single.gardien-card {
    background: linear-gradient(149deg, #17336C, #D28D48);
}
.gardien-card h2{
    color: #ffff;
}
.gardien-card p{
    color: #ffff;
    margin: 0;
    font-size: .85em;
}
.card_single.gardien-card a {
    background: #D28D48;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    transition: all .5s;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    font-size: .9em;
}
.card_single.gardien-card a:hover{
    background-color: #fff;
    color: #D28D48;
}
.projet-progress{
    margin:8px 0;
}

.progress-bar{
    width:100%;
    height:8px;
    background:#D28D48;
    border-radius:10px;
    overflow:hidden;
}

.progress-fill{
    height:100%;
    background:#12316D;
    border-radius:10px 0 0 10px;
    transition:width .4s ease;
}

.progress-label {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: .85em;
    color: #5c6b8a;
    justify-content: space-between;
    margin-bottom: 8px;
}
.projet-item {
    background: #ffff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #E7E2DA;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.projet-info {
    flex-basis: calc(70% - 10px);
}
.projet-thumb {
    flex-basis: calc(30% - 10px);
}
.projet-item:last-child {
    margin-bottom: 0;
}
.projet-thumb img {
    height: 160px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}
.left-detail_single .card_single h2 {
    display: flex;
    gap: 8px;
    align-items: center;
}
.projet-info h4 {
    font-size: 1em;
}
.infos-projet_single {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.infos-projet_single span {
    background: #D28D48;
    color: #fff;
    font-size: .8em;
    padding: 3px 10px;
    border-radius: 100px;
    line-height: 1.5em;
}
.ville-unite_single {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: .85em;
    color: #5c6b8a;
}
.ville-unite_single svg {
    width: 18px;
    margin-bottom: 2px;
}
p.date-livraison {
    font-size: .85em;
    color: #5c6b8a;
    margin-bottom: 0;
}
span.num-avancement {
    color: #1b2232;
    font-size: 1.1em;
}
.promoteur-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;

    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.promoteur-popup.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-inner {
    background: #fff;
    padding: 30px 30px 30px;
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    transform: scale(.9);
    transition: transform .35s ease;
    position: relative;
}
button.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promoteur-popup.active .popup-inner {
    transform: scale(1);
}
input.wpcf7-form-control {
    height: 48px;
    border-radius: 5px !important;
    border: 1px solid #E7E2DA !important;
    background: #FBFAF9 !important;
    margin-bottom: 10px;
    width: 100%;
}
textarea.wpcf7-form-control {
    height: 100px;
    border-radius: 5px !important;
    border: 1px solid #E7E2DA !important;
    background: #FBFAF9 !important;
    margin-bottom: 10px;
    width: 100%;
    resize: none;
}

textarea.wpcf7-form-control::placeholder, input.wpcf7-form-control::placeholder{
    color: #5c6b8a;
    font-size: .85em;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #D28D48 !important;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 12px !important;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    box-shadow: none;
    font-size: .9em;
    margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);

}
form p {
    margin-bottom: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b45047 !important;
    font-size: .85em !important;
    border-radius: 12px !important;
    padding: 10px 20px !important;
    border: none !important;
    margin-top: 0em !important;
}
form br {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: .8em !important;
    margin-bottom: 8px;
}
.wpcf7-response-output {
    border-radius: 12px;
    font-size: .8em;
    border: none !important;
    background: #ffb90029;
    padding: 10px 20px !important;
    margin-top: 0 !important;
}
.avis h2 svg {
    stroke: var(--global-palette1);
}
.plus-avis{
    background: #D28D48;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    transition: all .5s;
    font-size: .9em;
}
.plus-avis:hover{
     color: #ffff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.avis-nom {
    font-size: 1em;
    font-family: system-ui;
    font-weight: 500;
}
.avis-desc {
    font-size: .85em;
    color: #5c6b8a;
    margin: 0 0 15px;
}
.avis-single {
    border-bottom: 1px solid #E7E2DA;
    margin-bottom: 15px;
}
.avis-single:last-child {
    border-bottom: none;
}
table tr:first-child td.top_rang-promoteur {
    padding-left: 10px !important;
}
table tr td.top_rang-promoteur {
    padding-left: 36px;
}
table tbody tr:first-child {
    background: #ffd70021;
}
.image-about {
    background: linear-gradient(135deg, hsl(30 60% 55%) 0%, hsl(15 75% 60%) 100%);
    width: 60px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.image-about img {
    max-width: 25px;
}

.image-about_counter img {
    max-width: 64px;
}
.image-about_counter {
    background: linear-gradient(135deg, hsl(30 60% 55%) 0%, hsl(15 75% 60%) 100%);
    width: 120px !important;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.reference .elementor-widget-image{
    width: 64px;
     height: 64px;
     display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #8795B4;
    transition: all .5s;
        margin: 0 auto 20px !important;
}

.reference:hover .elementor-widget-image{
    background: #98A5BF;
}
.reference img{
    max-width: 32px;
}
.rating-avis svg {
    width: 15px;
}

p.rating-avis {
    margin: 0;
}
.premium-blog-entry-meta {
    margin-top: 10px !important;
}
p.premium-blog-post-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 15px;
}

.cf7-col {
  width: 50%;
}

.cf7-col-full {
  width: 100%;
}

.cf7-row input,
.cf7-row textarea {
  width: 100%;
  
}

.cf7-row textarea {
  min-height: 140px;
  resize: none;
}
.cf7-hidden-file {
  display: none;
}

.cf7-file-upload {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px dashed #ccc;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-file-upload:hover {
  border-color: #000;
}

.cf7-file-btn {
  background: #000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
}

.cf7-file-name {
  font-size: 13px;
  color: #666;
}
.cf7-row .select2-container--default .select2-selection--single {
    border-radius: 5px !important;
    border: 1px solid #E7E2DA !important;
    background: #FBFAF9 !important;
    font-size: .8em;
}
span.wpcf7-spinner {
    display: none;
}
.inscription input.wpcf7-form-control.wpcf7-submit {
    margin-top: 20px !important;
}
span.statut-livre {
    background: #038503;
}
/* ===== tablette Responsive ===== */
@media (max-width: 991.98px) {

.projet-thumb img {
    height: 100px;
 
}

.single-thumb {
    flex-basis: calc(20% - 20px);
}
    
.filter-item {
    min-width: calc(50% - 15px);
}

.promoteur-card {
    flex-basis: calc(50% - 15px);
}
a.ville-card {
    flex-basis: calc(33.33% - 15px);
}
.popup-inner {
    max-width: 90%;
}

}
/* ===== table Responsive ===== */
/*@media (max-width: 768px){
    .top-promoteurs-table thead{
        display:none;
    }

    .top-promoteurs-table,
    .top-promoteurs-table tbody,
    .top-promoteurs-table tr,
    .top-promoteurs-table td{
        display:block;
        width:100%;
    }

    .top-promoteurs-table tr{
        border:1px solid #e5e7eb;
        border-radius:8px;
        margin-bottom:15px;
        padding:10px;
    }

    .top-promoteurs-table td{
        border:none;
        padding:6px 0;
        display:flex;
        justify-content:space-between;
    }

    .top-promoteurs-table td:before{
        content:attr(data-label);
        font-weight:600;
        color:#6b7280;
    }
}*/

/* ===== mobile Responsive ===== */
@media (max-width: 575.98px) { 

table.top-promoteurs-table {
    display: block;
    overflow: auto;
}

a.ville-card, .promoteur-card {
    flex-basis: 100%;
}
.filters-container {
    padding: 15px;
}
.single-thumb {
    flex-basis: 100%;
}
.right-info_banner h1 {
    font-size: 1.6em;
}
.numbers-promoteur_single {
    padding: 2em 10px;
}
.left-detail_single, .right-detail_single {
    flex-basis: 100%;
}
.detail-promoteur_single {
    padding: 1em 0;
}
.single_numbers {
    flex-basis: calc(50% - 10px);
}
.projet-thumb, .projet-info {
    flex-basis: 100%;
}
.projet-thumb img {
        height: 130px;
}

}

