.lm_listing_membre_wrapper {
margin: 0;
padding: 0;
width: 100% !important;
max-width: 100% !important;
padding: 15px;
height: auto;
display: flex;
}
.lm_sidebar {
flex-basis: 250px;
min-width: 250px;
flex-grow: 0;
flex-shrink: 0;
margin-right: 25px;
}
.lm_search {
margin-bottom: 2rem;
}
input.lm_search_input[type="text"] {
background-color: #ffffff;
border: none;
width: 100%;
border-radius: 0;
font-size: 14px;
color: #999;
padding: 16px;
box-sizing: border-box;
}
.lm_has_child {
position: relative;
}
.lm_toggle {
position: absolute;
right: 10px;
top: 5px;
transform: rotate(-90deg);
-webkit-transition: transform 172ms ease;
-o-transition: transform 172ms ease;
transition: transform 172ms ease;
}
.lm_toggle img {
width: 20px;
height: auto;
display: block;
}
.has_children_visible .lm_toggle {
transform: rotate(0);
-webkit-transition: transform 172ms ease;
-o-transition: transform 172ms ease;
transition: transform 172ms ease;
}
.lm_childs {
height: 0;
margin-left: 20px;
visibility: hidden;
overflow: hidden;
-webkit-transition: all 172ms ease;
-o-transition: all 172ms ease;
transition: all 172ms ease;
}
.has_children_visible .lm_childs {
height: auto;
visibility: visible;
-webkit-transition: all 172ms ease;
-o-transition: all 172ms ease;
transition: all 172ms ease;
}
.lm_toggle:hover {
cursor: pointer;
}
.lm_separation {
border-bottom: 1px solid #fff;
margin: 5px 0;
}
.lm_label {
position: relative;
display: block;
font-size: 16px;
}
.lm_categories .lm_label .lm_coche {
display: block;
top: 6px;
left: 0;
width: 15px;
height: 15px;
background: #ffffff;
border: 1px solid #f5f5f5;
position: absolute;
}
.lm_categories input[type=checkbox] {
position: absolute;
top: 6px;
margin: 0;
margin-right: 0.5rem;
}
input[type=checkbox]:checked + .lm_label_text .lm_coche::before {
content: '✔';
position: absolute;
top: -2px;
right: 0;
left: -2px;
bottom: 0;
line-height: 15px;
font-size: 24px;
color: #63a143;
}
input[type=checkbox]:checked ~ .lm_label_text {
color: #63a143;
font-weight: 500;
}
.lm_label:hover {
cursor: pointer;
}
.lm_label_text {
padding-left: 25px;
}
.lm_listing {
flex-grow: 1;
display: -ms-grid;
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
grid-auto-rows: min-content;
}
.lm_header {
grid-column: 1 / -1;
}
.lm_header_titre {
text-align: center;
color: #63a143;
}
.lm_membre {
background: #fff;
box-shadow: 14px 1px 20px 0px rgba(0, 0, 0, 0.01);
-webkit-transition: all 172ms ease;
-o-transition: all 172ms ease;
transition: all 172ms ease;
}
.lm_membre:hover {
box-shadow: 14px 1px 20px 0px rgba(0, 0, 0, 0.05);
-webkit-transition: all 172ms ease;
-o-transition: all 172ms ease;
transition: all 172ms ease;
}
.lm_membre_inner {
position: relative;
}
.lm_membre_inner::before {
content: '';
display: block;
padding-top: 100%;
width: 100%;
}
.lm_membre_background {
position: absolute;
top: 0;
right: 0;
left: 0;
padding-top: 100%;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}  @media screen and (max-width: 980px) {
.lm_listing_membre_wrapper {
flex-wrap: wrap;
}
.lm_sidebar {
flex-basis: 100%;
margin-bottom: 2rem;
}
.lm_categories_colonnes {
display: flex;
flex-wrap: wrap;
}
.lm_categories_colonne {
flex-basis: 50%;
min-width: 200px;
padding: 0 0.5rem;
flex-grow: 1;
}
} .lm_separation {
border-bottom: 5px solid #fff;
margin: 25px 0;
}
.lm_toggle {
right: 0;
}
input.lm_search_input[type="text"] {
border: 1px solid #999;
}
.lm_label_text {
padding-right: 25px;
}
.lm_categories .lm_label .lm_coche {
border: 1px solid #999;
}
.lm_membre {
overflow: hidden;
}
.lm_membre_inner a::after {
content: "En savoir plus";
opacity: 0;
position: absolute;
right: 0;
left: 0;
bottom: 0;
height: 40px;
background: rgba(223, 215, 200, 1);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
transform: translateY(20px);
transition: all 250ms ease;
}
.lm_membre_inner a:hover::after {
opacity: 1;
transform: translateY(0);
transition: all 250ms ease;
}@font-face {
font-family: 'gotham-htf-book';
src: url(//www.smartbuildingsalliance.org/wp-content/uploads/useanyfont/190309030817GOTHAM-HTF-Book.woff) format('woff');
font-display: auto;
}
.gotham-htf-book{font-family: 'gotham-htf-book' !important;}
body{
font-family: '' !important;
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a{
font-family: 'gotham-htf-book' !important;
}