@charset "UTF-8";

/*-------------------------------------------------
   Filtre produit CSS
---------------------------------------------------*/

.sp-form-filtre {
  /* display: flex;
  flex-wrap: wrap; */
  /* gap: 10px;  */
  /* margin-bottom: 0; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 172px; */
  height: 34px;
  line-height: 1.5;
  /* background: #ffffff; */
  overflow: hidden;
  border-radius: 0;
}



.sp-form-filtre .sp-checkbox-pricipal {
  display: flex;
  flex-wrap: wrap;

}

.sp-form-filtre .sp-checkbox-pricipal .label-titre {
  font-weight: bold;
  /* margin-top: 2px; */
}

.sp-form-filtre .sp-checkbox-pricipal .sp-checked {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-bottom: 0;
  align-items: center;
  line-height: 18px;
}


.sp-form-filtre .sp-checkbox-pricipal .sp-checked input {
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  /* vertical-align: middle; */
}

/* .sp-form-filtre .sp-checkbox-pricipal .sp-checked input:checked~.checked::after {
  display: block;
  } */
  
  .sp-form-filtre .sp-checkbox-pricipal .sp-checked .sp-checked-inupt {
  /* margin: 0; 
  padding: 0; */
  text-align: center;
}

/* .sp-form-filtre .sp-checkbox-pricipal .sp-checked label {
   margin: 0; 
   padding: 0; 
} */

.sp-form-filtre .sp-checkbox-pricipal .sp-text-recherche input {
  background-color: #fff;
  position: relative;
  border: 1px solid #ededed;
  border-radius: 5px;
  color: #777;
  font-size: 14px;
  margin-left: 10px;
  padding: 0 5px;
  width: 100%;
  height: 34px;
  outline: none;
}

.sp-form-filtre .sp-checkbox-pricipal .sp-text-recherche-long input {
  background-color: #fff;
  position: relative;
  border: 1px solid #ededed;
  border-radius: 5px;
  color: #777;
  font-size: 14px;
  margin-left: 10px;
  padding: 0 5px;
  width: 300px;
  height: 34px;
  outline: none;
}

.sp-form-filtre .sp-checkbox-pricipal button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  background: #3474d4;
  color: #fff;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
}

.sp-form-filtre .sp-checkbox-pricipal button i {
  font-size: 18px;
  line-height: 12px;
  color: #fff;
}
@media screen and (max-width: 1224px) {

  .sp-form-filtre .sp-checkbox-pricipal .sp-checked,
  .sp-form-filtre .sp-checkbox-pricipal .label-titre {
    display: none;
  }
  .sp-form-filtre .sp-checkbox-pricipal .sp-text-recherche input {
    width: 300px;
  }
}

@media screen and (min-width: 990px) {
  .ec-header .header-top {
    display: none;
  }  
}

.single-pro-content .sp-espace-avant-prix {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.sp-selecte-prix .sp-cart-select-inner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
}

.sp-selecte-prix .sp-cart-select-inner::after{
  content: "\f107";
  position: absolute;
  font-family: "EcIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
}



/*Checked personaliser*/

.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap.ec-checked {
  position: relative;
  display: block;
  margin-top: 10px;
  /* margin-left: 15px; */
  /* padding: 0 15px; */
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap.ec-checked input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap.ec-checked input:checked ~ .checked::after {
  display: block;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap.ec-checked a {
  margin-left: 20px;
  display: block;
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}
.ec-register-wrapper .ec-register-container  .ec-register-form .ec-register-wrap.ec-checked a span {
  font-weight: 500;
  color: #444444;
}
.ec-register-wrapper .ec-register-container  .ec-register-form .ec-register-wrap.ec-checked .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap.ec-checked .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}



.modal-info{
  position: fixed;
}

.modal-info .footer-color {
  background: #212529;
}

.modal-info .footer-btn {
  background: #415762;
}

.modal-info .check-container {
  background: #212529;
  height: 82px;
  width: 82px;
}

.modal-info .iconheight {
  height: 36px;
  width: 36px;
}

.modal-info .btn:hover {
  color: var(--bs-btn-hover-color);
  background: #415762;
  border-color: #415762;
}

.modal-info .angle::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: -1px;
  left: 48%;
  background: #fff;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
}

.ec-cart-form .sp-cart-wrap {
  height: 20px;
}

.ec-login-wrapper .ec-login-container .ec-login-form .btn-personnel {
  width: 250px;
}


.ec-pro-image-outer .ec-pro-image {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;

  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.ec-pro-image-outer .ec-pro-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.ec-contact-leftside .ec-contact-container .ec-contact-form .ec-contact-wrap .ec-checked {
  position: relative;
  display: block;
  margin-top: 10px;
  /* margin-left: 15px; */
  /* padding: 0 15px; */
}
.ec-contact-leftside .ec-contact-container .ec-contact-form .ec-contact-wrap .ec-checked input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.ec-contact-leftside .ec-contact-container .ec-contact-form .ec-contact-wrap .ec-checked input:checked ~ .checked::after {
  display: block;
}
.ec-contact-leftside .ec-contact-container .ec-contact-form .ec-contact-wrap .ec-checked p {
  margin-left: 20px;
  display: block;
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}
.ec-contact-leftside .ec-contact-container .ec-contact-form .ec-contact-wrap .ec-checked p span {
  font-weight: 500;
  color: #444444;
}
.ec-contact-leftside .ec-contact-container .ec-contact-form .ec-contact-wrap .ec-checked .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap.ec-checked .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}




.ec-bl-block-content .ec-adresse {
  position: relative;
  display: block;
  margin-top: 10px;
  /* margin-left: 15px; */
  /* padding: 0 15px; */
}
.ec-bl-block-content .ec-adresse input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.ec-bl-block-content .ec-adresse input:checked ~ .checked::after {
  display: block;
}
.ec-bl-block-content .ec-adresse a {
  margin-left: 20px;
  display: block;
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}
.ec-bl-block-content .ec-adresse a span {
  font-weight: 500;
  color: #444444;
}
.ec-bl-block-content .ec-adresse .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-bl-block-content .ec-adresse .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}



.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper input {
  padding-right: 40px; /* espace pour l'icône */
}

.password-toggle {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #888;
}

.password-toggle:hover {
  color: #000;
}
