/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/form-visual.scss ***!
  \********************************************************************************************************************************************/
:root {
  --fv-base-bg: #FFFFFF;
  --fv-base-color: #000000;
  --fv-primary-bg: #FF0099;
  --fv-primary-color: #FFFFFF;
  --fv-secondary-bg: #424242;
  --fv-secondary-color: #FFFFFF;
  --fv-border: #F5F5F5;
  --fv-border-hover: #0099CC;
  --fv-border-active: #FF0099;
  --fv-popin-bg: #f5f5f591;
  --fv-popin-spacing: 4px;
  --fv-price: #F09;
  --fv-cover-img: url(/img/liner/modele/default-rendu.png);
}

.form-visual {
  background-color: var(--fv-base-bg);
  color: var(--fv-base-color);
}
.form-visual .fv-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.fv-summary-wrapper {
  position: sticky;
  top: 0px;
  z-index: 10;
}

.fv-summary {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 10px;
  margin: 0;
  padding: 15px;
  background: var(--fv-base-bg);
  transition: height 2s ease-in-out;
}
.fv-summary .fv-summary-nav {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.fv-summary .fv-summary-nav.enabled {
  align-items: normal;
}
.fv-summary .fv-summary-nav .fv-selected {
  flex: 1 0 auto;
  border: 1px dashed black;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .fv-summary .fv-summary-nav .fv-selected {
    width: 25%;
    padding: 5px;
    margin: 5px;
  }
}
.fv-summary .fv-summary-nav .fv-selected .title.has-selection {
  display: none;
}
.fv-summary .fv-summary-nav .fv-selected .label-image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.fv-summary .fv-summary-nav .fv-selected .label-image .label {
  display: none;
  flex: 1 2 auto;
  text-align: left;
  margin: 0;
  padding: 4px 10px;
}
.fv-summary .fv-summary-nav .fv-selected .label-image .label li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 24px;
}
.fv-summary .fv-summary-nav .fv-selected .label-image .label li .material-icons {
  font-size: 20px;
}
.fv-summary .fv-summary-nav .fv-selected .label-image .label li:hover {
  cursor: pointer;
  color: var(--fv-primary-bg);
}
.fv-summary .fv-summary-nav .fv-selected .label-image .label li:hover svg {
  fill: var(--fv-primary-bg);
}
.fv-summary .fv-summary-nav .fv-selected .label-image .image {
  flex: 0 1 auto;
  padding: 10px;
  padding-bottom: 0;
}
.fv-summary .fv-summary-nav .fv-selected .label-image .image svg {
  width: 70px;
  height: 70px;
  fill: var(--fv-base-color);
}
.fv-summary .fv-summary-nav .fv-selected .label-image .image svg .highlight {
  fill: var(--fv-primary-bg);
}
.fv-summary .fv-summary-nav .fv-selected:not(.active):hover {
  cursor: pointer;
  border: 1px solid black;
}
.fv-summary .fv-summary-nav .fv-selected.active {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.fv-summary .fv-summary-nav .fv-selected.active:hover {
  border: 1px solid black;
}
.fv-summary .fv-summary-nav .fv-selected.active .title {
  display: none;
}
.fv-summary .fv-summary-nav .fv-selected.active .title.has-selection {
  display: block;
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--fv-primary-bg);
}
.fv-summary .fv-summary-nav .fv-selected.active .label-image .label {
  display: list-item;
  padding-top: 4px;
}
.fv-summary .fv-summary-action {
  flex: 0 1 auto;
  max-width: 20%;
  text-align: right;
}
.fv-summary .fv-summary-action .btn.summary {
  display: none;
}

.fv-result-devis-wrapper .fv-result,
.fv-result-wrapper .fv-result {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  text-align: center;
  background: var(--fv-base-bg);
  transition: height 2s ease-in-out;
}
.fv-result-devis-wrapper .fv-result .fv-title,
.fv-result-wrapper .fv-result .fv-title {
  margin: 1rem 0;
}
.fv-result-devis-wrapper .fv-result .fv-result-action,
.fv-result-wrapper .fv-result .fv-result-action {
  margin: 1rem 0;
}
.fv-result-devis-wrapper .fv-result .fv-price,
.fv-result-wrapper .fv-result .fv-price {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 24px;
  color: var(--fv-price);
}
.fv-result-devis-wrapper .fv-result-img,
.fv-result-wrapper .fv-result-img {
  margin-top: 20px;
}
.fv-result-devis-wrapper .fv-suggests,
.fv-result-wrapper .fv-suggests {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  text-align: center;
  background: var(--fv-base-bg);
  transition: height 2s ease-in-out;
}
.fv-result-devis-wrapper .fv-suggests .list-product,
.fv-result-wrapper .fv-suggests .list-product {
  display: flex; /* children : .product */
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 40px;
  gap: 10px;
}
.fv-result-devis-wrapper .fv-suggests .list-product .product-image img,
.fv-result-wrapper .fv-suggests .list-product .product-image img {
  margin: auto;
}
.fv-result-devis-wrapper .fv-suggests .list-product .product-title,
.fv-result-wrapper .fv-suggests .list-product .product-title {
  height: 40px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fv-result-devis-wrapper .fv-suggests .list-product .slick-arrow,
.fv-result-wrapper .fv-suggests .list-product .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: rgba(255, 255, 255, 0.7);
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 1em;
  z-index: 5;
  position: absolute;
  left: initial;
  top: calc(50% - 30px);
}
.fv-result-devis-wrapper .fv-suggests .list-product .slick-arrow.prev,
.fv-result-wrapper .fv-suggests .list-product .slick-arrow.prev {
  left: -5px !important;
}
.fv-result-devis-wrapper .fv-suggests .list-product .slick-arrow.next,
.fv-result-wrapper .fv-suggests .list-product .slick-arrow.next {
  right: -5px !important;
}

.fv-form.remodal,
.fv-form .modal-dialog {
  max-width: 100%;
  height: calc(100% - 20px);
  margin: 0;
}
@media screen and (max-width: 991px) {
  .fv-form.remodal {
    padding: 15px;
  }
  .fv-form.remodal .remodal-close {
    right: 0;
    top: 0px;
    background-color: #fff;
    z-index: 100;
  }
}
.fv-form .title {
  width: 100%;
  margin: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--fv-primary-bg);
  text-align: left;
}
.fv-form .fv-nav-wrapper {
  height: 100%;
  overflow-y: scroll;
  background-color: var(--fv-border);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .fv-form .fv-nav-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: flex-start;
    align-content: baseline;
    gap: 4px;
    padding: 15px;
  }
}
.fv-form .fv-nav-wrapper.show-cover {
  background-image: var(--fv-cover-img);
}
.fv-form .fv-nav-wrapper .fv-nav-popin {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex: 1 1 auto;
  max-width: 60%;
  max-height: 86vh;
}
@media screen and (max-width: 1440px) {
  .fv-form .fv-nav-wrapper .fv-nav-popin {
    max-width: 100%;
  }
}
.fv-form .fv-nav-wrapper .fv-nav-popin .fv-nav-primary {
  text-align: left;
  flex: 1 1 auto;
  max-width: 50%;
  background: var(--fv-popin-bg);
}
@media screen and (max-width: 769px) {
  .fv-form .fv-nav-wrapper .fv-nav-popin .fv-nav-primary {
    max-width: 100%;
  }
}
.fv-form .fv-nav-wrapper .fv-nav-popin .fv-nav-secondary {
  max-width: 50%;
  height: fit-content;
  text-align: left;
  flex: 1 1 auto;
  max-width: 50%;
  background: var(--fv-popin-bg);
}
@media screen and (max-width: 769px) {
  .fv-form .fv-nav-wrapper .fv-nav-popin .fv-nav-secondary {
    max-width: 100%;
  }
}
.fv-form .fv-nav-wrapper .fv-summary-wrapper {
  flex: 1 1 auto;
  width: 100%;
  background: var(--fv-popin-bg);
  padding: var(--fv-popin-spacing);
}
.fv-form .fv-nav-wrapper .fv-result-devis-wrapper,
.fv-form .fv-nav-wrapper .fv-result-wrapper {
  flex: 1 1 auto;
  width: 100%;
  background: var(--fv-popin-bg);
  padding: var(--fv-popin-spacing);
}
.fv-form .fv-dimension {
  background: var(--fv-popin-bg);
  padding: var(--fv-popin-spacing);
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .fv-form .fv-dimension {
    max-width: 100%;
  }
}
.fv-form .fv-dimension .fv-dimension-wrapper {
  flex: 1;
  max-width: 250px;
  padding: 15px;
  background-color: var(--fv-base-bg);
}
.fv-form .fv-dimension .fv-dimension-image {
  flex: 1 1 auto;
  max-width: calc(100% - 250px);
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  background: var(--fv-base-bg);
}
.fv-form .fv-dimension .fv-dimension-image .fv-dimension-legend {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .fv-form .fv-dimension .fv-dimension-image {
    max-width: 100%;
  }
}
.fv-form .fv-dimension .fv-dimension-image img {
  max-width: 600px;
  width: 100%;
}
.fv-form .fv-dimension label.label {
  display: block;
  text-align: left;
  margin: 10px 0 8px 0;
}
.fv-form .fv-dimension .action {
  margin-top: 10px;
}
.fv-form .fv-nav-popin-bar {
  flex: 1 0 auto;
  width: 100%;
  text-align: right;
}
.fv-form .fv-nav-popin-bar .btn {
  border-radius: none;
}

.fv-options {
  position: relative;
  margin: var(--fv-popin-spacing);
  background-color: var(--fv-base-bg);
  border: 3px solid var(--fv-border);
}
.fv-options:hover {
  border-color: var(--fv-border-hover);
}
.fv-options.active {
  border-color: var(--fv-border-active);
}
.fv-options .input {
  position: absolute;
  right: 5px;
  top: 5px;
}
.fv-options .flag {
  top: 0;
  left: 0px;
  position: absolute;
  display: block;
  padding: 5px;
  font-size: 0.8rem;
  margin-top: 0;
  background-color: #FF0099 !important;
  color: #fff;
  line-height: 1;
}
.fv-options .label {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px;
}
.fv-options .label:hover {
  cursor: pointer;
}
.fv-options .label .image {
  flex: 0 0 auto;
  width: 120px;
}
.fv-options .label .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv-options .label .text {
  flex: 1 1 auto;
  margin-top: 10px;
}

.fv-nav-primary[data-step="1"] .fv-options .label {
  flex-flow: row nowrap;
}
.fv-nav-primary[data-step="1"] .fv-options .label .image {
  width: 70px;
}
.fv-nav-primary[data-step="1"] .fv-options .label .image img {
  max-width: 70px;
}

@media screen and (min-width: 770px) {
  .fv-nav-secondary[data-step="1"] {
    max-width: 150px !important;
  }
}
.fv-nav-secondary[data-step="1"] .fv-options label .image,
.fv-nav-secondary[data-step="1"] .fv-options label .text {
  display: block;
  width: 100%;
  text-align: center;
}
.fv-nav-secondary[data-step="1"] .fv-options label .image img {
  width: 120px;
  height: 120px;
}

@media screen and (min-width: 770px) {
  .fv-nav-primary[data-step="2"] {
    max-width: 350px !important;
  }
}
.fv-nav-primary[data-step="2"] .fv-options .label .image {
  width: 150px;
  height: 100px;
}

@media screen and (min-width: 770px) {
  .fv-nav-secondary[data-step="2"] {
    max-width: 350px !important;
  }
}
.fv-nav-secondary[data-step="2"] .fv-options label {
  flex-wrap: wrap !important;
}
.fv-nav-secondary[data-step="2"] .fv-options label .image {
  width: 200px;
  height: 100px;
}

@media screen and (min-width: 770px) {
  .fv-nav-primary[data-step="3"] {
    max-width: 250px !important;
  }
}
.fv-nav-primary[data-step="3"] .fv-options .label {
  flex-wrap: wrap !important;
}
.fv-nav-primary[data-step="3"] .fv-options .label .image {
  width: 150px;
  height: 100px;
}
.fv-nav-primary[data-step="3"] .fv-options .label .image,
.fv-nav-primary[data-step="3"] .fv-options .label .text {
  display: block;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 770px) {
  .fv-nav-secondary[data-step="3"] {
    max-width: 250px !important;
  }
}
.fv-nav-secondary[data-step="3"] .fv-options label {
  flex-wrap: wrap !important;
}
.fv-nav-secondary[data-step="3"] .fv-options label .image {
  width: 150px;
  height: 100px;
}
.fv-nav-secondary[data-step="3"] .fv-options label .image,
.fv-nav-secondary[data-step="3"] .fv-options label .text {
  display: block;
  margin: auto;
  text-align: center;
}

.fv-form .fv-nav-wrapper[data-state=initalize] .fv-result-devis-wrapper,
.fv-form .fv-nav-wrapper[data-state=initalize] .fv-result-wrapper,
.fv-form .fv-nav-wrapper[data-state=edit] .fv-result-devis-wrapper,
.fv-form .fv-nav-wrapper[data-state=edit] .fv-result-wrapper {
  display: none;
}
.fv-form .fv-nav-wrapper[data-state=devis] .fv-result-devis-wrapper {
  display: block;
}
.fv-form .fv-nav-wrapper[data-state=devis] .fv-result-wrapper {
  display: none;
}
.fv-form .fv-nav-wrapper[data-state=submit] {
  justify-content: center;
}
.fv-form .fv-nav-wrapper[data-state=submit] .fv-result-wrapper {
  display: block;
}
.fv-form .fv-nav-wrapper[data-state=submit] .fv-result-devis-wrapper,
.fv-form .fv-nav-wrapper[data-state=submit] .fv-summary-action {
  display: none;
}
.fv-form .fv-nav-primary,
.fv-form .fv-nav-secondary {
  display: none;
}
.fv-form .fv-nav-primary.show,
.fv-form .fv-nav-secondary.show {
  display: block;
  animation: fadeIn 1s;
}
.fv-form .fv-dimension {
  display: none;
}
.fv-form .fv-dimension.show {
  display: flex;
  flex-flow: row wrap;
  animation: fadeIn 1s;
}

@media screen and (max-width: 992px) {
  .fv-form .fv-nav-wrapper .fv-nav-popin {
    max-width: inherit;
  }
  /* .fv-summary .fv-summary-nav .fv-selected {
  	width: auto;
  } */
}
@media screen and (max-width: 769px) {
  .remodal-wrapper {
    padding: 0 10px !important;
  }
  .remodal-close {
    width: 30px;
    height: 30px;
  }
  .fv-form.remodal {
    padding: 5px;
  }
  .fv-summary {
    background-color: transparent !important;
    padding: 30px 5px 10px;
  }
  .fv-summary .fv-summary-action {
    flex: 1 1 auto;
    max-width: inherit;
    text-align: center;
  }
  .fv-summary .fv-summary-action .btn.summary {
    display: inline-block;
  }
  .fv-summary .fv-summary-nav {
    width: 100%;
    flex-wrap: nowrap;
    margin-left: -5px;
  }
  .fv-summary .fv-summary-nav .fv-selected {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: auto;
    margin-left: 5px;
    width: calc(33.3333333333% - 5px);
  }
  .fv-summary .fv-summary-nav .fv-selected .image {
    padding: 3px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fv-summary .fv-summary-nav .fv-selected .image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .fv-summary .fv-summary-nav .fv-selected .title,
  .fv-summary .fv-summary-nav .fv-selected .label-image .label, .fv-summary .fv-summary-nav .fv-selected.active .label-image .label {
    display: none;
    margin: 0;
    padding: 4px 0;
  }
  .fv-summary .fv-summary-nav .fv-selected .label-image {
    flex-direction: column;
  }
  .fv-summary .fv-summary-nav .fv-selected .label-selection {
    display: none;
  }
  .fv-summary .fv-summary-nav .fv-selected .label li {
    flex-wrap: wrap;
  }
  .fv-summary.mobile-open .fv-summary-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .fv-summary.mobile-open .fv-summary-nav .fv-selected {
    justify-content: start;
  }
  .fv-summary.mobile-open .fv-summary-nav .fv-selected .title.has-selection {
    display: inherit;
    padding: 0 2px;
  }
  .fv-summary.mobile-open .fv-summary-nav .fv-selected .label-image .label, .fv-summary.mobile-open .fv-summary-nav .fv-selected.active .label-image .label {
    display: list-item;
    font-size: 0.7475rem;
  }
  .fv-summary.mobile-open .fv-summary-nav .fv-selected .label-image .label li, .fv-summary.mobile-open .fv-summary-nav .fv-selected.active .label-image .label li {
    line-height: 18px !important;
  }
  .fv-form .fv-dimension .fv-dimension-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .fv-form .fv-dimension .fv-dimension-wrapper input {
    min-width: 150px;
    max-width: 100%;
  }
  .fv-form .wrp-fv-dimension-form .field {
    display: flex;
    justify-items: end;
    justify-content: space-between;
  }
  .fv-form .fv-nav-wrapper {
    padding: 0px;
    background-size: cover;
    background-position: center;
  }
  .fv-form .fv-nav-wrapper .fv-nav-popin {
    max-width: inherit;
  }
  .fv-form .fv-nav-wrapper .fv-nav-secondary {
    order: -1;
  }
  .fv-form .fv-dimension .fv-dimension-image {
    justify-content: center;
    max-width: inherit;
    height: auto;
    order: -1;
  }
  .fv-result-wrapper .fv-result .fv-result-desc {
    text-align: justify;
  }
  .fv-result-wrapper .fv-suggests .list-product {
    margin: 20px 0;
  }
  #ReloadLiner {
    margin-top: 20px;
  }
}
#product .product-actions .form-visual {
  background-color: #e6e6e6 !important;
}

.fv-form.remodal input.error {
  border: 1px solid red;
}

.fv-result p strong {
  color: #FF0099;
}

@media screen and (max-width: 360px) {
  .fv-form.remodal, .fv-form .modal-dialog {
    max-width: none;
    padding: 4px;
  }
  .fv-summary .fv-summary-nav .fv-selected {
    flex: 1 1 auto;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=form-visual.css.map*/