/* **** ---------------  if is_page( 'multi-tag-search' ) wp_enqueue_style ------------------- **** */

/* #loop-container {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
} */

.type-post a h2 {
  /* font-size: 1.2rem !important; */
  font-size: clamp(0.9rem, 0.6rem + 0.75vw, 1.2rem) !important;
  color: #000;
  font-weight: 600;
  line-height: 1.4rem;
}

.type-post a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  /* pour scale effect */
}

#form-ui {
  margin-bottom: 20px;
}

.type-post {
  text-align: center;
  line-height: 0;
  height: 285px;
  width: 230px;
  /* evite les empilements eu chargement*/
}

#form-ui label {
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 4px;
  line-height: initial;
}

#form-ui p:first-of-type {
  margin: 0;
}

#form-ui p:nth-of-type(2) {
  margin: 4px 0;
  font-size: 0.9rem;
}

#form-ui hr {
  margin: 8px 0px;
  color: #e9e9e9;
  border-top: 1px dashed #999 !important;
}

#form-ui hr:first-of-type {
  margin: 4px 0px 4px 0px;
}

#loop-container {
  /* background: #DDD; */
  max-width: 1280px;
  margin: 0 auto;
}

/* 
.type-post,
.grid-sizer {
  width: calc(20% - 16px);
}
@media only screen and (max-width: 960px) {
  .type-post,
  .grid-sizer {
    width: calc(25% - 16px);
  }
}
@media only screen and (max-width: 720px) {
  .type-post,
  .grid-sizer {
    width: calc(33% - 16px);
  }
}
@media only screen and (max-width: 540px) {
  .type-post,
  .grid-sizer {
    width: calc(50% - 16px);
  }
}
*/

.type-post {
  float: left;
  /* height: 300px; */
  background: #FFF;
  /* border: 1px solid #333; */
  border-color: hsla(0, 0%, 0%, 0.7);
  margin-bottom: 20px;
}

.type-post img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  /* height: auto; */
  scale: 1.0;
  transition: scale 0.4s;
  /*! object-fit: cover; */
  /*! object-position: center; */
}

.type-post img:hover {
  scale: 1.1;
}

/* .suggest {
  border:1px dotted #e1e1e1;
  background-color: #e1e1e1;
  background-color: #fff8c0;
} */

label:not(.suggest) {
  color: #c3c3c3;
  /* color: #BEB8B8; */
}

label.suggest {
  color: #5e5e5e;
  /* color: #BEB8B8; */
}

label input[type=checkbox] {
  opacity: 0.4;
  accent-color: #000;
}

select {
  background: #fff;
  border: 1px solid #B6B6B6;
  margin-right: 8px;
  padding: 3px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.isotopeImg+a {
  margin-top: 0;
  margin-bottom: 15px;
}

.isotopeImg+a h3 {
  margin-top: 10px;
}

.post-878 a h2 {
  font-size: 1rem !important;
}

.post-1455 a h2 {
  font-size: 1.1rem !important;
}

.sidebar-primary {
  display: none;
}

#loop-container {
  margin-bottom: 60px;
}

:checked+span {
  background-color: #fff8c0;
}

/* #output {
  background-color: #fff8c0;
} */

#form-ui span.termTag {
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 991px) {

  #form-ui div#tags-mobile {
    max-height: 300px;
    overflow: scroll;
    margin-bottom: 0px;
  }

}

span#output,
span#filter-count{
    font-size:0.85rem;
    font-weight: 400;
    font-family: 'Open Sans';
}