.boite_produit1 .bp_image{height: 255px;    width: 100% !important}.boite_produit1 .bp_image .pictureContainer img{    max-height: 250px;    width: auto !important}.getOnlyBrand {    display: flex;    flex-direction: column;    align-items: flex-start;    font-family: sans-serif;    font-size: 14px;    color: goldenrod;margin-left: auto}.getOnlyBrand .switch{  position: relative;  display: inline-block;  width: 40px;   height: 20px}.getOnlyBrand .switch input{  opacity: 0;  width: 0;  height: 0}.getOnlyBrand .switch .sliderBrand{  position: absolute;  display: block;  width: 40px;     height: 20px;    top: 0; left: 0;  background: #ccc;  border-radius: 20px;  transition: .3s;  cursor: pointer}.getOnlyBrand .switch .sliderBrand:before{  content: "";  position: absolute;  left: 2px; bottom: 2px;  width: 16px; height: 16px;  background: #fff;  border-radius: 50%;  transition: .3s}.getOnlyBrand .switch input:checked + .sliderBrand{  background: goldenrod}.getOnlyBrand .switch input:checked + .sliderBrand:before{  transform: translateX(20px)}