.vb-product-personalisation {
  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-product-personalisation.visible {
  opacity: 1;
  pointer-events: visible;
}
.vb-product-personalisation.visible .vb-personalisation-layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.vb-product-personalisation.visible .personalisation-dark-layer {
  opacity: 1;
}

.personalisation-dark-layer {
  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-personalisation-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 360px;
  min-height: 100vh;
  height: 100vh;
  background-color: #fff;
  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%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  .vb-personalisation-layer {
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  .vb-personalisation-layer {
    background-color: #f5f5f5;
  }
}
.vb-personalisation-layer .close-personalisation-button {
  position: absolute;
  top: 10px;
  right: 0px;
  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;
  background-size: 40px;
}
.vb-personalisation-layer .personalisation-title {
  font: normal normal normal 20px/50px Muli;
  letter-spacing: 0px;
  color: #2d2a29;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1019607843);
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 320px) {
  .vb-personalisation-layer .personalisation-title {
    display: none;
  }
}
.vb-personalisation-layer .preview-container {
  width: calc(100% - 40px);
  max-width: 320px;
  margin: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .vb-personalisation-layer .preview-container {
    top: 170px;
  }
}
@media screen and (max-height: 650px) {
  .vb-personalisation-layer .preview-container {
    top: 140px;
  }
}
@media screen and (max-height: 550px) {
  .vb-personalisation-layer .preview-container {
    top: 110px;
  }
}
.vb-personalisation-layer .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-personalisation-layer .preview-container .personalisation-text-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-personalisation-layer .preview-container .personalisation-picto-preview {
  margin: auto;
  color: #999999;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 200ms ease, font-family 100ms ease;
  transition: color 200ms ease, font-family 100ms ease;
}
.vb-personalisation-layer .preview-container .personalisation-picto-preview .picto-img {
  height: inherit;
}
.vb-personalisation-layer .preview-container .personalisation-picto-preview .picto-img.picto-900 {
  background-image: url(picto-900.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 200px;
}
.vb-personalisation-layer .preview-container .personalisation-picto-preview .picto-img.picto-901 {
  background-image: url(picto-901.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 200px;
}
.vb-personalisation-layer .preview-container .personalisation-picto-preview .picto-img.picto-902 {
  background-image: url(picto-902.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 200px;
}
.vb-personalisation-layer .personalisation-creation {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .vb-personalisation-layer .personalisation-creation {
    padding-bottom: 50px;
  }
}
.vb-personalisation-layer .personalisation-creation .delay {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0px;
  color: #cd1719;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
}
.vb-personalisation-layer .personalisation-creation .typo-selection,
.vb-personalisation-layer .personalisation-creation .picto-selection,
.vb-personalisation-layer .personalisation-creation .color-selection {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #2d2a29;
  font-weight: 600;
  display: block;
}
.vb-personalisation-layer .tools-section .tool {
  display: block;
  padding: 5px 10px;
  position: relative;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input {
  background-color: #fff;
  border: dashed 1px #999999;
  color: #2d2a29;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: 600;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input::-webkit-input-placeholder {
  color: #2d2a29;
  opacity: 1;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input::-moz-placeholder {
  color: #2d2a29;
  opacity: 1;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input:-ms-input-placeholder {
  color: #2d2a29;
  opacity: 1;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input::-ms-input-placeholder {
  color: #2d2a29;
  opacity: 1;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input::placeholder {
  color: #2d2a29;
  opacity: 1;
}
.vb-personalisation-layer .tools-section .tool .product-personalisation-text-input:focus, .vb-personalisation-layer .tools-section .tool .product-personalisation-text-input:active {
  border-color: #2d2a29;
}
.vb-personalisation-layer .tools-section .tool .character-limit {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: auto;
  right: 20px;
  margin: auto;
  font-weight: bold;
  color: #cccccc;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 600;
}
.vb-personalisation-layer .tools-section #color-tool {
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.vb-personalisation-layer .tools-section #color-tool.inactif {
  pointer-events: none;
  opacity: 0.1;
}
.vb-personalisation-layer .tools-section #color-tool ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 10px;
  scrollbar-width: thin;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .vb-personalisation-layer .tools-section #color-tool ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .vb-personalisation-layer .tools-section #color-tool ul::-webkit-scrollbar {
    display: none;
  }
}
.vb-personalisation-layer .tools-section #color-tool ul li button {
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  position: relative;
}
@media screen and (min-width: 767px) {
  .vb-personalisation-layer .tools-section #color-tool ul li button:hover {
    opacity: 0.5;
  }
}
.vb-personalisation-layer .tools-section #color-tool ul li button.selected::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #2d2a29;
  border-radius: 999px;
}
.vb-personalisation-layer .tools-section #color-tool ul li button.novalue {
  border: solid 2px #2d2a29;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  position: relative;
}
.vb-personalisation-layer .tools-section #color-tool ul li button.novalue::after {
  content: "";
  bottom: -7px;
}
.vb-personalisation-layer .tools-section #color-tool ul li button.novalue::before {
  content: "";
  background-color: #2d2a29;
  width: 100%;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.vb-personalisation-layer .tools-section #tool-font {
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.vb-personalisation-layer .tools-section #tool-font.inactif {
  pointer-events: none;
  opacity: 0.1;
}
.vb-personalisation-layer .tools-section #tool-font ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 10px;
  scrollbar-width: thin;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .vb-personalisation-layer .tools-section #tool-font ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .vb-personalisation-layer .tools-section #tool-font ul::-webkit-scrollbar {
    display: none;
  }
}
.vb-personalisation-layer .tools-section #tool-font ul li button {
  border-radius: 0;
  width: 50px;
  height: 40px;
  background: white;
  color: #2d2a29;
  font-size: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  position: relative;
}
@media screen and (min-width: 767px) {
  .vb-personalisation-layer .tools-section #tool-font ul li button:hover {
    opacity: 0.5;
  }
}
.vb-personalisation-layer .tools-section #tool-font ul li button.selected::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #2d2a29;
  border-radius: 999px;
}
.vb-personalisation-layer .tools-section #tool-font ul li button.novalue {
  margin-top: 2px;
  border: solid 2px #2d2a29;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  position: relative;
}
.vb-personalisation-layer .tools-section #tool-font ul li button.novalue::after {
  content: "";
  bottom: -7px;
}
.vb-personalisation-layer .tools-section #tool-font ul li button.novalue::before {
  content: "";
  background-color: #2d2a29;
  width: 100%;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.vb-personalisation-layer .tools-section #picto-tool {
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.vb-personalisation-layer .tools-section #picto-tool.inactif {
  pointer-events: none;
  opacity: 0.1;
}
.vb-personalisation-layer .tools-section #picto-tool ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 10px;
  scrollbar-width: thin;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .vb-personalisation-layer .tools-section #picto-tool ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .vb-personalisation-layer .tools-section #picto-tool ul::-webkit-scrollbar {
    display: none;
  }
}
.vb-personalisation-layer .tools-section #picto-tool ul li button {
  border-radius: 0;
  height: 32px;
  font-size: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 767px) {
  .vb-personalisation-layer .tools-section #picto-tool ul li button:hover {
    opacity: 0.5;
  }
}
.vb-personalisation-layer .tools-section #picto-tool ul li button img {
  height: 32px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button .picto-img {
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button .picto-img.picto-900 {
  background-image: url(picto-900.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 50px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button .picto-img.picto-901 {
  background-image: url(picto-901.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 32px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button .picto-img.picto-902 {
  background-image: url(picto-902.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 25px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button.selected::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #2d2a29;
  border-radius: 999px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button.novalue {
  border: solid 2px #2d2a29;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  position: relative;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button.novalue::after {
  content: "";
  bottom: -7px;
}
.vb-personalisation-layer .tools-section #picto-tool ul li button.novalue::before {
  content: "";
  background-color: #2d2a29;
  width: 100%;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.vb-personalisation-layer .add-to-cart-section {
  padding: 20px 10px;
}
@media screen and (max-width: 480px) {
  .vb-personalisation-layer .add-to-cart-section {
    padding: 10px;
  }
}
.vb-personalisation-layer .add-to-cart-section .add-personnalisation-to-cart-button {
  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;
}
.vb-personalisation-layer .add-to-cart-section .add-personnalisation-to-cart-button:disabled {
  background-color: #cfcfcf !important;
  color: white !important;
  pointer-events: none;
}
.vb-personalisation-layer .add-to-cart-section .add-personnalisation-to-cart-button:hover {
  color: #ffffff;
  background-color: #619370;
}

#ctl00_cphZoneActive_SelecteurProduitArticlePersoPictureSelector,
#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;
  }
}