.ProductList-wrapper {
  margin-top: 7rem; }

.ProductList-products, .ProductList-products.ProductList-products {
  margin: 0 -3.2rem 5rem;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .ProductList-products, .ProductList-products.ProductList-products {
      margin-left: 0;
      margin-right: 0; } }

.ProductList-products .ProductList-item {
  width: calc(50% - 6.4rem);
  margin: 0 3.2rem 3.2rem; }
  .ProductList-products .ProductList-item:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767px) {
    .ProductList-products .ProductList-item {
      width: 100%;
      margin: 0 0 2rem; } }

.ProductList-item {
  border: none !important;
  background: white;
  padding: 2rem; }
  .ProductList-item-medias {
    width: calc(100% + 4rem);
    margin: -2rem -2rem 1rem;
    border: solid 1rem white; }
  .ProductList-item-bottle {
    transform: none !important; }
    .ProductList-item-bottle img {
      max-height: none; }
  .ProductList-item-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center; }
  .ProductList-item-click2buy {
    margin-bottom: 1rem; }
  .ProductList-item-pictogram, .ProductList-item-backgroundColor, .ProductList-item-secondaryPictogram {
    display: none; }

/*----------------------------------- test pour produits ds swiper ------------------------*/
/*---------------------------------- ProductList-products-simple ---------------------------------*/
.ProductList-products-simple {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1230px;
  margin: 0px auto; }
  .ProductList-products-simple .ProductList-item {
    max-width: 570px; }
    @media (min-width: 1361px) {
      .ProductList-products-simple .ProductList-item {
        width: calc(50% - 3.2rem);
        margin: 0px 6.4rem 3rem 0px; } }
    @media (max-width: 1360px) {
      .ProductList-products-simple .ProductList-item {
        width: calc(50% - 2rem);
        margin: 0px 4rem 3rem 0px; } }
    @media (max-width: 763px) {
      .ProductList-products-simple .ProductList-item {
        width: 100%;
        margin: 0px 0px 3rem; } }
    .ProductList-products-simple .ProductList-item:nth-child(2n) {
      margin-right: 0px; }

/*# sourceMappingURL=extend-products.css.map */
