body{
    background-color: #fafafa;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
  .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #ec7927;
}

.bg-pink {
    background-color: #851973 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
background-color: #851973 !important;
}

.text-pink {
    color: #851973 !important;
}

.navbar-top-icon {
    font-size: 20px;
    color: #fff;
}
.nav-bottom-text:hover {
    font-size: 25px;
    color: #fff;
}
.nav-bottom{
    background-color: #fef852;
}
.nav-bottom-text{
    color: #fff;
    margin: 10px;
    font-weight: bold;
}
.bg-navbar-top{
    background-color:#0b109f;;
}

.old-price{
    text-decoration: line-through;
    font-size: 13px;
  }
.localisation-icon{
    font-size: 30px;
}
.newsletter{
    background-color: #fef852;
    padding-bottom: 20px;
}
.bg-yellow{
    background-color: #fef852;
}
.bg-blue{
    background-color: #0b109f;
}

.btn-voir--icon , .voir{
    color: #0b109f;
    border-color: #0b109f;
}
.txt-blue{
    color: #0b109f;
}

.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
    height: 1.6rem;
}


.steps {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.step-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: color 0.25s ease-in-out;
    text-align: center;
    text-decoration: none !important;
}

  .step-item:first-child .step-progress {
    border-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .step-item:last-child .step-progress {
    border-radius: 0.125rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .step-progress {
    position: relative;
    width: 100%;
    height: 0.25rem;
  }

  .step-count {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -0.8125rem;
    border-radius: 50%;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .step-label {
    padding-top: 1.5625rem;
  }

.step-label > i {
    margin-top: -.25rem;
    margin-right: .425rem;
    font-size: 1.2em;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .step-label {
      font-size: 0.75rem;
    }
    .step-label > i {
      display: none;
    }

    .prix-size{
        font-size: 12px;
        padding: 4px !important;
    }
}
.prix-size{
    padding: 8px !important;
}
.prix-size input{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.steps-dark .step-item {
    color: #7d879c;
}

  .steps-dark .step-count,
  .steps-dark .step-progress {
    color: #4b566b;
    background-color: #f3f5f9;
  }

  .steps-dark .step-item:hover {
    color: #4b566b;
  }

  .steps-dark .step-item.active.current {
    color: #373f50;
    pointer-events: none;
  }

  .steps-dark .step-item.active .step-count,
  .steps-dark .step-item.active .step-progress {
    color: #fff;
    background-color: #fe696a;
  }

  .steps-light .step-item {
    color: rgba(255, 255, 255, 0.55);
  }

  .steps-light .step-count,
  .steps-light .step-progress {
    color: #fff;
    background-color: #485268;
  }

.steps-light .step-item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.steps-light .step-item.active.current {
    color: #fff;
    pointer-events: none;
}

.steps-light .step-item.active .step-count,
.steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: #fe696a;
}

.cpButton button {
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #6e00ff;
    color: #ffffff;
    background: #6e00ff;
    position: relative;
    text-shadow: none;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
}

.cpButton button.large {
    padding: 0.625rem 1.375rem;
}

.cpButton button:before {
    content:none;
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    left: auto;
    background: transparent;
    z-index: -2;
}
.cpButton button:after {
    content:none;
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    left: auto;
    background: transparent;
    z-index: -2;
}

.icon {
    min-width: 4rem;
    min-height: 4rem;
    line-height: 4rem;
}

.icon-shape i, .icon-shape svg {
    font-size: 2rem;
    display: block;
    margin-top: 16px;
}

.nav-link {
    color: #222222;
}

/* .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
} */

.nav-link:hover, .nav-link.active {
    color: #333333;
}

.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
    color: #ec7927;
}

.dropdown-item {
    white-space: normal;
}

.grayscale{filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
    -ms-transition: all 0.6s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0.2s;
}

.grayscale2{filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
    -ms-transition: all 0.6s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0.2s;
    width:40px;
    height:30px;
}

.grayscale:hover{filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    /*filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%);*/

    /*-moz-transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 1px 1px 5px 777;*/
}


.lead {
    font-size: 1rem;
    font-weight: 300;
}

#about-bg {
    position: relative;
    background-image: url(../../img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

/* .card-image{
    height: 150px;
    overflow: hidden;
} */
/* .animate-this{
    height: 180px;
    overflow: hidden;
} */


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-right: .1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link-icon {
        border-radius: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .dropdown-menu-xl {
        min-width: 50rem !important;
    }
}

.breadcrumb {
    padding: 0.75rem 0rem;
}

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #999;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #111;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    color: #3C4858;
    font-size: 15px;
}

#flash {
    background-color: #f2521b;
    border-radius: 1px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    width: 130px;
    line-height: 1;
    text-align: center;
    padding: 10px 15px 10px 15px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.table td, .table th {
    font-size: inherit;
    white-space: nowrap;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
  }

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.navbar-nav .nav-link i, .navbar-nav .nav-link svg, .navbar-nav .nav-link img {
    margin-right: 0.2rem;
}

.count-cart{
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
    padding: 3px 6px;
    border-radius: 100%;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #0e70b6;
}

/* .carousel-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
} */

.apercu{
    display: none;
}
.card-product:hover .apercu{
    display: block;
    position: absolute;
    width: 85%;
}

.dropdown-toggle::after {
    margin-left: 2px;
}

.titre-collection{
    font-family: 'Dancing Script', cursive;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    border: solid #00B8D9 5px;
}

.border-lg {
    border-width: 7px !important;
}

.sticky .my-logo{
    display: inline-block !important;
}

.omnisearch.show {
    opacity: 1;
    transform: translateY(30%);
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse {
        z-index: 1050;
        height: auto !important;
        opacity: 0;
        padding: 10px;
    }

    .omnisearch.show {
        opacity: 1;
        transform: translateY(10%);
    }
}

.card-profile .card-profile-image {
    width: 9rem;
    height: 9rem;
    border: 0.1875rem solid #FFF;
    transform: translateY(-50%);
}








.bg-green{
    background-color: #66cccc;
}

.bg-blue{
    background-color: #0f73bf;
}

.bg-orange{
    background-color: #fa9020;
}

.text-orange{
    color: #fa9020;
}

.text-green{
    color: #66cccc;
}

.text-blue{
    color: #0f73bf;
}

.panier{
    font-size:20px;
}

.account{
    font-size:30px;
}
.account:hover{
    cursor: pointer;
}

.navbar-text{
    font-size: 0.990rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.15s linear;
    margin-left: 20px ;
    margin-right: 20px ;
}

.content{
    /* background-image: url('../img/backgrounds/ap.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.categories li {
    list-style: none;
    font-size: 12px;
    color: black;
    display: block;
}

.categories-link{
    text-decoration: none;
    color:black;
}
.categories-link:hover{
    color: #66cccc;
}

.add-to-basket:hover{
    background-color:#fa9020 ;
}

.add-to-basket-vet:hover{
    background-color: #0f73bf;
}

.add-to-basket-cmv:hover{
    background-color: #0f73bf;
}


/* a.text-white:hover, a.text-white:focus {
    color: #0f73bf !important;
} */

.dropdown-item:hover, .dropdown-item:focus {
    color: #fa9020;
}

.bg-gradient-ratio {
    background: linear-gradient(50deg, #66cccc 0, #0f73bf 100%) !important;
}

.footer-dark .nav .nav-item .nav-link:hover, .footer-dark .list-unstyled li a:hover, .footer-dark .footer-link:hover {
    color: #fa9020;
}

.parfum-cat-img{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.parfum-cat-text{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #66cccc;
}


.dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg {
    margin-right: 0.2rem;
    font-size: 1rem;
    vertical-align: -17%;
}

.navbar .dropdown-menu {
    min-width: 20rem;
    padding: 0.6rem 1rem;
    background-color: #FFF;
    border: 0 solid rgba(31, 45, 61, 0);
    border-radius: 0.375rem;
    box-shadow: 0 10px 30px 0 rgb(31 45 61 / 10%);
}


aside .badge {
    white-space: initial;
    display: inline-block;
}
