* .btn#bt-more {
  margin: 0 auto;
  display: block;
  margin-bottom: 5rem;
  margin-top: -3rem;
}

.page-template-tplproducts-2022-php {
  background: #f8f8f8;
}

.single-product {
  background: #f8f8f8;
}

.categories {
  font-size: 0px;
}
.categories a {
  margin-right: 0.75rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.categories a.btn {
  padding: 10px 40px;
  width: auto;
}

.back {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 2px #1A8AC9;
  border-top: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  left: -1rem;
}

.filter {
  margin-left: -5px;
}
.filter a {
  font-size: 1.5rem;
  line-height: 1.8rem;
  opacity: 0.8;
  padding: 0 5px;
  margin-bottom: 1rem;
  cursor: pointer;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  color: #202020 !important;
}
.filter a:last-child {
  margin-right: 0;
}
.filter a:hover {
  opacity: 1;
}
.filter a.current-letter {
  color: #1A8AC9 !important;
  text-decoration: none;
}
.filter a.current-letter:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 2px #1A8AC9;
}

#search-product {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 25px;
}

.product {
  padding: 25px;
  margin-bottom: 25px;
  background: #f8f8f8;
}
.product h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.product [class^=icon-] {
  margin-top: 40px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product [class*=icon-] {
  margin-top: 40px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product.open {
  border-bottom: 3px solid;
}
.product.open [class^=icon-] {
  -webkit-transform: rotateX(180Deg);
  transform: rotateX(180Deg);
}
.product.open [class*=icon-] {
  -webkit-transform: rotateX(180Deg);
  transform: rotateX(180Deg);
}

.product.inactif {
  cursor: default;
}
.product.inactif [class^=icon-] {
  opacity: 0;
}
.product.inactif [class*=icon-] {
  opacity: 0;
}

.pics-slider.pics-slider-mobile {
  background: #fff;
}
.pics-slider.pics-slider-mobile .other-pics img:first-child {
  margin-left: 1rem;
}

.pics-slider #main-pic {
  margin-bottom: 2rem;
}
.pics-slider .other-pics {
  white-space: nowrap;
  overflow-x: auto;
}
.pics-slider .other-pics img {
  height: 100px;
  width: auto;
  margin: 3rem 1rem;
}
.pics-slider .other-pics img:first-child {
  margin-left: 0;
}
.pics-slider .other-pics::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pics-slider .other-pics::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.pics-slider .other-pics::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border: 0px none #e9e9e9;
  border-radius: 78px;
}
.pics-slider .other-pics::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e;
}
.pics-slider .other-pics::-webkit-scrollbar-thumb:active {
  background: #9e9e9e;
}
.pics-slider .other-pics::-webkit-scrollbar-track {
  background: #e9e9e9;
  border: 32px none #e9e9e9;
  border-radius: 50px;
}
.pics-slider .other-pics::-webkit-scrollbar-track:hover {
  background: #e9e9e9;
}
.pics-slider .other-pics::-webkit-scrollbar-track:active {
  background: #e9e9e9;
}
.pics-slider .other-pics::-webkit-scrollbar-corner {
  background: transparent;
}

.row-margin-grid-2022 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.product-2022 {
  padding: 25px;
  display: inline-block;
  text-decoration: none !important;
  color: #2A0039 !important;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0509803922);
}
.product-2022 img {
  width: auto;
  max-width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.product-2022:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.product-2022:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-2022:hover .title {
  margin-top: 0rem;
}
.product-2022 .title {
  margin-top: 1rem;
  -webkit-transition: margin-top 0.6s;
  transition: margin-top 0.6s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  width: 100%;
}
.product-2022 h3 {
  color: #2A0039 !important;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 25px;
}
.product-2022 [class^=icon-] {
  margin-top: 40px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-2022 [class*=icon-] {
  margin-top: 40px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-2022.open {
  border-bottom: 3px solid;
}
.product-2022.open [class^=icon-] {
  -webkit-transform: rotateX(180Deg);
  transform: rotateX(180Deg);
}
.product-2022.open [class*=icon-] {
  -webkit-transform: rotateX(180Deg);
  transform: rotateX(180Deg);
}

.product-2022.inactif {
  cursor: default;
}
.product-2022.inactif [class^=icon-] {
  opacity: 0;
}
.product-2022.inactif [class*=icon-] {
  opacity: 0;
}

.tr {
  border-bottom: #d4d4d4 solid 1px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.tr .th {
  color: #717171;
  text-transform: uppercase;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  font-size: 14px;
}
.tr .th:first-child {
  padding-left: 0;
}
.tr .th:last-child {
  padding-right: 0;
}
.tr .td {
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-size: 15px;
  white-space: nowrap;
  line-height: 40px;
}
.tr .td:first-child {
  padding-left: 0;
}
.tr .td:last-child {
  padding-right: 0;
}
.tr .td img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
}
.tr .td.text-right {
  font-size: 13px;
}

.btn-download.btn span {
  white-space: nowrap;
}

.link-to {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  top: 115px;
  right: 62.5px;
}
.link-to a {
  display: block;
  width: 40px;
  height: 40px;
}
.link-to a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #202020;
  border-bottom: none;
  border-right: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.link-to a:hover {
  opacity: 0.7;
}

.link-to.link-to-next {
  left: auto;
  right: 25px;
}
.link-to.link-to-next a:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.info-product {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.info-product .wrapp {
  padding: 25px 0;
}

.info-product.open {
  max-height: 500px;
}

.no-results {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  #search-product {
    max-width: 115px;
    margin-top: 0;
  }
  .tiles-full {
    padding: 0 12.5px;
  }
  .tiles-full-2022 {
    padding: 12.5px;
  }
  .product h3 {
    font-size: 22px;
  }
  .product-2022 h3 {
    font-size: 22px;
  }
  .info-product.open {
    height: 110px;
  }
  .info-product .wrapp {
    height: 110px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .product h3 {
    font-size: 26px;
  }
  .pics-slider {
    position: fixed;
    max-width: 26%;
  }
  .product-2022 h3 {
    font-size: 26px;
  }
  .tr .th {
    font-size: 18px;
  }
  .link-to {
    position: fixed;
    top: 50%;
    left: 25px;
    right: auto;
  }
  .link-to a {
    width: 50px;
    height: 50px;
  }
  .link-to a:before {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1500px) {
  .product h3 {
    font-size: 30px;
  }
  .product-2022 h3 {
    font-size: 30px;
  }
  .tr .td {
    font-size: 16px;
  }
}
@media (max-width: 1249.98px) {
  .categories {
    padding-bottom: 1rem;
  }
  .categories a.btn {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1600px) {
  /*
  .table {
  	overflow-x: scroll;
  	margin-right: 0;
  	width: auto;
  }
  .tr {
  	width: auto;
  	white-space: nowrap;
  	min-width: 900px;
  }
     */
}