/**********************************************************************************************************************|
                                                    BANNIERE                                                           |
***********************************************************************************************************************/


.wrapper-banniere {
  position: relative;
}

.banniere {
  position: relative;
}

.banniere-item {
  position: relative;
  /* padding: 195px 0px 200px; */
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
}

.slide1 {
  background-image: url(../images/banniere/slide1.jpg);
}

.slide2 {
  background-image: url(../images/banniere/slide2.jpg);
}

.slide3 {
  background-image: url(../images/banniere/slide3.jpg);
}

.banniere .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4%);
  right: 2%;
}

.banniere .nav-btn {
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  width: 70px;
  aspect-ratio: 1;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.1);
}

.banniere .nav-btn.prev-slide {}

.banniere .nav-btn.next-slide {}

.banniere .nav-btn:hover {
  background: var(--primary-color);
}

.banniere .owl-dots {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 4%;
  position: absolute;
}

.banniere .owl-dot span {
  transition: all 300ms linear 0ms;
  width: 12px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50px;
  background-color: var(--white-color);
  margin: 0 4px;
  position: relative;
}

.banniere .owl-dot.active span {
  background: var(--primary-color);
}

/* ***********************************************************************************************************|
                                                   Apres banniere                            |
**************************************************************************************************************/


section.wrapper-apres-banniere {
  padding: 40px 0 30px 0;
  position: relative;
}

.apres-banniere {
  /* width: 1410px; */
}

.wrap-apres-banniere {
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: stretch;
}

.item-apres-banniere {
  width: 20%;
}

.wrap-item-apres-banniere {
  position: relative;
  padding: 26px 10px;
  justify-content: center;
  align-content: center;
  align-items: unset;
  height: 100%;
}

.wrap-item-apres-banniere:before {
  content: '';
  height: calc(100% + 0px);
  width: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
}

.wrap-item-apres-banniere:hover:before {
  opacity: 1;
}

figure.icone-apbanniere {
  display: block;
  position: relative;
}

figure.icone-apbanniere img {
  width: 38px;
}

.content-apres-banniere {
  color: #999;
  font-size: 14px;
  padding-left: 20px;
  width: calc(100% - 38px);
  line-height: 1.3;
  position: relative;
}

.content-apres-banniere h3 {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 5px;
}

.content-apres-banniere p {}





.wrap-banner-apbannniere {
  padding: 30px 0 0;
  margin: 0 -7.5px;
}

.item-banner-apbannniere {
  padding: 10px 7.5px;
  width: 33.33%;
}

.wrap-item-banner-apbannniere {
  border-radius: 20px;
  transition: all 0.3s;
}

.wrap-item-banner-apbannniere img {
  /* height: 200px; */
  border-radius: inherit;
}

.wrap-item-banner-apbannniere img:hover {
  animation-name: updown, updown-sink;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}



/* ***********************************************************************************************************|
                                                   Acheter par category                           |
**************************************************************************************************************/

.wrap-apc.row-container {
  position: relative;
  padding: 0 100px 20px;
}
.wrap-item-apc {
 display: flex;
  flex-direction: column;
  justify-content: center;
 
 align-items: center;
 margin-top: 10px;
}
.image-apc:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  transform: translateY(-8px);
  border: none;
}
.wrap-apc::before {
  content: '';
  width: 100%;
  height: 100px;
  background-color: var(--primary-color);
  position: absolute;
  border-radius: 50px;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
.image-apc {
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  transition: 200ms;
  overflow: hidden;
  height: 140px;
  width: 137px;
  background-color: white;
  justify-content: center;
  display: flex;
  align-items: center;
}


.item-apc {
  padding: 0 10px;
}
.wrapper-acheter-par-category {
  padding: 30px 0 40px;
}
.wrap-apc .nav-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #111111;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 62%;
  position: absolute;
  left: 1%;
}
.wrap-apc .owl-nav {
  display: flex !important;
  justify-content: space-between;
}
.wrap-apc .nav-btn.next-slide {
  left: 94%;
}
.nom-wrap-item-apc {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.nom-wrap-item-apc:hover {
  color: var(--black-color);
}


/**********************************************************************************************************************|
                                                     HOT DEAL PRODUCTS                                                 |
***********************************************************************************************************************/


.wrapper-hot-deal {
  padding: 0 0 50px;
  background-color: #F5F5F5;
}

.container.hot-deal {}

.wrap-hot-deal {
  padding: 30px 30px 30px 20px;
  background-color: var(--primary-color);
  border-radius: 40px 40px 40px 40px;
  align-items: unset;
}

.left-hot-deal {
  width: 23.2%;
  position: relative;
}

.wrap-left-hot-deal {
  background-image: url(../images/icons/icon-clock.png);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  color: var(--white-color);
  line-height: 1.5;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
}

.h-deal.title {
  font-size: 37px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  line-height: 1.2;
}

.h-deal.desciption {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.h-deal.desciption-sale {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 32px 0;
  line-height: 1.1;
}

.h-deal.countdown-head {}

.title-coundown-head {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  margin: 0 0 10px 0;
  line-height: 1.1;
}

.h-deal.desciption-sale span {
  font-size: 64px;
  font-weight: 800;
}

.countdown-info {}

.wrap-countdown-info {
  display: flex;
  justify-content: center;
  background: var(--second-color);
  border-radius: 15px;
  padding: 15px 10px 10px;
}

.item-countdowm {
  padding: 0 5px;
}

.item-countdowm h3 {
  background-color: var(--white-color);
  padding: 5px 5px;
  border-radius: 6px;
  font-weight: 600;
  color: var(--black-color);
  font-size: 18px;
  line-height: 40px;
  min-width: 55px;
}

.item-countdowm span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}

.right-hot-deal {
  width: 76.8%;
  padding: 0 0 0 20px;
}

.wrap-right-hot-deal {}

.item-produit {
  /* width: 25%; */
  padding: 0 5px;
}

.wrap-item-produit {
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 20px;
  position: relative;
  border: 1px solid #eee;
  padding: 10px 0;
  overflow: hidden;
}

.wrap-item-produit:hover {}

.item-img.products-thumb {
  position: relative;
}

.item-img.products-thumb img {
  width: 100%;
  transition: all 03s;
  height: 218px;
}

.wrap-item-produit:hover .item-img.products-thumb img {
  transform: scale(1.05);
}

.item-img.products-thumb span {
  aspect-ratio: 1;
  width: 56px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0) translate(-50%, -50%);
  overflow: visible;
  display: flex;
  max-width: 56px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  color: #111;
  justify-content: center;
  align-items: center;
}

.wrap-item-produit:hover .item-img span {
  transform: scale(1) translate(-50%, -50%);
}

.sale-off {
  aspect-ratio: 1;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 12px;
  background: #FF4157;
  color: var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}

.content-hdeal, .content-product {
  padding: 5px 15px 20px;
  text-align: center;
}

.product-name {
  margin-bottom: 1px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.field-form.taille {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
}

.field-form.taille label:last-child {
    margin-right: 0px;
}

.field-size input[type="radio"]:checked ~ span {
    background: var(--primary-color);
    color: var(--white-color);
}
.field-form label {
    /* line-height: 36px; */
    margin-right: 10px;
    color: #555;
}
.input-field.field-size {
    justify-content: center;
}
.input-field input[type="radio"] {
    display: none;
}
.input-field.field-size label span {
    width: 29px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 13px;
    aspect-ratio: 1;
}


.reviews-content {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin: 5px 0 12px;
}

.reviews-content .star {
  padding: 0 1px;
}

.item-price {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  margin: 0px 0 20px;
  display: block;
  line-height: 1;
}

.item-price > span {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}

.item-price del {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
  margin: 0 10px;
  text-decoration: line-through;
}

.item-price ins {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
}

.devise {
  font-size: 12px;
  padding-left: 0px;
  text-transform: uppercase;
}

.Price-amount.amount {
  /*! display: flex; */
  /*! align-items: center; */
  /*! line-height: 1.2; */
  display: flex;
  align-items: center;
}

.item-bottom {
  /*! transform: translateY(0); */
  position: relative;
  /*! left: auto; */
  /*! bottom: auto; */
  width: 100%;
  /*! opacity: 1; */
  /*! visibility: visible; */
  /*! height: auto; */
  /*! padding: 0; */
  /*! box-shadow: none; */
  /*! display: flex; */
  justify-content: space-between;
  /*! text-align: center; */
  transition: all 0.4s ease;
}

.item-bottom:before {
  content: '';
  height: 25px;
  width: 100%;
  background-color: #fff;
  top: -15px;
  display: inline-block;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.item-bottom a {
  visibility: visible;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  background-color: #f5f5f5;
  font-weight: 400;
  width: auto;
}


a.compare.button, a.add_to_wishlist.button {
  width: 40px;
}

a.add_to_wishlist.button {}

a.button.add_to_cart_button {
  width: calc(100% - 45px);
  font-size: 13px;
}

.button.add_to_cart_button:hover {
  background: var(--second-color);
  color: var(--white-color);
}

.item-bottom a:hover {
  background: var(--second-color);
  color: var(--white-color);
}
.button.add_to_cart_button {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 8px;
}



/**********************************************************************************************************************|
                                                     MEILLEUR VENTES                                                   |
***********************************************************************************************************************/


.wrapper-meilleure-ventes {
  background: #F5F5F5;
  padding: 50px 0 50px;
}

.wrap-meilleure-ventes {
  padding: 20px 20px 20px 10px;
  background-color: var(--white-color);
  border-radius: 20px;
  align-items: unset;
}

.wrap-meilleure-ventes + .section-title {
  margin-top: 45px;
}

.parent-left-meilleure-ventes {
  width: 80%;
  position: relative;
}

.wrap-left-meilleure-ventes {
  position: relative;
  height: 100%;
}

.wrap-right-meilleure-vente {
  width: 20%;
  padding: 10px 0 0 10px;
  display: flex;
  justify-content: end;
}

.wrap-right-meilleure-vente img {
  height: 416px;
  width: 100%;
  border-radius: 10px;
}

.wrap-left-meilleure-ventes .owl-nav {
  color: #111;
  background: var(--white-color);
  border-width: 2px 2px 2px 2px;
  border-radius: 17px;
  position: absolute;
  top: -18%;
  right: -26%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-left-meilleure-ventes .nav-btn {
  width: 44px;
  height: 35px;
  font-size: 18px;
  color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-left-meilleure-ventes .prev-slide {
}

.item-meilleure-ventes {
  padding: 10px 10px;
  width: 100%;
}

.wrap-item-meilleure-vente {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px 10px 10px;
  border: none;
  border: 1px solid #ddd;
}

.wrap-item-meilleure-vente:hover {
  box-shadow: 0 0 15px rgba(0,0,0,.15);
  border: none;
}




.content-product {
  padding: 10px 10px 0;
}


.wrap-item-meilleure-vente .item-bottom {
  /*! transform: translateY(50px); */
  /*! opacity: 0; */
  /*! visibility: hidden; */
  /*! height: 0; */
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.wrap-item-meilleure-vente:hover .item-bottom {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  height: auto;
}




/* ***********************************************************************************************************|
                                                  NOUVEAUTE                          |
**************************************************************************************************************/
.wrap-item-nouveaute {
  /* position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 20px 30px; */
  /*! display: flex; */
  /*! text-align: center; */
  /* background-color: white;
  height: 100%;
  min-height: 357px; */
}

.wrap-left-nouveautes {
  position: relative;
}
.title-item-nouveaute-box{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-left: -20px;
}
.title-item-nouveaute-box h2{
  color: #FFFFFF;
  background: #FF4157;
  border-radius: 0 17px 17px 0;
  padding: 5px 30px 5px 20px;
  margin: 0px 0px 0px 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.button-sale-item-nouveaute {
  aspect-ratio: 1;
  /*! width: 46px; */
  line-height: 45px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  font-size: 16px;
  font-weight: 500;
  background: red;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  line-height: 26px;
  padding: 0 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.icon-serch-nouveaute {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 53px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  overflow: visible;
  display: inline-block;
  max-width: 56px;
  font-size: 0;
  border-radius: 50%;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0);
  background-color: white;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-wrap-item-nouveaute {
  position: relative;
}
.wrap-item-nouveaute:hover .icon-serch-nouveaute {
  transform: scale(1);
  font-size: 18px;
}
.icon-serch-nouveaute:hover {
  color: white;
  background-color: var(--primary-color);
}

.star-wrap-item-nouveaute {
  font-size: 14px;
  padding: 10px 0;
  color: #80808061;
}

.wrap-nouveautes {
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  width: 100%;
  overflow: hidden;
}
.wrapper-nouveautes {
  padding: 55px 0 50px;
  /*! background-image: url(../images/bg/bg-nouveaute.png); */
  background-color: #d3e0f2;
}
.wrapper-nouveautes .title-filigrane {
    color: #736a6a;
}
.left-wrap-noueautes {
  color: #FFFFFF;
  background: var(--second-color);
  padding: 26px 26px 26px 26px;
  width: 5%;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrap-right-nouveautes {
  height: 100%;
}

.left-wrap-item-nouveaute {
  position: relative;
  width: 40%;
}
.right-wrap-item-nouveaute {
  text-align: left;
  width: 59%;
  padding-left: 20px;
  position: relative;
}
.wrap-item-nouveaute.row-container {
  flex-wrap: nowrap;
}

.parent-wrap-right-nouveautes .owl-nav {
    position: absolute;
    top: -52px;
    right: -10px;
    display: flex;
    justify-content: space-between;
}
.wrap-right-nouveautes .nav-btn {
  width: 35px;
  aspect-ratio: 1;
  margin: 0 5px;
  line-height: 40px;
  font-size: 14px;
  color: #111111;
  background: #e8e6e6;
  border-radius: 25px;
  /* position: absolute; */
  /* top: 40%; */
  /* left: 0%; */
  border: 1px solid #e8e6e6;
  justify-content: center;
  align-items: center;
  display: flex;
  /* opacity: 0; */
}
.wrap-right-nouveautes .nav-btn:hover {
    background-color: var(--primary-color);
    color: #ffff;
}
.wrap-right-nouveautes:hover .nav-btn {
  opacity: 1;
  transition: all 220ms;
}
.wrap-right-nouveautes .owl-nav.disabled {
  display: block !important;
}
.wrap-right-nouveautes .nav-btn.next-slide {
  left: 96%;
}
.star-wrap-item-nouveaute i+i {
  margin-left: 3px;
}
.parent-wrap-right-nouveautes{
  width: 50%;
  padding: 15px;
  min-height: 357px;
}
.wrap-parent-wrap-right-nouveautes {
  width: 100%;
  /*! padding: 40px 20px; */
  height: 100%;
  position: relative;
  padding: 10px 15px 10px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 15px 20px 30px;
  /*! display: flex; */
  /*! text-align: center; */
  background-color: #fff;
  height: 100%;
  margin: 0 15px;
}

.parent-middle-nouveaute {
  width: 8%;
}
.wrap-middle-nouveaute {
  text-align: center;
  background-color: var(--primary-color);
  padding: 15px 17px 15px;
  border-radius: 10px;
  width: 100%;
}

.parent-right-and-middle-nouveaute {
  width: 95%;
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  min-height: 425px;
}
.wrap-middle-nouveaute > div h3 {
  background-color: white;
  padding: 5px 15px;
  margin: 10px 0 0;
  border-radius: 10px;
  font-weight: 600;
  color: black;
  font-size: 18px;
  left: 1;
  line-height: 33px;
}

.wrap-middle-nouveaute-days span {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  top: -2px;
  position: relative;
  font-weight: 400;
}
.image-wrap-item-nouveaute img {
  height: 100%;
  object-fit: contain;
}
.image-wrap-item-nouveaute {
  height: 240px;
}
.name-wrap-item-nouveaute {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  width: 235px;
  text-transform: capitalize;
}
.prix-wrap-item-nouveaute {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 500;
  padding: 5px 0;
}
.prix-wrap-item-nouveaute small {
  font-size: 14px;
}
.favoris-and-share-wrap-item-nouveaute ul {
  display: flex;
  align-items: center;
}
.favoris-and-share-wrap-item-nouveaute ul li {
  height: 44px;
  line-height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: #f5f5f5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  width: max-content;
  padding: 0 14px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 300ms;
}

.favoris-and-share-wrap-item-nouveaute ul li:hover {
    background-color: var(--second-color);
    color: #fff;
}

.progress-stock-wrap-item-nouveaute {
  margin: 7px 0 30px;
  width: 100%;
  position: relative;
  background-color: whitesmoke;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
}
.progress-stock-wrap-item-nouveaute::before {
  content: '';
  position: absolute;
  height: 6px;
  border-radius: 10px;
  width: var(--width-progressbar);
  background-color: var(--color-progressbar);
}
.avalaible-stock-wrap-item-nouveaute {
  font-size: 14px;
  color: #666;
}
.prix-wrap-item-nouveaute span {
  color: #aaa;
  font-weight: 400;
  margin: 0 10px;
  text-decoration: line-through;
  font-size: 18px;
}
.favoris-and-share-wrap-item-nouveaute ul li+li {
  margin-left: 10px;
}
.wrap-item-nouveaute:hover .image-wrap-item-nouveaute img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.wrap-item-nouveaute:hover {
  box-shadow: 0 0 15px rgba(0,0,0,.15);
  border: 1px solid transparent;
  z-index: 3;
}

.favoris-and-share-wrap-item-nouveaute {
  margin-top: 10px;
}  


/**********************************************************************************************************************|
                                                PRODUIT PAR CATEGORIES                                                 |
***********************************************************************************************************************/


.wrapper-par-categories {
  padding: 30px 0 55px;
  position: relative;
  background-color: #f5F5F5;
}

.wrap-par-categories {
  display: flex;
  padding: 0 100px 20px;
}

.wrap-par-categories:before {
  content: '';
  width: 100%;
  height: 100px;
  background-color: var(--primary-color);
  position: absolute;
  border-radius: 50px;
  bottom: 0;
  left: 0;
}

.item-par-categorie {
  padding: 20px calc(15px/2) 0;
}

.wrap-item-par-categorie {
  transition: 300ms;
}

.image-par-cat {
  border-radius: 20px;
  transition: 300ms;
  background: var(--white-color);
  /* height: auto; */
  /* width: 100%; */
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  width: 145px;
  height: 145px;
  overflow: hidden;
}

.image-par-cat:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  transform: translateY(-8px);
  border: 1px solid transparent;
}

.image-par-cat img {
  transition: 300ms;
}

.image-par-cat:hover {
}
.image-par-cat img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.name-produit-par-cat {
  padding: 15px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.name-produit-par-cat h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white-color);
}

.wrap-par-categories .owl-nav {
  position: absolute;
  bottom: -10px;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
}

.wrap-par-categories .nav-btn {
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #111111;
  background: var(--white-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-par-categories .nav-btn.prev-slide {
}

.wrap-par-categories .nav-btn.next-slide {
}

.wrap-par-categories .nav-btn:hover {
  opacity: 0.7;
}


/* ***********************************************************************************************************|
                                                   sevice                            |
**************************************************************************************************************/

.wrapper-service{
  padding: 20px 0 45px;
  position: relative;
  background-color: #f5f5f5;
}
.container-service{
  width: 1200px;
  margin: 0 auto;
}
.container-service::before{
  display: table;
  content: "";
}
.service-top{
  margin: 0;
}
.wrap-service{
  margin: 0 -15px;
  display: flex;
}
.wrap-service::before{
  display: table;
  content: "";
}
.wrap-service::after{
  display: table;
  content: "";
}
.service-title-box{
  width: 50%;
}
.service-sub-title{
  color: #ffb600;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.service-main-title h2{
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #022279
}
.service-text-box{
  width: 50%;
  color: #0E1215;
}

.justify-content{
  justify-content: center;
  flex-wrap: wrap;
}
.items-service{
  /* width: 33.3%; */
  /* padding: 15px; */
  !i;!in;!i;!;
}

.item-service-shape{
  position: relative;
  border-radius: 40px;
  margin-top: 70px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.wrap-item-service{
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 35px 20px;
  min-height: 504px;
  text-align: center;
  margin-bottom: -50px;
  position: relative;
  top: -50px;
  left: 0px;
  box-shadow: 0 0 20px rgba(52, 69, 113, 0.16);
}
.wrap-item-service::before{
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20%;
  opacity: 0;
  border-radius: 40px 40px 60px 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrap-item-service:hover::before{
  height: 45%;
  opacity: 1;
}

.item-service-title{
  padding-bottom: 20px;
  position: relative;
  /* padding-left: 24px; */
  /* padding-right: 24px; */
}
.wrap-item-service:hover .item-service-title h3 a, .wrap-item-service:hover .item-service-title span{
  color: #fff;
}
.item-service-title h3{
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.item-service-title span{
  font-weight: 700;
  text-align: center;
  color: #333;
}
.service-img-box{
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.service-img-box a{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.service-img-box .shine-box::before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.service-img-box .shine-box:hover::before{
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@keyframes shine{
  100% {
      left: 125%;
  }
}

.service-img-box img{
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.service-item-bot{
  text-align: center;
  padding: 20px;
}
.service-item-bottom a{
  background-color: var(--primary-color););
  border-color: var(--primary-color);
  color: #fff;
  padding: 7px 14px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
}
.service-item-bottom a:hover {
    background-color: var(--second-color);
}

p.service-item-text {
  margin-bottom: 26px;
  line-height: 20px;
  font-size: 14px;
  color: #767676;
}

.service-item-bottom {
  position: relative;
  margin-bottom: 20px;
}

.wrapper-service .owl-nav {
    /* position: absolute; */
    /* top: 50%; */
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}

.wrapper-service .nav-btn {
    width: 44px;
    height: 36px;
    /* background-color: var(--primary-color); */
    border-radius: 7px;
    color: var(--primary-color);
    display: flex;
    font-size: 26px;
    margin: 0 20px;
    justify-content: center;
    align-items: center;
}

.wrapper-service .nav-btn:hover {
    color: var(--second-color);
}

.service-animation{
  position: relative;
  z-index: 1;
}

.show-more-service{
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 20px;   
} 
.more-service-box{
  color: #0E1215;
  border-radius: 10px;
  background-color: #ffb600;
  margin: 0 auto;
  width: 123px;
}

@keyframes serviceAnimation{
 0%{
  top: -6px;
  left:0;
 }
 12%{
  top: -3px;
  left: 3px;
 }
 25%{
  top: 0;
  left: 6px;
 }
 37%{
  top: 3px;
  left: 3px;
 }
 50%{
  top: 6px;
  left: 0;
 }
 62%{
  top: 3px;
  left: -3px;
 }
 75%{
  top: 0;
  left: -6px;
 }
 87%{
  top: -3px;
  left: -3px;
 }
 100%{
  top: -6px;
  left:0;
 }
}
.service-animation:hover::before{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.service-animation:hover::after{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.service-animation:hover::before{
  background-color: var(--primary-color);
  animation: 1s serviceAnimation infinite;
}
.service-animation:hover::after{
  background-color: var(--second-color);
  animation: 2s serviceAnimation infinite;
}



/* ***********************************************************************************************************|
                                                   produit                            |
**************************************************************************************************************/
.wrapper-categorie-produit {
  transition: all ease 0.3s;
  padding: 87px 35px 50px 35px;
  background-repeat: no-repeat;
  background-image: url(../images/bg/bg-nouveaute.png);
  background-size: cover;
}

.wrapper-categorie-produit.second-wrapper-categorie-produit {
  /*! background: none; */
  padding: 70px 35px 50px 30px;
  background-image: url(../images/bg/bg-apc.jpg);
}

.wrap-categorie-produit {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.top-categorie-produit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.image-categorie-produit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.categorie-produit {
}

.image-categorie-produit img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bottom-categorie-produit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
    /*! position: relative; */
}

.wrap-item-categorie-produit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    /*! border-bottom: 1px solid #eee; */
}

.item-categorie-produit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.parent-item-categorie-produit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.image-produit {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 230px;
}

.top-categorie-produit.second-top-categorie-produit {
  display: flex;
  justify-content: space-between;
}
.image-categorie-produit img {
  height: 100%;
}
.top-categorie-produit.second-top-categorie-produit div {
  width: 49%;
  height: 230px;
}
.top-categorie-produit.third-top-categorie-produit div {
  width: 31%;
  justify-content: space-between;
  margin: 0 10px;
}

.item-categorie-produit .image-produit img {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    height: 100%;
    object-fit: contain;
}

.item-categorie-produit:hover .image-produit {
    border-radius: 35px;
    transition: all 0.3s;
}

.content-produit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0  10px;
}

.item-categorie-produit .title-produit {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
}

.item-categorie-produit:hover .title-produit {
    color: var(--second-color);
}

.nb-produit {
    font-size: 13px;
    font-weight: 400;
    color: #AAAAAA;
    margin: 5px 0px 10px 0px;
}

h3.swe-title {
    color: #000000;
    background: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #F5F5F5;
    border-radius: 30px;
    padding: 0px 50px 0px 50px;
    margin: -32px 0px 10px 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 57px;
}
.all-categories-link {
    text-align: center;
    padding: 6px 0 25px;
    /* border-top: 1px solid #eee; */
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.all-categories-link a {
    /* font-size: 14px; */
    /* color: #aaa; */
    /* text-transform: uppercase; */
    font-weight: 400;
    padding: 9px 17px;
    background: transparent;
    color: gray;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}
.all-categories-link a:hover {
  color: var(--second-color);
}

.all-categories-link:hover a {
    /* color: var(--second-color); */
    /* font-weight: 500; */
}

.section-title-cat-produit {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}


.wrap-item-categorie-produit .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  left: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #111111;
  background: #FFFFFF;
  border-radius: 0px 50px 50px 0px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
}


.wrap-item-categorie-produit .nav-btn.next-slide {
  left: unset;
  right: -29px;
  border-radius: 50px 0 0 50px;
}

.wrap-item-categorie-produit .nav-btn:hover {
  background: var(--second-color);
  border: 2px solid var(--second-color);
  color: var(--white-color);
}

.wrap-item-categorie-produit:hover .nav-btn {
 opacity: 1;
 visibility: visible;
}



/*************************************************************************************************************************|
                                                           Partenaires                                                  **|
**************************************************************************************************************************/




.wrapper-partenaire {
  padding: 60px 0 30px;
}
.partenaire .title-bloc {
    /*! font-size: 28px; */
}
.wrapper-partenaire .wrap-btn {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.wrap-partenaire {
  padding: 70px 0 0;
}

.wrapper-partenaire .slick-prev:before, .slick-next:before {
    display: none;
}

.item-partenaire {
  padding: 0 15px;
  text-align: center;
}

.wrap-item-partenaire {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}

.wrap-item-partenaire img {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: transform .4s ease;
  -khtml-transition: transform .4s ease;
  -moz-transition: transform .4s ease;
  -ms-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  position: relative;
  -webkit-transition: all .3s cubic-bezier(0,0,.2,1)0s;
  -khtml-transition: all .3s cubic-bezier(0,0,.2,1)0s;
  -moz-transition: all .3s cubic-bezier(0,0,.2,1)0s;
  -ms-transition: all .3s cubic-bezier(0,0,.2,1)0s;
  -o-transition: all .3s cubic-bezier(0,0,.2,1)0s;
  transition: all .3s cubic-bezier(0,0,.2,1)0s;
  max-height: 65px;
}

.wrap-item-partenaire img:nth-child(1) {
  /* filter: grayscale(100%); */
}

.wrap-item-partenaire img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-150%);
  -khtml-transform: translate(-50%,-150%);
  -moz-transform: translate(-50%,-150%);
  -ms-transform: translate(-50%,-150%);
  -o-transform: translate(-50%,-150%);
  transform: translate(-50%,-150%);
  opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(1) {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(2) {
  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
}

.wrap-partenaire .slick-dots {
  z-index: -1;
  left: 0;
  top: 20px;
  right: 0;
  position: absolute;
  background-color: #dfe0e6;
  height: 1px;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap-partenaire .slick-dots li {
  width: 50%;
  height: 1px;
  /* margin: 0; */
  position: relative;
}

.wrap-partenaire .slick-dots li button {
  display: none;
}

.wrap-partenaire .slick-dots li.slick-active {
  background: var(--second-color);
}

.wrap-partenaire .slick-arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  padding: 0;
  background-color: #f2f6ff;
  font-size: 20px;
  top: 20px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-partenaire .slick-arrow:hover {
  color: #fff;
  background: var(--second-color);
}

.wrap-partenaire .slick-next {
  margin-left: 35px;
  outline: none;
  right: 0;
}

.wrap-partenaire .slick-prev {
  left: 0;
}
