/** Shopify CDN: Minification failed

Line 103:60 Unexpected "{"
Line 118:63 Unexpected "{"
Line 123:59 Unexpected "{"
Line 132:61 Unexpected "{"
Line 153:61 Unexpected "{"
Line 173:60 Unexpected "{"
Line 177:61 Unexpected "{"
Line 181:63 Unexpected "{"
Line 205:12 Expected identifier but found whitespace
Line 205:13 Unexpected "2rem"
... and 3 more hidden warnings

**/
/* Responsive styles for about-us section */

/* About section */
.bigpharma--about-title {
  margin: 0 auto 22px auto;
  display: block;
  width: fit-content;
  text-align: center;
}

.about-content {
  text-align: center !important;
}

.about-content a[href*="savoir"] {
  display: none !important;
}

.about-content {
  text-align: left !important;
}

@media (max-width: 1000px) {
  .about-image-mobile-hide,
  .about-image-mobile-hide img,
  .about-image {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}


.bigpharma--container.bigpharma-about, .about-us-limited-width {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  background: #f4faf5;
  border-radius: 18px;
  padding: 32px 24px;
  margin: 32px auto;
}
@media (max-width: 1000px) {
  .bigpharma--container.bigpharma-about, .about-us-limited-width {
    max-width: 100vw;
    padding: 14px 2vw;
    margin: 12px 0;
    border-radius: 0 0 18px 18px;
  }
}
@media (max-width: 1000px) {
  .bigpharma--container.bigpharma-about, .about-us-limited-width {
    padding: 14px 2vw;
    margin: 12px 0;
    max-width: 100vw;
    border-radius: 0 0 18px 18px;
  }
  .about-flex {
    flex-direction: column;
    gap: 18px;
  }
  .about-image {
    max-width: 180px;
    margin: 0 auto 12px auto;
    display: flex;
    justify-content: center;
  }
  .about-image img {
    max-width: 140px;
    margin: 0 auto;
  }
}

.about-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 42px;
}
@media (max-width: 1000px) {
  /* .about-flex supprimé (structure row/col utilisée) */ {
    flex-direction: column;
    gap: 18px;
  }
}
.about-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 1100px;
  margin: 0;
}
@media (max-width: 1000px) {
  /* .about-content supprimé (structure row/col utilisée) */ {
    max-width: 100vw;
    padding: 0;
  }
}
/* .about-image supprimé (structure row/col utilisée) */ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  /* .about-image supprimé (structure row/col utilisée) */ {
    max-width: 280px;
    margin: 0 auto 12px auto;
  }
}
/* .about-image supprimé (structure row/col utilisée) */ img {
  display: block;
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: none !important;
}
@media (max-width: 1000px) {
  /* .about-image supprimé (structure row/col utilisée) */ img {
    max-width: 180px;
  }
}
@media (max-width: 1000px) {
  /* .about-image supprimé (structure row/col utilisée) */ {
    max-width: 220px;
    margin: 0 auto 12px auto;
  }
  /* .about-image supprimé (structure row/col utilisée) */ img {
    max-width: 180px;
  }
}

/* .about-image supprimé (structure row/col utilisée) */ img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 16px;
  box-shadow: none !important;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1000px) {
  /* .about-flex supprimé (structure row/col utilisée) */ {
    flex-direction: column;
    gap: 16px;
  }
  /* .about-image supprimé (structure row/col utilisée) */ {
    max-width: 180px;
    margin: 0 auto 12px auto;
  }
  /* .about-content supprimé (structure row/col utilisée) */ {
    padding: 0;
  }
}

.bigpharma--about-heading {
  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.about-heading-large {
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 22px;
  line-height: 1.08;
}
@media (max-width: 1000px) {
  .about-heading-large {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
}

  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.clr-green {
  color: #7DA77A;
  font-weight: 600;
}

/* Boutons collections sous le texte */
.bigpharma--about-collections {
  display: flex;
  gap: 22px;
  margin: 30px 0 18px 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .bigpharma--about-collections {
    justify-content: center;
    gap: 16px;
  }
}

.about-collection-btn {
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(65,127,110,0.14);
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.15s;
  position: relative;
  outline: none;
}
.about-collection-btn img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
  background: #f4faf5;
  box-shadow: 0 1px 6px rgba(65,127,110,0.10);
}
.about-collection-btn.accessoires img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e6f5eb;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(65,127,110,0.12);
  padding: 4px;
}
.about-collection-btn span {
  font-size: 0.93rem;
  font-weight: 700;
  color: #417F6E;
  letter-spacing: 0.01em;
}
.about-collection-btn:hover, .about-collection-btn:focus {
  box-shadow: 0 4px 16px rgba(65,127,110,0.25);
  transform: scale(1.05);
}

.about-collection-btn.active {
  border: 2.5px solid #417F6E;
  background: #e6f5eb;
  box-shadow: 0 4px 16px rgba(65,127,110,0.20);
  color: #29584c;
}

.about-collection-btn:focus-visible {
  outline: 2.5px solid #417F6E;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #b8e7d2;
}
@media (max-width: 600px) {
  .bigpharma--about-collections {
    justify-content: center;
    gap: 16px;
  }
  .about-collection-btn {
    width: 64px;
    height: 64px;
  }
  .about-collection-btn img {
    width: 30px;
    height: 30px;
  }
  .about-collection-btn span {
    font-size: 0.88rem;
  }
}
/* DEBUG: Force la visibilité de toute la chaîne About et bouton Voir plus */
.about-see-more-btn,
.about-see-more-btn *,
.about-see-more-btn *:before,
.about-see-more-btn *:after,
.about-content,
.about-flex,
.bigpharma--container.bigpharma-about {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 0 !important;
}

/* Voir plus button (mobile) */
.about-see-more-btn {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 0 !important;

  display: block !important;
  margin: 18px auto 0 auto;
  background: #417F6E;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 24px;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(65,127,110,0.12);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 1000px) {
  .about-see-more-btn {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 18px auto 0 auto;
  }
}

.about-see-more-btn:hover {
  background: #29584c;
}

/* Mobile responsiveness */
@media (max-width: 1000px) {
  .about-see-more-btn {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 18px auto 0 auto;
  }
  .bigpharma--container.bigpharma-about {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 20px 5vw;
  }
  .bigpharma--about-image-col {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .bigpharma--about-image img {
    max-width: 180px;
    margin-bottom: 0;
  }
  .bigpharma--about-content {
    padding: 0;
  }
}
  .bigpharma--container.bigpharma-about {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 24px 0;
  }
  .bigpharma--col-9, .bigpharma--col-3 {
    width: 100%;
    max-width: 100%;
  }
  .bigpharma--about-image img {
    max-width: 220px;
    margin-bottom: 16px;
  }
  .bigpharma--about-content {
    padding: 0 4vw;
  }
  .about-see-more-btn {
    display: block;
  }
  .bigpharma--about-paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: normal;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}
.bigpharma--about-paragraph.expanded {
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
@media (max-width: 1000px) {
  .bigpharma--about-paragraph {
    max-width: 100vw;
    font-size: 1.07rem;
    padding: 0 2vw;
  }
}
.about-hidden-part {
  display: none;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}
.about-hidden-part.expanded,
.bigpharma--about-paragraph.expanded .about-hidden-part {
  display: block;
  margin-top: 1.4em;
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
  transition: none !important;
}
.about-hidden-part.expanded {
  display: block;
  margin-top: 1.4em;
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
  transition: none !important;
}

.bigpharma--about-paragraph.expanded {
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
  max-height: 500px;
  overflow: visible;
  text-overflow: unset;
}

  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  max-height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  transition: max-height 0.3s;
}
    max-height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: max-height 0.3s;
  }
  .bigpharma--about-paragraph.expanded {
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
    max-height: 500px;
  }
}
