

/**********************************************************************************************************************|
                                                    produit                                                        |
***********************************************************************************************************************/

ul.breadcrumb {
    margin: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.container.produit {
    width: 1500px;
}

ul.breadcrumb li {
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
}

span.go-page::before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 15px;
}

ul.breadcrumb li.active {
    color: #777;
}

section.biography-wrapper {
    padding: 48px 0 15px 0 !important;
}
button.filter-price-range {
    background: black;
    color: var(--white-color);
    transition: all ease .3s;
}

button.filter-price-range:hover {
    background: var(--primary-color);
}
.wrapper-produit {
    padding: 20px 0 20px;
    font-family: 'Poppins';
  }

.item-produit {
    position: relative;
    width: 50%;
    padding: 10px;
}

.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-produit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    /* flex-direction: row-reverse; */
    position: relative;
}

.parent-wrap-left-produit {
    display: flex;
    flex-direction: column;
    width: 73%;
}

.banner-interne {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 240px;
}

.banner-interne img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloc-other-filter {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.field-form select {
    border-radius: 5px;
    border: 1px #e5e5e5 solid;
    padding: 7px 15px;
    background-color: #fff;
    margin-bottom: 0;
}
.field-form.taille {
    justify-content: center;
    margin-bottom: 10px;
}

.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 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;
}
.field-form {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}
p.resultat-recherche {
    width: 100%;
    text-align: center;
}
.wrap-left-produit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.wrapper-pagination {
    width: 100%;
}

.item-img.products-thumb {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 185px;
    overflow: hidden;
    /* background: #fdfdfd; */
}

.item-img.products-thumb img {
    width: 100%;
    transition: all 03s;
    height: 100%;
    object-fit: contain;
}
.single-input.input-range {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.wrapper-range-similator {
    width: 100%;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #00c194;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid var(--primary-color) !important;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3pxrgba(0,0,255,0.3);
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: var(--black-color) !important;
}

.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: 5px;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
    background: red;
    color: var(--white-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 26px;
    padding: 0 16px;
}

.content-hdeal, .content-product {
    padding: 14px 15px 20px;
    text-align: center;
    border-top: 1px solid #f8f8f8;
}

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


.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 18px;
    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: 2px;
    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: 0 0 10px;
    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;
    /* height: 35px; */
}


a.button.add_to_cart_button, a.add_to_cart {
    width: calc(100% - 45px);
    font-size: 13px;
    border-radius: 0 0 0 10px;
}

.wrap-item-produit:hover a.button.add_to_cart_button {
    /* background: var(--primary-color); */
    /* color: var(--white-color); */
}

.item-bottom a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}



.wrap-right-hot-deal .owl-nav {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -1.5%;
    width: calc(100% + 3%);
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    height: 0;
}

.wrap-right-hot-deal .nav-btn {
    width: 35px;
    height: 50px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: var(--second-color);
    border-radius: 5px;
    color: var(--white-color);
    position: relative;
    /* transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -1.5%; */
}

.wrap-right-hot-deal .nav-btn.next-slide {
    right: -1.5%;
    left: unset;
}

.item-meilleure-ventes {
    padding: 10px 10px;
    width: 25%;
    /* margin-bottom: 30px; */
}

.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 rgb(0 0 0 / 7%);
    border: none;
}




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

.add_to_cart.disabled:hover,.add_to_wishlist.disabled:hover {
    background: #f5f5f5;
    color: black;
}

.add_to_cart.disabled,.add_to_wishlist.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.wrap-item-meilleure-vente .item-bottom {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.4s ease;
    transform: translateY(-50px);
    position: absolute;
    left: 0;
    bottom: -53px;
    z-index: 3;
}

.wrap-item-meilleure-vente:hover .item-bottom {
   transform: translateY(0px);
   opacity: 1;
   visibility: visible;
   height: auto;
   padding: 10px 10px 10px;
   background-color: #fff;
   box-shadow: 0px 20px 20px rgb(0 0 0 / 9%);
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}



/**********************************************************************************************************************|
                                                    BLOC RECHERCHE                                                       |
***********************************************************************************************************************/




.parent-wrap-right-produit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 25%;
    padding-left: 20px;
    position: sticky;
    top: 10px;
}

.bloc-search {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px 20px 30px;
    margin-bottom: 40px;
    width: 100%;
}
.parent-item-liste-produit-emploi {
    background-color: #e6f0f9;
    padding: 25px;
    border-radius: 30px;
    position: sticky;
    top: 15px;
}

.wrap-right-produit {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

form#form-recherche-avancee {}

.wrap-right-produit form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.title-generale-bloc-search {
    text-transform: capitalize;
    margin-bottom: 24px;
    color: #111;
    font-size: 24px;
    font-weight: 500;
}

ul.liste-categorie-bloc-search {
    display: flex;
    flex-direction: column;
    width: 100%;
}

li.item-categorie-bloc-search {
    padding: 10px 0;
    /* line-height: 18px; */
}

.item-categorie-bloc-search a {
    font-size: 15px;
    color: #555;
    text-transform: capitalize;
    transition: all 0.3s;
}

.item-categorie-bloc-search a:hover {
    color: var(--primary-color);
    transition: all 0.3s;
}

.list-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

label.list-group-item {
    padding: 10px 0;
}
.form-check-input {
    width: 1em;
    height: 1em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
    border-radius: 3px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:checked[type=checkbox] {
    background-image:url("../images/icons/check-image.svg");
}    



.list-group-item .d-flex {
    display: flex;
    align-items: center;
    justify-content: start;
}

.title-list-item {
    display: flex;
    line-height: 16px;
    margin-left: 10px;
}


.wrapper-head-annonce {
    padding: 60px 0 25px;
    background-color: #e6f0f9;
    border-bottom: 1px solid #e9e9e9;
}

.wrap-head-annonce.row-container {
    color: #878c9f;
    font-family: roboto;
    font-size: 15px;
    font-weight: 500;
    justify-content: start;
}

.wrap-head-annonce.row-container >a {
    position: relative;
    color: #878c9f;
    margin: 0 8px;
}

.wrap-head-annonce span {
    font-weight: 500;
    color: #c3922a;
    margin-left: 7px;
}



.wrap-head-annonce.row-container >a:first-child {
    margin-left: 0;
}




.aside-left, .aside_left {
    width: 66.66%;
    padding-right: 15px;
}

.aside-right,.aside_right {
    width: 27%;
    padding: 0 15px;
    position: relative;
}






.header-title-liste-offre {
}

.header-title-liste-offre >h2 {
    padding-bottom: 20px;
    color: #044b7a;
    font-size: 25px;
}











/******************************************************BLOC-Right-offre-emploi***********************************************/

.parent-item-liste-offre-emploi {
    background-color: #e6f0f9;
    padding: 30px;
    border-radius: 30px;
}

.searchform-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    background: white;
}

.searchform-wrap input {
    background-color: #fff;
    padding: 1rem 0.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    -moz-appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 10px;
}



.bloc-form {
    margin-top: 1rem;
}

.list-group-item .badge {
    background-color: #fff;
    font-weight: 600;
    opacity: .7;
    color: #17171D;
}

.rounded-pill {
    border-radius: 50rem!important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.title-item {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: #0b0b0b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-family: "Poppins";
}

.title-item:after {
  position: absolute;
  content: "\f107";
  font-family: fontAwesome;
  font-size: 15px;
  right: 10px;
}

.title-item.active:after {
  content: "\f106";
}

.title-item.active+div,.title-item.active+label{
    display:none;
}
.title-item+div,.title-item+label{
    display:block;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #747474;
    text-align: center;
    white-space: nowrap;
    border-right: none;
    padding: 1rem 2px 1rem 20px;
    width: 15%;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    background: white;
}

.form-control {
    border: 0 none;
    font-weight: 300;
    color: var(--pxpTextColor);
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 1rem 0.75rem;
    display: block;
    width: 85%;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.list-group {
    margin-top: 1rem!important;
    /* display: none; */
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
}


.prix-min, .prix-max,.filter-price-range {
    width: 32.5%;
    height: 34px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.right-green-txt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}



label.list-group-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 8px;
    color: #17171D;
    align-items: center;
    font-size: 14px;
}

label.list-group-item {}

span.d-flex {
    display: flex;
    font-weight: 300;
    align-content: center;
    line-height: 1.3;
}

input.form-check-input {
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    margin-right: 0.5rem;
}

input[type="radio"] {
  border-radius: 50%;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1pxsolidrgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

.form-check-input:checked {
    background-color: #0969C3;
    border-color: #0969C3;
}

.form-check-input:checked[type=checkbox] {
    background-image:url("../images/icons/check-image.svg");
}    

select.form-select {
    font-weight: 500;
    font-size: 15px;
    width: calc(100% - 43px);
    line-height: 1.5;
    padding: 1rem 0 1rem 5px;
}


















