@font-face {
  font-family: "Prata";
  src: url("../fonts/Prata-Regular.ttf") format("truetype");
}
#detach-button-host {
  display: none !important;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
  font-weight: 100;
  background-color: #fff;
  color: #616161;
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 10px -10px #c0c0c0;
  box-shadow: 0px 9px 10px -10px #c0c0c0;
}
header .hamburger-inner,
header .hamburger-inner:after,
header .hamburger-inner:before {
  background-color: #F6AE99 !important;
}

.container {
  max-width: 80rem;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

/* Animation */
.scroll-animate,
.noscroll-animate {
  opacity: 0;
}

/* Instafeed */
#instafeed a {
  height: 280px;
}
#instafeed a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Theme */
body.mode-vert h1,
body.mode-vert a,
body.mode-vert select,
body.mode-vert .steps .step {
  color: #c4df9b;
}
body.mode-vert .button:not(.button--previous),
body.mode-vert .bubble-bandeau,
body.mode-vert .shop-cart__info,
body.mode-vert .hamburger-inner,
body.mode-vert .hamburger-inner:after,
body.mode-vert .hamburger-inner:before {
  color: #fff;
  background-color: #c4df9b !important;
}
body.mode-vert textarea,
body.mode-vert .button-border,
body.mode-vert select, body.mode-vert #customFontSelect, body.mode-vert #customColorSelect,
body.mode-vert .custom-select.open .list-container,
body.mode-vert .embrodery-text,
body.mode-vert .radio-color,
body.mode-vert .information img,
body.mode-vert input[type=checkbox]:before,
body.mode-vert input[type=number],
body.mode-vert input[type=text],
body.mode-vert input[type=email],
body.mode-vert input[type=file],
body.mode-vert input[type=tel] {
  border: 4px solid #c4df9b !important;
}
body.mode-vert .shop-resume-list__article,
body.mode-vert .steps .step.active {
  border-bottom: 4px solid #c4df9b;
}
body.mode-vert .stitch-effect:before {
  background: repeating-linear-gradient(90deg, #c4df9b, #c4df9b 10%, transparent 10%, transparent 20%);
}
body.mode-jaune h1,
body.mode-jaune a,
body.mode-jaune select,
body.mode-jaune .steps .step {
  color: #F6AE99;
}
body.mode-jaune .button:not(.button--previous),
body.mode-jaune .bubble-bandeau,
body.mode-jaune .shop-cart__info,
body.mode-jaune .hamburger-inner,
body.mode-jaune .hamburger-inner:after,
body.mode-jaune .hamburger-inner:before {
  color: #fff;
  background-color: #F6AE99 !important;
}
body.mode-jaune textarea,
body.mode-jaune .button-border,
body.mode-jaune select, body.mode-jaune #customFontSelect, body.mode-jaune #customColorSelect,
body.mode-jaune .custom-select.open .list-container,
body.mode-jaune .embrodery-text,
body.mode-jaune .radio-color,
body.mode-jaune .information img,
body.mode-jaune input[type=checkbox]:before,
body.mode-jaune input[type=number],
body.mode-jaune input[type=text],
body.mode-jaune input[type=email],
body.mode-jaune input[type=file],
body.mode-jaune input[type=tel] {
  border: 4px solid #F6AE99 !important;
}
body.mode-jaune .shop-resume-list__article,
body.mode-jaune .steps .step.active {
  border-bottom: 4px solid #F6AE99;
}
body.mode-jaune .stitch-effect:before {
  background: repeating-linear-gradient(90deg, #F6AE99, #F6AE99 10%, transparent 10%, transparent 20%);
}
body.mode-violet h1,
body.mode-violet a,
body.mode-violet select,
body.mode-violet .steps .step {
  color: #a287be;
}
body.mode-violet .button:not(.button--previous),
body.mode-violet .bubble-bandeau,
body.mode-violet .shop-cart__info,
body.mode-violet .hamburger-inner,
body.mode-violet .hamburger-inner:after,
body.mode-violet .hamburger-inner:before {
  color: #fff;
  background-color: #a287be !important;
}
body.mode-violet textarea,
body.mode-violet .button-border,
body.mode-violet select, body.mode-violet #customFontSelect, body.mode-violet #customColorSelect,
body.mode-violet .custom-select.open .list-container,
body.mode-violet .embrodery-text,
body.mode-violet .radio-color,
body.mode-violet .information img,
body.mode-violet input[type=checkbox]:before,
body.mode-violet input[type=number],
body.mode-violet input[type=text],
body.mode-violet input[type=email],
body.mode-violet input[type=file],
body.mode-violet input[type=tel] {
  border: 4px solid #a287be !important;
}
body.mode-violet .shop-resume-list__article,
body.mode-violet .steps .step.active {
  border-bottom: 4px solid #a287be;
}
body.mode-violet .stitch-effect:before {
  background: repeating-linear-gradient(90deg, #a287be, #a287be 10%, transparent 10%, transparent 20%);
}

.background-pastel {
  background-color: #f8f8f8;
}

/* Text */
h1 {
  font-size: 5rem;
}

h1,
h2,
a {
  font-family: "Prata" !important;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Form */
.button,
.button-border.button-border--selected {
  color: #fff;
  padding: 14px 20px;
  transition: opacity 0.2s;
}
.button:disabled,
.button-border.button-border--selected:disabled {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  opacity: 0.7;
}

.button-border {
  transition: opacity 0.2s;
  padding: 14px 20px;
}

.button:not(:disabled):hover,
.button-border:not(:disabled):hover {
  cursor: pointer;
  transform: scale(1.01);
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right;
  border-radius: 0;
  background-color: #fff;
  padding: 10px 20px;
  outline: none;
  position: relative;
}
select:hover {
  cursor: pointer;
}

#customFontSelect .selected {
  padding: 10px !important;
}
#customFontSelect .list-container__item {
  padding: 5px 10px;
}

#customColorSelect .selected img {
  margin-right: 10px;
}

textarea,
input[type=text],
input[type=file],
input[type=email],
input[type=tel] {
  padding: 20px;
}

input[type=number] {
  padding: 5px 20px;
}

.button,
.button-border,
select, #customFontSelect, #customColorSelect,
input,
textarea {
  border-radius: 7px;
}

.button--previous {
  background-color: transparent !important;
  color: #616161 !important;
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  vertical-align: middle;
}

input[type=checkbox]:before {
  font-family: inherit;
  content: "x";
  font-size: 25px;
  color: transparent !important;
  display: block;
  width: 25px;
  height: 25px;
  padding-left: 3px;
  line-height: 14px;
}

input[type=checkbox]:checked:before {
  color: #616161 !important;
}

/* Stitch effect */
.stitch-effect {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 10px;
}
.stitch-effect:after, .stitch-effect:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0%;
  display: inline-block;
  min-width: 120px;
  width: 100%;
  height: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition-timing-function: linear;
}
.stitch-effect:after {
  background-color: #fff;
}
.stitch-effect:before {
  background: repeating-linear-gradient(90deg, #F6AE99, #F6AE99 10%, transparent 10%, transparent 20%);
}
.stitch-effect:hover {
  cursor: pointer;
  opacity: 1;
}
.stitch-effect:hover:after {
  left: 100%;
}

/* Message status */
.alert {
  padding: 5px 10px;
  border-radius: 7px;
}
.alert.alert--error {
  background-color: #FFF2F2;
  color: #F47C7C;
  border: 2px solid #FAD4D4;
}
.alert.alert--success {
  background-color: #f7fae2;
  color: #4E944F;
  border: 2px solid #B4E197;
}

/* Modal */
.modal {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

.modal.show-modal {
  display: inline-block;
}

.modal-content__text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal-content__exit {
  padding: 14px 20px;
  transition: opacity 0.2s;
  color: #fff;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

.modal-content__exit:hover {
  cursor: pointer;
  transform: scale(1.01);
}

/* Bubble bandeau */
.bubble-bandeau {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
}

/* Home */
#home svg path {
  fill: #F6AE99;
}

/* Slideshow */
.shop-slideshow .shop-slideshow__container {
  aspect-ratio: 1;
}
.shop-slideshow .shop-slideshow__container .shop-slideshow__img {
  overflow: hidden;
  display: none;
}
.shop-slideshow .shop-slideshow__container .shop-slideshow__img.is-active {
  display: inline-block;
}

/* Shop */
.radio-color {
  border-radius: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.radio-color:hover {
  cursor: pointer;
}
.radio-color:after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100%;
  left: 3px;
  top: 3px;
  content: "";
  display: inline-block;
  visibility: visible;
  position: relative;
}
.radio-color.radio-color--img:after {
  background-image: var(--radio-color-bg-img);
  background-size: cover;
  top: 0px;
}
.radio-color:not(.radio-color--img):after {
  background-color: var(--radio-color-bg);
}
.radio-color:checked:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  content: "";
  border: 4px solid #616161;
}

.shop-cart__info {
  height: 10px;
  width: 10px;
}

.shop-addedToYourCart {
  position: fixed;
  bottom: 20px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  background-color: #616161;
  color: #fff;
  border-radius: 7px;
  padding: 10px 20px;
  transition: 0.2s all;
  opacity: 1;
}
.shop-addedToYourCart.hide {
  bottom: -200px;
  opacity: 0;
}

.shop-resume-list__article .shop-resume-list__article-color {
  background-color: var(--color-bg);
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 100%;
  transform: translateY(4px);
}

.shop-payment-part_checkbox p {
  margin-left: 40px;
  transform: translateY(-25px);
}

/* Shop custom */
.steps .step {
  font-family: "Prata" !important;
  padding: 10px 20px;
  border-radius: 7px;
  opacity: 0.5;
}
.steps .step.active {
  opacity: 1;
}

.sc-product-zoom {
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  border: 3px dashed #616161;
}

#sc-preview {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.5s ease; /* animation douce */
  transform-origin: center center; /* important */
}

.sc-product-preview {
  position: relative;
  overflow: hidden;
}

/* CTE */
.embrodery-text {
  background-color: rgba(255, 255, 255, 0.9);
}

#cte-result-preview_text {
  white-space: pre-wrap;
  overflow: hidden;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-kerning: none;
}

#cte-result-preview {
  overflow: hidden;
}

.cart-product-preview-view,
.sc-product-preview-view {
  font-weight: 500;
}

/* Cookie */
#cookie {
  background-color: #fff;
  color: #616161;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0);
}

#cookie button {
  border: 2px solid #616161;
}

#cookie button:hover {
  background-color: #fff;
  color: #616161;
}

/* Loading */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 999;
}
.loading .loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .loading__content .loading__content-spinner {
  border: 5px dashed transparent;
  border-radius: 50%;
  border-top: 5px dashed #616161;
  border-bottom: 5px dashed #616161;
  border-left: 5px dashed #616161;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

/*# sourceMappingURL=style-frontend.css.map */
