/* Style des CTA */
.bloc-links {
    display: flex;
  justify-content: center !important;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cta-live-shopping {
    all: unset;
    cursor: pointer;
    color: #000000 !important;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.cta-live-shopping:hover {
    text-decoration: none;
}

 @media screen and (max-width: 1023px) {

  .bloc-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0 16px;
    /* margin: 0; */
    margin: 20px 0; /* marge en haut et en bas */

    justify-content: flex-start !important; /* Ajouter cette ligne */

overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
scroll-snap-type: x mandatory;
   }
.bloc-links::-webkit-scrollbar {
    display: none;
  }

  .slot-3img-1txt__cta {
    flex: 0 0 auto;
    white-space: nowrap;
 scroll-snap-align: start; 

  }

.cta-live-shopping {
    background: none;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 0;
    text-align: left;
  }
  }
    

 /* @media screen and (max-width: 1023px) {

.bloc-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    gap: 12px;
    padding: 0 16px;
    margin-left: 20px;

      justify-content: flex-start !important; Ajouter cette ligne

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
  

  .bloc-links::-webkit-scrollbar {
    display: none;
  }

  .slot-3img-1txt__cta {
    flex: 0 0 auto;
  min-width: 70vw;       CTA bien visibles
    scroll-snap-align: start;
  

  .cta-live-shopping {
    background: none;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 0;
    text-align: left;
  } */



@media screen and (min-width: 1024px) {
    .bloc-links {
        justify-content: flex-start;
    }
     }
