@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
     font-family:sans-serif;
     flex-wrap: wrap;
     box-sizing: border-box;
     transform: capitalize;
     font-weight: normal;   
     transition:  ease 0.3s;
      margin:0;
     font-family: 'Rubik', sans-serif;
  }
  body{
      font-family: 'Roboto Condensed', sans-serif;
      margin: 0;
      color: #4a4a4a;
      font-size: 1rem;
      font-weight: 400;
      position: relative;
      line-height: 1.5;
  }
.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    max-width: 1400px;
    MARGIN: 0 auto;
}
  :root{
    --asas1: #6184C6 ;
}
 html {
  height: 100%;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    color: #404145;
    font-family: Macan,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
}
  ::-webkit-scrollbar{
    scroll-behavior: smooth;
    width: 9px;
    background: rgba(0, 0, 0, .1);
    border-radius: 1px;
  }
  ::-webkit-scrollbar-thumb{
    background:rgba(0, 0, 0, .4);
    border-radius: 1px;
    padding-top: 1rem;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  a{
    text-decoration: none;
    z-index: 10;
  } 
  .float {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 40px;
    bottom: 24px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    display: flex;
    font-size: 30px;
    z-index: 100;
    align-items: center;
    justify-content: center;
} 
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
  /* start Top Bar message */
  .menu-bars {
    display: none !important;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
  .sombre-div-Section{
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      background: rgb(0 0 0 / 30%);
  }
  .bar-offre {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: red;
    text-transform: uppercase;
    font-weight: 500;
}
  
  /* End Top Bar message */

  /* start  header nav bar */
  .none{
    display: none;
  }
  .channel-box {
      margin: 0 15px;
  }
  .header {
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: space-between;
    /* border-bottom: 1px solid #ddd; */
    POSITION: relative;
    width: 100%;
    top: 0;
    z-index: 16;
}
    .sticky-div{
     width: 520px;
    }
    /* .active-sticky {
    position: fixed !important;
    transform: translate3d(0px, 32px, 0px);
    top: 0px;
    } */
    .info-description p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px;
    font-weight: 700;
    }
    
    .container {
        padding: 0 60px; 
        height: max-content;
    }
    

    .logo-container {
        width: 100px;
        height: 100%;
        padding: 10px 0;
    }
    .logo-container img {
        width: 70%;
    }
    .a-container {
        color: white;
        padding: 0 14px;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }

    i.fa-solid.fa-cart-shopping {
        font-size: 16px;
        cursor: pointer;
        margin: 0;
        color: white;
    }
    a.a-container.cart-mobile {
        padding: 0;
        padding-right: 11px;
    }
    .ContainerLogin {
        border: 1px solid #ddd;
        width: 350px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 10px #dddddd8a;
    }
    .form {
        padding: 21px 30px;
    }
    .form input {
        width: 100%;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 7px;
        margin-bottom: 7px;
        border: 1px solid #ddd;
    }
    .ContainerAll {
        width: 100%;
        display: flex;
        justify-content: center;
        background: #f4f4f4;
        align-items: center;
        height: 100%;
        padding: 50px 0;
    }
    #alert {
        font-size: 15px;
        position: fixed;
        bottom: -100%;
        background: #444343;
        color: white;
        padding: 20px;
        left: 14px;
        border-radius: 15px;
        transition: all ease-in-out 0.2s;
        z-index: 100000;
    }
    
.alert_success {
    bottom: 24px !important;
    transition: all ease-in-out 0.4s !important;
    z-index: 10000000 !important;
    }
    .ForgetBtn {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #000000;
        font-size: 14px;
        cursor: pointer;
        text-decoration: underline;
        margin: 10px 0;
    }
    .BtnLogin {
        width: 100%;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 7px;
        border: none;
        margin-bottom: 7px;
        background: #E62F33;
        text-align: center;
        color: white;
        height: 41px;
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: center;
    }
    .BtnLogin:hover {
        transform: translateY(-1px);
        background: var(--asas1)e3;
        transition: all ease .3s;
    }
    .form label {
        font-size: 15px;
    }
    .ContainerLoginImg {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ContainerLoginImg img {
        width: 60%;
    }
    .btn-pricing {
        font-size: 17px;
        background: var(--asas1);
        padding: 11px 0px;
        color: white;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 500;
    }
    i.fa-solid.fa-star {
        font-size: 11px;
    }
    .Btn6buy {
        position: relative;
        padding: 13px 17px;
        border-radius: 50px;
        border: 1px solid white;
        background-color: transparent;
        box-shadow: 0 0 0 0 rgb(74 58 255 / 12%);
        -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
        transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
        transition: transform 300ms ease, box-shadow 300ms ease;
        transition: all 300ms ease;
        color: #fff;
        line-height: 1.111em;
        font-weight: 700;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        width: 177px;
        cursor: pointer;
        transform-style: preserve-3d;
        font-size: 12px;
    }
    a.Btn6buy:hover {
        background: white;
        color: black;
        transition: all 300ms ease;
    }
    .btn-home {
        top: 20px;
        position: relative;
        padding: 20px 32px;
        border-radius: 123px;
        border: 1px solid white;
        background-color: #ffffff;
        box-shadow: 0 0 0 0 rgb(74 58 255 / 12%);
        -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
        transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
        transition: transform 300ms ease, box-shadow 300ms ease;
        transition: all 300ms ease;
        color: #000;
        line-height: 1.111em;
        font-weight: 700;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        width: fit-content;
        cursor: pointer;
        transform-style: preserve-3d;
    }

    a.btn-home:hover {
        background: transparent;
        color: white;
        transition: all 300ms ease;
        border: 1px solid white;
    }
    .packs-product{
      grid-template-columns: repeat(3,1fr) !important;
    }
    
    .info-h1-product-compare h1 {
        font-size: 20px;
        line-height: 28px;
        color: #404145;
        font-family: Macan,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-weight: 700;
        padding-bottom: 25px;
    }
    .packs-product .info-h1 h1 {
        color: #415161;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
     }
     .packs-product i.fa-solid.fa-star {
        font-size: 10px;
    }
    .packs-product .info-container {
        width: 100%;
        padding: 13px;
    }
    .packs-product .btn-buy-now {
        width: -webkit-fill-available;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        background: #6184C6;
        font-size: 12px;
        transition: ease 0.3s;
        margin-top: 8px;
    }
    .packs-product h1.info-price {
    color: var(--asas1);
    font-size: 15px;
    }
    /* END  header nav bar */
    
    /* start   sections */
    section.section-slide-show.container {
        padding: 0;
        background: white;
        padding-bottom: 50px;
    }
    section.packs.container {
        padding-bottom: 10px;
        background: white;
        min-height: 800px;
    }
    section.services-inclus.container {
        background: #f4f4f4;
        padding-bottom: 70px;
    }
    section.section-proceder.section-temoignages.container {
        padding-bottom: 120px;
    }
    .Main-img{
        width: 100%;
        height: 100%;
        z-index: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .section .Main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section {    
        background-color: #fcd752;        
        width: 100%;
        background-size: cover;
        background-position: right;
        /* background-color: #d91b20; */
        display: flex;
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        justify-content: space-around;
        height: 500px;
        position: relative;
        align-items: center;
    }
    header.box-shadow {
        position: absolute;
        width: 100%;
    }
    .div-image {
        width: 45%;
    }
    .div-image svg{
        width: 100%;
        height: max-content;
    }
    span.ComparePrice {
        font-size: 13px;
        color: #000000bf;
        display:none;
        text-decoration: line-through;
    }
    iframe{
        display: none;
    }
    .mobileInfo{
        display: none !important;
    }
    .mobilenone{
        display: block !important;
    }
    .div-info {
        width: 50%;
        height: 100%;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h1.title {
        color: white;
        font-weight: 700;
        font-size: 40px;
    }
    p.paraghraphe {
        margin-top: 10px;
        color: white;
        margin-bottom: 20px;
        line-height: 1.9;
    }
    .div-slide-show {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 20px 0;
    }
    .slide-box {
        overflow: hidden;
        border-radius: 5px;
        margin: 0 15px;
    }
    .slide-box img{
        width: 100%;
    }
    .title-boxer {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 21px;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .title-boxer h1{
        color: #415161;
        font-size: 29px;
        font-weight: 600;    
    }
    .info-packs {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 5px;
        grid-gap: 5px;
    }
    .ContainerBtnBarsMobile{
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .info-offre {
        border-radius: 5px;
        cursor: default;
        position: relative;
        overflow: hidden;
        flex: 1;
        max-width: 100%;
    }
    .PacksCollection .info-offre {
        width: 100% !important;
        max-width: 90%  !important;
    }
    .info-offre:hover .info-h1 h1 {
        text-decoration: underline;
        color: var(--asas1);
    }
    .info-offre:hover .info-h1 i.fa-solid.fa-arrow-right {
        color: var(--asas1);
    }
    .ContainerMobileInfo{
        display: none;
    }
    .logo-white{
        display: none;
    }
    a.btn-pricing.btn-buy-now {
        display: none;
    }
    .TitelPack{
        display: flex;
        align-items: center;
        justify-content: space-between;        
        margin-bottom: 12px;
    }
    
    .info-container {
        width: 100%;
        padding: 20px 0;
        padding-top: 7px;
    }
    i.fa-solid.fa-arrow-right {
        color: #415161;
    }
        .info-h1 {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .info-icone {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin: 8px 0;
            color: rgb(254 153 0);
            gap: 5px;
        }

        .info-h1 h1 {
            color: #415161;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            text-align: left;
        }
        .TitelPack > h1 {
            font-size: 17px;
        }
        h1.info-price {
            color: var(--asas1);
            font-size: 18px;
            display: none;
        }
        .ContainerMobileInfo .info-price {
            display: flex;
            gap: 4px;
        }
        .Price{
                color: var(--asas1);
                font-size: 18px;
        }
    .info-p {
        display: flex;
        justify-content: left;
        align-items: center;
        margin: 15px 0;
    }
    .info-p p {
        font-size: 15px;
        font-weight: 500;
    }
    .info-p i {
        color: var(--asas1);
        font-size: 25px;
    }
    .btn-buy-now {
        width: -webkit-fill-available;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        background: #6184C6;
        transition: ease 0.3s;
        margin-top: 8px;
    }
    
    a.btn-pricing.btn-buy-now.add-to-cart{
        margin: 10px 0;
        background: #6184C6;
        padding: 14px 20px;
        margin-bottom: 18px;
        cursor: pointer;
        display: flex;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
    }
   div.btn-pricing.btn-buy-now.add-to-cart{
        background: black;
        padding: 14px 20px;
        margin-bottom: 18px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-btn-checkout{
        padding: 10px 24px;
    }
    .div-info-invoice {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    display: flex;
    padding: 16px;
    padding-top: 0;
    }
    a.btn-pricing.btn-buy-now.add-to-cart span{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    }
    
    button{
        cursor: pointer;
    }
    
    .info-offre.offre-speciale {
        background: var(--asas1);
        color: white;
        margin: 0 20px;
        transform: scale(1.1) translateY(-5px);
    }
    a.btn-pricing.btn-buy-now:hover{
        background: #5f79aa;
        transition: ease 0.3s;
    }
    a.btn-pricing.btn-buy-now.add-to-cart:hover {
    background: #5d7db8;
    transition: ease 0.3s;
    }
    .btn-compare {
        color: #222325;
        display: flex;
        cursor: pointer;
        margin: 0;
        justify-content: center;
        margin-bottom: 18px;
        align-items: center;
        font-weight: 400;
    }
    .info-offre.offre-speciale .info-p p {
        color: white;
    }
    .info-offre.offre-speciale .info-p i {
        color: white;
    }
    .info-offre.offre-speciale .btn-buy-now {
        background-color: white;
        color: var(--asas1);
    }
    .info-offre.offre-speciale .info-h1 h1 {
        color: white;
    }
    .info-offre.offre-speciale h1.info-price {
        color: white;
    }

    .info-offre.offre-speciale a.btn-pricing.btn-buy-now:hover{
        background:rgba(255, 255, 255, 0.888);
    }
    .channel-boxer {display: flex;
        align-items: center;
        justify-content: center;
        background: #f4f4f4;
        padding: 30px;
        gap: 25px;
    }
    .channel-box {
        width: 110px;
    }
    .channel-box img{
        width: 100%;
    }
    .channel-boxer {
        display: flex;
        align-items: center;
        justify-content: center;    
        height: max-content;
        margin: 0 15px;
        background: #f4f4f4;
    }
    .section-1 {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }
    section.product-section.container {
        padding-top: 15px;
        padding-bottom: 46px;
        background: white;
    }
    .info-h1-product {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 15px 0;
    }
    div#paypal-button-container {
        WIDTH: 100%;
    }
    .info-input-css {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .input-css {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        background: transparent;
    }
    .input-grid-1 {
    display: flex;
    flex-direction: column;    
    width: 45%;
    }
    .input-grid-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .titel-finish{
        font-size: 1.2rem;
        padding: 20px 0 14px;
        padding-top: 0;
        margin: 0 0 20px;
        border-bottom: 1px solid #dddddd;
        font-weight: 700;
        color: #404145;
    }
    .div-info {
        position:relative;
    }
   .box-items  thead tr {
    background: #fafafa;
    border-top: 1px solid #e7dddd;
    }
   .box-items  tbody tr {
    background: #fafafa;
    border-top: 1px solid #e7dddd;
    }
   .box-items  .border-table-clear{
    border:none;
    border-top: 1px solid #e7dddd;
    }
    .box-items  .info-h1{
    border-bottom:none !important;
    }
    .box-items  th {
    text-align: left;
}
    .info-input-css label{
        font-size: 17px;
        color:#404145;
    }
    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: .125rem;
    }
    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }
    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }
    .form-check-input[type=radio] {
        border-radius: 50%;
    }
    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }
    .form-check-input {
        width: 1em;
        height: 1em;
        margin-top: .25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0,0,0,.25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    .div-form-check {
        width: 100%;
    }
    
    .display_none{
        display: none !important;
    }
    .active-load{
        background: linear-gradient(135deg, rgb(226 162 64) 0%, rgb(226 162 64) 100%);
        color: rgba(24, 24, 28, 1);
        outline: none;
        text-decoration: none;
        opacity: 0.6;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .product-img {
        border-radius: 11px;
        width: 100%;
        object-fit: cover !important; 
        height: 100%;
    }
    .ContainerLoading {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;
    }
    .slider-show-count .div-img {
        width: 200px;
        overflow: hidden;
    }
    div#product-images-count {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 30px;
        min-height: 500PX;
    }
    .slider-show-count .div-img img{
        border-radius: 0px;
    }
    .ContainerLoading::before {
        content: '';
        /* background: #0000004d; */
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    .cont-img-200 {
        width: 100px;
        display: flex;
        max-height: 712px;
        flex-wrap: nowrap;
        overflow: hidden;
        flex-direction: column;
    }
    .div-img-200 {
        margin-bottom: 5px;
    }
    .div-infos {
        width: 50%;
    }
    .div-img-flx-2 {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    
    .cont-img-200 .product-img {
        border-radius: 3px;
        width: 100%;
        object-fit: contain;
        height: 100%;
        cursor: pointer;
    }
    .slider-show{
      /* height: 800px;
      overflow: hidden !important; */
    }
    .div-img {
        width: 80%;
        overflow: hidden;
    }
    .slick-track {
        overflow: hidden;
    }
    label {
        color: black;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .info-h1-product  h1 {
        color: #404145;
        font-size: 19px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
    }
    .info-description {
        margin-top: 35px;
        margin-bottom: 35px;
        display: flex;
        flex-direction: column;
        line-height: 2;
    }
    .info-description p {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 25px;
    }
    .BtnSeeMore{
        display: none;
    }
    .div-info-product {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        /* border: 1px solid #dadbdd; */
        border-radius: 5px;
        padding: 0;
        position:relative;
        overflow: hidden;
        background:white;
        width: 90%;
    }
    p.name-css {
        padding: 15px 0;
        text-align: left;
    }
    /* Container styles */
        .slider-container {
          width: 100%; /* Adjust the width as needed */
          overflow-x: hidden; /* Hide horizontal overflow */
        }
        
        
        .slide {
          flex: 0 0 auto; /* Allow slides to maintain original width */
          scroll-snap-align: start; /* Snap to the start of each slide */
          padding: 10px; /* Add padding between slides as needed */
        }
        
        .slider-image {
          max-width: 100%; /* Make images responsive */
          height: auto; /* Maintain aspect ratio */
        }

    .container-img {
        width: 100%;
        position:relative;
    }
        .offre-speciale-div {
            text-transform: uppercase;
            position: absolute;
            background: black;
            color: white;
            width: 100%;
            font-weight: 500;
            left: 59px;
            text-align: center;
            padding: 7px 11px;
            border-radius: 0px;
            transform: rotate(35deg);
            top: 30px;
        }
        .nav-next, .nav-prev {
            background-color: #fff;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
            height: 48px;
            margin-top: -24px;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 48px;
            z-index: 4;
            border-radius: 30px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            cursor:pointer;
            font-size: 19px;
        }
        .nav-next {
            border-radius: 30px;
            right: 5px;
        }
    .container-img img {
        width: 100%;
        cursor:pointer;
        transform: scale(1.0);
        object-fit: cover;
        aspect-ratio: 1/1; /* Adjust the ratio as needed */
    }
    .container-img img:hover {
       /*transform: scale(1.1);*/
    }
        .product-section .info-h1.info-h1-product {
            margin: 0;
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .display-icone-and-paragraphe {
            display: flex;
            align-items: center;
            /* width: 100%; */
            justify-content: flex-start;
            /* flex: 75px; */
        }
    .display-icone-and-paragraphe i{
        font-size: 20px;
        color: #222325;
        margin-right: 10px;
    }
    .delivery-box{
        width: 100%;
        padding: 6px 24px;
        height: max-content;
    }
    
    .titel-mobile{
        display: none;
    }
    b{
        margin-left: 8px;
        font-size: 16px;
        font-weight: 500;
        COLOR: #62646a;
    }
    .glAQDp5 {
        fill: #74767e;
        background: none;
        border: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .display-icone-and-paragraphe p {
        background: transparent;
        color: #404145;
        border: 1.8px solid #404145;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        padding: 6px 16px;
        font-size: 12.5px;
        user-select: none;
        flex: 1;
    }
    .container-info-page-product {
        width: 100%;
        line-height: 2;
        padding: 10px 0;
        gap: 8px;
        display: flex;
    }
    p.ActivCH {
        background: #6184c6;
        color: #f6F4F9;
        border-color:  #6184c6;
    }
    .sticky-div label {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        color: #404145;
        margin-top: 5px;
    }
    .services-boxer {
        display: grid;
        text-align: center;
        grid-template-columns: repeat(3,1fr);
        align-items: center;
        gap: 21px;
    }
    .grid-4 {
        grid-template-columns: repeat(4,1fr);
    }
    .service-box {
        width: 100%;
        padding: 40px;
        background: white;
        height: -webkit-fill-available;
        border-radius: 12px;
        box-shadow: 0 0 10px #ddd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    i.fa-solid.fa-tv {
        font-size: 40px;
        margin-bottom: 10px;
        color: var(--asas1);
    }
    .service-box h1 {
        color: black;
        font-weight: 600;
    }
    .service-box p {
        margin-top: 7px;
        color: #aaa;
    }
    .section-proceder .service-box h1 {
        color: initial;
        font-weight: 500;
        font-size: 15px;
        margin-top: 10px;
    }
    .service-box i {
        font-size: 40px;
        margin-bottom: 10px;
        color: var(--asas1);
    }
    .satisfait {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0;
    }
    .satisfait h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 45px;
        font-weight: 600;
    }
    span#count {
        font-weight: 500;
    }
    .item-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .item-img img{
        border-radius: 50px;
        margin-right: 10px;
    }
    .info-p-product {
        margin: 11px 0px;
        width: 100%;
        gap: 10px;
        justify-content: flex-start;
    }
    /* END SECTION */
  /* START FOOTER */
  footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px;
    font-weight: 500;
    background: #f4f4f4;
    color: black;
    bottom: 0;
    width: 100%;
    /* box-shadow: 0 0 10px #0000001c; */
    border-top: 1px solid #dddddd75;
}
    .Cart{
        display: none;
       color: #4a4a4a;
    }
    footer span{
        color:#b5b6ba;
    }
    footer img.img-logo {
        width: 80px;
        padding: 13px 10px;
        filter: sepia(1);
    }
    .footer-left {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
  /* END FOOTER */

  /* START section cart */
  table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-collapse: collapse;
    width: 100%;
  }
  
  thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
  }
  
  th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-align: -internal-center;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    font-weight: 500;
  }
  
  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  
  #border {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  
  tr:last-child {
    border: none;
  }
  .none_display{
    display:none  !important;
  }
  .slick-disabled{
      transform:scale(0.0) !important;
  }
  .border-table-clear {
    border: 1px solid #e7dddd !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }
   .cart-section .section-1 {
    display: flex;
    width: 100%;
    }
    .table-outils {
        width: 100%;
        border: 1px solid #e7dddd;
        border-radius: 5px;
        position: relative;
        min-height: 135px;
        background: white;
    }
        .div-loader-cart {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            background: #00000030;
            z-index: 1;
            display: flex;
            height: 100%;
            border-radius: 5px;
            justify-content: center;
            align-items: center;
        }
    .over_scroll {
        overflow-x: auto;
        width: 100%;
    }
    thead tr {
        background: #dddddd30;
    }
    section.cart-section.container {
        margin-top: 37px;
        padding-bottom: 100px;
    }
    .container-btn {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 30px;
        border-top: 1px solid #e7dddd;
    }
    .btn-uptade-cart {
        background: #e90d0dd4;
        padding: 12px 19px;
        border-radius: 5px;
        color: white;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
    }
    .btn-buy-now-cart{
        background: #e90d0dd4;
        padding: 12px 19px;
        border-radius: 5px;
        color: white;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        overflow: hidden;
        text-align: center;
        width: 100%;
        height: 48px;
    }
    .container-loader-btn {
        position: absolute;
        width: 100%;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: #eb3434b0;
        top: 0;
        display: none;
    }
    input.quantity {
        outline: none;
        width: 57px;
        height: 30px;
        font-size: 15px;
        color: black;
        border-radius: 5px;
        border: 1px solid #c7bcbc;
        background: transparent;
        padding-left: 7px;
    }
    img.img-product-cart {
        width: 70px;
        border-radius: 5px;
    }
    .product-cart-info {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    i.fas.fa-trash {
        color: var(--asas1);
        cursor: pointer;
    }
    .product-cart-info a {
        color: inherit;
        font-size: 17px;
        font-weight: 500;
    }
    .container-total {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .container-total .table-outils {
        width: 385px;
        margin-top: 30px;
        position:relative;
    }
    .titel-info{
        background: #dddddd69;
        padding: 15px;
        font-weight: 500;
        font-size: 18px;
    }
    .container-total .titel-info{
        background: #dddddd30;
        border-bottom: 1px solid #e7dddd !important;
    }
    .container-total .table-outils th {
        text-align: left;
    }
    
  /* END section cart */
  /* start  section loading btn */
  
    .loader-cart {
        border: 6px solid #f3f3f3;
        border-top: 6px solid #000000;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 2s linear infinite;
    }

      .loader {
      border: 3px solid #000;
      border-radius: 50%;
      border-top: 3px solid #fff;
      width: 20px;
      height: 20px;
      -webkit-animation: spin 2s linear infinite; /* Safari */
      animation: spin 0.9s linear infinite;
        display:none;
    }
    
    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .add-to-cart.active-btn .text-btn{
        display:none !important;
    }
    .add-to-cart.active-btn .loader{
        display:block !important;
    }
    .add-to-cart.active-btn{
        
    }
    .display_block{
        display: block !important;
    }
    .display_flex{
        display: flex !important;
    }
    .border-error{
        border-color: var(--asas1);
    }
    /* end  section loading btn */
  /* Start   section thank you for your purchase */
  .ContainerThankYouMessage{
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
  }
 .thank-you-message {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.order-details {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.contact-info {
    font-size: 16px;
    color: #777;
}
.BoxThankYouMessage {
    background: white;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px #DDD;
    width: 400px;
    text-align: right;
}
  /* end   section thank you for your purchase */
 .main-content {
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 100%;
}
#__ZONE__main,.logged_in_homepage_perseus,.logged-in-homepage-wrapper{
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}
.max-width-container {
    width: 100%;
    padding: 24px 24px 48px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-section {
    position: relative;
    overflow: hidden;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
}
.container-default {
    max-width: 1268px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}
.container-about {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.images-about-us {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 50px 0;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info-about-us {
    position: relative;
    z-index: 1;
    max-width: 43%;
}
.subtitle {
    display: inline-block;
    margin-bottom: 20px;
    padding: 12px 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(15 12 49 / 2%), 0 5px 15px 0 rgb(93 79 255 / 12%);
    color: var(--asas1);
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}

.home-about-p {
    margin-top: 0px;
    margin-bottom: 16px;
    color: var(--asas1);
    font-size: 38px;
    line-height: 1.237em;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.button-primary {
    margin-top: 20px;
    padding: 24px 32px;
    border-radius: 12px;
    background-color: var(--asas1);
    box-shadow: 0 0 0 0 rgb(74 58 255 / 12%);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    width: fit-content;
    cursor: pointer;
    transform-style: preserve-3d;
}
.LKLJ_img_abhout {
    display: inline-block;
    max-width: 76%;
    max-height: 350px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 40px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 4%), 0 15px 64px 0 rgb(24 20 67 / 17%);
}
.LKLJ_img_about {
    max-width: 409px;
    margin-bottom: -187px;
    border-radius: 40px;
    display: inline-block;
}
.home-contact-links-grid {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.home-contact-link {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--asas1);
    line-height: 1.111em;
    text-decoration: none;
}
.image-wrapper i {
    color: white;
}
.image-wrapper.home-contact-link-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 14px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    background-color: var(--asas1);
    box-shadow: 0 2px 9px 0 rgb(93 79 255 / 11%);
}
.card.home-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 649px;
    min-height: 683px;
    padding: 72px 48px 74px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 21%), 0 1px 13px 0 #dddddd21;
}
.input:focus {border-width: 1.5px;border-color: var(--asas1);box-shadow: 0 4px 12px 0 rgb(94 59 245 / 9%);color: var(--asas1);}
.text-area:focus {border-width: 1.5px;border-color: var(--asas1);box-shadow: 0 4px 12px 0 rgb(94 59 245 / 9%);color: var(--asas1);}
.text-area {
    max-height: 200px;
    max-width: 100%;
    min-height: 147px;
    min-width: 100%;
    margin-bottom: 0px;
    padding: 22px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgb(17 4 73 / 2%);
    -webkit-transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    color: #5d4fff;
    font-size: 18px;
    outline: none;
}
.home-contact-form-block {
    width: 100%;
    margin-bottom: 0px;
}

.w-form {
    margin: 0 0 15px;
}

.home-contact-form-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.input-wrapper {
    margin-bottom: 20px;
}
label {
    margin-bottom: 16px;
    color: var(--asas1);
    line-height: 1.111em;
    font-size: 18px;
    font-weight: 700;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
#w-node-b561bf12-f15e-e68a-fee6-89283d5e85db-bf8169fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.input-wrapper {
    margin-bottom: 20px;
}

@media only screen and (max-width: 982px){
    .card.home-contact {
        margin: 50px 0;
        padding: 31px 24px 20px;
    }
    .card.home-contact {
        margin-top: 100px;
    }
    .home-contact-form-grid {
        display: -ms-grid;
        display: flex;
        width: 100%;
    }
    .input-wrapper {
        width: 100%;
    }
    .input {
        width: 100%;
    }
}

@media only screen and (max-width: 600px){
.card.home-contact {
    margin: 50px 0;
    padding: 31px 24px 20px;
}
}
.input {
    height: 60px;
    margin-bottom: 0px;
    padding-right: 18px;
    padding-left: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgb(17 4 73 / 2%);
    -webkit-transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    color: #5d4fff;
    font-size: 18px;
    line-height: 1em;
    outline: none;
}
input, textarea {
    border: none;
    font: inherit;
    width: 100%;
}
.TitleInfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.ContainerTable {
    display: flex;
    align-items: center;
    margin: 0 25px;
    margin-bottom: 65px;
    overflow: auto;
    width: inherit;
    background: white;
    padding: 13px 22px;
    margin-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* padding-left: 0; */
}
.BarSearsh {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    padding-top: 0;
}
.BarSearsh .ContainerSearch{
    position: relative;
    width: 100%;
}
p.Btnload {
    padding: 10px 30px;
    background: black;
    color: white;
    border-radius: 39px;
    width: 130px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
input#QuerySearch {
    border: 1px solid #ddd;
    border-radius: 36px;
    width: 46%;
    color: black;
    height: 40px;
    padding-left: 35px;
}
i.fas.fa-search {
    left: 14px;
    position: absolute;
    top: 13px;
}
.ContainerTable tr {
    height: 55px;
}
.ContainerTable th {
    text-align: left;
    padding: 0;
}
.ContainerTable  td{
    text-align: left;
    padding: 0;
    color:#7e8596;
}
.ContainerTable tr {
    height: 55px;
    background: transparent;
    text-align: left;
}
.ContainerMainForOrder {
    padding-left: 240px;
}
.MainForOrderBarLeft {
    position: fixed;
    width: 240px;
    height: calc(100% - 151px);
    left: 0;
    bottom: 0;
    background: white;
    z-index: 1111;
    border-right: 1px solid #ddd;
}
.Main-Menu p {
    width: 100%;
    padding: 10px 14px;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.Main-Menu p:hover {
    background: #dddddd3b;
}
.logout_in_out_box {
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.3s !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    transform: scale(1.0) !important;
}
.deta_verification {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgba(29, 29, 29, 0.748);
    backdrop-filter: blur(6px);
    visibility: hidden;
    opacity: 0;
    z-index: 10001 !important;
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.5s;
}
.deta_verification .box {
    padding: 25px;
    display: flex;
    border-radius: 5px;
    background: white;
    gap: 10px;
    display: flex;
    margin: 0 30px;
    width: 300px;
    transform: scale(0.0);
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.1s;
    flex-direction: column;
}
.titel-desta {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E62F33;
}
.FlexBtnTrus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.BtnCssNON {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: transparent;
    color: #E62F33;
    cursor: pointer;
    border-radius: 38px;
    border: 1px solid #E62F33;
    box-shadow: 0 0 10px #ddd;
    transition: all  0.3s;
}
.BtnCssOUI {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #E62F33;
    color: white;
    cursor: pointer;
    border-radius: 38px;
    border: none;
    box-shadow: 0 0 10px #ddd;
    transition: all  0.3s;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    grid-gap: 10px;
    padding: 0 15px;
    margin-top: 10px;
}
p.titel-account {
    color: #303030;
    font-size: 15px;
    font-weight: 550;
}
.container_input_gfh5UGHJ_gb {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    width: 100%;
}
.container_input_gfh5UGHJ_gb p {
    color: #000000c4;
    font-weight: 500;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container_input_gfh5UGHJ_gb #username, .container_input_gfh5UGHJ_gb #email {
    background: #ffffff;
    border: 1px solid #DDD;
    margin: 0;
    color: black;
    padding: 10px 10px;
}
.container_HJi {
    background: var(--asas);
    color: white;
    border-radius: 10px;
    margin-top: 4px;
    PADDING: 20px;
    flex-direction: column;
    display: flex;
    grid-gap: 17px;
    width: 400px;
    margin-bottom: 30px;
}
.container_HJi {
    background: #ffffff;
    box-shadow: 0 0 10px #ddd;
    height: max-content;
    width: 100%;
}

.kisma_jouj input {
    padding: 10px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #DDD;
    background: #FAFAFA;
    width: 100%;
    margin: 10px 0;
}
.BOxChangePass.logout_in_out_box {
    padding: 25px;
    padding: 25px;
    display: flex;
    border-radius: 5px;
    background: white;
    gap: 10px;
    display: flex;
    transform: scale(0.0);
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.1s;
    flex-direction: column;
}
.DisplayFlex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.deta_verification .box  input, .BOxChangePass .box  input {
    padding: 10px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #DDD;
    background: #FAFAFA;
    width: 100%;
}
.kisma_jouj span {
    font-weight: 500;
    color: #61768e;
    line-height: 1.67;
    position: relative;
    font-size: 14px;
}
.DisplayFlex span {
    top: 0 !important;
}
input#BtnRestLogout {
    margin: 0;
    width: max-content;
    margin-right: 7px;
}
button#Checking {
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: var(--asas1);
    color: white;
    align-items: center;
    width: 100%;
    display: flex;
    font-size: 18px;
    justify-content: center;
}
#verifier, #valid_code, #verifier-data-size {
    background: var(--asas1);
    border-radius: 3px;
    transition: 0.25s ease;
    color: white;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#Location{
    cursor: pointer;
}
.BtnAddOutil:hover {
    box-shadow: 0 0 20px #ddd;
    background: rgb(26 26 26 / 72%);
}
p.status_aff.green:hover {
    box-shadow: 0 0 20px #ddd;
    background: rgb(26 26 26 / 72%);
}

.ContainerInput label{
    color: #404145;
    font-size: 12Px;
    padding: 0;
}
.ContainerInput {
    display: flex;
    padding: 0px 0px;
    flex-direction: column;
    margin-top: 15px;
}
.ContainerInput input {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 10px 16px;
    border-radius: 27px;
    font-size: 12px;
}
p.ClikFunctionColor {
    border-radius: 3px;
    width: 75px;
    padding: 0;
    overflow: hidden;
}
p.ClikFunctionColorimg {
    width: 100%;
}
span.Cont-mini-image {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
span.Cont-mini-image img {
    width: 100%;
}
/* Loading Placeholder CSS */
@keyframes loadingShimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  
  .loading-placeholder {
    background: #f0f0f0;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0)
    );
    background-size: 200% 100%;
    animation: loadingShimmer 3.5s infinite;
  }
  
  .loading-image {
    width: 100%;
    height: 300px;
  }
  
  .loading-text {
    height: 20px;
    margin: 10px 0;
  }
  
  .info-offre {
    display: flex;
    margin: 10px 0;
  }
  
  .info-container {
    flex: 1;
    padding: 10px;
  }
  section.collection.container {
    background: white;
}

.descMobile{
    display: none !important;
}
.desctop {
    display: block !important;
}
.logged-in-homepage.max-width-container {
    position: relative;
}
.mobileInfo h1.title {
    color: #415161;
}
.mobileInfo p.paraghraphe {
    margin-top: 10px;
    color: #415161;
    margin-bottom: 20px;
    line-height: 1.9;
}
section.container.mobileInfo {
    margin-top: 20px;
}
section.container.mobileInfo a.btn-home {
    background: #00adef;
    color: white;
}
section.container.mobileInfo a.btn-home:hover {
    background: #00abefdc;
    color: white;
}
/* .none_boxer_arrows{
    display: none !important;
} */
div#Slider7.onclick {
    position: fixed;
    z-index: 10000;
    background: #00000096;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    top: 0;
}

div#Slider7.onclick .slick-list.draggable {
    height: 250px;
}
div#Slider7.onclick .none_boxer_arrows{
    display: flex !important;
}
