/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*arrière-plan du site*/
 body {
  /*background-image: url('/prestashop_local/img/pup/background/fond-1.jpg');*/
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

/*bandeau du haut*/
 #header{ background: #beac83; }
 
/*menu*/ 
 #header .header-top { 
	background-color: #fff;
	padding: 0px;
}

/*bouton "panier" */
 #header .header-nav .blockcart { background: #f39d72; }

#wrapper{ padding-top: 0px;}

.carousel {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

/*"Personnalisation" confirmation*/ 
/* #field-textField2, .product-customization label[for="field-textField2"] {
  display: none !important;
  
/*pup-color*/
.pup-color-swatches {
  display: flex;
  flex-wrap: wrap;      /* Permet de passer à la ligne */
  justify-content: center; /* Centre les pastilles horizontalement */
  gap: 12px 18px;       /* Espace vertical puis horizontal entre pastilles */
  margin-bottom: 10px;
  max-width: 435px;     /* Facultatif, largeur max du bloc */
  margin-left: auto;
  margin-right: auto;
}
.pup-color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ccc;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  background: #fff;
  transition: border-color 0.2s;
}
.pup-color-swatch.selected {
  border-color: #222;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
#pup-preview-container {
  display: flex;
  justify-content: center;   /* centre horizontalement */
  align-items: center;       /* centre verticalement si hauteur fixée */
  width: 100%;               /* prend toute la largeur du parent */
  margin: 16px 0 8px 0;      /* espace vertical au choix */
}
#pup-preview-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/*couleur de la validation de la personnalisation*/
.customization-message label {
  color: #f78c42; /* Orange par exemple */
  font-weight: bold; /* Optionnel : le mettre en gras */
  font-size: 1.1em;  /* Optionnel : l’agrandir un peu */
  letter-spacing: 0.5px; /* Optionnel : aérer les lettres */
}

/*Bloc personnalisation */
.card-block {
  padding: 0.25rem 1.25rem 0.5rem;
}
.product-customization .product-message {
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem;
  resize: none;
  background: linear-gradient(0.25turn, #beac83, #fff);
  border: 0;
}
/*supprimer le "label" Voici votre mantra : */
#field-textField2,
label[for="field-textField2"] {
  display: none !important;
}


/* Masque tous les sous-menus du menu principal */
.top-menu[data-depth="1"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.top-menu .sub-menu, .top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0;
    display: none;
}

/*Bloc de texte personnalisé*/
#custom-text {
    padding: 1.5rem;
    background: none;
}

.float-xs-right {display: none !important;}




/* === PÜP HOME CSS === */
.pup-home {
  background: none;
  color: #fff;
  font-family: 'Montserrat', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}
.pup-home h1 {
	font-size: 4.375rem;
	color: #615333;
}

.pup-accroche {
  text-align: center;
  padding: 60px 20px 30px 20px;
}
.pup-accroche h1 {
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 14px;
}
.pup-sous-titre {
    font-size: 1.5em !important;
    margin-bottom: 36px;
    margin-top: 40px;
	font-weight: 600 !important;
}
.pup-btn-main {
    display: inline-block;
    padding: 14px 38px;
    border: 1.5px solid #615333;
    color: #fff;
    background: #beac83;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.18s, color 0.18s;
    letter-spacing: 1px;
}
.pup-btn-main:hover {
  background: #fff;
  color: #24b9d7;
}
.pup-sous-img {
    font-size: 1.4em !important;
    margin-bottom: 24px;
	padding: 0px 220px 0px 220px;
	line-height: 1.5;
	font-weight: 500 !important;
}
.pup-presentation {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 56px 0 56px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.pup-pres-text, .pup-pres-img {
  flex: 1 1 340px;
  min-width: 260px;
  max-width: 430px;
  padding: 18px 24px;
}
.pup-pres-text {
  flex: 1 1 340px;
  min-width: 260px;
  max-width: 490px;
  padding: 28px 0px;
  line-height: 1.5;
}
.pup-pres-text p { font-size: 1.5em !important; }

.pup-pres-img {
  flex: 1 1 340px;
  min-width: 220px;
  max-width: 410px;
  padding: 18px 24px;
  text-align: center;
}
.pup-pres-img img {
  width: 100%;
  max-width: 330px;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.30);
}

.pup-story {
  max-width: 900px;
  margin: 32px auto 50px auto;
  font-family: 'Montserrat', Arial, sans-serif;
}

.pup-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 36px;
  gap: 20px;
}

.pup-col {
  flex: 1 1 340px;
  min-width: 220px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pup-col-text p {
  font-size: 1.53em !important;
  color: #181818 !important;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.45;
  padding: 12px 0 12px 0;
}

.pup-col-text h3 {
  font-size: 2.25em !important;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pup-col-img {
  align-items: center;
  justify-content: center;
  position: relative;
}

.pup-col-img img {
  width: 100%;
  max-width: 270px !important;
  border-radius: 12px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.12);
  display: block;
  margin: 0 auto;
}
.pup-col-img1 img {
  width: 100%;
  max-width: 100% !important;
  border-radius: 12px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.12);
  display: block;
  margin: 0 auto;
}

.pup-img-caption {
  display: block;
  font-size: 1.53em;
  color: #111;
  font-weight: 600;
  margin-top: 38px;
  font-style: italic;
}

@media (max-width: 800px) {
  .pup-row {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .pup-col, .pup-col-img, .pup-col-text {
    max-width: 100vw;
    padding: 0 8px;
    text-align: center;
    align-items: center;
  }
  .pup-img-caption {
    text-align: center;
  }
}

/* Collections bloc */
.pup-collections {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  /*padding: 5px 0 5px 0;*/
  /*background: none;*/
  /*max-width: 1100px;*/
  height: 330px;
  margin-bottom: 20px;
}
.pup-collection-vibe  {
  background-image:url('/img/pup/logos/pupVibe_opa50.png');
  border-radius: 28px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.18);
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 320px;
  margin: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.pup-collection-lol  {
  background-image:url('/img/pup/logos/pupLol_opa50.png');
  border-radius: 28px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.18);
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 320px;
  margin: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.pup-collection-pulse  {
  background-image:url('/img/pup/logos/pupPulse_opa50.png');
  border-radius: 28px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.18);
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 320px;
  margin: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.pup-collection h2 {
  font-size: 2em !important;
  font-weight: bold !important;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.pup-collection-desc {
  font-size: 1.5em;
  margin-bottom: 22px;
  line-height: 1.35;
}
.pup-btn-collection {
  display: inline-block;
  padding: 12px 28px;
  border: 1.5px solid #fff;
  color: #615333;
  background: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.18s, color 0.18s, transform 0.5s, opacity 0.5s;
  letter-spacing: 1px;
  margin-top: auto;
  margin-bottom: 92px;
}
.pup-btn-collection:hover {
  background: #fff;
  color: #24b9d7;
  transform: scale(1.120);
}

/* Responsive */
@media (max-width: 900px) {
  .pup-presentation,
  .pup-collections {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pup-collection,
  .pup-pres-text,
  .pup-pres-img {
    max-width: 96vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 600px) {
  .pup-accroche {
    padding-top: 34px;
    padding-bottom: 20px;
  }
  .pup-accroche h1 {
    font-size: 1.45em;
  }
  .pup-sous-titre {
    font-size: 1em;
  }
  .pup-presentation {
    padding: 24px 0;
  }
  .pup-collection {
    padding: 28px 8px 24px 8px;
  }
  .pup-collection h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 600px) {
  .pup-accroche {
    padding-top: 34px;
    padding-bottom: 20px;
  }
  .pup-accroche h1 {
    font-size: 1.45em;
  }
  .pup-sous-titre {
    font-size: 1em;
  }
  .pup-presentation {
    padding: 24px 0;
  }
  .pup-collection {
    padding: 28px 8px 24px 8px;
  }
  .pup-collection h2 {
    font-size: 1.2em;
  }
}
.pup-parallax-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  height: 300px;
  background-image: url('/img/pup/background/fond-1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.pup-parallax-content {
  /*background: rgba(255,255,255,0.75);*/
  /*padding: 30px 60px;*/
  /*border-radius: 30px;*/
  text-align: center;
  /*box-shadow: 0 8px 32px rgba(0,0,0,0.2);*/
  position: relative;
  z-index: 2;
}

.pup-parallax-content p {
  font-size: 4.9375rem;
  font-weight: 700;
  color: #615333;
  line-height: 1.2;
}

.pup-parallax-2 h2 {
  font-size: 4rem !important;
  font-weight: 700 !important;
  color: #615333 !important;
  line-height: 1.2;
  margin-bottom: 40px;
}
.pup-parallax-2 p {
  font-size: 2rem !important;
  font-weight: 400 !important;
  color: #615333 !important;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .pup-parallax-full {
    background-attachment: scroll;
    height: 220px;
  }
  .pup-parallax-content {
    padding: 15px 10px;
    border-radius: 16px;
  }
}

.pup-parallax-2 {
  height: 300px; /* Change ici si tu veux une autre hauteur */
}

.footer-container {background-color: #beac83;}