*{
    box-sizing: border-box;
}
body{

    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--samashop-ff);
    font-size: var(--body-text);
    font-weight: normal;
    line-height: 1.5;
    color: var(--t-color);
    background-color: var(--bg-body);
    overflow-x:hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}
p{
    text-align: justify;
}
.Wrapper{
    width: 100vw;

}
.title{ 
    font-weight: bold;
    font-size: 2rem;
}
.cat-title{
    font-size: 1.2rem !important;
    text-align:center;
}
.cat-header{
    display: flex;
    width:100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
    align-items:baseline;
}
.sub-title{
    font-size: 1rem !important;
}
.s-title{
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
}
main{
    min-height: 73.5vh;
}
header{
    background-color: var(--color-secondary);

    color:var(--samashop-navcolor);
    justify-items: center;
    padding: 0 10px;
}
ul li:hover ul, ul li ul:hover li, div a:hover ul{
    display: block !important;
}

.headbut{
    display: flex!important;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 42vw;
    padding:0;
    justify-content: flex-end!important;
}
.headbox{
    position: relative;
    display: flex!important;
    align-items: center!important;
    margin: 0 5px;
}
.shopcard{
    display: none;
    top: 3.1rem;
    color: var(--t-color);
    padding: 0;
    background-color: white;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
}
.shopcard h6{
    text-align: center;
}
.shopcard ul{
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0;
}
.shopcard li{
    display:flex;
    list-style: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dedddd;
    justify-content: space-between;
}
.shopcard button{
    background-color: white;
    color: darkred;
    border: transparent;
}
.shopcard li:last-child{
    background-color: var(--color-tercery);
    text-align: center;
    color: white;
}
.shopcard a {
    color: white;
    text-decoration: none;
    margin: 0 auto;
}
.shopcard.show{
    display: block;
}
.pagination .page {
    border: 0.5px solid black;
    padding: 1rem;
    border-radius: 8px;
    color: black;
    font-weight: normal;
    text-decoration: none;

}
.pagination .page:hover {
    background-color: var(--color-primary);
    border:none
}
.panierContainer{
    position: relative;
    font-size: 20px;
    z-index: 2;
}
.panierContainer:hover > div{
    display: block;
}
.panierContainer > div {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: rgba(255,255,255,0.96);
    z-index: 10;
    color: darkblue;
    width: 300px;
    font-size: 12px;
    right: 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}
.panierContainer > div > ul {
    list-style  : none;
    margin: 0;
    padding: 0;

}
#nbr_panier{
    position: absolute;
    padding: 1px 7px;
    background-color: #ce7b00;
    border-radius: 25px;
    font-size: 12px;
    z-index: 0;
    left: -9px;
    bottom: -5px;
}
#log_status{
    position: absolute;
    padding: 0px 4px;
    background-color: #a7a7a7;
    border-radius: 25px;
    font-size: 8px;
    z-index: 0;
    left: 27px;
    bottom: -1px;
}
.logbut{
    color: #f8f9fa;
    display: flex;
    font-weight: lighter;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    align-items: baseline;
    cursor: pointer;
    justify-content: space-evenly;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5%;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .2s ease-in-out;
}
.logbut:hover{
    color: #f8f9fa;
    border-color: #f8f9fa;
    transform: scale(1.01)
}
.lang {
    display: block;
    width: 100%;
    height: auto;
    padding: 8% 13px;
    margin: auto;
    font-size: 1rem;
    text-align: center;
    font-weight: lighter;
    line-height: 1.5;
    color: var(--color-primary);
    background-color: #ebe9e9;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--color-primary);
    /* border-color: var(--color-primary); */
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
    word-wrap: normal;
}
.primenu-container{
    display: flex;
    flex: 1 0 0%;
    flex-wrap: wrap;
    justify-content: end;
}
.primenu{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: baseline;
    /* justify-content: space-around; */
    font-size: 16px;
    padding: 1rem;
    margin: 0;
    justify-content: end;
    width: 100%;
    align-items: center;
}
.primenu .nav-item {
    margin:0 15px;
    position: relative;

}
.primenu .nav-item > a {
    text-decoration: none;
    color: var(--samashop-navcolor);
    font-weight: normal;
    transition: color 2s ease,font-weight 0.5s ease,border-bottom 2s ease;
    transition: transform 0.6s ease-in-out;
}
.primenu .nav-item > a:hover {
    color: var(--color-secondary);
    font-weight: bold;
    border-bottom: 2px dotted var(--color-secondary);
    transform: scale(1.15);
}
.primenu .nav-item > .dropdown-menu {
    position: absolute;
    right: 0;
    width: 220px;
    padding: 0;
}
.primenu .nav-item > .dropdown-menu .navel{
    border-bottom: 0.1px solid lightgray;
    color: black;
    font-weight: 600;

}
.primenu .nav-item > .dropdown-menu .navel:hover{
    background-color: var(--color-secondary);
    color: var(--samashop-navcolor);
}
.userbar {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--samashop-navcolor);
}

.userbar > a, .userbar div > a  {
    color: #f8f9fa;
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
    text-decoration: none;
    padding: 6px;
    transition: 0.5s ease;
}
.userbar > a:hover, .userbar div > a:hover {
    transform: scale(1.2);
    color: var(--color-secondary);
}
/* .dropdown {
    position: relative;

} */
.userbar .dropdown-menu{
    text-align: center;
    left:-120px;
    width: 100%;
    padding: 0 10px;
    border: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
}
.userbar .dropdown-menu  a { 
    position: relative;   
    display: block;
    text-decoration: none;
    padding: 5px 10px; 
    font-size: 14px;
    border-bottom: 2px solid var(--bg-body);
}
.userbar .dropdown-menu li:last-of-type a{
    border-bottom: none;
}
.infobar{
    display: flex;
    flex: 1 0 0%;
    align-items: baseline;
    padding-top: 5px;
    margin:0;
    width: 70%;
    font-weight: lighter;
}
.infobar div{   
    border-right: 1px solid white;
    padding-right: 20px;
}
nav{
    background-color: var(--color-primary) ;
    height: 80px;
    width: 100vw;
}
nav.sticky{
    background-color: var(--color-primary);
    height: 80px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 20;
    margin-bottom: 80px;
}
.hero.sticky, main{
    margin-top: 80px;
}
.navbar{

    text-decoration: none;
    list-style: none;
    align-items: center;
    margin: 0;
    height: 20px;
    padding:0 20px !important;
}
.navContent{
    display: flex!important;
    justify-content: space-between;
    flex: 1 0 0%;
}
a{
    color: var(--color-primary);
}
.logo{
    width: 60px;
    object-fit: cover;
}
.nav-item{
    align-items: center;
    padding: 0;
    margin: 0 15px;

}
.main{
    margin: 0 auto;
    max-width: 1920px;
    height: 100%;
    padding: 0 10px ;


}
.hero{

    display: flex;
    flex-wrap: wrap;
    height: 650px   ;
    padding: 0 ;
}
.herow{

    display: flex;
    flex-wrap: wrap;
}
.sidenav{
    flex: 0 0 auto;
    width: 20%;
    padding:0 ;
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);

}

.sidenav.dispatch {
    position: absolute!important;
    top: 80px;
    z-index: 20;
    
}
.navel.mobileSiteNav{
    position: relative;  
    display: none;   
}
.navel.mobileSiteNav ul{
    position: absolute;
    width: 100%;
    /* display: none; */
    bottom: -113px;
    left: 0;
    z-index: 6;
}
.slider{
    display: flex;
    flex:1 0 0%;
    padding: 0;
    height: 100%;
}
.sliderContainer{
    flex: 0 0 auto;
    width: 75%;
    height: 100%;
}
.promo{
    margin-bottom: 4rem;
    position:relative;
}
.promo .discount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border-radius: 0 0 0 16px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: red;
}
.addcart {
    /* visibility: hidden; */
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 0 16px 0 16px;
    font-size: 20px;
    /* font-weight: bold; */
    background-color: white;
    z-index: 10;

}
.addcart:hover{
    transform: scale(1.05);
}
.promo .prix {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    border-radius: 0 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10;
    box-shadow: 0px 4px 23px black;
}
.prix{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    border-radius: 0 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10;
}
.prix2{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px ;
    border-radius:16px 0   0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10; 
}
.promo .swiper-slide:hover .prix{
    visibility:hidden;
}
 :is(.swiper-slide:hover,.category-box:hover) .addcart{
    visibility:visible;
}
.promo-container{
    height: 150px;
    width: 100%;
    margin: 0 0 2rem 0;
}

.filter-zone{
    position:relative;
    display: flex;
    width:100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px; 
    background-color:white;
    padding: 1rem 10px;
    margin-bottom:1.5rem;
    border-radius:0 2rem 0 0;
}
.filter-zone .form-control{
    border: none !important;
}

.shortening{
    position:absolute;
    right:15px;
    width:auto;
    float:right;
}
.short-but{
    background-color:white;
    color:var(--color-secondary);
    border:none;
    font-size:22px;
}
.filters{
    flex:0 0 60%;
    width:60%;
    
    display:flex;
}
.filters select,.filters input {
    margin-right:10px;
    background-color: #f3f3f3;
}
.filters  input {
    background-color:var(--color-secondary);
    border:none;
    color:white;
    padding:0 2rem;
}
.category {
    flex:1 0 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
.category-service{
    flex:1 0 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    max-height: 650px;  
}
.category-container {

    width: 100%; 
    height:400px;
    overflow: hidden;
    padding: 0;
    margin-bottom:50px;
    
}

.category-header h3{
    text-align:right;
    font-size: 1rem;
    padding: 0.2rem 1rem;
    font-weight:normal;
    letter-spacing:1px
}
.category-content {
    display:flex;
    height:350px;
    width:100%;
}
.category-view{
    order:0 ;
    position:relative;
    overflow:hidden;
    width: 20%;
    height:100%;
    border-radius: 3px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
    transition: all 0.5s ;
}
.category-view:hover, 
.category-el:hover
{
    transform:scale(0.98);
}

.category-view::before{
    content:"";
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    background-image: linear-gradient(180deg, rgba(0,0,0, 0.0), rgba(0,0,0, 0.8)); ;
}
.category-title{
    position:absolute;
    font-size: 2 rem;
    letter-spacing:1px;
    text-transform:Uppercase;
    color: #fff;
    text-shadow: 2px 2px #000;
    z-index:2;
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
    
}
.category-view .button{
    position:absolute;
    border:none;
    padding:0.5rem 1rem;
    border-radius:20px;
    text-decoration:none;
    text-align:center;
    background-color: #fff;
    color:#000;
    z-index:2;
    letter-spacing:1px;
    bottom:5%;
    left:50%;
    transform: translate(-50%, -50%);
    transition:all 0.5s;
}
.category-view .button:hover{
    bottom: 3%;
    padding: 0.6rem 1.3rem;
    background-color: var(--color-primary);
    color:#fff;
}
.category-view img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.category-slide img{
    position:absolute;
    top:5%;
    left:15%;
    width:70%;
    height:70%;
    object-fit:contain;
}
.category-slide{
    order:1;
    display:flex;
    flex: 1;
    height:100%;
    overflow:hidden;
    overflow-x: auto;

}
.category-slide .category-el{
    position:relative;
    flex: 0 0 24%;
    height:100%;
    margin-left: 10px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
    background-color: #fff;
    border-radius: 3px;
    transform: translateX(0);
    transition: all 0.5s ;
}
.category-el .product-name,
.category-el .price {
    position:absolute;
    z-index:2;
}
.category-el .price{
    left:50%;
    bottom:0;
    font-size: 1rem;
    padding: 0.5rem;
    background-color:#000;
    color:#fff;
    border-radius: 20px 20px 0 0; 
    transform:translate(-50%, 0);
}
.category-el .product-name{
    bottom: 13%;
    text-align:center;
    font-size:1.2rem;
    left: 0;
    width:100%;
    padding: 0.5rem ;
    margin: 0;
}

.category-wrap {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     overflow: hidden;
    padding: 0;
    margin-bottom:50px;
}

.category-card
{
    flex: 0 0 auto;
    width: 19%;
    margin: 0 10px 0 0;
    justify-content: space-between;
    min-height:100% ;
    background: linear-gradient(#e66465, #9198e5);;
    height: auto;
}
.category-list{
    font-size: 1.5rem;
    color: #ffff;
}
.category-list li {
    margin-bottom: 1rem;
}

.category-card img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.category-card h2
{
    position: absolute;
    margin: 1% 2.5%;
    z-index: 2;
    color: white;
    text-shadow: 1px 1px 2px black;
}
.cat-prod{
    bottom:0;
    display: flex;
    align-content: baseline;
    padding:5px;
    width:100%;
    justify-content: space-between;
    font-weight: normal;
    font-size: 1rem;
    z-index:10;

}
.category-box:hover .cat-prod{
    visibility:hidden;

}
.cat-prod a{

    color:black;
    font-weight: normal;
    text-decoration: none   ;
}
.category-box1
{
    align-content: baseline;
    flex: 0 0 auto;
    width: 15%;
    justify-content: space-between;
    margin: 0 15px 15px 0;
    background-color: white;
    transition: 0.3s;
}
.filters-bar{
    flex:none;
    width:20%;
    margin-right:1%;
    
    height:70vh;
    overflow-y:auto;
    overflow-x:hidden;
    
}
.filter-btns {
    display:flex;
    justify-content:space-between;
}
.filter-bloc{
    padding:1rem;
    background-color:white;
    margin-bottom:10px;
}

.filter-check{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
.filter-check label{
    margin-left:5px;
}
.filter-check .checkbox{
    flex:0.8;
}
.filter-check .count{
    flex:0.2;
    text-align:right;
}

.prod-container{
    flex:none;
    width:79%;
}
.cat-list {
    position: relative;
    /* display: flex; */
    background-color: white;
    flex: none;
    width: 31%;
    height: 99px;
    margin: 0 15px 20px 0;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
}
.cat-list a{
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-items: center;
    align-items: center;
    top: 0;
    left:0;
    width:100%;
}
.cat-list .cat-text{
    width:70%;
}
.cat-list .cat-img {
    height: calc( 100px );
    width: 30%;
}
.cat-list .cat-img img { 
    width: calc( 100% );
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}
:is(.cat-box, .catlist):hover{
    transition:.5s;
    transform:scale(1.02);
}
.cat-box{
    position:relative;
    background-color:white;
    flex:none;
    width: 31.8%;
    height:380px;
    margin: 0 15px 20px 0 ;
    padding:1rem;
    text-align:center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);  
}
.cat-box a{
    text-decoration:none;
}
.cat-img{
    height: calc( 290px - 1rem);
}
.cat-img img{
    padding:1rem;
    width:calc( 100% - 1rem);
    height:100%;
    object-fit:contain;
}
.cat-text{
    padding:1rem;
}
.category-box
{
    position: relative;
    align-content: baseline;
    flex: none;
    width: 18.95%;
    height: 265px;
    justify-content: space-between;
    margin: 0 15px 50px 0;
    background-color: white;
    transition: 0.5s;
    cursor: pointer;
}

.category-list{
    display: flex;
    position: relative;
    align-content: baseline;
    /* flex-wrap: wrap; */
    /* flex: 0 0 auto; */
    width: 18.7%;
    height: 67px;
    justify-content: space-between;
    margin: 0 15px 11px 0;
    background-color: white;
    transition: 0.3s;
    cursor: pointer;
}
.category-list:hover
{
    transform: scale(1.05);
    margin: 10px ;
}
.category-box:hover
{
    transform: scale(1.01);
    margin: 10px ;
}

.cat-slide-container{
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
}
.cat-bloc{
    display: flex;
    flex: 1 0 0%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
    width:100vw;
}
.proContainer{
    display: flex;
    padding: 0 10px;
    margin: 40px 0; 
    flex: 1 0 0%;
    flex-wrap: wrap;
    border-radius: 10px;
}

.hallOfFame {
    padding: 60px 20px;
    min-height: 500px;
}
.samaTitle2{
    font-size: 22px;
    /* text-transform: uppercase; */
    font-weight: bold                                                               ;
    color: var(--color-primary);
}
.proFilter{
    display: flex;
    width: 100%;
    flex-wrap: wrap;

    justify-content: space-between;
}
.proFilter h2{
    flex: 0 0 auto
}

.proFilterElem{
    display: flex;
    flex: 0 0 40% ;
    justify-content: space-between;
    margin-right: 40px ;
}
.proFilterElem select{
    position: relative;
    border-radius: 25px;
    padding: 5px 25px ;
    z-index: 1;
}

.proBox{
    position: relative;
    flex: 0 0 18.5%;
    width: 18.5%;
    /* height: 325px; */
    background-color: white;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 15px 30px 0;
    transition: 0.6s ease-out;

}
.proBox a{
    text-decoration: none;
    color: black;
}
.proBox:hover, .service-box:hover , .category-el:hover{
    transform: scale(1.02);
}
.proContent {
    
    padding: 10px;
}
.proTitle{
    font-size: 14px!important;
    font-weight: bold;
    margin: 0 0;
}
.proPrice{
    display: flex;
    width: 100%;    
    align-items: baseline;
    font-size: 18px!important;
    font-weight: normal;
}
.proPrice .reduction{ 
    font-size: 13px;
    margin: 10px;
    text-shadow: #0c0c0c60;
    color: #0c0c0c60 ;
}
.badgeReduc{
    position: absolute;
    background-color: orange;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500px;
    border-radius: 0 0 20px 0;
    box-shadow: 0 1 10px rgba(0, 0, 0, 0.2);
}
.panierButton{
    position: absolute;
    bottom: 0;
    /* right: 0; */
    border-radius: 0 25px 0 0;
    padding: 4px 20px;
    background-color: var(--color-primary);
    text-align: center;
    color: white;
    z-index: 10;
}
.panierButton a{
   text-decoration: none;
    color: white;
}
.proImg{
    height: 70%;
    overflow: hidden;

}
.proImg img{
    object-fit: cover;
    width: 100%;
}
.blocproduct{
    flex:1 0 0%;
    padding: 0;
}
.otherProducts{
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 25px;
    border: none;
    border-radius: 5px;
}
.otherProducts h2{
    margin: 15px;
    text-align: center;
}
.otherProducts button{
    background-color: white                                                                                                                                                                             ;
    display: block;
    font-size: 12px;
    text-align: center;
    margin: auto;
    border: 1px solid grey;
    padding: 10px 20px;
    text-transform: uppercase;
}


.sideleft{
    flex: 0 0 auto;
    align-items:baseline;
    width: 19.3%;
    padding:5px;
    min-width:250px;
    margin: 0 10px 10px 0;
    background-color:var(--color-tercery);
    border-radius:0 16px 0 16px;
}
.sideright{
    flex: 1 0 0%;
    flex-wrap: wrap;
    width: auto;
    align-items: baseline;
}
.sideright h6{
    align-items: baseline;
    padding: 0 10px;
    margin: 6px 0;
    letter-spacing: auto;
}

.pagination li {
    /* display: inline-block; */
    padding: 5px;
    color: black;
    text-decoration: none;
    background-color: var(--pagination);
    font-size: 15px;
}
.pagination li .page-link{
    background-color: white;
    color: gray;
}
.pagination li.active .page-link                                                        {
    background-color: var(--color-primary);
    font-weight: bold;
    color: var(--color-secondary);
    border: none;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    padding: 0 10px 0 0;
}

.section{
    margin-bottom:  50px;
}
.trend{

    margin: 0 0 50px 0;
    width:100%;
    display: flex;
}
.trendpic{
    width: 100%;
    max-height: 8vw;
    object-fit: cover;
}
.trendcaption {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    color: white;
    width: 100%;
    background-color:  rgba(0,0,0, 0.2);
    }
.catalogue{
    padding: 0px;
    margin-bottom: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-head {    
    padding: 15px;
    color: white;
    background-color: var(--bs-danger);
}
.navel, .category-list {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    list-style: none;
    height: 65px;
    transition: 0.25s;
    border-bottom: 0.1px solid var(--bg-body);
    transition: padding-left 1s ease-in;

    transition: 0.3s ease-in-out;

}
.catalogue a:last-child .navel{
    border-bottom: none!important;
}
.catalogue  .navlink {
    font-size: 14px!important;
    color: var(--color-primary);
}

.catalogue .navel:hover{
    padding-left: 30px ;
    font-weight: bold;
    transform: scale(1.05);
    margin: 0  ;
    color: var(--color-primary);
    background-color: var(--color-secondary);
}
.navel-toggle{
    white-space: nowrap;
}
.navel-toggle::after{
    content: "›";
    /* font-family: "Font Awesome 5 Free"; */
    position: absolute;
    top: 40%;
    transform: translatey(-50%);
    font-weight: 500;
    font-size: 26px;
    color: var(--color-primary);
    right: 25px;
    white-space: nowrap;
}
.nav-elements{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}
.sidel-container{
    display: flex;
    /* padding: 15px ; */
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 25%;
    background-color: #E8E8E8;
}   
.sidel{
    display: flex;
    padding: 10px 15px 5px 15px;
    flex-direction: column;
    height: calc(100% / 3);
    width: 100%;
    /* border-radius: 15px; */
    box-shadow: 1 1  5px rgba(0, 0, 0, 0.5);
    background-color: white;
    overflow-y: hidden; 
    }  
    .sidelPic{
        display: flex;
    flex-direction: column;
    height: calc(100% / 3);
    width: 100%;
    /* border-radius: 15px; */
    box-shadow: 1 1 5px rgba(0, 0, 0, 0.5);
    background-color: white;
    overflow: hidden;
    }
    .sidelPic img{
        object-fit: cover  ;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-position: center;
    }
.sidel p{
    font-size: 11px;

    }  
    .sidel .buttonz{
        justify-content: space-between;
    }
.button3 {
    text-align: center;
    text-decoration: none;  
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 12px;
    border-radius: 25px;    
    font-weight: normal ;
    background-color: var(--color-primary) ;
    color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.nav-search{
    display: flex;
    flex: 0 0 40%;
    order:0;
}
.navel:has( > .nav-search.mobile){
    display: none;
}
.nav-search form {
    position: relative;
    width: 100%;
}
.nav-search form button{
    position: absolute;
    right:10px;
    color: var(--color-secondary);
}
.nav-lang{
    display: flex;
    align-content: center!important;
    order: 3;
}
.navlink{
    text-decoration: none;
    font-size: var(--nav);
    color:var(--color-secondary);
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-cat {
    width: 100%;
    height: 401px;
}
.trendtitle{
    color: white;
    font-size: 0.7rem;
    text-decoration: none;
}
.ctaction{
    display: none ;

}
.ctaction:hover{
    display: block ;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-slide .ranked {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.productcaption {
    display: flex;
    font-size: 12px;
    position: absolute;
    bottom: 0 ;
    left:auto;
    padding: 10px;
    color: black;
    text-align:left;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    visibility:hidden;
}
.swiper-slide:hover .productcaption{
    visibility:visible;
}

.faq-box{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    border: 2px solid var(--color1);
    align-items: baseline;
    margin-bottom: 1rem;
}

.question{
    flex: 0 0 auto;
    padding: 0 0 0 1rem ;
    width: 95%;

}
.faq-box img{
    width: 50px;
}
.accordion {
    overflow-y: scroll;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin: 1rem;
    width: 85%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    max-height: 500px;
}
.active.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.cproduct{
    height: 100%;
    width: 100%;
    object-fit: cover  ;
}
#product-view{
    position: relative;
    margin: 8px 0 30px 0;
    height: 550px;
    /* overflow: scroll;   */
    
}
#product-view #Presentation {
    height: 260px;
}
#product-view > div {
    height: 100%;
    min-height: 550px;
}
.Product-view{
    display: flex;
    height: 100%;
    margin: 0 0 2rem 0;
}
.proQuantity{
    position: relative;
    display: flex!important;
    width: 250px;
}
.proQuantity button{
    display: flex;
   margin: 0!important;
   font-size: 30px!important;
   font-weight: bold;
   position: absolute;
   z-index: 5;
   border: none ;
   background-color: transparent;
   margin: 0 25px;
   color: var(--color-primary);
   align-items: baseline;
   
}
.proQuantity input{
    padding: 10px;
    border-radius: 50px ;
    text-align: center;
    font-size: 14px;
    background-color: #F5F5F5   ;

}
.proQuantity button:first-child{
    left: 25px;
}
.proQuantity button:last-child{
    right: 25px;
}
.product-info{
    width: 59%;
    padding: 2rem 2rem;
    background-color: white;
    margin: 0 0 0 5px;

}
.product-info .bloc{
    margin: 2rem 0;
    position: relative;

}
.return-but{
    position: absolute;
    right:4rem;
    font-size:18px;
    top:2rem;
}
.product-info .colonne{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 2rem;
    border: 0.5px dashed #cccccc;
    padding:1rem;
    align-items: baseline;
}
.product-info .colonne input{
    width: 75px;
    text-align: center;
    position: relative;
    border: 0.5px solid #cccccc;
    right: 10px;
}
.product-info > button{
    display: block;
    width: auto;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    background-color: var(--color-primary);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    float:left;
    margin-right: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Product-view .main-view img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.product-slide img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
    background-color: white;
    border: 0.1px solid rgba(0,0,0,0.1);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    transition: 0.6s;
}
.product-slide img:hover{
    transform: scale(1.1);
    border-color: var(--color-primary);
}
.produitTab{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background-color: white;
}
.produitTabContent{
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 50px ;
}
.produitTabContent .comments{
    max-height: 250px;
    overflow-y: auto;

}
.produitTab .nav-item {
    align-items: center;
    padding: 20px 30px;
    margin: 0 1px 0 0;
    background-color: var(--color-primary);
    color: white;
    font-size: 12px;
    font-weight: 500;
}
.clientContainer{
    display: flex;
    flex-wrap: wrap ;
}
.navUser{
    flex: 0 0 auto;
    width: 25%;
}
.contentUser{
    flex: 0 0 auto;
    width: 74%;
    background-color: white;
    padding: 40px;
    margin-left: 5px;
    overflow: auto;
}
.contentUser.transparent{
    background-color: transparent;
    padding: 0;
}
.panier {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding:0 2rem;
    margin: 3rem auto;
    width: 100%;
}
/* Etapes Commandes */ 
.pan-container{
    text-align:center;
}
.progress-container{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 73vh;
}
.progress-container::before{
  content: '';
  background-color: var(--nav-hover);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height:2px;
  width: 100%;
  z-index: -1;
}
.progress{
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height:4px;
  width: 0%;
  z-index: 0;
  transition: 0.4s ease;
}
.content{
  display: none;
  margin: 2rem 0.5rem;
  background-color:none !important;
}
.content.active{
  display: flex;
  background-color:none !important
  
}
.etape{
  background-color: var(--color-secondary);
  color: white;
  border-radius: 20px;
  padding: 10px;
  width: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid var(--line-border-empty);
  transition: .4s ease;
   z-index: 1;
}
.etape.active {
  background-color: #198754;
  color: white;
}
.stepbtn {
  background-color: var(--color-primary);
  color: white;
  border:0;
  border: 6px;
  cursor: pointer;
  font-family: inherit;
  padding: 8px 30px;
  margin:5px;
  border-radius: 20px;
  font-size: 14px;
 
}

.stepbtn:active{
  transform: scale(0.98);
}
.stepbtn:focus{
  outline: 0;
}
.stepbtn:disabled{
  background-color: grey;
  cursor: not-allowed;
}



.panier-colonne {
    flex: 1 0 0;
    width: 95%;
    margin:0 2.5% 50px 0;
    
}
.panier-info {
    flex: 1;
    width: 100%;
    margin:0 2.5% 50px 0;
    
    
}
.panier-thumb {
    width: 50px;
    height:50px;
    
    
}
.form-panier{
    
    padding:0.3rem;
}
#panier .modal-footer .bloc{
    width:100%;
}
.back-but,.valid-but{
    padding:1rem;
    font-size:var(--link-size);
    border-radius:100px;
}
.back-but{
    color:black;
}
.valid-but{
    background-color:var(--color-primary);
    color:white;
    border:none;
}
.modbtn {
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 6px;
    font-size: 11px;
    margin: auto 10px;
    border-radius: 50%;
}
.form-panier .form-group{
    margin-bottom:1rem;
}
.amount{
    width:80px;
    margin:auto;
}
.panier .sub-title{
    margin-bottom: 2rem;
    font-size: 1rem;
}
.userTable{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-collapse: collapsed;
    border: 1px solid #fff;
    font-size: 14px;

}

.userTable :is(tr,td){
    padding: 1.5rem;
    border: 3px solid #fffF;
    background-color: var(--bg-body);
}
.userTable th{
    padding:1.5rem;
    border: 0.5px solid #F4F3F3FF;
    background-color: #fff;
    color: var(--color-primary);
    font-weight: bold;
}
td.action {
    background-color: var(--color-primary);
    padding: 0;
    color: white;
    text-align: center;
    position: relative;
}
div :has(> .userTable){
    overflow-x: auto;
}
td.action a{
    color: var(--color-primary);
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: 500;
}
.panier-table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    text-align: center;
    border-collapse: collapsed;
    border: 1px solid #efefef;
}
.pricetab{
    text-align:right;
}
.modal-header .close {
    padding: 0.5rem;
    font-size:14px;
    width:2.5rem;
    background:var(--color-primary);
    color:white;
    border:2px solid var(--color-tercery);
    border-radius:500px;
}
.panier-table :is(tr,td){
    padding: 0.7rem;
    border: 1px solid #F4F3F3FF;
    background-color: #ffffff;
}
.panier-table th{
    padding:0.5rem;
    border: 0.5px solid #F4F3F3FF;
    background-color: var(--color-secondary);
    color: white;
    font-weight: normal;
}
.panier-table select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    background-color: #eeeeee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.panier button{
    background-color: var(--color-tercery);
    padding: 0.5rem;
    color: white;
    width: 250px;
    text-decoration: none;
    margin-top: 1rem;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    float: right;

}

.main-view{
    flex: 1 0 80%;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: white;
    overflow: hidden;
}
.product-slide{
    position: absolute;
    /* background-color: rgba(255,255,255,0.2); */
    width: 60px;
    height: 100%;
    justify-content: center;
    /* flex: 0 0 20%; */
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.sama_alert{
    position: absolute;
    width: 320px;
    padding: 18px;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-produit {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;

}

.ctactionin {
    display:block;
    transition: .5s ease;
    opacity: 0;
    width: auto;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.subheader{
 font-size: 1rem;   
    
}
.help_container {
    flex: 1 0 0;
    /* margin: 0 0 45px 0; */
    background-color: white;
    padding: 40px;  
    border-left: 1px solid var(--bg-body);
}
.help_nav{
   /* position:absolute;*/
    right:5px;
    display: flex;
    top: 5px;
    margin-top: 20px;
}
.help_container .title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left:1rem;
}
.helplink{
    background-color: #c7c9c7;
    color: black;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 10px;
    height: 65px;
    display: flex;
    align-items: center;
}   
.help_nav button{
    border: 1px solid #d0d0d0d0;
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: black;
    font-size: 13px;
    font-family: inherit;
    border-radius: 10px;
    margin-left: 0.5rem;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.help_nav button.active{
    border: 1px solid var(--color-secondary);
    background-color: var(--color-primary);
    color:rgba(255, 255, 255, 0.7);
}
.help_nav button:hover{
    background-color: var(--color-secondary);
    color:black;
    transform:scale(0.98);
}
.help_slide.active {
   display: flex!important; 
   padding:0.5rem;
}
.help_slide {
   display: none;
   padding:0.5rem;
   overflow:hidden; 
   transition: all 1.5s;
}
.help_slide .slide {
    position:relative;
    flex:0 0 50%;
    margin: 0 1rem;
    overflow:hidden; 
}
.carousel{
    height: 100%;
}
.help_slide .fullslide {
    position:relative;
    flex:0 0 100%;
    margin: 0 1rem;
    overflow:hidden; 
}
.help_slide  .accordion .accordion-header .accordion-button:not(.collapsed){
    background-color: var(--color-primary);
    font-weight: 500;
    color: white;
}
.help_slide  .accordion .accordion-header .accordion-button.collapsed    {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    font-weight: normal;
}
.slide .slide-carousel{
    display:flex;
    height:100%;
    flex-wrap:no-wrap;
    transform: translateX(0);
    transition: transform .5s ease-in-out;
}

.carousel-inner, .slider > div, .carousel-inner, .carousel-item {
    height: 100%;
}
.slide .slide-carousel img{
    margin: 1rem;
    width: 90%;
    height: 90%;
    flex: 0 0 90%;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 22px 0;
    overflow: hidden;
}
.captionBox{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    /* left: 10%; */
    padding: 55px 50px;
    border-bottom: 2px solid var(--color-secondary);
    background: linear-gradient(0deg, rgba(11,31,121,0.9) 0%, rgba(11,31,112,0.0) 100%);
}
.captionTitle{
    color: white;
    font-size: 28px;
    font-weight: bold;
    z-index: 4;
    
}
.captionText {
    color: white;
    font-size:  14px;
    z-index: 4;
    text-align: center;
}
.captionBtn{
    padding: 5px 15px;
    text-decoration: none;
    background-color: var(--color-secondary);
    font-size: 18px;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    z-index: 4;

}

.serviceCarousel{
    height: 100%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);
}
.serviceContent{
    position: relative;
    height: 100%;
}
.serviceInfos {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    bottom: 0;
    height: 50%;
    left: 0;
    padding: 20px;
    z-index: 5;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);  
    text-align: center;
}
.serviceCarousel .carousel-indicators{
    z-index: 10!important;
}
.serviceCaption{
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    bottom: 45px;
    transform: translateX(-20px);

}
.serviceCaption p{
    color: white;
    text-align: center;

}
.servicePic{
    flex: 1 0 0;
}
.servicePic img{
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;

}
.serviceCarousel .serviceContent{
    display: flex;  
}
#service .modal-body{
    padding: 0;
    background-color: white;
    overflow-y: auto;
}
#service .serviceHeader{
    display: flex;
    padding: 0 0 50px 0;
    font-size: 25px;
    color: var(--color-secondary);
    height: 100px;
    align-items: center;
}
#service .serviceMod{
    display: flex;
    flex-wrap: wrap;
}
#service .serviceMod .serviceModContent{
    flex: 1 0 0;
    padding: 50px;
}
#service .serviceMod .serviceImg{
    flex: 0 0 30%;
}
#service .serviceMod .serviceImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#service .modal-body :is(input[type="text"],input[type="email"],input[type="tel"], textarea, select){
    background-color: var(--bg-body);
    margin-bottom: 10px;
    padding: 10px;
    border:none;

}
#service .modal-body .formbox{
    margin-bottom: 25px;
}
#service .modal-body .checkBoxs{
    flex: 0 0 31%;
    padding: 10px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 2px solid white;
    background-color: var(--bg-body);
}
#service .serviceHeader h3{
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}
#service .sub-title {
    color: var(--color-primary);
}

.help_slide .slide h5{
    margin-top: 2rem ;
    font-size:1.4rem;
}
.help_slide  p,.help_slide   li  {
    line-height: 2.5rem;
    margin-right:1rem;
    font-size:13px;
}
.suppbox nav{
    background-color: var(--bg-body);
}
.suppbox .nav .nav-link{
    background-color: var(--color-secondary);
    color:white;
    font-size:13px;
    margin-right:2px;
}
.supbox input{
    margin-right:10px;
}
.suppbox .nav .nav-link:active{
    background-color:white;
    color: var(--color-primary);
    font-size:14px;
}
.suppbox .nav .nav-link:hover{
    transform:scale(1.05);
    
}
.suppbox {
    flex: 1 0 0;
    width: 50%;
    padding: 0 1.5rem;
}
.presentation{
    
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.suppbox .accordion{
    padding:0;
}
.img-presentation{
    margin: 1rem;
    width:90%;
    height:90%;
    object-fit:cover;    
    margin-right:10px;
    border-radius:22px 0;
    overflow:hidden;
    
}
.ctactionin a {
    font-size: 12px;
    display:block;
    padding:10px;
    background-color: white;
    border-radius: 10px 0 0 0;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    height: 188px;
    padding: 0 10px 0 0;
}
.pub img{
    height: 100%;
    width: 100%;
    object-fit: cover  ;
}
.trend-wrapper{
    flex: 0 0 auto;
    flex-wrap: wrap;
    width: 33.33%;
    height: 235px;
    margin: 0 0 3rem 0 ;

    padding-right: 1rem  ;
}
.trend-wrapper .sub-title{
    font-weight:lighter ;
}
.cat-wrapper{
    flex: 0 0 auto;
    width: 80%;
    height: 350px;
    padding: 0 ;
}
.cat-pic{
    width: 100%;
    height:100%;
    object-fit: contain;
}

.swiper-slider:hover .img-produit {
    opacity: 0.3;

}

.swiper-slide:hover .ctactionin {
    opacity: 1;
}
.navel img{

    border-radius: 50px;
    object-fit: cover;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.login .modal-header, .login .modal-footer{
    color:var(--color-primary);
    padding: 2rem 0 1rem 0 ;
    margin:0 4rem 0 3rem;
    
}
.login .modal-footer{
    text-align:right;
}
.login .modal-content  {
    border-radius:0 210px 0 210px;
    position:relative;
    
    border-bottom: 32px solid var(--color-primary);
   
}
.login .modal-body  {
    padding:3rem;
}
.log-form{
    width:100%;
    margin:0 0 1rem 0;
}
.log-form input{
    padding:1rem;
    border-radius:100px;
    background-color: #ebebeb;
    margin-bottom:10px;
    
}
.log-form .log-but{
    float: right;
    background-color:var(--color-primary);
    color:white;
    border:none;
    padding:7px 2rem;
}
.services-container{
    display: flex;
    flex-wrap: wrap;
    /* text-align: center; */
    margin: 0 20px 50px 20px;
}
.service-box{
    position: relative;
    align-content: baseline;
    flex: 0 0 auto;
    width: 23%;
    /* padding: 20px; */
    background-color: white;
    justify-content: space-between;
    margin: 0 15px 25px 0;
    transition: 0.3s;
    cursor: pointer;
    /* text-align: center; */ 
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);  
    border: none;
}
.service-box a{
    text-decoration: none;
    color: #000;
}
.service-box ul{
    padding:0 3rem;
    border-top: 0.3px solid #d0d0d0 ;
    border-bottom: 0.3px solid #d0d0d0 ;
    text-align: start;
    LIST-STYLE-TYPE: disclosure-closed;
}
.service-box li{
    padding: 0.75rem 0.5rem;
    font-size:15px;
    text-align:center;
}
.box-info{
    text-align: center;
    padding: 20px;
}
.service-box h5 {
    font-size: 1.2rem;
    letter-spacing:0.5px;
}
.service-box p {
    text-align: center;
}
.services-container .illustration{
    height: 251px;
        top: 10px;
    left: 50%;
    overflow: hidden;      
}
.service-header{
    text-align:center;
    padding:2rem;
}

.services-container .illustration  .img-srvc{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.service .modal-header{
    height:150px;
    padding:0!important;
    width:100%;
}
.mod-img{
    width:100%;
    height:150px;
    object-fit:cover;
}
.site_title{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    color: var(--samashop-navcolor);
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
    transition: 1s;
}
.site_title img:hover{
    transform: scale(1.04);
}   
.site_title:hover {
    color: var(--color-secondary)!important ;
}
.bloc{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;

}
.colonne
{
    flex: 1 0 0;
    width: auto;
    padding: 0;
}
footer{
    background-color: white;
    padding: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 50px;

}
.footerMap{
    width: 100%;
    padding-bottom: 100px ;
}
.footerBloc {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 10%;
}
footer ul{
    padding: 0;
    position: relative;
    line-height: 2.5;
    height: 80%;
}
footer .brand{
    display: flex;
    width: 100% !important;
    justify-content: center;
    padding-bottom: 30px;
   
}
footer .brand img{
    width: 250px;
}
footer ul i{
   font-size: 25px;
   width: 40px;
}
footer .bloc div{
    padding: 0 35px 0 0;
}
.footerTitle{
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
}
.footerTitle::after{
    content: "";
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid var(--color-primary);
    width: 90%;
}
.newsletter input {
    background-color: var(--bg-body);
    height: 50px;

}
.newsletter .nlButton,  .nlButton   {
    border: none;
    padding: 10px 20px;
    color: var(--color-primary);
    background-color: var(--color-secondary);
    margin: 10px 0;
    float: right;
}
.newsletter  p {
    font-size: 14px;

}
footer li{
    list-style: none;
    padding: 0 5px 5px 3px;
    display: flex;
    align-items: center;

}
footer a{
    text-decoration: none;
    color:black;
    transition:0.30s;
}
footer a:hover{
    font-weight: bold;
}
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
footer .cpright a{
    text-decoration: none;
    color:var(--color-primary);
    transition:0.30s;
    font-weight: bold   ;
    margin-left: 10px;
    text-transform: uppercase;   
}
footer a:hover{
    text-decoration: none;
    color:var(--color-secondary);
}
.cpright{
    height: 50px;
    margin-top: 50px;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
*, :after, :before {
    box-sizing: border-box;
}
/* @media only screen and (max-width: 1170px) {
    .cat-box{
        width: 240px;
        height: 380px;
    }
    .cat-box .cat-img{
        w
    }
} */
@media only screen and (max-width: 1170px) {
    .sidenav {
        position: fixed!important;
        display: none;
        z-index: 20;
        min-width: 350px;
        
    }
    .proBox{
        flex: 0 0 31%;

    }
    .nav-search{
        flex: 0 0 25%;

    }
    .sidenav.show {
        display: block;        
    }
   .site_title span{
        display: none;
    }
    .panier-info {
    flex: 1 0 0;
    width: 95%;
    margin: 0 2.5% 50px 0;
    }
    .swiper-slide img {
        height: 50vw;
    } 
    
    .service-box{ 
    width:31%; 
    }
    .category-view {
        width:25%;
    }
    .category-slide .category-el {
        flex:0 0 32%;
    }
    .cat-box{
        width: 47%;
        height: 380px;
    }
    .cat-list{
        width: 46%;
    }
    .category-box
    { 
    width: 23% !important; 
    }
    footer .bloc{
        align-items: center;
    }
    footer .colonne{
    flex: 0 0 50%;
    width: auto;
    text-align:center;
    padding: 0;
    }
    footer ul {
        border:none;
    }
    
    #service .modal-body .checkBoxs{
        flex: 1 0 100%!important;
    }
}
    @media only screen and (max-width: 860px) {
     
    /* .navel img
    {
        display: none;
    } */
    .primenu-container{
        display: none;
    }
    .navel.mobileSiteNav{
        display: block;   
    }
    .headbut{
        justify-content: normal;
        width: auto;
    }
    .nav-search {
        flex: 0 0 70%;
    }
    .hero{
        height: 855px!important;
    }
    .nav-head{
        padding: 5px 15px;
        justify-content:center;
    }
    .slider{
        flex-direction: column
    }
    .sliderContainer{
        width: 100%;
        height: 75%!important;

    }
    .sidel-container{
        flex-direction: row;
        height: 25%!important;
        width: 100%;
        padding: 10px;
        overflow-x: auto;

    }
    .sidel, .sidelPic{
        height: 100%;
        flex: 1 0 46%;
        margin: 0 2px;
    }
    .filters-bar{
        width: 25%;
    }
    .prod-container{
        width: 75%;
    }
    .nav-head h6 {
        margin:6px;
    }
    /* .nav-elements{
        width:92vw;
    } */
    .sidenav .nav-head .menu-title ,     .catalogue h6{
        display: none;
    }
    .category-view {
        width:32%;
    }
    .category-slide .category-el {
        flex:0 0 49%;
    }
    /* .catalogue {
        margin: 0;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        width: 100% ;
        justify-content: space-between;
    } */
    .help_slide.active {
        flex-direction: column;
        padding: 0;
    }
    .sidenav .card{
        flex: 1 0 0%;
    }
    .serviceInfos {
        width: 80%;
        padding: 20px;
    }
    .navel{
        border-left: 1px solid #e7e7e7;
        flex: 1 0 0%;
    }
    #service .serviceMod {
        display: block  ;
    }
    #service .serviceMod .serviceImg {
        height: 150px;
    }
    .service-box{ 
        width:47%; 
        }
    .clientContainer{
        flex-direction: column;
    }
    .navUser, .contentUser{
        width: 100%;
        margin-bottom: 5px;
        
    }
    
    
    .catalogue.user{
        display: inline-flex;
        flex-wrap: wrap;
    }
    .catalogue.user .navel{        
        flex: 0 0 30%;
    }
}

@media only screen and (max-width: 789px) {
    body{
        font-size: 12px;
    }
    .hero {
        display: block;
        /* flex-wrap: wrap; */
    }
    .herow {
        font-size: 14px;
        /* flex-wrap: wrap; */
    }
     /* .navbar{
        display: flex;
    } */
    .bloc {
        display: block;
    }
    nav{
        padding: 10px;
    }
    footer iframe {
        width: 100vw; 
    }
    /* .sidenav {
        display:flex;
        width: 100%;
        padding: 0;
    } */
    #product-view #Presentation, #product-view,#product-view > div {
        height: auto    ;
        min-height: auto;
    }
    .product-info{
        height: 100%;
        width: 100%;
        padding: 2rem 1rem;
    }
    /* .catalogue {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    } 
    .catalogue h6, .sidenav .nav-head .menu-title{
        display: none;
    }*/
    .trend-wrapper{
        width: 100vw;
    }
    .main {
        position: relative;
        margin: 0 auto;
        max-width: 1500px;
        width: 100%;
        height: 100%;
        padding: 0px;
        margin-bottom: 25px;
    }
    
.category-box
    { 
    width: 47%  !important; 
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
}
    .filters form{
        border: none;
    }
.shortening{
    display:none;
}
}
@media only screen and (max-width: 675px) {
    .proBox{
        flex: 0 0 47%;

    }
    /* .captionBox{
        width: 80%;
    } */
    .infobar{
        display: none;
    }
    .headbut{
        justify-content: flex-end !important;
        width: 100%;
    }
    .category-view {
        width:49%;
    }
    .category-slide .category-el {
        flex:0 0 95%;
    }
    .filters-bar {
        display:none;
    }
    .prod-container {
        width: 100%;
    }
    .cat-box {
        width: 46%;
    }
    .service-box{
    
    flex: 1 0 auto;
    width:100%;
    
}
    footer ul {
        display:flex;
        flex-wrap:wrap;
       
    }
    footer ul a  {
        color:#000;
        font-size: 14px;
    }
    .panier-colonne{
        overflow-x:auto;
    }
    
    footer ul li:first-child{
            flex: 0 0 100%;
            text-align: left;
            /* padding-left:3rem; */
    }
    footer li{
            flex: 0 0 100%;
            text-align:left;
            /* padding-left:3rem; */
    }
    footer .site_title img{
        margin-left:0!important;
    }
}
@media only screen and (max-width: 515px) {
    .proBox {
        flex: 0 0 100%;

    }
    .help_nav{
        flex-direction: column;
    }
    .help_container{
        padding: 30px 15px;
    }
    .samaTitle2{
        font-size: 16px;
    }
    
    .sidel, .sidelPic{
        height: 100%;
        flex: 1 0 90%;
        margin: 0 2px;
    }
    .category-box
    { 
    width: 100%  !important; 
    }
    .navel:has( > .nav-search.mobile),.nav-search.mobile {
        display: block;
    }
    .nav-search.mobile input{
        background-color: var(--bg-body);
        
    }
        /* nav .navbar {
            display:block;
            text-align:center;
        } */
    .primenu-container{
      flex: 1 0 0;
    }
    .navContent{
        justify-content: end;
    }
    .category-view,.nav-search {
        display:none;
    }
    .cat-box {
        width: 100%;
    }
    .pagination {
        overflow: scroll;
    }
    .cat-list{
        width: 100%;
    }
    .headbut span{
        display:none;
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    
}
.filters :is(input, select){
    margin-bottom:10px;
}
    footer ul {
        display:flex;
        flex-wrap:wrap;
        margin-left:0rem;
    }
    .nav-lang{
        display:none;
    }
    footer .site_title img{
        margin-left:2.5rem!important;
    }
    footer {
        text-align:center;
    }
    .proFilterElem {
        flex: 0 0 80    %;
        padding: 11px;
    }
    
    
}