/*$gris : #eeeeee;
$sidecart-bg-color: #ffffff;
$progress-bg-color: #cccccc;
$rose: #ff69b4;
$fixed-position: fixed;
$flex-display: flex;
$bleu : #6cb8d2;
$violet : #ddd9ed;
$jaune : #f1c543;
$noir : #707070;*/
.cart_dropdown_link {
  cursor: pointer; }
  .cart_dropdown_link * {
    box-sizing: border-box; }

@media (min-width: 800px) {
  #sidecart {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    min-width: 350px;
    height: 100vh;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
    flex-direction: column;
    z-index: 999999;
    border-left: solid 2px #eeeeee; }
    #sidecart .loader_source {
      display: none; }
    #sidecart.open {
      display: flex; }
    #sidecart .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      order: -2;
      background-color: #eeeeee;
      padding: 10px 20px; }
      #sidecart .header h1 {
        font-size: 23px !important;
        color: #000;
        margin: 0 !important; }
      #sidecart .header .close {
        cursor: pointer;
        border: none;
        background: none;
        font-size: 2rem;
        color: #6cb8d2;
        transform: scaleY(0.8); }
    #sidecart .contenu {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      height: calc(100% - 60px);
      flex-shrink: 0; }
      #sidecart .contenu > div {
        padding: 15px 20px;
        box-sizing: border-box; }
      #sidecart .contenu .loader {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        #sidecart .contenu .loader img {
          width: 100px;
          height: 100px; }
      #sidecart .contenu .cadeaux {
        position: relative;
        height: 200px;
        order: -1;
        display: block;
        margin-bottom: 0px; }
        #sidecart .contenu .cadeaux .message {
          width: 100%;
          text-align: center; }
          #sidecart .contenu .cadeaux .message span {
            background-color: #ddd9ed;
            padding: 2px 30px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 20px;
            line-height: normal;
            font-size: 12px; }
        #sidecart .contenu .cadeaux .etapes {
          display: flex;
          align-items: flex-end;
          width: 100%; }
          #sidecart .contenu .cadeaux .etapes img {
            bottom: 0;
            height: 110px; }
            #sidecart .contenu .cadeaux .etapes img:nth-child(1) {
              translate: 25%; }
            #sidecart .contenu .cadeaux .etapes img:nth-child(2) {
              translate: 25%; }
            #sidecart .contenu .cadeaux .etapes img:nth-child(3) {
              translate: 25%; }
            #sidecart .contenu .cadeaux .etapes img:nth-child(4) {
              translate: 60%; }
        #sidecart .contenu .cadeaux .progress-bar {
          width: 100%;
          height: 5px;
          bottom: 35px;
          background-color: #cccccc;
          z-index: -1;
          margin-top: -40px; }
          #sidecart .contenu .cadeaux .progress-bar .fill {
            height: 100%;
            background-color: #ea2a8a;
            width: 0%; }
      #sidecart .contenu .product,
      #sidecart .contenu .proposition {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
      #sidecart .contenu .produits {
        border-bottom: solid 2px #eeeeee;
        margin-top: 20px;
        overflow-y: auto;
        flex-grow: 1;
        position: relative; }
        #sidecart .contenu .produits .empty {
          position: absolute;
          top: 40%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          font-weight: 500; }
        #sidecart .contenu .produits .product {
          background-color: #eeeeee;
          border-color: #eeeeee;
          border-radius: 10px;
          padding: 10px;
          font-size: 12px;
          color: #000; }
          #sidecart .contenu .produits .product img {
            width: 140px;
            margin-right: 10px; }
          #sidecart .contenu .produits .product .ligne2 {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #sidecart .contenu .produits .product .ligne2 .quantity {
              position: relative; }
              #sidecart .contenu .produits .product .ligne2 .quantity input {
                padding: 0 15px;
                width: 50px;
                height: 20px;
                text-align: center;
                border-radius: 5px;
                border: solid 1px #000;
                color: #000;
                margin: 0 !important; }
              #sidecart .contenu .produits .product .ligne2 .quantity button {
                position: absolute;
                top: 0;
                width: 15px;
                background: none;
                border: none;
                font-size: 1.2em;
                cursor: pointer; }
              #sidecart .contenu .produits .product .ligne2 .quantity .minus {
                left: -1px; }
              #sidecart .contenu .produits .product .ligne2 .quantity .plus {
                right: 3px;
                top: 1px; }
            #sidecart .contenu .produits .product .ligne2 .price {
              text-align: right;
              color: #000; }
              #sidecart .contenu .produits .product .ligne2 .price span {
                font-weight: 600 !important;
                font-size: 12px; }
      #sidecart .contenu .propositions {
        display: flex;
        align-items: center;
        overflow-x: auto;
        width: 100%;
        min-height: 130px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        padding: 0; }
        #sidecart .contenu .propositions .arrow {
          flex: 0 0 auto;
          background: none;
          border: none;
          line-height: 1;
          cursor: pointer;
          transform: scaleY(2);
          color: #aaaaaa;
          z-index: 2; }
          #sidecart .contenu .propositions .arrow.left {
            margin-right: 1em; }
          #sidecart .contenu .propositions .arrow.right {
            margin-left: 1em; }
        #sidecart .contenu .propositions .carousel {
          display: flex;
          flex-direction: row;
          max-width: 100%;
          width: 100%;
          overflow: hidden; }
          #sidecart .contenu .propositions .carousel .proposition {
            flex: 0 0 100%;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            align-items: center; }
            #sidecart .contenu .propositions .carousel .proposition img {
              width: 100px;
              margin-right: 10px; }
            #sidecart .contenu .propositions .carousel .proposition .textes {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center; }
              #sidecart .contenu .propositions .carousel .proposition .textes .titre {
                font-size: 12px;
                margin-bottom: 5px;
                padding-top: 20px;
                line-height: normal;
                color: #000; }
              #sidecart .contenu .propositions .carousel .proposition .textes .price {
                color: #6cb8d2; }
                #sidecart .contenu .propositions .carousel .proposition .textes .price span {
                  font-weight: 600 !important;
                  font-size: 15px;
                  color: #000; }
              #sidecart .contenu .propositions .carousel .proposition .textes button {
                background-color: #f1c543;
                color: black;
                border: none;
                padding: 5px 10px;
                border-radius: 5px;
                font-size: 12px;
                cursor: pointer; }
      #sidecart .contenu .dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -10px;
        padding: 5px 20px 15px 20px; }
        #sidecart .contenu .dots .dot {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #eeeeee;
          margin: 0 5px;
          cursor: pointer; }
          #sidecart .contenu .dots .dot.active {
            background-color: #f1c543; }
      #sidecart .contenu .footer {
        text-align: center;
        flex-shrink: 0;
        border-top: solid 4px #eeeeee; }
        #sidecart .contenu .footer a {
          background-color: #ff69b4;
          color: white;
          border-radius: 5px;
          padding: 5px 50px;
          font-weight: 600;
          display: inline-block;
          margin: 10px 0;
          cursor: pointer; }
        #sidecart .contenu .footer p {
          font-size: 10px;
          color: #000;
          margin-bottom: 0 !important; } }
#sidecart {
  display: none; }

.dropdown_widget_cart {
  display: none !important; }

#menu-item-114260 {
  overflow: visible;
  float: right;
  margin-right: 1rem;
  padding-right: 5px;
  background-color: #ea2a8a; }
  #menu-item-114260 a .icone {
    width: 50px;
    height: 50px;
    display: inline-block; }
  #menu-item-114260 a .av-cart-counter {
    border: solid 1px white; }

.cart-popup-addincart {
  display: none;
  position: fixed;
  right: 2%;
  top: 20%;
  width: 300px;
  height: auto;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%); }
  .cart-popup-addincart.show {
    display: block;
    transform: translateX(0); }
  .cart-popup-addincart .cart-popup-content {
    padding: 20px; }
    .cart-popup-addincart .cart-popup-content .close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      cursor: pointer; }
    .cart-popup-addincart .cart-popup-content .last-added-product {
      text-align: center; }
      .cart-popup-addincart .cart-popup-content .last-added-product .product-name {
        line-height: 1em;
        color: #ea2a8a; }

/*# sourceMappingURL=sidecart.css.map */
