* {
  scrollbar-color: var(--black) var(--bodybg-l2);
  scrollbar-track-color: var(--black);
}

.header-top,
.header-top a {
  color: #fff;
}

.header-nav {
  background-color: var(--header-top);
}

#swselect-delivery-option {
  background-color: #231f20;
  border-color: #231f20;
}

#swselect-delivery-option:hover {
  background-color: #231f20;
  border-color: var(--primary-color);
}

.left-nav {
  display: flex;
  align-items: center;
}

/* MODULE BLOC HTML */
#index .container-1 {
  height: 130px;
}
#index .container-1 > .row {
  margin-top: -38px;
  width: 100%;
  position: absolute;
  z-index: 9;
}

@media (max-width: 769px) {
  #index .container-1 {
    height: 290px;
  }
  .reassurance-bk{
    padding:5px 0;
  }
  
}
@media (max-width: 991.98px) {
.footer-container {
	border-top: 0px !important;
}
}

.container-1 .reassurance-icon {
  background-color: #fefefd;
  color: var(--primary-color);
  border-width: 1px;
  border-style: solid;
  border-color: #e6e2d7 #f6f4f1 #f6f4f1 #e6e2d7;
  position: relative;
  line-height: 43px;
  width: 70px;
  height: 70px;
  max-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 6px 0 rgb(0 0 0 / 30%), -5px -5px 10px 0 rgb(255 255 255 / 12%);
  -moz-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.3), -5px -5px 10px 0 rgba(255, 255, 255, 0.12);
  box-shadow: 4px 4px 6px 0 rgb(0 0 0 / 30%), -5px -5px 10px 0 rgb(255 255 255 / 12%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.container-1 .reassurance-icon i {
  font-size: 2.2rem;
}

.container-1 .reassurance-txt {
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

.container-1 .reassurance-txt a,
.container-1 .reassurance-txt span {
  color: var(--black);
  font-size: 0.85rem;
  margin-top: 5px;
}

/* MODULE BLOC HTML */
#index .container-2 {
  height: 95px;
}
#index .container-2 > .row {
  margin-top: -38px;
  width: 100%;
  position: absolute;
  z-index: 9;
}

.container-2 .reassurance-icon {
  background-color: #fefefd;
  color: var(--primary-color);
  border-width: 1px;
  border-style: solid;
  border-color: #e6e2d7 #f6f4f1 #f6f4f1 #e6e2d7;
  position: relative;
  line-height: 43px;
  width: 70px;
  height: 70px;
  max-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 6px 0 rgb(0 0 0 / 30%), -5px -5px 10px 0 rgb(255 255 255 / 12%);
  -moz-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.3), -5px -5px 10px 0 rgba(255, 255, 255, 0.12);
  box-shadow: 4px 4px 6px 0 rgb(0 0 0 / 30%), -5px -5px 10px 0 rgb(255 255 255 / 12%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.container-2 .reassurance-icon i {
  font-size: 2.2rem;
}

.container-2 .reassurance-txt {
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

.container-2 .reassurance-txt a,
.container-2 .reassurance-txt span {
  color: var(--black);
  font-size: 0.85rem;
  margin-top: 5px;
}

#footer .container-2 {
  height: auto;
  margin-bottom: 25px;
}

#footer .container-2 > .row {
  position: relative;
  margin-top: 0;
}

#footer .container-2 .reassurance-txt,
#footer .container-2 .reassurance-txt a,
#footer .container-2 .reassurance-txt span {
  color: var(--white);
}

.container-3 .row {
  margin-right: 0;
  margin-left: 0;
}
.container-3 .row .col-12 {
  padding: 0;
}
/* MODULE BLOC HTML */

#swparallax {
  background-image: url(/modules/swhtmlblock/views/media/parallax-1.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
  min-height: 350px;
  margin: 0 auto;
  padding: 85px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

#swparallax .swparallax-content {
  background: #ffffff;
  width: 75%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  color: black;
  font-size: 0.9rem;
}

body .btn.btn-outline-primary {
  color: var(--black);
  border-color: var(--black);
}

body .btn.btn-outline-primary:hover {
  background-color: var(--black);
}

.cm_green .product-title a,
.cm_green .product-price-and-shipping {
  color: var(--black);
}

.footer-container,
.footer-container li a,
#footer .pc_nameboutique {
  color: var(--white);
}

#amazzing_filter .af-slider {
  border: 1px solid var(--black);
  border-radius: var(--global-radius);
  width: 95%;
  margin: auto;
}
#amazzing_filter .af-slider .slider-bar {
  position: relative;
  margin: 3px 0 14px;
}

#amazzing_filter .af-slider .selected-bar {
  height: 8px;
  background: var(--primary-color);
}

#amazzing_filter .af-slider .pointer {
  top: -8px;
  background: var(--black);
}

#amazzing_filter .af-slider .slider_value {
  padding-top: 10px;
}

#amazzing_filter .btn-holder .btn {
  margin-top: 0;
}

.selectedFilters .js_swfilter_name {
  margin: 0 3px;
  padding: 0.52rem 0.45rem;
}

.form-control:focus,
.form-control:not(:placeholder-shown),
.form-select:focus,
.form-select:not(:placeholder-shown) {
  color: var(--black) !important;
}

.selectedFilters .js_swfilter_name:hover {
  color: var(--primary-color);
}

.select-list {
  color: var(--black);
}

.pagination a,
.pagination span:not(.spacer) {
  font-size: 1rem;
}

.block-social ul li a {
  color: var(--primary-color);
  font-size: 1rem;
}

.block-social ul li a:hover {
  color: var(--white);
}

.block-social ul li a i {
  font-size: 1.2rem;
}

.prestablog-footer-title {
  color: var(--primary-color);
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
}

.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title,
.lgcookieslaw-modal-body,
.lgcookieslaw-section-purpose,
.lgcookieslaw-section-purpose-button {
  color: var(--black);
}

#product .ceos_w_title {
  background: var(--primary-color);
}

.cart-item .product-name,
.cart-item .product-name a,
.cart-item .product-price,
.cart-summary-products .product-name,
.cart-summary-products .product-name a,
.cart-summary-products .product-price,
.cart-summary-line .label,
.cart-summary-line .value,
.cm_cart_rap .cart-summary-totals .label,
.cm_cart_rap .cart-summary-totals .value {
  color: var(--black);
}

.form-floating label {
  color: var(--black);
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select:focus,
.form-floating > .form-select:not(:placeholder-shown) {
  background-color: var(--input-bg);
  color: var(--black) !important;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:not(:placeholder-shown) ~ label {
  color: var(--black) !important;
}

#registration #wrapper .login-title {
  font-size: 1.125rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}

#checkout .address-item.selected .address {
  background-color: var(--input-bg);
  color: var(--black) !important;
}

.ac-container a.agsubmitn {
  background: #2d2d2d;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
  height: 36px;
  line-height: 1;
  margin: 0 5px;
  padding: 7px 15px;
  vertical-align: middle;
  text-decoration: none;
}

.ac-container a.agsubmit.a2 {
  margin: 0 5px;
  padding: 7px 15px;
}
.ac-container a.agsubmit {
  background: #eebf17;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
  height: 36px;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 7px 20px;
  vertical-align: middle;
  text-decoration: none;
}

.gift-quantity {
  display: block;
  margin: auto;
  border: 1px solid var(--primary-color);
  color: var(--black) !important;
  border-radius: var(--global-radius);
  padding: 4px 18px;
  font-weight: 600;
}

.plist-cart-block.cart-sample {
  margin-top: 46px;
}

.header-top-right .headico i,
.header-top-left .headico i {
  color: var(--white);
}

@media (max-width: 769px) {
  #swselect-delivery-option {
    color: var(--white);
  }
}

.desktop-search{
  color: var(--primary-color);
}

#mondialrelay_widget {
  display: flex;
  justify-content: center;
}

#mondialrelay_save-container {
  display: flex;
  width: 95%;
  /*max-width: 800px; Si mode normal décommenter*/
  justify-self: center;
  justify-content: flex-end;
  float: none;
}