@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora|Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
/* SOMFY */
/* SOCIALS */
.somfy {
  /*!
   * Bootstrap v4.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
.somfy :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.somfy *,
.somfy *::before,
.somfy *::after {
  box-sizing: border-box;
}
.somfy html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.somfy article, .somfy aside, .somfy figcaption, .somfy figure, .somfy footer, .somfy header, .somfy hgroup, .somfy main, .somfy nav, .somfy section {
  display: block;
}
.somfy body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.somfy [tabindex="-1"]:focus {
  outline: 0 !important;
}
.somfy hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.somfy h1, .somfy h2, .somfy h3, .somfy h4, .somfy h5, .somfy h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.somfy p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.somfy abbr[title],
.somfy abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.somfy address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.somfy ol,
.somfy ul,
.somfy dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.somfy ol ol,
.somfy ul ul,
.somfy ol ul,
.somfy ul ol {
  margin-bottom: 0;
}
.somfy dt {
  font-weight: 700;
}
.somfy dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.somfy blockquote {
  margin: 0 0 1rem;
}
.somfy dfn {
  font-style: italic;
}
.somfy b,
.somfy strong {
  font-weight: bolder;
}
.somfy small {
  font-size: 80%;
}
.somfy sub,
.somfy sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.somfy sub {
  bottom: -.25em;
}
.somfy sup {
  top: -.5em;
}
.somfy a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.somfy a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.somfy a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.somfy a:not([href]):not([tabindex]):hover, .somfy a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.somfy a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.somfy pre,
.somfy code,
.somfy kbd,
.somfy samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.somfy pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.somfy figure {
  margin: 0 0 1rem;
}
.somfy img {
  vertical-align: middle;
  border-style: none;
}
.somfy svg {
  overflow: hidden;
  vertical-align: middle;
}
.somfy table {
  border-collapse: collapse;
}
.somfy caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.somfy th {
  text-align: inherit;
}
.somfy label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.somfy button {
  border-radius: 0;
}
.somfy button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.somfy input,
.somfy button,
.somfy select,
.somfy optgroup,
.somfy textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.somfy button,
.somfy input {
  overflow: visible;
}
.somfy button,
.somfy select {
  text-transform: none;
}
.somfy button,
.somfy html [type="button"],
.somfy [type="reset"],
.somfy [type="submit"] {
  -webkit-appearance: button;
}
.somfy button::-moz-focus-inner,
.somfy [type="button"]::-moz-focus-inner,
.somfy [type="reset"]::-moz-focus-inner,
.somfy [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.somfy input[type="radio"],
.somfy input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.somfy input[type="date"],
.somfy input[type="time"],
.somfy input[type="datetime-local"],
.somfy input[type="month"] {
  -webkit-appearance: listbox;
}
.somfy textarea {
  overflow: auto;
  resize: vertical;
}
.somfy fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.somfy legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.somfy progress {
  vertical-align: baseline;
}
.somfy [type="number"]::-webkit-inner-spin-button,
.somfy [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.somfy [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.somfy [type="search"]::-webkit-search-cancel-button,
.somfy [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.somfy ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.somfy output {
  display: inline-block;
}
.somfy summary {
  display: list-item;
  cursor: pointer;
}
.somfy template {
  display: none;
}
.somfy [hidden] {
  display: none !important;
}
.somfy h1, .somfy h2, .somfy h3, .somfy h4, .somfy h5, .somfy h6,
.somfy .h1, .somfy .h2, .somfy .h3, .somfy .h4, .somfy .h5, .somfy .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.somfy h1, .somfy .h1 {
  font-size: 2.5rem;
}
.somfy h2, .somfy .h2 {
  font-size: 2rem;
}
.somfy h3, .somfy .h3 {
  font-size: 1.75rem;
}
.somfy h4, .somfy .h4 {
  font-size: 1.5rem;
}
.somfy h5, .somfy .h5 {
  font-size: 1.25rem;
}
.somfy h6, .somfy .h6 {
  font-size: 1rem;
}
.somfy .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.somfy .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.somfy .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.somfy .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.somfy .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.somfy hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.somfy small,
.somfy .small {
  font-size: 80%;
  font-weight: 400;
}
.somfy mark,
.somfy .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.somfy .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.somfy .list-inline {
  padding-left: 0;
  list-style: none;
}
.somfy .list-inline-item {
  display: inline-block;
}
.somfy .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.somfy .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.somfy .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.somfy .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.somfy .blockquote-footer::before {
  content: "\2014 \00A0";
}
.somfy .img-fluid {
  max-width: 100%;
  height: auto;
}
.somfy .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.somfy .figure {
  display: inline-block;
}
.somfy .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.somfy .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.somfy code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > .somfy code {
  color: inherit;
}
.somfy kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.somfy kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.somfy pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.somfy pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.somfy .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.somfy .container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .somfy .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .somfy .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .somfy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .somfy .container {
    max-width: 1168px;
  }
}
.somfy .container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.somfy .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.somfy .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.somfy .no-gutters > .col,
.somfy .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.somfy .col-1, .somfy .col-2, .somfy .col-3, .somfy .col-4, .somfy .col-5, .somfy .col-6, .somfy .col-7, .somfy .col-8, .somfy .col-9, .somfy .col-10, .somfy .col-11, .somfy .col-12, .somfy .col,
.somfy .col-auto, .somfy .col-sm-1, .somfy .col-sm-2, .somfy .col-sm-3, .somfy .col-sm-4, .somfy .col-sm-5, .somfy .col-sm-6, .somfy .col-sm-7, .somfy .col-sm-8, .somfy .col-sm-9, .somfy .col-sm-10, .somfy .col-sm-11, .somfy .col-sm-12, .somfy .col-sm,
.somfy .col-sm-auto, .somfy .col-md-1, .somfy .col-md-2, .somfy .col-md-3, .somfy .product_slider .list_products:not(.slick-initialized) .product_item, .somfy .col-md-4, .somfy .col-md-5, .somfy .col-md-6, .somfy .col-md-7, .somfy .col-md-8, .somfy .col-md-9, .somfy .col-md-10, .somfy .col-md-11, .somfy .col-md-12, .somfy .col-md,
.somfy .col-md-auto, .somfy .col-lg-1, .somfy .col-lg-2, .somfy .col-lg-3, .somfy .col-lg-4, .somfy .col-lg-5, .somfy .col-lg-6, .somfy .col-lg-7, .somfy .col-lg-8, .somfy .col-lg-9, .somfy .col-lg-10, .somfy .col-lg-11, .somfy .col-lg-12, .somfy .col-lg,
.somfy .col-lg-auto, .somfy .col-xl-1, .somfy .col-xl-2, .somfy .col-xl-3, .somfy .col-xl-4, .somfy .col-xl-5, .somfy .col-xl-6, .somfy .col-xl-7, .somfy .col-xl-8, .somfy .col-xl-9, .somfy .col-xl-10, .somfy .col-xl-11, .somfy .col-xl-12, .somfy .col-xl,
.somfy .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.somfy .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.somfy .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.somfy .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.somfy .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.somfy .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.somfy .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.somfy .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.somfy .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.somfy .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.somfy .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.somfy .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.somfy .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.somfy .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.somfy .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.somfy .order-first {
  order: -1;
}
.somfy .order-last {
  order: 13;
}
.somfy .order-0 {
  order: 0;
}
.somfy .order-1 {
  order: 1;
}
.somfy .order-2 {
  order: 2;
}
.somfy .order-3 {
  order: 3;
}
.somfy .order-4 {
  order: 4;
}
.somfy .order-5 {
  order: 5;
}
.somfy .order-6 {
  order: 6;
}
.somfy .order-7 {
  order: 7;
}
.somfy .order-8 {
  order: 8;
}
.somfy .order-9 {
  order: 9;
}
.somfy .order-10 {
  order: 10;
}
.somfy .order-11 {
  order: 11;
}
.somfy .order-12 {
  order: 12;
}
.somfy .offset-1 {
  margin-left: 8.3333333333%;
}
.somfy .offset-2 {
  margin-left: 16.6666666667%;
}
.somfy .offset-3 {
  margin-left: 25%;
}
.somfy .offset-4 {
  margin-left: 33.3333333333%;
}
.somfy .offset-5 {
  margin-left: 41.6666666667%;
}
.somfy .offset-6 {
  margin-left: 50%;
}
.somfy .offset-7 {
  margin-left: 58.3333333333%;
}
.somfy .offset-8 {
  margin-left: 66.6666666667%;
}
.somfy .offset-9 {
  margin-left: 75%;
}
.somfy .offset-10 {
  margin-left: 83.3333333333%;
}
.somfy .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .somfy .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .somfy .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .somfy .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .somfy .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .somfy .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .somfy .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .somfy .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .somfy .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .somfy .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .somfy .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .somfy .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .somfy .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .somfy .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .somfy .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .somfy .order-sm-first {
    order: -1;
  }
  .somfy .order-sm-last {
    order: 13;
  }
  .somfy .order-sm-0 {
    order: 0;
  }
  .somfy .order-sm-1 {
    order: 1;
  }
  .somfy .order-sm-2 {
    order: 2;
  }
  .somfy .order-sm-3 {
    order: 3;
  }
  .somfy .order-sm-4 {
    order: 4;
  }
  .somfy .order-sm-5 {
    order: 5;
  }
  .somfy .order-sm-6 {
    order: 6;
  }
  .somfy .order-sm-7 {
    order: 7;
  }
  .somfy .order-sm-8 {
    order: 8;
  }
  .somfy .order-sm-9 {
    order: 9;
  }
  .somfy .order-sm-10 {
    order: 10;
  }
  .somfy .order-sm-11 {
    order: 11;
  }
  .somfy .order-sm-12 {
    order: 12;
  }
  .somfy .offset-sm-0 {
    margin-left: 0;
  }
  .somfy .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .somfy .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .somfy .offset-sm-3 {
    margin-left: 25%;
  }
  .somfy .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .somfy .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .somfy .offset-sm-6 {
    margin-left: 50%;
  }
  .somfy .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .somfy .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .somfy .offset-sm-9 {
    margin-left: 75%;
  }
  .somfy .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .somfy .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .somfy .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .somfy .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .somfy .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .somfy .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .somfy .col-md-3, .somfy .product_slider .list_products:not(.slick-initialized) .product_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .somfy .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .somfy .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .somfy .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .somfy .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .somfy .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .somfy .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .somfy .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .somfy .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .somfy .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .somfy .order-md-first {
    order: -1;
  }
  .somfy .order-md-last {
    order: 13;
  }
  .somfy .order-md-0 {
    order: 0;
  }
  .somfy .order-md-1 {
    order: 1;
  }
  .somfy .order-md-2 {
    order: 2;
  }
  .somfy .order-md-3 {
    order: 3;
  }
  .somfy .order-md-4 {
    order: 4;
  }
  .somfy .order-md-5 {
    order: 5;
  }
  .somfy .order-md-6 {
    order: 6;
  }
  .somfy .order-md-7 {
    order: 7;
  }
  .somfy .order-md-8 {
    order: 8;
  }
  .somfy .order-md-9 {
    order: 9;
  }
  .somfy .order-md-10 {
    order: 10;
  }
  .somfy .order-md-11 {
    order: 11;
  }
  .somfy .order-md-12 {
    order: 12;
  }
  .somfy .offset-md-0 {
    margin-left: 0;
  }
  .somfy .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .somfy .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .somfy .offset-md-3 {
    margin-left: 25%;
  }
  .somfy .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .somfy .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .somfy .offset-md-6 {
    margin-left: 50%;
  }
  .somfy .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .somfy .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .somfy .offset-md-9 {
    margin-left: 75%;
  }
  .somfy .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .somfy .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .somfy .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .somfy .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .somfy .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .somfy .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .somfy .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .somfy .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .somfy .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .somfy .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .somfy .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .somfy .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .somfy .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .somfy .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .somfy .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .somfy .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .somfy .order-lg-first {
    order: -1;
  }
  .somfy .order-lg-last {
    order: 13;
  }
  .somfy .order-lg-0 {
    order: 0;
  }
  .somfy .order-lg-1 {
    order: 1;
  }
  .somfy .order-lg-2 {
    order: 2;
  }
  .somfy .order-lg-3 {
    order: 3;
  }
  .somfy .order-lg-4 {
    order: 4;
  }
  .somfy .order-lg-5 {
    order: 5;
  }
  .somfy .order-lg-6 {
    order: 6;
  }
  .somfy .order-lg-7 {
    order: 7;
  }
  .somfy .order-lg-8 {
    order: 8;
  }
  .somfy .order-lg-9 {
    order: 9;
  }
  .somfy .order-lg-10 {
    order: 10;
  }
  .somfy .order-lg-11 {
    order: 11;
  }
  .somfy .order-lg-12 {
    order: 12;
  }
  .somfy .offset-lg-0 {
    margin-left: 0;
  }
  .somfy .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .somfy .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .somfy .offset-lg-3 {
    margin-left: 25%;
  }
  .somfy .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .somfy .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .somfy .offset-lg-6 {
    margin-left: 50%;
  }
  .somfy .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .somfy .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .somfy .offset-lg-9 {
    margin-left: 75%;
  }
  .somfy .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .somfy .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .somfy .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .somfy .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .somfy .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .somfy .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .somfy .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .somfy .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .somfy .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .somfy .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .somfy .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .somfy .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .somfy .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .somfy .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .somfy .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .somfy .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .somfy .order-xl-first {
    order: -1;
  }
  .somfy .order-xl-last {
    order: 13;
  }
  .somfy .order-xl-0 {
    order: 0;
  }
  .somfy .order-xl-1 {
    order: 1;
  }
  .somfy .order-xl-2 {
    order: 2;
  }
  .somfy .order-xl-3 {
    order: 3;
  }
  .somfy .order-xl-4 {
    order: 4;
  }
  .somfy .order-xl-5 {
    order: 5;
  }
  .somfy .order-xl-6 {
    order: 6;
  }
  .somfy .order-xl-7 {
    order: 7;
  }
  .somfy .order-xl-8 {
    order: 8;
  }
  .somfy .order-xl-9 {
    order: 9;
  }
  .somfy .order-xl-10 {
    order: 10;
  }
  .somfy .order-xl-11 {
    order: 11;
  }
  .somfy .order-xl-12 {
    order: 12;
  }
  .somfy .offset-xl-0 {
    margin-left: 0;
  }
  .somfy .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .somfy .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .somfy .offset-xl-3 {
    margin-left: 25%;
  }
  .somfy .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .somfy .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .somfy .offset-xl-6 {
    margin-left: 50%;
  }
  .somfy .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .somfy .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .somfy .offset-xl-9 {
    margin-left: 75%;
  }
  .somfy .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .somfy .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.somfy .table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.somfy .table th,
.somfy .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.somfy .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.somfy .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.somfy .table .table {
  background-color: #fff;
}
.somfy .table-sm th,
.somfy .table-sm td {
  padding: 0.3rem;
}
.somfy .table-bordered {
  border: 1px solid #dee2e6;
}
.somfy .table-bordered th,
.somfy .table-bordered td {
  border: 1px solid #dee2e6;
}
.somfy .table-bordered thead th,
.somfy .table-bordered thead td {
  border-bottom-width: 2px;
}
.somfy .table-borderless th,
.somfy .table-borderless td,
.somfy .table-borderless thead th,
.somfy .table-borderless tbody + tbody {
  border: 0;
}
.somfy .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.somfy .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.somfy .table-primary,
.somfy .table-primary > th,
.somfy .table-primary > td {
  background-color: #b8daff;
}
.somfy .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.somfy .table-hover .table-primary:hover > td,
.somfy .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.somfy .table-secondary,
.somfy .table-secondary > th,
.somfy .table-secondary > td {
  background-color: #d6d8db;
}
.somfy .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.somfy .table-hover .table-secondary:hover > td,
.somfy .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.somfy .table-success,
.somfy .table-success > th,
.somfy .table-success > td {
  background-color: #c3e6cb;
}
.somfy .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.somfy .table-hover .table-success:hover > td,
.somfy .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.somfy .table-info,
.somfy .table-info > th,
.somfy .table-info > td {
  background-color: #bee5eb;
}
.somfy .table-hover .table-info:hover {
  background-color: #abdde5;
}
.somfy .table-hover .table-info:hover > td,
.somfy .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.somfy .table-warning,
.somfy .table-warning > th,
.somfy .table-warning > td {
  background-color: #ffeeba;
}
.somfy .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.somfy .table-hover .table-warning:hover > td,
.somfy .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.somfy .table-danger,
.somfy .table-danger > th,
.somfy .table-danger > td {
  background-color: #f5c6cb;
}
.somfy .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.somfy .table-hover .table-danger:hover > td,
.somfy .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.somfy .table-light,
.somfy .table-light > th,
.somfy .table-light > td {
  background-color: #fdfdfe;
}
.somfy .table-hover .table-light:hover {
  background-color: #ececf6;
}
.somfy .table-hover .table-light:hover > td,
.somfy .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.somfy .table-dark,
.somfy .table-dark > th,
.somfy .table-dark > td {
  background-color: #c6c8ca;
}
.somfy .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.somfy .table-hover .table-dark:hover > td,
.somfy .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.somfy .table-active,
.somfy .table-active > th,
.somfy .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.somfy .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.somfy .table-hover .table-active:hover > td,
.somfy .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.somfy .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.somfy .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.somfy .table-dark {
  color: #fff;
  background-color: #212529;
}
.somfy .table-dark th,
.somfy .table-dark td,
.somfy .table-dark thead th {
  border-color: #32383e;
}
.somfy .table-dark.table-bordered {
  border: 0;
}
.somfy .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.somfy .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .somfy .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .somfy .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .somfy .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .somfy .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .somfy .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .somfy .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .somfy .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .somfy .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.somfy .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.somfy .table-responsive > .table-bordered {
  border: 0;
}
.somfy .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .form-control {
    transition: none;
  }
}
.somfy .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.somfy .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.somfy .form-control:disabled, .somfy .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.somfy select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.somfy .form-control-file,
.somfy .form-control-range {
  display: block;
  width: 100%;
}
.somfy .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.somfy .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.somfy .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.somfy .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.somfy .form-control-plaintext.form-control-sm, .somfy .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.somfy .form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.somfy .form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.somfy select.form-control[size], .somfy select.form-control[multiple] {
  height: auto;
}
.somfy textarea.form-control {
  height: auto;
}
.somfy .form-group {
  margin-bottom: 1rem;
}
.somfy .form-text {
  display: block;
  margin-top: 0.25rem;
}
.somfy .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.somfy .form-row > .col,
.somfy .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.somfy .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.somfy .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.somfy .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.somfy .form-check-label {
  margin-bottom: 0;
}
.somfy .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.somfy .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.somfy .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.somfy .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .somfy .form-control:valid, .somfy .form-control.is-valid,
.was-validated .somfy .custom-select:valid,
.somfy .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .somfy .form-control:valid:focus, .somfy .form-control.is-valid:focus,
.was-validated .somfy .custom-select:valid:focus,
.somfy .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .somfy .form-control:valid ~ .valid-feedback,
.was-validated .somfy .form-control:valid ~ .valid-tooltip, .somfy .form-control.is-valid ~ .valid-feedback,
.somfy .form-control.is-valid ~ .valid-tooltip,
.was-validated .somfy .custom-select:valid ~ .valid-feedback,
.was-validated .somfy .custom-select:valid ~ .valid-tooltip,
.somfy .custom-select.is-valid ~ .valid-feedback,
.somfy .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .somfy .form-control-file:valid ~ .valid-feedback,
.was-validated .somfy .form-control-file:valid ~ .valid-tooltip, .somfy .form-control-file.is-valid ~ .valid-feedback,
.somfy .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .somfy .form-check-input:valid ~ .form-check-label, .somfy .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .somfy .form-check-input:valid ~ .valid-feedback,
.was-validated .somfy .form-check-input:valid ~ .valid-tooltip, .somfy .form-check-input.is-valid ~ .valid-feedback,
.somfy .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .somfy .custom-control-input:valid ~ .custom-control-label, .somfy .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .somfy .custom-control-input:valid ~ .custom-control-label::before, .somfy .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .somfy .custom-control-input:valid ~ .valid-feedback,
.was-validated .somfy .custom-control-input:valid ~ .valid-tooltip, .somfy .custom-control-input.is-valid ~ .valid-feedback,
.somfy .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .somfy .custom-control-input:valid:checked ~ .custom-control-label::before, .somfy .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .somfy .custom-control-input:valid:focus ~ .custom-control-label::before, .somfy .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .somfy .custom-file-input:valid ~ .custom-file-label, .somfy .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .somfy .custom-file-input:valid ~ .custom-file-label::after, .somfy .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .somfy .custom-file-input:valid ~ .valid-feedback,
.was-validated .somfy .custom-file-input:valid ~ .valid-tooltip, .somfy .custom-file-input.is-valid ~ .valid-feedback,
.somfy .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .somfy .custom-file-input:valid:focus ~ .custom-file-label, .somfy .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.somfy .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.somfy .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .somfy .form-control:invalid, .somfy .form-control.is-invalid,
.was-validated .somfy .custom-select:invalid,
.somfy .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .somfy .form-control:invalid:focus, .somfy .form-control.is-invalid:focus,
.was-validated .somfy .custom-select:invalid:focus,
.somfy .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .somfy .form-control:invalid ~ .invalid-feedback,
.was-validated .somfy .form-control:invalid ~ .invalid-tooltip, .somfy .form-control.is-invalid ~ .invalid-feedback,
.somfy .form-control.is-invalid ~ .invalid-tooltip,
.was-validated .somfy .custom-select:invalid ~ .invalid-feedback,
.was-validated .somfy .custom-select:invalid ~ .invalid-tooltip,
.somfy .custom-select.is-invalid ~ .invalid-feedback,
.somfy .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .somfy .form-control-file:invalid ~ .invalid-feedback,
.was-validated .somfy .form-control-file:invalid ~ .invalid-tooltip, .somfy .form-control-file.is-invalid ~ .invalid-feedback,
.somfy .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .somfy .form-check-input:invalid ~ .form-check-label, .somfy .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .somfy .form-check-input:invalid ~ .invalid-feedback,
.was-validated .somfy .form-check-input:invalid ~ .invalid-tooltip, .somfy .form-check-input.is-invalid ~ .invalid-feedback,
.somfy .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .somfy .custom-control-input:invalid ~ .custom-control-label, .somfy .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .somfy .custom-control-input:invalid ~ .custom-control-label::before, .somfy .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .somfy .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .somfy .custom-control-input:invalid ~ .invalid-tooltip, .somfy .custom-control-input.is-invalid ~ .invalid-feedback,
.somfy .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .somfy .custom-control-input:invalid:checked ~ .custom-control-label::before, .somfy .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .somfy .custom-control-input:invalid:focus ~ .custom-control-label::before, .somfy .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .somfy .custom-file-input:invalid ~ .custom-file-label, .somfy .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .somfy .custom-file-input:invalid ~ .custom-file-label::after, .somfy .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .somfy .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .somfy .custom-file-input:invalid ~ .invalid-tooltip, .somfy .custom-file-input.is-invalid ~ .invalid-feedback,
.somfy .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .somfy .custom-file-input:invalid:focus ~ .custom-file-label, .somfy .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.somfy .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.somfy .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .somfy .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .somfy .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .somfy .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .somfy .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .somfy .form-inline .input-group,
  .somfy .form-inline .custom-select {
    width: auto;
  }
  .somfy .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .somfy .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .somfy .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .somfy .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.somfy .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .btn {
    transition: none;
  }
}
.somfy .btn:hover, .somfy .btn:focus {
  text-decoration: none;
}
.somfy .btn:focus, .somfy .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .btn.disabled, .somfy .btn:disabled {
  opacity: 0.65;
}
.somfy .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.somfy a.btn.disabled,
.somfy fieldset:disabled a.btn {
  pointer-events: none;
}
.somfy .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.somfy .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.somfy .btn-primary:focus, .somfy .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.somfy .btn-primary.disabled, .somfy .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.somfy .btn-primary:not(:disabled):not(.disabled):active, .somfy .btn-primary:not(:disabled):not(.disabled).active, .show > .somfy .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.somfy .btn-primary:not(:disabled):not(.disabled):active:focus, .somfy .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.somfy .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.somfy .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.somfy .btn-secondary:focus, .somfy .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.somfy .btn-secondary.disabled, .somfy .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.somfy .btn-secondary:not(:disabled):not(.disabled):active, .somfy .btn-secondary:not(:disabled):not(.disabled).active, .show > .somfy .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.somfy .btn-secondary:not(:disabled):not(.disabled):active:focus, .somfy .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.somfy .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.somfy .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.somfy .btn-success:focus, .somfy .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.somfy .btn-success.disabled, .somfy .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.somfy .btn-success:not(:disabled):not(.disabled):active, .somfy .btn-success:not(:disabled):not(.disabled).active, .show > .somfy .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.somfy .btn-success:not(:disabled):not(.disabled):active:focus, .somfy .btn-success:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.somfy .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.somfy .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.somfy .btn-info:focus, .somfy .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.somfy .btn-info.disabled, .somfy .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.somfy .btn-info:not(:disabled):not(.disabled):active, .somfy .btn-info:not(:disabled):not(.disabled).active, .show > .somfy .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.somfy .btn-info:not(:disabled):not(.disabled):active:focus, .somfy .btn-info:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.somfy .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.somfy .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.somfy .btn-warning:focus, .somfy .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.somfy .btn-warning.disabled, .somfy .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.somfy .btn-warning:not(:disabled):not(.disabled):active, .somfy .btn-warning:not(:disabled):not(.disabled).active, .show > .somfy .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.somfy .btn-warning:not(:disabled):not(.disabled):active:focus, .somfy .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.somfy .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.somfy .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.somfy .btn-danger:focus, .somfy .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.somfy .btn-danger.disabled, .somfy .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.somfy .btn-danger:not(:disabled):not(.disabled):active, .somfy .btn-danger:not(:disabled):not(.disabled).active, .show > .somfy .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.somfy .btn-danger:not(:disabled):not(.disabled):active:focus, .somfy .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.somfy .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.somfy .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.somfy .btn-light:focus, .somfy .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.somfy .btn-light.disabled, .somfy .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.somfy .btn-light:not(:disabled):not(.disabled):active, .somfy .btn-light:not(:disabled):not(.disabled).active, .show > .somfy .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.somfy .btn-light:not(:disabled):not(.disabled):active:focus, .somfy .btn-light:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.somfy .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.somfy .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.somfy .btn-dark:focus, .somfy .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.somfy .btn-dark.disabled, .somfy .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.somfy .btn-dark:not(:disabled):not(.disabled):active, .somfy .btn-dark:not(:disabled):not(.disabled).active, .show > .somfy .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.somfy .btn-dark:not(:disabled):not(.disabled):active:focus, .somfy .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.somfy .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.somfy .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.somfy .btn-outline-primary:focus, .somfy .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.somfy .btn-outline-primary.disabled, .somfy .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.somfy .btn-outline-primary:not(:disabled):not(.disabled):active, .somfy .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.somfy .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.somfy .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.somfy .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.somfy .btn-outline-secondary:focus, .somfy .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.somfy .btn-outline-secondary.disabled, .somfy .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.somfy .btn-outline-secondary:not(:disabled):not(.disabled):active, .somfy .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.somfy .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.somfy .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.somfy .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.somfy .btn-outline-success:focus, .somfy .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.somfy .btn-outline-success.disabled, .somfy .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.somfy .btn-outline-success:not(:disabled):not(.disabled):active, .somfy .btn-outline-success:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.somfy .btn-outline-success:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.somfy .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.somfy .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.somfy .btn-outline-info:focus, .somfy .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.somfy .btn-outline-info.disabled, .somfy .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.somfy .btn-outline-info:not(:disabled):not(.disabled):active, .somfy .btn-outline-info:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.somfy .btn-outline-info:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.somfy .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.somfy .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.somfy .btn-outline-warning:focus, .somfy .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.somfy .btn-outline-warning.disabled, .somfy .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.somfy .btn-outline-warning:not(:disabled):not(.disabled):active, .somfy .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.somfy .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.somfy .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.somfy .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.somfy .btn-outline-danger:focus, .somfy .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.somfy .btn-outline-danger.disabled, .somfy .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.somfy .btn-outline-danger:not(:disabled):not(.disabled):active, .somfy .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.somfy .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.somfy .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.somfy .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.somfy .btn-outline-light:focus, .somfy .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.somfy .btn-outline-light.disabled, .somfy .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.somfy .btn-outline-light:not(:disabled):not(.disabled):active, .somfy .btn-outline-light:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.somfy .btn-outline-light:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.somfy .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.somfy .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.somfy .btn-outline-dark:focus, .somfy .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.somfy .btn-outline-dark.disabled, .somfy .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.somfy .btn-outline-dark:not(:disabled):not(.disabled):active, .somfy .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .somfy .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.somfy .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .somfy .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .somfy .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.somfy .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.somfy .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.somfy .btn-link:focus, .somfy .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.somfy .btn-link:disabled, .somfy .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.somfy .btn-lg, .somfy .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.somfy .btn-sm, .somfy .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.somfy .btn-block {
  display: block;
  width: 100%;
}
.somfy .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.somfy input[type="submit"].btn-block,
.somfy input[type="reset"].btn-block,
.somfy input[type="button"].btn-block {
  width: 100%;
}
.somfy .fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .fade {
    transition: none;
  }
}
.somfy .fade:not(.show) {
  opacity: 0;
}
.somfy .collapse:not(.show) {
  display: none;
}
.somfy .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .collapsing {
    transition: none;
  }
}
.somfy .dropup,
.somfy .dropright,
.somfy .dropdown,
.somfy .dropleft {
  position: relative;
}
.somfy .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.somfy .dropdown-toggle:empty::after {
  margin-left: 0;
}
.somfy .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.somfy .dropdown-menu-right {
  right: 0;
  left: auto;
}
.somfy .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.somfy .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.somfy .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.somfy .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.somfy .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.somfy .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.somfy .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.somfy .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.somfy .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.somfy .dropleft .dropdown-toggle::after {
  display: none;
}
.somfy .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.somfy .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.somfy .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.somfy .dropdown-menu[x-placement^="top"], .somfy .dropdown-menu[x-placement^="right"], .somfy .dropdown-menu[x-placement^="bottom"], .somfy .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.somfy .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.somfy .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.somfy .dropdown-item:hover, .somfy .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.somfy .dropdown-item.active, .somfy .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.somfy .dropdown-item.disabled, .somfy .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.somfy .dropdown-menu.show {
  display: block;
}
.somfy .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.somfy .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.somfy .btn-group,
.somfy .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.somfy .btn-group > .btn,
.somfy .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.somfy .btn-group > .btn:hover,
.somfy .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.somfy .btn-group > .btn:focus, .somfy .btn-group > .btn:active, .somfy .btn-group > .btn.active,
.somfy .btn-group-vertical > .btn:focus,
.somfy .btn-group-vertical > .btn:active,
.somfy .btn-group-vertical > .btn.active {
  z-index: 1;
}
.somfy .btn-group .btn + .btn,
.somfy .btn-group .btn + .btn-group,
.somfy .btn-group .btn-group + .btn,
.somfy .btn-group .btn-group + .btn-group,
.somfy .btn-group-vertical .btn + .btn,
.somfy .btn-group-vertical .btn + .btn-group,
.somfy .btn-group-vertical .btn-group + .btn,
.somfy .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.somfy .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.somfy .btn-toolbar .input-group {
  width: auto;
}
.somfy .btn-group > .btn:first-child {
  margin-left: 0;
}
.somfy .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.somfy .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.somfy .btn-group > .btn:not(:first-child),
.somfy .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.somfy .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.somfy .dropdown-toggle-split::after, .dropup .somfy .dropdown-toggle-split::after, .dropright .somfy .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .somfy .dropdown-toggle-split::before {
  margin-right: 0;
}
.somfy .btn-sm + .dropdown-toggle-split, .somfy .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.somfy .btn-lg + .dropdown-toggle-split, .somfy .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.somfy .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.somfy .btn-group-vertical .btn,
.somfy .btn-group-vertical .btn-group {
  width: 100%;
}
.somfy .btn-group-vertical > .btn + .btn,
.somfy .btn-group-vertical > .btn + .btn-group,
.somfy .btn-group-vertical > .btn-group + .btn,
.somfy .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.somfy .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.somfy .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.somfy .btn-group-vertical > .btn:not(:first-child),
.somfy .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.somfy .btn-group-toggle > .btn,
.somfy .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.somfy .btn-group-toggle > .btn input[type="radio"],
.somfy .btn-group-toggle > .btn input[type="checkbox"],
.somfy .btn-group-toggle > .btn-group > .btn input[type="radio"],
.somfy .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.somfy .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.somfy .input-group > .form-control,
.somfy .input-group > .custom-select,
.somfy .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.somfy .input-group > .form-control + .form-control,
.somfy .input-group > .form-control + .custom-select,
.somfy .input-group > .form-control + .custom-file,
.somfy .input-group > .custom-select + .form-control,
.somfy .input-group > .custom-select + .custom-select,
.somfy .input-group > .custom-select + .custom-file,
.somfy .input-group > .custom-file + .form-control,
.somfy .input-group > .custom-file + .custom-select,
.somfy .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.somfy .input-group > .form-control:focus,
.somfy .input-group > .custom-select:focus,
.somfy .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.somfy .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.somfy .input-group > .form-control:not(:last-child),
.somfy .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.somfy .input-group > .form-control:not(:first-child),
.somfy .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.somfy .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.somfy .input-group > .custom-file:not(:last-child) .custom-file-label, .somfy .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.somfy .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.somfy .input-group-prepend,
.somfy .input-group-append {
  display: flex;
}
.somfy .input-group-prepend .btn,
.somfy .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.somfy .input-group-prepend .btn + .btn,
.somfy .input-group-prepend .btn + .input-group-text,
.somfy .input-group-prepend .input-group-text + .input-group-text,
.somfy .input-group-prepend .input-group-text + .btn,
.somfy .input-group-append .btn + .btn,
.somfy .input-group-append .btn + .input-group-text,
.somfy .input-group-append .input-group-text + .input-group-text,
.somfy .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.somfy .input-group-prepend {
  margin-right: -1px;
}
.somfy .input-group-append {
  margin-left: -1px;
}
.somfy .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.somfy .input-group-text input[type="radio"],
.somfy .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.somfy .input-group-lg > .form-control,
.somfy .input-group-lg > .input-group-prepend > .input-group-text,
.somfy .input-group-lg > .input-group-append > .input-group-text,
.somfy .input-group-lg > .input-group-prepend > .btn,
.somfy .input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.somfy .input-group-sm > .form-control,
.somfy .input-group-sm > .input-group-prepend > .input-group-text,
.somfy .input-group-sm > .input-group-append > .input-group-text,
.somfy .input-group-sm > .input-group-prepend > .btn,
.somfy .input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.somfy .input-group > .input-group-prepend > .btn,
.somfy .input-group > .input-group-prepend > .input-group-text,
.somfy .input-group > .input-group-append:not(:last-child) > .btn,
.somfy .input-group > .input-group-append:not(:last-child) > .input-group-text,
.somfy .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.somfy .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.somfy .input-group > .input-group-append > .btn,
.somfy .input-group > .input-group-append > .input-group-text,
.somfy .input-group > .input-group-prepend:not(:first-child) > .btn,
.somfy .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.somfy .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.somfy .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.somfy .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.somfy .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.somfy .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.somfy .custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  background-color: #FAB800;
}
.somfy .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .custom-control-input:active ~ .custom-control-label::before {
  color: white;
  background-color: #b3d7ff;
}
.somfy .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.somfy .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.somfy .custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.somfy .custom-control-label::before {
  position: absolute;
  top: 0.1785714286rem;
  left: -1.5rem;
  display: block;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: white;
}
.somfy .custom-control-label::after {
  position: absolute;
  top: 0.1785714286rem;
  left: -1.5rem;
  display: block;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.somfy .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.somfy .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FAB800;
}
.somfy .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.somfy .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.somfy .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='white' d='M0 2h4'/%3E%3C/svg%3E");
}
.somfy .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.somfy .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.somfy .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.somfy .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FAB800;
}
.somfy .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E");
}
.somfy .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.somfy .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.somfy .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.somfy .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.somfy .custom-select[multiple], .somfy .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.somfy .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.somfy .custom-select::-ms-expand {
  opacity: 0;
}
.somfy .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.somfy .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.somfy .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.somfy .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.somfy .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.somfy .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.somfy .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.somfy .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.somfy .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.somfy .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.somfy .custom-range:focus {
  outline: none;
}
.somfy .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .custom-range::-moz-focus-outer {
  border: 0;
}
.somfy .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.somfy .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.somfy .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.somfy .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.somfy .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.somfy .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.somfy .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .custom-range::-ms-thumb {
    transition: none;
  }
}
.somfy .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.somfy .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.somfy .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.somfy .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.somfy .custom-control-label::before,
.somfy .custom-file-label,
.somfy .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .custom-control-label::before,
  .somfy .custom-file-label,
  .somfy .custom-select {
    transition: none;
  }
}
.somfy .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.somfy .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.somfy .nav-link:hover, .somfy .nav-link:focus {
  text-decoration: none;
}
.somfy .nav-link.disabled {
  color: #6c757d;
}
.somfy .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.somfy .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.somfy .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.somfy .nav-tabs .nav-link:hover, .somfy .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.somfy .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.somfy .nav-tabs .nav-link.active,
.somfy .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.somfy .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.somfy .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.somfy .nav-pills .nav-link.active,
.somfy .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.somfy .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.somfy .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.somfy .tab-content > .tab-pane {
  display: none;
}
.somfy .tab-content > .active {
  display: block;
}
.somfy .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.somfy .navbar > .container,
.somfy .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.somfy .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.somfy .navbar-brand:hover, .somfy .navbar-brand:focus {
  text-decoration: none;
}
.somfy .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.somfy .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.somfy .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.somfy .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.somfy .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.somfy .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.somfy .navbar-toggler:hover, .somfy .navbar-toggler:focus {
  text-decoration: none;
}
.somfy .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.somfy .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .somfy .navbar-expand-sm > .container,
  .somfy .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .somfy .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .somfy .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .somfy .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .somfy .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .somfy .navbar-expand-sm > .container,
  .somfy .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .somfy .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .somfy .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .somfy .navbar-expand-md > .container,
  .somfy .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .somfy .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .somfy .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .somfy .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .somfy .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .somfy .navbar-expand-md > .container,
  .somfy .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .somfy .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .somfy .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .somfy .navbar-expand-lg > .container,
  .somfy .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .somfy .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .somfy .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .somfy .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .somfy .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .somfy .navbar-expand-lg > .container,
  .somfy .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .somfy .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .somfy .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .somfy .navbar-expand-xl > .container,
  .somfy .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .somfy .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .somfy .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .somfy .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .somfy .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .somfy .navbar-expand-xl > .container,
  .somfy .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .somfy .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .somfy .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.somfy .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.somfy .navbar-expand > .container,
.somfy .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.somfy .navbar-expand .navbar-nav {
  flex-direction: row;
}
.somfy .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.somfy .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.somfy .navbar-expand > .container,
.somfy .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.somfy .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.somfy .navbar-expand .navbar-toggler {
  display: none;
}
.somfy .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.somfy .navbar-light .navbar-brand:hover, .somfy .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.somfy .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.somfy .navbar-light .navbar-nav .nav-link:hover, .somfy .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.somfy .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.somfy .navbar-light .navbar-nav .show > .nav-link,
.somfy .navbar-light .navbar-nav .active > .nav-link,
.somfy .navbar-light .navbar-nav .nav-link.show,
.somfy .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.somfy .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.somfy .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.somfy .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.somfy .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.somfy .navbar-light .navbar-text a:hover, .somfy .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.somfy .navbar-dark .navbar-brand {
  color: #fff;
}
.somfy .navbar-dark .navbar-brand:hover, .somfy .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.somfy .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.somfy .navbar-dark .navbar-nav .nav-link:hover, .somfy .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.somfy .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.somfy .navbar-dark .navbar-nav .show > .nav-link,
.somfy .navbar-dark .navbar-nav .active > .nav-link,
.somfy .navbar-dark .navbar-nav .nav-link.show,
.somfy .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.somfy .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.somfy .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.somfy .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.somfy .navbar-dark .navbar-text a {
  color: #fff;
}
.somfy .navbar-dark .navbar-text a:hover, .somfy .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.somfy .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.somfy .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.somfy .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.somfy .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.somfy .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.somfy .card-title {
  margin-bottom: 0.75rem;
}
.somfy .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.somfy .card-text:last-child {
  margin-bottom: 0;
}
.somfy .card-link:hover {
  text-decoration: none;
}
.somfy .card-link + .card-link {
  margin-left: 1.25rem;
}
.somfy .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.somfy .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.somfy .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.somfy .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.somfy .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.somfy .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.somfy .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.somfy .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.somfy .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.somfy .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.somfy .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.somfy .card-deck {
  display: flex;
  flex-direction: column;
}
.somfy .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .somfy .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .somfy .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.somfy .card-group {
  display: flex;
  flex-direction: column;
}
.somfy .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .somfy .card-group {
    flex-flow: row wrap;
  }
  .somfy .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .somfy .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .somfy .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .somfy .card-group > .card:first-child .card-img-top,
  .somfy .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .somfy .card-group > .card:first-child .card-img-bottom,
  .somfy .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .somfy .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .somfy .card-group > .card:last-child .card-img-top,
  .somfy .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .somfy .card-group > .card:last-child .card-img-bottom,
  .somfy .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .somfy .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .somfy .card-group > .card:only-child .card-img-top,
  .somfy .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .somfy .card-group > .card:only-child .card-img-bottom,
  .somfy .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .somfy .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .somfy .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .somfy .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .somfy .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .somfy .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.somfy .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .somfy .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .somfy .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.somfy .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.somfy .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.somfy .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.somfy .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.somfy .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.somfy .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.somfy .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}
.somfy .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.somfy .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.somfy .breadcrumb-item.active {
  color: #6c757d;
}
.somfy .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.somfy .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.somfy .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.somfy .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.somfy .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.somfy .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.somfy .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.somfy .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.somfy .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.somfy .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.somfy .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.somfy .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.somfy .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.somfy .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.somfy .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.somfy .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.somfy .badge:empty {
  display: none;
}
.somfy .btn .badge {
  position: relative;
  top: -1px;
}
.somfy .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.somfy .badge-primary {
  color: #fff;
  background-color: #007bff;
}
.somfy .badge-primary[href]:hover, .somfy .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.somfy .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.somfy .badge-secondary[href]:hover, .somfy .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.somfy .badge-success {
  color: #fff;
  background-color: #28a745;
}
.somfy .badge-success[href]:hover, .somfy .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.somfy .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.somfy .badge-info[href]:hover, .somfy .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.somfy .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.somfy .badge-warning[href]:hover, .somfy .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.somfy .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.somfy .badge-danger[href]:hover, .somfy .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.somfy .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.somfy .badge-light[href]:hover, .somfy .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.somfy .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.somfy .badge-dark[href]:hover, .somfy .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.somfy .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .somfy .jumbotron {
    padding: 4rem 2rem;
  }
}
.somfy .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.somfy .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.somfy .alert-heading {
  color: inherit;
}
.somfy .alert-link {
  font-weight: 700;
}
.somfy .alert-dismissible {
  padding-right: 4.5rem;
}
.somfy .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.somfy .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.somfy .alert-primary hr {
  border-top-color: #9fcdff;
}
.somfy .alert-primary .alert-link {
  color: #002752;
}
.somfy .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.somfy .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.somfy .alert-secondary .alert-link {
  color: #202326;
}
.somfy .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.somfy .alert-success hr {
  border-top-color: #b1dfbb;
}
.somfy .alert-success .alert-link {
  color: #0b2e13;
}
.somfy .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.somfy .alert-info hr {
  border-top-color: #abdde5;
}
.somfy .alert-info .alert-link {
  color: #062c33;
}
.somfy .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.somfy .alert-warning hr {
  border-top-color: #ffe8a1;
}
.somfy .alert-warning .alert-link {
  color: #533f03;
}
.somfy .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.somfy .alert-danger hr {
  border-top-color: #f1b0b7;
}
.somfy .alert-danger .alert-link {
  color: #491217;
}
.somfy .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.somfy .alert-light hr {
  border-top-color: #ececf6;
}
.somfy .alert-light .alert-link {
  color: #686868;
}
.somfy .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.somfy .alert-dark hr {
  border-top-color: #b9bbbe;
}
.somfy .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.somfy .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.somfy .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .progress-bar {
    transition: none;
  }
}
.somfy .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.somfy .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.somfy .media {
  display: flex;
  align-items: flex-start;
}
.somfy .media-body {
  flex: 1;
}
.somfy .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.somfy .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.somfy .list-group-item-action:hover, .somfy .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.somfy .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.somfy .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.somfy .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.somfy .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.somfy .list-group-item:hover, .somfy .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.somfy .list-group-item.disabled, .somfy .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.somfy .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.somfy .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.somfy .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.somfy .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.somfy .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.somfy .list-group-item-primary.list-group-item-action:hover, .somfy .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.somfy .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.somfy .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.somfy .list-group-item-secondary.list-group-item-action:hover, .somfy .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.somfy .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.somfy .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.somfy .list-group-item-success.list-group-item-action:hover, .somfy .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.somfy .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.somfy .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.somfy .list-group-item-info.list-group-item-action:hover, .somfy .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.somfy .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.somfy .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.somfy .list-group-item-warning.list-group-item-action:hover, .somfy .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.somfy .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.somfy .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.somfy .list-group-item-danger.list-group-item-action:hover, .somfy .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.somfy .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.somfy .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.somfy .list-group-item-light.list-group-item-action:hover, .somfy .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.somfy .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.somfy .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.somfy .list-group-item-dark.list-group-item-action:hover, .somfy .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.somfy .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.somfy .close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.somfy .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.somfy .close:not(:disabled):not(.disabled):hover, .somfy .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.somfy button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.somfy .modal-open {
  overflow: hidden;
}
.somfy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.somfy .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.somfy .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .somfy .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .somfy .modal-dialog {
    transition: none;
  }
}
.modal.show .somfy .modal-dialog {
  transform: translate(0, 0);
}
.somfy .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.somfy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.somfy .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.somfy .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.somfy .modal-backdrop.fade {
  opacity: 0;
}
.somfy .modal-backdrop.show {
  opacity: 0.5;
}
.somfy .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.somfy .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.somfy .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.somfy .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.somfy .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.somfy .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.somfy .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.somfy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .somfy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .somfy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .somfy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .somfy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .somfy .modal-lg {
    max-width: 800px;
  }
}
.somfy .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.somfy .tooltip.show {
  opacity: 0.9;
}
.somfy .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.somfy .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.somfy .bs-tooltip-top, .somfy .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.somfy .bs-tooltip-top .arrow, .somfy .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.somfy .bs-tooltip-top .arrow::before, .somfy .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.somfy .bs-tooltip-right, .somfy .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.somfy .bs-tooltip-right .arrow, .somfy .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.somfy .bs-tooltip-right .arrow::before, .somfy .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.somfy .bs-tooltip-bottom, .somfy .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.somfy .bs-tooltip-bottom .arrow, .somfy .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.somfy .bs-tooltip-bottom .arrow::before, .somfy .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.somfy .bs-tooltip-left, .somfy .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.somfy .bs-tooltip-left .arrow, .somfy .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.somfy .bs-tooltip-left .arrow::before, .somfy .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.somfy .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.somfy .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.somfy .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.somfy .popover .arrow::before, .somfy .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.somfy .bs-popover-top, .somfy .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.somfy .bs-popover-top .arrow, .somfy .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.somfy .bs-popover-top .arrow::before, .somfy .bs-popover-auto[x-placement^="top"] .arrow::before,
.somfy .bs-popover-top .arrow::after,
.somfy .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.somfy .bs-popover-top .arrow::before, .somfy .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.somfy .bs-popover-top .arrow::after, .somfy .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.somfy .bs-popover-right, .somfy .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.somfy .bs-popover-right .arrow, .somfy .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.somfy .bs-popover-right .arrow::before, .somfy .bs-popover-auto[x-placement^="right"] .arrow::before,
.somfy .bs-popover-right .arrow::after,
.somfy .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.somfy .bs-popover-right .arrow::before, .somfy .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.somfy .bs-popover-right .arrow::after, .somfy .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.somfy .bs-popover-bottom, .somfy .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.somfy .bs-popover-bottom .arrow, .somfy .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.somfy .bs-popover-bottom .arrow::before, .somfy .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.somfy .bs-popover-bottom .arrow::after,
.somfy .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.somfy .bs-popover-bottom .arrow::before, .somfy .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.somfy .bs-popover-bottom .arrow::after, .somfy .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.somfy .bs-popover-bottom .popover-header::before, .somfy .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.somfy .bs-popover-left, .somfy .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.somfy .bs-popover-left .arrow, .somfy .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.somfy .bs-popover-left .arrow::before, .somfy .bs-popover-auto[x-placement^="left"] .arrow::before,
.somfy .bs-popover-left .arrow::after,
.somfy .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.somfy .bs-popover-left .arrow::before, .somfy .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.somfy .bs-popover-left .arrow::after, .somfy .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.somfy .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.somfy .popover-header:empty {
  display: none;
}
.somfy .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.somfy .carousel {
  position: relative;
}
.somfy .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.somfy .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.somfy .carousel-item.active,
.somfy .carousel-item-next,
.somfy .carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .somfy .carousel-item.active,
  .somfy .carousel-item-next,
  .somfy .carousel-item-prev {
    transition: none;
  }
}
.somfy .carousel-item-next,
.somfy .carousel-item-prev {
  position: absolute;
  top: 0;
}
.somfy .carousel-item-next.carousel-item-left,
.somfy .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .somfy .carousel-item-next.carousel-item-left,
  .somfy .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.somfy .carousel-item-next,
.somfy .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .somfy .carousel-item-next,
  .somfy .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.somfy .carousel-item-prev,
.somfy .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .somfy .carousel-item-prev,
  .somfy .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.somfy .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.somfy .carousel-fade .carousel-item.active,
.somfy .carousel-fade .carousel-item-next.carousel-item-left,
.somfy .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.somfy .carousel-fade .active.carousel-item-left,
.somfy .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.somfy .carousel-fade .carousel-item-next,
.somfy .carousel-fade .carousel-item-prev,
.somfy .carousel-fade .carousel-item.active,
.somfy .carousel-fade .active.carousel-item-left,
.somfy .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .somfy .carousel-fade .carousel-item-next,
  .somfy .carousel-fade .carousel-item-prev,
  .somfy .carousel-fade .carousel-item.active,
  .somfy .carousel-fade .active.carousel-item-left,
  .somfy .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.somfy .carousel-control-prev,
.somfy .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.somfy .carousel-control-prev:hover, .somfy .carousel-control-prev:focus,
.somfy .carousel-control-next:hover,
.somfy .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.somfy .carousel-control-prev {
  left: 0;
}
.somfy .carousel-control-next {
  right: 0;
}
.somfy .carousel-control-prev-icon,
.somfy .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.somfy .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.somfy .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.somfy .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.somfy .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.somfy .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.somfy .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.somfy .carousel-indicators .active {
  background-color: #fff;
}
.somfy .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.somfy .align-baseline {
  vertical-align: baseline !important;
}
.somfy .align-top {
  vertical-align: top !important;
}
.somfy .align-middle {
  vertical-align: middle !important;
}
.somfy .align-bottom {
  vertical-align: bottom !important;
}
.somfy .align-text-bottom {
  vertical-align: text-bottom !important;
}
.somfy .align-text-top {
  vertical-align: text-top !important;
}
.somfy .bg-primary {
  background-color: #007bff !important;
}
.somfy a.bg-primary:hover, .somfy a.bg-primary:focus,
.somfy button.bg-primary:hover,
.somfy button.bg-primary:focus {
  background-color: #0062cc !important;
}
.somfy .bg-secondary {
  background-color: #6c757d !important;
}
.somfy a.bg-secondary:hover, .somfy a.bg-secondary:focus,
.somfy button.bg-secondary:hover,
.somfy button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.somfy .bg-success {
  background-color: #28a745 !important;
}
.somfy a.bg-success:hover, .somfy a.bg-success:focus,
.somfy button.bg-success:hover,
.somfy button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.somfy .bg-info {
  background-color: #17a2b8 !important;
}
.somfy a.bg-info:hover, .somfy a.bg-info:focus,
.somfy button.bg-info:hover,
.somfy button.bg-info:focus {
  background-color: #117a8b !important;
}
.somfy .bg-warning {
  background-color: #ffc107 !important;
}
.somfy a.bg-warning:hover, .somfy a.bg-warning:focus,
.somfy button.bg-warning:hover,
.somfy button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.somfy .bg-danger {
  background-color: #dc3545 !important;
}
.somfy a.bg-danger:hover, .somfy a.bg-danger:focus,
.somfy button.bg-danger:hover,
.somfy button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.somfy .bg-light {
  background-color: #f8f9fa !important;
}
.somfy a.bg-light:hover, .somfy a.bg-light:focus,
.somfy button.bg-light:hover,
.somfy button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.somfy .bg-dark {
  background-color: #343a40 !important;
}
.somfy a.bg-dark:hover, .somfy a.bg-dark:focus,
.somfy button.bg-dark:hover,
.somfy button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.somfy .bg-white {
  background-color: #fff !important;
}
.somfy .bg-transparent {
  background-color: transparent !important;
}
.somfy .border {
  border: 1px solid #dee2e6 !important;
}
.somfy .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.somfy .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.somfy .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.somfy .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.somfy .border-0 {
  border: 0 !important;
}
.somfy .border-top-0 {
  border-top: 0 !important;
}
.somfy .border-right-0 {
  border-right: 0 !important;
}
.somfy .border-bottom-0 {
  border-bottom: 0 !important;
}
.somfy .border-left-0 {
  border-left: 0 !important;
}
.somfy .border-primary {
  border-color: #007bff !important;
}
.somfy .border-secondary {
  border-color: #6c757d !important;
}
.somfy .border-success {
  border-color: #28a745 !important;
}
.somfy .border-info {
  border-color: #17a2b8 !important;
}
.somfy .border-warning {
  border-color: #ffc107 !important;
}
.somfy .border-danger {
  border-color: #dc3545 !important;
}
.somfy .border-light {
  border-color: #f8f9fa !important;
}
.somfy .border-dark {
  border-color: #343a40 !important;
}
.somfy .border-white {
  border-color: #fff !important;
}
.somfy .rounded {
  border-radius: 0.25rem !important;
}
.somfy .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.somfy .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.somfy .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.somfy .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.somfy .rounded-circle {
  border-radius: 50% !important;
}
.somfy .rounded-0 {
  border-radius: 0 !important;
}
.somfy .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.somfy .d-none {
  display: none !important;
}
.somfy .d-inline {
  display: inline !important;
}
.somfy .d-inline-block {
  display: inline-block !important;
}
.somfy .d-block {
  display: block !important;
}
.somfy .d-table {
  display: table !important;
}
.somfy .d-table-row {
  display: table-row !important;
}
.somfy .d-table-cell {
  display: table-cell !important;
}
.somfy .d-flex {
  display: flex !important;
}
.somfy .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .somfy .d-sm-none {
    display: none !important;
  }
  .somfy .d-sm-inline {
    display: inline !important;
  }
  .somfy .d-sm-inline-block {
    display: inline-block !important;
  }
  .somfy .d-sm-block {
    display: block !important;
  }
  .somfy .d-sm-table {
    display: table !important;
  }
  .somfy .d-sm-table-row {
    display: table-row !important;
  }
  .somfy .d-sm-table-cell {
    display: table-cell !important;
  }
  .somfy .d-sm-flex {
    display: flex !important;
  }
  .somfy .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .somfy .d-md-none {
    display: none !important;
  }
  .somfy .d-md-inline {
    display: inline !important;
  }
  .somfy .d-md-inline-block {
    display: inline-block !important;
  }
  .somfy .d-md-block {
    display: block !important;
  }
  .somfy .d-md-table {
    display: table !important;
  }
  .somfy .d-md-table-row {
    display: table-row !important;
  }
  .somfy .d-md-table-cell {
    display: table-cell !important;
  }
  .somfy .d-md-flex {
    display: flex !important;
  }
  .somfy .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .somfy .d-lg-none {
    display: none !important;
  }
  .somfy .d-lg-inline {
    display: inline !important;
  }
  .somfy .d-lg-inline-block {
    display: inline-block !important;
  }
  .somfy .d-lg-block {
    display: block !important;
  }
  .somfy .d-lg-table {
    display: table !important;
  }
  .somfy .d-lg-table-row {
    display: table-row !important;
  }
  .somfy .d-lg-table-cell {
    display: table-cell !important;
  }
  .somfy .d-lg-flex {
    display: flex !important;
  }
  .somfy .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .somfy .d-xl-none {
    display: none !important;
  }
  .somfy .d-xl-inline {
    display: inline !important;
  }
  .somfy .d-xl-inline-block {
    display: inline-block !important;
  }
  .somfy .d-xl-block {
    display: block !important;
  }
  .somfy .d-xl-table {
    display: table !important;
  }
  .somfy .d-xl-table-row {
    display: table-row !important;
  }
  .somfy .d-xl-table-cell {
    display: table-cell !important;
  }
  .somfy .d-xl-flex {
    display: flex !important;
  }
  .somfy .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .somfy .d-print-none {
    display: none !important;
  }
  .somfy .d-print-inline {
    display: inline !important;
  }
  .somfy .d-print-inline-block {
    display: inline-block !important;
  }
  .somfy .d-print-block {
    display: block !important;
  }
  .somfy .d-print-table {
    display: table !important;
  }
  .somfy .d-print-table-row {
    display: table-row !important;
  }
  .somfy .d-print-table-cell {
    display: table-cell !important;
  }
  .somfy .d-print-flex {
    display: flex !important;
  }
  .somfy .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.somfy .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.somfy .embed-responsive::before {
  display: block;
  content: "";
}
.somfy .embed-responsive .embed-responsive-item,
.somfy .embed-responsive iframe,
.somfy .embed-responsive embed,
.somfy .embed-responsive object,
.somfy .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.somfy .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.somfy .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.somfy .embed-responsive-4by3::before {
  padding-top: 75%;
}
.somfy .embed-responsive-1by1::before {
  padding-top: 100%;
}
.somfy .flex-row {
  flex-direction: row !important;
}
.somfy .flex-column {
  flex-direction: column !important;
}
.somfy .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.somfy .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.somfy .flex-wrap {
  flex-wrap: wrap !important;
}
.somfy .flex-nowrap {
  flex-wrap: nowrap !important;
}
.somfy .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.somfy .flex-fill {
  flex: 1 1 auto !important;
}
.somfy .flex-grow-0 {
  flex-grow: 0 !important;
}
.somfy .flex-grow-1 {
  flex-grow: 1 !important;
}
.somfy .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.somfy .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.somfy .justify-content-start {
  justify-content: flex-start !important;
}
.somfy .justify-content-end {
  justify-content: flex-end !important;
}
.somfy .justify-content-center {
  justify-content: center !important;
}
.somfy .justify-content-between {
  justify-content: space-between !important;
}
.somfy .justify-content-around {
  justify-content: space-around !important;
}
.somfy .align-items-start {
  align-items: flex-start !important;
}
.somfy .align-items-end {
  align-items: flex-end !important;
}
.somfy .align-items-center {
  align-items: center !important;
}
.somfy .align-items-baseline {
  align-items: baseline !important;
}
.somfy .align-items-stretch {
  align-items: stretch !important;
}
.somfy .align-content-start {
  align-content: flex-start !important;
}
.somfy .align-content-end {
  align-content: flex-end !important;
}
.somfy .align-content-center {
  align-content: center !important;
}
.somfy .align-content-between {
  align-content: space-between !important;
}
.somfy .align-content-around {
  align-content: space-around !important;
}
.somfy .align-content-stretch {
  align-content: stretch !important;
}
.somfy .align-self-auto {
  align-self: auto !important;
}
.somfy .align-self-start {
  align-self: flex-start !important;
}
.somfy .align-self-end {
  align-self: flex-end !important;
}
.somfy .align-self-center {
  align-self: center !important;
}
.somfy .align-self-baseline {
  align-self: baseline !important;
}
.somfy .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .somfy .flex-sm-row {
    flex-direction: row !important;
  }
  .somfy .flex-sm-column {
    flex-direction: column !important;
  }
  .somfy .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .somfy .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .somfy .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .somfy .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .somfy .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .somfy .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .somfy .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .somfy .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .somfy .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .somfy .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .somfy .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .somfy .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .somfy .justify-content-sm-center {
    justify-content: center !important;
  }
  .somfy .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .somfy .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .somfy .align-items-sm-start {
    align-items: flex-start !important;
  }
  .somfy .align-items-sm-end {
    align-items: flex-end !important;
  }
  .somfy .align-items-sm-center {
    align-items: center !important;
  }
  .somfy .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .somfy .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .somfy .align-content-sm-start {
    align-content: flex-start !important;
  }
  .somfy .align-content-sm-end {
    align-content: flex-end !important;
  }
  .somfy .align-content-sm-center {
    align-content: center !important;
  }
  .somfy .align-content-sm-between {
    align-content: space-between !important;
  }
  .somfy .align-content-sm-around {
    align-content: space-around !important;
  }
  .somfy .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .somfy .align-self-sm-auto {
    align-self: auto !important;
  }
  .somfy .align-self-sm-start {
    align-self: flex-start !important;
  }
  .somfy .align-self-sm-end {
    align-self: flex-end !important;
  }
  .somfy .align-self-sm-center {
    align-self: center !important;
  }
  .somfy .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .somfy .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .somfy .flex-md-row {
    flex-direction: row !important;
  }
  .somfy .flex-md-column {
    flex-direction: column !important;
  }
  .somfy .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .somfy .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .somfy .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .somfy .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .somfy .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .somfy .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .somfy .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .somfy .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .somfy .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .somfy .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .somfy .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .somfy .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .somfy .justify-content-md-center {
    justify-content: center !important;
  }
  .somfy .justify-content-md-between {
    justify-content: space-between !important;
  }
  .somfy .justify-content-md-around {
    justify-content: space-around !important;
  }
  .somfy .align-items-md-start {
    align-items: flex-start !important;
  }
  .somfy .align-items-md-end {
    align-items: flex-end !important;
  }
  .somfy .align-items-md-center {
    align-items: center !important;
  }
  .somfy .align-items-md-baseline {
    align-items: baseline !important;
  }
  .somfy .align-items-md-stretch {
    align-items: stretch !important;
  }
  .somfy .align-content-md-start {
    align-content: flex-start !important;
  }
  .somfy .align-content-md-end {
    align-content: flex-end !important;
  }
  .somfy .align-content-md-center {
    align-content: center !important;
  }
  .somfy .align-content-md-between {
    align-content: space-between !important;
  }
  .somfy .align-content-md-around {
    align-content: space-around !important;
  }
  .somfy .align-content-md-stretch {
    align-content: stretch !important;
  }
  .somfy .align-self-md-auto {
    align-self: auto !important;
  }
  .somfy .align-self-md-start {
    align-self: flex-start !important;
  }
  .somfy .align-self-md-end {
    align-self: flex-end !important;
  }
  .somfy .align-self-md-center {
    align-self: center !important;
  }
  .somfy .align-self-md-baseline {
    align-self: baseline !important;
  }
  .somfy .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .somfy .flex-lg-row {
    flex-direction: row !important;
  }
  .somfy .flex-lg-column {
    flex-direction: column !important;
  }
  .somfy .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .somfy .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .somfy .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .somfy .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .somfy .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .somfy .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .somfy .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .somfy .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .somfy .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .somfy .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .somfy .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .somfy .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .somfy .justify-content-lg-center {
    justify-content: center !important;
  }
  .somfy .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .somfy .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .somfy .align-items-lg-start {
    align-items: flex-start !important;
  }
  .somfy .align-items-lg-end {
    align-items: flex-end !important;
  }
  .somfy .align-items-lg-center {
    align-items: center !important;
  }
  .somfy .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .somfy .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .somfy .align-content-lg-start {
    align-content: flex-start !important;
  }
  .somfy .align-content-lg-end {
    align-content: flex-end !important;
  }
  .somfy .align-content-lg-center {
    align-content: center !important;
  }
  .somfy .align-content-lg-between {
    align-content: space-between !important;
  }
  .somfy .align-content-lg-around {
    align-content: space-around !important;
  }
  .somfy .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .somfy .align-self-lg-auto {
    align-self: auto !important;
  }
  .somfy .align-self-lg-start {
    align-self: flex-start !important;
  }
  .somfy .align-self-lg-end {
    align-self: flex-end !important;
  }
  .somfy .align-self-lg-center {
    align-self: center !important;
  }
  .somfy .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .somfy .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .somfy .flex-xl-row {
    flex-direction: row !important;
  }
  .somfy .flex-xl-column {
    flex-direction: column !important;
  }
  .somfy .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .somfy .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .somfy .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .somfy .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .somfy .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .somfy .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .somfy .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .somfy .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .somfy .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .somfy .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .somfy .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .somfy .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .somfy .justify-content-xl-center {
    justify-content: center !important;
  }
  .somfy .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .somfy .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .somfy .align-items-xl-start {
    align-items: flex-start !important;
  }
  .somfy .align-items-xl-end {
    align-items: flex-end !important;
  }
  .somfy .align-items-xl-center {
    align-items: center !important;
  }
  .somfy .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .somfy .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .somfy .align-content-xl-start {
    align-content: flex-start !important;
  }
  .somfy .align-content-xl-end {
    align-content: flex-end !important;
  }
  .somfy .align-content-xl-center {
    align-content: center !important;
  }
  .somfy .align-content-xl-between {
    align-content: space-between !important;
  }
  .somfy .align-content-xl-around {
    align-content: space-around !important;
  }
  .somfy .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .somfy .align-self-xl-auto {
    align-self: auto !important;
  }
  .somfy .align-self-xl-start {
    align-self: flex-start !important;
  }
  .somfy .align-self-xl-end {
    align-self: flex-end !important;
  }
  .somfy .align-self-xl-center {
    align-self: center !important;
  }
  .somfy .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .somfy .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.somfy .float-left {
  float: left !important;
}
.somfy .float-right {
  float: right !important;
}
.somfy .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .somfy .float-sm-left {
    float: left !important;
  }
  .somfy .float-sm-right {
    float: right !important;
  }
  .somfy .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .somfy .float-md-left {
    float: left !important;
  }
  .somfy .float-md-right {
    float: right !important;
  }
  .somfy .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .somfy .float-lg-left {
    float: left !important;
  }
  .somfy .float-lg-right {
    float: right !important;
  }
  .somfy .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .somfy .float-xl-left {
    float: left !important;
  }
  .somfy .float-xl-right {
    float: right !important;
  }
  .somfy .float-xl-none {
    float: none !important;
  }
}
.somfy .position-static {
  position: static !important;
}
.somfy .position-relative {
  position: relative !important;
}
.somfy .position-absolute {
  position: absolute !important;
}
.somfy .position-fixed {
  position: fixed !important;
}
.somfy .position-sticky {
  position: sticky !important;
}
.somfy .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.somfy .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .somfy .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.somfy .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.somfy .sr-only-focusable:active, .somfy .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.somfy .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.somfy .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.somfy .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.somfy .shadow-none {
  box-shadow: none !important;
}
.somfy .w-25 {
  width: 25% !important;
}
.somfy .w-50 {
  width: 50% !important;
}
.somfy .w-75 {
  width: 75% !important;
}
.somfy .w-100 {
  width: 100% !important;
}
.somfy .w-auto {
  width: auto !important;
}
.somfy .h-25 {
  height: 25% !important;
}
.somfy .h-50 {
  height: 50% !important;
}
.somfy .h-75 {
  height: 75% !important;
}
.somfy .h-100 {
  height: 100% !important;
}
.somfy .h-auto {
  height: auto !important;
}
.somfy .mw-100 {
  max-width: 100% !important;
}
.somfy .mh-100 {
  max-height: 100% !important;
}
.somfy .m-0 {
  margin: 0 !important;
}
.somfy .mt-0,
.somfy .my-0 {
  margin-top: 0 !important;
}
.somfy .mr-0,
.somfy .mx-0 {
  margin-right: 0 !important;
}
.somfy .mb-0,
.somfy .my-0 {
  margin-bottom: 0 !important;
}
.somfy .ml-0,
.somfy .mx-0 {
  margin-left: 0 !important;
}
.somfy .m-1 {
  margin: 0.25rem !important;
}
.somfy .mt-1,
.somfy .my-1 {
  margin-top: 0.25rem !important;
}
.somfy .mr-1,
.somfy .mx-1 {
  margin-right: 0.25rem !important;
}
.somfy .mb-1,
.somfy .my-1 {
  margin-bottom: 0.25rem !important;
}
.somfy .ml-1,
.somfy .mx-1 {
  margin-left: 0.25rem !important;
}
.somfy .m-2 {
  margin: 0.5rem !important;
}
.somfy .mt-2,
.somfy .my-2 {
  margin-top: 0.5rem !important;
}
.somfy .mr-2,
.somfy .mx-2 {
  margin-right: 0.5rem !important;
}
.somfy .mb-2,
.somfy .my-2 {
  margin-bottom: 0.5rem !important;
}
.somfy .ml-2,
.somfy .mx-2 {
  margin-left: 0.5rem !important;
}
.somfy .m-3 {
  margin: 1rem !important;
}
.somfy .mt-3,
.somfy .my-3 {
  margin-top: 1rem !important;
}
.somfy .mr-3,
.somfy .mx-3 {
  margin-right: 1rem !important;
}
.somfy .mb-3,
.somfy .my-3 {
  margin-bottom: 1rem !important;
}
.somfy .ml-3,
.somfy .mx-3 {
  margin-left: 1rem !important;
}
.somfy .m-4 {
  margin: 1.5rem !important;
}
.somfy .mt-4,
.somfy .my-4 {
  margin-top: 1.5rem !important;
}
.somfy .mr-4,
.somfy .mx-4 {
  margin-right: 1.5rem !important;
}
.somfy .mb-4,
.somfy .my-4 {
  margin-bottom: 1.5rem !important;
}
.somfy .ml-4,
.somfy .mx-4 {
  margin-left: 1.5rem !important;
}
.somfy .m-5 {
  margin: 3rem !important;
}
.somfy .mt-5,
.somfy .my-5 {
  margin-top: 3rem !important;
}
.somfy .mr-5,
.somfy .mx-5 {
  margin-right: 3rem !important;
}
.somfy .mb-5,
.somfy .my-5 {
  margin-bottom: 3rem !important;
}
.somfy .ml-5,
.somfy .mx-5 {
  margin-left: 3rem !important;
}
.somfy .p-0 {
  padding: 0 !important;
}
.somfy .pt-0,
.somfy .py-0 {
  padding-top: 0 !important;
}
.somfy .pr-0,
.somfy .px-0 {
  padding-right: 0 !important;
}
.somfy .pb-0,
.somfy .py-0 {
  padding-bottom: 0 !important;
}
.somfy .pl-0,
.somfy .px-0 {
  padding-left: 0 !important;
}
.somfy .p-1 {
  padding: 0.25rem !important;
}
.somfy .pt-1,
.somfy .py-1 {
  padding-top: 0.25rem !important;
}
.somfy .pr-1,
.somfy .px-1 {
  padding-right: 0.25rem !important;
}
.somfy .pb-1,
.somfy .py-1 {
  padding-bottom: 0.25rem !important;
}
.somfy .pl-1,
.somfy .px-1 {
  padding-left: 0.25rem !important;
}
.somfy .p-2 {
  padding: 0.5rem !important;
}
.somfy .pt-2,
.somfy .py-2 {
  padding-top: 0.5rem !important;
}
.somfy .pr-2,
.somfy .px-2 {
  padding-right: 0.5rem !important;
}
.somfy .pb-2,
.somfy .py-2 {
  padding-bottom: 0.5rem !important;
}
.somfy .pl-2,
.somfy .px-2 {
  padding-left: 0.5rem !important;
}
.somfy .p-3 {
  padding: 1rem !important;
}
.somfy .pt-3,
.somfy .py-3 {
  padding-top: 1rem !important;
}
.somfy .pr-3,
.somfy .px-3 {
  padding-right: 1rem !important;
}
.somfy .pb-3,
.somfy .py-3 {
  padding-bottom: 1rem !important;
}
.somfy .pl-3,
.somfy .px-3 {
  padding-left: 1rem !important;
}
.somfy .p-4 {
  padding: 1.5rem !important;
}
.somfy .pt-4,
.somfy .py-4 {
  padding-top: 1.5rem !important;
}
.somfy .pr-4,
.somfy .px-4 {
  padding-right: 1.5rem !important;
}
.somfy .pb-4,
.somfy .py-4 {
  padding-bottom: 1.5rem !important;
}
.somfy .pl-4,
.somfy .px-4 {
  padding-left: 1.5rem !important;
}
.somfy .p-5 {
  padding: 3rem !important;
}
.somfy .pt-5,
.somfy .py-5 {
  padding-top: 3rem !important;
}
.somfy .pr-5,
.somfy .px-5 {
  padding-right: 3rem !important;
}
.somfy .pb-5,
.somfy .py-5 {
  padding-bottom: 3rem !important;
}
.somfy .pl-5,
.somfy .px-5 {
  padding-left: 3rem !important;
}
.somfy .m-auto {
  margin: auto !important;
}
.somfy .mt-auto,
.somfy .my-auto {
  margin-top: auto !important;
}
.somfy .mr-auto,
.somfy .mx-auto {
  margin-right: auto !important;
}
.somfy .mb-auto,
.somfy .my-auto {
  margin-bottom: auto !important;
}
.somfy .ml-auto,
.somfy .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .somfy .m-sm-0 {
    margin: 0 !important;
  }
  .somfy .mt-sm-0,
  .somfy .my-sm-0 {
    margin-top: 0 !important;
  }
  .somfy .mr-sm-0,
  .somfy .mx-sm-0 {
    margin-right: 0 !important;
  }
  .somfy .mb-sm-0,
  .somfy .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .somfy .ml-sm-0,
  .somfy .mx-sm-0 {
    margin-left: 0 !important;
  }
  .somfy .m-sm-1 {
    margin: 0.25rem !important;
  }
  .somfy .mt-sm-1,
  .somfy .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .somfy .mr-sm-1,
  .somfy .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .somfy .mb-sm-1,
  .somfy .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .somfy .ml-sm-1,
  .somfy .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .somfy .m-sm-2 {
    margin: 0.5rem !important;
  }
  .somfy .mt-sm-2,
  .somfy .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .somfy .mr-sm-2,
  .somfy .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .somfy .mb-sm-2,
  .somfy .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .somfy .ml-sm-2,
  .somfy .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .somfy .m-sm-3 {
    margin: 1rem !important;
  }
  .somfy .mt-sm-3,
  .somfy .my-sm-3 {
    margin-top: 1rem !important;
  }
  .somfy .mr-sm-3,
  .somfy .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .somfy .mb-sm-3,
  .somfy .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .somfy .ml-sm-3,
  .somfy .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .somfy .m-sm-4 {
    margin: 1.5rem !important;
  }
  .somfy .mt-sm-4,
  .somfy .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .somfy .mr-sm-4,
  .somfy .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .somfy .mb-sm-4,
  .somfy .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .somfy .ml-sm-4,
  .somfy .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .somfy .m-sm-5 {
    margin: 3rem !important;
  }
  .somfy .mt-sm-5,
  .somfy .my-sm-5 {
    margin-top: 3rem !important;
  }
  .somfy .mr-sm-5,
  .somfy .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .somfy .mb-sm-5,
  .somfy .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .somfy .ml-sm-5,
  .somfy .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .somfy .p-sm-0 {
    padding: 0 !important;
  }
  .somfy .pt-sm-0,
  .somfy .py-sm-0 {
    padding-top: 0 !important;
  }
  .somfy .pr-sm-0,
  .somfy .px-sm-0 {
    padding-right: 0 !important;
  }
  .somfy .pb-sm-0,
  .somfy .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .somfy .pl-sm-0,
  .somfy .px-sm-0 {
    padding-left: 0 !important;
  }
  .somfy .p-sm-1 {
    padding: 0.25rem !important;
  }
  .somfy .pt-sm-1,
  .somfy .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .somfy .pr-sm-1,
  .somfy .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .somfy .pb-sm-1,
  .somfy .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .somfy .pl-sm-1,
  .somfy .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .somfy .p-sm-2 {
    padding: 0.5rem !important;
  }
  .somfy .pt-sm-2,
  .somfy .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .somfy .pr-sm-2,
  .somfy .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .somfy .pb-sm-2,
  .somfy .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .somfy .pl-sm-2,
  .somfy .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .somfy .p-sm-3 {
    padding: 1rem !important;
  }
  .somfy .pt-sm-3,
  .somfy .py-sm-3 {
    padding-top: 1rem !important;
  }
  .somfy .pr-sm-3,
  .somfy .px-sm-3 {
    padding-right: 1rem !important;
  }
  .somfy .pb-sm-3,
  .somfy .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .somfy .pl-sm-3,
  .somfy .px-sm-3 {
    padding-left: 1rem !important;
  }
  .somfy .p-sm-4 {
    padding: 1.5rem !important;
  }
  .somfy .pt-sm-4,
  .somfy .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .somfy .pr-sm-4,
  .somfy .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .somfy .pb-sm-4,
  .somfy .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .somfy .pl-sm-4,
  .somfy .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .somfy .p-sm-5 {
    padding: 3rem !important;
  }
  .somfy .pt-sm-5,
  .somfy .py-sm-5 {
    padding-top: 3rem !important;
  }
  .somfy .pr-sm-5,
  .somfy .px-sm-5 {
    padding-right: 3rem !important;
  }
  .somfy .pb-sm-5,
  .somfy .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .somfy .pl-sm-5,
  .somfy .px-sm-5 {
    padding-left: 3rem !important;
  }
  .somfy .m-sm-auto {
    margin: auto !important;
  }
  .somfy .mt-sm-auto,
  .somfy .my-sm-auto {
    margin-top: auto !important;
  }
  .somfy .mr-sm-auto,
  .somfy .mx-sm-auto {
    margin-right: auto !important;
  }
  .somfy .mb-sm-auto,
  .somfy .my-sm-auto {
    margin-bottom: auto !important;
  }
  .somfy .ml-sm-auto,
  .somfy .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .somfy .m-md-0 {
    margin: 0 !important;
  }
  .somfy .mt-md-0,
  .somfy .my-md-0 {
    margin-top: 0 !important;
  }
  .somfy .mr-md-0,
  .somfy .mx-md-0 {
    margin-right: 0 !important;
  }
  .somfy .mb-md-0,
  .somfy .my-md-0 {
    margin-bottom: 0 !important;
  }
  .somfy .ml-md-0,
  .somfy .mx-md-0 {
    margin-left: 0 !important;
  }
  .somfy .m-md-1 {
    margin: 0.25rem !important;
  }
  .somfy .mt-md-1,
  .somfy .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .somfy .mr-md-1,
  .somfy .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .somfy .mb-md-1,
  .somfy .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .somfy .ml-md-1,
  .somfy .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .somfy .m-md-2 {
    margin: 0.5rem !important;
  }
  .somfy .mt-md-2,
  .somfy .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .somfy .mr-md-2,
  .somfy .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .somfy .mb-md-2,
  .somfy .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .somfy .ml-md-2,
  .somfy .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .somfy .m-md-3 {
    margin: 1rem !important;
  }
  .somfy .mt-md-3,
  .somfy .my-md-3 {
    margin-top: 1rem !important;
  }
  .somfy .mr-md-3,
  .somfy .mx-md-3 {
    margin-right: 1rem !important;
  }
  .somfy .mb-md-3,
  .somfy .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .somfy .ml-md-3,
  .somfy .mx-md-3 {
    margin-left: 1rem !important;
  }
  .somfy .m-md-4 {
    margin: 1.5rem !important;
  }
  .somfy .mt-md-4,
  .somfy .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .somfy .mr-md-4,
  .somfy .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .somfy .mb-md-4,
  .somfy .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .somfy .ml-md-4,
  .somfy .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .somfy .m-md-5 {
    margin: 3rem !important;
  }
  .somfy .mt-md-5,
  .somfy .my-md-5 {
    margin-top: 3rem !important;
  }
  .somfy .mr-md-5,
  .somfy .mx-md-5 {
    margin-right: 3rem !important;
  }
  .somfy .mb-md-5,
  .somfy .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .somfy .ml-md-5,
  .somfy .mx-md-5 {
    margin-left: 3rem !important;
  }
  .somfy .p-md-0 {
    padding: 0 !important;
  }
  .somfy .pt-md-0,
  .somfy .py-md-0 {
    padding-top: 0 !important;
  }
  .somfy .pr-md-0,
  .somfy .px-md-0 {
    padding-right: 0 !important;
  }
  .somfy .pb-md-0,
  .somfy .py-md-0 {
    padding-bottom: 0 !important;
  }
  .somfy .pl-md-0,
  .somfy .px-md-0 {
    padding-left: 0 !important;
  }
  .somfy .p-md-1 {
    padding: 0.25rem !important;
  }
  .somfy .pt-md-1,
  .somfy .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .somfy .pr-md-1,
  .somfy .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .somfy .pb-md-1,
  .somfy .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .somfy .pl-md-1,
  .somfy .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .somfy .p-md-2 {
    padding: 0.5rem !important;
  }
  .somfy .pt-md-2,
  .somfy .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .somfy .pr-md-2,
  .somfy .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .somfy .pb-md-2,
  .somfy .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .somfy .pl-md-2,
  .somfy .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .somfy .p-md-3 {
    padding: 1rem !important;
  }
  .somfy .pt-md-3,
  .somfy .py-md-3 {
    padding-top: 1rem !important;
  }
  .somfy .pr-md-3,
  .somfy .px-md-3 {
    padding-right: 1rem !important;
  }
  .somfy .pb-md-3,
  .somfy .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .somfy .pl-md-3,
  .somfy .px-md-3 {
    padding-left: 1rem !important;
  }
  .somfy .p-md-4 {
    padding: 1.5rem !important;
  }
  .somfy .pt-md-4,
  .somfy .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .somfy .pr-md-4,
  .somfy .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .somfy .pb-md-4,
  .somfy .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .somfy .pl-md-4,
  .somfy .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .somfy .p-md-5 {
    padding: 3rem !important;
  }
  .somfy .pt-md-5,
  .somfy .py-md-5 {
    padding-top: 3rem !important;
  }
  .somfy .pr-md-5,
  .somfy .px-md-5 {
    padding-right: 3rem !important;
  }
  .somfy .pb-md-5,
  .somfy .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .somfy .pl-md-5,
  .somfy .px-md-5 {
    padding-left: 3rem !important;
  }
  .somfy .m-md-auto {
    margin: auto !important;
  }
  .somfy .mt-md-auto,
  .somfy .my-md-auto {
    margin-top: auto !important;
  }
  .somfy .mr-md-auto,
  .somfy .mx-md-auto {
    margin-right: auto !important;
  }
  .somfy .mb-md-auto,
  .somfy .my-md-auto {
    margin-bottom: auto !important;
  }
  .somfy .ml-md-auto,
  .somfy .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .somfy .m-lg-0 {
    margin: 0 !important;
  }
  .somfy .mt-lg-0,
  .somfy .my-lg-0 {
    margin-top: 0 !important;
  }
  .somfy .mr-lg-0,
  .somfy .mx-lg-0 {
    margin-right: 0 !important;
  }
  .somfy .mb-lg-0,
  .somfy .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .somfy .ml-lg-0,
  .somfy .mx-lg-0 {
    margin-left: 0 !important;
  }
  .somfy .m-lg-1 {
    margin: 0.25rem !important;
  }
  .somfy .mt-lg-1,
  .somfy .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .somfy .mr-lg-1,
  .somfy .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .somfy .mb-lg-1,
  .somfy .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .somfy .ml-lg-1,
  .somfy .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .somfy .m-lg-2 {
    margin: 0.5rem !important;
  }
  .somfy .mt-lg-2,
  .somfy .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .somfy .mr-lg-2,
  .somfy .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .somfy .mb-lg-2,
  .somfy .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .somfy .ml-lg-2,
  .somfy .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .somfy .m-lg-3 {
    margin: 1rem !important;
  }
  .somfy .mt-lg-3,
  .somfy .my-lg-3 {
    margin-top: 1rem !important;
  }
  .somfy .mr-lg-3,
  .somfy .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .somfy .mb-lg-3,
  .somfy .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .somfy .ml-lg-3,
  .somfy .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .somfy .m-lg-4 {
    margin: 1.5rem !important;
  }
  .somfy .mt-lg-4,
  .somfy .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .somfy .mr-lg-4,
  .somfy .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .somfy .mb-lg-4,
  .somfy .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .somfy .ml-lg-4,
  .somfy .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .somfy .m-lg-5 {
    margin: 3rem !important;
  }
  .somfy .mt-lg-5,
  .somfy .my-lg-5 {
    margin-top: 3rem !important;
  }
  .somfy .mr-lg-5,
  .somfy .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .somfy .mb-lg-5,
  .somfy .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .somfy .ml-lg-5,
  .somfy .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .somfy .p-lg-0 {
    padding: 0 !important;
  }
  .somfy .pt-lg-0,
  .somfy .py-lg-0 {
    padding-top: 0 !important;
  }
  .somfy .pr-lg-0,
  .somfy .px-lg-0 {
    padding-right: 0 !important;
  }
  .somfy .pb-lg-0,
  .somfy .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .somfy .pl-lg-0,
  .somfy .px-lg-0 {
    padding-left: 0 !important;
  }
  .somfy .p-lg-1 {
    padding: 0.25rem !important;
  }
  .somfy .pt-lg-1,
  .somfy .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .somfy .pr-lg-1,
  .somfy .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .somfy .pb-lg-1,
  .somfy .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .somfy .pl-lg-1,
  .somfy .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .somfy .p-lg-2 {
    padding: 0.5rem !important;
  }
  .somfy .pt-lg-2,
  .somfy .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .somfy .pr-lg-2,
  .somfy .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .somfy .pb-lg-2,
  .somfy .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .somfy .pl-lg-2,
  .somfy .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .somfy .p-lg-3 {
    padding: 1rem !important;
  }
  .somfy .pt-lg-3,
  .somfy .py-lg-3 {
    padding-top: 1rem !important;
  }
  .somfy .pr-lg-3,
  .somfy .px-lg-3 {
    padding-right: 1rem !important;
  }
  .somfy .pb-lg-3,
  .somfy .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .somfy .pl-lg-3,
  .somfy .px-lg-3 {
    padding-left: 1rem !important;
  }
  .somfy .p-lg-4 {
    padding: 1.5rem !important;
  }
  .somfy .pt-lg-4,
  .somfy .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .somfy .pr-lg-4,
  .somfy .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .somfy .pb-lg-4,
  .somfy .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .somfy .pl-lg-4,
  .somfy .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .somfy .p-lg-5 {
    padding: 3rem !important;
  }
  .somfy .pt-lg-5,
  .somfy .py-lg-5 {
    padding-top: 3rem !important;
  }
  .somfy .pr-lg-5,
  .somfy .px-lg-5 {
    padding-right: 3rem !important;
  }
  .somfy .pb-lg-5,
  .somfy .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .somfy .pl-lg-5,
  .somfy .px-lg-5 {
    padding-left: 3rem !important;
  }
  .somfy .m-lg-auto {
    margin: auto !important;
  }
  .somfy .mt-lg-auto,
  .somfy .my-lg-auto {
    margin-top: auto !important;
  }
  .somfy .mr-lg-auto,
  .somfy .mx-lg-auto {
    margin-right: auto !important;
  }
  .somfy .mb-lg-auto,
  .somfy .my-lg-auto {
    margin-bottom: auto !important;
  }
  .somfy .ml-lg-auto,
  .somfy .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .somfy .m-xl-0 {
    margin: 0 !important;
  }
  .somfy .mt-xl-0,
  .somfy .my-xl-0 {
    margin-top: 0 !important;
  }
  .somfy .mr-xl-0,
  .somfy .mx-xl-0 {
    margin-right: 0 !important;
  }
  .somfy .mb-xl-0,
  .somfy .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .somfy .ml-xl-0,
  .somfy .mx-xl-0 {
    margin-left: 0 !important;
  }
  .somfy .m-xl-1 {
    margin: 0.25rem !important;
  }
  .somfy .mt-xl-1,
  .somfy .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .somfy .mr-xl-1,
  .somfy .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .somfy .mb-xl-1,
  .somfy .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .somfy .ml-xl-1,
  .somfy .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .somfy .m-xl-2 {
    margin: 0.5rem !important;
  }
  .somfy .mt-xl-2,
  .somfy .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .somfy .mr-xl-2,
  .somfy .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .somfy .mb-xl-2,
  .somfy .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .somfy .ml-xl-2,
  .somfy .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .somfy .m-xl-3 {
    margin: 1rem !important;
  }
  .somfy .mt-xl-3,
  .somfy .my-xl-3 {
    margin-top: 1rem !important;
  }
  .somfy .mr-xl-3,
  .somfy .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .somfy .mb-xl-3,
  .somfy .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .somfy .ml-xl-3,
  .somfy .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .somfy .m-xl-4 {
    margin: 1.5rem !important;
  }
  .somfy .mt-xl-4,
  .somfy .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .somfy .mr-xl-4,
  .somfy .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .somfy .mb-xl-4,
  .somfy .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .somfy .ml-xl-4,
  .somfy .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .somfy .m-xl-5 {
    margin: 3rem !important;
  }
  .somfy .mt-xl-5,
  .somfy .my-xl-5 {
    margin-top: 3rem !important;
  }
  .somfy .mr-xl-5,
  .somfy .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .somfy .mb-xl-5,
  .somfy .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .somfy .ml-xl-5,
  .somfy .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .somfy .p-xl-0 {
    padding: 0 !important;
  }
  .somfy .pt-xl-0,
  .somfy .py-xl-0 {
    padding-top: 0 !important;
  }
  .somfy .pr-xl-0,
  .somfy .px-xl-0 {
    padding-right: 0 !important;
  }
  .somfy .pb-xl-0,
  .somfy .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .somfy .pl-xl-0,
  .somfy .px-xl-0 {
    padding-left: 0 !important;
  }
  .somfy .p-xl-1 {
    padding: 0.25rem !important;
  }
  .somfy .pt-xl-1,
  .somfy .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .somfy .pr-xl-1,
  .somfy .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .somfy .pb-xl-1,
  .somfy .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .somfy .pl-xl-1,
  .somfy .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .somfy .p-xl-2 {
    padding: 0.5rem !important;
  }
  .somfy .pt-xl-2,
  .somfy .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .somfy .pr-xl-2,
  .somfy .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .somfy .pb-xl-2,
  .somfy .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .somfy .pl-xl-2,
  .somfy .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .somfy .p-xl-3 {
    padding: 1rem !important;
  }
  .somfy .pt-xl-3,
  .somfy .py-xl-3 {
    padding-top: 1rem !important;
  }
  .somfy .pr-xl-3,
  .somfy .px-xl-3 {
    padding-right: 1rem !important;
  }
  .somfy .pb-xl-3,
  .somfy .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .somfy .pl-xl-3,
  .somfy .px-xl-3 {
    padding-left: 1rem !important;
  }
  .somfy .p-xl-4 {
    padding: 1.5rem !important;
  }
  .somfy .pt-xl-4,
  .somfy .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .somfy .pr-xl-4,
  .somfy .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .somfy .pb-xl-4,
  .somfy .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .somfy .pl-xl-4,
  .somfy .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .somfy .p-xl-5 {
    padding: 3rem !important;
  }
  .somfy .pt-xl-5,
  .somfy .py-xl-5 {
    padding-top: 3rem !important;
  }
  .somfy .pr-xl-5,
  .somfy .px-xl-5 {
    padding-right: 3rem !important;
  }
  .somfy .pb-xl-5,
  .somfy .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .somfy .pl-xl-5,
  .somfy .px-xl-5 {
    padding-left: 3rem !important;
  }
  .somfy .m-xl-auto {
    margin: auto !important;
  }
  .somfy .mt-xl-auto,
  .somfy .my-xl-auto {
    margin-top: auto !important;
  }
  .somfy .mr-xl-auto,
  .somfy .mx-xl-auto {
    margin-right: auto !important;
  }
  .somfy .mb-xl-auto,
  .somfy .my-xl-auto {
    margin-bottom: auto !important;
  }
  .somfy .ml-xl-auto,
  .somfy .mx-xl-auto {
    margin-left: auto !important;
  }
}
.somfy .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.somfy .text-justify {
  text-align: justify !important;
}
.somfy .text-nowrap {
  white-space: nowrap !important;
}
.somfy .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.somfy .text-left {
  text-align: left !important;
}
.somfy .text-right {
  text-align: right !important;
}
.somfy .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .somfy .text-sm-left {
    text-align: left !important;
  }
  .somfy .text-sm-right {
    text-align: right !important;
  }
  .somfy .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .somfy .text-md-left {
    text-align: left !important;
  }
  .somfy .text-md-right {
    text-align: right !important;
  }
  .somfy .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .somfy .text-lg-left {
    text-align: left !important;
  }
  .somfy .text-lg-right {
    text-align: right !important;
  }
  .somfy .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .somfy .text-xl-left {
    text-align: left !important;
  }
  .somfy .text-xl-right {
    text-align: right !important;
  }
  .somfy .text-xl-center {
    text-align: center !important;
  }
}
.somfy .text-lowercase {
  text-transform: lowercase !important;
}
.somfy .text-uppercase {
  text-transform: uppercase !important;
}
.somfy .text-capitalize {
  text-transform: capitalize !important;
}
.somfy .font-weight-light {
  font-weight: 300 !important;
}
.somfy .font-weight-normal {
  font-weight: 400 !important;
}
.somfy .font-weight-bold {
  font-weight: 700 !important;
}
.somfy .font-italic {
  font-style: italic !important;
}
.somfy .text-white {
  color: #fff !important;
}
.somfy .text-primary {
  color: #007bff !important;
}
.somfy a.text-primary:hover, .somfy a.text-primary:focus {
  color: #0062cc !important;
}
.somfy .text-secondary {
  color: #6c757d !important;
}
.somfy a.text-secondary:hover, .somfy a.text-secondary:focus {
  color: #545b62 !important;
}
.somfy .text-success {
  color: #28a745 !important;
}
.somfy a.text-success:hover, .somfy a.text-success:focus {
  color: #1e7e34 !important;
}
.somfy .text-info {
  color: #17a2b8 !important;
}
.somfy a.text-info:hover, .somfy a.text-info:focus {
  color: #117a8b !important;
}
.somfy .text-warning {
  color: #ffc107 !important;
}
.somfy a.text-warning:hover, .somfy a.text-warning:focus {
  color: #d39e00 !important;
}
.somfy .text-danger {
  color: #dc3545 !important;
}
.somfy a.text-danger:hover, .somfy a.text-danger:focus {
  color: #bd2130 !important;
}
.somfy .text-light {
  color: #f8f9fa !important;
}
.somfy a.text-light:hover, .somfy a.text-light:focus {
  color: #dae0e5 !important;
}
.somfy .text-dark {
  color: #343a40 !important;
}
.somfy a.text-dark:hover, .somfy a.text-dark:focus {
  color: #1d2124 !important;
}
.somfy .text-body {
  color: #212529 !important;
}
.somfy .text-muted {
  color: #6c757d !important;
}
.somfy .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.somfy .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.somfy .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.somfy .visible {
  visibility: visible !important;
}
.somfy .invisible {
  visibility: hidden !important;
}
@media print {
  .somfy *,
  .somfy *::before,
  .somfy *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .somfy a:not(.btn) {
    text-decoration: underline;
  }
  .somfy abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .somfy pre {
    white-space: pre-wrap !important;
  }
  .somfy pre,
  .somfy blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .somfy thead {
    display: table-header-group;
  }
  .somfy tr,
  .somfy img {
    page-break-inside: avoid;
  }
  .somfy p,
  .somfy h2,
  .somfy h3 {
    orphans: 3;
    widows: 3;
  }
  .somfy h2,
  .somfy h3 {
    page-break-after: avoid;
  }
  @page {
  .somfy {
    size: a3;
  }
}
.somfy body {
  min-width: 992px !important;
}
.somfy .container {
  min-width: 992px !important;
}
.somfy .navbar {
  display: none;
}
.somfy .badge {
  border: 1px solid #000;
}
.somfy .table {
  border-collapse: collapse !important;
}
.somfy .table td,
.somfy .table th {
  background-color: #fff !important;
}
.somfy .table-bordered th,
.somfy .table-bordered td {
  border: 1px solid #dee2e6 !important;
}
.somfy .table-dark {
  color: inherit;
}
.somfy .table-dark th,
.somfy .table-dark td,
.somfy .table-dark thead th,
.somfy .table-dark tbody + tbody {
  border-color: #dee2e6;
}
.somfy .table .thead-dark th {
  color: inherit;
  border-color: #dee2e6;
}
}
.somfy select.bs-select-hidden,
.somfy .bootstrap-select > select.bs-select-hidden,
.somfy select.selectpicker {
  display: none !important;
}
.somfy .bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.somfy .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.somfy .bootstrap-select > .dropdown-toggle.bs-placeholder, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .somfy .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.somfy .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.somfy .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .somfy .bootstrap-select .dropdown-toggle, .error .somfy .bootstrap-select .dropdown-toggle, .somfy .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .somfy .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.somfy .bootstrap-select.is-valid .dropdown-toggle, .was-validated .somfy .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.somfy .bootstrap-select.fit-width {
  width: auto !important;
}
.somfy .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.somfy .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.somfy .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .somfy .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.somfy .bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.somfy .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.somfy .bootstrap-select:not(.input-group-btn), .somfy .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.somfy .bootstrap-select.dropdown-menu-right, .somfy .bootstrap-select[class*="col-"].dropdown-menu-right, .row .somfy .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .somfy .bootstrap-select, .form-horizontal .somfy .bootstrap-select, .form-group .somfy .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .somfy .bootstrap-select.form-control, .form-group-sm .somfy .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .somfy .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .somfy .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.somfy .bootstrap-select.form-control-sm .dropdown-toggle, .somfy .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.somfy .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.somfy .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .somfy .bootstrap-select .form-control {
  width: 100%;
}
.somfy .bootstrap-select.disabled,
.somfy .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.somfy .bootstrap-select.disabled:focus,
.somfy .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.somfy .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.somfy .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.somfy .bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}
.somfy .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.somfy .bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.somfy .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.somfy .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .somfy .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.somfy .bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.somfy .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.somfy .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.somfy .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.somfy .bootstrap-select .dropdown-menu li {
  position: relative;
}
.somfy .bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.somfy .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.somfy .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.somfy .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.somfy .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.somfy .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.somfy .bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.somfy .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.somfy .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.somfy .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.somfy .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.somfy .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.somfy .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.somfy .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.somfy .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.somfy .bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.somfy .bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .somfy .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.somfy .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.somfy .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.somfy .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.somfy .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.somfy .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.somfy .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.somfy .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .somfy .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .somfy .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .somfy .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.somfy .bs-searchbox,
.somfy .bs-actionsbox,
.somfy .bs-donebutton {
  padding: 4px 8px;
}
.somfy .bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.somfy .bs-actionsbox .btn-group button {
  width: 50%;
}
.somfy .bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.somfy .bs-donebutton .btn-group button {
  width: 100%;
}
.somfy .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.somfy .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: 'somfy-v5-icons';
  src: url("/o/somfy-b2b2019-assets/fonts/b2c/somfy-v5-icons/somfy-v5-icons.eot?dj3ZtdU");
  src: url("/o/somfy-b2b2019-assets/fonts/b2c/somfy-v5-icons/somfy-v5-icons.eot?dj3ZtdU#iefix") format("embedded-opentype"), url("/o/somfy-b2b2019-assets/fonts/b2c/somfy-v5-icons/somfy-v5-icons.ttf?dj3ZtdU") format("truetype"), url("/o/somfy-b2b2019-assets/fonts/b2c/somfy-v5-icons/somfy-v5-icons.woff?dj3ZtdU") format("woff"), url("/o/somfy-b2b2019-assets/fonts/b2c/somfy-v5-icons/somfy-v5-icons.svg?dj3ZtdU#somfy-v5-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.somfy [class^="sfy-v5-icon-"], .somfy [class*=" sfy-v5-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'somfy-v5-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.somfy .sfy-v5-icon-grid:before {
  content: "\e969";
}
.somfy .sfy-v5-icon-help2:before {
  content: "\e96a";
}
.somfy .sfy-v5-icon-list:before {
  content: "\e96b";
}
.somfy .sfy-v5-icon-smart-home2:before {
  content: "\e96c";
}
.somfy .sfy-v5-icon-star:before {
  content: "\e96d";
}
.somfy .sfy-v5-icon-desktop:before {
  content: "\e966";
}
.somfy .sfy-v5-icon-light:before {
  content: "\e967";
}
.somfy .sfy-v5-icon-mobile:before {
  content: "\e968";
}
.somfy .sfy-v5-icon-visibility:before {
  content: "\e965";
}
.somfy .sfy-v5-icon-arrow-slider:before {
  content: "\e964";
}
.somfy .sfy-v5-icon-ok:before {
  content: "\e960";
}
.somfy .sfy-v5-icon-cart-fill:before {
  content: "\e961";
}
.somfy .sfy-v5-icon-cross:before {
  content: "\e962";
}
.somfy .sfy-v5-icon-info1:before {
  content: "\e963";
}
.somfy .sfy-v5-icon-consent:before {
  content: "\e95f";
}
.somfy .sfy-v5-icon-doc_ppt:before {
  content: "\e95d";
}
.somfy .sfy-v5-icon-doc:before {
  content: "\e95e";
}
.somfy .sfy-v5-icon-edit:before {
  content: "\e95a";
}
.somfy .sfy-v5-icon-link:before {
  content: "\e95b";
}
.somfy .sfy-v5-icon-trash:before {
  content: "\e95c";
}
.somfy .sfy-v5-icon-smart-home:before {
  content: "\e956";
}
.somfy .sfy-v5-icon-dealer-filter:before {
  content: "\e957";
}
.somfy .sfy-v5-icon-toggle-map:before {
  content: "\e958";
}
.somfy .sfy-v5-icon-dealer-showroom:before {
  content: "\e959";
}
.somfy .sfy-v5-icon-h-leadmanagement-40:before {
  content: "\e92d";
}
.somfy .sfy-v5-icon-h-leadmanagement-56:before {
  content: "\e92e";
}
.somfy .sfy-v5-icon-h-leadmanagement-88:before {
  content: "\e92f";
}
.somfy .sfy-v5-icon-h-maintenance-40:before {
  content: "\e930";
}
.somfy .sfy-v5-icon-h-maintenance-56:before {
  content: "\e931";
}
.somfy .sfy-v5-icon-h-maintenance-88:before {
  content: "\e933";
}
.somfy .sfy-v5-icon-h-myaccount-24:before {
  content: "\e93d";
}
.somfy .sfy-v5-icon-h-myaccount-40:before {
  content: "\e93e";
}
.somfy .sfy-v5-icon-h-myaccount-56:before {
  content: "\e93f";
}
.somfy .sfy-v5-icon-h-myaccount-88:before {
  content: "\e940";
}
.somfy .sfy-v5-icon-h-cartshop-24:before {
  content: "\e924";
}
.somfy .sfy-v5-icon-h-cartshop-40:before {
  content: "\e925";
}
.somfy .sfy-v5-icon-h-cartshop-56:before {
  content: "\e926";
}
.somfy .sfy-v5-icon-h-cartshop-88:before {
  content: "\e928";
}
.somfy .sfy-v5-icon-h-contact-24:before {
  content: "\e929";
}
.somfy .sfy-v5-icon-h-contact-40:before {
  content: "\e92a";
}
.somfy .sfy-v5-icon-h-contact-56:before {
  content: "\e92b";
}
.somfy .sfy-v5-icon-h-contact-88:before {
  content: "\e92c";
}
.somfy .sfy-v5-icon-h-search-24:before {
  content: "\e941";
}
.somfy .sfy-v5-icon-h-search-40:before {
  content: "\e942";
}
.somfy .sfy-v5-icon-h-search-56:before {
  content: "\e943";
}
.somfy .sfy-v5-icon-h-search-88:before {
  content: "\e944";
}
.somfy .sfy-v5-icon-h-storelocator-24:before {
  content: "\e945";
}
.somfy .sfy-v5-icon-h-storelocator-40:before {
  content: "\e946";
}
.somfy .sfy-v5-icon-h-storelocator-56:before {
  content: "\e947";
}
.somfy .sfy-v5-icon-h-storelocator-88:before {
  content: "\e948";
}
.somfy .sfy-v5-icon-hotline-40:before {
  content: "\e949";
}
.somfy .sfy-v5-icon-hotline-56:before {
  content: "\e94a";
}
.somfy .sfy-v5-icon-hotline-88:before {
  content: "\e94c";
}
.somfy .sfy-v5-icon-quotation-40:before {
  content: "\e950";
}
.somfy .sfy-v5-icon-quotation-56:before {
  content: "\e951";
}
.somfy .sfy-v5-icon-quotation-88:before {
  content: "\e952";
}
.somfy .sfy-v5-icon-troubleshooting-40:before {
  content: "\e953";
}
.somfy .sfy-v5-icon-troubleshooting-56:before {
  content: "\e954";
}
.somfy .sfy-v5-icon-troubleshooting-88:before {
  content: "\e955";
}
.somfy .sfy-v5-icon-pi:before {
  content: "\e923";
}
.somfy .sfy-v5-icon-h-cartshop:before {
  content: "\e917";
}
.somfy .sfy-v5-icon-h-contact:before {
  content: "\e91a";
}
.somfy .sfy-v5-icon-h-leadmanagement:before {
  content: "\e91b";
}
.somfy .sfy-v5-icon-h-maintenance:before {
  content: "\e91c";
}
.somfy .sfy-v5-icon-h-myaccount:before {
  content: "\e91d";
}
.somfy .sfy-v5-icon-h-search:before {
  content: "\e921";
}
.somfy .sfy-v5-icon-h-storelocator:before {
  content: "\e922";
}
.somfy .sfy-v5-icon-showroom:before {
  content: "\e915";
}
.somfy .sfy-v5-icon-filter:before {
  content: "\e916";
}
.somfy .sfy-v5-icon-share:before {
  content: "\e914";
}
.somfy .sfy-v5-icon-links:before {
  content: "\e912";
}
.somfy .sfy-v5-icon-filtre:before {
  content: "\e913";
}
.somfy .sfy-v5-icon-categorie:before {
  content: "\e90e";
}
.somfy .sfy-v5-icon-tag-full:before {
  content: "\e90f";
}
.somfy .sfy-v5-icon-tag:before {
  content: "\e90b";
}
.somfy .sfy-v5-icon-calendar:before {
  content: "\e90c";
  color: #767677;
}
.somfy .sfy-v5-icon-eye:before {
  content: "\e90a";
}
.somfy .sfy-v5-icon-info:before {
  content: "\e909";
}
.somfy .sfy-v5-icon-locate:before {
  content: "\e908";
}
.somfy .sfy-v5-icon-selection-assistant:before {
  content: "\e905";
}
.somfy .sfy-v5-icon-on-site-support:before {
  content: "\e906";
}
.somfy .sfy-v5-icon-store-locator:before {
  content: "\e907";
}
.somfy .sfy-v5-icon-product:before {
  content: "\e920";
}
.somfy .sfy-v5-icon-access:before {
  content: "\e90d";
}
.somfy .sfy-v5-icon-search:before {
  content: "\e927";
}
.somfy .sfy-v5-icon-phone:before {
  content: "\e910";
}
.somfy .sfy-v5-icon-user:before {
  content: "\e9aa";
}
.somfy .sfy-v5-icon-cart:before {
  content: "\e911";
}
.somfy .sfy-v5-icon-quote:before {
  content: "\e900";
}
.somfy .sfy-v5-icon-product-selection-assistant:before {
  content: "\e901";
}
.somfy .sfy-v5-icon-help:before {
  content: "\f29c";
}
.somfy .sfy-v5-icon-plus:before {
  content: "\e934";
}
.somfy .sfy-v5-icon-ctrl:before {
  content: "\ea50";
}
.somfy .sfy-v5-icon-icon-expand:before {
  content: "\e919";
}
.somfy .sfy-v5-icon-tahoma-compatible:before {
  content: "\e902";
}
.somfy .sfy-v5-icon-facebook:before {
  content: "\e918";
}
.somfy .sfy-v5-icon-fb:before {
  content: "\e918";
}
.somfy .sfy-v5-icon-twitter:before {
  content: "\ea96";
}
.somfy .sfy-v5-icon-tw:before {
  content: "\ea96";
}
.somfy .sfy-v5-icon-youtube:before {
  content: "\ea9d";
}
.somfy .sfy-v5-icon-yt:before {
  content: "\ea9d";
}
.somfy .sfy-v5-icon-instagram:before {
  content: "\ea92";
}
.somfy .sfy-v5-icon-in:before {
  content: "\ea92";
}
.somfy .sfy-v5-icon-linkedin:before {
  content: "\e94b";
}
.somfy .sfy-v5-icon-li:before {
  content: "\e94b";
}
.somfy .sfy-v5-icon-weibo:before {
  content: "\ea9a";
}
.somfy .sfy-v5-icon-wb:before {
  content: "\ea9a";
}
.somfy .sfy-v5-icon-blogger:before {
  content: "\e94f";
}
.somfy .sfy-v5-icon-bg:before {
  content: "\e94f";
}
.somfy .sfy-v5-icon-vkontakte:before {
  content: "\e94d";
}
.somfy .sfy-v5-icon-vk:before {
  content: "\e94d";
}
.somfy .sfy-v5-icon-whatsapp:before {
  content: "\e94e";
}
.somfy .sfy-v5-icon-wa:before {
  content: "\e94e";
}
.somfy .sfy-v5-icon-wechat:before {
  content: "\e903";
}
.somfy .sfy-v5-icon-we:before {
  content: "\e903";
}
.somfy .sfy-v5-icon-line:before {
  content: "\e904";
}
.somfy .sfy-v5-icon-ln:before {
  content: "\e904";
}
.somfy .sfy-v5-icon-paypal1:before {
  content: "\e91f";
}
.somfy .sfy-v5-icon-visa:before {
  content: "\e932";
}
.somfy .sfy-v5-icon-master:before {
  content: "\e91e";
}
.somfy .sfy-v5-icon-doc_pdf:before {
  content: "\e937";
}
.somfy .sfy-v5-icon-doc_excel:before {
  content: "\e935";
}
.somfy .sfy-v5-icon-doc_word:before {
  content: "\e938";
}
.somfy .sfy-v5-icon-doc_img:before {
  content: "\e936";
}
.somfy .sfy-v5-icon-doc_zip:before {
  content: "\e939";
}
.somfy .sfy-v5-icon-photo:before {
  content: "\e93b";
  color: #ccc;
}
.somfy .sfy-v5-icon-download:before {
  content: "\e93c";
}
.somfy .sfy-v5-icon-zoom:before {
  content: "\e93a";
}

.cfdebug {
  display: none;
}

html {
  font-size: 14px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: auto !important;
}

body.modal-open {
  padding-right: 0 !important;
}
body:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  opacity: 0.7;
  top: 0;
  z-index: 900;
  background-color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.universe_detail_overlay {
  position: absolute;
  overflow-y: scroll;
  width: 100%;
}
body.universe_detail_overlay .somfy {
  overflow: hidden;
}
body.remove-scroll {
  overflow: hidden;
  position: fixed;
}

.scroll-overlay {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 1px;
  z-index: -9999;
}

.somfy {
  position: relative;
  color: black;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body .somfy {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy,
body.vi-th .somfy {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy,
body.ar-lb .somfy,
body.ar-ma .somfy,
body.ar-il .somfy {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy,
body.tc-tw .somfy {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy {
    font-size: 1.1428571429rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0.0285714286rem;
  }
}
.somfy article, .somfy aside, .somfy figure, .somfy footer, .somfy header, .somfy hgroup, .somfy nav, .somfy section {
  font-family: SomfySans-Light, sans-serif;
}
.somfy #maincontent {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.somfy .universes_list_dropdown {
  height: 0;
  overflow-y: hidden;
}
.somfy .universes_list_dropdown .universe-padding {
  padding: 50px 0 30px 0;
}
.somfy .universes_list_title {
  margin-top: 20px;
}
body .somfy .universes_list_title {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .universes_list_title,
body.vi-th .somfy .universes_list_title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .universes_list_title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .universes_list_title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .universes_list_title,
body.ar-lb .somfy .universes_list_title,
body.ar-ma .somfy .universes_list_title,
body.ar-il .somfy .universes_list_title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .universes_list_title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .universes_list_title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .universes_list_title,
body.tc-tw .somfy .universes_list_title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .universes_list_title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy main {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 801px) {
  .somfy main {
    padding-top: 182px;
  }
}
.somfy .container-fluid {
  max-width: 1340px;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .somfy .container-fluid {
    max-width: 1340px;
  }
}
body .somfy .container-fluid .text_big {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .container-fluid .text_big,
body.vi-th .somfy .container-fluid .text_big {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .container-fluid .text_big {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .container-fluid .text_big {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .container-fluid .text_big,
body.ar-lb .somfy .container-fluid .text_big,
body.ar-ma .somfy .container-fluid .text_big,
body.ar-il .somfy .container-fluid .text_big {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .container-fluid .text_big {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .container-fluid .text_big {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .container-fluid .text_big,
body.tc-tw .somfy .container-fluid .text_big {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .container-fluid .text_big {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
body .somfy .container-fluid h4 .text_big {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .container-fluid h4 .text_big,
body.vi-th .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .container-fluid h4 .text_big,
body.ar-lb .somfy .container-fluid h4 .text_big,
body.ar-ma .somfy .container-fluid h4 .text_big,
body.ar-il .somfy .container-fluid h4 .text_big {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .container-fluid h4 .text_big,
body.tc-tw .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .container-fluid h4 .text_big {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy h1, .somfy h2, .somfy h3, .somfy h4, .somfy h5, .somfy .title_1, .somfy .title_2, .somfy .title_3, .somfy .subtitle_1, .somfy .subtitle_2 {
  color: #1A1B1C;
  font-weight: normal;
}
.somfy .text_big, .somfy .text_medium, .somfy .text_small, .somfy .head_title {
  color: #1A1B1C;
}
.somfy .content-loader {
  display: none;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600;
  background-color: rgba(255, 255, 255, 0.7);
}
.somfy .content-loader:after {
  content: '';
  border: 10px solid #f3f3f3;
  border-top: 10px solid #FAB800;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1600;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.somfy .popover {
  display: flex;
  flex-direction: column-reverse;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 15px 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 400;
}
.somfy .popover.bs-popover-right, .somfy .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: -5px;
  margin-top: -15px;
}
.somfy .popover .popover-body p:last-child {
  margin-bottom: 0;
}
.somfy .popover .popover-header {
  background-color: white;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fcac22;
  border: none;
}
.somfy .notification-danger {
  border: 2px solid #F54B5E;
  border-radius: 4px;
}
.somfy .notification-danger p {
  color: #F54B5E;
}
.somfy .notification-success {
  border: 2px solid #009845;
  border-radius: 4px;
}
.somfy .notification-success p {
  color: #009845;
}
.somfy a.anim-arrow {
  position: relative;
  word-break: break-all;
  width: 100%;
  font-size: 1.1428571429rem;
}
body .somfy a.anim-arrow {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy a.anim-arrow,
body.vi-th .somfy a.anim-arrow {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy a.anim-arrow {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy a.anim-arrow {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy a.anim-arrow,
body.ar-lb .somfy a.anim-arrow,
body.ar-ma .somfy a.anim-arrow,
body.ar-il .somfy a.anim-arrow {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy a.anim-arrow {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy a.anim-arrow {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy a.anim-arrow,
body.tc-tw .somfy a.anim-arrow {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy a.anim-arrow {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy a.anim-arrow .icon-arrow-right {
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -14px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.somfy a.anim-arrow .icon-arrow-right:before {
  color: #FAB800;
}
.somfy a.anim-arrow:hover, .somfy a.anim-arrow:focus, .somfy a.anim-arrow:active {
  color: #FAB800 !important;
  text-decoration: none;
}
.somfy a.anim-arrow:hover .icon-arrow-right, .somfy a.anim-arrow:focus .icon-arrow-right, .somfy a.anim-arrow:active .icon-arrow-right {
  right: -20px;
}
.somfy .bg-yellow a.anim-arrow .icon-arrow-right:before {
  color: white;
}
.somfy .bg-yellow a.anim-arrow:hover, .somfy .bg-yellow a.anim-arrow:focus, .somfy .bg-yellow a.anim-arrow:active {
  color: white !important;
}
.somfy .bg-silver a.anim-arrow .icon-arrow-right:before {
  color: white;
}
.somfy .bg-silver a.anim-arrow:hover, .somfy .bg-silver a.anim-arrow:focus, .somfy .bg-silver a.anim-arrow:active {
  color: white !important;
}
.somfy .align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.somfy .align-center-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.somfy .icon-arrow-right {
  font-size: 0.7em;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .somfy .p_0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .somfy .p_20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .somfy .p_30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .somfy .p_50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .somfy .p_80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .somfy .p_100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .somfy .pb_0 {
    padding-bottom: 0;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_30 {
    padding-top: 20px;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_80 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_100 {
    padding-top: 10px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_80 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_100 {
    padding-top: 0;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_100 {
    padding-top: 40px;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_30 {
    padding-top: 20px;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 10px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 0;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_100 {
    padding-top: 40px;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_30 {
    padding-top: 20px;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 10px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 0;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_100 {
    padding-top: 40px;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_30 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 10px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 0;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_100 {
    padding-top: 40px;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_30 {
    padding-top: 20px;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 10px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 0;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_100 {
    padding-top: 40px;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_30 {
    padding-top: 20px;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 10px;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 10px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 0;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_100 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .somfy .p_0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .somfy .p_20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .somfy .p_30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .somfy .p_50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .somfy .p_80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .somfy .p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .somfy .pb_0 {
    padding-bottom: 0;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_30 {
    padding-top: 10px;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_50 {
    padding-top: 30px;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_80 {
    padding-top: 60px;
  }
  .somfy .bg-white.p_20:not(.pb_0) + .bg-white.p_100 {
    padding-top: 80px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_80 {
    padding-top: 50px;
  }
  .somfy .bg-white.p_30:not(.pb_0) + .bg-white.p_100 {
    padding-top: 70px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_30 {
    padding-top: 30px;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-white.p_50:not(.pb_0) + .bg-white.p_100 {
    padding-top: 50px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_50 {
    padding-top: 50px;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_80 {
    padding-top: 0;
  }
  .somfy .bg-white.p_80:not(.pb_0) + .bg-white.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_80 {
    padding-top: 80px;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_20 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_30 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_50 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_80 {
    padding-top: 0;
  }
  .somfy .bg-white.p_100:not(.pb_0) + .bg-white.p_100 {
    padding-top: 0;
  }
  .somfy .bg-white.pb_0 + .bg-white.p_100 {
    padding-top: 100px;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 10px;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 30px;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 60px;
  }
  .somfy .bg-gray.p_20:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 80px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 50px;
  }
  .somfy .bg-gray.p_30:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 70px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_30 {
    padding-top: 30px;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-gray.p_50:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 50px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_50 {
    padding-top: 50px;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_80:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_80 {
    padding-top: 80px;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_20 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_30 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_50 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_80 {
    padding-top: 0;
  }
  .somfy .bg-gray.p_100:not(.pb_0) + .bg-gray.p_100 {
    padding-top: 0;
  }
  .somfy .bg-gray.pb_0 + .bg-gray.p_100 {
    padding-top: 100px;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 10px;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 30px;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 60px;
  }
  .somfy .bg-dark.p_20:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 80px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 50px;
  }
  .somfy .bg-dark.p_30:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 70px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_30 {
    padding-top: 30px;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-dark.p_50:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 50px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_50 {
    padding-top: 50px;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_80:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_80 {
    padding-top: 80px;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_20 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_30 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_50 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_80 {
    padding-top: 0;
  }
  .somfy .bg-dark.p_100:not(.pb_0) + .bg-dark.p_100 {
    padding-top: 0;
  }
  .somfy .bg-dark.pb_0 + .bg-dark.p_100 {
    padding-top: 100px;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 10px;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 30px;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 60px;
  }
  .somfy .bg-yellow.p_20:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 80px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 50px;
  }
  .somfy .bg-yellow.p_30:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 70px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_30 {
    padding-top: 30px;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-yellow.p_50:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 50px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_50 {
    padding-top: 50px;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_80:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_80 {
    padding-top: 80px;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_20 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_30 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_50 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_80 {
    padding-top: 0;
  }
  .somfy .bg-yellow.p_100:not(.pb_0) + .bg-yellow.p_100 {
    padding-top: 0;
  }
  .somfy .bg-yellow.pb_0 + .bg-yellow.p_100 {
    padding-top: 100px;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 10px;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 30px;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 60px;
  }
  .somfy .bg-blue.p_20:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 80px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 50px;
  }
  .somfy .bg-blue.p_30:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 70px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_30 {
    padding-top: 30px;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-blue.p_50:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 50px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_50 {
    padding-top: 50px;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_80:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_80 {
    padding-top: 80px;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_20 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_30 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_50 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_80 {
    padding-top: 0;
  }
  .somfy .bg-blue.p_100:not(.pb_0) + .bg-blue.p_100 {
    padding-top: 0;
  }
  .somfy .bg-blue.pb_0 + .bg-blue.p_100 {
    padding-top: 100px;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 10px;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 30px;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 60px;
  }
  .somfy .bg-beige.p_20:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 80px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_20 {
    padding-top: 20px;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 20px;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 50px;
  }
  .somfy .bg-beige.p_30:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 70px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_30 {
    padding-top: 30px;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 30px;
  }
  .somfy .bg-beige.p_50:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 50px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_50 {
    padding-top: 50px;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_80:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 20px;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_80 {
    padding-top: 80px;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_20 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_30 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_50 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_80 {
    padding-top: 0;
  }
  .somfy .bg-beige.p_100:not(.pb_0) + .bg-beige.p_100 {
    padding-top: 0;
  }
  .somfy .bg-beige.pb_0 + .bg-beige.p_100 {
    padding-top: 100px;
  }
}
.somfy a {
  color: #FAB800;
}
.somfy a:hover, .somfy a:focus {
  color: #EC9600;
  text-decoration: none;
}
.somfy a, .somfy button {
  outline-offset: 0;
  transition: outline 0.2s ease-in-out;
}
.somfy a:focus, .somfy button:focus {
  outline: none;
}
.somfy a:focus-visible, .somfy button:focus-visible {
  outline: 2px solid #FAB800;
  outline-offset: 4px;
}
.somfy .bg-yellow a {
  color: white;
}
.somfy .bg-yellow a:hover, .somfy .bg-yellow a:focus {
  color: white;
}
.somfy .bg-silver a {
  color: white;
}
.somfy .bg-silver a:hover, .somfy .bg-silver a:focus {
  color: white;
}
@media (min-width: 768px) {
  .somfy .mid-start-title {
    flex-wrap: wrap-reverse;
    text-align: right;
  }
}
.somfy .bg-white {
  background-color: #ffffff !important;
}
.somfy .bg-gray {
  background-color: #F8F7F5 !important;
}
.somfy .bg-sliver-light {
  background-color: #EDF0F1 !important;
}
.somfy .bg-dark {
  background-color: #485C74 !important;
}
.somfy .bg-blue {
  background-color: #109BAC !important;
}
.somfy .bg-beige {
  background-color: #EFEEED !important;
}
.somfy .bg-primary {
  background-color: #FAB800 !important;
}
.somfy .text-black-md-white {
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .somfy .text-black-md-white {
    color: #1A1B1C;
  }
}
.somfy .text-black {
  color: #000000;
}
.somfy .text-white {
  color: #FFFFFF;
}
.somfy .text-primary {
  color: #FAB800 !important;
}
body .somfy .text-primary {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .text-primary,
body.vi-th .somfy .text-primary {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .text-primary {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .text-primary {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .text-primary,
body.ar-lb .somfy .text-primary,
body.ar-ma .somfy .text-primary,
body.ar-il .somfy .text-primary {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .text-primary {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .text-primary {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .text-primary,
body.tc-tw .somfy .text-primary {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .text-primary {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .text-orange {
  color: #FCAC22;
}
.somfy .text-black-shark {
  color: #1A1B1C;
}
.somfy .text-dark-blue {
  color: #3C4F64;
}
.somfy .title_1 {
  font-size: 5rem;
  line-height: 5.2857142857rem;
  letter-spacing: 0rem;
}
body .somfy .title_1 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .title_1,
body.vi-th .somfy .title_1 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .title_1 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .title_1 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .title_1,
body.ar-lb .somfy .title_1,
body.ar-ma .somfy .title_1,
body.ar-il .somfy .title_1 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .title_1 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .title_1 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .title_1,
body.tc-tw .somfy .title_1 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .title_1 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .title_1 {
    font-size: 4.1428571429rem;
    line-height: 4.4285714286rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .title_1 {
    font-size: 3rem;
    line-height: 3.2857142857rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .title_1 {
    font-size: 2rem;
    line-height: 2.2857142857rem;
    letter-spacing: 0rem;
  }
}

.somfy .title_2 {
  font-size: 3.2857142857rem;
  line-height: 3.5714285714rem;
  letter-spacing: 0rem;
}
body .somfy .title_2 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .title_2,
body.vi-th .somfy .title_2 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .title_2 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .title_2 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .title_2,
body.ar-lb .somfy .title_2,
body.ar-ma .somfy .title_2,
body.ar-il .somfy .title_2 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .title_2 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .title_2 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .title_2,
body.tc-tw .somfy .title_2 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .title_2 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .title_2 {
    font-size: 2.5714285714rem;
    line-height: 2.8571428571rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .title_2 {
    font-size: 2.1428571429rem;
    line-height: 2.4285714286rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .title_2 {
    font-size: 1.7142857143rem;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}

.somfy .title_3 {
  font-size: 2.5714285714rem;
  line-height: 2.8571428571rem;
  letter-spacing: 0rem;
}
body .somfy .title_3 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .title_3,
body.vi-th .somfy .title_3 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .title_3 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .title_3 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .title_3,
body.ar-lb .somfy .title_3,
body.ar-ma .somfy .title_3,
body.ar-il .somfy .title_3 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .title_3 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .title_3 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .title_3,
body.tc-tw .somfy .title_3 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .title_3 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .title_3 {
    font-size: 1.8571428571rem;
    line-height: 2.1428571429rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .title_3 {
    font-size: 1.5714285714rem;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
  body .somfy .title_3 {
    font-family: SomfySans-Light, sans-serif;
  }
  body.vi-vi .somfy .title_3,
  body.vi-th .somfy .title_3 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .title_3 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .title_3 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .title_3,
  body.ar-lb .somfy .title_3,
  body.ar-ma .somfy .title_3,
  body.ar-il .somfy .title_3 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .title_3 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .title_3 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .title_3,
  body.tc-tw .somfy .title_3 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .title_3 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .title_3 {
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem;
  }
  body .somfy .title_3 {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .title_3,
  body.vi-th .somfy .title_3 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .title_3 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .title_3 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .title_3,
  body.ar-lb .somfy .title_3,
  body.ar-ma .somfy .title_3,
  body.ar-il .somfy .title_3 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .title_3 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .title_3 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .title_3,
  body.tc-tw .somfy .title_3 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .title_3 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}

.somfy .subtitle_1 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.4285714286rem;
  letter-spacing: 0rem;
}
body .somfy .subtitle_1 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .subtitle_1,
body.vi-th .somfy .subtitle_1 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .subtitle_1 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .subtitle_1 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .subtitle_1,
body.ar-lb .somfy .subtitle_1,
body.ar-ma .somfy .subtitle_1,
body.ar-il .somfy .subtitle_1 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .subtitle_1 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .subtitle_1 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .subtitle_1,
body.tc-tw .somfy .subtitle_1 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .subtitle_1 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .subtitle_1 {
    font-size: 1.5714285714rem;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .subtitle_1 {
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem;
  }
  body .somfy .subtitle_1 {
    font-family: SomfySans-Light, sans-serif;
  }
  body.vi-vi .somfy .subtitle_1,
  body.vi-th .somfy .subtitle_1 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .subtitle_1 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .subtitle_1 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .subtitle_1,
  body.ar-lb .somfy .subtitle_1,
  body.ar-ma .somfy .subtitle_1,
  body.ar-il .somfy .subtitle_1 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .subtitle_1 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .subtitle_1 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .subtitle_1,
  body.tc-tw .somfy .subtitle_1 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .subtitle_1 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .subtitle_1 {
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem;
  }
  body .somfy .subtitle_1 {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .subtitle_1,
  body.vi-th .somfy .subtitle_1 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .subtitle_1 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .subtitle_1 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .subtitle_1,
  body.ar-lb .somfy .subtitle_1,
  body.ar-ma .somfy .subtitle_1,
  body.ar-il .somfy .subtitle_1 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .subtitle_1 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .subtitle_1 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .subtitle_1,
  body.tc-tw .somfy .subtitle_1 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .subtitle_1 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}

.somfy .subtitle_2 {
  font-size: 1.5714285714rem;
  line-height: 2rem;
  letter-spacing: 0rem;
}
body .somfy .subtitle_2 {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .subtitle_2,
body.vi-th .somfy .subtitle_2 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .subtitle_2 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .subtitle_2 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .subtitle_2,
body.ar-lb .somfy .subtitle_2,
body.ar-ma .somfy .subtitle_2,
body.ar-il .somfy .subtitle_2 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .subtitle_2 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .subtitle_2 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .subtitle_2,
body.tc-tw .somfy .subtitle_2 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .subtitle_2 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .subtitle_2 {
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .subtitle_2 {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .subtitle_2 {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
  body .somfy .subtitle_2 {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .subtitle_2,
  body.vi-th .somfy .subtitle_2 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .subtitle_2 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .subtitle_2 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .subtitle_2,
  body.ar-lb .somfy .subtitle_2,
  body.ar-ma .somfy .subtitle_2,
  body.ar-il .somfy .subtitle_2 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .subtitle_2 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .subtitle_2 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .subtitle_2,
  body.tc-tw .somfy .subtitle_2 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .subtitle_2 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}

.somfy .head_title {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0rem;
}
body .somfy .head_title {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .head_title,
body.vi-th .somfy .head_title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .head_title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .head_title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .head_title,
body.ar-lb .somfy .head_title,
body.ar-ma .somfy .head_title,
body.ar-il .somfy .head_title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .head_title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .head_title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .head_title,
body.tc-tw .somfy .head_title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .head_title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .head_title {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
    word-wrap: break-word;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .head_title {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
    word-wrap: break-word;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .head_title {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
    word-wrap: break-word;
  }
}

.somfy .text_big {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0rem;
}
@media (max-width: 1199.98px) {
  .somfy .text_big {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .text_big {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .text_big {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
}

.somfy .text_medium {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  letter-spacing: 0rem;
}
@media (max-width: 1199.98px) {
  .somfy .text_medium {
    font-size: 1rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .text_medium {
    font-size: 1rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .text_medium {
    font-size: 1rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0rem;
  }
}

.somfy .text_small {
  font-size: 1rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0rem;
}
@media (max-width: 1199.98px) {
  .somfy .text_small {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .somfy .text_small {
    font-size: 0.8571428571rem;
    line-height: 1.1428571429rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .somfy .text_small {
    font-size: 1rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0rem;
  }
}

.somfy .link_big {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0rem;
}
@media (max-width: 767.98px) {
  .somfy .link_big {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
    letter-spacing: 0rem;
  }
}
.somfy .link_medium {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  letter-spacing: 0rem;
}
@media (max-width: 767.98px) {
  .somfy .link_medium {
    font-size: 1rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem;
  }
}
.somfy .link_small {
  font-size: 1rem;
  line-height: 1.8571428571rem;
  letter-spacing: 0rem;
}
@media (max-width: 767.98px) {
  .somfy .link_small {
    font-size: 1rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem;
  }
}
.somfy .with_arrow {
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .somfy .with_arrow {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .with_arrow,
body.vi-th .somfy .with_arrow {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .with_arrow {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .with_arrow {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .with_arrow,
body.ar-lb .somfy .with_arrow,
body.ar-ma .somfy .with_arrow,
body.ar-il .somfy .with_arrow {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .with_arrow {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .with_arrow {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .with_arrow,
body.tc-tw .somfy .with_arrow {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .with_arrow {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .with_arrow:hover {
  text-decoration: none;
}
.somfy .with_arrow:hover .icon-arrow-right {
  margin-left: 15px;
}
.somfy .with_arrow .icon-arrow-right {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.somfy .with_arrow .icon-arrow-right:before {
  content: "\e903";
  color: #FCAC22;
}
.somfy .badge.badge-success {
  background-color: #009845;
}
@media (min-width: 768px) {
  .somfy .sub-content-slider {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .somfy .sub-content-slider {
    height: 579px;
  }
}
.somfy .sub-content-slider .img-container {
  height: 0;
  overflow: hidden;
  padding-top: 57.4%;
  background: white;
  position: relative;
}
.somfy .sub-content-slider .img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.somfy .cta-sticky {
  position: fixed;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  bottom: 0;
  top: 0;
  right: 20px;
  z-index: 100;
  pointer-events: none;
}
.somfy .cta-sticky button, .somfy .cta-sticky .button {
  background-color: #fff;
  color: #485C74;
  padding: 10px 0 6px;
  width: 50px;
}
.somfy .cta-sticky button i, .somfy .cta-sticky .button i {
  font-size: 28px;
}
.somfy .cta-sticky button:hover, .somfy .cta-sticky button:focus, .somfy .cta-sticky .button:hover, .somfy .cta-sticky .button:focus {
  color: #FAB800;
  box-shadow: none;
}
.somfy .cta-sticky button.dropdown-toggle, .somfy .cta-sticky .button.dropdown-toggle {
  border: 1px solid #D1D1D2;
}
.somfy .cta-sticky button.dropdown-toggle::before, .somfy .cta-sticky .button.dropdown-toggle::before {
  display: none;
}
.somfy .cta-sticky .btn-group {
  pointer-events: all;
}
.somfy .cta-sticky .btn-group:hover .dropdown-menu {
  display: block;
}
.somfy .cta-sticky .dropdown-menu {
  margin: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  min-width: 0;
}
.somfy .cta-sticky .dropdown-menu .dropdown-item {
  padding: 13px 15px 14px;
  width: auto;
  height: 49px;
}
@media (max-width: 767.98px) {
  .somfy .cta-sticky {
    display: none;
  }
}
.somfy .pop-up-content button {
  border-width: 0;
}
body .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .pop-up-content .title_container .title_content .text_big,
body.vi-th .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .pop-up-content .title_container .title_content .text_big,
body.ar-lb .somfy .pop-up-content .title_container .title_content .text_big,
body.ar-ma .somfy .pop-up-content .title_container .title_content .text_big,
body.ar-il .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .pop-up-content .title_container .title_content .text_big,
body.tc-tw .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .pop-up-content .title_container .title_content .text_big {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .pop-up-content .title_container .embed-responsive {
  margin-bottom: 50px;
}
.somfy .pop-up-content .title_container .embed-responsive .teester-parsed {
  position: initial !important;
}
.somfy .pop-up-content .modal-dialog {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  height: 100%;
}
.somfy .pop-up-content .modal-body {
  width: 100%;
  text-align: center;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.somfy .pop-up-content .modal-body .title_content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1.4285714286rem;
}
.somfy .pop-up-content .modal-body .title_content p {
  margin-bottom: 0;
}
.somfy .pop-up-content .modal-body .title_content h2 {
  margin-bottom: 0.7142857143rem;
}
body .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .pop-up-content .modal-body .title_content h2,
body.vi-th .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .pop-up-content .modal-body .title_content h2,
body.ar-lb .somfy .pop-up-content .modal-body .title_content h2,
body.ar-ma .somfy .pop-up-content .modal-body .title_content h2,
body.ar-il .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .pop-up-content .modal-body .title_content h2,
body.tc-tw .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .pop-up-content .modal-body .title_content h2 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .modal-body .title_content h2 {
    margin: auto;
  }
}
.somfy .pop-up-content .modal-body .title_content div {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .modal-body .title_content div {
    margin-left: auto;
    margin-right: auto;
  }
}
.somfy .pop-up-content .modal-body button span {
  -ms-flex: 1 1 0%;
  justify-content: center;
  margin: auto;
}
.somfy .pop-up-content .modal-dialog-centered {
  display: inherit;
}
.somfy .pop-up-content .modal-footer {
  border-top: none !important;
}
.somfy .pop-up-content .modal-content {
  min-height: 100vh;
  border-radius: 0px;
  transition: ease-in_out;
  border: none;
}
.somfy .pop-up-content .modal-content button {
  text-align: center;
  margin: 0 auto 2.8571428571rem;
}
.somfy .pop-up-content .modal-content .closed {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .modal-content .closed {
    margin-bottom: 20px;
  }
}
.somfy .pop-up-content .modal {
  padding-right: 0 !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.somfy .pop-up-content .modal.fade .modal-dialog {
  transform: translate(0, 100%);
}
.somfy .pop-up-content .modal.show .modal-dialog {
  transform: translate(0, 0);
}
.somfy .pop-up-content a {
  background: none;
}
.somfy .pop-up-content a:hover {
  background: none;
}
.somfy .pop-up-content .closeSelectLanguage {
  margin-top: -70px;
}
.somfy .accordion_wrap .accordion-content-block {
  border-top: 1px solid rgba(26, 27, 28, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.somfy .accordion_wrap .accordion-content-block:last-child {
  border-bottom: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy .accordion_wrap .accordion-item-title {
  cursor: pointer;
}
.somfy .accordion_wrap .accordion-item-title.collapsed .arrow-icon {
  transform: rotate(180deg) !important;
}
.somfy .accordion_wrap .accordion-item-title .arrow-icon {
  transform: rotate(0);
  font-family: "somfy-v5-icons" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  font-size: 22px;
}
.somfy .accordion_wrap .accordion-item-title .arrow-icon:before {
  content: "\ea50";
  color: #3C4F64;
}
.somfy .accordion_wrap .accordion-item-content {
  padding-top: 20px;
}
.somfy .page-link:focus {
  outline: none;
  box-shadow: none;
}
.somfy .page-link:focus-visible {
  outline: 2px solid #FAB800;
  outline-offset: 4px;
}
.somfy .btn {
  font-size: 18px;
  line-height: 24px;
  padding: 13px 25px 11px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .btn-hide {
  opacity: 0;
}
.somfy .btn:focus {
  outline: none;
}
.somfy .btn:focus-visible {
  outline: 2px solid #FAB800;
  outline-offset: 4px;
}
.somfy .btn-primary {
  color: white !important;
  background: #FAB800;
  border-color: #FAB800;
}
.somfy .btn-primary:hover, .somfy .btn-primary:active, .somfy .btn-primary:focus {
  background-color: #EC9600 !important;
  border-color: #EC9600 !important;
  box-shadow: none !important;
}
.somfy .btn-secondary {
  font-size: 1rem;
  color: #485C74 !important;
  background: #e1e1e1;
  border-color: #e1e1e1;
}
@media (max-width: 991.98px) {
  .somfy .btn-secondary {
    background: transparent;
  }
}
.somfy .btn-secondary i {
  position: relative;
  top: 2px;
  font-size: 1.5714285714rem;
  margin-right: 2px;
  vertical-align: sub;
}
.somfy .btn-secondary:hover, .somfy .btn-secondary:active, .somfy .btn-secondary:focus {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.somfy .btn-disabled {
  color: white;
  background: #cbcaca;
  border-color: #cbcaca;
  cursor: default;
}
.somfy .btn-disabled:hover, .somfy .btn-disabled:active, .somfy .btn-disabled:focus {
  background-color: #cbcaca !important;
  border-color: #cbcaca !important;
}
.somfy.rtl .btn-secondary i {
  margin-left: 2px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .somfy .nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 991.98px) {
  .somfy .nav.nav-tabs .nav-item {
    margin-bottom: 0;
  }
}
.somfy .nav.nav-tabs .nav-item .nav-link {
  font-size: 18px;
  border: none;
  border-bottom: 1px solid transparent;
  color: #8996A4;
  padding: 20px 0;
  margin: 0 20px;
  transition: all 0.5s ease-in-out;
}
.somfy .nav.nav-tabs .nav-item .nav-link.active {
  color: #FAB800;
  border-color: #FAB800;
}
.somfy .nav.nav-tabs .nav-item .nav-link:hover {
  color: #FAB800;
  border-color: #FAB800;
}
.somfy .nav.nav-tabs .nav-item .nav-link small {
  font-size: 11px;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .somfy .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0;
    margin: 0 15px;
    white-space: nowrap;
  }
}
.somfy .nav.nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.somfy .nav.nav-tabs::-webkit-scrollbar {
  display: none;
}
.somfy .pagination {
  border-radius: 0;
}
.somfy .pagination .page-item .page-link {
  padding: 20px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #dee2e6;
  color: #485C74;
}
.somfy .pagination .page-item .page-link:hover {
  background: #fff;
  color: #FAB800;
  border-color: #FAB800;
}
.somfy .pagination .page-item.active .page-link {
  background-color: #fff;
  color: #FAB800;
  border-color: #FAB800;
}
.somfy .pagination .page-item.disabled .page-link {
  color: rgba(60, 79, 100, 0.6);
}
.somfy .breadcrumb {
  background: none;
}
.somfy .breadcrumb .breadcrumb-item {
  color: #485C74;
}
.somfy .breadcrumb .breadcrumb-item a {
  color: #485C74;
}
.somfy .breadcrumb .breadcrumb-item a:hover {
  color: #1A1B1C;
}
.somfy .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: 'icomoon' !important;
  content: '\e903';
  font-weight: bold;
  font-size: 10px;
}
.somfy .embed-responsive {
  height: auto;
}
.somfy .show.fade {
  opacity: 1 !important;
}
.somfy .content-phone-title {
  position: relative;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
}
.somfy .content-phone-title:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0.4285714286rem;
  margin-left: 0.7142857143rem;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .content-phone-title.active:after {
  top: 10px;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.somfy .content-phone .phone {
  overflow: hidden;
  display: block;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.somfy .content-phone .phone.active {
  opacity: 1;
  margin-bottom: 1.4285714286rem;
  max-height: 7.1428571429rem;
  pointer-events: all;
}

.back-link {
  padding: 0.7142857143rem 0 0.7142857143rem 2.1428571429rem;
  position: relative;
  display: inline-block;
  font-size: 1.1428571429rem;
}
.back-link:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '\e903';
  font-size: 12px;
  line-height: 3rem;
  font-family: 'icomoon' !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateX(0) rotate(180deg);
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
}
.back-link:hover:before {
  -ms-transform: translateX(-100%) rotate(180deg);
  -webkit-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
}

.tooltip-inner {
  padding: 6px 10px;
  color: black;
  background: #E5E6EA;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.bs-tooltip-top .arrow:before, .somfy .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #E5E6EA;
}
.tooltip.bs-tooltip-right .arrow:before, .somfy .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #E5E6EA;
}
.tooltip.bs-tooltip-bottom .arrow:before, .somfy .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #E5E6EA;
}
.tooltip.bs-tooltip-left .arrow:before, .somfy .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #E5E6EA;
}

.process .somfy-icon {
  font-size: 18px;
  font-family: 'somfy' !important;
}
.process .mlr_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.process .color_gray {
  color: #767677;
}

.dropdown-menu.-with-max {
  max-height: 23.5714285714rem;
  overflow-y: scroll;
}

.pop-up-content {
  position: relative;
  z-index: 1200;
}

.consent-ok {
  display: none;
}
.somfy.faq:not(.auto_smart_tribune) .title-content, .somfy.sitemap .title-content, .somfy.notices .title-content {
  padding-bottom: 40px;
}
body .somfy.faq:not(.auto_smart_tribune) .title-content, body .somfy.sitemap .title-content, body .somfy.notices .title-content {
  font-family: SomfySans-ExtraLight, sans-serif;
}

body.vi-vi .somfy.faq:not(.auto_smart_tribune) .title-content, body.vi-vi .somfy.sitemap .title-content, body.vi-vi .somfy.notices .title-content,
body.vi-th .somfy.faq:not(.auto_smart_tribune) .title-content, body.vi-th .somfy.sitemap .title-content, body.vi-th .somfy.notices .title-content {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy.faq:not(.auto_smart_tribune) .title-content, body.kr-kr .somfy.sitemap .title-content, body.kr-kr .somfy.notices .title-content {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy.faq:not(.auto_smart_tribune) .title-content, body.il-il .somfy.sitemap .title-content, body.il-il .somfy.notices .title-content {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy.faq:not(.auto_smart_tribune) .title-content, body.ar-ac .somfy.sitemap .title-content, body.ar-ac .somfy.notices .title-content,
body.ar-lb .somfy.faq:not(.auto_smart_tribune) .title-content, body.ar-lb .somfy.sitemap .title-content, body.ar-lb .somfy.notices .title-content,
body.ar-ma .somfy.faq:not(.auto_smart_tribune) .title-content, body.ar-ma .somfy.sitemap .title-content, body.ar-ma .somfy.notices .title-content,
body.ar-il .somfy.faq:not(.auto_smart_tribune) .title-content, body.ar-il .somfy.sitemap .title-content, body.ar-il .somfy.notices .title-content {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy.faq:not(.auto_smart_tribune) .title-content, body.ja-jp .somfy.sitemap .title-content, body.ja-jp .somfy.notices .title-content {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy.faq:not(.auto_smart_tribune) .title-content, body.sc-cn .somfy.sitemap .title-content, body.sc-cn .somfy.notices .title-content {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy.faq:not(.auto_smart_tribune) .title-content, body.tc-hk .somfy.sitemap .title-content, body.tc-hk .somfy.notices .title-content,
body.tc-tw .somfy.faq:not(.auto_smart_tribune) .title-content, body.tc-tw .somfy.sitemap .title-content, body.tc-tw .somfy.notices .title-content {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy.faq:not(.auto_smart_tribune) .title-content, body.th-th .somfy.sitemap .title-content, body.th-th .somfy.notices .title-content {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

@media (max-width: 991.98px) {
  .somfy.faq:not(.auto_smart_tribune) .title-content, .somfy.sitemap .title-content, .somfy.notices .title-content {
    padding-top: 2rem;
    padding-bottom: 35px;
  }
}
.somfy.faq:not(.auto_smart_tribune) .faq-stats, .somfy.sitemap .faq-stats, .somfy.notices .faq-stats {
  display: flex;
}
.somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, .somfy.sitemap .faq-stats.detail, .somfy.notices .faq-stats.detail {
  display: flex;
  justify-content: center;
  color: #767677;
  font-size: 1.6rem;
  padding-bottom: 40px;
  line-height: 1.6rem;
}
body .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body .somfy.sitemap .faq-stats.detail, body .somfy.notices .faq-stats.detail {
  font-family: SomfySans-Light, sans-serif;
}

body.vi-vi .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.vi-vi .somfy.sitemap .faq-stats.detail, body.vi-vi .somfy.notices .faq-stats.detail,
body.vi-th .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.vi-th .somfy.sitemap .faq-stats.detail, body.vi-th .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.kr-kr .somfy.sitemap .faq-stats.detail, body.kr-kr .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.il-il .somfy.sitemap .faq-stats.detail, body.il-il .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.ar-ac .somfy.sitemap .faq-stats.detail, body.ar-ac .somfy.notices .faq-stats.detail,
body.ar-lb .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.ar-lb .somfy.sitemap .faq-stats.detail, body.ar-lb .somfy.notices .faq-stats.detail,
body.ar-ma .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.ar-ma .somfy.sitemap .faq-stats.detail, body.ar-ma .somfy.notices .faq-stats.detail,
body.ar-il .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.ar-il .somfy.sitemap .faq-stats.detail, body.ar-il .somfy.notices .faq-stats.detail {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.ja-jp .somfy.sitemap .faq-stats.detail, body.ja-jp .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.sc-cn .somfy.sitemap .faq-stats.detail, body.sc-cn .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.tc-hk .somfy.sitemap .faq-stats.detail, body.tc-hk .somfy.notices .faq-stats.detail,
body.tc-tw .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.tc-tw .somfy.sitemap .faq-stats.detail, body.tc-tw .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy.faq:not(.auto_smart_tribune) .faq-stats.detail, body.th-th .somfy.sitemap .faq-stats.detail, body.th-th .somfy.notices .faq-stats.detail {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

.somfy.faq:not(.auto_smart_tribune) .faq-stats.detail .view .sfy-v5-icon-eye, .somfy.sitemap .faq-stats.detail .view .sfy-v5-icon-eye, .somfy.notices .faq-stats.detail .view .sfy-v5-icon-eye {
  font-size: 1.2rem;
}
.somfy.faq:not(.auto_smart_tribune) .faq-stats .view, .somfy.sitemap .faq-stats .view, .somfy.notices .faq-stats .view {
  align-items: center;
  border-right: 1px solid #767677;
  color: #767677;
  display: flex;
  padding-right: 15px;
}
.somfy.faq:not(.auto_smart_tribune) .faq-stats .view .sfy-v5-icon-eye, .somfy.sitemap .faq-stats .view .sfy-v5-icon-eye, .somfy.notices .faq-stats .view .sfy-v5-icon-eye {
  padding-right: 8px;
  font-size: 1rem;
}
.somfy.faq:not(.auto_smart_tribune) .faq-stats .date, .somfy.sitemap .faq-stats .date, .somfy.notices .faq-stats .date {
  color: #767677;
  padding-left: 15px;
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select, .somfy.sitemap .bootstrap-select, .somfy.notices .bootstrap-select {
  height: 60px !important;
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select button, .somfy.sitemap .bootstrap-select button, .somfy.notices .bootstrap-select button {
  padding: 19px 25px 15px;
}
@media (max-width: 991.98px) {
  .somfy.faq:not(.auto_smart_tribune) .bootstrap-select, .somfy.sitemap .bootstrap-select, .somfy.notices .bootstrap-select {
    height: 40px !important;
  }
  .somfy.faq:not(.auto_smart_tribune) .bootstrap-select button, .somfy.sitemap .bootstrap-select button, .somfy.notices .bootstrap-select button {
    padding: 8px 25px 8px;
  }
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select.empty, .somfy.sitemap .bootstrap-select.empty, .somfy.notices .bootstrap-select.empty {
  opacity: 0.3;
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select.empty .dropdown-menu, .somfy.sitemap .bootstrap-select.empty .dropdown-menu, .somfy.notices .bootstrap-select.empty .dropdown-menu {
  display: none;
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select .dropdown-menu li.disabled, .somfy.sitemap .bootstrap-select .dropdown-menu li.disabled, .somfy.notices .bootstrap-select .dropdown-menu li.disabled {
  display: none;
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select .dropdown-menu.inner, .somfy.sitemap .bootstrap-select .dropdown-menu.inner, .somfy.notices .bootstrap-select .dropdown-menu.inner {
  overflow: visible;
}
.somfy.faq:not(.auto_smart_tribune) .bootstrap-select > .dropdown-menu, .somfy.sitemap .bootstrap-select > .dropdown-menu, .somfy.notices .bootstrap-select > .dropdown-menu {
  z-index: 10;
  width: 100%;
}
.somfy.faq:not(.auto_smart_tribune) input, .somfy.faq:not(.auto_smart_tribune) select, .somfy.faq:not(.auto_smart_tribune) button:not(.dropdown-toggle), .somfy.sitemap input, .somfy.sitemap select, .somfy.sitemap button:not(.dropdown-toggle), .somfy.notices input, .somfy.notices select, .somfy.notices button:not(.dropdown-toggle) {
  height: 60px !important;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
@media (max-width: 991.98px) {
  .somfy.faq:not(.auto_smart_tribune) input, .somfy.faq:not(.auto_smart_tribune) select, .somfy.faq:not(.auto_smart_tribune) button:not(.dropdown-toggle), .somfy.sitemap input, .somfy.sitemap select, .somfy.sitemap button:not(.dropdown-toggle), .somfy.notices input, .somfy.notices select, .somfy.notices button:not(.dropdown-toggle) {
    height: 40px !important;
  }
}
.somfy.faq:not(.auto_smart_tribune) .icon-search, .somfy.sitemap .icon-search, .somfy.notices .icon-search {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  color: #8996A4;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination, .somfy.sitemap .faq-pagination, .somfy.notices .faq-pagination {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul, .somfy.sitemap .faq-pagination ul, .somfy.notices .faq-pagination ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li, .somfy.sitemap .faq-pagination ul > li, .somfy.notices .faq-pagination ul > li {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li a, .somfy.sitemap .faq-pagination ul > li a, .somfy.notices .faq-pagination ul > li a {
  color: #3F5771;
  font-size: 20px;
  padding: 10px;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li a:hover, .somfy.sitemap .faq-pagination ul > li a:hover, .somfy.notices .faq-pagination ul > li a:hover {
  color: #fab711;
  transition: all 0.3s ease;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li a:hover .icon-arrow-left,
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li a:hover .icon-arrow-right, .somfy.sitemap .faq-pagination ul > li a:hover .icon-arrow-left,
.somfy.sitemap .faq-pagination ul > li a:hover .icon-arrow-right, .somfy.notices .faq-pagination ul > li a:hover .icon-arrow-left,
.somfy.notices .faq-pagination ul > li a:hover .icon-arrow-right {
  color: #fab711;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li:first-child, .somfy.sitemap .faq-pagination ul > li:first-child, .somfy.notices .faq-pagination ul > li:first-child {
  border-right: 1px solid #d7d7d7;
  justify-content: flex-start;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-left, .somfy.sitemap .faq-pagination ul > li .icon-arrow-left, .somfy.notices .faq-pagination ul > li .icon-arrow-left {
  font-size: 0.7em;
  margin-right: 25px;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-left:before, .somfy.sitemap .faq-pagination ul > li .icon-arrow-left:before, .somfy.notices .faq-pagination ul > li .icon-arrow-left:before {
  color: #3F5771 !important;
  content: "\e903";
  display: inline-block;
  transform: rotate(180deg);
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-right, .somfy.sitemap .faq-pagination ul > li .icon-arrow-right, .somfy.notices .faq-pagination ul > li .icon-arrow-right {
  border: none;
  background: none !important;
  margin-left: 25px;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-right:after, .somfy.sitemap .faq-pagination ul > li .icon-arrow-right:after, .somfy.notices .faq-pagination ul > li .icon-arrow-right:after {
  display: none;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-right:before, .somfy.sitemap .faq-pagination ul > li .icon-arrow-right:before, .somfy.notices .faq-pagination ul > li .icon-arrow-right:before {
  color: #3F5771 !important;
}
.somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-right:hover, .somfy.sitemap .faq-pagination ul > li .icon-arrow-right:hover, .somfy.notices .faq-pagination ul > li .icon-arrow-right:hover {
  border: none;
}
@media (max-width: 991.98px) {
  .somfy.faq:not(.auto_smart_tribune) .faq-pagination, .somfy.sitemap .faq-pagination, .somfy.notices .faq-pagination {
    border-bottom: none;
    border-top: none;
  }
  .somfy.faq:not(.auto_smart_tribune) .faq-pagination ul, .somfy.sitemap .faq-pagination ul, .somfy.notices .faq-pagination ul {
    flex-direction: column-reverse;
  }
  .somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li, .somfy.sitemap .faq-pagination ul > li, .somfy.notices .faq-pagination ul > li {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .somfy.faq:not(.auto_smart_tribune) .faq-pagination ul > li:first-child, .somfy.sitemap .faq-pagination ul > li:first-child, .somfy.notices .faq-pagination ul > li:first-child {
    border-right: 0;
    border-top: 0;
    justify-content: center;
  }
}
.somfy.faq:not(.auto_smart_tribune) ul.list-unstyled ul, .somfy.sitemap ul.list-unstyled ul, .somfy.notices ul.list-unstyled ul {
  list-style-type: disc;
}
.somfy.faq:not(.auto_smart_tribune) ul.list-unstyled a, .somfy.sitemap ul.list-unstyled a, .somfy.notices ul.list-unstyled a {
  color: #1A1B1C;
  text-decoration: none;
}
.somfy.faq:not(.auto_smart_tribune) ul.list-unstyled a:hover, .somfy.sitemap ul.list-unstyled a:hover, .somfy.notices ul.list-unstyled a:hover {
  color: #FAB800;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2,
.somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2,
.somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2,
.somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2,
.somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li {
  color: #1A1B1C;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li {
  border-left: 1px solid #1A1B1C;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child {
  border-left: none;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-prev, .somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-next, .somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-prev, .somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-next, .somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-prev, .somfy.sitemap .youtube_slider.bg-white .webtv_slider .slick-next, .somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-prev, .somfy.sitemap .youtube_slider.bg-dark .webtv_slider .slick-next, .somfy.notices .youtube_slider.bg-white .webtv_slider .slick-prev, .somfy.notices .youtube_slider.bg-white .webtv_slider .slick-next, .somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-prev, .somfy.notices .youtube_slider.bg-dark .webtv_slider .slick-next {
  background-color: #e8e8e8;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark, .somfy.sitemap .youtube_slider.bg-dark, .somfy.notices .youtube_slider.bg-dark {
  padding-top: 75px;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .subtitle_2, .somfy.sitemap .youtube_slider.bg-dark .subtitle_2, .somfy.notices .youtube_slider.bg-dark .subtitle_2 {
  color: #ffffff !important;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark, .somfy.sitemap .youtube_slider.bg-dark, .somfy.notices .youtube_slider.bg-dark {
  padding-top: 75px;
}
.somfy.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .subtitle_2, .somfy.sitemap .youtube_slider.bg-dark .subtitle_2, .somfy.notices .youtube_slider.bg-dark .subtitle_2 {
  color: #ffffff !important;
}
.somfy.faq:not(.auto_smart_tribune) .faq-search, .somfy.sitemap .faq-search, .somfy.notices .faq-search {
  padding: 0 40px;
}
.somfy.faq:not(.auto_smart_tribune) .faq-search .form-row, .somfy.sitemap .faq-search .form-row, .somfy.notices .faq-search .form-row {
  padding: 40px 0;
  border-bottom: 1px solid #CCCCCC;
}
.somfy.faq:not(.auto_smart_tribune) .faq-search .form-row:last-child, .somfy.sitemap .faq-search .form-row:last-child, .somfy.notices .faq-search .form-row:last-child {
  border-bottom: 0;
}
.somfy.faq:not(.auto_smart_tribune) .faq-search .form-group, .somfy.sitemap .faq-search .form-group, .somfy.notices .faq-search .form-group {
  overflow: initial;
}
.somfy.faq:not(.auto_smart_tribune) .faq-search .form-group input, .somfy.sitemap .faq-search .form-group input, .somfy.notices .faq-search .form-group input {
  max-width: none;
}
@media (min-width: 768px) {
  .somfy.faq:not(.auto_smart_tribune) .faq-search .form-group, .somfy.sitemap .faq-search .form-group, .somfy.notices .faq-search .form-group {
    margin: 0;
  }
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap, .somfy.sitemap .accordion-wrap, .somfy.notices .accordion-wrap {
  padding-top: 15px;
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item, .somfy.sitemap .accordion-wrap .accordion-item, .somfy.notices .accordion-wrap .accordion-item {
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-title > a, .somfy.sitemap .accordion-wrap .accordion-item .accordion-item-title > a, .somfy.notices .accordion-wrap .accordion-item .accordion-item-title > a {
  margin-left: 40px;
  margin-right: 35px;
  padding: 20px 30px 20px 0;
  outline: none;
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.sitemap .accordion-wrap .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.notices .accordion-wrap .accordion-item .accordion-item-title > a .icon-ctrl {
  right: 45px;
  transform: rotate(90deg);
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-title.active > a .icon-ctrl, .somfy.sitemap .accordion-wrap .accordion-item .accordion-item-title.active > a .icon-ctrl, .somfy.notices .accordion-wrap .accordion-item .accordion-item-title.active > a .icon-ctrl {
  transform: rotate(180deg);
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-content, .somfy.sitemap .accordion-wrap .accordion-item .accordion-item-content, .somfy.notices .accordion-wrap .accordion-item .accordion-item-content {
  margin-left: 40px;
  margin-right: 35px;
  padding: 20px 30px 20px 0;
}
.somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.sitemap .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.notices .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title > a .icon-ctrl {
  position: absolute;
  display: inline-block;
  right: -30px;
  top: 50%;
  margin-top: -11px;
}
.somfy.faq:not(.auto_smart_tribune) .accordion-hidden-faq, .somfy.sitemap .accordion-hidden-faq, .somfy.notices .accordion-hidden-faq {
  display: none;
}
.somfy.faq:not(.auto_smart_tribune) .faq-detail img, .somfy.sitemap .faq-detail img, .somfy.notices .faq-detail img {
  max-width: 100%;
  height: auto !important;
}
.somfy.faq:not(.auto_smart_tribune) .faq-detail .text-center ul, .somfy.faq:not(.auto_smart_tribune) .faq-detail .text-center ol, .somfy.sitemap .faq-detail .text-center ul, .somfy.sitemap .faq-detail .text-center ol, .somfy.notices .faq-detail .text-center ul, .somfy.notices .faq-detail .text-center ol {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.somfy.faq:not(.auto_smart_tribune) .faq-footer img, .somfy.sitemap .faq-footer img, .somfy.notices .faq-footer img {
  max-width: 100%;
  height: auto !important;
}
.somfy.faq:not(.auto_smart_tribune) .faq-footer .text-center ul, .somfy.faq:not(.auto_smart_tribune) .faq-footer .text-center ol, .somfy.sitemap .faq-footer .text-center ul, .somfy.sitemap .faq-footer .text-center ol, .somfy.notices .faq-footer .text-center ul, .somfy.notices .faq-footer .text-center ol {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
body .somfy.faq:not(.auto_smart_tribune) .faq-footer, body .somfy.sitemap .faq-footer, body .somfy.notices .faq-footer {
  font-family: SomfySans-ExtraLight, sans-serif;
}

body.vi-vi .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.vi-vi .somfy.sitemap .faq-footer, body.vi-vi .somfy.notices .faq-footer,
body.vi-th .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.vi-th .somfy.sitemap .faq-footer, body.vi-th .somfy.notices .faq-footer {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.kr-kr .somfy.sitemap .faq-footer, body.kr-kr .somfy.notices .faq-footer {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.il-il .somfy.sitemap .faq-footer, body.il-il .somfy.notices .faq-footer {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.ar-ac .somfy.sitemap .faq-footer, body.ar-ac .somfy.notices .faq-footer,
body.ar-lb .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.ar-lb .somfy.sitemap .faq-footer, body.ar-lb .somfy.notices .faq-footer,
body.ar-ma .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.ar-ma .somfy.sitemap .faq-footer, body.ar-ma .somfy.notices .faq-footer,
body.ar-il .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.ar-il .somfy.sitemap .faq-footer, body.ar-il .somfy.notices .faq-footer {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.ja-jp .somfy.sitemap .faq-footer, body.ja-jp .somfy.notices .faq-footer {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.sc-cn .somfy.sitemap .faq-footer, body.sc-cn .somfy.notices .faq-footer {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.tc-hk .somfy.sitemap .faq-footer, body.tc-hk .somfy.notices .faq-footer,
body.tc-tw .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.tc-tw .somfy.sitemap .faq-footer, body.tc-tw .somfy.notices .faq-footer {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy.faq:not(.auto_smart_tribune) .faq-footer, body.th-th .somfy.sitemap .faq-footer, body.th-th .somfy.notices .faq-footer {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

.somfy.faq:not(.auto_smart_tribune) .faq-footer .link_big, .somfy.sitemap .faq-footer .link_big, .somfy.notices .faq-footer .link_big {
  display: block;
  font-size: 22px;
  padding-top: 40px;
}
.somfy.faq:not(.auto_smart_tribune) .faq-footer .link_big:hover span:before, .somfy.sitemap .faq-footer .link_big:hover span:before, .somfy.notices .faq-footer .link_big:hover span:before {
  color: #EC9600;
}
.somfy.faq:not(.auto_smart_tribune) .faq-footer .link_big span:before, .somfy.sitemap .faq-footer .link_big span:before, .somfy.notices .faq-footer .link_big span:before {
  color: #FCAC22;
  transition: all 0.3s ease;
}
.somfy.faq:not(.auto_smart_tribune) button:not(.dropdown-toggle), .somfy.sitemap button:not(.dropdown-toggle), .somfy.notices button:not(.dropdown-toggle) {
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .somfy.faq:not(.auto_smart_tribune) .form-group, .somfy.sitemap .form-group, .somfy.notices .form-group {
    margin-bottom: 10px;
  }
  .somfy.faq:not(.auto_smart_tribune) .switch, .somfy.sitemap .switch, .somfy.notices .switch {
    float: right;
  }
  .somfy.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-title > a, .somfy.sitemap .accordion-wrap .accordion-item .accordion-item-title > a, .somfy.notices .accordion-wrap .accordion-item .accordion-item-title > a {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .somfy.faq:not(.auto_smart_tribune) .switch, .somfy.sitemap .switch, .somfy.notices .switch {
    float: none;
  }
}
@media (max-width: 767.98px) {
  .somfy.faq:not(.auto_smart_tribune) .order-by h4, .somfy.sitemap .order-by h4, .somfy.notices .order-by h4 {
    margin-right: 20px;
  }
}
.somfy.faq:not(.auto_smart_tribune) .switch, .somfy.sitemap .switch, .somfy.notices .switch {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .somfy.faq:not(.auto_smart_tribune) .switch, .somfy.sitemap .switch, .somfy.notices .switch {
    margin-left: 0;
  }
}
.somfy.faq:not(.auto_smart_tribune) .switch .toggler, .somfy.sitemap .switch .toggler, .somfy.notices .switch .toggler {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
  margin: 0 20px;
}
.somfy.faq:not(.auto_smart_tribune) .switch .toggler .slider, .somfy.sitemap .switch .toggler .slider, .somfy.notices .switch .toggler .slider {
  border-radius: 24px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.25);
  transition: 0.4s;
}
.somfy.faq:not(.auto_smart_tribune) .switch .toggler .slider:before, .somfy.sitemap .switch .toggler .slider:before, .somfy.notices .switch .toggler .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: -1px;
  bottom: -0.5px;
  background-color: #fcac22;
  transition: 0.4s;
}
.somfy.faq:not(.auto_smart_tribune) .switch .toggler input, .somfy.sitemap .switch .toggler input, .somfy.notices .switch .toggler input {
  height: auto !important;
  padding: 0;
  width: auto;
  margin: auto;
  display: none;
}
.somfy.faq:not(.auto_smart_tribune) .switch .toggler input:checked + .slider:before, .somfy.sitemap .switch .toggler input:checked + .slider:before, .somfy.notices .switch .toggler input:checked + .slider:before {
  transform: translateX(26px);
}
body .somfy.faq:not(.auto_smart_tribune) .text-center, body .somfy.sitemap .text-center, body .somfy.notices .text-center {
  font-family: SomfySans-Light, sans-serif;
}

body.vi-vi .somfy.faq:not(.auto_smart_tribune) .text-center, body.vi-vi .somfy.sitemap .text-center, body.vi-vi .somfy.notices .text-center,
body.vi-th .somfy.faq:not(.auto_smart_tribune) .text-center, body.vi-th .somfy.sitemap .text-center, body.vi-th .somfy.notices .text-center {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy.faq:not(.auto_smart_tribune) .text-center, body.kr-kr .somfy.sitemap .text-center, body.kr-kr .somfy.notices .text-center {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy.faq:not(.auto_smart_tribune) .text-center, body.il-il .somfy.sitemap .text-center, body.il-il .somfy.notices .text-center {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy.faq:not(.auto_smart_tribune) .text-center, body.ar-ac .somfy.sitemap .text-center, body.ar-ac .somfy.notices .text-center,
body.ar-lb .somfy.faq:not(.auto_smart_tribune) .text-center, body.ar-lb .somfy.sitemap .text-center, body.ar-lb .somfy.notices .text-center,
body.ar-ma .somfy.faq:not(.auto_smart_tribune) .text-center, body.ar-ma .somfy.sitemap .text-center, body.ar-ma .somfy.notices .text-center,
body.ar-il .somfy.faq:not(.auto_smart_tribune) .text-center, body.ar-il .somfy.sitemap .text-center, body.ar-il .somfy.notices .text-center {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy.faq:not(.auto_smart_tribune) .text-center, body.ja-jp .somfy.sitemap .text-center, body.ja-jp .somfy.notices .text-center {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy.faq:not(.auto_smart_tribune) .text-center, body.sc-cn .somfy.sitemap .text-center, body.sc-cn .somfy.notices .text-center {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy.faq:not(.auto_smart_tribune) .text-center, body.tc-hk .somfy.sitemap .text-center, body.tc-hk .somfy.notices .text-center,
body.tc-tw .somfy.faq:not(.auto_smart_tribune) .text-center, body.tc-tw .somfy.sitemap .text-center, body.tc-tw .somfy.notices .text-center {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy.faq:not(.auto_smart_tribune) .text-center, body.th-th .somfy.sitemap .text-center, body.th-th .somfy.notices .text-center {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

@media (max-width: 767.98px) {
  .somfy.rtl.faq:not(.auto_smart_tribune) .order-by h4, .somfy.rtl.sitemap .order-by h4, .somfy.rtl.notices .order-by h4 {
    margin-right: auto;
    margin-left: 20px;
  }
}
.somfy.rtl.faq:not(.auto_smart_tribune) .switch, .somfy.rtl.sitemap .switch, .somfy.rtl.notices .switch {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .somfy.rtl.faq:not(.auto_smart_tribune) .switch, .somfy.rtl.sitemap .switch, .somfy.rtl.notices .switch {
    margin-right: 0;
  }
}
.somfy.rtl.faq:not(.auto_smart_tribune) .faq-stats .view, .somfy.rtl.sitemap .faq-stats .view, .somfy.rtl.notices .faq-stats .view {
  border-left: 1px solid #767677;
  border-right: none;
  color: #767677;
  padding-left: 15px;
  padding-right: 0;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .faq-stats .view .sfy-v5-icon-eye, .somfy.rtl.sitemap .faq-stats .view .sfy-v5-icon-eye, .somfy.rtl.notices .faq-stats .view .sfy-v5-icon-eye {
  padding-left: 8px;
  padding-right: 0;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .faq-stats .date, .somfy.rtl.sitemap .faq-stats .date, .somfy.rtl.notices .faq-stats .date {
  padding-left: 0;
  padding-right: 15px;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .icon-search, .somfy.rtl.sitemap .icon-search, .somfy.rtl.notices .icon-search {
  left: 20px;
  right: auto;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .faq-pagination ul > li:first-child, .somfy.rtl.sitemap .faq-pagination ul > li:first-child, .somfy.rtl.notices .faq-pagination ul > li:first-child {
  border-right: none;
  border-left: 1px solid #d7d7d7;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-left, .somfy.rtl.sitemap .faq-pagination ul > li .icon-arrow-left, .somfy.rtl.notices .faq-pagination ul > li .icon-arrow-left {
  margin-right: 25px;
  margin-left: auto;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .faq-pagination ul > li .icon-arrow-right, .somfy.rtl.sitemap .faq-pagination ul > li .icon-arrow-right, .somfy.rtl.notices .faq-pagination ul > li .icon-arrow-right {
  margin-right: auto;
  margin-left: 25px;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.rtl.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.rtl.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.rtl.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.rtl.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.rtl.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li {
  border-right: 1px solid #1A1B1C;
  border-left: none;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.rtl.faq:not(.auto_smart_tribune) .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.rtl.sitemap .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.rtl.sitemap .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.rtl.notices .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.rtl.notices .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child {
  border-right: none;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-title > a, .somfy.rtl.sitemap .accordion-wrap .accordion-item .accordion-item-title > a, .somfy.rtl.notices .accordion-wrap .accordion-item .accordion-item-title > a {
  margin-right: 40px;
  margin-left: 35px;
  padding: 20px 0 20px 30px;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.rtl.sitemap .accordion-wrap .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.rtl.notices .accordion-wrap .accordion-item .accordion-item-title > a .icon-ctrl {
  left: 45px;
  right: auto;
}
.somfy.rtl.faq:not(.auto_smart_tribune) .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.rtl.sitemap .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title > a .icon-ctrl, .somfy.rtl.notices .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title > a .icon-ctrl {
  left: -30px;
}

.somfy .b2c-scoped .btnClassic {
  height: auto;
  width: auto;
  padding: 0.9285714286rem 1.7857142857rem;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .btnClassic {
    padding: 0.6428571429rem 1.0714285714rem !important;
  }
}
.somfy .b2c-scoped .btnCompact {
  padding: 0.4285714286rem 1.1428571429rem;
  height: auto;
  width: auto;
  border-radius: 4px;
}
.somfy .b2c-scoped .btnIconOnly {
  height: 3.5714285714rem !important;
  width: 3.5714285714rem !important;
  border-radius: 100%;
}
.somfy .b2c-scoped .btnIconOnly i {
  font-size: 1.4285714286rem;
  line-height: 3.4285714286rem;
}
.somfy .b2c-scoped .btnClassic, .somfy .b2c-scoped .btnCompact, .somfy .b2c-scoped .btnIconOnly {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .b2c-scoped .btnClassic, body .somfy .b2c-scoped .btnCompact, body .somfy .b2c-scoped .btnIconOnly {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .b2c-scoped .btnClassic, body.vi-vi .somfy .b2c-scoped .btnCompact, body.vi-vi .somfy .b2c-scoped .btnIconOnly,
body.vi-th .somfy .b2c-scoped .btnClassic, body.vi-th .somfy .b2c-scoped .btnCompact, body.vi-th .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .b2c-scoped .btnClassic, body.kr-kr .somfy .b2c-scoped .btnCompact, body.kr-kr .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .b2c-scoped .btnClassic, body.il-il .somfy .b2c-scoped .btnCompact, body.il-il .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .b2c-scoped .btnClassic, body.ar-ac .somfy .b2c-scoped .btnCompact, body.ar-ac .somfy .b2c-scoped .btnIconOnly,
body.ar-lb .somfy .b2c-scoped .btnClassic, body.ar-lb .somfy .b2c-scoped .btnCompact, body.ar-lb .somfy .b2c-scoped .btnIconOnly,
body.ar-ma .somfy .b2c-scoped .btnClassic, body.ar-ma .somfy .b2c-scoped .btnCompact, body.ar-ma .somfy .b2c-scoped .btnIconOnly,
body.ar-il .somfy .b2c-scoped .btnClassic, body.ar-il .somfy .b2c-scoped .btnCompact, body.ar-il .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .b2c-scoped .btnClassic, body.ja-jp .somfy .b2c-scoped .btnCompact, body.ja-jp .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .b2c-scoped .btnClassic, body.sc-cn .somfy .b2c-scoped .btnCompact, body.sc-cn .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .b2c-scoped .btnClassic, body.tc-hk .somfy .b2c-scoped .btnCompact, body.tc-hk .somfy .b2c-scoped .btnIconOnly,
body.tc-tw .somfy .b2c-scoped .btnClassic, body.tc-tw .somfy .b2c-scoped .btnCompact, body.tc-tw .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .b2c-scoped .btnClassic, body.th-th .somfy .b2c-scoped .btnCompact, body.th-th .somfy .b2c-scoped .btnIconOnly {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .btnClassic, .somfy .b2c-scoped .btnCompact, .somfy .b2c-scoped .btnIconOnly {
    width: 100%;
    max-width: 20.7142857143rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.somfy .b2c-scoped .btnClassic.primary, .somfy .b2c-scoped .btnCompact.primary, .somfy .b2c-scoped .btnIconOnly.primary {
  color: #FFFFFF !important;
  background-color: #FAB800;
  border: 1px solid #FAB800;
}
.somfy .b2c-scoped .btnClassic.primary.prev:before, .somfy .b2c-scoped .btnClassic.primary.prev:after, .somfy .b2c-scoped .btnClassic.primary.next:before, .somfy .b2c-scoped .btnClassic.primary.next:after, .somfy .b2c-scoped .btnCompact.primary.prev:before, .somfy .b2c-scoped .btnCompact.primary.prev:after, .somfy .b2c-scoped .btnCompact.primary.next:before, .somfy .b2c-scoped .btnCompact.primary.next:after, .somfy .b2c-scoped .btnIconOnly.primary.prev:before, .somfy .b2c-scoped .btnIconOnly.primary.prev:after, .somfy .b2c-scoped .btnIconOnly.primary.next:before, .somfy .b2c-scoped .btnIconOnly.primary.next:after {
  border-color: #FFFFFF;
}
.somfy .b2c-scoped .btnClassic.primary:hover, .somfy .b2c-scoped .btnClassic.primary:active, .somfy .b2c-scoped .btnClassic.primary:focus, .somfy .b2c-scoped .btnClassic.primary.active, .somfy .b2c-scoped .btnCompact.primary:hover, .somfy .b2c-scoped .btnCompact.primary:active, .somfy .b2c-scoped .btnCompact.primary:focus, .somfy .b2c-scoped .btnCompact.primary.active, .somfy .b2c-scoped .btnIconOnly.primary:hover, .somfy .b2c-scoped .btnIconOnly.primary:active, .somfy .b2c-scoped .btnIconOnly.primary:focus, .somfy .b2c-scoped .btnIconOnly.primary.active {
  background-color: #EC9600;
  border-color: #EC9600;
}
.somfy .b2c-scoped .btnClassic.secondary, .somfy .b2c-scoped .btnCompact.secondary, .somfy .b2c-scoped .btnIconOnly.secondary {
  color: #485C74 !important;
  background-color: white;
  border: 1px solid #485C74;
}
.somfy .b2c-scoped .btnClassic.secondary.prev:before, .somfy .b2c-scoped .btnClassic.secondary.prev:after, .somfy .b2c-scoped .btnClassic.secondary.next:before, .somfy .b2c-scoped .btnClassic.secondary.next:after, .somfy .b2c-scoped .btnCompact.secondary.prev:before, .somfy .b2c-scoped .btnCompact.secondary.prev:after, .somfy .b2c-scoped .btnCompact.secondary.next:before, .somfy .b2c-scoped .btnCompact.secondary.next:after, .somfy .b2c-scoped .btnIconOnly.secondary.prev:before, .somfy .b2c-scoped .btnIconOnly.secondary.prev:after, .somfy .b2c-scoped .btnIconOnly.secondary.next:before, .somfy .b2c-scoped .btnIconOnly.secondary.next:after {
  border-color: #485C74;
}
.somfy .b2c-scoped .btnClassic.secondary:hover, .somfy .b2c-scoped .btnClassic.secondary:active, .somfy .b2c-scoped .btnClassic.secondary:focus, .somfy .b2c-scoped .btnClassic.secondary.active, .somfy .b2c-scoped .btnCompact.secondary:hover, .somfy .b2c-scoped .btnCompact.secondary:active, .somfy .b2c-scoped .btnCompact.secondary:focus, .somfy .b2c-scoped .btnCompact.secondary.active, .somfy .b2c-scoped .btnIconOnly.secondary:hover, .somfy .b2c-scoped .btnIconOnly.secondary:active, .somfy .b2c-scoped .btnIconOnly.secondary:focus, .somfy .b2c-scoped .btnIconOnly.secondary.active {
  border: 1px solid #485C74;
  background: #f5f6f8;
}
.somfy .b2c-scoped .btnClassic.secondary.-transparent, .somfy .b2c-scoped .btnCompact.secondary.-transparent, .somfy .b2c-scoped .btnIconOnly.secondary.-transparent {
  color: white !important;
  background-color: transparent;
  border: 1px solid white;
}
.somfy .b2c-scoped .btnClassic.disabled, .somfy .b2c-scoped .btnCompact.disabled, .somfy .b2c-scoped .btnIconOnly.disabled {
  color: #485C74 !important;
  background-color: #eaeaea !important;
  border: 1px solid #eaeaea !important;
  cursor: default !important;
}
.somfy .b2c-scoped .btnClassic.icon span, .somfy .b2c-scoped .btnCompact.icon span, .somfy .b2c-scoped .btnIconOnly.icon span {
  display: inline-block;
  vertical-align: top;
}
.somfy .b2c-scoped .btnClassic.icon span:first-child, .somfy .b2c-scoped .btnCompact.icon span:first-child, .somfy .b2c-scoped .btnIconOnly.icon span:first-child {
  margin-right: 0.5714285714rem;
}
.somfy .b2c-scoped .btnClassic.icon span:last-child, .somfy .b2c-scoped .btnCompact.icon span:last-child, .somfy .b2c-scoped .btnIconOnly.icon span:last-child {
  margin-left: 0.5714285714rem;
}
.somfy .b2c-scoped .btnClassic.icon i, .somfy .b2c-scoped .btnCompact.icon i, .somfy .b2c-scoped .btnIconOnly.icon i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem !important;
}
.somfy .b2c-scoped .btnClassic.prev:before, .somfy .b2c-scoped .btnCompact.prev:before, .somfy .b2c-scoped .btnIconOnly.prev:before {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0.7142857143rem;
  content: '';
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
}
.somfy .b2c-scoped .btnClassic.next:after, .somfy .b2c-scoped .btnCompact.next:after, .somfy .b2c-scoped .btnIconOnly.next:after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 0.7142857143rem;
  content: '';
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}
.somfy .b2c-scoped .btnCompact.icon i {
  font-size: 1.2857142857rem;
}
.somfy .b2c-scoped .bg-yellow .btnClassic.primary, .somfy .b2c-scoped .bg-yellow .btnCompact.primary, .somfy .b2c-scoped .bg-yellow .btnIconOnly.primary {
  color: #485C74 !important;
  background-color: white;
  border: 1px solid white;
}
.somfy .b2c-scoped .bg-yellow .btnClassic.primary:hover, .somfy .b2c-scoped .bg-yellow .btnClassic.primary:active, .somfy .b2c-scoped .bg-yellow .btnClassic.primary:focus, .somfy .b2c-scoped .bg-yellow .btnClassic.primary.active, .somfy .b2c-scoped .bg-yellow .btnCompact.primary:hover, .somfy .b2c-scoped .bg-yellow .btnCompact.primary:active, .somfy .b2c-scoped .bg-yellow .btnCompact.primary:focus, .somfy .b2c-scoped .bg-yellow .btnCompact.primary.active, .somfy .b2c-scoped .bg-yellow .btnIconOnly.primary:hover, .somfy .b2c-scoped .bg-yellow .btnIconOnly.primary:active, .somfy .b2c-scoped .bg-yellow .btnIconOnly.primary:focus, .somfy .b2c-scoped .bg-yellow .btnIconOnly.primary.active {
  background: #f5f6f8;
}
.somfy .b2c-scoped .bg-yellow .btnClassic.secondary, .somfy .b2c-scoped .bg-yellow .btnCompact.secondary, .somfy .b2c-scoped .bg-yellow .btnIconOnly.secondary {
  border: 1px solid white;
}
.somfy .b2c-scoped .bg-dark .btnClassic.secondary, .somfy .b2c-scoped .bg-dark .btnCompact.secondary, .somfy .b2c-scoped .bg-dark .btnIconOnly.secondary, .somfy .b2c-scoped .bg-silver .btnClassic.secondary, .somfy .b2c-scoped .bg-silver .btnCompact.secondary, .somfy .b2c-scoped .bg-silver .btnIconOnly.secondary {
  border: 1px solid white;
}
.somfy .b2c-scoped.rtl .btnClassic.icon span:first-child, .somfy .b2c-scoped.rtl .btnCompact.icon span:first-child, .somfy .b2c-scoped.rtl .btnIconOnly.icon span:first-child {
  margin-left: 0.5714285714rem;
  margin-right: 0;
}
.somfy .b2c-scoped.rtl .btnClassic.icon span:last-child, .somfy .b2c-scoped.rtl .btnCompact.icon span:last-child, .somfy .b2c-scoped.rtl .btnIconOnly.icon span:last-child {
  margin-left: 0;
  margin-right: 0.5714285714rem;
}
.somfy .b2c-scoped.rtl .btnClassic.prev:before, .somfy .b2c-scoped.rtl .btnCompact.prev:before, .somfy .b2c-scoped.rtl .btnIconOnly.prev:before {
  border-left: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin-left: 0.7142857143rem;
  margin-right: 0;
}
.somfy .b2c-scoped.rtl .btnClassic.next:after, .somfy .b2c-scoped.rtl .btnCompact.next:after, .somfy .b2c-scoped.rtl .btnIconOnly.next:after {
  border-right: none;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  margin-left: 0;
  margin-right: 0.7142857143rem;
}

.somfy .b2c-scoped .form-group > label {
  color: #767677;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  margin-bottom: 0.2142857143rem;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}
.somfy .b2c-scoped .form-control {
  color: #1A1B1C;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  padding: 1.7142857143rem;
}
.somfy .b2c-scoped .form-control:-webkit-autofill, .somfy .b2c-scoped .form-control:-webkit-autofill:hover, .somfy .b2c-scoped .form-control:-webkit-autofill:focus, .somfy .b2c-scoped .form-control:-webkit-autofill, .somfy .b2c-scoped .form-control:-webkit-autofill:hover, .somfy .b2c-scoped .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.somfy .b2c-scoped .form-control.bootstrap-select {
  font-size: 1rem;
}
.somfy .b2c-scoped .form-control:not(textarea):not(.bootstrap-select) {
  padding-top: 0.8571428571rem;
  padding-bottom: 0.8571428571rem;
  height: auto;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .form-control {
    font-size: 1.1428571429rem;
  }
}
.somfy .b2c-scoped .form-control:hover, .somfy .b2c-scoped .form-control:active, .somfy .b2c-scoped .form-control:focus {
  border: 1px solid #FAB800;
  box-shadow: none;
}
.somfy .b2c-scoped .form-control::placeholder {
  opacity: 0.4;
}
.somfy .b2c-scoped .form-control.is-invalid {
  border-color: #FF2726 !important;
  color: #FF2726 !important;
}
.somfy .b2c-scoped .form-control:disabled {
  color: #495057;
}
.somfy .b2c-scoped .form-control.geoloc {
  color: #009845 !important;
  border-color: #009845 !important;
}
.somfy .b2c-scoped .form-control.geoloc + button i {
  color: #009845 !important;
}
.somfy .b2c-scoped .form-control.geoloc + button i:before {
  content: '✓';
}
.somfy .b2c-scoped .form-control#zipAndTownField::placeholder {
  opacity: 1;
  color: #999;
}
.somfy .b2c-scoped .form-control#zipAndTownField.is-invalid::placeholder {
  color: #FF2726;
}
.somfy .b2c-scoped .form-control:focus-visible {
  background: none;
  border-color: #FAB800;
}
.somfy .b2c-scoped .form-control:focus {
  outline: none !important;
  box-shadow: none;
}
.somfy .b2c-scoped .form-group.captcha {
  border: 1px solid transparent;
  padding: 4px 2px 2px 4px;
}
.somfy .b2c-scoped .form-group.captcha.is-invalid {
  border-color: #FF2726;
}
.somfy .b2c-scoped select {
  height: 3.5714285714rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.somfy .b2c-scoped .form-check {
  color: #485C74;
  padding-left: 0;
}
.somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked),
.somfy .b2c-scoped .form-check [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked) + label,
.somfy .b2c-scoped .form-check [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.1428571429rem;
  cursor: pointer;
}
.somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked):hover + label:before, .somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked):focus + label:before,
.somfy .b2c-scoped .form-check [type="checkbox"]:checked:hover + label:before,
.somfy .b2c-scoped .form-check [type="checkbox"]:checked:focus + label:before {
  border-color: #FAB800;
}
.somfy .b2c-scoped .form-check [type="checkbox"].is-invalid + .form-check-label {
  color: #FF2726;
}
.somfy .b2c-scoped .form-check [type="checkbox"].is-invalid + .form-check-label a {
  color: #FF2726;
  text-decoration: underline;
}
.somfy .b2c-scoped .form-check [type="checkbox"].is-invalid + .form-check-label::before {
  border-color: #FF2726;
}
.somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked) + label:before,
.somfy .b2c-scoped .form-check [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #767677;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked) + label:after,
.somfy .b2c-scoped .form-check [type="checkbox"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 1em;
  color: #FAB800;
  transition: all .2s;
}
.somfy .b2c-scoped .form-check [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.somfy .b2c-scoped .form-check [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.somfy .b2c-scoped .invalid-feedback {
  color: #FF2726;
  display: block;
}
.somfy .b2c-scoped p.invalid-feedback, .somfy .b2c-scoped div.invalid-feedback:not(.bootstrap-select) {
  display: none;
}
.somfy .b2c-scoped .custom-control-inline {
  padding-left: 0;
  margin-right: 3.5714285714rem;
  margin-bottom: 0.7142857143rem;
}
.somfy .b2c-scoped .custom-control-label {
  position: relative;
  color: #485C74;
  padding-left: 2.1428571429rem;
}
.somfy .b2c-scoped .custom-control-label::before {
  border: 1px solid #485C74;
  box-shadow: none;
  outline: none;
  left: 0;
  top: 2px;
}
.somfy .b2c-scoped .custom-control-label::after {
  width: 8px;
  height: 8px;
  left: 0;
  top: 2px;
  border-radius: 100%;
  background: #FAB800;
  transform: translate(50%, 50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.somfy .b2c-scoped .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}
.somfy .b2c-scoped .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #FAB800;
  transform: translate(50%, 50%) scale(1);
}
.somfy .b2c-scoped .custom-control.custom-radio:not(.custom-control-inline) {
  padding-left: 0;
  padding-right: 0;
}
.somfy .b2c-scoped .form-group, .somfy .b2c-scoped .input-group {
  margin-bottom: 2.4285714286rem;
  overflow: initial;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .form-group, .somfy .b2c-scoped .input-group {
    margin-bottom: 1.4285714286rem;
  }
}
.somfy .b2c-scoped .form-group--icon input, .somfy .b2c-scoped .input-group--icon input {
  padding-right: 2.7142857143rem;
}
.somfy .b2c-scoped .form-group button.icon, .somfy .b2c-scoped .input-group button.icon {
  position: absolute;
  right: 0.7142857143rem;
  top: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 24px;
  padding: 0.9285714286rem 0.7142857143rem;
}
.somfy .b2c-scoped .form-group button.icon i, .somfy .b2c-scoped .input-group button.icon i {
  display: block;
  color: #767677;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .b2c-scoped .form-group button.icon:hover i, .somfy .b2c-scoped .form-group button.icon:focus i, .somfy .b2c-scoped .input-group button.icon:hover i, .somfy .b2c-scoped .input-group button.icon:focus i {
  color: #FAB800;
}
.somfy .b2c-scoped .site-form-confirm {
  text-align: center;
}
.somfy .b2c-scoped .site-form-confirm i.icon-valid {
  display: block;
  position: relative;
  background: white;
  border-radius: 100%;
  width: 5.4285714286rem;
  height: 5.4285714286rem;
  margin: 0.7142857143rem auto;
}
.somfy .b2c-scoped .site-form-confirm i.icon-valid:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4285714286rem;
  height: 2.8571428571rem;
  border-right: 7px solid #9FC204;
  border-bottom: 7px solid #9FC204;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.somfy .b2c-scoped .site-form-confirm strong {
  display: block;
  color: #9FC204;
  font-size: 2rem;
  line-height: 2.4285714286rem;
  margin-bottom: 1.4285714286rem;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .site-form-confirm strong {
    font-size: 1.5714285714rem;
    line-height: 2rem;
  }
}
.somfy .b2c-scoped .site-form-confirm p {
  font-size: 2rem;
  line-height: 2.4285714286rem;
}
body .somfy .b2c-scoped .site-form-confirm p {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .b2c-scoped .site-form-confirm p,
body.vi-th .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .b2c-scoped .site-form-confirm p,
body.ar-lb .somfy .b2c-scoped .site-form-confirm p,
body.ar-ma .somfy .b2c-scoped .site-form-confirm p,
body.ar-il .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .b2c-scoped .site-form-confirm p,
body.tc-tw .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .b2c-scoped .site-form-confirm p {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .site-form-confirm p {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
  }
}
.somfy .b2c-scoped .custom-file {
  display: block;
  height: 3.5714285714rem;
  flex: none;
  width: 100%;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .custom-file {
    margin-bottom: 3.5714285714rem;
  }
}
.somfy .b2c-scoped .custom-file:after {
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  width: 8.5714285714rem;
  top: 0.4285714286rem;
  right: 0.4285714286rem;
  content: attr(data-button) !important;
  padding: 0 0.7142857143rem;
  font-size: 1.1428571429rem;
  line-height: 2.7142857143rem;
  height: 2.7142857143rem;
  color: white;
  background: #FAB800;
  border-color: #FAB800;
  border-radius: 4px !important;
  cursor: pointer;
  display: block;
  z-index: 10;
}
.somfy .b2c-scoped .custom-file:after:hover, .somfy .b2c-scoped .custom-file:after:active, .somfy .b2c-scoped .custom-file:after:focus {
  background: #EC9600;
  border: 1px solid #EC9600;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .custom-file:after {
    right: 0;
    top: 4.2857142857rem;
    width: 100%;
  }
}
.somfy .b2c-scoped .custom-file-input {
  z-index: 20 !important;
  height: 3.5714285714rem;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .custom-file-input {
    height: 7.8571428571rem;
  }
}
.somfy .b2c-scoped .custom-file-label {
  bottom: 0;
  display: block;
  height: auto;
  color: rgba(26, 27, 28, 0.4);
  font-size: 1.2857142857rem;
  line-height: 3.5714285714rem;
  padding: 0 10rem 0 1.7142857143rem;
  margin-bottom: 0;
  border-radius: 4px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .somfy .b2c-scoped .custom-file-label {
    font-size: 1.1428571429rem;
    padding: 0 1.7142857143rem 0 1.7142857143rem;
  }
}
.somfy .b2c-scoped .custom-file-label:after {
  display: none;
}
.somfy .b2c-scoped .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.somfy .b2c-scoped .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #FFF;
  border-color: #FF2726;
}
.somfy .b2c-scoped .bootstrap-select {
  padding: 0;
  height: 50px !important;
  border: none !important;
}
.somfy .b2c-scoped .bootstrap-select > select {
  height: 100% !important;
}
.somfy .b2c-scoped .bootstrap-select .is-invalid.dropdown-toggle {
  border-color: #FF2726 !important;
  color: #FF2726 !important;
}
.somfy .b2c-scoped .bootstrap-select button.dropdown-toggle {
  background: none;
  border: 1px solid #ced4da;
  transition: outline 0.2s ease-in-out;
}
.somfy .b2c-scoped .bootstrap-select button.dropdown-toggle:hover {
  border-color: #FAB800;
  background: none;
}
outline: 0 !important;
background: none;
border-color: #FAB800;
}
.somfy .b2c-scoped .bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}
.somfy .b2c-scoped .bootstrap-select button.dropdown-toggle:after {
  font-family: "somfy-v5-icons" !important;
  content: "\ea50";
  vertical-align: sub;
  border: none;
  transform: translateY(-50%) rotate(180deg);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 45%;
  right: 6px;
}
.somfy .b2c-scoped .bootstrap-select .dropdown-menu {
  margin-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  max-width: 100%;
  border-color: #ced4da;
}
.somfy .b2c-scoped .bootstrap-select .dropdown-menu .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  color: #485C74;
  transition: all .2s;
  text-overflow: ellipsis;
  overflow: hidden;
}
.somfy .b2c-scoped .bootstrap-select .dropdown-menu .dropdown-item.active, .somfy .b2c-scoped .bootstrap-select .dropdown-menu .dropdown-item.selected {
  background-color: transparent;
  color: #FAB800;
}
.somfy .b2c-scoped .bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: #F8F7F5;
  color: #FAB800;
}
.somfy .b2c-scoped .bootstrap-select.show .dropdown-toggle {
  border-radius: 0.25rem 0.25rem 0 0;
}
.somfy .b2c-scoped .bootstrap-select.show .dropdown-toggle .filter-option-inner-inner {
  color: #FAB800;
}
.somfy .b2c-scoped .bootstrap-select.show .dropdown-toggle:after {
  top: 55%;
  color: #FAB800;
  transform: translateY(-50%) rotate(0);
}
.somfy .b2c-scoped .bootstrap-select.show-tick .dropdown-item:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 7px;
  width: 16px;
  height: 16px;
  border: 1px solid #767677;
}
.somfy .b2c-scoped .bootstrap-select.show-tick .dropdown-item:after {
  content: '✓';
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  color: transparent;
  transition: all .2s;
}
.somfy .b2c-scoped .bootstrap-select.show-tick .dropdown-item.selected:after {
  color: #FAB800;
}
@media (min-width: 768px) {
  .somfy .b2c-scoped .bootstrap-select:not(.show-tick) .dropdown-menu[x-placement^="top"] {
    border-bottom: 0;
  }
  .somfy .b2c-scoped .bootstrap-select:not(.show-tick) .dropdown-menu[x-placement^="bottom"] {
    border-top: 0;
  }
}
.somfy .b2c-scoped .bootstrap-select.dropup.show button.dropdown-toggle {
  border-radius: 0 0 0.25rem 0.25rem;
}
.somfy .b2c-scoped .bootstrap-select.dropup.show .dropdown-menu[x-placement^="top"] {
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.somfy .b2c-scoped .bootstrap-select.dropup.show .dropdown-menu[x-placement^="bottom"] {
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.somfy .b2c-scoped .group-file-custom {
  border-top: 1px solid #8996A4;
  position: relative;
}
.somfy .b2c-scoped .group-file-custom label {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  padding-left: 0;
  color: #1A1B1C;
  width: 100%;
}
body .somfy .b2c-scoped .group-file-custom label {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .b2c-scoped .group-file-custom label,
body.vi-th .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .b2c-scoped .group-file-custom label,
body.ar-lb .somfy .b2c-scoped .group-file-custom label,
body.ar-ma .somfy .b2c-scoped .group-file-custom label,
body.ar-il .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .b2c-scoped .group-file-custom label,
body.tc-tw .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .b2c-scoped .group-file-custom label {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .b2c-scoped .group-file-custom label:before {
  content: "\e903";
  font-family: icomoon, sans-serif;
  margin-right: 5px;
  color: #FAB800;
}
.somfy .b2c-scoped .group-file-custom .icon-close {
  position: absolute;
  top: 12px;
  right: 0;
  display: none;
}
.somfy .b2c-scoped .group-file-custom input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.somfy .b2c-scoped .group-file-custom input[type="file"]:hover {
  border: none;
}
.somfy .b2c-scoped .toggle-visibility {
  position: relative;
}
.somfy .b2c-scoped .toggle-visibility .eye {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  z-index: 10;
  background: 0 0;
  padding: 5px;
  border: 0;
  box-shadow: none;
  color: #2C2C2C;
}
.somfy .b2c-scoped .toggle-visibility .eye i {
  vertical-align: middle;
}
.somfy .b2c-scoped .form-group.-light {
  position: relative;
}
.somfy .b2c-scoped .form-group.-light > label {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  padding: 0.2857142857rem 0 0 0;
  margin: 0;
  top: 1rem;
  left: 1.7142857143rem;
  right: 1.7142857143rem;
  font-size: 1.1428571429rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .b2c-scoped .form-group.-light > .group-file-custom > label.label-file-custom {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.somfy .b2c-scoped .form-group.-light > .group-file-custom > label.label-file-custom:before {
  text-indent: 0;
  float: left;
}
.somfy .b2c-scoped .form-group.-light.-top > .group-file-custom > label.label-file-custom {
  text-indent: 10px;
  margin-top: 20px;
  padding: 0;
}
.somfy .b2c-scoped .form-group.-light.-top > .group-file-custom > label.label-file-custom:before {
  text-indent: 0;
  float: left;
  font-size: 0.8571428571rem;
}
.somfy .b2c-scoped .form-group.-light:not(.-area) > label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.somfy .b2c-scoped .form-group.-light input {
  padding-top: 1.4285714286rem;
  padding-bottom: 0.2857142857rem;
}
.somfy .b2c-scoped .form-group.-light .bootstrap-select button.dropdown-toggle {
  padding: 0.9285714286rem 1.7142857143rem 0.7857142857rem;
}
.somfy .b2c-scoped .form-group.-light.-select > label {
  opacity: 0;
  pointer-events: none;
}
.somfy .b2c-scoped .form-group.-light.-select:not(.-top) .bootstrap-select button.dropdown-toggle .filter-option-inner-inner {
  font-size: 1.1428571429rem;
  color: #767677;
}
.somfy .b2c-scoped .form-group.-light.-top > label {
  top: 1px;
  font-size: 0.7142857143rem;
  pointer-events: none;
  height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.somfy .b2c-scoped .form-group.-light.-top .bootstrap-select button.dropdown-toggle {
  padding: 1.4285714286rem 1.7142857143rem 0.2857142857rem;
}
.somfy .b2c-scoped .form-group.-light.-top.-select > label {
  opacity: 1;
}
.somfy .b2c-scoped .form-group.-light.-icon > label {
  right: 2.8571428571rem;
}
.somfy .b2c-scoped .form-group.-light.-icon input {
  padding-right: 2.8571428571rem;
}
.somfy .b2c-scoped .form-group.-light.-icon i {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 1.2857142857rem;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.somfy .b2c-scoped .form-group.-light.toggle-visibility .eye {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 10;
  background: 0 0;
  font-size: 18px;
  padding: 0 12px;
  border: 0;
  box-shadow: none;
  color: #767677;
  cursor: pointer;
}
.somfy .b2c-scoped .form-group.-light.toggle-visibility .eye i {
  vertical-align: middle;
}
.somfy .b2c-scoped .form-group.-light.toggle-visibility .eye.active i:before {
  position: relative;
  top: -3px;
  font-size: 11px;
  content: "\e90a";
}
.somfy .b2c-scoped .switcher {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 28px;
  margin: 0;
  align-items: center;
  flex: 0 0 74px;
}
.somfy .b2c-scoped .switcher.secondary {
  width: 52px;
  height: 32px;
  flex: 0 0 52px;
}
.somfy .b2c-scoped .switcher .slider {
  border-radius: 24px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border: 2px solid rgba(151, 151, 151, 0.25);
}
.somfy .b2c-scoped .switcher .slider span:first-child {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  color: #767677;
  font-size: 12px;
}
.somfy .b2c-scoped .switcher .slider span:last-child {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  color: #767677;
  font-size: 12px;
}
.somfy .b2c-scoped .switcher .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: -2px;
  top: -4px;
  background-color: #D4D4D4;
  border: 2px solid white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .b2c-scoped .switcher input {
  height: auto !important;
  width: auto;
  padding: 0;
  margin: 4px auto 0;
}
.somfy .b2c-scoped .switcher input:checked + .slider span:first-child {
  opacity: 1;
}
.somfy .b2c-scoped .switcher input:checked + .slider span:last-child {
  opacity: 0;
}
.somfy .b2c-scoped .switcher input:checked + .slider:before {
  transform: translateX(42px);
  background-color: #49C300;
}
.somfy .b2c-scoped .switcher-secondary {
  width: 52px;
  height: 32px;
  flex: 0 0 52px;
}
.somfy .b2c-scoped .switcher-secondary input + .slider {
  background-color: #fff;
  transition: all .2s ease;
  border: 1px solid rgba(151, 151, 151, 0.2463);
}
.somfy .b2c-scoped .switcher-secondary input + .slider:before {
  border: 0;
  background-color: #fff;
  height: 26px;
  width: 26px;
  top: 2px;
  left: 1px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.somfy .b2c-scoped .switcher-secondary input:checked + .slider {
  background-color: #FCAC22;
}
.somfy .b2c-scoped .switcher-secondary input:checked + .slider:before {
  transform: translateX(21px);
  background-color: #fff;
}

.somfy.rtl .custom-control {
  padding-right: 1.5rem;
}
.somfy.rtl .custom-control-inline {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 3.5714285714rem;
}
.somfy.rtl .custom-control-label {
  padding-right: 2.1428571429rem;
  padding-left: 0;
}
.somfy.rtl .custom-control-label:before {
  right: 0;
  left: 0;
}
.somfy.rtl .custom-control-label:after {
  right: 8px;
  left: 0;
}
.somfy.rtl .bootstrap-select .dropdown-menu .dropdown-item.active,
.somfy.rtl .bootstrap-select .dropdown-menu .dropdown-item.selected {
  padding-left: 2.5rem;
}
.somfy.rtl .form-check {
  padding-left: 0;
  margin-right: 0;
  margin-left: 0.75rem;
}
.somfy.rtl .form-check [type="checkbox"]:not(:checked),
.somfy.rtl .form-check [type="checkbox"]:checked {
  right: -9999px;
  left: auto;
}
.somfy.rtl .form-check [type="checkbox"]:not(:checked) + label,
.somfy.rtl .form-check [type="checkbox"]:checked + label {
  padding-right: 2.1428571429rem;
  padding-left: 0;
}
.somfy.rtl .form-check [type="checkbox"]:not(:checked) + label:before,
.somfy.rtl .form-check [type="checkbox"]:checked + label:before {
  left: auto;
  right: 0;
}
.somfy.rtl .form-check [type="checkbox"]:not(:checked) + label:after,
.somfy.rtl .form-check [type="checkbox"]:checked + label:after {
  right: 1px;
  left: auto;
}
.somfy.rtl .bootstrap-select .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  text-align: right;
}
.somfy.rtl .bootstrap-select .dropdown-menu .active span:last-child {
  transform: none !important;
}
.somfy.rtl .bootstrap-select .filter-option {
  text-align: right;
}
.somfy.rtl .bootstrap-select .dropdown-toggle:after {
  right: auto;
  left: 6px;
}
.somfy.rtl .bootstrap-select.show-tick .dropdown-item:before {
  left: 7px;
  right: auto;
}
.somfy.rtl .bootstrap-select.show-tick .dropdown-item:after {
  right: auto;
  left: 10px;
}
.somfy.rtl .group-file-custom label:before {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  transform: rotate(180deg);
}
.somfy.rtl .group-file-custom .icon-close {
  left: 0;
  right: auto;
}
.somfy.rtl .toggle-visibility .eye {
  left: 5px;
  right: auto;
}
.somfy.rtl .bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: 0;
  padding-left: 1.7857142857rem;
}
.somfy.rtl .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  margin-left: 34px;
}
.somfy.rtl .dealers-locator .header .new-search-button i {
  right: auto;
  left: 1.9285714286rem;
}
.somfy.rtl .dealers-locator.has-dealers .header .new-search-button {
  text-align: right;
}
.somfy.rtl .form-group--icon input {
  padding-left: 2.7142857143rem;
  padding-right: 1.7142857143rem;
}
.somfy.rtl button.icon {
  left: 0.7142857143rem;
  right: auto;
}
.somfy.rtl .form-group.-light > label {
  text-align: right;
}
.somfy.rtl .form-group.-light.toggle-visibility .eye {
  right: auto;
  left: 0;
}
.somfy.rtl .form-group.-light > .group-file-custom > label.label-file-custom {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.somfy.rtl .form-group.-light > .group-file-custom > label.label-file-custom:before {
  text-indent: 0;
  float: right;
}
.somfy.rtl .form-group.-light.-top > .group-file-custom > label.label-file-custom {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
}
.somfy.rtl .form-group.-light.-top > .group-file-custom > label.label-file-custom:before {
  text-indent: 0;
  float: right;
  font-size: 0.8571428571rem;
}

.somfy .subnav {
  position: relative;
  display: none;
  z-index: 100 !important;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #FFFFFF;
}
@keyframes showMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes hideMenu {
  0% {
    height: 100%;
    background-color: black;
    opacity: 0.7;
  }
  99% {
    opacity: 0;
  }
  100% {
    background-color: transparent;
    height: 0;
  }
}
.somfy .subnav:before {
  content: '';
  width: 100vw;
  background-color: black;
  position: absolute;
  z-index: 0;
  top: 43px;
  opacity: 0;
  animation: 0.3s hideMenu;
}
@media (max-width: 767.98px) {
  .somfy .subnav:before {
    height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav.open:before {
    content: '';
    top: 43px;
    z-index: 0;
    opacity: 0.7;
    animation: 0.3s showMenu;
  }
  .somfy .subnav.open .subnav_title_content {
    background-color: #FFFFFF !important;
  }
}
.somfy .subnav.show_overlay .subnav_title_content {
  background: #FFFFFF;
}
@media (max-width: 767.98px) {
  .somfy .subnav.show_overlay:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
  }
  .somfy .subnav.show_overlay:after {
    background: #e8e8e8;
    content: '';
    height: 1px;
    position: absolute;
    top: 40px;
    width: 100vh;
    z-index: 9999;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav.hide_overlay:before {
    content: '';
    height: 0;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav {
    height: 41px;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav {
    position: sticky;
    top: 0;
    z-index: 400;
    width: 100%;
  }
}
.somfy .subnav > .container-fluid {
  max-width: 1200px;
  border-top: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row {
    padding: 0;
    height: 41px;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container {
    width: 100%;
    height: 100%;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_title_container a {
  position: relative;
  z-index: 10;
  padding: 15px 0;
  text-decoration: none;
  color: #1A1B1C;
  font-size: 1.4285714286rem;
  line-height: 1.7142857143rem;
}
@media (min-width: 768px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container a {
    padding-left: 0;
  }
}
body .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .subnav > .container-fluid div.row .subnav_title_container a,
body.vi-th .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .subnav > .container-fluid div.row .subnav_title_container a,
body.ar-lb .somfy .subnav > .container-fluid div.row .subnav_title_container a,
body.ar-ma .somfy .subnav > .container-fluid div.row .subnav_title_container a,
body.ar-il .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .subnav > .container-fluid div.row .subnav_title_container a,
body.tc-tw .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .subnav > .container-fluid div.row .subnav_title_container a {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container a {
    height: 41px;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_title_container a:after {
  display: none;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container a > span {
  display: none;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container a > span:first-child {
  align-items: center;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container a > span:first-child .icon-arrow-right {
  margin-right: 10px;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container a > span:last-child {
  transform: rotate(90deg);
  display: none;
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container a > span:last-child {
    display: block !important;
    width: auto;
    pointer-events: none;
  }
  .somfy .subnav > .container-fluid div.row .subnav_title_container a > span:last-child:before {
    font-size: 1.2em;
    color: #1A1B1C;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown {
  margin-top: 0;
  border: none;
  border-radius: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown {
    display: none !important;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #FFFFFF;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul {
  padding-left: 30px;
  list-style: none;
}
@keyframes delay-show-menu {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul li {
  margin-top: 14px;
  animation: 0.3s delay-show-menu;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul li a:hover {
  color: #FCAC22;
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container .hideSubnavDropdown {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container .hide {
    position: absolute;
    transform: translate3d(0px, -200px, 0px) !important;
    opacity: 0;
  }
  @keyframes delay-hide-menu {
    from {
      height: 100%;
      margin-top: 14px;
      opacity: 1;
    }
    to {
      height: 0;
      margin-top: 0;
      opacity: 0;
    }
  }
  .somfy .subnav > .container-fluid div.row .subnav_title_container .hide .contrast_content ul li {
    margin-top: 0;
    animation: 0.2s delay-hide-menu;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container .open {
    padding: 0 !important;
    display: block !important;
    opacity: 1;
    animation: dropdownShow 0.3s ease-in-out;
    overflow: visible;
  }
  @keyframes dropdownShow {
    from {
      top: -30px;
    }
    to {
      top: 0;
    }
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_title_container.show a > span:last-child {
    transform: rotate(-90deg) !important;
  }
  .somfy .subnav > .container-fluid div.row .subnav_title_container.show a > span:last-child:before {
    color: #FCAC22;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy {
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy .buyButton {
    display: none !important;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy .buyButton p {
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  width: 60px;
  text-align: center;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy .buyButton a {
  text-align: center;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 17px;
  padding-right: 17px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container {
  height: 100%;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .btnCompact {
  text-align: center;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .somfy .subnav > .container-fluid div.row .subnav_entries_container {
    display: none !important;
  }
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  list-style: none;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li {
  height: 100%;
  margin-right: 30px;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  position: relative;
  height: 100%;
  text-decoration: none;
  color: #1A1B1C;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
body .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a,
body.vi-th .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a,
body.ar-lb .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a,
body.ar-ma .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a,
body.ar-il .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a,
body.tc-tw .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a:hover {
  color: #3F5771;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a.active {
  color: #FCAC22;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li:last-child {
  margin-right: 0;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li.active {
  border-bottom: 1px solid #FCAC22;
}
.somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li.active a {
  color: #FCAC22;
}
.somfy .subnav_with_arrow .subnav_title_container a {
  pointer-events: visible !important;
  cursor: pointer !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right {
  transform: scaleX(-1);
  margin-right: 10px;
}
.somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right:first-child {
  display: block !important;
  margin-left: 0;
}
@media (min-width: 768px) {
  .somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right:first-child {
    margin-top: 3px;
  }
}
@media (max-width: 767.98px) {
  .somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right:last-child {
    display: none;
    margin-right: 5px;
  }
}
.somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right:before {
  font-size: 1em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #1A1B1C;
}
.somfy .subnav_with_arrow .subnav_title_container a:focus {
  color: #FCAC22 !important;
}
.somfy .subnav_with_arrow .subnav_title_container a:focus span:before {
  color: #FCAC22;
}
.somfy .on {
  pointer-events: none;
  cursor: default;
}
.somfy .on:hover {
  color: #FCAC22 !important;
}
.somfy .subnav_bg_white {
  background-color: #ffffff;
  top: 182px;
  position: fixed;
  box-shadow: 0 5px 10px -5px #aaa;
}
.somfy .subnav_bg_white .container-fluid {
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 991.98px) {
  .somfy .subnav_bg_white {
    position: absolute;
    top: 0;
  }
  .somfy .subnav_bg_white .container-fluid {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
  }
}
.somfy .subnav_bg_white.border-bg-white:not(.sticky):not(.open) .container-fluid {
  border-bottom: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy .subnav_text_white .subnav_title_container a {
  color: #FFFFFF !important;
}
.somfy .subnav_text_white .subnav_entries li a {
  color: #FFFFFF !important;
}
.somfy .subnav_text_white .buyButton p {
  color: #FFFFFF !important;
}
.somfy .bg_transparent {
  background-color: transparent;
  position: fixed;
  top: 80px;
  z-index: 2;
  width: 100%;
  border-bottom: none !important;
}
.somfy .bg_transparent .container-fluid > div:first-child {
  border-bottom: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy .bg_transparent .subnav_title_container {
  padding-left: 0;
}
.somfy .bg_transparent .subnav_title_container a {
  background-color: transparent !important;
}
.somfy .bg_transparent .buyButton {
  margin-right: -10px;
}
.somfy .sticky {
  position: fixed;
  top: 182px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 400;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: 0 5px 10px -5px #aaa;
  -webkit-box-shadow: 0 5px 10px -5px #aaa;
  box-shadow: 0 5px 10px -5px #aaa;
}
@media (max-width: 767.98px) {
  .somfy .sticky {
    top: 0px;
  }
}
.somfy .sticky .subnav_dropdown {
  border-top: 1px solid #E5E5E5;
}
.somfy .sticky .container-fluid {
  border-top: 1px solid #e8e8e8;
}
.somfy .sticky.open {
  box-shadow: none;
}
.somfy .sticky.open:after {
  top: 41px;
}
.somfy .sticky > .container-fluid > .row:after, .somfy .sticky > .container-fluid > .row:before {
  display: none;
}
.somfy .sticky_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 400;
  background-color: #FFFFFF;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -moz-box-shadow: 0 5px 10px -5px #aaa;
  -webkit-box-shadow: 0 5px 10px -5px #aaa;
  box-shadow: 0 5px 10px -5px #555;
  pointer-events: initial !important;
  cursor: pointer !important;
}
.somfy .buyButton_mobile {
  display: none;
  min-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .somfy .buyButton_mobile.simplifie_buy_btn {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .somfy .buyButton_mobile {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .somfy .buyButton_mobile.hide {
    bottom: 0;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .somfy .buyButton_mobile .container-fluid {
    border: none;
    padding: 0;
  }
  .somfy .buyButton_mobile .container-fluid .btnClassic {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 8px 20px !important;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 50%;
    justify-content: center;
  }
  .somfy .buyButton_mobile .container-fluid .btnClassic i {
    margin: 0 0 0 10px;
    font-size: 22px;
  }
  .somfy .buyButton_mobile .container-fluid .btnClassic:last-child {
    width: 100% !important;
  }
  .somfy .buyButton_mobile .container-fluid p {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    white-space: nowrap;
    width: inherit;
  }
  body .somfy .buyButton_mobile .container-fluid p {
    font-family: SomfySans-Light, sans-serif;
  }
  body.vi-vi .somfy .buyButton_mobile .container-fluid p,
  body.vi-th .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .buyButton_mobile .container-fluid p,
  body.ar-lb .somfy .buyButton_mobile .container-fluid p,
  body.ar-ma .somfy .buyButton_mobile .container-fluid p,
  body.ar-il .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .buyButton_mobile .container-fluid p,
  body.tc-tw .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .buyButton_mobile .container-fluid p {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .somfy .buyButton_mobile .container-fluid a {
    width: auto !important;
    max-width: initial !important;
    margin-left: initial !important;
    margin-right: initial !important;
  }
  .somfy .buyButton_mobile .container-fluid a:hover {
    text-decoration: none;
  }
}

@keyframes showMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes hideMenu {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0;
  }
}
.somfy .sticky_header + .scrollmagic-pin-spacer {
  margin-top: 58px !important;
}
.somfy.rtl .subnav > .container-fluid div.row .subnav_entries_container {
  justify-content: space-between;
}
.somfy.rtl .subnav > .container-fluid div.row .subnav_entries_container .btnCompact {
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .somfy.rtl .buyButton_mobile .container-fluid .btnClassic i {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .somfy.rtl .subnav > .container-fluid div.row .subnav_title_container a > span:last-child {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
.somfy.rtl .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .somfy.rtl .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul {
    text-align: right;
    padding-right: 30px;
  }
}

.has-control-menu .somfy .sticky {
  top: 246px;
}
@media (max-width: 767.98px) {
  .has-control-menu .somfy .sticky {
    top: 48px;
  }
}

.somfy .product__item {
  position: relative;
  padding: 20px 20px 70px 20px;
  color: black;
  text-align: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .somfy .product__item {
    padding: 20px 20px 50px 20px;
  }
}
.somfy .product__item__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.somfy .product__item__tags li {
  display: inline-block;
  border: 1px solid #A1ABB7;
  font-size: 14px;
  margin-right: 2px;
  border-radius: 4px;
  padding: 2px 5px 0;
  background: white;
  color: #3C4F64;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .somfy .product__item__tags li {
    font-size: 12px;
    line-height: normal;
    padding: 4px 6px 2px;
  }
}
.somfy .product__item__tags li.new {
  color: #FAB800;
  border: 1px solid #FAB800;
}
body .somfy .product__item__tags li.new {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .product__item__tags li.new,
body.vi-th .somfy .product__item__tags li.new {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product__item__tags li.new {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product__item__tags li.new {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product__item__tags li.new,
body.ar-lb .somfy .product__item__tags li.new,
body.ar-ma .somfy .product__item__tags li.new,
body.ar-il .somfy .product__item__tags li.new {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product__item__tags li.new {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product__item__tags li.new {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product__item__tags li.new,
body.tc-tw .somfy .product__item__tags li.new {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product__item__tags li.new {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product__item__nowrap {
  white-space: nowrap;
}
.somfy .product__item__visual {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-top: 100%;
  overflow: hidden;
}
.somfy .product__item__visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .product__item__title {
  color: #485C74;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .product__item__title {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product__item__title,
body.vi-th .somfy .product__item__title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product__item__title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product__item__title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product__item__title,
body.ar-lb .somfy .product__item__title,
body.ar-ma .somfy .product__item__title,
body.ar-il .somfy .product__item__title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product__item__title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product__item__title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product__item__title,
body.tc-tw .somfy .product__item__title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product__item__title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .product__item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.somfy .product__item__desc {
  opacity: 1;
  font-size: 15px;
  margin-bottom: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .product__item__desc {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product__item__desc,
body.vi-th .somfy .product__item__desc {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product__item__desc {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product__item__desc {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product__item__desc,
body.ar-lb .somfy .product__item__desc,
body.ar-ma .somfy .product__item__desc,
body.ar-il .somfy .product__item__desc {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product__item__desc {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product__item__desc {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product__item__desc,
body.tc-tw .somfy .product__item__desc {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product__item__desc {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .product__item__desc {
    font-size: 14px;
    line-height: normal;
  }
}
.somfy .product__item__price {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .product__item__price {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product__item__price,
body.vi-th .somfy .product__item__price {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product__item__price {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product__item__price {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product__item__price,
body.ar-lb .somfy .product__item__price,
body.ar-ma .somfy .product__item__price,
body.ar-il .somfy .product__item__price {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product__item__price {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product__item__price {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product__item__price,
body.tc-tw .somfy .product__item__price {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product__item__price {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .product__item__price {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .somfy .product__item__price {
    padding: 0 10px;
  }
}
.somfy .product__item__price span {
  display: inline-block;
  margin: 0 4px;
}
.somfy .product__item__price del {
  color: #8996A4;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .somfy .product__item__price del {
    font-size: 12px;
  }
}
.somfy .product__item__price i {
  display: inline-block;
  color: #FAB800;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .somfy .product__item__price i {
    font-size: 14px;
  }
}
.somfy .product__item__reco {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .somfy .product__item__reco {
    font-size: 12px;
  }
}
.somfy .product__item__demand {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .somfy .product__item__demand {
    font-size: 16px;
  }
}
.somfy .product__item__link {
  display: block;
  width: 100%;
  color: #3C4F64;
  font-size: 16px;
  text-decoration: underline;
  pointer-events: none;
  opacity: 0;
  line-height: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .product__item__link {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product__item__link,
body.vi-th .somfy .product__item__link {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product__item__link {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product__item__link {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product__item__link,
body.ar-lb .somfy .product__item__link,
body.ar-ma .somfy .product__item__link,
body.ar-il .somfy .product__item__link {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product__item__link {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product__item__link {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product__item__link,
body.tc-tw .somfy .product__item__link {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product__item__link {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .product__item__link {
    font-size: 14px;
  }
}
.somfy .product__item:hover, .somfy .product__item:focus, .somfy .product__item:active {
  color: black;
}
.somfy .product__item:hover .product__item__visual img, .somfy .product__item:focus .product__item__visual img, .somfy .product__item:active .product__item__visual img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.somfy .product__item:hover .product__item__title, .somfy .product__item:focus .product__item__title, .somfy .product__item:active .product__item__title {
  color: black;
}
.somfy .product__item:hover .product__item__desc, .somfy .product__item:focus .product__item__desc, .somfy .product__item:active .product__item__desc {
  opacity: 0;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.somfy .product__item:hover .product__item__price, .somfy .product__item:focus .product__item__price, .somfy .product__item:active .product__item__price {
  bottom: 20px;
}
.somfy .product__item:hover .product__item__link, .somfy .product__item:focus .product__item__link, .somfy .product__item:active .product__item__link {
  opacity: 1;
}
.somfy .product__item--large .product__item__price {
  bottom: -10px;
}
@media (min-width: 992px) {
  .somfy .product__item--large {
    padding-bottom: 90px;
  }
  .somfy .product__item--large .product__item__title {
    font-size: 28px;
    line-height: normal;
  }
  .somfy .product__item--large .product__item__desc {
    font-size: 18px;
    min-height: 42px;
  }
  .somfy .product__item--large .product__item__price {
    font-size: 28px;
  }
  .somfy .product__item--large .product__item__price del {
    font-size: 16px;
  }
  .somfy .product__item--large .product__item__link {
    position: relative;
    top: -10px;
  }
}
@media (max-width: 767.98px) {
  .somfy .product__item--list {
    text-align: left;
    padding: 10px 0 10px 110px;
    min-height: 100px;
  }
  .somfy .product__item--list .product__item {
    text-align: left;
  }
  .somfy .product__item--list .product__item__visual {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    margin-bottom: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .somfy .product__item--list .product__item__tags {
    position: static;
    margin-bottom: 10px;
  }
  .somfy .product__item--list .product__item__desc {
    display: none;
  }
  .somfy .product__item--list .product__item__price {
    position: static;
    padding: 0;
  }
  .somfy .product__item--list .product__item__link {
    display: none;
  }
}

.ratings {
  white-space: nowrap;
  display: inline-block;
}
.ratings-wrapper .ratings {
  margin-right: 1.4285714286rem;
}
.ratings-wrapper .ratings .stars {
  margin-right: 1.4285714286rem;
}
.ratings-wrapper p {
  display: inline-block;
  color: #767676;
  margin-bottom: 0;
}
.ratings-wrapper p strong {
  color: #1A1B1C;
  border-right: 1px solid #1A1B1C;
  padding-right: 6px;
  margin-right: 4px;
}
.ratings-wrapper .anim-arrow {
  white-space: nowrap;
  font-weight: normal;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
}
.ratings .stars {
  display: inline-block;
  position: relative;
  color: #c5c5c5;
  font-size: 25px;
  width: 110px;
  padding: 0px 0;
  margin-top: -3px;
  vertical-align: middle;
}
.ratings .stars span {
  display: block;
  width: 22px;
  flex-basis: 22px;
  min-width: 22px;
  font-family: sans-serif;
}
.ratings .stars--full {
  position: absolute;
  z-index: 2;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  top: 0px;
  left: 0;
  color: #FAB800;
}
.ratings .stars--filled {
  z-index: 1;
  display: flex;
}
.ratings .rating {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding-left: 4px;
  border-left: 1px solid #FAB800;
  vertical-align: middle;
  margin-top: -4px;
  color: black;
}
.ratings .rating strong {
  font-size: 16px;
  color: black;
}
body .ratings .rating strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .ratings .rating strong,
body.vi-th .ratings .rating strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .ratings .rating strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .ratings .rating strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .ratings .rating strong,
body.ar-lb .ratings .rating strong,
body.ar-ma .ratings .rating strong,
body.ar-il .ratings .rating strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .ratings .rating strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .ratings .rating strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .ratings .rating strong,
body.tc-tw .ratings .rating strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .ratings .rating strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.ratings .reviews {
  color: #FAB800;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding-left: 4px;
  vertical-align: middle;
}

.somfy.rtl .ratings-wrapper .ratings {
  margin-right: 0;
  margin-left: 1.4285714286rem;
}
.somfy.rtl .ratings-wrapper p strong {
  float: right;
  border-left: 1px solid #1A1B1C;
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  margin-left: 4px;
  padding-left: 6px;
}
.somfy.rtl .ratings .stars--full {
  left: auto;
  right: 0;
}
.somfy.rtl .ratings .rating {
  padding-left: 0;
  padding-right: 0.2857142857rem;
  border-left: none;
  border-right: 1px solid #FAB800;
}

.somfy .product_slider {
  /*bootstrap test*/
}
@media (max-width: 767.98px) {
  .somfy .product_slider {
    padding-bottom: 80px;
  }
}
.somfy .product_slider.product_has_subtitle_btn .slick-dots {
  bottom: -33px !important;
}
.somfy .product_slider.product_has_subtitle_btn .cta {
  padding-top: 40px;
}
body .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .product_slider.product_has_subtitle_btn .cta,
body.vi-th .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product_slider.product_has_subtitle_btn .cta,
body.ar-lb .somfy .product_slider.product_has_subtitle_btn .cta,
body.ar-ma .somfy .product_slider.product_has_subtitle_btn .cta,
body.ar-il .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product_slider.product_has_subtitle_btn .cta,
body.tc-tw .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product_slider.product_has_subtitle_btn .cta {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product_slider.product_has_subtitle_btn .cta a {
  text-decoration: none;
  background-color: #FCAC22;
  border-radius: 4px;
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .somfy .product_slider.product_has_subtitle_btn .cta {
    display: block !important;
    padding-top: 10px;
  }
  .somfy .product_slider.product_has_subtitle_btn .cta a {
    display: block !important;
  }
}
.somfy .product_slider .container-fluid {
  max-width: 1340px;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .somfy .product_slider .container-fluid {
    max-width: 1340px;
  }
}
.somfy .product_slider .title_container .title_content {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .somfy .product_slider .title_container .title_content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.somfy .product_slider .title_container .title_content .title_2 {
  margin-bottom: 0;
}
body .somfy .product_slider .title_container .title_content .title_2 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .product_slider .title_container .title_content .title_2,
body.vi-th .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product_slider .title_container .title_content .title_2,
body.ar-lb .somfy .product_slider .title_container .title_content .title_2,
body.ar-ma .somfy .product_slider .title_container .title_content .title_2,
body.ar-il .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product_slider .title_container .title_content .title_2,
body.tc-tw .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product_slider .title_container .title_content .title_2 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product_slider .title_container .title_content .subtitle_1 {
  padding-top: 20px;
  margin-bottom: 0;
}
body .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .product_slider .title_container .title_content .subtitle_1,
body.vi-th .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product_slider .title_container .title_content .subtitle_1,
body.ar-lb .somfy .product_slider .title_container .title_content .subtitle_1,
body.ar-ma .somfy .product_slider .title_container .title_content .subtitle_1,
body.ar-il .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product_slider .title_container .title_content .subtitle_1,
body.tc-tw .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product_slider .title_container .title_content .subtitle_1 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .product_slider .title_container .title_content .subtitle_1 {
    padding-top: 10px;
  }
  body .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .product_slider .title_container .title_content .subtitle_1,
  body.vi-th .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .product_slider .title_container .title_content .subtitle_1,
  body.ar-lb .somfy .product_slider .title_container .title_content .subtitle_1,
  body.ar-ma .somfy .product_slider .title_container .title_content .subtitle_1,
  body.ar-il .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .product_slider .title_container .title_content .subtitle_1,
  body.tc-tw .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .product_slider .title_container .title_content .subtitle_1 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy .product_slider ul.list_products {
  padding: 0;
}
@media (min-width: 768px) {
  .somfy .product_slider .list_products {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .somfy .product_slider .list_products {
    margin-right: -20px;
  }
}
.somfy .product_slider .list_products .buy_now_wrapper {
  height: 22px;
  margin-bottom: 10px;
}
.somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  background-color: #FCAC22;
  color: #FFFFFF;
  padding: 0 9px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
body .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .product_slider .list_products .buy_now_wrapper .buy_now,
body.vi-th .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product_slider .list_products .buy_now_wrapper .buy_now,
body.ar-lb .somfy .product_slider .list_products .buy_now_wrapper .buy_now,
body.ar-ma .somfy .product_slider .list_products .buy_now_wrapper .buy_now,
body.ar-il .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product_slider .list_products .buy_now_wrapper .buy_now,
body.tc-tw .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product_slider .list_products .buy_now_wrapper .buy_now {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product_slider .list_products .product_item {
  background-clip: content-box;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .somfy .product_slider .list_products .product_item {
    width: 100% !important;
  }
}
.somfy .product_slider .list_products .product_item a {
  text-decoration: none;
  outline: none;
}
.somfy .product_slider .list_products .product_item a .image-wrap {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.somfy .product_slider .list_products .product_item a .image-wrap img {
  padding: 0 20px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.somfy .product_slider .list_products .product_item a .title_product {
  min-height: 72px;
  white-space: pre-line;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
.somfy .product_slider .list_products .product_item a .text_big {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .somfy .product_slider .list_products .product_item a .text_big {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product_slider .list_products .product_item a .text_big,
body.vi-th .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product_slider .list_products .product_item a .text_big,
body.ar-lb .somfy .product_slider .list_products .product_item a .text_big,
body.ar-ma .somfy .product_slider .list_products .product_item a .text_big,
body.ar-il .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product_slider .list_products .product_item a .text_big,
body.tc-tw .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product_slider .list_products .product_item a .text_big {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product_slider .list_products:not(.slick-initialized) .product_item {
  height: auto;
}
.somfy .product_slider .list_products.slick-initialized .slick-slide > div {
  height: 100%;
}
.somfy .product_slider .slick-track {
  background-color: transparent;
  display: flex !important;
}
.somfy .product_slider .slick-next {
  right: 10px;
  background-color: rgba(26, 27, 28, 0.05);
  height: 50px;
  width: 50px;
  top: 46% !important;
  border-radius: 54px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .somfy .product_slider .slick-next {
    right: 20px;
  }
}
.somfy .product_slider .slick-next:before {
  font-family: icomoon, sans-serif;
  color: #3C4F64;
  content: "\e90f";
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  position: absolute;
}
.somfy .product_slider .slick-prev {
  left: 10px;
  background-color: rgba(26, 27, 28, 0.05);
  height: 50px;
  width: 50px;
  top: 41% !important;
  border-radius: 54px;
  z-index: 1;
  transform: scaleX(-1);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .somfy .product_slider .slick-prev {
    left: 20px;
  }
}
.somfy .product_slider .slick-prev:before {
  font-family: icomoon, sans-serif;
  color: #3C4F64;
  content: "\e90f";
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  position: absolute;
}
@media (min-width: 768px) {
  .somfy .product_slider .slick-list {
    width: 100% !important;
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .somfy .product_slider .slick-list {
    overflow: visible !important;
    margin-right: -10px;
  }
}
.somfy .product_slider .slick-dots {
  left: 0;
  bottom: -50px;
}
.somfy .product_slider .slick-dots li {
  width: 40px;
  height: 2px;
}
.somfy .product_slider .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #1A1B1C;
  opacity: 0.1;
}
.somfy .product_slider .slick-dots li button:before {
  content: "\2014";
  opacity: 0;
}
.somfy .product_slider .slick-dots li.slick-active button {
  width: 100%;
  height: 2px;
  background-color: #FCAC22 !important;
  opacity: 1;
}
.somfy .product_slider .slick-dots li.slick-active button:before {
  content: "\2014";
  opacity: 0;
}
.somfy .product_slider .product_container {
  background-clip: content-box;
  background-color: #ffffff;
  height: 100%;
}
.somfy .product_slider .product_container .img_container {
  position: relative;
  width: 100%;
  margin: 20px 0;
  height: 100%;
}
.somfy .product_slider .product_container .img_container img {
  padding: 0 20px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.somfy .product_slider .carousel-inner .carousel-item-right.active,
.somfy .product_slider .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}
.somfy .product_slider .carousel-inner .carousel-item-left.active,
.somfy .product_slider .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}
.somfy .product_slider .carousel-inner .carousel-item-right,
.somfy .product_slider .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.somfy .product_slider .carousel-item.active {
  display: flex;
}

.somfy .product-replacedby {
  position: relative;
  border-top: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy .product-replacedby img {
  border: 1px solid rgba(26, 27, 28, 0.1);
  border-radius: 5px;
}
.somfy .product-replacedby .product-title {
  margin-bottom: 0;
}
.somfy .product-replacedby .product-title a {
  color: inherit;
}
.somfy .product-replacedby .product-title a:hover {
  color: #EC9600;
}
.somfy .product-replacedby .product-title .price {
  float: right;
}
.somfy .product-replacedby .repl_desc {
  margin-top: 10px;
}
body .somfy .product-replacedby .repl_desc {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .product-replacedby .repl_desc,
body.vi-th .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-replacedby .repl_desc,
body.ar-lb .somfy .product-replacedby .repl_desc,
body.ar-ma .somfy .product-replacedby .repl_desc,
body.ar-il .somfy .product-replacedby .repl_desc {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-replacedby .repl_desc,
body.tc-tw .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-replacedby .repl_desc {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product-replacedby .repl_desc p:last-child {
  margin-bottom: 0;
}
.somfy .product-replacedby + .product-main-info {
  border-top: none;
}
.somfy .product-main-info {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid rgba(26, 27, 28, 0.1);
}
@media (max-width: 767.98px) {
  .somfy .product-main-info {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
.somfy .product-main-info .fotorama .multivideos-link.btn,
.somfy .product-main-info .fotorama .testimonialLink.btn {
  background-color: white;
  border-color: #1A1B1C;
  color: #1A1B1C !important;
  padding: 5px 20px 5px 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
.somfy .product-main-info .fotorama .multivideos-link.btn:focus,
.somfy .product-main-info .fotorama .testimonialLink.btn:focus {
  box-shadow: none;
}
.somfy .product-main-info .fotorama .multivideos-link.btn:before,
.somfy .product-main-info .fotorama .testimonialLink.btn:before {
  content: "\e9ac";
  color: #1A1B1C;
  font-family: 'somfy' !important;
  font-size: 18px;
  position: absolute;
  left: 15px;
  transition: all 0.2s ease-in-out;
}
.somfy .product-main-info .fotorama .multivideos-link.btn:hover,
.somfy .product-main-info .fotorama .testimonialLink.btn:hover {
  background-color: #EC9600;
  border-color: #EC9600;
  color: white !important;
}
.somfy .product-main-info .fotorama .multivideos-link.btn:hover:before,
.somfy .product-main-info .fotorama .testimonialLink.btn:hover:before {
  color: white;
}
.somfy .product-main-info .fotorama .product__item__tags {
  z-index: 2;
}
.somfy .product-main-info .fotorama .image-product-container {
  height: 420px;
  position: relative;
}
@media (max-width: 991.98px) {
  .somfy .product-main-info .fotorama .image-product-container {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .image-product-container {
    height: 250px;
    padding-top: 40px;
  }
}
.somfy .product-main-info .fotorama .image-product-container span.icon-play {
  display: none;
  z-index: 10;
  position: absolute;
  font-size: 70px;
  width: 100%;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  text-align: center;
}
.somfy .product-main-info .fotorama .image-product-container span.icon-play:hover {
  cursor: pointer;
}
.somfy .product-main-info .fotorama .image-product-container img {
  max-height: 100%;
  transform: translateZ(0);
}
.somfy .product-main-info .fotorama .image-product-container img.img-act-for-green {
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.somfy .product-main-info .fotorama .image-product-container .afg-logo{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .image-product-container.has-thunbnails {
    height: 0px;
    padding-top: 20px;
    z-index: 9;
  }
  .somfy .product-main-info .fotorama .image-product-container.has-thunbnails img {
    display: none !important;
    max-height: initial;
  }
  .somfy .product-main-info .fotorama .image-product-container.has-thunbnails img.img-act-for-green {
    display: inline !important;
  }
}
@media (min-width: 576px) {
  .somfy .product-main-info .fotorama .thunbmails .product_thumbnail {
    max-width: 340px;
  }
  .somfy .product-main-info .fotorama .thunbmails .product_thumbnail:not(.slick-slider) {
    display: flex;
  }
}
.somfy .product-main-info .fotorama .thunbmails .product_thumbnail_div {
  width: 88px;
  position: relative;
}
.somfy .product-main-info .fotorama .thunbmails .product_thumbnail_div .icon-play {
  position: absolute;
  font-size: 30px;
  width: 100%;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  line-height: 300%;
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .thunbmails .product_thumbnail_div .icon-play {
    font-size: 70px;
  }
}
.somfy .product-main-info .fotorama .thunbmails .image-container {
  border: 1px solid #dee2e6;
  text-decoration: none;
  position: relative;
  align-items: center;
  height: 88px;
  background: white;
  cursor: pointer;
  text-align: center;
  width: 88px;
  display: block;
  overflow: hidden;
  outline: none;
  margin: auto;
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .thunbmails .image-container {
    height: 270px;
    width: 270px;
    border: 0px solid #dee2e6;
  }
}
.somfy .product-main-info .fotorama .thunbmails .image-container.active {
  border: 1px solid #FAB800;
  outline: none;
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .thunbmails .image-container.active {
    border: 0px solid #FAB800;
  }
}
.somfy .product-main-info .fotorama .thunbmails .image-container .img-thumbnail {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.somfy .product-main-info .fotorama .thunbmails .image-container.pause-video .btn-play {
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.somfy .product-main-info .fotorama .thunbmails .image-container.pause-video .btn-play .display_video {
  color: #495057;
  border-radius: 25px;
  border: 1px solid #343a40;
  width: 51px;
  height: 51px;
  outline: none;
}
.somfy .product-main-info .fotorama .thunbmails .slick-next, .somfy .product-main-info .fotorama .thunbmails .slick-prev {
  cursor: pointer;
}
.somfy .product-main-info .fotorama .thunbmails .slick-next:before, .somfy .product-main-info .fotorama .thunbmails .slick-prev:before {
  content: "\e9b1";
  color: #485C74;
  font-family: somfy, sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .product-main-info .fotorama .thunbmails .slick-next {
    right: -5px;
  }
}
.somfy .product-main-info .fotorama .thunbmails .slick-prev {
  transform: rotate(180deg);
  top: calc(50% - 10px);
}
@media (max-width: 1199.98px) {
  .somfy .product-main-info .fotorama .thunbmails .slick-prev {
    left: -5px;
  }
}
.somfy .product-main-info .fotorama .thunbmails .product_thumbnail_div:not(.slick-slide) {
  outline: none;
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .thunbmails .product_thumbnail_div:not(.slick-slide) {
    margin: 0;
  }
}
.somfy .product-main-info .fotorama .thunbmails .slick-slide {
  margin: 9px;
  outline: none;
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama .thunbmails .slick-slide {
    margin: 0;
  }
}
.somfy .product-main-info .fotorama .thunbmails .slick-slide.slick-center a {
  border: 1px solid #FAB800;
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .fotorama {
    margin-bottom: 20px;
  }
}
.somfy .product-main-info .fotorama .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
body .somfy .product-main-info .product-info .ref-product, body .somfy .product-main-info .product-info .old-price, body .somfy .product-main-info .product-info .stock, body .somfy .product-main-info .product-info .sidebar-box, body .somfy .product-main-info .product-info .read-more, body .somfy .product-main-info .product-info button {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .product-main-info .product-info .ref-product, body.vi-vi .somfy .product-main-info .product-info .old-price, body.vi-vi .somfy .product-main-info .product-info .stock, body.vi-vi .somfy .product-main-info .product-info .sidebar-box, body.vi-vi .somfy .product-main-info .product-info .read-more, body.vi-vi .somfy .product-main-info .product-info button,
body.vi-th .somfy .product-main-info .product-info .ref-product, body.vi-th .somfy .product-main-info .product-info .old-price, body.vi-th .somfy .product-main-info .product-info .stock, body.vi-th .somfy .product-main-info .product-info .sidebar-box, body.vi-th .somfy .product-main-info .product-info .read-more, body.vi-th .somfy .product-main-info .product-info button {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-main-info .product-info .ref-product, body.kr-kr .somfy .product-main-info .product-info .old-price, body.kr-kr .somfy .product-main-info .product-info .stock, body.kr-kr .somfy .product-main-info .product-info .sidebar-box, body.kr-kr .somfy .product-main-info .product-info .read-more, body.kr-kr .somfy .product-main-info .product-info button {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-main-info .product-info .ref-product, body.il-il .somfy .product-main-info .product-info .old-price, body.il-il .somfy .product-main-info .product-info .stock, body.il-il .somfy .product-main-info .product-info .sidebar-box, body.il-il .somfy .product-main-info .product-info .read-more, body.il-il .somfy .product-main-info .product-info button {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-main-info .product-info .ref-product, body.ar-ac .somfy .product-main-info .product-info .old-price, body.ar-ac .somfy .product-main-info .product-info .stock, body.ar-ac .somfy .product-main-info .product-info .sidebar-box, body.ar-ac .somfy .product-main-info .product-info .read-more, body.ar-ac .somfy .product-main-info .product-info button,
body.ar-lb .somfy .product-main-info .product-info .ref-product, body.ar-lb .somfy .product-main-info .product-info .old-price, body.ar-lb .somfy .product-main-info .product-info .stock, body.ar-lb .somfy .product-main-info .product-info .sidebar-box, body.ar-lb .somfy .product-main-info .product-info .read-more, body.ar-lb .somfy .product-main-info .product-info button,
body.ar-ma .somfy .product-main-info .product-info .ref-product, body.ar-ma .somfy .product-main-info .product-info .old-price, body.ar-ma .somfy .product-main-info .product-info .stock, body.ar-ma .somfy .product-main-info .product-info .sidebar-box, body.ar-ma .somfy .product-main-info .product-info .read-more, body.ar-ma .somfy .product-main-info .product-info button,
body.ar-il .somfy .product-main-info .product-info .ref-product, body.ar-il .somfy .product-main-info .product-info .old-price, body.ar-il .somfy .product-main-info .product-info .stock, body.ar-il .somfy .product-main-info .product-info .sidebar-box, body.ar-il .somfy .product-main-info .product-info .read-more, body.ar-il .somfy .product-main-info .product-info button {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-main-info .product-info .ref-product, body.ja-jp .somfy .product-main-info .product-info .old-price, body.ja-jp .somfy .product-main-info .product-info .stock, body.ja-jp .somfy .product-main-info .product-info .sidebar-box, body.ja-jp .somfy .product-main-info .product-info .read-more, body.ja-jp .somfy .product-main-info .product-info button {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-main-info .product-info .ref-product, body.sc-cn .somfy .product-main-info .product-info .old-price, body.sc-cn .somfy .product-main-info .product-info .stock, body.sc-cn .somfy .product-main-info .product-info .sidebar-box, body.sc-cn .somfy .product-main-info .product-info .read-more, body.sc-cn .somfy .product-main-info .product-info button {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-main-info .product-info .ref-product, body.tc-hk .somfy .product-main-info .product-info .old-price, body.tc-hk .somfy .product-main-info .product-info .stock, body.tc-hk .somfy .product-main-info .product-info .sidebar-box, body.tc-hk .somfy .product-main-info .product-info .read-more, body.tc-hk .somfy .product-main-info .product-info button,
body.tc-tw .somfy .product-main-info .product-info .ref-product, body.tc-tw .somfy .product-main-info .product-info .old-price, body.tc-tw .somfy .product-main-info .product-info .stock, body.tc-tw .somfy .product-main-info .product-info .sidebar-box, body.tc-tw .somfy .product-main-info .product-info .read-more, body.tc-tw .somfy .product-main-info .product-info button {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-main-info .product-info .ref-product, body.th-th .somfy .product-main-info .product-info .old-price, body.th-th .somfy .product-main-info .product-info .stock, body.th-th .somfy .product-main-info .product-info .sidebar-box, body.th-th .somfy .product-main-info .product-info .read-more, body.th-th .somfy .product-main-info .product-info button {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  body .somfy .product-main-info .product-info .product-title {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .product-main-info .product-info .product-title,
  body.vi-th .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .product-main-info .product-info .product-title,
  body.ar-lb .somfy .product-main-info .product-info .product-title,
  body.ar-ma .somfy .product-main-info .product-info .product-title,
  body.ar-il .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .product-main-info .product-info .product-title,
  body.tc-tw .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .product-main-info .product-info .product-title {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy .product-main-info .product-info .old-price {
  text-decoration: line-through;
}
.somfy .product-main-info .product-info .stock:before {
  content: ' ';
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #009845;
  vertical-align: middle;
  margin-right: 10px;
}
.somfy .product-main-info .product-info .secondary-retailers, .somfy .product-main-info .product-info .buyFromRetailer {
  display: none;
}
@media (min-width: 576px) {
  .somfy .product-main-info .product-info .primary-retailers {
    max-width: 49%;
  }
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .product-info .applications .subtitle_1 {
    font-size: 2rem;
    line-height: 2.4285714286rem;
    letter-spacing: 0rem;
  }
}
.somfy .product-main-info .product-info .product-icons i {
  font-size: 4rem;
}
.somfy .product-main-info .product-info .product-icons .warrantyItem {
  display: inline-block;
  position: relative;
  margin: 0px 10px 10px 0px;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  border: 1px solid #cccccc;
  text-align: center;
}
.somfy .product-main-info .product-info .product-icons .itemValue, .somfy .product-main-info .product-info .product-icons .itemValue a {
  font-size: 32px;
  max-width: 150px;
  word-wrap: break-word;
  color: #FAB800;
  margin: 5px 0px -7px 0px;
  font-weight: bold;
  line-height: 32px;
}
.somfy .product-main-info .product-info .product-icons .itemLabel {
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
.somfy .product-main-info .product-info .sidebar-box {
  max-height: 45px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
@media (max-width: 767.98px) {
  .somfy .product-main-info .product-info .sidebar-box {
    max-height: 50px;
  }
}
.somfy .product-main-info .product-info .sidebar-box.expanded {
  max-height: 100%;
  transition: max-height 1s ease-in-out;
}
.somfy .product-main-info .product-info .read-more a {
  color: #485C74;
}
.somfy .product-main-info .product-info-price span {
  font-size: 22px;
}
.somfy .product-main-info .product-alert-red:before {
  content: ' ';
  background: #d0011b;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.somfy .details-spec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .somfy .details-spec {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .somfy .details-spec .title_content {
    margin-bottom: 20px;
  }
  body .somfy .details-spec .title_content {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .details-spec .title_content,
  body.vi-th .somfy .details-spec .title_content {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .details-spec .title_content {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .details-spec .title_content {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .details-spec .title_content,
  body.ar-lb .somfy .details-spec .title_content,
  body.ar-ma .somfy .details-spec .title_content,
  body.ar-il .somfy .details-spec .title_content {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .details-spec .title_content {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .details-spec .title_content {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .details-spec .title_content,
  body.tc-tw .somfy .details-spec .title_content {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .details-spec .title_content {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy .details-spec .video-block .video-block-wrapper {
  overflow: hidden;
  position: relative;
}
.somfy .details-spec .video-block .video-block-wrapper img {
  height: auto;
  max-width: 100%;
}
.somfy .details-spec .video-block .video-block-wrapper .btn-play {
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.somfy .details-spec .video-block .video-block-wrapper .btn-play .pause-video {
  width: 51px;
  height: 51px;
  text-decoration: none;
}
.somfy .details-spec .video-block .video-block-wrapper .btn-play .pause-video:hover .display_video {
  color: #FCAC22;
  border: 1px solid #FCAC22;
}
.somfy .details-spec .video-block .video-block-wrapper .btn-play .pause-video .display_video {
  color: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  width: 51px;
  height: 51px;
  outline: none;
}

.somfy .downloads {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .somfy .downloads {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.somfy .downloads .title_2 {
  margin-bottom: 20px;
}
body .somfy .downloads .title_2 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .downloads .title_2,
body.vi-th .somfy .downloads .title_2 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .downloads .title_2 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .downloads .title_2 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .downloads .title_2,
body.ar-lb .somfy .downloads .title_2,
body.ar-ma .somfy .downloads .title_2,
body.ar-il .somfy .downloads .title_2 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .downloads .title_2 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .downloads .title_2 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .downloads .title_2,
body.tc-tw .somfy .downloads .title_2 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .downloads .title_2 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .downloads .title_content {
    margin-bottom: 20px;
  }
  body .somfy .downloads .title_content {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy .downloads .title_content,
  body.vi-th .somfy .downloads .title_content {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy .downloads .title_content {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy .downloads .title_content {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy .downloads .title_content,
  body.ar-lb .somfy .downloads .title_content,
  body.ar-ma .somfy .downloads .title_content,
  body.ar-il .somfy .downloads .title_content {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy .downloads .title_content {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy .downloads .title_content {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy .downloads .title_content,
  body.tc-tw .somfy .downloads .title_content {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy .downloads .title_content {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy .downloads .list-group .list-group-item .icon {
  color: #FCAC22;
  font-size: 22px;
}
.somfy .downloads .list-group .list-group-item a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  color: #FCAC22;
}
body .somfy .downloads .list-group .list-group-item a {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .downloads .list-group .list-group-item a,
body.vi-th .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .downloads .list-group .list-group-item a,
body.ar-lb .somfy .downloads .list-group .list-group-item a,
body.ar-ma .somfy .downloads .list-group .list-group-item a,
body.ar-il .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .downloads .list-group .list-group-item a,
body.tc-tw .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .downloads .list-group .list-group-item a {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .downloads .list-group .list-group-item a:hover {
  text-decoration: none;
}
.somfy .downloads .list-group .list-group-item a:hover .icon-arrow-right {
  padding-left: 10px;
}
.somfy .downloads .list-group .list-group-item a .icon-arrow-right:before {
  content: "\e903";
  color: #FCAC22;
}
.somfy.rtl .downloads .list-group a .icon-arrow-right {
  transform: rotate(180deg);
}

.somfy .comparatifs .title-content {
  padding-top: 70px;
  padding-bottom: 80px;
}
body .somfy .comparatifs .title-content {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .comparatifs .title-content,
body.vi-th .somfy .comparatifs .title-content {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .comparatifs .title-content {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .comparatifs .title-content {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .comparatifs .title-content,
body.ar-lb .somfy .comparatifs .title-content,
body.ar-ma .somfy .comparatifs .title-content,
body.ar-il .somfy .comparatifs .title-content {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .comparatifs .title-content {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .comparatifs .title-content {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .comparatifs .title-content,
body.tc-tw .somfy .comparatifs .title-content {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .comparatifs .title-content {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .comparatifs .title-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.somfy .comparatifs .c-products {
  padding-left: 0;
}
.somfy .comparatifs .c-products li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .somfy .comparatifs .c-products li {
    max-width: 33.3333333333%;
    min-width: 25%;
  }
}
body .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .comparatifs .c-products li .c-product-container .c-product-title,
body.vi-th .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .comparatifs .c-products li .c-product-container .c-product-title,
body.ar-lb .somfy .comparatifs .c-products li .c-product-container .c-product-title,
body.ar-ma .somfy .comparatifs .c-products li .c-product-container .c-product-title,
body.ar-il .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .comparatifs .c-products li .c-product-container .c-product-title,
body.tc-tw .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .comparatifs .c-products li .c-product-container .c-product-title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 575.98px) {
  .somfy .comparatifs .c-products li .c-product-container .c-product-title .subtitle_1 {
    font-size: 1.5714285714rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .somfy .comparatifs .c-products li .c-product-container .c-product-title {
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: 64.333333% !important;
  }
}
.somfy .comparatifs .c-products li .c-product-container .c-product-icons {
  align-self: flex-start;
}
.somfy .comparatifs .c-products li .c-product-container .c-product-icons tr td {
  padding-bottom: 10px;
  line-height: 1;
}
.somfy .comparatifs .c-products li .c-product-container .c-product-icons tr td:first-child {
  white-space: nowrap;
  width: 30px;
  padding-right: 10px;
  line-height: 12px;
}
.somfy .comparatifs .c-products li .c-product-container .c-product-icons tr td svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 575.98px) {
  .somfy .comparatifs .c-products li .c-product-container .c-product-icons {
    flex: 0 0 66.3333333333%;
    max-width: 66.3333333333%;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .somfy .comparatifs .c-products li .c-product-container .img_container {
    order: -1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    align-self: baseline;
  }
}
.somfy .comparatifs .c-products li .c-product-container .c-product-desc {
  width: 100%;
}
.somfy.rtl .text-left {
  text-align: right !important;
}
.somfy.rtl .text-right {
  text-align: left !important;
}
.somfy.rtl .c-products {
  padding-right: 0;
}
.somfy.rtl .c-products li .c-product-container .c-product-icons tr td:first-child {
  padding-right: 0;
  padding-left: 10px;
}

body .somfy .bloc-expand_text .title_content {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .bloc-expand_text .title_content,
body.vi-th .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .bloc-expand_text .title_content,
body.ar-lb .somfy .bloc-expand_text .title_content,
body.ar-ma .somfy .bloc-expand_text .title_content,
body.ar-il .somfy .bloc-expand_text .title_content {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .bloc-expand_text .title_content,
body.tc-tw .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .bloc-expand_text .title_content {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .bloc-expand_text .title_content:not(:last-child) {
  margin-bottom: 2.8571428571rem;
}
@media (max-width: 991.98px) {
  .somfy .bloc-expand_text .title_content:not(:last-child) {
    margin-bottom: 2.1428571429rem;
  }
}
.somfy .bloc-expand_text .title_content:last-child {
  margin-bottom: 1.4285714286rem;
}
@media (max-width: 991.98px) {
  .somfy .bloc-expand_text .title_content:last-child {
    margin-bottom: 0;
  }
}
.somfy .bloc-expand_text .title_content .title_2 {
  margin-bottom: 2.8571428571rem;
}
@media (max-width: 991.98px) {
  .somfy .bloc-expand_text .title_content .title_2 {
    margin-bottom: 1.8571428571rem;
  }
}
@media (max-width: 991.98px) {
  .somfy .bloc-expand_text .title_content .subtitle_1:first-child {
    font-size: 2rem;
    line-height: 2.4285714286rem;
  }
}
.somfy .bloc-expand_text .wysiwyg {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  font-family: 'SomfySans-Light', sans-serif;
}
@media (max-width: 991.98px) {
  .somfy .bloc-expand_text .wysiwyg {
    color: #1A1B1C;
    font-size: 1.1428571429rem;
    line-height: 1.7142857143rem;
  }
}
.somfy .bloc-expand_text .wysiwyg p {
  margin-bottom: 2rem;
}
.somfy .bloc-expand_text .wysiwyg strong {
  font-family: 'SomfySans-Bold', sans-serif;
}
.somfy .bloc-expand_text .wysiwyg ol, .somfy .bloc-expand_text .wysiwyg ul {
  margin-bottom: 0;
  padding-left: 1.2857142857rem;
  list-style-position: outside;
}
.somfy .bloc-expand_text .wysiwyg ol li, .somfy .bloc-expand_text .wysiwyg ul li {
  margin-bottom: 2rem;
}
.somfy .bloc-expand_text .wysiwyg .content_admin {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  width: 90%;
}
.somfy .bloc-expand_text:not(.bg-gray) .wysiwyg {
  color: #767677;
}
.somfy .bloc-expand_text .collapse-content {
  position: relative;
  overflow: hidden;
}
.somfy .bloc-expand_text .collapse-content:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 4.2857142857rem;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.somfy .bloc-expand_text .collapse-content.active:after {
  opacity: 0;
}
.somfy .bloc-expand_text .collapse-link {
  float: right;
  position: relative;
  color: #FAB800;
  background: none;
  padding: 0;
  margin-top: 1.4285714286rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.8571428571rem;
}
.somfy .bloc-expand_text .collapse-link:after {
  position: relative;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1428571429rem;
  content: "\e90f";
  margin-left: 0.4285714286rem;
  vertical-align: text-bottom;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.somfy .bloc-expand_text .collapse-link:hover, .somfy .bloc-expand_text .collapse-link:focus {
  color: #EC9600;
}
.somfy .bloc-expand_text .collapse-link:hover:after, .somfy .bloc-expand_text .collapse-link:focus:after {
  margin-left: 0.7142857143rem;
}
.somfy .bloc-expand_text .collapse-link[aria-expanded='true']:after {
  top: 0.1428571429rem;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.somfy .bloc-expand_text.bg-gray .collapse-content:after {
  background: linear-gradient(rgba(248, 247, 245, 0), #F8F7F5);
}
.somfy .bloc-expand_text.bg-gray .collapse-content.active:after {
  background: linear-gradient(rgba(248, 247, 245, 0), rgba(248, 247, 245, 0));
}
.somfy .bloc-expand_text .accordion-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.somfy .bloc-expand_text .accordion-item {
  border-bottom: 1px solid #dcdcdc;
}
.somfy .bloc-expand_text .accordion-title {
  position: relative;
  display: block;
  border: none;
  padding: 2rem 2.8571428571rem 2rem 0;
  width: 100%;
  text-align: left;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .bloc-expand_text .accordion-title:after {
  content: "\e90a";
  position: absolute;
  right: 0;
  top: 2rem;
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  line-height: 1;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  font-size: 2.1428571429rem;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991.98px) {
  .somfy .bloc-expand_text .accordion-title {
    font-size: 1.5714285714rem;
    line-height: 1.8571428571rem;
  }
}
.somfy .bloc-expand_text .accordion-title.active:after {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.somfy .bloc-expand_text .accordion-title:hover, .somfy .bloc-expand_text .accordion-title:focus {
  color: #EC9600;
}
.somfy .bloc-expand_text .accordion-content {
  padding: 0.7142857143rem 0;
}
.somfy .bloc-expand_text .accordion-content ul {
  list-style-type: disc;
}
.somfy .bloc-expand_text .slide-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  background: white;
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.somfy .bloc-expand_text .slide-wrapper.bg-yellow {
  background: #FAB800;
}
.somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-header, .somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-content {
  background: #FAB800;
}
.somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-title, .somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-subtitle, .somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-text, .somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-link, .somfy .bloc-expand_text .slide-wrapper.bg-yellow .slide-more {
  color: white;
}
.somfy .bloc-expand_text .slide-wrapper.bg-yellow .wysiwyg a {
  color: white;
  text-decoration: underline;
}
.somfy .bloc-expand_text .slide-wrapper.bg-dark {
  background: #485C74;
}
.somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-header, .somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-content {
  background: #485C74;
}
.somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-title, .somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-subtitle, .somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-text, .somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-link, .somfy .bloc-expand_text .slide-wrapper.bg-dark .slide-more {
  color: white;
}
.somfy .bloc-expand_text .slide-wrapper.bg-silver {
  background: #A1ABB7;
}
.somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-header, .somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-content {
  background: #A1ABB7;
}
.somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-title, .somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-subtitle, .somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-text, .somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-link, .somfy .bloc-expand_text .slide-wrapper.bg-silver .slide-more {
  color: white;
}
.somfy .bloc-expand_text .slide-wrapper.bg-silver .wysiwyg a {
  color: white;
  text-decoration: underline;
}
.somfy .bloc-expand_text .slide-wrapper.bg-white {
  background: white;
}
.somfy .bloc-expand_text .slide-wrapper.bg-white .slide-header, .somfy .bloc-expand_text .slide-wrapper.bg-white .slide-content {
  background: white;
}
.somfy .bloc-expand_text .slide-wrapper.slide-active .slide-link:before {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.somfy .bloc-expand_text .slide-wrapper.slide-active .slide-link span {
  opacity: 0;
}
.somfy .bloc-expand_text .slide-wrapper.slide-active .slide-content {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-wrapper.slide-active .slide-visual {
    opacity: 0;
  }
  .somfy .bloc-expand_text .slide-wrapper.slide-active .slide-header {
    margin-top: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 5rem;
  }
  .somfy .bloc-expand_text .slide-wrapper.slide-active .slide-content {
    opacity: 1;
    max-height: 71.4285714286rem;
    padding-bottom: 2.1428571429rem;
  }
  .somfy .bloc-expand_text .slide-wrapper.slide-active .slide-link {
    bottom: 100%;
    transform: translateY(calc(100% + 15px));
  }
}
.somfy .bloc-expand_text .slide-wrapper.slide-right .slide-visual {
  left: 0;
  right: auto;
}
.somfy .bloc-expand_text .slide-wrapper.slide-right .slide-header {
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-wrapper.slide-right .slide-header {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.somfy .bloc-expand_text .slide-wrapper.slide-right .slide-content {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.somfy .bloc-expand_text .slide-wrapper.slide-right.slide-active .slide-header {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.somfy .bloc-expand_text .slide-visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-visual {
    width: 100%;
    z-index: 15;
    height: calc(60vw - 40px);
  }
}
@media only screen and (max-width: 550px) {
  .somfy .bloc-expand_text .slide-visual {
    height: calc(80vw - 40px);
  }
}
.somfy .bloc-expand_text .slide-header {
  position: relative;
  z-index: 20;
  width: 50%;
  padding: 5.7142857143rem;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .somfy .bloc-expand_text .slide-header {
    padding: 2.8571428571rem;
  }
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-header {
    position: relative;
    width: 100%;
    padding: 2.1428571429rem 1.7857142857rem;
    margin-top: calc(60vw - 40px);
    min-height: calc(60vw - 40px);
  }
}
@media only screen and (max-width: 550px) {
  .somfy .bloc-expand_text .slide-header {
    min-height: calc(80vw - 40px);
    margin-top: calc(80vw - 40px);
  }
}
.somfy .bloc-expand_text .slide-content {
  position: relative;
  z-index: 10;
  width: 50%;
  padding: 5.7142857143rem;
  background: white;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .somfy .bloc-expand_text .slide-content {
    padding: 2.8571428571rem;
  }
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-content {
    position: relative;
    width: 100%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.7857142857rem 0 1.7857142857rem;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.somfy .bloc-expand_text .slide-title {
  margin-bottom: 2.8571428571rem;
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-title {
    margin-bottom: 1.4285714286rem;
  }
}
.somfy .bloc-expand_text .slide-subtitle {
  margin-bottom: 4.2857142857rem;
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-subtitle {
    margin-bottom: 2.8571428571rem;
  }
}
.somfy .bloc-expand_text .slide-link {
  position: absolute;
  z-index: 30;
  bottom: 5rem;
  left: 5.7142857143rem;
  padding: 0.7142857143rem 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #485C74;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .bloc-expand_text .slide-link {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .bloc-expand_text .slide-link,
body.vi-th .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .bloc-expand_text .slide-link,
body.ar-lb .somfy .bloc-expand_text .slide-link,
body.ar-ma .somfy .bloc-expand_text .slide-link,
body.ar-il .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .bloc-expand_text .slide-link,
body.tc-tw .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .bloc-expand_text .slide-link {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .somfy .bloc-expand_text .slide-link {
    bottom: 2.1428571429rem;
    left: 2.8571428571rem;
  }
}
@media (max-width: 767.98px) {
  .somfy .bloc-expand_text .slide-link {
    bottom: 1.4285714286rem;
    left: 1.7857142857rem;
  }
}
.somfy .bloc-expand_text .slide-link span {
  opacity: 1;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .bloc-expand_text .slide-link:before {
  content: "\e9b3";
  display: inline-block;
  font-family: 'somfy' !important;
  speak: none;
  line-height: 1;
  margin-right: 0.2857142857rem;
  vertical-align: sub;
  -webkit-font-smoothing: antialiased;
  font-size: 1.7142857143rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.somfy .bloc-expand_text .slide-link:hover:before, .somfy .bloc-expand_text .slide-link:focus:before {
  margin-right: 0.5714285714rem;
}
.somfy .bloc-expand_text .slide-more {
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  color: #1A1B1C;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.somfy .bloc-expand_text .slide-more:after {
  position: relative;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1428571429rem;
  content: "\e90f";
  margin-left: 0.4285714286rem;
  vertical-align: text-bottom;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy .bloc-expand_text .slide-more:hover:after, .somfy .bloc-expand_text .slide-more:focus:after {
  margin-left: 0.7142857143rem;
}
.somfy.rtl .bloc-expand_text .wysiwyg ol, .somfy.rtl .bloc-expand_text .wysiwyg ul {
  padding-left: 0;
  padding-right: 1.2857142857rem;
}
.somfy.rtl .bloc-expand_text .collapse-link {
  float: left;
}
.somfy.rtl .bloc-expand_text .collapse-link:after {
  margin-left: 0;
  margin-right: 0.4285714286rem;
}
.somfy.rtl .bloc-expand_text .collapse-link:hover:after, .somfy.rtl .bloc-expand_text .collapse-link:focus:after {
  margin-left: 0;
  margin-right: 0.7142857143rem;
}
.somfy.rtl .bloc-expand_text .accordion-title {
  text-align: right;
  padding: 2rem 0 2rem 2.8571428571rem;
}
.somfy.rtl .bloc-expand_text .accordion-title:after {
  left: 0;
  right: auto;
}
.somfy.rtl .bloc-expand_text .slide-link {
  left: 0;
  right: 5.7142857143rem;
}
@media (max-width: 1199.98px) {
  .somfy.rtl .bloc-expand_text .slide-link {
    left: 0;
    right: 2.8571428571rem;
  }
}
@media (max-width: 767.98px) {
  .somfy.rtl .bloc-expand_text .slide-link {
    left: 0;
    right: 1.7857142857rem;
  }
}
.somfy.rtl .bloc-expand_text .slide-link:before {
  margin-right: 0;
  margin-left: 0.2857142857rem;
}
.somfy.rtl .bloc-expand_text .slide-link:hover:before, .somfy.rtl .bloc-expand_text .slide-link:focus:before {
  margin-right: 0;
  margin-left: 0.5714285714rem;
}
.somfy.rtl .bloc-expand_text .slide-visual {
  left: 0;
  right: auto;
}
.somfy.rtl .bloc-expand_text .slide-content {
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.somfy.rtl .bloc-expand_text .slide-more:after {
  margin-left: 0;
  margin-right: 0.4285714286rem;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.somfy.rtl .bloc-expand_text .slide-more:hover:after, .somfy.rtl .bloc-expand_text .slide-more:focus:after {
  margin-left: 0;
  margin-right: 0.7142857143rem;
}
@media (max-width: 767.98px) {
  .somfy.rtl .bloc-expand_text .slide-wrapper .slide-content {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.somfy.rtl .bloc-expand_text .slide-wrapper.slide-right .slide-visual {
  left: auto;
  right: 0;
}
.somfy.rtl .bloc-expand_text .slide-wrapper.slide-right .slide-header {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .somfy.rtl .bloc-expand_text .slide-wrapper.slide-right .slide-header {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.somfy.rtl .bloc-expand_text .slide-wrapper.slide-right .slide-content {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.somfy.rtl .bloc-expand_text .slide-wrapper.slide-right.slide-active .slide-header {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.somfy .pop-up-content .multivideos .modal-body {
  text-align: left;
  padding: 1rem;
}
.somfy .pop-up-content .multivideos .modal-body .row {
  margin-bottom: 130px;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .multivideos .modal-body .row {
    margin-bottom: 80px;
  }
}
.somfy .pop-up-content .multivideos .title_2 {
  margin-bottom: 20px;
}
body .somfy .pop-up-content .multivideos .title_2 {
  font-family: SomfySans-ExtraLight, sans-serif;
}
body.vi-vi .somfy .pop-up-content .multivideos .title_2,
body.vi-th .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .pop-up-content .multivideos .title_2,
body.ar-lb .somfy .pop-up-content .multivideos .title_2,
body.ar-ma .somfy .pop-up-content .multivideos .title_2,
body.ar-il .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .pop-up-content .multivideos .title_2,
body.tc-tw .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .pop-up-content .multivideos .title_2 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .pop-up-content .multivideos .subtitle_2 {
  display: block;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .somfy .pop-up-content .multivideos .subtitle_2 {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .somfy .pop-up-content .multivideos .subtitle_2 {
    margin-top: 14px;
  }
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .multivideos .subtitle_2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.somfy .pop-up-content .multivideos .video-teester, .somfy .pop-up-content .multivideos .video-youtube {
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .multivideos .video-teester, .somfy .pop-up-content .multivideos .video-youtube {
    margin-bottom: 20px;
  }
}
.somfy .pop-up-content .multivideos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .multivideos-list {
    position: relative;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.somfy .pop-up-content .multivideos-list li {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .multivideos-list li {
    width: 50%;
    margin-bottom: 0;
  }
}
.somfy .pop-up-content .multivideos-list li a {
  display: block;
  width: 100%;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.somfy .pop-up-content .multivideos-list li a .img-thumbnail {
  border: none;
  border-radius: 0;
  padding: 34% 0 0;
  width: 60%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.somfy .pop-up-content .multivideos-list li a .img-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .somfy .pop-up-content .multivideos-list li a .img-thumbnail {
    width: 100%;
    padding-top: 52%;
  }
}
.somfy .pop-up-content .multivideos-list li a.active {
  background: rgba(229, 229, 229, 0.5);
}
.somfy .pop-up-content .multivideos-list li a:not(.active):hover, .somfy .pop-up-content .multivideos-list li a:not(.active):focus {
  background: rgba(229, 229, 229, 0.2);
}
.somfy.rtl .pop-up-content .multivideos .modal-body {
  text-align: right;
}

.somfy.categorie_liste_new .more {
  margin-left: 32px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0rem;
}
body .somfy.categorie_liste_new .more {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .more,
body.vi-th .somfy.categorie_liste_new .more {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .more {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .more {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .more,
body.ar-lb .somfy.categorie_liste_new .more,
body.ar-ma .somfy.categorie_liste_new .more,
body.ar-il .somfy.categorie_liste_new .more {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .more {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .more {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .more,
body.tc-tw .somfy.categorie_liste_new .more {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .more {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.categorie_liste_new .arrow-left {
  float: left;
  transform: rotate(270deg);
  margin-left: -30px;
  margin-top: 3px;
}
.somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label {
  color: #767677;
  transition: all .2s ease;
}
.somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label,
.somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  padding-left: 32px;
  font-size: 1.1428571429rem;
  line-height: 1.8571428571rem;
  letter-spacing: 0rem;
}
body .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.vi-vi .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label,
body.vi-th .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.vi-th .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.kr-kr .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.il-il .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.ar-ac .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label,
body.ar-lb .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.ar-lb .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label,
body.ar-ma .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.ar-ma .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label,
body.ar-il .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.ar-il .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.ja-jp .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.sc-cn .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.tc-hk .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label,
body.tc-tw .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.tc-tw .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label, body.th-th .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label,
  .somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
    margin-bottom: 14px;
  }
}
.somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label:before,
.somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label:before {
  border-radius: 2px;
  border-color: #E5E5E5;
  height: 22px;
  width: 22px;
  transition: all .2s ease;
}
.somfy.categorie_liste_new .form-check [type="checkbox"]:not(:checked) + label:after,
.somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label:after {
  color: #3C4F64;
  left: 4px;
  top: 2px;
  content: '\e960';
  font-family: 'somfy-v5-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.somfy.categorie_liste_new .form-check [type="checkbox"]:checked + label {
  color: #1A1B1C;
}
.somfy.categorie_liste_new .form-check  [type="checkbox"].virtual-check + label:before {
  background-color: lightgrey;
  box-shadow: inset 3px 3px white, inset -3px -3px white;
}
.somfy.categorie_liste_new .star-container {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.somfy.categorie_liste_new .stars--full {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .somfy.categorie_liste_new .price_slider_wrapper{
    display: grid;
    grid-template-columns: auto min-content;
    align-items: center;
  }
}

.somfy.categorie_liste_new .price_slider {
  position: relative;
  height: .5rem;
  background-color: #F8F7F5;
  margin: 2.5rem 2.5rem 0 0.75rem;
}

@media (min-width: 768px) {
  .somfy.categorie_liste_new .price_slider {
    margin: 2.5rem 1.5rem 0 0.75rem;
  }
}

.somfy.categorie_liste_new .price_slider .noUi-connect{
  background-color: #EC9600;
}

.somfy.categorie_liste_new .price_slider .noUi-handle {
  border-radius: 100vw;
  width: 1.5rem;
  height: 1.5rem;
  right: -.75rem;
  top: -.65rem;
}
.somfy.categorie_liste_new .price_slider .noUi-tooltip {
  color: black;
  font-weight: bold;
  border:none;
}
.somfy.categorie_liste_new .price-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.somfy.categorie_liste_new .price-list > span {
  display: block;
  padding: 0 5px;
}
.somfy.categorie_liste_new .price-list label {
  position: relative;
  margin-bottom: 0;
}
.somfy.categorie_liste_new .price-list label .form-control {
  max-width: 90px;
  padding: 5px 4px 5px 8px;
}
.somfy.categorie_liste_new .price-list label span {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #767677;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .btn-price {
    display:none;
  }
}
.somfy.categorie_liste_new .display-check input[type="radio"] {
  display: none;
}
.somfy.categorie_liste_new .sort-by {
  list-style: none;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  top: 130px;
  position: fixed;
  z-index: 1002;
  display: none;
  padding: 0 10px;
}
.somfy.categorie_liste_new .sort-by a {
  color: #485C74;
  padding: 10px 10px;
  display: block;
}
.somfy.categorie_liste_new .sort-by a.active {
  color: #FAB800;
}
.somfy.categorie_liste_new .filter-sort.active .sort-by {
  display: block;
}
.somfy.categorie_liste_new .attribute-list {
  list-style: none;
  padding: 0 0 0 60px;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .attribute-list {
    padding: 0 0 20px 0;
  }
}
.somfy.categorie_liste_new .attribute-list .go-back a {
  display: block;
  padding: 20px 0 10px;
}
.somfy.categorie_liste_new .attribute-list .more-attribute {
  display: none;
}
.somfy.categorie_liste_new .attribute-list .more-attribute.show {
  display: block;
}
.somfy.categorie_liste_new .menu-filter {
  background: #fff;
  display: none;
  position: fixed;
  top: 110px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 25px;
  z-index: 500;
}
.somfy.categorie_liste_new .menu-filter.active {
  display: block;
  padding: 25px 20px 0;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .menu-filter {
    display: block;
    position: initial;
    padding-top: 0;
  }
}
.somfy.categorie_liste_new .filter-list-sidebar {
  list-style: none;
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-sidebar {
    padding: 0;
    margin-bottom: 40px;
  }
}
.somfy.categorie_liste_new .filter-list-sidebar > li:not(.accordion_wrap) {
  padding: 15px 0;
}
.somfy.categorie_liste_new .filter-list-sidebar > li:not(.accordion_wrap):not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.somfy.categorie_liste_new .filter-list-sidebar .star-container {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.somfy.categorie_liste_new .filter-list-sidebar .star-container .stars--full {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  overflow: hidden;
}
.somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block {
  border-bottom: 1px solid #E5E5E5;
  border-top: 0;
  padding: 0;
  position: initial;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block {
    position: relative;
  }
}
.somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  color: red;
  padding-top: 5px;
  display: none;
}
body .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice,
body.vi-th .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice,
body.ar-lb .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice,
body.ar-ma .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice,
body.ar-il .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice,
body.tc-tw .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .filter-list-sidebar .accordion-content-block li.errorPrice {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.categorie_liste_new .filter-list-sidebar .btn-outline-primary {
  height: 100%;
}
.somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  background: none;
  padding: 0;
  border: 0;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title .arrow-icon {
    transform: translateY(-50%) rotate(90deg) !important;
  }
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-sidebar *[data-filter-name].active .accordion-item-title {
    color: #FAB800;
  }
}
.somfy.categorie_liste_new .filter-list-sidebar h6,
.somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  color: #3C4F64;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  letter-spacing: 0rem;
  padding: 15px 0 15px;
  width: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
body .somfy.categorie_liste_new .filter-list-sidebar h6, body .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .filter-list-sidebar h6, body.vi-vi .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title,
body.vi-th .somfy.categorie_liste_new .filter-list-sidebar h6, body.vi-th .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .filter-list-sidebar h6, body.kr-kr .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .filter-list-sidebar h6, body.il-il .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .filter-list-sidebar h6, body.ar-ac .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title,
body.ar-lb .somfy.categorie_liste_new .filter-list-sidebar h6, body.ar-lb .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title,
body.ar-ma .somfy.categorie_liste_new .filter-list-sidebar h6, body.ar-ma .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title,
body.ar-il .somfy.categorie_liste_new .filter-list-sidebar h6, body.ar-il .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .filter-list-sidebar h6, body.ja-jp .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .filter-list-sidebar h6, body.sc-cn .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .filter-list-sidebar h6, body.tc-hk .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title,
body.tc-tw .somfy.categorie_liste_new .filter-list-sidebar h6, body.tc-tw .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .filter-list-sidebar h6, body.th-th .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.categorie_liste_new .filter-list-sidebar h6 .arrow-icon,
.somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title .arrow-icon {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.somfy.categorie_liste_new .filter-list-sidebar h6 span.filter-list-badge,
.somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title span.filter-list-badge {
  background: #FAB800;
  border-radius: 100%;
  color: white;
  font-size: 10px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  padding: 0;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-sidebar h6.collapsed .arrow-icon,
  .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-title.collapsed .arrow-icon {
    transform: translateY(-50%) rotateX(-180deg) !important;
  }
}
.somfy.categorie_liste_new .filter-list-sidebar .accordion-item-content {
  padding-top: 0;
}
.somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: safe center;
}
.somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  color: #3C4F64;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  letter-spacing: 0rem;
}
body .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label,
body.vi-th .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label,
body.ar-lb .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label,
body.ar-ma .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label,
body.ar-il .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label,
body.tc-tw .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox > label {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.categorie_liste_new .filter-list-sidebar .toggle-checkbox strong {
  font-weight: normal;
}
.somfy.categorie_liste_new .filter-list-sidebar .rating label {
  cursor: pointer;
  color: #1A1B1C;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  letter-spacing: 0rem;
  margin-right: 5px;
}
body .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .filter-list-sidebar .rating label,
body.vi-th .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .filter-list-sidebar .rating label,
body.ar-lb .somfy.categorie_liste_new .filter-list-sidebar .rating label,
body.ar-ma .somfy.categorie_liste_new .filter-list-sidebar .rating label,
body.ar-il .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .filter-list-sidebar .rating label,
body.tc-tw .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .filter-list-sidebar .rating label {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-content {
    position: fixed;
    top: 50px;
    border-top: 1px solid #E5E5E5;
    background: #fff;
    z-index: 1000;
    bottom: 0;
    width: 100vw;
    height: calc(100% - 100px);
    padding-bottom: 30px;
    left: 100vw;
    transition: all .4s ease-in-out;
    overflow-y: scroll;
  }
  .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-content.active {
    left: 0;
  }
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-header {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-header .container-fluid {
    padding: 0;
  }
}
.somfy.categorie_liste_new .filter-list-header .title_content {
  background: #3C4F64;
  padding: 17px 10px 15px;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-header .title_content {
    background: none;
    order: initial;
    margin: 13.5px 0;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-header h2 {
    color: #fff !important;
    text-align: center !important;
  }
}
.somfy.categorie_liste_new .filter-list-header .filters {
  flex-grow: 1;
  min-width: 330px;
}
.somfy.categorie_liste_new .filter-list-header .filters .spacer {
  height: 50px;
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-header .filters .spacer {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-header .filter label span:not(.text) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .filter-list-header .filter label {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .somfy.categorie_liste_new .filter-list-header .filter label span {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  }
  .somfy.categorie_liste_new .filter-list-header .filter label span:not(.text) {
    font-size: 20px;
  }
  .somfy.categorie_liste_new .filter-list-header .filter label span.filter-badge {
    background: #FAB800;
    border-radius: 100%;
    color: white;
    font-size: 10px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    padding: 0;
    display: none;
  }
  .somfy.categorie_liste_new .filter-list-header .filter.active .arrow-down {
    top: 1px;
  }
  .somfy.categorie_liste_new .filter-list-header .filter.active .arrow-down:before {
    content: '\e962';
  }
}
.somfy.categorie_liste_new .filter-list-header .arrow-down {
  float: right;
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
.somfy.categorie_liste_new .filter-list-header .filter {
  margin: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-header .filter {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .filter-list-header .filter {
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .somfy.categorie_liste_new .filter-list-header .filter.selected span.sfy-v5-icon-filter, .somfy.categorie_liste_new .filter-list-header .filter.selected span.text {
    color: #FAB800;
  }
  .somfy.categorie_liste_new .filter-list-header .filter.selected .filter-badge {
    display: inline-block;
  }
}
.somfy.categorie_liste_new .filter-list-header .filter .form-group {
  display: none;
  margin-bottom: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .filter-list-header .filter .form-group {
    display: inline-block;
  }
}
.somfy.categorie_liste_new .filter-list-header .spacer {
  width: 1px;
  height: 100%;
  background: #E5E5E5;
  margin: 0 20px;
}
.somfy.categorie_liste_new .filter-list-header label {
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  letter-spacing: 0rem;
  padding: 0 10px;
  margin-bottom: 0;
}
body .somfy.categorie_liste_new .filter-list-header label {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .filter-list-header label,
body.vi-th .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .filter-list-header label,
body.ar-lb .somfy.categorie_liste_new .filter-list-header label,
body.ar-ma .somfy.categorie_liste_new .filter-list-header label,
body.ar-il .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .filter-list-header label,
body.tc-tw .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .filter-list-header label {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .filter-list-header label {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.somfy.categorie_liste_new .filter-list-header .display-check label {
  cursor: pointer;
  color: #C5C6C6;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  transition: all .2s ease;
}
.somfy.categorie_liste_new .filter-list-header .display-check label:hover, .somfy.categorie_liste_new .filter-list-header .display-check label:active {
  color: #3C4F64;
  transition: all .3s ease;
}
.somfy.categorie_liste_new .filter-list-header .display-check.active label {
  color: #3C4F64;
  transition: all .3s ease;
}
.somfy.categorie_liste_new .filter-list-header .title_4 {
  color: #1A1B1C;
  font-size: 1.5714285714rem;
  line-height: 2rem;
  letter-spacing: 0rem;
}
body .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .filter-list-header .title_4,
body.vi-th .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .filter-list-header .title_4,
body.ar-lb .somfy.categorie_liste_new .filter-list-header .title_4,
body.ar-ma .somfy.categorie_liste_new .filter-list-header .title_4,
body.ar-il .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .filter-list-header .title_4,
body.tc-tw .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .filter-list-header .title_4 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.categorie_liste_new .filter-list-header .btn {
  color: #767677;
  font-size: 1rem;
  line-height: 1.8571428571rem;
  letter-spacing: 0rem;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new main, .somfy.categorie_liste_new .b2c-scoped {
    display: flex;
    flex-direction: column;
  }
  .somfy.categorie_liste_new main section, .somfy.categorie_liste_new .b2c-scoped section {
    order: 3;
  }
  .somfy.categorie_liste_new main section.full_width_image_little, .somfy.categorie_liste_new .b2c-scoped section.full_width_image_little {
    order: 1;
    background: none !important;
  }
  .somfy.categorie_liste_new main section.full_width_image_little .container-fluid, .somfy.categorie_liste_new .b2c-scoped section.full_width_image_little .container-fluid {
    position: initial !important;
    top: 0 !important;
    transform: none !important;
  }
  .somfy.categorie_liste_new main section.filter-list-header, .somfy.categorie_liste_new .b2c-scoped section.filter-list-header {
    order: 0;
  }
  .somfy.categorie_liste_new main section.products-list, .somfy.categorie_liste_new .b2c-scoped section.products-list {
    order: 2;
  }
  .somfy.categorie_liste_new main section.products-list > .container-fluid > .row:first-child, .somfy.categorie_liste_new .b2c-scoped section.products-list > .container-fluid > .row:first-child {
    padding-top: 0;
  }
}
.somfy .tags-filter {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: none;
}
.somfy .tags-filter.active {
  display: flex;
}
.somfy .tags-filter li {
  margin: 5px 8px;
}
.somfy .tags-filter li.reset {
  flex-basis: 100%;
}
.somfy .tags-filter a {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 2px 7px;
}
.somfy .tags-filter i {
  font-size: 12px;
  margin-top: 2px;
  margin-left: 8px;
}
.somfy .need-help {
  border-radius: 4px;
  padding: 9px 63px 15px 32px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .somfy .need-help {
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .somfy .need-help {
    margin-bottom: 0;
  }
}
.somfy .need-help p {
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  letter-spacing: 0rem;
  color: #3C4F64;
}
body .somfy .need-help p {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .need-help p,
body.vi-th .somfy .need-help p {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .need-help p {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .need-help p {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .need-help p,
body.ar-lb .somfy .need-help p,
body.ar-ma .somfy .need-help p,
body.ar-il .somfy .need-help p {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .need-help p {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .need-help p {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .need-help p,
body.tc-tw .somfy .need-help p {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .need-help p {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .need-help-text i {
  font-size: 20px;
  margin-top: -5px;
  margin-left: 10px;
  color: #3C4F64;
}
.somfy .need-help h3 {
  color: #3C4F64;
  font-size: 2rem;
  line-height: 2.4285714286rem;
  letter-spacing: 0rem;
}
body .somfy .need-help h3 {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .need-help h3,
body.vi-th .somfy .need-help h3 {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .need-help h3 {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .need-help h3 {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .need-help h3,
body.ar-lb .somfy .need-help h3,
body.ar-ma .somfy .need-help h3,
body.ar-il .somfy .need-help h3 {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .need-help h3 {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .need-help h3 {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .need-help h3,
body.tc-tw .somfy .need-help h3 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .need-help h3 {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .search-within-results {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 20px;
}
@media (min-width: 768px) {
  .somfy .search-within-results {
    padding: 10px;
  }
}
.somfy .search-within-results .form-control {
  border: 0;
  color: #767677;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  letter-spacing: 0rem;
  padding: 12px 20px 13px;
}
.somfy .search-within-results .form-control:hover, .somfy .search-within-results .form-control:focus {
  border: 0;
}
.somfy .search-within-results .form-control + span {
  color: #767677;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2857142857rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0rem;
  padding: 32px 30px;
}
@media (min-width: 768px) {
  .somfy .search-within-results .form-control + span {
    padding: 19px 25px;
  }
}
@media (min-width: 768px) {
  .somfy .search-within-results {
    position: relative;
  }
}
.somfy.rtl .need-help {
  padding: 9px 32px 15px 63px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .somfy.rtl .need-help {
    padding: 10px 20px;
  }
}
.somfy.rtl .form-check [type="checkbox"]:not(:checked) + label:after,
.somfy.rtl .form-check [type="checkbox"]:checked + label:after {
  left: auto;
}
.somfy.rtl .price-list label .form-control,
.somfy.rtl .price-list label .form_assembly .wFormContainer .oneField input:not([type="file"]),
.somfy.rtl .form_assembly .wFormContainer .oneField .price-list label input:not([type="file"]),
.somfy.rtl .price-list label .form_assembly .wFormContainer .inputWrapper textarea,
.somfy.rtl .form_assembly .wFormContainer .inputWrapper .price-list label textarea,
.somfy.rtl .price-list label .form_assembly .wFormContainer .inputWrapper select,
.somfy.rtl .form_assembly .wFormContainer .inputWrapper .price-list label select {
  padding: 5px 8px 5px 20px;
}
.somfy.rtl .price-list label span {
  left: 8px;
  right: auto;
}
.somfy.rtl .btn-price {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .somfy.rtl .btn-price {
    margin: 0 10px;
  }
}
.somfy.rtl .search-within-results .form-control + span,
.somfy.rtl .search-within-results .form_assembly .wFormContainer .oneField input:not([type="file"]) + span,
.somfy.rtl .form_assembly .wFormContainer .oneField .search-within-results input:not([type="file"]) + span,
.somfy.rtl .search-within-results .form_assembly .wFormContainer .inputWrapper textarea + span,
.somfy.rtl .form_assembly .wFormContainer .inputWrapper .search-within-results textarea + span,
.somfy.rtl .search-within-results .form_assembly .wFormContainer .inputWrapper select + span,
.somfy.rtl .form_assembly .wFormContainer .inputWrapper .search-within-results select + span {
  left: 0;
  right: auto;
}
.somfy.rtl .stars--full {
  right: 0;
  left: auto;
}
.somfy.rtl .filter-list-header .arrow-down {
  float: left;
}
@media (max-width: 767.98px) {
  .somfy.rtl .filter-list-sidebar .accordion-item-title .arrow-icon {
    transform: translateY(-50%) rotate(-90deg) !important;
  }
}
.somfy.rtl .attribute-list {
  padding: 0 60px 0 0;
}
.somfy.rtl .arrow-left {
  transform: rotate(90deg);
  float: right;
  margin-left: 0;
  margin-right: -30px;
}
.somfy.rtl .filter-list-sidebar .accordion-item-content {
  left: auto;
  right: 100vw;
}
.somfy.rtl .filter-list-sidebar .accordion-item-content.show {
  left: auto;
  right: 0;
}
.somfy .filter-apply {
  position: fixed;
  bottom: 0;
  left: 0;
  top: calc(100% - 50px);
  right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 999;
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .somfy .filter-apply {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list {
    background-color: white !important;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row:first-child {
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row:first-child {
    padding-top: 30px;
  }
}
body .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li,
body.vi-th .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li,
body.ar-lb .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li,
body.ar-ma .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li,
body.ar-il .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li,
body.tc-tw .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li:not(:first-child):not(.d-md-none) {
    border-top: 1px solid #dee2e6;
  }
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li.d-md-none + li {
    border-top: none !important;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link {
  padding-right: 20px;
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link:hover, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a:hover {
  text-decoration: none;
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link:hover .product_title .subtitle_1,
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link:hover .product_title .subtitle_2, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a:hover .product_title .subtitle_1,
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a:hover .product_title .subtitle_2 {
  color: #3f5773;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .product_title, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .product_title {
    height: auto;
  }
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .product_title, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .product_title {
    min-height: 56px;
    text-align: center;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .img-container, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .img-container {
  height: 205px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .img-container > img, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .img-container > img {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .img-container > img, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .img-container > img {
    width: 100%;
    max-width: 205px;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .img-container > img, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .img-container > img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link .img-container, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a .img-container {
    height: 75px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link.product-top .img-container, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a.product-top .img-container {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product-link.product-top .price, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container a.product-top .price {
    margin-top: 80px;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product_container > a .price {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product_container > a .price {
    padding-top: 0;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product_container > a .price .old_price, .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .product_container > a .price del {
  text-decoration: line-through !important;
  color: #8996A4 !important;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 2px;
}
body .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic,
body.vi-th .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic,
body.ar-lb .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic,
body.ar-ma .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic,
body.ar-il .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic,
body.tc-tw .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .btnClassic {
    padding: 5px 14px;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container {
  min-height: 300px;
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container .icon-arrow-right:before {
  color: #FAB800;
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .help_container .icon-wrap svg {
  fill: #FFFFFF;
  width: 70px;
  height: 70px;
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  background-color: #FAB800;
  color: #FFFFFF;
  margin-bottom: 21px;
  padding: 2px 7px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
body .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now,
body.vi-th .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now,
body.ar-lb .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now,
body.ar-ma .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now,
body.ar-il .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now,
body.tc-tw .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .products > li .buy_now {
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #FAB800;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .img-top {
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .products-list .container-fluid > .row .img-top {
    min-height: 200px;
  }
}
.somfy.categorie_liste_new .products-list .container-fluid > .row .d-none-custom {
  display: none;
}

.somfy .products {
  display: flex;
}
@media (max-width: 767.98px) {
  .somfy .products {
    margin: 0 -20px;
  }
}
.somfy .products > li {
  list-style: none;
  width: 100%;
}
.somfy .products .product_container {
  height: 100%;
}
.somfy .col-1-info .product_background {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #3C4F64;
  border-radius: 4px;
  padding: 18px 18px 34px;
  box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .somfy .col-1-info .product_background {
    padding: 18px 20px 50px;
  }
}
.somfy .col-1-info p {
  font-size: 1.5714285714rem;
  line-height: 2rem;
  letter-spacing: 0rem;
  text-align: center;
  margin-bottom: 25px;
}
body .somfy .col-1-info p {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .col-1-info p,
body.vi-th .somfy .col-1-info p {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .col-1-info p {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .col-1-info p {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .col-1-info p,
body.ar-lb .somfy .col-1-info p,
body.ar-ma .somfy .col-1-info p,
body.ar-il .somfy .col-1-info p {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .col-1-info p {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .col-1-info p {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .col-1-info p,
body.tc-tw .somfy .col-1-info p {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .col-1-info p {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .somfy .col-1-info p {
    text-align: left;
    margin-bottom: 0;
  }
}
.somfy .col-1-info span {
  display: none;
}
@media (min-width: 768px) {
  .somfy .col-1-info span {
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    font-size: 268px;
    opacity: 0.1;
    margin-left: 33%;
  }
}
@media (min-width: 768px) {
  .somfy .col-1-info .btn-group {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
  }
}
.somfy .col-1-info .btn-group a {
  width: auto;
}
.somfy .col-2-picture {
  width: 100%;
}
.somfy .col-2-picture .product_container {
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.somfy .col-2-picture .product_container:hover, .somfy .col-2-picture .product_container:focus {
  box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.1);
}
.somfy .col-2-picture .product_container:hover img, .somfy .col-2-picture .product_container:focus img {
  transform: translate(-50%, -50%) scale(1.02);
}
.somfy .col-2-picture .product_container:after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(26, 27, 28, 0.15) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.somfy .col-2-picture picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.somfy .col-2-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in-out;
}
.somfy .col-2-picture .title_2 {
  margin-bottom: 0.7142857143rem;
}
.somfy .col-2-picture .product_title {
  z-index: 2;
  position: relative;
  padding: 100px 12px 100px;
  height: 100%;
}
@media (min-width: 992px) {
  .somfy .col-2-picture .product_title {
    padding: 10px 28px;
  }
}
.somfy .product-new__item {
  border-radius: 4px;
  transition: all .2s ease;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .somfy .product-new__item {
    border: 1px solid #E5E5E5;
  }
}
@media (max-width: 767.98px) {
  .somfy .product-new__item {
    border-radius: 0;
  }
}
.somfy .product-new__item .btnClassic {
  display: none;
  width: 122px;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0rem;
  padding: 8px 9px 9px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .somfy .product-new__item .btnClassic {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .somfy .product-new__item:hover, .somfy .product-new__item:active {
    border: 1px solid transparent;
    box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.1);
  }
}
.somfy .product-new__item__visual {
  position: relative;
  width: 14.2857142857rem;
  min-width: 14.2857142857rem;
  height: 14.2857142857rem;
  margin-right: 1.4285714286rem;
}
@media (max-width: 767.98px) {
  .somfy .product-new__item__visual {
    width: 10.7142857143rem;
    min-width: 10.7142857143rem;
    min-height: 10.7142857143rem;
    height: auto;
  }
}
.somfy .product-new__item__visual img.product-img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .somfy .product-new__item__info {
    max-width: calc(100% - 170px);
    width: 100%;
  }
}
.somfy .product-new__item__link {
  font-size: 1rem;
  line-height: 1.8571428571rem;
  letter-spacing: 0rem;
  padding: 6px 9px;
  color: #8996A4;
  border: 1px solid #8996A4;
  margin-bottom: 0 !important;
}
.somfy .product-new__item__link:hover, .somfy .product-new__item__link:active, .somfy .product-new__item__link:focus {
  color: #8996A4;
}
.somfy .product-new__item__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.somfy .product-new__item__tags li {
  display: inline-block;
}
.somfy .product-new__item__tags--desc {
  top: 15px;
  left: 17px;
  right: 17px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .somfy .product-new__item__tags--desc {
    position: initial;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.somfy .product-new__item__tags--desc li, .somfy .product-new__item__tags--price li {
  color: #C5C6C6;
  border: 1px solid #C5C6C6;
  border-radius: 4px;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0rem;
  padding: 1px 5px;
  min-width: 50px;
  text-align: center;
}
body .somfy .product-new__item__tags--desc li, body .somfy .product-new__item__tags--price li {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .product-new__item__tags--desc li, body.vi-vi .somfy .product-new__item__tags--price li,
body.vi-th .somfy .product-new__item__tags--desc li, body.vi-th .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-new__item__tags--desc li, body.kr-kr .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-new__item__tags--desc li, body.il-il .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-new__item__tags--desc li, body.ar-ac .somfy .product-new__item__tags--price li,
body.ar-lb .somfy .product-new__item__tags--desc li, body.ar-lb .somfy .product-new__item__tags--price li,
body.ar-ma .somfy .product-new__item__tags--desc li, body.ar-ma .somfy .product-new__item__tags--price li,
body.ar-il .somfy .product-new__item__tags--desc li, body.ar-il .somfy .product-new__item__tags--price li {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-new__item__tags--desc li, body.ja-jp .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-new__item__tags--desc li, body.sc-cn .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-new__item__tags--desc li, body.tc-hk .somfy .product-new__item__tags--price li,
body.tc-tw .somfy .product-new__item__tags--desc li, body.tc-tw .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-new__item__tags--desc li, body.th-th .somfy .product-new__item__tags--price li {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product-new__item__tags--price {
  position: initial;
  display: flex;
  justify-content: center;
  margin: 0 0 8px;
  min-height: 20px;
}
@media (max-width: 767.98px) {
  .somfy .product-new__item__tags--price {
    justify-content: flex-start;
  }
}
.somfy .product-new__item__tags .black-friday {
  background: #1A1B1C;
  border-color: #1A1B1C;
  text-transform: uppercase;
  color: #fff;
}
.somfy .product-new__item .btn-group {
  display: none;
}
@media (min-width: 768px) {
  .somfy .product-new__item .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25rem;
  }
  .somfy .product-new__item .btn-group .btnCompact {
    width: 100%;
    white-space: nowrap;
  }
  .somfy .product-new__item .btn-group .btnCompact:not(:last-child) {
    margin-bottom: 10px;
  }
}
.somfy .product-new__item__comment {
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0rem;
  margin-bottom: 12px;
}
body .somfy .product-new__item__comment {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product-new__item__comment,
body.vi-th .somfy .product-new__item__comment {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-new__item__comment {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-new__item__comment {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-new__item__comment,
body.ar-lb .somfy .product-new__item__comment,
body.ar-ma .somfy .product-new__item__comment,
body.ar-il .somfy .product-new__item__comment {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-new__item__comment {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-new__item__comment {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-new__item__comment,
body.tc-tw .somfy .product-new__item__comment {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-new__item__comment {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product-new__item__action {
  color: #767677;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0rem;
}
.somfy .product-new__item__start-from {
  color: #1A1B1C;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0rem;
}
body .somfy .product-new__item__start-from {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product-new__item__start-from,
body.vi-th .somfy .product-new__item__start-from {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-new__item__start-from {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-new__item__start-from {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-new__item__start-from,
body.ar-lb .somfy .product-new__item__start-from,
body.ar-ma .somfy .product-new__item__start-from,
body.ar-il .somfy .product-new__item__start-from {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-new__item__start-from {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-new__item__start-from {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-new__item__start-from,
body.tc-tw .somfy .product-new__item__start-from {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-new__item__start-from {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .product-new__item__nowrap {
  position: relative;
}
.somfy .product-new__item__nowrap i {
  position: absolute;
  left: 100%;
  top: -5px;
  color: #1A1B1C;
  font-size: 24px;
}
.somfy .product-new__item__price {
  padding: 0 20px;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .product-new__item__price {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product-new__item__price,
body.vi-th .somfy .product-new__item__price {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-new__item__price {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-new__item__price {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-new__item__price,
body.ar-lb .somfy .product-new__item__price,
body.ar-ma .somfy .product-new__item__price,
body.ar-il .somfy .product-new__item__price {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-new__item__price {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-new__item__price {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-new__item__price,
body.tc-tw .somfy .product-new__item__price {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-new__item__price {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .product-new__item__price {
    padding: 0;
  }
}
.somfy .product-new__item__price span {
  display: inline-block;
}
.somfy .product-new__item__price del {
  color: #8996A4;
  font-size: 14px;
}
.somfy .product-new__item__price .splitter {
  display: none;
}
@media (min-width: 768px) {
  .somfy .product-new__item__price .splitter {
    display: inline-block;
  }
}
.somfy .product-new__item__title {
  color: #3C4F64;
  margin-bottom: 4px;
  font-size: 1.5714285714rem;
  line-height: 2rem;
  letter-spacing: 0rem;
  letter-spacing: -0.2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .somfy .product-new__item__title {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .product-new__item__title,
body.vi-th .somfy .product-new__item__title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .product-new__item__title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .product-new__item__title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .product-new__item__title,
body.ar-lb .somfy .product-new__item__title,
body.ar-ma .somfy .product-new__item__title,
body.ar-il .somfy .product-new__item__title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .product-new__item__title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .product-new__item__title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .product-new__item__title,
body.tc-tw .somfy .product-new__item__title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .product-new__item__title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy .product-new__item__title {
    font-size: 1.1428571429rem;
    line-height: 1.4285714286rem;
    letter-spacing: 0rem;
  }
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] > li {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .somfy [data-display="grid"] > li {
    flex-basis: 33.333333%;
    max-width: 33.33333%;
    margin-bottom: 20px;
  }
}
.somfy [data-display="grid"] .col-2-picture {
  position: relative;
  min-height: 285px;
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] .col-2-picture {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .somfy [data-display="grid"] .col-2-picture {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    height: auto;
  }
}
.somfy [data-display="grid"] .col-2-picture p {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] .col-2-picture p {
    width: 60%;
    padding-right: 0;
  }
}
.somfy [data-display="grid"] .product-new__item {
  position: relative;
  padding: 0;
  color: black;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .somfy [data-display="grid"] .product-new__item {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] .product-new__item {
    display: flex;
    padding: 15px 17px 25px;
    text-align: center;
    flex-direction: column;
  }
}
.somfy [data-display="grid"] .product-new__item__nowrap {
  white-space: nowrap;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] .product-new__item__nowrap {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] .product-new__item__visual {
    height: 14.2857142857rem;
    width: auto;
    min-width: 0;
    margin-top: 42px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.somfy [data-display="grid"] .product-new__item__visual img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .somfy [data-display="grid"] .product-new__item__visual img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.somfy [data-display="grid"] .product-new__item__visual img.product-img {
  max-height: 200px;
}
@media (max-width: 767.98px) {
  .somfy [data-display="grid"] .product-new__item__visual img.product-img {
    max-height: 150px;
  }
}
@media (max-width: 767.98px) {
  .somfy [data-display="grid"] .product-new__item__visual ul + img {
    margin-top: 30px;
  }
}
.somfy [data-display="grid"] .product-new__item__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.somfy [data-display="grid"] .product-new__item__info > * {
  flex-grow: 0;
}
@media (max-width: 991.98px) {
  .somfy [data-display="grid"] .product-new__item__info {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.somfy [data-display="grid"] .product-new__item__text {
  flex-grow: 1;
}
.somfy [data-display="grid"] .product-new__item__desc {
  display: none;
}
.somfy [data-display="grid"] .product-new__item__reference {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .somfy [data-display="grid"] .product-new__item__price {
    margin-top: auto;
  }
}
.somfy [data-display="grid"] .product-new__item__tags--image {
  top: -42px;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .somfy [data-display="grid"] .product-new__item__tags--image {
    top: 0;
  }
}
.somfy [data-display="grid"] .product-new__item__tags--image img {
  padding: 0;
  margin: 0;
}
.somfy [data-display="grid"] .product-new__item__stars {
  margin-bottom: 10px;
}
.somfy [data-display="list"] {
  /*
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-columns: 100%;
  */
}
.somfy [data-display="list"] > li {
  width: 100%;
  margin-bottom: 20px;
  flex-basis: 100%;
}
.somfy [data-display="list"] .col-1-info .product_background {
  padding: 24px 355px 18px 40px;
  height: 100%;
}
.somfy [data-display="list"] .col-1-info p {
  font-size: 2rem;
  line-height: 2.4285714286rem;
  letter-spacing: 0rem;
}
.somfy [data-display="list"] .col-1-info span {
  position: absolute;
  right: 55px;
  top: 0;
  margin-top: -55px;
  margin-left: 0;
}
.somfy [data-display="list"] .col-1-info .btn-group {
  bottom: 18px;
}
.somfy [data-display="list"] .col-2-picture {
  flex-basis: 100%;
}
.somfy [data-display="list"] .product-new__item {
  padding: 20px;
}
.somfy [data-display="list"] .product-new__item__text {
  position: relative;
  max-width: 380px;
}
.somfy [data-display="list"] .product-new__item__price {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.somfy [data-display="list"] .product-new__item__price .btn-group {
  margin: 20px 0 0 0;
}
.somfy [data-display="list"] .product-new__item__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.somfy [data-display="list"] .product-new__item__title {
  margin-bottom: 10px;
}
.somfy [data-display="list"] .product-new__item__nowrap {
  text-align: right;
}
.somfy [data-display="list"] .product-new__item__nowrap i {
  left: calc(100% - 6px);
}
.somfy [data-display="list"] .product-new__item__comment {
  text-align: right;
}
.somfy [data-display="list"] .product-new__item--list {
  display: flex;
}
.somfy [data-display="list"] .product-new__item__tags--desc {
  position: initial;
  margin-bottom: 10px;
  padding-top: 5px;
  justify-content: flex-start;
}
.somfy [data-display="list"] .product-new__item__tags--desc li {
  margin: 0 9px;
}
.somfy [data-display="list"] .product-new__item__tags--desc li:first-child {
  margin-left: 0;
}
.somfy [data-display="list"] .product-new__item__tags--image {
  right: auto;
  left: 0;
  top: 0;
  z-index: 20;
}
.somfy [data-display="list"] .product-new__item__stars {
  margin-bottom: 0;
}
.somfy [data-display="list"] .product-new__item__visual img.product-img {
  max-height: 200px;
}
@media (max-width: 767.98px) {
  .somfy [data-display="list"] .product-new__item__visual img.product-img {
    max-height: 150px;
  }
}

.somfy.categorie_liste_new .full_width_image_little {
  position: relative;
  padding: 5.7142857143rem 0;
}
@media (max-width: 767.98px) {
  .somfy.categorie_liste_new .full_width_image_little {
    padding: 2.1428571429rem 0 1.1428571429rem;
    border-bottom: 1px solid #E5E5E5;
  }
}
.somfy.categorie_liste_new .full_width_image_little .bg {
  position: absolute;
  left: 1.4285714286rem;
  top: 0;
  width: calc(50vw + 33%);
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .full_width_image_little .bg {
    display: none;
  }
}
.somfy.categorie_liste_new .full_width_image_little .title_2 {
  width: 100%;
  margin-top: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .full_width_image_little .title_2 {
    text-align: center;
  }
}
.somfy.categorie_liste_new .full_width_image_little .subtitle_2 {
  width: 100%;
  margin-bottom: 1.4285714286rem;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .full_width_image_little .subtitle_2 {
    text-align: center;
  }
}
.somfy.categorie_liste_new .full_width_image_little .btnCompact {
  margin-bottom: 2.8571428571rem;
}
@media (max-width: 991.98px) {
  .somfy.categorie_liste_new .full_width_image_little .btnCompact {
    margin-left: auto;
    margin-right: auto;
  }
}

.somfy .faq_assistance_links {
  position: relative;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.somfy .faq_assistance_links .title_content {
  color: #1A1B1C;
}
.somfy .faq_assistance_links .subtitle_1, .somfy .faq_assistance_links .subtitle_2 {
  padding-right: 15px;
}
.somfy .faq_assistance_links .color-primary {
  color: #FAB800;
}
.somfy .faq_assistance_links .title_2 {
  margin-bottom: 0;
}
.somfy .faq_assistance_links .head_title {
  margin-bottom: 6px;
  color: rgba(26, 27, 28, 0.5);
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .head_title {
    margin-bottom: 5px;
  }
}
.somfy .faq_assistance_links .simple-link ul {
  list-style: none;
  padding-top: 48px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .simple-link ul {
    padding-top: 10px;
    padding-bottom: 37px;
  }
}
.somfy .faq_assistance_links .simple-link li {
  padding-bottom: 18px;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .simple-link li {
    padding-bottom: 5px;
  }
}
.somfy .faq_assistance_links .simple-link li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
}
body .somfy .faq_assistance_links .simple-link li a {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy .faq_assistance_links .simple-link li a,
body.vi-th .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .faq_assistance_links .simple-link li a,
body.ar-lb .somfy .faq_assistance_links .simple-link li a,
body.ar-ma .somfy .faq_assistance_links .simple-link li a,
body.ar-il .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .faq_assistance_links .simple-link li a,
body.tc-tw .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .faq_assistance_links .simple-link li a {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .faq_assistance_links .simple-link li a:hover {
  text-decoration: none;
}
.somfy .faq_assistance_links .simple-link li a:hover .icon-arrow-right {
  left: 20px;
}
.somfy .faq_assistance_links .simple-link li .icon-arrow-right {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  left: 0;
}
.somfy .faq_assistance_links .simple-link li .icon-arrow-right:before {
  content: "\e903";
  color: #FAB800;
  vertical-align: middle;
}
.somfy .faq_assistance_links .faq_accordion_wrap, .somfy .faq_assistance_links .accordion-wrap {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .faq_accordion_wrap, .somfy .faq_assistance_links .accordion-wrap {
    height: auto !important;
  }
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-content-block, .somfy .faq_assistance_links .accordion-wrap .accordion-content-block {
  border-top: 1px solid rgba(26, 27, 28, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-content-block:first-child, .somfy .faq_assistance_links .accordion-wrap .accordion-content-block:first-child {
  padding-top: 18px;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .faq_accordion_wrap .accordion-content-block:first-child, .somfy .faq_assistance_links .accordion-wrap .accordion-content-block:first-child {
    padding-top: 23px;
  }
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-content-block:last-child, .somfy .faq_assistance_links .accordion-wrap .accordion-content-block:last-child {
  border-bottom: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-content-block.active .accordion-item-content, .somfy .faq_assistance_links .accordion-wrap .accordion-content-block.active .accordion-item-content {
  display: block;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-title, .somfy .faq_assistance_links .accordion-wrap .accordion-item-title {
  cursor: pointer;
  font-size: 1.5714285714rem;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-title, .somfy .faq_assistance_links .accordion-wrap .accordion-item-title {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
  }
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-title.active .arrow-icon, .somfy .faq_assistance_links .accordion-wrap .accordion-item-title.active .arrow-icon {
  transform: rotate(0) !important;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-title .arrow-icon, .somfy .faq_assistance_links .accordion-wrap .accordion-item-title .arrow-icon {
  transform: rotate(180deg);
  font-family: 'icomoon' !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  font-size: 22px;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-title .arrow-icon:before, .somfy .faq_assistance_links .accordion-wrap .accordion-item-title .arrow-icon:before {
  content: "\ea50";
  color: #485C74;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content {
  display: none;
  padding-top: 20px;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content {
    padding-top: 13px;
  }
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  color: rgba(26, 27, 28, 0.6);
}
body .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.vi-vi .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p,
body.vi-th .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.vi-th .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.kr-kr .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.il-il .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.ar-ac .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p,
body.ar-lb .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.ar-lb .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p,
body.ar-ma .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.ar-ma .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p,
body.ar-il .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.ar-il .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.ja-jp .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.sc-cn .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.tc-hk .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p,
body.tc-tw .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.tc-tw .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, body.th-th .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p:last-child, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p:last-child {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p:last-child, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p:last-child {
    margin-bottom: 0;
  }
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p .icon-arrow-right, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p .icon-arrow-right {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  left: 0;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p .icon-arrow-right:before, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p .icon-arrow-right:before {
  content: "\e903";
  color: #FAB800;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary {
  background: rgba(224, 224, 224, 0.4);
  margin: 0 auto 1.4285714286rem;
  padding: 1em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content h2, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content h2 {
  font-size: 1.7142857143rem;
  margin-bottom: 1.4285714286rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content h3, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content h3 {
  font-size: 1.5714285714rem;
  margin-bottom: 1.4285714286rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content h4, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content h4 {
  font-size: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content h5, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content h5 {
  font-size: 1.2857142857rem;
  margin-bottom: 1.4285714286rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content h6, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content h6 {
  font-size: 1.1428571429rem;
  margin-bottom: 1.4285714286rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p, .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content ul, .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content li, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content p, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content ul, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content li {
  color: rgba(26, 27, 28, 0.6);
  margin-bottom: 1.4285714286rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .accordion-item-title, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .accordion-item-title {
  cursor: default;
  width: 100%;
  text-align: left;
  outline: none !important;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border: 0;
  background: none;
  font-size: 1.2857142857rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .accordion-item-content, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .accordion-item-content {
  padding-top: 0;
  margin-bottom: 2rem;
  display: block !important;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .stepper {
  counter-reset: section;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper-item:before, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .stepper-item:before {
  display: inline-block;
  margin-right: 1rem;
  counter-increment: section;
  content: counter(section);
  width: 1.8571428571rem;
  line-height: 1.8571428571rem;
  text-align: center;
  background: #6b7c93;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100%;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper-item-title, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .stepper-item-title {
  padding: 0;
  margin: 0 0 1rem;
  background: 0;
  border: none;
  font-weight: bold;
  outline: none !important;
  cursor: default;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper-item-content, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .stepper-item-content {
  padding: 0 2em;
  margin: 0 0 2rem 0.8rem;
  border-left: 5px solid #f3f5f8;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content img, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content img {
  max-width: 100%;
  margin-bottom: 2rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .iframe-wrapper, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 2rem;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .iframe-wrapper iframe, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item, .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item {
  display: block;
  padding: 0.2857142857rem 0;
  border-left: 2px solid rgba(102, 102, 102, 0.2);
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="0"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="0"] {
  border-left: none;
  margin-top: 1.5em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="1"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="1"] {
  padding-left: 1em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="2"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="2"] {
  padding-left: 2em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="3"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="3"] {
  padding-left: 3em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="4"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="4"] {
  padding-left: 4em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="5"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="5"] {
  padding-left: 5em;
}
.somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="6"], .somfy .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="6"] {
  padding-left: 6em;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap, .somfy.rtl .faq_assistance_links .accordion-wrap {
  padding-top: 0;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper-item-content, .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .stepper-item-content {
  margin: 0 0.8rem 2rem 0;
  border-left: none;
  border-right: 5px solid #f3f5f8;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper-item:before, .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .stepper-item:before {
  margin-left: 1rem;
  margin-right: 0;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .accordion-item-title, .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .accordion-item-title {
  text-align: right;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item, .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item {
  border-right: 2px solid rgba(102, 102, 102, 0.2);
  border-left: none;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="0"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="0"] {
  border-right: none;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="1"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="1"] {
  padding-left: 0;
  padding-right: 1em;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="2"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="2"] {
  padding-left: 0;
  padding-right: 2em;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="3"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="3"] {
  padding-left: 0;
  padding-right: 3em;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="4"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="4"] {
  padding-left: 0;
  padding-right: 4em;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="5"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="5"] {
  padding-left: 0;
  padding-right: 5em;
}
.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .summary-item[data-st-relative-level="6"], .somfy.rtl .faq_assistance_links .accordion-wrap .accordion-item-content .summary-item[data-st-relative-level="6"] {
  padding-left: 0;
  padding-right: 6em;
}

.somfy .afg-logo {
  display: flex;
  align-items: center;
  background: white;
}
.somfy .afg-logo img {
  min-width: 5.7142857143rem;
  width: 5.7142857143rem;
}
.somfy .afg-logo span {
  border-inline-start: 1px solid #047334;
  display: block;
  color: #047334;
  text-align: center;
  font-size: 0.8571428571rem;
  line-height: 1.0714285714rem;
  padding: 0.1428571429rem 0.4285714286rem;
}
.somfy .afg-logo span strong {
  color: #047334;
  display: block;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
}
body .somfy .afg-logo span strong {
  font-family: SomfySans-Bold, sans-serif;
}

body.vi-vi .somfy .afg-logo span strong,
body.vi-th .somfy .afg-logo span strong {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy .afg-logo span strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy .afg-logo span strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy .afg-logo span strong,
body.ar-lb .somfy .afg-logo span strong,
body.ar-ma .somfy .afg-logo span strong,
body.ar-il .somfy .afg-logo span strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy .afg-logo span strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy .afg-logo span strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy .afg-logo span strong,
body.tc-tw .somfy .afg-logo span strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy .afg-logo span strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

.somfy section.act-for-green {
  padding-top: 7.1428571429rem;
  padding-bottom: 7.1428571429rem;
}
@media (max-width: 767.98px) {
  .somfy section.act-for-green {
    padding-top: 4.2857142857rem;
    padding-bottom: 4.2857142857rem;
  }
}
.somfy section.act-for-green img {
  max-width: 100%;
}
.somfy section.act-for-green .afg-logo {
  margin-right: 1.4285714286rem;
}
.somfy section.act-for-green .afg-header {
  display: flex;
  margin-bottom: 1.4285714286rem;
  align-items: center;
}
.somfy section.act-for-green .afg-header > strong {
  font-size: 1.2857142857rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .somfy section.act-for-green .afg-header > strong {
    font-size: 1.1428571429rem;
    line-height: normal;
  }
  .somfy section.act-for-green .afg-header > strong br {
    display: none;
  }
}
.somfy section.act-for-green .afg-title {
  color: #008C34;
  font-size: 3.2857142857rem;
  line-height: 115%;
  letter-spacing: 0.5px;
  margin-bottom: 1.4285714286rem;
}
body .somfy section.act-for-green .afg-title {
  font-family: SomfySans-ExtraLight, sans-serif;
}

body.vi-vi .somfy section.act-for-green .afg-title,
body.vi-th .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy section.act-for-green .afg-title,
body.ar-lb .somfy section.act-for-green .afg-title,
body.ar-ma .somfy section.act-for-green .afg-title,
body.ar-il .somfy section.act-for-green .afg-title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy section.act-for-green .afg-title,
body.tc-tw .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy section.act-for-green .afg-title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

@media (max-width: 767.98px) {
  .somfy section.act-for-green .afg-title {
    font-size: 2.1428571429rem;
  }
}
.somfy section.act-for-green .afg-wysiwyg {
  font-size: 1.2857142857rem;
}
@media (max-width: 767.98px) {
  .somfy section.act-for-green .afg-wysiwyg {
    font-size: 1.1428571429rem;
    line-height: normal;
  }
}
.somfy section.act-for-green .afg-wysiwyg p {
  margin-bottom: 1.4285714286rem;
}
.somfy section.act-for-green .afg-wysiwyg a {
  color: #008C34;
}
.somfy section.act-for-green .afg-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.somfy section.act-for-green .afg-links li {
  line-height: normal;
  font-size: 1.2857142857rem;
  margin-bottom: 1.4285714286rem;
}
body .somfy section.act-for-green .afg-links li {
  font-family: SomfySans-Regular, sans-serif;
}

body.vi-vi .somfy section.act-for-green .afg-links li,
body.vi-th .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans", sans-serif;
}

body.kr-kr .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

body.il-il .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}

body.ar-ac .somfy section.act-for-green .afg-links li,
body.ar-lb .somfy section.act-for-green .afg-links li,
body.ar-ma .somfy section.act-for-green .afg-links li,
body.ar-il .somfy section.act-for-green .afg-links li {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}

body.ja-jp .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}

body.sc-cn .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}

body.tc-hk .somfy section.act-for-green .afg-links li,
body.tc-tw .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

body.th-th .somfy section.act-for-green .afg-links li {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}

@media (max-width: 767.98px) {
  .somfy section.act-for-green .afg-links li {
    font-size: 1.1428571429rem;
    line-height: normal;
  }
}
.somfy section.act-for-green .afg-links li:before {
  content: ">";
  color: #008C34;
  margin-right: 0.7142857143rem;
}
.somfy section.act-for-green .afg-links a {
  color: #008C34;
}
.somfy.rtl section.act-for-green .afg-logo {
  margin-right: 0;
  margin-left: 0.7142857143rem;
}
.somfy.rtl .afg-logo {
  padding: 0 0.2857142857rem 0 0;
}
.somfy.rtl .afg-logo img {
  margin-left: 0.2857142857rem;
}
.somfy.rtl .afg-logo span {
  border-radius: 0 6px 6px 0;
}
.somfy.rtl section.act-for-green .afg-links li:before {
  margin-right: 0;
  margin-left: 0.7142857143rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.products .slick-track {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.products .slick-slide {
  flex: auto;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto !important;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider:after {
  display: none;
  position: absolute;
  content: "\e964";
  z-index: 20;
  top: 50%;
  left: 50%;
  color: white;
  border-radius: 100%;
  width: 50px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  padding: 2px 0 0 4px;
  background-color: rgba(60, 79, 100, 0.5);
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  font-family: 'somfy-v5-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767.98px) {
  .slick-slider:after {
    display: block;
  }
}
.slick-slider.-hide-swipe:after {
  opacity: 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.products .slick-track {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.products .slick-slide {
  flex: auto;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto !important;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -12px;
  list-style: none;
  display: none !important;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 12px;
}
@media (max-width: 767.98px) {
  .slick-dots {
    display: block !important;
    left: 0;
    right: 0;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background-color: #1A1B1C;
  opacity: 0.3;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 100%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #FAB800;
  opacity: 1;
}

body .somfy.product-page {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page,
body.vi-th .somfy.product-page {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page,
body.ar-lb .somfy.product-page,
body.ar-ma .somfy.product-page,
body.ar-il .somfy.product-page {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page,
body.tc-tw .somfy.product-page {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page section.bg-white + section.auto.bg-white {
  border-top: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy.product-page section.bg-gray + section.auto.bg-gray {
  border-top: 1px solid rgba(26, 27, 28, 0.1);
}
.somfy.product-page .details-spec .accordion-content-block * {
  color: #1A1B1C;
}
.somfy.product-page .details-spec .accordion-content-block .install_explanation {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.somfy.product-page .details-spec .accordion-content-block .arrow-icon {
  font-family: icomoon !important;
}
.somfy.product-page .details-spec .accordion-content-block ul {
  margin: 0 0 0 40px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .title_3 {
    font-size: 2.5714285714rem;
    line-height: 2.8571428571rem;
  }
  body .somfy.product-page.-pim .title_3 {
    font-family: SomfySans-Light, sans-serif;
  }
  body.vi-vi .somfy.product-page.-pim .title_3,
  body.vi-th .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy.product-page.-pim .title_3,
  body.ar-lb .somfy.product-page.-pim .title_3,
  body.ar-ma .somfy.product-page.-pim .title_3,
  body.ar-il .somfy.product-page.-pim .title_3 {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy.product-page.-pim .title_3,
  body.tc-tw .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy.product-page.-pim .title_3 {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
  .somfy.product-page.-pim .subnav .buyButton_mobile {
    display: none;
  }
  .somfy.product-page.-pim .subnav.sticky .buyButton_mobile {
    display: flex;
  }
}
.somfy.product-page.-pim .deal_flash {
  display: flex;
  margin-bottom: 2.1428571429rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .deal_flash {
    flex-direction: column;
  }
}
.somfy.product-page.-pim .deal_flash-title {
  color: #767677;
  font-size: 1.4285714286rem;
  line-height: 1.7142857143rem;
  text-transform: uppercase;
  white-space: nowrap;
}
body .somfy.product-page.-pim .deal_flash-title {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .deal_flash-title,
body.vi-th .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .deal_flash-title,
body.ar-lb .somfy.product-page.-pim .deal_flash-title,
body.ar-ma .somfy.product-page.-pim .deal_flash-title,
body.ar-il .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .deal_flash-title,
body.tc-tw .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .deal_flash-title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .deal_flash-bar {
  flex-grow: 1;
  margin: 0 1.4285714286rem;
  position: relative;
  width: 100%;
  height: 1rem;
  border-radius: 0.5rem;
  background: #ECEBE9;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .deal_flash-bar {
    margin: 0.7142857143rem 1.4285714286rem;
  }
}
.somfy.product-page.-pim .deal_flash-progress {
  position: absolute;
  width: 50%;
  height: 1rem;
  border-radius: 0.5rem;
  background: #FAB800;
}
.somfy.product-page.-pim .deal_flash-time {
  color: #767677;
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  white-space: nowrap;
}
body .somfy.product-page.-pim .deal_flash-time {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .deal_flash-time,
body.vi-th .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .deal_flash-time,
body.ar-lb .somfy.product-page.-pim .deal_flash-time,
body.ar-ma .somfy.product-page.-pim .deal_flash-time,
body.ar-il .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .deal_flash-time,
body.tc-tw .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .deal_flash-time {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .ref-product {
  margin-bottom: 0.3571428571rem;
}
.somfy.product-page.-pim .page-title-wrapper .product-title {
  margin-bottom: 1.4285714286rem;
}
body .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .page-title-wrapper .product-title,
body.vi-th .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .page-title-wrapper .product-title,
body.ar-lb .somfy.product-page.-pim .page-title-wrapper .product-title,
body.ar-ma .somfy.product-page.-pim .page-title-wrapper .product-title,
body.ar-il .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .page-title-wrapper .product-title,
body.tc-tw .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .page-title-wrapper .product-title {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .page-title-wrapper .product-title {
    font-size: 2rem;
    line-height: 2.4285714286rem;
  }
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-info {
    padding-top: 1.4285714286rem;
  }
}
.somfy.product-page.-pim .product-info-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.4285714286rem;
}
.somfy.product-page.-pim .product-info-price p {
  margin: 0;
}
.somfy.product-page.-pim .product-info-price .price {
  line-height: normal;
  font-size: 2rem;
  margin-right: 1.4285714286rem;
}
.somfy.product-page.-pim .product-info-price strong {
  margin-right: 0.7142857143rem;
  font-size: 1.1428571429rem;
  text-transform: uppercase;
}
body .somfy.product-page.-pim .product-info-price strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .product-info-price strong,
body.vi-th .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .product-info-price strong,
body.ar-lb .somfy.product-page.-pim .product-info-price strong,
body.ar-ma .somfy.product-page.-pim .product-info-price strong,
body.ar-il .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .product-info-price strong,
body.tc-tw .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .product-info-price strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .product-info-price .old-price {
  margin-right: 0.7142857143rem;
  font-size: 1.1428571429rem;
}
body .somfy.product-page.-pim .product-info-price .old-price {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .product-info-price .old-price,
body.vi-th .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .product-info-price .old-price,
body.ar-lb .somfy.product-page.-pim .product-info-price .old-price,
body.ar-ma .somfy.product-page.-pim .product-info-price .old-price,
body.ar-il .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .product-info-price .old-price,
body.tc-tw .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .product-info-price .old-price {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .product-info-price .ecopart {
  width: 100%;
  font-size: 0.8571428571rem;
}
.somfy.product-page.-pim .product-info-price .somfy-icon {
  font-size: 1.2857142857rem;
}
.somfy.product-page.-pim .product-actions {
  margin-bottom: 1.4285714286rem;
}
.somfy.product-page.-pim .product-actions > *:not(.form-group) {
  margin-right: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-actions > *:not(.form-group).btnClassic {
    width: 100%;
    margin-right: 0;
    max-width: none;
    text-align: center;
  }
}
.somfy.product-page.-pim .product-actions .form-group {
  vertical-align: middle;
  margin-bottom: 1.4285714286rem;
}
.somfy.product-page.-pim .product-actions .form-group .form-control {
  min-width: 5rem;
  margin-right: 0.7142857143rem;
}
.somfy.product-page.-pim .product-actions .form-group .form-control.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: 0;
}
.somfy.product-page.-pim .product-actions .form-label {
  margin-left: 0.7142857143rem;
}
.somfy.product-page.-pim .product-actions .form-label label {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 1.4285714286rem;
  line-height: 1.7142857143rem;
}
body .somfy.product-page.-pim .product-actions .form-label label {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .product-actions .form-label label,
body.vi-th .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .product-actions .form-label label,
body.ar-lb .somfy.product-page.-pim .product-actions .form-label label,
body.ar-ma .somfy.product-page.-pim .product-actions .form-label label,
body.ar-il .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .product-actions .form-label label,
body.tc-tw .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .product-actions .form-label label {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .product-actions .form-label a {
  display: block;
}
.somfy.product-page.-pim .product-ratings {
  margin-bottom: 1.4285714286rem;
}
.somfy.product-page.-pim .product-read-more {
  margin-bottom: 2.8571428571rem;
}
.somfy.product-page.-pim .product-read-more a {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  color: #485C74;
  margin-right: 1.4285714286rem;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-read-more a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.4285714286rem;
  }
}
.somfy.product-page.-pim .product-table {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 1.4285714286rem;
}
.somfy.product-page.-pim .product-table th {
  text-align: left;
  padding: 0.7142857143rem 0 0;
  text-transform: uppercase;
}
body .somfy.product-page.-pim .product-table th {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .product-table th,
body.vi-th .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .product-table th,
body.ar-lb .somfy.product-page.-pim .product-table th,
body.ar-ma .somfy.product-page.-pim .product-table th,
body.ar-il .somfy.product-page.-pim .product-table th {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .product-table th,
body.tc-tw .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .product-table th {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-table th {
    font-size: 1rem;
    line-height: 1.2142857143rem;
  }
}
.somfy.product-page.-pim .product-table td {
  padding: 0.7142857143rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-table td {
    font-size: 1rem;
    line-height: 1.2142857143rem;
  }
}
.somfy.product-page.-pim .product-mode {
  display: table;
  width: 100%;
}
.somfy.product-page.-pim .product-mode > div {
  display: table-cell;
  padding-right: 1.4285714286rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-mode > div {
    display: block;
    padding-right: 0;
    margin-bottom: 1.4285714286rem;
  }
}
.somfy.product-page.-pim .product-mode strong {
  display: block;
  font-weight: normal;
  font-size: 1.2857142857rem;
}
body .somfy.product-page.-pim .product-mode strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .product-mode strong,
body.vi-th .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .product-mode strong,
body.ar-lb .somfy.product-page.-pim .product-mode strong,
body.ar-ma .somfy.product-page.-pim .product-mode strong,
body.ar-il .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .product-mode strong,
body.tc-tw .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .product-mode strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .product-mode img {
  max-width: 100%;
}
.somfy.product-page.-pim .product-mode ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.somfy.product-page.-pim .product-mode ul li img {
  height: 2.5rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .product-mode ul li em {
    font-size: 1rem;
  }
}
.somfy.product-page.-pim .product_slider .title_content {
  margin-bottom: 2.8571428571rem;
}
.somfy.product-page.-pim .details-spec .title_content {
  margin-bottom: 2.1428571429rem;
}
.somfy.product-page.-pim .downloads .title_content {
  margin-bottom: 2.8571428571rem;
}
.somfy.product-page.-pim .downloads .subtitle_2 {
  padding-top: 4.2857142857rem;
  margin-bottom: 1.0714285714rem;
}
.somfy.product-page.-pim .downloads .card:last-child {
  margin-bottom: 0;
}
.somfy.product-page.-pim .downloads .list-group-item {
  padding: 0;
}
.somfy.product-page.-pim .downloads .list-group-item a {
  padding: 0.75rem 1.25rem;
  align-items: center;
}
.somfy.product-page.-pim .downloads .list-group-item a span:nth-child(2) {
  color: #3C4F64;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .downloads .list-group-item a span:last-child {
    display: none;
  }
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block {
  padding: 0;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-title {
  margin: 0;
  padding: 1.4285714286rem 0;
  width: 100%;
  border: none;
  background: none;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-title {
    padding: 1.4285714286rem 0 0.7142857143rem;
    padding-right: 1.4285714286rem;
    text-align: left;
  }
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-content {
  padding: 1.4285714286rem 0 2.8571428571rem;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions {
  position: relative;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions:first-child {
  height: 240px;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions:last-child {
  padding-top: 20px;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions img {
  margin-left: 40px;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions .box-height {
  position: absolute;
  transform: rotate(270deg);
  top: 100px;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions .box-width {
  position: absolute;
  top: 190px;
  width: 240px;
  text-align: center;
}
.somfy.product-page.-pim .accordion_wrap .accordion-content-block-dimensions .box-depth {
  position: absolute;
  transform: rotate(308deg);
  left: 218px;
  top: 155px;
}
.somfy.product-page.-pim .push_accessories .title_content .title_3 {
  display: inline-block;
}
.somfy.product-page.-pim .push_accessories .title_content .subtitle_2 {
  display: inline-block;
  margin-left: 1.4285714286rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_accessories .title_content .subtitle_2 {
    margin-left: 0;
    margin-bottom: 2.1428571429rem;
  }
}
.somfy.product-page.-pim .push_accessories .title_content a {
  margin-right: 1.4285714286rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_accessories .title_content a {
    margin-right: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}
.somfy.product-page.-pim .push_accessories .title_content a i {
  position: relative;
  top: 2px;
}
.somfy.product-page.-pim .push_accessories .list_products {
  overflow: hidden;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_accessories .list_products {
    overflow: visible;
  }
  .somfy.product-page.-pim .push_accessories .list_products + .cta {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_accessories .list_products .slick-slide a {
    outline: none;
  }
  .somfy.product-page.-pim .push_accessories .list_products .slick-slide img {
    display: inline-block;
  }
  .somfy.product-page.-pim .push_accessories .list_products .slick-dots {
    display: flex;
    bottom: -40px;
    justify-content: center;
  }
  .somfy.product-page.-pim .push_accessories .list_products .slick-dots li {
    height: 40px;
    width: 100%;
    max-width: 40px;
  }
  .somfy.product-page.-pim .push_accessories .list_products .slick-dots button {
    width: 100%;
    height: 2px;
    margin-top: 19px;
    padding: 0;
    background-color: #1A1B1C;
    opacity: 0.1;
  }
  .somfy.product-page.-pim .push_accessories .list_products .slick-dots button:before {
    content: '';
  }
  .somfy.product-page.-pim .push_accessories .list_products .slick-dots .slick-active button {
    opacity: 1;
    background-color: #FAB800;
  }
}
.somfy.product-page.-pim .push_accessories .list_products.type-accessories .product_item.type-spareparts {
  display: none !important;
}
.somfy.product-page.-pim .push_accessories .list_products.type-spareparts .product_item.type-accessories {
  display: none !important;
}
.somfy.product-page.-pim .push_accessories .list_products.show-all {
  flex-wrap: wrap;
  justify-content: center !important;
}
.somfy.product-page.-pim .push_accessories .list_products:not(.show-all).type-accessories .product_item.type-accessories {
  display: flex !important;
}
.somfy.product-page.-pim .push_accessories .list_products:not(.show-all).type-spareparts .product_item.type-spareparts {
  display: flex !important;
}
.somfy.product-page.-pim .comparator .title_content {
  margin-bottom: 2.8571428571rem;
}
.somfy.product-page.-pim .comparator .title_content .title_3 {
  margin-bottom: 0.7142857143rem;
}
.somfy.product-page.-pim .comparator .title_content .title_4 {
  color: #FAB800;
  font-size: 1rem;
  line-height: 1.1428571429rem;
}
.somfy.product-page.-pim .comparator-rotation {
  display: none;
  text-align: center;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
  .somfy.product-page.-pim .comparator-rotation {
    display: block;
  }
}
.somfy.product-page.-pim .comparator-close {
  display: none;
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  padding: 10px;
}
.somfy.product-page.-pim .comparator-close span {
  display: block;
  font-size: 1.4285714286rem;
}
.somfy.product-page.-pim .comparator-show {
  display: none;
}
@media only screen and (orientation: landscape) and (max-width: 768px) {
  .somfy.product-page.-pim .comparator-show {
    display: block;
  }
}
.somfy.product-page.-pim .comparator table {
  color: #1A1B1C;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2.1428571429rem;
}
.somfy.product-page.-pim .comparator table thead th {
  padding: 0.7142857143rem 0 0.3571428571rem;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-transform: uppercase;
  border-bottom: 2px solid #e8e8e8;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table thead th {
    text-align: center;
    padding: 2.1428571429rem 0 0.3571428571rem;
  }
}
body .somfy.product-page.-pim .comparator table thead th strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .comparator table thead th strong,
body.vi-th .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .comparator table thead th strong,
body.ar-lb .somfy.product-page.-pim .comparator table thead th strong,
body.ar-ma .somfy.product-page.-pim .comparator table thead th strong,
body.ar-il .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .comparator table thead th strong,
body.tc-tw .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .comparator table thead th strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .comparator table tbody th, .somfy.product-page.-pim .comparator table tbody td {
  padding: 0.7142857143rem 0 0.5rem;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table tbody th, .somfy.product-page.-pim .comparator table tbody td {
    text-align: center;
  }
}
body .somfy.product-page.-pim .comparator table tbody th strong, body .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .comparator table tbody th strong, body.vi-vi .somfy.product-page.-pim .comparator table tbody td strong,
body.vi-th .somfy.product-page.-pim .comparator table tbody th strong, body.vi-th .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .comparator table tbody th strong, body.kr-kr .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .comparator table tbody th strong, body.il-il .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .comparator table tbody th strong, body.ar-ac .somfy.product-page.-pim .comparator table tbody td strong,
body.ar-lb .somfy.product-page.-pim .comparator table tbody th strong, body.ar-lb .somfy.product-page.-pim .comparator table tbody td strong,
body.ar-ma .somfy.product-page.-pim .comparator table tbody th strong, body.ar-ma .somfy.product-page.-pim .comparator table tbody td strong,
body.ar-il .somfy.product-page.-pim .comparator table tbody th strong, body.ar-il .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .comparator table tbody th strong, body.ja-jp .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .comparator table tbody th strong, body.sc-cn .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .comparator table tbody th strong, body.tc-hk .somfy.product-page.-pim .comparator table tbody td strong,
body.tc-tw .somfy.product-page.-pim .comparator table tbody th strong, body.tc-tw .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .comparator table tbody th strong, body.th-th .somfy.product-page.-pim .comparator table tbody td strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table tbody tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .somfy.product-page.-pim .comparator table tbody th {
    display: block;
    width: 100%;
    font-size: 1.1428571429rem;
    line-height: 1.3571428571rem;
  }
  .somfy.product-page.-pim .comparator table tbody td {
    display: block;
    flex-grow: 1;
    flex-basis: 25%;
    padding: 0.7142857143rem;
  }
  .somfy.product-page.-pim .comparator table tbody td:not(:first-child), .somfy.product-page.-pim .comparator table tbody td:not(:last-child) {
    border-right: 1px solid #e8e8e8;
  }
}
.somfy.product-page.-pim .comparator table.comparator-visual th {
  text-align: center;
  padding: 0;
  border-bottom: none;
}
.somfy.product-page.-pim .comparator table.comparator-visual th div {
  width: 100%;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.somfy.product-page.-pim .comparator table.comparator-visual th div span {
  display: block;
  padding: 0.7142857143rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table.comparator-visual th div span {
    font-size: 0.7142857143rem;
    line-height: 0.8571428571rem;
  }
}
.somfy.product-page.-pim .comparator table.comparator-visual th img {
  width: 60%;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table.comparator-visual th img {
    max-height: 5.7142857143rem;
    width: auto;
  }
}
.somfy.product-page.-pim .comparator table.comparator-visual th.active img {
  width: 80%;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table.comparator-visual th.active img {
    max-height: 5.7142857143rem;
    width: auto;
  }
}
.somfy.product-page.-pim .comparator table.comparator-visual th.active-prev div {
  border-right: none;
}
.somfy.product-page.-pim .comparator table.comparator-visual th.active-next div {
  border-left: none;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator table.comparator-visual {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    z-index: 100;
    padding-top: 2.8571428571rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .somfy.product-page.-pim .comparator table.comparator-visual th div {
    border: none;
    padding-top: 2.8571428571rem;
  }
  .somfy.product-page.-pim .comparator table.comparator-visual th:first-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator .comparator-table {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background: white;
    padding: 0 0 2.8571428571rem;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: portrait) and (max-width: 768px) {
  .somfy.product-page.-pim .comparator .comparator-table {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .comparator .comparator-table table {
    table-layout: auto;
    margin: 0;
    width: 100%;
  }
}
.somfy.product-page.-pim .list_products {
  margin: 2.1428571429rem -2.1428571429rem 1.4285714286rem;
}
.somfy.product-page.-pim .list_products .product__item {
  background: white;
  margin-bottom: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
.somfy.product-page.-pim .list_products .product__item .title_product {
  height: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.somfy.product-page.-pim .list_products .product__item .title_product .text_big {
  margin-bottom: 40px;
}
.somfy.product-page.-pim .list_products .product__item .title_product > div {
  color: black;
  font-family: SomfySans-Regular, sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
}
.somfy.product-page.-pim .list_products .product__item .title_product .product__item__price {
  bottom: -40px;
}
.somfy.product-page.-pim .list_products .product__item .title_product .ratings {
  margin-top: auto;
  margin-bottom: 1rem;
}
.somfy.product-page.-pim .list_products .product__item:hover .product__item__ref, .somfy.product-page.-pim .list_products .product__item:focus .product__item__ref, .somfy.product-page.-pim .list_products .product__item:active .product__item__ref {
  display: none;
}
.somfy.product-page.-pim .list_products .product__item:hover .product__item__price, .somfy.product-page.-pim .list_products .product__item:focus .product__item__price, .somfy.product-page.-pim .list_products .product__item:active .product__item__price {
  bottom: 0px;
}
.somfy.product-page.-pim .list_products .product__item .image-wrap {
  height: 270px;
}
.somfy.product-page.-pim .list_products .product__item .image-wrap img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
  height: 100%;
}
.somfy.product-page.-pim .wysiwyg table {
  color: #1A1B1C;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2.1428571429rem;
}
.somfy.product-page.-pim .wysiwyg table thead th {
  padding: 0.7142857143rem 0 0.3571428571rem;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-transform: uppercase;
  border-bottom: 2px solid #e8e8e8;
}
body .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .wysiwyg table thead th strong,
body.vi-th .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .wysiwyg table thead th strong,
body.ar-lb .somfy.product-page.-pim .wysiwyg table thead th strong,
body.ar-ma .somfy.product-page.-pim .wysiwyg table thead th strong,
body.ar-il .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .wysiwyg table thead th strong,
body.tc-tw .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .wysiwyg table thead th strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .wysiwyg table tbody th, .somfy.product-page.-pim .wysiwyg table tbody td {
  padding: 0.7142857143rem 0 0.5rem;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  border-bottom: 1px solid #e8e8e8;
}
body .somfy.product-page.-pim .wysiwyg table tbody th strong, body .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: SomfySans-Regular, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .wysiwyg table tbody th strong, body.vi-vi .somfy.product-page.-pim .wysiwyg table tbody td strong,
body.vi-th .somfy.product-page.-pim .wysiwyg table tbody th strong, body.vi-th .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .wysiwyg table tbody th strong, body.kr-kr .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .wysiwyg table tbody th strong, body.il-il .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .wysiwyg table tbody th strong, body.ar-ac .somfy.product-page.-pim .wysiwyg table tbody td strong,
body.ar-lb .somfy.product-page.-pim .wysiwyg table tbody th strong, body.ar-lb .somfy.product-page.-pim .wysiwyg table tbody td strong,
body.ar-ma .somfy.product-page.-pim .wysiwyg table tbody th strong, body.ar-ma .somfy.product-page.-pim .wysiwyg table tbody td strong,
body.ar-il .somfy.product-page.-pim .wysiwyg table tbody th strong, body.ar-il .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .wysiwyg table tbody th strong, body.ja-jp .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .wysiwyg table tbody th strong, body.sc-cn .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .wysiwyg table tbody th strong, body.tc-hk .somfy.product-page.-pim .wysiwyg table tbody td strong,
body.tc-tw .somfy.product-page.-pim .wysiwyg table tbody th strong, body.tc-tw .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .wysiwyg table tbody th strong, body.th-th .somfy.product-page.-pim .wysiwyg table tbody td strong {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews {
  border: none;
  padding-top: 100px;
  padding-bottom: 120px;
  border-top: 1px solid #e8e8e8;
  background: transparent;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header {
  width: 50%;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header {
    width: 100%;
    padding-bottom: 1.4285714286rem;
    margin-bottom: 2.8571428571rem;
    border-bottom: 1px solid #e8e8e8;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-title {
  display: none;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  display: block;
  color: black;
  margin-bottom: 0.7142857143rem;
  font-size: 2rem;
  line-height: 2.4285714286rem;
}
body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-subtitle {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  color: #FAB800;
  padding-left: 0.4285714286rem;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
}
body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating {
  padding-left: 0.4285714286rem;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating,
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
}
body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-bestRating, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating .ts-reviewSummary-ratingValue {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews-pagination li a {
  padding: 20px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #dee2e6;
  color: #3C4F64;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews-pagination li.ts-pagination-current-page {
  padding: 20px;
  font-size: 18px;
  border-bottom: 1px solid #FCAC22;
  background-color: #fff;
  color: #FCAC22;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews {
  width: 50%;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews {
    width: 100%;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list {
  overflow: initial;
  max-height: none;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review {
  padding: 0 0 2.8571428571rem;
  margin: 0 0 2.8571428571rem;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review {
    padding: 0 0 2.1428571429rem;
    margin: 0 0 0;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-avatar {
  display: none;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content {
  margin-left: 0;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  display: block;
  float: none;
  color: #1A1B1C;
  margin-bottom: 0.7142857143rem;
  font-size: 2rem;
  line-height: 2.4285714286rem;
}
body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
  }
  body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info,
  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-buyer-info {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  display: block;
  margin-bottom: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}
body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    float: none;
    font-size: 0.8571428571rem;
    line-height: 1.1428571429rem;
  }
  body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date,
  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-published-date {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-stars {
  float: none;
  margin-left: 0;
  margin-bottom: 1.4285714286rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-stars {
    margin-bottom: 0.7142857143rem;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  color: #767677;
  margin-top: 0;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}
body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: SomfySans-Light, sans-serif;
}
body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans", sans-serif;
}
body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
}
body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
}
body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
}
body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
}
body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}
body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem;
  }
  body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: SomfySans-Regular, sans-serif;
  }
  body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans", sans-serif;
  }
  body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  }
  body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  }
  body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Naskh Arabic UI", "Noto Sans", sans-serif;
  }
  body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  }
  body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans SC Sliced", "Noto Sans", sans-serif;
  }
  body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text,
  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  }
  body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-content .ts-review-text {
    font-family: "Noto Sans Thai", "Noto Sans", sans-serif;
  }
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-logo {
  display: none;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination {
  width: 100%;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .icon-star-full {
  color: #FAB800 !important;
}
.somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-footer {
  display: none;
}
.somfy.product-page.-pim .push_benefits {
  padding-top: 7.1428571429rem;
  padding-bottom: 5.7142857143rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_benefits {
    padding-top: 4.2857142857rem;
    padding-bottom: 4.2857142857rem;
  }
}
.somfy.product-page.-pim .push_benefits .title_3 {
  color: white;
  margin-top: 2.8571428571rem;
  margin-bottom: 2.8571428571rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_benefits .title_3 {
    font-size: 2.5714285714rem;
    line-height: 3.0714285714rem;
    margin-bottom: 1.4285714286rem;
  }
}
.somfy.product-page.-pim .push_benefits .title_content.align-items-center .title_3 {
  margin-top: 0;
}
.somfy.product-page.-pim .push_benefits .text_big {
  color: white;
  margin-bottom: 0;
}
.somfy.product-page.-pim .push_benefits .text_big * {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  color: white !important;
}
.somfy.product-page.-pim .push_benefits .text_big ul, .somfy.product-page.-pim .push_benefits .text_big ol {
  margin-bottom: 1.4285714286rem;
  margin-left: 2.8571428571rem;
}
.somfy.product-page.-pim .push_benefits .text_big ul li, .somfy.product-page.-pim .push_benefits .text_big ol li {
  margin-bottom: 0.7142857143rem;
}
.somfy.product-page.-pim .push_benefits .text_big.text-center ul, .somfy.product-page.-pim .push_benefits .text_big.text-center ol {
  list-style-position: inside;
}
.somfy.product-page.-pim .push_benefits .benefits_nav {
  position: relative;
  width: 9.2857142857rem;
  height: 2.8571428571rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_benefits .benefits_nav {
    display: none;
  }
}
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-next {
  right: 0;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-next:before {
  font-family: icomoon, sans-serif;
  color: #3C4F64;
  content: "\e90f";
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  position: absolute;
}
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-prev {
  left: 0;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-prev:before {
  font-family: icomoon, sans-serif;
  color: #3C4F64;
  content: "\e90f";
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  position: absolute;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-prev.slick-disabled,
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-next.slick-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-prev.slick-disabled:before,
.somfy.product-page.-pim .push_benefits .benefits_nav .slick-next.slick-disabled:before {
  color: white;
  opacity: 1;
}
.somfy.product-page.-pim .push_benefits .benefits_list .slick-list {
  width: 100%;
}
.somfy.product-page.-pim .push_benefits .benefits_list .slick-slide {
  display: flex;
  flex-wrap: wrap;
}
.somfy.product-page.-pim .push_benefits .benefits_list .slick-slide > div, .somfy.product-page.-pim .push_benefits .benefits_list .slick-slide > div > div {
  width: 100%;
}
.somfy.product-page.-pim .push_benefits .benefits_list .benefits_item {
  width: calc(50% - 20px);
  margin: 0 0.7142857143rem 1.4285714286rem;
  padding: 1.4285714286rem 1.4285714286rem 4.2857142857rem;
  background: white;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_benefits .benefits_list .benefits_item {
    width: 100%;
    margin: 0 0 1.4285714286rem;
    padding: 1.4285714286rem;
  }
}
.somfy.product-page.-pim .push_benefits .benefits_list .benefits_item:first-child:last-child {
  width: 100%;
  margin: 0;
}
.somfy.product-page.-pim .push_benefits .benefits_list .benefits_item div {
  color: #1A1B1C;
  font-size: 2rem;
  line-height: 2.4285714286rem;
  margin-bottom: 1.0714285714rem;
}
.somfy.product-page.-pim .push_benefits .benefits_list .benefits_item p, .somfy.product-page.-pim .push_benefits .benefits_list .benefits_item div:last-child {
  color: #767677;
  font-size: 1rem;
  line-height: 1.2142857143rem;
}
.somfy.product-page.-pim .push_benefits .benefits_list .benefits_item p *, .somfy.product-page.-pim .push_benefits .benefits_list .benefits_item div:last-child * {
  color: #767677;
}
@media (max-width: 767.98px) {
  .somfy.product-page.-pim .push_benefits .benefits_list .slick-dots {
    bottom: -40px;
  }
  .somfy.product-page.-pim .push_benefits .benefits_list .slick-dots li {
    width: 40px;
  }
  .somfy.product-page.-pim .push_benefits .benefits_list .slick-dots button {
    width: 100%;
    height: 2px;
    padding: 0;
    background-color: white;
    opacity: 0.1;
  }
  .somfy.product-page.-pim .push_benefits .benefits_list .slick-dots button:before {
    content: '';
  }
  .somfy.product-page.-pim .push_benefits .benefits_list .slick-dots .slick-active button {
    opacity: 1;
  }
}
.somfy.product-page.rtl.product-page.-pim .product__item__tags {
  left: auto;
  right: 10px;
}
.somfy.product-page.rtl.product-page.-pim .product-info-price strong {
  margin-left: 0.7142857143rem;
  margin-right: 0;
}
.somfy.product-page.rtl.product-page.-pim .product-actions .form-group .form-control,
.somfy.product-page.rtl.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .oneField input:not([type="file"]),
.somfy.product-page.rtl.product-page.-pim .form_assembly .wFormContainer .oneField .product-actions .form-group input:not([type="file"]),
.somfy.product-page.rtl.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .inputWrapper textarea,
.somfy.product-page.rtl.product-page.-pim .form_assembly .wFormContainer .inputWrapper .product-actions .form-group textarea,
.somfy.product-page.rtl.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .inputWrapper select,
.somfy.product-page.rtl.product-page.-pim .form_assembly .wFormContainer .inputWrapper .product-actions .form-group select {
  margin-left: 0.7142857143rem;
  margin-right: 0;
}
.somfy.product-page.rtl.product-page.-pim .product-actions > *:not(.form-group) {
  margin-right: 0;
  margin-left: 1.4285714286rem;
}
.somfy.product-page.rtl.product-page.-pim .product-info-price .price {
  margin-right: 0;
  margin-left: 1.4285714286rem;
}
.somfy.product-page.rtl.product-page.-pim .bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-left: 0;
}
.somfy.product-page.rtl.product-page.-pim .product-read-more a {
  margin-right: 0;
  margin-left: 1.4285714286rem;
}
.somfy.product-page.rtl.product-page.-pim .product-mode > div {
  padding-left: 1.4285714286rem;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .somfy.product-page.rtl.product-page.-pim .product-mode > div {
    padding-left: 0;
  }
}
.somfy.product-page.rtl.product-page.-pim .push_benefits .benefits_nav .slick-prev {
  right: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.somfy.product-page.rtl.product-page.-pim .push_benefits .benefits_nav .slick-next {
  left: 0;
  right: auto;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.somfy.product-page.rtl.product-page.-pim .details-spec .accordion-content-block ul {
  margin: 0 40px 0 0;
}
.somfy.product-page.rtl.product-page.-pim .downloads .card .list-group {
  padding-right: 0;
}
.somfy.product-page.rtl.product-page.-pim .comparator-close {
  left: 10px;
  right: auto;
}
.somfy.product-page.rtl.product-page.-pim .comparator table.comparator-visual th.active-prev div {
  border-right: 1px solid #e8e8e8;
  border-left: none;
}
.somfy.product-page.rtl.product-page.-pim .comparator table.comparator-visual th.active-next div {
  border-left: 1px solid #e8e8e8;
  border-right: none;
}
.somfy.product-page.rtl.product-page.-pim .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-review-text {
  float: right;
  clear: right;
  text-align: right;
}
.somfy.product-page.rtl.product-page.-pim .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-info .ts-review-content .ts-published-date {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 0.7142857143rem;
}
@media (max-width: 767.98px) {
  .somfy.product-page.rtl.product-page.-pim .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-info .ts-review-content .ts-published-date {
    float: none;
    text-align: right;
  }
}
.somfy.product-page.rtl.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-stars-reviewCount {
  padding-left: 0;
  padding-right: 0.4285714286rem;
}
.somfy.product-page.rtl.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviewSummary-averageRating {
  padding-left: 0;
  padding-right: 0.4285714286rem;
}
.somfy.product-page.rtl.product-page.-pim .ts-rating-light.productreviewsSummary .ts-stars-wrapper .ts-stars-emptyBar,
.somfy.product-page.rtl.product-page.-pim .ts-rating-light.productreviewsSummary .ts-stars-wrapper .ts-stars-fullBar {
  right: 0;
  left: auto;
}
.somfy.product-page.rtl.product-page.-pim .ts-rating-light.productreviews .ts-wrapper .ts-center-pagination .ts-reviews-pagination {
  margin-right: 0;
  padding-right: 0;
}
.somfy.product-page.rtl.product-page.-pim .product-table th {
  text-align: right;
}

.benefits_list .slick-slide > div > div {
  display: flex !important;
  flex-wrap: wrap;
}

.sb2bp__catalog {
  margin: 0 !important;
  padding: 0 !important;
}