/** COLINE **/

/*BUTTONS*/
button.link {
  background: none;
  border: none;
  padding: 0;
}
button.link:hover {
  text-decoration: underline;
}

/*MODAL*/
.modal .nav-tabs .nav-item a {
  font-size: 1.25rem;
}

/*NAV*/
.top-text {
  font-size: 1.1em;
}
.top-text p {
  margin: 0;
}

.language-selector .current {
  font-weight: bold;
}

/*HEADER*/
.header-top .form-search-control,
.header-top .form-search-control::placeholder {
  color: #212121 !important;
}
.header-top .form-search-control {
  border-left: none;
  border-top: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}
.header-top .search-btn {
  padding-right: 0;
}
#header .col-header-right {
  font-size: 0.9rem;
}
@media (min-width: 975px) and (max-width: 1200px){
    #header .col-header-right > .row.no-gutters{
        margin-left: -15px;
        flex-wrap: nowrap;
    }
    #header .col-header-right #hr-link-home{
        padding-left: 0;
    }
}
#header #hr-link-home i:before,
#header #header-user-btn i:before,
#header #hr-link-contact i:before,
#header #hr-link-questions i:before,
#header #ps-shoppingcart-wrapper i:before {
  display: none;
}
#header #hr-link-home i:after {
  content: "";
  background: url("../img/home.png") no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
#header #header-user-btn i:after {
  content: "";
  background: url("../img/user.png") no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
#header #hr-link-contact i:after {
  content: "";
  background: url("../img/comment.png") no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
#header #hr-link-questions i:after {
  content: "";
  background: url("../img/questions.png") no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
#header #ps-shoppingcart-wrapper #cart-toogle i:after {
  content: "";
  background: url("../img/bag.png") no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
#header #ps-shoppingcart-wrapper {
  position: relative;
  /* padding-left: .8rem;
  margin-left: .8rem; */
}
#header #ps-shoppingcart-wrapper:before {
  /* content: ""; */
  background: #fd9b85;
  width: 1px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#header #ps-shoppingcart-wrapper .js-increase-product-quantity:before {
  content: "<";
  position: absolute;
  top: -1px;
  left: 6px;
  font-size: 1rem;
  font-weight: 400;
  transform: rotate(90deg);
}
#header #ps-shoppingcart-wrapper .js-decrease-product-quantity:before {
  content: ">";
  position: absolute;
  top: -1px;
  left: 6px;
  font-size: 1rem;
  font-weight: 400;
  transform: rotate(90deg);
}
#header #ps-shoppingcart-wrapper .remove-from-cart:before {
  content: "x";
}
.iqitmegamenu-wrapper #sticky-cart-wrapper-left {
  display: none;
}
.iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper-left {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.iqitmegamenu-wrapper #sticky-cart-wrapper-left .header-btn {
  display: none;
}
.iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper-left .header-btn {
  display: block;
  color: #000;
}
@media (max-width: 991px) {
  #mobile-header img.logo {
    max-width: 100px;
  }
  .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    width: 290px;
    box-shadow: 0 10px 10px 5px rgb(0, 0, 0, 0.1);
  }
  .language-selector {
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  #mobile-header .m-nav-btn > i {
    font-size: 2rem;
  }
}
#sticky-cart-wrapper {
}

/*BREADCRUMB*/
#wrapper .breadcrumb li > span {
  color: #fd9b85;
}

/*FOOTER*/
#inner-wrapper + .ps-emailsubscription-block {
  background-image: url("/img/cms/bgnewsletter.jpg");
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 70px 0px 70px 0px;
}
.ps-emailsubscription-block .ps-emailsubscription-title {
  color: #000;
  font-size: 60px;
  font-family: "Tahu!", Sans-serif;
  line-height: 1;
}
.ps-emailsubscription-block .ps-emailsubscription-conditions {
  color: #000;
  font-size: 1.3em;
  font-family: "Poppins", Sans-serif;
  line-height: 1.5em;
  margin-top: 30px;
}
.ps-emailsubscription-block form {
  margin: 30px auto 0;
  max-width: 700px;
}
.ps-emailsubscription-block input[type="email"] {
  min-height: 60px;
  font-size: 1.1em;
  text-align: left;
  color: #212121;
  outline: none;
  background-color: #fff;
  border: solid 1px #6a6a6c;
  height: auto;
  padding: 0.6rem 1rem;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  font-weight: 400;
  line-height: 1.5;
}
.ps-emailsubscription-block input[type="email"]:focus {
  border-color: #fd9b85;
}
.ps-emailsubscription-block button.btn-subscribe {
  min-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  background: #212121;
  color: #fff;
  cursor: pointer;
  margin-left: 3rem;
  border: none;
  float: right;
  padding: 0.5rem 1.25rem;
}
.ps-emailsubscription-block button.btn-subscribe:hover {
  background-color: #fd9b85;
}
.footer-rassurance {
  width: 100%;
/*   margin: 40px 0 0; */
}
.footer-rassurance
  .elementor-column-gap-narrow
  .elementor-row
  > .elementor-inner-column:first-child {
  width: 25.327%;
}
.footer-rassurance
  .elementor-widget-wrap
  .elementor-element.elementor-widget-text-editor:first-child {
  color: #212121;
  font-size: 1em;
  font-weight: bold;
}
#footer #footer-container-main,
#footer #checkout-footer {
  padding-top: 10rem;
  /* padding-bottom: 6rem; */
  background: url("../img/footer-rosace-grise.png") no-repeat center 50px;
  background-size: contain;
}
#footer .block-title {
  font-family: "Hind Madurai", sans-serif;
  font-size: 1rem;
}
.copyright-txt,
.copyright-links a {
  color: #fff !important;
}
.copyright-links a:hover {
  color: #212121 !important;
}
.copyright-links a + a {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .footer-rassurance .elementor-column-gap-narrow > .elementor-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-rassurance
    .elementor-column-gap-narrow
    .elementor-row
    > .elementor-inner-column {
    width: 100%;
  }
  #footer img.logo {
    max-width: 100px;
    margin: 0 auto;
    display: block;
  }
/*   #footer #footer-container-main,
  #footer #checkout-footer {
    padding-top: 30rem;
  } */
}
@media (max-width: 767px) {
  .footer-rassurance .elementor-col-25 {
    width: 50%;
    margin-bottom: 1rem;
  }
  .footer-rassurance .elementor-col-25 img {
    display: block;
    margin: 0 auto 0.5rem;
  }
  ._footer-copyrights-1 .copyright-img {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  ._footer-copyrights-1 .copyright-img a + a,
  ._footer-copyrights-1 .copyright-txt {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.displayFooterLinks {
  margin-bottom: 1rem;
}
.displayFooterLinks ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.displayFooterLinks li {
  margin: 0 0.5rem;
}
.displayFooterLinks a {
  color: #fff !important;
}
.displayFooterLinks a:hover {
  color: #212121 !important;
}

/*HOMEPAGE*/
.intro {
  position: relative;
}
.intro:after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  background: url("../img/pushs-feuilles-rose-droite.png") no-repeat center
    bottom;
  background-size: contain;
  width: 423px;
  height: 657px;
}
.shadow_img .elementor-iqit-banner {
  box-shadow: 3px 3px 7px #623930;
}
.elementor-products-tabs {
  font-family: "Tahu!", Sans-serif;
}
.elementor-products-tabs .nav-link {
  color: #575757 !important;
  opacity: 1 !important;
}
.elementor-products-tabs .nav-link.active {
  color: #fd9b85 !important;
}
.pushs {
  position: relative;
}
.pushs:after {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/pushs-fleur-rose-gauche.png") no-repeat center top;
  background-size: contain;
  width: 340px;
  height: 1031px;
}
.email_field .btn-primary {
  margin-left: 3rem;
  border: none;
}
.column_border_bottom_pink {
  position: relative;
}
.column_border_bottom_pink > .elementor-column-wrap {
  border-bottom: 1px solid #edd0ca;
}
.column_border_bottom_pink:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/qsn-fleur-rose-droite.png") no-repeat center top;
  background-size: contain;
  width: 334px;
  height: 1039px;
}
.title_instagram i.fa {
  font-size: 0.7em;
}

/*CATEGORY*/
#category #wrapper {
  position: relative;
}
#category #wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 206px;
  background: url("../img/pushs-feuilles-rose-droite.png") no-repeat center
    bottom;
  background-size: contain;
  width: 423px;
  height: 1037px;
  z-index: -1;
}
.product-list-subcategories {
  border-top: 1px solid #e2e2e2;
  padding-top: 1em;
}
.product-list-subcategories a {
  font-weight: bold;
  color: #575757 !important;
}
.product-list-subcategories a:hover {
  color: #fd9b85 !important;
}
.product-list-subcategories .row {
  justify-content: center;
}
.products-selection {
  border: none;
}
@media (max-width: 991px) {
  #category #wrapper:after {
    display: none;
  }
}

/*PORDUCT LIST*/
.product-miniature {
  font-family: "Hind Madurai", sans-serif;
}
.product-miniature .product-functional-buttons {
  background: none;
}
.product-miniature .product-functional-buttons-links {
  display: flex;
  justify-content: center;
}
.product-miniature .product-functional-buttons a {
  display: block;
  border-radius: 50%;
  margin: 0 5px;
  padding: 8px;
  box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
  background: #fd9b85;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*LEFT COLUMN*/
#wrapper #left-column .block-title {
  font-family: "Hind Madurai", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  color: #575757;
}
#search_filters .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  top: -5px;
  border: 1px solid #fd9b85;
  border-radius: 100%;
  background-color: #fd9b85;
}
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink {
  font-size: 0.9em;
  line-height: 1em;
}
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink:hover,
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 1099px) {
  .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink{
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink{
    font-size: 0.65em;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul > li > .checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul > li > .checkbox label{
    margin: 0 0 0 .25em;
  }
}
@media (min-width: 768px) {
  .product_list_mobile_filter,
  .PM_ASBlockOutput .card .close_filters{
    display: none;
  } 
}
@media (max-width: 767px) {
  .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink{
    font-size: 0.9em;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul > li > .checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul > li > .checkbox label{
    margin: 0 0 0 .25em;
  }
  .PM_ASBlockOutput.PM_ASMobileMode{
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    transition: all ease .3s;
    height: 100%;
    overflow-y: scroll;
    z-index: 9999;
    background-color: #FFF;
  }
  .PM_ASBlockOutput.PM_ASMobileMode.displayed{
    left: 0;
  }
  .PM_ASBlockOutput.PM_ASMobileMode .card-header .PM_ASBlockTitle:after{
    display: none;
  }
  .PM_ASBlockOutput.PM_ASMobileMode .card-block{
    display: block;
  }
  .PM_ASBlockOutput.PM_ASMobileMode .card{
    position: relative;
  }
  .PM_ASBlockOutput.PM_ASMobileMode .card .close_filters{
    position: absolute;
    right: 1.25rem;
    top: 10px;
    color: #575757;
  }
}
.facated-toggler{
  display: none!important;
}

/*PRODUCT*/
#product #wrapper {
  position: relative;
}
#product #wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 186px;
  background: url("../img/pushs-feuilles-rose-droite.png") no-repeat center
    bottom;
  background-size: contain;
  width: 423px;
  height: 1037px;
  z-index: -1;
}
.product_header_container {
  padding-bottom: 0;
  border-bottom: none;
}
#content-wrapper .product_header_container .page-title,
.quickview-info h1 a {
  font-family: "Hind Madurai", sans-serif;
  font-size: 2rem;
  color: #373737 !important;
}
.product_header_container .product-reference {
  font-size: 0.9rem;
}
.tax-shipping-delivery-label {
  display: none;
}
.product-add-to-cart .btn.add-to-cart {
  text-transform: uppercase;
}
.product-additional-info {
  border: none;
  padding-top: 0;
}
#product .nav-tabs .nav-link,
#content-wrapper .section-title {
  font-family: "Tahu!", sans-serif;
  color: #373737;
  font-size: 2.75rem;
  margin-bottom: 0;
}

.product-miniature-default .variant-links .color {
  border-radius: 12px;
  height:1.5rem;
  width:1.5rem;
}
.products-comments .section-title,
.product-comment-list-item .grade-stars{
  display: none;
}
#product-comments-list-pagination li{
  list-style: none;
}
#product-comments-list-pagination li::marker{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.iqitreviews-rating{
  display: none;
}

/*CONTENT*/
#content-wrapper .page-title {
  margin-bottom: 0.5em;
  padding-bottom: 0;
}


/*CHECKOUT*/
body#checkout section.checkout-step .step-title {
  font-size: 2rem;
  font-weight: normal;
}
body#checkout .colissimo-front-widget .modal-dialog #colissimo-widget-container{
    padding-right: 0 !important;
    width: 100% !important;
    height: auto !important;
}
body#order-confirmation #content-wrapper .h1.page-title {
  font-size: 4rem;
}
body#order-confirmation #content-wrapper .h1.page-title i {
  font-size: 0.5em;
}
@media (max-width: 991px) {
    body#order-confirmation #content-wrapper .h1.page-title {
        font-size: 2rem;
    }
    div#colissimo-container .colissimo_widget_margin-right0:nth-child(6){
        display: block;
    }
    div#colissimo-container .colissimo_widget_margin-right0:nth-child(6) .col-sm-6{
        width: 100%;
        float: none;
        flex: initial;
        max-width: initial;
    }
}

/* giftcard */

#choicegiftcard h1 {
	color: #fd9b85;
    font-family:'Tahu!',sans-serif;
	font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    border-bottom: none 1px #e3e3e3;	
}

#choicegiftcard h2.step-title {
    border-bottom: 1px solid rgba(160,160,160,.25);
    margin-bottom: 1rem;
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    padding: 0 1.4rem 1.4rem;
	font-weight:400;
	 font-size: 2rem;

}
	
/* ACCOUNT */
#order-slips-link {
  display: none;
}

/* MENU  */
.cbp-horizontal .cbp-tab-title {text-transform: none;}
.cbp-category-link-w {font-size:18px;}

/* bordure autour de la couleur sélectionnée */
.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {outline:4px solid #fd9b85;}
span.color.texture.ec_hide_color {-webkit-filter : opacity(20%); filter : opacity(20%);}
.ec_hide_color:after {content:none;}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #fff !important;
  color: #FD9B85 !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #FD9B85!important;
  font-family: "Hind Madurai", sans-serif !important;
}
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronDeny,
.tarteaucitronCTAButton {
  font-family: "Hind Madurai", sans-serif !important;
}
#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronDeny {
  background: #FD9B85!important;
  text-transform: uppercase !important;
  padding: 10px 25px !important;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #FD9B85!important;
  text-decoration: underline !important;
  text-underline-offset: 10px !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #FD9B85!important;
  border: 1px solid #005244!important;
  text-decoration: none !important;
  padding: 10px 25px !important;
}
.nivo-controlNav a.nivo-control {border-radius:10px;}

#footer #footer-container-main, #footer #checkout-footer {padding-top:5rem;}

/* mobile */

@media (max-width: 991px) {
	#footer .block-toggle,#footer .block-title {text-align: center;}
	#footer-container-main a, #checkout-footer a {margin: 5px 0;}
	#footer #footer-container-main, #footer #checkout-footer {background:none;}
	#footer #footer-container-main, #footer #checkout-footer {padding-top:1rem;}
	.product-list-subcategories .row .col-auto {margin:10px auto;}
}
	.pagination {margin-bottom:20px;}
	
	
input[type="radio"], input[type="checkbox"] {min-width:17px; min-height:17px;}	
.product-list-subcategories .col-auto {
  max-width: 150px;
}

/* Avis vérifiés */
.skeepers_product__stars {margin-top:10px;}