/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 08:14:13 */
/* ── ARDESUN — Barre livraison offerte bas de page ── */

.ardesun-shipping-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #f8f6f4;
  color: #111;
  border-top: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 -4px 18px rgba(0,0,0,0.08);
  font-family: inherit;
}

.ardesun-shipping-bar-inner {
  position: relative;
  max-width: 1400px;
  min-height: 58px;
  margin: 0 auto;
  padding: 10px 72px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.ardesun-shipping-bar-text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.ardesun-shipping-bar-text strong {
  font-weight: 700;
}

.ardesun-shipping-bar-button {
  background: #F28C28;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.ardesun-shipping-bar-button:hover {
  background: #e57616;
  color: #fff;
}

.ardesun-shipping-bar-close {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #111;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.75;
  padding: 4px;
}

.ardesun-shipping-bar-close:hover {
  opacity: 1;
}

body.ardesun-has-shipping-bar {
  padding-bottom: 68px;
}

@media (max-width: 768px) {
  .ardesun-shipping-bar-inner {
    min-height: auto;
    padding: 12px 44px 12px 16px;
    flex-direction: column;
    gap: 8px;
  }

  .ardesun-shipping-bar-text {
    font-size: 13px;
  }

  .ardesun-shipping-bar-button {
    font-size: 13px;
    padding: 7px 13px;
  }

  .ardesun-shipping-bar-close {
    right: 12px;
  }

  body.ardesun-has-shipping-bar {
    padding-bottom: 96px;
  }
}/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 

