/* common */
.ui-dialog {
  position: relative;
  top: inherit;
  border: none;
}
.ui-dialog .ui-dialog-content {
  position: absolute;
  border: 0.1rem solid #e7e7e7;
  padding: 2rem;
  background: #FFFFFF;
  /* overflow: inherit; remove for the scroll from menu */
}

.ui-widget.ui-widget-content {
  border: inherit;
}

.page-wrapper > .breadcrumbs {
  /* margin-bottom: 0; fait bugger la fiche produit */
}

.columns {
  /* display: block; remove for categorie 4 col */
}
.columns .column.main {
  padding-bottom: 0rem;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  line-height: 0;
  content: "";
  display: block;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/** popin */
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  /* max-height: inherit; fait bugger la popin d ajout au panier */
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .ui-dialog {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .ui-dialog .ui-dialog-content {
    position: absolute;
    border: none;
    padding: 0;
  }

  .header .block-customer-login-content {
    border: 0.1rem solid #e7e7e7;
    padding: 2rem;
  }

  .breadcrumbs + .page-main {
    padding-top: 0;
  }

  /** popin */
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
  }
}
/* red */
/* green */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* grey */
.h1 {
  font-size: 2.8rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.h2 {
  font-size: 2.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.h3 {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.h4 {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.h5 {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.sub-paragraph {
  font-size: 1.2rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.uppercase {
  text-transform: uppercase;
}

/*******************************************/
@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 4rem;
  }

  .h2 {
    font-size: 3.6rem;
  }

  .h3 {
    font-size: 3.2rem;
  }

  .h4 {
    font-size: 2.4rem;
  }

  .h5 {
    font-size: 2rem;
  }

  .sub-paragraph {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline;
}

.category-banner {
  max-width: 128rem;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.category-banner .goto-circle {
  border: 1px solid #0F0F11;
  border-radius: 3rem;
  width: 3rem;
  margin: 0 auto 1rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.category-banner .goto-circle:hover {
  cursor: pointer;
  opacity: 0.5;
}
.category-banner .arrow {
  border: solid #0F0F11;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: translate(0, -50%);
}
.category-banner .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.category-banner .banner-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.category-banner .banner-content .middle {
  width: 65%;
  color: #333333;
  margin: 0 10rem;
}
.category-banner .banner-content .middle .title {
/* idem width margin: 2.5rem 0; */
/* width sur le title pour que ça profite également à la baseline width: 70%; */
  text-align: left;
}
.category-banner .banner-content .middle .title-content {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 0.8rem 1rem;
}
.category-banner .banner-content .middle .title-content.bg-1-2 {
  background: #F5949D;
}
.category-banner .banner-content .middle .title-content.bg-3-5 {
  background: #F5949D;
}
.category-banner .banner-content .middle .title-content.bg-6-8 {
  background: #FCD200;
}
.category-banner .banner-content .middle .title-content.bg-9-10 {
  background: #FCD200;
}
.category-banner .banner-content .middle .title-content.bg-11-14 {
  background: #10AC99;
}
.category-banner .banner-content .middle .title-content.bg-15-20 {
  background: #10AC99;
}
.category-banner .banner-content .middle .title-content.bg-3-5, .category-banner .banner-content .middle .title-content.bg-6-8, .category-banner .banner-content .middle .title-content.bg-11-14 {
  background-color: rgba(255, 255, 255, 0.7);
}
.category-banner .banner-content .middle .title h1 {
  margin: 0;
}
.category-banner .banner-content .middle .baseline {
  color: #FFFFFF;
  font-size: 1.6rem;
  margin: 1rem 20rem 1rem 0;
/*   padding: 1rem 2rem; */
/*  max-width: 90%; */
/*  backdrop-filter: blur(5px);
  background-color: rgba(87, 87, 87, 0.3); */
  border-radius: 1rem;
}
.baseline a {
  color: #FFFFFF;
  text-decoration: underline;
}
.baseline a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.category-banner .banner-more {
  display: inline;
}
.category-banner #banner-see-more-category-description-checkbox + .banner-more .more-content {
  display: none;
}
.category-banner #banner-see-more-category-description-checkbox + .banner-more .more-actions {
  display: block;
  margin: 0.4rem auto 0;
  font-size: 1.2rem;
  text-decoration: underline;
}
.category-banner #banner-see-more-category-description-checkbox + .banner-more .more-actions:hover {
  cursor: pointer;
  text-decoration: none;
}
.category-banner #banner-see-more-category-description-checkbox + .banner-more .more-actions .more-close {
  display: none;
}
.category-banner #banner-see-more-category-description-checkbox:checked + .banner-more .more-content {
  display: inline;
}
.category-banner #banner-see-more-category-description-checkbox:checked + .banner-more .more-actions .more-open {
  display: none;
}
.category-banner #banner-see-more-category-description-checkbox:checked + .banner-more .more-actions .more-close {
  display: block;
}
/* juin 2025 ajouts CFlorin pour remonter le filtre dans la bannière */
.bc-toolbar-container {
  margin-top: -6rem;
}
.bc-toolbar-container .toolbar-filter .action.filter {
  background-color: #FFFFFF;
}
/*******************************************/
@media only screen and (min-width: 360px) {
  .category-banner .banner-content {
    min-height: 20.5rem;
  }
  .category-banner .banner-content .middle {
	margin: 0 3rem;
    width: 70%;
  }
  .category-banner .banner-content .middle .title-content {
    font-size: 2.0rem;
    margin: 1rem 3rem 0 0 !important;
  }
  .bc-toolbar-container .toolbar-filter {
    margin: 0;
  }
  .category-banner .banner-content .middle .baseline {
    margin: 1rem 3rem 1rem 0;
  }
}
/*******************************************/
@media only screen and (min-width: 576px) {
  .category-banner .banner-content {
    min-height: 20.5rem;
  }
  .category-banner .banner-content .middle {
	margin: 0 3rem;
  }
  .category-banner .banner-content .middle .title-content {
    font-size: 2.0rem;
    margin: 1rem 1rem 0 0 !important;
  }
  .bc-toolbar-container .toolbar-filter {
    margin: 0;
  }
}
/*******************************************/
@media only screen and (min-width: 768px) {
  .category-banner {
    background-position: center center;
  }
  .category-banner .goto-circle {
    display: none;
  }
  .category-banner .banner-content .middle {
    margin: 3rem 15rem;
  }
  .category-banner .banner-content .middle .title {
/*    margin: 2.5rem 0 2.5rem auto; */
  }
  .category-banner .banner-content .middle .title-content {
    font-size: 3.2rem;
  }
/* idem pour toutes les largeurs ligne 255
  .category-banner .banner-content .middle .title-content.bg-3-5, .category-banner .banner-content .middle .title-content.bg-6-8, .category-banner .banner-content .middle .title-content.bg-11-14 {
    background-color: rgba(255, 255, 255, 0.7);
  } */
  .category-banner .banner-content .middle .baseline {
    /* text-shadow: 2px 2px 7px #000; */
    color: #FFFFFF;
/*    max-width: 59rem; */
/*    padding: 0; */
/*    backdrop-filter: inherit; */
    background-color: initial;
  }
  .category-banner #banner-see-more-category-description-checkbox + .banner-more .more-content {
    display: inline;
  }
  .category-banner #banner-see-more-category-description-checkbox + .banner-more .more-actions .more-open,
.category-banner #banner-see-more-category-description-checkbox + .banner-more .more-actions .more-close {
    display: none;
  }
}
