.bctq-member-filters select{
    -webkit-appearance: menulist !important;
}


.deleteFilters{
    float:right;
    margin-top:-40px;
}
.deleteFilters:hover, .deleteFilters:focus{
    color:white !important;
    border:1px solid white !important;
}
/*.page-id-15755*/
 .sliderSourcebook::before {
    content: "";
    position: absolute;
    width:100%;
    height:655px;
    z-index:0;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay noir à 70% */
}
.sliderSourcebook h1{
    z-index:1;
}

.bctq-member-archive-header::before {
    content: "";
    position: absolute;
    width:100%;
    height:250px;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay noir à 70% */
}

/* Conteneur principal de l'archive */
.bctq-member-archive {
    padding: 20px;
    max-width: 1600px;
    margin-left:auto;
    margin-right:auto;
    
}
.bctq-member-page-informations{color:#000;}
.bctq-member-page{
    font-family: "Avenir", Sans-serif;
}
.bctq-member-page-categories p{
    margin:0;
}
.mySwiperCateg .swiper-slide a{
        font-family: "Avenir", Sans-serif;
        font-weight:900 !important; 
}
/*
.single-member, .post-type-archive-member{
    font-family: "Anton", Sans-serif;
}*/

/* Titre principal */
.bctq-member-archive h1 {
    font-family: "Anton", Sans-serif;
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
}

/* Liste de membres */
.member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Carte de membre */
.member-card {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border: 1px solid #000000;
    box-shadow: -10px 10px 0px rgba(0, 0, 0, 1);
    padding: 15px;
    width: 100%;
    margin-bottom:20px;
}

.member-card-head{
display: flex;
    background: #000;
    color: #fff;
    padding: 5px;
    gap: 10px;
    align-items: center;
}
.company-name{
        font-family: "Anton", Sans-serif !important;
    text-transform: uppercase;
    color: #f5cd00;
    padding: 0;
    margin: 0;
    font-size: inherit;
}
.company-name a{
    color: #f5cd00;
    font-size: 25px;
    font-weight: 100;
}
.company-name a:hover{
    color: #f5cd00;
}
.company-website{
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin: 0;
    text-transform: uppercase;
}

.company-website a{
    color: #ffff !important;
    font-size: 20px;
}
.company-website a:hover{color:#fff;}

/* Section gauche de la carte */
.member-card-left {
    max-width: 200px;
    flex: 1;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Logo de l'entreprise */
.member-logo img {
    max-width: 150px;
    height: auto;
}
/* Logo de l'entreprise */
.member-list .member-logo img {
    width: 300px !important;
    height: auto;
    max-width:100% !important;
}
/* Nom et URL de l'entreprise */
.member-info {
    margin-top: 10px;
}

.member-info .company-name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffcc00;
}

.member-info .company-website {
    font-size: 0.9rem;
    color: #333;
}

/* Section droite de la carte */
.member-card-right {
    flex: 2;
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-detail{
    display:flex;
}

.company-contact{
    min-width:65%;
    padding-top:20px;
    padding-left:10px;
}
.company-meta{
    min-width:35%;
}

/* Informations du contact */
.contact-name,
.contact-phone,
.contact-email {
   /* font-size: 0.9rem;*/
    margin-bottom: 10px;
    color: #333;
        font-family: "Avenir", Sans-serif;
}
.contact-name-page{
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #333;
}
.contact-email a{
    color:#000;
}
.member-list .contact-email a{
    color:#000 !important; 
}

/* Adresse de l'entreprise */
.company-address {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

/* Métadonnées : type, région, catégorie */
.member-meta {
        font-family: "Avenir", Sans-serif;

    background-color: #ddd;
    padding: 10px;
    font-size: 16px;
    color: #333;
    width:100%;
}

.member-meta p {
    margin: 0;
}

.member-meta p + p {
    margin-top: 5px;
}

/* Boutons */
.member-actions, .bctq-member-page-btn {
    display: flex;
    gap:20px;
    margin-top: 20px;
}
.bctq-member-page{
        gap:40px !important;
        padding-bottom:40px;
}

.member-actions .btn, .bctq-member-page-btn a {
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Avenir", Sans-serif;

    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
}
.contact-name{
    font-weight:600;
    margin-left:-5px;
    text-transform:uppercase;
}

.btn-black {
    background-color: #000;
    color: #fff !important;
    border:1px solid transparent;
}

.btn-yellow {
    background-color: #ffcc00;
    border:1px solid transparent;
    color: #000;
}

/* Styles pour la pagination */
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    padding: 8px 12px;
    text-decoration: none;
    background-color: #ffcc00;
    color: #000;
    margin: 0 5px;
    border-radius: 3px;
}

.pagination a:hover {
    background-color: #333;
    color: #fff;
}

.search-result-title{
    color:#000;
    text-transform:uppercase;
    font-size:45px;
    margin-bottom:30px;
    font-family: "Anton", Sans-serif !important;
}
.bctq-member-results-count{font-weight:600; text-transform:uppercase;}

h2.search-result-title::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #f4ce03;
    width: 200px;
    height: 10px;
    margin-top: 60px;
}

.bctq-member-filters {
    margin-bottom: 30px;
    padding: 20px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background: #f4ce03;
    margin-top:-30px;
    z-index:10;
    position:relative;
    font-family: "Avenir", Sans-serif;
}

.bctq-member-page{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top:40px;
}
.bctq-member-filters .filter-item {
    margin-bottom: 15px; width:30%;
}
.bctq-member-filters .filter-item-submit{
    width:10%;
}
.bctq-member-filters label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-transform:uppercase;
}



.btn-filter:focus, .btn-black:hover{
    background:transparent !important;
    border:1px solid #000 !important;
    color:#000 !important;
    outline: none !important;
}
.btn-filter{
    height:40px;
            outline: none;
}
.bctq-member-filters select, .bctq-member-filters input {
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
    border-radius: none;
background-color: transparent;
    color: #000;
        outline: none;

    height:40px;
}

.bctq-member-filters .btn-filter {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
}

.bctq-member-filters .btn-filter:hover {
    background-color: #333;
    color: #fff;
}


.bctq-member-filters form{    display: flex; gap:10px; align-items:end;}


.bctq-member-archive-header h1{ text-align:center; font-weight:200; font-size:70px; text-transform:uppercase; width:100%; font-family: "Anton", Sans-serif;}
.bctq-member-archive-header h1 span{
    color:#fff;    
}
.bctq-member-archive-header{
    /*
    background: url(/wp-content/plugins/bctq-members/templates/PhotoSourceBook.jpg);
    */
    background: url(https://www.bctq.ca/wp-content/uploads/2024/12/AdobeStock_752208898-1-scaled-1.jpeg);
    background-size: cover;
    height: 250px;
    background-position-y: 500px;
    text-align: center;
    align-items: center;
    display: flex;
    color: #f4ce03;
}
.bctq-member-page-title{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top:20px;
}
.bctq-member-page-logo img{ width:80px;}

.bctq-member-page-entreprise{font-size:30px; font-weight:200; font-family: "Anton", Sans-serif;}

.bctq-member-page-entreprise::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #f4ce03;
    width: 200px;
    height: 10px;
    margin-top: 40px;
}

.bctq-member-page-certified{
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:20px;
}
.bctq-member-page-certified img{
    height:45px;
}
.bctq-member-page-informations{
    margin-top:30px;
    background-color: #ffcc00;
    padding:20px;
}
.bctq-member-map{
    margin-left:10px;
    border: 1px solid #000000;
    box-shadow: -10px 10px 0px rgba(0, 0, 0, 1);
}
.bctq-member-map iframe{
    margin-bottom:-6px;
}
.bctq-member-page-btn{
    margin-bottom:20px;
}
.bctq-member-page{
    display:flex;
    gap:20px;
}
.bctq-member-page-left{width:70%; padding-right:20px;}
.bctq-member-page-right{width:30%;}
.bctq-member-page-rs{display:flex; gap:10px; margin-top:10px; margin-bottom:20px;}
.bctq-member-page-rs img{
    width:25px; height:auto;
}

.bctq-member-page-informations .label{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:10px;
}
.bctq-member-page-informations a{
    color:#000;
}

.bctq-member-page-informations p{
    font-size: 0.9rem;
    margin-bottom:0.4rem;
}
.contact-name-page {
    font-weight:700;
}

.bctq-member-page-description{
    margin-top:30px;
    text-align:justify;
}

.bctq-member-page-categories{
    display: flex;
    gap: 40px;
    margin-top:20px;
}

.bctq-member-page-categories-right{
    border-left: 4px solid #000;
    padding-left: 40px;
}

.elementor-element-0ad0122, .elementor-element-bd7fd2b{
    display:none !important;
}
.bctq-retour{
    margin-top:20px;
    border-radius: 3px;
    border: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 20px;
    color: grey;
}

a.bctq-retour::before {
content: '<';
    font-size: 20px;
    position: absolute;
    margin-left: -20px;
    margin-top: -3px;
}
.filter-titre{
    margin-bottom:5px;
    font-size:20px;
}
.filter-request{
    background: black;
    color: white;
    padding: 20px;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: 30px;
}
.filtrescriteres{
    gap:10px; display:flex;
}
.remove-filter{
    color:white;
        font-weight: 600;
    font-size: 18px;
    margin-left: 5px;
}
.filters{
    padding: 3px;
    padding-left:8px;
    padding-right:8px;
    border: 1px solid #F4CE01;
}
.deco {
    height: 100vh;
    width: 400px;
    background: url(/wp-content/plugins/bctq-members/templates/homedc.png);
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    margin-top: -900px;
    left: 65%;
}
.elementor-element-637a9dc{padding:0 !important;}


.membreVedetteTitle h2 {
    text-align: center;
    color: #000000 !important;
    font-family: "Anton", Sans-serif !important;
    font-size: 40px !important;
    font-weight: normal ! Important;
    line-height: 1 !important;
    margin-top: 0 !important;
    text-transform: uppercase;
}


.membreCategTitle h2 {
    text-align: left;
    color: #000000 !important;
    font-family: "Anton", Sans-serif !important;
    font-size: 40px !important;
    font-weight: normal ! Important;
    line-height: 1 !important;
    margin-top: 0 !important;
    text-transform: uppercase;
}


.PresentationBCTQtitle h2{
	    color: #FFF !important;
    font-family: "Anton", Sans-serif !important;
    font-size: 40px !important;
    font-weight: normal !Important;
    line-height: 1 !important;
	margin-top:0 !important;
	text-transform:uppercase;
}

.sectionPresentation{
	background:#000000;
}

.contrainerPresentation{
	
	    justify-content: space-between;
    align-items: center;
}

.sectionPresentation p{
	
	font-family: Avenir;
font-size: 20px !important;
font-weight: 400 !important;
line-height: 27.32px;
	color: 	#FFFFFF;
	font-family: "Avenir", Sans-serif !important;
	margin-bottom:30px !important;

}



.colonneGauche{
	    max-width: 35%;
}


.colonneDroite{
	    max-width: 60%;
}
	
.sectionPresentation{
	padding-top:70px;
	padding-bottom:70px;
}

.page-template-sourcebook-home .containerResultatsDroit{
	
	    background: #FFF !important;
}


.page-template-sourcebook-home .containerLogoResultats{
	
	   max-width: 50%;
}

.page-template-sourcebook-home .resultatsTexteInfo{
	
	   max-width: 50%;
}

.btnNoirSlider {
    width: 296px !important;
    height: 57px !important;
    line-height: 57px !important;
    color: white !important;
    background: black !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    font-family: "Avenir", Sans-serif !important;
    display: inline-block;
    text-align: center;
}



/*.page-id-15755*/
.sliderSourcebook{
	height: 655px;
    /*background: url(/wp-content/plugins/bctq-members/templates/PhotoSourceBook.jpg);*/
    background: url(https://www.bctq.ca/wp-content/uploads/2024/12/AdobeStock_752208898-1-scaled-1.jpeg);
margin-top:-10px !important;
background-size:cover;
	margin: auto;
	    display: flex;
    align-items: center;
    justify-content: center;
}


.sliderSourcebook h1{
font-family: Anton;
font-size: 70px;
font-weight: 400;
line-height: 77px;
letter-spacing: 0.02em;
text-align: center;
	margin:0 !important;
	color:#F4CE01;

}

.sliderSourcebook h1 span{
color:#FFFFFF;

}

.sectionMembreVedette{
	padding-top:20px !important;
	padding-bottom:20px !important;
}


/* Sidebar initialement masquée */
#comparison-sidebar {
    position: fixed;
    right: -25%; /* La sidebar est cachée en dehors de l'écran */
    top: 0;
    width: 25%;
    height: 100%;
    background-color: #f8f9fa; /* Couleur de fond de la sidebar */
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1000; /* S'assurer que la sidebar est au-dessus du contenu principal */
    padding: 20px;
}

#comparison-sidebar h2{
    text-transform:uppercase;
}
#comparison-sidebar h2::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #f4ce03;
    width: 200px;
    height: 10px;
    margin-top: 40px;
}

/* Classe ajoutée pour afficher la sidebar */
#comparison-sidebar.open {
    right: 0; /* Sidebar visible */
}

/* Bouton pour fermer la sidebar */
#close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
}

#print-comparison{
    width: 100%;
    background: #000;
    border: 1px solid transparent;
    color: white;
    text-transform: uppercase;
}


/* ---------- RESPONSIVE ------------*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .bctq-member-page {display:block; padding:20px;}
      .bctq-member-page-left{ width:100%;}
      .bctq-member-page-categories-right{}
      .bctq-member-page-categories-right{}
}
/* --------------------------------- */

@media print {
    body * {
        visibility: hidden;
    }
    #comparison-sidebar{
        height:auto!important;
    }
    #comparison-sidebar, #comparison-sidebar * {
        visibility: visible;
        
    }
    #print-comparison{display:none;}
       #comparison-sidebar h4{
           font-weight:700;
           padding:0;
       }
   .logoprint{display:block;}
   #close-sidebar{display:none;}
    #comparison-sidebar .address, #comparison-sidebar .contact, #comparison-sidebar .region, #comparison-sidebar .type, #comparison-sidebar .membership, #comparison-sidebar .tournevert{
        display:block;
    }
    #comparison-sidebar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    
    .comparison-member{
        page-break-after: always;
    }
    
    
   
}

#comparison-sidebar h3{
        font-family: "Anton", Sans-serif;
    text-transform:uppercase;
    margin-bottom:50px;
}
#comparison-members{
    margin-bottom:20px;
}
#comparison-sidebar h3::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #f4ce03;
    width: 200px;
    height: 10px;
    margin-top: 40px;
}
.comparison-member{
    margin-bottom:20px;
    padding:10px;
    border: 1px solid #000000;
    box-shadow: -10px 10px 0px rgba(0, 0, 0, 1);
}
.comparison-member h4{
    background: black;
    color: #ffcc02;
    padding: 5px;
    font-size: 20px;
    text-transform:uppercase;
}
.comparison-member {
    display: flex;
    gap: 10px;
}

.comparison-member img{
    width: 90px;
    height: auto;
    object-fit: contain;
}
.comparison-member .address, .comparison-member .contact, .comparison-member .type, .comparison-member .region, .comparison-member .tournevert, .comparison-member .contact, .comparison-member .membership{
    display:none;
} 
.logoprint{display:none;}
.bctq-slider-item .mainContainerResults p{
    font-size:16px !important;
}
.bctq-slider-item .bctq-member-page-btn a{
    font-size:16px;
}

.bctq-member-right .bctq-member-page-btn a{
        padding: 10px 15px;
}
button.btn-yellow{
    border:1px solid transparent;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
}
button.btn-yellow:hover, button.btn-yellow:focus{
    border:1px solid #000;
    background:transparent;
    color:black;
        outline: none;

}

.add-member-content{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.btn-compare{
    padding: 20px;
    position: fixed;
    transform: rotate(90deg);
    right: -66px;
    font-size: 16px !important;
    z-index:999;
    top:60%;
}

.btn-compare:hover{
    background:#000 !important;
    color:#fff !important;
}
input#filter-keywords::placeholder {
    color: black;
    font-weight: 300;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .elementor-element-0d4b31d{
          display:none;
      }
      .elementor-element-1c4eeb2 a{
          color:#fff !important;
      }
      
      .swiper-button-next{
          margin-right:-15px !important;
      }
      .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, -5px);
          
      }
      
      .deco{
          display:none;
      }
      .swiper-button-prev{
          margin-left:-21px !important
      }
      .swiper-button-next{
          margin-right:-20px !important;
      }
      .mySwiperCateg{
          text-align:center;
      }

.membreCategTitle h2{
    text-align:center;
}
.membreCategTitle div{
    margin-left:auto !important;
    margin-right:auto !important;
}
.membreCategTitle{
    margin-left:10px !important;
    text-align:center;
}
.bctq-member-filters .filter-item{
    width:100%;
}
.bctq-member-filters form{
    display: grid;
}
.contrainerPresentation {
    display: block !important;
    padding-top:0px !important;
}
.colonneGauche, .colonneDroite {
    max-width: 100% !important;
}

.contrainerPresentation .colonneDroite {
    padding:20px;
}

.btnPortfolio{
    width: 100%;
}
.sectionMembreVedette{
    padding:20px;
}

.bctq-slider-item{
    display: block !important;
    margin-left: 5px;
    margin-right: 20px;
}

.member-card-head{
    display: block !important;
    margin-bottom: 20px;
    padding: 10px;
}
.company-website{
    border:none !important;
    padding-left:0 !important;
}

/*.page-id-15755*/
.sliderSourcebook {
    height: 250px;
}

.sliderSourcebook h1, .bctq-member-archive-header h1{
    font-size: 50px !important;
    z-index: 9;
    line-height: 60px !important;
}
.filter-keywords{border:1px solid #000;}

.sectionPresentation{padding-top:0;}

h2.search-result-title::before{
    margin-top:35px;
}
.search-result-title{
    font-size:28px;
}
.member-card-left{
    margin-left:auto;
    margin-right:auto;
}
.company-contact{
    padding-top:0;
}
.member-card{
    display:block;
}
.slider-member-detail{
    margin-left:0 !important;
}
.member-card-right{
    padding:0;
}
.member-card .member-card-head{
    margin-top:0px !important;
}
.company-detail{
    display:block;
}
.bctq-member-archive-header{
    background-repeat: no-repeat;
    background-position-y: 0;
}

.bctq-member-page-entreprise::before{
    margin-top:85px !important;
    display:none;
}
.bctq-member-page-categories{
    display:block;
}
.bctq-member-page-categories-right{
    border:none !important;
    padding-left:0 !important;
}
.member-actions, .bctq-member-page-btn{
    gap:5px !important;
}
.bctq-member-archive-header::before {
    content: "";
    position: absolute;
    width:100%;
    height:250px;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay noir à 70% */
}
/*.page-id-15755*/
.sliderSourcebook::before {
    content: "";
    position: absolute;
    width:100%;
    height:250px;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay noir à 70% */
}
.bctq-member-filters{margin-top:0 !important;}

.mySwiperCateg .swiper-button-next, .mySwiperCateg .swiper-button-prev{
    display:none;
}
#comparison-sidebar.open{
    width:100%;
}

.bctq-member-page-title{
    display:flex;
}
.bctq-member-page-logo{
    text-align:center;
}
      
  }

.swiper-button-next, .swiper-button-prev,.swiper-button-next:after, .swiper-button-prev:after{
    color:#000 !important;
}

.swiper-pagination-bullet-active{
    background:#f4ce05 !important;
}



.sliderSourcebook a, .bctq-member-archive-header a{
    color:#f4ce03 !important;
    z-index:2;
    width:100%;
}
button.btn-black:focus{
    background:#000;
        outline: none;
}
button.btn-black{
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
}



.width1465{
    padding-left:10px;
    padding-right:10px;
}

.filter-item input[type=text]{
    border:1px solid #000 !important;
    font-family:inherit !important;
}
.filter-item input[type=text]::placeholder{
     font-family:inherit !important;
}   
.bctq-member-page{
    padding-left:10px;
}
@media screen 
  and (min-device-width: 350px) 
  and (max-device-width: 1300px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      .bctq-slider-item{
       display:block !important;
      }
      .comparison-member img{
          display:none;
      }
}

@media screen 
  and (min-device-width: 350px) 
  and (max-device-width: 799px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      /*.page-id-15755*/ .sliderSourcebook{
       height:250px;
      }
}

@media screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1080px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      /*.page-id-15755*/ .sliderSourcebook{
       height:400px;
      }
}

@media screen 
  and (min-device-width: 350px) 
  and (max-device-width: 699px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      .bctq-member-filters .filter-item{
          width:100%;
      }
      .bctq-member-filters form{
          display:block;
      }
}
@media screen 
  and (min-device-width: 700px) 
  and (max-device-width: 1320px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      .bctq-member-filters .filter-item{
          width:20%;
      }
}
.member-meta{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-top:20px;
    padding-bottom:20px;
}
.elementor-location-header .elementor-container {
    max-width: 1600px;
}

.page-id-16681 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1340px !important;
    padding: 20px;
}

.bctq-member-page-portfolio a{
    color:#fff !important;
}
.bctq-member-page-informations a{
    color:#000 !important;
}

