
.colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 340px;
  margin: 0 auto;
 
}
@media (min-width: 768px) {
  .colors {
    max-width: 1160px;
  }
}
.colors .color {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #222221;
  font-size: 16px;
  margin: 30px 10px;
  width: 140px;
}
@media (min-width: 768px) {
  .colors .color {
    width: 224px;
  }
}
.colors .color:not(.active) {
  display: none;
}
.colors .color .patern {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #c4c5c4;
  background: var(--patern-color);
  margin: 0 auto;
 /* ombre cercle */
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); */
}
@media (min-width: 768px) {
  .colors .color .patern {
    height: 170px;
    width: 170px;
  }
}
.colors .color .id_patern {
  font-weight: 300;
}
.colors .color .title_patern {
  font-weight: 500;
  font-family: Montserrat;
}
.colors .color span:not(.patern) {
  margin-top: 4px;
}

/*.filter_button {*/
/*  text-align: center;*/
/*  margin: 30px auto 40px auto;*/
/*  text-transform: uppercase;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  font-weight: 600;*/
/*}*/
/*.filter_button div {*/
/*  padding: 2px 7px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  border-top: #222221 solid 1px;*/
/*  border-bottom: #222221 solid 1px;*/
/*  cursor: pointer;*/
/*}*/
/*.filter_button div img {*/
/*  margin-left: 5px;*/
/*  margin-right: 2px;*/
/*}*/
/*.filter_button.filter_button_close div img {*/
/*  margin-left: 2px;*/
/*  margin-right: 5px;*/
/*}*/
#headingOne > button > span
{
  color:black;
}






.filters {
  flex-flow: column;
  justify-content: flex-start;
  
  
  padding: 15px;
  display: flex;
}

.filters.open {
  display: flex !important;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .filters.open {
    position: fixed;
    top: 105px !important;
    background-color: rgba(11, 12, 11, 0.84);
    color: #fff;
    padding-top: 50px;
  }
}
.filters form {
  /*max-width: 576px;*/
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.filters form .textual_field {
  display: flex;
  position: relative;
  width: 216px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .filters form .textual_field {
    margin: 0 auto 40px auto;
  }
}
.filters form .textual_field input {
  width: 100%;
}
.filters form .textual_field button {
  height: 29px;
  width: 44px;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  margin: auto;
  border: 0;
}
.filters input[type=text] {
  color: #fff;
  background: transparent;
  border: 1px solid;
  font-size: 14px;
  padding: 7px 45px 7px 9px;
  border-radius: 0;
  min-height: 29px;
  width: 100%;
}
.filters input[type=text]::-moz-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.filters input[type=text]::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.filters .filter_button {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filters .filter_button {
    margin-left: auto;
  }
}
.filters .filter_button div {
  border-color: #fff;
}
@media (min-width: 768px) {
  .filters   {
    display: flex;
  flex-wrap: wrap;

  }
}
.filters   .color {
  color: #222221;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
  cursor: pointer;
}

.filters   .color .round {
  width: 30px;
  height: 30px;
  background-color: #EEE9D9;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  position: relative;
}

.filters .color .round::after {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: " ";
  transform: rotate(45deg) translate(-2px, -2px);
  height: 14px;
  width: 8px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  mix-blend-mode: overlay;
}

.filters   .color .title {
  color: #222221;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22.29px; /* 159.214% */
}
.filters   .color  .count {
  font-style: italic;
  font-weight: 300;
}
.filters   .color.active  {
  font-weight: 700;
}
.filters   .color.active .round::after {
  display: block;
}
.text-center{
  text-align: center;
}
.title120{
  max-width: 600px!important;
}
.page-header{
  margin-top: 80px;
  margin-bottom: 40px;
}
.subcontainer{
  margin: 0 auto;
  max-width: 959px;
  text-align: center;
  padding: 10px;
}
.filter-colapsed{
    border-radius: 0!important;
    border: none!important;
    border-bottom: 2px solid black!important;
    border-top: 2px solid black!important;
    background-color: transparent!important;
}
.filter-colapsed>img{
  width:16px!important;
}
.souligne{
  text-decoration: underline;
}
.v33-search-results-result.product.color>a{
  text-decoration: none;
}
.v33-search-results-result.product.color{
  gap:0px;
  height: auto;
}
.v33-search-results-result-type.color {
  margin-top: 4px;
  line-height: 20px;
  height: auto;
}
.v33-search-results-result a.btn-white.color {

  margin-top: 8px;
}
.linktoproduct{
  text-decoration: none!important;
  width: 100%!important;
  height: 100%!important;
  border-radius: 100%!important;
  background-color: transparent!important;
  box-shadow: none!important;

}
.v33-search-results-result .linktoproduct:hover{
  text-decoration: none;
  background-color: transparent!important;
} 