@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap');

:root {
  --primary: #fc007b;
  --rose: #B3185C;
  --yellow: #ffd027;
  --footer-bg: #ffd027;
  --footer-text: #7b3b00;
}





@media (max-width: 1024px) {
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    color: #222;
    box-sizing: border-box;
    overflow-x: hidden; /* évite tout dépassement horizontal global */
  }
  body { width: 100%; margin: 0 auto; }
  .actu-bg{
      background: var(--d-9-d-9-d-9, #FDCD30);
  
  }
  /* Verrouillage du scroll quand le menu est ouvert */
  body.menu-open { overflow: hidden; height: 100vh; }
  .mobile-menu { overscroll-behavior: contain; }
  
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
  }
  .menu-burger {
    position: absolute;
    left: 17px;
    top: 12px;
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    z-index: 1001;
    cursor: pointer;
  }
  .menu-burger span {
    display: block;
    width: 32px;
    height: 3px;
    background: #222;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  /* Animation en croix */
  body.menu-open .menu-burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  body.menu-open .menu-burger span:nth-child(2) {
    opacity: 0;
  }
  body.menu-open .menu-burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  
  .logo {
    width: 90;
    margin: 0 auto 10px;
    display: block;
  }
  
  /* Menu plein écran */
  .mobile-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
      background: var(--yellow) url('img/planet-spirale_2.svg') no-repeat center center / 188%;
      z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 100px;
    overflow-y: hidden;
  }
  /* .logo-menu-burger{
      position: relative;
      top: -200px;
  } */
  .mobile-menu[hidden] { display: none; }
  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-list a {
      display: flex;
      padding: 10px 30px 15px 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      width: max-content;
      border-radius: 30px;
      background: var(--db-001-c, #DB001C);
      color: #FFF;
      text-align: center;
      font-family: Oswald;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%; /* 20px */
      text-decoration: none;
  }
  main{
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }
  .main-title {
    color: var(--rose);
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin: 22px 0 12px 0;
    line-height: 120%;
    font-family: 'Luckiest Guy', Regular;
    letter-spacing: 5%;
   
    max-width: 375px;
  }
  .actu-peti-title{
  
  }
  .intro {
    text-align: center;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 375px;
  }
  .intro-left p{
      text-align: left !important;
  }
  .intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    font-family: 'Oswald', light;
    text-align: center;
    letter-spacing: 1%;
  }

    .intro a {
        color: black;
    }

  .intro .rose {
    color: var(--rose);
      font-weight: bold;

  }
  .cta {
  cursor: pointer;
    display: inline-block;
    background: var(--rose);
    color: #fff;
    border-radius: 22px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
    font-size: 16px;
    margin-top: 18px;
    text-decoration: none;
      color: white !important;
    box-shadow: 0 2px 12px #68002b28;
    transition: background 0.2s;
    font-family: 'Oswald', Regular;
    font-weight: 400;
  }
  .cta:hover {
    background: var(--rose);
  }
  
  .main-image {
    width: 100%;
    
    height: 151px;
    /*background: #ffd027;*/
    padding: 0;
    margin-bottom: 45px;
    overflow: hidden;
  }
  .actu-peti-image{
      height: 283px;
  }
  .main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .saveurs-section {
    margin: 0 auto;
    padding: 0 8px 30px 8px;
    text-align: center;
  }
  .saveurs-section h2 {
    color: var(--rose);
    font-size: 21px;
    font-family: 'Luckiest Guy', Regular;
      margin-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
  }
  
  .slick-slider {
    margin: 0 auto;
    max-width: 240px;
  
  }
  .slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none !important;
    margin: 0 13.5px;
  }
  
  .carrousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    
  }
  .item-actu-peti{
      position: relative;
      
  }
  .item-actu-peti .more{
      position: absolute;
      bottom: 0px;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) -9.43%, rgba(0, 0, 0, 0.54) 45.28%, rgba(0, 0, 0, 0.72) 100%);
     
   /*    border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; */
      display: flex;
      justify-content: center;
  }
  .item-actu-peti .more p{
      display: flex;
      width: 83px;
      height: 22px;
      padding: 5px 10px 8px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(219, 0, 28, 0.00);
  }
  .carrousel-item img {
    width: 57px;
    height: 163px;
    object-fit: contain;
    /* margin-bottom: 10px; */
  }
  .carrousel-item .label {
    border: 2px solid var(--rose);
    border-radius: 25px;
    padding: 6px 21px 7px 21px;
    background: #fff;
    color: var(--rose);
    font-size: 16px;
    margin-bottom: 8px;
    font-family: 'Oswald', Regular;
    font-weight: 700;
    font-style: bold;
  }
  
  .slick-prev, .slick-next {
    background: var(--rose) !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px !important;
    border: none !important;
   font-size: 30px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    box-shadow: 0 2px 12px #68002b28;
  }
  .slick-prev { left: -57px; }
  .slick-next { right: -57px; }
  
  /* Remplace le contenu par l'icône SVG et masque l'icône par défaut du thème */
  .slick-prev::before, .slick-next::before {
    content: '' !important; /* masque le texte '←'/'→' par défaut */
    display: block;
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
    color: transparent !important;
  }
  .slick-prev::before { background-image: url('img/left.svg'); }
  .slick-next::before { background-image: url('img/right.svg'); }
  
  .slick-prev[aria-disabled='true'], .slick-next[aria-disabled='true'] {
    opacity: 0.3;
    pointer-events: none;
  }
  .slick-dots { display: none !important; }
  
  .footer {
      width: 100%;
      
    background: var(--footer-bg);
    color: var(--footer-text);
    text-align: center;
      padding: 18px 10px 20px 0px;
    font-size: 1.05rem;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 30px;
  }
  .actu-bg-footer{
      background: var(--b-3185-c, #B3185C);
  }
  .actu-bg-footer a {
      color: white !important;
  }
  .footer a {
      align-self: stretch;
      color: var(--b-3185-c, #B3185C);
  text-align: center;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 15.6px */
    
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  
  /* ================= AFRICA ART TOUR ================= */
  .africa-tour {
      padding: 30px 0px 30px 0px;

      margin-bottom: 30px;
  }
    .africa-tour .slick-prev,
    .africa-tour .slick-next {
        /* On retire l'image de fond précédente */
        background-image: none !important;

        /* On s'assure que le texte est visible */
        color: #fff !important;
        font-family: 'Oswald', sans-serif !important;
        font-weight: bold;
        font-size: 24px !important;

        /* On supprime le pseudo-élément qui contenait l'icône avant */
        &::before {

        }
    }

    /* Positionnement spécifique */
    .africa-tour .slick-prev {
        left: 30px !important;
        z-index: 10; /* Important pour être au-dessus de l'image */
    }

    .africa-tour .slick-next {
        right: 30px !important;
        z-index: 10;
    }
  .africa-tour .slick-slider-africa-tour {
    width: 100%;
    margin: 0 auto;
    max-width: 375px !important;
  }
  .africa-tour .slick-list { overflow: visible; }
  .africa-tour .slick-slide {
      width: 285px !important;
      height: 358px !important;
  }
  .africa-tour .carrousel-item {
    width: 285px !important;
    height: 358px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .africa-tour .carrousel-item .more {
     
    }
    .second-item-link{
        line-height: 30px !important;
    }
    .africa-footer{
      background: #00ABC8;
    }
    .africa-footer a{
      color: white;
    }
  .africa-tour .carrousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
  }
  /* =================================================== */
  
  
  .info{
      display: flex;
  width: 100%;
  max-width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-top: 60px;
  margin-bottom: 120px;
  }
  
  .info .container-info{
      display: flex;
  flex-direction: column;
  align-items: flex-start;
  
  align-self: stretch;
  }
  
  .info .container-info .title{
      color: var(--b-3185-c, #B3185C);
      font-family: "Luckiest Guy";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 24px */
  }
  
  .info .container-info .short-desc{
      align-self: stretch;
      color: #101820;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  }
  
  .info .container-info .list li{
      color: #101820;
      font-family: Oswald;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%; /* 16.8px */
      margin-bottom: 10px;
  }
  
  .info .container-info .long-text{
      color: #101820;
      font-family: Oswald;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%; /* 16.8px */
  }
  
  /* Puces colorées pour la page Mentions légales */
  ul.list { list-style: disc; padding-left: 20px; }
  ul.list li::marker { color: #00ABC8; }
  
  .link-actu-peti .link-img{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
  
  }
  .link-actu-peti{
    margin-bottom: 50px;
  }
  .link-actu-peti .link-img{
      color: var(--b-3185-c, #B3185C);
      font-family: "Luckiest Guy";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 19.2px */
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
  
  }
  
  
  .container-rs{
  
    display: flex;
    flex-direction: row;
    gap: 20px;
   
  }
    .img-fruits-menu {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        pointer-events: none; /* Permet de cliquer au travers si besoin */
    }
}


@media (min-width: 1025px) {
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    color: #222;
    box-sizing: border-box;
    overflow-x: hidden; /* évite tout dépassement horizontal global */
  }
  body { width: 100%; margin: 0 auto; }
  .actu-bg{
      background: var(--d-9-d-9-d-9, #FDCD30);
  
  }
  /* Verrouillage du scroll quand le menu est ouvert */
  body.menu-open { overflow: hidden; height: 100vh; }
  .mobile-menu { overscroll-behavior: contain; }
  
  .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 18px;
    margin-bottom: 100px;
    margin-top: 15px;
    position: fixed;
    width: 100%;
      z-index: 10001;
   
  }
        .mentions{
            max-width: 1100px !important;
        }
        .mentions .title{
            font-size: 25px !important;
        }
    .mentions .container-info .short-desc{
        font-size: 19px !important;
    }
    .mentions .container-info .long-text{
        font-size: 19px !important;
    }
    .mentions .container-info .list li{
        font-size: 19px !important;
    }
  main{
      margin-top: 250px;
  }
  .menu-burger {
    position: relative;
    left: unset;
    top: unset;
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    z-index: 1001;
    cursor: pointer;
  }
  .menu-burger span {
    display: block;
    width: 32px;
    height: 3px;
    background: #222;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  /* Animation en croix */
  body.menu-open .menu-burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  body.menu-open .menu-burger span:nth-child(2) {
    opacity: 0;
  }
  body.menu-open .menu-burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  
  .logo {
    width: 90;
    margin: 0 auto 10px;
    display: block;
  }
  .second-item-link{
      line-height: 30px !important;
  }

  /* Menu plein écran */
  .mobile-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
      background: var(--yellow) url('img/planet-spirale_2.svg') no-repeat center center / 33%;

      z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 100px;
    overflow-y: hidden;
  }
  /* .logo-menu-burger{
      position: relative;
      top: -200px;
  } */
  .mobile-menu[hidden] { display: none; }
  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-list a {
      display: flex;
      padding: 10px 30px 15px 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      width: max-content;
      border-radius: 30px;
      background: var(--db-001-c, #DB001C);
      color: #FFF;
      text-align: center;
      font-family: Oswald;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%; /* 20px */
      text-decoration: none;
  }
  main{
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }
  .main-title {
    color: var(--rose);
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin: 22px 0 12px 0;
    line-height: 120%;
    font-family: 'Luckiest Guy', Regular;
    letter-spacing: 5%;
   
    max-width: 375px;
  }
  .actu-peti-title{
    max-width: 500px;
  }
  .intro {
    text-align: center;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1100px;
    width: 100%;
  }
  .intro-left p{
      text-align: center !important;
  }
  .intro p {
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    font-family: 'Oswald', light;
    text-align: center;
    letter-spacing: 1%;
  }
  .intro a {
      font-size: 20px;
      font-weight: 300;
      line-height: 120%;
      font-family: 'Oswald', light;
      text-align: center;
      letter-spacing: 1%;
      color: black;
  }
  .intro .rose {
    color: var(--rose);
      font-weight: bold;
    
  }
  .cta {
  cursor: pointer;
    display: inline-block;
    background: var(--rose);
    color: #fff;
    border-radius: 22px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
    font-size: 20px;
      color: white !important;
    margin-top: 18px;
    text-decoration: none;
    box-shadow: 0 2px 12px #68002b28;
    transition: background 0.2s;
    font-family: 'Oswald', Regular;
    font-weight: 400;
  }
  .cta:hover {
    background: var(--rose);
  }
  
  .main-image {
    width: 100%;

    height: 400px;
    /*background: #ffd027;*/
    padding: 0;
    margin-bottom: 45px;
    overflow: hidden;
  }
  .actu-peti-image{
     width: 100%;
     display: flex;
     justify-content: center;
     background: transparent;
  }
  .actu-peti-image img{
    width: 800px !important;
    object-fit: contain !important;
}
  .main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit:cover;
  }
  
  .saveurs-section {
    margin: 0 auto;
    padding: 0 8px 30px 8px;
    text-align: center;
    width: 100%;
  }
  .saveurs-section h2 {
    color: var(--rose);
    font-size: 35px;
    font-family: 'Luckiest Guy', Regular;
      margin-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
  }
  
  .slick-slider {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  
  }
  .slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none !important;
    margin: 0 13.5px;
  }
  
  .carrousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    
  }
  .item-actu-peti{
      position: relative;
      
  }
  .item-actu-peti .more{
      position: absolute;
      bottom: 0px;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) -9.43%, rgba(0, 0, 0, 0.54) 45.28%, rgba(0, 0, 0, 0.72) 100%);
     
   /*    border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; */
      display: flex;
      justify-content: center;
  }
  .item-actu-peti .more p{
      display: flex;
      width: 83px;
      height: 22px;
      padding: 5px 10px 8px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(219, 0, 28, 0.00);
  }
  .carrousel-item img {
    width: 57px;
    height: 163px;
    object-fit: contain;
    /* margin-bottom: 10px; */
  }
  .carrousel-item .label {
    border: 2px solid var(--rose);
    border-radius: 25px;
    padding: 6px 21px 7px 21px;
    background: #fff;
    color: var(--rose);
    font-size: 16px;
    margin-bottom: 8px;
    font-family: 'Oswald', Regular;
    font-weight: 700;
    font-style: bold;
  }
  
  .slick-prev, .slick-next {
    background: var(--rose) !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px !important;
    border: none !important;
   font-size: 30px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    box-shadow: 0 2px 12px #68002b28;
  }
  .slick-prev { left: -57px; }
  .slick-next { right: -57px; }
  
  /* Remplace le contenu par l'icône SVG et masque l'icône par défaut du thème */
  .slick-prev::before, .slick-next::before {
    content: '' !important; /* masque le texte '←'/'→' par défaut */
    display: block;
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
    color: transparent !important;
  }
  .slick-prev::before { background-image: url('img/left.svg'); }
  .slick-next::before { background-image: url('img/right.svg'); }
  
  .slick-prev[aria-disabled='true'], .slick-next[aria-disabled='true'] {
    opacity: 0.3;
    pointer-events: none;
  }

  
  .footer {
      width: 100%;
      
    background: var(--footer-bg);
    color: var(--footer-text);
    text-align: center;
    padding: 18px 10px 20px 0px;
    font-size: 1.05rem;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .actu-bg-footer{
      background: var(--b-3185-c, #B3185C);
  }
  .actu-bg-footer a {
      color: white !important;
  }
  .footer a {
      align-self: stretch;
      color: var(--b-3185-c, #B3185C);
  text-align: center;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 15.6px */
    
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  
  /* ================= AFRICA ART TOUR ================= */
  .africa-tour { 
      padding: 30px 0px 30px 55px;
      
      margin-bottom: 30px;
  }
  .africa-tour .slick-slider-africa-tour {
    width: 100%;
    margin: 0 auto;
    max-width: 800px !important;
  }

  .slick-dots  {
   display: block !important;
   bottom: -35px !important;
  }
  .africa-tour .slick-list { overflow: hidden; }
  .africa-tour .slick-slide {
      width: 285px !important;
      height: 358px !important;
  }
  .africa-tour .carrousel-item {
    width: 285px !important;
    height: 358px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .africa-tour .carrousel-item .more {
     
    }
  
    .africa-footer{
      background: #00ABC8;
    }
    .africa-footer a{
      color: white;
    }
  .africa-tour .carrousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
  }
  /* =================================================== */
  
  
  .info{
      display: flex;
  width: 100%;
  max-width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-top: 60px;
  margin-bottom: 120px;
  }
  
  .info .container-info{
      display: flex;
  flex-direction: column;
  align-items: flex-start;
  
  align-self: stretch;
  }
  
  .info .container-info .title{
      color: var(--b-3185-c, #B3185C);
      font-family: "Luckiest Guy";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 24px */
  }
  
  .info .container-info .short-desc{
      align-self: stretch;
      color: #101820;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  }
  
  .info .container-info .list li{
      color: #101820;
      font-family: Oswald;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%; /* 16.8px */
      margin-bottom: 10px;
  }
  
  .info .container-info .long-text{
      color: #101820;
      font-family: Oswald;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%; /* 16.8px */
  }
  
  /* Puces colorées pour la page Mentions légales */
  ul.list { list-style: disc; padding-left: 20px; }
  ul.list li::marker { color: #00ABC8; }
  
  .link-actu-peti .link-img{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
  
  }
  .link-actu-peti{
    margin-bottom: 50px;
  }
  .link-actu-peti .link-img{
      color: var(--b-3185-c, #B3185C);
      font-family: "Luckiest Guy";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 19.2px */
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
  
  }
  
  
  .container-rs{
  
    display: flex;
    flex-direction: row;
    gap: 20px;
   
  }
    .img-fruits-menu {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 160px;
        left: 0;
        pointer-events: none;
    }
}