/** Shopify CDN: Minification failed

Line 42:33 Expected identifier but found whitespace
Line 42:34 Unexpected "("
Line 146:12 Expected identifier but found whitespace
Line 146:13 Unexpected "("

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
button.flickityt4s-button.flickityt4s-prev-next-button.next {
    display: block;
}
button.flickityt4s-button.flickityt4s-prev-next-button.previous {
    display: block;
}
.t4s-iconbox-head.t4s-d-flex.t4s-align-items-center.t4s-justify-content-center.t4s-iconbox-icon__start {
    flex-direction: column;
}
.t4s-iconbox-icon__image img {
    width: 100%;
    margin-left: 30px;
}
.t4s-iconbox-head {
    margin-bottom: 10px;
}
.t4s-iconbox-heading {
    font-size: 17px;
}
.t4s-iconbox-des p {
    font-size: 16px;
}

.t4s-accor-title .t4s-accor-item-nav:before, .t4s-accor-title .t4s-accor-item-nav:after {
    background-color: #000000;
}
.t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav:after, .t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav:before {
    background-color: #000000;
}
a#b_accor_item_mPiEUFSpecificity: (1, 0, 1) {
  border-bottom: 0px solid;
}
.t4s-type-accordion .t4s-accor-title {
  border-bottom: solid 0px;
}
.t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav {
  background-color: white;
}
.t4s-accor-title .t4s-accor-item-nav {
  background-color: white;
}
div#b_quote_mkeNhz
 {
    height: 262px !important;
}
ol.flickityt4s-page-dots
 {
    margin-top: 40px !important;
}
span.t4s-cp {
    color: white !important;
}

.t4s-accor-title .t4s-accor-item-nav {
    background-color: #FEFAF8;
}
button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-custom1.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-sweep-to-right.t4s-btn-loading__svg {
    padding: 25px;
    font-size: 18px;
}
span.t4s-cp
 {
    color: black !important;
}
div#content_mega_eFYwgz
 {
    background-color: #FFF8F5;
}
section#shopify-section-template--27457366262102__main
 {
    background-color: #f6eeed;
    padding-top: 50px;
margin-top: -40px;
}
input, select, textarea

 {
    font-size: 13px;
    outline: 0;
    padding: 4px 15px;
    transition: border-color .5s;
}

.t4s-line-item-property__field
 {
    margin-bottom: 7px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper
 {
    height: auto;
}
.t4s-product-form__buttons .t4s-quantity-wrapper .is--minus {
    margin-top: 10px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type=number]
 {
    margin-top: 10px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper .is--plus
 {
    margin-top: 10px;
}
div#shopify-section-template--27457366262102__176398763941399943
 {
    margin-top: -60px;
    background-color: #F6EFEC;
}
.t4s-sticky-atc.sticky_layout_mb--minimal.t4s-pf.t4s-b-0.t4s-l-0.t4s-r-0.t4s-op-0.t4s-pe-none.is--shown {
    display: none !important;
}
.t4s-nav__ul > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* espace pour la ligne */
  text-decoration: none;
  overflow: hidden;
}

.t4s-nav__ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: currentColor; /* utilise la couleur du texte */
  transition: width 0.3s ease;
}

.t4s-nav__ul > li > a:hover::after {
  width: 100%;
}
div#content_mega_UBi4ay
Specificity: (1,0,1)
 {
    background-color: #FFF8F5;
}
.t4s-product-info
 {
    background-color: #d4aea57a;
    border-radius: 0px 0px 7px 7px;
padding-top: 20px;
    padding-bottom: 15px;
}

.t4s_ratio:not(.t4s_bg)>*:not(.t4s-not-style), .no-js .t4s_ratio:not(.t4s_bg)>noscript>*:not(.t4s-not-style) {
    border-radius: 7px 7px 0px 0px;
}
.t4s-product .t4s-product-title a
 {
    font-size: 17px;
}

.t4s-product .t4s-product-price
 {
    color: black;
    font-size: 16px;
}
.t4s-product .t4s-product-title a:hover
 {
    color: black !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}