.vb-perso-page {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: block;
  pointer-events: none;
  z-index: 2000;
  opacity: 0;
  right: 0;
}
.vb-perso-page.visible {
  opacity: 1;
  pointer-events: visible;
}
.vb-perso-page.visible .vb-perso-layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.vb-perso-page.visible .layer-dark-perso {
  opacity: 1;
}

.layer-dark-perso {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(45, 42, 41, 0.5058823529);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  z-index: 1000;
}

.vb-perso-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 360px;
  height: 100vh;
  background-color: #fff;
  display: block;
  z-index: 2000;
  right: 0;
  z-index: 2010;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 480px) {
  .vb-perso-layer {
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
  }
}
.vb-perso-layer .close-perso {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  z-index: 1;
  background: url("close.svg") no-repeat center;
  background-color: white;
}
.vb-perso-layer .close-perso:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.vb-perso-layer .vb-perso-container {
  width: 100%;
  min-height: 100vh;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools {
  display: none;
  width: 300px;
  margin-top: 0;
  background-color: #F5F5F5;
  overflow: auto;
  position: relative;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools {
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools {
    background-color: #f5f5f5;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .perso-title {
  position: absolute;
  left: 20px;
  top: 10px;
  font: normal normal bold 20px/59px Muli;
  letter-spacing: 0px;
  color: #2D2A29;
}
@media screen and (max-width: 480px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .perso-title {
    display: none;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .preview-title {
  text-align: center;
  font: normal normal 600 16px/22px Muli;
  letter-spacing: 0px;
  color: #2D2A29;
  position: absolute;
  top: 20%;
  width: calc(100% - 40px);
}
@media screen and (max-width: 480px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .preview-title {
    top: 100px;
  }
}
@media screen and (max-height: 650px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .preview-title {
    top: 80px;
  }
}
@media screen and (max-height: 550px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .preview-title {
    top: 50px;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .perso-logo {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding-top: 40px;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .preview-container {
  background-color: white;
  padding: 20px 20px;
  width: calc(100% - 40px);
  max-width: 320px;
  margin-bottom: 40px;
  border: dashed 1px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(20% + 80px);
  min-height: 101px;
}
@media screen and (max-width: 480px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .preview-container {
    top: 170px;
  }
}
@media screen and (max-height: 650px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .preview-container {
    top: 140px;
  }
}
@media screen and (max-height: 550px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .preview-container {
    top: 110px;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .preview-container .perso-produit-preview {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .preview-container .perso-txt-preview {
  margin: auto;
  font: normal normal 600 32px/59px Muli;
  color: #999999;
  text-align: center;
  display: block;
  -webkit-transition: color 200ms ease, font-family 100ms ease;
  transition: color 200ms ease, font-family 100ms ease;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .perso-tools {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
  -webkit-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .perso-tools {
    padding-bottom: 50px;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .perso-tools .delay {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0px;
  color: #cd1719;
  font-weight: bold;
  display: block;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .perso-tools .couleur-selection-perso {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #2D2A29;
  font-weight: 600;
  display: block;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .perso-tools .couleur-selection-perso .choix {
  text-transform: lowercase;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections .perso-section {
  display: none;
  padding: 10px;
  position: relative;
  height: 60px;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections .perso-section .perso-produit-txt {
  background-color: #f5f5f5;
  color: #2D2A29;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 600;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections .perso-section .perso-char {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: auto;
  right: 20px;
  margin: auto;
  font-weight: bold;
  color: #CCCCCC;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  font-weight: 600;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections .perso-section.actif {
  display: block;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 10px;
  scrollbar-width: thin;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-color ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-color ul::-webkit-scrollbar {
    display: none;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-color ul li button {
  border-radius: 999px;
  width: 35px;
  height: 35px;
  font-size: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-color ul li button:hover {
  opacity: 0.5;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-color ul li button.selected {
  border: solid 3px #7dbc8e;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-typo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 10px;
  scrollbar-width: thin;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-typo ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-typo ul::-webkit-scrollbar {
    display: none;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-typo ul li button {
  border-radius: 0;
  width: 50px;
  height: 40px;
  background: white;
  color: #999999;
  font-size: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-typo ul li button:hover {
  color: #2d2a29;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .choice-sections #perso-section-typo ul li button.selected {
  color: #2d2a29;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list .button-option {
  width: 33.3333333333%;
  height: 75px;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list .button-option button {
  background-color: white;
  border: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  position: relative;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list .button-option button.actif::after {
  position: absolute;
  width: 50%;
  content: "";
  height: 2px;
  background-color: #7dbc8e;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list .button-option button:hover::after {
  position: absolute;
  width: 50%;
  content: "";
  height: 2px;
  background-color: #7dbc8e;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list .button-option button img {
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .buttons-section .buttons-list .button-option:nth-child(2) {
  border-left: solid 1px #F5F5F5;
  border-right: solid 1px #F5F5F5;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .add-to-cart-section {
  padding: 20px 10px;
}
@media screen and (max-width: 480px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .add-to-cart-section {
    padding: 10px;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .add-to-cart-section .personnalise-article {
  background-color: #7dbc8e;
  border: none;
  color: white;
  height: 50px;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 0px;
  opacity: 1;
  -webkit-transform: 1;
          transform: 1;
  -webkit-transition: color 200ms ease-in, background 200ms ease-in;
  transition: color 200ms ease-in, background 200ms ease-in;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .vb-perso-layer .vb-perso-container .vb-perso-tools .add-to-cart-section .personnalise-article {
    margin-top: 20px;
  }
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .add-to-cart-section .personnalise-article:disabled {
  background-color: #cfcfcf !important;
  color: white !important;
  pointer-events: none;
}
.vb-perso-layer .vb-perso-container .vb-perso-tools .add-to-cart-section .personnalise-article:hover {
  color: #ffffff;
  background-color: #619370;
}

#ctl00_cphZoneActive_SelecteurProduitArticlePersoColorSelector,
#ctl00_cphZoneActive_SelecteurProduitArticlePersoFontSelector {
  display: none;
}

#ctl00_cphZoneActive_SelecteurProduitArticlePersotb_MessagePerso {
  display: none;
}

.perso-product-btn {
  font-size: 1rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.875rem;
  background: #ffffff;
  border: solid 2px #7dbc8e;
  border-radius: 5px;
  color: #2D2A29;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 40px;
  -webkit-transition: color 200ms ease-in, background-color 200ms ease-in;
  transition: color 200ms ease-in, background-color 200ms ease-in;
}
.perso-product-btn::before, .perso-product-btn::after {
  display: none;
}
.perso-product-btn:hover {
  background: #7dbc8e;
  color: #FFFFFF;
}

.wrapperBtn-addToCartMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapperBtn-addToCartMobile #SelecteurProduit_memo_fp_ajouter_panier {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 15px);
  right: 10px;
  left: auto;
}
.wrapperBtn-addToCartMobile .perso-product-btn {
  display: block;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 15;
  width: 50%;
  width: calc(50% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  padding: 0;
  line-height: 0;
}

.wrapperBtn-addToCartDeskSize {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.wrapperBtn-addToCartDeskSize button.btn-size-selector {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: left !important;
}
.wrapperBtn-addToCartDeskSize button.btn-size-selector::after {
  right: -3px;
  background-size: 20px;
  top: 15px;
}
.wrapperBtn-addToCartDeskSize .perso-product-btn {
  display: block;
  width: calc(50% - 5px) !important;
  background: #ffffff !important;
  border: solid 2px #7dbc8e !important;
  border-radius: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.wrapperBtn-addToCartDesk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 1080px) {
  .wrapperBtn-addToCartDesk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .wrapperBtn-addToCartDesk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrapperBtn-addToCartDesk #SelecteurProduit_memo_fp_ajouter_panier {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .wrapperBtn-addToCartDesk #SelecteurProduit_memo_fp_ajouter_panier {
    width: 50%;
    margin: 0;
  }
}
.wrapperBtn-addToCartDesk .perso-product-btn {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapperBtn-addToCartDesk .perso-product-btn {
    width: 50%;
    margin: 0;
  }
}