section#demande-devis {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#demande-devis div.left-product {
  flex: 0 0 45%;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  section#demande-devis div.left-product {
    flex: 1 0 100%;
    width: 100%;
    order: 2;
  }
}
section#demande-devis div.left-product div.slideshow {
  margin-bottom: 30px;
}
section#demande-devis div.left-product div.slideshow div.right-main div.img-sizer {
  position: relative;
  background-color: white;
  padding-bottom: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  section#demande-devis div.left-product div.slideshow div.right-main div.img-sizer {
    padding-bottom: 65%;
  }
}
section#demande-devis div.left-product div.slideshow div.right-main div.img-sizer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#demande-devis div.left-product div.slideshow div.left-nav {
  margin-top: 20px;
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.swiper-slide {
  width: 100px;
  height: 100px;
  background-color: white;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.swiper-slide {
    width: 80px;
    height: 80px;
  }
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.swiper-slide.selected {
  border: 3px solid var(--e-global-color-primary);
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.pagination {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  z-index: 1;
  pointer-events: none;
  margin: 0;
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.pagination span {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid var(--e-global-color-primary);
  height: 100%;
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.pagination span.prev svg {
  transform: rotate(-90deg);
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.pagination span.next {
  margin-top: 0;
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.pagination span.next svg {
  transform: rotate(-90deg);
}
section#demande-devis div.left-product div.slideshow div.left-nav div.swiper div.pagination span.swiper-button-disabled {
  opacity: 0;
}
section#demande-devis div.left-product h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  section#demande-devis div.left-product h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
section#demande-devis div.left-product div.short_description a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
section#demande-devis div.left-product div.short_description a:hover {
  color: var(--e-global-color-text);
}
section#demande-devis div.left-product div.short_description p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.6);
}
section#demande-devis div.left-product div.short_description ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
section#demande-devis div.left-product div.short_description ul li {
  margin: 0 0 10px;
}
section#demande-devis div.left-product div.short_description ul li:before {
  margin-right: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.594' height='13.945' viewBox='0 0 18.594 13.945'%3E%3Cpath id='Path_84392' data-name='Path 84392' d='M34.324,52.648,32,54.973l6.973,6.973L50.594,50.324,48.27,48l-9.3,9.3Z' transform='translate(-32 -48)' fill='%23ff6601' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
section#demande-devis div.left-product div.short_description ul li:last-child {
  margin-bottom: 0;
}
section#demande-devis div.right-form {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  section#demande-devis div.right-form {
    flex: 1 0 100%;
    order: 1;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  section#demande-devis div.right-form {
    margin-bottom: 30px;
  }
}
section#demande-devis div.right-form form {
  background-color: white;
  padding: 50px 30px;
  border-radius: 10px;
  width: 100%;
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 1;
}
section#demande-devis div.right-form form h1 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
section#demande-devis div.right-form form p {
  margin-bottom: 30px;
}
section#demande-devis div.right-form form div.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
section#demande-devis div.right-form form div.row input[type=text],
section#demande-devis div.right-form form div.row input[type=email],
section#demande-devis div.right-form form div.row input[type=tel],
section#demande-devis div.right-form form div.row textarea {
  flex: 1;
  border: 0;
  border-radius: 10px;
  background-color: var(--e-global-color-accent);
  font-size: 14px;
  font-weight: 500;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  section#demande-devis div.right-form form div.row input[type=text],
  section#demande-devis div.right-form form div.row input[type=email],
  section#demande-devis div.right-form form div.row input[type=tel],
  section#demande-devis div.right-form form div.row textarea {
    flex: 1 0 100%;
  }
}
section#demande-devis div.right-form form div.row label:has(input[type=number]) {
  flex: 1;
  border: 0;
  border-radius: 10px;
  background-color: var(--e-global-color-accent);
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section#demande-devis div.right-form form div.row label:has(input[type=number]) {
    flex: 1 0 100%;
  }
}
section#demande-devis div.right-form form div.row label:has(input[type=number]) button.option-remove-row {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--e-global-color-primary);
  background-color: white;
  color: var(--e-global-color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease-out;
}
section#demande-devis div.right-form form div.row label:has(input[type=number]) button.option-remove-row:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}
section#demande-devis div.right-form form div.row label:has(input[type=number]) input[type=number] {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 50px;
  margin-left: 0;
  padding-left: 10px;
  font-size: 19px;
  font-weight: 600;
  color: black;
  background-color: white;
}
section#demande-devis div.right-form form div.row label:has(input[type=number]) input[type=number]::-webkit-inner-spin-button, section#demande-devis div.right-form form div.row label:has(input[type=number]) input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
section#demande-devis div.right-form form div.row button[type=submit] {
  border: 0;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: var(--e-global-color-primary);
  color: white;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s ease-out;
  gap: 10px;
  margin-left: auto;
}
section#demande-devis div.right-form form div.row button[type=submit]:hover {
  border: 1px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  background-color: white;
}
section#demande-devis div.right-form form div.row button[type=submit].loading {
  opacity: 0.7;
  pointer-events: none;
}
section#demande-devis div.right-form form div.row div.form-message {
  flex: 1 0 100%;
  font-size: 14px;
  font-weight: 600;
  color: #1b4332;
}
section#demande-devis div.right-form form div.row div.form-message.error {
  color: #b00020;
}
section#demande-devis div.right-form form div.row div.form-message.success {
  color: #1b4332;
}
section#demande-devis div.right-form form div.row div.dropdown {
  flex: 1;
  position: relative;
  z-index: 1;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected {
  position: relative;
  border-radius: 10px;
  background-color: var(--e-global-color-accent);
  font-size: 14px;
  font-weight: 500;
  padding: 20px 25px;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected div.selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected div.selected span.none {
  color: rgba(20, 20, 20, 0.5);
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected div.selected span.option {
  flex: none;
  border: 1px solid var(--e-global-color-primary);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: white;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected div.selected span.option span.label {
  line-height: 1;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected div.selected span.option button.option-remove {
  border: 0;
  background-color: transparent;
  color: var(--e-global-color-primary);
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s ease-out;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected div.selected span.option button.option-remove:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-selected svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content {
  display: none;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  transform: translateY(10px);
  position: absolute;
  left: 0;
  border-radius: 10px;
  padding: 15px 0;
  background-color: white;
  max-height: 350px;
  overflow-y: scroll;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content span {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content span svg {
  display: none;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content span.selected {
  background-color: rgba(255, 102, 1, 0.1);
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content span.selected svg {
  display: block;
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content span:hover {
  background-color: var(--e-global-color-accent);
}
section#demande-devis div.right-form form div.row div.dropdown div.dropdown-content.open {
  display: flex;
  visibility: visible;
  pointer-events: all;
}
section#demande-devis div.right-form form div.row.hidden {
  display: none;
  visibility: hidden;
}
