/* ================== VARIABLES CSS SAMASHOP =================== */
:root {
  --samashop-bgcolor: #f8f9fa;
  --samashop-fs: 14px;
  --samashop-ff: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --samashop-navcolor: white;
  --color-primary: #2fa747;
  --color-secondary: #8C1E1B;
  --color-tercery: #0066cc;
  --bg-body: #ffffff;
  --t-color: #212529;
  --body-text: 14px;
  --green: #2fa747;
  --red: #dc3545;
  --orange: #fd7e14;
  --blue: #0d6efd;
  --gray: #6c757d;
  --light-gray: #f8f9fa;
  --border-color: #dee2e6;
}

.sm-input {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161b19;
    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;
    border-radius: 2rem;
    background-color: #dedede;
    border: none;
    box-shadow: 0 0.1rem 0.25rem rgb(0 0 0 / 8%);
}
.logfoot {
    border-radius:100% 100% 0 0;
    bottom: 0;
    background-color: #036c38;
    height: 22vh;
    
}

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: #ffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

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

}
.title{
    font-weight: bold;
    font-size: 2rem;
}
nav .navbar{
    border-bottom:3px solid #F4F3F3FF;
    padding-bottom: 0.5rem;
}
.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;
}
.b-primary{
    background-color:var(--color-primary);
}
.sub-title{
    font-size: 1rem !important;
}
.s-title{
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
}
main{
    min-height: 67.5vh;
}
header{
    background-color: var(--color-secondary);

    color:var(--samashop-navcolor);
    justify-items: center;
    padding: 0 10px;
}
.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;
}
.nav-tabs .nav-link {
    padding: 10px;
    font-size:16px;
    color: #444343 !important;
    background-color:#cfcdcd;
    margin-left: 10px !important;
    border-radius:10px;
}
.nav-tabs .nav-link.active{
    background-color: var(--color-primary);
    color:#08f696 !important;
}
.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
}
.logbut{
    color: #000000;
    display: flex;
    font-weight: normal;
    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 #e7e2e2 !important;
    padding: 6% 1rem;
    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: #024e1a;
    font-weight: bold;
    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: #333333 !important;
    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;
    padding: 1rem;
    margin:0;
    justify-content: end;
}
.primenu .nav-item a {
    text-decoration: none;
    color: var(--color-primary);
    font-weight: normal;
    transition:0.30s;
}
.primenu .nav-item a:hover {
    font-weight: bold;
    border-bottom: 1px solid black;
    transform: scale(1.1);
    margin: 0 15px;
}
.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(--samashop-navcolor) ;
}
.navbar{

    text-decoration: none;
    list-style: none;
    align-items: center;
    margin: 0;
    height: 20px;

}
a{
    color: var(--color-primary);
}
.logo{
    width: 100px;
    object-fit: cover;
}
.nav-item{
    align-items: center;
    padding: 0;
    margin: 0;

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


}
.hero{

    display: flex;
    flex-wrap: wrap;
}
.herow{

    display: flex;
    flex-wrap: wrap;
}
.sidenav{
    flex: 0 0 auto;
    width: 30%;
    padding: 0 10px 0 0;

}
.slider{
    flex:1 0 0%;
    padding: 0;
}
.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;
}
.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;
}
.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;
    min-height: 85vh;
    word-wrap: break-word;
    background-clip: border-box;

}
.category-wrap {

     display: flex;
     flex-wrap: wrap;
     min-height:600px ;
     width: 100%;
     overflow: hidden;
    padding: 0;
}

.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;
}
.category-box
{
    position:relative;
    align-content: baseline;
    flex: 0 0 auto;
    width: 18.5%;
    justify-content: space-between;
    margin: 0 15px 50px 0;
    background-color: white;
    transition: 0.3s;
    cursor: pointer;
}
.category-list{
    display: flex;
    position: relative;
    align-content: baseline;
    /* flex-wrap: wrap; */
    /* flex: 0 0 auto; */
    width: 32%;
    height: 70px;
    justify-content: space-between;
    margin: 0 15px 50px 0;
    background-color: white;
    transition: 0.3s;
    cursor: pointer;
}
.category-list:hover
{
    transform: scale(1.05);
    margin: 10px ;
}
.category-box:hover
{
    transform: scale(1.05);
    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;
}

.blocproduct{
    flex:1 0 0%;
    padding: 0;
}
.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:15px;
    color:black;
    text-decoration: none;
    background-color: var(--pagination);
    font-size: 14px;
    margin: 5px;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    padding: 0 10px 0 0;
}

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

    margin: 0 0 50px 0;
}
.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;
}
.navel, .category-list {
    padding: 10px 10px;
    list-style: none;
    transition: 0.25s;
    border-bottom: 0.1px solid #e0e0e0!important;

}
.nav-elements{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.catalogue .navel:hover{
    font-weight: bold;
    transform: scale(1.05);
    margin: 0  ;
    color: var(--color-primary);
    background-color: var(--nav-hover);
}
.nav-search{
    order:2;
}
.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: 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 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.cproduct{
    height: 42vh;
    width: 100%;
    object-fit: cover  ;
}
#product-view{
    min-height: 40vh;
    position:relative;
}
.Product-view{
    height: 40vh;
    padding:0 0 2rem 0;
}
.product-info{
    height: 100%;
    width: 60%;
    padding: 2rem 2rem;
    background-color:white;
    margin:0 1rem 0 1rem;

}
.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 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 5px;
}
.product-slide img{
    object-fit: cover;
    height: 100%;
    width: 18.1%;
    margin: 5px;
}
.panier {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding:0 2rem;
    margin: 3rem auto;
    width: 100%;
}

.panier-colonne {
    flex: 1 0 0;
    width: 95%;
    margin:0 2.5% 50px 0;
    
}
.panier-info {
    flex: 0 0 35%;
    width: 35%;
    margin:0 2.5% 50px 0;
    
    
}
.form-panier{
    background-color:var(--bg-body);
    padding:1.5rem;
}
#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;
}
.form-panier .form-group{
    margin-bottom:1rem;
}
.amount{
    width:80px;
    margin:auto;
}
.panier .sub-title{
    margin-bottom: 2rem;
    font-size: 1rem;
}
.prestable {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    text-align: left;
    border-collapse: collapsed;
    border-bottom: 1px solid #efefef;
}
.prestable :is(tr,td){
    padding: 0.7rem;
    border-bottom: 1px solid #F4F3F3FF;
    background-color: #ffffff;
}
.panier-table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    padding: 10px;
    text-align: left;
    border-collapse: collapsed;
    border: none;
}
.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;
}
.tab-pane .card{
    padding:1rem;
    border: 1px solid #F4F3F3FF;
    border-radius:13px;
    background-color:white ;
}
.active, .accordion:hover{
    background-color:white;   
}
.panier-table :is(tr,td){
    padding: 1rem 0 1rem 2rem;
    
    border-bottom: 1px solid #F4F3F3FF;
    background-color: #ffffff;
}
.panier-table th{
    
    padding:1rem 0 1rem 2rem;
    border-bottom: 1px solid #F4F3F3FF;
    background-color: white;
    color: black;
    font-weight: bold;
}
.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{
    height: 85%;
    margin:0 5px 5px 0;
}
.product-slide{
    display: flex;
    flex-wrap: wrap;
    height: 15%;

}


.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;   
    
}
.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{
    max-height:300px;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.suppbox .accordion{
    padding:0;
}
.img-presentation{
    width:auto;
    height:150px;
    object-fit:cover;    
    margin-right:10px;
    border-radius:22px 0;
}
.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: 150px;
    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: cover;
}

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

}

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

    border-radius: 50px;
    object-fit: cover;
}
.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;
    
}
.log-form .log-but{
    float: right;
    background-color:var(--color-primary);
    color:white;
    border:none;
}
.services-container{
    display:flex;
    flex-wrap:wrap;
    text-align:center;
}
.service-box{
    position: relative;
    align-content: baseline;
    flex: 0 0 auto;
    width: 32%;
    padding:2rem 1rem;
    background-color:white;
    border-radius:30px;
    justify-content: space-between;
    margin: 0 15px 50px 0;
    transition: 0.3s;
    cursor: pointer;
    border-bottom:4px solid var(--color-tercery);
}

.services-container .illustration{
    margin-bottom:2rem!important;
}
.service-header{
    text-align:center;
    padding:2rem;
}

.services-container .illustration  .img-srvc{
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-radius:500px;
    
}
.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(--color-primary);
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
}
.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: 15px 0 0 0;
    width: 100%;
    font-size: 14px;
    margin-top: 2rem;

}
footer ul{
    padding: 0;
    border-right: 1px solid #e3e3e3;
    height: 80%;
}
footer .bloc div{
    padding: 0 35px 0 0;
}
footer li{
    list-style: none;
    padding: 0 5px 5px 3px;
}
footer li:first-child{
    text-decoration: underline ;
}
footer a{
    text-decoration: none;
    color:black;
    transition:0.30s;
}
#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:white;
    transition:0.30s;
    font-weight: 500;
    margin-left: 10px;
}
footer a:hover{
    text-decoration: none;
    color:var(--color-secondary);
}
.cpright{
    background-color: var(--color-primary);
    color: white;
    height: 50px;
    padding: 10px;
    letter-spacing: 1px;
}
*, :after, :before {
    box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
         .site_title span{
        display: none;
    }
    .sidenav{
        width: 30%;
        margin: 10px 0;
    }
    .panier-info {
    flex: 1 0 0;
    width: 95%;
    margin: 0 2.5% 50px 0;
}
    .swiper-slide img {
        height: 50vw;
    }
    .service-box{
    
    width:31%;
    
}
    .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;
    }
    
}
    @media only screen and (max-width: 850px) {
    .navel img
    {
        display: none;
    }


    .headbut{
        justify-content: normal;
        width: auto;
    }

    .sidenav .card-header .menu-title ,     .catalogue h6{
        display: none;
    }
    .catalogue {
        margin: 0;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        width: 100% ;
        justify-content: space-between;
    }
    .sidenav {
        display:flex;
        width: 100%;
        padding: 0;
    }
    .sidenav .card{
        flex: 1 0 0%;
    }

    .navel{
        border-left: 1px solid #e7e7e7;
        flex: 1 0 0%;
    }
    
}

@media only screen and (max-width: 789px) {
    body{
        font-size: 12px;
    }
    .hero {
        display: block;
        /* flex-wrap: wrap; */
    }
    .herow {
        font-size: 14px;
        /* flex-wrap: wrap; */
    }
    .nav-search{
        display: none;
    }
     .navbar{
        display: flex;
    }
    .bloc {
        display: block;
    }
    nav{
        padding: 10px;
    }
    .primenu-container{
        display: flex;
        flex: 0 0 auto;
        width: 92%;
        flex-wrap: wrap;
        justify-content: end;
        font-size: 16px;
    }
    footer iframe {
        width: 100vw; 
    }
    .sidenav {
        display:flex;
        width: 100%;
        padding: 0;
    }
    .product-info{
        height: 100%;
        width: 100%;
        padding: 2rem 1rem;
    }
    .catalogue {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .catalogue h6, .sidenav .card-header .menu-title{
        display: none;
    }
    .trend-wrapper{
        width: 100vw;
    }
    .main {
        margin: 0 auto;
        max-width: 1500px;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    
.category-box
    { 
    width: 47%  !important; 
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
}
.shortening{
    display:none;
}
}
@media only screen and (max-width: 675px) {
    .infobar{
        display: none;
    }
    .headbut{
        justify-content: flex-end !important;
        width: 100%;
    }
    .service-box{
    
    flex: 1 0 auto;
    width:100%;
    
}
    footer ul {
        display:flex;
        flex-wrap:wrap;
        margin-left:10rem;
    }
    .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) {
    .category-box
    { 
    width: 100%  !important; 
    }
    nav .navbar {
        display:block;
        text-align:center;
    }
    .primenu-container{
      flex: 1 0 0;
    }
    .headbut span{
        display:none;
    }
    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;
    }
    
    
}