

.include-in-email {
    display: none;
}



.back-to-top {

    padding-top: 4px;
    bottom: 5%
}

/* Performance mobile */
a, button, input, textarea, [role="button"] {
    touch-action: manipulation;
}


/* button slim */
.btn slim {
padding-top: 10px !important ;
padding-bottom: 10px !important ;
}


.ph-house {
    font-size: 20px;
} 

.span {
    color: #ffdd9e !important;
}


/* catégorie active */
ul.bullet-list li.active a {  
    color: var(--c1);
}



/* Enlever "+" du menu langue */
li.langue::after {
  content: none; /* Removes any content added by ::after */
  display: none; /* Hides the element completely (optional) */
}








/* Blog pagination */
.blog-pagination {

 font-size: 14px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--title-font);
  line-height: 1;
  padding: 15px 29px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: none;
  background-size: 200% 100%;

}

.page-item:last-child .page-link {
  border-radius:50px
} 

.page-item:first-child .page-link {
  border-radius:50px;
} 

.page-link {
  border-radius: 50px;
   border:none;
}


.page-item.active .page-link {
  background:  #ff0076;
}
/* Blog pagination END */


/*4.02: main banner home2
===============================*/
/*banner text*/
.banner-slider2 .single-slider-text a {
    z-index: 20;
}
.banner-slider2 .single-slider-wrap-inner {
    height: 860px !important;
}
.height-100{
    height: 100%;
}
.height-100vh{
    height: 100vh
}
.banner-slider2 .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100px;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}
.banner-slider2 .banner-image.men-3,
.banner-slider2 .banner-image.men-2{
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

.banner-slider2 .single-slider-text {
    margin-top: 125px;
}
.banner-slider2 button.owl-prev {
    left: 50px;
}
.banner-slider2 button.owl-next {
   right: 50px;
}

.banner-carousel2 button.owl-prev,
.banner-carousel2 button.owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; 
    font-weight: 700 !important;
    color: #333333 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.banner-slider2 button.owl-next {
    left: auto;
    right: 50px;
}

.banner-slider2 .single-slider-wrap{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
    
.banner-slider2 .single-slider-text h3 {
    font-weight: 700;
    color: #543d2c;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-left: -60px;
}

.banner-slider2 .single-slider-text h1 {
    font-weight: 700;
    color: #543d2c;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 140px;
    line-height: 1;
}
.slide2 .single-slider-text h3 {
    color: #222222;
}
.slide2 .single-slider-text h1 {
    color: #222222;
}.slide3 .single-slider-text h3 {
    color: #1e2561;
}
.slide3 .single-slider-text h1 {
    color: #1e2561;
}
.banner-slider2 .banner-image img {
    position: relative;
    width: inherit !important;
}
.dress-poiner.smart.poiner4 .pointer-details{
    left: -293px;
}
.single-slider-wrap-inner:before {
    position: absolute;
    content: "";
    background: #fffce3;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111;
}
.banner-slider2 .active .single-slider-wrap-inner:before {
    display: none;
}
.banner-slider2 .single-slider-wrap-inner {
    position: relative;
}
/* 4:3 dress pointer home banner2 */
.dress-poiner > span {
    width: 25px;
    height: 25px;
    display: block;
    background: #ff0000;
    text-align: center;
    line-height: 20.5px;
    border-radius: 50%;
    cursor: pointer;
}

.dress-poiner > span i {
    font-size: 12px;
    color: #ffdd9e;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.dress-poiner:hover span i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.dress-poiner:hover .pointer-details {
    visibility: visible;
    -webkit-transform: scale(1) rotateX(0deg);
            transform: scale(1) rotateX(0deg);
}

.dress-poiner {
    position: absolute;
}
.dress-poiner > span:before {
    height: 100%;
    width: 100%;
    background: #ff0000;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    transition: .3s all linear;
}
.pointer-details {
    width: 274px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background: #fff5e5;
    position: absolute;
    top: -38px;
    left: 45px;
    -webkit-transform: scale(0) rotateX(90deg);
    transform: scale(0) rotateX(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    visibility: hidden;
    -webkit-transition: .3s all cubic-bezier(1, 0.02, 1, 1);
    transition: .3s all cubic-bezier(1, 0.02, 1, 1);
}

.pointer-details p {
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
}

.pointer-details .pointer-image {
    margin-right: 21px;
}

.pointer-body h6 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333333;
}

.pointer-body p span {
    display: inline-block;
    margin-left: 21px;
}
.dress-poiner:hover{
    -webkit-animation: none;
            animation: none;
}
.dress-poiner span:before{
    -webkit-animation: zoom .3s linear infinite alternate;
            animation: zoom .3s linear infinite alternate;
}
.dress-poiner:hover span:before{
    animation: none;
}
@-webkit-keyframes zoom{
    0%{
        -webkit-transform: scale(.9);
                transform: scale(.9)
    }
    100%{
        -webkit-transform: scale(1.1);
                transform: scale(1.1) 
    }
}
@keyframes zoom{
    0%{
        -webkit-transform: scale(.9);
                transform: scale(.9)
    }
    100%{
        -webkit-transform: scale(1.1);
                transform: scale(1.1) 
    }
}
  /*4:4 pointer position */
  .dress-poiner.trandy.poiner2 {
    top: 89%;
    right: 26%;
    }
    .dress-poiner.poiner1 {
        top: 51%;
        right: 25%;
    }
    .trandy.poiner3 .pointer-details {
        left: -292px;
    }
    .dress-poiner.trandy.poiner4 {
        top: 26%;
        right: 3%;
    }
    
    .trandy.poiner4 .pointer-details {
        left: -290px;
    }
    
    .dress-poiner.trandy.poiner3 {
        top: 72%;
        right: 3px;
    }
    .dress-poiner.trandy.poiner1 {
        top: 51%;
        right: 28%;
    }
    .dress-poiner.smart.poiner2 {
        top: 39%;
        left: 59%;
    }
    .dress-poiner.smart.poiner3 {
        top: 85%;
        left: 30%;
    }
    .dress-poiner.smart.poiner4 {
        top: 92%;
        right: 18%;
    }
    .dress-poiner.smart.poiner1 {
        top: 51%;
        right: 25%;
    }
    .categores-link-wrap ul li {
        display: inline-block;
        padding-right: 20px;
    }
    
    .categores-link-wrap ul {
        padding: 0;
        list-style: none;
    }
    
    .categores-link-wra {
        position: absolute;
        bottom: 0;
    }
    
    .categores-link-wrap {
        position: absolute;
        bottom: 9px;
        left: -25%;
    }
    
    .categores-link-wrap ul li a {
        font-size: 14px;
        color: #777777;
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
        z-index: 11;
        position: relative;
    }
    
    .categores-link-wrap ul li a:hover {
        color: #222222;
    }
    .dress-poiner.trandy.poiner2 {
        top: 89%;
        right: 33%;
    }
/* 4.05: main banner home3
====================================*/
.banner-slider3 .banner-image img {
    position: relative !important;
    width: inherit !important;
}
.banner-slider3 .image-caption {
    position: absolute;
    top: 180px;
    left: 300px;
    z-index: 11;
}

.banner-slider3 .image-caption h6 {
    font-weight: 700;
    color: #ff7353;
}

.banner-slider3 .image-caption h5 {
    font-weight: 700;
}
.banner-slider3 .single-slider-text h1 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}
.banner-slider3 .banner-image:before {
    height: 350px;
    width: 350px;
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    top: 146px;
    left: 92px;
}
.banner-slider3 .single-slider-text span {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.banner-slider3 .single-slider-wrap {
    padding: 70px 0;
}
.banner-slider3 .dress-image img {
    width: inherit !important;
}
.dress-details ul li h6 {
    font-weight: 700;
    margin-bottom: 0;
}

.dress-details ul li h6 span {
    display: block;
}

.dress-image {
    margin-bottom: 15px;
}

.dress-details ul li {
    display: inline-block;
    margin-right: 17px;
}
.dress-details {
    position: absolute;
    bottom: -30px;
    right: -150px;
}
.banner-slider3 .right-content .image-caption {
    top: 190px;
    left: 110px;
    text-align: right;
    z-index: 11;
}
.banner-slider3 .right-content .banner-image:before {
    top: 134px;
    left: -70px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.right-content .dress-details {
    bottom: -30px;
    left: -100px;
}
.right-content .banner-image {
    float: right;
}

/* Search Popup */
.search-popup {
    display: none !important;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.search-popup-active {
    display: block !important;
}

.search-popup-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.close-search-popup {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    border: none;
    background: none;
}

.close-search-popup:hover,
.close-search-popup:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.search-popup-content .form-group {
    display: flex;
    align-items: stretch; /* Changed from center to stretch */
}

.search-popup-content .form-control,
.search-popup-content .btn {
    height: 48px; /* Example height, adjust as needed */
    box-sizing: border-box;
}

.search-popup-content .form-control {
    border-radius: 3px 0 0 3px;
}

/* Search Icon Color */
/* Default: white icon for the initial dark desktop header */
.header-main:not(.sticky) #open-search-popup .search-icon {
    fill: var(--white);
}

/* Dark icon for the light sticky desktop header */
.header-main.sticky #open-search-popup .search-icon {
    fill: var(--title-color);
}

/* Dark icon for the light mobile menu (overrides the default) */
@media (max-width: 1199px) {
    .nav-wrap-inner #open-search-popup .search-icon {
        fill: var(--title-color) !important;
    }
}

.search-popup-content .btn {
    border-radius: 0 3px 3px 0;
}

/* Add Animation */
@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

/* Search Button Responsive Styles */
#open-search-popup .search-text {
    display: none; /* Hidden by default on large screens */
}

#open-search-popup {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1199px) {
    #open-search-popup {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 100%; /* Make the button take full width if needed */
        padding: 10px 10px 10px 0; /* Remove left padding to align with other menu items */
    }

    #open-search-popup .search-text {
        display: inline; /* Show text on small screens */
    }
}
/* Masquer la ligne Jaude sur les petits écrans */
body .hide-on-mobile {
    display: none !important;
}

/* Afficher la ligne Jaude sur les grands écrans */
@media (min-width: 1200px) {
    body .hide-on-mobile {
        display: list-item !important;
    }
}

/* Fix horizontal overflow on mobile */

.carousel {
    overflow: hidden;
}

.swiper-container {

    width: 100%;

}



.live-auction {

    width: 100%;

    overflow: hidden;

}


