/* =========================
   GLOBAL
========================= */
body {
    background-color: #f6f7f9;
    padding: 80px 0;
}

body { padding-top: 0 !important; }

.navbar-item-custom a { color: #fff; }

.cart-icon { height: 18px; padding-left: 20px; }

/* =========================
   FOOTER
========================= */

.footer-custom{
  text-align:center;
  width:100%;
  background-color:#dfeaff;
  padding:25px 0;
  margin-top:80px;
}

/* =========================
   PRODUCTS
========================= */

.product-item{ margin-top:15px; }

.product-item h5{
  text-transform:uppercase;
  font-size:15px;
  margin-bottom:1px;
}

.product-item .product-subtitle{
  font-size:14px;
  display:block;
  margin-bottom:10px;
}

.product-item .product-price{
  font-size:14px;
  font-weight:bold;
}

.product-page-price{ font-size:18px; }

.product-container{ margin-bottom:135px; }

.section-soft {
    background: #f7f8fa; /* fond doux et pro */
    padding: 0px 0 40px;

}

/* =========================
   FORMS / ACCOUNT
========================= */

.block-small{ max-width:600px; margin:0 auto; }

.form-check{ background-color:#f4f8ff; padding:20px 65px; }

.register-block{ padding:20px; background-color:#fafafa; margin-top:7px; }

.col-form-label{ font-weight:bold; }

.order-summary{ background-color:#f4f8ff; padding:20px; margin-top:22px; }

.account-item{ background-color:#f1f2f6; padding:70px; }

.account-item a{
  text-transform:uppercase;
  font-size:13px;
  color:#4b6584;
  font-weight:bold;
}

.account-item a:hover{
  color:#778ca3;
  text-decoration:none;
}

/* =========================
   HERO CAROUSEL – FINAL PRO
========================= */

/* Pleine largeur */
.carousel-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Dimensions */
.carousel-inner {
    height: 45vh;
    min-height: 300px;
}

.carousel-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* ===== FOND FLOUTÉ ===== */
.carousel-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(35px);
    transform: scale(1.25);
    z-index: 1;
}

/* Assombrissement léger */
.carousel-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

/* ===== IMAGE PRINCIPALE ===== */
.carousel-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-content img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

/* ===== TEXTE ===== */
.carousel-caption {
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    z-index: 3;

    background: rgba(0,0,0,0.45);
    padding: 22px 36px;
    border-radius: 10px;

    text-align: center;
    max-width: 90%;
}

.carousel-caption h2 {
    font-size: 28px;
    font-weight: 600;
}

.carousel-caption {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    background: rgba(0,0,0,0.55);
    padding: 18px 32px;
    border-radius: 12px;

    width: auto;
    max-width: 90%;
    text-align: center;
}

/* ===== CONTROLS ===== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    background-size: 60% 60%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .carousel-content img {
        max-height: 60%;
        max-width: 85%;
    }

    .carousel-caption {
        bottom: 8%;
        padding: 16px 20px;
    }

    .carousel-caption h2 {
        font-size: 20px;
    }
}