@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');*/
/* SOMFY */
/* SOCIALS */
/*!
 * 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)
 */
: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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

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; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1168px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .somfy .product_slider .list_products:not(.slick-initialized) .product_item, .somfy .dealers-locator.has-dealers .map-container, .col-md-4, .col-md-5, .col-md-6, .somfy .dealers-locator.has-dealers.show-map-world .map-container, .somfy .dealers-locator.has-dealers.show-map .map-container, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .somfy .dealers-locator.has-dealers .toSticky, .somfy .dealers-locator.has-dealers.show-contact #ajaxSearchResult, .somfy .dealers-locator.has-dealers.show-map-world #ajaxSearchResult, .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult, .col-lg-7, .col-lg-8, .somfy .dealers-locator.has-dealers #ajaxSearchResult, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3, .somfy .product_slider .list_products:not(.slick-initialized) .product_item, .somfy .dealers-locator.has-dealers .map-container {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6, .somfy .dealers-locator.has-dealers.show-map-world .map-container, .somfy .dealers-locator.has-dealers.show-map .map-container {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6, .somfy .dealers-locator.has-dealers .toSticky, .somfy .dealers-locator.has-dealers.show-contact #ajaxSearchResult, .somfy .dealers-locator.has-dealers.show-map-world #ajaxSearchResult, .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8, .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper textarea,
.somfy .form_assembly .wFormContainer .inputWrapper select {
  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) {
    .form-control, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]),
    .somfy .form_assembly .wFormContainer .inputWrapper textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper select {
      transition: none; } }
  .form-control::-ms-expand, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"])::-ms-expand,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea::-ms-expand,
  .somfy .form_assembly .wFormContainer .inputWrapper select::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .somfy .form_assembly .wFormContainer .oneField input:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"])::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper select::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .somfy .form_assembly .wFormContainer .oneField input:disabled:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:disabled,
  .somfy .form_assembly .wFormContainer .inputWrapper select:disabled, .form-control[readonly], .somfy .form_assembly .wFormContainer .oneField input[readonly]:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea[readonly],
  .somfy .form_assembly .wFormContainer .inputWrapper select[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value,
.somfy .form_assembly .wFormContainer .inputWrapper select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.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; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.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; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.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; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size],
.somfy .form_assembly .wFormContainer .inputWrapper select[size], select.form-control[multiple],
.somfy .form_assembly .wFormContainer .inputWrapper select[multiple] {
  height: auto; }

textarea.form-control,
.somfy .form_assembly .wFormContainer .inputWrapper textarea {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.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 .form-control:valid, .was-validated .somfy .form_assembly .wFormContainer .oneField input:valid:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .was-validated input:valid:not([type="file"]),
.was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:valid, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:valid,
.was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:valid, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:valid, .form-control.is-valid, .somfy .form_assembly .wFormContainer .oneField input.is-valid:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper textarea.is-valid,
.somfy .form_assembly .wFormContainer .inputWrapper select.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .somfy .form_assembly .wFormContainer .oneField input:valid:focus:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .was-validated input:valid:focus:not([type="file"]),
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:valid:focus, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:valid:focus,
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:valid:focus, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:valid:focus, .form-control.is-valid:focus, .somfy .form_assembly .wFormContainer .oneField input.is-valid:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-valid:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .somfy .form_assembly .wFormContainer .oneField input:valid:not([type="file"]) ~ .valid-feedback, .somfy .form_assembly .wFormContainer .oneField .was-validated input:valid:not([type="file"]) ~ .valid-feedback, .was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:valid ~ .valid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:valid ~ .valid-feedback, .was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:valid ~ .valid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .somfy .form_assembly .wFormContainer .oneField input:valid:not([type="file"]) ~ .valid-tooltip,
  .somfy .form_assembly .wFormContainer .oneField .was-validated input:valid:not([type="file"]) ~ .valid-tooltip,
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:valid ~ .valid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:valid ~ .valid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .somfy .form_assembly .wFormContainer .oneField input.is-valid:not([type="file"]) ~ .valid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-valid ~ .valid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper select.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .somfy .form_assembly .wFormContainer .oneField input.is-valid:not([type="file"]) ~ .valid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-valid ~ .valid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper select.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .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 .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.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 .form-control:invalid, .was-validated .somfy .form_assembly .wFormContainer .oneField input:invalid:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .was-validated input:invalid:not([type="file"]),
.was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:invalid, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:invalid,
.was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:invalid, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:invalid, .form-control.is-invalid, .somfy .form_assembly .wFormContainer .oneField input.is-invalid:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper textarea.is-invalid,
.somfy .form_assembly .wFormContainer .inputWrapper select.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .somfy .form_assembly .wFormContainer .oneField input:invalid:focus:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .was-validated input:invalid:focus:not([type="file"]),
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:invalid:focus, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:invalid:focus,
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:invalid:focus, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:invalid:focus, .form-control.is-invalid:focus, .somfy .form_assembly .wFormContainer .oneField input.is-invalid:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-invalid:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .somfy .form_assembly .wFormContainer .oneField input:invalid:not([type="file"]) ~ .invalid-feedback, .somfy .form_assembly .wFormContainer .oneField .was-validated input:invalid:not([type="file"]) ~ .invalid-feedback, .was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:invalid ~ .invalid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:invalid ~ .invalid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .somfy .form_assembly .wFormContainer .oneField input:invalid:not([type="file"]) ~ .invalid-tooltip,
  .somfy .form_assembly .wFormContainer .oneField .was-validated input:invalid:not([type="file"]) ~ .invalid-tooltip,
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper textarea:invalid ~ .invalid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .somfy .form_assembly .wFormContainer .inputWrapper select:invalid ~ .invalid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .somfy .form_assembly .wFormContainer .oneField input.is-invalid:not([type="file"]) ~ .invalid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-invalid ~ .invalid-feedback, .somfy .form_assembly .wFormContainer .inputWrapper select.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .somfy .form_assembly .wFormContainer .oneField input.is-invalid:not([type="file"]) ~ .invalid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-invalid ~ .invalid-tooltip,
  .somfy .form_assembly .wFormContainer .inputWrapper select.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .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 .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .form-inline input:not([type="file"]),
    .form-inline .somfy .form_assembly .wFormContainer .inputWrapper textarea, .somfy .form_assembly .wFormContainer .inputWrapper .form-inline textarea,
    .form-inline .somfy .form_assembly .wFormContainer .inputWrapper select, .somfy .form_assembly .wFormContainer .inputWrapper .form-inline select {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.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) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.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; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.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; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.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; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.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; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.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; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.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; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .somfy .form_assembly .wFormContainer .oneField .input-group > input:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea,
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .somfy .form_assembly .wFormContainer .oneField .input-group > input:not([type="file"]) + .form-control, .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea + .form-control, .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select + .form-control, .somfy .form_assembly .wFormContainer .oneField .input-group > .form-control + input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .input-group > input:not([type="file"]) + input:not([type="file"]), .somfy .form_assembly .wFormContainer .inputWrapper .oneField .input-group > textarea + input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .inputWrapper .input-group > textarea + input:not([type="file"]), .somfy .form_assembly .wFormContainer .inputWrapper .oneField .input-group > select + input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .inputWrapper .input-group > select + input:not([type="file"]),
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > .form-control + textarea,
    .somfy .form_assembly .wFormContainer .oneField .inputWrapper .input-group > input:not([type="file"]) + textarea, .somfy .form_assembly .wFormContainer .inputWrapper .oneField .input-group > input:not([type="file"]) + textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea + textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select + textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > .form-control + select,
    .somfy .form_assembly .wFormContainer .oneField .inputWrapper .input-group > input:not([type="file"]) + select, .somfy .form_assembly .wFormContainer .inputWrapper .oneField .input-group > input:not([type="file"]) + select,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea + select,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select + select,
    .input-group > .form-control + .custom-select,
    .somfy .form_assembly .wFormContainer .oneField .input-group > input:not([type="file"]) + .custom-select,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea + .custom-select,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select + .custom-select,
    .input-group > .form-control + .custom-file,
    .somfy .form_assembly .wFormContainer .oneField .input-group > input:not([type="file"]) + .custom-file,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea + .custom-file,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select + .custom-file,
    .input-group > .custom-select + .form-control,
    .somfy .form_assembly .wFormContainer .oneField .input-group > .custom-select + input:not([type="file"]),
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > .custom-select + textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > .custom-select + select,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .somfy .form_assembly .wFormContainer .oneField .input-group > .custom-file + input:not([type="file"]),
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > .custom-file + textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper .input-group > .custom-file + select,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .somfy .form_assembly .wFormContainer .oneField .input-group > input:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .somfy .form_assembly .wFormContainer .oneField .input-group > input:not(:last-child):not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea:not(:last-child),
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .somfy .form_assembly .wFormContainer .oneField .input-group > input:not(:first-child):not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > textarea:not(:first-child),
  .somfy .form_assembly .wFormContainer .inputWrapper .input-group > select:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.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; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control, .somfy .form_assembly .wFormContainer .oneField .input-group-lg > input:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper .input-group-lg > textarea,
.somfy .form_assembly .wFormContainer .inputWrapper .input-group-lg > select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.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; }

.input-group-sm > .form-control, .somfy .form_assembly .wFormContainer .oneField .input-group-sm > input:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper .input-group-sm > textarea,
.somfy .form_assembly .wFormContainer .inputWrapper .input-group-sm > select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.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; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    background-color: #FAB800; }
  .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); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: white;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .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; }
  .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%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FAB800; }

.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"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.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"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FAB800; }

.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"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.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; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.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; }
  .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; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .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) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .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) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .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) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.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; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.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; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.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"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.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"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.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; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.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); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.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); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.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; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.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; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.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) {
    .progress-bar {
      transition: none; } }

.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; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.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); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.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; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.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; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.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; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .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; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.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); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.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; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.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"); }

.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"); }

.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; }
  .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); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .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; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control, .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select,
.somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]), .somfy .form_assembly .wFormContainer .oneField :not(.input-group) > input.bootstrap-select:not([class*="col-"]):not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper :not(.input-group) > textarea.bootstrap-select:not([class*="col-"]),
  .somfy .form_assembly .wFormContainer .inputWrapper :not(.input-group) > select.bootstrap-select:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn, .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select.input-group-btn:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select.input-group-btn,
  .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn, .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child):not([type="file"]) > .btn, .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-lg .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .form-group-lg input.bootstrap-select:not([type="file"]),
.form-group-lg .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select, .somfy .form_assembly .wFormContainer .inputWrapper .form-group-lg textarea.bootstrap-select,
.form-group-lg .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select, .somfy .form_assembly .wFormContainer .inputWrapper .form-group-lg select.bootstrap-select,
.form-group-sm .bootstrap-select.form-control,
.form-group-sm .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]),
.somfy .form_assembly .wFormContainer .oneField .form-group-sm input.bootstrap-select:not([type="file"]),
.form-group-sm .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select,
.somfy .form_assembly .wFormContainer .inputWrapper .form-group-sm textarea.bootstrap-select,
.form-group-sm .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select,
.somfy .form_assembly .wFormContainer .inputWrapper .form-group-sm select.bootstrap-select {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]) .dropdown-toggle, .somfy .form_assembly .wFormContainer .oneField .form-group-lg input.bootstrap-select:not([type="file"]) .dropdown-toggle, .form-group-lg .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select .dropdown-toggle, .somfy .form_assembly .wFormContainer .inputWrapper .form-group-lg textarea.bootstrap-select .dropdown-toggle, .form-group-lg .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select .dropdown-toggle, .somfy .form_assembly .wFormContainer .inputWrapper .form-group-lg select.bootstrap-select .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]) .dropdown-toggle,
  .somfy .form_assembly .wFormContainer .oneField .form-group-sm input.bootstrap-select:not([type="file"]) .dropdown-toggle,
  .form-group-sm .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select .dropdown-toggle,
  .somfy .form_assembly .wFormContainer .inputWrapper .form-group-sm textarea.bootstrap-select .dropdown-toggle,
  .form-group-sm .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select .dropdown-toggle,
  .somfy .form_assembly .wFormContainer .inputWrapper .form-group-sm select.bootstrap-select .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .form-inline .bootstrap-select input:not([type="file"]),
.form-inline .bootstrap-select .somfy .form_assembly .wFormContainer .inputWrapper textarea, .somfy .form_assembly .wFormContainer .inputWrapper .form-inline .bootstrap-select textarea,
.form-inline .bootstrap-select .somfy .form_assembly .wFormContainer .inputWrapper select, .somfy .form_assembly .wFormContainer .inputWrapper .form-inline .bootstrap-select select {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block; }

.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; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle, .input-group .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]) .dropdown-toggle, .somfy .form_assembly .wFormContainer .oneField .input-group input.bootstrap-select:not([type="file"]) .dropdown-toggle, .input-group .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select .dropdown-toggle, .somfy .form_assembly .wFormContainer .inputWrapper .input-group textarea.bootstrap-select .dropdown-toggle, .input-group .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select .dropdown-toggle, .somfy .form_assembly .wFormContainer .inputWrapper .input-group select.bootstrap-select .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .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; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.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); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.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; }

.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; }

.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; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control, .bs-searchbox .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .bs-searchbox input:not([type="file"]),
.bs-searchbox .somfy .form_assembly .wFormContainer .inputWrapper textarea, .somfy .form_assembly .wFormContainer .inputWrapper .bs-searchbox textarea,
.bs-searchbox .somfy .form_assembly .wFormContainer .inputWrapper select, .somfy .form_assembly .wFormContainer .inputWrapper .bs-searchbox select {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@font-face {
  font-family: 'somfy';
  src: url("/common/b2c_v5/fonts/somfy-icons/somfy-icons.eot?3suw94");
  src: url("/common/b2c_v5/fonts/somfy-icons/somfy-icons.eot?3suw94#iefix") format("embedded-opentype"), url("/common/b2c_v5/fonts/somfy-icons/somfy-icons.ttf?3suw94") format("truetype"), url("/common/b2c_v5/fonts/somfy-icons/somfy-icons.woff?3suw94") format("woff"), url("/common/b2c_v5/fonts/somfy-icons/somfy-icons.svg?3suw94#somfy") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="somfy-icon-"], [class^="somfy-icon"], i[class*="somfy-icon icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'somfy' !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; }

.icon-io-compatible:before {
  content: "\e938"; }

.icon-tools:before {
  content: "\e934"; }

.icon-screwdriver:before {
  content: "\e937"; }

.icon-blabla:before {
  content: "\e92c"; }

.icon-discussion:before {
  content: "\e92c"; }

.icon-fav:before {
  content: "\e92d"; }

.icon-favorite:before {
  content: "\e92d"; }

.icon-group:before {
  content: "\e92e"; }

.icon-people:before {
  content: "\e92e"; }

.icon-scroll:before {
  content: "\e92f"; }

.icon-top:before {
  content: "\e930"; }

.icon-check-circle:before {
  content: "\e931"; }

.icon-settings2:before {
  content: "\e932"; }

.icon-thumb-up:before {
  content: "\e933"; }

.icon-like:before {
  content: "\e933"; }

.icon-youtube:before {
  content: "\e909"; }

.icon-truck:before {
  content: "\e908";
  /*color: #808080;*/ }

.icon-2:before {
  content: "\e601"; }

.icon-appli2:before {
  content: "\e601"; }

.icon-externalverticalblinds:before {
  content: "\e601"; }

.icon-blogger:before {
  content: "\e907"; }

.icon-google-plus:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-speech-bubble:before {
  content: "\e904"; }

.icon-vk:before {
  content: "\e905"; }

.icon-whatsapp:before {
  content: "\e906"; }

.icon-ic_account_box_black_24px:before {
  content: "\e90a"; }

.icon-ic_alarm_black_24px:before {
  content: "\e90b"; }

.icon-ic_announcement_black_24px:before {
  content: "\e90c"; }

.icon-ic_assessment_black_24px:before {
  content: "\e90d"; }

.icon-ic_date_range_black_24px:before {
  content: "\e90e"; }

.icon-ic_euro_symbol_black_24px:before {
  content: "\e90f"; }

.icon-ic_event_black_24px:before {
  content: "\e910"; }

.icon-ic_explore_black_24px:before {
  content: "\e911"; }

.icon-ic_extension_black_24px:before {
  content: "\e912"; }

.icon-ic_face_black_24px:before {
  content: "\e913"; }

.icon-ic_grade_black_24px:before {
  content: "\e914"; }

.icon-ic_help_black_24px:before {
  content: "\e915"; }

.icon-ic_home_black_24px:before {
  content: "\e91f"; }

.icon-ic_info_black_24px:before {
  content: "\e920"; }

.icon-ic_loyalty_black_24px:before {
  content: "\e921"; }

.icon-ic_question_answer_black_24px:before {
  content: "\e922"; }

.icon-ic_room_black_24px:before {
  content: "\e923"; }

.icon-ic_settings_remote_black_24px:before {
  content: "\e924"; }

.icon-ic_stars_black_24px:before {
  content: "\e925"; }

.icon-ic_trending_up_black_24px:before {
  content: "\e927"; }

.icon-ic_visibility_black_24px:before {
  content: "\e928"; }

.icon-ic_visibility_off_black_24px:before {
  content: "\e929"; }

.icon-ic_watch_later_black_24px:before {
  content: "\e92a"; }

.icon-ic_zoom_in_black_24px:before {
  content: "\e92b"; }

.icon-1:before {
  content: "\e600";
  /*color: #808080;*/ }

.icon-appli1:before {
  content: "\e600";
  /*color: #808080;*/ }

.icon-rollershutters:before {
  content: "\e600";
  /*color: #808080;*/ }

.icon-15:before {
  content: "\e926";
  /*color: #808080;*/ }

.icon-appli15:before {
  content: "\e926";
  /*color: #808080;*/ }

.icon-plantationshutters:before {
  content: "\e926";
  /*color: #808080;*/ }

.icon-29:before {
  content: "\e91d";
  /*color: #808080;*/ }

.icon-appli29:before {
  content: "\e91d";
  /*color: #808080;*/ }

.icon-lock:before {
  content: "\e91d";
  /*color: #808080;*/ }

.icon-27:before {
  content: "\e91e"; }

.icon-appli27:before {
  content: "\e91e"; }

.icon-insectscreens:before {
  content: "\e91e"; }

.icon-32:before {
  content: "\e616";
  /*color: #808080;*/ }

.icon-appli32:before {
  content: "\e616";
  /*color: #808080;*/ }

.icon-slidingshutters:before {
  content: "\e616";
  /*color: #808080;*/ }

.icon-MOCO:before {
  content: "\e9e8"; }

.icon-Somfy:before {
  content: "\e9fc"; }

.icon-administration:before {
  content: "\e9ad"; }

.icon-alarm:before {
  content: "\e9cc"; }

.icon-appli10:before {
  content: "\e609";
  /*color: #808080;*/ }

.icon-10:before {
  content: "\e609";
  /*color: #808080;*/ }

.icon-curtains:before {
  content: "\e609";
  /*color: #808080;*/ }

.icon-appli11:before {
  content: "\e60a"; }

.icon-11:before {
  content: "\e60a"; }

.icon-lightmanagement:before {
  content: "\e60a"; }

.icon-appli12:before {
  content: "\e60b"; }

.icon-12:before {
  content: "\e60b"; }

.icon-heatmanagement:before {
  content: "\e60b"; }

.icon-appli13:before {
  content: "\e99e";
  /*color: #808080;*/ }

.icon-13:before {
  content: "\e99e";
  /*color: #808080;*/ }

.icon-shades:before {
  content: "\e99e";
  /*color: #808080;*/ }

.icon-appli14:before {
  content: "\e99f";
  /*color: #808080;*/ }

.icon-14:before {
  content: "\e99f";
  /*color: #808080;*/ }

.icon-draperies:before {
  content: "\e99f";
  /*color: #808080;*/ }

.icon-appli16:before {
  content: "\e615"; }

.icon-16:before {
  content: "\e615"; }

.icon-windowopeners:before {
  content: "\e615"; }

.icon-appli17:before {
  content: "\e60e"; }

.icon-17:before {
  content: "\e60e"; }

.icon-iohomecontrol:before {
  content: "\e60e"; }

.icon-appli18:before {
  content: "\e60c"; }

.icon-18:before {
  content: "\e60c"; }

.icon-veranda:before {
  content: "\e60c"; }

.icon-appli19:before {
  content: "\e60d"; }

.icon-19:before {
  content: "\e60d"; }

.icon-swingingshutter:before {
  content: "\e60d"; }

.icon-appli20:before {
  content: "\e60f"; }

.icon-20:before {
  content: "\e60f"; }

.icon-interiorwindowcovering:before {
  content: "\e60f"; }

.icon-appli21:before {
  content: "\e610"; }

.icon-21:before {
  content: "\e610"; }

.icon-homeautomation:before {
  content: "\e610"; }

.icon-appli22:before {
  content: "\e9a0";
  /*color: #808080;*/ }

.icon-22:before {
  content: "\e9a0";
  /*color: #808080;*/ }

.icon-commercial_access:before {
  content: "\e9a0";
  /*color: #808080;*/ }

.icon-appli23:before {
  content: "\e9a1";
  /*color: #808080;*/ }

.icon-23:before {
  content: "\e9a1";
  /*color: #808080;*/ }

.icon-roller_garage_doors:before {
  content: "\e9a1";
  /*color: #808080;*/ }

.icon-appli24:before {
  content: "\e611"; }

.icon-24:before {
  content: "\e611"; }

.icon-pergola:before {
  content: "\e611"; }

.icon-appli25:before {
  content: "\e91a";
  /*color: #808080;*/ }

.icon-25:before {
  content: "\e91a";
  /*color: #808080;*/ }

.icon-cbs:before {
  content: "\e91a";
  /*color: #808080;*/ }

.icon-appli26:before {
  content: "\e618";
  /*color: #808080;*/ }

.icon-26:before {
  content: "\e618";
  /*color: #808080;*/ }

.icon-tahoma2:before {
  content: "\e618";
  /*color: #808080;*/ }

.icon-appli28:before {
  content: "\e900";
  /*color: #808080;*/ }

.icon-28:before {
  content: "\e900";
  /*color: #808080;*/ }

.icon-home_control:before {
  content: "\e900";
  /*color: #808080;*/ }

.icon-appli3:before {
  content: "\e602"; }

.icon-3:before {
  content: "\e602"; }

.icon-externalvenetianblinds:before {
  content: "\e602"; }

.icon-appli30:before {
  content: "\e613";
  /*color: #808080;*/ }

.icon-30:before {
  content: "\e613";
  /*color: #808080;*/ }

.icon-camera:before {
  content: "\e613";
  /*color: #808080;*/ }

.icon-appli31:before {
  content: "\e614"; }

.icon-31:before {
  content: "\e614"; }

.icon-videodoorphones:before {
  content: "\e614"; }

.icon-appli33:before {
  content: "\ea10";
  /*color: #808080;*/ }

.icon-33:before {
  content: "\ea10";
  /*color: #808080;*/ }

.icon-bollards:before {
  content: "\ea10";
  /*color: #808080;*/ }

.icon-appli35:before {
  content: "\eab0";
  /*color: #808080;*/ }

.icon-35:before {
  content: "\eab0";
  /*color: #808080;*/ }

.icon-parking_management:before {
  content: "\eab0";
  /*color: #808080;*/ }

.icon-appli36:before {
  content: "\e9a2";
  /*color: #808080;*/ }

.icon-36:before {
  content: "\e9a2";
  /*color: #808080;*/ }

.icon-barriers:before {
  content: "\e9a2";
  /*color: #808080;*/ }

.icon-appli37:before {
  content: "\e612"; }

.icon-37:before {
  content: "\e612"; }

.icon-security:before {
  content: "\e612"; }

.icon-appli38:before {
  content: "\e91b";
  /*color: #808080;*/ }

.icon-38:before {
  content: "\e91b";
  /*color: #808080;*/ }

.icon-connexoon:before {
  content: "\e91b";
  /*color: #808080;*/ }

.icon-appli4:before {
  content: "\e603"; }

.icon-4:before {
  content: "\e603"; }

.icon-awnings:before {
  content: "\e603"; }

.icon-appli5:before {
  content: "\e604"; }

.icon-5:before {
  content: "\e604"; }

.icon-internalblinds:before {
  content: "\e604"; }

.icon-appli6:before {
  content: "\e605"; }

.icon-6:before {
  content: "\e605"; }

.icon-gates:before {
  content: "\e605"; }

.icon-appli7:before {
  content: "\e606"; }

.icon-7:before {
  content: "\e606"; }

.icon-garagedoors:before {
  content: "\e606"; }

.icon-appli8:before {
  content: "\e607"; }

.icon-8:before {
  content: "\e607"; }

.icon-alarms:before {
  content: "\e607"; }

.icon-appli9:before {
  content: "\e608"; }

.icon-9:before {
  content: "\e608"; }

.icon-projectionscreen:before {
  content: "\e608"; }

.icon-arrow:before {
  content: "\e9ae"; }

.icon-arrow2:before {
  content: "\e9b5"; }

.icon-basket:before {
  content: "\e9a3"; }

.icon-blinds:before {
  content: "\e9cd"; }

.icon-block-heat:before {
  content: "\e9ce"; }

.icon-building-control:before {
  content: "\e9cf"; }

.icon-calendar:before {
  content: "\e9d5"; }

.icon-centre-commercial:before {
  content: "\e9af"; }

.icon-check:before {
  content: "\e9b0"; }

.icon-chevron-bt:before {
  content: "\e9b1"; }

.icon-chevron-slider:before {
  content: "\e9b2"; }

.icon-clouds:before {
  content: "\e9d6"; }

.icon-cold:before {
  content: "\e9d7"; }

.icon-comfort:before {
  content: "\e9d8"; }

.icon-connexoon2:before {
  content: "\ea88";
  /*color: #808080;*/ }

.icon-connexoon_acces:before {
  content: "\ea11";
  /*color: #808080;*/ }

.icon-connexoon_fenetre:before {
  content: "\ea28";
  /*color: #808080;*/ }

.icon-connexoon_terrace:before {
  content: "\ea43";
  /*color: #808080;*/ }

.icon-connexoon_terrasse:before {
  content: "\ea58";
  /*color: #808080;*/ }

.icon-connexoon_window:before {
  content: "\ea6e";
  /*color: #808080;*/ }

.icon-contact:before {
  content: "\e9e0"; }

.icon-contact_us:before {
  content: "\e9a4"; }

.icon-cooling:before {
  content: "\e9d9"; }

.icon-cross-circle:before {
  content: "\e9b3"; }

.icon-documents:before {
  content: "\e9d1"; }

.icon-download:before {
  content: "\e9a5"; }

.icon-download2:before {
  content: "\e9b4"; }

.icon-download3:before {
  content: "\e9da"; }

.icon-education:before {
  content: "\e9bb"; }

.icon-efficient-building:before {
  content: "\e9db"; }

.icon-energy-function:before {
  content: "\e9dc"; }

.icon-evb:before {
  content: "\e9dd"; }

.icon-explore:before {
  content: "\e9de"; }

.icon-eye:before {
  content: "\e9b6"; }

.icon-facebook:before {
  content: "\e9a6"; }

.icon-fb:before {
  content: "\e9b7"; }

.icon-fb-1:before {
  content: "\e9b8"; }

.icon-g:before {
  content: "\e9b9"; }

.icon-g-1:before {
  content: "\e9ba"; }

.icon-healthcare:before {
  content: "\e9bc"; }

.icon-hotels:before {
  content: "\e9bd"; }

.icon-industry:before {
  content: "\e9be"; }

.icon-info:before {
  content: "\e9df"; }

.icon-infrastructures:before {
  content: "\e9c3"; }

.icon-installation:before {
  content: "\e9e1"; }

.icon-ivb:before {
  content: "\e9e2"; }

.icon-laptop:before {
  content: "\e9e3"; }

.icon-light:before {
  content: "\e9bf"; }

.icon-lighting:before {
  content: "\e9e4"; }

.icon-list:before {
  content: "\e942"; }

.icon-location:before {
  content: "\e9e5"; }

.icon-loupe:before {
  content: "\e9c0"; }

.icon-maintain-heat:before {
  content: "\e9e6"; }

.icon-manual:before {
  content: "\e9e7"; }

.icon-map:before {
  content: "\e9a7"; }

.icon-map-marker:before {
  content: "\e9c1"; }

.icon-move:before {
  content: "\e9c2"; }

.icon-move-2:before {
  content: "\e9d4"; }

.icon-museum:before {
  content: "\e9c4"; }

.icon-next:before {
  content: "\ea0f"; }

.icon-night:before {
  content: "\e9e9"; }

.icon-occupant:before {
  content: "\e9f1"; }

.icon-occupants:before {
  content: "\e9ea"; }

.icon-orientation:before {
  content: "\e9eb"; }

.icon-page:before {
  content: "\e9d2"; }

.icon-pleated:before {
  content: "\e9ec"; }

.icon-externalvenetianblind:before {
  content: "\e9ec"; }

.icon-rain:before {
  content: "\e9ed"; }

.icon-rdv:before {
  content: "\e9a8"; }

.icon-references:before {
  content: "\e9d3"; }

.icon-residential:before {
  content: "\e9c5"; }

.icon-residential-building:before {
  content: "\e9c6"; }

.icon-residential2:before {
  content: "\e9ee"; }

.icon-residential_building:before {
  content: "\eab1";
  /*color: #808080;*/ }

.icon-restaurant-cafe:before {
  content: "\e9c7"; }

.icon-rideau:before {
  content: "\e9ef"; }

.icon-screen:before {
  content: "\e9f3"; }

.icon-screen-ext:before {
  content: "\e9f0"; }

.icon-screen-int:before {
  content: "\e9f2"; }

.icon-secure:before {
  content: "\e9f4"; }

.icon-security2:before {
  content: "\e9f5"; }

.icon-sensors-ext:before {
  content: "\e9f6"; }

.icon-sensors-int:before {
  content: "\e9f7"; }

.icon-settings:before {
  content: "\e9f8"; }

.icon-smartphone:before {
  content: "\e9f9"; }

.icon-snow:before {
  content: "\e9fa"; }

.icon-snowing:before {
  content: "\e9fb"; }

.icon-solar-heating:before {
  content: "\ea03"; }

.icon-somfy_silence:before {
  content: "\e952";
  /*color: #808080;*/ }

.icon-sport:before {
  content: "\e9cb"; }

.icon-studies:before {
  content: "\e9fd"; }

.icon-sun:before {
  content: "\e9c8"; }

.icon-sun2:before {
  content: "\e9fe"; }

.icon-support:before {
  content: "\e9ff"; }

.icon-tablet:before {
  content: "\ea00"; }

.icon-tahoma .path1:before {
  content: "\ead1";
  color: #9b9c9e; }

.icon-tahoma .path2:before {
  content: "\ead2";
  margin-left: -6.9111328125em;
  color: #9b9c9e; }

.icon-tahoma .path3:before {
  content: "\ead3";
  margin-left: -6.9111328125em;
  color: #9b9c9e; }

.icon-tahoma .path4:before {
  content: "\ead4";
  margin-left: -6.9111328125em;
  color: #9b9c9e; }

.icon-tahoma .path5:before {
  content: "\ead5";
  margin-left: -6.9111328125em;
  color: #9b9c9e; }

.icon-tahoma .path6:before {
  content: "\ead6";
  margin-left: -6.9111328125em;
  color: #9b9c9e; }

.icon-tahoma .path7:before {
  content: "\ead7";
  margin-left: -6.9111328125em;
  color: #9b9c9e; }

.icon-tahoma .path8:before {
  content: "\ead8";
  margin-left: -6.9111328125em;
  color: #00879f; }

.icon-tahoma .path9:before {
  content: "\ead9";
  margin-left: -6.9111328125em;
  color: white; }

.icon-tahomabox:before {
  content: "\e617";
  /*color: #808080;*/ }

.icon-techno1:before {
  content: "\e935";
  /*color: #808080;*/ }

.icon-rts:before {
  content: "\e935";
  /*color: #808080;*/ }

.icon-techno10:before {
  content: "\e91c";
  /*color: #808080;*/ }

.icon-rs485:before {
  content: "\e91c";
  /*color: #808080;*/ }

.icon-techno11:before {
  content: "\e916";
  /*color: #808080;*/ }

.icon-IO_rts:before {
  content: "\e916";
  /*color: #808080;*/ }

.icon-techno11bis:before {
  content: "\e919";
  /*color: #808080;*/ }

.icon-techno12:before {
  content: "\e917";
  /*color: #808080;*/ }

.icon-techno12bis:before {
  content: "\e918";
  /*color: #808080;*/ }

.icon-techno13:before {
  content: "\eada";
  /*color: #808080;*/ }

.icon-zigbee:before {
  content: "\eada";
  /*color: #808080;*/ }

.icon-techno1bis:before {
  content: "\e936";
  /*color: #808080;*/ }

.icon-techno2:before {
  content: "\e94e";
  /*color: #808080;*/ }

.icon-techno3:before {
  content: "\e94f";
  /*color: #808080;*/ }

.icon-wt:before {
  content: "\e94f";
  /*color: #808080;*/ }

.icon-techno4:before {
  content: "\ea92";
  /*color: #808080;*/ }

.icon-iwt:before {
  content: "\ea92";
  /*color: #808080;*/ }

.icon-intelligent_wired:before {
  content: "\ea92";
  /*color: #808080;*/ }

.icon-techno5:before {
  content: "\e950";
  /*color: #808080;*/ }

.icon-techno5bis:before {
  content: "\e951";
  /*color: #808080;*/ }

.icon-techno6:before {
  content: "\eab2";
  /*color: #808080;*/ }

.icon-sdn:before {
  content: "\eab2";
  /*color: #808080;*/ }

.icon-somfy_digital_network:before {
  content: "\eab2";
  /*color: #808080;*/ }

.icon-techno9:before {
  content: "\ead0";
  /*color: #808080;*/ }

.icon-z-wave:before {
  content: "\ead0";
  /*color: #808080;*/ }

.icon-temperature:before {
  content: "\ea01"; }

.icon-three-dimensions:before {
  content: "\ea02"; }

.icon-timer:before {
  content: "\ea04"; }

.icon-touch-screen:before {
  content: "\ea05"; }

.icon-tw:before {
  content: "\e9c9"; }

.icon-tw-1:before {
  content: "\e9ca"; }

.icon-twitter:before {
  content: "\e9a9"; }

.icon-up-down:before {
  content: "\ea06"; }

.icon-up-my-down:before {
  content: "\ea07"; }

.icon-user:before {
  content: "\e9aa"; }

.icon-user_ok:before {
  content: "\e9ab"; }

.icon-video:before {
  content: "\e9ac"; }

.icon-visual-comfort:before {
  content: "\ea08"; }

.icon-warm:before {
  content: "\ea09"; }

.icon-wind:before {
  content: "\ea0b"; }

.icon-wind-function:before {
  content: "\ea0a"; }

.icon-window-opener:before {
  content: "\ea0c"; }

.icon-wo:before {
  content: "\ea0d"; }

.icon-world:before {
  content: "\ea0e"; }

.icon-yt-1:before {
  content: "\e9d0"; }

@font-face {
  font-family: 'somfy-v5-icons';
  src: url("/common/b2c_v5/fonts/somfy-v5-icons/somfy-v5-icons.eot?yp7xlud2");
  src: url("/common/b2c_v5/fonts/somfy-v5-icons/somfy-v5-icons.eot?yp7xlud2#iefix") format("embedded-opentype"), url("/common/b2c_v5/fonts/somfy-v5-icons/somfy-v5-icons.ttf?yp7xlud2") format("truetype"), url("/common/b2c_v5/fonts/somfy-v5-icons/somfy-v5-icons.woff?yp7xlud2") format("woff"), url("/common/b2c_v5/fonts/somfy-v5-icons/somfy-v5-icons.svg?yp7xlud2#somfy-v5-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="sfy-v5-icon-"], [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; }

.sfy-v5-icon-tiktok:before {
  content: "\e983"; }

.sfy-v5-icon-Bundle:before {
  content: "\e982"; }

.sfy-v5-icon-aime-2:before {
  content: "\e974"; }

.sfy-v5-icon-assistance:before {
  content: "\e975"; }

.sfy-v5-icon-ecology:before {
  content: "\e976"; }

.sfy-v5-icon-garanti:before {
  content: "\e977"; }

.sfy-v5-icon-livraison:before {
  content: "\e978"; }

.sfy-v5-icon-paiement:before {
  content: "\e979"; }

.sfy-v5-icon-payer:before {
  content: "\e97a"; }

.sfy-v5-icon-pro-2:before {
  content: "\e97b"; }

.sfy-v5-icon-pro:before {
  content: "\e97c"; }

.sfy-v5-icon-retractation:before {
  content: "\e97d"; }

.sfy-v5-icon-revendeur:before {
  content: "\e97e"; }

.sfy-v5-icon-validation:before {
  content: "\e97f"; }

.sfy-v5-icon-alerte:before {
  content: "\e980"; }

.sfy-v5-icon-aime:before {
  content: "\e981"; }

.sfy-v5-icon-ico-360:before {
  content: "\e973"; }

.sfy-v5-icon-pdf:before {
  content: "\e96f"; }

.sfy-v5-icon-package:before {
  content: "\e970"; }

.sfy-v5-icon-delivery_truck:before {
  content: "\e971"; }

.sfy-v5-icon-truck:before {
  content: "\e972"; }

.sfy-v5-icon-telegram:before {
  content: "\e96e"; }

.sfy-v5-icon-grid:before {
  content: "\e969"; }

.sfy-v5-icon-help2:before {
  content: "\e96a"; }

.sfy-v5-icon-list:before {
  content: "\e96b"; }

.sfy-v5-icon-smart-home2:before {
  content: "\e96c"; }

.sfy-v5-icon-star:before {
  content: "\e96d"; }

.sfy-v5-icon-desktop:before {
  content: "\e966"; }

.sfy-v5-icon-light:before {
  content: "\e967"; }

.sfy-v5-icon-mobile:before {
  content: "\e968"; }

.sfy-v5-icon-visibility:before {
  content: "\e965"; }

.sfy-v5-icon-arrow-slider:before {
  content: "\e964"; }

.sfy-v5-icon-ok:before {
  content: "\e960"; }

.sfy-v5-icon-cart-fill:before {
  content: "\e961"; }

.sfy-v5-icon-cross:before {
  content: "\e962"; }

.sfy-v5-icon-info1:before {
  content: "\e963"; }

.sfy-v5-icon-consent:before {
  content: "\e95f"; }

.sfy-v5-icon-doc_ppt:before {
  content: "\e95d"; }

.sfy-v5-icon-doc:before {
  content: "\e95e"; }

.sfy-v5-icon-edit:before {
  content: "\e95a"; }

.sfy-v5-icon-link:before {
  content: "\e95b"; }

.sfy-v5-icon-trash:before {
  content: "\e95c"; }

.sfy-v5-icon-smart-home:before {
  content: "\e956"; }

.sfy-v5-icon-dealer-filter:before {
  content: "\e957"; }

.sfy-v5-icon-toggle-map:before {
  content: "\e958"; }

.sfy-v5-icon-dealer-showroom:before {
  content: "\e959"; }

.sfy-v5-icon-h-leadmanagement-40:before {
  content: "\e92d"; }

.sfy-v5-icon-h-leadmanagement-56:before {
  content: "\e92e"; }

.sfy-v5-icon-h-leadmanagement-88:before {
  content: "\e92f"; }

.sfy-v5-icon-h-maintenance-40:before {
  content: "\e930"; }

.sfy-v5-icon-h-maintenance-56:before {
  content: "\e931"; }

.sfy-v5-icon-h-maintenance-88:before {
  content: "\e933"; }

.sfy-v5-icon-h-myaccount-24:before {
  content: "\e93d"; }

.sfy-v5-icon-h-myaccount-40:before {
  content: "\e93e"; }

.sfy-v5-icon-h-myaccount-56:before {
  content: "\e93f"; }

.sfy-v5-icon-h-myaccount-88:before {
  content: "\e940"; }

.sfy-v5-icon-h-cartshop-24:before {
  content: "\e924"; }

.sfy-v5-icon-h-cartshop-40:before {
  content: "\e925"; }

.sfy-v5-icon-h-cartshop-56:before {
  content: "\e926"; }

.sfy-v5-icon-h-cartshop-88:before {
  content: "\e928"; }

.sfy-v5-icon-h-contact-24:before {
  content: "\e929"; }

.sfy-v5-icon-h-contact-40:before {
  content: "\e92a"; }

.sfy-v5-icon-h-contact-56:before {
  content: "\e92b"; }

.sfy-v5-icon-h-contact-88:before {
  content: "\e92c"; }

.sfy-v5-icon-h-search-24:before {
  content: "\e941"; }

.sfy-v5-icon-h-search-40:before {
  content: "\e942"; }

.sfy-v5-icon-h-search-56:before {
  content: "\e943"; }

.sfy-v5-icon-h-search-88:before {
  content: "\e944"; }

.sfy-v5-icon-h-storelocator-24:before {
  content: "\e945"; }

.sfy-v5-icon-h-storelocator-40:before {
  content: "\e946"; }

.sfy-v5-icon-h-storelocator-56:before {
  content: "\e947"; }

.sfy-v5-icon-h-storelocator-88:before {
  content: "\e948"; }

.sfy-v5-icon-hotline-40:before {
  content: "\e949"; }

.sfy-v5-icon-hotline-56:before {
  content: "\e94a"; }

.sfy-v5-icon-hotline-88:before {
  content: "\e94c"; }

.sfy-v5-icon-quotation-40:before {
  content: "\e950"; }

.sfy-v5-icon-quotation-56:before {
  content: "\e951"; }

.sfy-v5-icon-quotation-88:before {
  content: "\e952"; }

.sfy-v5-icon-troubleshooting-40:before {
  content: "\e953"; }

.sfy-v5-icon-troubleshooting-56:before {
  content: "\e954"; }

.sfy-v5-icon-troubleshooting-88:before {
  content: "\e955"; }

.sfy-v5-icon-pi:before {
  content: "\e923"; }

.sfy-v5-icon-h-cartshop:before {
  content: "\e917"; }

.sfy-v5-icon-h-contact:before {
  content: "\e91a"; }

.sfy-v5-icon-h-leadmanagement:before {
  content: "\e91b"; }

.sfy-v5-icon-h-maintenance:before {
  content: "\e91c"; }

.sfy-v5-icon-h-myaccount:before {
  content: "\e91d"; }

.sfy-v5-icon-h-search:before {
  content: "\e921"; }

.sfy-v5-icon-h-storelocator:before {
  content: "\e922"; }

.sfy-v5-icon-showroom:before {
  content: "\e915"; }

.sfy-v5-icon-filter:before {
  content: "\e916"; }

.sfy-v5-icon-share:before {
  content: "\e914"; }

.sfy-v5-icon-links:before {
  content: "\e912"; }

.sfy-v5-icon-filtre:before {
  content: "\e913"; }

.sfy-v5-icon-categorie:before {
  content: "\e90e"; }

.sfy-v5-icon-tag-full:before {
  content: "\e90f"; }

.sfy-v5-icon-tag:before {
  content: "\e90b"; }

.sfy-v5-icon-calendar:before {
  content: "\e90c";
  color: #767677; }

.sfy-v5-icon-eye:before {
  content: "\e90a"; }

.sfy-v5-icon-info:before {
  content: "\e909"; }

.sfy-v5-icon-locate:before {
  content: "\e908"; }

.sfy-v5-icon-selection-assistant:before {
  content: "\e905"; }

.sfy-v5-icon-on-site-support:before {
  content: "\e906"; }

.sfy-v5-icon-store-locator:before {
  content: "\e907"; }

.sfy-v5-icon-product:before {
  content: "\e920"; }

.sfy-v5-icon-access:before {
  content: "\e90d"; }

.sfy-v5-icon-search:before {
  content: "\e927"; }

.sfy-v5-icon-phone:before {
  content: "\e910"; }

.sfy-v5-icon-user:before {
  content: "\e9aa"; }

.sfy-v5-icon-cart:before {
  content: "\e911"; }

.sfy-v5-icon-quote:before {
  content: "\e900"; }

.sfy-v5-icon-product-selection-assistant:before {
  content: "\e901"; }

.sfy-v5-icon-help:before {
  content: "\f29c"; }

.sfy-v5-icon-plus:before {
  content: "\e934"; }

.sfy-v5-icon-ctrl:before {
  content: "\ea50"; }

.sfy-v5-icon-icon-expand:before {
  content: "\e919"; }

.sfy-v5-icon-tahoma-compatible:before {
  content: "\e902"; }

.sfy-v5-icon-facebook:before {
  content: "\e918"; }

.sfy-v5-icon-fb:before {
  content: "\e918"; }

.sfy-v5-icon-twitter:before {
  content: "\ea96"; }

.sfy-v5-icon-tw:before {
  content: "\ea96"; }

.sfy-v5-icon-youtube:before {
  content: "\ea9d"; }

.sfy-v5-icon-yt:before {
  content: "\ea9d"; }

.sfy-v5-icon-instagram:before {
  content: "\ea92"; }

.sfy-v5-icon-in:before {
  content: "\ea92"; }

.sfy-v5-icon-linkedin:before {
  content: "\e94b"; }

.sfy-v5-icon-li:before {
  content: "\e94b"; }

.sfy-v5-icon-weibo:before {
  content: "\ea9a"; }

.sfy-v5-icon-wb:before {
  content: "\ea9a"; }

.sfy-v5-icon-blogger:before {
  content: "\e94f"; }

.sfy-v5-icon-bg:before {
  content: "\e94f"; }

.sfy-v5-icon-vkontakte:before {
  content: "\e94d"; }

.sfy-v5-icon-vk:before {
  content: "\e94d"; }

.sfy-v5-icon-whatsapp:before {
  content: "\e94e"; }

.sfy-v5-icon-wa:before {
  content: "\e94e"; }

.sfy-v5-icon-wechat:before {
  content: "\e903"; }

.sfy-v5-icon-we:before {
  content: "\e903"; }

.sfy-v5-icon-line:before {
  content: "\e904"; }

.sfy-v5-icon-ln:before {
  content: "\e904"; }

.sfy-v5-icon-paypal1:before {
  content: "\e91f"; }

.sfy-v5-icon-visa:before {
  content: "\e932"; }

.sfy-v5-icon-master:before {
  content: "\e91e"; }

.sfy-v5-icon-doc_pdf:before {
  content: "\e937"; }

.sfy-v5-icon-doc_excel:before {
  content: "\e935"; }

.sfy-v5-icon-doc_word:before {
  content: "\e938"; }

.sfy-v5-icon-doc_img:before {
  content: "\e936"; }

.sfy-v5-icon-doc_zip:before {
  content: "\e939"; }

.sfy-v5-icon-photo:before {
  content: "\e93b";
  color: #ccc; }

.sfy-v5-icon-download:before {
  content: "\e93c"; }

.sfy-v5-icon-zoom:before {
  content: "\e93a"; }

.sfy-v5-icon-gear:before {
  content: "\e982"; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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; }

.icon-doc_excel:before {
  content: "\e935"; }

.icon-doc_img:before {
  content: "\e936"; }

.icon-doc_pdf:before {
  content: "\e937"; }

.icon-doc_word:before {
  content: "\e938"; }

.icon-doc_zip:before {
  content: "\e939"; }

.icon-AA:before {
  content: "\e90d"; }

.icon-arrow-1:before {
  content: "\e90e"; }

.icon-arrow-slider:before {
  content: "\e90f"; }

.icon-call:before {
  content: "\e910"; }

.icon-cart:before {
  content: "\e911"; }

.icon-check-box-activ .path1:before {
  content: "\e912";
  color: white; }

.icon-check-box-activ .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: #3c4f64; }

.icon-check-box-activ .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: #fcac22; }

.icon-check-box-default .path1:before {
  content: "\e915";
  color: white; }

.icon-check-box-default .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: #3c4f64; }

.icon-dropdown:before {
  content: "\e917"; }

.icon-facebook:before {
  content: "\e918"; }

.icon-icon-expand:before {
  content: "\e919"; }

.icon-instagram1:before {
  content: "\e91a"; }

.icon-link-arrow:before {
  content: "\e91b"; }

.icon-map-vide .path1:before {
  content: "\e91c";
  color: #fcac22; }

.icon-map-vide .path2:before {
  content: "\e91d";
  margin-left: -0.6669921875em;
  color: white; }

.icon-master:before {
  content: "\e91e"; }

.icon-paypal1:before {
  content: "\e91f"; }

.icon-product:before {
  content: "\e920"; }

.icon-profile:before {
  content: "\e921"; }

.icon-rdio-activ .path1:before {
  content: "\e922";
  color: white; }

.icon-rdio-activ .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: #fcac22; }

.icon-rdio-activ .path3:before {
  content: "\e924";
  margin-left: -1em;
  color: #3c4f64; }

.icon-rdio-default .path1:before {
  content: "\e925";
  color: white; }

.icon-rdio-default .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: #3c4f64; }

.icon-search1:before {
  content: "\e927"; }

.icon-select:before {
  content: "\e928"; }

.icon-somfy-expert .path1:before {
  content: "\e929";
  color: #1a171b; }

.icon-somfy-expert .path2:before {
  content: "\e92a";
  margin-left: -0.9814453125em;
  color: #fcac22; }

.icon-somfy-powerd_by .path1:before {
  content: "\e92b";
  color: black; }

.icon-somfy-powerd_by .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #fcac22; }

.icon-somfy-powerd_by .path3:before {
  content: "\e92d";
  margin-left: -1em;
  color: white; }

.icon-somfy-powerd_by .path4:before {
  content: "\e92e";
  margin-left: -1em;
  color: #fcac22; }

.icon-somfy-powerd_by .path5:before {
  content: "\e92f";
  margin-left: -1em;
  color: white; }

.icon-somfy-powerd_by .path6:before {
  content: "\e930";
  margin-left: -1em;
  color: white; }

.icon-twitter1:before {
  content: "\e931"; }

.icon-visa:before {
  content: "\e932"; }

.icon-youtube1:before {
  content: "\e933"; }

.icon-uniE934:before {
  content: "\e934"; }

.icon-play:before {
  content: "\e90c";
  color: #fff; }

.icon-icon-pause:before {
  content: "\e90b";
  color: #fff; }

.icon-close:before {
  content: "\e90a"; }

.icon-access:before {
  content: "\e909";
  color: #485C74; }

.icon-burger:before {
  content: "\e908";
  color: #485C74; }

.icon-somfy-search:before {
  content: "\e906";
  color: #485C74; }

.icon-somfy-cart:before {
  content: "\e907";
  color: #485C74; }

.icon-arrow-right:before {
  content: "\e903"; }

.icon-headphone:before {
  content: "\e904"; }

.icon-truck:before {
  content: "\e905";
  color: #a4adb6; }

.icon-Somfy-arrow:before {
  content: "\e902"; }

.icon-contact:before {
  content: "\e900";
  color: #485C74; }

.icon-search2:before {
  content: "\e901";
  color: #485C74; }

.icon-credit-card:before {
  content: "\e93f"; }

.icon-phone:before {
  content: "\e942"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-user:before {
  content: "\e971"; }

.icon-search:before {
  content: "\e986"; }

.icon-lock:before {
  content: "\e98f"; }

.icon-wrench:before {
  content: "\e991"; }

.icon-contrast:before {
  content: "\e9d5"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-ctrl:before {
  content: "\ea50"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-onedrive:before {
  content: "\eaaf"; }

.icon-paypal1:before {
  content: "\ead8"; }

@font-face {
  font-family: "NOTO-KR";
  src: url("../../../fonts/NotoSansMonoCJKkr-Regular.eot");
  src: url("../../../fonts/NotoSansMonoCJKkr-Regular.woff") format("woff");
  src: url("../../../fonts/NotoSansMonoCJKkr-Regular.eot?#iefix") format("eot"), url("../../../fonts/NotoSansMonoCJKkr-Regular.woff") format("woff"), url("../../../fonts/NotoSansMonoCJKkr-Regular.ttf") format("truetype"), url("../../../fonts/NotoSansMonoCJKkr-Regular.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

/*@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css')*/
/*@import url('//fonts.googleapis.com/earlyaccess/notosanshebrew.css')*/
/*@import url('//fonts.googleapis.com/earlyaccess/notonaskharabicui.css')*/
/*@import url('//fonts.googleapis.com/earlyaccess/notosansjp.css');*/
/*@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css')*/
/*@import url('//fonts.googleapis.com/earlyaccess/notosansscsliced.css')*/
/*@import url('//fonts.googleapis.com/earlyaccess/notosanstc.css')*/
/*@import url('//fonts.googleapis.com/earlyaccess/notosansthai.css')*/
@font-face {
  font-family: "SomfySans-Regular";
  src: url("/common/b2c_v5/fonts/SomfySans-Regular.eot");
  src: url("/common/b2c_v5/fonts/SomfySans-Regular.woff") format("woff");
  src: url("/common/b2c_v5/fonts/SomfySans-Regular.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/SomfySans-Regular.woff") format("woff"), url("/common/b2c_v5/fonts/SomfySans-Regular.ttf") format("truetype"), url("/common/b2c_v5/fonts/SomfySans-Regular.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

@font-face {
  font-family: "SomfySans-Medium";
  src: url("/common/b2c_v5/fonts/SomfySans-Medium.eot");
  src: url("/common/b2c_v5/fonts/SomfySans-Medium.woff") format("woff");
  src: url("/common/b2c_v5/fonts/SomfySans-Medium.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/SomfySans-Medium.woff") format("woff"), url("/common/b2c_v5/fonts/SomfySans-Medium.ttf") format("truetype"), url("/common/b2c_v5/fonts/SomfySans-Medium.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

@font-face {
  font-family: "SomfySans-Light";
  src: url("/common/b2c_v5/fonts/SomfySans-Light.eot");
  src: url("/common/b2c_v5/fonts/SomfySans-Light.woff") format("woff");
  src: url("/common/b2c_v5/fonts/SomfySans-Light.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/SomfySans-Light.woff") format("woff"), url("/common/b2c_v5/fonts/SomfySans-Light.ttf") format("truetype"), url("/common/b2c_v5/fonts/SomfySans-Light.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

@font-face {
  font-family: "SomfySans-ExtraLight";
  src: url("/common/b2c_v5/fonts/SomfySans-ExtraLight.eot");
  src: url("/common/b2c_v5/fonts/SomfySans-ExtraLight.woff") format("woff");
  src: url("/common/b2c_v5/fonts/SomfySans-ExtraLight.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/SomfySans-ExtraLight.woff") format("woff"), url("/common/b2c_v5/fonts/SomfySans-ExtraLight.ttf") format("truetype"), url("/common/b2c_v5/fonts/SomfySans-ExtraLight.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

@font-face {
  font-family: "SomfySans-Bold";
  src: url("/common/b2c_v5/fonts/SomfySans-Bold.eot");
  src: url("/common/b2c_v5/fonts/SomfySans-Bold.woff") format("woff");
  src: url("/common/b2c_v5/fonts/SomfySans-Bold.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/SomfySans-Bold.woff") format("woff"), url("/common/b2c_v5/fonts/SomfySans-Bold.ttf") format("truetype"), url("/common/b2c_v5/fonts/SomfySans-Bold.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

@font-face {
  font-family: "SomfySans-BoldItalic";
  src: url("/common/b2c_v5/fonts/SomfySans-BoldItalic.eot");
  src: url("/common/b2c_v5/fonts/SomfySans-BoldItalic.woff") format("woff");
  src: url("/common/b2c_v5/fonts/SomfySans-BoldItalic.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/SomfySans-BoldItalic.woff") format("woff"), url("/common/b2c_v5/fonts/SomfySans-BoldItalic.ttf") format("truetype"), url("/common/b2c_v5/fonts/SomfySans-BoldItalic.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

@font-face {
  font-family: "IcoMoon";
  src: url("/common/b2c_v5/fonts/icomoon.eot");
  src: url("/common/b2c_v5/fonts/icomoon.woff") format("woff");
  src: url("/common/b2c_v5/fonts/icomoon.eot?#iefix") format("eot"), url("/common/b2c_v5/fonts/icomoon.woff") format("woff"), url("/common/b2c_v5/fonts/icomoon.ttf") format("truetype"), url("/common/b2c_v5/fonts/icomoon.svg") format("svg");
  font-style: "normal";
  font-weight: "normal"; }

.cfdebug {
  display: none; }

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

.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

body.modal-open {
  padding-right: 0 !important; }

body.overflow {
  overflow: hidden; }

body:after {
  content: '';
  position: fixed;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  top: 0;
  z-index: 900;
  background-color: #000000;
  pointer-events: none;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    body:after {
      transition: none; } }

xmp {
  margin: 20px 0 40px;
  padding: 1em;
  font-size: 10px;
  border: 1px solid darkgrey;
  background: whitesmoke;
  color: #000000;
  overflow-x: scroll;
  max-width: 100%;
  text-align: left; }

.styleguide {
  padding: 0; }
  .styleguide .subtitle_2, .styleguide .somfy .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .styleguide legend {
    margin-bottom: 10px; }
  .styleguide .head_title {
    margin-bottom: 4px; }
  .styleguide ul {
    padding: 0;
    margin: 0 0 40px; }
  .styleguide > li {
    margin-bottom: 20px; }

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

a, button {
  outline-offset: 0;
  transition: outline 0.2s ease-in-out; }
  a:focus, button:focus {
    outline: none; }
  a:focus-visible, button:focus-visible {
    outline: 2px solid #FAB800;
    outline-offset: 4px; }

body.universe_detail_overlay {
  overflow-y: scroll; }
  @media (max-width: 991.98px) {
    body.universe_detail_overlay {
      overflow-y: hidden; } }
  body.universe_detail_overlay:after {
    opacity: 0.8;
    pointer-events: all; }
  body.universe_detail_overlay #maincontent > *, body.universe_detail_overlay .mainFooter > * {
    filter: blur(4px); }

.universes_list_dropdown {
  overflow-y: auto; }
  .universes_list_dropdown .universe-padding {
    padding: 50px 0 30px 0; }

.universes_list_title {
  margin-top: 20px; }
  body .universes_list_title {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .universes_list_title,
  body.vi-th .universes_list_title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .universes_list_title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .universes_list_title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .universes_list_title,
  body.ar-lb .universes_list_title,
  body.ar-ma .universes_list_title,
  body.ar-il .universes_list_title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .universes_list_title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .universes_list_title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .universes_list_title,
  body.tc-tw .universes_list_title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .universes_list_title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

#maincontent {
  position: relative;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
  top: 80px; }
  @media screen and (prefers-reduced-motion: reduce) {
    #maincontent {
      transition: none; } }

.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 main {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
    top: 80px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy main {
        transition: none; } }
  .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, .somfy .form_assembly .wForm fieldset legend,
  .somfy .form_assembly .wForm fieldset.highlighted legend {
    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 .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,
  .somfy button.anim-arrow {
    position: relative;
    font-size: 1.1428571429rem;
    padding: 0;
    border: none;
    background: none; }
    body .somfy a.anim-arrow, body .somfy button.anim-arrow {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy a.anim-arrow, body.vi-vi .somfy button.anim-arrow,
    body.vi-th .somfy a.anim-arrow, body.vi-th .somfy button.anim-arrow {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy a.anim-arrow, body.kr-kr .somfy button.anim-arrow {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy a.anim-arrow, body.il-il .somfy button.anim-arrow {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy a.anim-arrow, body.ar-ac .somfy button.anim-arrow,
    body.ar-lb .somfy a.anim-arrow, body.ar-lb .somfy button.anim-arrow,
    body.ar-ma .somfy a.anim-arrow, body.ar-ma .somfy button.anim-arrow,
    body.ar-il .somfy a.anim-arrow, body.ar-il .somfy button.anim-arrow {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy a.anim-arrow, body.ja-jp .somfy button.anim-arrow {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy a.anim-arrow, body.sc-cn .somfy button.anim-arrow {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy a.anim-arrow, body.tc-hk .somfy button.anim-arrow,
    body.tc-tw .somfy a.anim-arrow, body.tc-tw .somfy button.anim-arrow {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy a.anim-arrow, body.th-th .somfy button.anim-arrow {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy a.anim-arrow .icon-arrow-right,
    .somfy button.anim-arrow .icon-arrow-right {
      transition: all 0.3s ease-in-out;
      position: absolute;
      right: -14px;
      top: 50%;
      -ms-transform: translateY(-35%);
      -webkit-transform: translateY(-35%);
      transform: translateY(-35%); }
      .somfy a.anim-arrow .icon-arrow-right:before,
      .somfy button.anim-arrow .icon-arrow-right:before {
        color: #FAB800; }
    .somfy a.anim-arrow:hover, .somfy a.anim-arrow:focus, .somfy a.anim-arrow:active,
    .somfy button.anim-arrow:hover,
    .somfy button.anim-arrow:focus,
    .somfy button.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,
      .somfy button.anim-arrow:hover .icon-arrow-right,
      .somfy button.anim-arrow:focus .icon-arrow-right,
      .somfy button.anim-arrow:active .icon-arrow-right {
        right: -20px; }
  .somfy a.link-picto,
  .somfy button.link-picto {
    display: inline-block;
    position: relative;
    font-size: 1.1428571429rem;
    padding: 0;
    border: none;
    background: none;
    transition: all 0.2s ease-in-out; }
    body .somfy a.link-picto, body .somfy button.link-picto {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy a.link-picto, body.vi-vi .somfy button.link-picto,
    body.vi-th .somfy a.link-picto, body.vi-th .somfy button.link-picto {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy a.link-picto, body.kr-kr .somfy button.link-picto {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy a.link-picto, body.il-il .somfy button.link-picto {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy a.link-picto, body.ar-ac .somfy button.link-picto,
    body.ar-lb .somfy a.link-picto, body.ar-lb .somfy button.link-picto,
    body.ar-ma .somfy a.link-picto, body.ar-ma .somfy button.link-picto,
    body.ar-il .somfy a.link-picto, body.ar-il .somfy button.link-picto {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy a.link-picto, body.ja-jp .somfy button.link-picto {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy a.link-picto, body.sc-cn .somfy button.link-picto {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy a.link-picto, body.tc-hk .somfy button.link-picto,
    body.tc-tw .somfy a.link-picto, body.tc-tw .somfy button.link-picto {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy a.link-picto, body.th-th .somfy button.link-picto {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy a.link-picto,
      .somfy button.link-picto {
        transition: none; } }
    .somfy a.link-picto i,
    .somfy button.link-picto i {
      display: inline-block;
      margin-right: 0.7142857143rem;
      position: relative;
      top: 1px;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy a.link-picto i,
        .somfy button.link-picto i {
          transition: none; } }
      .somfy a.link-picto i.icon-more,
      .somfy button.link-picto i.icon-more {
        background: #FAB800;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        vertical-align: bottom;
        top: 2px; }
        .somfy a.link-picto i.icon-more:before,
        .somfy button.link-picto i.icon-more:before {
          position: absolute;
          left: 50%;
          top: 50%;
          display: block;
          content: '';
          width: 1px;
          height: 14px;
          background: white;
          transform: translate(-50%, -50%); }
        .somfy a.link-picto i.icon-more:after,
        .somfy button.link-picto i.icon-more:after {
          position: absolute;
          left: 50%;
          top: 50%;
          display: block;
          content: '';
          width: 14px;
          height: 1px;
          background: white;
          transform: translate(-50%, -50%); }
    .somfy a.link-picto:hover i, .somfy a.link-picto:focus i, .somfy a.link-picto:active i,
    .somfy button.link-picto:hover i,
    .somfy button.link-picto:focus i,
    .somfy button.link-picto:active i {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
      .somfy a.link-picto:hover i.icon-more, .somfy a.link-picto:focus i.icon-more, .somfy a.link-picto:active i.icon-more,
      .somfy button.link-picto:hover i.icon-more,
      .somfy button.link-picto:focus i.icon-more,
      .somfy button.link-picto:active i.icon-more {
        background: #EC9600; }
  .somfy .bg-yellow a.anim-arrow .icon-arrow-right:before,
  .somfy .bg-yellow button.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,
  .somfy .bg-yellow button.anim-arrow:hover,
  .somfy .bg-yellow button.anim-arrow:focus,
  .somfy .bg-yellow button.anim-arrow:active {
    color: white !important; }
  .somfy .bg-silver a.anim-arrow .icon-arrow-right:before,
  .somfy .bg-silver button.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,
  .somfy .bg-silver button.anim-arrow:hover,
  .somfy .bg-silver button.anim-arrow:focus,
  .somfy .bg-silver button.anim-arrow:active {
    color: white !important; }
  .somfy .bg-yellow a.link-picto i:before,
  .somfy .bg-yellow button.link-picto i:before {
    color: white; }
  .somfy .bg-yellow a.link-picto:hover, .somfy .bg-yellow a.link-picto:focus, .somfy .bg-yellow a.link-picto:active,
  .somfy .bg-yellow button.link-picto:hover,
  .somfy .bg-yellow button.link-picto:focus,
  .somfy .bg-yellow button.link-picto:active {
    color: white !important; }
  .somfy .bg-silver a.link-picto .i:before,
  .somfy .bg-silver button.link-picto .i:before {
    color: white; }
  .somfy .bg-silver a.link-picto:hover, .somfy .bg-silver a.link-picto:focus, .somfy .bg-silver a.link-picto:active,
  .somfy .bg-silver button.link-picto:hover,
  .somfy .bg-silver button.link-picto:focus,
  .somfy .bg-silver button.link-picto:active {
    color: white !important; }
  .somfy a.link-rounded,
  .somfy button.link-rounded {
    display: inline-block;
    border: 1px solid #FAB800;
    padding: 0 1.1428571429rem;
    font-size: 0.8571428571rem;
    line-height: 1.4285714286rem;
    border-radius: 0.7142857143rem;
    white-space: nowrap;
    transition: all 0.2s ease-in-out; }
    body .somfy a.link-rounded, body .somfy button.link-rounded {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy a.link-rounded, body.vi-vi .somfy button.link-rounded,
    body.vi-th .somfy a.link-rounded, body.vi-th .somfy button.link-rounded {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy a.link-rounded, body.kr-kr .somfy button.link-rounded {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy a.link-rounded, body.il-il .somfy button.link-rounded {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy a.link-rounded, body.ar-ac .somfy button.link-rounded,
    body.ar-lb .somfy a.link-rounded, body.ar-lb .somfy button.link-rounded,
    body.ar-ma .somfy a.link-rounded, body.ar-ma .somfy button.link-rounded,
    body.ar-il .somfy a.link-rounded, body.ar-il .somfy button.link-rounded {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy a.link-rounded, body.ja-jp .somfy button.link-rounded {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy a.link-rounded, body.sc-cn .somfy button.link-rounded {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy a.link-rounded, body.tc-hk .somfy button.link-rounded,
    body.tc-tw .somfy a.link-rounded, body.tc-tw .somfy button.link-rounded {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy a.link-rounded, body.th-th .somfy button.link-rounded {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy a.link-rounded,
      .somfy button.link-rounded {
        transition: none; } }
    .somfy a.link-rounded:hover, .somfy a.link-rounded:focus, .somfy a.link-rounded:active,
    .somfy button.link-rounded:hover,
    .somfy button.link-rounded:focus,
    .somfy button.link-rounded:active {
      color: white;
      background: #FAB800; }
  .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 .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; }
      @media (max-width: 767.98px) {
        body .somfy .title_1 {
          font-family: 'SomfySans-Light', 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; }
      @media (max-width: 767.98px) {
        body .somfy .title_2 {
          font-family: 'SomfySans-Light', 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; }
      @media (max-width: 767.98px) {
        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) {
      .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; }
      @media (max-width: 767.98px) {
        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) {
      .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, .somfy .form_assembly .wForm fieldset legend,
  .somfy .form_assembly .wForm fieldset.highlighted legend {
    font-size: 1.5714285714rem;
    line-height: 2rem;
    letter-spacing: 0rem; }
    body .somfy .subtitle_2, body .somfy .form_assembly .wForm fieldset legend,
    body .somfy .form_assembly .wForm fieldset.highlighted legend {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .subtitle_2, body.vi-vi .somfy .form_assembly .wForm fieldset legend,
    body.vi-th .somfy .subtitle_2,
    body.vi-th .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .subtitle_2, body.kr-kr .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .subtitle_2, body.il-il .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .subtitle_2, body.ar-ac .somfy .form_assembly .wForm fieldset legend,
    body.ar-lb .somfy .subtitle_2,
    body.ar-lb .somfy .form_assembly .wForm fieldset legend,
    body.ar-ma .somfy .subtitle_2,
    body.ar-ma .somfy .form_assembly .wForm fieldset legend,
    body.ar-il .somfy .subtitle_2,
    body.ar-il .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .subtitle_2, body.ja-jp .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .subtitle_2, body.sc-cn .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .subtitle_2, body.tc-hk .somfy .form_assembly .wForm fieldset legend,
    body.tc-tw .somfy .subtitle_2,
    body.tc-tw .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .subtitle_2, body.th-th .somfy .form_assembly .wForm fieldset legend {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 1199.98px) {
      .somfy .subtitle_2, .somfy .form_assembly .wForm fieldset legend,
      .somfy .form_assembly .wForm fieldset.highlighted legend {
        font-size: 1.2857142857rem;
        line-height: 1.7142857143rem;
        letter-spacing: 0rem; } }
  @media (max-width: 1199.98px) and (max-width: 991.98px) {
    .somfy .subtitle_2, .somfy .form_assembly .wForm fieldset legend,
    .somfy .form_assembly .wForm fieldset.highlighted legend {
      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, .somfy .form_assembly .wForm fieldset legend,
    .somfy .form_assembly .wForm fieldset.highlighted legend {
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem;
      letter-spacing: 0rem; }
      body .somfy .subtitle_2, body .somfy .form_assembly .wForm fieldset legend,
      body .somfy .form_assembly .wForm fieldset.highlighted legend {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .subtitle_2, body.vi-vi .somfy .form_assembly .wForm fieldset legend,
      body.vi-th .somfy .subtitle_2,
      body.vi-th .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .subtitle_2, body.kr-kr .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .subtitle_2, body.il-il .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .subtitle_2, body.ar-ac .somfy .form_assembly .wForm fieldset legend,
      body.ar-lb .somfy .subtitle_2,
      body.ar-lb .somfy .form_assembly .wForm fieldset legend,
      body.ar-ma .somfy .subtitle_2,
      body.ar-ma .somfy .form_assembly .wForm fieldset legend,
      body.ar-il .somfy .subtitle_2,
      body.ar-il .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .subtitle_2, body.ja-jp .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .subtitle_2, body.sc-cn .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .subtitle_2, body.tc-hk .somfy .form_assembly .wForm fieldset legend,
      body.tc-tw .somfy .subtitle_2,
      body.tc-tw .somfy .form_assembly .wForm fieldset legend {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .subtitle_2, body.th-th .somfy .form_assembly .wForm fieldset legend {
        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;
    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; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .with_arrow {
        transition: none; } }
    .somfy .with_arrow:hover {
      text-decoration: none; }
      .somfy .with_arrow:hover .icon-arrow-right {
        margin-left: 15px; }
    .somfy .with_arrow .icon-arrow-right {
      transition: all 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .with_arrow .icon-arrow-right {
          transition: none; } }
      .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; }
          @media (max-width: 767.98px) {
            body .somfy .pop-up-content .modal-body .title_content h2 {
              font-family: 'SomfySans-Light', 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: 'icomoon' !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 .tab-focus .accordion_wrap .accordion-item-title {
    outline: none;
    position: relative; }
    .somfy .tab-focus .accordion_wrap .accordion-item-title:before {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      background: rgba(161, 171, 183, 0.1);
      top: 0;
      left: -10px;
      right: -10px;
      bottom: 0;
      border-radius: 4px;
      opacity: 0;
      transition: all .2s ease-in-out; }
    .somfy .tab-focus .accordion_wrap .accordion-item-title:focus:before {
      opacity: 1; }
  .somfy .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 13px 25px 11px;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .btn {
        transition: none; } }
    .somfy .btn:focus {
      outline: none; }
    .somfy .btn:focus-visible {
      outline: 2px solid #FAB800;
      outline-offset: 4px; }
    .somfy .btn-hide {
      opacity: 0; }
    .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 .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);
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .content-phone-title:after {
          transition: none; } }
    .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;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .content-phone .phone {
        transition: none; } }
    .somfy .content-phone .phone.active {
      opacity: 1;
      margin-bottom: 1.4285714286rem;
      max-height: 7.1428571429rem;
      pointer-events: all; }
    .somfy .content-phone .phone dl {
      display: table-row; }
      .somfy .content-phone .phone dl dt {
        display: table-cell;
        padding-right: 4px;
        text-align: right; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .somfy .content-phone .phone dl dt {
            display: block; } }
      .somfy .content-phone .phone dl dd {
        display: table-cell; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .somfy .content-phone .phone dl dd {
            display: block; } }
  .somfy .back-to-top {
    display: block;
    position: fixed;
    z-index: 100;
    right: 2.8571428571rem;
    bottom: 2.8571428571rem;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    background-color: #FAB800;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .somfy .back-to-top {
        bottom: 10rem;
        right: 1.4285714286rem; } }
    .somfy .back-to-top.-up {
      bottom: 12.8571428571rem;
      right: 1.4285714286rem; }
      @media (max-width: 991.98px) {
        .somfy .back-to-top.-up {
          bottom: 10rem;
          right: 1.4285714286rem; } }
      .somfy .back-to-top.-up-sm {
        bottom: 10rem; }
    .somfy .back-to-top.-active {
      opacity: 1;
      pointer-events: all; }
    .somfy .back-to-top:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      top: 54%;
      width: 0.7142857143rem;
      height: 0.7142857143rem;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: all .2s ease-in-out; }
    .somfy .back-to-top:hover, .somfy .back-to-top:focus {
      background-color: #EC9600; }
      .somfy .back-to-top:hover:before, .somfy .back-to-top:focus:before {
        transform: translate(-50%, -50%) rotate(45deg) scale(1.2); }
  .somfy.rtl .back-to-top {
    left: 2.8571428571rem;
    right: auto; }
    @media (max-width: 991.98px) {
      .somfy.rtl .back-to-top {
        bottom: 6.4285714286rem;
        left: 1.4285714286rem;
        right: auto; } }
    .somfy.rtl .back-to-top.-up {
      left: 1.4285714286rem;
      right: auto; }
      @media (max-width: 991.98px) {
        .somfy.rtl .back-to-top.-up {
          bottom: 6.4285714286rem;
          left: 1.4285714286rem;
          right: auto; } }

.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;
    transition: all 0.2s ease-in-out;
    -ms-transform: translateX(0) rotate(180deg);
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg); }
    @media screen and (prefers-reduced-motion: reduce) {
      .back-link:before {
        transition: none; } }
  .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, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #E5E6EA; }

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #E5E6EA; }

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #E5E6EA; }

.tooltip.bs-tooltip-left .arrow:before, .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; }

.consent-ok {
  display: none; }

.somfy .btnClassic, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content {
  height: auto;
  width: auto;
  padding: 0.9285714286rem 1.7857142857rem;
  border-radius: 4px; }
  @media (max-width: 767.98px) {
    .somfy .btnClassic, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content {
      padding: 0.6428571429rem 1.0714285714rem !important; } }

.somfy .btnCompact {
  padding: 0.4285714286rem 1.1428571429rem;
  height: auto;
  width: auto;
  border-radius: 4px; }

.somfy .btnIconOnly {
  height: 3.5714285714rem !important;
  width: 3.5714285714rem !important;
  border-radius: 100%; }
  .somfy .btnIconOnly i {
    font-size: 1.4285714286rem;
    line-height: 3.4285714286rem; }

.somfy .btnClassic, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy .btnCompact, .somfy .btnIconOnly {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .btnClassic, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy .btnCompact, .somfy .btnIconOnly {
      transition: none; } }
  body .somfy .btnClassic, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body .somfy .btnCompact, body .somfy .btnIconOnly {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .btnClassic, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.vi-vi .somfy .btnCompact, body.vi-vi .somfy .btnIconOnly,
  body.vi-th .somfy .btnClassic,
  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.vi-th .somfy .btnCompact, body.vi-th .somfy .btnIconOnly {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .btnClassic, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.kr-kr .somfy .btnCompact, body.kr-kr .somfy .btnIconOnly {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .btnClassic, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.il-il .somfy .btnCompact, body.il-il .somfy .btnIconOnly {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .btnClassic, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ar-ac .somfy .btnCompact, body.ar-ac .somfy .btnIconOnly,
  body.ar-lb .somfy .btnClassic,
  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ar-lb .somfy .btnCompact, body.ar-lb .somfy .btnIconOnly,
  body.ar-ma .somfy .btnClassic,
  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ar-ma .somfy .btnCompact, body.ar-ma .somfy .btnIconOnly,
  body.ar-il .somfy .btnClassic,
  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ar-il .somfy .btnCompact, body.ar-il .somfy .btnIconOnly {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .btnClassic, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ja-jp .somfy .btnCompact, body.ja-jp .somfy .btnIconOnly {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .btnClassic, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.sc-cn .somfy .btnCompact, body.sc-cn .somfy .btnIconOnly {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .btnClassic, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.tc-hk .somfy .btnCompact, body.tc-hk .somfy .btnIconOnly,
  body.tc-tw .somfy .btnClassic,
  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.tc-tw .somfy .btnCompact, body.tc-tw .somfy .btnIconOnly {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .btnClassic, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.th-th .somfy .btnCompact, body.th-th .somfy .btnIconOnly {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .btnClassic, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy .btnCompact, .somfy .btnIconOnly {
      width: 100%;
      max-width: 20.7142857143rem;
      margin-left: auto;
      margin-right: auto; } }
  .somfy .btnClassic.primary, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content, .somfy .btnCompact.primary, .somfy .btnIconOnly.primary {
    color: #FFFFFF !important;
    background-color: #FAB800;
    border: 1px solid #FAB800; }
    .somfy .btnClassic.primary.prev:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.prev.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.prev.ts-header-filter-dropdown-content:before, .somfy .btnClassic.primary.prev:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.prev.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.prev.ts-header-filter-dropdown-content:after, .somfy .btnClassic.primary.next:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.next.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.next.ts-header-filter-dropdown-content:before, .somfy .btnClassic.primary.next:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.next.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.next.ts-header-filter-dropdown-content:after, .somfy .btnCompact.primary.prev:before, .somfy .btnCompact.primary.prev:after, .somfy .btnCompact.primary.next:before, .somfy .btnCompact.primary.next:after, .somfy .btnIconOnly.primary.prev:before, .somfy .btnIconOnly.primary.prev:after, .somfy .btnIconOnly.primary.next:before, .somfy .btnIconOnly.primary.next:after {
      border-color: #FFFFFF; }
    .somfy .btnClassic.primary:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:hover, .somfy .btnClassic.primary:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:active, .somfy .btnClassic.primary:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:focus, .somfy .btnClassic.primary.active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.active.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.active.ts-header-filter-dropdown-content, .somfy .btnCompact.primary:hover, .somfy .btnCompact.primary:active, .somfy .btnCompact.primary:focus, .somfy .btnCompact.primary.active, .somfy .btnIconOnly.primary:hover, .somfy .btnIconOnly.primary:active, .somfy .btnIconOnly.primary:focus, .somfy .btnIconOnly.primary.active {
      background-color: #EC9600;
      border-color: #EC9600; }
  .somfy .btnClassic.secondary, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy .btnCompact.secondary, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content, .somfy .btnIconOnly.secondary, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content {
    color: #485C74 !important;
    background-color: white;
    border: 1px solid #485C74; }
    .somfy .btnClassic.secondary.prev:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-content:before, .somfy .btnClassic.secondary.prev:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-content:after, .somfy .btnClassic.secondary.next:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-content:before, .somfy .btnClassic.secondary.next:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-content:after, .somfy .btnCompact.secondary.prev:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.prev.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.prev.ts-header-filter-dropdown-content:before, .somfy .btnCompact.secondary.prev:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.prev.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.prev.ts-header-filter-dropdown-content:after, .somfy .btnCompact.secondary.next:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.next.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.next.ts-header-filter-dropdown-content:before, .somfy .btnCompact.secondary.next:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.next.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.next.ts-header-filter-dropdown-content:after, .somfy .btnIconOnly.secondary.prev:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.prev.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.prev.ts-header-filter-dropdown-content:before, .somfy .btnIconOnly.secondary.prev:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.prev.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.prev.ts-header-filter-dropdown-content:after, .somfy .btnIconOnly.secondary.next:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.next.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.next.ts-header-filter-dropdown-content:before, .somfy .btnIconOnly.secondary.next:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.next.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.next.ts-header-filter-dropdown-content:after {
      border-color: #485C74; }
    .somfy .btnClassic.secondary:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:hover, .somfy .btnClassic.secondary:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:active, .somfy .btnClassic.secondary:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:focus, .somfy .btnClassic.secondary.active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .active.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .active.ts-header-filter-dropdown-content, .somfy .btnCompact.secondary:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content:hover, .somfy .btnCompact.secondary:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content:active, .somfy .btnCompact.secondary:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content:focus, .somfy .btnCompact.secondary.active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.active.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.active.ts-header-filter-dropdown-content, .somfy .btnIconOnly.secondary:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content:hover, .somfy .btnIconOnly.secondary:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content:active, .somfy .btnIconOnly.secondary:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content:focus, .somfy .btnIconOnly.secondary.active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.active.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.active.ts-header-filter-dropdown-content {
      border: 1px solid #485C74;
      background: #f5f6f8; }
    .somfy .btnClassic.secondary.-transparent, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .-transparent.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .-transparent.ts-header-filter-dropdown-content, .somfy .btnCompact.secondary.-transparent, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.-transparent.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.-transparent.ts-header-filter-dropdown-content, .somfy .btnIconOnly.secondary.-transparent, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.-transparent.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.-transparent.ts-header-filter-dropdown-content {
      color: white !important;
      background-color: transparent;
      border: 1px solid white; }
  .somfy .btnClassic.disabled, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .disabled.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .disabled.ts-header-filter-dropdown-content, .somfy .btnCompact.disabled, .somfy .btnIconOnly.disabled {
    color: #485C74 !important;
    background-color: #eaeaea !important;
    border: 1px solid #eaeaea !important;
    cursor: default !important; }
  .somfy .btnClassic.icon span, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-label span, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-content span, .somfy .btnCompact.icon span, .somfy .btnIconOnly.icon span {
    display: inline-block;
    vertical-align: top; }
    .somfy .btnClassic.icon span:first-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-label span:first-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-content span:first-child, .somfy .btnCompact.icon span:first-child, .somfy .btnIconOnly.icon span:first-child {
      margin-right: 0.5714285714rem; }
    .somfy .btnClassic.icon span:last-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-label span:last-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-content span:last-child, .somfy .btnCompact.icon span:last-child, .somfy .btnIconOnly.icon span:last-child {
      margin-left: 0.5714285714rem; }
  .somfy .btnClassic.icon i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-label i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-content i, .somfy .btnCompact.icon i, .somfy .btnIconOnly.icon i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4285714286rem;
    line-height: 1.5714285714rem !important; }
  .somfy .btnClassic.prev:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-content:before, .somfy .btnCompact.prev:before, .somfy .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 .btnClassic.next:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-content:after, .somfy .btnCompact.next:after, .somfy .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 .btnClassic.dropdown-toggle:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dropdown-toggle.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dropdown-toggle.ts-header-filter-dropdown-content:after, .somfy .btnCompact.dropdown-toggle:after, .somfy .btnIconOnly.dropdown-toggle:after {
    display: none; }
  .somfy .btnClassic.dropdown-toggle i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dropdown-toggle.ts-header-filter-dropdown-label i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dropdown-toggle.ts-header-filter-dropdown-content i, .somfy .btnCompact.dropdown-toggle i, .somfy .btnIconOnly.dropdown-toggle i {
    font-size: 1rem;
    transform: rotate(90deg); }
  .somfy .btnClassic.dropdown-toggle[aria-expanded='true'] i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dropdown-toggle.ts-header-filter-dropdown-label[aria-expanded='true'] i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dropdown-toggle.ts-header-filter-dropdown-content[aria-expanded='true'] i, .somfy .btnCompact.dropdown-toggle[aria-expanded='true'] i, .somfy .btnIconOnly.dropdown-toggle[aria-expanded='true'] i {
    transform: rotate(270deg); }

.somfy .btnCompact.icon i {
  font-size: 1.2857142857rem; }

.somfy .bg-yellow .btnClassic.primary, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-content, .somfy .bg-yellow .btnCompact.primary, .somfy .bg-yellow .btnIconOnly.primary {
  color: #485C74 !important;
  background-color: white;
  border: 1px solid white; }
  .somfy .bg-yellow .btnClassic.primary:hover, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-content:hover, .somfy .bg-yellow .btnClassic.primary:active, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-content:active, .somfy .bg-yellow .btnClassic.primary:focus, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.ts-header-filter-dropdown-content:focus, .somfy .bg-yellow .btnClassic.primary.active, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.active.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.active.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.active.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .primary.active.ts-header-filter-dropdown-content, .somfy .bg-yellow .btnCompact.primary:hover, .somfy .bg-yellow .btnCompact.primary:active, .somfy .bg-yellow .btnCompact.primary:focus, .somfy .bg-yellow .btnCompact.primary.active, .somfy .bg-yellow .btnIconOnly.primary:hover, .somfy .bg-yellow .btnIconOnly.primary:active, .somfy .bg-yellow .btnIconOnly.primary:focus, .somfy .bg-yellow .btnIconOnly.primary.active {
    background: #f5f6f8; }

.somfy .bg-yellow .btnClassic.secondary, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .ts-header-filter-dropdown-content, .somfy .bg-yellow .btnCompact.secondary, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .btnCompact.ts-header-filter-dropdown-content, .somfy .bg-yellow .btnIconOnly.secondary, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-yellow .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-yellow .btnIconOnly.ts-header-filter-dropdown-content {
  border: 1px solid white; }

.somfy .bg-dark .btnClassic.secondary, .somfy.product-page.-pim .bg-dark .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-dark .ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-dark .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-dark .ts-header-filter-dropdown-content, .somfy .bg-dark .btnCompact.secondary, .somfy.product-page.-pim .bg-dark .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-dark .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-dark .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-dark .btnCompact.ts-header-filter-dropdown-content, .somfy .bg-dark .btnIconOnly.secondary, .somfy.product-page.-pim .bg-dark .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-dark .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-dark .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-dark .btnIconOnly.ts-header-filter-dropdown-content, .somfy .bg-silver .btnClassic.secondary, .somfy.product-page.-pim .bg-silver .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-silver .ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-silver .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-silver .ts-header-filter-dropdown-content, .somfy .bg-silver .btnCompact.secondary, .somfy.product-page.-pim .bg-silver .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-silver .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-silver .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-silver .btnCompact.ts-header-filter-dropdown-content, .somfy .bg-silver .btnIconOnly.secondary, .somfy.product-page.-pim .bg-silver .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-silver .btnIconOnly.ts-header-filter-dropdown-label, .somfy.product-page.-pim .bg-silver .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnIconOnly.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .bg-silver .btnIconOnly.ts-header-filter-dropdown-content {
  border: 1px solid white; }

@media (max-width: 767.98px) {
  .somfy .app_stores {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 40px; } }

.somfy .app_stores .app-store {
  height: 66px;
  width: 138px;
  padding: 11px 0;
  margin-right: 21px;
  text-decoration: none; }
  @media (max-width: 767.98px) {
    .somfy .app_stores .app-store {
      margin-right: 10px; } }
  .somfy .app_stores .app-store img {
    height: 44px;
    width: auto;
    display: inline-block; }

.somfy .app_stores .google-play {
  height: 66px;
  width: 173px;
  display: inline-block;
  text-decoration: none; }
  .somfy .app_stores .google-play img {
    height: 66px;
    width: auto; }

.somfy a.link-rounded,
.somfy button.link-rounded {
  display: inline-block;
  background: white;
  cursor: pointer;
  color: #FAB800;
  border: 1px solid #FAB800;
  padding: 0 1.1428571429rem;
  font-size: 0.8571428571rem;
  line-height: 1.4285714286rem;
  border-radius: 0.7142857143rem;
  transition: all 0.2s ease-in-out; }
  body .somfy a.link-rounded, body .somfy button.link-rounded {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy a.link-rounded, body.vi-vi .somfy button.link-rounded,
  body.vi-th .somfy a.link-rounded, body.vi-th .somfy button.link-rounded {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy a.link-rounded, body.kr-kr .somfy button.link-rounded {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy a.link-rounded, body.il-il .somfy button.link-rounded {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy a.link-rounded, body.ar-ac .somfy button.link-rounded,
  body.ar-lb .somfy a.link-rounded, body.ar-lb .somfy button.link-rounded,
  body.ar-ma .somfy a.link-rounded, body.ar-ma .somfy button.link-rounded,
  body.ar-il .somfy a.link-rounded, body.ar-il .somfy button.link-rounded {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy a.link-rounded, body.ja-jp .somfy button.link-rounded {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy a.link-rounded, body.sc-cn .somfy button.link-rounded {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy a.link-rounded, body.tc-hk .somfy button.link-rounded,
  body.tc-tw .somfy a.link-rounded, body.tc-tw .somfy button.link-rounded {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy a.link-rounded, body.th-th .somfy button.link-rounded {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy a.link-rounded,
    .somfy button.link-rounded {
      transition: none; } }
  .somfy a.link-rounded:hover, .somfy a.link-rounded:focus, .somfy a.link-rounded:active,
  .somfy button.link-rounded:hover,
  .somfy button.link-rounded:focus,
  .somfy button.link-rounded:active {
    color: white;
    background: #FAB800; }
  .somfy a.link-rounded.secondary, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-content,
  .somfy button.link-rounded.secondary,
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-label,
  .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-content {
    color: #485C74;
    border: 1px solid #485C74; }
    .somfy a.link-rounded.secondary:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-content:hover, .somfy a.link-rounded.secondary:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-content:focus, .somfy a.link-rounded.secondary:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.link-rounded.ts-header-filter-dropdown-content:active,
    .somfy button.link-rounded.secondary:hover,
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-label:hover,
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-content:hover,
    .somfy button.link-rounded.secondary:focus,
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-label:focus,
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-content:focus,
    .somfy button.link-rounded.secondary:active,
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-label:active,
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper button.link-rounded.ts-header-filter-dropdown-content:active {
      color: #485C74;
      background: #f5f6f8;
      border: 1px solid #485C74; }

.somfy.rtl .btnClassic.icon span:first-child, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-label span:first-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .icon.ts-header-filter-dropdown-label span:first-child, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-content span:first-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .icon.ts-header-filter-dropdown-content span:first-child, .somfy.rtl .btnCompact.icon span:first-child, .somfy.rtl .btnIconOnly.icon span:first-child {
  margin-left: 0.5714285714rem;
  margin-right: 0; }

.somfy.rtl .btnClassic.icon span:last-child, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-label span:last-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .icon.ts-header-filter-dropdown-label span:last-child, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .icon.ts-header-filter-dropdown-content span:last-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .icon.ts-header-filter-dropdown-content span:last-child, .somfy.rtl .btnCompact.icon span:last-child, .somfy.rtl .btnIconOnly.icon span:last-child {
  margin-left: 0;
  margin-right: 0.5714285714rem; }

.somfy.rtl .btnClassic.prev:before, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-label:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .prev.ts-header-filter-dropdown-label:before, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .prev.ts-header-filter-dropdown-content:before, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .prev.ts-header-filter-dropdown-content:before, .somfy.rtl .btnCompact.prev:before, .somfy.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.rtl .btnClassic.next:after, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-label:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .next.ts-header-filter-dropdown-label:after, .somfy.rtl .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .next.ts-header-filter-dropdown-content:after, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .next.ts-header-filter-dropdown-content:after, .somfy.rtl .btnCompact.next:after, .somfy.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 .language-select {
  background-color: #FAB800;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 999;
  display: block; }
  .somfy .language-select.hideLanguage {
    top: -70px; }
  @media (max-width: 767.98px) {
    .somfy .language-select .container-language {
      padding-top: 10px; } }
  .somfy .language-select .container-language .text_small {
    color: #FFFFFF; }
    body .somfy .language-select .container-language .text_small {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .language-select .container-language .text_small,
    body.vi-th .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .language-select .container-language .text_small,
    body.ar-lb .somfy .language-select .container-language .text_small,
    body.ar-ma .somfy .language-select .container-language .text_small,
    body.ar-il .somfy .language-select .container-language .text_small {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .language-select .container-language .text_small,
    body.tc-tw .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .language-select .container-language .text_small {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .language-select .container-fluid {
    position: relative; }
  .somfy .language-select .language-option {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
    .somfy .language-select .language-option .nl-form {
      color: #ffffff;
      margin-top: 0; }
      body .somfy .language-select .language-option .nl-form {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .language-select .language-option .nl-form,
      body.vi-th .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .language-select .language-option .nl-form,
      body.ar-lb .somfy .language-select .language-option .nl-form,
      body.ar-ma .somfy .language-select .language-option .nl-form,
      body.ar-il .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .language-select .language-option .nl-form,
      body.tc-tw .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .language-select .language-option .nl-form {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .language-select .language-option .nl-form:after {
        content: "\e903";
        color: #485C74;
        font-family: 'icomoon' !important;
        padding: 30px 0 0 0;
        position: relative;
        pointer-events: none;
        transform: rotate(90deg);
        width: 10px;
        height: 10px;
        margin: auto; }
      .somfy .language-select .language-option .nl-form select {
        width: 159px;
        height: 38px;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        max-width: 320px;
        margin: 5px 0px;
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #FFFFFF;
        -ms-word-break: normal;
        word-break: normal; }
        body .somfy .language-select .language-option .nl-form select {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .language-select .language-option .nl-form select,
        body.vi-th .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .language-select .language-option .nl-form select,
        body.ar-lb .somfy .language-select .language-option .nl-form select,
        body.ar-ma .somfy .language-select .language-option .nl-form select,
        body.ar-il .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .language-select .language-option .nl-form select,
        body.tc-tw .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .language-select .language-option .nl-form select {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .language-select .language-option .nl-form select::-ms-expand {
        display: none; }
      .somfy .language-select .language-option .nl-form .nl-dd .nl-field {
        left: 10%; }
        .somfy .language-select .language-option .nl-form .nl-dd .nl-field .nl-field-toggle {
          height: 76px; }
          @media (max-width: 767.98px) {
            .somfy .language-select .language-option .nl-form .nl-dd .nl-field .nl-field-toggle {
              height: auto; } }
      @media (max-width: 767.98px) {
        .somfy .language-select .language-option .nl-form .nl-dd ul {
          font-size: 17px; } }
      .somfy .language-select .language-option .nl-form .nl-dd ul li {
        padding: 0 25px; }
      .somfy .language-select .language-option .nl-form br {
        display: none; }
        @media (max-width: 767.98px) {
          .somfy .language-select .language-option .nl-form br {
            display: initial; } }
  .somfy .language-select .close-language {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer; }
    .somfy .language-select .close-language .icon-close:before {
      color: #ffffff;
      margin: auto;
      font-size: 18px; }

.somfy #header {
  z-index: 998;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out; }
  .somfy #header.header-shadow {
    box-shadow: 0 5px 10px -5px #aaa; }
  .somfy #header.open {
    top: 0 !important; }
  @media (max-width: 991.98px) {
    .somfy #header.light-header.show_dropdown.open {
      top: 0 !important; } }
  .somfy #header.hide_desktop {
    display: none !important; }
    @media (max-width: 991.98px) {
      .somfy #header.hide_desktop {
        display: block !important; } }
  .somfy #header.header_simplifie {
    display: block !important; }
    .somfy #header.header_simplifie .subtitle_1, .somfy #header.header_simplifie .subtitle_2, .somfy #header.header_simplifie .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset #header.header_simplifie legend {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .somfy #header.header_simplifie .logo_somfy {
        display: flex;
        justify-content: center;
        padding-left: 10px !important; } }
    .somfy #header.header_simplifie .buyButton_mobile {
      display: none; }
    .somfy #header.header_simplifie .buy_btn_wrapper {
      padding-right: 0;
      text-align: right; }
      .somfy #header.header_simplifie .buy_btn_wrapper .buy_btn {
        text-decoration: none;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 17px;
        padding-right: 17px;
        transition: background-color 0.3s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header.header_simplifie .buy_btn_wrapper .buy_btn {
            transition: none; } }
      @media (max-width: 767.98px) {
        .somfy #header.header_simplifie .buy_btn_wrapper a {
          display: none; } }
    .somfy #header.header_simplifie:before {
      content: none; }
    .somfy #header.header_simplifie .buyButton_mobile {
      justify-content: center; }
  .somfy #header.hideHeader {
    transform: translateY(-100%) !important;
    -webkit-transform: translateY -100% !important;
    -moz-transform: translateY -100% !important;
    -o-transform: translateY -100% !important; }
  .somfy #header.showHeader {
    transition-delay: 0.3s !important;
    top: -70px !important; }
  .somfy #header.defaultHeader {
    top: 0; }
  .somfy #header:before {
    content: '';
    width: 100vw;
    background-color: black;
    position: absolute;
    top: 150px;
    z-index: -15;
    opacity: 0;
    animation: 0.3s hideMenu;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .somfy #header:before {
        height: 100vh;
        top: 0;
        opacity: 0;
        background: #ffffff;
        animation: none;
        transition: all 0.3s ease-in-out; } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy #header:before {
      transition: none; } }
  .somfy #header.open:before {
    height: 100vh;
    width: 100%;
    top: 122px;
    z-index: 0;
    opacity: 0.7;
    pointer-events: all; }
    @media (max-width: 991.98px) {
      .somfy #header.open:before {
        height: 100vh;
        width: 100vw;
        top: 0;
        background: #ffffff;
        animation: none;
        opacity: 1;
        pointer-events: all; } }
  .somfy #header.show_dropdown:before {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    pointer-events: all; }
  .somfy #header .skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden; }
  @media (max-width: 991.98px) {
    .somfy #header.old .bar1, .somfy #header.old .bar2, .somfy #header.old .bar3 {
      width: 18px;
      height: 1px;
      margin: 4px 14px 4px 0; }
    .somfy #header.old .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-5px, 2px);
      transform: rotate(-45deg) translate(-5px, 2px); }
    .somfy #header.old .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-5px, -2px);
      transform: rotate(45deg) translate(-5px, -2px); }
    .somfy #header.old .container-fluid > div nav .logo_somfy {
      display: flex;
      padding-bottom: 0 !important;
      border: none !important;
      z-index: 0; }
      .somfy #header.old .container-fluid > div nav .logo_somfy .somfy_logo_desktop {
        width: 77px;
        height: auto; }
    .somfy #header.old .container-fluid > div nav .menu_entries {
      top: 57px;
      height: 100vh; }
      .somfy #header.old .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav {
        top: 20px; }
      .somfy #header.old .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
        font-size: 1em; }
    .somfy #header.old .navbar .search-bar form {
      padding: 7px 20px;
      height: 55px; }
      .somfy #header.old .navbar .search-bar form .dropdown-menu {
        min-height: 100vh; } }
  .somfy #header a.skip:active,
  .somfy #header a.skip:focus,
  .somfy #header a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible; }
  @media (max-width: 991.98px) {
    .somfy #header .show_navbar_1 {
      left: calc(-100vw - 10px) !important; }
      .somfy #header .show_navbar_1 .nav-univers-container:not(.current) .menu-open {
        display: none !important; }
      .somfy #header .show_navbar_1 .nav-univers-container .menu-open {
        display: block; } }
  .somfy #header .container-fluid {
    height: 100%; }
    .somfy #header .container-fluid > div .somfy_logo_desktop {
      max-height: 40px;
      width: 154px; }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div .somfy_logo_desktop {
          height: 36px;
          width: auto; } }
    .somfy #header .container-fluid > div .somfy_logo_mobile {
      display: none; }
    .somfy #header .container-fluid > div nav {
      z-index: 30;
      position: relative;
      height: 80px;
      padding: 1.0714285714rem 0.7142857143rem; }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav {
          height: auto; } }
      .somfy #header .container-fluid > div nav .logo_somfy {
        padding-left: 0;
        max-width: 100%;
        z-index: 101;
        margin-right: 4.2857142857rem; }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .logo_somfy {
            margin: auto;
            width: 100%;
            text-align: center;
            padding-bottom: 0;
            border-bottom: 1px solid transparent;
            transition: all 0.4s ease-in-out, border 0.2s 0.2s linear; } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy #header .container-fluid > div nav .logo_somfy {
      transition: none; } }
        .somfy #header .container-fluid > div nav .logo_somfy .navbar-toggler {
          outline: none;
          border: none;
          padding-left: 0;
          padding-right: 0; }
      @media (min-width: 992px) {
        .somfy #header .container-fluid > div nav .menu_entries {
          display: flex;
          margin-right: auto; } }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries {
          display: block;
          pointer-events: none;
          background: #ffffff;
          width: 100vw;
          position: absolute;
          z-index: 110;
          top: 102px;
          left: -10px;
          opacity: 0;
          padding-left: 0;
          padding-right: 0;
          transition: all 0.4s ease-in-out;
          max-height: calc(100vh - 210px); } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy #header .container-fluid > div nav .menu_entries {
      transition: none; } }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar {
          margin: 8px 0 0; } }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li {
        padding-left: 0;
        margin-left: 0; }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li {
            padding-left: 20px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li span {
              width: 18px;
              height: 18px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li.current .product_nav {
              opacity: 1;
              pointer-events: all; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li.current .product_nav.show_subnavbar {
                left: 0; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li.current .product_nav.show_subnavbar .product_subnav.show_nav_univers {
                  z-index: 10;
                  pointer-events: all;
                  overflow-x: hidden; } }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-second > li:first-child > a {
          padding-top: 15px; }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-second > li:last-child {
          border-bottom: 1px solid rgba(26, 27, 28, 0.1); }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-second > li:last-child > a {
            padding-bottom: 15px; } }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-accessibility > li:first-child {
          padding-top: 10px;
          padding-bottom: 48px;
          border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-footer > li {
          background-color: #F8F7F5;
          padding-bottom: 15px;
          padding-top: 15px; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-footer > li a {
            padding-top: 0;
            padding-bottom: 0; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-footer > li:first-child {
            padding-top: 25px;
            padding-bottom: 15px; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-footer > li:last-child {
            padding-top: 15px;
            padding-bottom: 25px; } }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey {
          background-color: #F8F7F5;
          padding-bottom: 15px;
          padding-top: 15px; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey a {
            padding-top: 0;
            padding-bottom: 0; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey.first-item {
            padding-top: 25px;
            padding-bottom: 15px; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey.last-item {
            padding-top: 15px;
            padding-bottom: 25px; } }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
        display: flex;
        flex-flow: row wrap; }
        @media (min-width: 992px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
            margin-left: 20px;
            margin-right: 20px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li:last-child {
              margin-right: 0; } }
        @media (min-width: 1200px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
            margin-right: 40px; } }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
          font-size: 1.1em; }
          body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span,
          body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span,
          body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span,
          body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span,
          body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span,
          body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span {
              font-size: 0.8em; } }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li span:before {
            font-family: icomoon, sans-serif; }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .icon-phone:before {
          color: #485C74; }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .nav_univers {
          width: 100%; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .nav_univers .sfy-v5-icon-product {
            margin-right: 10px; }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a:hover {
          cursor: pointer;
          color: #FAB800; }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a.active {
          color: #FAB800; }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li:hover > a {
            color: #FAB800; } }
        @media (min-width: 768px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.current > a {
            color: #FAB800; } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 992px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav {
            display: none !important; } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav {
            transition: all 0.4s ease-in-out;
            display: none;
            width: 100%;
            position: absolute;
            left: 100vw;
            top: -40px;
            z-index: 1;
            background-color: #FFFFFF;
            height: calc(100vh - 170px);
            overflow-y: auto;
            pointer-events: none;
            opacity: 0; } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav {
      transition: none; } }
        @media (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav.show_nav_univers {
              left: 0;
              z-index: 2;
              opacity: 1; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul {
              padding-left: 0;
              padding-right: 0;
              list-style: none;
              max-height: 100%;
              overflow-y: scroll;
              padding-bottom: 60px; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li {
                padding: 0 20px;
                text-align: left; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:nth-child(2) {
                  padding-top: 15px; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_return {
                  width: 100%; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                  width: 100%;
                  color: #485C74;
                  padding: 14px 0;
                  display: block; }
                  body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: SomfySans-Regular, sans-serif; }
                  body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a,
                  body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans', sans-serif; }
                  body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                  body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                  body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a,
                  body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a,
                  body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a,
                  body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                  body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                  body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                  body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a,
                  body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                  body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a {
                    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                  .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a.btnClassic, .somfy.product-page.-pim #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a.ts-header-filter-dropdown-label, .somfy.product-page.-pim #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a.ts-header-filter-dropdown-content {
                    color: #FFFFFF; }
                  .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a i {
                    margin-right: 0.7142857143rem; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:hover a.univers_direct_link {
                  color: #FAB800; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                  padding-top: 2px;
                  padding-bottom: 0; }
                  body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: SomfySans-ExtraLight, sans-serif; } }
          @media (max-width: 991.98px) and (max-width: 767.98px) {
            body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
              font-family: 'SomfySans-Light', sans-serif; } }
        @media (max-width: 991.98px) {
                  body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span,
                  body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans', sans-serif; }
                  body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                  body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                  body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span,
                  body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span,
                  body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span,
                  body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                  body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                  body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                  body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span,
                  body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                  body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span {
                    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                  .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span:before {
                    transition: all 0.3s ease-in-out; } }
          @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li span:before {
              transition: none; } }
        @media (max-width: 991.98px) {
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                  padding: 3px 0 12px 0;
                  color: #FAB800;
                  border-bottom: 1px solid rgba(26, 27, 28, 0.1); }
                  body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: SomfySans-Light, sans-serif; }
                  body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a,
                  body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans', sans-serif; }
                  body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                  body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                  body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a,
                  body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a,
                  body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a,
                  body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                  body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                  body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                  body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a,
                  body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                  body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child a {
                    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child span {
                  transform: rotateZ(180deg);
                  margin: 4px 10px 0 0;
                  font-size: 13px;
                  width: auto;
                  height: auto; }
                  .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child span:before {
                    color: #FAB800 !important; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:last-child:not(.nav_assistance) {
                  padding-bottom: 22px; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li.nav_assistance {
                  margin-top: 22px; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav {
          display: block;
          width: 100%;
          position: absolute;
          left: 100vw;
          top: -12px;
          bottom: 0;
          z-index: 1;
          opacity: 1 !important;
          transition: all 0.4s ease-in-out;
          background-color: #FFFFFF;
          overflow-y: auto;
          overflow-x: visible;
          max-height: calc(100vh - 160px);
          pointer-events: none; } }
  @media screen and (max-width: 991.98px) and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav {
      transition: none; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav.show_sub_subnavbar:not(.product_sub_subnav) {
            left: 0;
            width: 200vw !important;
            pointer-events: all; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav .product_sub_subnav {
            pointer-events: none;
            top: 0;
            transition: all 0.4s ease-in-out; } }
    @media screen and (max-width: 991.98px) and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav .product_sub_subnav {
        transition: none; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav .product_sub_subnav.show_sub_subnavbar {
              z-index: 5;
              pointer-events: all; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 60px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li {
              padding-left: 20px;
              padding-right: 20px; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                color: #485C74;
                padding: 14px 0; }
                body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: SomfySans-Regular, sans-serif; }
                body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a,
                body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a,
                body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a,
                body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a,
                body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a,
                body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a.btnClassic, .somfy.product-page.-pim #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a.ts-header-filter-dropdown-label, .somfy.product-page.-pim #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li a.ts-header-filter-dropdown-content {
                  color: #FFFFFF; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li span {
                padding-top: 2px;
                padding-bottom: 0; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li span:before {
                  transition: all 0.3s ease-in-out; } }
          @media screen and (max-width: 991.98px) and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li span:before {
              transition: none; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                padding: 15px 0 12px 0;
                color: #FAB800;
                border-bottom: 1px solid rgba(26, 27, 28, 0.1); }
                body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: SomfySans-Light, sans-serif; }
                body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a,
                body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a,
                body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a,
                body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a,
                body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a,
                body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child a {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child span {
                transform: rotateZ(180deg);
                margin: 4px 10px 0 0;
                font-size: 13px;
                width: auto;
                height: auto; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child span:before {
                  color: #FAB800 !important; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction {
                border-bottom: 1px solid rgba(26, 27, 28, 0.1);
                list-style: none;
                padding: 0;
                margin: 0 20px 20px; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction a {
                  display: flex;
                  padding-bottom: 20px;
                  flex-direction: column;
                  align-items: flex-start !important; }
                  .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction a p.level-title {
                    color: #3C4F64;
                    font-size: 26px;
                    margin: 0 0 8px;
                    font-weight: 400; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction p {
                  color: #FAB800;
                  font-size: 16px;
                  margin: 0; }
                  .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction p span {
                    font-size: 10px;
                    padding-top: 6px !important; }
                    .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction p span:before {
                      color: #FAB800 !important; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction h3 {
                  color: #485C74;
                  font-size: 26px;
                  margin: 0 0 8px; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:nth-child(2):not(.introduction) > a {
                padding-top: 22px; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:hover > a {
                color: #FAB800; } }
        @media (max-width: 991.98px) and (max-width: 991.98px) and (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:hover > a {
            color: #485C74; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul .nav_assistance {
              border-top: 1px solid rgba(26, 27, 28, 0.1);
              height: 200px;
              padding-top: 22px;
              padding-bottom: 22px; }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul .nav_assistance .assistance_content a {
                padding-top: 13px;
                padding-bottom: 13px; } }
        @media (max-width: 991.98px) {
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul .nav_assistance {
                border-top: 1px solid rgba(26, 27, 28, 0.1);
                height: 200px;
                padding-top: 22px;
                padding-bottom: 22px;
                background-color: #F9F8F4; }
                .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul .nav_assistance .assistance_content a {
                  padding-top: 13px;
                  padding-bottom: 13px; } }
        > .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.product-menu {
          padding-left: 0; }
          @media (max-width: 991.98px) {
            > .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.product-menu {
              border-top: 1px solid rgba(26, 27, 28, 0.1);
              padding-left: 20px; }
              > .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.product-menu a {
                padding-top: 10px; }
              > .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.product-menu span {
                width: 18px;
                height: 18px;
                margin-bottom: 5px; } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.first-menu.border-bottom {
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.second-menu {
            padding-top: 25px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.second-menu a {
              padding-top: 0;
              padding-bottom: 15px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.second-menu.border-bottom {
              padding-bottom: 25px;
              padding-top: 0;
              border-bottom: 1px solid rgba(26, 27, 28, 0.1); }
              .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.second-menu.border-bottom a {
                padding-top: 15px;
                padding-bottom: 0; } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.third-menu {
            padding-top: 10px;
            padding-bottom: 48px;
            border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey {
            background-color: #F8F7F5;
            padding-bottom: 15px;
            padding-top: 15px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey a {
              padding-top: 0;
              padding-bottom: 0; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey.first-item {
              padding-top: 25px;
              padding-bottom: 15px; }
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li.nav-item-grey.last-item {
              padding-top: 15px;
              padding-bottom: 25px; } }
        @media (min-width: 992px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li > a > span {
            display: none; } }
        .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
          color: #485C74;
          transition: all 0.2s ease-in-out; }
          body .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a,
          body.vi-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a,
          body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a,
          body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a,
          body.ar-il .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a,
          body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
              transition: none; } }
          @media (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a {
              padding-top: 14px;
              padding-bottom: 14px;
              font-size: 1.4285714286rem; } }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a:hover {
            opacity: 1;
            text-decoration: none; }
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li a:focus {
            opacity: 1; }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar hr {
        display: none; }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar hr {
            display: block;
            width: 100%;
            border: 0;
            border-top: 1px solid #1A1B1C;
            opacity: 0.1;
            margin: 0; } }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar .icon-somfy-accessibility:before {
        content: "\e909";
        color: #485C74; }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar .icon-user:before {
        content: "\e971";
        color: #485C74; }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar .icon-arrow-right:before {
        content: "\e903";
        color: #485C74;
        height: 12px;
        width: 6px; }
      .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar .nav-item-mobile {
        display: none; }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .menu_entries_navbar .nav-item-mobile {
            display: flex !important; } }
      .somfy #header .container-fluid > div nav .menu_entries.nav-open .dropdown-menu.hideDropdown,
      .somfy #header .container-fluid > div nav .menu_entries.nav-open .dropdown-menu.show {
        animation: none; }
      @media (max-width: 991.98px) {
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu {
          min-width: 0 !important;
          padding: 0 !important;
          margin: 0 !important;
          border: none !important;
          border-radius: 0 !important; } }
      @media (min-width: 992px) {
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu {
          position: absolute;
          display: block;
          top: 80px;
          left: 50%;
          right: auto;
          z-index: 10;
          background-color: white;
          padding: 0;
          margin: 0;
          border-radius: 0;
          width: 100vw;
          border: none;
          border-top: 1px solid #e8e8e8;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu:before {
            content: '';
            display: none;
            position: absolute;
            left: 50%;
            width: 100vw;
            height: 100%;
            background: white;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu:focus {
        outline: none; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes {
        position: relative;
        color: #ffffff;
        max-width: 1340px;
        padding-left: 10px;
        padding-right: 10px;
        margin: auto;
        padding-bottom: 80px; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes:focus {
          outline: none; }
        @media (min-width: 992px) {
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .bg_universe_menu_product {
            position: absolute;
            width: calc(100% - 20px);
            height: 100%;
            top: 0;
            opacity: 1;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: all 0.4s ease-in-out; } }
  @media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .bg_universe_menu_product {
      transition: none; } }
        @media (min-width: 992px) {
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .bg_universe_menu_product:after {
              display: block;
              content: "";
              margin-top: 100%;
              width: 100%; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus {
            background-position: -600px !important; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .bg {
              left: 110%; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .universe_container .title_univers p {
              margin-left: 0 !important; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .universe_container .title_univers p a span {
                color: #FAB800;
                margin-left: 0 !important;
                opacity: 1 !important; }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .universe_container .title_univers p a span:before {
                  color: #FFFFFF; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .universe_container ul {
              opacity: 1 !important; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .universe_container ul li a:focus {
                color: #FAB800 !important; } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes {
            display: none !important; } }
        @media (min-width: 992px) {
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus {
            background-position: -600px !important; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .focus .bg {
              left: 110%; } }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe {
          position: relative;
          width: 100%;
          height: 100%;
          margin-top: 40px;
          margin-bottom: -20px;
          background-color: #485C74;
          background-clip: content-box;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          overflow: hidden; }
          @media (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe {
              background-image: none;
              max-height: 120px;
              margin-bottom: 15px; } }
          @media (min-width: 992px) {
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus {
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-color: #485C74;
              background-clip: content-box; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .bg, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .bg {
                left: -110%; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .bg_universe_menu_product, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .bg_universe_menu_product {
                opacity: 0; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .universe_container .title_univers p a:hover, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .universe_container .title_univers p a:hover {
                color: #FAB800 !important; }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .universe_container .title_univers p a:hover span, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .universe_container .title_univers p a:hover span {
                  margin-left: 0;
                  margin-right: 10px;
                  opacity: 1 !important; }
                  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .universe_container .title_univers p a:hover span:before, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .universe_container .title_univers p a:hover span:before {
                    color: #FAB800 !important; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .universe_container ul li, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .universe_container ul li {
                padding-left: 0; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:after {
              display: block;
              content: "";
              margin-top: 80%;
              width: 100%; } }
          @media (min-width: 1200px) {
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:after {
              margin-top: 100%; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus {
            background-image: none; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .universe_container ul {
              opacity: 1; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:focus .universe_container ul li {
                padding-left: 50px; }
          @media (min-width: 992px) {
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover {
              background-image: none; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .universe_container ul {
                -moz-transition-delay: 0.4s;
                -o-transition-delay: 0.4s;
                -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
                opacity: 1; }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe:hover .universe_container ul li {
                  padding-left: 50px; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers {
            position: absolute;
            z-index: 1;
            padding: 20px 0 0 30px;
            width: calc(100% - 30px); }
            @media (min-width: 1200px) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers {
                padding-top: 30px; } }
            @media (max-width: 991.98px) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers {
                padding: 0;
                width: 100%;
                height: 100%; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p {
              transition: opacity 0.4s ease-in-out; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p {
                  transition: none; } }
              @media (max-width: 991.98px) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p {
                  width: inherit;
                  height: inherit; } }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                color: #ffffff;
                text-decoration: none;
                transition: color 0.3s ease-in-out; }
                body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: SomfySans-Light, sans-serif; }
                body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a,
                body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a,
                body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a,
                body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a,
                body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a,
                body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                    transition: none; } }
                @media (max-width: 991.98px) {
                  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a {
                    font-size: 22px;
                    display: block;
                    padding: 20px 0 0 20px;
                    padding-right: 40%;
                    width: inherit;
                    height: inherit; } }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a span {
                  display: inline;
                  font-size: 0.7em;
                  padding-left: 5px;
                  opacity: 0;
                  margin-left: -15px;
                  margin-right: 0;
                  transition: all 0.3s ease-in-out; }
                  @media screen and (prefers-reduced-motion: reduce) {
                    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a span {
                      transition: none; } }
                  @media (max-width: 991.98px) {
                    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a span {
                      display: none; } }
                  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a span:before {
                    transition: color 0.6s ease-in-out; }
                    @media screen and (prefers-reduced-motion: reduce) {
                      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p a span:before {
                        transition: none; } }
              @media (min-width: 992px) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p:hover span, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container .title_univers p:focus span {
                  color: #4d4949;
                  margin-left: 0;
                  -webkit-margin-start: 0;
                  opacity: 1;
                  margin-right: 0; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul {
            position: absolute;
            z-index: 1;
            top: 90px;
            padding: 0 30px 30px 30px;
            list-style: none;
            opacity: 0;
            margin-bottom: 0;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            -webkit-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
            @media (min-width: 1200px) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul {
                top: 100px; } }
            @media (max-width: 991.98px) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul {
                display: none !important; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li {
              padding-left: 0 !important; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li:active .universe:after {
                background-image: none; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li:active .universe .category_content ul {
                opacity: 1; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                transition: color 0.3s ease-in-out;
                text-decoration: none;
                color: #ffffff; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                    transition: none; } }
                body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: SomfySans-Regular, sans-serif; }
                body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a,
                body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a,
                body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a,
                body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a,
                body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a,
                body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a:focus .universe:after {
                  background-image: none; }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a:focus .universe .category_content ul {
                  opacity: 1; }
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .universe .universe_container ul li a:hover {
                  color: #FAB800; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance {
          margin-top: 20px;
          margin-left: 10px;
          margin-right: 10px; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 50px;
            padding-bottom: 50px;
            width: 100%;
            height: 100%;
            margin: auto;
            background-color: #F9F8F4; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div .subtitle_1 {
              color: #1A1B1C; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
              color: #1A1B1C;
              opacity: 0.6; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p.subtitle_1 {
                opacity: 1 !important; }
                @media (max-width: 1199.98px) {
                  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p.subtitle_1 {
                    margin-bottom: 1rem; } }
              body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: SomfySans-Regular, sans-serif; }
              body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p,
              body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p,
              body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p,
              body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p,
              body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p,
              body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
              @media (max-width: 1199.98px) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div p.text_medium {
                  display: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
              color: #FFFFFF; }
              body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: SomfySans-Regular, sans-serif; }
              body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a,
              body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a,
              body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a,
              body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a,
              body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a,
              body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
              @media (max-width: 1199.98px) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div a {
                  font-size: 1.1428571429rem;
                  line-height: 1.4285714286rem;
                  letter-spacing: 0rem;
                  padding: 10px 20px; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div:last-child {
              display: flex;
              flex-flow: column wrap;
              align-items: center;
              justify-content: center; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div:last-child > * {
                max-width: 100%; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div.content_admin {
            padding: initial;
            height: initial;
            width: 100%;
            background: none; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes .assistance div.content_admin a {
              color: #000000; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu.menu-open.show:not(.active) .push-forward {
        opacity: 1; }
      .somfy #header .container-fluid > div nav .header_icons {
        list-style: none;
        flex-flow: row wrap;
        align-items: center;
        height: 60px;
        position: relative; }
        .somfy #header .container-fluid > div nav .header_icons .nav-item-icon span:before {
          transition: all 0.3s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon span:before {
              transition: none; } }
        .somfy #header .container-fluid > div nav .header_icons .nav-item-icon span:hover:before {
          color: #FAB800; }
        @media (min-width: 992px) {
          .somfy #header .container-fluid > div nav .header_icons li:first-child {
            padding-right: 20px;
            border-right: 1px solid rgba(26, 27, 28, 0.1); } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .header_icons li:first-child {
            display: none; } }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .header_icons {
            position: absolute;
            right: 10px;
            width: auto; } }
        .somfy #header .container-fluid > div nav .header_icons .nav-item-icon {
          display: flex;
          align-items: center;
          margin-left: 10px; }
          @media (min-width: 992px) {
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon {
              margin-left: 30px; }
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon:first-child {
                margin-left: 0; } }
          .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a {
            display: flex;
            align-items: center;
            text-decoration: none;
            text-align: right; }
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a span {
              font-size: 20px;
              color: #3d5771; }
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a span:hover:before {
                color: #EC9600; }
              @media (max-width: 991.98px) {
                .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a span:last-child {
                  padding-right: 10px; } }
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a span:before:hover {
                color: #EC9600 !important; }
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a .icon-cart:before {
              content: "\e907";
              color: #485C74; }
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a .locator-icon {
              font-family: 'somfy' !important;
              font-size: 24px;
              width: 30px;
              height: 20px; }
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon a .locator-icon:before {
                position: relative;
                top: -2px;
                left: -2px; }
          .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown.show {
            display: block !important;
            animation: slideDown;
            animation-fill-mode: forwards;
            animation-duration: 0.4s; }
          .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown.hideContrastDropdown {
            animation-name: slideUp;
            animation-fill-mode: forwards;
            animation-duration: 0.4s; }

@keyframes slideDown {
  from {
    top: -100%;
    opacity: 0; }
  to {
    opacity: 1;
    top: 50px; } }

@keyframes slideUp {
  from {
    opacity: 1;
    top: 50px; }
  to {
    top: -100%;
    opacity: 0; } }
          .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown {
            max-width: 320px;
            margin-top: 20px;
            border: none !important;
            display: none;
            left: -20px;
            top: -60px;
            border-radius: 0 0 4px 4px;
            background-color: #FFFFFF;
            border-top: 1px solid #e5e5e5 !important; }
            @media (max-width: 991.98px) {
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown {
                margin-top: 0; } }
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown:before {
              border-bottom: 9px solid rgba(0, 0, 0, 0.2);
              border-left: 9px solid rgba(0, 0, 0, 0);
              border-right: 9px solid rgba(0, 0, 0, 0);
              content: "";
              display: inline-block;
              left: 25px;
              position: absolute;
              top: -8px; }
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown:after {
              border-bottom: 8px solid #FFFFFF;
              border-left: 9px solid rgba(0, 0, 0, 0);
              border-right: 9px solid rgba(0, 0, 0, 0);
              content: "";
              display: inline-block;
              left: 25px;
              position: absolute;
              top: -7px; }
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content {
              padding-left: 0;
              list-style: none; }
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                padding-top: 26px;
                padding-left: 25px;
                padding-bottom: 15px;
                border-right: none;
                color: #1A1B1C; }
                body .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: SomfySans-Light, sans-serif; }
                body.vi-vi .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child,
                body.vi-th .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child,
                body.ar-lb .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child,
                body.ar-ma .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child,
                body.ar-il .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child,
                body.tc-tw .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child p {
                  margin-bottom: 0; }
              .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content a {
                max-width: 300px;
                width: auto;
                margin-right: 25px;
                height: 38px;
                margin-left: 25px;
                margin-bottom: 10px;
                border-radius: 4px; }
                .somfy #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content a:last-child {
                  margin-bottom: 25px;
                  background-color: rgba(26, 27, 28, 0.1);
                  color: #485C74; }
        @media (max-width: 991.98px) {
          .somfy #header .container-fluid > div nav .header_icons .nav-item-icon-desktop {
            display: none; } }
        .somfy #header .container-fluid > div nav .header_icons .nav-item-icon-mobile {
          display: none !important; }
          @media (max-width: 991.98px) {
            .somfy #header .container-fluid > div nav .header_icons .nav-item-icon-mobile {
              display: block !important; } }
  .somfy #header .dropdown-toggle:after {
    border: none; }
  .somfy #header .navbar .dropdown {
    position: static;
    z-index: 100; }
  .somfy #header .navbar .dropdown-menu {
    background-color: #fff;
    left: 0;
    right: 0; }
    .somfy #header .navbar .dropdown-menu .col-3.flex-column .left-menu {
      opacity: 0;
      transition: all 0.8s ease-in-out, opacity 0.4s 0.4s ease-in; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy #header .navbar .dropdown-menu .col-3.flex-column .left-menu {
          transition: none; } }
      .somfy #header .navbar .dropdown-menu .col-3.flex-column .left-menu .more-link > a, .somfy #header .navbar .dropdown-menu .col-3.flex-column .left-menu .simple-link > a {
        -ms-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        transition: all 0.8s ease-in-out, opacity 0.4s 0.4s ease-in; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .col-3.flex-column .left-menu .more-link > a, .somfy #header .navbar .dropdown-menu .col-3.flex-column .left-menu .simple-link > a {
            transition: none; } }
    .somfy #header .navbar .dropdown-menu .push-forward .col, .somfy #header .navbar .dropdown-menu .push-forward .col-4 {
      opacity: 0;
      -ms-transform: translateY(-60px);
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px); }
      .somfy #header .navbar .dropdown-menu .push-forward .col:nth-child(1), .somfy #header .navbar .dropdown-menu .push-forward .col-4:nth-child(1) {
        z-index: 3;
        transition: all 0.8s 0.2s ease-in-out, opacity 0.4s 0.6s ease-in; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .push-forward .col:nth-child(1), .somfy #header .navbar .dropdown-menu .push-forward .col-4:nth-child(1) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .push-forward .col:nth-child(2), .somfy #header .navbar .dropdown-menu .push-forward .col-4:nth-child(2) {
        z-index: 2;
        transition: all 0.8s 0.4s ease-in-out, opacity 0.4s 0.8s ease-in; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .push-forward .col:nth-child(2), .somfy #header .navbar .dropdown-menu .push-forward .col-4:nth-child(2) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .push-forward .col:nth-child(3), .somfy #header .navbar .dropdown-menu .push-forward .col-4:nth-child(3) {
        z-index: 1;
        transition: all 0.8s 0.6s ease-in-out, opacity 0.4s 1s ease-in; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .push-forward .col:nth-child(3), .somfy #header .navbar .dropdown-menu .push-forward .col-4:nth-child(3) {
            transition: none; } }
    .somfy #header .navbar .dropdown-menu .other {
      height: 500px; }
      .somfy #header .navbar .dropdown-menu .other .menu_thumbnails {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 180px; }
    .somfy #header .navbar .dropdown-menu .universe, .somfy #header .navbar .dropdown-menu .other {
      opacity: 0;
      -ms-transform: translateY(-40px);
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
      transition: all 0.8s ease-in-out, opacity 0.4s 0.4s ease-in; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy #header .navbar .dropdown-menu .universe, .somfy #header .navbar .dropdown-menu .other {
          transition: none; } }
    .somfy #header .navbar .dropdown-menu .anim .col-3.flex-column .left-menu {
      opacity: 1; }
      .somfy #header .navbar .dropdown-menu .anim .col-3.flex-column .left-menu .more-link > a, .somfy #header .navbar .dropdown-menu .anim .col-3.flex-column .left-menu .simple-link > a {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .somfy #header .navbar .dropdown-menu .anim .push-forward .col, .somfy #header .navbar .dropdown-menu .anim .push-forward .col-4 {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .somfy #header .navbar .dropdown-menu .anim .universe, .somfy #header .navbar .dropdown-menu .anim .other {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(2), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(2) {
        transition: all 0.8s 0s ease-in-out, opacity 0.4s 0.3s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(2), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(2) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(3), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(3) {
        transition: all 0.8s 0.2s ease-in-out, opacity 0.4s 0.5s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(3), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(3) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(4), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(4) {
        transition: all 0.8s 0.4s ease-in-out, opacity 0.4s 0.7s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(4), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(4) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(5), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(5) {
        transition: all 0.8s 0.6s ease-in-out, opacity 0.4s 0.9s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(5), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(5) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(6), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(6) {
        transition: all 0.8s 0.8s ease-in-out, opacity 0.4s 1.1s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(6), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(6) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(7), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(7) {
        transition: all 0.8s 1s ease-in-out, opacity 0.4s 1.3s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(7), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(7) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(8), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(8) {
        transition: all 0.8s 1.2s ease-in-out, opacity 0.4s 1.5s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(8), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(8) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(9), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(9) {
        transition: all 0.8s 1.4s ease-in-out, opacity 0.4s 1.7s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(9), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(9) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(10), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(10) {
        transition: all 0.8s 1.6s ease-in-out, opacity 0.4s 1.9s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(10), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(10) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(11), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(11) {
        transition: all 0.8s 1.8s ease-in-out, opacity 0.4s 2.1s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(11), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(11) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(12), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(12) {
        transition: all 0.8s 2s ease-in-out, opacity 0.4s 2.3s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(12), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(12) {
            transition: none; } }
      .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(13), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(13) {
        transition: all 0.8s 2.2s ease-in-out, opacity 0.4s 2.5s ease-in, background 0.5s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .navbar .dropdown-menu .anim .universe:nth-child(13), .somfy #header .navbar .dropdown-menu .anim .other:nth-child(13) {
            transition: none; } }
  .somfy #header .contrast_dropdown {
    margin-top: 20px !important; }
  .somfy #header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    transition: box-shadow 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 #555; }
    .somfy #header .sticky .subnav_dropdown {
      border-top: 1px solid #E5E5E5; }
  .somfy #header .sticky_header {
    width: 100%;
    -moz-box-shadow: 0 5px 10px -5px #aaa;
    -webkit-box-shadow: 0 5px 10px -5px #aaa;
    box-shadow: 0 5px 10px -5px #555;
    position: fixed;
    top: 0;
    z-index: 900; }
  .somfy #header.light-header {
    border-bottom: 1px solid #E7E5E5; }
  .somfy #header.light {
    height: 5.7142857143rem;
    width: 100%;
    background: white;
    border-bottom: 1px solid #E7E5E5; }
    @media (max-width: 991.98px) {
      .somfy #header.light {
        height: 3.5714285714rem; } }
    .somfy #header.light .container-fluid {
      height: 100%; }
      @media (max-width: 991.98px) {
        .somfy #header.light .container-fluid img {
          height: 1.4285714286rem; } }
    .somfy #header.light .breadcrumb {
      background: transparent;
      margin-bottom: 0;
      padding-left: 5rem;
      border-radius: 0; }
      @media (max-width: 991.98px) {
        .somfy #header.light .breadcrumb {
          position: absolute;
          top: 3.5714285714rem;
          width: 100%;
          left: 0;
          background: white;
          border-bottom: 1px solid #E7E5E5;
          padding: 1.0714285714rem 1.4285714286rem 0.8571428571rem; } }
      .somfy #header.light .breadcrumb-item {
        position: relative; }
        @media (max-width: 991.98px) {
          .somfy #header.light .breadcrumb-item:not(.current) {
            display: none; } }
        .somfy #header.light .breadcrumb-item .h1, .somfy #header.light .breadcrumb-item .h2, .somfy #header.light .breadcrumb-item .h3, .somfy #header.light .breadcrumb-item .h4, .somfy #header.light .breadcrumb-item .h5, .somfy #header.light .breadcrumb-item .h6, .somfy #header.light .breadcrumb-item h1, .somfy #header.light .breadcrumb-item h2, .somfy #header.light .breadcrumb-item h3, .somfy #header.light .breadcrumb-item h4, .somfy #header.light .breadcrumb-item h5, .somfy #header.light .breadcrumb-item h6 {
          font-size: 1.2857142857rem;
          line-height: 1.7142857143rem; }
          @media (max-width: 767.98px) {
            .somfy #header.light .breadcrumb-item .h1, .somfy #header.light .breadcrumb-item .h2, .somfy #header.light .breadcrumb-item .h3, .somfy #header.light .breadcrumb-item .h4, .somfy #header.light .breadcrumb-item .h5, .somfy #header.light .breadcrumb-item .h6, .somfy #header.light .breadcrumb-item h1, .somfy #header.light .breadcrumb-item h2, .somfy #header.light .breadcrumb-item h3, .somfy #header.light .breadcrumb-item h4, .somfy #header.light .breadcrumb-item h5, .somfy #header.light .breadcrumb-item h6 {
              font-size: 1.1428571429rem;
              line-height: 1.5714285714rem; } }
        .somfy #header.light .breadcrumb-item a {
          color: #485C74;
          font-size: 1.2857142857rem;
          line-height: 1.7142857143rem; }
          @media (max-width: 767.98px) {
            .somfy #header.light .breadcrumb-item a {
              font-size: 1.1428571429rem;
              line-height: 1.5714285714rem; } }
          .somfy #header.light .breadcrumb-item a img {
            position: absolute;
            left: 0;
            top: -0.0714285714rem; }
        .somfy #header.light .breadcrumb-item:first-child {
          padding-left: 2.1428571429rem; }
        .somfy #header.light .breadcrumb-item span {
          color: #485C74;
          opacity: 0.4;
          font-size: 1.2857142857rem;
          line-height: 1.7142857143rem; }
        .somfy #header.light .breadcrumb-item + .breadcrumb-item {
          padding-left: 1rem; }
          .somfy #header.light .breadcrumb-item + .breadcrumb-item:before {
            opacity: 0.4;
            content: "\e903";
            font-size: 0.8571428571rem;
            font-family: 'icomoon';
            padding-right: 1rem; }
  .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu {
    color: #000;
    padding: 0 10px;
    position: relative;
    margin-top: 0 !important; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu > .col-3.flex-column:after {
      display: block;
      content: '';
      position: absolute;
      left: 24%;
      top: 40px;
      width: 1px;
      height: calc(100% - 80px);
      background: #ccc; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu > div[class^="col"] {
      position: static;
      padding-top: 2.8571428571rem;
      padding-bottom: 2.8571428571rem; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
      font-size: 18px;
      width: 100%;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 8px;
      margin-bottom: 0; }
      body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a,
      body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a,
      body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a,
      body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a,
      body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a,
      body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .link a {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu ul {
      padding: 0; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu li {
      list-style: none; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu li a {
        transition: all .3s ease; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h3 {
      margin: 0; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
      font-size: 20px;
      font-weight: 300;
      color: #FAB800;
      margin-bottom: 10px; }
      body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4,
      body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4,
      body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4,
      body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4,
      body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4,
      body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu h4 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail {
      margin-bottom: 20px; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail > li {
        font-size: 14px;
        line-height: 24px; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
        font-size: 18px; }
        body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a,
        body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a,
        body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a,
        body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a,
        body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a,
        body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .menu-detail .link a {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu {
      padding-bottom: 35px;
      min-height: 500px; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li {
        margin: 0 3.2142857143rem 0 0; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu {
          display: flex;
          z-index: 10;
          position: absolute;
          opacity: 0;
          left: 0.1428571429rem;
          right: 0.7142857143rem;
          top: 2.8571428571rem;
          transition: all .4s ease-in-out, max-height 0s 0.4s;
          visibility: hidden;
          pointer-events: none;
          max-height: 0;
          overflow: hidden; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu > div[class^="col"] {
            pointer-events: all; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .col-9 {
            padding-left: 20px;
            padding-right: 20px;
            z-index: -10;
            background: white; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .intro {
            opacity: 0;
            height: 150px;
            -ms-transform: translateY(-40px);
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
            transition: all 0s 0.4s ease-in-out, opacity 0.4s 0s ease-in; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .intro {
                transition: none; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col {
            max-width: 25%;
            opacity: 0;
            -ms-transform: translateY(-40px);
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(1) {
              transition: all 0s 0.4s ease-in-out, opacity 0.4s 0s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(1) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(2) {
              transition: all 0s 0.4s ease-in-out, opacity 0.4s 0s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(2) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(3) {
              transition: all 0s 0.4s ease-in-out, opacity 0.4s 0s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(3) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(4) {
              transition: all 0s 0.4s ease-in-out, opacity 0.4s 0s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(4) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(5) {
              transition: all 0s 0.4s ease-in-out, opacity 0.4s 0s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col:nth-child(5) {
                  transition: none; } }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu {
          opacity: 1;
          visibility: visible;
          max-height: 100%;
          transition: all .4s ease-in-out, max-height 0s 0s; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .col-9 {
            pointer-events: all; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .intro {
            opacity: 1;
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.8s ease-in-out, opacity 0.4s 0.4s ease-in; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .intro {
                transition: none; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col {
            opacity: 1;
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0); }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(1) {
              transition: all 0.8s 0.2s ease-in-out, opacity 0.4s 0.6s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(1) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(2) {
              transition: all 0.8s 0.4s ease-in-out, opacity 0.4s 0.8s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(2) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(3) {
              transition: all 0.8s 0.6s ease-in-out, opacity 0.4s 1s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(3) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(4) {
              transition: all 0.8s 0.8s ease-in-out, opacity 0.4s 1.2s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(4) {
                  transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(5) {
              transition: all 0.8s 1s ease-in-out, opacity 0.4s 1.4s ease-in; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.active .sub-menu .products-col .col:nth-child(5) {
                  transition: none; } }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li:first-child {
          margin-top: 0; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a {
          color: #485C74;
          align-items: center;
          display: flex;
          font-size: 1.2857142857rem;
          line-height: normal;
          position: relative;
          z-index: 1;
          padding: 0.5714285714rem 0; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a span {
            position: relative;
            left: 0;
            top: 3px;
            display: inline-block;
            font-size: 12px;
            transition: all .3s ease;
            transition: all 0.2s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a span {
                transition: none; } }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a span:before {
              transition: all 0.2s ease-in-out; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a span:before {
                  transition: none; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:hover, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:active, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a.active {
            color: #FAB800; }
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:hover span, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:active span, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a.active span {
              left: 0.4285714286rem; }
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:hover span:before, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:active span:before, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a.active span:before {
                color: #FAB800 !important; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.more-link > a {
          justify-content: space-between; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.more-link.active > a {
          color: #FAB800; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.more-link.active > a i:before, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.more-link.active > a span:before {
            color: #FAB800 !important; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.more-link + .simple-link.product-universe {
          margin-top: 1.4285714286rem;
          padding-top: 1.4285714286rem;
          border-top: 1px solid #e3e3e3; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a i {
          transition: all 0.2s ease-in-out;
          margin-right: 0.4285714286rem; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a i {
              transition: none; } }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a i:before {
            transition: all 0.2s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a i:before {
                transition: none; } }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a:hover i, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a:active i, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a:focus i {
          margin-right: 0.8571428571rem; }
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a:hover i:before, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a:active i:before, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a:focus i:before {
            color: #FAB800 !important; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro {
      display: flex;
      align-items: stretch;
      background: #F2F2F2;
      margin-bottom: 0.7142857143rem; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-visual {
        width: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-visual img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-desc {
        width: 50%;
        text-align: center;
        padding: 1.7857142857rem 1.4285714286rem; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
        color: #1A1B1C;
        font-size: 1.5714285714rem;
        line-height: 2rem;
        margin-bottom: 1.4285714286rem; }
        body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title,
        body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title,
        body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title,
        body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title,
        body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title,
        body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .intro-title {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-col {
      margin-bottom: 4rem; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-col .col {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-title {
      display: flex;
      min-height: 4.2857142857rem;
      align-items: flex-end;
      color: #FAB800;
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 0.7142857143rem; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-title:hover, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-title:active, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-title:focus, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-title.active {
        color: #EC9600; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more {
      color: #485C74;
      margin-bottom: 0.4285714286rem;
      display: inline-block; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
        display: inline-block; }
        body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span,
        body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span,
        body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span,
        body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span,
        body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span,
        body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:after {
        position: relative;
        font-family: 'icomoon';
        content: "\e903";
        font-size: 0.7142857143rem;
        margin-left: 0.5714285714rem;
        transition: margin 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:after {
            transition: none; } }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:hover, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:active, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:focus {
        color: #FAB800; }
        .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:hover:after, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:active:after, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:focus:after {
          margin-left: 0.8571428571rem; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-detail {
      color: #485C74;
      list-style: none;
      padding: 0;
      margin: 0 0 0.7142857143rem; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-detail li {
        margin-bottom: 0.4285714286rem; }
    .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
      color: #485C74;
      font-weight: bold; }
      body .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all,
      body.vi-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all,
      body.ar-lb .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all,
      body.ar-ma .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all,
      body.ar-il .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all,
      body.tc-tw .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all:hover, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all:active, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all:focus, .somfy #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-all.active {
        color: #FAB800; }
  .somfy #header .close-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40; }
    @media (min-width: 1500px) {
      .somfy #header .close-button {
        top: 1.4285714286rem;
        right: -5.7142857143rem; } }
    .somfy #header .close-button .close {
      opacity: 1;
      padding: 0.7142857143rem;
      color: #485C74;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy #header .close-button .close {
          transition: none; } }
      .somfy #header .close-button .close:focus, .somfy #header .close-button .close:active, .somfy #header .close-button .close:hover {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .somfy #header .close-button .close span {
        font-size: 18px !important;
        display: block !important; }
  @media (min-width: 1500px) {
    .somfy #header .nav-other-visual + .complete-menu .close-button {
      top: 1.4285714286rem;
      right: 25.7142857143rem; } }
  .somfy #header .topbar {
    position: relative;
    z-index: 20;
    min-height: 2.8571428571rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media (max-width: 991.98px) {
      .somfy #header .topbar {
        opacity: 0;
        pointer-events: none;
        margin-top: -1.2857142857rem;
        border-bottom: none;
        transition: all 0.4s ease-in-out; } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy #header .topbar {
      transition: none; } }
    @media (max-width: 991.98px) {
        .somfy #header .topbar:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background: rgba(0, 0, 0, 0.1);
          height: 1px;
          width: 100vw; } }
    .somfy #header .topbar .navMarket {
      position: relative; }
      @media (max-width: 991.98px) {
        .somfy #header .topbar .navMarket {
          padding: 0;
          white-space: nowrap;
          overflow-x: auto; } }
      .somfy #header .topbar .navMarket ul {
        margin: 0 0 -1px;
        padding: 0;
        list-style: none; }
        @media (max-width: 991.98px) {
          .somfy #header .topbar .navMarket ul {
            text-align: center;
            margin: 0; } }
        .somfy #header .topbar .navMarket ul li {
          display: inline-block; }
          .somfy #header .topbar .navMarket ul li a {
            display: inline-block;
            color: #767677;
            font-size: 1rem;
            line-height: 2.8571428571rem;
            padding-right: 1.4285714286rem;
            margin-right: 2.8571428571rem;
            border-bottom: 1px solid transparent;
            transition: all 0.2s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy #header .topbar .navMarket ul li a {
                transition: none; } }
            @media (max-width: 991.98px) {
              .somfy #header .topbar .navMarket ul li a {
                margin: 0;
                padding: 0 1.4285714286rem; } }
            @media (max-width: 767.98px) {
              .somfy #header .topbar .navMarket ul li a {
                padding: 0 0.7142857143rem;
                font-size: 0.8571428571rem;
                letter-spacing: -0.2px; } }
            .somfy #header .topbar .navMarket ul li a:hover, .somfy #header .topbar .navMarket ul li a:focus {
              color: #FAB800; }
            .somfy #header .topbar .navMarket ul li a:active, .somfy #header .topbar .navMarket ul li a.active {
              color: #FAB800;
              border-color: #FAB800; }
    .somfy #header .topbar-message {
      position: absolute;
      text-align: center;
      top: 10px;
      width: 100vw; }
  @media (max-width: 991.98px) {
    .somfy #header.open .logo_somfy {
      padding-bottom: 3.5714285714rem !important;
      border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important; }
    .somfy #header.open .topbar {
      opacity: 1;
      pointer-events: all;
      margin-top: 0; }
    .somfy #header.open .menu_entries {
      opacity: 1 !important;
      pointer-events: all !important; } }
  .somfy #header ul.navbar-top {
    position: absolute;
    top: -2.8571428571rem;
    right: 0.7142857143rem;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .somfy #header ul.navbar-top {
        position: static;
        background: #f2f2f2;
        margin-top: 2.1428571429rem;
        padding: 2.1428571429rem 1.4285714286rem 0.7142857143rem; } }
    .somfy #header ul.navbar-top li {
      display: inline-block;
      margin-right: 2.5rem; }
      @media (max-width: 991.98px) {
        .somfy #header ul.navbar-top li {
          display: block;
          margin-right: 0;
          margin-bottom: 1.4285714286rem; } }
      .somfy #header ul.navbar-top li:last-child {
        margin-right: 0; }
      .somfy #header ul.navbar-top li .cart-items {
        background: #fcac22;
        border-radius: 50%;
        color: #fff;
        height: 16px;
        width: auto;
        min-width: 16px;
        margin: 3px 0 0 -4px;
        line-height: 1.6;
        font-size: 0.8rem;
        position: absolute;
        text-align: center;
        top: 0px; }
        body .somfy #header ul.navbar-top li .cart-items {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy #header ul.navbar-top li .cart-items,
        body.vi-th .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy #header ul.navbar-top li .cart-items,
        body.ar-lb .somfy #header ul.navbar-top li .cart-items,
        body.ar-ma .somfy #header ul.navbar-top li .cart-items,
        body.ar-il .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy #header ul.navbar-top li .cart-items,
        body.tc-tw .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy #header ul.navbar-top li .cart-items {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy #header ul.navbar-top li a, .somfy #header ul.navbar-top li button {
        color: #767677;
        font-size: 1rem;
        line-height: 2.8571428571rem;
        padding: 0;
        border: none;
        background: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header ul.navbar-top li a, .somfy #header ul.navbar-top li button {
            transition: none; } }
        @media (max-width: 991.98px) {
          .somfy #header ul.navbar-top li a, .somfy #header ul.navbar-top li button {
            color: #485C74;
            font-size: 1.1428571429rem; } }
        .somfy #header ul.navbar-top li a.cart-show, .somfy #header ul.navbar-top li button.cart-show {
          display: inline-block; }
          .somfy #header ul.navbar-top li a.cart-show *, .somfy #header ul.navbar-top li button.cart-show * {
            pointer-events: none; }
        .somfy #header ul.navbar-top li a i, .somfy #header ul.navbar-top li button i {
          font-size: 1rem;
          vertical-align: text-bottom;
          margin-right: 0.5714285714rem; }
          .somfy #header ul.navbar-top li a i.-bigger:before, .somfy #header ul.navbar-top li button i.-bigger:before {
            top: 2px;
            position: relative;
            font-size: 1.5714285714rem; }
            @media (max-width: 991.98px) {
              .somfy #header ul.navbar-top li a i.-bigger:before, .somfy #header ul.navbar-top li button i.-bigger:before {
                color: #485C74;
                font-size: 1.4285714286rem; } }
          .somfy #header ul.navbar-top li a i:before, .somfy #header ul.navbar-top li button i:before {
            color: #767677;
            font-size: 1.2857142857rem;
            transition: all 0.2s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy #header ul.navbar-top li a i:before, .somfy #header ul.navbar-top li button i:before {
                transition: none; } }
            @media (max-width: 991.98px) {
              .somfy #header ul.navbar-top li a i:before, .somfy #header ul.navbar-top li button i:before {
                color: #485C74;
                font-size: 1.4285714286rem; } }
        .somfy #header ul.navbar-top li a:hover, .somfy #header ul.navbar-top li a:active, .somfy #header ul.navbar-top li a:focus, .somfy #header ul.navbar-top li button:hover, .somfy #header ul.navbar-top li button:active, .somfy #header ul.navbar-top li button:focus {
          color: #FAB800; }
          .somfy #header ul.navbar-top li a:hover i:before, .somfy #header ul.navbar-top li a:active i:before, .somfy #header ul.navbar-top li a:focus i:before, .somfy #header ul.navbar-top li button:hover i:before, .somfy #header ul.navbar-top li button:active i:before, .somfy #header ul.navbar-top li button:focus i:before {
            color: #FAB800; }
    .somfy #header ul.navbar-top.line-2 {
      top: 1.5714285714rem; }
      .somfy #header ul.navbar-top.line-2 li {
        margin-right: 2.5rem; }
        .somfy #header ul.navbar-top.line-2 li:last-child {
          margin-right: 0; }
  .somfy #header + .mobilebar {
    position: fixed;
    z-index: 1500;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    display: none;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy #header + .mobilebar {
        transition: none; } }
    @media (max-width: 991.98px) {
      .somfy #header + .mobilebar.hide {
        bottom: -70px; }
        .somfy #header + .mobilebar.hide ~ .back-to-top {
          bottom: 1.4285714286rem; } }
    @media (max-width: 991.98px) {
      .somfy #header + .mobilebar {
        display: block; } }
    .somfy #header + .mobilebar .burger_container {
      cursor: pointer;
      display: block; }
    .somfy #header + .mobilebar .bar1, .somfy #header + .mobilebar .bar2, .somfy #header + .mobilebar .bar3 {
      width: 24px;
      height: 2px;
      background-color: #767677;
      margin: 6px auto;
      transition: all 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy #header + .mobilebar .bar1, .somfy #header + .mobilebar .bar2, .somfy #header + .mobilebar .bar3 {
          transition: none; } }
    .somfy #header + .mobilebar .change .bar1 {
      -webkit-transform: translate(0px, 8px) rotate(-45deg);
      transform: translate(0px, 8px) rotate(-45deg); }
    .somfy #header + .mobilebar .change .bar2 {
      opacity: 0; }
    .somfy #header + .mobilebar .change .bar3 {
      -webkit-transform: translate(0px, -8px) rotate(45deg);
      transform: translate(0px, -8px) rotate(45deg); }
    .somfy #header + .mobilebar ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      width: 100%; }
      .somfy #header + .mobilebar ul li {
        flex-grow: 1;
        width: 33.3333%; }
        .somfy #header + .mobilebar ul li a {
          display: flex;
          text-align: center;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 5rem; }
          .somfy #header + .mobilebar ul li a i {
            display: block;
            font-size: 22px;
            color: #767677;
            margin-bottom: 6px; }
          .somfy #header + .mobilebar ul li a span {
            display: block;
            color: #767677;
            font-size: 0.8571428571rem;
            line-height: normal;
            letter-spacing: -0.2px; }
          .somfy #header + .mobilebar ul li a .cart-items {
            background: #fcac22;
            border-radius: 50%;
            color: #fff;
            height: 16px;
            width: auto;
            min-width: 16px;
            margin: 8px 0 0 -16px;
            line-height: 1.6;
            font-size: 0.8rem;
            position: absolute;
            text-align: center;
            top: 0px; }
        .somfy #header + .mobilebar ul li .navbar-toggler {
          padding: 0;
          text-align: center;
          height: 5rem;
          width: 100%;
          border: none;
          display: flex;
          align-items: center;
          justify-content: center; }
  .somfy #header .btnOpenSearch {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.7142857143rem;
    width: 22%;
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    margin: 6px 0 0;
    text-align: left;
    font-size: 1.2857142857rem;
    color: #767677;
    font-weight: normal;
    padding: 0 20px 4px 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .somfy #header .btnOpenSearch.small {
      right: 10rem;
      width: auto; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy #header .btnOpenSearch {
        transition: none; } }
    @media (max-width: 991.98px) {
      .somfy #header .btnOpenSearch {
        display: none; } }
    .somfy #header .btnOpenSearch span {
      opacity: 0.5; }
    .somfy #header .btnOpenSearch i {
      margin-right: 0.7142857143rem; }
      .somfy #header .btnOpenSearch i:before {
        color: #767677; }
  .somfy #header .push-forward {
    opacity: 0;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy #header .push-forward {
        transition: none; } }
    .somfy #header .push-forward a {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .somfy #header .push-forward a:hover .visual img, .somfy #header .push-forward a:active .visual img, .somfy #header .push-forward a:focus .visual img {
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); }
      .somfy #header .push-forward a:hover .link:after, .somfy #header .push-forward a:active .link:after, .somfy #header .push-forward a:focus .link:after {
        margin-left: 1.1428571429rem; }
    .somfy #header .push-forward .visual {
      position: relative;
      height: 0;
      overflow: hidden;
      padding-top: 100%;
      margin-bottom: 2.1428571429rem; }
      .somfy #header .push-forward .visual img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        max-width: 105%;
        max-height: 105%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .push-forward .visual img {
            transition: none; } }
    .somfy #header .push-forward .title {
      color: #1A1B1C;
      font-size: 1.4285714286rem;
      margin-bottom: 1.4285714286rem; }
      body .somfy #header .push-forward .title {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy #header .push-forward .title,
      body.vi-th .somfy #header .push-forward .title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy #header .push-forward .title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy #header .push-forward .title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy #header .push-forward .title,
      body.ar-lb .somfy #header .push-forward .title,
      body.ar-ma .somfy #header .push-forward .title,
      body.ar-il .somfy #header .push-forward .title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy #header .push-forward .title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy #header .push-forward .title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy #header .push-forward .title,
      body.tc-tw .somfy #header .push-forward .title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy #header .push-forward .title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy #header .push-forward .link {
      margin-top: auto;
      color: #FAB800;
      font-size: 1.1428571429rem; }
      .somfy #header .push-forward .link:after {
        position: relative;
        top: 1px;
        font-family: 'icomoon';
        content: "\e903";
        font-size: 0.8571428571rem;
        color: #FAB800;
        margin-left: 0.5714285714rem;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy #header .push-forward .link:after {
            transition: none; } }
  .somfy #header .nav-other-visual {
    z-index: 20;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
    opacity: 0;
    background: center center / cover;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy #header .nav-other-visual {
        transition: none; } }
    .somfy #header .nav-other-visual.anim {
      opacity: 1;
      transition: all 0.4s 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy #header .nav-other-visual.anim {
          transition: none; } }
  .somfy #header .nav-other-bloc {
    z-index: 30;
    position: absolute;
    top: 70px;
    right: 30%;
    padding: 40px 30px;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: #ffffff;
    border-bottom: 1px solid #FAB800;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy #header .nav-other-bloc {
        transition: none; } }
    .somfy #header .nav-other-bloc.anim {
      opacity: 1;
      right: 33%;
      transition: all 0.6s 0.6s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy #header .nav-other-bloc.anim {
          transition: none; } }
    .somfy #header .nav-other-bloc .title {
      display: block;
      color: #485C74;
      font-size: 2.5714285714rem;
      margin-bottom: 20px; }
      body .somfy #header .nav-other-bloc .title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy #header .nav-other-bloc .title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy #header .nav-other-bloc .title,
      body.vi-th .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy #header .nav-other-bloc .title,
      body.ar-lb .somfy #header .nav-other-bloc .title,
      body.ar-ma .somfy #header .nav-other-bloc .title,
      body.ar-il .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy #header .nav-other-bloc .title,
      body.tc-tw .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy #header .nav-other-bloc .title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy #header.old + main .buyButton_mobile {
      bottom: 0; } }

.somfy .shrink_assist.assistance {
  flex-grow: initial !important;
  width: calc(25% - 20px); }
  .somfy .shrink_assist.assistance div {
    padding-bottom: initial !important;
    padding-top: initial !important; }

@keyframes slideUpHeader {
  from {
    top: 70px; }
  to {
    top: 0 !important; } }

@keyframes delay-show-menu {
  from {
    height: 0;
    overflow: auto; }
  to {
    height: 100%; } }

@keyframes hideMenu {
  from {
    height: 100vh; }
  to {
    height: 0; } }

@keyframes showMenu {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@keyframes hideMenu {
  0% {
    height: 100vh;
    background-color: black;
    opacity: 0.7; }
  99% {
    opacity: 0; }
  100% {
    background-color: transparent;
    height: 0; } }

.somfy.rtl {
  direction: rtl; }
  .somfy.rtl #header {
    text-align: right; }
    .somfy.rtl #header ul.navbar-top {
      right: auto;
      left: 0.7142857143rem; }
      .somfy.rtl #header ul.navbar-top li {
        margin-left: 2.8571428571rem;
        margin-right: 0; }
        .somfy.rtl #header ul.navbar-top li:last-child {
          margin-left: 0; }
        .somfy.rtl #header ul.navbar-top li .cart-items {
          background: #fcac22;
          border-radius: 50%;
          color: #fff;
          height: 16px;
          width: auto;
          min-width: 16px;
          margin: 3px 0 0 -4px;
          line-height: 1.6;
          font-size: 0.8rem;
          position: absolute;
          text-align: center;
          top: 0px; }
          body .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy.rtl #header ul.navbar-top li .cart-items,
          body.vi-th .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy.rtl #header ul.navbar-top li .cart-items,
          body.ar-lb .somfy.rtl #header ul.navbar-top li .cart-items,
          body.ar-ma .somfy.rtl #header ul.navbar-top li .cart-items,
          body.ar-il .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy.rtl #header ul.navbar-top li .cart-items,
          body.tc-tw .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy.rtl #header ul.navbar-top li .cart-items {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy.rtl #header ul.navbar-top li a i {
          float: right;
          margin-left: 0.5714285714rem;
          margin-right: 0;
          margin-top: 10px; }
    .somfy.rtl #header .topbar {
      text-align: right; }
      .somfy.rtl #header .topbar .navMarket ul li a {
        padding-left: 1.4285714286rem;
        margin-left: 2.8571428571rem;
        margin-right: 0;
        padding-right: 0; }
        @media (max-width: 991.98px) {
          .somfy.rtl #header .topbar .navMarket ul li a {
            margin-left: 0;
            padding: 0 1.4285714286rem; } }
    .somfy.rtl #header .container-fluid > div nav .logo_somfy {
      margin-left: 4.2857142857rem;
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .somfy.rtl #header .container-fluid > div nav .logo_somfy {
          margin-left: 0; } }
    .somfy.rtl #header .container-fluid > div nav .menu_entries {
      margin-left: auto;
      margin-right: 0;
      padding: 0; }
      .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
        margin-left: 20px;
        margin-right: 0; }
        @media (max-width: 991.98px) {
          .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
            margin-left: 0; } }
      .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu {
        text-align: right; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu > .col-3.flex-column:after {
          left: auto;
          right: 24%; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li {
          margin: 0 0 0 3.2142857143rem; }
          .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a {
            text-align: right;
            -ms-transform: translateX(40px);
            -webkit-transform: translateX(40px);
            transform: translateX(40px); }
            .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:hover span, .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li > a:active span {
              left: -0.4285714286rem; }
          .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li.simple-link > a i {
            margin-right: 0;
            margin-left: 0.4285714286rem; }
          .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu {
            right: 0.1428571429rem;
            left: 0.7142857143rem; }
            .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .col-9.offset-3 {
              margin-right: 25%;
              margin-left: 0; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-col .col {
          text-align: right; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more {
          display: inline-block; }
          .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more span {
            float: right; }
          .somfy.rtl #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-more:after {
            float: right;
            position: relative;
            top: 3px;
            margin-right: 10px;
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
      .somfy.rtl #header .container-fluid > div nav .menu_entries .anim .col-3.flex-column .left-menu .more-link > a,
      .somfy.rtl #header .container-fluid > div nav .menu_entries .anim .col-3.flex-column .left-menu .simple-link > a {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .somfy.rtl #header .btnOpenSearch {
      left: 0;
      right: auto;
      padding: 0 0 4px 20px;
      text-align: right; }
      .somfy.rtl #header .btnOpenSearch i {
        margin-right: 0;
        margin-left: 0.7142857143rem;
        float: right;
        margin-top: 4px; }
    .somfy.rtl #header .push-forward {
      text-align: right; }
      .somfy.rtl #header .push-forward .link {
        display: inline-block; }
        .somfy.rtl #header .push-forward .link:after {
          float: left;
          position: relative;
          top: 3px;
          margin-right: 10px;
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .somfy.rtl #header .close-button {
      left: 0;
      right: auto; }
      @media (min-width: 1500px) {
        .somfy.rtl #header .close-button {
          left: -5.7142857143rem;
          right: auto; } }
    .somfy.rtl #header .navbar .search-bar form.offset-lg-2 {
      margin-left: 0;
      margin-right: 16.6666666667%; }
      @media (max-width: 991.98px) {
        .somfy.rtl #header .navbar .search-bar form.offset-lg-2 {
          margin-right: 0; } }
    @media (max-width: 991.98px) {
      .somfy.rtl #header .ml-auto, .somfy.rtl #header .mx-auto {
        margin-left: 0 !important;
        margin-right: auto !important; }
      .somfy.rtl #header .container-fluid > div nav .menu_entries {
        right: -10px; }
      .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar {
        padding-right: 0; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav {
          left: auto;
          right: 100vw; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child span {
          transform: none;
          margin: 2px 0 0 10px; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child span {
          transform: none;
          margin: 2px 0 0 10px; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li.introduction p span {
          padding-top: 5px !important; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav {
          left: auto;
          right: 100vw; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar.navbar-product > li.current .product_nav.show_subnavbar {
          right: 0;
          left: auto; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li.simple-link {
          text-align: right; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav.show_sub_subnavbar:not(.product_sub_subnav) {
          right: 0;
          left: auto; }
        .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li a i {
          float: right;
          margin-left: 0.7142857143rem;
          margin-right: 0;
          margin-top: 2px; }
      .somfy.rtl #header .show_navbar_1 {
        left: auto !important;
        right: calc(-100vw - 10px) !important; } }
    .somfy.rtl #header .nav-other-visual {
      left: 0;
      right: auto; }
    .somfy.rtl #header .nav-other-bloc {
      right: auto;
      left: 30%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .somfy.rtl #header .nav-other-bloc.anim {
        left: 33%; }

.cmsV2 #nvTopBar ~ .somfy main .subnav,
.cmsV2 #nvTopBar ~ .somfy .language-select,
.cmsV2 #nvTopBar ~ .somfy > .header {
  margin-top: 2.5714285714rem; }

.cmsV3 #nvTopBar ~ .somfy main .subnav,
.cmsV3 #nvTopBar ~ .somfy .language-select,
.cmsV3 #nvTopBar ~ .somfy > .header {
  margin-top: 8.2142857143rem; }

.somfy .subnav {
  position: relative;
  z-index: 100 !important;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  background-color: #FFFFFF; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .subnav {
      transition: none; } }

@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 {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease-in-out; }
    .somfy .subnav > .container-fluid div.row {
      padding: 0 10px; }
      @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;
        line-height: 22px; }
        @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; }
                .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: 0px;
        z-index: -1;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        z-index: 5;
        opacity: 0;
        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; } }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown {
            transition: none; } }
        .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content {
          transition: all 0.3s ease-in-out;
          margin-left: -20px;
          margin-right: -20px;
          background-color: #FFFFFF; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content {
              transition: none; } }
          .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul {
            padding-left: 30px;
            list-style: none;
            margin-bottom: 20px; }

@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 {
                transition: all 0.3s ease-in-out; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul li a {
                    transition: none; } }
                .somfy .subnav > .container-fluid div.row .subnav_title_container > .subnav_dropdown .contrast_content ul li a:hover {
                  color: #FAB800; }
      @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; }
        @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: #FAB800; } }
      .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;
          white-space: nowrap; }
          .somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy .buyButton p.product-new__item__start-from {
            margin: 0px;
            text-align: left; }
        .somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy .buyButton a {
          text-decoration: none;
          padding-top: 8px;
          padding-bottom: 8px;
          padding-left: 17px;
          padding-right: 17px;
          transition: background-color 0.3s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .subnav > .container-fluid div.row .subnav_entries_container.hasPrice .subnav_entries_buy .buyButton a {
              transition: none; } }
      .somfy .subnav > .container-fluid div.row .subnav_entries_container {
        height: 100%;
        align-items: center; }
        .somfy .subnav > .container-fluid div.row .subnav_entries_container .btnCompact {
          text-align: center;
          margin-left: 20px;
          margin-top: 7px;
          margin-bottom: 7px; }
        @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: 0 15px; }
            .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
              position: relative;
              height: 100%;
              text-decoration: none;
              color: #1A1B1C;
              line-height: 1.3rem;
              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; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
                  transition: none; } }
              .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a:hover {
                color: #485C74; }
              .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li a.active {
                color: #FAB800; }
          .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li.active {
            border-bottom: 1px solid #FAB800; }
            .somfy .subnav > .container-fluid div.row .subnav_entries_container .subnav_entries li.active a {
              color: #FAB800; }
  .somfy .subnav.-v2:before {
    display: none; }
  @media (max-width: 991.98px) {
    .somfy .subnav.-v2 {
      display: none; } }
  .somfy .subnav.-v2:not(.sticky) .container-fluid {
    border-bottom: 1px solid #e8e8e8; }
  .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between; }
    .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries {
      padding: 0; }
      .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries li {
        margin: 0 0 -2px; }
        .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries li a {
          display: flex;
          align-items: center;
          height: 100%;
          padding: 1.1428571429rem 1.7142857143rem;
          color: #8996A4;
          font-size: 0.8571428571rem;
          border-bottom: 1px solid transparent;
          transition: all 0.2s ease-in-out; }
          .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries li a:hover, .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries li a:focus {
            color: #FAB800; }
          .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries li a.active {
            color: #485C74;
            border-bottom: 1px solid #FAB800; }
    .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries_buy .price {
      font-size: 1.4285714286rem;
      color: #485C74; }
    .somfy .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries_buy s.price {
      font-size: 1rem;
      color: #A1ABB7;
      margin: 0 0.7142857143rem; }

.somfy .subnav_with_arrow .subnav_title_container a {
  pointer-events: visible !important;
  cursor: pointer !important;
  transition: color 0.3s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .subnav_with_arrow .subnav_title_container a {
      transition: none; } }
  .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;
      transition: color 0.3s ease-in-out;
      color: #1A1B1C; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .subnav_with_arrow .subnav_title_container a span.icon-arrow-right:before {
          transition: none; } }
  .somfy .subnav_with_arrow .subnav_title_container a:focus {
    color: #FAB800 !important; }
    .somfy .subnav_with_arrow .subnav_title_container a:focus span:before {
      color: #FAB800; }

.somfy .on {
  pointer-events: none;
  cursor: default; }
  .somfy .on:hover {
    color: #FAB800 !important; }

.somfy .subnav_bg_white {
  background-color: #ffffff;
  top: 80px;
  position: fixed; }
  .somfy .subnav_bg_white .container-fluid {
    border-top: 1px solid #e8e8e8; }
  @media (max-width: 767.98px) {
    .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: 0;
  width: 100%;
  z-index: 400;
  background-color: #FFFFFF;
  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 screen and (prefers-reduced-motion: reduce) {
    .somfy .sticky {
      transition: none; } }
  .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_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 400;
  background-color: #FFFFFF;
  border-top: 1px solid #e8e8e8;
  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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .sticky_header {
      transition: none; } }

.somfy .buyButton_mobile {
  display: none;
  transition: all 0.3s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .buyButton_mobile {
      transition: none; } }
  @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: 70px;
      z-index: 997;
      display: flex;
      flex-wrap: wrap;
      box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; } }
  @media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .somfy .buyButton_mobile {
      transition: none; } }
  @media (max-width: 767.98px) {
      .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, .somfy.product-page.-pim .buyButton_mobile .container-fluid .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .buyButton_mobile .container-fluid .ts-header-filter-dropdown-label, .somfy.product-page.-pim .buyButton_mobile .container-fluid .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .buyButton_mobile .container-fluid .ts-header-filter-dropdown-content {
          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, .somfy.product-page.-pim .buyButton_mobile .container-fluid .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .buyButton_mobile .container-fluid .ts-header-filter-dropdown-label i, .somfy.product-page.-pim .buyButton_mobile .container-fluid .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .buyButton_mobile .container-fluid .ts-header-filter-dropdown-content i {
            margin: 0 0 0 10px;
            font-size: 22px; }
          .somfy .buyButton_mobile .container-fluid .btnClassic:last-child, .somfy.product-page.-pim .buyButton_mobile .container-fluid .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:last-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .buyButton_mobile .container-fluid .ts-header-filter-dropdown-label:last-child, .somfy.product-page.-pim .buyButton_mobile .container-fluid .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:last-child, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .buyButton_mobile .container-fluid .ts-header-filter-dropdown-content:last-child {
            width: 100% !important; }
        .somfy .buyButton_mobile .container-fluid .product-new__item__start-from {
          margin-right: 10px; }
        .somfy .buyButton_mobile .container-fluid .product-new__item__start-from[data-price-condition] {
          display: none !important; }
        .somfy .buyButton_mobile .container-fluid .product_price {
          display: flex;
          min-width: 50%;
          align-items: center;
          justify-content: center; }
          .somfy .buyButton_mobile .container-fluid .product_price .price {
            font-size: 1.8rem; }
        .somfy .buyButton_mobile .container-fluid p {
          margin-bottom: 0;
          padding: 0;
          /* 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; }
          .somfy .buyButton_mobile .container-fluid p.legend:after {
            content: '*'; }
          .somfy .buyButton_mobile .container-fluid p.product-new__item__start-from {
            display: none; }
        .somfy .buyButton_mobile .container-fluid span.legend:after {
          content: '*'; } }
    @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;
    margin-left: 0; }

@media (max-width: 767.98px) {
  .somfy.rtl .buyButton_mobile .container-fluid .btnClassic i, .somfy.rtl .buyButton_mobile .container-fluid .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .buyButton_mobile .container-fluid .ts-header-filter-dropdown-label i, .somfy.rtl .buyButton_mobile .container-fluid .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content i, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .buyButton_mobile .container-fluid .ts-header-filter-dropdown-content 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; } }

.somfy.rtl .subnav.-v2 > .container-fluid div.row .subnav_entries_container .subnav_entries li {
  margin-left: 0; }

.somfy .breadcrumb {
  margin-bottom: 0;
  padding: 0.7142857143rem 1.4285714286rem 2.8571428571rem; }
  .somfy .breadcrumb.compact {
    padding: 0.7142857143rem 1.4285714286rem; }
  body .somfy .breadcrumb {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .breadcrumb,
  body.vi-th .somfy .breadcrumb {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .breadcrumb {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .breadcrumb {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .breadcrumb,
  body.ar-lb .somfy .breadcrumb,
  body.ar-ma .somfy .breadcrumb,
  body.ar-il .somfy .breadcrumb {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .breadcrumb {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .breadcrumb {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .breadcrumb,
  body.tc-tw .somfy .breadcrumb {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .breadcrumb {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .breadcrumb ol {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .somfy .breadcrumb ol li {
        display: none; } }
    .somfy .breadcrumb ol li:not(:last-child) {
      margin-right: 0.7142857143rem; }
      .somfy .breadcrumb ol li:not(:last-child) a {
        padding-right: 0.7142857143rem; }
      .somfy .breadcrumb ol li:not(:last-child):after {
        content: '>';
        color: #767677; }
    @media (max-width: 991.98px) {
      .somfy .breadcrumb ol li:nth-last-child(2) {
        display: block; }
        .somfy .breadcrumb ol li:nth-last-child(2) a {
          padding-right: 0;
          padding-left: 0.7142857143rem; }
        .somfy .breadcrumb ol li:nth-last-child(2):after {
          display: none; }
        .somfy .breadcrumb ol li:nth-last-child(2):before {
          content: '<';
          color: #767677; } }
    .somfy .breadcrumb ol a {
      display: inline-block; }
      .somfy .breadcrumb ol a span {
        color: #767677;
        transition: all 0.2s ease-in-out; }
      .somfy .breadcrumb ol a:focus span, .somfy .breadcrumb ol a:hover span {
        color: #FAB800; }
    .somfy .breadcrumb ol span {
      color: #767677; }

.somfy.rtl .breadcrumb ol li:not(:last-child) {
  margin-left: 0.7142857143rem;
  margin-right: 0; }
  .somfy.rtl .breadcrumb ol li:not(:last-child) a {
    padding-left: 0.7142857143rem;
    padding-right: 0; }

@media (max-width: 991.98px) {
  .somfy.rtl .breadcrumb ol li:not(:last-child) {
    margin-right: 0; }
  .somfy.rtl .breadcrumb ol li:nth-last-child(2) a {
    padding-right: 0.7142857143rem;
    padding-left: 0; } }

.somfy .mainFooter {
  display: block;
  height: auto;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out; }
  .somfy .mainFooter .footer_first {
    background-color: #485C74;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .somfy .mainFooter .footer_first {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .somfy .mainFooter .footer_first .footer_contact {
      height: 100%;
      align-items: center;
      padding-top: 38px;
      padding-bottom: 38px; }
      .somfy .mainFooter .footer_first .footer_contact .somfy-icon {
        font-family: 'somfy' !important; }
      @media (max-width: 767.98px) {
        .somfy .mainFooter .footer_first .footer_contact {
          justify-content: center;
          text-align: center;
          padding-top: 0;
          padding-bottom: 20px; } }
      .somfy .mainFooter .footer_first .footer_contact .wrap-content .text_big br {
        display: none; }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footer_first .footer_contact .wrap-content .text_big br {
            display: block; } }
      .somfy .mainFooter .footer_first .footer_contact .wrap-icon-contact > span {
        margin-right: 16px;
        color: #FFFFFF;
        font-size: 18px; }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footer_first .footer_contact .wrap-icon-contact > span {
            display: none; } }
      .somfy .mainFooter .footer_first .footer_contact .text_big {
        color: #FFFFFF;
        font-size: 18px; }
        body .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .mainFooter .footer_first .footer_contact .text_big,
        body.vi-th .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .mainFooter .footer_first .footer_contact .text_big,
        body.ar-lb .somfy .mainFooter .footer_first .footer_contact .text_big,
        body.ar-ma .somfy .mainFooter .footer_first .footer_contact .text_big,
        body.ar-il .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .mainFooter .footer_first .footer_contact .text_big,
        body.tc-tw .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .mainFooter .footer_first .footer_contact .text_big {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footer_first .footer_contact .text_big {
            font-size: 16px; } }
        .somfy .mainFooter .footer_first .footer_contact .text_big a {
          color: #FFFFFF;
          text-decoration: underline; }
      .somfy .mainFooter .footer_first .footer_contact p {
        color: #FFFFFF;
        margin: 0; }
    .somfy .mainFooter .footer_first .footer_subscribe_link {
      width: 100%;
      text-align: center; }
      .somfy .mainFooter .footer_first .footer_subscribe_link a {
        text-decoration: underline; }
      .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
        color: #FFFFFF;
        font-size: 18px; }
        body .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .mainFooter .footer_first .footer_subscribe_link .text_big,
        body.vi-th .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .mainFooter .footer_first .footer_subscribe_link .text_big,
        body.ar-lb .somfy .mainFooter .footer_first .footer_subscribe_link .text_big,
        body.ar-ma .somfy .mainFooter .footer_first .footer_subscribe_link .text_big,
        body.ar-il .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .mainFooter .footer_first .footer_subscribe_link .text_big,
        body.tc-tw .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footer_first .footer_subscribe_link .text_big {
            font-size: 16px; } }
    .somfy .mainFooter .footer_first .footer_social ul {
      margin: 0;
      padding: 0;
      text-align: right; }
      @media (max-width: 767.98px) {
        .somfy .mainFooter .footer_first .footer_social ul {
          text-align: center;
          padding-left: 25px;
          padding-right: 25px; } }
    .somfy .mainFooter .footer_first .footer_social .social-icon {
      list-style: none;
      border: 0;
      height: 40px;
      width: 40px;
      position: relative;
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
      transition: border .3s ease; }
      .somfy .mainFooter .footer_first .footer_social .social-icon:nth-child(6) {
        margin-top: 3px; }
      .somfy .mainFooter .footer_first .footer_social .social-icon:nth-child(7) {
        margin-top: 3px; }
      .somfy .mainFooter .footer_first .footer_social .social-icon:nth-child(8) {
        margin-top: 3px; }
      .somfy .mainFooter .footer_first .footer_social .social-icon:nth-child(9) {
        margin-top: 3px; }
      .somfy .mainFooter .footer_first .footer_social .social-icon:nth-child(10) {
        margin-top: 3px; }
      @media screen and (max-width: 1155px) and (min-width: 1034px) {
        .somfy .mainFooter .footer_first .footer_social .social-icon {
          height: 34px;
          width: 34px; }
          .somfy .mainFooter .footer_first .footer_social .social-icon a span:before {
            font-size: 1.1em; } }
      @media (max-width: 1034px) and (min-width: 951px) {
        .somfy .mainFooter .footer_first .footer_social .social-icon {
          height: 30px;
          width: 30px; }
          .somfy .mainFooter .footer_first .footer_social .social-icon a span:before {
            font-size: 0.9em; } }
      @media (max-width: 950px) and (min-width: 811px) {
        .somfy .mainFooter .footer_first .footer_social .social-icon {
          height: 28px;
          width: 28px;
          margin-left: 5px; }
          .somfy .mainFooter .footer_first .footer_social .social-icon a span:before {
            font-size: 0.9em; } }
      @media (max-width: 810px) and (min-width: 768px) {
        .somfy .mainFooter .footer_first .footer_social .social-icon {
          height: 26px;
          width: 26px;
          margin-left: 5px; }
          .somfy .mainFooter .footer_first .footer_social .social-icon a span:before {
            font-size: 0.8em; } }
      @media (max-width: 767.98px) {
        .somfy .mainFooter .footer_first .footer_social .social-icon {
          height: 40px;
          width: 40px;
          margin-left: 0;
          justify-content: space-between; }
          .somfy .mainFooter .footer_first .footer_social .social-icon span {
            font-size: 0.8em; } }
      .somfy .mainFooter .footer_first .footer_social .social-icon span {
        color: #FFFFFF;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute; }
        .somfy .mainFooter .footer_first .footer_social .social-icon span:before {
          font-size: 1.3em; }
    @media (max-width: 767.98px) {
      .somfy .mainFooter .footer_first .footer_social {
        justify-content: center !important;
        margin-top: 29px;
        padding-left: 0; } }
  .somfy .mainFooter .footer_second {
    padding-top: 30px; }
    @media (max-width: 991.98px) {
      .somfy .mainFooter .footer_second {
        padding-top: 0;
        padding-bottom: 20px; } }
    .somfy .mainFooter .footer_second .footer_second_wrapper {
      border-bottom: 1px solid rgba(26, 27, 28, 0.1);
      padding-bottom: 17px;
      margin-bottom: 11px; }
      @media (max-width: 991.98px) {
        .somfy .mainFooter .footer_second .footer_second_wrapper .footer-accordion-block:first-child .item-header span {
          cursor: initial; } }
    .somfy .mainFooter .footer_second .item-header {
      padding-bottom: 5px; }
      .somfy .mainFooter .footer_second .item-header .item-header-mobile {
        display: none; }
      @media (max-width: 991.98px) {
        .somfy .mainFooter .footer_second .item-header {
          position: relative;
          width: 100%;
          display: block;
          cursor: pointer; }
          .somfy .mainFooter .footer_second .item-header .item-header-mobile {
            display: inline-block; }
          .somfy .mainFooter .footer_second .item-header .item-header-desktop {
            display: none; }
          .somfy .mainFooter .footer_second .item-header .icon-plus {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            display: inline-block;
            right: 0;
            transform: translateY(-50%); }
            .somfy .mainFooter .footer_second .item-header .icon-plus:after {
              background-color: #485C74;
              width: 13px;
              height: 1px;
              border-radius: 1px;
              -webkit-border-radius: 1px;
              -moz-border-radius: 1px;
              position: absolute;
              top: 7px;
              left: 4px;
              content: ""; }
            .somfy .mainFooter .footer_second .item-header .icon-plus:before {
              background-color: #485C74;
              width: 1px;
              height: 13px;
              border-radius: 1px;
              -webkit-border-radius: 1px;
              -moz-border-radius: 1px;
              position: absolute;
              top: 1px;
              left: 10px;
              content: ""; } }
      .somfy .mainFooter .footer_second .item-header.active {
        border-bottom: none; }
        .somfy .mainFooter .footer_second .item-header.active .icon-plus:before {
          display: none; }
      @media (max-width: 991.98px) {
        .somfy .mainFooter .footer_second .item-header {
          padding-top: 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
      .somfy .mainFooter .footer_second .item-header .text_medium,
      .somfy .mainFooter .footer_second .item-header .text_medium a {
        color: inherit;
        font-size: 16px; }
        body .somfy .mainFooter .footer_second .item-header .text_medium, body .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .mainFooter .footer_second .item-header .text_medium, body.vi-vi .somfy .mainFooter .footer_second .item-header .text_medium a,
        body.vi-th .somfy .mainFooter .footer_second .item-header .text_medium, body.vi-th .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .mainFooter .footer_second .item-header .text_medium, body.kr-kr .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .mainFooter .footer_second .item-header .text_medium, body.il-il .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .mainFooter .footer_second .item-header .text_medium, body.ar-ac .somfy .mainFooter .footer_second .item-header .text_medium a,
        body.ar-lb .somfy .mainFooter .footer_second .item-header .text_medium, body.ar-lb .somfy .mainFooter .footer_second .item-header .text_medium a,
        body.ar-ma .somfy .mainFooter .footer_second .item-header .text_medium, body.ar-ma .somfy .mainFooter .footer_second .item-header .text_medium a,
        body.ar-il .somfy .mainFooter .footer_second .item-header .text_medium, body.ar-il .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .mainFooter .footer_second .item-header .text_medium, body.ja-jp .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .mainFooter .footer_second .item-header .text_medium, body.sc-cn .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .mainFooter .footer_second .item-header .text_medium, body.tc-hk .somfy .mainFooter .footer_second .item-header .text_medium a,
        body.tc-tw .somfy .mainFooter .footer_second .item-header .text_medium, body.tc-tw .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .mainFooter .footer_second .item-header .text_medium, body.th-th .somfy .mainFooter .footer_second .item-header .text_medium a {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 991.98px) {
          .somfy .mainFooter .footer_second .item-header .text_medium,
          .somfy .mainFooter .footer_second .item-header .text_medium a {
            position: relative; } }
    .somfy .mainFooter .footer_second .item-content {
      display: block; }
      .somfy .mainFooter .footer_second .item-content ul {
        padding-left: 0; }
        .somfy .mainFooter .footer_second .item-content ul li {
          list-style: none;
          padding-bottom: 5px; }
          .somfy .mainFooter .footer_second .item-content ul li:last-child {
            padding-bottom: 0; }
      .somfy .mainFooter .footer_second .item-content .text_small {
        color: #485C74;
        font-size: 14px; }
        body .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .mainFooter .footer_second .item-content .text_small,
        body.vi-th .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .mainFooter .footer_second .item-content .text_small,
        body.ar-lb .somfy .mainFooter .footer_second .item-content .text_small,
        body.ar-ma .somfy .mainFooter .footer_second .item-content .text_small,
        body.ar-il .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .mainFooter .footer_second .item-content .text_small,
        body.tc-tw .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .mainFooter .footer_second .item-content .text_small {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy .mainFooter .footer_second .item-content {
          display: none;
          border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
    @media (max-width: 991.98px) {
      .somfy .mainFooter .footer_second .footer-btn-link {
        padding-top: 18px;
        padding-bottom: 10px; } }
    .somfy .mainFooter .footer_second .footer-btn-link .btnClassic, .somfy.product-page.-pim .mainFooter .footer_second .footer-btn-link .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .mainFooter .footer_second .footer-btn-link .ts-header-filter-dropdown-label, .somfy.product-page.-pim .mainFooter .footer_second .footer-btn-link .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .mainFooter .footer_second .footer-btn-link .ts-header-filter-dropdown-content {
      margin-bottom: 10px;
      width: 100%;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 8px;
      margin-bottom: 14px; }
      @media (max-width: 991.98px) {
        .somfy .mainFooter .footer_second .footer-btn-link .btnClassic, .somfy.product-page.-pim .mainFooter .footer_second .footer-btn-link .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .mainFooter .footer_second .footer-btn-link .ts-header-filter-dropdown-label, .somfy.product-page.-pim .mainFooter .footer_second .footer-btn-link .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .mainFooter .footer_second .footer-btn-link .ts-header-filter-dropdown-content {
          width: 100%;
          max-width: 290px; } }
  .somfy .mainFooter .footerBottom {
    display: flex;
    align-items: center;
    height: 4.2857142857rem; }
    @media (max-width: 991.98px) {
      .somfy .mainFooter .footerBottom {
        padding-top: 0; } }
    @media (max-width: 767.98px) {
      .somfy .mainFooter .footerBottom {
        height: auto;
        display: block; } }
    .somfy .mainFooter .footerBottom ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .somfy .mainFooter .footerBottom ul {
          display: inline-block !important;
          width: 100%; }
          .somfy .mainFooter .footerBottom ul li {
            width: 100%;
            text-align: center;
            display: block; }
            .somfy .mainFooter .footerBottom ul li:first-child {
              margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .somfy .mainFooter .footerBottom ul li:nth-child(2) {
          display: inline-block !important; } }
      .somfy .mainFooter .footerBottom ul li:nth-child(2) div {
        margin-left: 50px; }
        @media (max-width: 991.98px) {
          .somfy .mainFooter .footerBottom ul li:nth-child(2) div {
            margin-left: 30px; } }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footerBottom ul li:nth-child(2) div {
            display: inline-block;
            margin-left: 20px; }
            .somfy .mainFooter .footerBottom ul li:nth-child(2) div:first-child {
              margin-left: 0;
              margin-bottom: 15px; } }
        .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
          text-decoration: none;
          color: #485C74; }
          body .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .mainFooter .footerBottom ul li:nth-child(2) div a,
          body.vi-th .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .mainFooter .footerBottom ul li:nth-child(2) div a,
          body.ar-lb .somfy .mainFooter .footerBottom ul li:nth-child(2) div a,
          body.ar-ma .somfy .mainFooter .footerBottom ul li:nth-child(2) div a,
          body.ar-il .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .mainFooter .footerBottom ul li:nth-child(2) div a,
          body.tc-tw .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .mainFooter .footerBottom ul li:nth-child(2) div a {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .mainFooter .footerBottom ul li:nth-child(2) div a:hover {
            text-decoration: none; }
      .somfy .mainFooter .footerBottom ul.methodPayment {
        width: auto; }
        .somfy .mainFooter .footerBottom ul.methodPayment li {
          display: inline !important; }
    .somfy .mainFooter .footerBottom .info-legal span {
      margin-left: 50px;
      color: #1a1b1c;
      font-size: 14px; }
      body .somfy .mainFooter .footerBottom .info-legal span {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .mainFooter .footerBottom .info-legal span,
      body.vi-th .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .mainFooter .footerBottom .info-legal span,
      body.ar-lb .somfy .mainFooter .footerBottom .info-legal span,
      body.ar-ma .somfy .mainFooter .footerBottom .info-legal span,
      body.ar-il .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .mainFooter .footerBottom .info-legal span,
      body.tc-tw .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .mainFooter .footerBottom .info-legal span {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .mainFooter .footerBottom .info-legal span:first-child {
        margin-left: 0; }
    @media (max-width: 767.98px) {
      .somfy .mainFooter .footerBottom .info-legal {
        text-align: center;
        padding-bottom: 10px; } }
    .somfy .mainFooter .footerBottom .payment-block {
      flex-wrap: nowrap !important;
      white-space: nowrap; }
    .somfy .mainFooter .footerBottom .multi-language {
      background-color: #FFFFFF !important; }
      .somfy .mainFooter .footerBottom .multi-language .nl-form {
        color: #ffffff;
        margin-top: 0;
        position: relative;
        background-color: #FFFFFF !important; }
        body .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .mainFooter .footerBottom .multi-language .nl-form,
        body.vi-th .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .mainFooter .footerBottom .multi-language .nl-form,
        body.ar-lb .somfy .mainFooter .footerBottom .multi-language .nl-form,
        body.ar-ma .somfy .mainFooter .footerBottom .multi-language .nl-form,
        body.ar-il .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .mainFooter .footerBottom .multi-language .nl-form,
        body.tc-tw .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .mainFooter .footerBottom .multi-language .nl-form {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .mainFooter .footerBottom .multi-language .nl-form select {
          background-color: #FFFFFF !important;
          color: #485C74;
          font-size: 16px;
          border: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          line-height: 1.4;
          padding-right: 15px;
          padding-left: 15px; }
          body .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .mainFooter .footerBottom .multi-language .nl-form select,
          body.vi-th .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .mainFooter .footerBottom .multi-language .nl-form select,
          body.ar-lb .somfy .mainFooter .footerBottom .multi-language .nl-form select,
          body.ar-ma .somfy .mainFooter .footerBottom .multi-language .nl-form select,
          body.ar-il .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .mainFooter .footerBottom .multi-language .nl-form select,
          body.tc-tw .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .mainFooter .footerBottom .multi-language .nl-form select {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .mainFooter .footerBottom .multi-language .nl-form select option {
            border: none; }
            .somfy .mainFooter .footerBottom .multi-language .nl-form select option:focus {
              background: red; }
        .somfy .mainFooter .footerBottom .multi-language .nl-form select::-ms-expand {
          display: none; }
        .somfy .mainFooter .footerBottom .multi-language .nl-form:after {
          content: "\e903";
          color: #485C74;
          font-family: 'icomoon' !important;
          position: absolute;
          pointer-events: none;
          font-size: 10px;
          transform: translateY(-50%) rotate(90deg);
          top: 50%;
          right: 0; }
        .somfy .mainFooter .footerBottom .multi-language .nl-form .nl-dd .nl-field {
          left: 10%; }
          .somfy .mainFooter .footerBottom .multi-language .nl-form .nl-dd .nl-field .nl-field-toggle {
            height: 76px; }
            @media (max-width: 767.98px) {
              .somfy .mainFooter .footerBottom .multi-language .nl-form .nl-dd .nl-field .nl-field-toggle {
                height: auto; } }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footerBottom .multi-language .nl-form .nl-dd ul {
            font-size: 17px; } }
        .somfy .mainFooter .footerBottom .multi-language .nl-form .nl-dd ul li {
          padding: 0 25px; }
        .somfy .mainFooter .footerBottom .multi-language .nl-form br {
          display: none; }
          @media (max-width: 767.98px) {
            .somfy .mainFooter .footerBottom .multi-language .nl-form br {
              display: initial; } }
    @media (max-width: 767.98px) {
      .somfy .mainFooter .footerBottom .payment-block {
        justify-content: center !important; } }
    .somfy .mainFooter .footerBottom .methodPayment span {
      text-decoration: none;
      margin-left: 17px;
      color: #485C74;
      font-size: 1.4em; }
      @media (max-width: 767.98px) {
        .somfy .mainFooter .footerBottom .methodPayment span {
          margin-left: 14px;
          font-size: 1em; } }
  .somfy .mainFooter .footer_reassurance {
    border-top: 1px solid #e8e8e8; }
    .somfy .mainFooter .footer_reassurance ul {
      margin: 0;
      padding: 2.1428571429rem 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .somfy .mainFooter .footer_reassurance ul li {
        color: #767677;
        max-width: 25%;
        text-align: center; }
        .somfy .mainFooter .footer_reassurance ul li a {
          color: #767677; }
        @media (max-width: 767.98px) {
          .somfy .mainFooter .footer_reassurance ul li {
            display: flex;
            width: 100%;
            max-width: none;
            text-align: left; }
            .somfy .mainFooter .footer_reassurance ul li:not(:last-child) {
              margin-bottom: 1.4285714286rem; } }
        .somfy .mainFooter .footer_reassurance ul li i {
          display: block;
          text-align: center;
          color: #485C74;
          font-size: 1.7142857143rem;
          margin-bottom: 0.2857142857rem; }
          @media (max-width: 767.98px) {
            .somfy .mainFooter .footer_reassurance ul li i {
              display: inline-block;
              vertical-align: middle;
              margin-right: 0.7142857143rem;
              margin-left: 0.7142857143rem; } }
        .somfy .mainFooter .footer_reassurance ul li p {
          margin-bottom: 0; }

#st-bot-root {
  z-index: 999 !important;
  /* to be above z-index of .menu-filter (z-index:400) and under z-index of bootstrap backdrop modale notably (config with $zindex-modal-backdrop in netvertisCMS\html\admin\common\scss\bootstrap\_variables.scss) */ }

.somfy .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 .form-control, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]),
.somfy .form_assembly .wFormContainer .inputWrapper textarea,
.somfy .form_assembly .wFormContainer .inputWrapper select {
  color: #1A1B1C;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  padding: 1.7142857143rem;
  transition: outline 0.2s ease-in-out; }
  .somfy .form-control:-webkit-autofill, .somfy .form_assembly .wFormContainer .oneField input:-webkit-autofill:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:-webkit-autofill,
  .somfy .form_assembly .wFormContainer .inputWrapper select:-webkit-autofill, .somfy .form-control:-webkit-autofill:hover, .somfy .form_assembly .wFormContainer .oneField input:-webkit-autofill:hover:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:-webkit-autofill:hover,
  .somfy .form_assembly .wFormContainer .inputWrapper select:-webkit-autofill:hover, .somfy .form-control:-webkit-autofill:focus, .somfy .form_assembly .wFormContainer .oneField input:-webkit-autofill:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:-webkit-autofill:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select:-webkit-autofill:focus, .somfy .form-control:-webkit-autofill, .somfy .form_assembly .wFormContainer .oneField input:-webkit-autofill:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:-webkit-autofill,
  .somfy .form_assembly .wFormContainer .inputWrapper select:-webkit-autofill, .somfy .form-control:-webkit-autofill:hover, .somfy .form_assembly .wFormContainer .oneField input:-webkit-autofill:hover:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:-webkit-autofill:hover,
  .somfy .form_assembly .wFormContainer .inputWrapper select:-webkit-autofill:hover, .somfy .form-control:-webkit-autofill:focus, .somfy .form_assembly .wFormContainer .oneField input:-webkit-autofill:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:-webkit-autofill:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; }
  .somfy .form-control.bootstrap-select, .somfy .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select,
  .somfy .form_assembly .wFormContainer .inputWrapper select.bootstrap-select {
    font-size: 1rem; }
  .somfy .form-control:not(textarea):not(.bootstrap-select), .somfy .form_assembly .wFormContainer .oneField input:not(textarea):not(.bootstrap-select):not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:not(textarea):not(.bootstrap-select),
  .somfy .form_assembly .wFormContainer .inputWrapper select:not(textarea):not(.bootstrap-select) {
    padding-top: 0.8571428571rem;
    padding-bottom: 0.8571428571rem;
    height: auto; }
  @media (max-width: 767.98px) {
    .somfy .form-control, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"]),
    .somfy .form_assembly .wFormContainer .inputWrapper textarea,
    .somfy .form_assembly .wFormContainer .inputWrapper select {
      font-size: 1.1428571429rem; } }
  .somfy .form-control:hover, .somfy .form_assembly .wFormContainer .oneField input:hover:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:hover,
  .somfy .form_assembly .wFormContainer .inputWrapper select:hover, .somfy .form-control:active, .somfy .form_assembly .wFormContainer .oneField input:active:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:active,
  .somfy .form_assembly .wFormContainer .inputWrapper select:active, .somfy .form-control:focus, .somfy .form_assembly .wFormContainer .oneField input:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select:focus {
    border: 1px solid #FAB800; }
  .somfy .form-control:focus, .somfy .form_assembly .wFormContainer .oneField input:focus:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:focus,
  .somfy .form_assembly .wFormContainer .inputWrapper select:focus {
    outline: none;
    box-shadow: none; }
  .somfy .form-control::placeholder, .somfy .form_assembly .wFormContainer .oneField input:not([type="file"])::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper select::placeholder {
    opacity: 0.4; }
  .somfy .form-control.is-invalid, .somfy .form_assembly .wFormContainer .oneField input.is-invalid:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.is-invalid,
  .somfy .form_assembly .wFormContainer .inputWrapper select.is-invalid {
    border-color: #FF2726 !important;
    color: #FF2726 !important; }
  .somfy .form-control:disabled, .somfy .form_assembly .wFormContainer .oneField input:disabled:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea:disabled,
  .somfy .form_assembly .wFormContainer .inputWrapper select:disabled {
    color: #495057; }
  .somfy .form-control.geoloc, .somfy .form_assembly .wFormContainer .oneField input.geoloc:not([type="file"]),
  .somfy .form_assembly .wFormContainer .inputWrapper textarea.geoloc,
  .somfy .form_assembly .wFormContainer .inputWrapper select.geoloc {
    color: #009845 !important;
    border-color: #009845 !important; }
    .somfy .form-control.geoloc + button i, .somfy .form_assembly .wFormContainer .oneField input.geoloc:not([type="file"]) + button i, .somfy .form_assembly .wFormContainer .inputWrapper textarea.geoloc + button i, .somfy .form_assembly .wFormContainer .inputWrapper select.geoloc + button i {
      color: #009845 !important; }
      .somfy .form-control.geoloc + button i:before, .somfy .form_assembly .wFormContainer .oneField input.geoloc:not([type="file"]) + button i:before, .somfy .form_assembly .wFormContainer .inputWrapper textarea.geoloc + button i:before, .somfy .form_assembly .wFormContainer .inputWrapper select.geoloc + button i:before {
        content: '✓'; }
  .somfy .form-control#zipAndTownField::placeholder, .somfy .form_assembly .wFormContainer .oneField input#zipAndTownField:not([type="file"])::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea#zipAndTownField::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper select#zipAndTownField::placeholder {
    opacity: 1;
    color: #999; }
  .somfy .form-control#zipAndTownField.is-invalid::placeholder, .somfy .form_assembly .wFormContainer .oneField input#zipAndTownField.is-invalid:not([type="file"])::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper textarea#zipAndTownField.is-invalid::placeholder,
  .somfy .form_assembly .wFormContainer .inputWrapper select#zipAndTownField.is-invalid::placeholder {
    color: #FF2726; }

.somfy .form-group.captcha {
  border: 1px solid transparent;
  padding: 4px 2px 2px 4px; }
  .somfy .form-group.captcha.is-invalid {
    border-color: #FF2726; }

.somfy select {
  height: 3.5714285714rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.somfy .form-check {
  color: #485C74;
  padding-left: 0; }
  .somfy .form-check [type="checkbox"]:not(:checked),
  .somfy .form-check [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .somfy .form-check [type="checkbox"]:not(:checked) + label,
  .somfy .form-check [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.1428571429rem;
    cursor: pointer; }
  .somfy .form-check [type="checkbox"]:not(:checked):hover + label:before, .somfy .form-check [type="checkbox"]:not(:checked):focus + label:before,
  .somfy .form-check [type="checkbox"]:checked:hover + label:before,
  .somfy .form-check [type="checkbox"]:checked:focus + label:before {
    border-color: #FAB800; }
  .somfy .form-check [type="checkbox"].is-invalid + .form-check-label {
    color: #FF2726; }
    .somfy .form-check [type="checkbox"].is-invalid + .form-check-label a {
      color: #FF2726;
      text-decoration: underline; }
    .somfy .form-check [type="checkbox"].is-invalid + .form-check-label::before {
      border-color: #FF2726; }
  .somfy .form-check [type="checkbox"]:not(:checked) + label:before,
  .somfy .form-check [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #767677;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .form-check [type="checkbox"]:not(:checked) + label:before,
      .somfy .form-check [type="checkbox"]:checked + label:before {
        transition: none; } }
  .somfy .form-check [type="checkbox"]:not(:checked) + label:after,
  .somfy .form-check [type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 1em;
    color: #FAB800;
    transition: all .2s; }
  .somfy .form-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .somfy .form-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .somfy .form-check [type="checkbox"]:disabled + label:before {
    background-color: #e9ecef;
    border-color: #ced4da; }

.somfy .invalid-feedback {
  color: #FF2726;
  display: block; }

.somfy p.invalid-feedback, .somfy div.invalid-feedback:not(.bootstrap-select) {
  display: none; }

.somfy .custom-control-inline {
  padding-left: 0;
  margin-right: 3.5714285714rem;
  margin-bottom: 0.7142857143rem; }

.somfy .custom-control-label {
  position: relative;
  color: #485C74;
  padding-left: 2.1428571429rem; }

.somfy .custom-control-label::before {
  border: 1px solid #485C74;
  box-shadow: none;
  outline: none;
  left: 0;
  top: 2px; }

.somfy .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 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white; }

.somfy .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #FAB800;
  transform: translate(50%, 50%) scale(1); }

.somfy .custom-control.custom-radio:not(.custom-control-inline) {
  padding-left: 0;
  padding-right: 0; }

.somfy .form-group, .somfy .input-group {
  margin-bottom: 2.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy .form-group, .somfy .input-group {
      margin-bottom: 1.4285714286rem; } }
  .somfy .form-group--icon input, .somfy .input-group--icon input {
    padding-right: 2.7142857143rem; }
  .somfy .form-group button.icon, .somfy .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 .form-group button.icon i, .somfy .input-group button.icon i {
      display: block;
      color: #767677;
      pointer-events: none;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .form-group button.icon i, .somfy .input-group button.icon i {
          transition: none; } }
    .somfy .form-group button.icon:hover i, .somfy .form-group button.icon:focus i, .somfy .input-group button.icon:hover i, .somfy .input-group button.icon:focus i {
      color: #FAB800; }

.somfy .site-form-confirm {
  text-align: center; }
  .somfy .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 .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 .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 .site-form-confirm strong {
        font-size: 1.5714285714rem;
        line-height: 2rem; } }
  .somfy .site-form-confirm p {
    font-size: 2rem;
    line-height: 2.4285714286rem; }
    body .somfy .site-form-confirm p {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .site-form-confirm p {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .site-form-confirm p,
    body.vi-th .somfy .site-form-confirm p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .site-form-confirm p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .site-form-confirm p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .site-form-confirm p,
    body.ar-lb .somfy .site-form-confirm p,
    body.ar-ma .somfy .site-form-confirm p,
    body.ar-il .somfy .site-form-confirm p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .site-form-confirm p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .site-form-confirm p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .site-form-confirm p,
    body.tc-tw .somfy .site-form-confirm p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .site-form-confirm p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .site-form-confirm p {
        font-size: 1.1428571429rem;
        line-height: 1.5714285714rem; } }

.somfy .custom-file {
  display: block;
  height: 3.5714285714rem;
  flex: none;
  width: 100%; }
  @media (max-width: 767.98px) {
    .somfy .custom-file {
      margin-bottom: 3.5714285714rem; } }
  .somfy .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 .custom-file:after:hover, .somfy .custom-file:after:active, .somfy .custom-file:after:focus {
      background: #EC9600;
      border: 1px solid #EC9600; }
    @media (max-width: 767.98px) {
      .somfy .custom-file:after {
        right: 0;
        top: 4.2857142857rem;
        width: 100%; } }
  .somfy .custom-file-input {
    z-index: 20 !important;
    height: 3.5714285714rem; }
    @media (max-width: 767.98px) {
      .somfy .custom-file-input {
        height: 7.8571428571rem; } }
  .somfy .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 .custom-file-label {
        font-size: 1.1428571429rem;
        padding: 0 1.7142857143rem 0 1.7142857143rem; } }
    .somfy .custom-file-label:after {
      display: none; }

.somfy .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.somfy .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #FFF;
  border-color: #FF2726; }

.somfy .bootstrap-select {
  padding: 0;
  height: 50px !important;
  border: none !important; }
  .somfy .bootstrap-select > select {
    height: 100% !important; }
  .somfy .bootstrap-select .is-invalid.dropdown-toggle {
    border-color: #FF2726 !important;
    color: #FF2726 !important; }
  .somfy .bootstrap-select button.dropdown-toggle {
    background: none;
    border: 1px solid #ced4da; }
    .somfy .bootstrap-select button.dropdown-toggle:hover {
      border-color: #FAB800;
      background: none; }
    .somfy .bootstrap-select button.dropdown-toggle:focus-visible {
      background: none;
      border-color: #FAB800; }
    .somfy .bootstrap-select button.dropdown-toggle:focus {
      outline: none !important;
      box-shadow: none; }
    .somfy .bootstrap-select button.dropdown-toggle:after {
      font-family: 'icomoon' !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 .bootstrap-select .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    max-width: 100%;
    border-color: #ced4da; }
    .somfy .bootstrap-select .dropdown-menu .dropdown-item {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem;
      color: #485C74;
      transition: all .2s;
      text-overflow: ellipsis;
      overflow: hidden; }
      body .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .bootstrap-select .dropdown-menu .dropdown-item,
      body.vi-th .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .bootstrap-select .dropdown-menu .dropdown-item,
      body.ar-lb .somfy .bootstrap-select .dropdown-menu .dropdown-item,
      body.ar-ma .somfy .bootstrap-select .dropdown-menu .dropdown-item,
      body.ar-il .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .bootstrap-select .dropdown-menu .dropdown-item,
      body.tc-tw .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .bootstrap-select .dropdown-menu .dropdown-item {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .bootstrap-select .dropdown-menu .dropdown-item.active, .somfy .bootstrap-select .dropdown-menu .dropdown-item.selected {
        background-color: transparent;
        color: #FAB800; }
      .somfy .bootstrap-select .dropdown-menu .dropdown-item:hover {
        background-color: #F8F7F5;
        color: #FAB800; }
      .somfy .bootstrap-select .dropdown-menu .dropdown-item .text {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 95%; }
  .somfy .bootstrap-select.show .dropdown-toggle {
    border-radius: 0.25rem 0.25rem 0 0; }
    .somfy .bootstrap-select.show .dropdown-toggle .filter-option-inner-inner {
      color: #FAB800; }
    .somfy .bootstrap-select.show .dropdown-toggle:after {
      top: 55%;
      color: #FAB800;
      transform: translateY(-50%) rotate(0); }
  .somfy .bootstrap-select.show-tick .dropdown-item:before {
    content: '';
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px;
    height: 16px;
    border: 1px solid #767677; }
  .somfy .bootstrap-select.show-tick .dropdown-item:after {
    content: '✓';
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 12px;
    color: transparent;
    transition: all .2s; }
  .somfy .bootstrap-select.show-tick .dropdown-item.selected:after {
    color: #FAB800; }
  @media (min-width: 768px) {
    .somfy .bootstrap-select:not(.show-tick) .dropdown-menu[x-placement^="top"] {
      border-bottom: 0; }
    .somfy .bootstrap-select:not(.show-tick) .dropdown-menu[x-placement^="bottom"] {
      border-top: 0; } }
  .somfy .bootstrap-select.dropup.show button.dropdown-toggle {
    border-radius: 0 0 0.25rem 0.25rem; }
  .somfy .bootstrap-select.dropup.show .dropdown-menu[x-placement^="top"] {
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0; }
  .somfy .bootstrap-select.dropup.show .dropdown-menu[x-placement^="bottom"] {
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem; }

.somfy .group-file-custom {
  border-top: 1px solid #8996A4;
  position: relative; }
  .somfy .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 .group-file-custom label {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .group-file-custom label {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .group-file-custom label,
    body.vi-th .somfy .group-file-custom label {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .group-file-custom label {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .group-file-custom label {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .group-file-custom label,
    body.ar-lb .somfy .group-file-custom label,
    body.ar-ma .somfy .group-file-custom label,
    body.ar-il .somfy .group-file-custom label {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .group-file-custom label {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .group-file-custom label {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .group-file-custom label,
    body.tc-tw .somfy .group-file-custom label {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .group-file-custom label {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .group-file-custom label:before {
      content: "\e903";
      font-family: icomoon, sans-serif;
      margin-right: 5px;
      color: #FAB800; }
  .somfy .group-file-custom .icon-close {
    position: absolute;
    top: 12px;
    right: 0;
    display: none; }
  .somfy .group-file-custom input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    .somfy .group-file-custom input[type="file"]:hover {
      border: none; }

.somfy .toggle-visibility {
  position: relative; }
  .somfy .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 .toggle-visibility .eye i {
      vertical-align: middle; }

.somfy .form-group.-light {
  position: relative; }
  .somfy .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;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .form-group.-light > label {
        transition: none; } }
  .somfy .form-group.-light > .group-file-custom > label.label-file-custom {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px; }
    .somfy .form-group.-light > .group-file-custom > label.label-file-custom:before {
      text-indent: 0;
      float: left; }
  .somfy .form-group.-light.-top > .group-file-custom > label.label-file-custom {
    text-indent: 10px;
    margin-top: 20px;
    padding: 0; }
    .somfy .form-group.-light.-top > .group-file-custom > label.label-file-custom:before {
      text-indent: 0;
      float: left;
      font-size: 0.8571428571rem; }
  .somfy .form-group.-light:not(.-area) > label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .somfy .form-group.-light input {
    padding-top: 1.4285714286rem;
    padding-bottom: 0.2857142857rem; }
  .somfy .form-group.-light .bootstrap-select button.dropdown-toggle {
    padding: 0.9285714286rem 1.7142857143rem 0.7857142857rem; }
  .somfy .form-group.-light.-select > label {
    opacity: 0;
    pointer-events: none; }
  .somfy .form-group.-light.-select:not(.-top) .bootstrap-select button.dropdown-toggle .filter-option-inner-inner {
    font-size: 1.1428571429rem;
    color: #767677; }
  .somfy .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 .form-group.-light.-top .bootstrap-select button.dropdown-toggle {
    padding: 1.4285714286rem 1.7142857143rem 0.2857142857rem; }
  .somfy .form-group.-light.-top.-select > label {
    opacity: 1; }
  .somfy .form-group.-light.-icon > label {
    right: 2.8571428571rem; }
  .somfy .form-group.-light.-icon input {
    padding-right: 2.8571428571rem; }
  .somfy .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 .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 .form-group.-light.toggle-visibility .eye i {
      vertical-align: middle; }
    .somfy .form-group.-light.toggle-visibility .eye.active i:before {
      position: relative;
      top: -3px;
      font-size: 11px;
      content: "\e90a"; }

.somfy .switcher {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 28px;
  margin: 0;
  align-items: center;
  flex: 0 0 74px; }
  .somfy .switcher.secondary, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .switcher.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .switcher.ts-header-filter-dropdown-content {
    width: 52px;
    height: 32px;
    flex: 0 0 52px; }
  .somfy .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 .switcher .slider span:first-child {
      position: absolute;
      left: 10px;
      top: 50%;
      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; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .switcher .slider span:first-child {
          transition: none; } }
    .somfy .switcher .slider span:last-child {
      position: absolute;
      right: 10px;
      top: 50%;
      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; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .switcher .slider span:last-child {
          transition: none; } }
    .somfy .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);
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .switcher .slider:before {
          transition: none; } }
  .somfy .switcher input {
    height: auto !important;
    width: auto;
    padding: 0;
    margin: 4px auto 0; }
  .somfy .switcher input:checked + .slider span:first-child {
    opacity: 1; }
  .somfy .switcher input:checked + .slider span:last-child {
    opacity: 0; }
  .somfy .switcher input:checked + .slider:before {
    transform: translateX(42px);
    background-color: #49C300; }
  .somfy .switcher-secondary {
    width: 52px;
    height: 32px;
    flex: 0 0 52px; }
    .somfy .switcher-secondary input + .slider {
      background-color: #fff;
      transition: all .2s ease;
      border: 1px solid rgba(151, 151, 151, 0.2463); }
      .somfy .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 .switcher-secondary input:checked + .slider {
      background-color: #FCAC22; }
      .somfy .switcher-secondary input:checked + .slider:before {
        transform: translateX(21px);
        background-color: #fff; }

.somfy .multiRange {
  position: relative;
  height: 10px;
  border-radius: 10px;
  text-align: left;
  margin: 35px 0 10px 0; }
  .somfy .multiRange .input.--min:focus-visible ~ div .thumb.--min {
    background: #FAB800; }
  .somfy .multiRange .input.--max:focus-visible ~ div .thumb.--max {
    background: #FAB800; }
  .somfy .multiRange > div {
    position: absolute;
    left: 8px;
    right: 14px;
    height: 10px; }
    .somfy .multiRange > div .inverse {
      position: absolute;
      height: 10px;
      border-radius: 10px;
      background-color: #EDF0F1;
      margin: 0; }
      .somfy .multiRange > div .inverse.--min {
        left: 0; }
      .somfy .multiRange > div .inverse.--max {
        right: 0; }
    .somfy .multiRange > div .range {
      position: absolute;
      left: 0;
      height: 10px;
      border-radius: 10px;
      background-color: #FAB800; }
    .somfy .multiRange > div .thumb {
      position: absolute;
      top: -9px;
      z-index: 2;
      height: 28px;
      width: 28px;
      text-align: left;
      margin-left: -11px;
      cursor: pointer;
      box-shadow: 0 0 1px 2px #EDF0F1 inset;
      background-color: #FFF;
      border-radius: 50%;
      outline: none;
      border: 3px solid white;
      transition: background-color 0.2s ease-in-out; }
    .somfy .multiRange > div .sign {
      opacity: 1;
      position: absolute;
      margin-left: -11px;
      top: -39px;
      z-index: 3;
      color: black;
      width: 28px;
      height: 28px;
      font-weight: bold;
      border-radius: 28px;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .somfy .multiRange > div .sign span {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        white-space: nowrap; }
  .somfy .multiRange > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 10px;
    top: -2px;
    width: 100%;
    opacity: 0;
    cursor: pointer; }
  .somfy .multiRange > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent; }
  .somfy .multiRange > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent; }
  .somfy .multiRange > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent; }
  .somfy .multiRange > input[type=range]:focus {
    outline: none; }
  .somfy .multiRange > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red; }
  .somfy .multiRange > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red; }
  .somfy .multiRange > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none; }
  .somfy .multiRange > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none; }
  .somfy .multiRange > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none; }
  .somfy .multiRange > input[type=range]::-ms-tooltip {
    display: none; }

.somfy.rtl .multiRange {
  text-align: right; }
  .somfy.rtl .multiRange > div {
    position: absolute;
    left: 14px;
    right: 8px; }
    .somfy.rtl .multiRange > div .inverse.--min {
      left: auto;
      right: 0; }
    .somfy.rtl .multiRange > div .inverse.--max {
      left: 0;
      right: auto; }
    .somfy.rtl .multiRange > div .range {
      left: auto;
      right: 0; }
    .somfy.rtl .multiRange > div .thumb {
      margin-left: 0;
      margin-right: -11px; }
    .somfy.rtl .multiRange > div .sign {
      margin-left: 0;
      margin-right: -11px; }

.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; }

.native-select {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23485C74' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  background-color: transparent;
  font-size: 1.1428571429rem !important;
  color: #485C74 !important;
  min-width: 5rem;
  width: auto;
  margin-right: 0rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.somfy .form_assembly .title-content {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .somfy .form_assembly .title-content {
      padding-bottom: 20px; } }

.somfy .form_assembly .one-column .title_2 {
  margin-bottom: 40px; }

.somfy .form_assembly .one-column .subtitle_1, .somfy .form_assembly .one-column .subtitle_2, .somfy .form_assembly .one-column .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .one-column legend {
  margin-bottom: 40px; }

.somfy .form_assembly .one-column .content_img {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .somfy .form_assembly .one-column .content_img {
      display: none; } }
  .somfy .form_assembly .one-column .content_img img {
    max-width: 100%; }

.somfy .form_assembly .wFormContainer {
  color: #767677;
  margin: 0; }
  .somfy .form_assembly .wFormContainer .wForm {
    font-family: 'SomfySans-Regular' !important; }
    .somfy .form_assembly .wFormContainer .wForm label {
      font-size: 1rem !important; }
    .somfy .form_assembly .wFormContainer .wForm .wFormTitle {
      text-align: center;
      font-size: 2rem !important; }
  .somfy .form_assembly .wFormContainer .wFormHeader {
    height: auto; }
  .somfy .form_assembly .wFormContainer .wFormFooter {
    display: none; }

.somfy .form_assembly .wForm {
  padding: 0 !important; }
  .somfy .form_assembly .wForm select[id^="tfa"] {
    width: 100% !important; }
  .somfy .form_assembly .wForm .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .somfy .form_assembly .wForm .primaryAction {
    color: white !important;
    background: #FAB800 !important;
    border-color: #FAB800 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 13px 25px 11px !important;
    transition: all 0.2s ease-in-out !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border-radius: 0.25rem !important; }
    .somfy .form_assembly .wForm .primaryAction:focus, .somfy .form_assembly .wForm .primaryAction:active, .somfy .form_assembly .wForm .primaryAction:hover {
      background-color: #EC9600 !important;
      border-color: #EC9600 !important;
      box-shadow: none !important; }
  .somfy .form_assembly .wForm .dropdown-menu li.disabled {
    display: none; }
  .somfy .form_assembly .wForm .inline div.oneField {
    display: block; }
  .somfy .form_assembly .wForm .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .somfy .form_assembly .wForm .inputWrapper {
    display: flex;
    width: 100%; }
  .somfy .form_assembly .wForm fieldset,
  .somfy .form_assembly .wForm fieldset.highlighted {
    border: none;
    padding: 0;
    margin: 0; }
    .somfy .form_assembly .wForm fieldset legend,
    .somfy .form_assembly .wForm fieldset.highlighted legend {
      margin-bottom: 1rem;
      padding: 0; }
  .somfy .form_assembly .wForm .oneField {
    border: 0;
    padding: 0; }
  .somfy .form_assembly .wForm div > div.oneField,
  .somfy .form_assembly .wForm fieldset > div.oneField,
  .somfy .form_assembly .wForm form > div.oneField {
    margin-top: 0;
    margin-bottom: 2.4285714286rem; }
  .somfy .form_assembly .wForm form .oneChoice {
    display: flex;
    padding-right: 8px; }
    .somfy .form_assembly .wForm form .oneChoice input:not([type="file"]) {
      position: absolute;
      left: -9999px;
      width: auto; }
    .somfy .form_assembly .wForm form .oneChoice label {
      color: #485C74;
      margin: 0;
      position: relative;
      padding-left: 2.1428571429rem;
      cursor: pointer; }
    .somfy .form_assembly .wForm form .oneChoice [type="checkbox"]:checked + label .input-checkbox-faux:after {
      opacity: 1;
      transform: scale(1); }
    .somfy .form_assembly .wForm form .oneChoice .input-checkbox-faux:after {
      content: '✓';
      position: absolute;
      top: 1px;
      left: 3px;
      font-size: 1em;
      color: #FAB800;
      transition: all .2s;
      opacity: 0;
      transform: scale(0); }
    .somfy .form_assembly .wForm form .oneChoice .input-checkbox-faux:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 16px;
      height: 16px;
      border: 1px solid #767677; }
    .somfy .form_assembly .wForm form .oneChoice [type="radio"]:checked + label .input-radio-faux:after {
      background: #FAB800;
      transform: translate(50%, 50%) scale(1); }
    .somfy .form_assembly .wForm form .oneChoice .input-radio-faux:before {
      border: 1px solid #485C74;
      border-radius: 50%;
      box-shadow: none;
      outline: none;
      left: 0;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      position: absolute;
      top: 0.1785714286rem;
      display: block;
      width: 1.1428571429rem;
      height: 1.1428571429rem;
      pointer-events: none;
      content: "";
      user-select: none;
      background-color: white; }
    .somfy .form_assembly .wForm form .oneChoice .input-radio-faux:after {
      position: absolute;
      top: 0.1785714286rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      width: 8px;
      height: 8px;
      left: 0;
      border-radius: 100%;
      background: #FAB800;
      transform: translate(50%, 50%) scale(0);
      transition: transform 0.2s ease-in-out; }

.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;
      line-height: 24px;
      margin-right: 2px;
      border-radius: 4px;
      padding: 0 10px 0;
      background: white;
      color: #485C74;
      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.orange {
        color: #FAB800;
        border: 1px solid #FAB800; }
        body .somfy .product__item__tags li.orange {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .product__item__tags li.orange,
        body.vi-th .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .product__item__tags li.orange,
        body.ar-lb .somfy .product__item__tags li.orange,
        body.ar-ma .somfy .product__item__tags li.orange,
        body.ar-il .somfy .product__item__tags li.orange {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .product__item__tags li.orange,
        body.tc-tw .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .product__item__tags li.orange {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .product__item__tags li.black {
        color: white;
        border: black;
        background: #000;
        text-transform: uppercase; }
        body .somfy .product__item__tags li.black {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .product__item__tags li.black,
        body.vi-th .somfy .product__item__tags li.black {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .product__item__tags li.black {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .product__item__tags li.black {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .product__item__tags li.black,
        body.ar-lb .somfy .product__item__tags li.black,
        body.ar-ma .somfy .product__item__tags li.black,
        body.ar-il .somfy .product__item__tags li.black {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .product__item__tags li.black {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .product__item__tags li.black {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .product__item__tags li.black,
        body.tc-tw .somfy .product__item__tags li.black {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .product__item__tags li.black {
          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%);
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .product__item__visual img {
          transition: none; } }
  .somfy .product__item__title {
    color: #485C74;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
    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 screen and (prefers-reduced-motion: reduce) {
      .somfy .product__item__title {
        transition: none; } }
    @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;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .product__item__desc {
        transition: none; } }
    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: -14px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 22px;
    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;
        bottom: -14px; } }
    @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; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .product__item__price {
        transition: none; } }
  .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: #485C74;
    font-size: 16px;
    text-decoration: underline;
    pointer-events: none;
    opacity: 0;
    line-height: normal;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .product__item__link {
        transition: none; } }
    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%); } }
      @media (max-width: 767.98px) and (max-width: 991.98px) {
        .somfy .product__item--list .product__item__visual {
          height: 100%;
          padding-top: 0; } }
  @media (max-width: 767.98px) {
        .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; } }

.somfy.rtl .product__item__tags {
  left: auto;
  right: 10px; }

.somfy .products {
  display: flex; }
  @media (max-width: 767.98px) {
    .somfy .products {
      margin: 0 -20px; } }
  .somfy .products:not(.products-star) > li {
    list-style: none;
    width: 100%; }
  .somfy .products .product_container {
    height: 100%; }
    @media (max-width: 767.98px) {
      .somfy .products .product_container {
        padding: 20px; } }

.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-1-picture, .somfy .col-2-picture {
  width: 100%; }
  .somfy .col-1-picture .product_container, .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-1-picture .product_container:hover, .somfy .col-1-picture .product_container:focus, .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-1-picture .product_container:hover img, .somfy .col-1-picture .product_container:focus img, .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-1-picture .product_container:after, .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-1-picture picture, .somfy .col-2-picture picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .somfy .col-1-picture img, .somfy .col-2-picture img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    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-1-picture .title_2, .somfy .col-2-picture .title_2 {
    margin-bottom: 0.7142857143rem; }
  .somfy .col-1-picture .product_title, .somfy .col-2-picture .product_title {
    z-index: 2;
    position: relative;
    padding: 100px 12px 100px;
    height: 100%; }
    @media (min-width: 992px) {
      .somfy .col-1-picture .product_title, .somfy .col-2-picture .product_title {
        padding: 10px 28px; } }

.somfy .product-new__item {
  border-radius: 4px;
  transition: all .2s ease;
  width: 100%;
  cursor: pointer; }
  body .somfy .product-new__item {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .product-new__item,
  body.vi-th .somfy .product-new__item {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .product-new__item {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .product-new__item {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .product-new__item,
  body.ar-lb .somfy .product-new__item,
  body.ar-ma .somfy .product-new__item,
  body.ar-il .somfy .product-new__item {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .product-new__item {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .product-new__item {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .product-new__item,
  body.tc-tw .somfy .product-new__item {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .product-new__item {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (min-width: 768px) {
    .somfy .product-new__item {
      border: 1px solid #E5E5E5; } }
  .somfy .product-new__item .btnClassic, .somfy.product-page.-pim .product-new__item .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-new__item .ts-header-filter-dropdown-label, .somfy.product-page.-pim .product-new__item .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-new__item .ts-header-filter-dropdown-content {
    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, .somfy.product-page.-pim .product-new__item .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-new__item .ts-header-filter-dropdown-label, .somfy.product-page.-pim .product-new__item .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-new__item .ts-header-filter-dropdown-content {
        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: initial; }
    @media (min-width: 768px) {
      .somfy .product-new__item__visual {
        position: relative;
        width: 14.2857142857rem;
        margin-right: 1.4285714286rem; }
        .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: left; }
      .somfy .product-new__item__tags--desc li {
        margin-right: 10px; }
        .somfy .product-new__item__tags--desc li.orange {
          color: #FAB800;
          border: 1px solid #FAB800; }
      @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, .somfy .product-new__item__tags .promo {
      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: auto; }
        .somfy .product-new__item .btn-group .btnCompact {
          width: 100%;
          font-size: 1rem;
          line-height: 1.8571428571rem;
          letter-spacing: 0rem;
          padding: 6px 9px; }
          .somfy .product-new__item .btn-group .btnCompact.icon i {
            font-size: 1.5714285714rem;
            line-height: 1.8571428571rem;
            letter-spacing: 0rem; }
          .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;
    padding-right: 5px;
    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;
    display: contents; }
    .somfy .product-new__item__nowrap i {
      position: absolute;
      left: auto;
      top: -5px;
      color: #1A1B1C;
      font-size: 24px; }
      @media (max-width: 767.98px) {
        .somfy .product-new__item__nowrap i {
          position: relative;
          left: auto;
          right: 0; } }
  .somfy .product-new__item__price {
    padding: 0 20px;
    font-size: 22px;
    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;
      margin: 0 4px; }
      @media (max-width: 767.98px) {
        .somfy .product-new__item__price span {
          margin-left: 0;
          margin-right: 8px; } }
    .somfy .product-new__item__price del {
      color: #8996A4;
      font-size: 14px; }
    .somfy .product-new__item__price .splitter {
      display: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .product-new__item__price {
        transition: none; } }
  .somfy .product-new__item__title {
    color: #3C4F64;
    margin-bottom: 4px;
    font-size: 1.5714285714rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    letter-spacing: -0.2px;
    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 screen and (prefers-reduced-motion: reduce) {
      .somfy .product-new__item__title {
        transition: none; } }
    @media (max-width: 767.98px) {
      .somfy .product-new__item__title {
        font-size: 1.1428571429rem;
        line-height: 1.4285714286rem;
        letter-spacing: 0rem;
        max-width: 80%; } }
  .somfy .product-new__item__stock {
    font-size: 1rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0rem;
    margin-bottom: 12px;
    line-height: 20px;
    position: relative;
    top: -1px; }
    body .somfy .product-new__item__stock {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .product-new__item__stock,
    body.vi-th .somfy .product-new__item__stock {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .product-new__item__stock {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .product-new__item__stock {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .product-new__item__stock,
    body.ar-lb .somfy .product-new__item__stock,
    body.ar-ma .somfy .product-new__item__stock,
    body.ar-il .somfy .product-new__item__stock {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .product-new__item__stock {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .product-new__item__stock {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .product-new__item__stock,
    body.tc-tw .somfy .product-new__item__stock {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .product-new__item__stock {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .product-new__item__stock {
        margin-right: 0; } }
    .somfy .product-new__item__stock.stock:before {
      content: ' ';
      display: inline-block;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      background-color: #009845;
      vertical-align: middle;
      margin-right: 5px; }
    .somfy .product-new__item__stock.no-stock:before {
      content: ' ';
      display: inline-block;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      background-color: #CE0037;
      vertical-align: middle;
      margin-right: 5px; }

@media (min-width: 768px) {
  .somfy [data-display="grid"]:not(.products-star) > li {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 10px; } }

@media (min-width: 992px) {
  .somfy [data-display="grid"]:not(.products-star) > li {
    flex-basis: 33.333333%;
    max-width: 33.33333%;
    margin-bottom: 20px; } }

.somfy [data-display="grid"] .col-1-picture, .somfy [data-display="grid"] .col-2-picture {
  position: relative;
  min-height: 285px; }
  .somfy [data-display="grid"] .col-1-picture p, .somfy [data-display="grid"] .col-2-picture p {
    padding-right: 30px; }
    @media (min-width: 768px) {
      .somfy [data-display="grid"] .col-1-picture p, .somfy [data-display="grid"] .col-2-picture p {
        width: 60%;
        padding-right: 0; } }
  .somfy [data-display="grid"] .col-1-picture button, .somfy [data-display="grid"] .col-2-picture button {
    width: fit-content;
    margin: 20px 0 0; }

@media (min-width: 768px) {
  .somfy [data-display="grid"] .col-2-picture {
    flex-basis: 100% !important;
    max-width: 100% !important; } }

@media (min-width: 992px) {
  .somfy [data-display="grid"] .col-2-picture {
    flex-basis: 66.666666% !important;
    max-width: 66.666666% !important;
    height: auto; } }

.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;
      text-align: left; } }
  @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;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .somfy [data-display="grid"] .product-new__item__nowrap .splitter {
      display: none; }
    @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;
      margin-top: 42px;
      margin-bottom: 10px;
      margin-right: 0; } }
  .somfy [data-display="grid"] .product-new__item__visual img {
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy [data-display="grid"] .product-new__item__visual img {
        transition: none; } }
    @media (max-width: 767.98px) {
      .somfy [data-display="grid"] .product-new__item__visual img {
        margin-top: 0;
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .somfy [data-display="grid"] .product-new__item__visual img.product-img {
        width: 150px;
        margin-right: 20px;
        padding-top: 0;
        height: auto; } }
  @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__desc {
    display: none; }
    body .somfy [data-display="grid"] .product-new__item__desc {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy [data-display="grid"] .product-new__item__desc,
    body.vi-th .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy [data-display="grid"] .product-new__item__desc,
    body.ar-lb .somfy [data-display="grid"] .product-new__item__desc,
    body.ar-ma .somfy [data-display="grid"] .product-new__item__desc,
    body.ar-il .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy [data-display="grid"] .product-new__item__desc,
    body.tc-tw .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy [data-display="grid"] .product-new__item__desc {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @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;
    display: none; }
    @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__fav {
    position: absolute;
    right: 0;
    top: 0.1428571429rem;
    border: none;
    background: none;
    padding: 0.7142857143rem;
    cursor: pointer;
    color: #FAB800;
    /* &.-active {
                        i:first-child {
                        display: none;
                        }
                        i:last-child {
                        display: block;
                        }
                    } */ }
    .somfy [data-display="grid"] .product-new__item__fav i {
      display: block;
      font-size: 1.4285714286rem;
      /* &:first-child {
                        display: block;
                        }
                        &:last-child {
                        display: none;
                        } */ }
  .somfy [data-display="grid"] .product-new__item__stars {
    margin-bottom: 10px; }
    .somfy [data-display="grid"] .product-new__item__stars .star-container {
      position: relative;
      display: inline-block;
      font-size: 20px; }
    .somfy [data-display="grid"] .product-new__item__stars .stars--full {
      position: absolute;
      top: 0;
      left: 0;
      width: 90%;
      overflow: hidden; }
    .somfy [data-display="grid"] .product-new__item__stars .reviews {
      position: relative;
      display: inline-block;
      color: #FAB800;
      font-size: 16px;
      line-height: 22px;
      padding-left: 4px; }
    .somfy [data-display="grid"] .product-new__item__stars .rating {
      position: relative;
      display: inline-block;
      margin-top: 0;
      border-left: 0;
      border-right: 0;
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem;
      padding-left: 0.2857142857rem;
      color: #A1ABB7; }
      .somfy [data-display="grid"] .product-new__item__stars .rating strong {
        font-weight: normal;
        color: #485C74; }

.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-1-picture, .somfy [data-display="list"] .col-2-picture {
    flex-basis: 100%; }
    .somfy [data-display="list"] .col-1-picture button, .somfy [data-display="list"] .col-2-picture button {
      width: fit-content;
      margin-top: 5px; }
  .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;
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
      .somfy [data-display="list"] .product-new__item__price .btn-group {
        margin: 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 {
      display: block;
      text-align: right; }
      .somfy [data-display="list"] .product-new__item__nowrap i {
        left: calc(100% - 0px); }
      @media (max-width: 991.98px) {
        .somfy [data-display="list"] .product-new__item__nowrap .product-new__item__action ~ i {
          top: 24px; }
        .somfy [data-display="list"] .product-new__item__nowrap .product-new__item__action + i {
          top: -5px; } }
    .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:first-child {
        margin-left: 0; }
    .somfy [data-display="list"] .product-new__item__tags--image {
      right: auto;
      display: none;
      left: 0;
      top: 0;
      z-index: 20; }
    .somfy [data-display="list"] .product-new__item__fav {
      position: absolute;
      right: 0;
      top: -0.2857142857rem;
      border: none;
      background: none;
      padding: 0.7142857143rem;
      cursor: pointer;
      color: #FAB800; }
      .somfy [data-display="list"] .product-new__item__fav i {
        display: block;
        font-size: 1.4285714286rem; }
        .somfy [data-display="list"] .product-new__item__fav i:first-child {
          display: block; }
        .somfy [data-display="list"] .product-new__item__fav i:last-child {
          display: none; }
      .somfy [data-display="list"] .product-new__item__fav.-active i:first-child {
        display: none; }
      .somfy [data-display="list"] .product-new__item__fav.-active i:last-child {
        display: block; }
    .somfy [data-display="list"] .product-new__item__stars {
      margin-bottom: 0; }
      .somfy [data-display="list"] .product-new__item__stars .star-container {
        position: relative;
        display: inline-block;
        font-size: 20px; }
      .somfy [data-display="list"] .product-new__item__stars .stars--full {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        overflow: hidden; }
      .somfy [data-display="list"] .product-new__item__stars .reviews {
        position: relative;
        display: inline-block;
        color: #FAB800;
        font-size: 16px;
        line-height: 22px;
        padding-left: 4px; }
      .somfy [data-display="list"] .product-new__item__stars .rating {
        position: relative;
        display: inline-block;
        margin-top: 0;
        border-left: 0;
        border-right: 0;
        font-size: 1.1428571429rem;
        line-height: 1.5714285714rem;
        padding-left: 0.2857142857rem;
        color: #A1ABB7; }
        .somfy [data-display="list"] .product-new__item__stars .rating strong {
          font-weight: normal;
          color: #485C74; }

.somfy.rtl .col-1-info p {
  text-align: right; }

@media (max-width: 767.98px) {
  .somfy.rtl .product-new__item__info {
    text-align: right; } }

.somfy.rtl .product-new__item__tags {
  text-align: right; }

.somfy.rtl .product-new__item__nowrap i {
  left: auto;
  right: 100%; }
  @media (max-width: 767.98px) {
    .somfy.rtl .product-new__item__nowrap i {
      right: auto;
      left: 0; } }

.somfy .accordion-show-more {
  margin: 2rem 0; }

.somfy .accordion-wrap .accordion-item {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px; }
  body .somfy .accordion-wrap .accordion-item {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .accordion-wrap .accordion-item,
  body.vi-th .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .accordion-wrap .accordion-item,
  body.ar-lb .somfy .accordion-wrap .accordion-item,
  body.ar-ma .somfy .accordion-wrap .accordion-item,
  body.ar-il .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .accordion-wrap .accordion-item,
  body.tc-tw .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .accordion-wrap .accordion-item {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 991.98px) {
    .somfy .accordion-wrap .accordion-item {
      margin-top: 15px;
      margin-bottom: 15px; }
      .somfy .accordion-wrap .accordion-item:first-child {
        margin-top: 0; }
      .somfy .accordion-wrap .accordion-item:last-child {
        margin-bottom: 0; } }
  .somfy .accordion-wrap .accordion-item .accordion-item-title a {
    color: #485C74;
    padding: 22px 100px 22px 40px;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .somfy .accordion-wrap .accordion-item .accordion-item-title a:hover,
    .somfy .accordion-wrap .accordion-item .accordion-item-title a:hover .icon-ctrl:before, .somfy .accordion-wrap .accordion-item .accordion-item-title a:focus,
    .somfy .accordion-wrap .accordion-item .accordion-item-title a:focus .icon-ctrl:before, .somfy .accordion-wrap .accordion-item .accordion-item-title a:active,
    .somfy .accordion-wrap .accordion-item .accordion-item-title a:active .icon-ctrl:before {
      color: #FAB800; }
    .somfy .accordion-wrap .accordion-item .accordion-item-title a .icon-ctrl {
      transform: rotate(180deg);
      position: absolute;
      right: 40px;
      font-size: 22px;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 767.98px) {
        .somfy .accordion-wrap .accordion-item .accordion-item-title a .icon-ctrl {
          right: 25px; } }
    .somfy .accordion-wrap .accordion-item .accordion-item-title a:not(.collapsed) {
      color: #FAB800; }
      .somfy .accordion-wrap .accordion-item .accordion-item-title a:not(.collapsed) .icon-ctrl {
        transform: rotate(0) !important; }
        .somfy .accordion-wrap .accordion-item .accordion-item-title a:not(.collapsed) .icon-ctrl:before {
          color: #FAB800; }
    @media (max-width: 991.98px) {
      .somfy .accordion-wrap .accordion-item .accordion-item-title a {
        padding: 20px 35px 20px 20px; } }
  .somfy .accordion-wrap .accordion-item .accordion-item-content {
    padding: 22px 100px 22px 40px;
    color: #1A1B1C; }
    @media (max-width: 991.98px) {
      .somfy .accordion-wrap .accordion-item .accordion-item-content {
        padding: 22px 35px 22px 20px; } }

.somfy .accordion-wrap.accordion-faq-list .accordion-item .accordion-item-title a .icon-ctrl {
  transform: rotate(90deg);
  transition: none; }

.somfy .accordion-wrap.accordion-hidden-faq {
  display: none; }

.somfy.rtl .accordion-wrap .accordion-item .accordion-item-content {
  padding-left: 0;
  padding-right: 40px; }
  @media (max-width: 991.98px) {
    .somfy.rtl .accordion-wrap .accordion-item .accordion-item-content {
      padding-right: 0; } }

.somfy.rtl .accordion-wrap .accordion-item-title .arrow-icon {
  left: 0;
  right: auto; }

.somfy.rtl .accordion-wrap .accordion-faq-list .accordion-item .accordion-item-title a .icon-ctrl {
  transform: rotate(270deg); }

.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 {
      border-right: 1px solid #1A1B1C;
      padding-right: 6px;
      margin-right: 4px;
      font-weight: normal; }
  .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: 28px;
    width: 125px;
    padding: 0px 0;
    margin-top: -2px;
    vertical-align: middle; }
    .ratings .stars span {
      display: block;
      width: 25px;
      flex-basis: 25px;
      min-width: 25px;
      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 .pop-up-content .modal.-retailers.fade .modal-dialog {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.somfy .pop-up-content .modal.-retailers.show .modal-dialog {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.somfy .pop-up-content .modal.-retailers .modal-dialog {
  top: 50%;
  height: auto;
  margin: 0 auto;
  max-width: 38.5714285714rem; }

.somfy .pop-up-content .modal.-retailers .modal-content {
  min-height: 0;
  border-radius: 4px;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5); }

.somfy .pop-up-content .modal.-retailers .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 1.4285714286rem;
  font-size: 1.4285714286rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .pop-up-content .modal.-retailers .modal-close {
      transition: none; } }
  .somfy .pop-up-content .modal.-retailers .modal-close:hover, .somfy .pop-up-content .modal.-retailers .modal-close:active, .somfy .pop-up-content .modal.-retailers .modal-close:focus {
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }

.somfy .pop-up-content .modal.-retailers .modal-title {
  color: #FAB800;
  font-size: 3.1428571429rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.8571428571rem; }
  body .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .pop-up-content .modal.-retailers .modal-title {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .pop-up-content .modal.-retailers .modal-title,
  body.vi-th .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .pop-up-content .modal.-retailers .modal-title,
  body.ar-lb .somfy .pop-up-content .modal.-retailers .modal-title,
  body.ar-ma .somfy .pop-up-content .modal.-retailers .modal-title,
  body.ar-il .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .pop-up-content .modal.-retailers .modal-title,
  body.tc-tw .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .pop-up-content .modal.-retailers .modal-title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .pop-up-content .modal.-retailers .modal-header {
  display: block;
  border-bottom: none;
  padding: 2.8571428571rem 2.1428571429rem; }

.somfy .pop-up-content .modal.-retailers .modal-subtitle {
  color: #1A1B1C;
  font-size: 2.4285714286rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.1428571429rem; }
  body .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .pop-up-content .modal.-retailers .modal-subtitle {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .pop-up-content .modal.-retailers .modal-subtitle,
  body.vi-th .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .pop-up-content .modal.-retailers .modal-subtitle,
  body.ar-lb .somfy .pop-up-content .modal.-retailers .modal-subtitle,
  body.ar-ma .somfy .pop-up-content .modal.-retailers .modal-subtitle,
  body.ar-il .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .pop-up-content .modal.-retailers .modal-subtitle,
  body.tc-tw .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .pop-up-content .modal.-retailers .modal-subtitle {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .pop-up-content .modal.-retailers .modal-body {
  padding: 0 2.1428571429rem 3.5714285714rem; }

.somfy .pop-up-content .modal.-retailers .form-find {
  position: relative;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background-color: #F7F7F9;
  padding: 1.8571428571rem 1.4285714286rem; }
  .somfy .pop-up-content .modal.-retailers .form-find .form-group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-retailers .form-find .form-group {
        flex-direction: column; } }
  .somfy .pop-up-content .modal.-retailers .form-find label {
    color: #485C74;
    font-size: 1.4285714286rem;
    letter-spacing: 0;
    margin-right: 2rem;
    margin-bottom: 0;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-retailers .form-find label {
        margin-right: 0;
        margin-bottom: 1.4285714286rem; } }
  .somfy .pop-up-content .modal.-retailers .form-find input {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    height: 3rem;
    border-radius: 4px;
    border: none;
    padding: 0 2.8571428571rem 0 1.4285714286rem; }
    body .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .pop-up-content .modal.-retailers .form-find input {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .pop-up-content .modal.-retailers .form-find input,
    body.vi-th .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .pop-up-content .modal.-retailers .form-find input,
    body.ar-lb .somfy .pop-up-content .modal.-retailers .form-find input,
    body.ar-ma .somfy .pop-up-content .modal.-retailers .form-find input,
    body.ar-il .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .pop-up-content .modal.-retailers .form-find input,
    body.tc-tw .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .pop-up-content .modal.-retailers .form-find input {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .pop-up-content .modal.-retailers .form-find button {
    position: absolute;
    bottom: 0;
    right: 0.7142857143rem;
    padding: 0.9285714286rem 0.7142857143rem;
    border: none;
    background: none; }
    .somfy .pop-up-content .modal.-retailers .form-find button i {
      display: block; }

.somfy .pop-up-content .modal.-retailers .retailers-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #D8D8D8; }
  .somfy .pop-up-content .modal.-retailers .retailers-list li {
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    padding: 0.7142857143rem 0.7142857143rem 0.7142857143rem 1.4285714286rem;
    justify-content: space-between;
    align-items: center; }
  .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-logo {
    height: 2.5714285714rem;
    display: flex;
    align-items: center; }
    .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-logo img {
      max-height: 100%;
      max-width: 108px; }
  .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-available {
    margin: 0 1.4285714286rem 0 4.2857142857rem;
    font-size: 1rem;
    text-align: left; }
    .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-available.-no {
      color: #DC0606; }
  .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-link {
    font-size: 1rem;
    color: #FAB800;
    text-decoration: none;
    flex-grow: 1;
    text-align: right; }
    .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-link:after {
      position: relative;
      left: 0;
      content: "\e903";
      font-size: 10px;
      pointer-events: none;
      margin-left: 0.7142857143rem;
      font-family: 'icomoon' !important;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-link:after {
          transition: none; } }
    .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-link:hover:after, .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-link:active:after, .somfy .pop-up-content .modal.-retailers .retailers-list .retailer-link:focus:after {
      left: 4px; }

.somfy .pop-up-content .modal.-account.fade .modal-dialog {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.somfy .pop-up-content .modal.-account.show .modal-dialog {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.somfy .pop-up-content .modal.-account .modal-dialog {
  top: 50%;
  height: auto;
  margin: 0 auto;
  max-width: 48.5714285714rem; }
  @media (max-width: 767.98px) {
    .somfy .pop-up-content .modal.-account .modal-dialog {
      max-width: calc(100vw - 30px);
      max-height: 90vh;
      overflow: scroll; } }

.somfy .pop-up-content .modal.-account .modal-header {
  position: relative;
  background: #FAB800;
  border-radius: 0;
  color: white;
  font-size: 1.5714285714rem;
  padding: 20px 50px 20px 90px; }
  body .somfy .pop-up-content .modal.-account .modal-header {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .pop-up-content .modal.-account .modal-header,
  body.vi-th .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .pop-up-content .modal.-account .modal-header,
  body.ar-lb .somfy .pop-up-content .modal.-account .modal-header,
  body.ar-ma .somfy .pop-up-content .modal.-account .modal-header,
  body.ar-il .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .pop-up-content .modal.-account .modal-header,
  body.tc-tw .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .pop-up-content .modal.-account .modal-header {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .pop-up-content .modal.-account .modal-header {
      font-size: 1.2857142857rem;
      line-height: 1.5rem;
      padding: 30px 30px 20px 60px; } }
  .somfy .pop-up-content .modal.-account .modal-header svg, .somfy .pop-up-content .modal.-account .modal-header img[src*=svg] {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 38px;
    height: 38px;
    fill: white;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-account .modal-header svg, .somfy .pop-up-content .modal.-account .modal-header img[src*=svg] {
        left: 10px; } }
  .somfy .pop-up-content .modal.-account .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 14px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    border: none;
    background: none;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .pop-up-content .modal.-account .modal-header button {
        transition: none; } }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-account .modal-header button {
        padding: 10px; } }
    .somfy .pop-up-content .modal.-account .modal-header button:hover, .somfy .pop-up-content .modal.-account .modal-header button:focus {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.somfy .pop-up-content .modal.-account .modal-content {
  min-height: 0;
  border: none;
  box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); }

.somfy .pop-up-content .modal.-account .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 1.4285714286rem;
  font-size: 1.4285714286rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .pop-up-content .modal.-account .modal-close {
      transition: none; } }
  .somfy .pop-up-content .modal.-account .modal-close:hover, .somfy .pop-up-content .modal.-account .modal-close:active, .somfy .pop-up-content .modal.-account .modal-close:focus {
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }

.somfy .pop-up-content .modal.-account .modal-title {
  max-width: 100%;
  color: #FAB800;
  font-size: 3.1428571429rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.8571428571rem; }
  body .somfy .pop-up-content .modal.-account .modal-title {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .pop-up-content .modal.-account .modal-title {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .pop-up-content .modal.-account .modal-title,
  body.vi-th .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .pop-up-content .modal.-account .modal-title,
  body.ar-lb .somfy .pop-up-content .modal.-account .modal-title,
  body.ar-ma .somfy .pop-up-content .modal.-account .modal-title,
  body.ar-il .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .pop-up-content .modal.-account .modal-title,
  body.tc-tw .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .pop-up-content .modal.-account .modal-title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .pop-up-content .modal.-account .modal-subtitle {
  max-width: 100%;
  color: #1A1B1C;
  font-size: 2.4285714286rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.1428571429rem; }
  body .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .pop-up-content .modal.-account .modal-subtitle {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .pop-up-content .modal.-account .modal-subtitle,
  body.vi-th .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .pop-up-content .modal.-account .modal-subtitle,
  body.ar-lb .somfy .pop-up-content .modal.-account .modal-subtitle,
  body.ar-ma .somfy .pop-up-content .modal.-account .modal-subtitle,
  body.ar-il .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .pop-up-content .modal.-account .modal-subtitle,
  body.tc-tw .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .pop-up-content .modal.-account .modal-subtitle {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .pop-up-content .modal.-account .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  color: #1A1B1C;
  padding: 2.1428571429rem 7.1428571429rem; }
  @media (max-width: 767.98px) {
    .somfy .pop-up-content .modal.-account .modal-body {
      padding: 1.4285714286rem 1.4285714286rem 2.8571428571rem 1.4285714286rem;
      min-height: 0; } }
  .somfy .pop-up-content .modal.-account .modal-body .title {
    max-width: 100%;
    color: #1A1B1C;
    font-size: 2rem;
    line-height: 2.4285714286rem;
    margin-bottom: 1.4285714286rem; }
    body .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .pop-up-content .modal.-account .modal-body .title,
    body.vi-th .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .pop-up-content .modal.-account .modal-body .title,
    body.ar-lb .somfy .pop-up-content .modal.-account .modal-body .title,
    body.ar-ma .somfy .pop-up-content .modal.-account .modal-body .title,
    body.ar-il .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .pop-up-content .modal.-account .modal-body .title,
    body.tc-tw .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .pop-up-content .modal.-account .modal-body .title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-account .modal-body .title {
        font-size: 1.7142857143rem;
        line-height: 2rem; } }
  .somfy .pop-up-content .modal.-account .modal-body ul {
    max-width: 100%;
    margin-bottom: 0.7142857143rem;
    padding: 0;
    list-style: none; }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-account .modal-body ul {
        padding-left: 20px; } }
    .somfy .pop-up-content .modal.-account .modal-body ul li {
      max-width: 100%;
      position: relative;
      text-align: left;
      margin-bottom: 0.8571428571rem; }
      @media (max-width: 767.98px) {
        .somfy .pop-up-content .modal.-account .modal-body ul li {
          font-size: 0.8571428571rem;
          line-height: 1.1428571429rem; } }
      .somfy .pop-up-content .modal.-account .modal-body ul li:before {
        position: absolute;
        top: 6px;
        left: -22px;
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #1A1B1C;
        border-right: 1px solid #1A1B1C;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .somfy .pop-up-content .modal.-account .modal-body p {
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 1.4285714286rem; }
    body .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .pop-up-content .modal.-account .modal-body p,
    body.vi-th .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .pop-up-content .modal.-account .modal-body p,
    body.ar-lb .somfy .pop-up-content .modal.-account .modal-body p,
    body.ar-ma .somfy .pop-up-content .modal.-account .modal-body p,
    body.ar-il .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .pop-up-content .modal.-account .modal-body p,
    body.tc-tw .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .pop-up-content .modal.-account .modal-body p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .pop-up-content .modal.-account .modal-body p {
        font-size: 0.8571428571rem;
        line-height: 0.9285714286rem; } }
  .somfy .pop-up-content .modal.-account .modal-body .form {
    width: 100%; }
    .somfy .pop-up-content .modal.-account .modal-body .form .form-group {
      text-align: left; }

.somfy .modal.-simple .modal-dialog {
  max-width: 57.1428571429rem; }

.somfy .modal.-simple .modal-content {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5); }

.somfy .modal.-simple .modal-header {
  display: block;
  padding: 3.5714285714rem 4.2857142857rem;
  border-bottom: none;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .somfy .modal.-simple .modal-header {
      padding: 2.8571428571rem; } }
  .somfy .modal.-simple .modal-header .close {
    position: absolute;
    top: 0.7142857143rem;
    right: 0.7142857143rem;
    margin: 0;
    padding: 0.7142857143rem;
    opacity: 1; }
    .somfy .modal.-simple .modal-header .close span {
      color: black;
      font-weight: 300;
      font-size: 34px;
      display: block;
      line-height: 30px; }
      body .somfy .modal.-simple .modal-header .close span {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .modal.-simple .modal-header .close span {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .modal.-simple .modal-header .close span,
      body.vi-th .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.-simple .modal-header .close span,
      body.ar-lb .somfy .modal.-simple .modal-header .close span,
      body.ar-ma .somfy .modal.-simple .modal-header .close span,
      body.ar-il .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.-simple .modal-header .close span,
      body.tc-tw .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.-simple .modal-header .close span {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .modal.-simple .modal-header .notransform {
    text-transform: none; }

.somfy .modal.-simple .modal-title {
  text-align: center;
  font-size: 2.1428571429rem; }
  body .somfy .modal.-simple .modal-title {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .modal.-simple .modal-title,
  body.vi-th .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .modal.-simple .modal-title,
  body.ar-lb .somfy .modal.-simple .modal-title,
  body.ar-ma .somfy .modal.-simple .modal-title,
  body.ar-il .somfy .modal.-simple .modal-title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .modal.-simple .modal-title,
  body.tc-tw .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .modal.-simple .modal-title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .modal.-simple .modal-title {
      font-size: 1.7142857143rem; } }

.somfy .modal.-simple .modal-body {
  padding: 0 3.5714285714rem; }
  @media (max-width: 767.98px) {
    .somfy .modal.-simple .modal-body {
      padding: 0 1.4285714286rem; } }
  .somfy .modal.-simple .modal-body .product {
    display: flex; }
    @media (max-width: 767.98px) {
      .somfy .modal.-simple .modal-body .product {
        flex-direction: column;
        text-align: center;
        align-items: center; } }
    .somfy .modal.-simple .modal-body .product-visual {
      width: 14.2857142857rem;
      text-align: center; }
      .somfy .modal.-simple .modal-body .product-visual img {
        max-width: 100%; }
    .somfy .modal.-simple .modal-body .product-infos {
      flex-grow: 1;
      padding: 0 1.4285714286rem; }
      @media (max-width: 767.98px) {
        .somfy .modal.-simple .modal-body .product-infos {
          padding: 1.4285714286rem; } }
    .somfy .modal.-simple .modal-body .product-title {
      color: #1A1B1C;
      font-size: 1.5714285714rem; }
      body .somfy .modal.-simple .modal-body .product-title {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .modal.-simple .modal-body .product-title,
      body.vi-th .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.-simple .modal-body .product-title,
      body.ar-lb .somfy .modal.-simple .modal-body .product-title,
      body.ar-ma .somfy .modal.-simple .modal-body .product-title,
      body.ar-il .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.-simple .modal-body .product-title,
      body.tc-tw .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.-simple .modal-body .product-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .modal.-simple .modal-body .product-ref {
      color: #1A1B1C;
      font-size: 1rem; }
      body .somfy .modal.-simple .modal-body .product-ref {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .modal.-simple .modal-body .product-ref,
      body.vi-th .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.-simple .modal-body .product-ref,
      body.ar-lb .somfy .modal.-simple .modal-body .product-ref,
      body.ar-ma .somfy .modal.-simple .modal-body .product-ref,
      body.ar-il .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.-simple .modal-body .product-ref,
      body.tc-tw .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.-simple .modal-body .product-ref {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .modal.-simple .modal-body .product-qty {
      color: #1A1B1C;
      font-size: 1.2857142857rem; }
      body .somfy .modal.-simple .modal-body .product-qty {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .modal.-simple .modal-body .product-qty,
      body.vi-th .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.-simple .modal-body .product-qty,
      body.ar-lb .somfy .modal.-simple .modal-body .product-qty,
      body.ar-ma .somfy .modal.-simple .modal-body .product-qty,
      body.ar-il .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.-simple .modal-body .product-qty,
      body.tc-tw .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.-simple .modal-body .product-qty {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .modal.-simple .modal-body .product-price {
      color: #1A1B1C;
      white-space: nowrap;
      font-size: 1.5714285714rem; }
      body .somfy .modal.-simple .modal-body .product-price {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .modal.-simple .modal-body .product-price,
      body.vi-th .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.-simple .modal-body .product-price,
      body.ar-lb .somfy .modal.-simple .modal-body .product-price,
      body.ar-ma .somfy .modal.-simple .modal-body .product-price,
      body.ar-il .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.-simple .modal-body .product-price,
      body.tc-tw .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.-simple .modal-body .product-price {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
        text-align: right; }
        body .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .modal.-simple .modal-body .product-price .product-new__item__action,
        body.vi-th .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .modal.-simple .modal-body .product-price .product-new__item__action,
        body.ar-lb .somfy .modal.-simple .modal-body .product-price .product-new__item__action,
        body.ar-ma .somfy .modal.-simple .modal-body .product-price .product-new__item__action,
        body.ar-il .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .modal.-simple .modal-body .product-price .product-new__item__action,
        body.tc-tw .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .modal.-simple .modal-body .product-price .product-new__item__action {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .modal.-simple .modal-body .product .bundle-summary {
      color: #1A1B1C;
      font-size: 1rem; }
      body .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .modal.-simple .modal-body .product .bundle-summary,
      body.vi-th .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.-simple .modal-body .product .bundle-summary,
      body.ar-lb .somfy .modal.-simple .modal-body .product .bundle-summary,
      body.ar-ma .somfy .modal.-simple .modal-body .product .bundle-summary,
      body.ar-il .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.-simple .modal-body .product .bundle-summary,
      body.tc-tw .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.-simple .modal-body .product .bundle-summary {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .modal.-simple .modal-body .product .bundle-summary ul {
        list-style-type: none;
        padding-left: 1px;
        padding-top: 10px; }
        .somfy .modal.-simple .modal-body .product .bundle-summary ul li {
          margin-bottom: 5px; }

.somfy .modal.-simple .modal-footer {
  border-top: none;
  padding: 2.1428571429rem 2.1428571429rem 3.5714285714rem;
  justify-content: space-evenly; }
  @media (max-width: 767.98px) {
    .somfy .modal.-simple .modal-footer {
      padding: 1.4285714286rem;
      flex-direction: column; }
      .somfy .modal.-simple .modal-footer .btn {
        margin-top: 1.4285714286rem;
        width: 100%;
        max-width: 20rem; } }

.somfy .modal.-simple .modal-cross-selling {
  border-top: 1px solid #C5C6C6;
  margin: -1.4285714286rem 2.1428571429rem 0 2.1428571429rem;
  padding: 2.1428571429rem 0 3.5714285714rem; }
  @media (max-width: 767.98px) {
    .somfy .modal.-simple .modal-cross-selling {
      margin: 0 1.4285714286rem;
      padding: 1.4285714286rem 0; } }
  .somfy .modal.-simple .modal-cross-selling ul {
    margin: 1.4285714286rem 0 0;
    padding: 0;
    list-style: none;
    display: flex; }
    @media (max-width: 767.98px) {
      .somfy .modal.-simple .modal-cross-selling ul {
        flex-direction: column; } }
    .somfy .modal.-simple .modal-cross-selling ul li {
      width: 33.33%;
      display: flex;
      flex-direction: column;
      text-align: center; }
      @media (max-width: 767.98px) {
        .somfy .modal.-simple .modal-cross-selling ul li {
          width: 100%;
          margin-bottom: 1.4285714286rem; } }
      .somfy .modal.-simple .modal-cross-selling ul li .product-visual {
        margin-bottom: 0.7142857143rem; }
        .somfy .modal.-simple .modal-cross-selling ul li .product-visual img {
          height: 10.7142857143rem; }
      .somfy .modal.-simple .modal-cross-selling ul li .product-title {
        font-size: 1rem;
        margin-bottom: 0.7142857143rem; }
        body .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .modal.-simple .modal-cross-selling ul li .product-title,
        body.vi-th .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .modal.-simple .modal-cross-selling ul li .product-title,
        body.ar-lb .somfy .modal.-simple .modal-cross-selling ul li .product-title,
        body.ar-ma .somfy .modal.-simple .modal-cross-selling ul li .product-title,
        body.ar-il .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .modal.-simple .modal-cross-selling ul li .product-title,
        body.tc-tw .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .modal.-simple .modal-cross-selling ul li .product-title {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .modal.-simple .modal-cross-selling ul li .product-ratings {
        margin-top: auto;
        margin-bottom: 0.7142857143rem; }
        .somfy .modal.-simple .modal-cross-selling ul li .product-ratings .stars {
          font-size: 12px;
          width: 80px; }
          .somfy .modal.-simple .modal-cross-selling ul li .product-ratings .stars span {
            width: 16px;
            flex-basis: 16px;
            min-width: 16px; }
      .somfy .modal.-simple .modal-cross-selling ul li .product-price {
        color: #1A1B1C;
        font-size: 1.2857142857rem;
        margin-bottom: 0.7142857143rem; }
        body .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .modal.-simple .modal-cross-selling ul li .product-price,
        body.vi-th .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .modal.-simple .modal-cross-selling ul li .product-price,
        body.ar-lb .somfy .modal.-simple .modal-cross-selling ul li .product-price,
        body.ar-ma .somfy .modal.-simple .modal-cross-selling ul li .product-price,
        body.ar-il .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .modal.-simple .modal-cross-selling ul li .product-price,
        body.tc-tw .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .modal.-simple .modal-cross-selling ul li .product-price {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.rtl .pop-up-content .modal.-retailers .modal-close {
  right: auto;
  left: 0; }

.somfy.rtl .pop-up-content .modal.-retailers .form-find label {
  margin-right: 0;
  margin-left: 2rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .pop-up-content .modal.-retailers .form-find label {
      margin-left: 0;
      margin-bottom: 1.4285714286rem; } }

.somfy.rtl .pop-up-content .modal.-retailers .form-find input {
  padding: 0 1.4285714286rem 0 2.8571428571rem; }

.somfy.rtl .pop-up-content .modal.-retailers .form-find button {
  right: auto;
  left: 0.7142857143rem; }

.somfy.rtl .pop-up-content .modal.-retailers .retailers-list .retailer-link {
  text-align: left; }
  .somfy.rtl .pop-up-content .modal.-retailers .retailers-list .retailer-link:after {
    position: relative;
    left: auto;
    right: 0;
    top: -2px;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0.7142857143rem;
    margin-left: 0; }
  .somfy.rtl .pop-up-content .modal.-retailers .retailers-list .retailer-link:hover:after, .somfy.rtl .pop-up-content .modal.-retailers .retailers-list .retailer-link:active:after, .somfy.rtl .pop-up-content .modal.-retailers .retailers-list .retailer-link:focus:after {
    right: 4px; }

.somfy.rtl .pop-up-content .modal.-account .modal-header {
  padding: 20px 90px 20px 50px;
  text-align: right; }
  .somfy.rtl .pop-up-content .modal.-account .modal-header button {
    left: 0;
    right: auto; }
  .somfy.rtl .pop-up-content .modal.-account .modal-header svg, .somfy.rtl .pop-up-content .modal.-account .modal-header img[src*=svg] {
    left: auto;
    right: 20px; }

.somfy.rtl .pop-up-content .modal.-account .modal-body ul li {
  text-align: right; }
  .somfy.rtl .pop-up-content .modal.-account .modal-body ul li:before {
    left: auto;
    right: -22px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

.somfy.rtl .modal.-simple .modal-header .close {
  right: auto;
  left: 0.7142857143rem; }

.somfy.rtl .modal.-simple .modal-body .product-infos {
  text-align: right; }
  @media (max-width: 767.98px) {
    .somfy.rtl .modal.-simple .modal-body .product-infos {
      text-align: center; } }

.popover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: none;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 5px;
  padding: 0;
  z-index: 400; }
  .popover-body p:last-child {
    margin-bottom: 0; }
  .popover-header {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fcac22;
    border: none; }
  .popover-btn {
    border: none;
    background: none;
    padding: 0.1428571429rem 0.2857142857rem 0;
    cursor: pointer; }
    .popover-btn i {
      display: block;
      color: #1A1B1C;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .popover-btn i {
          transition: none; } }
    .popover-btn:hover i, .popover-btn:active i, .popover-btn:focus i {
      color: #FAB800; }
  .popover-body {
    font-size: 0.8571428571rem;
    text-align: left; }
    body .popover-body {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .popover-body,
    body.vi-th .popover-body {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .popover-body {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .popover-body {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .popover-body,
    body.ar-lb .popover-body,
    body.ar-ma .popover-body,
    body.ar-il .popover-body {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .popover-body {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .popover-body {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .popover-body,
    body.tc-tw .popover-body {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .popover-body {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .popover-body {
        text-align: center; } }
  .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
  .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    border-right-color: rgba(0, 0, 0, 0.1); }
  .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
  .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    border-left-color: rgba(0, 0, 0, 0.1); }
  .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
  .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.1); }
  .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.1); }

.somfy.rtl .popover-body {
  text-align: right; }

header.webview-mobile, footer.webview-mobile {
  display: none !important; }

section#webview-mobile-section {
  padding: 10px 0px; }
  section#webview-mobile-section a {
    display: inline-block;
    font-size: 18px; }
    section#webview-mobile-section a:hover span:before {
      color: #EC9600; }
    section#webview-mobile-section a span:before {
      color: #FAB800;
      transition: all .3s ease; }

.somfy .cart {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 4.7142857143rem;
  width: 30.3571428571rem;
  min-height: 21.4285714286rem;
  background: white;
  padding: 0 1.4285714286rem;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1), -2px -2px 4px 0 rgba(0, 0, 0, 0.1); }
  .somfy .cart.-hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px); }
  @media (max-width: 991.98px) {
    .somfy .cart {
      display: none; } }
  .somfy .cart:before {
    display: block;
    content: '';
    position: absolute;
    width: 2.1428571429rem;
    height: 2.1428571429rem;
    top: -1.0714285714rem;
    right: 3.5714285714rem;
    background: white;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1), -2px -2px 4px 0 rgba(0, 0, 0, 0.1); }
  .somfy .cart-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; }
  .somfy .cart-close {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0.7142857143rem 1.1428571429rem;
    opacity: 1;
    border: none;
    background: none;
    cursor: pointer; }
    .somfy .cart-close span {
      color: black;
      font-weight: 300;
      font-size: 34px;
      display: block;
      line-height: 30px; }
      body .somfy .cart-close span {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .cart-close span {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .cart-close span,
      body.vi-th .somfy .cart-close span {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cart-close span {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cart-close span {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cart-close span,
      body.ar-lb .somfy .cart-close span,
      body.ar-ma .somfy .cart-close span,
      body.ar-il .somfy .cart-close span {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cart-close span {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cart-close span {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cart-close span,
      body.tc-tw .somfy .cart-close span {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cart-close span {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .cart-title {
    position: relative;
    z-index: 10;
    background: white;
    padding: 0.4285714286rem 0;
    font-size: 2rem;
    border-bottom: 1px solid #E5E5E5; }
    body .somfy .cart-title {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .cart-title,
    body.vi-th .somfy .cart-title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .cart-title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .cart-title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .cart-title,
    body.ar-lb .somfy .cart-title,
    body.ar-ma .somfy .cart-title,
    body.ar-il .somfy .cart-title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .cart-title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .cart-title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .cart-title,
    body.tc-tw .somfy .cart-title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .cart-title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .cart-body {
    padding-top: 2.1428571429rem;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #E5E5E5; }
    .somfy .cart-body ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .somfy .cart-body ul li {
        margin: 0 0 2.1428571429rem 0 !important;
        width: 100%;
        display: block; }
    .somfy .cart-body .product {
      display: flex;
      width: 100%; }
      .somfy .cart-body .product-visual {
        width: 6.4285714286rem; }
        .somfy .cart-body .product-visual img {
          max-width: 100%; }
      .somfy .cart-body .product-infos {
        padding-left: 0.7142857143rem;
        line-height: 1.5714285714rem;
        flex-grow: 1;
        margin: 0;
        color: #767677;
        font-size: 1.2857142857rem; }
        body .somfy .cart-body .product-infos {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .cart-body .product-infos,
        body.vi-th .somfy .cart-body .product-infos {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .cart-body .product-infos {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .cart-body .product-infos {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .cart-body .product-infos,
        body.ar-lb .somfy .cart-body .product-infos,
        body.ar-ma .somfy .cart-body .product-infos,
        body.ar-il .somfy .cart-body .product-infos {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .cart-body .product-infos {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .cart-body .product-infos {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .cart-body .product-infos,
        body.tc-tw .somfy .cart-body .product-infos {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .cart-body .product-infos {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .cart-body .product-price {
        text-align: right;
        font-size: 1.2857142857rem; }
        body .somfy .cart-body .product-price {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .cart-body .product-price,
        body.vi-th .somfy .cart-body .product-price {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .cart-body .product-price {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .cart-body .product-price {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .cart-body .product-price,
        body.ar-lb .somfy .cart-body .product-price,
        body.ar-ma .somfy .cart-body .product-price,
        body.ar-il .somfy .cart-body .product-price {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .cart-body .product-price {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .cart-body .product-price {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .cart-body .product-price,
        body.tc-tw .somfy .cart-body .product-price {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .cart-body .product-price {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .cart-body .product-title {
        font-size: 1.2857142857rem; }
        body .somfy .cart-body .product-title {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .cart-body .product-title,
        body.vi-th .somfy .cart-body .product-title {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .cart-body .product-title {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .cart-body .product-title {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .cart-body .product-title,
        body.ar-lb .somfy .cart-body .product-title,
        body.ar-ma .somfy .cart-body .product-title,
        body.ar-il .somfy .cart-body .product-title {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .cart-body .product-title {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .cart-body .product-title {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .cart-body .product-title,
        body.tc-tw .somfy .cart-body .product-title {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .cart-body .product-title {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .cart-body .product-title a {
          font-size: inherit !important;
          line-height: inherit !important; }
      .somfy .cart-body .product-qty {
        font-size: 1rem; }
      .somfy .cart-body .product-remove {
        text-align: right; }
        .somfy .cart-body .product-remove .remove-product-cart {
          padding: 0.3571428571rem 0.7142857143rem;
          border: none;
          background: none;
          cursor: pointer;
          opacity: 1; }
          body .somfy .cart-body .product-remove .remove-product-cart {
            font-family: SomfySans-ExtraLight, sans-serif; }
            @media (max-width: 767.98px) {
              body .somfy .cart-body .product-remove .remove-product-cart {
                font-family: 'SomfySans-Light', sans-serif; } }
          body.vi-vi .somfy .cart-body .product-remove .remove-product-cart,
          body.vi-th .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .cart-body .product-remove .remove-product-cart,
          body.ar-lb .somfy .cart-body .product-remove .remove-product-cart,
          body.ar-ma .somfy .cart-body .product-remove .remove-product-cart,
          body.ar-il .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .cart-body .product-remove .remove-product-cart,
          body.tc-tw .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .cart-body .product-remove .remove-product-cart {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .cart-body .product-remove .remove-product-cart span {
            color: black;
            font-weight: 300;
            font-size: 28px;
            display: block;
            line-height: 30px; }
  .somfy .cart-footer {
    padding: 1.4285714286rem 0; }
    .somfy .cart-footer .btn {
      width: 100%;
      font-size: 1.1428571429rem !important; }
      body .somfy .cart-footer .btn {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .cart-footer .btn,
      body.vi-th .somfy .cart-footer .btn {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cart-footer .btn {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cart-footer .btn {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cart-footer .btn,
      body.ar-lb .somfy .cart-footer .btn,
      body.ar-ma .somfy .cart-footer .btn,
      body.ar-il .somfy .cart-footer .btn {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cart-footer .btn {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cart-footer .btn {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cart-footer .btn,
      body.tc-tw .somfy .cart-footer .btn {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cart-footer .btn {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .cart-total {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    justify-content: space-between; }
    .somfy .cart-total span {
      font-size: 1.5714285714rem; }
      body .somfy .cart-total span {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .cart-total span,
      body.vi-th .somfy .cart-total span {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cart-total span {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cart-total span {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cart-total span,
      body.ar-lb .somfy .cart-total span,
      body.ar-ma .somfy .cart-total span,
      body.ar-il .somfy .cart-total span {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cart-total span {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cart-total span {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cart-total span,
      body.tc-tw .somfy .cart-total span {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cart-total span {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .cart-total strong {
      text-transform: uppercase;
      font-size: 1.5714285714rem;
      font-weight: normal; }
      body .somfy .cart-total strong {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .cart-total strong,
      body.vi-th .somfy .cart-total strong {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cart-total strong {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cart-total strong {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cart-total strong,
      body.ar-lb .somfy .cart-total strong,
      body.ar-ma .somfy .cart-total strong,
      body.ar-il .somfy .cart-total strong {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cart-total strong {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cart-total strong {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cart-total strong,
      body.tc-tw .somfy .cart-total strong {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cart-total strong {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .cart-text {
    text-align: center;
    color: #1A1B1C;
    font-size: 1rem;
    margin-bottom: 1.4285714286rem; }
    body .somfy .cart-text {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .cart-text,
    body.vi-th .somfy .cart-text {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .cart-text {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .cart-text {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .cart-text,
    body.ar-lb .somfy .cart-text,
    body.ar-ma .somfy .cart-text,
    body.ar-il .somfy .cart-text {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .cart-text {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .cart-text {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .cart-text,
    body.tc-tw .somfy .cart-text {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .cart-text {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.rtl .cart {
  left: 0;
  right: auto; }
  .somfy.rtl .cart:before {
    left: 3.5714285714rem;
    right: auto; }
  .somfy.rtl .cart-close {
    left: 0;
    right: auto; }
  .somfy.rtl .cart-body .product-infos {
    padding-right: 0.7142857143rem;
    padding-left: 0; }

.somfy .comparator .title_content {
  margin-bottom: 3.5714285714rem; }
  body .somfy .comparator .title_content {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .comparator .title_content {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .comparator .title_content,
  body.vi-th .somfy .comparator .title_content {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .comparator .title_content {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .comparator .title_content {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .comparator .title_content,
  body.ar-lb .somfy .comparator .title_content,
  body.ar-ma .somfy .comparator .title_content,
  body.ar-il .somfy .comparator .title_content {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .comparator .title_content {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .comparator .title_content {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .comparator .title_content,
  body.tc-tw .somfy .comparator .title_content {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .comparator .title_content {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .comparator .title_content .title_3 {
    margin-bottom: 0.7142857143rem; }
  .somfy .comparator .title_content .title_4 {
    color: #FAB800;
    font-size: 1rem;
    line-height: 1.1428571429rem; }

.somfy .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 .comparator-rotation {
      display: block; } }

.somfy .comparator-close {
  display: none;
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  padding: 10px; }
  .somfy .comparator-close span {
    display: block;
    font-size: 1.4285714286rem; }

.somfy .comparator-show {
  display: none; }
  @media only screen and (orientation: landscape) and (max-width: 768px) {
    .somfy .comparator-show {
      display: block; } }

.somfy .comparator table {
  color: #1A1B1C;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2.1428571429rem; }
  .somfy .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 .comparator table thead th {
        text-align: center;
        padding: 2.1428571429rem 0 0.3571428571rem; } }
    body .somfy .comparator table thead th strong {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .comparator table thead th strong,
    body.vi-th .somfy .comparator table thead th strong {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .comparator table thead th strong {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .comparator table thead th strong {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .comparator table thead th strong,
    body.ar-lb .somfy .comparator table thead th strong,
    body.ar-ma .somfy .comparator table thead th strong,
    body.ar-il .somfy .comparator table thead th strong {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .comparator table thead th strong {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .comparator table thead th strong {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .comparator table thead th strong,
    body.tc-tw .somfy .comparator table thead th strong {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .comparator table thead th strong {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .comparator table tbody th, .somfy .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 .comparator table tbody th, .somfy .comparator table tbody td {
        text-align: center; } }
    body .somfy .comparator table tbody th strong, body .somfy .comparator table tbody td strong {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .comparator table tbody th strong, body.vi-vi .somfy .comparator table tbody td strong,
    body.vi-th .somfy .comparator table tbody th strong, body.vi-th .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .comparator table tbody th strong, body.kr-kr .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .comparator table tbody th strong, body.il-il .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .comparator table tbody th strong, body.ar-ac .somfy .comparator table tbody td strong,
    body.ar-lb .somfy .comparator table tbody th strong, body.ar-lb .somfy .comparator table tbody td strong,
    body.ar-ma .somfy .comparator table tbody th strong, body.ar-ma .somfy .comparator table tbody td strong,
    body.ar-il .somfy .comparator table tbody th strong, body.ar-il .somfy .comparator table tbody td strong {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .comparator table tbody th strong, body.ja-jp .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .comparator table tbody th strong, body.sc-cn .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .comparator table tbody th strong, body.tc-hk .somfy .comparator table tbody td strong,
    body.tc-tw .somfy .comparator table tbody th strong, body.tc-tw .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .comparator table tbody th strong, body.th-th .somfy .comparator table tbody td strong {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .comparator table tbody tr {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
    .somfy .comparator table tbody th {
      display: block;
      width: 100%;
      font-size: 1.1428571429rem;
      line-height: 1.3571428571rem; }
    .somfy .comparator table tbody td {
      display: block;
      flex-grow: 1;
      flex-basis: 25%;
      padding: 0.7142857143rem; } }
  .somfy .comparator table.comparator-visual th {
    text-align: center;
    padding: 0;
    border-bottom: none; }
    .somfy .comparator table.comparator-visual th div {
      width: 100%;
      text-align: center;
      border: 1px solid #e8e8e8; }
      .somfy .comparator table.comparator-visual th div span {
        display: block;
        padding: 0.7142857143rem; }
        @media (max-width: 767.98px) {
          .somfy .comparator table.comparator-visual th div span {
            font-size: 0.7142857143rem;
            line-height: 0.8571428571rem; } }
    .somfy .comparator table.comparator-visual th img {
      width: 60%; }
      @media (max-width: 767.98px) {
        .somfy .comparator table.comparator-visual th img {
          max-height: 5.7142857143rem;
          width: auto; } }
    .somfy .comparator table.comparator-visual th.active img {
      width: 80%; }
      @media (max-width: 767.98px) {
        .somfy .comparator table.comparator-visual th.active img {
          max-height: 5.7142857143rem;
          width: auto; } }
    .somfy .comparator table.comparator-visual th.active-prev div {
      border-right: none; }
    .somfy .comparator table.comparator-visual th.active-next div {
      border-left: none; }
  @media (max-width: 767.98px) {
    .somfy .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 .comparator table.comparator-visual th div {
        border: none;
        padding-top: 2.8571428571rem; }
      .somfy .comparator table.comparator-visual th:first-child {
        display: none; } }

@media (max-width: 767.98px) {
  .somfy .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 .comparator .comparator-table {
      display: none !important; } }

@media (max-width: 767.98px) {
    .somfy .comparator .comparator-table table {
      table-layout: auto;
      margin: 0;
      width: 100%; } }

.somfy .comparator.-v2 .comparator-table {
  display: block !important;
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 90; }
  @media (max-width: 767.98px) {
    .somfy .comparator.-v2 .comparator-table {
      margin: 0 -1.4285714286rem; } }

.somfy .comparator.-v2 table {
  margin-bottom: 1.4285714286rem; }
  .somfy .comparator.-v2 table tr {
    display: flex;
    width: 100%; }
    @media (max-width: 991.98px) {
      .somfy .comparator.-v2 table tr {
        flex-wrap: wrap; } }
  .somfy .comparator.-v2 table table tr {
    margin-bottom: 0.7142857143rem;
    background: rgba(229, 229, 229, 0.5); }
    .somfy .comparator.-v2 table table tr:nth-child(2n) {
      background: rgba(229, 229, 229, 0.1); }
    @media (max-width: 991.98px) {
      .somfy .comparator.-v2 table table tr {
        background: transparent; }
        .somfy .comparator.-v2 table table tr:nth-child(2n) {
          background: transparent; } }
  .somfy .comparator.-v2 table table td {
    padding: 0.3571428571rem 2.1428571429rem; }
  .somfy .comparator.-v2 table thead tr {
    background: white; }
  .somfy .comparator.-v2 table th {
    width: 25%;
    flex-grow: 1;
    line-height: normal;
    padding: 0.3571428571rem 2.1428571429rem;
    border-bottom: none;
    color: #1A1B1C;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 1.2857142857rem;
    display: flex;
    align-items: center;
    text-transform: none;
    text-align: left; }
    body .somfy .comparator.-v2 table th {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .comparator.-v2 table th,
    body.vi-th .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .comparator.-v2 table th,
    body.ar-lb .somfy .comparator.-v2 table th,
    body.ar-ma .somfy .comparator.-v2 table th,
    body.ar-il .somfy .comparator.-v2 table th {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .comparator.-v2 table th,
    body.tc-tw .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .comparator.-v2 table th {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .comparator.-v2 table th:last-child {
      font-size: 2rem;
      padding: 0.7142857143rem 2.1428571429rem;
      background: transparent; }
      @media (max-width: 1199.98px) {
        .somfy .comparator.-v2 table th:last-child {
          font-size: 1.7142857143rem; } }
      @media (max-width: 991.98px) {
        .somfy .comparator.-v2 table th:last-child {
          align-items: center;
          justify-content: center;
          padding: 0 0.7142857143rem; } }
    .somfy .comparator.-v2 table th.order-4, .somfy .comparator.-v2 table th.order-10 {
      display: none; }
    @media (max-width: 1199.98px) {
      .somfy .comparator.-v2 table th {
        font-size: 1.4285714286rem; } }
    @media (max-width: 991.98px) {
      .somfy .comparator.-v2 table th {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: rgba(229, 229, 229, 0.5);
        margin-bottom: 0.7142857143rem;
        font-size: 1.1428571429rem; } }
    @media (max-width: 767.98px) {
      .somfy .comparator.-v2 table th.order-3 {
        display: none; } }
  .somfy .comparator.-v2 table td {
    text-align: center;
    width: 25%;
    flex-grow: 1;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none; }
    .somfy .comparator.-v2 table td p:last-child {
      margin-bottom: 0; }
    .somfy .comparator.-v2 table td.order-4, .somfy .comparator.-v2 table td.order-10 {
      display: none; }
    @media (max-width: 991.98px) {
      .somfy .comparator.-v2 table td {
        width: 33%; } }
    @media (max-width: 767.98px) {
      .somfy .comparator.-v2 table td {
        width: 50%;
        padding: 0; }
        .somfy .comparator.-v2 table td.order-3 {
          display: none; } }
    .somfy .comparator.-v2 table td i {
      font-size: 1.4285714286rem; }
      .somfy .comparator.-v2 table td i.somfy-icon {
        font-size: 1rem; }
      .somfy .comparator.-v2 table td i.sfy-v5-icon-ok {
        color: #009845; }
  .somfy .comparator.-v2 table thead.thead-master {
    display: block;
    position: relative; }
    @media (max-width: 991.98px) {
      .somfy .comparator.-v2 table thead.thead-master {
        display: block;
        margin-bottom: 1.4285714286rem; } }
    .somfy .comparator.-v2 table thead.thead-master .thead-sticky {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0;
      margin: 0 !important;
      background-color: #FFFFFF;
      transition: transform 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .comparator.-v2 table thead.thead-master .thead-sticky {
          transition: none; } }
      .somfy .comparator.-v2 table thead.thead-master .thead-sticky:not(.-fixed) {
        top: auto !important;
        width: 100% !important; }
      .somfy .comparator.-v2 table thead.thead-master .thead-sticky:before {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        width: 100vw;
        height: 100%;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .comparator.-v2 table thead.thead-master .thead-sticky:before {
            transition: none; } }
      .somfy .comparator.-v2 table thead.thead-master .thead-sticky.-fixed {
        position: fixed;
        z-index: 10;
        bottom: auto;
        top: 0;
        max-width: 1300px; }
        .somfy .comparator.-v2 table thead.thead-master .thead-sticky.-fixed:before {
          background: white;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
        .somfy .comparator.-v2 table thead.thead-master .thead-sticky.-fixed.-bottom {
          -ms-transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
        .somfy .comparator.-v2 table thead.thead-master .thead-sticky.-fixed th {
          /*
                    @include media-breakpoint-up(xl) {
                      .product-visual {
                        margin: 0;
                        width: 40%;
                        flex-basis: 40%;
                        padding-right: pxToRem(20);
                      }
                      .product-infos {
                        width: 60%;
                        flex-basis: 60%;
                        text-align: right;
                        margin-top: auto;

                        strong {
                          margin-top: pxToRem(-6);
                        }
                      }
                      .product-price {
                        margin-bottom: pxToRem(8);
                      }
                    }

                     */ }
          @media (min-width: 1200px) {
            .somfy .comparator.-v2 table thead.thead-master .thead-sticky.-fixed th .product-visual {
              width: 40%; } }
          @media (max-width: 1199.98px) {
            .somfy .comparator.-v2 table thead.thead-master .thead-sticky.-fixed th .product-visual {
              display: none; } }
    @media (max-width: 991.98px) {
      .somfy .comparator.-v2 table thead.thead-master tr {
        margin: 0 -0.7142857143rem 0;
        width: auto; } }
    @media (max-width: 767.98px) {
      .somfy .comparator.-v2 table thead.thead-master tr:first-child {
        margin: 0 0.7142857143rem 0; } }
    .somfy .comparator.-v2 table thead.thead-master tr:first-child th {
      padding: 1.4285714286rem 2.8571428571rem 0; }
      @media (max-width: 991.98px) {
        .somfy .comparator.-v2 table thead.thead-master tr:first-child th {
          padding: 0.7142857143rem 0.7142857143rem 0;
          margin-bottom: 0; } }
      @media (max-width: 767.98px) {
        .somfy .comparator.-v2 table thead.thead-master tr:first-child th {
          padding: 2.8571428571rem 0.7142857143rem 0; } }
    @media (max-width: 767.98px) {
      .somfy .comparator.-v2 table thead.thead-master tr:last-child {
        margin: 0 0.7142857143rem 1.4285714286rem; } }
    .somfy .comparator.-v2 table thead.thead-master tr:last-child th {
      padding: 1.4285714286rem 2.8571428571rem; }
      @media (max-width: 991.98px) {
        .somfy .comparator.-v2 table thead.thead-master tr:last-child th {
          margin-bottom: 0;
          padding: 1.4285714286rem 0.7142857143rem; } }
      @media (max-width: 767.98px) {
        .somfy .comparator.-v2 table thead.thead-master tr:last-child th {
          padding: 0.7142857143rem; } }
    .somfy .comparator.-v2 table thead.thead-master th {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      body .somfy .comparator.-v2 table thead.thead-master th {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .comparator.-v2 table thead.thead-master th,
      body.vi-th .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .comparator.-v2 table thead.thead-master th,
      body.ar-lb .somfy .comparator.-v2 table thead.thead-master th,
      body.ar-ma .somfy .comparator.-v2 table thead.thead-master th,
      body.ar-il .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .comparator.-v2 table thead.thead-master th,
      body.tc-tw .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .comparator.-v2 table thead.thead-master th {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .comparator.-v2 table thead.thead-master th label {
        display: none; }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th label {
            display: block;
            width: 100%;
            margin: 0;
            line-height: 2.8571428571rem;
            font-size: 1rem;
            color: #FAB800; } }
      .somfy .comparator.-v2 table thead.thead-master th:last-child {
        font-size: 1.2857142857rem; }
      .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
        margin: 0;
        width: 100%;
        border: none;
        font-size: 1.1428571429rem;
        line-height: 2rem; }
        body .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .btnCompact,
        body.vi-th .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .btnCompact,
        body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .btnCompact,
        body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .btnCompact,
        body.ar-il .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .btnCompact,
        body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
          font-size: 1.1428571429rem;
          line-height: 2rem; }
          body .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .btnCompact span,
          body.vi-th .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .btnCompact span,
          body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .btnCompact span,
          body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .btnCompact span,
          body.ar-il .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .btnCompact span,
          body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .comparator.-v2 table thead.thead-master th .btnCompact span {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .comparator.-v2 table thead.thead-master th .btnCompact i {
          float: right;
          position: relative;
          top: 0.2857142857rem; }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .btnCompact {
            text-align: center; }
            .somfy .comparator.-v2 table thead.thead-master th .btnCompact i {
              float: none; } }
      .somfy .comparator.-v2 table thead.thead-master th.order-4, .somfy .comparator.-v2 table thead.thead-master th.order-10 {
        display: none; }
      @media (max-width: 767.98px) {
        .somfy .comparator.-v2 table thead.thead-master th.order-3 {
          display: none; } }
      @media (max-width: 991.98px) {
        .somfy .comparator.-v2 table thead.thead-master th {
          width: 33%;
          background: transparent; }
          .somfy .comparator.-v2 table thead.thead-master th:first-child {
            display: none; } }
      @media (max-width: 767.98px) {
        .somfy .comparator.-v2 table thead.thead-master th {
          width: 50%; } }
      .somfy .comparator.-v2 table thead.thead-master th .product-infos {
        width: 100%;
        margin-top: 0.7142857143rem;
        text-align: center; }
        .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
          display: block;
          font-size: 0.7142857143rem;
          margin-top: -1.2857142857rem;
          margin-bottom: 0.4285714286rem; }
          body .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: SomfySans-Medium, sans-serif; }
          body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .product-infos strong,
          body.vi-th .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .product-infos strong,
          body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .product-infos strong,
          body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .product-infos strong,
          body.ar-il .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .product-infos strong,
          body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .comparator.-v2 table thead.thead-master th .product-infos strong {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .comparator.-v2 table thead.thead-master th .product-reco {
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
        color: #FFFFFF;
        font-size: 0.8571428571rem;
        background: #FAB800;
        position: absolute;
        top: 1rem;
        right: 2.8571428571rem;
        line-height: 1.7142857143rem;
        padding: 0 0.5714285714rem;
        white-space: nowrap; }
        body .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .product-reco,
        body.vi-th .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .product-reco,
        body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .product-reco,
        body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .product-reco,
        body.ar-il .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .product-reco,
        body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .comparator.-v2 table thead.thead-master th .product-reco {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 991.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-reco {
            right: 0.7142857143rem; } }
        .somfy .comparator.-v2 table thead.thead-master th .product-reco:before {
          content: '';
          display: block;
          position: absolute;
          left: -4px;
          top: 0;
          border-right: 4px solid #FAB800;
          border-top: 24px solid transparent; }
        .somfy .comparator.-v2 table thead.thead-master th .product-reco:after {
          content: '';
          display: block;
          position: absolute;
          right: -4px;
          top: 0;
          border-left: 4px solid #FAB800;
          border-bottom: 24px solid transparent; }
      .somfy .comparator.-v2 table thead.thead-master th .product-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 0;
        width: 80%;
        flex-basis: 80%;
        margin: auto;
        transition: all 0.2s ease-in-out; }
        .somfy .comparator.-v2 table thead.thead-master th .product-visual img {
          width: 100%; }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-visual {
            width: 60%;
            flex-basis: 60%; } }
      .somfy .comparator.-v2 table thead.thead-master th .product-text {
        font-size: 1.1428571429rem;
        letter-spacing: -0.15px; }
        body .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .product-text,
        body.vi-th .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .product-text,
        body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .product-text,
        body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .product-text,
        body.ar-il .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .product-text,
        body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .comparator.-v2 table thead.thead-master th .product-text {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .comparator.-v2 table thead.thead-master th .product-price {
        font-size: 1.1428571429rem;
        letter-spacing: -0.15px;
        margin-bottom: 1.4285714286rem; }
        .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
          display: inline-block;
          font-weight: normal;
          text-transform: none;
          font-size: 1.1428571429rem;
          margin-bottom: 0;
          letter-spacing: -0.15px; }
          body .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .product-price strong,
          body.vi-th .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .product-price strong,
          body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .product-price strong,
          body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .product-price strong,
          body.ar-il .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .product-price strong,
          body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .comparator.-v2 table thead.thead-master th .product-price strong {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .comparator.-v2 table thead.thead-master th .product-price a, .somfy .comparator.-v2 table thead.thead-master th .product-price button {
          display: inline-block;
          vertical-align: middle;
          font-size: 1.2857142857rem;
          padding: 0 0.1428571429rem; }
          .somfy .comparator.-v2 table thead.thead-master th .product-price a i.somfy-icon, .somfy .comparator.-v2 table thead.thead-master th .product-price button i.somfy-icon {
            position: relative;
            top: -1px; }
        .somfy .comparator.-v2 table thead.thead-master th .product-price .old-price {
          margin-right: 0.7142857143rem;
          font-size: 1rem;
          text-decoration: line-through; }
        .somfy .comparator.-v2 table thead.thead-master th .product-price .somfy-icon {
          font-size: 1rem; }
      .somfy .comparator.-v2 table thead.thead-master th .product-select {
        width: 100%;
        margin-bottom: 1.4285714286rem; }
        @media (max-width: 1199.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select {
            margin-bottom: 0.7142857143rem; } }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select {
            height: 30px !important; } }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle {
            border: none;
            border-bottom: 1px solid #E5E5E5;
            border-radius: 0;
            padding: 0 0.7142857143rem 0.2857142857rem 0;
            font-size: 1rem; } }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select .dropdown-menu {
            max-width: none;
            margin-top: -1px; } }
        .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
          color: #767677;
          font-size: 1rem; }
          body .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner,
          body.vi-th .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner,
          body.ar-lb .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner,
          body.ar-ma .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner,
          body.ar-il .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner,
          body.tc-tw .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .comparator.-v2 table thead.thead-master th .product-select .filter-option-inner-inner {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle:after {
          right: 14px; }
          @media (max-width: 767.98px) {
            .somfy .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle:after {
              right: 5px;
              top: 40%; } }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle[aria-expanded=false]:after {
            top: 40%; }
          .somfy .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle[aria-expanded=true]:after {
            top: 60%; } }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select .dropdown-item {
            padding: 0.3571428571rem 1.4285714286rem; } }
        @media (max-width: 767.98px) {
          .somfy .comparator.-v2 table thead.thead-master th .product-select span.text {
            font-size: 1rem; } }

.somfy.rtl.product-page.-pim .comparator-close {
  left: 10px;
  right: auto; }

.somfy.rtl.product-page.-pim .comparator table.comparator-visual th.active-prev div {
  border-right: 1px solid #e8e8e8;
  border-left: none; }

.somfy.rtl.product-page.-pim .comparator table.comparator-visual th.active-next div {
  border-left: 1px solid #e8e8e8;
  border-right: none; }

.somfy.rtl .comparator.-v2 table th {
  text-align: right; }
  @media (max-width: 991.98px) {
    .somfy.rtl .comparator.-v2 table th {
      text-align: center; } }

@media (max-width: 767.98px) {
  .somfy.rtl .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle {
    padding: 0 0 0.2857142857rem 0.7142857143rem; } }

.somfy.rtl .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle:after {
  left: 14px;
  right: auto; }
  @media (max-width: 767.98px) {
    .somfy.rtl .comparator.-v2 table thead.thead-master th .product-select button.dropdown-toggle:after {
      left: 5px; } }

.somfy.rtl .comparator.-v2 table thead.thead-master th .product-reco {
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  right: auto;
  left: 2.8571428571rem; }
  @media (max-width: 991.98px) {
    .somfy.rtl .comparator.-v2 table thead.thead-master th .product-reco {
      left: 0.7142857143rem; } }
  .somfy.rtl .comparator.-v2 table thead.thead-master th .product-reco:before {
    border-top: none;
    border-bottom: 24px solid transparent; }
  .somfy.rtl .comparator.-v2 table thead.thead-master th .product-reco:after {
    border-bottom: none;
    border-top: 24px solid transparent; }

.somfy.rtl .comparator.-v2 table thead.thead-master th .btnCompact i {
  float: left; }

@media (max-width: 767.98px) {
  .somfy.rtl .comparator.-v2 table thead.thead-master th .btnCompact {
    text-align: center; }
    .somfy.rtl .comparator.-v2 table thead.thead-master th .btnCompact i {
      float: none; } }

@media (min-width: 1200px) {
  .somfy.rtl .comparator.-v2 table thead.thead-master .thead-sticky.-fixed th .product-visual {
    padding-right: 0;
    padding-left: 1.4285714286rem; }
  .somfy.rtl .comparator.-v2 table thead.thead-master .thead-sticky.-fixed th .product-infos {
    text-align: left; } }

@media (max-width: 991.98px) {
  .somfy.product-page .position-relative {
    position: absolute !important;
    width: 100%;
    height: 101%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; } }

.somfy .view360 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: white;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 991.98px) {
    .somfy .view360 {
      z-index: 90;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .somfy .view360.-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .somfy .view360-vue {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 40px; */ }
    @media (max-width: 991.98px) {
      .somfy .view360-vue {
        margin-bottom: 0;
        height: 100%;
        text-align: center; } }
    .somfy .view360-vue .spritespin-canvas {
      margin: 0 auto;
      width: auto !important; }
  .somfy .view360-close {
    display: none;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 100%;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FAB800;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .somfy .view360-close {
        display: block;
        right: 10px;
        top: 0; } }
    .somfy .view360-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .somfy .view360-slider {
    width: 100%;
    z-index: 0; }
    .somfy .view360-slider input {
      -webkit-appearance: none;
      width: 100%;
      height: 10px;
      border-radius: 5px;
      background-color: #EDF0F1;
      outline: none; }
    .somfy .view360-slider input::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 25px;
      height: 25px;
      cursor: pointer;
      border-radius: 50%;
      outline: none;
      border: 3px solid white;
      background-color: #FAB800;
      box-shadow: none;
      transition: outline 0.2s ease-in-out; }
    .somfy .view360-slider input::-moz-range-thumb {
      width: 25px;
      height: 25px;
      cursor: pointer;
      border-radius: 50%;
      outline: none;
      border: 3px solid white;
      background-color: #FAB800;
      box-shadow: none;
      transition: outline 0.2s ease-in-out; }
    .somfy .view360-slider input:focus-visible::-webkit-slider-thumb {
      outline: 2px solid #FAB800; }
    .somfy .view360-slider input:focus-visible::-moz-range-thumb {
      outline: 2px solid #FAB800; }

.somfy.rtl .view360-close {
  right: auto;
  left: 0; }
  @media (max-width: 991.98px) {
    .somfy.rtl .view360-close {
      right: auto;
      left: 20px; } }

.somfy .help_me .title_content {
  margin-bottom: 3.5714285714rem; }

.somfy .help_me-filters {
  margin: 0 0 2.1428571429rem;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .somfy .help_me-filters {
      display: none; } }
  .somfy .help_me-filters li {
    margin: 0 0.7142857143rem 1.4285714286rem; }

.somfy .help_me .form-group {
  display: none;
  margin-bottom: 2.1428571429rem; }
  .somfy .help_me .form-group .dropdown {
    width: 100%;
    background-color: white; }
    .somfy .help_me .form-group .dropdown-menu {
      width: 100%; }
  @media (max-width: 767.98px) {
    .somfy .help_me .form-group {
      display: block; } }

.somfy .help_me-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr; }
  @media (max-width: 767.98px) {
    .somfy .help_me-list {
      grid-template-columns: 1fr; } }
  .somfy .help_me-list li {
    margin: 0 0.7142857143rem 1.4285714286rem; }
    @media (max-width: 767.98px) {
      .somfy .help_me-list li {
        margin: 0 0 1.4285714286rem; } }

.somfy .help_me-card {
  display: flex;
  height: 100%;
  min-height: 8.5714285714rem;
  background: #8996A4; }
  .somfy .help_me-card:hover img, .somfy .help_me-card:focus img {
    transform: scale(1.1); }

.somfy .help_me-visual {
  width: 40%;
  overflow: hidden; }
  .somfy .help_me-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out; }

.somfy .help_me-infos {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 1.4285714286rem; }
  .somfy .help_me-infos strong {
    display: block;
    line-height: normal;
    font-size: 1.1428571429rem; }
    .somfy .help_me-infos strong:not(:last-child) {
      margin-bottom: 0.5714285714rem; }
  .somfy .help_me-infos p {
    margin-bottom: 0; }
    body .somfy .help_me-infos p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .help_me-infos p,
    body.vi-th .somfy .help_me-infos p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .help_me-infos p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .help_me-infos p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .help_me-infos p,
    body.ar-lb .somfy .help_me-infos p,
    body.ar-ma .somfy .help_me-infos p,
    body.ar-il .somfy .help_me-infos p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .help_me-infos p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .help_me-infos p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .help_me-infos p,
    body.tc-tw .somfy .help_me-infos p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .help_me-infos p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .help_me-script {
  margin-bottom: 2.8571428571rem; }

.somfy #modal-help_me {
  width: 90vw;
  height: 90vh;
  top: 5vh;
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 10px; }
  .somfy #modal-help_me .modal-content {
    height: 100%;
    min-height: auto;
    overflow: hidden; }
    .somfy #modal-help_me .modal-content > .modal-body {
      height: 100%; }
      .somfy #modal-help_me .modal-content > .modal-body > .help_me-script {
        height: 100%; }
  .somfy #modal-help_me .btnIconOnly {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: none; }

.somfy .aside-panel {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(26, 27, 28, 0.7);
  pointer-events: none;
  transition: all 0.2s 0.3s ease-in-out; }
  .somfy .aside-panel .panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5.7142857143rem 2.1428571429rem 0;
    background: #FFFFFF;
    max-width: calc(100vw - 60px);
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .panel {
        width: 100%;
        max-width: calc(100vw - 40px); } }
    .somfy .aside-panel .panel .close {
      z-index: 10;
      display: block !important;
      position: relative;
      padding: 0.5714285714rem 0.7142857143rem;
      margin-right: -0.7142857143rem;
      opacity: 1;
      color: black;
      font-size: 1.1428571429rem;
      transition: all 0.2s ease-in-out;
      outline: 1px solid transparent; }
      .somfy .aside-panel .panel .close:focus {
        outline-offset: 0;
        outline: 1px solid #FAB800; }
      .somfy .aside-panel .panel .close:hover {
        color: #FAB800;
        transform: scale(1.6);
        outline: 1px solid transparent; }
      .somfy .aside-panel .panel .close span {
        display: block; }
    .somfy .aside-panel .panel > div {
      display: none;
      padding-bottom: 5.7142857143rem; }
    .somfy .aside-panel .panel .panel-title {
      font-size: 2rem;
      line-height: 2.4285714286rem;
      letter-spacing: 0rem;
      margin-bottom: 4.2857142857rem; }
      body .somfy .aside-panel .panel .panel-title {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .aside-panel .panel .panel-title,
      body.vi-th .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .aside-panel .panel .panel-title,
      body.ar-lb .somfy .aside-panel .panel .panel-title,
      body.ar-ma .somfy .aside-panel .panel .panel-title,
      body.ar-il .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .aside-panel .panel .panel-title,
      body.tc-tw .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .aside-panel .panel .panel-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .aside-panel.-active {
    opacity: 1;
    pointer-events: all;
    transition: all 0.2s ease-in-out; }
    .somfy .aside-panel.-active .panel {
      opacity: 1;
      transform: translateX(0);
      transition: all 0.2s 0.3s ease-in-out; }
  .somfy .aside-panel .product-alert {
    width: 26.7857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .product-alert {
        width: 100%; } }
    .somfy .aside-panel .product-alert .form-group {
      margin-bottom: 0.4285714286rem; }
    .somfy .aside-panel .product-alert p {
      margin-bottom: 2.1428571429rem;
      color: #767677; }
    .somfy .aside-panel .product-alert button {
      width: 100%; }
  .somfy .aside-panel .act-for-green {
    width: 26.7857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .act-for-green {
        width: 100%; } }
    .somfy .aside-panel .act-for-green .afg-logo {
      margin-right: 1.4285714286rem; }
      @media (max-width: 767.98px) {
        .somfy .aside-panel .act-for-green .afg-logo {
          margin-right: 0;
          margin-bottom: 1.4285714286rem; } }
    .somfy .aside-panel .act-for-green .afg-header {
      display: flex;
      margin-bottom: 1.4285714286rem;
      align-items: center; }
      @media (max-width: 767.98px) {
        .somfy .aside-panel .act-for-green .afg-header {
          flex-direction: column;
          align-items: flex-start; } }
      .somfy .aside-panel .act-for-green .afg-header > img {
        width: 5.7142857143rem;
        margin-right: 0.7142857143rem; }
      .somfy .aside-panel .act-for-green .afg-header > strong {
        margin-bottom: 0;
        text-transform: uppercase;
        color: #767677; }
        body .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .aside-panel .act-for-green .afg-header > strong,
        body.vi-th .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .aside-panel .act-for-green .afg-header > strong,
        body.ar-lb .somfy .aside-panel .act-for-green .afg-header > strong,
        body.ar-ma .somfy .aside-panel .act-for-green .afg-header > strong,
        body.ar-il .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .aside-panel .act-for-green .afg-header > strong,
        body.tc-tw .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .aside-panel .act-for-green .afg-header > strong {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .aside-panel .act-for-green .afg-title {
      color: #BCCC0F;
      text-transform: uppercase;
      margin-bottom: 0.7142857143rem; }
      body .somfy .aside-panel .act-for-green .afg-title {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .aside-panel .act-for-green .afg-title,
      body.vi-th .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .aside-panel .act-for-green .afg-title,
      body.ar-lb .somfy .aside-panel .act-for-green .afg-title,
      body.ar-ma .somfy .aside-panel .act-for-green .afg-title,
      body.ar-il .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .aside-panel .act-for-green .afg-title,
      body.tc-tw .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .aside-panel .act-for-green .afg-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .aside-panel .act-for-green .afg-wysiwyg p {
      margin-bottom: 1.4285714286rem; }
    .somfy .aside-panel .act-for-green .afg-wysiwyg a {
      color: #BCCC0F; }
    .somfy .aside-panel .act-for-green .afg-links {
      margin: 0;
      padding: 0;
      list-style: none; }
      .somfy .aside-panel .act-for-green .afg-links li {
        line-height: normal;
        font-size: 0.8571428571rem;
        margin-bottom: 0.7142857143rem; }
        .somfy .aside-panel .act-for-green .afg-links li:before {
          content: '>';
          color: #BCCC0F;
          margin-right: 0.7142857143rem; }
      .somfy .aside-panel .act-for-green .afg-links a {
        color: #BCCC0F; }
  .somfy .aside-panel .delivery-methods {
    width: 26.7857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .delivery-methods {
        width: 100%; } }
    .somfy .aside-panel .delivery-methods ul {
      margin: 0 0 2.8571428571rem;
      padding: 0;
      list-style: none; }
      .somfy .aside-panel .delivery-methods ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: right;
        margin-bottom: 1.4285714286rem;
        padding-bottom: 1.4285714286rem;
        border-bottom: 1px solid #E5E5E5; }
        .somfy .aside-panel .delivery-methods ul li span {
          max-width: 65%; }
  .somfy .aside-panel .payment-methods {
    width: 26.7857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .payment-methods {
        width: 100%; } }
    .somfy .aside-panel .payment-methods p {
      margin-bottom: 2.1428571429rem; }
    .somfy .aside-panel .payment-methods ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .somfy .aside-panel .payment-methods ul li {
        margin-bottom: 1.4285714286rem; }
        .somfy .aside-panel .payment-methods ul li img {
          max-height: 2.8571428571rem; }
        .somfy .aside-panel .payment-methods ul li p {
          margin-top: 0.3571428571rem;
          margin-bottom: 0rem; }
  .somfy .aside-panel .oney {
    position: relative;
    min-height: 100%;
    width: 26.7857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .oney {
        width: 100%; } }
    .somfy .aside-panel .oney:before {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      width: calc(100% + 60px);
      left: -2.1428571429rem;
      bottom: 0;
      height: 60vh;
      background: #86BD28; }
    .somfy .aside-panel .oney img {
      max-width: 20rem;
      margin-top: -0.7142857143rem;
      margin-bottom: 2.1428571429rem; }
      @media (max-width: 767.98px) {
        .somfy .aside-panel .oney img {
          max-width: 14.2857142857rem; } }
    .somfy .aside-panel .oney-title {
      color: #86BD28;
      font-size: 1.75rem;
      line-height: 1.2;
      margin-bottom: 0.5rem; }
    .somfy .aside-panel .oney-subtitle {
      color: #86BD28;
      font-size: 1.3rem;
      line-height: 1.2;
      margin-bottom: 0.5rem;
      padding: 0 !important;
      width: 80%; }
    .somfy .aside-panel .oney-legal {
      margin: 0;
      background: #86BD28;
      font-size: 0.8571428571rem;
      line-height: 1.0714285714rem;
      color: white; }
      .somfy .aside-panel .oney-legal a {
        color: white;
        text-decoration: underline; }
      .somfy .aside-panel .oney-legal ul {
        padding-left: 20px; }
    .somfy .aside-panel .oney-infos {
      margin: 0 -2.1428571429rem;
      color: white;
      background: #86BD28; }
      .somfy .aside-panel .oney-infos:before {
        display: block;
        content: '';
        width: 100%;
        height: 3.5714285714rem;
        background: linear-gradient(to bottom right, white 0%, white 50%, #86BD28 50%); }
      .somfy .aside-panel .oney-infos table {
        width: calc(100% - 60px);
        margin: 0 2.1428571429rem 1.4285714286rem; }
        .somfy .aside-panel .oney-infos table td {
          vertical-align: top;
          padding: 0 0.7142857143rem 0.7142857143rem; }
          .somfy .aside-panel .oney-infos table td:first-child {
            padding-left: 0; }
          .somfy .aside-panel .oney-infos table td:last-child {
            padding-right: 0; }
    .somfy .aside-panel .oney-steps {
      position: relative;
      padding-bottom: 2.1428571429rem;
      margin: 0 -2.1428571429rem;
      padding-left: 2.1428571429rem;
      padding-right: 2.1428571429rem;
      background: #86BD28; }
      .somfy .aside-panel .oney-steps div.line {
        position: absolute;
        left: 49px;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #FFFFFF; }
      .somfy .aside-panel .oney-steps-counter {
        background-color: #FFFFFF;
        color: #86BD28;
        position: absolute;
        padding: 0px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        padding-top: 10px;
        font-weight: 500; }
        body .somfy .aside-panel .oney-steps-counter {
          font-family: SomfySans-Bold, sans-serif; }
        body.vi-vi .somfy .aside-panel .oney-steps-counter,
        body.vi-th .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .aside-panel .oney-steps-counter,
        body.ar-lb .somfy .aside-panel .oney-steps-counter,
        body.ar-ma .somfy .aside-panel .oney-steps-counter,
        body.ar-il .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .aside-panel .oney-steps-counter,
        body.tc-tw .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .aside-panel .oney-steps-counter {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .aside-panel .oney-steps-counter-icon {
        font-size: 1.4285714286rem;
        line-height: 1.5714285714rem;
        letter-spacing: 0rem; }
      .somfy .aside-panel .oney-steps p {
        color: #FFFFFF;
        margin-left: 40px; }
        .somfy .aside-panel .oney-steps p.oney-steps-title {
          font-size: 1.4285714286rem;
          line-height: 1.5714285714rem;
          letter-spacing: 0rem;
          text-transform: uppercase; }
          body .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: SomfySans-Bold, sans-serif; }
          body.vi-vi .somfy .aside-panel .oney-steps p.oney-steps-title,
          body.vi-th .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .aside-panel .oney-steps p.oney-steps-title,
          body.ar-lb .somfy .aside-panel .oney-steps p.oney-steps-title,
          body.ar-ma .somfy .aside-panel .oney-steps p.oney-steps-title,
          body.ar-il .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .aside-panel .oney-steps p.oney-steps-title,
          body.tc-tw .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .aside-panel .oney-steps p.oney-steps-title {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .aside-panel .oney-btns {
      margin: 1.4285714286rem 2.1428571429rem; }
      .somfy .aside-panel .oney-btns > * {
        margin-bottom: 1.4285714286rem;
        width: calc(50% - 30px); }
        .somfy .aside-panel .oney-btns > *:nth-child(odd) {
          margin-right: 2.8571428571rem; }
        @media (max-width: 767.98px) {
          .somfy .aside-panel .oney-btns > * {
            width: 100%;
            margin-right: 0;
            margin-bottom: 1.4285714286rem; } }
      .somfy .aside-panel .oney-btns .btnCompact.primary {
        color: #86BD28 !important;
        background: white !important;
        border-color: white !important; }
      .somfy .aside-panel .oney-btns .btnCompact.secondary, .somfy.product-page.-pim .aside-panel .oney-btns .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .aside-panel .oney-btns .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .aside-panel .oney-btns .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .aside-panel .oney-btns .btnCompact.ts-header-filter-dropdown-content {
        color: white !important;
        background: #86BD28 !important;
        border-color: white !important; }
    .somfy .aside-panel .oney-table {
      display: none;
      padding-bottom: 2.1428571429rem; }
      .somfy .aside-panel .oney-table:first-child {
        display: block; }
    .somfy .aside-panel .oney p {
      padding: 0 2.1428571429rem;
      margin-bottom: 0; }
  .somfy .aside-panel .basket {
    width: 26.7857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .basket {
        width: 100%; } }
    .somfy .aside-panel .basket-body {
      padding: 0;
      margin: 0 0 2.8571428571rem;
      list-style: none; }
      .somfy .aside-panel .basket-body > li {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 1.4285714286rem;
        margin-bottom: 1.4285714286rem;
        border-bottom: 1px solid #E5E5E5; }
        @media (max-width: 767.98px) {
          .somfy .aside-panel .basket-body > li {
            flex-wrap: wrap;
            text-align: right; } }
        .somfy .aside-panel .basket-body > li .product-visual img {
          width: 6.4285714286rem;
          max-width: 100%; }
        @media (max-width: 767.98px) {
          .somfy .aside-panel .basket-body > li .product-visual {
            width: 25%; } }
        .somfy .aside-panel .basket-body > li .product-infos {
          flex-grow: 1;
          margin: 0 1.4285714286rem;
          max-width: 60%; }
          @media (max-width: 767.98px) {
            .somfy .aside-panel .basket-body > li .product-infos {
              margin: 0 0 0.7142857143rem;
              max-width: 100%;
              width: 75%; } }
          .somfy .aside-panel .basket-body > li .product-infos .form-group {
            margin-bottom: 0; }
            @media (max-width: 767.98px) {
              .somfy .aside-panel .basket-body > li .product-infos .form-group .dropdown {
                height: 3.5714285714rem !important; } }
          .somfy .aside-panel .basket-body > li .product-infos > button {
            background: none;
            border: none;
            font-size: 1.2857142857rem;
            vertical-align: middle;
            cursor: pointer;
            transition: all 0.2s ease-in-out; }
            .somfy .aside-panel .basket-body > li .product-infos > button:hover {
              color: #FAB800; }
            .somfy .aside-panel .basket-body > li .product-infos > button i {
              display: block; }
        .somfy .aside-panel .basket-body > li .product-title {
          display: block;
          font-size: 1.2857142857rem;
          text-transform: uppercase;
          margin-bottom: 0.7142857143rem;
          color: black; }
          .somfy .aside-panel .basket-body > li .product-title:hover {
            color: #FAB800; }
          @media (max-width: 767.98px) {
            .somfy .aside-panel .basket-body > li .product-title {
              font-size: 1.1428571429rem; } }
        .somfy .aside-panel .basket-body > li .product-price {
          font-size: 1.2857142857rem;
          position: absolute;
          right: 0;
          bottom: 2.2142857143rem; }
          @media (max-width: 767.98px) {
            .somfy .aside-panel .basket-body > li .product-price {
              font-size: 1.1428571429rem;
              position: relative;
              bottom: auto;
              width: 100%; } }
    .somfy .aside-panel .basket-footer {
      width: 100%;
      text-align: center; }
      .somfy .aside-panel .basket-footer .btnClassic, .somfy.product-page.-pim .aside-panel .basket-footer .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .aside-panel .basket-footer .ts-header-filter-dropdown-label, .somfy.product-page.-pim .aside-panel .basket-footer .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .aside-panel .basket-footer .ts-header-filter-dropdown-content {
        width: 100%; }
      .somfy .aside-panel .basket-footer p {
        margin-bottom: 2.8571428571rem; }
    .somfy .aside-panel .basket-total {
      display: flex;
      width: 100%;
      font-size: 1.4285714286rem;
      margin-bottom: 1.4285714286rem;
      justify-content: space-between;
      text-transform: uppercase; }
  .somfy .aside-panel .product-perso {
    width: 38.5714285714rem;
    padding-bottom: 0 !important; }
    @media (max-width: 767.98px) {
      .somfy .aside-panel .product-perso {
        width: auto;
        margin: 0 -0.7142857143rem; } }
    .somfy .aside-panel .product-perso .panel-title {
      margin-left: 7.1428571429rem; }
      @media (max-width: 767.98px) {
        .somfy .aside-panel .product-perso .panel-title {
          margin-left: 0rem; } }
    .somfy .aside-panel .product-perso .perso-body {
      margin: 0;
      padding: 0;
      list-style: none; }
      .somfy .aside-panel .product-perso .perso-body > li {
        display: flex;
        width: 100%;
        align-items: flex-start;
        padding-bottom: 1.4285714286rem;
        margin-bottom: 1.4285714286rem;
        border-bottom: 1px solid #E5E5E5; }
        .somfy .aside-panel .product-perso .perso-body > li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
        @media (max-width: 767.98px) {
          .somfy .aside-panel .product-perso .perso-body > li {
            flex-wrap: wrap; } }
    .somfy .aside-panel .product-perso .product-visual {
      width: 5.7142857143rem; }
      .somfy .aside-panel .product-perso .product-visual img {
        width: 5.7142857143rem; }
    .somfy .aside-panel .product-perso .product-infos {
      padding: 0 1.4285714286rem; }
      @media (max-width: 767.98px) {
        .somfy .aside-panel .product-perso .product-infos {
          padding: 0.7142857143rem 0 0; } }
      .somfy .aside-panel .product-perso .product-infos > a, .somfy .aside-panel .product-perso .product-infos > div > a {
        display: inline-block;
        margin-bottom: 1.4285714286rem; }
      .somfy .aside-panel .product-perso .product-infos .form-group {
        margin-bottom: 1.4285714286rem; }
        .somfy .aside-panel .product-perso .product-infos .form-group .dropdown {
          height: 3.5714285714rem !important; }
          .somfy .aside-panel .product-perso .product-infos .form-group .dropdown-menu > li.disabled {
            background-color: #e9ecef; }
        .somfy .aside-panel .product-perso .product-infos .form-group .custom-radio label, .somfy .aside-panel .product-perso .product-infos .form-group .form-check label {
          color: #1A1B1C;
          font-size: 1.1428571429rem;
          line-height: 1.4285714286rem; }
        .somfy .aside-panel .product-perso .product-infos .form-group .custom-radio > p, .somfy .aside-panel .product-perso .product-infos .form-group .form-check > p {
          padding-left: 2.1428571429rem;
          padding-top: 0.3571428571rem; }
        .somfy .aside-panel .product-perso .product-infos .form-group .custom-radio:not(:last-child), .somfy .aside-panel .product-perso .product-infos .form-group .form-check:not(:last-child) {
          margin-bottom: 0.7142857143rem; }
      .somfy .aside-panel .product-perso .product-infos .d-flex .form-group {
        min-width: 6.4285714286rem;
        margin-bottom: 0; }
    .somfy .aside-panel .product-perso .product-title {
      font-weight: 400;
      font-size: 1.1428571429rem;
      margin-bottom: 0.2857142857rem; }
      body .somfy .aside-panel .product-perso .product-title {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .aside-panel .product-perso .product-title,
      body.vi-th .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .aside-panel .product-perso .product-title,
      body.ar-lb .somfy .aside-panel .product-perso .product-title,
      body.ar-ma .somfy .aside-panel .product-perso .product-title,
      body.ar-il .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .aside-panel .product-perso .product-title,
      body.tc-tw .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .aside-panel .product-perso .product-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .aside-panel .product-perso .product-price {
      color: #485C74;
      font-size: 1.4285714286rem;
      margin: 0 1.4285714286rem;
      margin: 0; }
      body .somfy .aside-panel .product-perso .product-price {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .aside-panel .product-perso .product-price,
      body.vi-th .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .aside-panel .product-perso .product-price,
      body.ar-lb .somfy .aside-panel .product-perso .product-price,
      body.ar-ma .somfy .aside-panel .product-perso .product-price,
      body.ar-il .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .aside-panel .product-perso .product-price,
      body.tc-tw .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .aside-panel .product-perso .product-price {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .aside-panel .product-perso .perso-footer {
      position: sticky;
      z-index: 20;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1.4285714286rem 0 2.8571428571rem 0;
      background: white;
      border-top: 1px solid #E5E5E5; }
      @media (max-width: 767.98px) {
        .somfy .aside-panel .product-perso .perso-footer {
          padding: 1.4285714286rem 0; } }
      .somfy .aside-panel .product-perso .perso-footer .perso-total {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right; }
        .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
          color: #485C74;
          font-size: 2.1428571429rem;
          line-height: 2.1428571429rem;
          margin: 0 0 0.2857142857rem; }
          body .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .aside-panel .product-perso .perso-footer .perso-total strong,
          body.vi-th .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .aside-panel .product-perso .perso-footer .perso-total strong,
          body.ar-lb .somfy .aside-panel .product-perso .perso-footer .perso-total strong,
          body.ar-ma .somfy .aside-panel .product-perso .perso-footer .perso-total strong,
          body.ar-il .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .aside-panel .product-perso .perso-footer .perso-total strong,
          body.tc-tw .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .aside-panel .product-perso .perso-footer .perso-total strong {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .aside-panel .product-perso .perso-footer .perso-total strong span {
            display: inline-block;
            margin-bottom: 0; }
        .somfy .aside-panel .product-perso .perso-footer .perso-total span {
          display: block;
          margin-bottom: 1.4285714286rem; }
        .somfy .aside-panel .product-perso .perso-footer .perso-total p {
          color: #1A1B1C;
          font-size: 1.1428571429rem;
          margin-bottom: 1.4285714286rem; }
      .somfy .aside-panel .product-perso .perso-footer .form-group {
        margin: 0 1.4285714286rem;
        min-width: 6.4285714286rem; }
        @media (max-width: 767.98px) {
          .somfy .aside-panel .product-perso .perso-footer .form-group {
            margin: 0 1.4285714286rem 0 0; }
            .somfy .aside-panel .product-perso .perso-footer .form-group .dropdown {
              height: 3.5714285714rem !important; } }

.somfy.rtl .aside-panel .panel {
  text-align: right;
  right: auto;
  left: 0;
  border-radius: 0 12px 12px 0;
  transform: translateX(-100%); }
  .somfy.rtl .aside-panel .panel .close {
    float: left;
    margin-right: 0;
    margin-left: -1.4285714286rem; }

.somfy.rtl .aside-panel.-active .panel {
  transform: translateX(0); }

.somfy.rtl .aside-panel .act-for-green .afg-header img {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .aside-panel .act-for-green .afg-links li:before {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .aside-panel .oney-infos table td:first-child {
  padding-left: 0.7142857143rem;
  padding-right: 0; }

.somfy.rtl .aside-panel .oney-infos table td:last-child {
  padding-right: 0.7142857143rem;
  padding-left: 0; }

.somfy.rtl .aside-panel .product-perso .perso-footer .perso-total {
  text-align: left; }

@media (max-width: 767.98px) {
  .somfy.rtl .aside-panel .product-perso .perso-footer .form-group {
    margin: 0 0 0 1.4285714286rem; } }

.somfy .benefits_bloc {
  margin-bottom: 100px; }
  .somfy .benefits_bloc .container-fluid {
    width: 100%; }
    .somfy .benefits_bloc .container-fluid div:first-child {
      margin-bottom: 30px; }
  .somfy .benefits_bloc .icon_benefit {
    font-size: 50px;
    color: #FAB800;
    padding: 20px 0; }
  .somfy .benefits_bloc .benefits_content p {
    margin: 25px 0; }

.somfy .content_bloc {
  margin-bottom: 100px; }
  .somfy .content_bloc .container-fluid {
    width: 100%; }
    .somfy .content_bloc .container-fluid div.row {
      margin: 0 0 25px 0; }

.somfy .push-app_bloc {
  margin-bottom: 100px; }
  .somfy .push-app_bloc .container-fluid {
    width: 100%; }
  .somfy .push-app_bloc .push-app-content {
    overflow: hidden;
    margin-bottom: 20px; }
    .somfy .push-app_bloc .push-app-content .desc {
      margin-bottom: 20px; }
  .somfy .push-app_bloc .push-app-image img {
    margin: 0 auto;
    max-width: 100%; }
  .somfy .push-app_bloc .push-app-link {
    color: #FAB800; }
    .somfy .push-app_bloc .push-app-link span {
      font-size: 14px; }

.somfy .bg_transparent + .benefits_with_interaction > .container-fluid div.row:first-child {
  padding-top: 80px; }

.somfy .benefits_with_interaction {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .benefits_with_interaction {
      transition: none; } }
  .somfy .benefits_with_interaction .bottomCta {
    display: none !important; }
  .somfy .benefits_with_interaction .topCta {
    display: none !important; }
  .somfy .benefits_with_interaction.bottomBtn .bottomCta {
    display: inline-block !important;
    position: absolute;
    bottom: 130px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction.bottomBtn .bottomCta {
        bottom: 20px;
        width: 100%;
        max-width: 290px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction.bottomBtn .bottomCta a {
        width: 100%;
        max-width: 290px; } }
  .somfy .benefits_with_interaction.bottomBtn .topCta {
    display: none !important; }
  .somfy .benefits_with_interaction.topBtn .bottomCta {
    display: none !important; }
  .somfy .benefits_with_interaction.topBtn .topCta {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block !important; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction.topBtn .topCta {
        margin-top: 0;
        width: 100%;
        max-width: 290px;
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction.topBtn .topCta a {
        width: 100%;
        max-width: 290px; } }
  .somfy .benefits_with_interaction > .container-fluid {
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .somfy .benefits_with_interaction > .container-fluid {
        background-color: transparent !important; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction > .container-fluid {
        background-color: var(--gradient-color);
        position: relative; } }
    .somfy .benefits_with_interaction > .container-fluid .title_content .head_title {
      margin-bottom: 15px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_with_interaction > .container-fluid .title_content .head_title {
          margin-bottom: 10px; } }
    .somfy .benefits_with_interaction > .container-fluid .title_content .bwi_title {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_with_interaction > .container-fluid .title_content .bwi_title {
          margin-bottom: 10px; }
          .somfy .benefits_with_interaction > .container-fluid .title_content .bwi_title br {
            display: none; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction > .container-fluid .bwi-title {
        margin-bottom: 20px; } }
    .somfy .benefits_with_interaction > .container-fluid div.row:first-child {
      padding-top: 120px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_with_interaction > .container-fluid div.row:first-child {
          padding-top: 40px; } }
  .somfy .benefits_with_interaction .cta {
    margin: auto; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction .cta {
        margin-top: 20px; } }
    .somfy .benefits_with_interaction .cta a {
      text-decoration: none; }
      @media (max-width: 767.98px) {
        .somfy .benefits_with_interaction .cta a {
          width: 100%; } }
      .somfy .benefits_with_interaction .cta a:hover {
        text-decoration: none; }
  .somfy .benefits_with_interaction .bg {
    background-position: center !important;
    background-size: cover !important;
    height: 1050px;
    position: relative; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction .bg {
        height: 320px; } }
  .somfy .benefits_with_interaction .overlay:before {
    height: 400px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, var(--gradient-color), rgba(255, 255, 255, 0) 100%);
    opacity: 1; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_interaction .overlay:before {
        height: 30px; } }

@media (min-width: 768px) {
  .somfy .benefits_with_interaction.height-900 {
    height: 900px; }
    .somfy .benefits_with_interaction.height-900 .bg {
      height: 900px; } }

@media (max-width: 767.98px) {
  .somfy .benefits_with_smartphone {
    position: relative; } }

.somfy .benefits_with_smartphone .container-fluid {
  position: absolute;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }
  @media (max-width: 767.98px) {
    .somfy .benefits_with_smartphone .container-fluid {
      position: relative; } }
  .somfy .benefits_with_smartphone .container-fluid .title_content .title_1 {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_smartphone .container-fluid .title_content .title_1 {
        margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .somfy .benefits_with_smartphone .container-fluid .subtitle_1 {
      margin-bottom: 40px; } }
  .somfy .benefits_with_smartphone .container-fluid div.row:first-child {
    padding-top: 60px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_smartphone .container-fluid div.row:first-child {
        padding-top: 30px; } }
  .somfy .benefits_with_smartphone .container-fluid div.row:last-child {
    margin-top: 30px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_smartphone .container-fluid div.row:last-child {
        margin: 0; } }
  .somfy .benefits_with_smartphone .container-fluid div.row .phone {
    margin-bottom: 70px;
    width: auto;
    height: 628px;
    background-image: url("/common/b2c_v5/img/phone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    align-items: center;
    justify-content: center; }
    .somfy .benefits_with_smartphone .container-fluid div.row .phone .screen_phone {
      width: 86.7%;
      margin-top: -10px;
      border: 1px solid #606161;
      border-radius: 7px;
      height: 0;
      overflow: hidden;
      padding-top: 152%;
      position: relative; }
      @media (max-width: 767.98px) {
        .somfy .benefits_with_smartphone .container-fluid div.row .phone .screen_phone {
          width: 188px;
          margin-top: -8px;
          margin-left: 1px;
          height: 330px;
          padding-top: 0; } }
      .somfy .benefits_with_smartphone .container-fluid div.row .phone .screen_phone .screen {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 767.98px) {
          .somfy .benefits_with_smartphone .container-fluid div.row .phone .screen_phone .screen {
            height: 327px; } }
    .somfy .benefits_with_smartphone .container-fluid div.row .phone img {
      width: 84%; }
    @media (max-width: 767.98px) {
      .somfy .benefits_with_smartphone .container-fluid div.row .phone {
        margin: auto;
        height: 450px;
        background-size: auto 100%; }
        .somfy .benefits_with_smartphone .container-fluid div.row .phone img {
          width: auto;
          height: 306px; } }
    .somfy .benefits_with_smartphone .container-fluid div.row .phone-x {
      background: none !important;
      padding: 0; }
      .somfy .benefits_with_smartphone .container-fluid div.row .phone-x .screen_phone {
        height: 0;
        width: 87.4%;
        margin-top: 0;
        border: none;
        border-radius: 30px;
        padding-top: 190%; }
        @media (max-width: 767.98px) {
          .somfy .benefits_with_smartphone .container-fluid div.row .phone-x .screen_phone {
            width: 188px;
            padding-top: 410px;
            margin-top: 0;
            margin-left: 0; } }
        @media (max-width: 767.98px) {
          .somfy .benefits_with_smartphone .container-fluid div.row .phone-x .screen_phone .screen {
            height: 100%; } }
      .somfy .benefits_with_smartphone .container-fluid div.row .phone-x:after {
        display: block;
        z-index: 20;
        position: absolute;
        left: 50%;
        top: 50%;
        content: '';
        width: 100%;
        height: 0;
        padding-top: 220%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("/common/b2c_v5/img/iphone-mask.png") no-repeat center center/100%; }
        @media (max-width: 767.98px) {
          .somfy .benefits_with_smartphone .container-fluid div.row .phone-x:after {
            width: 214px;
            padding-top: 452px; } }

.somfy .benefits_with_smartphone .bg {
  background-position: center !important;
  background-size: cover !important;
  height: 1050px;
  position: relative; }
  @media (max-width: 767.98px) {
    .somfy .benefits_with_smartphone .bg {
      height: 320px; } }

@media (max-width: 767.98px) {
  .somfy .benefits_with_smartphone .overlay:before {
    height: 30px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 100%);
    opacity: 1; } }

.somfy .cta_advanced {
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    .somfy .cta_advanced {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .somfy .cta_advanced .container-fluid .title_content {
    padding-bottom: 40px; }
    @media (max-width: 767.98px) {
      .somfy .cta_advanced .container-fluid .title_content {
        padding-bottom: 30px; } }
    .somfy .cta_advanced .container-fluid .title_content .title_2 {
      margin-bottom: 0px; }
  @media (max-width: 767.98px) {
    .somfy .cta_advanced .container-fluid div.row {
      padding-top: 0; } }
  .somfy .cta_advanced .container-fluid div.row div {
    z-index: 1; }
    .somfy .cta_advanced .container-fluid div.row div a {
      background-color: #FAB800;
      border-radius: 4px;
      color: #FFF;
      transition: background-color 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .cta_advanced .container-fluid div.row div a {
          transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .cta_advanced .container-fluid div.row div a {
          width: 100%; } }
      .somfy .cta_advanced .container-fluid div.row div a:hover {
        text-decoration: none;
        background-color: #EC9600; }
    .somfy .cta_advanced .container-fluid div.row div .text_medium p a {
      background-color: transparent;
      color: #FAB800; }
    .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
      height: 28px;
      margin: 0 0 10px 0; }
      body .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
      body.vi-th .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
      body.ar-lb .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
      body.ar-ma .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
      body.ar-il .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
      body.tc-tw .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
          height: 22px;
          margin: 0; }
          body .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
          body.vi-th .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
          body.ar-lb .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
          body.ar-ma .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
          body.ar-il .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .cta_advanced .container-fluid div.row div .cta_title_content,
          body.tc-tw .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .cta_advanced .container-fluid div.row div .cta_title_content {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
      .somfy .cta_advanced .container-fluid div.row div .cta_title_content .subtitle_1, .somfy .cta_advanced .container-fluid div.row div .cta_title_content .subtitle_2, .somfy .cta_advanced .container-fluid div.row div .cta_title_content .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .cta_advanced .container-fluid div.row div .cta_title_content legend {
        color: #1A1B1C;
        margin-bottom: 0; }
      .somfy .cta_advanced .container-fluid div.row div .cta_title_content .truncate-1 {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .somfy .cta_advanced .container-fluid div.row div .text_content {
      color: #1A1B1C;
      height: 40px; }
      body .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .cta_advanced .container-fluid div.row div .text_content,
      body.vi-th .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cta_advanced .container-fluid div.row div .text_content,
      body.ar-lb .somfy .cta_advanced .container-fluid div.row div .text_content,
      body.ar-ma .somfy .cta_advanced .container-fluid div.row div .text_content,
      body.ar-il .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cta_advanced .container-fluid div.row div .text_content,
      body.tc-tw .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cta_advanced .container-fluid div.row div .text_content {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .cta_advanced .container-fluid div.row div .text_content {
          padding-bottom: 0;
          height: 36px; } }
      .somfy .cta_advanced .container-fluid div.row div .text_content p {
        margin: 10px 0 0 0;
        max-height: 50px; }
        body .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .cta_advanced .container-fluid div.row div .text_content p,
        body.vi-th .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .cta_advanced .container-fluid div.row div .text_content p,
        body.ar-lb .somfy .cta_advanced .container-fluid div.row div .text_content p,
        body.ar-ma .somfy .cta_advanced .container-fluid div.row div .text_content p,
        body.ar-il .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .cta_advanced .container-fluid div.row div .text_content p,
        body.tc-tw .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .cta_advanced .container-fluid div.row div .text_content p {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .cta_advanced .container-fluid div.row div .text_content p {
            margin-top: 5px; } }
      .somfy .cta_advanced .container-fluid div.row div .text_content .truncate-2 {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .somfy .cta_advanced .container-fluid div.row div .cta {
      margin-top: 50px; }
      body .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .cta_advanced .container-fluid div.row div .cta,
      body.vi-th .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .cta_advanced .container-fluid div.row div .cta,
      body.ar-lb .somfy .cta_advanced .container-fluid div.row div .cta,
      body.ar-ma .somfy .cta_advanced .container-fluid div.row div .cta,
      body.ar-il .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .cta_advanced .container-fluid div.row div .cta,
      body.tc-tw .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .cta_advanced .container-fluid div.row div .cta {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .cta_advanced .container-fluid div.row div .cta {
          margin-bottom: 0;
          margin-top: 15px;
          padding-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .somfy .cta_advanced .container-fluid div.row div:last-child .cta {
        padding-bottom: 0; } }

@media (max-width: 767.98px) {
  .somfy .category_list {
    padding-top: 40px;
    padding-bottom: 40px; } }

.somfy .category_list.bg-white {
  background-color: #FFFFFF; }

.somfy .category_list.bg-gray {
  background-color: #F9F8F4; }
  .somfy .category_list.bg-gray .cl_products .cl_product p {
    background-color: #FFFFFF !important; }
  .somfy .category_list.bg-gray .cl_products .cl_product a {
    background-color: #FFFFFF !important; }

.somfy .category_list .container-fluid .title_content {
  padding-bottom: 79px; }
  @media (max-width: 767.98px) {
    .somfy .category_list .container-fluid .title_content {
      padding-bottom: 20px; } }
  .somfy .category_list .container-fluid .title_content .title_1, .somfy .category_list .container-fluid .title_content .title_2 {
    margin-bottom: 0; }

.somfy .category_list .container-fluid div.cl_products .cl_product {
  width: auto;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .category_list .container-fluid div.cl_products .cl_product {
      margin-bottom: 0;
      padding-bottom: 20px; } }
  .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_image_container {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    background: white;
    position: relative; }
    .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_image_container .cl_product_image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .somfy .category_list .container-fluid div.cl_products .cl_product a {
    display: block;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .somfy .category_list .container-fluid div.cl_products .cl_product a {
        box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); } }
    .somfy .category_list .container-fluid div.cl_products .cl_product a:hover, .somfy .category_list .container-fluid div.cl_products .cl_product a:focus {
      box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); }
      .somfy .category_list .container-fluid div.cl_products .cl_product a:hover .cl_product_text_container p.link_big span, .somfy .category_list .container-fluid div.cl_products .cl_product a:focus .cl_product_text_container p.link_big span {
        padding-left: 10px; }
  .somfy .category_list .container-fluid div.cl_products .cl_product img {
    max-width: 100%;
    width: 100%;
    max-height: inherit;
    object-fit: contain;
    background-color: #ffffff; }
    @media (max-width: 767.98px) {
      .somfy .category_list .container-fluid div.cl_products .cl_product img {
        max-height: none;
        max-width: none; } }
  .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container {
        padding-top: 30px;
        padding-bottom: 40px; } }
    .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
      margin-bottom: 10px; }
      body .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p,
      body.vi-th .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p,
      body.ar-lb .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p,
      body.ar-ma .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p,
      body.ar-il .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p,
      body.tc-tw .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p.link_big {
        color: #FAB800;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p.link_big {
            transition: none; } }
        .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p.link_big span {
          padding-right: 5px;
          padding-left: 5px;
          font-size: 0.7em;
          padding-top: 7px;
          transition: all 0.2s ease-in-out; }
          @media (max-width: 767.98px) {
            .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p.link_big span {
              padding-top: 6px; } }
        .somfy .category_list .container-fluid div.cl_products .cl_product .cl_product_text_container p.link_big .icon-arrow-right:before {
          content: "\e903";
          color: #FAB800; }

.somfy.categorie_liste_new .content-loader {
  z-index: 9999; }

.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: 6px;
    content: '\e960';
    font-family: 'somfy-v5-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    width: 14px;
    height: 14px;
    -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"].precheck:not(:checked) + label:after {
  background: #EDF0F1;
  opacity: 1;
  transform: scale(1);
  border-radius: 2px;
  color: transparent; }

.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, .somfy.categorie_liste_new .price-list label .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy.categorie_liste_new .form_assembly .wFormContainer .oneField .price-list label input:not([type="file"]),
    .somfy.categorie_liste_new .price-list label .form_assembly .wFormContainer .inputWrapper textarea, .somfy.categorie_liste_new .form_assembly .wFormContainer .inputWrapper .price-list label textarea,
    .somfy.categorie_liste_new .price-list label .form_assembly .wFormContainer .inputWrapper select, .somfy.categorie_liste_new .form_assembly .wFormContainer .inputWrapper .price-list label select {
      max-width: 90px;
      padding: 5px 20px 5px 8px; }
    .somfy.categorie_liste_new .price-list label span {
      position: absolute;
      top: 50%;
      right: 8px;
      color: #767677;
      transform: translateY(-50%); }

.somfy.categorie_liste_new .btn-price, .somfy.categorie_liste_new .btn-range {
  margin-left: 20px; }
  @media (max-width: 767.98px) {
    .somfy.categorie_liste_new .btn-price, .somfy.categorie_liste_new .btn-range {
      width: auto;
      margin: 0 10px; } }

.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: 140px;
  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 (max-width: 991.98px) {
    .somfy.categorie_liste_new .attribute-list {
      padding-bottom: 30px; } }
  @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; }
    @media (max-width: 991.98px) {
      .somfy.categorie_liste_new .attribute-list .more-attribute {
        display: block; } }
    .somfy.categorie_liste_new .attribute-list .more-attribute.show {
      display: block; }

.somfy.categorie_liste_new .menu-filter {
  background: #fff;
  display: none;
  position: fixed;
  top: 200px;
  left: 0;
  bottom: 0px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 25px;
  z-index: 8000; }
  .somfy.categorie_liste_new .menu-filter.active {
    display: block;
    padding: 20px 20px 80px 20px; }
  @media (min-width: 768px) {
    .somfy.categorie_liste_new .menu-filter {
      display: block;
      position: initial;
      padding-top: 0;
      z-index: 400; } }

.somfy.categorie_liste_new .filter-list-sidebar {
  list-style: none;
  padding: 0px; }
  @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; } }
    .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 (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; }
    @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 .accordion-item-content .multiRange {
      margin-bottom: 30px; }
  .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; }
  .somfy.categorie_liste_new .filter-list-sidebar .rating.active label {
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-content {
      position: fixed;
      top: 204px;
      background: #fff;
      z-index: 1000;
      bottom: 0;
      width: 100vw;
      left: 100vw;
      transition: all .4s ease-in-out;
      overflow-y: scroll;
      padding-bottom: 40px; }
      .somfy.categorie_liste_new .filter-list-sidebar .accordion-item-content.show {
        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 (max-width: 991.98px) {
    .somfy.categorie_liste_new .filter-list-header .filter {
      flex-wrap: wrap;
      margin: 0;
      padding: 0 10px;
      height: 50px; }
      .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: white;
  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; }
  @media (min-width: 768px) {
    .somfy.categorie_liste_new .filter-list-header .title_4 {
      color: #1A1B1C; } }

.somfy.categorie_liste_new .filter-list-header .btn {
  color: #767677;
  font-size: 1rem;
  line-height: 1.8571428571rem;
  letter-spacing: 0rem; }

.somfy.categorie_liste_new .breadcrumb-list .breadcrumb {
  margin-top: 10px;
  margin-bottom: 40px; }

@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: 2;
        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.breadcrumb-list, .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list {
        order: 1; }
        .somfy.categorie_liste_new main section.breadcrumb-list .breadcrumb, .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list .breadcrumb {
          margin-top: 0;
          margin-bottom: 0; }
      .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; } }

@media (max-width: 767.98px) {
  .somfy.categorie_liste_new main section.breadcrumb-list .breadcrumb, .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list .breadcrumb {
    padding-bottom: 0; }
    .somfy.categorie_liste_new main section.breadcrumb-list .breadcrumb .breadcrumb-item, .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list .breadcrumb .breadcrumb-item {
      padding-left: 0;
      display: none; }
      .somfy.categorie_liste_new main section.breadcrumb-list .breadcrumb .breadcrumb-item:before, .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list .breadcrumb .breadcrumb-item:before {
        display: none; }
      .somfy.categorie_liste_new main section.breadcrumb-list .breadcrumb .breadcrumb-item:nth-last-child(2), .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list .breadcrumb .breadcrumb-item:nth-last-child(2) {
        display: block; }
      .somfy.categorie_liste_new main section.breadcrumb-list .breadcrumb .breadcrumb-item a:before, .somfy.categorie_liste_new .b2c-scoped section.breadcrumb-list .breadcrumb .breadcrumb-item a:before {
        display: inline-block;
        padding-left: 0.5rem;
        color: #6c757d;
        font-family: 'icomoon' !important;
        content: '\e903';
        font-weight: bold;
        font-size: 10px;
        transform: rotate(180deg);
        position: relative;
        top: -2px; } }

.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 .apply-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 20px;
  background-color: white; }

.somfy .search-within-results {
  position: relative;
  padding: 20px; }
  @media (min-width: 768px) {
    .somfy .search-within-results {
      padding: 10px; } }
  .somfy .search-within-results .form-control, .somfy .search-within-results .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .search-within-results input:not([type="file"]),
  .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper textarea, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results textarea,
  .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper select, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results select {
    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_assembly .wFormContainer .oneField input:hover:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .search-within-results input:hover:not([type="file"]),
    .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper textarea:hover, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results textarea:hover,
    .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper select:hover, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results select:hover, .somfy .search-within-results .form-control:focus, .somfy .search-within-results .form_assembly .wFormContainer .oneField input:focus:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .search-within-results input:focus:not([type="file"]),
    .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper textarea:focus, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results textarea:focus,
    .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper select:focus, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results select:focus {
      border: 0; }
    .somfy .search-within-results .form-control + span, .somfy .search-within-results .form_assembly .wFormContainer .oneField input:not([type="file"]) + span, .somfy .form_assembly .wFormContainer .oneField .search-within-results input:not([type="file"]) + span, .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper textarea + span, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results textarea + span, .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper select + span, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results select + 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, .somfy .search-within-results .form_assembly .wFormContainer .oneField input:not([type="file"]) + span, .somfy .form_assembly .wFormContainer .oneField .search-within-results input:not([type="file"]) + span, .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper textarea + span, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results textarea + span, .somfy .search-within-results .form_assembly .wFormContainer .inputWrapper select + span, .somfy .form_assembly .wFormContainer .inputWrapper .search-within-results select + 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,
.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,
.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 .conversion_guide .category_list, .somfy .conversion-guide-light .category_list {
  transition: all 0.25s ease;
  padding-top: 70px;
  padding-bottom: 50px; }
  .somfy .conversion_guide .category_list .container-fluid .title_content, .somfy .conversion-guide-light .category_list .container-fluid .title_content {
    padding-bottom: 60px; }
    @media (max-width: 991.98px) {
      .somfy .conversion_guide .category_list .container-fluid .title_content, .somfy .conversion-guide-light .category_list .container-fluid .title_content {
        padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .somfy .conversion_guide .category_list, .somfy .conversion-guide-light .category_list {
      margin-top: 0;
      padding-top: 50px;
      padding-bottom: 30px; }
      .somfy .conversion_guide .category_list.show, .somfy .conversion-guide-light .category_list.show {
        transition: all 0.25s ease; } }
  @media (max-width: 991.98px) {
    .somfy .conversion_guide .category_list li, .somfy .conversion-guide-light .category_list li {
      margin-bottom: 10px; } }
  .somfy .conversion_guide .category_list li .product_container, .somfy .conversion-guide-light .category_list li .product_container {
    height: 100%;
    /*padding-top: 10px;
                    padding-bottom: 20px;*/ }
    .somfy .conversion_guide .category_list li .product_container .img_container, .somfy .conversion-guide-light .category_list li .product_container .img_container {
      margin: 0 !important;
      min-height: 280px; }
      @media (max-width: 991.98px) {
        .somfy .conversion_guide .category_list li .product_container .img_container, .somfy .conversion-guide-light .category_list li .product_container .img_container {
          min-height: 90px;
          height: 90px !important; }
          .somfy .conversion_guide .category_list li .product_container .img_container img, .somfy .conversion-guide-light .category_list li .product_container .img_container img {
            max-height: 100% !important;
            width: auto !important;
            padding: 0 !important; } }
    .somfy .conversion_guide .category_list li .product_container .title_content, .somfy .conversion-guide-light .category_list li .product_container .title_content {
      padding-bottom: 0;
      margin-top: 30px !important; }
      @media (max-width: 991.98px) {
        .somfy .conversion_guide .category_list li .product_container .title_content, .somfy .conversion-guide-light .category_list li .product_container .title_content {
          margin-top: 0 !important; } }
    .somfy .conversion_guide .category_list li .product_container .anim-arrow, .somfy .conversion-guide-light .category_list li .product_container .anim-arrow {
      width: auto; }
      @media (max-width: 991.98px) {
        .somfy .conversion_guide .category_list li .product_container .anim-arrow, .somfy .conversion-guide-light .category_list li .product_container .anim-arrow {
          width: auto; } }
      .somfy .conversion_guide .category_list li .product_container .anim-arrow .icon-arrow-right, .somfy .conversion-guide-light .category_list li .product_container .anim-arrow .icon-arrow-right {
        top: calc(50% - 5px); }

.somfy .conversion_guide .conversion-header, .somfy .conversion-guide-light .conversion-header {
  padding-bottom: 100px; }

.somfy .conversion_guide .container-fluid, .somfy .conversion-guide-light .container-fluid {
  padding: 0 20px; }
  .somfy .conversion_guide .container-fluid div.row.conversion_guide_title, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_title {
    padding-bottom: 64px; }
    @media (max-width: 991.98px) {
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_title, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_title {
        padding-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_title, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_title {
        padding-top: 40px; } }
  .somfy .conversion_guide .container-fluid div.row.conversion_guide_selectoption, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_selectoption {
    padding-bottom: 93px; }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_selectoption, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_selectoption {
        padding-bottom: 53px; } }
  @media (max-width: 767.98px) {
    .somfy .conversion_guide .container-fluid div.row.conversion_guide_products, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_products {
      padding-bottom: 20px; } }
  .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario {
    position: relative;
    padding: 20px 0; }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario {
        padding: 0 0 20px 0; } }
    .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario {
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario {
          margin-bottom: 0;
          margin-top: 20px; } }
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario .scenario-content, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario .scenario-content {
        position: relative;
        height: 100%;
        top: 0;
        transition: all 0.25s ease-in 0s; }
        .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario .scenario-content:hover, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario .scenario-content:hover {
          cursor: pointer; }
          @media (min-width: 768px) {
            .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario .scenario-content:hover, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario .scenario-content:hover {
              top: 20px; } }
      @media (min-width: 768px) {
        .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario:not(.collapsed) .scenario-content, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario:not(.collapsed) .scenario-content {
          top: 20px; } }
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario.collapsed::after, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario.collapsed::after {
        bottom: -100px; }
    .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header {
      position: relative;
      background-size: cover;
      background-position: center;
      padding-top: 66%; }
      .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px 20px;
        min-height: 36px;
        background: #fff; }
        body .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title,
        body.vi-th .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.vi-th .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.il-il .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title,
        body.ar-lb .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title,
        body.ar-ma .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title,
        body.ar-il .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.ar-il .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title,
        body.tc-tw .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title, body.th-th .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title::after, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title::after {
          content: '';
          border-style: solid;
          border-width: 36px 0 0 25px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          right: -25px;
          top: 0; }
        .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title .head_title, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-header .scenario-title .head_title {
          margin-bottom: 0; }
    .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
      height: 145px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px; }
      body .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc,
      body.vi-th .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.vi-th .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.il-il .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc,
      body.ar-lb .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc,
      body.ar-ma .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc,
      body.ar-il .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-il .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc,
      body.tc-tw .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.th-th .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row.conversion_guide_scenario .scenario-desc, .somfy .conversion-guide-light .container-fluid div.row.conversion_guide_scenario .scenario-desc {
          height: 100px;
          padding: 0 10px; } }
  .somfy .conversion_guide .container-fluid div.rowdiv, .somfy .conversion-guide-light .container-fluid div.rowdiv {
    margin-bottom: 20px; }
  .somfy .conversion_guide .container-fluid div.row.products.slick-dotted.slick-slider, .somfy .conversion-guide-light .container-fluid div.row.products.slick-dotted.slick-slider {
    padding-bottom: 30px;
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .somfy .conversion_guide .container-fluid div.row.products .product, .somfy .conversion-guide-light .container-fluid div.row.products .product {
      margin-bottom: 20px; } }
  .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper {
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper {
        padding-bottom: 25px; } }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .product_item, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .product_item {
      padding: 20px; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .product_item, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .product_item {
          padding: 10px; } }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .img_wrapper, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .img_wrapper {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 100%;
      position: relative; }
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .img_wrapper > div, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .img_wrapper > div {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper img, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper {
      height: 28px; }
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
        background-color: #FAB800;
        color: #FFFFFF;
        padding: 2px 9px;
        border-radius: 4px;
        transition: all 0.3s ease-in-out; }
        body .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now,
        body.vi-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.vi-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.il-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now,
        body.ar-lb .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now,
        body.ar-ma .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now,
        body.ar-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.ar-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now,
        body.tc-tw .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now, body.th-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .buy_now_wrapper .buy_now {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .title-content, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .title-content {
      height: 58px; }
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .title-content .subtitle_1, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .title-content .subtitle_1 {
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 20px; }
        @media (max-width: 767.98px) {
          .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .title-content .subtitle_1, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .title-content .subtitle_1 {
            padding-top: 15px; } }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
      margin-bottom: 0;
      padding-bottom: 20px; }
      body .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium,
      body.vi-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.vi-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.il-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium,
      body.ar-lb .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium,
      body.ar-ma .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium,
      body.ar-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.ar-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium,
      body.tc-tw .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, body.th-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .text_medium, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .text_medium {
          padding-bottom: 15px; } }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price {
      padding-bottom: 25px; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price {
          padding-bottom: 20px; }
          .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
            font-size: 18px; }
          .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
            font-size: 28px; } }
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
        color: #767677;
        margin-bottom: 0;
        text-decoration: line-through; }
        body .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price,
        body.vi-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.vi-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.il-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price,
        body.ar-lb .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price,
        body.ar-ma .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price,
        body.ar-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.ar-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price,
        body.tc-tw .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .old_price, body.th-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .old_price {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
        margin-bottom: 0; }
        body .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price,
        body.vi-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.vi-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.il-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price,
        body.ar-lb .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price,
        body.ar-ma .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price,
        body.ar-il .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.ar-il .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price,
        body.tc-tw .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .price .new_price, body.th-th .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .price .new_price {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .btnClassic, .somfy.product-page.-pim .conversion_guide .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion_guide .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .conversion_guide .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion_guide .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-content, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .btnClassic, .somfy.product-page.-pim .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-content {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 25px;
      padding-right: 25px;
      background-color: #FAB800;
      transition: background-color 0.3s ease-in-out;
      color: #FFFFFF; }
      .somfy .conversion_guide .container-fluid div.row.products .product_content_wrapper .btnClassic:hover, .somfy.product-page.-pim .conversion_guide .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion_guide .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .conversion_guide .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion_guide .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-content:hover, .somfy .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .btnClassic:hover, .somfy.product-page.-pim .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion-guide-light .container-fluid div.row.products .product_content_wrapper .ts-header-filter-dropdown-content:hover {
        background-color: #EC9600; }
  .somfy .conversion_guide .container-fluid div.row .nl-form, .somfy .conversion-guide-light .container-fluid div.row .nl-form {
    color: #ffffff;
    margin-top: 0; }
    body .somfy .conversion_guide .container-fluid div.row .nl-form, body .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .conversion_guide .container-fluid div.row .nl-form, body .somfy .conversion-guide-light .container-fluid div.row .nl-form {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .conversion_guide .container-fluid div.row .nl-form, body.vi-vi .somfy .conversion-guide-light .container-fluid div.row .nl-form,
    body.vi-th .somfy .conversion_guide .container-fluid div.row .nl-form, body.vi-th .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .conversion_guide .container-fluid div.row .nl-form, body.kr-kr .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .conversion_guide .container-fluid div.row .nl-form, body.il-il .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .conversion_guide .container-fluid div.row .nl-form, body.ar-ac .somfy .conversion-guide-light .container-fluid div.row .nl-form,
    body.ar-lb .somfy .conversion_guide .container-fluid div.row .nl-form, body.ar-lb .somfy .conversion-guide-light .container-fluid div.row .nl-form,
    body.ar-ma .somfy .conversion_guide .container-fluid div.row .nl-form, body.ar-ma .somfy .conversion-guide-light .container-fluid div.row .nl-form,
    body.ar-il .somfy .conversion_guide .container-fluid div.row .nl-form, body.ar-il .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .conversion_guide .container-fluid div.row .nl-form, body.ja-jp .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .conversion_guide .container-fluid div.row .nl-form, body.sc-cn .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .conversion_guide .container-fluid div.row .nl-form, body.tc-hk .somfy .conversion-guide-light .container-fluid div.row .nl-form,
    body.tc-tw .somfy .conversion_guide .container-fluid div.row .nl-form, body.tc-tw .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .conversion_guide .container-fluid div.row .nl-form, body.th-th .somfy .conversion-guide-light .container-fluid div.row .nl-form {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .conversion_guide .container-fluid div.row .nl-form .nl-dd .nl-field-toggle, .somfy .conversion-guide-light .container-fluid div.row .nl-form .nl-dd .nl-field-toggle {
      padding: 0; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row .nl-form .nl-dd .nl-field-toggle, .somfy .conversion-guide-light .container-fluid div.row .nl-form .nl-dd .nl-field-toggle {
          height: auto; } }
      .somfy .conversion_guide .container-fluid div.row .nl-form .nl-dd .nl-field-toggle:before, .somfy .conversion-guide-light .container-fluid div.row .nl-form .nl-dd .nl-field-toggle:before {
        content: '';
        padding-top: 50px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row .nl-form .nl-dd ul, .somfy .conversion-guide-light .container-fluid div.row .nl-form .nl-dd ul {
        font-size: 17px; } }
    .somfy .conversion_guide .container-fluid div.row .nl-form .nl-dd ul li, .somfy .conversion-guide-light .container-fluid div.row .nl-form .nl-dd ul li {
      padding: 0 25px; }
    .somfy .conversion_guide .container-fluid div.row .nl-form br, .somfy .conversion-guide-light .container-fluid div.row .nl-form br {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row .nl-form br, .somfy .conversion-guide-light .container-fluid div.row .nl-form br {
          display: initial; } }
  .somfy .conversion_guide .container-fluid div.row div .title_2 label, .somfy .conversion-guide-light .container-fluid div.row div .title_2 label {
    position: relative; }
    .somfy .conversion_guide .container-fluid div.row div .title_2 label select, .somfy .conversion-guide-light .container-fluid div.row div .title_2 label select {
      text-align-last: center;
      color: #ffffff;
      background-color: #109bac;
      border: none;
      border-bottom: 1px solid #FFFFFF;
      margin-bottom: 20px; }
      .somfy .conversion_guide .container-fluid div.row div .title_2 label select option, .somfy .conversion-guide-light .container-fluid div.row div .title_2 label select option {
        color: #ffffff; }
      .somfy .conversion_guide .container-fluid div.row div .title_2 label select:focus, .somfy .conversion-guide-light .container-fluid div.row div .title_2 label select:focus {
        outline: none; }
      .somfy .conversion_guide .container-fluid div.row div .title_2 label select::-ms-expand, .somfy .conversion-guide-light .container-fluid div.row div .title_2 label select::-ms-expand {
        display: none; }
  .somfy .conversion_guide .container-fluid div.row div .nl-field > a, .somfy .conversion-guide-light .container-fluid div.row div .nl-field > a {
    padding: 5px 0;
    background-color: transparent !important;
    color: #FFF;
    text-decoration: none;
    min-width: 250px;
    border-bottom: 1px solid #ffffff; }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row div .nl-field > a, .somfy .conversion-guide-light .container-fluid div.row div .nl-field > a {
        min-width: 150px; } }
  .somfy .conversion_guide .container-fluid div.row div .img_container, .somfy .conversion-guide-light .container-fluid div.row div .img_container {
    position: relative;
    margin: 20px 0 60px 0;
    width: auto; }
    @media (max-width: 1200px) {
      .somfy .conversion_guide .container-fluid div.row div .img_container, .somfy .conversion-guide-light .container-fluid div.row div .img_container {
        margin: 20px 0 20px 0; } }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row div .img_container, .somfy .conversion-guide-light .container-fluid div.row div .img_container {
        margin: 0;
        height: auto; } }
    .somfy .conversion_guide .container-fluid div.row div .img_container img, .somfy .conversion-guide-light .container-fluid div.row div .img_container img {
      padding: 0 20px;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      position: relative;
      background-color: #FFFFFF; }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide .container-fluid div.row div .img_container img, .somfy .conversion-guide-light .container-fluid div.row div .img_container img {
          padding-left: 26px;
          padding-right: 26px;
          padding-top: 10px;
          padding-bottom: 35px;
          margin: 0; } }
  .somfy .conversion_guide .container-fluid div.row div .title_content, .somfy .conversion-guide-light .container-fluid div.row div .title_content {
    color: #1A1B1C;
    background-color: #FFFFFF;
    margin: 0; }
    .somfy .conversion_guide .container-fluid div.row div .title_content:first-child, .somfy .conversion-guide-light .container-fluid div.row div .title_content:first-child {
      background-color: transparent; }
  .somfy .conversion_guide .container-fluid div.row div .truncate-1, .somfy .conversion-guide-light .container-fluid div.row div .truncate-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0; }
  .somfy .conversion_guide .container-fluid div.row div .truncate-2, .somfy .conversion-guide-light .container-fluid div.row div .truncate-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .somfy .conversion_guide .container-fluid div.row div .truncate-5, .somfy .conversion-guide-light .container-fluid div.row div .truncate-5 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .somfy .conversion_guide .container-fluid div.row div .cta, .somfy .conversion-guide-light .container-fluid div.row div .cta {
    padding-top: 25px;
    padding-bottom: 60px; }
    @media (max-width: 1200px) {
      .somfy .conversion_guide .container-fluid div.row div .cta, .somfy .conversion-guide-light .container-fluid div.row div .cta {
        padding-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .somfy .conversion_guide .container-fluid div.row div .cta, .somfy .conversion-guide-light .container-fluid div.row div .cta {
        padding-top: 0;
        padding-bottom: 25px !important; } }
    .somfy .conversion_guide .container-fluid div.row div .cta:hover a, .somfy .conversion-guide-light .container-fluid div.row div .cta:hover a {
      background-color: #EC9600; }
    .somfy .conversion_guide .container-fluid div.row div .cta a, .somfy .conversion-guide-light .container-fluid div.row div .cta a {
      padding: 10px 20px;
      background-color: #FAB800;
      border-radius: 4px;
      color: #FFF;
      text-decoration: none;
      width: auto;
      transition: background-color 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .conversion_guide .container-fluid div.row div .cta a, .somfy .conversion-guide-light .container-fluid div.row div .cta a {
          transition: none; } }
  .somfy .conversion_guide .container-fluid .link_big, .somfy .conversion-guide-light .container-fluid .link_big {
    background-color: #FFFFFF;
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    letter-spacing: 0rem; }
  .somfy .conversion_guide .container-fluid .conversion_guide_title .title_content p, .somfy .conversion_guide .container-fluid .conversion_guide_title .title_content .title_1, .somfy .conversion_guide .container-fluid .conversion_guide_title .title_content .title_2, .somfy .conversion-guide-light .container-fluid .conversion_guide_title .title_content p, .somfy .conversion-guide-light .container-fluid .conversion_guide_title .title_content .title_1, .somfy .conversion-guide-light .container-fluid .conversion_guide_title .title_content .title_2 {
    color: #ffffff; }
  .somfy .conversion_guide .container-fluid .conversion_guide_title .title_content .subtitle_1, .somfy .conversion-guide-light .container-fluid .conversion_guide_title .title_content .subtitle_1 {
    margin-bottom: 0; }

.somfy .conversion_guide.bg-blue, .somfy .conversion-guide-light.bg-blue {
  background: #109BAC; }
  .somfy .conversion_guide.bg-blue + .bg-blue, .somfy .conversion-guide-light.bg-blue + .bg-blue {
    padding-top: 40px; }
    .somfy .conversion_guide.bg-blue + .bg-blue div.row.conversion_guide_title, .somfy .conversion-guide-light.bg-blue + .bg-blue div.row.conversion_guide_title {
      padding-top: 60px; }
      @media (max-width: 991.98px) {
        .somfy .conversion_guide.bg-blue + .bg-blue div.row.conversion_guide_title, .somfy .conversion-guide-light.bg-blue + .bg-blue div.row.conversion_guide_title {
          padding-top: 80px; } }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide.bg-blue + .bg-blue div.row.conversion_guide_title, .somfy .conversion-guide-light.bg-blue + .bg-blue div.row.conversion_guide_title {
          padding-top: 120px;
          padding-bottom: 20px; } }
  .somfy .conversion_guide.bg-blue .container-fluid div.row.conversion_guide_scenario .scenario::after, .somfy .conversion-guide-light.bg-blue .container-fluid div.row.conversion_guide_scenario .scenario::after {
    border-color: #109BAC transparent transparent transparent; }

.somfy .conversion_guide.bg-beige, .somfy .conversion-guide-light.bg-beige {
  background: #EFEEED; }
  .somfy .conversion_guide.bg-beige + .bg-beige, .somfy .conversion-guide-light.bg-beige + .bg-beige {
    padding-top: 40px; }
    .somfy .conversion_guide.bg-beige + .bg-beige div.row.conversion_guide_title, .somfy .conversion-guide-light.bg-beige + .bg-beige div.row.conversion_guide_title {
      padding-top: 60px; }
      @media (max-width: 991.98px) {
        .somfy .conversion_guide.bg-beige + .bg-beige div.row.conversion_guide_title, .somfy .conversion-guide-light.bg-beige + .bg-beige div.row.conversion_guide_title {
          padding-top: 80px; } }
      @media (max-width: 767.98px) {
        .somfy .conversion_guide.bg-beige + .bg-beige div.row.conversion_guide_title, .somfy .conversion-guide-light.bg-beige + .bg-beige div.row.conversion_guide_title {
          padding-top: 120px;
          padding-bottom: 20px; } }
  .somfy .conversion_guide.bg-beige .container-fluid div.row.conversion_guide_scenario .scenario::after, .somfy .conversion-guide-light.bg-beige .container-fluid div.row.conversion_guide_scenario .scenario::after {
    border-color: #EFEEED transparent transparent transparent; }
  .somfy .conversion_guide.bg-beige .container-fluid .title_content p,
  .somfy .conversion_guide.bg-beige .container-fluid .title_content .title_1,
  .somfy .conversion_guide.bg-beige .container-fluid .title_content .title_2, .somfy .conversion-guide-light.bg-beige .container-fluid .title_content p,
  .somfy .conversion-guide-light.bg-beige .container-fluid .title_content .title_1,
  .somfy .conversion-guide-light.bg-beige .container-fluid .title_content .title_2 {
    color: #1A1B1C; }

.somfy .conversion_guide.bg-white, .somfy .conversion-guide-light.bg-white {
  background: white; }
  .somfy .conversion_guide.bg-white .container-fluid div.row.conversion_guide_scenario .scenario::after, .somfy .conversion-guide-light.bg-white .container-fluid div.row.conversion_guide_scenario .scenario::after {
    border-color: white transparent transparent transparent; }

.somfy .conversion_guide.-v2.-likeNext, .somfy .conversion-guide-light.-v2.-likeNext {
  margin-bottom: -140px; }
  @media (max-width: 767.98px) {
    .somfy .conversion_guide.-v2.-likeNext, .somfy .conversion-guide-light.-v2.-likeNext {
      margin-bottom: -180px; } }

.somfy .conversion_guide.-v2 .conversion-close, .somfy .conversion-guide-light.-v2 .conversion-close {
  position: absolute;
  right: -40px;
  top: -30px;
  padding-top: 5px;
  cursor: pointer;
  line-height: 44px;
  width: 50px;
  border: none;
  border-radius: 100%;
  color: #485C74;
  font-size: 20px;
  background: rgba(161, 171, 183, 0.2); }
  @media screen and (max-width: 1450px) {
    .somfy .conversion_guide.-v2 .conversion-close, .somfy .conversion-guide-light.-v2 .conversion-close {
      right: 20px;
      top: -50px;
      line-height: 30px;
      width: 36px;
      font-size: 16px; } }
  @media (max-width: 767.98px) {
    .somfy .conversion_guide.-v2 .conversion-close, .somfy .conversion-guide-light.-v2 .conversion-close {
      right: 10px;
      top: -40px; } }

.somfy .conversion_guide.-v2 .category_list .container-fluid, .somfy .conversion-guide-light.-v2 .category_list .container-fluid {
  position: relative; }

@media (max-width: 767.98px) {
  .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario > .col-md-4, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario > .col-md-4 {
    margin-bottom: 20px; } }

@media (min-width: 576px) {
  .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario {
    height: 100%; } }

.somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-content, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-content {
  background: white; }

.somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .head_title, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .head_title {
  margin-bottom: 0;
  padding: 20px 30px 10px 30px; }

.somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
  height: auto;
  justify-content: flex-start;
  font-size: 1.5714285714rem;
  padding: 0 30px; }
  body .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.vi-vi .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc,
  body.vi-th .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.vi-th .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.kr-kr .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.il-il .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-ac .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc,
  body.ar-lb .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-lb .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc,
  body.ar-ma .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-ma .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc,
  body.ar-il .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ar-il .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.ja-jp .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.sc-cn .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.tc-hk .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc,
  body.tc-tw .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.tc-tw .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc, body.th-th .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .scenario-desc {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
  margin-top: auto;
  padding: 0 30px 20px;
  font-size: 1.2857142857rem; }
  body .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.vi-vi .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow,
  body.vi-th .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.vi-th .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.kr-kr .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.il-il .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.ar-ac .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow,
  body.ar-lb .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.ar-lb .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow,
  body.ar-ma .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.ar-ma .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow,
  body.ar-il .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.ar-il .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.ja-jp .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.sc-cn .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.tc-hk .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow,
  body.tc-tw .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.tc-tw .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow, body.th-th .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .conversion_guide.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow span:before, .somfy .conversion-guide-light.-v2 .container-fluid div.row.conversion_guide_scenario .anim-arrow span:before {
    color: #FAB800; }

.somfy.rtl .conversion-guide-light .scenario-title {
  left: auto !important;
  right: 0; }
  .somfy.rtl .conversion-guide-light .scenario-title::after {
    left: -25px;
    border-width: 0 0 36px 25px !important;
    border-color: transparent transparent #ffffff transparent !important;
    right: auto !important; }

.somfy.rtl .conversion-guide-light .anim-arrow .icon-arrow-right {
  left: -12px !important;
  right: auto !important;
  top: calc(50% - 12px) !important; }

.somfy.rtl .conversion-guide-light .anim-arrow:hover .icon-arrow-right {
  left: -20px !important; }

.somfy.rtl .conversion_guide.-v2 .conversion-close, .somfy.rtl .conversion-guide-light.-v2 .conversion-close {
  left: -40px;
  right: auto; }
  @media screen and (max-width: 1450px) {
    .somfy.rtl .conversion_guide.-v2 .conversion-close, .somfy.rtl .conversion-guide-light.-v2 .conversion-close {
      left: 20px;
      right: auto; } }
  @media (max-width: 767.98px) {
    .somfy.rtl .conversion_guide.-v2 .conversion-close, .somfy.rtl .conversion-guide-light.-v2 .conversion-close {
      left: 10px;
      right: auto; } }

.somfy .horizontal_tab .title-content {
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .somfy .horizontal_tab .title-content {
      padding-bottom: 20px; } }
  .somfy .horizontal_tab .title-content .title_2 {
    margin-bottom: 0; }
  .somfy .horizontal_tab .title-content .subtitle_1 {
    margin-top: 20px; }

@media (max-width: 991.98px) {
  .somfy .horizontal_tab.bg-white .title-content {
    padding-bottom: 0; } }

.somfy .horizontal_tab .rp-title-icon {
  width: 52px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.somfy .horizontal_tab .fit-content-admin {
  width: 60%;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.somfy .horizontal_tab .content_admin {
  margin-top: 0px; }

.somfy .horizontal_tab > .container-fluid.horizontal_tab_navbar {
  position: relative;
  z-index: 10; }

.somfy .horizontal_tab .bg-horizontal-content {
  height: 100%;
  padding-top: 60px; }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .bg-horizontal-content {
      padding-top: 31px;
      background-color: transparent; } }

.somfy .horizontal_tab .main-container {
  padding: 25px;
  background: #f1f1f1; }

.somfy .horizontal_tab .wrapper-tab-nav {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: fit-content !important; }
  .somfy .horizontal_tab .wrapper-tab-nav .nav {
    flex-wrap: nowrap !important; }
    body .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .horizontal_tab .wrapper-tab-nav .nav,
    body.vi-th .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .horizontal_tab .wrapper-tab-nav .nav,
    body.ar-lb .somfy .horizontal_tab .wrapper-tab-nav .nav,
    body.ar-ma .somfy .horizontal_tab .wrapper-tab-nav .nav,
    body.ar-il .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .horizontal_tab .wrapper-tab-nav .nav,
    body.tc-tw .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .horizontal_tab .wrapper-tab-nav .nav {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .horizontal_tab .tab-menu {
  width: 100%; }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .tab-menu {
      width: auto;
      overflow-x: scroll;
      height: 100%;
      margin-right: -10px;
      margin-left: -10px;
      padding-left: 20px; }
      .somfy .horizontal_tab .tab-menu::-webkit-scrollbar {
        display: none; }
      .somfy .horizontal_tab .tab-menu::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0; }
      .somfy .horizontal_tab .tab-menu::-webkit-scrollbar-thumb:window-inactive {
        opacity: 0; }
      .somfy .horizontal_tab .tab-menu .border-tab {
        flex: initial; } }
    @media (max-width: 767.98px) and (min-width: 768px) {
      .somfy .horizontal_tab .tab-menu .border-tab {
        max-width: 155px; } }

.somfy .horizontal_tab .nav_title {
  transition: all 0.3s ease-in-out;
  margin-top: 10px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .horizontal_tab .nav_title {
      transition: none; } }

.somfy .horizontal_tab svg {
  transition: all 0.3s ease-in-out;
  width: 36px;
  height: 36px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .horizontal_tab svg {
      transition: none; } }

.somfy .horizontal_tab .nav-item.active svg {
  fill: #FAB800; }

.somfy .horizontal_tab .nav-item.active .nav_title {
  color: #FAB800; }

.somfy .horizontal_tab .wrapper-tab-content {
  clear: both;
  position: relative; }
  .somfy .horizontal_tab .wrapper-tab-content:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: linear-gradient(0deg, var(--gradient-color), rgba(0, 0, 0, 0) 100%);
    height: 50px;
    width: 100%;
    z-index: 50;
    transform: scaleY(-1);
    pointer-events: none; }
    @media (max-width: 767.98px) {
      .somfy .horizontal_tab .wrapper-tab-content:before {
        display: none; } }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .wrapper-tab-content:after {
      display: block;
      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; }
    .somfy .horizontal_tab .wrapper-tab-content.-hide-swipe:after {
      opacity: 0; } }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .wrapper-tab-content .title_content .title_1, .somfy .horizontal_tab .wrapper-tab-content .title_content .title_2 {
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .wrapper-tab-content .subtitle_1 {
      margin-bottom: 0; } }
  .somfy .horizontal_tab .wrapper-tab-content .tab-content .tab-pane {
    position: relative; }
    .somfy .horizontal_tab .wrapper-tab-content .tab-content .tab-pane .cta a {
      transition: background-color 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .horizontal_tab .wrapper-tab-content .tab-content .tab-pane .cta a {
          transition: none; } }
    .somfy .horizontal_tab .wrapper-tab-content .tab-content .tab-pane .cta:hover a {
      background-color: #EC9600; }
    .somfy .horizontal_tab .wrapper-tab-content .tab-content .tab-pane .bottomBtn {
      display: flex;
      position: absolute;
      bottom: 120px !important;
      margin: auto;
      bottom: 0;
      left: 0;
      right: 0;
      animation: slidebtn ease-out forwards 1.5s; }
      @media (max-width: 767.98px) {
        .somfy .horizontal_tab .wrapper-tab-content .tab-content .tab-pane .bottomBtn {
          bottom: 20px !important;
          max-width: 300px; } }

@keyframes slidebtn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 767.98px) {
  .somfy .horizontal_tab .wrapper-dots-nav .tab-menu {
    width: auto;
    overflow: auto;
    height: auto;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0; }
    .somfy .horizontal_tab .wrapper-dots-nav .tab-menu .nav-tabs {
      width: 100%;
      height: auto; }
    .somfy .horizontal_tab .wrapper-dots-nav .tab-menu a, .somfy .horizontal_tab .wrapper-dots-nav .tab-menu 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%;
      margin: 0 6px; }
      .somfy .horizontal_tab .wrapper-dots-nav .tab-menu a:hover, .somfy .horizontal_tab .wrapper-dots-nav .tab-menu a:focus, .somfy .horizontal_tab .wrapper-dots-nav .tab-menu button:hover, .somfy .horizontal_tab .wrapper-dots-nav .tab-menu button:focus {
        outline: none; }
      .somfy .horizontal_tab .wrapper-dots-nav .tab-menu a.active, .somfy .horizontal_tab .wrapper-dots-nav .tab-menu button.active {
        background: #FAB800;
        opacity: 1; } }

.somfy .horizontal_tab .nav-tabs {
  border-bottom: none; }
  .somfy .horizontal_tab .nav-tabs > div {
    padding-left: 10px;
    padding-right: 10px; }
  .somfy .horizontal_tab .nav-tabs .border-tab:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1); }
  .somfy .horizontal_tab .nav-tabs .border-tab .nav-item {
    border-radius: 0;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .horizontal_tab .nav-tabs .border-tab .nav-item {
        transition: none; } }
    .somfy .horizontal_tab .nav-tabs .border-tab .nav-item.active {
      background-color: initial;
      border-color: #F9F8F4;
      border-bottom: 1px solid #FAB800; }
    .somfy .horizontal_tab .nav-tabs .border-tab .nav-item.has-hover:hover {
      border-color: #F9F8F4;
      border-bottom: 1px solid #FAB800; }
    .somfy .horizontal_tab .nav-tabs .border-tab .nav-item:hover {
      border-bottom: 1px solid #FAB800; }
    .somfy .horizontal_tab .nav-tabs .border-tab .nav-item.-solo {
      border-bottom: 1px solid transparent !important; }
  .somfy .horizontal_tab .nav-tabs .row:first-child {
    margin: 0 auto; }
  .somfy .horizontal_tab .nav-tabs .nav-link {
    padding-top: 0;
    padding-bottom: 10px;
    color: #1A1B1C;
    text-align: center;
    background-color: inherit;
    height: 100%;
    border: none; }

.somfy .horizontal_tab .tab-content .container-fluid .title_1, .somfy .horizontal_tab .tab-content .container-fluid .title_2 {
  animation: slidecontent ease-out forwards 0.5s; }

@keyframes slidecontent {
  from {
    margin-top: -60px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .tab-content .container-fluid .title_1, .somfy .horizontal_tab .tab-content .container-fluid .title_2 {
      margin-bottom: 10px; } }

.somfy .horizontal_tab .tab-content .container-fluid .subtitle_1 {
  opacity: 0;
  animation: subtitleanimation ease-out forwards 1s;
  animation-delay: 0.5s; }

@keyframes subtitleanimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.somfy .horizontal_tab .container-fluid {
  position: absolute;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .container-fluid {
      position: absolute; } }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .container-fluid div.row {
      padding-top: 0; } }
  .somfy .horizontal_tab .container-fluid div.row ul {
    list-style: none; }
  .somfy .horizontal_tab .container-fluid.bg-horizontal-content a {
    background-color: #FAB800;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 767.98px) {
      .somfy .horizontal_tab .container-fluid.bg-horizontal-content a {
        width: 100%; } }

.somfy .horizontal_tab .bg {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 700px;
  position: relative;
  animation: fadeInBackground ease-out forwards 1s; }

@keyframes fadeInBackground {
  from {
    opacity: 0;
    background-position: center -100px !important; }
  to {
    opacity: 1;
    background-position: center 0 !important; } }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .bg {
      height: 564px; } }

.somfy .horizontal_tab .overlay_bg {
  height: 100px; }

@media (max-width: 767.98px) {
  .somfy .horizontal_tab .horizontal-tab-content {
    padding: 10px 20px 0 20px; } }

@media (max-width: 991.98px) {
  .somfy .horizontal_tab .horizontal-tab-content .container-fluid {
    padding: 0 10px; } }

.somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
  margin-top: 130px;
  margin-bottom: 180px;
  padding: 0 80px 0 50px;
  border-bottom: 2px solid #FAB800; }
  body .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items,
  body.vi-th .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items,
  body.ar-lb .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items,
  body.ar-ma .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items,
  body.ar-il .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items,
  body.tc-tw .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items {
      margin-bottom: 20px;
      margin-top: 0;
      padding: 10px 20px 50px;
      border-bottom: none;
      box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); } }
  .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content {
        padding: 0; }
        .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .desc {
          margin-bottom: 1.4285714286rem; } }
    .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon {
          display: flex;
          align-items: center;
          margin-bottom: 1.4285714286rem; }
          .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon svg {
            width: 3.5714285714rem;
            margin-right: 0.8571428571rem; }
          .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
            color: #1A1B1C;
            font-size: 1.5714285714rem; }
            body .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: SomfySans-Light, sans-serif; }
            body.vi-vi .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span,
            body.vi-th .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span,
            body.ar-lb .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span,
            body.ar-ma .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span,
            body.ar-il .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span,
            body.tc-tw .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon span {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }

.somfy .horizontal_tab .horizontal-tab-content .bg-horizontal {
  background-clip: content-box;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .somfy .horizontal_tab .horizontal-tab-content .bg-horizontal {
      background-clip: initial;
      padding: 0;
      height: 340px;
      position: relative;
      right: 0;
      width: 100%;
      margin-bottom: 1.4285714286rem; } }
  @media (max-width: 575.98px) {
    .somfy .horizontal_tab .horizontal-tab-content .bg-horizontal {
      height: 250px; } }

.somfy .horizontal_tab.-v2 .nav-tabs .border-tab:after {
  z-index: -1;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.somfy .horizontal_tab.-v2 .nav-tabs .border-tab .nav-item {
  border-bottom-width: 2px !important; }

.somfy .horizontal_tab.-v2 svg {
  fill: #485C74; }

.somfy .horizontal_tab.-v2 .nav_title {
  color: #485C74;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem; }

.somfy .horizontal_tab.-v2 .title_3 {
  margin-bottom: 0;
  padding-bottom: 30px; }

.somfy .horizontal_tab.-v2 .desc {
  color: #767677;
  font-size: 1.2857142857rem;
  margin-bottom: 1.4285714286rem; }
  body .somfy .horizontal_tab.-v2 .desc {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .horizontal_tab.-v2 .desc,
  body.vi-th .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .horizontal_tab.-v2 .desc,
  body.ar-lb .somfy .horizontal_tab.-v2 .desc,
  body.ar-ma .somfy .horizontal_tab.-v2 .desc,
  body.ar-il .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .horizontal_tab.-v2 .desc,
  body.tc-tw .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .horizontal_tab.-v2 .desc {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 767.98px) {
  .somfy .horizontal_tab .large-background .container-fluid {
    position: absolute;
    padding: 40px 40px; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .somfy .horizontal_tab .large-background {
    bottom: 20px; } }

.somfy.rtl .horizontal_tab .horizontal-tab-content .content-support .container_items .support-content .title-icon svg {
  margin-right: 0;
  margin-left: 0.8571428571rem; }

@media (max-width: 991.98px) {
  .somfy .interactive-house .horizontal_tab_navbar .title-content {
    padding-top: 0;
    padding-bottom: 30px; } }

.somfy .interactive-house .wrapper-tab-content {
  margin-top: -50px; }
  @media (max-width: 767.98px) {
    .somfy .interactive-house .wrapper-tab-content {
      margin-top: 0; } }
  .somfy .interactive-house .wrapper-tab-content .tab-content .bg {
    height: auto;
    text-align: center; }
    .somfy .interactive-house .wrapper-tab-content .tab-content .bg .overlay_bg {
      position: absolute;
      top: 0;
      width: 100%; }
    @media (max-width: 991.98px) {
      .somfy .interactive-house .wrapper-tab-content .tab-content .bg .overlay_bg_bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 10px;
        display: none; } }
    .somfy .interactive-house .wrapper-tab-content .tab-content .bg .popover-content {
      position: absolute; }
    .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen {
      position: absolute;
      height: 32px;
      width: 32px;
      background: #FAB800;
      border-radius: 50%; }
      .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen:hover:before, .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen.hovering:before {
        animation-name: ripple-out;
        animation-iteration-count: infinite; }
      .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen:before {
        content: '';
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: #FAB800 solid 11px;
        animation-duration: 1s; }
      .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen:after {
        content: '';
        position: absolute;
        background: #fff;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        left: calc(50% - 4px);
        top: calc(50% - 4px); }
      @media (max-width: 991.98px) {
        .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen {
          height: 20px;
          width: 20px; }
          .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen:before {
            border: #FAB800 solid 8px; }
          .somfy .interactive-house .wrapper-tab-content .tab-content .bg .interactive-pen:after {
            height: 6px;
            width: 6px;
            left: calc(50% - 3px);
            top: calc(50% - 3px); } }

@media (max-width: 991.98px) {
  .somfy .interactive-house #popover-collapse {
    margin-top: -40px; }
    .somfy .interactive-house #popover-collapse.show {
      padding-bottom: 20px;
      transition: all 0.35s ease; }
    .somfy .interactive-house #popover-collapse.collapsing {
      transition: height 0.35s ease; }
    .somfy .interactive-house #popover-collapse .popover.popover-mobile {
      position: relative;
      margin: auto; } }

.somfy .interactive-house > .content_admin {
  position: relative;
  bottom: -60px; }

@media (max-width: 991.98px) {
  .somfy .u_tabs {
    padding-bottom: 2.8571428571rem;
    background: var(--gradient-color-2); } }

.somfy .u_tabs header {
  padding: 50px 0 30px;
  background: linear-gradient(180deg, var(--gradient-color-1) 0%, #ffffff 100%); }
  @media (max-width: 991.98px) {
    .somfy .u_tabs header {
      padding: 20px 0 30px;
      background: var(--gradient-color-1); } }
  .somfy .u_tabs header .title_1, .somfy .u_tabs header .title_2 {
    color: #485C74;
    margin-bottom: 20px; }
  .somfy .u_tabs header .subtitle_1 {
    color: #485C74; }

.somfy .u_tabs-content {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, var(--gradient-color-1) 55%, var(--gradient-color-1) 70%, var(--gradient-color-2) 100%); }
  @media (max-width: 991.98px) {
    .somfy .u_tabs-content {
      padding: 0;
      background: linear-gradient(180deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 300px, var(--gradient-color-2) 100%); } }
  @media (max-width: 767.98px) {
    .somfy .u_tabs-content:after {
      display: block;
      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; }
    .somfy .u_tabs-content.-hide-swipe:after {
      opacity: 0; } }
  .somfy .u_tabs-content .nav.nav-tabs {
    flex-wrap: nowrap;
    margin-bottom: 20px;
    border: none;
    justify-content: flex-start; }
    @media (max-width: 991.98px) {
      .somfy .u_tabs-content .nav.nav-tabs {
        margin-bottom: 30px; } }
    .somfy .u_tabs-content .nav.nav-tabs .nav-item {
      text-align: center;
      border: none;
      margin: 0;
      max-width: 25%;
      width: 100%; }
      @media only screen and (max-width: 576px) {
        .somfy .u_tabs-content .nav.nav-tabs .nav-item {
          min-width: 40%;
          max-width: none;
          white-space: normal; } }
      .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link {
        position: relative;
        display: flex;
        margin: 0 10px;
        padding: 12px 0;
        border: none;
        background: none;
        height: 100%;
        flex-direction: column;
        white-space: normal; }
        .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          height: 3px;
          width: 0;
          border-radius: 2px;
          background: #FAB800;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          transition: all 0.2s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link:after {
              transition: none; } }
        .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link svg {
          display: block;
          fill: #767677;
          height: 34px;
          max-height: 40px;
          margin: 0 auto 8px;
          transition: all 0.2s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link svg {
              transition: none; } }
        .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
          display: block;
          color: #767677;
          font-size: 1rem;
          line-height: 14px;
          transition: all 0.2s ease-in-out; }
          body .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span,
          body.vi-th .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span,
          body.ar-lb .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span,
          body.ar-ma .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span,
          body.ar-il .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span,
          body.tc-tw .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link span {
              transition: none; } }
        .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link:hover svg, .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link:hover span {
          color: #485C74;
          fill: #485C74; }
        .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link.active svg, .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link.active span {
          color: #FAB800;
          fill: #FAB800; }
        .somfy .u_tabs-content .nav.nav-tabs .nav-item .nav-link.active:after {
          width: 100%; }
  .somfy .u_tabs-content .tab-content .tab-pane {
    color: #1A1B1C; }
    @media (max-width: 991.98px) {
      .somfy .u_tabs-content .tab-content .tab-pane {
        min-height: 0 !important;
        margin-bottom: 20px;
        margin-top: 0;
        padding: 20px 20px 40px;
        border-bottom: none;
        box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1);
        background: white; } }
    .somfy .u_tabs-content .tab-content .tab-pane .title-icon {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy .u_tabs-content .tab-content .tab-pane .title-icon {
          display: flex;
          align-items: center;
          margin-bottom: 1.4285714286rem; }
          .somfy .u_tabs-content .tab-content .tab-pane .title-icon svg {
            color: #767677;
            fill: #767677;
            width: 3.5714285714rem;
            margin-right: 0.8571428571rem; }
          .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
            color: #767677;
            font-size: 1.5714285714rem; }
            body .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: SomfySans-Light, sans-serif; }
            body.vi-vi .somfy .u_tabs-content .tab-content .tab-pane .title-icon span,
            body.vi-th .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .u_tabs-content .tab-content .tab-pane .title-icon span,
            body.ar-lb .somfy .u_tabs-content .tab-content .tab-pane .title-icon span,
            body.ar-ma .somfy .u_tabs-content .tab-content .tab-pane .title-icon span,
            body.ar-il .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .u_tabs-content .tab-content .tab-pane .title-icon span,
            body.tc-tw .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .u_tabs-content .tab-content .tab-pane .title-icon span {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
    .somfy .u_tabs-content .tab-content .tab-pane img {
      position: absolute;
      width: 120%;
      top: 0;
      left: -60px;
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      @media (max-width: 991.98px) {
        .somfy .u_tabs-content .tab-content .tab-pane img {
          position: static;
          max-width: 500px;
          display: block;
          margin: 0 auto 30px;
          width: 100%;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; } }

@media (max-width: 767.98px) {
  .somfy .u_tabs .wrapper-dots-nav .tab-menu {
    width: auto;
    overflow: auto;
    height: auto;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0; }
    .somfy .u_tabs .wrapper-dots-nav .tab-menu .nav-tabs {
      width: 100%;
      height: auto;
      border: none; }
    .somfy .u_tabs .wrapper-dots-nav .tab-menu a, .somfy .u_tabs .wrapper-dots-nav .tab-menu 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%;
      margin: 0 6px; }
      .somfy .u_tabs .wrapper-dots-nav .tab-menu a:hover, .somfy .u_tabs .wrapper-dots-nav .tab-menu a:focus, .somfy .u_tabs .wrapper-dots-nav .tab-menu button:hover, .somfy .u_tabs .wrapper-dots-nav .tab-menu button:focus {
        outline: none; }
      .somfy .u_tabs .wrapper-dots-nav .tab-menu a.active, .somfy .u_tabs .wrapper-dots-nav .tab-menu button.active {
        background: #FAB800;
        opacity: 1; } }

.somfy.rtl .u_tabs-content .nav.nav-tabs {
  padding-right: 0; }

.somfy.rtl .u_tabs-content .tab-content .tab-pane img {
  left: auto;
  right: -60px;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  @media (max-width: 991.98px) {
    .somfy.rtl .u_tabs-content .tab-content .tab-pane img {
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }

.somfy main .universes_list {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .somfy main .universes_list {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 20px; } }
  .somfy main .universes_list .universe_mobile {
    display: none; }
  .somfy main .universes_list .container-fluid div.row .title_content {
    margin-bottom: 52px; }
    @media (max-width: 767.98px) {
      .somfy main .universes_list .container-fluid div.row .title_content {
        margin-bottom: 20px; } }
    .somfy main .universes_list .container-fluid div.row .title_content .title_2 {
      color: #1A1B1C !important; }
  .somfy main .universes_list .container-fluid .universes {
    color: #ffffff; }
    @media (min-width: 768px) {
      .somfy main .universes_list .container-fluid .universes .bg_universe {
        position: absolute;
        width: calc(100% - 20px);
        height: 100%;
        top: 0;
        opacity: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.4s ease-in-out; } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy main .universes_list .container-fluid .universes .bg_universe {
      transition: none; } }
    @media (min-width: 768px) {
        .somfy main .universes_list .container-fluid .universes .bg_universe:after {
          display: block;
          content: "";
          margin-top: 100%;
          width: 100%; }
      .somfy main .universes_list .container-fluid .universes .focus {
        background-position: -600px !important; }
        .somfy main .universes_list .container-fluid .universes .focus .bg {
          left: 110%; }
        .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers p, .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers h2, .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers h3 {
          margin-left: 0 !important; }
          .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers p a span, .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers h2 a span, .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers h3 a span {
            color: #FAB800;
            margin-left: 0 !important;
            opacity: 1 !important; }
            .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers p a span:before, .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers h2 a span:before, .somfy main .universes_list .container-fluid .universes .focus .universe_container .title_univers h3 a span:before {
              color: #FFFFFF; }
        .somfy main .universes_list .container-fluid .universes .focus .universe_container ul {
          opacity: 1 !important; }
          .somfy main .universes_list .container-fluid .universes .focus .universe_container ul li a:focus {
            color: #FAB800 !important; } }
    .somfy main .universes_list .container-fluid .universes .bg_mobile_container {
      position: relative;
      height: 120px;
      width: 100%;
      margin: 0 auto;
      background-clip: border-box;
      background-origin: border-box;
      background-size: cover;
      background-repeat: no-repeat; }
    .somfy main .universes_list .container-fluid .universes .bg_mobile {
      width: 100%;
      background-position: center !important;
      background-size: cover !important;
      position: relative;
      height: inherit;
      background-clip: padding-box;
      display: none; }
      @media (max-width: 767.98px) {
        .somfy main .universes_list .container-fluid .universes .bg_mobile {
          display: block; } }
    .somfy main .universes_list .container-fluid .universes .universe {
      position: relative;
      height: 50%;
      width: 100%;
      margin-bottom: 20px;
      background-color: #485C74;
      background-clip: content-box;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-clip: content-box;
      background-color: #485C74;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .somfy main .universes_list .container-fluid .universes .universe {
          max-height: 120px;
          margin-bottom: 15px; } }
      @media (max-width: 767.98px) {
        .somfy main .universes_list .container-fluid .universes .universe {
          background-image: none; } }
      @media (min-width: 768px) {
        .somfy main .universes_list .container-fluid .universes .universe {
          transition: background 0.5s ease-in-out; } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy main .universes_list .container-fluid .universes .universe {
      transition: none; } }
      @media (min-width: 768px) {
          .somfy main .universes_list .container-fluid .universes .universe:hover, .somfy main .universes_list .container-fluid .universes .universe:focus {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #485C74;
            background-clip: content-box; }
            .somfy main .universes_list .container-fluid .universes .universe:hover .bg_universe, .somfy main .universes_list .container-fluid .universes .universe:focus .bg_universe {
              opacity: 0; }
            .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers p a:hover, .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers h2 a:hover, .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers h3 a:hover, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers p a:hover, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers h2 a:hover, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers h3 a:hover {
              color: #FAB800; }
              .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers p a:hover span, .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers h2 a:hover span, .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers h3 a:hover span, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers p a:hover span, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers h2 a:hover span, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers h3 a:hover span {
                margin-left: 0;
                margin-right: 10px;
                opacity: 1 !important; }
                .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers p a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers h2 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container .title_univers h3 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers p a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers h2 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container .title_univers h3 a:hover span:before {
                  color: #FAB800; } }
      .somfy main .universes_list .container-fluid .universes .universe:after {
        display: block;
        content: "";
        margin-top: 50%;
        width: 100%; }
      @media (max-width: 767.98px) {
        .somfy main .universes_list .container-fluid .universes .universe .items_odd {
          background-image: none; } }
      @media (min-width: 768px) {
        .somfy main .universes_list .container-fluid .universes .universe .items_odd {
          transition: background 0.5s ease-in-out; } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy main .universes_list .container-fluid .universes .universe .items_odd {
      transition: none; } }
      @media (min-width: 768px) {
          .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-position: -600px;
            background-color: #485C74;
            background-clip: content-box; }
            .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .bg, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .bg {
              left: -110%; }
            .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers p a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers h2 a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers h3 a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers p a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers h2 a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers h3 a:hover {
              color: #FAB800; }
              .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers p a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers h2 a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers h3 a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers p a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers h2 a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers h3 a:hover span {
                margin-left: 0;
                margin-right: 10px;
                opacity: 1 !important; }
                .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers p a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers h2 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_odd:hover .universe_container .title_univers h3 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers p a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers h2 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_odd:focus .universe_container .title_univers h3 a:hover span:before {
                  color: #FAB800; } }
      .somfy main .universes_list .container-fluid .universes .universe .items_odd:after {
        display: block;
        content: "";
        margin-top: 50%;
        width: 100%; }
      @media (min-width: 768px) {
        .somfy main .universes_list .container-fluid .universes .universe .items_event {
          transition: background 0.5s ease-in-out; } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy main .universes_list .container-fluid .universes .universe .items_event {
      transition: none; } }
      @media (min-width: 768px) {
          .somfy main .universes_list .container-fluid .universes .universe .items_event:hover, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-position: -600px;
            background-color: #485C74;
            background-clip: content-box; }
            .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers p a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers h2 a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers h3 a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers p a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers h2 a:hover, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers h3 a:hover {
              color: #FAB800; }
              .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers p a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers h2 a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers h3 a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers p a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers h2 a:hover span, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers h3 a:hover span {
                margin-left: 0;
                margin-right: 10px;
                opacity: 1 !important; }
                .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers p a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers h2 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_event:hover .title_univers h3 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers p a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers h2 a:hover span:before, .somfy main .universes_list .container-fluid .universes .universe .items_event:focus .title_univers h3 a:hover span:before {
                  color: #FAB800; } }
      .somfy main .universes_list .container-fluid .universes .universe .items_event:after {
        display: block;
        content: "";
        margin-top: 50%;
        width: 100%; }
      .somfy main .universes_list .container-fluid .universes .universe:focus {
        background-image: none; }
        .somfy main .universes_list .container-fluid .universes .universe:focus .universe_container ul {
          opacity: 1; }
      @media (min-width: 768px) {
        .somfy main .universes_list .container-fluid .universes .universe:hover {
          background-image: none; }
          .somfy main .universes_list .container-fluid .universes .universe:hover .universe_container ul {
            -moz-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
            opacity: 1; } }
      .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
        position: absolute;
        z-index: 1;
        padding: 40px 0 0 40px; }
        body .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers,
        body.vi-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers,
        body.ar-lb .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers,
        body.ar-ma .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers,
        body.ar-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers,
        body.tc-tw .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers {
            padding: 0;
            width: 100%;
            height: 100%; } }
        .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 {
          transition: opacity 0.4s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 {
              transition: none; } }
          @media (max-width: 767.98px) {
            .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 {
              width: inherit;
              height: inherit; } }
          .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s ease-in-out; }
            body .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: SomfySans-Light, sans-serif; }
            body.vi-vi .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.vi-vi .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.vi-vi .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a,
            body.vi-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.vi-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.vi-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.kr-kr .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.kr-kr .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.il-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.il-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.ar-ac .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.ar-ac .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a,
            body.ar-lb .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.ar-lb .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.ar-lb .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a,
            body.ar-ma .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.ar-ma .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.ar-ma .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a,
            body.ar-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.ar-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.ar-il .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.ja-jp .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.ja-jp .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.sc-cn .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.sc-cn .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.tc-hk .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.tc-hk .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a,
            body.tc-tw .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.tc-tw .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.tc-tw .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, body.th-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, body.th-th .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
                transition: none; } }
            @media (max-width: 767.98px) {
              .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a {
                font-size: 22px;
                display: block;
                padding: 20px 0 0 20px;
                padding-right: 40%;
                width: inherit;
                height: inherit; } }
            .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a span {
              font-size: 0.7em;
              padding-left: 5px;
              opacity: 0;
              margin-left: -15px;
              margin-right: 0;
              transition: all 0.3s ease-in-out; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a span {
                  transition: none; } }
              @media (max-width: 767.98px) {
                .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a span {
                  display: none; } }
              .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a span:before, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a span:before, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a span:before {
                transition: color 0.6s ease-in-out; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p a span:before, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2 a span:before, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3 a span:before {
                    transition: none; } }
          @media (min-width: 768px) {
            .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p:hover span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers p:focus span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2:hover span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h2:focus span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3:hover span, .somfy main .universes_list .container-fluid .universes .universe .universe_container .title_univers h3:focus span {
              color: #4d4949;
              margin-left: 0;
              -webkit-margin-start: 0;
              opacity: 1;
              margin-right: 0; } }
      .somfy main .universes_list .container-fluid .universes .universe .universe_container ul {
        position: absolute;
        z-index: 1;
        top: 110px;
        padding: 0 40px 40px 40px;
        list-style: none;
        opacity: 0;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .somfy main .universes_list .container-fluid .universes .universe .universe_container ul {
            display: none !important; } }
        .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li:active .universe:after {
          background-image: none; }
        .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li:active .universe .category_content ul {
          opacity: 1; }
        .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li a {
          transition: color 0.3s ease-in-out;
          text-decoration: none;
          color: #ffffff; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li a {
              transition: none; } }
          .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li a:focus .universe:after {
            background-image: none; }
          .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li a:focus .universe .category_content ul {
            opacity: 1; }
          .somfy main .universes_list .container-fluid .universes .universe .universe_container ul li a:hover {
            color: #FAB800; }

@media (max-width: 767.98px) {
  .somfy .forum_overview .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px; } }

.somfy .forum_overview .container-fluid .color-primary {
  color: #FAB800;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  body .somfy .forum_overview .container-fluid .color-primary {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .forum_overview .container-fluid .color-primary,
  body.vi-th .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .forum_overview .container-fluid .color-primary,
  body.ar-lb .somfy .forum_overview .container-fluid .color-primary,
  body.ar-ma .somfy .forum_overview .container-fluid .color-primary,
  body.ar-il .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .forum_overview .container-fluid .color-primary,
  body.tc-tw .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .forum_overview .container-fluid .color-primary {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .forum_overview .container-fluid .color-primary {
      transition: none; } }
  .somfy .forum_overview .container-fluid .color-primary:hover span {
    margin-left: 10px; }
  .somfy .forum_overview .container-fluid .color-primary span {
    font-size: 12px; }
    @media (max-width: 767.98px) {
      .somfy .forum_overview .container-fluid .color-primary span {
        font-size: 10px; } }
    .somfy .forum_overview .container-fluid .color-primary span:before {
      color: #FAB800; }

.somfy .forum_overview .title_content p {
  color: #1a1b1c;
  opacity: 0.6;
  margin-bottom: 6px; }
  body .somfy .forum_overview .title_content p {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .forum_overview .title_content p,
  body.vi-th .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .forum_overview .title_content p,
  body.ar-lb .somfy .forum_overview .title_content p,
  body.ar-ma .somfy .forum_overview .title_content p,
  body.ar-il .somfy .forum_overview .title_content p {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .forum_overview .title_content p,
  body.tc-tw .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .forum_overview .title_content p {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .title_content p {
      margin-bottom: 5px; } }

.somfy .forum_overview .title_content .title_2 {
  color: #1a1b1c;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .title_content .title_2 {
      margin-bottom: 10px !important; } }

.somfy .forum_overview .title_content .text_big {
  color: #1a1b1c;
  opacity: 1;
  padding-bottom: 20px;
  margin-bottom: 0; }
  body .somfy .forum_overview .title_content .text_big {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .forum_overview .title_content .text_big,
  body.vi-th .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .forum_overview .title_content .text_big,
  body.ar-lb .somfy .forum_overview .title_content .text_big,
  body.ar-ma .somfy .forum_overview .title_content .text_big,
  body.ar-il .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .forum_overview .title_content .text_big,
  body.tc-tw .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .forum_overview .title_content .text_big {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .title_content .text_big {
      padding-bottom: 10px; } }

.somfy .forum_overview .forum-lead {
  padding-bottom: 30px; }
  body .somfy .forum_overview .forum-lead {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .forum_overview .forum-lead,
  body.vi-th .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .forum_overview .forum-lead,
  body.ar-lb .somfy .forum_overview .forum-lead,
  body.ar-ma .somfy .forum_overview .forum-lead,
  body.ar-il .somfy .forum_overview .forum-lead {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .forum_overview .forum-lead,
  body.tc-tw .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .forum_overview .forum-lead {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .forum-lead {
      padding-top: 0;
      padding-bottom: 20px; }
      .somfy .forum_overview .forum-lead .bloc-forum-lead {
        margin-top: 40px; } }
  .somfy .forum_overview .forum-lead a {
    color: #1a1b1c !important; }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .forum-lead .subtitle_1 {
      padding-bottom: 10px; } }
  .somfy .forum_overview .forum-lead .subtitle_2, .somfy .forum_overview .forum-lead .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .forum_overview .forum-lead legend {
    padding-bottom: 10px; }
  .somfy .forum_overview .forum-lead p {
    color: #ababab;
    margin-bottom: 0; }
  .somfy .forum_overview .forum-lead .title_2 {
    padding-top: 6px;
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .forum_overview .forum-lead .title_2 {
        padding-top: 5px;
        padding-bottom: 10px; } }
  .somfy .forum_overview .forum-lead:first-child {
    padding-top: 0; }
  .somfy .forum_overview .forum-lead:last-child {
    padding-bottom: 0; }
  .somfy .forum_overview .forum-lead a {
    color: inherit; }

.somfy .forum_overview .bloc-forum-lead .forum-lead a {
  text-decoration: none;
  transition: color 0.3s ease-in-out; }
  body .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .forum_overview .bloc-forum-lead .forum-lead a,
  body.vi-th .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .forum_overview .bloc-forum-lead .forum-lead a,
  body.ar-lb .somfy .forum_overview .bloc-forum-lead .forum-lead a,
  body.ar-ma .somfy .forum_overview .bloc-forum-lead .forum-lead a,
  body.ar-il .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .forum_overview .bloc-forum-lead .forum-lead a,
  body.tc-tw .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .forum_overview .bloc-forum-lead .forum-lead a {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      transition: none; } }
  .somfy .forum_overview .bloc-forum-lead .forum-lead a:hover {
    color: #FAB800; }
  @media (max-width: 767.98px) {
    body .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .forum_overview .bloc-forum-lead .forum-lead a,
    body.vi-th .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .forum_overview .bloc-forum-lead .forum-lead a,
    body.ar-lb .somfy .forum_overview .bloc-forum-lead .forum-lead a,
    body.ar-ma .somfy .forum_overview .bloc-forum-lead .forum-lead a,
    body.ar-il .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .forum_overview .bloc-forum-lead .forum-lead a,
    body.tc-tw .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .forum_overview .bloc-forum-lead .forum-lead a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }

.somfy .forum_overview .bloc-forum-lead .forum-lead div:first-child {
  margin-bottom: 10px; }

.somfy .forum_overview .bloc-forum-lead .forum-lead .forum-respond {
  list-style: none;
  margin-bottom: 0;
  font-size: 0; }
  .somfy .forum_overview .bloc-forum-lead .forum-lead .forum-respond li {
    color: #767677;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #767677; }
    .somfy .forum_overview .bloc-forum-lead .forum-lead .forum-respond li:first-child {
      border-left: none;
      padding-left: 0; }
      @media (max-width: 767.98px) {
        .somfy .forum_overview .bloc-forum-lead .forum-lead .forum-respond li:first-child {
          padding-right: 10px; } }
    @media (max-width: 767.98px) {
      .somfy .forum_overview .bloc-forum-lead .forum-lead .forum-respond li {
        font-size: 13px !important; } }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .bloc-forum-lead .forum-lead .forum-respond {
      margin-bottom: 0; } }

.somfy .forum_overview .bloc-forum-lead .forum-lead .box-separator {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background-clip: border-box;
  background-origin: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-top: 30px; }
  @media (max-width: 767.98px) {
    .somfy .forum_overview .bloc-forum-lead .forum-lead .box-separator {
      margin-top: 20px; } }
  .somfy .forum_overview .bloc-forum-lead .forum-lead .box-separator .separator {
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }

@media (max-width: 767.98px) {
  .somfy .forum_overview .bloc-forum-lead {
    margin-top: 40px; } }

.somfy .support_presentation {
  position: relative;
  background-color: #f8f7f5; }
  @media (max-width: 767.98px) {
    .somfy .support_presentation {
      height: auto !important;
      background-color: #ffffff; } }
  .somfy .support_presentation .container-fluid {
    align-items: center;
    position: relative; }
    .somfy .support_presentation .container-fluid .content-support {
      width: 100%; }
      .somfy .support_presentation .container-fluid .content-support .container_items {
        margin-top: 101px;
        margin-bottom: 101px; }
        @media (max-width: 767.98px) {
          .somfy .support_presentation .container-fluid .content-support .container_items {
            margin-top: 0;
            margin-bottom: 0; } }
        .somfy .support_presentation .container-fluid .content-support .container_items .support-content {
          background: #ffffff;
          position: relative;
          z-index: 10;
          padding-top: 98px;
          padding-bottom: 100px; }
          @media (max-width: 767.98px) {
            .somfy .support_presentation .container-fluid .content-support .container_items .support-content {
              height: auto !important;
              padding-top: 20px;
              padding-bottom: 20px; } }
          .somfy .support_presentation .container-fluid .content-support .container_items .support-content .accordion-container {
            position: relative;
            max-width: 500px;
            height: auto;
            margin-top: 0; }
            @media (max-width: 767.98px) {
              .somfy .support_presentation .container-fluid .content-support .container_items .support-content .accordion-container {
                max-width: 100%; } }
            .somfy .support_presentation .container-fluid .content-support .container_items .support-content .accordion-container .set {
              position: relative;
              width: 100%;
              height: auto;
              background-color: #ffffff; }
              .somfy .support_presentation .container-fluid .content-support .container_items .support-content .accordion-container .set > a {
                display: block;
                padding: 10px 15px;
                text-decoration: none;
                color: #555;
                border-bottom: 1px solid #ddd;
                transition: all 0.2s linear; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .somfy .support_presentation .container-fluid .content-support .container_items .support-content .accordion-container .set > a {
                    transition: none; } }
                .somfy .support_presentation .container-fluid .content-support .container_items .support-content .accordion-container .set > a i {
                  float: right;
                  margin-top: 2px; }
    .somfy .support_presentation .container-fluid .color-primary {
      color: #FAB800;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      padding-top: 8px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .support_presentation .container-fluid .color-primary {
          transition: none; } }
      .somfy .support_presentation .container-fluid .color-primary span {
        font-size: 11px; }
        @media (max-width: 767.98px) {
          .somfy .support_presentation .container-fluid .color-primary span {
            font-size: 10px; } }
        .somfy .support_presentation .container-fluid .color-primary span:before {
          color: #FAB800; }
      .somfy .support_presentation .container-fluid .color-primary:hover span {
        margin-left: 10px; }
        .somfy .support_presentation .container-fluid .color-primary:hover span:before {
          color: #FAB800; }
  .somfy .support_presentation .title_content p {
    color: #1A1B1C;
    opacity: 0.5;
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .somfy .support_presentation .title_content p {
        margin-bottom: 5px; } }
  .somfy .support_presentation .title_content .title_2 {
    margin-bottom: 52px;
    color: #1A1B1C !important; }
    @media (max-width: 767.98px) {
      .somfy .support_presentation .title_content .title_2 {
        margin-bottom: 20px; } }
  .somfy .support_presentation .title_content .text_big {
    color: #1A1B1C;
    margin-bottom: 0;
    padding-bottom: 8px; }
    @media (max-width: 767.98px) {
      .somfy .support_presentation .title_content .text_big {
        padding-bottom: 5px; } }
  .somfy .support_presentation .bg-support {
    width: calc(50vw + 90px + 20px);
    background-clip: content-box;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
    padding-left: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat; }
    @media (min-width: 1340px) {
      .somfy .support_presentation .bg-support {
        margin-left: calc(50vw - (90px + 20px)); } }
    @media (max-width: 767.98px) {
      .somfy .support_presentation .bg-support {
        background-clip: initial;
        padding-top: 0;
        padding-bottom: 0;
        height: 348px !important;
        position: relative;
        right: 0; } }
  .somfy .support_presentation .accordion-container {
    position: relative;
    max-width: 500px;
    height: auto;
    margin: 10px auto; }
    body .somfy .support_presentation .accordion-container {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .support_presentation .accordion-container,
    body.vi-th .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .support_presentation .accordion-container,
    body.ar-lb .somfy .support_presentation .accordion-container,
    body.ar-ma .somfy .support_presentation .accordion-container,
    body.ar-il .somfy .support_presentation .accordion-container {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .support_presentation .accordion-container,
    body.tc-tw .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .support_presentation .accordion-container {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .support_presentation .accordion-container {
        margin-bottom: 0; } }
  .somfy .support_presentation .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5; }
    .somfy .support_presentation .set:first-child {
      border-top: 1px solid rgba(26, 27, 28, 0.1); }
  .somfy .support_presentation .set > .accordion-item {
    display: block;
    padding-top: 19px;
    padding-bottom: 19px;
    width: 100%;
    background: none;
    text-decoration: none;
    color: #555;
    border: none;
    border-bottom: 1px solid rgba(26, 27, 28, 0.1);
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .support_presentation .set > .accordion-item {
        transition: none; } }
    .somfy .support_presentation .set > .accordion-item.active svg {
      fill: #485C74; }
    .somfy .support_presentation .set > .accordion-item svg {
      width: 26px;
      height: 26px;
      fill: #A4ADB6; }
    .somfy .support_presentation .set > .accordion-item .text_big {
      color: #8996A4;
      padding-left: 24px; }
    .somfy .support_presentation .set > .accordion-item span.icon-arrow-right {
      width: 22px;
      color: #8996A4; }
      .somfy .support_presentation .set > .accordion-item span.icon-arrow-right:last-child {
        width: auto;
        transform: rotate(90deg); }
        .somfy .support_presentation .set > .accordion-item span.icon-arrow-right:last-child:before {
          color: #8996A4; }
  .somfy .support_presentation .set > .accordion-item i {
    float: right;
    margin-top: 2px; }
  .somfy .support_presentation .set > .accordion-item.active {
    color: #485C74; }
  .somfy .support_presentation .active {
    border-bottom: none !important; }
    .somfy .support_presentation .active span {
      color: #485C74 !important; }
      .somfy .support_presentation .active span:last-child {
        transform: rotate(270deg) !important; }
    .somfy .support_presentation .active span.text_big {
      color: #485C74 !important; }
  .somfy .support_presentation .content {
    background-color: #fff;
    color: #485C74 !important;
    border-bottom: 1px solid #ddd;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 0;
    margin-top: -3px;
    padding-bottom: 20px;
    display: none; }
    .somfy .support_presentation .content a {
      display: block;
      width: 100%; }
  .somfy .support_presentation .content picture {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    color: #485C74; }
    body .somfy .support_presentation .content picture {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .support_presentation .content picture,
    body.vi-th .somfy .support_presentation .content picture {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .support_presentation .content picture {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .support_presentation .content picture {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .support_presentation .content picture,
    body.ar-lb .somfy .support_presentation .content picture,
    body.ar-ma .somfy .support_presentation .content picture,
    body.ar-il .somfy .support_presentation .content picture {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .support_presentation .content picture {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .support_presentation .content picture {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .support_presentation .content picture,
    body.tc-tw .somfy .support_presentation .content picture {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .support_presentation .content picture {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .support_presentation .active.content {
    flex-flow: column nowrap; }
    body .somfy .support_presentation .active.content {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .support_presentation .active.content,
    body.vi-th .somfy .support_presentation .active.content {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .support_presentation .active.content {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .support_presentation .active.content {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .support_presentation .active.content,
    body.ar-lb .somfy .support_presentation .active.content,
    body.ar-ma .somfy .support_presentation .active.content,
    body.ar-il .somfy .support_presentation .active.content {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .support_presentation .active.content {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .support_presentation .active.content {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .support_presentation .active.content,
    body.tc-tw .somfy .support_presentation .active.content {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .support_presentation .active.content {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 767.98px) {
  .somfy .support_presentation.bg-gray {
    background-color: white !important; } }

.somfy main {
  position: relative; }
  .somfy main .slider_image_full_width {
    position: relative;
    width: 100vw;
    max-height: 769px;
    transition: opacity 0.4s ease-in-out; }
    .somfy main .slider_image_full_width.loading {
      opacity: 0;
      height: 769px; }
    @media (min-width: 768px) {
      .somfy main .slider_image_full_width .homepage-slider:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 124px;
        background-image: linear-gradient(0, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 85%);
        bottom: 0;
        z-index: 0; } }
    .somfy main .slider_image_full_width .text-white .title_container .title_1 {
      color: #FFFFFF; }
      @media (max-width: 767.98px) {
        .somfy main .slider_image_full_width .text-white .title_container .title_1 {
          color: #1a1b1c; } }
    .somfy main .slider_image_full_width .slider-navbar-content.text-white p {
      color: #FFFFFF !important; }
    .somfy main .slider_image_full_width .slider-navbar-content.text-white .progressBar {
      background-color: #FFFFFF !important; }
    @media (max-width: 767.98px) {
      .somfy main .slider_image_full_width .slider-navbar-content.text-white p {
        color: #1a1b1c; }
      .somfy main .slider_image_full_width .slider-navbar-content.text-white .progressBar {
        background-color: #e8e8e8 !important; } }
    .somfy main .slider_image_full_width .slider.text-dark .title_container .title_1 {
      color: #1A1B1C !important; }
      @media (max-width: 767.98px) {
        .somfy main .slider_image_full_width .slider.text-dark .title_container .title_1 {
          color: #1A1B1C !important; } }
    .somfy main .slider_image_full_width .slider-navbar-content.text-dark p {
      color: #1A1B1C !important; }
    .somfy main .slider_image_full_width .slider-navbar-content.text-dark .progressBar {
      background-color: #1A1B1C !important; }
    @media (max-width: 767.98px) {
      .somfy main .slider_image_full_width .slider-navbar-content.text-dark p {
        color: #1A1B1C !important; }
      .somfy main .slider_image_full_width .slider-navbar-content.text-dark .progressBar {
        background-color: #e8e8e8 !important; } }
    .somfy main .slider_image_full_width .text-align-start .title_container {
      left: 10px; }
    .somfy main .slider_image_full_width .text-align-end .title_container {
      right: 10px; }
    @media (max-width: 767.98px) {
      .somfy main .slider_image_full_width {
        padding-bottom: 40px;
        border-bottom: 1px solid #e8e8e8; } }
    .somfy main .slider_image_full_width .homepage-slider {
      justify-content: center;
      margin-bottom: 0; }
      .somfy main .slider_image_full_width .homepage-slider .slick-list {
        width: 100%; }
        .somfy main .slider_image_full_width .homepage-slider .slick-list .slider {
          position: relative;
          height: 100% !important; }
          .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .bg {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-clip: content-box;
            width: 100%;
            max-height: 769px; }
          .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .bg-slider {
            background-position: center !important;
            background-size: cover !important;
            height: 769px;
            position: relative; }
            @media (max-width: 767.98px) {
              .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .bg-slider {
                position: relative;
                display: block;
                height: 196px; }
                .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .bg-slider:before {
                  margin-top: 100px;
                  content: '';
                  position: relative;
                  top: 0;
                  width: 100%; } }
          .somfy main .slider_image_full_width .homepage-slider .slick-list .slider img {
            display: none;
            width: 100%; }
            @media (max-width: 767.98px) {
              .somfy main .slider_image_full_width .homepage-slider .slick-list .slider img {
                display: none;
                height: 100%; } }
            @media (min-width: 768px) {
              .somfy main .slider_image_full_width .homepage-slider .slick-list .slider img {
                height: 769px; } }
          .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid {
            max-width: 1340px;
            height: auto;
            position: absolute;
            bottom: 120px;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1;
            align-items: center; }
            @media (max-width: 767.98px) {
              .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid {
                position: relative;
                padding-top: 30px; } }
            .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row {
              width: 100vw;
              height: 100%;
              display: flex;
              justify-content: center;
              flex-direction: column; }
              .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                position: absolute; }
                body .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: SomfySans-ExtraLight, sans-serif; }
                  @media (max-width: 767.98px) {
                    body .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                      font-family: 'SomfySans-Light', sans-serif; } }
                body.vi-vi .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container,
                body.vi-th .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container,
                body.ar-lb .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container,
                body.ar-ma .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container,
                body.ar-il .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container,
                body.tc-tw .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                @media (max-width: 767.98px) {
                  .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container {
                    position: relative;
                    top: 0;
                    transform: initial; } }
                .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container .title_1 {
                  margin-bottom: 50px; }
                  @media (max-width: 767.98px) {
                    .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container .title_1 {
                      text-align: center;
                      margin-bottom: 15px; } }
                .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                  width: auto;
                  text-decoration: none; }
                  body .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: SomfySans-Regular, sans-serif; }
                  body.vi-vi .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a,
                  body.vi-th .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans', sans-serif; }
                  body.kr-kr .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                  body.il-il .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                  body.ar-ac .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a,
                  body.ar-lb .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a,
                  body.ar-ma .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a,
                  body.ar-il .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                  body.ja-jp .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                  body.sc-cn .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                  body.tc-hk .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a,
                  body.tc-tw .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                  body.th-th .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                  @media (max-width: 767.98px) {
                    .somfy main .slider_image_full_width .homepage-slider .slick-list .slider .container-fluid div.row .title_container a {
                      display: block;
                      text-align: center; } }
      .somfy main .slider_image_full_width .homepage-slider .slick-dots {
        display: block !important;
        max-width: 1340px;
        padding: 0 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        z-index: 3; }
        @media (max-width: 767.98px) {
          .somfy main .slider_image_full_width .homepage-slider .slick-dots {
            padding: 0 5px;
            bottom: -45px; } }
        .somfy main .slider_image_full_width .homepage-slider .slick-dots li {
          width: 33.33%;
          height: 115px;
          margin: 0 !important; }
          @media (max-width: 767.98px) {
            .somfy main .slider_image_full_width .homepage-slider .slick-dots li {
              padding: 0 5px;
              height: 5px !important;
              vertical-align: initial; } }
          .somfy main .slider_image_full_width .homepage-slider .slick-dots li button {
            opacity: 0;
            width: 100%;
            height: 100%; }
            @media (max-width: 767.98px) {
              .somfy main .slider_image_full_width .homepage-slider .slick-dots li button {
                height: 20px; } }

@keyframes colorHover {
  from {
    color: #FFFFFF; }
  to {
    color: #FAB800; } }
    .somfy main .slider_image_full_width .sliderTabHover {
      animation-name: colorHover;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
    .somfy main .slider_image_full_width .slider-nav {
      max-width: 1340px;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 1;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767.98px) {
        .somfy main .slider_image_full_width .slider-nav {
          margin-top: 30px;
          position: relative; } }
      .somfy main .slider_image_full_width .slider-nav .slider-navbar-content {
        z-index: 2; }
        .somfy main .slider_image_full_width .slider-nav .slider-navbar-content:hover .head_title {
          color: #FAB800; }
      .somfy main .slider_image_full_width .slider-nav .container-fluid {
        max-width: 1340px; }
        .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container {
          flex-flow: row nowrap;
          list-style: none; }
          .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content.onHover p {
            color: #FAB800 !important; }
          .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content {
            transition: all 0.3s ease-in-out;
            height: 115px;
            margin: 0;
            list-style: none; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content {
                transition: none; } }
            @media (max-width: 767.98px) {
              .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content {
                height: 5px; } }
            .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content p {
              transition: all 0.3s ease-in-out;
              color: #FFFFFF;
              margin: 0;
              transition: color 0.3s ease-in-out; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content p {
                  transition: none; } }
              @media (max-width: 767.98px) {
                .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content p {
                  display: none; } }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content p {
                  transition: none; } }
              .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content p:first-child {
                font-weight: bold;
                padding-top: 20px; }
              .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content p:hover {
                color: #FAB800; }
            .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
              opacity: 0.6; }
              body .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: SomfySans-Regular, sans-serif; }
              body.vi-vi .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small,
              body.vi-th .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small,
              body.ar-lb .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small,
              body.ar-ma .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small,
              body.ar-il .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small,
              body.tc-tw .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .text_small {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
            .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .progressBar {
              position: relative;
              width: 100%;
              height: 1px;
              background-color: #e8e8e8;
              margin-bottom: 20px; }
              @media (max-width: 767.98px) {
                .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .progressBar {
                  height: 2px; } }
            .somfy main .slider_image_full_width .slider-nav .container-fluid .slider-navbar-container .slider-navbar-content .barStatus {
              position: absolute;
              width: 0%;
              height: 100%;
              background-color: #FAB800; }

.cmsAuthenticated .somfy main .slider_image_full_width .slick-dots {
  display: none !important; }

.somfy {
  height: 100%; }
  .somfy .youtube_slider {
    background-color: #485C74; }
    @media (max-width: 767.98px) {
      .somfy .youtube_slider {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .somfy .youtube_slider .container-fluid {
      height: 100%; }
      .somfy .youtube_slider .container-fluid div.row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; }
      .somfy .youtube_slider .container-fluid .color-primary {
        text-decoration: none;
        color: #FAB800; }
        .somfy .youtube_slider .container-fluid .color-primary span {
          transition: all 0.3s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .youtube_slider .container-fluid .color-primary span {
              transition: none; } }
          .somfy .youtube_slider .container-fluid .color-primary span:before {
            color: #FAB800; }
        .somfy .youtube_slider .container-fluid .color-primary:hover span {
          margin-left: 10px; }
      .somfy .youtube_slider .container-fluid .arrow-right:before {
        content: "" !important;
        color: #fff; }
    .somfy .youtube_slider .modal-dialog {
      max-width: 800px;
      margin: 30px auto; }
    .somfy .youtube_slider .modal-body {
      position: relative;
      padding: 0px; }
    .somfy .youtube_slider .close {
      position: absolute;
      right: -30px;
      top: 0;
      z-index: 999;
      font-size: 2rem;
      font-weight: normal;
      color: #fff;
      opacity: 1; }
    .somfy .youtube_slider .title_content {
      padding-bottom: 20px; }
      @media (max-width: 767.98px) {
        .somfy .youtube_slider .title_content {
          padding-bottom: 0; } }
      .somfy .youtube_slider .title_content .text_big {
        color: #FFFFFF;
        margin-bottom: 6px;
        opacity: 0.6; }
        body .somfy .youtube_slider .title_content .text_big {
          font-family: SomfySans-ExtraLight, sans-serif; }
          @media (max-width: 767.98px) {
            body .somfy .youtube_slider .title_content .text_big {
              font-family: 'SomfySans-Light', sans-serif; } }
        body.vi-vi .somfy .youtube_slider .title_content .text_big,
        body.vi-th .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .youtube_slider .title_content .text_big,
        body.ar-lb .somfy .youtube_slider .title_content .text_big,
        body.ar-ma .somfy .youtube_slider .title_content .text_big,
        body.ar-il .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .youtube_slider .title_content .text_big,
        body.tc-tw .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .youtube_slider .title_content .text_big {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .youtube_slider .title_content .text_big {
            margin-bottom: 5px;
            opacity: 0.5; } }
      .somfy .youtube_slider .title_content .title_2 {
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .somfy .youtube_slider .title_content .title_2 {
            padding-bottom: 10px; } }
      body .somfy .youtube_slider .title_content .link_medium {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .youtube_slider .title_content .link_medium,
      body.vi-th .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .youtube_slider .title_content .link_medium,
      body.ar-lb .somfy .youtube_slider .title_content .link_medium,
      body.ar-ma .somfy .youtube_slider .title_content .link_medium,
      body.ar-il .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .youtube_slider .title_content .link_medium,
      body.tc-tw .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .youtube_slider .title_content .link_medium {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .youtube_slider .slide-control-icon {
      position: absolute;
      top: -50px;
      right: 0; }
      .somfy .youtube_slider .slide-control-icon .icon_next, .somfy .youtube_slider .slide-control-icon .icon_prev {
        display: inline-block; }
        .somfy .youtube_slider .slide-control-icon .icon_next .next, .somfy .youtube_slider .slide-control-icon .icon_prev .next {
          background-color: #ffffff !important; }
          .somfy .youtube_slider .slide-control-icon .icon_next .next:after, .somfy .youtube_slider .slide-control-icon .icon_prev .next:after {
            color: #485C74; }
          .somfy .youtube_slider .slide-control-icon .icon_next .next:hover, .somfy .youtube_slider .slide-control-icon .icon_prev .next:hover {
            border: 1px solid #ffffff; }
      .somfy .youtube_slider .slide-control-icon .icon_prev {
        transform: rotate(-180deg); }
      .somfy .youtube_slider .slide-control-icon .carousel-control-prev, .somfy .youtube_slider .slide-control-icon .carousel-control-next {
        position: initial; }
    .somfy .youtube_slider .webtv_slider {
      height: 100%;
      /* The Close Button */ }
      .somfy .youtube_slider .webtv_slider .slick-list {
        height: 100%;
        margin: 0 -10px; }
        @media (max-width: 767.98px) {
          .somfy .youtube_slider .webtv_slider .slick-list {
            height: auto !important; } }
        .somfy .youtube_slider .webtv_slider .slick-list .slick-track {
          height: 100%; }
          @media (max-width: 767.98px) {
            .somfy .youtube_slider .webtv_slider .slick-list .slick-track {
              height: auto !important; } }
          .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide {
            margin: 0 10px;
            height: 100%; }
            @media (max-width: 767.98px) {
              .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide:first-child .wrapper_content {
                margin-top: 29px; } }
            .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content {
              margin-top: 50px; }
              @media (max-width: 767.98px) {
                .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content {
                  margin-top: 20px; } }
              .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image {
                position: relative; }
                .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn {
                  border: none;
                  border-radius: 0;
                  padding: 0;
                  display: block;
                  transition: all 0.2s ease-in-out; }
                  @media (max-width: 767.98px) {
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn {
                      width: 100%; } }
                  @media screen and (prefers-reduced-motion: reduce) {
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn {
                      transition: none; } }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn:hover, .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn:focus {
                    border: none;
                    border-radius: 0;
                    padding: 0;
                    outline: none !important; }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn img {
                    width: 100%;
                    height: auto; }
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn img:focus {
                      outline: none !important; }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn .icon-play {
                    position: absolute;
                    top: calc(50% - 20px);
                    left: calc(50% - 20px); }
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn .icon-play:before {
                      transition: all 0.2s ease-in-out;
                      content: "\e90c";
                      color: #fff;
                      font-size: 51px; }
                      @media screen and (prefers-reduced-motion: reduce) {
                        .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn .icon-play:before {
                          transition: none; } }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn:hover .icon-play:before {
                    color: #FAB800; }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn.-play-video {
                    opacity: 0; }
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn.-play-video + .iframe-container {
                      pointer-events: all;
                      opacity: 1; }
                .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image .iframe-container {
                  position: absolute;
                  width: 100%;
                  height: 0;
                  padding-bottom: 56.25%;
                  z-index: 10;
                  top: 50%;
                  opacity: 0;
                  transform: translateY(-50%);
                  pointer-events: none;
                  transition: all 0.2s ease-in-out; }
                  @media screen and (prefers-reduced-motion: reduce) {
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image .iframe-container {
                      transition: none; } }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image .iframe-container iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%; }
              .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption {
                margin-top: 20px; }
                @media (max-width: 767.98px) {
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption {
                    margin-top: 10px; } }
                .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                  margin-bottom: 10px; }
                  body .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: SomfySans-ExtraLight, sans-serif; }
                    @media (max-width: 767.98px) {
                      body .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'SomfySans-Light', sans-serif; } }
                  body.vi-vi .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                  body.vi-th .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans', sans-serif; }
                  body.kr-kr .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                  body.il-il .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                  body.ar-ac .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                  body.ar-lb .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                  body.ar-ma .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                  body.ar-il .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                  body.ja-jp .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                  body.sc-cn .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                  body.tc-hk .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                  body.tc-tw .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                  body.th-th .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                  @media (max-width: 767.98px) {
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                      margin-bottom: 0; }
                      body .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: SomfySans-Regular, sans-serif; }
                      body.vi-vi .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                      body.vi-th .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans', sans-serif; }
                      body.kr-kr .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                      body.il-il .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                      body.ar-ac .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                      body.ar-lb .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                      body.ar-ma .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                      body.ar-il .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                      body.ja-jp .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                      body.sc-cn .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                      body.tc-hk .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title,
                      body.tc-tw .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                      body.th-th .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .caption-title {
                        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
                .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_1, .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2, .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend {
                  color: #FFFFFF; }
                  @media (max-width: 767.98px) {
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_1, .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2, .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend {
                      margin-bottom: 5px; } }
              .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                opacity: 0.6; }
                body .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: SomfySans-Regular, sans-serif; }
                body.vi-vi .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond,
                body.vi-th .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond,
                body.ar-lb .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond,
                body.ar-ma .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond,
                body.ar-il .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond,
                body.tc-tw .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul {
                  list-style: none;
                  padding: 0;
                  margin-bottom: 0;
                  overflow: hidden; }
                  @media (max-width: 767.98px) {
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul {
                      margin-bottom: 0; } }
                  .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li {
                    display: inline-block;
                    color: #FFFFFF;
                    padding-left: 15px;
                    padding-right: 15px;
                    border-left: 1px solid #ffffff; }
                    .somfy .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child {
                      padding-left: 0;
                      padding-right: 15px;
                      border-left: none; }
      @media (max-width: 767.98px) {
        .somfy .youtube_slider .webtv_slider div {
          display: none; }
          .somfy .youtube_slider .webtv_slider div:nth-child(1), .somfy .youtube_slider .webtv_slider div:nth-child(2) {
            display: block; } }
      .somfy .youtube_slider .webtv_slider .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: black;
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */ }
      .somfy .youtube_slider .webtv_slider .modal-footer {
        border-top: none; }
      .somfy .youtube_slider .webtv_slider .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold; }
      .somfy .youtube_slider .webtv_slider .close:hover,
      .somfy .youtube_slider .webtv_slider .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer; }
      .somfy .youtube_slider .webtv_slider .slick-next {
        top: -25px;
        right: 0;
        background-color: #FFFFFF;
        height: 50px;
        width: 50px;
        border-radius: 54px;
        cursor: pointer;
        opacity: 1; }
        .somfy .youtube_slider .webtv_slider .slick-next:before {
          content: none; }
        .somfy .youtube_slider .webtv_slider .slick-next:hover {
          opacity: 1; }
        .somfy .youtube_slider .webtv_slider .slick-next.slick-disabled {
          opacity: 0.5; }
          .somfy .youtube_slider .webtv_slider .slick-next.slick-disabled:before {
            opacity: 0.5; }
      .somfy .youtube_slider .webtv_slider .icon-arrow-slider:before {
        content: "\e90f";
        font-size: 18px;
        color: #485C74;
        font-family: icomoon, sans-serif; }
      .somfy .youtube_slider .webtv_slider .slick-prev {
        top: -50px;
        left: auto;
        right: 60px;
        background-color: #FFFFFF;
        height: 50px;
        width: 50px;
        border-radius: 54px;
        cursor: pointer;
        transform: scaleX(-1);
        opacity: 1; }
        .somfy .youtube_slider .webtv_slider .slick-prev:before {
          content: none; }
        .somfy .youtube_slider .webtv_slider .slick-prev:hover {
          opacity: 1; }
        .somfy .youtube_slider .webtv_slider .slick-prev.slick-disabled {
          opacity: 0.5; }
          .somfy .youtube_slider .webtv_slider .slick-prev.slick-disabled:before {
            opacity: 0.5; }
      .somfy .youtube_slider .webtv_slider .icon-arrow-slider:before {
        content: "\e90f";
        font-size: 18px;
        color: #485C74;
        font-family: icomoon, sans-serif;
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        position: absolute; }
  @media (max-width: 767.98px) {
    .somfy .slick-slider {
      margin-bottom: 0; } }

.somfy .star_products {
  background-color: #F8F7F5; }
  @media (max-width: 767.98px) {
    .somfy .star_products .container-fluid {
      padding-top: 40px; } }
  .somfy .star_products .container-fluid .bg_white {
    background-color: #FFFFFF; }
  .somfy .star_products .container-fluid .slick-dots .slick-active button:before {
    width: 100%;
    content: "\2014";
    color: #FCAC22; }
  .somfy .star_products .container-fluid .img-star {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .somfy .star_products .container-fluid .img-star {
        display: none !important; } }
  .somfy .star_products .container-fluid div.row:first-child .title_content {
    color: #1A1B1C; }
    @media (max-width: 767.98px) {
      .somfy .star_products .container-fluid div.row:first-child .title_content {
        margin-bottom: 0; } }
    .somfy .star_products .container-fluid div.row:first-child .title_content .title_2 {
      display: block;
      margin-bottom: 0; }
  .somfy .star_products .container-fluid ul.products-star {
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    .somfy .star_products .container-fluid ul.products-star li {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .somfy .star_products .container-fluid ul.products-star li a {
          box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); } }
      .somfy .star_products .container-fluid ul.products-star li .product_container {
        width: 100%; }
        @media (max-width: 767.98px) {
          .somfy .star_products .container-fluid ul.products-star li .product_container {
            margin: 0 10px; } }
        .somfy .star_products .container-fluid ul.products-star li .product_container .product_star .star_banner {
          width: 100%;
          padding: 20px;
          background-color: #FAB800; }
          .somfy .star_products .container-fluid ul.products-star li .product_container .product_star .star_banner .subtitle_1, .somfy .star_products .container-fluid ul.products-star li .product_container .product_star .star_banner .subtitle_2, .somfy .star_products .container-fluid ul.products-star li .product_container .product_star .star_banner .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .star_products .container-fluid ul.products-star li .product_container .product_star .star_banner legend {
            color: #FFFFFF !important;
            margin-bottom: 0; }
        .somfy .star_products .container-fluid ul.products-star li .product_container .price {
          /*
                            height: 30px;
                            margin-top: 40px;
                            margin-bottom: 40px;
                            color: #1A1B1C;
                            */ }
          body .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .star_products .container-fluid ul.products-star li .product_container .price,
          body.vi-th .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .star_products .container-fluid ul.products-star li .product_container .price,
          body.ar-lb .somfy .star_products .container-fluid ul.products-star li .product_container .price,
          body.ar-ma .somfy .star_products .container-fluid ul.products-star li .product_container .price,
          body.ar-il .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .star_products .container-fluid ul.products-star li .product_container .price,
          body.tc-tw .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .star_products .container-fluid ul.products-star li .product_container .price {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .star_products .container-fluid ul.products-star li .product_container .price {
              margin-top: 52px;
              margin-bottom: 20px; } }
          .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
            text-decoration: line-through !important;
            color: #8996A4 !important;
            margin-bottom: 0;
            margin-right: 10px;
            padding-top: 2px; }
            body .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: SomfySans-Regular, sans-serif; }
            body.vi-vi .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price,
            body.vi-th .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price,
            body.ar-lb .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price,
            body.ar-ma .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price,
            body.ar-il .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price,
            body.tc-tw .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .star_products .container-fluid ul.products-star li .product_container .price .old_price {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .star_products .container-fluid ul.products-star li .product_container .price .subtitle_1, .somfy .star_products .container-fluid ul.products-star li .product_container .price .subtitle_2, .somfy .star_products .container-fluid ul.products-star li .product_container .price .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .star_products .container-fluid ul.products-star li .product_container .price legend {
            height: 28px;
            margin-bottom: 0; }
        .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
          background-color: #FCAC22;
          color: #FFFFFF;
          margin-top: 43px !important;
          margin-bottom: 20px !important;
          padding: 2px 7px;
          border-radius: 4px;
          transition: all 0.3s ease-in-out; }
          body .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now,
          body.vi-th .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now,
          body.ar-lb .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now,
          body.ar-ma .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now,
          body.ar-il .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now,
          body.tc-tw .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
              margin-top: 0px !important;
              margin-bottom: 10px !important; } }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now {
              transition: none; } }
          .somfy .star_products .container-fluid ul.products-star li .product_container .buy_now:hover {
            background-color: #EC9600; }
        .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
          height: 56px;
          color: #1A1B1C;
          word-wrap: break-word;
          white-space: pre-line; }
          body .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .star_products .container-fluid ul.products-star li .product_container .product_title,
          body.vi-th .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .star_products .container-fluid ul.products-star li .product_container .product_title,
          body.ar-lb .somfy .star_products .container-fluid ul.products-star li .product_container .product_title,
          body.ar-ma .somfy .star_products .container-fluid ul.products-star li .product_container .product_title,
          body.ar-il .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .star_products .container-fluid ul.products-star li .product_container .product_title,
          body.tc-tw .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .star_products .container-fluid ul.products-star li .product_container .product_title {
              height: 44px; } }
        .somfy .star_products .container-fluid ul.products-star li .product_container .truncate-1 {
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-bottom: 0; }
        .somfy .star_products .container-fluid ul.products-star li .product_container .truncate-2 {
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .somfy .star_products .container-fluid ul.products-star li .product_container .truncate-3 {
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .somfy .star_products .container-fluid ul.products-star li .product_container .img_container {
          margin-top: 34px;
          margin-bottom: 41px;
          background: #FFFFFF; }
          @media (max-width: 767.98px) {
            .somfy .star_products .container-fluid ul.products-star li .product_container .img_container {
              margin-top: 40px; } }
          .somfy .star_products .container-fluid ul.products-star li .product_container .img_container img {
            width: 100%;
            max-width: 205px;
            height: auto; }
            @media (max-width: 767.98px) {
              .somfy .star_products .container-fluid ul.products-star li .product_container .img_container img {
                width: auto; } }
    .somfy .star_products .container-fluid ul.products-star .star .product_container {
      padding-top: 0; }
      @media (max-width: 767.98px) {
        .somfy .star_products .container-fluid ul.products-star .star .product_container {
          padding: 0 5px;
          margin: 0; } }
      .somfy .star_products .container-fluid ul.products-star .star .product_container .product_star .img_container {
        margin-top: 40px;
        max-height: 315px;
        height: auto; }
        .somfy .star_products .container-fluid ul.products-star .star .product_container .product_star .img_container img {
          max-width: 340px !important;
          height: auto; }
        @media (max-width: 767.98px) {
          .somfy .star_products .container-fluid ul.products-star .star .product_container .product_star .img_container {
            height: 205px; } }
        .somfy .star_products .container-fluid ul.products-star .star .product_container .product_star .img_container img {
          height: 100%; }
          @media (max-width: 767.98px) {
            .somfy .star_products .container-fluid ul.products-star .star .product_container .product_star .img_container img {
              height: 205px; } }
      .somfy .star_products .container-fluid ul.products-star .star .product_container .img-star {
        margin-left: -10px;
        height: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .somfy .star_products .container-fluid ul.products-star .star .product_container .img-star {
            display: none !important; } }
    .somfy .star_products .container-fluid ul.products-star .product_star .product-new__item {
      border: none;
      border-radius: 0; }
      @media (max-width: 767.98px) {
        .somfy .star_products .container-fluid ul.products-star .product_star .product-new__item {
          padding: 20px; }
          .somfy .star_products .container-fluid ul.products-star .product_star .product-new__item .product-new__item__tags--image {
            top: 20px;
            left: 20px;
            right: 20px; } }
  .somfy .star_products .container-fluid .cta {
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .somfy .star_products .container-fluid .cta {
        margin-top: 30px;
        margin-bottom: 40px; } }
    .somfy .star_products .container-fluid .cta a {
      width: 100%;
      max-width: 200px;
      text-decoration: none; }
      @media (max-width: 767.98px) {
        .somfy .star_products .container-fluid .cta a {
          width: 100%;
          max-width: 290px; } }

.somfy.rtl .star_products .container-fluid ul.products-star .star .product_container .img-star {
  margin-left: 0;
  margin-right: -10px; }

.somfy .full_width_image_medium {
  position: relative; }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_medium.p_0 {
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_medium .container-fluid {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_medium .title_content {
      padding: 0;
      margin: 20px auto 0 auto; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_medium .text-left {
      text-align: center !important; } }
  .somfy .full_width_image_medium.text-white .title_1,
  .somfy .full_width_image_medium.text-white .subtitle_1,
  .somfy .full_width_image_medium.text-white .subtitle_2,
  .somfy .full_width_image_medium.text-white .form_assembly .wForm fieldset legend,
  .somfy .form_assembly .wForm fieldset .full_width_image_medium.text-white legend,
  .somfy .full_width_image_medium.text-white .head_title {
    color: #FFFFFF; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium.text-white .title_1,
      .somfy .full_width_image_medium.text-white .subtitle_1,
      .somfy .full_width_image_medium.text-white .subtitle_2,
      .somfy .full_width_image_medium.text-white .form_assembly .wForm fieldset legend,
      .somfy .form_assembly .wForm fieldset .full_width_image_medium.text-white legend,
      .somfy .full_width_image_medium.text-white .head_title {
        color: #1A1B1C; } }
  .somfy .full_width_image_medium.text-white .content-block .content-end {
    background: #ffffff; }
  .somfy .full_width_image_medium.text-white .content-block .subtitle_1, .somfy .full_width_image_medium.text-white .content-block .subtitle_2, .somfy .full_width_image_medium.text-white .content-block .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .full_width_image_medium.text-white .content-block legend {
    color: #1A1B1C; }
  .somfy .full_width_image_medium.text-white .icon-content svg {
    fill: #000000;
    width: 70px;
    height: 70px; }
  .somfy .full_width_image_medium.text-dark .title_1 {
    color: #1A1B1C; }
  .somfy .full_width_image_medium.text-dark .content-block .content-end {
    background: #485C74; }
  .somfy .full_width_image_medium.text-dark .content-block .subtitle_1, .somfy .full_width_image_medium.text-dark .content-block .subtitle_2, .somfy .full_width_image_medium.text-dark .content-block .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .full_width_image_medium.text-dark .content-block legend {
    color: #ffffff; }
  .somfy .full_width_image_medium.text-dark .icon-content svg {
    fill: #ffffff; }
  .somfy .full_width_image_medium.text-align-start.offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: auto; }
  .somfy .full_width_image_medium.text-align-start .title-block {
    left: 0;
    order: 1; }
  .somfy .full_width_image_medium.text-align-start .content-block {
    right: 0;
    order: 2; }
  .somfy .full_width_image_medium.text-align-end {
    right: 0; }
    .somfy .full_width_image_medium.text-align-end .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: auto; }
    .somfy .full_width_image_medium.text-align-end .title-block {
      right: 0;
      order: 2; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium.text-align-end .title-block {
          padding-bottom: 30px; } }
    .somfy .full_width_image_medium.text-align-end .content-block {
      left: 0;
      order: 1; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium.text-align-end .content-block {
          padding-bottom: 0; }
          .somfy .full_width_image_medium.text-align-end .content-block .content-end {
            margin-bottom: 0; } }
  .somfy .full_width_image_medium .title_1 {
    text-align: left;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium .title_1 {
        margin-bottom: 10px;
        text-align: center; }
        .somfy .full_width_image_medium .title_1.text-white {
          color: #1C1A1A !important; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_medium .head_title {
      margin-bottom: 10px; } }
  .somfy .full_width_image_medium .bg {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 585px; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium .bg {
        height: 225px; } }
  .somfy .full_width_image_medium .container-fluid {
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium .container-fluid {
        height: auto;
        position: relative;
        top: 0;
        transform: none; } }
    .somfy .full_width_image_medium .container-fluid .row {
      height: 100%;
      position: relative; }
  .somfy .full_width_image_medium .bottomBtn {
    padding: 30px 0 0 0; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium .bottomBtn {
        padding: 30px 0 0 0;
        width: 290px;
        margin: 0 auto; } }
    .somfy .full_width_image_medium .bottomBtn .btnClassic, .somfy.product-page.-pim .full_width_image_medium .bottomBtn .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .full_width_image_medium .bottomBtn .ts-header-filter-dropdown-label, .somfy.product-page.-pim .full_width_image_medium .bottomBtn .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .full_width_image_medium .bottomBtn .ts-header-filter-dropdown-content {
      display: inline-block; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium .bottomBtn .btnClassic, .somfy.product-page.-pim .full_width_image_medium .bottomBtn .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .full_width_image_medium .bottomBtn .ts-header-filter-dropdown-label, .somfy.product-page.-pim .full_width_image_medium .bottomBtn .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .full_width_image_medium .bottomBtn .ts-header-filter-dropdown-content {
          width: 100%;
          text-align: center !important; } }
      .somfy .full_width_image_medium .bottomBtn .btnClassic:hover, .somfy.product-page.-pim .full_width_image_medium .bottomBtn .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .full_width_image_medium .bottomBtn .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .full_width_image_medium .bottomBtn .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .full_width_image_medium .bottomBtn .ts-header-filter-dropdown-content:hover {
        text-decoration: none; }
  .somfy .full_width_image_medium .title-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium .title-block {
        position: relative;
        top: 0;
        transform: none; } }
  .somfy .full_width_image_medium .content-block {
    position: absolute;
    bottom: 50px;
    display: inline-block;
    text-align: left; }
    body .somfy .full_width_image_medium .content-block a {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .full_width_image_medium .content-block a,
    body.vi-th .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .full_width_image_medium .content-block a,
    body.ar-lb .somfy .full_width_image_medium .content-block a,
    body.ar-ma .somfy .full_width_image_medium .content-block a,
    body.ar-il .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .full_width_image_medium .content-block a,
    body.tc-tw .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .full_width_image_medium .content-block a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 1340px) {
      .somfy .full_width_image_medium .content-block {
        bottom: 20px; } }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium .content-block {
        position: relative;
        top: 0;
        transform: none;
        padding-bottom: 30px; } }
    .somfy .full_width_image_medium .content-block .content-end {
      width: 100%; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium .content-block .content-end {
          border: 1px solid rgba(26, 27, 28, 0.1);
          margin-top: 15px;
          margin-bottom: 30px;
          width: 290px;
          margin-left: auto;
          margin-right: auto; } }
      .somfy .full_width_image_medium .content-block .content-end .icon-content {
        margin: 0 20px 0 48px !important;
        height: 70px;
        width: 70px; }
        @media (max-width: 767.98px) {
          .somfy .full_width_image_medium .content-block .content-end .icon-content {
            margin: 0 25px !important; } }
      .somfy .full_width_image_medium .content-block .content-end .end-content-title {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 15px; }
      .somfy .full_width_image_medium .content-block .content-end a {
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .full_width_image_medium .content-block .content-end a {
            transition: none; } }
        .somfy .full_width_image_medium .content-block .content-end a:hover .icon-arrow-right {
          padding-left: 10px; }
      .somfy .full_width_image_medium .content-block .content-end .color-primary {
        color: #FAB800;
        font-size: 16px; }
      .somfy .full_width_image_medium .content-block .content-end .icon-arrow-right {
        font-size: 11px; }
        .somfy .full_width_image_medium .content-block .content-end .icon-arrow-right:before {
          content: "\e903";
          color: #FAB800;
          font-family: 'icomoon' !important;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: all 0.2s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .full_width_image_medium .content-block .content-end .icon-arrow-right:before {
              transition: none; } }
  .somfy .full_width_image_medium.-v2 {
    padding-top: 480px;
    padding-bottom: 80px; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_medium.-v2 {
        padding-bottom: 0;
        padding-top: calc(100vw / 1.5); } }
    .somfy .full_width_image_medium.-v2.bg-yellow {
      background: #FAB800; }
      .somfy .full_width_image_medium.-v2.bg-yellow + .bg-yellow {
        margin-top: -40px; }
    .somfy .full_width_image_medium.-v2.bg-dark {
      background: #485C74; }
      .somfy .full_width_image_medium.-v2.bg-dark + .bg-dark {
        margin-top: -40px; }
    .somfy .full_width_image_medium.-v2.bg-silver {
      background: #A1ABB7; }
      .somfy .full_width_image_medium.-v2.bg-silver + .bg-silver {
        margin-top: -40px; }
    .somfy .full_width_image_medium.-v2.bg-white {
      background: white;
      padding-bottom: 40px; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium.-v2.bg-white {
          padding-bottom: 0; } }
      .somfy .full_width_image_medium.-v2.bg-white + .bg-white {
        margin-top: -40px; }
    .somfy .full_width_image_medium.-v2.bg-gray {
      background: white;
      padding-bottom: 40px; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium.-v2.bg-gray {
          padding-bottom: 0; } }
      .somfy .full_width_image_medium.-v2.bg-gray + .bg-gray {
        margin-top: -40px; }
    .somfy .full_width_image_medium.-v2 .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 645px; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_medium.-v2 .bg {
          height: calc(100vw / 1.5); } }
    .somfy .full_width_image_medium.-v2 .frame-white {
      position: relative;
      height: auto;
      min-height: 300px;
      padding-top: 30px;
      padding-bottom: 30px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .somfy .full_width_image_medium.-v2 .frame-white .title {
        color: #485C74;
        font-size: 3.2857142857rem;
        margin-bottom: 20px; }
        body .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: SomfySans-ExtraLight, sans-serif; }
          @media (max-width: 767.98px) {
            body .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'SomfySans-Light', sans-serif; } }
        body.vi-vi .somfy .full_width_image_medium.-v2 .frame-white .title,
        body.vi-th .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .full_width_image_medium.-v2 .frame-white .title,
        body.ar-lb .somfy .full_width_image_medium.-v2 .frame-white .title,
        body.ar-ma .somfy .full_width_image_medium.-v2 .frame-white .title,
        body.ar-il .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .full_width_image_medium.-v2 .frame-white .title,
        body.tc-tw .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .full_width_image_medium.-v2 .frame-white .title {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .full_width_image_medium.-v2 .frame-white .title {
            font-size: 2rem;
            margin-bottom: 30px; }
            body .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: SomfySans-Light, sans-serif; }
            body.vi-vi .somfy .full_width_image_medium.-v2 .frame-white .title,
            body.vi-th .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .full_width_image_medium.-v2 .frame-white .title,
            body.ar-lb .somfy .full_width_image_medium.-v2 .frame-white .title,
            body.ar-ma .somfy .full_width_image_medium.-v2 .frame-white .title,
            body.ar-il .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .full_width_image_medium.-v2 .frame-white .title,
            body.tc-tw .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .full_width_image_medium.-v2 .frame-white .title {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
      .somfy .full_width_image_medium.-v2 .frame-white p {
        color: #1A1B1C;
        font-size: 1.5714285714rem;
        margin-bottom: 30px; }
        body .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .full_width_image_medium.-v2 .frame-white p,
        body.vi-th .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .full_width_image_medium.-v2 .frame-white p,
        body.ar-lb .somfy .full_width_image_medium.-v2 .frame-white p,
        body.ar-ma .somfy .full_width_image_medium.-v2 .frame-white p,
        body.ar-il .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .full_width_image_medium.-v2 .frame-white p,
        body.tc-tw .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .full_width_image_medium.-v2 .frame-white p {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .full_width_image_medium.-v2 .frame-white p:last-child {
          margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .somfy .full_width_image_medium.-v2 .frame-white p {
            font-size: 1.1428571429rem; } }
      .somfy .full_width_image_medium.-v2 .frame-white:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        width: calc(91.666666667% - 40px);
        background: white; }
        @media (max-width: 767.98px) {
          .somfy .full_width_image_medium.-v2 .frame-white:before {
            width: 100%;
            left: 0; } }
  .somfy .full_width_image_medium .app_stores {
    padding-top: 60px; }

.somfy.rtl .full_width_image_medium.-v2 .frame-white:before {
  left: auto;
  right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .full_width_image_medium.-v2 .frame-white:before {
      left: auto;
      right: 0; } }

.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, .somfy .faq_assistance_links .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .faq_assistance_links legend {
    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 {
      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; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .faq_assistance_links .simple-link li a {
          transition: none; } }
      .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 {
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      position: relative;
      left: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .faq_assistance_links .simple-link li .icon-arrow-right {
          transition: none; } }
      .somfy .faq_assistance_links .simple-link li .icon-arrow-right:before {
        content: "\e903";
        color: #FAB800;
        vertical-align: middle; }
  @media (max-width: 767.98px) {
    .somfy .faq_assistance_links .faq_accordion_wrap {
      height: auto !important; } }
  .somfy .faq_assistance_links .faq_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 {
      padding-top: 18px; }
      @media (max-width: 767.98px) {
        .somfy .faq_assistance_links .faq_accordion_wrap .accordion-content-block:first-child {
          padding-top: 23px; } }
    .somfy .faq_assistance_links .faq_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 {
      display: block; }
  .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-title {
    display: block;
    cursor: pointer;
    font-size: 1.5714285714rem;
    line-height: 2rem;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    background: none; }
    @media (max-width: 767.98px) {
      .somfy .faq_assistance_links .faq_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 {
      transform: rotate(0) !important; }
    .somfy .faq_assistance_links .faq_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 {
        content: "\ea50";
        color: #485C74; }
  .somfy .faq_assistance_links .faq_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 {
        padding-top: 13px; } }
    .somfy .faq_assistance_links .faq_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 {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p,
      body.vi-th .somfy .faq_assistance_links .faq_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 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .faq_assistance_links .faq_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-lb .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p,
      body.ar-ma .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p,
      body.ar-il .somfy .faq_assistance_links .faq_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 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .faq_assistance_links .faq_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-tw .somfy .faq_assistance_links .faq_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 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .faq_assistance_links .faq_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 {
            margin-bottom: 0; } }
      .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p .icon-arrow-right {
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        position: relative;
        left: 0; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content p .icon-arrow-right {
            transition: none; } }
        .somfy .faq_assistance_links .faq_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 {
      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 {
      font-size: 1.7142857143rem;
      margin-bottom: 1.4285714286rem; }
    .somfy .faq_assistance_links .faq_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 {
      font-size: 1.4285714286rem;
      margin-bottom: 1.4285714286rem; }
    .somfy .faq_assistance_links .faq_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 {
      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 {
      color: rgba(26, 27, 28, 0.6);
      margin-bottom: 1.4285714286rem; }
    .somfy .faq_assistance_links .faq_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 {
      padding-top: 0;
      margin-bottom: 2rem;
      display: block !important; }
    .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content .stepper {
      counter-reset: section; }
    .somfy .faq_assistance_links .faq_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 {
      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 {
      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 {
      max-width: 100%;
      margin-bottom: 2rem; }
    .somfy .faq_assistance_links .faq_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 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .somfy .faq_assistance_links .faq_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"] {
        border-left: none;
        margin-top: 1.5em; }
      .somfy .faq_assistance_links .faq_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"] {
        padding-left: 2em; }
      .somfy .faq_assistance_links .faq_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"] {
        padding-left: 4em; }
      .somfy .faq_assistance_links .faq_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"] {
        padding-left: 6em; }
    .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content a {
      color: #fab800;
      outline: 0;
      text-decoration: none;
      transition: all .2s; }
      .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content a:hover {
        color: #e99525; }
    .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content *[data-st-type=button] {
      background: #fab800;
      border: none;
      border-radius: 4px;
      box-shadow: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.375;
      padding: 12px 26px 14px;
      text-align: center;
      transition: background-color .3s ease-in-out; }
      .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content *[data-st-type=button]:active, .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content *[data-st-type=button]:focus, .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content *[data-st-type=button]:hover {
        background-color: #e99525;
        color: #fff; }
    .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content table {
      margin: 1em auto;
      overflow-x: auto;
      width: 100%;
      background: rgba(255, 255, 255, 0.95);
      border-collapse: collapse;
      min-width: 100%;
      word-break: normal;
      display: table; }
      .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content table:first-child {
        margin-top: 0;
        padding-top: 0; }
      .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content table:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
      .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content table tbody {
        display: table-header-group; }
        .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content table tbody tr {
          display: table-row; }
          .somfy .faq_assistance_links .faq_accordion_wrap .accordion-item-content table tbody tr td {
            display: table-cell;
            border: 1px solid #c1c7d0;
            overflow: auto;
            padding: 1em !important;
            vertical-align: top; }

.somfy.rtl .faq_assistance_links .faq_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 {
  margin-left: 1rem;
  margin-right: 0; }

.somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .accordion-item-title {
  text-align: right; }

.somfy.rtl .faq_assistance_links .faq_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"] {
    border-right: none; }
  .somfy.rtl .faq_assistance_links .faq_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"] {
    padding-left: 0;
    padding-right: 2em; }
  .somfy.rtl .faq_assistance_links .faq_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"] {
    padding-left: 0;
    padding-right: 4em; }
  .somfy.rtl .faq_assistance_links .faq_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"] {
    padding-left: 0;
    padding-right: 6em; }

.somfy.press .press-header {
  height: 585px; }
  .somfy.press .press-header .bg {
    height: 585px; }
  .somfy.press .press-header > .container-fluid div.row:first-child {
    padding-top: 200px; }
  .somfy.press .press-header > .container-fluid {
    background: none;
    position: absolute;
    top: 0; }
  @media (max-width: 767.98px) {
    .somfy.press .press-header {
      height: auto; }
      .somfy.press .press-header .bg {
        height: 300px; }
      .somfy.press .press-header > .container-fluid div.row:first-child {
        padding-top: 2rem;
        padding-bottom: 1rem; }
      .somfy.press .press-header > .container-fluid {
        position: relative;
        top: auto; } }

.somfy.press .press-filter h2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
  margin-top: 40px; }
  body .somfy.press .press-filter h2 {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.press .press-filter h2 {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.press .press-filter h2,
  body.vi-th .somfy.press .press-filter h2 {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.press .press-filter h2 {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.press .press-filter h2 {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.press .press-filter h2,
  body.ar-lb .somfy.press .press-filter h2,
  body.ar-ma .somfy.press .press-filter h2,
  body.ar-il .somfy.press .press-filter h2 {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.press .press-filter h2 {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.press .press-filter h2 {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.press .press-filter h2,
  body.tc-tw .somfy.press .press-filter h2 {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.press .press-filter h2 {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.press .press-filter .sub_bloc_grid {
  padding-bottom: 1.5rem; }

.somfy.press .press-list .results {
  color: #767677; }

.somfy.press .press-items {
  margin-top: 15px; }
  .somfy.press .press-items .press-item {
    margin-bottom: 30px; }
    .somfy.press .press-items .press-item .press-background {
      color: #000;
      display: block;
      background-color: #F8F7F5;
      padding: 30px 40px 0;
      transition: all .4s ease; }
      @media (max-width: 767.98px) {
        .somfy.press .press-items .press-item .press-background {
          padding: 20px 20px 0; } }
      .somfy.press .press-items .press-item .press-background .item-info {
        padding-bottom: 40px; }
      .somfy.press .press-items .press-item .press-background:hover {
        background: #F3F3F3; }
        .somfy.press .press-items .press-item .press-background:hover .more .icon-arrow-right {
          left: 5px; }
    .somfy.press .press-items .press-item p {
      font-size: 1.1rem;
      line-height: 1.6rem;
      padding-bottom: 3rem;
      margin: 0; }
    @media (max-width: 767.98px) {
      .somfy.press .press-items .press-item p {
        padding-bottom: 1rem; } }

.somfy.press .item-info {
  display: flex;
  flex-wrap: wrap; }
  .somfy.press .item-info .item-date {
    color: #767677;
    width: 20%; }
  .somfy.press .item-info .item-category {
    color: #767677;
    width: 60%; }
  .somfy.press .item-info .item-more {
    text-align: right;
    width: 20%; }
  @media (max-width: 991.98px) {
    .somfy.press .item-info .item-date {
      width: 30%; }
    .somfy.press .item-info .item-category {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .somfy.press .item-info .item-date {
      width: 40%; }
    .somfy.press .item-info .item-category {
      width: 60%;
      text-align: right; }
    .somfy.press .item-info .item-more {
      margin-top: 20px;
      width: 100%; } }

.somfy.press .press-detail .item-category {
  width: 80%; }

.somfy.press .press-detail h2 {
  margin-top: 1rem;
  margin-bottom: 6rem; }
  body .somfy.press .press-detail h2 {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.press .press-detail h2 {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.press .press-detail h2,
  body.vi-th .somfy.press .press-detail h2 {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.press .press-detail h2 {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.press .press-detail h2 {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.press .press-detail h2,
  body.ar-lb .somfy.press .press-detail h2,
  body.ar-ma .somfy.press .press-detail h2,
  body.ar-il .somfy.press .press-detail h2 {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.press .press-detail h2 {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.press .press-detail h2 {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.press .press-detail h2,
  body.tc-tw .somfy.press .press-detail h2 {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.press .press-detail h2 {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy.press .press-detail h2 {
      margin-top: 1rem;
      margin-bottom: 2rem; } }

.somfy.press .press-detail .press-introduction p {
  font-size: 1.55rem;
  line-height: 2rem; }

.somfy.press .press-detail .press-content p {
  font-size: 1.15rem;
  line-height: 1.6rem; }

.somfy.press .press-detail .press-quote {
  color: #cccccc;
  margin-bottom: 4rem;
  margin-top: 4rem; }
  .somfy.press .press-detail .press-quote img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 767.98px) {
    .somfy.press .press-detail .press-quote {
      margin-top: 1rem;
      margin-bottom: 2rem; }
      .somfy.press .press-detail .press-quote .press-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 30px; } }
  .somfy.press .press-detail .press-quote .quote-copy {
    font-style: italic;
    font-size: 1rem;
    line-height: 2rem; }
    body .somfy.press .press-detail .press-quote .quote-copy {
      font-family: SomfySans, sans-serif; }
    body.vi-vi .somfy.press .press-detail .press-quote .quote-copy,
    body.vi-th .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.press .press-detail .press-quote .quote-copy,
    body.ar-lb .somfy.press .press-detail .press-quote .quote-copy,
    body.ar-ma .somfy.press .press-detail .press-quote .quote-copy,
    body.ar-il .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.press .press-detail .press-quote .quote-copy,
    body.tc-tw .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.press .press-detail .press-quote .quote-copy {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.press .press-detail .press-quote .quote-copy.without-image {
      margin-left: 60px;
      margin-top: 10px; }
  .somfy.press .press-detail .press-quote .quote-message {
    display: inline-block;
    margin-left: 60px;
    margin-top: 10px;
    position: relative; }
    .somfy.press .press-detail .press-quote .quote-message p {
      font-style: italic;
      font-size: 1.15rem; }
      body .somfy.press .press-detail .press-quote .quote-message p {
        font-family: SomfySans, sans-serif; }
      body.vi-vi .somfy.press .press-detail .press-quote .quote-message p,
      body.vi-th .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy.press .press-detail .press-quote .quote-message p,
      body.ar-lb .somfy.press .press-detail .press-quote .quote-message p,
      body.ar-ma .somfy.press .press-detail .press-quote .quote-message p,
      body.ar-il .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy.press .press-detail .press-quote .quote-message p,
      body.tc-tw .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy.press .press-detail .press-quote .quote-message p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.press .press-detail .press-quote .quote-message:before, .somfy.press .press-detail .press-quote .quote-message:after {
      font-family: Sans-Serif;
      font-size: 12rem;
      font-style: normal;
      line-height: 0;
      position: absolute; }
      @media (max-width: 767.98px) {
        .somfy.press .press-detail .press-quote .quote-message:before, .somfy.press .press-detail .press-quote .quote-message:after {
          font-size: 8rem; } }
    .somfy.press .press-detail .press-quote .quote-message:before {
      content: '“';
      left: -60px;
      top: 45px; }
      @media (max-width: 767.98px) {
        .somfy.press .press-detail .press-quote .quote-message:before {
          left: -40px;
          top: 35px; } }
    .somfy.press .press-detail .press-quote .quote-message p:last-child {
      position: relative; }
      .somfy.press .press-detail .press-quote .quote-message p:last-child:after {
        content: '„';
        bottom: 60px;
        font-family: Sans-Serif;
        font-size: 12rem;
        font-style: normal;
        line-height: 0;
        position: absolute; }
        @media (max-width: 767.98px) {
          .somfy.press .press-detail .press-quote .quote-message p:last-child:after {
            font-size: 8rem;
            bottom: 45px; } }

.somfy.press .press-detail .more-press {
  float: left; }
  .somfy.press .press-detail .more-press .icon-reverse {
    margin-right: 5px; }
    .somfy.press .press-detail .more-press .icon-reverse:before {
      display: inline-block;
      transform: rotate(180deg); }

.somfy.press .more {
  color: #485C74;
  float: right; }
  .somfy.press .more:hover,
  .somfy.press .more:hover .icon-arrow-right:before {
    color: #344355; }
  .somfy.press .more .icon-arrow-right {
    left: 0;
    position: relative;
    transition: all .4s ease; }
    .somfy.press .more .icon-arrow-right:before {
      color: #485C74; }

.somfy.press .more-press {
  margin-right: 40px; }

.somfy.press .press-download {
  padding: 3rem 0; }

.somfy.press .press-download h2,
.somfy.press .press-contact h2 {
  font-size: 2.8rem; }

.somfy.press .press-download p,
.somfy.press .press-contact p {
  font-size: 1.6rem; }
  body .somfy.press .press-download p, body .somfy.press .press-contact p {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.press .press-download p, body .somfy.press .press-contact p {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.press .press-download p, body.vi-vi .somfy.press .press-contact p,
  body.vi-th .somfy.press .press-download p, body.vi-th .somfy.press .press-contact p {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.press .press-download p, body.kr-kr .somfy.press .press-contact p {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.press .press-download p, body.il-il .somfy.press .press-contact p {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.press .press-download p, body.ar-ac .somfy.press .press-contact p,
  body.ar-lb .somfy.press .press-download p, body.ar-lb .somfy.press .press-contact p,
  body.ar-ma .somfy.press .press-download p, body.ar-ma .somfy.press .press-contact p,
  body.ar-il .somfy.press .press-download p, body.ar-il .somfy.press .press-contact p {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.press .press-download p, body.ja-jp .somfy.press .press-contact p {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.press .press-download p, body.sc-cn .somfy.press .press-contact p {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.press .press-download p, body.tc-hk .somfy.press .press-contact p,
  body.tc-tw .somfy.press .press-download p, body.tc-tw .somfy.press .press-contact p {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.press .press-download p, body.th-th .somfy.press .press-contact p {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.press .download-item > div:first-child {
  display: flex;
  align-items: center; }

.somfy.press .download-item span.icon {
  color: #FAB800;
  font-size: 36px;
  margin-right: 20px;
  display: inline-block;
  width: 30px; }

.somfy.press .download-item p {
  font-size: 1.3rem;
  margin: 0; }

.somfy.press .download-item .btnClassic, .somfy.press .download-item .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.press .download-item .ts-header-filter-dropdown-label, .somfy.press .download-item .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.press .download-item .ts-header-filter-dropdown-content {
  width: 100%; }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .somfy.press .download-item > div:first-child {
    display: flex;
    justify-content: space-around;
    flex-direction: column; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .somfy.press .download-item span.icon {
    margin: 3rem 0 0.1rem 0; } }

@media (max-width: 767.98px) {
  .somfy.press .download-item .cta {
    padding-top: 0.5rem; }
  .somfy.press .download-item p {
    text-align: center; }
  .somfy.press .download-item .btnClassic, .somfy.press .download-item .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.press .download-item .ts-header-filter-dropdown-label, .somfy.press .download-item .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.press .download-item .ts-header-filter-dropdown-content {
    width: auto; } }

.somfy.press .press-contact p {
  font-size: 1.8rem; }

body .somfy.press h4 {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy.press h4,
body.vi-th .somfy.press h4 {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.press h4 {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.press h4 {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.press h4,
body.ar-lb .somfy.press h4,
body.ar-ma .somfy.press h4,
body.ar-il .somfy.press h4 {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.press h4 {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.press h4 {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.press h4,
body.tc-tw .somfy.press h4 {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.press h4 {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.rtl .download-item span.icon {
  margin-right: 0;
  margin-left: 20px; }

.somfy.rtl .press-detail .more-press {
  float: right; }

.somfy .benefits_icons .title_content {
  color: #1A1B1C; }

.somfy .benefits_icons .container-fluid div.list_icons div:first-child:nth-last-child(5) {
  margin-left: 1px; }

@media (min-width: 768px) {
  .somfy .benefits_icons .container-fluid div.list_icons div:first-child:nth-last-child(5) {
    margin-left: 1px; } }

@media (min-width: 768px) {
  .somfy .benefits_icons .container-fluid div.list_icons div:first-child:nth-last-child(6) {
    margin-left: 1px; } }

.somfy .benefits_icons .container-fluid div .list_icon {
  width: auto;
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons .container-fluid div .list_icon {
      margin-top: 40px; } }
  .somfy .benefits_icons .container-fluid div .list_icon .subtitle_1, .somfy .benefits_icons .container-fluid div .list_icon .subtitle_2, .somfy .benefits_icons .container-fluid div .list_icon .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_icons .container-fluid div .list_icon legend {
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_icons .container-fluid div .list_icon .subtitle_1, .somfy .benefits_icons .container-fluid div .list_icon .subtitle_2, .somfy .benefits_icons .container-fluid div .list_icon .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_icons .container-fluid div .list_icon legend {
        margin-bottom: 5px; } }
  .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
    color: #767677; }
    body .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .benefits_icons .container-fluid div .list_icon .text_medium,
    body.vi-th .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .benefits_icons .container-fluid div .list_icon .text_medium,
    body.ar-lb .somfy .benefits_icons .container-fluid div .list_icon .text_medium,
    body.ar-ma .somfy .benefits_icons .container-fluid div .list_icon .text_medium,
    body.ar-il .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .benefits_icons .container-fluid div .list_icon .text_medium,
    body.tc-tw .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .benefits_icons .container-fluid div .list_icon .text_medium {
        margin-bottom: 0; } }
    .somfy .benefits_icons .container-fluid div .list_icon .text_medium ul, .somfy .benefits_icons .container-fluid div .list_icon .text_medium ol {
      text-align: left; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons .container-fluid div .list_icon .link_medium {
      padding-top: 20px; } }
  .somfy .benefits_icons .container-fluid div .list_icon a {
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    color: #FAB800; }
    body .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .benefits_icons .container-fluid div .list_icon a,
    body.vi-th .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .benefits_icons .container-fluid div .list_icon a,
    body.ar-lb .somfy .benefits_icons .container-fluid div .list_icon a,
    body.ar-ma .somfy .benefits_icons .container-fluid div .list_icon a,
    body.ar-il .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .benefits_icons .container-fluid div .list_icon a,
    body.tc-tw .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .benefits_icons .container-fluid div .list_icon a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .benefits_icons .container-fluid div .list_icon a {
        transition: none; } }
    .somfy .benefits_icons .container-fluid div .list_icon a:hover {
      text-decoration: none; }
      .somfy .benefits_icons .container-fluid div .list_icon a:hover .icon-arrow-right {
        padding-left: 10px; }
        @media (max-width: 1150px) {
          .somfy .benefits_icons .container-fluid div .list_icon a:hover .icon-arrow-right {
            right: 0px; } }
    .somfy .benefits_icons .container-fluid div .list_icon a .icon-arrow-right:before {
      content: "\e903";
      color: #FAB800; }
  .somfy .benefits_icons .container-fluid div .list_icon .text_medium p a {
    display: inline; }
  .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
    padding-top: 20px; }
    body .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .benefits_icons .container-fluid div .list_icon .foot-note,
    body.vi-th .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .benefits_icons .container-fluid div .list_icon .foot-note,
    body.ar-lb .somfy .benefits_icons .container-fluid div .list_icon .foot-note,
    body.ar-ma .somfy .benefits_icons .container-fluid div .list_icon .foot-note,
    body.ar-il .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .benefits_icons .container-fluid div .list_icon .foot-note,
    body.tc-tw .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .benefits_icons .container-fluid div .list_icon .foot-note {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .benefits_icons .container-fluid div .list_icon.text-center .icon-wrap .rp-title-icon {
    margin-left: auto;
    margin-right: auto; }

.somfy .benefits_icons .container-fluid .icon-wrap {
  padding-bottom: 10px; }
  .somfy .benefits_icons .container-fluid .icon-wrap svg {
    width: 70px;
    height: 70px;
    fill: #FAB800; }
  .somfy .benefits_icons .container-fluid .icon-wrap img {
    height: 70px; }
  .somfy .benefits_icons .container-fluid .icon-wrap .rp-title-icon {
    width: 70px;
    position: relative; }

.somfy .app_slider {
  background-color: #F8F7F5; }
  .somfy .app_slider .container-fluid .title_content {
    padding-bottom: 40px; }
    @media (max-width: 767.98px) {
      .somfy .app_slider .container-fluid .title_content {
        padding-top: 40px;
        padding-bottom: 20px; } }
  .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 50px; }
    .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item:hover .accordion-item-title p, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item:hover .accordion-item-title p {
      color: #FAB800; }
    .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item:hover .accordion-item-title .arrow-icon:before, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item:hover .accordion-item-title .arrow-icon:before {
      color: #FAB800; }
    .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item.active .accordion-item-title .arrow-icon, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item.active .accordion-item-title .arrow-icon {
      transform: rotate(0) !important; }
    @media (max-width: 767.98px) {
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 17px;
        padding-bottom: 19px;
        padding-left: 30px;
        padding-right: 20px; }
        .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item:first-child, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item:first-child {
          margin-top: 0; }
        .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item:last-child, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item:last-child {
          margin-bottom: 0; } }
    .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title {
      cursor: pointer; }
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
        outline: none;
        color: #3c4f64;
        transition: all 0.3s ease-in-out; }
        body .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.vi-vi .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p,
        body.vi-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.vi-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.kr-kr .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.il-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.ar-ac .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p,
        body.ar-lb .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.ar-lb .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p,
        body.ar-ma .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.ar-ma .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p,
        body.ar-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.ar-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.ja-jp .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.sc-cn .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.tc-hk .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p,
        body.tc-tw .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.tc-tw .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title p, body.th-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title p {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title .arrow-icon, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .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;
        margin-right: 30px;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title .arrow-icon, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title .arrow-icon {
            margin-right: 22px; } }
        .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-title .arrow-icon:before, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-title .arrow-icon:before {
          content: "\ea50";
          color: #3c4f64; }
    .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content {
      display: none;
      padding-top: 13px;
      position: relative;
      color: rgba(60, 79, 100, 0.6); }
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .text_big, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .text_big {
        color: rgba(60, 79, 100, 0.6); }
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
        display: block; }
        body .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.vi-vi .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p,
        body.vi-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.vi-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.kr-kr .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.il-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.ar-ac .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p,
        body.ar-lb .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.ar-lb .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p,
        body.ar-ma .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.ar-ma .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p,
        body.ar-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.ar-il .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.ja-jp .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.sc-cn .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.tc-hk .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p,
        body.tc-tw .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.tc-tw .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, body.th-th .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content p, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content p {
            margin-bottom: 30px; } }
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content ul, .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content ol, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content ul, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content ol {
        padding-left: 16px; }
      .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile {
        margin: auto;
        background-image: url("/common/b2c_v5/img/phone.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 220px;
        height: 425px;
        position: relative; }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile {
            margin-bottom: 20px; } }
        .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile img, .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile video, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile img, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile video {
          border-radius: 5px;
          width: 170px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
          @media (max-width: 767.98px) {
            .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile img, .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile video, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile img, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile video {
              width: 175px;
              top: -5px; } }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile-x, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile-x {
            width: 214px;
            height: 452px;
            background: none !important; } }
        .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile-x img, .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile-x video, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile-x img, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile-x video {
          width: 188px;
          height: 404px;
          top: 0;
          margin: auto;
          border-radius: 20px; }
        .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile-x:after, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile-x:after {
          display: block;
          z-index: 20;
          position: absolute;
          left: 50%;
          top: 50%;
          content: '';
          width: 100%;
          height: 0;
          padding-top: 220%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: url("/common/b2c_v5/img/iphone-mask.png") no-repeat center center/100%; }
          @media (max-width: 767.98px) {
            .somfy .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item .accordion-item-content .phone_mobile-x:after, .somfy .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item .accordion-item-content .phone_mobile-x:after {
              width: 214px;
              padding-top: 452px; } }
  .somfy .app_slider .container-fluid .app_stores {
    padding-top: 60px; }
  .somfy .app_slider .container-fluid .phone {
    background-image: url("/common/b2c_v5/img/phone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .somfy .app_slider .container-fluid .phone {
        display: none; } }
    .somfy .app_slider .container-fluid .phone .screen_phone {
      width: 86.7%;
      margin-top: -10px;
      border: 1px solid #606161;
      border-radius: 7px;
      height: 0;
      overflow: hidden;
      padding-top: 152%;
      position: relative; }
      @media (max-width: 767.98px) {
        .somfy .app_slider .container-fluid .phone .screen_phone {
          width: 188px;
          margin-top: -8px;
          margin-left: 1px;
          height: 330px;
          padding-top: 0; } }
      .somfy .app_slider .container-fluid .phone .screen_phone .screen {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .phone .screen_phone .screen {
            height: 327px; } }
        .somfy .app_slider .container-fluid .phone .screen_phone .screen video {
          width: 100%    !important;
          height: auto   !important; }
    .somfy .app_slider .container-fluid .phone img {
      width: 84%; }
    @media (max-width: 767.98px) {
      .somfy .app_slider .container-fluid .phone {
        margin: auto;
        height: 450px;
        background-size: auto 100%; }
        .somfy .app_slider .container-fluid .phone img {
          width: auto;
          height: 306px; } }
    .somfy .app_slider .container-fluid .phone-x {
      background: none !important;
      padding: 0; }
      .somfy .app_slider .container-fluid .phone-x .screen_phone {
        height: 0;
        width: 87.4%;
        margin-top: 0;
        border: none;
        border-radius: 30px;
        padding-top: 190%; }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .phone-x .screen_phone {
            width: 188px;
            padding-top: 410px;
            margin-top: 0;
            margin-left: 0; } }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .phone-x .screen_phone .screen {
            height: 100%; } }
      .somfy .app_slider .container-fluid .phone-x:after {
        display: block;
        z-index: 20;
        position: absolute;
        left: 50%;
        top: 50%;
        content: '';
        width: 100%;
        height: 0;
        padding-top: 220%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("/common/b2c_v5/img/iphone-mask.png") no-repeat center center/100%; }
        @media (max-width: 767.98px) {
          .somfy .app_slider .container-fluid .phone-x:after {
            width: 214px;
            padding-top: 452px; } }
  .somfy .app_slider .app_slider_desktop > .row {
    min-height: 700px; }
  @media (max-width: 767.98px) {
    .somfy .app_slider .app_slider_desktop {
      display: none; } }
  .somfy .app_slider .app_slider_mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .somfy .app_slider .app_slider_mobile {
        display: block; } }

.somfy .benefits_slider {
  position: relative; }

@keyframes slideContentTopToBottom {
  from {
    transform: translateY(-40px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideContentTopToBottomMobile {
  from {
    transform: translateY(-20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideRightToLeft {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slideRightToLeftRTL {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideLeftToRight {
  from {
    opacity: 0;
    transform: translateX(-100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slideLeftToRightRTL {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
  @media (max-width: 767.98px) {
    .somfy .benefits_slider {
      animation: ease-in-out; } }
  .somfy .benefits_slider > .container-fluid.horizontal_tab_navbar {
    position: relative;
    z-index: 10; }
  @media (max-width: 767.98px) {
    .somfy .benefits_slider .wrapper-title {
      padding-top: 40px; } }
  .somfy .benefits_slider .bg-horizontal-content {
    position: relative;
    padding-top: 54px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .bg-horizontal-content {
        padding-top: 31px;
        background-color: transparent; } }
  .somfy .benefits_slider .wrapper-tab-content .tab-content-description {
    position: relative;
    z-index: 5;
    left: 0;
    right: 0; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .wrapper-tab-content .tab-content-description {
        position: relative; } }
    .somfy .benefits_slider .wrapper-tab-content .tab-content-description .subtitle_1, .somfy .benefits_slider .wrapper-tab-content .tab-content-description .subtitle_2, .somfy .benefits_slider .wrapper-tab-content .tab-content-description .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_slider .wrapper-tab-content .tab-content-description legend {
      color: #767677;
      animation: slideContentTopToBottom cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      -webkit-animation: slideContentTopToBottom cubic-bezier(0.77, 0, 0.175, 1) forwards 1s; }
      @media (max-width: 767.98px) {
        .somfy .benefits_slider .wrapper-tab-content .tab-content-description .subtitle_1, .somfy .benefits_slider .wrapper-tab-content .tab-content-description .subtitle_2, .somfy .benefits_slider .wrapper-tab-content .tab-content-description .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_slider .wrapper-tab-content .tab-content-description legend {
          animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
          -webkit-animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s; } }
  .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over {
        padding-top: 0;
        padding-bottom: 0; } }
    .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over > .row {
      transform: translateX(100%);
      animation: slideRightToLeft cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      animation-delay: 1s;
      -webkit-animation: slideRightToLeft cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      -webkit-animation-delay: 1s; }
    .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over .over-content-container {
      position: relative; }
      .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over .over-content-container img {
        width: 100%;
        height: 100%; }
        @media (max-width: 767.98px) {
          .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over .over-content-container img {
            max-width: 467px;
            max-height: 700px; } }
      .somfy .benefits_slider .wrapper-tab-content .container-fluid .block_content_over .over-content-container .over-content {
        position: absolute;
        max-height: 700px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
  .somfy .benefits_slider .wrapper-tab-content .bg_below_container {
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .wrapper-tab-content .bg_below_container {
        padding-left: 20px;
        padding-right: 20px; } }
    .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
      width: 100%; }
      @media (min-width: 768px) {
        .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
          background-clip: content-box;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          height: 100%;
          bottom: 0;
          position: absolute; } }
      @media (max-width: 767.98px) {
        .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
          height: 0;
          overflow: hidden;
          padding-top: calc((707 / 1011) * 100%);
          position: relative; } }
      .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below .bg_content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateX(-100%);
        animation: slideLeftToRight cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
        animation-delay: 0.5s;
        -webkit-animation: slideLeftToRight cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
        -webkit-animation-delay: 0.5s; }
        @media (min-width: 768px) {
          .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below .bg_content {
            height: calc( 100% - 100px); } }
      @media screen and (min-width: 1341px) {
        .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
          left: calc(-1*(25vw - 270px - 50px)); } }
      @media screen and (min-width: 768px) and (max-width: 1340px) {
        .somfy .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
          left: -15px; } }
  @media (max-width: 767.98px) {
    .somfy .benefits_slider .wrapper-dots-nav .tab-menu {
      width: auto;
      overflow: auto;
      height: auto;
      margin-right: -10px;
      margin-left: -10px;
      padding-left: 0;
      padding-right: 0; }
      .somfy .benefits_slider .wrapper-dots-nav .tab-menu .nav-tabs {
        width: 100%;
        height: auto; }
      .somfy .benefits_slider .wrapper-dots-nav .tab-menu a, .somfy .benefits_slider .wrapper-dots-nav .tab-menu 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%;
        margin: 0 6px; }
        .somfy .benefits_slider .wrapper-dots-nav .tab-menu a:hover, .somfy .benefits_slider .wrapper-dots-nav .tab-menu a:focus, .somfy .benefits_slider .wrapper-dots-nav .tab-menu button:hover, .somfy .benefits_slider .wrapper-dots-nav .tab-menu button:focus {
          outline: none; }
        .somfy .benefits_slider .wrapper-dots-nav .tab-menu a.active, .somfy .benefits_slider .wrapper-dots-nav .tab-menu button.active {
          background: #FAB800;
          opacity: 1; } }
  .somfy .benefits_slider .main-container {
    padding: 25px;
    background: #f1f1f1; }
  .somfy .benefits_slider .wrapper-tab-nav {
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .wrapper-tab-nav {
        padding-top: 20px; } }
    .somfy .benefits_slider .wrapper-tab-nav .nav {
      flex-wrap: nowrap !important; }
      body .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .benefits_slider .wrapper-tab-nav .nav,
      body.vi-th .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .benefits_slider .wrapper-tab-nav .nav,
      body.ar-lb .somfy .benefits_slider .wrapper-tab-nav .nav,
      body.ar-ma .somfy .benefits_slider .wrapper-tab-nav .nav,
      body.ar-il .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .benefits_slider .wrapper-tab-nav .nav,
      body.tc-tw .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .benefits_slider .wrapper-tab-nav .nav {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .benefits_slider .tab-menu {
    width: 100%; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .tab-menu {
        width: auto;
        overflow-x: scroll;
        height: 100%;
        margin-right: -10px;
        margin-left: -10px;
        padding-left: 20px; }
        .somfy .benefits_slider .tab-menu::-webkit-scrollbar {
          display: none; }
        .somfy .benefits_slider .tab-menu::-webkit-scrollbar-track {
          -webkit-border-radius: 0;
          border-radius: 0; }
        .somfy .benefits_slider .tab-menu::-webkit-scrollbar-thumb:window-inactive {
          opacity: 0; }
        .somfy .benefits_slider .tab-menu .border-tab {
          flex: initial; } }
    @media (max-width: 767.98px) and (min-width: 768px) {
      .somfy .benefits_slider .tab-menu .border-tab {
        max-width: 155px; } }
  .somfy .benefits_slider .wrapper-tab-content {
    clear: both;
    position: relative; }
    .somfy .benefits_slider .wrapper-tab-content:before {
      content: '';
      position: absolute;
      top: 0;
      background-image: linear-gradient(0deg, var(--gradient-color), rgba(0, 0, 0, 0) 100%);
      height: 50px;
      width: 100%;
      z-index: 50;
      transform: scaleY(-1); }
      @media (max-width: 767.98px) {
        .somfy .benefits_slider .wrapper-tab-content:before {
          display: none; } }
    .somfy .benefits_slider .wrapper-tab-content .tab-content {
      padding-top: 55px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_slider .wrapper-tab-content .tab-content {
          padding-top: 20px; } }
      .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane {
        position: relative; }
        @media (max-width: 767.98px) {
          .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane {
            margin: 0 1.4285714286rem 1.4285714286rem;
            padding-bottom: 2.1428571429rem;
            box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); }
            .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane:after {
              display: block;
              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; } }
        .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane.-hide-swipe:after {
          opacity: 0; }
        .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane .cta a {
          transition: background-color 0.3s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane .cta a {
              transition: none; } }
        .somfy .benefits_slider .wrapper-tab-content .tab-content .tab-pane .cta:hover a {
          background-color: #EC9600; }
  .somfy .benefits_slider .nav-tabs {
    border-bottom: none; }
    .somfy .benefits_slider .nav-tabs > div {
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 767.98px) {
        .somfy .benefits_slider .nav-tabs > div {
          padding-left: 0;
          padding-right: 0; } }
    .somfy .benefits_slider .nav-tabs .border-tab .nav-item {
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .somfy .benefits_slider .nav-tabs .border-tab .nav-item .nav_title:first-child {
        margin-top: 0; }
      .somfy .benefits_slider .nav-tabs .border-tab .nav-item.active {
        background-color: initial;
        border-color: #F9F8F4;
        border-bottom: 2px solid #FAB800; }
      .somfy .benefits_slider .nav-tabs .border-tab .nav-item.has-hover:hover {
        border-color: #F9F8F4;
        border-bottom: 2px solid #FAB800; }
      .somfy .benefits_slider .nav-tabs .border-tab .nav-item:hover {
        border-bottom: 2px solid #FAB800; }
      .somfy .benefits_slider .nav-tabs .border-tab .nav-item.-solo {
        border-bottom: 1px solid transparent !important; }
    .somfy .benefits_slider .nav-tabs .row:first-child {
      margin: 0 auto; }
    .somfy .benefits_slider .nav-tabs .nav-link {
      padding-top: 0;
      padding-bottom: 10px;
      color: #1A1B1C;
      text-align: center;
      background-color: inherit;
      height: 100%;
      border: none; }
  .somfy .benefits_slider .tab-content .container-fluid .title_1, .somfy .benefits_slider .tab-content .container-fluid .title_2 {
    animation: slidecontent 5s ease-in-out forwards; }
  .somfy .benefits_slider .tab-content .container-fluid .subtitle_1 {
    opacity: 0;
    animation: subtitleanimation ease-out forwards 1s;
    animation-delay: 0.5s; }

@keyframes subtitleanimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (max-width: 767.98px) {
    .somfy .benefits_slider .container-fluid div.row {
      padding-top: 0; } }
  .somfy .benefits_slider .container-fluid div.row ul {
    list-style: none; }
  .somfy .benefits_slider .container-fluid .subtitle_1 p a, .somfy .benefits_slider .container-fluid .subtitle_2 p a, .somfy .benefits_slider .container-fluid .form_assembly .wForm fieldset legend p a, .somfy .form_assembly .wForm fieldset .benefits_slider .container-fluid legend p a {
    color: #FAB800; }
  .somfy .benefits_slider .bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 980px;
    position: relative;
    animation: fadeInBackground ease-out forwards 1s;
    transition: all 0.3s linear;
    transform: translate3d(0px, 29px, 0px) !important;
    padding: 0 !important;
    display: block !important;
    top: -40px !important;
    opacity: 1; }

@keyframes fadeInBackground {
  from {
    opacity: 0;
    background-position: center -100px !important; }
  to {
    opacity: 1;
    background-position: center 0 !important; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .bg {
        height: 415px;
        margin-bottom: 20px; } }
  .somfy .benefits_slider .overlay_bg {
    height: 150px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .overlay_bg {
        height: 100px; } }
  .somfy .benefits_slider .bg_over_wrapper {
    position: relative; }
  .somfy .benefits_slider .bg_over {
    position: absolute;
    z-index: 3;
    width: 420px;
    height: 630px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider .bg_over {
        z-index: 0;
        position: relative;
        top: 0;
        transform: none; } }
  .somfy .benefits_slider.-v2 .nav-tabs .border-tab:after {
    z-index: -1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .somfy .benefits_slider.-v2 .nav-tabs .border-tab .nav-item {
    border-bottom-width: 2px !important;
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .benefits_slider.-v2 .nav-tabs .border-tab .nav-item {
        transition: none; } }
    .somfy .benefits_slider.-v2 .nav-tabs .border-tab .nav-item.active svg {
      fill: #FAB800; }
    .somfy .benefits_slider.-v2 .nav-tabs .border-tab .nav-item.active .nav_title {
      color: #FAB800; }
  .somfy .benefits_slider.-v2 svg {
    fill: #485C74;
    transition: all 0.3s ease-in-out;
    width: 32px;
    height: 32px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .benefits_slider.-v2 svg {
        transition: none; } }
  .somfy .benefits_slider.-v2 .container_items a {
    font-size: 1rem; }
    body .somfy .benefits_slider.-v2 .container_items a {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .benefits_slider.-v2 .container_items a,
    body.vi-th .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .benefits_slider.-v2 .container_items a,
    body.ar-lb .somfy .benefits_slider.-v2 .container_items a,
    body.ar-ma .somfy .benefits_slider.-v2 .container_items a,
    body.ar-il .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .benefits_slider.-v2 .container_items a,
    body.tc-tw .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .benefits_slider.-v2 .container_items a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .benefits_slider.-v2 .nav_title {
    display: block;
    color: #485C74;
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    transition: all 0.3s ease-in-out;
    margin-top: 10px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .benefits_slider.-v2 .nav_title {
        transition: none; } }
  .somfy .benefits_slider.-v2 .tab-content-description img {
    max-width: 100%;
    opacity: 0; }
    .somfy .benefits_slider.-v2 .tab-content-description img.slideLeftToRight {
      transform: translateX(-100%);
      animation: slideLeftToRight cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      animation-delay: 1s;
      -webkit-animation: slideLeftToRight cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      -webkit-animation-delay: 1s; }
    .somfy .benefits_slider.-v2 .tab-content-description img.slideRightToLeft {
      transform: translateX(100%);
      animation: slideRightToLeft cubic-bezier(0.77, 0, 0.175, 1) forwards 0.6s;
      animation-delay: 1s;
      -webkit-animation: slideRightToLeft cubic-bezier(0.77, 0, 0.175, 1) forwards 0.6s;
      -webkit-animation-delay: 1s; }
  .somfy .benefits_slider.-v2 .tab-content-description .desc {
    animation: slideContentTopToBottom cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
    -webkit-animation: slideContentTopToBottom cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
    color: #1A1B1C;
    font-size: 1.1428571429rem; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider.-v2 .tab-content-description .desc {
        animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
        -webkit-animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s; } }
    body .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .benefits_slider.-v2 .tab-content-description .desc,
    body.vi-th .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .benefits_slider.-v2 .tab-content-description .desc,
    body.ar-lb .somfy .benefits_slider.-v2 .tab-content-description .desc,
    body.ar-ma .somfy .benefits_slider.-v2 .tab-content-description .desc,
    body.ar-il .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .benefits_slider.-v2 .tab-content-description .desc,
    body.tc-tw .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .benefits_slider.-v2 .tab-content-description .desc {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider.-v2 .tab-content-description .desc {
        font-size: 1rem; } }
    .somfy .benefits_slider.-v2 .tab-content-description .desc p {
      margin-bottom: 20px; }
    .somfy .benefits_slider.-v2 .tab-content-description .desc ul {
      margin: 0 0 1.4285714286rem 2.8571428571rem;
      padding: 0;
      list-style: disc; }
    .somfy .benefits_slider.-v2 .tab-content-description .desc ol {
      margin: 0 0 1.4285714286rem 2.8571428571rem;
      padding: 0; }
  .somfy .benefits_slider.-v2 .tab-content-description .subtitle_1, .somfy .benefits_slider.-v2 .tab-content-description .subtitle_2, .somfy .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_slider.-v2 .tab-content-description legend {
    color: #1A1B1C;
    margin-bottom: 20px; }
    .somfy .benefits_slider.-v2 .tab-content-description .subtitle_1 ul, .somfy .benefits_slider.-v2 .tab-content-description .subtitle_2 ul, .somfy .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend ul, .somfy .form_assembly .wForm fieldset .benefits_slider.-v2 .tab-content-description legend ul {
      margin: 0 0 1.4285714286rem 2.8571428571rem;
      padding: 0;
      list-style: disc; }
    .somfy .benefits_slider.-v2 .tab-content-description .subtitle_1 ol, .somfy .benefits_slider.-v2 .tab-content-description .subtitle_2 ol, .somfy .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend ol, .somfy .form_assembly .wForm fieldset .benefits_slider.-v2 .tab-content-description legend ol {
      margin: 0 0 1.4285714286rem 2.8571428571rem;
      padding: 0; }
  .somfy .benefits_slider.-v2 .tab-content-description .title-icon {
    display: none; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider.-v2 .tab-content-description .title-icon {
        display: flex;
        align-items: center;
        margin-bottom: 1.4285714286rem;
        animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
        -webkit-animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s; }
        .somfy .benefits_slider.-v2 .tab-content-description .title-icon svg {
          width: 3.5714285714rem;
          margin-right: 0.8571428571rem; }
        .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
          color: #1A1B1C;
          font-size: 1.5714285714rem; }
          body .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .benefits_slider.-v2 .tab-content-description .title-icon span,
          body.vi-th .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .benefits_slider.-v2 .tab-content-description .title-icon span,
          body.ar-lb .somfy .benefits_slider.-v2 .tab-content-description .title-icon span,
          body.ar-ma .somfy .benefits_slider.-v2 .tab-content-description .title-icon span,
          body.ar-il .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .benefits_slider.-v2 .tab-content-description .title-icon span,
          body.tc-tw .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .benefits_slider.-v2 .tab-content-description .title-icon span {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
  .somfy .benefits_slider.-v2 .tab-content-description .anim-arrow {
    display: inline-block;
    font-size: 1.2857142857rem;
    width: auto;
    animation: slideContentTopToBottom cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
    -webkit-animation: slideContentTopToBottom cubic-bezier(0.77, 0, 0.175, 1) forwards 1s; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider.-v2 .tab-content-description .anim-arrow {
        animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
        -webkit-animation: slideContentTopToBottomMobile cubic-bezier(0.77, 0, 0.175, 1) forwards 1s; } }
  .somfy .benefits_slider.-v2 .tab-content-description .bg-img {
    width: 115%;
    max-width: 115%;
    margin-left: -15%;
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_slider.-v2 .tab-content-description .bg-img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .somfy .horizontal_tab .large-background .container-fluid {
    position: absolute;
    padding: 40px 40px; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .somfy .horizontal_tab .large-background {
    bottom: 20px; } }

.somfy.rtl .benefits_slider.-v2 .tab-content-description img.slideRightToLeft {
  animation: slideRightToLeftRTL cubic-bezier(0.77, 0, 0.175, 1) forwards 0.6s;
  animation-delay: 1s;
  -webkit-animation: slideRightToLeftRTL cubic-bezier(0.77, 0, 0.175, 1) forwards 0.6s;
  -webkit-animation-delay: 1s; }

.somfy.rtl .benefits_slider.-v2 .tab-content-description img.slideLeftToRight {
  animation: slideLeftToRightRTL cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
  animation-delay: 1s;
  -webkit-animation: slideLeftToRightRTL cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
  -webkit-animation-delay: 1s; }

.somfy.rtl .benefits_slider.-v2 .tab-content-description .anim-arrow + img {
  margin-left: 0;
  margin-right: -15%; }
  @media (max-width: 767.98px) {
    .somfy.rtl .benefits_slider.-v2 .tab-content-description .anim-arrow + img {
      margin-left: 0;
      margin-right: 0; } }

.somfy.rtl .benefits_slider.-v2 .tab-content-description .subtitle_1 ul,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .subtitle_2 ul,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend ul,
.somfy.rtl .form_assembly .wForm fieldset .benefits_slider.-v2 .tab-content-description legend ul,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend ul,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .subtitle_1 ol,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .subtitle_2 ol,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend ol,
.somfy.rtl .form_assembly .wForm fieldset .benefits_slider.-v2 .tab-content-description legend ol,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .form_assembly .wForm fieldset legend ol {
  margin: 0 2.8571428571rem 1.4285714286rem 0; }

.somfy.rtl .benefits_slider.-v2 .tab-content-description .desc ul,
.somfy.rtl .benefits_slider.-v2 .tab-content-description .desc ol {
  margin: 0 2.8571428571rem 1.4285714286rem 0; }

.somfy.rtl .benefits_slider.-v2 .tab-content-description .title-icon svg {
  margin-right: 0;
  margin-left: 0.8571428571rem; }

.somfy.categorie_liste:not(.categorie_liste_new) .full_width_image_little {
  position: relative; }
  .somfy.categorie_liste:not(.categorie_liste_new) .full_width_image_little .bg {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 400px; }
    @media (max-width: 767.98px) {
      .somfy.categorie_liste:not(.categorie_liste_new) .full_width_image_little .bg {
        height: 150px; } }
  .somfy.categorie_liste:not(.categorie_liste_new) .full_width_image_little .container-fluid {
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .somfy.categorie_liste:not(.categorie_liste_new) .full_width_image_little .container-fluid .row {
      height: 100%;
      position: relative; }

.somfy.categorie_liste_new .full_width_image_little {
  position: relative;
  padding: 3.5714285714rem 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;
    right: 0;
    top: 0;
    width: 50%;
    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 {
    margin-bottom: 0.7142857143rem; }
  .somfy.categorie_liste_new .full_width_image_little .subtitle_2, .somfy.categorie_liste_new .full_width_image_little .form_assembly .wForm fieldset legend, .somfy.categorie_liste_new .form_assembly .wForm fieldset .full_width_image_little legend {
    margin-bottom: 0;
    font-size: 1.4285714286rem;
    line-height: 1.8571428571rem;
    letter-spacing: 0rem; }
    @media (max-width: 1199.98px) {
      .somfy.categorie_liste_new .full_width_image_little .subtitle_2, .somfy.categorie_liste_new .full_width_image_little .form_assembly .wForm fieldset legend, .somfy.categorie_liste_new .form_assembly .wForm fieldset .full_width_image_little legend {
        font-size: 0.8571428571rem;
        line-height: 1.5714285714rem;
        letter-spacing: 0rem; } }
  @media (max-width: 1199.98px) and (max-width: 991.98px) {
    .somfy.categorie_liste_new .full_width_image_little .subtitle_2, .somfy.categorie_liste_new .full_width_image_little .form_assembly .wForm fieldset legend, .somfy.categorie_liste_new .form_assembly .wForm fieldset .full_width_image_little legend {
      font-size: 1rem;
      line-height: 1.4285714286rem;
      letter-spacing: 0rem; } }
  @media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
    .somfy.categorie_liste_new .full_width_image_little .subtitle_2, .somfy.categorie_liste_new .full_width_image_little .form_assembly .wForm fieldset legend, .somfy.categorie_liste_new .form_assembly .wForm fieldset .full_width_image_little legend {
      font-size: 1rem;
      line-height: 1.4285714286rem;
      letter-spacing: 0rem; } }

.somfy.categorie_liste_new.rtl .full_width_image_little .bg {
  left: 0;
  right: auto; }

@media (max-width: 767.98px) {
  .somfy .products-list {
    background-color: white !important; } }

.somfy .products-list .container-fluid > .row:first-child {
  padding-top: 10px; }
  @media (max-width: 767.98px) {
    .somfy .products-list .container-fluid > .row:first-child {
      padding-top: 30px; } }

body .somfy .products-list .container-fluid > .row .products > li {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy .products-list .container-fluid > .row .products > li,
body.vi-th .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .products-list .container-fluid > .row .products > li,
body.ar-lb .somfy .products-list .container-fluid > .row .products > li,
body.ar-ma .somfy .products-list .container-fluid > .row .products > li,
body.ar-il .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .products-list .container-fluid > .row .products > li,
body.tc-tw .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .products-list .container-fluid > .row .products > li {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 767.98px) {
  .somfy .products-list .container-fluid > .row .products > li:not(:first-child):not(.d-md-none) {
    border-top: 1px solid #dee2e6; }
  .somfy .products-list .container-fluid > .row .products > li.d-md-none + li {
    border-top: none !important; } }

.somfy .products-list .container-fluid > .row .products > li .product-link {
  padding-right: 20px; }

.somfy .products-list .container-fluid > .row .products > li .product-link:hover, .somfy .products-list .container-fluid > .row .products > li .help_container a:hover {
  text-decoration: none; }
  .somfy .products-list .container-fluid > .row .products > li .product-link:hover .product_title .subtitle_1,
  .somfy .products-list .container-fluid > .row .products > li .product-link:hover .product_title .subtitle_2,
  .somfy .products-list .container-fluid > .row .products > li .product-link:hover .product_title .form_assembly .wForm fieldset legend,
  .somfy .form_assembly .wForm fieldset .products-list .container-fluid > .row .products > li .product-link:hover .product_title legend, .somfy .products-list .container-fluid > .row .products > li .help_container a:hover .product_title .subtitle_1,
  .somfy .products-list .container-fluid > .row .products > li .help_container a:hover .product_title .subtitle_2,
  .somfy .products-list .container-fluid > .row .products > li .help_container a:hover .product_title .form_assembly .wForm fieldset legend,
  .somfy .form_assembly .wForm fieldset .products-list .container-fluid > .row .products > li .help_container a:hover .product_title legend {
    color: #3f5773; }

@media (max-width: 767.98px) {
  .somfy .products-list .container-fluid > .row .products > li .product-link .product_title, .somfy .products-list .container-fluid > .row .products > li .help_container a .product_title {
    height: auto; } }

@media (min-width: 768px) {
  .somfy .products-list .container-fluid > .row .products > li .product-link .product_title, .somfy .products-list .container-fluid > .row .products > li .help_container a .product_title {
    min-height: 56px;
    text-align: center; } }

.somfy .products-list .container-fluid > .row .products > li .product-link .img-container, .somfy .products-list .container-fluid > .row .products > li .help_container a .img-container {
  height: 205px;
  margin-top: 30px;
  margin-bottom: 40px; }
  .somfy .products-list .container-fluid > .row .products > li .product-link .img-container > img, .somfy .products-list .container-fluid > .row .products > li .help_container a .img-container > img {
    height: 100%; }
    @media (max-width: 1199.98px) {
      .somfy .products-list .container-fluid > .row .products > li .product-link .img-container > img, .somfy .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 .products-list .container-fluid > .row .products > li .product-link .img-container > img, .somfy .products-list .container-fluid > .row .products > li .help_container a .img-container > img {
        height: 100%;
        width: auto; } }
  @media (max-width: 767.98px) {
    .somfy .products-list .container-fluid > .row .products > li .product-link .img-container, .somfy .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 .products-list .container-fluid > .row .products > li .product-link.product-top .img-container, .somfy .products-list .container-fluid > .row .products > li .help_container a.product-top .img-container {
    height: 75px; } }

@media (min-width: 768px) {
  .somfy .products-list .container-fluid > .row .products > li .product-link.product-top .price, .somfy .products-list .container-fluid > .row .products > li .help_container a.product-top .price {
    margin-top: 80px; } }

.somfy .products-list .container-fluid > .row .products > li .product_container > a .price {
  padding-top: 40px; }
  @media (max-width: 767.98px) {
    .somfy .products-list .container-fluid > .row .products > li .product_container > a .price {
      padding-top: 0; } }
  .somfy .products-list .container-fluid > .row .products > li .product_container > a .price .old_price, .somfy .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 .products-list .container-fluid > .row .products > li .btnClassic, body .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: SomfySans-Regular, sans-serif; }

body.vi-vi .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.vi-vi .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.vi-vi .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content,
body.vi-th .somfy .products-list .container-fluid > .row .products > li .btnClassic,
body.vi-th .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label,
body.vi-th .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.kr-kr .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.kr-kr .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.il-il .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.il-il .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.ar-ac .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.ar-ac .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content,
body.ar-lb .somfy .products-list .container-fluid > .row .products > li .btnClassic,
body.ar-lb .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label,
body.ar-lb .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content,
body.ar-ma .somfy .products-list .container-fluid > .row .products > li .btnClassic,
body.ar-ma .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label,
body.ar-ma .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content,
body.ar-il .somfy .products-list .container-fluid > .row .products > li .btnClassic,
body.ar-il .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label,
body.ar-il .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.ja-jp .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.ja-jp .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.sc-cn .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.sc-cn .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.tc-hk .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.tc-hk .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content,
body.tc-tw .somfy .products-list .container-fluid > .row .products > li .btnClassic,
body.tc-tw .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label,
body.tc-tw .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .products-list .container-fluid > .row .products > li .btnClassic, body.th-th .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, body.th-th .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 767.98px) {
  .somfy .products-list .container-fluid > .row .products > li .btnClassic, .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-label, .somfy.product-page.-pim .products-list .container-fluid > .row .products > li .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .products-list .container-fluid > .row .products > li .ts-header-filter-dropdown-content {
    padding: 5px 14px; } }

.somfy .products-list .container-fluid > .row .products > li .help_container {
  min-height: 300px; }
  .somfy .products-list .container-fluid > .row .products > li .help_container .icon-arrow-right:before {
    color: #FAB800; }
  .somfy .products-list .container-fluid > .row .products > li .help_container .icon-wrap svg {
    fill: #FFFFFF;
    width: 70px;
    height: 70px; }

.somfy .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 .products-list .container-fluid > .row .products > li .buy_now {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .products-list .container-fluid > .row .products > li .buy_now,
  body.vi-th .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .products-list .container-fluid > .row .products > li .buy_now,
  body.ar-lb .somfy .products-list .container-fluid > .row .products > li .buy_now,
  body.ar-ma .somfy .products-list .container-fluid > .row .products > li .buy_now,
  body.ar-il .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .products-list .container-fluid > .row .products > li .buy_now,
  body.tc-tw .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .products-list .container-fluid > .row .products > li .buy_now {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 991.98px) {
    .somfy .products-list .container-fluid > .row .products > li .buy_now {
      margin-bottom: 10px;
      background-color: #ffffff;
      color: #FAB800; } }

.somfy .products-list .container-fluid > .row .img-top {
  background-size: cover;
  background-position: center; }
  @media (max-width: 767.98px) {
    .somfy .products-list .container-fluid > .row .img-top {
      min-height: 200px; } }

.somfy .products-list .container-fluid > .row .d-none-custom {
  display: none; }

.somfy.remove-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.somfy .filter-list .ui-slider .ui-slider-handle {
  position: absolute;
  border: 2px solid #FAB800;
  background-color: white;
  z-index: 2;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  cursor: default; }

.somfy .filter-list .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0em;
  display: block;
  border: 2px solid #FAB800;
  background-position: 0 0;
  height: 1px; }

.somfy .filter-list .ui-slider-horizontal {
  height: 2px;
  margin: 20px 10px;
  width: 300px; }
  .somfy .filter-list .ui-slider-horizontal .ui-slider-handle {
    top: -1.0em;
    margin-left: -1.0em; }
  .somfy .filter-list .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    /*height: 10%;*/ }
  .somfy .filter-list .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .somfy .filter-list .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.somfy .filter-list input#priceRange {
  border: 0;
  font-weight: bold;
  text-align: right;
  float: right; }

.somfy .filter-list label.priceRangeLabel {
  opacity: 0.5; }

.somfy .filter-list .filterControls a {
  color: #1a1b1c; }

@media (min-width: 768px) {
  .somfy .filter-list .dropdown-filter {
    display: none; }
  .somfy .filter-list .filter-menu {
    position: relative !important;
    transform: none !important;
    width: 100%;
    display: flex;
    border: 0;
    padding: 0; }
    .somfy .filter-list .filter-menu .filter-header {
      display: none; }
    .somfy .filter-list .filter-menu.dropdown-menu {
      z-index: 2; } }

@media (max-width: 767.98px) {
  .somfy .filter-list .dropdown-filter {
    max-width: 10rem; }
  .somfy .filter-list .filter-menu {
    border: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    bottom: 0;
    left: 0 !important;
    right: 0;
    top: 0 !important;
    padding-top: 30px;
    position: fixed;
    transform: none !important;
    transition: visibility 0s, opacity .3s ease;
    overflow-y: scroll; }
    .somfy .filter-list .filter-menu.active {
      visibility: visible;
      opacity: 1; }
    .somfy .filter-list .filter-menu .filter-header {
      align-items: center;
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 9999; }
      .somfy .filter-list .filter-menu .filter-header a.close {
        color: #6c757d;
        font-size: 18px;
        padding-left: 20px; }
        .somfy .filter-list .filter-menu .filter-header a.close i {
          font-weight: bold; }
      .somfy .filter-list .filter-menu .filter-header h5 {
        color: #6c757d;
        font-weight: bold;
        opacity: 0.6;
        text-align: center; }
    .somfy .filter-list .filter-menu .mr-3 {
      margin-right: 0 !important; }
    .somfy .filter-list .filter-menu .dropdown {
      padding: 0 20px; }
    .somfy .filter-list .filter-menu .dropdown-menu {
      display: block !important;
      float: none;
      position: relative !important;
      transform: none !important;
      width: 100%;
      z-index: 2;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0;
      padding: 0 0 1.5rem !important; }
      .somfy .filter-list .filter-menu .dropdown-menu .dropdown-item {
        padding: 0.25rem 0;
        position: relative; }
      .somfy .filter-list .filter-menu .dropdown-menu.no-border {
        border-bottom: 0; }
    .somfy .filter-list .filter-menu .dropdown-toggle:hover, .somfy .filter-list .filter-menu .dropdown-toggle:focus {
      color: #6c757d;
      border-color: #6c757d; }
    .somfy .filter-list .filter-menu .dropdown-toggle:disabled {
      border: 0;
      color: #000;
      font-weight: bold;
      padding: 1.5rem 0 0.75rem;
      opacity: 1;
      justify-content: left; }
    .somfy .filter-list .filter-menu .dropdown-toggle:after {
      display: none; } }

.somfy .full_width_image_background {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  width: 100% !important; }
  .somfy .full_width_image_background .fwib_container {
    left: 0; }
    @media (min-width: 576px) {
      .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .has_subtitle .subtitle_1 {
        color: #FFFFFF;
        margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background.no_blur_background {
      border-bottom: none; } }
  .somfy .full_width_image_background.no_blur_background .bg_full_width {
    filter: none; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_background.no_blur_background .bg_full_width {
        margin-bottom: 20px;
        padding-top: calc((233/ 320) * 100%);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        display: block;
        height: auto;
        transform: initial; }
        .somfy .full_width_image_background.no_blur_background .bg_full_width:before {
          position: absolute;
          content: '';
          padding-top: calc((233 / 320) * 100%);
          top: 0;
          left: 0;
          width: 100%;
          height: 0;
          display: block; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background.no_blur_background .fwib_container .fwib_content {
      border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
  .somfy .full_width_image_background.no_blur_background .fwib_container .fwib_content.fiwb_child_1 .has_subtitle .title_1 {
    padding-bottom: 20px;
    margin-bottom: 0; }
    .somfy .full_width_image_background.no_blur_background .fwib_container .fwib_content.fiwb_child_1 .has_subtitle .title_1 br {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_background.no_blur_background .fwib_container .fwib_content.fiwb_child_1 .has_subtitle .title_1 br {
          display: block; } }
  @media (min-width: 768px) {
    .somfy .full_width_image_background.no_blur_background .fwib_container .fwib_content.fiwb_child_1 .has_subtitle .subtitle_1 {
      color: #FFFFFF;
      margin-bottom: 0;
      opacity: 1; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background.no_blur_background .fwib_container .fwib_content.fiwb_child_2 {
      padding-top: 20px;
      padding-bottom: 40px;
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background.blur-width-icon .bg_full_width {
      height: 221px !important; } }
  .somfy .full_width_image_background.blur-width-icon .fwib_container .fwib_content.fiwb_child_1 .title_1 br {
    display: block !important; }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background.blur-width-icon .fwib_container .fwib_content.fiwb_child_1 .title_1 {
      margin-bottom: 0; } }
  .somfy .full_width_image_background.blur-width-icon .desktop_icon {
    display: block; }
    .somfy .full_width_image_background.blur-width-icon .desktop_icon svg {
      height: 70px;
      fill: white; }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_background.blur-width-icon .desktop_icon {
        padding-top: 0px;
        padding-bottom: 5px; }
        .somfy .full_width_image_background.blur-width-icon .desktop_icon svg {
          fill: black; } }
  .somfy .full_width_image_background.blur-width-icon .mb_icon {
    display: none; }
  @media (min-width: 768px) {
    .somfy .full_width_image_background {
      min-height: 632px; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background {
      height: auto;
      border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }
  .somfy .full_width_image_background .bg_full_width {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(1rem);
    transform: scale(1.1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .full_width_image_background .bg_full_width {
        transition: none; } }
    @media (min-width: 768px) {
      .somfy .full_width_image_background .bg_full_width {
        height: 100vh;
        min-height: 632px; } }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_background .bg_full_width {
        filter: blur(0);
        height: 148px; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background .divider_border {
      border-bottom: 1px solid rgba(26, 27, 28, 0.1);
      margin-bottom: 40px; } }
  .somfy .full_width_image_background .fwib_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%; }
    @media (min-width: 768px) {
      .somfy .full_width_image_background .fwib_container {
        height: 100vh; } }
    @media (max-width: 767.98px) {
      .somfy .full_width_image_background .fwib_container {
        position: relative;
        flex-direction: column;
        margin: 40px 0 30px 0; } }
    .somfy .full_width_image_background .fwib_container .fwib_content {
      position: absolute;
      overflow: hidden; }
      @media (min-width: 768px) {
        .somfy .full_width_image_background .fwib_container .fwib_content {
          height: 100vh;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1); } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy .full_width_image_background .fwib_container .fwib_content {
      transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_background .fwib_container .fwib_content {
          position: relative;
          margin-top: 0;
          transform: translateY(0);
          -webkit-transform: translateY(0);
          opacity: 1 !important; } }
      @media (min-width: 768px) {
        .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 {
          transform: translateY(-15rem);
          -webkit-transform: translateY(-15rem);
          opacity: 0; } }
      .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .title_1 {
        color: #FFFFFF;
        font-weight: 100;
        pointer-events: none; }
        @media (min-width: 768px) {
          .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .title_1 {
            opacity: 1; } }
        @media (max-width: 767.98px) {
          .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .title_1 {
            color: #1A1B1C; }
            .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .title_1 br {
              display: none; } }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .subtitle_1 {
          padding-bottom: 40px;
          color: #1A1B1C; }
          .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_1 .subtitle_1 br {
            display: none; } }
      @media (min-width: 768px) {
        .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 {
          height: 100vh;
          transform: translateY(0);
          -webkit-transform: translateY(0);
          opacity: 1; } }
      @media (max-width: 767.98px) {
        .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 {
          margin-top: 20px;
          margin-bottom: 35px; } }
      .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .subtitle_1, .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .subtitle_2, .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 legend {
        color: #FFFFFF;
        font-weight: 100;
        pointer-events: none; }
        @media (max-width: 767.98px) {
          .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .subtitle_1, .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .subtitle_2, .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 legend {
            color: #1A1B1C;
            font-weight: normal; }
            .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .subtitle_1 br, .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .subtitle_2 br, .somfy .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 .form_assembly .wForm fieldset legend br, .somfy .form_assembly .wForm fieldset .full_width_image_background .fwib_container .fwib_content.fiwb_child_2 legend br {
              display: none; } }
  .somfy .full_width_image_background .bg_blur {
    filter: blur(0); }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background .fade-in_text[data-to-top] {
      transform: translateX(-15rem) !important;
      -webkit-transform: translateX(-15rem) !important;
      opacity: 0 !important; } }
  @media (min-width: 768px) {
    .somfy .full_width_image_background .fade-in_text[data-to-top] {
      transform: translateY(0) !important;
      -webkit-transform: translateY(0) !important;
      opacity: 1 !important; } }
  @media (max-width: 767.98px) {
    .somfy .full_width_image_background .fade-out_text[data-to-bottom] {
      transform: translateY(0) !important;
      -webkit-transform: translateY(0) !important;
      opacity: 1 !important; } }
  @media (min-width: 768px) {
    .somfy .full_width_image_background .fade-out_text[data-to-bottom] {
      opacity: 0 !important;
      transform: translateY(20rem) !important;
      -webkit-transform: translateY(20rem) !important; } }

@media (max-width: 767.98px) {
  .somfy .scrollmagic-pin-spacer {
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    right: initial !important;
    margin: 0px !important;
    display: block !important;
    position: relative !important;
    box-sizing: initial !important;
    width: 100% !important;
    min-height: initial !important;
    height: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important; } }

@media (max-width: 767.98px) {
  .somfy .full_width_image_background.fwib_no_desc .fiwb_child_2 {
    display: none !important; } }

@media (max-width: 767.98px) {
  .somfy .half_page_video {
    padding-top: 40px; } }

.somfy .half_page_video .text-block-wrapper .title_2 {
  margin-bottom: 20px; }

.somfy .half_page_video .text-block-wrapper .title_3 {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .half_page_video .text-block-wrapper .title_3 {
      margin-bottom: 10px;
      font-size: 24px; } }

body .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy .half_page_video .text-block-wrapper .text_big,
body.vi-th .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .half_page_video .text-block-wrapper .text_big,
body.ar-lb .somfy .half_page_video .text-block-wrapper .text_big,
body.ar-ma .somfy .half_page_video .text-block-wrapper .text_big,
body.ar-il .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .half_page_video .text-block-wrapper .text_big,
body.tc-tw .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .half_page_video .text-block-wrapper .text_big {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .half_page_video .text-block-wrapper .text_big:last-child {
  margin-bottom: 0; }

.somfy .half_page_video .text-block-wrapper .text_big.text_content {
  margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .somfy .half_page_video .text-block-wrapper {
    margin-bottom: 20px; } }

.somfy .half_page_video .text-block-wrapper a.link_medium {
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  color: #FAB800;
  font-size: 18px;
  transition: all 0.3s ease-in-out; }
  body .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .half_page_video .text-block-wrapper a.link_medium,
  body.vi-th .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .half_page_video .text-block-wrapper a.link_medium,
  body.ar-lb .somfy .half_page_video .text-block-wrapper a.link_medium,
  body.ar-ma .somfy .half_page_video .text-block-wrapper a.link_medium,
  body.ar-il .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .half_page_video .text-block-wrapper a.link_medium,
  body.tc-tw .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .half_page_video .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .half_page_video .text-block-wrapper a.link_medium {
      transition: none; } }
  .somfy .half_page_video .text-block-wrapper a.link_medium:hover {
    text-decoration: none; }
    .somfy .half_page_video .text-block-wrapper a.link_medium:hover .icon-arrow-right {
      margin-left: 15px; }
  .somfy .half_page_video .text-block-wrapper a.link_medium .icon-arrow-right {
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .half_page_video .text-block-wrapper a.link_medium .icon-arrow-right {
        transition: none; } }
    .somfy .half_page_video .text-block-wrapper a.link_medium .icon-arrow-right:before {
      content: "\e903";
      color: #FAB800; }

.somfy .half_page_video .video-block .video-block-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative; }
  .somfy .half_page_video .video-block .video-block-wrapper .pause-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .somfy .half_page_video .video-block .video-block-wrapper .pause-video img {
      height: 100%; }
    .somfy .half_page_video .video-block .video-block-wrapper .pause-video::before {
      content: ' ';
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.75));
      position: absolute;
      top: 0; }
  .somfy .half_page_video .video-block .video-block-wrapper:hover .legend-text-video p {
    color: #FAB800;
    cursor: pointer; }
  .somfy .half_page_video .video-block .video-block-wrapper:hover .legend-text-video .icon-play {
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .half_page_video .video-block .video-block-wrapper:hover .legend-text-video .icon-play {
        transition: none; } }
    .somfy .half_page_video .video-block .video-block-wrapper:hover .legend-text-video .icon-play:before {
      color: #FAB800; }
  .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .subtitle_1, .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .subtitle_2, .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .half_page_video .video-block .video-block-wrapper .legend-text-video legend {
    position: absolute;
    bottom: 30px;
    left: 31px;
    color: #ffffff;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .subtitle_1, .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .subtitle_2, .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .half_page_video .video-block .video-block-wrapper .legend-text-video legend {
        transition: none; } }
    @media (max-width: 767.98px) {
      .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .subtitle_1, .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .subtitle_2, .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .half_page_video .video-block .video-block-wrapper .legend-text-video legend {
        left: 15px;
        bottom: 15px; } }
  .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .icon-play {
        transition: none; } }
    .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .icon-play:before {
      content: "\e90c";
      font-family: icomoon, sans-serif !important;
      color: #FFFFFF;
      font-size: 50px;
      transition: all 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .half_page_video .video-block .video-block-wrapper .legend-text-video .icon-play:before {
          transition: none; } }

.somfy .icon-pause:before {
  content: "\e90b";
  color: #fff; }

.somfy main {
  overflow: hidden; }

@media (max-width: 767.98px) {
  .somfy .half_page_image {
    padding-top: 40px; } }

.somfy .half_page_image .container-fluid {
  max-width: 1340px;
  padding: 0 20px; }
  @media (max-width: 767.98px) {
    .somfy .half_page_image .container-fluid {
      max-width: 1340px; } }

.somfy .half_page_image .align-start-content {
  flex-direction: row; }

.somfy .half_page_image .text-block-wrapper .title_2 {
  margin-bottom: 20px; }

.somfy .half_page_image .text-block-wrapper .title_3 {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .half_page_image .text-block-wrapper .title_3 {
      margin-bottom: 10px;
      font-size: 24px; } }

.somfy .half_page_image .text-block-wrapper .subtitle_1 {
  margin-bottom: 20px; }

body .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy .half_page_image .text-block-wrapper .text_big,
body.vi-th .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .half_page_image .text-block-wrapper .text_big,
body.ar-lb .somfy .half_page_image .text-block-wrapper .text_big,
body.ar-ma .somfy .half_page_image .text-block-wrapper .text_big,
body.ar-il .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .half_page_image .text-block-wrapper .text_big,
body.tc-tw .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .half_page_image .text-block-wrapper .text_big {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .half_page_image .text-block-wrapper .text_big:last-child {
  margin-bottom: 0; }

.somfy .half_page_image .text-block-wrapper .text_big.text_content {
  margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .somfy .half_page_image .text-block-wrapper {
    margin-bottom: 20px; } }

.somfy .half_page_image .text-block-wrapper a.link_medium {
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  color: #FAB800;
  font-size: 18px;
  transition: all 0.3s ease-in-out; }
  body .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .half_page_image .text-block-wrapper a.link_medium,
  body.vi-th .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .half_page_image .text-block-wrapper a.link_medium,
  body.ar-lb .somfy .half_page_image .text-block-wrapper a.link_medium,
  body.ar-ma .somfy .half_page_image .text-block-wrapper a.link_medium,
  body.ar-il .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .half_page_image .text-block-wrapper a.link_medium,
  body.tc-tw .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .half_page_image .text-block-wrapper a.link_medium {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .half_page_image .text-block-wrapper a.link_medium {
      transition: none; } }
  .somfy .half_page_image .text-block-wrapper a.link_medium:hover {
    text-decoration: none; }
    .somfy .half_page_image .text-block-wrapper a.link_medium:hover .icon-arrow-right {
      margin-left: 15px; }
  .somfy .half_page_image .text-block-wrapper a.link_medium .icon-arrow-right {
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .half_page_image .text-block-wrapper a.link_medium .icon-arrow-right {
        transition: none; } }
    .somfy .half_page_image .text-block-wrapper a.link_medium .icon-arrow-right:before {
      content: "\e903";
      color: #FAB800; }

.somfy .half_page_image .text-block-wrapper .text_big p a {
  display: inline; }

body .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy .half_page_image .text-block-wrapper .foot-note,
body.vi-th .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .half_page_image .text-block-wrapper .foot-note,
body.ar-lb .somfy .half_page_image .text-block-wrapper .foot-note,
body.ar-ma .somfy .half_page_image .text-block-wrapper .foot-note,
body.ar-il .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .half_page_image .text-block-wrapper .foot-note,
body.tc-tw .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .half_page_image .text-block-wrapper .foot-note {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .half_page_image .image-block .image-block-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .somfy .half_page_image .image-block .image-block-wrapper .legend-text {
    position: absolute;
    bottom: 30px;
    left: 31px; }
    .somfy .half_page_image .image-block .image-block-wrapper .legend-text .subtitle_1, .somfy .half_page_image .image-block .image-block-wrapper .legend-text .subtitle_2, .somfy .half_page_image .image-block .image-block-wrapper .legend-text .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .half_page_image .image-block .image-block-wrapper .legend-text legend {
      color: #ffffff;
      margin-bottom: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (max-width: 767.98px) {
      .somfy .half_page_image .image-block .image-block-wrapper .legend-text {
        bottom: 15px;
        left: 15px; } }
  .somfy .half_page_image .image-block .image-block-wrapper.with-legend::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.75));
    position: absolute;
    top: 0; }

@media (max-width: 767.98px) {
  .somfy .half_page_image .mb_mb_60 {
    margin-bottom: 60px; } }

.somfy .half_page_image.switchPosition .container-fluid .row:first-child {
  flex-direction: row-reverse; }

.somfy .half_page_image .pop-up-content .modal-body .title_content .embed-responsive {
  margin-top: 0 !important; }

.somfy .vertical_slider {
  position: relative; }
  .somfy .vertical_slider .bg_vertical_slider {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 768px) {
    .somfy .vertical_slider .m_vertical_slider {
      display: none; } }
  @media (max-width: 767.98px) {
    .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche {
      margin-bottom: 0;
      position: relative; }
      .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item {
        height: inherit; }
        .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content {
          width: 100%;
          flex-flow: column nowrap; }
          .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container {
            width: 100%; }
            .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title {
              width: 100%; }
              .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .title_2 {
                margin-bottom: 10px;
                padding-right: 20px; }
              .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                margin-bottom: 20px; }
                body .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: SomfySans-Light, sans-serif; }
                body.vi-vi .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big,
                body.vi-th .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big,
                body.ar-lb .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big,
                body.ar-ma .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big,
                body.ar-il .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big,
                body.tc-tw .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_title_container .content_title .text_big br {
                  display: none; }
          .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_image_container {
            width: 100%; }
            .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slider_item .wrapper_content .content_image_container img {
              max-width: 490px;
              width: 100%; }
      .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-track {
        display: flex; }
      .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-dots {
        padding-right: 20px !important;
        display: flex;
        justify-content: space-around; }
        .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-dots li {
          width: 55px;
          margin: 0 !important; }
          .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-dots li button {
            padding: 0; }
            .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-dots li button:before {
              content: "\2014";
              color: rgba(26, 27, 28, 0.6);
              font-size: 45px;
              line-height: 0.2;
              width: 100%; }
          .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-dots li.slick-active button {
            padding-left: 0;
            width: 100%;
            height: 2px; }
            .somfy .vertical_slider .m_vertical_slider .vertical_slider_wrapper .container-fluid .row .vertical_slider_produit_fiche .slick-dots li.slick-active button:before {
              width: 100%;
              content: "\2014";
              color: #FAB800; } }
  .somfy .vertical_slider .d_vertical_slider:before {
    background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 5; }
  @media (max-width: 767.98px) {
    .somfy .vertical_slider .d_vertical_slider {
      display: none; } }
  @media (min-width: 768px) {
    .somfy .vertical_slider .d_vertical_slider {
      position: relative; }
      .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper {
        max-height: 647px; }
        .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row {
          position: relative;
          max-height: 647px; }
          .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container {
            height: 100vh;
            max-height: 647px;
            width: 100%;
            overflow: hidden;
            position: relative; }
            .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text {
              height: 100%;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: -17px;
              overflow: hidden;
              z-index: 1; }
              .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title {
                width: 100%;
                height: 100vh;
                max-height: 647px;
                flex-wrap: nowrap; }
                .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title {
                  position: absolute;
                  width: 50%;
                  top: 0;
                  left: 0;
                  height: inherit;
                  max-height: inherit; }
                  .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title:first-child {
                    top: 0; }
                  .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .title_2 {
                    width: 100%;
                    max-width: 380px; }
                  .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                    width: 100%;
                    max-width: 380px; }
                    body .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: SomfySans-Light, sans-serif; }
                    body.vi-vi .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big,
                    body.vi-th .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans', sans-serif; }
                    body.kr-kr .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                    body.il-il .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                    body.ar-ac .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big,
                    body.ar-lb .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big,
                    body.ar-ma .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big,
                    body.ar-il .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                    body.ja-jp .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                    body.sc-cn .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                    body.tc-hk .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big,
                    body.tc-tw .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                    body.th-th .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_container .slider_text .container_title .content_title .text_big {
                      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_img {
            height: 100%;
            width: 100%;
            overflow: hidden;
            position: absolute;
            right: 0; }
            .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_img .container_img {
              width: 50%;
              height: 100vh;
              max-height: 647px;
              flex-wrap: nowrap;
              position: absolute;
              right: 0; }
              .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_img .container_img .content_img {
                position: absolute;
                left: 10px;
                padding-left: 10px;
                opacity: 1;
                bottom: 80px;
                z-index: 6; }
                .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_img .container_img .content_img:nth-child(1) {
                  opacity: 1; }
                .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .slider_img .container_img .content_img img {
                  width: 98%; }
          .somfy .vertical_slider .d_vertical_slider .vertical_slider_wrapper .container-fluid .row .bg_scroll_overlay {
            width: 100vw;
            max-width: 547px;
            height: 100vh;
            max-height: 193px;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            bottom: 193px;
            left: 0;
            z-index: 50; } }

.somfy main {
  overflow: hidden; }

.somfy .benefits_large.content_with_html > .container-fluid div.row:first-child {
  padding-top: 0; }

.somfy .benefits_large.content_with_html .sub-content-slider {
  padding-top: 0; }

.somfy .content_with_html {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  height: auto; }
  body .somfy .content_with_html {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .content_with_html,
  body.vi-th .somfy .content_with_html {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .content_with_html {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .content_with_html {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .content_with_html,
  body.ar-lb .somfy .content_with_html,
  body.ar-ma .somfy .content_with_html,
  body.ar-il .somfy .content_with_html {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .content_with_html {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .content_with_html {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .content_with_html,
  body.tc-tw .somfy .content_with_html {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .content_with_html {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .content_with_html {
      transition: none; } }
  .somfy .content_with_html.bg-dark {
    background-color: #425973 !important; }
    .somfy .content_with_html.bg-dark .title_content .title_2 {
      color: #FFFFFF; }
    .somfy .content_with_html.bg-dark p, .somfy .content_with_html.bg-dark h4, .somfy .content_with_html.bg-dark h5, .somfy .content_with_html.bg-dark .subtitle_1, .somfy .content_with_html.bg-dark ul, .somfy .content_with_html.bg-dark ol, .somfy .content_with_html.bg-dark .text_big, .somfy .content_with_html.bg-dark .foot-note {
      color: #FFFFFF !important; }
    .somfy .content_with_html.bg-dark .foot-note {
      padding-top: 20px; }
  .somfy .content_with_html.bg-gray {
    background-color: #f8f7f5; }
  .somfy .content_with_html .container-fluid {
    max-width: 1340px;
    padding: 0 20px; }
    @media (max-width: 767.98px) {
      .somfy .content_with_html .container-fluid {
        max-width: 1340px; } }
  .somfy .content_with_html .align-start-content {
    flex-direction: row; }
  .somfy .content_with_html .title_content .title_2 {
    margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .content_with_html .title_content {
      margin-bottom: 20px; } }
  body .somfy .content_with_html .title_content .text_big {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .content_with_html .title_content .text_big,
  body.vi-th .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .content_with_html .title_content .text_big,
  body.ar-lb .somfy .content_with_html .title_content .text_big,
  body.ar-ma .somfy .content_with_html .title_content .text_big,
  body.ar-il .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .content_with_html .title_content .text_big,
  body.tc-tw .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .content_with_html .title_content .text_big {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  body .somfy .content_with_html .title_content .text_medium, body .somfy .content_with_html .title_content .text_small {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .content_with_html .title_content .text_medium, body.vi-vi .somfy .content_with_html .title_content .text_small,
  body.vi-th .somfy .content_with_html .title_content .text_medium, body.vi-th .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .content_with_html .title_content .text_medium, body.kr-kr .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .content_with_html .title_content .text_medium, body.il-il .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .content_with_html .title_content .text_medium, body.ar-ac .somfy .content_with_html .title_content .text_small,
  body.ar-lb .somfy .content_with_html .title_content .text_medium, body.ar-lb .somfy .content_with_html .title_content .text_small,
  body.ar-ma .somfy .content_with_html .title_content .text_medium, body.ar-ma .somfy .content_with_html .title_content .text_small,
  body.ar-il .somfy .content_with_html .title_content .text_medium, body.ar-il .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .content_with_html .title_content .text_medium, body.ja-jp .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .content_with_html .title_content .text_medium, body.sc-cn .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .content_with_html .title_content .text_medium, body.tc-hk .somfy .content_with_html .title_content .text_small,
  body.tc-tw .somfy .content_with_html .title_content .text_medium, body.tc-tw .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .content_with_html .title_content .text_medium, body.th-th .somfy .content_with_html .title_content .text_small {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .content_with_html .btn-bloc {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .content_with_html .btn-bloc {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .somfy .content_with_html .foot-note {
    padding-top: 20px; }
  .somfy .content_with_html .cta {
    padding-top: 20px; }
  .somfy .content_with_html .sub-content-slider {
    background-color: #FFFFFF;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    height: auto; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .content_with_html .sub-content-slider {
        transition: none; } }
    @media (max-width: 767.98px) {
      .somfy .content_with_html .sub-content-slider .close-content .closed {
        bottom: 65px; } }
  .somfy .content_with_html ul, .somfy .content_with_html ol {
    margin-left: 20px; }

.somfy .full_width_video_background {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  max-height: 604px; }
  .somfy .full_width_video_background .bg_full_width_video {
    height: 0;
    position: relative;
    padding-top: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .somfy .full_width_video_background .bg_full_width_video {
        height: 100%;
        width: 100%;
        position: absolute;
        padding-top: 0; } }
    .somfy .full_width_video_background .bg_full_width_video:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1A1B1C;
      opacity: 0.6; }
      @media (max-width: 767.98px) {
        .somfy .full_width_video_background .bg_full_width_video:before {
          mix-blend-mode: normal; } }
  .somfy .full_width_video_background .btn_play_container {
    width: 100%;
    height: 100%;
    position: absolute; }
    .somfy .full_width_video_background .btn_play_container:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5; }
    .somfy .full_width_video_background .btn_play_container .btn_play {
      position: absolute;
      z-index: 30;
      left: 0;
      right: 0;
      bottom: 40px;
      display: flex;
      justify-content: center; }
      @media (max-width: 767.98px) {
        .somfy .full_width_video_background .btn_play_container .btn_play {
          bottom: 20px; } }
  .somfy .full_width_video_background.notext .btn_play_container .btn_play {
    top: 50%;
    margin-top: -25px; }
  .somfy .full_width_video_background .fwvb_container {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 20; }
    @media (max-width: 767.98px) {
      .somfy .full_width_video_background .fwvb_container {
        position: relative;
        padding: 40px 0; } }
    .somfy .full_width_video_background .fwvb_container .container-fluid {
      height: 100%; }
      .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content {
        display: flex; }
        @media (max-width: 767.98px) {
          .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content {
            display: block; } }
        .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content {
          display: flex; }
          @media (max-width: 767.98px) {
            .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content {
              display: block; } }
          .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .subtitle_1 {
            color: #FFFFFF;
            margin-bottom: 20px; }
            @media (max-width: 767.98px) {
              .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .subtitle_1 {
                margin-bottom: 10px; } }
          .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
            color: #FFFFFF;
            margin-bottom: 30px; }
            body .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: SomfySans-Light, sans-serif; }
            body.vi-vi .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium,
            body.vi-th .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium,
            body.ar-lb .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium,
            body.ar-ma .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium,
            body.ar-il .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium,
            body.tc-tw .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
            @media (max-width: 767.98px) {
              .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .text_medium {
                margin-bottom: 20px; } }
          .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .btn_play .btnIconOnly {
            width: 80px !important;
            height: 80px !important; }
            @media (max-width: 767.98px) {
              .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .btn_play .btnIconOnly {
                width: 39px !important;
                height: 39px !important; } }
            .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .btn_play .btnIconOnly i {
              border-radius: 100%;
              font-size: 3em;
              padding-left: 8px;
              line-height: 78px;
              transition: all 0.2s ease-in-out; }
              @media (max-width: 767.98px) {
                .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .btn_play .btnIconOnly i {
                  font-size: 14px;
                  padding-left: 0;
                  line-height: 37px; } }
            .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .btn_play .btnIconOnly:hover {
              border: 1px solid #FAB800; }
              .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .btn_play .btnIconOnly:hover i {
                color: #FAB800; }
          .somfy .full_width_video_background .fwvb_container .container-fluid > div .fwvb_container_content .title_content .display_video:before {
            padding-left: 3px; }
  .somfy .full_width_video_background .content_admin {
    position: relative;
    bottom: 95px; }

.somfy .product_slider {
  padding-bottom: 40px;
  /*bootstrap test*/ }
  @media (max-width: 767.98px) {
    .somfy .product_slider {
      padding-bottom: 30px; } }
  .somfy .product_slider.product_has_subtitle_btn .slick-dots {
    bottom: -20px !important; }
  .somfy .product_slider.product_has_subtitle_btn .cta {
    padding-top: 60px; }
    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; }
    .somfy .product_slider .title_container .title_content .subtitle_1 {
      padding-top: 20px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .somfy .product_slider .title_container .title_content .subtitle_1 {
          padding-top: 10px; } }
  .somfy .product_slider ul.list_products {
    padding: 0; }
  @media (min-width: 768px) {
    .somfy .product_slider .list_products {
      justify-content: center; } }
  .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;
      transition: all 0.2s ease-in-out; }
      .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 .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; } }
  .somfy .product_slider .slick-slide {
    height: 100%; }
    .somfy .product_slider .slick-slide > div {
      height: 100%; }
  .somfy .product_slider .product_container {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0; }
    @media (max-width: 767.98px) {
      .somfy .product_slider .product_container {
        padding: 20px; } }
    .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; }

body .somfy .half_page_image_with_pictos .thumbnail {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy .half_page_image_with_pictos .thumbnail,
body.vi-th .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .half_page_image_with_pictos .thumbnail,
body.ar-lb .somfy .half_page_image_with_pictos .thumbnail,
body.ar-ma .somfy .half_page_image_with_pictos .thumbnail,
body.ar-il .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .half_page_image_with_pictos .thumbnail,
body.tc-tw .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .half_page_image_with_pictos .thumbnail {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .half_page_image_with_pictos .thumbnail .icon-wrap {
  padding-top: 15px; }
  .somfy .half_page_image_with_pictos .thumbnail .icon-wrap svg {
    fill: #FAB800;
    margin-bottom: 10px;
    height: 70px;
    width: 70px; }
  .somfy .half_page_image_with_pictos .thumbnail .icon-wrap img {
    margin-bottom: 10px;
    max-height: 70px;
    max-width: 70px; }

.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, .somfy .product-replacedby p {
    margin-bottom: 0;
    color: black; }
    .somfy .product-replacedby .product-title a, .somfy .product-replacedby p a {
      color: inherit; }
      .somfy .product-replacedby .product-title a:hover, .somfy .product-replacedby p a:hover {
        color: #EC9600; }
    .somfy .product-replacedby .product-title .price, .somfy .product-replacedby p .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: 10px;
  padding-bottom: 100px;
  border-top: 1px solid rgba(26, 27, 28, 0.1); }
  @media (max-width: 767.98px) {
    .somfy .product-main-info {
      padding-top: 12px;
      padding-bottom: 60px; } }
  .somfy .product-main-info .breadcrumb {
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .somfy .product-main-info .breadcrumb {
        margin-bottom: 40px; }
        .somfy .product-main-info .breadcrumb .breadcrumb-item {
          padding-left: 0;
          display: none; }
          .somfy .product-main-info .breadcrumb .breadcrumb-item:before {
            display: none; }
          .somfy .product-main-info .breadcrumb .breadcrumb-item:nth-last-child(2) {
            display: block; }
          .somfy .product-main-info .breadcrumb .breadcrumb-item a:before {
            display: inline-block;
            padding-left: 0.5rem;
            color: #6c757d;
            font-family: 'icomoon' !important;
            content: '\e903';
            font-weight: bold;
            font-size: 10px;
            transform: rotate(180deg);
            position: relative;
            top: -1px; } }
  @media (min-width: 768px) {
    .somfy .product-main-info .fotorama {
      padding-top: 1.4285714286rem; } }
  @media (max-width: 991.98px) {
    .somfy .product-main-info .fotorama.without-thumbnails {
      padding-top: 20.7142857143rem; } }
  @media (max-width: 767.98px) {
    .somfy .product-main-info .fotorama.without-thumbnails {
      padding-top: 18.5714285714rem; } }
  .somfy .product-main-info .fotorama .multivideos-link.btn,
  .somfy .product-main-info .fotorama .testimonialLink.btn,
  .somfy .product-main-info .fotorama .view360-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;
    margin: 0 10px;
    width: auto; }
    .somfy .product-main-info .fotorama .multivideos-link.btn:focus,
    .somfy .product-main-info .fotorama .testimonialLink.btn:focus,
    .somfy .product-main-info .fotorama .view360-btn:focus {
      box-shadow: none; }
    .somfy .product-main-info .fotorama .multivideos-link.btn i,
    .somfy .product-main-info .fotorama .testimonialLink.btn i,
    .somfy .product-main-info .fotorama .view360-btn i {
      color: #1A1B1C;
      font-size: 18px;
      position: absolute;
      left: 15px;
      transition: all 0.2s ease-in-out; }
      .somfy .product-main-info .fotorama .multivideos-link.btn i:before,
      .somfy .product-main-info .fotorama .testimonialLink.btn i:before,
      .somfy .product-main-info .fotorama .view360-btn i:before {
        color: #1A1B1C;
        transition: all 0.2s ease-in-out; }
    .somfy .product-main-info .fotorama .multivideos-link.btn:hover,
    .somfy .product-main-info .fotorama .testimonialLink.btn:hover,
    .somfy .product-main-info .fotorama .view360-btn:hover {
      background-color: #EC9600;
      border-color: #EC9600;
      color: white !important; }
      .somfy .product-main-info .fotorama .multivideos-link.btn:hover i,
      .somfy .product-main-info .fotorama .testimonialLink.btn:hover i,
      .somfy .product-main-info .fotorama .view360-btn:hover i {
        color: white; }
        .somfy .product-main-info .fotorama .multivideos-link.btn:hover i:before,
        .somfy .product-main-info .fotorama .testimonialLink.btn:hover i:before,
        .somfy .product-main-info .fotorama .view360-btn:hover i:before {
          color: white; }
  .somfy .product-main-info .fotorama .product__item__tags {
    z-index: 2;
    pointer-events: none;
    top: -10px;
    transform: translateY(-100%); }
  .somfy .product-main-info .fotorama .image-product-container {
    height: 420px;
    position: relative;
    z-index: 1; }
    @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%;
      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 .product-visual {
      display: block;
      cursor: default;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      border: none;
      padding: 0;
      margin: 0;
      background: transparent; }
      .somfy .product-main-info .fotorama .image-product-container .product-visual.--zoom {
        cursor: zoom-in; }
        .somfy .product-main-info .fotorama .image-product-container .product-visual.--zoom img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 200%;
          height: 200%;
          max-width: 200%;
          max-height: 200%;
          object-fit: contain;
          transform: translate(-50%, -50%) scale(0.5);
          pointer-events: none; }
        .somfy .product-main-info .fotorama .image-product-container .product-visual.--zoom.-zoom2 {
          cursor: zoom-out; }
        .somfy .product-main-info .fotorama .image-product-container .product-visual.--zoom:focus-visible ~ .zoom-hint {
          visibility: visible; }
    .somfy .product-main-info .fotorama .image-product-container .zoom-hint {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #eee;
      z-index: 5;
      visibility: hidden;
      font-size: 14px;
      line-height: 20px;
      padding: 8px 16px;
      margin: 0;
      text-align: center; }
    .somfy .product-main-info .fotorama .image-product-container a.img-act-for-green {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100; }
      .somfy .product-main-info .fotorama .image-product-container a.img-act-for-green img {
        max-width: 7.1428571429rem; }
    .somfy .product-main-info .fotorama .image-product-container .afg-logo {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100;
      cursor: pointer;
      transform: translateY(-100%); }
    @media (max-width: 991.98px) {
      .somfy .product-main-info .fotorama .image-product-container.has-thunbnails {
        height: 0;
        padding-top: 20px; } }
  @media (min-width: 768px) {
    .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%;
      transform: translate(-50%, -50%);
      line-height: 300%; }
      @media (max-width: 991.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: 991.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: 991.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: "\e90f";
      color: #485C74;
      font-family: icomoon, 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: scaleX(-1);
    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 .slick-prev:before {
      content: "\e90f"; }
  .somfy .product-main-info .fotorama .thunbmails .product_thumbnail_div:not(.slick-slide) {
    margin: 9px;
    outline: none; }
    @media (max-width: 991.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: 991.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: 991.98px) {
    .somfy .product-main-info .fotorama .thunbmails .slick-dots {
      display: block !important;
      left: 0;
      right: 0; } }
  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 .sidebar-box, body .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.vi-vi .somfy .product-main-info .product-info .read-more,
  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 .sidebar-box, body.vi-th .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.kr-kr .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.il-il .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.ar-ac .somfy .product-main-info .product-info .read-more,
  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 .sidebar-box, body.ar-lb .somfy .product-main-info .product-info .read-more,
  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 .sidebar-box, body.ar-ma .somfy .product-main-info .product-info .read-more,
  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 .sidebar-box, body.ar-il .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.ja-jp .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.sc-cn .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.tc-hk .somfy .product-main-info .product-info .read-more,
  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 .sidebar-box, body.tc-tw .somfy .product-main-info .product-info .read-more {
    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 .sidebar-box, body.th-th .somfy .product-main-info .product-info .read-more {
    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 .no-stock:before {
    content: ' ';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #CE0037;
    vertical-align: middle;
    margin-right: 10px; }
  .somfy .product-main-info .product-info .stock-warning:before {
    content: ' ';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #E79203;
    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 .product-main-info.-v2 {
    border-top: 0;
    padding-top: 0; }
    @media (max-width: 991.98px) {
      .somfy .product-main-info.-v2 .product-info {
        padding-top: 2.8571428571rem; } }
    .somfy .product-main-info.-v2 .product-ref {
      font-size: 0.8571428571rem;
      display: block;
      margin-bottom: 0.7142857143rem; }
    .somfy .product-main-info.-v2 .product-title-wrapper {
      position: relative;
      padding-right: 2.8571428571rem; }
    .somfy .product-main-info.-v2 .product-fav {
      position: absolute;
      right: 0;
      top: 0.1428571429rem;
      border: none;
      background: none;
      padding: 0.7142857143rem;
      cursor: pointer;
      color: #FAB800;
      /* &.-active {
            i:first-child {
              display: none;
            }
            i:last-child {
              display: block;
            }
          }  */ }
      .somfy .product-main-info.-v2 .product-fav i {
        display: block;
        font-size: 1.4285714286rem;
        /* &:first-child {
              display: block;
            }
            &:last-child {
              display: none;
            }  */ }
    .somfy .product-main-info.-v2 .product-title {
      color: #485C74; }
    .somfy .product-main-info.-v2 .product-ratings {
      margin-bottom: 0.4285714286rem !important; }
      .somfy .product-main-info.-v2 .product-ratings .stars {
        text-align: center;
        font-size: 1.7857142857rem; }
        .somfy .product-main-info.-v2 .product-ratings .stars--filled {
          color: #FAB800; }
      .somfy .product-main-info.-v2 .product-ratings .rating {
        margin-top: 0;
        border-left: 0;
        border-right: 0;
        font-size: 1.1428571429rem;
        line-height: 1.5714285714rem;
        padding-left: 0.2857142857rem;
        color: #A1ABB7; }
        .somfy .product-main-info.-v2 .product-ratings .rating strong {
          font-weight: normal;
          color: #485C74; }
    .somfy .product-main-info.-v2 .product-replacement {
      font-size: 1rem;
      line-height: 1.2857142857rem;
      letter-spacing: 0rem;
      padding-left: 3rem; }
      .somfy .product-main-info.-v2 .product-replacement i {
        font-size: 2.1428571429rem;
        line-height: 2.1428571429rem;
        letter-spacing: 0rem;
        position: absolute;
        left: 1.2rem;
        color: #FAB800; }
    .somfy .product-main-info.-v2 .product-stock {
      margin-bottom: 0.4285714286rem; }
      @media (max-width: 767.98px) {
        .somfy .product-main-info.-v2 .product-stock {
          margin-bottom: 1.4285714286rem; } }
      .somfy .product-main-info.-v2 .product-stock:before {
        top: -1px;
        position: relative; }
    .somfy .product-main-info.-v2 .product-price {
      order: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 0 0.4285714286rem !important;
      width: 100%; }
      @media (max-width: 767.98px) {
        .somfy .product-main-info.-v2 .product-price {
          order: 1;
          display: block;
          margin: 0 0 0.7142857143rem !important;
          width: calc(100% - 90px); } }
      .somfy .product-main-info.-v2 .product-price .price {
        color: #485C74;
        font-size: 2.1428571429rem;
        margin-right: 0.7142857143rem; }
        body .somfy .product-main-info.-v2 .product-price .price {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .product-main-info.-v2 .product-price .price,
        body.vi-th .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .product-main-info.-v2 .product-price .price,
        body.ar-lb .somfy .product-main-info.-v2 .product-price .price,
        body.ar-ma .somfy .product-main-info.-v2 .product-price .price,
        body.ar-il .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .product-main-info.-v2 .product-price .price,
        body.tc-tw .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .product-main-info.-v2 .product-price .price {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-price .price {
            margin-right: 0;
            font-size: 1.7142857143rem; } }
      .somfy .product-main-info.-v2 .product-price .old-price {
        color: #C5C6C6;
        font-size: 1.4285714286rem;
        margin-right: 0.7142857143rem; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-price .old-price {
            font-size: 1.1428571429rem; } }
      .somfy .product-main-info.-v2 .product-price div.oney {
        margin: 3px 0px 0px 5px;
        font-size: 1rem;
        vertical-align: middle; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-price div.oney {
            font-size: 0.8571428571rem;
            margin: 0px; } }
        .somfy .product-main-info.-v2 .product-price div.oney img {
          height: 2.5rem;
          margin-top: -5px; }
        .somfy .product-main-info.-v2 .product-price div.oney button {
          padding: 0;
          border: none;
          background: none;
          cursor: pointer; }
          .somfy .product-main-info.-v2 .product-price div.oney button i {
            display: inline-block;
            position: relative;
            left: auto;
            top: auto;
            font-size: inherit;
            color: #86BD28;
            vertical-align: middle;
            margin: 0 0.2857142857rem; }
      .somfy .product-main-info.-v2 .product-price i[data-toggle=tooltip] {
        position: static; }
      .somfy .product-main-info.-v2 .product-price .product-new__item__action + i[data-toggle=tooltip] {
        margin-left: 5px; }
        .somfy .product-main-info.-v2 .product-price .product-new__item__action + i[data-toggle=tooltip] + div.oney {
          margin-left: 10px; }
    .somfy .product-main-info.-v2 .product-contrib {
      order: 1;
      width: 100%; }
      @media (max-width: 767.98px) {
        .somfy .product-main-info.-v2 .product-contrib {
          order: 2; } }
      .somfy .product-main-info.-v2 .product-contrib i {
        font-size: 1.5714285714rem;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.7142857143rem;
        color: #0E8689; }
    .somfy .product-main-info.-v2 .product-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-bottom: 0 !important; }
      @media (max-width: 767.98px) {
        .somfy .product-main-info.-v2 .product-actions .vcentered .price {
          line-height: 50px; } }
      .somfy .product-main-info.-v2 .product-actions .form-group {
        order: 2;
        margin-right: 1.4285714286rem; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-actions .form-group {
            order: 0; } }
        .somfy .product-main-info.-v2 .product-actions .form-group .form-control, .somfy .product-main-info.-v2 .product-actions .form-group .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .product-main-info.-v2 .product-actions .form-group input:not([type="file"]),
        .somfy .product-main-info.-v2 .product-actions .form-group .form_assembly .wFormContainer .inputWrapper textarea, .somfy .form_assembly .wFormContainer .inputWrapper .product-main-info.-v2 .product-actions .form-group textarea,
        .somfy .product-main-info.-v2 .product-actions .form-group .form_assembly .wFormContainer .inputWrapper select, .somfy .form_assembly .wFormContainer .inputWrapper .product-main-info.-v2 .product-actions .form-group select {
          height: 50px !important; }
      .somfy .product-main-info.-v2 .product-actions .btnClassic, .somfy.product-page.-pim .product-main-info.-v2 .product-actions .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-main-info.-v2 .product-actions .ts-header-filter-dropdown-label, .somfy.product-page.-pim .product-main-info.-v2 .product-actions .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-main-info.-v2 .product-actions .ts-header-filter-dropdown-content {
        order: 3; }
    .somfy .product-main-info.-v2 .product-description {
      margin-bottom: 2.8571428571rem; }
      .somfy .product-main-info.-v2 .product-description * {
        font-size: 1rem !important; }
    .somfy .product-main-info.-v2 .product-reassurance {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .somfy .product-main-info.-v2 .product-reassurance li {
        color: #485C74;
        margin-bottom: 1.4285714286rem;
        max-width: 25%;
        text-align: center; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-reassurance li {
            width: 100%;
            max-width: 100%;
            display: flex;
            align-items: flex-start;
            text-align: left; } }
        .somfy .product-main-info.-v2 .product-reassurance li.highlighted {
          width: 50%;
          max-width: 100%;
          text-align: left;
          background: #F8F7F5;
          border-radius: 0 4px 4px 0;
          padding: 0.8571428571rem 2.8571428571rem;
          position: relative; }
          @media (max-width: 767.98px) {
            .somfy .product-main-info.-v2 .product-reassurance li.highlighted {
              width: 100%;
              border-radius: 0 0 4px 4px;
              flex-direction: column; } }
          .somfy .product-main-info.-v2 .product-reassurance li.highlighted:first-child {
            border-radius: 4px 0 0 4px; }
            @media (max-width: 767.98px) {
              .somfy .product-main-info.-v2 .product-reassurance li.highlighted:first-child {
                border-radius: 4px 4px 0 0;
                margin-bottom: 0; } }
          .somfy .product-main-info.-v2 .product-reassurance li.highlighted.full-width {
            width: 100%; }
            @media (max-width: 767.98px) {
              .somfy .product-main-info.-v2 .product-reassurance li.highlighted.full-width {
                margin-bottom: 1.4285714286rem; } }
          .somfy .product-main-info.-v2 .product-reassurance li.highlighted i {
            position: absolute;
            top: 0.8571428571rem;
            left: 0.7142857143rem;
            margin: 0; }
          .somfy .product-main-info.-v2 .product-reassurance li.highlighted p {
            margin-bottom: 0; }
          .somfy .product-main-info.-v2 .product-reassurance li.highlighted button {
            color: #FAB800;
            padding: 0;
            border: none;
            background: none;
            cursor: pointer;
            text-align: left; }
        .somfy .product-main-info.-v2 .product-reassurance li i {
          display: block;
          text-align: center;
          font-size: 1.5714285714rem; }
          @media (max-width: 767.98px) {
            .somfy .product-main-info.-v2 .product-reassurance li i {
              display: inline-block;
              vertical-align: middle;
              margin-right: 0.5714285714rem;
              margin-left: 0.7142857143rem; } }
    .somfy .product-main-info.-v2 .product-compatibility {
      color: #485C74;
      padding-top: 1.4285714286rem;
      border-top: 1px solid #E5E5E5; }
      .somfy .product-main-info.-v2 .product-compatibility strong {
        display: inline-block;
        margin-bottom: 0.7142857143rem; }
        body .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .product-main-info.-v2 .product-compatibility strong,
        body.vi-th .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .product-main-info.-v2 .product-compatibility strong,
        body.ar-lb .somfy .product-main-info.-v2 .product-compatibility strong,
        body.ar-ma .somfy .product-main-info.-v2 .product-compatibility strong,
        body.ar-il .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .product-main-info.-v2 .product-compatibility strong,
        body.tc-tw .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .product-main-info.-v2 .product-compatibility strong {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .product-main-info.-v2 .product-compatibility ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0 1.4285714286rem 0.7142857143rem 0; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-compatibility ul {
            margin: 0 0.7142857143rem 0.7142857143rem 0; } }
        .somfy .product-main-info.-v2 .product-compatibility ul li {
          display: inline-block;
          margin-right: 1.4285714286rem;
          margin-bottom: 0.7142857143rem; }
          .somfy .product-main-info.-v2 .product-compatibility ul li i {
            display: inline-block;
            color: #FAB800;
            margin-right: 0.4285714286rem; }
    .somfy .product-main-info.-v2 .product-replace {
      position: relative;
      min-height: 17.1428571429rem;
      margin-top: 2.8571428571rem;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      padding: 1.4285714286rem 1.4285714286rem 1.4285714286rem 15.7142857143rem; }
      @media (max-width: 767.98px) {
        .somfy .product-main-info.-v2 .product-replace {
          padding: 1.4285714286rem; } }
      .somfy .product-main-info.-v2 .product-replace img {
        position: absolute;
        top: 1.4285714286rem;
        left: 7.1428571429rem;
        max-width: 14.2857142857rem;
        max-height: calc(100% - 40px);
        transform: translateX(-50%); }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-replace img {
            position: relative;
            top: 0;
            left: 50%;
            max-width: 100%;
            margin-bottom: 1.4285714286rem;
            max-height: 21.4285714286rem; } }
      .somfy .product-main-info.-v2 .product-replace > strong {
        display: block;
        color: #485C74;
        font-size: 1.4285714286rem;
        margin-bottom: 1.4285714286rem; }
        body .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .product-main-info.-v2 .product-replace > strong,
        body.vi-th .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .product-main-info.-v2 .product-replace > strong,
        body.ar-lb .somfy .product-main-info.-v2 .product-replace > strong,
        body.ar-ma .somfy .product-main-info.-v2 .product-replace > strong,
        body.ar-il .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .product-main-info.-v2 .product-replace > strong,
        body.tc-tw .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .product-main-info.-v2 .product-replace > strong {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-replace > strong {
            margin-bottom: 0.7142857143rem; } }
      .somfy .product-main-info.-v2 .product-replace .product-title {
        color: #1A1B1C; }
      .somfy .product-main-info.-v2 .product-replace .product-price {
        margin-bottom: 1.4285714286rem !important; }
        @media (max-width: 767.98px) {
          .somfy .product-main-info.-v2 .product-replace .product-price {
            margin-bottom: 1.4285714286rem !important; } }
      .somfy .product-main-info.-v2 .product-replace .btnClassic, .somfy.product-page.-pim .product-main-info.-v2 .product-replace .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-main-info.-v2 .product-replace .ts-header-filter-dropdown-label, .somfy.product-page.-pim .product-main-info.-v2 .product-replace .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-main-info.-v2 .product-replace .ts-header-filter-dropdown-content {
        width: 100%; }

.somfy .breadcrumb {
  padding: 0.7142857143rem 1.4285714286rem 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy .breadcrumb {
      padding: 0.7142857143rem 1.4285714286rem 0.7142857143rem; } }

.somfy.rtl .product-main-info.-v2 .product-title-wrapper {
  padding-right: 0;
  padding-left: 2.8571428571rem; }

.somfy.rtl .product-main-info.-v2 .product-fav {
  right: auto;
  left: 0; }

.somfy.rtl .product-main-info.-v2 .product-stock:before {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .product-main-info.-v2 .product-contrib i {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .product-main-info.-v2 .product-price .price {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .product-main-info.-v2 .product-price .old-price {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .product-main-info.-v2 .product-actions .form-group {
  margin-left: 1.4285714286rem;
  margin-right: 0; }

.somfy.rtl .product-main-info.-v2 .product-reassurance li.highlighted i {
  left: auto;
  right: 0.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .product-main-info.-v2 .product-reassurance li.highlighted i {
      margin: 0; } }

@media (max-width: 767.98px) {
  .somfy.rtl .product-main-info.-v2 .product-reassurance li i {
    margin-left: 0.4285714286rem;
    margin-right: 0.7142857143rem; } }

.somfy.rtl .product-main-info.-v2 .product-compatibility ul {
  margin-left: 0;
  margin-right: 0; }
  .somfy.rtl .product-main-info.-v2 .product-compatibility ul li {
    margin-left: 1.4285714286rem;
    margin-right: 0rem; }

.somfy.rtl .product-main-info.-v2 .product-compatibility ul li i {
  margin-left: 0.4285714286rem;
  margin-right: 0; }

.somfy.rtl .product-main-info.-v2 .product-replace {
  padding: 1.4285714286rem 15.7142857143rem 1.4285714286rem 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .product-main-info.-v2 .product-replace {
      padding: 1.4285714286rem; } }
  .somfy.rtl .product-main-info.-v2 .product-replace img {
    left: auto;
    right: 0; }

@media (max-width: 767.98px) {
  .somfy.rtl .product-main-info.-v2 .product-actions > *:not(.form-group) {
    margin-left: 0 !important; } }

.somfy.rtl .product-main-info .fotorama .image-product-container .afg-logo {
  right: auto;
  left: 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; }
    @media (max-width: 767.98px) {
      body .somfy .pop-up-content .multivideos .title_2 {
        font-family: 'SomfySans-Light', 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, .somfy .pop-up-content .multivideos .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .pop-up-content .multivideos legend {
  display: block;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (max-width: 1199.98px) {
    .somfy .pop-up-content .multivideos .subtitle_2, .somfy .pop-up-content .multivideos .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .pop-up-content .multivideos legend {
      margin-top: 20px; } }
  @media (max-width: 991.98px) {
    .somfy .pop-up-content .multivideos .subtitle_2, .somfy .pop-up-content .multivideos .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .pop-up-content .multivideos legend {
      margin-top: 14px; } }
  @media (max-width: 767.98px) {
    .somfy .pop-up-content .multivideos .subtitle_2, .somfy .pop-up-content .multivideos .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .pop-up-content .multivideos legend {
      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 .accessories {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid rgba(26, 27, 28, 0.1);
  /*.accessories-list {
          > li {
            &:first-child {
              padding-left: 0;
            }
            &:last-child {
              padding-right: 0;
            }
          }
        }*/ }
  @media (max-width: 767.98px) {
    .somfy .accessories {
      padding-top: 40px;
      padding-bottom: 60px; } }
  .somfy .accessories .product_container {
    min-height: 465px;
    padding: 0; }
    .somfy .accessories .product_container a {
      padding: 20px;
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .somfy .accessories .product_container {
        min-height: auto; } }
  @media (max-width: 991.98px) {
    .somfy .accessories .title_content {
      margin-bottom: 20px; } }
  .somfy .accessories .product_slider .slick-dots li {
    height: 2px;
    margin: 0 5px;
    width: 40px; }
  .somfy .accessories .slick-dots li {
    margin: 0;
    padding: 0;
    width: 33.3333%; }
    .somfy .accessories .slick-dots li button:before {
      content: "\2014";
      color: rgba(26, 27, 28, 0.6);
      font-size: 45px;
      line-height: 0.2;
      width: 100%; }
    .somfy .accessories .slick-dots li.slick-active button:before {
      color: #FAB800; }

.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; } }
  .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: #FAB800;
          border: 1px solid #FAB800; }
        .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 span {
    font-size: 1.1428571429rem !important; }
  .somfy .downloads .title_2 {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .somfy .downloads .title_content {
      margin-bottom: 20px; } }
  .somfy .downloads .list-group .list-group-item .icon {
    color: #FAB800;
    font-size: 22px !important; }
  .somfy .downloads .list-group .list-group-item a {
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    color: #FAB800; }
    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; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .downloads .list-group .list-group-item a {
        transition: none; } }
    .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: #FAB800; }
  .somfy .downloads.downloads_html a {
    display: flex;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #485C74;
    font-size: 1.1428571429rem !important;
    margin-bottom: -1px; }
    body .somfy .downloads.downloads_html a {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .downloads.downloads_html a,
    body.vi-th .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .downloads.downloads_html a,
    body.ar-lb .somfy .downloads.downloads_html a,
    body.ar-ma .somfy .downloads.downloads_html a,
    body.ar-il .somfy .downloads.downloads_html a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .downloads.downloads_html a,
    body.tc-tw .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .downloads.downloads_html a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .downloads.downloads_html a .icon {
      color: #FAB800;
      font-size: 22px !important; }
    .somfy .downloads.downloads_html a .download-label {
      color: #FAB800; }
    .somfy .downloads.downloads_html a + br {
      display: none; }
  .somfy .downloads.downloads_html dd, .somfy .downloads.downloads_html p {
    margin-bottom: 0; }

.somfy.rtl .downloads .list-group a .icon-arrow-right {
  transform: rotate(180deg); }

.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; }
      @media (max-width: 767.98px) {
        body .somfy section.act-for-green .afg-title {
          font-family: 'SomfySans-Light', 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; }

.somfy .benefits_large {
  position: relative; }
  .somfy .benefits_large > .container-fluid {
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    @media (min-width: 769px) {
      .somfy .benefits_large > .container-fluid {
        background-color: transparent !important; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_large > .container-fluid {
        background-color: var(--gradient-color);
        position: relative; } }
    .somfy .benefits_large > .container-fluid > div.row:first-child {
      padding-top: 120px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large > .container-fluid > div.row:first-child {
          padding-top: 40px; } }
    .somfy .benefits_large > .container-fluid > div.row ul {
      list-style: none; }
  .somfy .benefits_large .simplic-sub-title {
    color: #0F1311; }
  .somfy .benefits_large .bloc_content_wrapper {
    position: relative; }
    .somfy .benefits_large .bloc_content_wrapper.bg-white {
      background-color: #FFFFFF !important; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .bloc_content_wrapper.bg-white {
          background: #F8F7F5 !important; } }
      .somfy .benefits_large .bloc_content_wrapper.bg-white .content_block {
        background: #F8F7F5; }
    .somfy .benefits_large .bloc_content_wrapper.bg-gray {
      background-color: #F8F7F5 !important; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .bloc_content_wrapper.bg-gray {
          background: #FFFFFF !important; } }
      .somfy .benefits_large .bloc_content_wrapper.bg-gray .content_block {
        background: #FFFFFF; }
    .somfy .benefits_large .bloc_content_wrapper > .row {
      width: 100vw;
      padding-top: 0 !important; }
      .somfy .benefits_large .bloc_content_wrapper > .row .content_block {
        position: relative;
        padding-top: 120px;
        padding-bottom: 120px;
        margin-top: -145px; }
        @media (max-width: 767.98px) {
          .somfy .benefits_large .bloc_content_wrapper > .row .content_block {
            margin-top: 0;
            padding-top: 40px;
            padding-bottom: 40px; } }
        .somfy .benefits_large .bloc_content_wrapper > .row .content_block .title_content {
          max-width: 60%; }
          @media (max-width: 767.98px) {
            .somfy .benefits_large .bloc_content_wrapper > .row .content_block .title_content {
              max-width: 100%; } }
        .somfy .benefits_large .bloc_content_wrapper > .row .content_block .title_3 {
          margin-bottom: 30px; }
          @media (max-width: 767.98px) {
            .somfy .benefits_large .bloc_content_wrapper > .row .content_block .title_3 {
              margin-bottom: 10px; } }
        .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
          margin-bottom: 50px; }
          body .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big,
          body.vi-th .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big,
          body.ar-lb .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big,
          body.ar-ma .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big,
          body.ar-il .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big,
          body.tc-tw .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .benefits_large .bloc_content_wrapper > .row .content_block .text_big {
              margin-bottom: 20px; } }
        .somfy .benefits_large .bloc_content_wrapper > .row .content_block .cta a {
          position: relative;
          display: inline-block; }
          .somfy .benefits_large .bloc_content_wrapper > .row .content_block .cta a .icon-icon-expand:before {
            content: "\e919"; }
  .somfy .benefits_large .bg {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 1050px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .somfy .benefits_large .bg {
        height: 405px; }
        .somfy .benefits_large .bg.bg_apropos {
          display: none;
          height: 267px; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_large .bg .cta {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    .somfy .benefits_large .bg a {
      background-color: #FAB800;
      border-radius: 4px;
      color: #FFF;
      text-decoration: none;
      width: auto;
      height: 50px;
      padding: 13px 25px;
      text-align: center; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .bg a {
          width: 290px;
          padding: 10px 20px;
          align-items: initial;
          display: flex;
          justify-content: space-between;
          height: 40px;
          margin: 0; } }
      .somfy .benefits_large .bg a:hover {
        background-color: #EC9600; }
    .somfy .benefits_large .bg .bottomBtn {
      position: absolute;
      bottom: 130px;
      margin: auto;
      left: 0;
      right: 0; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .bg .bottomBtn {
          bottom: 20px; } }
  .somfy .benefits_large .bg_mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .somfy .benefits_large .bg_mobile.bg_apropos {
        background-position: bottom !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        display: block;
        height: 267px; } }
  .somfy .benefits_large .container_content {
    background-color: #F8F7F5;
    bottom: 0;
    position: absolute;
    top: -148px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .somfy .benefits_large .container_content {
        position: relative;
        top: 0; } }
    .somfy .benefits_large .container_content .text_big {
      margin-bottom: 50px; }
      body .somfy .benefits_large .container_content .text_big {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .benefits_large .container_content .text_big,
      body.vi-th .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .benefits_large .container_content .text_big,
      body.ar-lb .somfy .benefits_large .container_content .text_big,
      body.ar-ma .somfy .benefits_large .container_content .text_big,
      body.ar-il .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .benefits_large .container_content .text_big,
      body.tc-tw .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .benefits_large .container_content .text_big {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .container_content .text_big {
          margin-bottom: 20px; } }
  .somfy .benefits_large .pop-up-content .margin-auto {
    margin: 0 auto; }
  .somfy .benefits_large .pop-up-content .img-block {
    padding: 30px 0;
    margin-top: 100px; }
  .somfy .benefits_large .pop-up-content .title_3 {
    margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .benefits_large .pop-up-content .content-block {
      padding-bottom: 40px; } }
  .somfy .benefits_large .sub-content {
    height: 100%; }
    .somfy .benefits_large .sub-content.boxes_sub_content {
      background-color: #F8F7F5; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .sub-content.boxes_sub_content {
          height: initial; }
          .somfy .benefits_large .sub-content.boxes_sub_content .container-fluid {
            background-color: #F8F7F5; } }
      .somfy .benefits_large .sub-content.boxes_sub_content .content-block {
        width: 100%; }
      .somfy .benefits_large .sub-content.boxes_sub_content .sub-content-active {
        height: 100%; }
      .somfy .benefits_large .sub-content.boxes_sub_content .close-content {
        padding-top: 110px; }
      .somfy .benefits_large .sub-content.boxes_sub_content.close-content {
        -webkit-animation: animationclose ease-in-out 0.7s;
        /* Safari 4.0 - 8.0 */
        animation: animationclose ease-in-out 0.7s; }

@-webkit-keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; } }

@keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; } }
      .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items {
        margin-bottom: 20px; }
        .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .color-primary {
          color: #FAB800; }
        .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large {
          height: 639px;
          padding-bottom: 20px; }
          @media (max-width: 767.98px) {
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large {
              height: auto; } }
          .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row {
            height: 100%;
            width: 100%; }
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content {
              background: #FFFFFF;
              height: 100%;
              width: 100%; }
              @media (max-width: 767.98px) {
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content {
                  padding-top: 45px; } }
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                display: block;
                position: relative;
                color: #FAB800;
                font-size: 18px; }
                body .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: SomfySans-Regular, sans-serif; }
                body.vi-vi .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
                body.vi-th .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans', sans-serif; }
                body.kr-kr .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
                body.il-il .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
                body.ar-ac .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
                body.ar-lb .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
                body.ar-ma .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
                body.ar-il .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
                body.ja-jp .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
                body.sc-cn .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
                body.tc-hk .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
                body.tc-tw .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
                body.th-th .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a:hover {
                  text-decoration: none; }
                  .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a:hover .icon-arrow-right {
                    margin-left: 15px; }
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a .icon-arrow-right {
                  transition: initial; }
                  .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a .icon-arrow-right:before {
                    content: "\e903";
                    color: #FAB800; }
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .text_big {
                padding-bottom: 30px; }
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .text_big p a {
                  display: inline; }
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .img-item-thumbnail {
                margin-bottom: 46px; }
                @media (max-width: 767.98px) {
                  .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .img-item-thumbnail {
                    margin-bottom: 30px; } }
          .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large .img-item {
            margin-bottom: 46px; }
            @media (max-width: 767.98px) {
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_large .img-item {
                padding-top: 45px; } }
        .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small {
          height: 460px;
          padding-bottom: 20px; }
          @media (max-width: 767.98px) {
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small {
              height: auto; } }
          .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row {
            height: 100%;
            width: 100%; }
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .items_content {
              background: #FFFFFF;
              height: 100%;
              width: 100%; }
              @media (max-width: 767.98px) {
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .items_content {
                  padding-top: 45px; } }
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .content-block .text_big {
              padding-top: 0; }
            @media (max-width: 767.98px) {
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .content-block {
                height: auto;
                margin-bottom: 20px; } }
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .img-item-thumbnail {
              margin-bottom: 20px;
              height: 80px; }
              @media (max-width: 767.98px) {
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .img-item-thumbnail {
                  margin-bottom: 30px;
                  height: auto; } }
            @media (max-width: 767.98px) {
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block {
                margin-bottom: 35px; } }
            .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              display: block;
              position: relative;
              color: #FAB800;
              font-size: 18px; }
              body .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: SomfySans-Regular, sans-serif; }
              body.vi-vi .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
              body.vi-th .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
              body.ar-lb .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
              body.ar-ma .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
              body.ar-il .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
              body.tc-tw .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a:hover {
                text-decoration: none; }
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a:hover .icon-arrow-right {
                  margin-left: 15px; }
              .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a .icon-arrow-right {
                transition: none; }
                .somfy .benefits_large .sub-content.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a .icon-arrow-right:before {
                  content: "\e903";
                  color: #FAB800; }
      @media (max-width: 767.98px) {
        .somfy .benefits_large .sub-content.boxes_sub_content .close-content .closed {
          margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .somfy .benefits_large .overlay:before {
      height: 30px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(180deg, var(--gradient-color), rgba(0, 0, 0, 0) 100%);
      opacity: 1; } }

.somfy .vertical_timeline {
  position: relative;
  height: 100% !important;
  background-color: #F8F7F5; }
  @media (max-width: 767.98px) {
    .somfy .vertical_timeline {
      padding-top: 40px;
      padding-bottom: 0; }
      .somfy .vertical_timeline .vertical_timeline_navbar {
        display: none; } }
  .somfy .vertical_timeline .scrollmagic-pin-spacer {
    margin-bottom: 180px !important; }
  @media (min-width: 768px) {
    .somfy .vertical_timeline .vertical_timeline_navbar {
      position: absolute;
      top: 0 !important;
      left: 0;
      width: 100%;
      height: 100vh;
      max-height: 100vh;
      z-index: 10; }
      .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid {
        position: relative;
        height: 100vh;
        max-height: 100vh;
        width: 100%; }
        .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar {
          position: absolute;
          height: 100vh;
          max-height: 100vh;
          top: 0;
          left: 0;
          margin: 0;
          z-index: 399; }
          .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header {
            z-index: 100;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 20px;
            border-left: 1px solid rgba(24, 25, 26, 0.1);
            height: calc(100% + 380px); }
            .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav {
              position: absolute;
              top: 250px; }
              .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav li {
                padding-top: 10px;
                padding-bottom: 10px; }
                .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav li .navbar_year_hyphen {
                  border-top: 1px solid rgba(24, 25, 26, 0.1);
                  height: 35px;
                  width: 27px;
                  margin-right: 10px;
                  transform: translateY(50%); }
                .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav li a {
                  transition: all 1s ease-in-out;
                  transform: scale(1);
                  text-decoration: none;
                  color: #767677;
                  opacity: 0.6; } }
              @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
                .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav li a {
                  transition: none; } }
  @media (min-width: 768px) {
              .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav .nav-link.active {
                transform: scale(1.2);
                color: #485C74;
                opacity: 1; }
        .somfy .vertical_timeline .vertical_timeline_navbar .container-fluid .vt_navbar_fixed {
          position: fixed !important; } }
  .somfy .vertical_timeline .vertical_timeline_container {
    position: relative; }
    .somfy .vertical_timeline .vertical_timeline_container .container-fluid {
      position: relative; }
      .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container {
        margin-bottom: 120px; }
        @media (max-width: 767.98px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container {
            margin-bottom: 45px; } }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content {
          position: relative; }
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_title {
            margin-bottom: 20px; }
            @media (max-width: 767.98px) {
              .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_title {
                margin-bottom: 10px; } }
            .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_title .title_2 {
              font-weight: 100;
              color: #1A1B1C;
              margin-bottom: 0; }
              @media (max-width: 767.98px) {
                .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_title .title_2 br {
                  display: none; } }
              @media (min-width: 768px) {
                .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_title .title_2 {
                  height: 50px; } }
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle .subtitle_1, .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle .subtitle_2, .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle legend {
            color: #1A1B1C;
            font-weight: 300;
            margin-bottom: 0; }
            @media (max-width: 767.98px) {
              .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle .subtitle_1 br, .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle .subtitle_2 br, .somfy .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle .form_assembly .wForm fieldset legend br, .somfy .form_assembly .wForm fieldset .vertical_timeline .vertical_timeline_container .container-fluid .vt_title_container .vt_title_content .vt_subtitle legend br {
                display: none; } }
      @media (min-width: 768px) {
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content {
          padding-bottom: 120px; } }
      .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year {
        margin-bottom: 60px; }
        @media (max-width: 767.98px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year {
            margin-bottom: 0; } }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
          font-size: 260px;
          font-weight: 100;
          color: #FAB800;
          margin-bottom: 0;
          transition: all 1s ease-in-out; }
          body .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: SomfySans-ExtraLight, sans-serif; }
            @media (max-width: 767.98px) {
              body .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
                font-family: 'SomfySans-Light', sans-serif; } }
          body.vi-vi .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year,
          body.vi-th .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year,
          body.ar-lb .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year,
          body.ar-ma .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year,
          body.ar-il .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year,
          body.tc-tw .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
              transition: none; } }
          @media (max-width: 767.98px) {
            .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year {
              font-size: 72px;
              font-weight: 100; }
              .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_year .year br {
                display: none; } }
      .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title {
        margin-bottom: 20px;
        z-index: 10; }
        @media (min-width: 768px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title {
            transition-delay: 7s;
            transition: all 1.5s ease-in-out;
            margin-left: 25%;
            opacity: 0;
            transform: scale(1.1); } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title {
      transition: none; } }
        @media (max-width: 767.98px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title {
            margin-bottom: 10px; } }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title .title_3 {
          font-weight: 100;
          color: #1A1B1C;
          margin-bottom: 0; }
          @media (max-width: 767.98px) {
            .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title .title_3 {
              font-weight: 300; }
              .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_title .title_3 br {
                display: none; } }
      .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle {
        margin-bottom: 60px;
        z-index: 10; }
        @media (min-width: 768px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle {
            opacity: 0;
            margin-left: 50%;
            transition: all 1.5s ease-in-out; } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle {
      transition: none; } }
        @media (max-width: 767.98px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle {
            margin-bottom: 20px; } }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
          font-weight: 300;
          color: #1A1B1C;
          margin-bottom: 0; }
          body .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big,
          body.vi-th .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big,
          body.ar-lb .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big,
          body.ar-ma .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big,
          body.ar-il .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big,
          body.tc-tw .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_subtitle .text_big br {
              display: none; } }
      @media (min-width: 768px) {
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image {
          opacity: 0;
          margin-left: 75%;
          transition-delay: 11s;
          transition: all 1.5s ease-in-out; } }
  @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image {
      transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image {
          margin-bottom: 40px; } }
      .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image .vt_img_desktop {
        width: auto;
        max-width: 100%;
        max-height: 100%; }
        @media (max-width: 767.98px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image .vt_img_desktop {
            display: none; } }
      .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image .vt_img_mobile {
        width: auto;
        max-width: 100%;
        max-height: 100%; }
        @media (min-width: 768px) {
          .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content .timeline_image .vt_img_mobile {
            display: none; } }
      @media (min-width: 768px) {
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_container .timeline_content:last-child .timeline_content .timeline_image {
          padding-bottom: 0; } }
      @media (min-width: 768px) {
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_content.active_year .timeline_year .year {
          color: #485C74; }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_content.animate .timeline_title {
          margin-left: 0;
          opacity: 1; }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_content.animate .timeline_subtitle {
          margin-left: 0;
          opacity: 1; }
        .somfy .vertical_timeline .vertical_timeline_container .container-fluid .timeline_content.animate .timeline_image {
          margin-left: 0;
          opacity: 1; } }

.somfy .columns_with_bg_image div.row .cwbi_container {
  height: auto;
  color: #ffffff;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    .somfy .columns_with_bg_image div.row .cwbi_container {
      flex-wrap: nowrap !important;
      flex-direction: column !important; } }
  .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content {
    position: relative;
    display: block;
    width: calc(100% / 3);
    overflow: hidden;
    -moz-overflow: hidden; }
    @media (max-width: 767.98px) {
      .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content {
        width: calc(100% - 40px);
        margin: 10px 20px; } }
    .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content:after {
      position: relative;
      display: block;
      content: "";
      padding-top: 80%; }
    .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .bg_cwbi_container {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 80%;
      position: relative; }
      .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .bg_cwbi_container .bg_cwbi {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        transform: scale(1.05);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.05);
        transition: all 0.3s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .bg_cwbi_container .bg_cwbi {
            transition: none; } }
      .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .bg_cwbi_container:before {
        content: '';
        height: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        opacity: 0.5;
        background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 100%); }
    .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 6;
      color: #ffffff;
      font-weight: 300;
      margin-left: 50px;
      margin-bottom: 50px;
      text-decoration: none;
      backdrop-filter: blur(2px);
      transition: color 0.3s ease-in-out; }
      body .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title,
      body.vi-th .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title,
      body.ar-lb .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title,
      body.ar-ma .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title,
      body.ar-il .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title,
      body.tc-tw .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
          margin-left: 20px;
          margin-bottom: 20px; } }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title {
          transition: none; } }
      .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title span {
        margin-top: 4px;
        transition: all 0.3s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title span {
            transition: none; } }
        .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title span:before {
          transition: all 0.3s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content .cwbi_title span:before {
              transition: none; } }
    .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content:hover .bg_cwbi {
      transform: scale(1.2); }
    .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content:hover .cwbi_title {
      bottom: 0;
      left: 0;
      color: #FAB800;
      z-index: 6; }
      .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content:hover .cwbi_title span {
        margin-left: 15px; }
        .somfy .columns_with_bg_image div.row .cwbi_container > .cwbi_content:hover .cwbi_title span:before {
          color: #FAB800; }

@media (max-width: 767.98px) {
  .somfy .key_figures {
    padding-top: 25px;
    padding-bottom: 25px; } }

.somfy .key_figures .title_2 {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .somfy .key_figures .title_2 {
      margin-bottom: 10px; } }

.somfy .key_figures .title_text_bloc {
  padding-bottom: 45px; }
  @media (max-width: 767.98px) {
    .somfy .key_figures .title_text_bloc {
      padding-bottom: 20px; } }

.somfy .key_figures .sub_bloc .sub_bloc_grid {
  padding-top: 45px;
  padding-bottom: 43px; }
  .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
    position: relative;
    font-size: 90px;
    color: #FAB800;
    line-height: 74px;
    margin-bottom: 17px;
    opacity: 0;
    bottom: 20px;
    padding-bottom: 10px;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1); }
    body .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .key_figures .sub_bloc .sub_bloc_grid .number,
    body.vi-th .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .key_figures .sub_bloc .sub_bloc_grid .number,
    body.ar-lb .somfy .key_figures .sub_bloc .sub_bloc_grid .number,
    body.ar-ma .somfy .key_figures .sub_bloc .sub_bloc_grid .number,
    body.ar-il .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .key_figures .sub_bloc .sub_bloc_grid .number,
    body.tc-tw .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
        transition: none; } }
    @media (max-width: 767.98px) {
      .somfy .key_figures .sub_bloc .sub_bloc_grid .number {
        margin-bottom: 5px;
        font-size: 72px; } }
  .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
    margin-bottom: 0;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }
    body .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text,
    body.vi-th .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text,
    body.ar-lb .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text,
    body.ar-ma .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text,
    body.ar-il .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text,
    body.tc-tw .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .key_figures .sub_bloc .sub_bloc_grid .sub_bloc_text {
        transition: none; } }
  @media (max-width: 767.98px) {
    .somfy .key_figures .sub_bloc .sub_bloc_grid {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .somfy .key_figures .sub_bloc .sub_bloc_grid:nth-child(1) .number {
    transition-delay: 1s; }
  .somfy .key_figures .sub_bloc .sub_bloc_grid:nth-child(1) .sub_bloc_text {
    transition-delay: 2s; }
  .somfy .key_figures .sub_bloc .sub_bloc_grid:nth-child(2) .number {
    transition-delay: 2s; }
  .somfy .key_figures .sub_bloc .sub_bloc_grid:nth-child(2) .sub_bloc_text {
    transition-delay: 3s; }
  .somfy .key_figures .sub_bloc .sub_bloc_grid:nth-child(3) .number {
    transition-delay: 3s; }
  .somfy .key_figures .sub_bloc .sub_bloc_grid:nth-child(3) .sub_bloc_text {
    transition-delay: 4s; }

.somfy .key_figures .picture_bloc {
  display: block;
  padding-top: 43px;
  transition: all 0.3s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .key_figures .picture_bloc {
      transition: none; } }
  @media (max-width: 767.98px) {
    .somfy .key_figures .picture_bloc {
      display: none; } }
  .somfy .key_figures .picture_bloc img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

.somfy .key_figures.animate .container-fluid .sub_bloc .sub_bloc_grid .number {
  opacity: 1;
  bottom: 0; }

.somfy .key_figures.animate .container-fluid .sub_bloc .sub_bloc_grid .sub_bloc_text {
  opacity: 1; }

.somfy main {
  overflow: hidden; }

.somfy .engagement_bloc {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .somfy .engagement_bloc {
      border-top: 1px solid #E6E6E6;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .somfy .engagement_bloc .container-fluid {
    max-width: 1340px;
    padding: 0 20px; }
    @media (max-width: 767.98px) {
      .somfy .engagement_bloc .container-fluid {
        max-width: 1340px; } }
  .somfy .engagement_bloc .title_2 {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .engagement_bloc .title_2 {
        margin-bottom: 10px; } }
  .somfy .engagement_bloc .subtitle_1, .somfy .engagement_bloc .subtitle_2, .somfy .engagement_bloc .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .engagement_bloc legend {
    margin-bottom: 0; }

.somfy .icon-arrow-left {
  display: inline-block;
  margin-right: 5px;
  transform: rotate(180deg); }
  .somfy .icon-arrow-left:before {
    content: "\e903";
    font-size: 1rem;
    line-height: 1.57143rem; }

.somfy .back-button {
  top: -16px;
  font-size: 1.185715rem;
  left: 21%;
  line-height: 1.57143rem;
  position: absolute;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .somfy .back-button {
      margin: 20px 0 0 15px;
      position: initial; } }

.somfy .header_notification {
  background-color: #FAB800;
  padding-top: 20px;
  padding-bottom: 20px; }
  .somfy .header_notification .title_content {
    margin-top: 10px;
    margin-bottom: 30px; }
    .somfy .header_notification .title_content .title_2 {
      margin-bottom: 20px;
      color: #FFFFFF; }
    .somfy .header_notification .title_content .subtitle_1 {
      color: #FFFFFF; }
  .somfy .header_notification .text_medium {
    margin-bottom: 0;
    color: #FFFFFF; }
    body .somfy .header_notification .text_medium {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .header_notification .text_medium,
    body.vi-th .somfy .header_notification .text_medium {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .header_notification .text_medium {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .header_notification .text_medium {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .header_notification .text_medium,
    body.ar-lb .somfy .header_notification .text_medium,
    body.ar-ma .somfy .header_notification .text_medium,
    body.ar-il .somfy .header_notification .text_medium {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .header_notification .text_medium {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .header_notification .text_medium {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .header_notification .text_medium,
    body.tc-tw .somfy .header_notification .text_medium {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .header_notification .text_medium {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .header_notification .text_medium a {
      color: #FFFFFF;
      text-decoration: underline; }
  .somfy .header_notification.bg-gray {
    color: #1A1B1C; }
    .somfy .header_notification.bg-gray .title_content .title_2 {
      color: #1A1B1C; }
    .somfy .header_notification.bg-gray .title_content .subtitle_1 {
      color: #1A1B1C; }
    .somfy .header_notification.bg-gray .text_medium {
      color: #1A1B1C; }
      .somfy .header_notification.bg-gray .text_medium a {
        color: #1A1B1C;
        text-decoration: underline; }

.somfy .assistance_search {
  background-color: #f8f7f5; }
  @media (max-width: 767.98px) {
    .somfy .assistance_search .container-fluid {
      padding-top: 50px;
      padding-bottom: 20px; } }
  .somfy .assistance_search .container-fluid .title_content {
    padding-bottom: 30px; }
    .somfy .assistance_search .container-fluid .title_content .text_big {
      margin-bottom: 0; }
      body .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .assistance_search .container-fluid .title_content .text_big,
      body.vi-th .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .assistance_search .container-fluid .title_content .text_big,
      body.ar-lb .somfy .assistance_search .container-fluid .title_content .text_big,
      body.ar-ma .somfy .assistance_search .container-fluid .title_content .text_big,
      body.ar-il .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .assistance_search .container-fluid .title_content .text_big,
      body.tc-tw .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .assistance_search .container-fluid .title_content .text_big {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .assistance_search .container-fluid .title_content .title_1, .somfy .assistance_search .container-fluid .title_content .title_2 {
      margin-bottom: 0;
      padding-bottom: 20px; }
  .somfy .assistance_search .container-fluid .search_box {
    position: relative;
    margin-bottom: 20px;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .somfy .assistance_search .container-fluid .search_box {
        margin-bottom: 0; } }
    .somfy .assistance_search .container-fluid .search_box .form-control:focus, .somfy .assistance_search .container-fluid .search_box .form_assembly .wFormContainer .oneField input:focus:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField .assistance_search .container-fluid .search_box input:focus:not([type="file"]),
    .somfy .assistance_search .container-fluid .search_box .form_assembly .wFormContainer .inputWrapper textarea:focus, .somfy .form_assembly .wFormContainer .inputWrapper .assistance_search .container-fluid .search_box textarea:focus,
    .somfy .assistance_search .container-fluid .search_box .form_assembly .wFormContainer .inputWrapper select:focus, .somfy .form_assembly .wFormContainer .inputWrapper .assistance_search .container-fluid .search_box select:focus {
      border: 1px solid #ced4da;
      box-shadow: 0 0 2px 0; }
    .somfy .assistance_search .container-fluid .search_box input {
      padding-right: 60px; }
    .somfy .assistance_search .container-fluid .search_box .sfy-v5-icon-photo {
      cursor: pointer;
      position: absolute;
      padding-right: 30px;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      @media (max-width: 767.98px) {
        .somfy .assistance_search .container-fluid .search_box .sfy-v5-icon-photo {
          padding-right: 15px; } }
      .somfy .assistance_search .container-fluid .search_box .sfy-v5-icon-photo:before {
        cursor: pointer;
        font-size: 18px;
        color: #485C74;
        opacity: 0.3; }
        @media (max-width: 767.98px) {
          .somfy .assistance_search .container-fluid .search_box .sfy-v5-icon-photo:before {
            font-size: 24px; } }
      .somfy .assistance_search .container-fluid .search_box .sfy-v5-icon-photo:hover:before {
        color: #FAB800;
        opacity: 0.9; }
    .somfy .assistance_search .container-fluid .search_box .icon-somfy-search {
      position: absolute;
      padding-right: 30px;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      @media (max-width: 767.98px) {
        .somfy .assistance_search .container-fluid .search_box .icon-somfy-search {
          padding-right: 15px; } }
      .somfy .assistance_search .container-fluid .search_box .icon-somfy-search:before {
        content: "\e927";
        font-size: 18px;
        color: #485C74;
        opacity: 0.3; }
        @media (max-width: 767.98px) {
          .somfy .assistance_search .container-fluid .search_box .icon-somfy-search:before {
            font-size: 24px; } }

.somfy .modal.photo-popup {
  padding: 0; }
  .somfy .modal.photo-popup > .row {
    height: 100%; }
  .somfy .modal.photo-popup .step {
    display: none;
    opacity: 0;
    transition: opacity 1s ease, display .01s ease 1s; }
    .somfy .modal.photo-popup .step.active {
      display: block;
      opacity: 1; }
    .somfy .modal.photo-popup .step-1 {
      margin-bottom: 80px; }
      @media (max-width: 767.98px) {
        .somfy .modal.photo-popup .step-1 {
          margin-bottom: 30px; } }
  .somfy .modal.photo-popup .select-category {
    margin: auto;
    width: 60%; }
    .somfy .modal.photo-popup .select-category h4 {
      font-size: 1.42857rem;
      text-align: center; }
      body .somfy .modal.photo-popup .select-category h4 {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .modal.photo-popup .select-category h4,
      body.vi-th .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.photo-popup .select-category h4,
      body.ar-lb .somfy .modal.photo-popup .select-category h4,
      body.ar-ma .somfy .modal.photo-popup .select-category h4,
      body.ar-il .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.photo-popup .select-category h4,
      body.tc-tw .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.photo-popup .select-category h4 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .modal.photo-popup .select-category h4 {
          display: none; } }
    .somfy .modal.photo-popup .select-category .select {
      display: none;
      position: relative; }
      .somfy .modal.photo-popup .select-category .select select {
        background: #fff;
        border: 1px solid #ced4da;
        border-radius: 3px;
        color: #212529;
        height: 3rem !important;
        font-size: 1.285715rem;
        padding: 13px 25px 11px 6px;
        width: 100%;
        -webkit-appearance: none; }
      .somfy .modal.photo-popup .select-category .select:after {
        font-family: 'icomoon' !important;
        content: "\ea50";
        transform: translateY(-50%) rotate(180deg);
        position: absolute;
        right: 6px;
        top: 45%;
        z-index: 1; }
    .somfy .modal.photo-popup .select-category > ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      .somfy .modal.photo-popup .select-category > ul > li {
        padding: 5px;
        width: 25%;
        text-align: center; }
        .somfy .modal.photo-popup .select-category > ul > li.active a {
          background: #FAB800;
          color: #fff; }
        .somfy .modal.photo-popup .select-category > ul > li a {
          border-radius: 4px;
          background: #f2f2f2;
          color: #767677;
          cursor: pointer;
          display: block;
          font-size: 1.285715rem;
          line-height: 1.714285rem;
          list-style: none;
          padding: 12px 11px 14px;
          transition: all .4s ease; }
          .somfy .modal.photo-popup .select-category > ul > li a.nl {
            height: 72px; }
          .somfy .modal.photo-popup .select-category > ul > li a:hover {
            background: #FAB800;
            color: #fff; }
    @media (max-width: 1199.98px) {
      .somfy .modal.photo-popup .select-category {
        width: 80%; } }
    @media (max-width: 991.98px) {
      .somfy .modal.photo-popup .select-category {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .somfy .modal.photo-popup .select-category .select {
        display: block; }
      .somfy .modal.photo-popup .select-category > ul {
        display: none; } }
  .somfy .modal.photo-popup .error-message {
    margin-bottom: 15px;
    max-width: 100% !important;
    padding: 0px 30px; }
  .somfy .modal.photo-popup.dragging .photo-drop {
    border-color: green; }
  .somfy .modal.photo-popup.dragging .photo-drop-overlay {
    display: block; }
  .somfy .modal.photo-popup .modal-dialog {
    max-width: none; }
  .somfy .modal.photo-popup .modal-content {
    border: 0;
    border-radius: 0; }
    @media (max-width: 767.98px) {
      .somfy .modal.photo-popup .modal-content {
        width: calc(100% - 1rem); } }
  .somfy .modal.photo-popup .modal-header {
    margin-bottom: 20px;
    position: relative; }
  .somfy .modal.photo-popup .modal-header,
  .somfy .modal.photo-popup .modal-body {
    border: 0; }
  .somfy .modal.photo-popup .modal-body {
    padding: 0 15px; }
  .somfy .modal.photo-popup .modal-footer {
    background: #f2f2f2;
    justify-content: center;
    flex-direction: column;
    padding: 0; }
    .somfy .modal.photo-popup .modal-footer h3 {
      margin: 40px 0; }
      body .somfy .modal.photo-popup .modal-footer h3 {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .modal.photo-popup .modal-footer h3 {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .modal.photo-popup .modal-footer h3,
      body.vi-th .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .modal.photo-popup .modal-footer h3,
      body.ar-lb .somfy .modal.photo-popup .modal-footer h3,
      body.ar-ma .somfy .modal.photo-popup .modal-footer h3,
      body.ar-il .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .modal.photo-popup .modal-footer h3,
      body.tc-tw .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .modal.photo-popup .modal-footer h3 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .modal.photo-popup .footer-list {
    display: flex;
    flex-wrap: nowrap; }
    .somfy .modal.photo-popup .footer-list > li {
      padding: 0 70px;
      position: relative;
      width: 33%;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .somfy .modal.photo-popup .footer-list > li h4 {
        font-size: 1.15rem;
        text-align: center; }
        body .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: SomfySans-ExtraLight, sans-serif; }
          @media (max-width: 767.98px) {
            body .somfy .modal.photo-popup .footer-list > li h4 {
              font-family: 'SomfySans-Light', sans-serif; } }
        body.vi-vi .somfy .modal.photo-popup .footer-list > li h4,
        body.vi-th .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .modal.photo-popup .footer-list > li h4,
        body.ar-lb .somfy .modal.photo-popup .footer-list > li h4,
        body.ar-ma .somfy .modal.photo-popup .footer-list > li h4,
        body.ar-il .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .modal.photo-popup .footer-list > li h4,
        body.tc-tw .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .modal.photo-popup .footer-list > li h4 {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .modal.photo-popup .footer-list > li:last-child:after {
        display: none; }
      .somfy .modal.photo-popup .footer-list > li:after {
        background: #d8d8d8;
        content: ' ';
        height: 60%;
        position: absolute;
        right: 0;
        top: 20%;
        width: 1px; }
    @media (max-width: 991.98px) {
      .somfy .modal.photo-popup .footer-list {
        flex-wrap: wrap; }
        .somfy .modal.photo-popup .footer-list > li {
          width: 100%; }
          .somfy .modal.photo-popup .footer-list > li:after {
            display: none; }
          .somfy .modal.photo-popup .footer-list > li img {
            height: 50px;
            width: auto; } }
  .somfy .modal.photo-popup .photo-drop {
    position: relative; }
    .somfy .modal.photo-popup .photo-drop .photo-overlay {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 9999; }
    .somfy .modal.photo-popup .photo-drop .photo-img {
      padding: 2.5rem 0 0; }
    .somfy .modal.photo-popup .photo-drop .sfy-v5-icon-download {
      color: #ccc;
      font-size: 6rem; }
    .somfy .modal.photo-popup .photo-drop label,
    .somfy .modal.photo-popup .photo-drop .btn {
      width: 100%; }
  .somfy .modal.photo-popup .search-in {
    font-size: 1.15rem;
    width: 60%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center; }
    .somfy .modal.photo-popup .search-in span {
      padding-left: 10px; }
  .somfy .modal.photo-popup .modal-title {
    text-align: center;
    padding: 0 40px;
    line-height: 1.2; }
    body .somfy .modal.photo-popup .modal-title {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .modal.photo-popup .modal-title {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .modal.photo-popup .modal-title,
    body.vi-th .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .modal.photo-popup .modal-title,
    body.ar-lb .somfy .modal.photo-popup .modal-title,
    body.ar-ma .somfy .modal.photo-popup .modal-title,
    body.ar-il .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .modal.photo-popup .modal-title,
    body.tc-tw .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .modal.photo-popup .modal-title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .modal.photo-popup .close {
    font-size: 2.15rem;
    padding: 1rem 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .somfy .modal.photo-popup .btn {
    line-height: 18px; }
  .somfy .modal.photo-popup .bootstrap-select .dropdown-menu .dropdown-item,
  .somfy .modal.photo-popup .btn {
    padding-left: 10px;
    font-size: 1rem; }
  .somfy .modal.photo-popup .photo-drop,
  .somfy .modal.photo-popup .photo-take,
  .somfy .modal.photo-popup .loader-zone {
    border: 2px dashed #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 25px 0;
    width: 60%; }
    .somfy .modal.photo-popup .photo-drop span,
    .somfy .modal.photo-popup .photo-take span,
    .somfy .modal.photo-popup .loader-zone span {
      max-width: 300px;
      display: flex; }
    .somfy .modal.photo-popup .photo-drop em,
    .somfy .modal.photo-popup .photo-take em,
    .somfy .modal.photo-popup .loader-zone em {
      font-style: normal;
      color: #FAB800; }
  .somfy .modal.photo-popup .loader-zone {
    border: none; }
    .somfy .modal.photo-popup .loader-zone .btn.cancel-request {
      padding: 5px 15px 5px;
      margin-top: 20px; }
  .somfy .modal.photo-popup .photo-drop {
    cursor: pointer; }
  .somfy .modal.photo-popup .photo-drop {
    cursor: pointer; }
  .somfy .modal.photo-popup .photo-take,
  .somfy .modal.photo-popup .loader-zone {
    margin-bottom: 20px; }
  .somfy .modal.photo-popup .loader-zone {
    justify-content: center; }
    .somfy .modal.photo-popup .loader-zone img {
      width: 100%;
      height: 86px; }
  .somfy .modal.photo-popup .photo-text {
    font-size: 1.3rem;
    text-align: center; }
    body .somfy .modal.photo-popup .photo-text {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .modal.photo-popup .photo-text,
    body.vi-th .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .modal.photo-popup .photo-text,
    body.ar-lb .somfy .modal.photo-popup .photo-text,
    body.ar-ma .somfy .modal.photo-popup .photo-text,
    body.ar-il .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .modal.photo-popup .photo-text,
    body.tc-tw .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .modal.photo-popup .photo-text {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .modal.photo-popup .photo-list {
    display: flex;
    justify-content: center;
    padding: 0 0 45px;
    margin: 0 30px; }
    .somfy .modal.photo-popup .photo-list .list-inline-item {
      width: auto;
      padding: 0 10px 0px;
      position: relative;
      /*
                &:not(:last-child) {
                    padding-right: 1rem;
                    margin: 0;
                }
                */ }
      .somfy .modal.photo-popup .photo-list .list-inline-item:before {
        position: absolute;
        top: -10px;
        left: -7px;
        width: 30px;
        height: 30px;
        background-color: #CE0037;
        content: "\2A2F";
        border-radius: 15px;
        color: white;
        font-size: 20px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 4px 0px #b0b0b0;
        -moz-box-shadow: 0px 0px 4px 0px #b0b0b0;
        box-shadow: 0px 0px 4px 0px #b0b0b0; }
      .somfy .modal.photo-popup .photo-list .list-inline-item.ok:before {
        content: "\2714\fe0e";
        background-color: #009845; }
      .somfy .modal.photo-popup .photo-list .list-inline-item .image-caption {
        display: block;
        width: 130px;
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.2; }
  .somfy .modal.photo-popup .photo-file {
    display: none; }
  .somfy .modal.photo-popup .drop-area {
    width: 100%;
    margin: 10px 0 40px 0; }
  .somfy .modal.photo-popup .loader-zone {
    display: none;
    margin: 40px auto; }
    .somfy .modal.photo-popup .loader-zone .loader {
      position: relative; }
    .somfy .modal.photo-popup .loader-zone .image-zone {
      bottom: 0;
      padding: 15px 18px;
      position: absolute;
      right: 0;
      top: 0;
      width: 95px; }
      .somfy .modal.photo-popup .loader-zone .image-zone img {
        max-width: 100%;
        max-height: 100%; }
      .somfy .modal.photo-popup .loader-zone .image-zone .image {
        align-items: center;
        display: flex;
        justifiy-content: center;
        width: 100%;
        height: 100%; }
    .somfy .modal.photo-popup .loader-zone .text {
      text-align: center;
      width: 100%; }
    .somfy .modal.photo-popup .loader-zone .loading-bar {
      animation: mover infinite 2.5s cubic-bezier(0.6, 0, 0.4, 1);
      box-shadow: 0px 0px 10px 0px #FAB800;
      border-radius: 3px;
      background: #FAB800;
      height: 3px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .somfy .modal.photo-popup.loading .mobile-drop,
  .somfy .modal.photo-popup.loading .photo-drop,
  .somfy .modal.photo-popup.loading .drop-area {
    display: none; }
  .somfy .modal.photo-popup.loading .loader-zone {
    display: flex; }
  .somfy .modal.photo-popup .mobile-drop {
    display: none; }
    .somfy .modal.photo-popup .mobile-drop .photo-img {
      align-items: center;
      background: #FAB800;
      border-radius: 50%;
      color: #fff;
      display: flex;
      font-size: 1.6rem;
      height: 50px;
      justify-content: center;
      margin-bottom: 1rem;
      padding: 0.3rem;
      width: 50px; }
      .somfy .modal.photo-popup .mobile-drop .photo-img .sfy-v5-icon-photo:before {
        color: white; }
    .somfy .modal.photo-popup .mobile-drop .photo-text {
      color: #FAB800; }
    .somfy .modal.photo-popup .mobile-drop label {
      display: block; }
  @media (max-width: 767.98px) {
    .somfy .modal.photo-popup .photo-list {
      flex-wrap: wrap;
      margin: 0 auto;
      width: 100%;
      max-width: 350px; }
      .somfy .modal.photo-popup .photo-list .list-inline-item {
        padding: 0 10px 20px;
        text-align: center; }
        .somfy .modal.photo-popup .photo-list .list-inline-item:before {
          left: 10px; }
        .somfy .modal.photo-popup .photo-list .list-inline-item img {
          width: 100px; }
    .somfy .modal.photo-popup .search-in {
      width: 100%; }
      .somfy .modal.photo-popup .search-in span {
        padding-left: 0px; }
    .somfy .modal.photo-popup .drop-area {
      display: none; }
    .somfy .modal.photo-popup .photo-text {
      padding: 0 20px; }
    .somfy .modal.photo-popup .photo-drop,
    .somfy .modal.photo-popup .photo-take {
      width: 100%; }
    .somfy .modal.photo-popup .mobile-drop {
      display: block; }
    .somfy .modal.photo-popup .loader-zone {
      width: 100%; }
    .somfy .modal.photo-popup .modal-footer .title_3 {
      padding: 0px 20px; } }

@keyframes mover {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(84px); } }

.somfy .benefits_columns {
  background-color: #f8f7f5; }
  @media (max-width: 767.98px) {
    .somfy .benefits_columns .container-fluid {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .somfy .benefits_columns .container-fluid .content_with_icon {
    background: #FFFFFF;
    padding-top: 93px;
    padding-bottom: 72px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .somfy .benefits_columns .container-fluid .content_with_icon {
        margin-bottom: 15px;
        padding-top: 40px;
        padding-bottom: 32px; } }
    .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content {
      padding-left: 80px;
      padding-right: 80px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content {
          padding-left: 15px;
          padding-right: 15px; } }
      .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .btnClassic, .somfy.product-page.-pim .benefits_columns .container-fluid .content_with_icon .benefit_content .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .benefits_columns .container-fluid .content_with_icon .benefit_content .ts-header-filter-dropdown-label, .somfy.product-page.-pim .benefits_columns .container-fluid .content_with_icon .benefit_content .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .benefits_columns .container-fluid .content_with_icon .benefit_content .ts-header-filter-dropdown-content {
        padding: 8px 23px; }
        @media (max-width: 767.98px) {
          .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .btnClassic, .somfy.product-page.-pim .benefits_columns .container-fluid .content_with_icon .benefit_content .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .benefits_columns .container-fluid .content_with_icon .benefit_content .ts-header-filter-dropdown-label, .somfy.product-page.-pim .benefits_columns .container-fluid .content_with_icon .benefit_content .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .benefits_columns .container-fluid .content_with_icon .benefit_content .ts-header-filter-dropdown-content {
            padding: 2px 23px; } }
      .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
        padding-bottom: 30px;
        margin-bottom: 0; }
        body .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big,
        body.vi-th .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big,
        body.ar-lb .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big,
        body.ar-ma .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big,
        body.ar-il .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big,
        body.tc-tw .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .text_big {
            padding-bottom: 20px; } }
      .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
        padding-top: 20px; }
        body .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note,
        body.vi-th .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note,
        body.ar-lb .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note,
        body.ar-ma .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note,
        body.ar-il .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note,
        body.tc-tw .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .benefits_columns .container-fluid .content_with_icon .benefit_content .foot-note {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .benefits_columns .container-fluid .icon_wrapper {
    padding-bottom: 56px; }
    .somfy .benefits_columns .container-fluid .icon_wrapper svg {
      fill: #FAB800;
      max-height: 108px !important;
      width: 100px;
      height: 100px; }
      @media (max-width: 767.98px) {
        .somfy .benefits_columns .container-fluid .icon_wrapper svg {
          max-height: 96px !important; } }
    @media (max-width: 767.98px) {
      .somfy .benefits_columns .container-fluid .icon_wrapper {
        padding-bottom: 35px;
        height: auto; } }

.somfy .assistance_faq {
  background-color: #f8f7f5; }
  @media (max-width: 767.98px) {
    .somfy .assistance_faq .container-fluid {
      padding-top: 20px;
      padding-bottom: 40px; } }
  .somfy .assistance_faq .container-fluid .container {
    max-width: 100% !important;
    margin-bottom: 63px; }
    @media (max-width: 767.98px) {
      .somfy .assistance_faq .container-fluid .container {
        margin-bottom: 20px; } }
  .somfy .assistance_faq .container-fluid .title_2 {
    padding-bottom: 60px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .somfy .assistance_faq .container-fluid .title_2 {
        padding-bottom: 20px; } }
  .somfy .assistance_faq .container-fluid .faq_content_wrapper {
    border-top: 1px solid #EDEDED; }
    .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item {
      background: #FFFFFF;
      border-left: 1px solid #EDEDED;
      border-bottom: 1px solid #EDEDED;
      padding-left: 40px;
      padding-top: 28px;
      padding-bottom: 28px; }
      .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n-1) {
        border-left: 1px solid #EDEDED; }
        @media (max-width: 767.98px) {
          .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n-1) {
            border-left: none; } }
      .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n) {
        border-right: 1px solid #EDEDED; }
        @media (max-width: 767.98px) {
          .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n) {
            border-left: none; } }
      @media (max-width: 767.98px) {
        .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(n+1) {
          border-left: 1px solid #EDEDED;
          border-right: 1px solid #EDEDED;
          padding-left: 15px;
          padding-top: 15px;
          padding-right: 15px;
          padding-bottom: 15px; } }
      .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
        margin-bottom: 0;
        color: #485C74;
        width: 100%;
        transition: all 0.3s ease-in-out; }
        body .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big,
        body.vi-th .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big,
        body.ar-lb .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big,
        body.ar-ma .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big,
        body.ar-il .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big,
        body.tc-tw .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
            transition: none; } }
        @media (max-width: 767.98px) {
          .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
            justify-content: space-between; } }
        .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big:hover {
          text-decoration: none;
          color: #FAB800; }
          .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big:hover span {
            margin-left: 10px; }
            @media (max-width: 767.98px) {
              .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big:hover span {
                right: 0; } }
            .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big:hover span:before {
              color: #FAB800; }
        .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big span {
          font-size: 12px; }
          @media (max-width: 767.98px) {
            .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big span {
              font-size: 10px;
              right: 5px; } }
          .somfy .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big span:before {
            color: #485C74; }
  body .somfy .assistance_faq .container-fluid .cta {
    font-family: SomfySans-Regular, sans-serif; }
  body.vi-vi .somfy .assistance_faq .container-fluid .cta,
  body.vi-th .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .assistance_faq .container-fluid .cta,
  body.ar-lb .somfy .assistance_faq .container-fluid .cta,
  body.ar-ma .somfy .assistance_faq .container-fluid .cta,
  body.ar-il .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .assistance_faq .container-fluid .cta,
  body.tc-tw .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .assistance_faq .container-fluid .cta {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .assistance_faq .container-fluid .cta a {
    background-color: #FAB800;
    border-radius: 4px;
    color: #FFF;
    transition: background-color 0.3s ease-in-out; }
    .somfy .assistance_faq .container-fluid .cta a:hover {
      text-decoration: none;
      background-color: #EC9600; }
    @media (max-width: 767.98px) {
      .somfy .assistance_faq .container-fluid .cta a {
        padding: 10px 30px;
        width: 100%; } }

.somfy .contact_details {
  background-color: #f8f7f5; }
  @media (max-width: 767.98px) {
    .somfy .contact_details .container-fluid {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .somfy .contact_details .container-fluid .icon_wrapper {
    padding-bottom: 30px;
    fill: #FAB800; }
    .somfy .contact_details .container-fluid .icon_wrapper svg {
      width: 90px;
      height: 90px; }
    @media (max-width: 767.98px) {
      .somfy .contact_details .container-fluid .icon_wrapper svg {
        height: 82px; } }
  .somfy .contact_details .container-fluid .contact_content {
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .somfy .contact_details .container-fluid .contact_content {
        padding-bottom: 30px; } }
    .somfy .contact_details .container-fluid .contact_content .subtitle_1, .somfy .contact_details .container-fluid .contact_content .subtitle_2, .somfy .contact_details .container-fluid .contact_content .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .contact_details .container-fluid .contact_content legend {
      margin-bottom: 0;
      padding-bottom: 20px; }
    .somfy .contact_details .container-fluid .contact_content .color-primary {
      color: #FAB800;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      body .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .contact_details .container-fluid .contact_content .color-primary,
      body.vi-th .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .contact_details .container-fluid .contact_content .color-primary,
      body.ar-lb .somfy .contact_details .container-fluid .contact_content .color-primary,
      body.ar-ma .somfy .contact_details .container-fluid .contact_content .color-primary,
      body.ar-il .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .contact_details .container-fluid .contact_content .color-primary,
      body.tc-tw .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .contact_details .container-fluid .contact_content .color-primary {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .contact_details .container-fluid .contact_content .color-primary:hover span {
        margin-left: 10px; }
      .somfy .contact_details .container-fluid .contact_content .color-primary span {
        font-size: 12px; }
        .somfy .contact_details .container-fluid .contact_content .color-primary span:before {
          color: #FAB800; }
  .somfy .contact_details .container-fluid .number_contact .color-primary {
    color: #FAB800;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-bottom: 5px; }
    body .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .contact_details .container-fluid .number_contact .color-primary {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .contact_details .container-fluid .number_contact .color-primary,
    body.vi-th .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .contact_details .container-fluid .number_contact .color-primary,
    body.ar-lb .somfy .contact_details .container-fluid .number_contact .color-primary,
    body.ar-ma .somfy .contact_details .container-fluid .number_contact .color-primary,
    body.ar-il .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .contact_details .container-fluid .number_contact .color-primary,
    body.tc-tw .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .contact_details .container-fluid .number_contact .color-primary {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .contact_details .container-fluid .number_contact p {
    color: #767677;
    margin-bottom: 0; }
    body .somfy .contact_details .container-fluid .number_contact p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .contact_details .container-fluid .number_contact p,
    body.vi-th .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .contact_details .container-fluid .number_contact p,
    body.ar-lb .somfy .contact_details .container-fluid .number_contact p,
    body.ar-ma .somfy .contact_details .container-fluid .number_contact p,
    body.ar-il .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .contact_details .container-fluid .number_contact p,
    body.tc-tw .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .contact_details .container-fluid .number_contact p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .contact_details .container-fluid .cta {
    margin-bottom: 40px;
    margin-top: 30px; }
    body .somfy .contact_details .container-fluid .cta {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .contact_details .container-fluid .cta,
    body.vi-th .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .contact_details .container-fluid .cta,
    body.ar-lb .somfy .contact_details .container-fluid .cta,
    body.ar-ma .somfy .contact_details .container-fluid .cta,
    body.ar-il .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .contact_details .container-fluid .cta,
    body.tc-tw .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .contact_details .container-fluid .cta {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .contact_details .container-fluid .cta {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .somfy .contact_details .container-fluid .cta a {
      padding: 13px 95px;
      background-color: #FAB800;
      border-radius: 4px;
      color: #FFF;
      transition: background-color 0.3s ease-in-out; }
      .somfy .contact_details .container-fluid .cta a:hover {
        text-decoration: none;
        background-color: #EC9600; }
      @media (max-width: 767.98px) {
        .somfy .contact_details .container-fluid .cta a {
          padding: 10px 30px;
          width: 100%; } }

.somfy .maps + .minisites_list {
  border-top: 1px #EAE9E8 solid; }

.somfy .minisites_list .title-content {
  margin-bottom: 20px; }

.somfy .minisites_list .dealers {
  width: 100%; }
  .somfy .minisites_list .dealers .dealer {
    margin-top: 20px;
    padding: 0 30px;
    border-left: none;
    border-right: 1px #EAE9E8 solid; }
    @media (min-width: 992px) {
      .somfy .minisites_list .dealers .dealer:nth-child(3n) {
        border-right: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .somfy .minisites_list .dealers .dealer:nth-child(2n) {
        border-right: none; } }
    @media (max-width: 767.98px) {
      .somfy .minisites_list .dealers .dealer {
        border-right: none;
        border-left: none;
        border-bottom: 1px #EAE9E8 solid;
        padding: 0 0 20px 0;
        margin-top: 0;
        margin-bottom: 20px; } }
    .somfy .minisites_list .dealers .dealer > p {
      margin: 0; }
    .somfy .minisites_list .dealers .dealer .subtitle_1, .somfy .minisites_list .dealers .dealer .subtitle_2, .somfy .minisites_list .dealers .dealer .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .minisites_list .dealers .dealer legend {
      text-transform: uppercase; }
    .somfy .minisites_list .dealers .dealer .text_small {
      margin-bottom: 5px; }

.somfy.rtl .minisites_list .dealers .dealer {
  border-right: none;
  border-left: 1px #EAE9E8 solid; }
  @media (min-width: 768px) {
    .somfy.rtl .minisites_list .dealers .dealer:nth-child(3n) {
      border-left: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .somfy.rtl .minisites_list .dealers .dealer:nth-child(2n) {
      border-left: none; } }

.somfy.minisites .site-description .container-fluid p.description {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0rem; }
  body .somfy.minisites .site-description .container-fluid p.description {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy.minisites .site-description .container-fluid p.description,
  body.vi-th .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .site-description .container-fluid p.description,
  body.ar-lb .somfy.minisites .site-description .container-fluid p.description,
  body.ar-ma .somfy.minisites .site-description .container-fluid p.description,
  body.ar-il .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .site-description .container-fluid p.description,
  body.tc-tw .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .site-description .container-fluid p.description {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-description .container-fluid p.description {
      font-size: 1rem;
      line-height: 1.2857142857rem;
      letter-spacing: 0rem; } }

.somfy.minisites .site-description .container-fluid .slick-slider .slick-prev {
  left: -50px; }

.somfy.minisites .site-description .container-fluid .slick-slider .slick-next {
  right: -50px; }

.somfy.minisites .site-informations .container-fluid .back-link {
  margin-top: 1.4285714286rem; }
  @media (max-width: 991.98px) {
    .somfy.minisites .site-informations .container-fluid .back-link {
      display: block;
      margin: 0 -20px;
      padding: 5px 10px 5px 30px;
      font-size: 1rem;
      padding-bottom: 15px; }
      .somfy.minisites .site-informations .container-fluid .back-link:before {
        left: 0.7142857143rem;
        line-height: 2.2857142857rem; } }

.somfy.minisites .site-informations .container-fluid .row .title_1 {
  margin-bottom: 0; }

.somfy.minisites .site-informations .container-fluid .row .ratings-wrapper {
  margin-top: 10px; }
  body .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary,
  body.vi-th .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary,
  body.ar-lb .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary,
  body.ar-ma .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary,
  body.ar-il .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary,
  body.tc-tw .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .site-informations .container-fluid .row .ratings-wrapper a.text-primary {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.minisites .site-informations .container-fluid .row .mails a .icon-arrow-right {
  transition: all 0.3s ease-in-out; }
  .somfy.minisites .site-informations .container-fluid .row .mails a .icon-arrow-right:before {
    color: #FAB800; }

.somfy.minisites .site-informations .container-fluid .row .mails a:hover {
  text-decoration: none;
  color: #FAB800 !important; }
  .somfy.minisites .site-informations .container-fluid .row .mails a:hover .icon-arrow-right {
    margin-left: 10px; }

.somfy.minisites .site-informations .container-fluid .row .logos-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .somfy.minisites .site-informations .container-fluid .row .logos-wrapper li {
    display: inline-block;
    margin: 1.4285714286rem 1.4285714286rem 0; }
    .somfy.minisites .site-informations .container-fluid .row .logos-wrapper li img {
      height: 5.7142857143rem; }
      @media (max-width: 767.98px) {
        .somfy.minisites .site-informations .container-fluid .row .logos-wrapper li img {
          height: 3.5714285714rem; } }

body .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy.minisites .site-informations .container-fluid .row .address,
body.vi-th .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.minisites .site-informations .container-fluid .row .address,
body.ar-lb .somfy.minisites .site-informations .container-fluid .row .address,
body.ar-ma .somfy.minisites .site-informations .container-fluid .row .address,
body.ar-il .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.minisites .site-informations .container-fluid .row .address,
body.tc-tw .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.minisites .site-informations .container-fluid .row .address {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 767.98px) {
  .somfy.minisites .site-informations .container-fluid .row .address {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px; } }

.somfy.minisites .site-informations .container-fluid .row .address .mails {
  margin-bottom: 1.4285714286rem; }
  .somfy.minisites .site-informations .container-fluid .row .address .mails a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0.2857142857rem; }
    body .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy.minisites .site-informations .container-fluid .row .address .mails a,
    body.vi-th .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.minisites .site-informations .container-fluid .row .address .mails a,
    body.ar-lb .somfy.minisites .site-informations .container-fluid .row .address .mails a,
    body.ar-ma .somfy.minisites .site-informations .container-fluid .row .address .mails a,
    body.ar-il .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.minisites .site-informations .container-fluid .row .address .mails a,
    body.tc-tw .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.minisites .site-informations .container-fluid .row .address .mails a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-informations .container-fluid .row .address .mails a {
        font-size: 14px; } }

.somfy.minisites .site-informations .container-fluid .row .address > .phone {
  display: table;
  margin: 0 auto 1.4285714286rem; }

.somfy.minisites .site-informations .container-fluid .row .address .content-phone-title {
  display: block;
  margin: 0 auto; }

.somfy.minisites .site-informations .container-fluid .row .address .content-phone .phone {
  width: auto;
  display: inline-block;
  margin: 0 auto 1.4285714286rem; }

.somfy.minisites .site-informations .container-fluid .row .address .phone dl {
  display: table-row; }
  .somfy.minisites .site-informations .container-fluid .row .address .phone dl dt {
    display: table-cell;
    padding-right: 4px;
    text-align: right; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .somfy.minisites .site-informations .container-fluid .row .address .phone dl dt {
        display: block; } }
  .somfy.minisites .site-informations .container-fluid .row .address .phone dl dd {
    display: table-cell; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .somfy.minisites .site-informations .container-fluid .row .address .phone dl dd {
        display: block; } }

.somfy.minisites .site-informations .container-fluid .row .address p {
  font-size: 1.1428571429rem;
  margin-bottom: 1.4285714286rem; }

.somfy.minisites .site-informations .container-fluid .row .address .link-picto {
  margin: 0 1.4285714286rem; }
  @media (max-width: 991.98px) {
    .somfy.minisites .site-informations .container-fluid .row .address .link-picto {
      display: block;
      margin: 0 0 0.7142857143rem; } }

.somfy.minisites .site-informations .container-fluid .row .applications ul {
  padding: 0;
  font-size: 2rem;
  line-height: 2.4285714286rem;
  letter-spacing: 0rem; }
  .somfy.minisites .site-informations .container-fluid .row .applications ul li {
    list-style: none;
    margin-bottom: 5px; }
    .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
      font-size: 0.8571428571rem;
      font-weight: 400;
      line-height: 0.8571428571rem;
      margin-bottom: 0;
      margin-left: 8px; }
      body .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy.minisites .site-informations .container-fluid .row .applications ul li p,
      body.vi-th .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy.minisites .site-informations .container-fluid .row .applications ul li p,
      body.ar-lb .somfy.minisites .site-informations .container-fluid .row .applications ul li p,
      body.ar-ma .somfy.minisites .site-informations .container-fluid .row .applications ul li p,
      body.ar-il .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy.minisites .site-informations .container-fluid .row .applications ul li p,
      body.tc-tw .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy.minisites .site-informations .container-fluid .row .applications ul li p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.minisites .site-informations .container-fluid .row .applications ul li i {
      font-size: 2rem;
      margin-bottom: 0.3571428571rem; }

.somfy.minisites .site-informations .container-fluid .row .image-block-wrapper {
  margin-bottom: 1.4285714286rem;
  position: relative; }
  .somfy.minisites .site-informations .container-fluid .row .image-block-wrapper img {
    max-width: 100%; }
  .somfy.minisites .site-informations .container-fluid .row .image-block-wrapper.partnerLogo img {
    max-width: 4.2857142857rem; }

@media (max-width: 991.98px) {
  .somfy.minisites.rtl .site-informations .container-fluid .back-link {
    padding: 5px 30px 5px 10px; }
    .somfy.minisites.rtl .site-informations .container-fluid .back-link:before {
      left: auto;
      right: 0.7142857143rem; } }

.somfy.minisites.rtl .site-informations .container-fluid .row .mails a:hover .icon-arrow-right {
  margin-left: -10px; }

.somfy.minisites.rtl .site-informations .container-fluid .row .address {
  margin-left: 0; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .site-informations .container-fluid .row .address {
      margin-right: 0; } }

.somfy.minisites.rtl .site-informations .container-fluid .row .address .phone dl dt {
  padding-left: 4px;
  padding-right: 0;
  text-align: left; }

.somfy.minisites.rtl .site-informations .container-fluid .row .address .phone dl dd {
  margin-left: 0;
  margin-right: 0; }

.somfy.minisites .opening-hours {
  position: relative;
  /*
    .bg-hours {
      @media (min-width: 1340px) {
        margin-left: calc(50vw - (90px + 30px));
      }
      width: calc(50vw + 90px + 20px);
      background-clip: content-box;
      padding-top: 20px;
      padding-bottom: 20px;
      background-position: center;
      background-size: cover;
      // height: 850px;
      padding-left: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      background-repeat: no-repeat;
      @include media-breakpoint-down(sm) {
        background-clip: initial;
        padding-top: 0;
        padding-bottom: 0;
        height: 348px !important;
        position: relative;
        right: 0;
      }
    }
    */ }
  body .somfy.minisites .opening-hours {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.minisites .opening-hours {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.minisites .opening-hours,
  body.vi-th .somfy.minisites .opening-hours {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .opening-hours {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .opening-hours {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .opening-hours,
  body.ar-lb .somfy.minisites .opening-hours,
  body.ar-ma .somfy.minisites .opening-hours,
  body.ar-il .somfy.minisites .opening-hours {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .opening-hours {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .opening-hours {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .opening-hours,
  body.tc-tw .somfy.minisites .opening-hours {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .opening-hours {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.minisites .opening-hours:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 7.1428571429rem;
    left: 0;
    top: 20rem;
    width: 100%;
    background: #F8F7F5; }
    @media (max-width: 767.98px) {
      .somfy.minisites .opening-hours:before {
        display: none; } }
  .somfy.minisites .opening-hours .container-fluid .content-support .container_items {
    margin-top: 70px;
    margin-bottom: 70px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items {
        padding-left: 1.4285714286rem;
        padding-right: 1.4285714286rem;
        background: white;
        margin-left: -10px;
        margin-right: 10px; } }
    @media (max-width: 767.98px) {
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items {
        margin-top: 0;
        margin-bottom: 0; } }
    .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content {
      background: #ffffff;
      position: relative;
      z-index: 10;
      padding-top: 60px;
      padding-bottom: 60px; }
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        z-index: 50;
        right: -6.4285714286rem;
        width: 6.4285714286rem;
        background: white;
        height: 100%; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content:after {
            right: -7.8571428571rem; } }
      @media (max-width: 767.98px) {
        .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content {
          padding-bottom: 30px; } }
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content table tr:first-child td {
        border: none; }
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content table tr:last-child td {
        border-bottom: 1px solid #dee2e6; }
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content table tr td {
        padding: 6px 6px 6px 0;
        color: #767676;
        font-size: 1rem;
        line-height: 1.2142857143rem;
        letter-spacing: 0rem; }
        @media (max-width: 767.98px) {
          .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content table tr td {
            width: 50%; } }
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content table + p {
        color: #1A1B1C;
        font-size: 1rem;
        line-height: 1.2857142857rem;
        letter-spacing: 0rem; }
        @media (max-width: 991.98px) {
          .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content table + p {
            text-align: center; } }
      .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
        margin-bottom: 4.2857142857rem; }
        body .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications,
        body.vi-th .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications,
        body.ar-lb .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications,
        body.ar-ma .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications,
        body.ar-il .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications,
        body.tc-tw .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications {
            margin-bottom: 1.4285714286rem; } }
        .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul {
          margin: 0;
          padding: 0; }
          .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li {
            width: 33%;
            padding: 0 0.8571428571rem 1.7142857143rem 0; }
            @media (max-width: 1199.98px) {
              .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li {
                width: 50%; } }
            .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a {
              display: flex;
              align-items: center; }
              .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a:hover i, .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a:hover span, .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a:active i, .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a:active span, .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a:focus i, .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li a:focus span {
                color: #FAB800; }
            .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li i {
              color: #767676;
              margin: 0 10px 0 0;
              font-size: 2.1428571429rem;
              transition: all 0.2s ease-in-out; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li i {
                  transition: none; } }
            .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li span {
              color: #767676;
              font-size: 1rem;
              line-height: 1.2857142857rem;
              letter-spacing: 0rem;
              transition: all 0.2s ease-in-out; }
              @media screen and (prefers-reduced-motion: reduce) {
                .somfy.minisites .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li span {
                  transition: none; } }
  .somfy.minisites .opening-hours .bg-hours {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    background-repeat: no-repeat; }
    .somfy.minisites .opening-hours .bg-hours-wrapper {
      overflow: hidden;
      margin-bottom: 70px;
      padding-top: 58.333333%; }
      @media (max-width: 991.98px) {
        .somfy.minisites .opening-hours .bg-hours-wrapper {
          padding-top: 50%; } }
  .somfy.minisites .opening-hours__title {
    font-size: 2rem;
    line-height: 2.1428571429rem;
    letter-spacing: 0rem;
    margin-bottom: 1.4285714286rem; }

.somfy.minisites.rtl .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li {
  padding: 0 0 1.7142857143rem 0.8571428571rem; }
  .somfy.minisites.rtl .opening-hours .container-fluid .content-support .container_items .support-content .applications ul li i {
    margin: 0 0 0 10px; }

.somfy.minisites.rtl .opening-hours .container-fluid .content-support .container_items .support-content:after {
  right: auto;
  left: -6.4285714286rem; }

.somfy.minisites.rtl .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .icon-play,
.somfy.minisites.rtl .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
  margin-left: 0;
  margin-right: 5rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .icon-play,
    .somfy.minisites.rtl .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
      margin-right: 0; } }

.somfy.minisites.rtl .thunbmails-minisites.-opening-hours .icon-arrow-slider.slick-next {
  right: 7.8571428571rem; }

.somfy.minisites.rtl .thunbmails-minisites.-opening-hours .icon-arrow-slider.slick-prev {
  left: 1.4285714286rem;
  right: auto !important; }

body .somfy.minisites .news {
  font-family: SomfySans-ExtraLight, sans-serif; }
  @media (max-width: 767.98px) {
    body .somfy.minisites .news {
      font-family: 'SomfySans-Light', sans-serif; } }

body.vi-vi .somfy.minisites .news,
body.vi-th .somfy.minisites .news {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.minisites .news {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.minisites .news {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.minisites .news,
body.ar-lb .somfy.minisites .news,
body.ar-ma .somfy.minisites .news,
body.ar-il .somfy.minisites .news {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.minisites .news {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.minisites .news {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.minisites .news,
body.tc-tw .somfy.minisites .news {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.minisites .news {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 767.98px) {
  .somfy.minisites .news {
    background-color: #fff !important; } }

.somfy.minisites .news .container-fluid .row {
  position: relative; }
  @media (max-width: 991.98px) {
    .somfy.minisites .news .container-fluid .row {
      padding: 0; } }
  .somfy.minisites .news .container-fluid .row .slick-slider {
    position: initial;
    margin-bottom: 0; }
    .somfy.minisites .news .container-fluid .row .slick-slider .slick-next {
      right: 0; }
    .somfy.minisites .news .container-fluid .row .slick-slider .slick-prev {
      left: 0; }
    .somfy.minisites .news .container-fluid .row .slick-slider .item {
      background-color: #F8F7F5;
      padding: 0 10px;
      margin-left: 15px;
      margin-right: 15px; }
      @media (max-width: 767.98px) {
        .somfy.minisites .news .container-fluid .row .slick-slider .item {
          margin: 0;
          padding: 40px 10px; } }
  @media (max-width: 767.98px) {
    .somfy.minisites .news .container-fluid .row .slick-dots {
      bottom: -2.2857142857rem;
      left: 0; } }

.somfy.minisites.rtl .news .container-fluid .row .slick-slider .slick-prev {
  right: 0 !important; }

.somfy.minisites .site-reviews .ratings-wrapper {
  margin-bottom: 0.7142857143rem; }

.somfy.minisites .site-reviews .slick-dotted.dots-large .slick-dots {
  justify-content: center; }
  @media (min-width: 768px) {
    .somfy.minisites .site-reviews .slick-dotted.dots-large .slick-dots li {
      max-width: 4.2857142857rem; } }

.somfy.minisites .site-reviews .row {
  position: relative; }
  .somfy.minisites .site-reviews .row .slick-slider {
    position: initial; }
    .somfy.minisites .site-reviews .row .slick-slider .slick-next {
      right: 0;
      margin-top: -2.8571428571rem; }
    .somfy.minisites .site-reviews .row .slick-slider .slick-prev {
      left: 0;
      margin-top: -2.8571428571rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-reviews .row .slick-dots {
      left: 0;
      bottom: 0.7142857143rem; } }

.somfy.minisites .site-reviews .review {
  margin-bottom: 1.4285714286rem; }
  .somfy.minisites .site-reviews .review p {
    line-height: 1.2857142857rem;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-reviews .review p {
        font-size: 1rem;
        line-height: 1.2857142857rem; } }
  .somfy.minisites .site-reviews .review:not(:last-child) {
    padding-bottom: 1.4285714286rem;
    border-bottom: 1px solid #e6e6e6; }

.somfy.minisites .site-form .site-form-full {
  display: none; }

.somfy.minisites .site-form .form-row {
  padding-left: 15.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form .form-row {
      padding-left: 0;
      margin: 0; }
      .somfy.minisites .site-form .form-row button {
        width: 100%; } }

.somfy.minisites .site-form .form-check {
  margin-bottom: 2.4285714286rem;
  margin-left: 15.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form .form-check {
      margin-left: 0;
      margin-bottom: 1.4285714286rem; } }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form .form-check-label {
      font-size: 1rem;
      line-height: 1.2857142857rem; } }

.somfy.minisites .site-form .col-form-label {
  float: left;
  width: 15.7142857143rem;
  color: #1A1B1C;
  font-size: 1.5714285714rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  body .somfy.minisites .site-form .col-form-label {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.minisites .site-form .col-form-label {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.minisites .site-form .col-form-label,
  body.vi-th .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .site-form .col-form-label,
  body.ar-lb .somfy.minisites .site-form .col-form-label,
  body.ar-ma .somfy.minisites .site-form .col-form-label,
  body.ar-il .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .site-form .col-form-label,
  body.tc-tw .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .site-form .col-form-label {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form .col-form-label {
      float: none;
      width: 100%;
      padding-top: 0;
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem; } }

.somfy.minisites .site-form .form-group {
  margin-bottom: 2.1428571429rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form .form-group {
      margin-bottom: 1rem; } }
  .somfy.minisites .site-form .form-group > label {
    float: left;
    width: 15.7142857143rem;
    color: #1A1B1C;
    font-size: 1.5714285714rem;
    line-height: 2rem;
    margin-bottom: 0;
    padding-top: 0.7857142857rem;
    padding-bottom: 0; }
    body .somfy.minisites .site-form .form-group > label {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy.minisites .site-form .form-group > label {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy.minisites .site-form .form-group > label,
    body.vi-th .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.minisites .site-form .form-group > label,
    body.ar-lb .somfy.minisites .site-form .form-group > label,
    body.ar-ma .somfy.minisites .site-form .form-group > label,
    body.ar-il .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.minisites .site-form .form-group > label,
    body.tc-tw .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.minisites .site-form .form-group > label {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-form .form-group > label {
        float: none;
        width: 100%;
        padding-top: 0;
        font-size: 1.1428571429rem;
        line-height: 1.5714285714rem; } }
  .somfy.minisites .site-form .form-group .form-control, .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy.minisites .form_assembly .wFormContainer .oneField .site-form .form-group input:not([type="file"]),
  .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .inputWrapper textarea, .somfy.minisites .form_assembly .wFormContainer .inputWrapper .site-form .form-group textarea,
  .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .inputWrapper select, .somfy.minisites .form_assembly .wFormContainer .inputWrapper .site-form .form-group select, .somfy.minisites .site-form .form-group input:not([type="file"]), .somfy.minisites .site-form .form-group textarea, .somfy.minisites .site-form .form-group select {
    width: calc(100% - 220px); }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-form .form-group .form-control, .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy.minisites .form_assembly .wFormContainer .oneField .site-form .form-group input:not([type="file"]),
      .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .inputWrapper textarea, .somfy.minisites .form_assembly .wFormContainer .inputWrapper .site-form .form-group textarea,
      .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .inputWrapper select, .somfy.minisites .form_assembly .wFormContainer .inputWrapper .site-form .form-group select, .somfy.minisites .site-form .form-group input:not([type="file"]), .somfy.minisites .site-form .form-group textarea, .somfy.minisites .site-form .form-group select {
        width: 100%;
        padding: 0.5rem 0.8571428571rem; }
        .somfy.minisites .site-form .form-group .form-control.bootstrap-select, .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]), .somfy.minisites .form_assembly .wFormContainer .oneField .site-form .form-group input.bootstrap-select:not([type="file"]),
        .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select, .somfy.minisites .form_assembly .wFormContainer .inputWrapper .site-form .form-group textarea.bootstrap-select,
        .somfy.minisites .site-form .form-group .form_assembly .wFormContainer .inputWrapper select.bootstrap-select, .somfy.minisites .form_assembly .wFormContainer .inputWrapper .site-form .form-group select.bootstrap-select, .somfy.minisites .site-form .form-group input:not([type="file"]).bootstrap-select, .somfy.minisites .site-form .form-group textarea.bootstrap-select, .somfy.minisites .site-form .form-group select.bootstrap-select {
          display: block;
          padding: 0; } }
  .somfy.minisites .site-form .form-group input + p.invalid-feedback, .somfy.minisites .site-form .form-group textarea + p.invalid-feedback, .somfy.minisites .site-form .form-group .custom-radio + p.invalid-feedback {
    margin-left: 15.7142857143rem; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-form .form-group input + p.invalid-feedback, .somfy.minisites .site-form .form-group textarea + p.invalid-feedback, .somfy.minisites .site-form .form-group .custom-radio + p.invalid-feedback {
        margin-left: 0; } }
  .somfy.minisites .site-form .form-group .g-recaptcha, .somfy.minisites .site-form .form-group .error_captcha {
    margin-left: 15.7142857143rem; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-form .form-group .g-recaptcha, .somfy.minisites .site-form .form-group .error_captcha {
        margin-left: 0;
        width: 100%;
        text-align: center; } }

.somfy.minisites .site-form #customform legend {
  font-size: 1.5714285714rem;
  line-height: 2rem;
  font-weight: normal;
  margin-left: 0; }
  body .somfy.minisites .site-form #customform legend {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.minisites .site-form #customform legend {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.minisites .site-form #customform legend,
  body.vi-th .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .site-form #customform legend,
  body.ar-lb .somfy.minisites .site-form #customform legend,
  body.ar-ma .somfy.minisites .site-form #customform legend,
  body.ar-il .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .site-form #customform legend,
  body.tc-tw .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .site-form #customform legend {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form #customform legend {
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem; } }

.somfy.minisites .site-form .custom-control-inline {
  margin-bottom: 0;
  margin-top: 0.2857142857rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-form .custom-control-inline {
      margin-right: 1.4285714286rem; } }
  .somfy.minisites .site-form .custom-control-inline label {
    color: #485C74;
    font-size: 1.1428571429rem; }
    body .somfy.minisites .site-form .custom-control-inline label {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy.minisites .site-form .custom-control-inline label {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy.minisites .site-form .custom-control-inline label,
    body.vi-th .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.minisites .site-form .custom-control-inline label,
    body.ar-lb .somfy.minisites .site-form .custom-control-inline label,
    body.ar-ma .somfy.minisites .site-form .custom-control-inline label,
    body.ar-il .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.minisites .site-form .custom-control-inline label,
    body.tc-tw .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.minisites .site-form .custom-control-inline label {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-form .custom-control-inline label {
        font-size: 1rem; } }

.somfy.minisites.rtl .site-form .form-group > label,
.somfy.minisites.rtl .site-form .col-form-label {
  float: right; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .site-form .form-group > label,
    .somfy.minisites.rtl .site-form .col-form-label {
      float: none; } }

.somfy.minisites.rtl .site-form .form-group input + p.invalid-feedback, .somfy.minisites.rtl .site-form .form-group textarea + p.invalid-feedback, .somfy.minisites.rtl .site-form .form-group .custom-radio + p.invalid-feedback {
  margin-left: auto;
  margin-right: 15.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .site-form .form-group input + p.invalid-feedback, .somfy.minisites.rtl .site-form .form-group textarea + p.invalid-feedback, .somfy.minisites.rtl .site-form .form-group .custom-radio + p.invalid-feedback {
      margin-right: 0; } }

.somfy.minisites.rtl .site-form .form-group .error_captcha {
  margin-left: auto;
  margin-right: 15.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .site-form .form-group .error_captcha {
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .somfy.minisites.rtl .site-form .custom-control-inline {
    margin-left: 1.4285714286rem;
    margin-right: 0; } }

.somfy.minisites.rtl .site-form .form-check {
  margin-left: 0;
  margin-right: 15.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .site-form .form-check {
      margin-right: 0; } }

.somfy.minisites.rtl .site-form .form-row {
  padding-left: 0;
  padding-right: 15.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy.minisites.rtl .site-form .form-row {
      padding-right: 0; } }

.somfy.search-page header {
  border-bottom: 1px solid #E7E5E5; }

.somfy.search-page .search-container {
  padding-top: 60px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .somfy.search-page .search-container {
      padding-top: 15px; } }
  .somfy.search-page .search-container .form-group {
    position: relative; }
    .somfy.search-page .search-container .form-group .search-control {
      height: 60px;
      margin-bottom: 50px; }
      @media (max-width: 991.98px) {
        .somfy.search-page .search-container .form-group .search-control {
          height: 40px;
          margin-bottom: 0px; } }
    .somfy.search-page .search-container .form-group .icon-append {
      position: absolute;
      right: 40px;
      top: calc(50% - 34px);
      font-size: 18px; }
      @media (max-width: 991.98px) {
        .somfy.search-page .search-container .form-group .icon-append {
          top: auto;
          right: 0; } }
  .somfy.search-page .search-container .tab-content .tab-pane .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E5E5;
    text-decoration: none;
    color: #767677; }
    .somfy.search-page .search-container .tab-content .tab-pane .list-item a {
      color: #767677; }
    .somfy.search-page .search-container .tab-content .tab-pane .list-item .img-container .icon {
      font-size: 3rem; }
    .somfy.search-page .search-container .tab-content .tab-pane .list-item:first-child {
      margin-top: 40px; }
    .somfy.search-page .search-container .tab-content .tab-pane .list-item .btn-play {
      position: absolute;
      z-index: 30;
      height: 100%;
      width: 100%;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .somfy.search-page .search-container .tab-content .tab-pane .list-item .btn-play .display_video {
        color: #495057;
        border-radius: 25px;
        border: 1px solid #343a40;
        width: 51px;
        height: 51px;
        outline: none; }
  .somfy.search-page .search-container .tab-content .tab-pane .sort-by {
    top: 206px; }
  .somfy.search-page .search-container .tab-content .tab-pane .menu-filter {
    top: 266px; }

.somfy.search-page.rtl .search-container .form-group .icon-append {
  right: auto;
  left: 40px; }
  @media (max-width: 991.98px) {
    .somfy.search-page.rtl .search-container .form-group .icon-append {
      left: 0; } }

.somfy.search-page.rtl [class*="col-"] {
  float: none; }

.somfy.search-page.rtl .text-right {
  text-align: left !important; }

.somfy.search-page.rtl .text-left {
  text-align: right !important; }

@media (min-width: 768px) {
  .somfy.search-page.rtl .pl-md-3, .somfy.search-page.rtl .px-md-3 {
    padding-right: 1rem !important;
    padding-left: inherit !important; } }

body .somfy.search-page #search-tab {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy.search-page #search-tab,
body.vi-th .somfy.search-page #search-tab {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.search-page #search-tab {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.search-page #search-tab {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.search-page #search-tab,
body.ar-lb .somfy.search-page #search-tab,
body.ar-ma .somfy.search-page #search-tab,
body.ar-il .somfy.search-page #search-tab {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.search-page #search-tab {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.search-page #search-tab {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.search-page #search-tab,
body.tc-tw .somfy.search-page #search-tab {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.search-page #search-tab {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.search-page #productFilter {
  padding-top: 20px; }
  @media (max-width: 767.98px) {
    .somfy.search-page #productFilter {
      padding-top: 0; } }

/* Common between header and block Assistance search */
.somfy .search-bar form {
  position: relative; }
  .somfy .search-bar form .sfy-v5-icon-photo {
    padding: 5px;
    cursor: pointer; }
    .somfy .search-bar form .sfy-v5-icon-photo.status-hidden {
      display: none; }
    .somfy .search-bar form .sfy-v5-icon-photo:hover:before {
      color: #FAB800;
      transition: color .2s ease-in-out; }
  .somfy .search-bar form .dropdown-menu {
    top: 100%;
    border-radius: 0;
    border-top: 0 !important;
    padding-bottom: 30px;
    margin: 1px 0 0;
    max-height: calc(100vh - 140px);
    overflow: auto; }
    @media (max-width: 991.98px) {
      .somfy .search-bar form .dropdown-menu > :first-child {
        margin-top: 0.5rem; }
      .somfy .search-bar form .dropdown-menu > :last-child {
        margin-bottom: 30px; } }
    .somfy .search-bar form .dropdown-menu .dropdown-header {
      padding-top: 35px;
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
      body .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .search-bar form .dropdown-menu .dropdown-header,
      body.vi-th .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .search-bar form .dropdown-menu .dropdown-header,
      body.ar-lb .somfy .search-bar form .dropdown-menu .dropdown-header,
      body.ar-ma .somfy .search-bar form .dropdown-menu .dropdown-header,
      body.ar-il .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .search-bar form .dropdown-menu .dropdown-header,
      body.tc-tw .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .search-bar form .dropdown-menu .dropdown-header {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .search-bar form .dropdown-menu .dropdown-item {
      padding: 0.25rem 3.5rem;
      white-space: normal; }
      .somfy .search-bar form .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #FAB800; }
        .somfy .search-bar form .dropdown-menu .dropdown-item:hover .search-result {
          color: #FAB800; }
      .somfy .search-bar form .dropdown-menu .dropdown-item.see-all {
        color: #FAB800; }
        .somfy .search-bar form .dropdown-menu .dropdown-item.see-all .icon-arrow-right:before {
          color: #FAB800; }
      .somfy .search-bar form .dropdown-menu .dropdown-item .search-result {
        border-bottom: 1px solid #E7E5E5; }
    .somfy .search-bar form .dropdown-menu .dropdown-divider {
      margin-top: 30px; }

/* Only in header */
@media (max-width: 991.98px) {
  .somfy.search-page header .navbar .search-bar form {
    height: auto; }
  .somfy.search-page header.show_dropdown .navbar .search-bar form {
    height: 100%; } }

.somfy header .navbar .search-bar {
  opacity: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
  .somfy header .navbar .search-bar .container-fluid {
    padding: 0 10px; }
    @media (max-width: 991.98px) {
      .somfy header .navbar .search-bar .container-fluid {
        padding: 0; } }
  .somfy header .navbar .search-bar form {
    background: #fff;
    height: 100%; }
    @media (max-width: 991.98px) {
      .somfy header .navbar .search-bar form .dropdown-menu {
        border-left: 0;
        border-right: 0;
        padding: 0;
        top: 6.4285714286rem;
        max-height: calc(100vh - 160px); } }
    .somfy header .navbar .search-bar form .search-dropdown {
      height: 100%; }
      .somfy header .navbar .search-bar form .search-dropdown .search-thumbnail {
        max-height: 52px; }
      @media (max-width: 991.98px) {
        .somfy header .navbar .search-bar form .search-dropdown {
          height: auto;
          border-bottom: 1px solid #E7E5E5; }
          .somfy header .navbar .search-bar form .search-dropdown .search-thumbnail {
            max-height: 30px; } }
    .somfy header .navbar .search-bar form .form-control, .somfy header .navbar .search-bar form .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy .form_assembly .wFormContainer .oneField header .navbar .search-bar form input:not([type="file"]),
    .somfy header .navbar .search-bar form .form_assembly .wFormContainer .inputWrapper textarea, .somfy .form_assembly .wFormContainer .inputWrapper header .navbar .search-bar form textarea,
    .somfy header .navbar .search-bar form .form_assembly .wFormContainer .inputWrapper select, .somfy .form_assembly .wFormContainer .inputWrapper header .navbar .search-bar form select {
      border: none;
      outline: none; }
    .somfy header .navbar .search-bar form .sfy-v5-icon-h-search {
      font-size: 20px;
      color: #3d5771; }
  @media (max-width: 991.98px) {
    .somfy header .navbar .search-bar {
      position: fixed;
      height: 100%;
      pointer-events: none; }
      .somfy header .navbar .search-bar form {
        padding-top: 41px;
        padding-left: 20px;
        padding-right: 20px; } }

.somfy header[data-search="open"] .search-bar {
  opacity: 1;
  z-index: 100;
  margin: 1px 0 0;
  border-bottom: 1px solid #E7E5E5;
  pointer-events: all; }
  @media (max-width: 991.98px) {
    .somfy header[data-search="open"] .search-bar {
      z-index: 150;
      border-bottom: none;
      pointer-events: none; }
      .somfy header[data-search="open"] .search-bar form {
        pointer-events: all; } }

.somfy header[data-search="open"] .btnOpenSearch {
  opacity: 0;
  width: calc(100% - 200px) !important;
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy header[data-search="open"] .btnOpenSearch {
      transition: none; } }

@media (max-width: 991.98px) {
  .somfy header[data-search="open"].show_dropdown .search-bar {
    pointer-events: all; } }

.somfy.rtl header .text-left {
  text-align: right !important; }

.somfy.rtl header .dealers-locator.has-dealers .header .new-search-button {
  text-align: right; }

.somfy .focus_2_products {
  padding-top: 100px;
  padding-bottom: 100px; }
  .somfy .focus_2_products.bg-white {
    background-color: #FFFFFF !important; }
    .somfy .focus_2_products.bg-white .product_content_wrapper {
      background-color: #F8F7F5 !important; }
      .somfy .focus_2_products.bg-white .product_content_wrapper .product_container {
        background-color: #F8F7F5 !important; }
  .somfy .focus_2_products.bg-gray {
    background-color: #F8F7F5; }
    .somfy .focus_2_products.bg-gray .product_content_wrapper {
      background-color: #FFFFFF !important; }
      .somfy .focus_2_products.bg-gray .product_content_wrapper .product_container {
        background-color: #FFFFFF !important; }
  @media (max-width: 767.98px) {
    .somfy .focus_2_products {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .somfy .focus_2_products .container-fluid .title_content {
    padding-bottom: 50px; }
    @media (max-width: 767.98px) {
      .somfy .focus_2_products .container-fluid .title_content {
        padding-bottom: 20px; } }
    .somfy .focus_2_products .container-fluid .title_content .title_2 {
      padding-bottom: 10px;
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .somfy .focus_2_products .container-fluid .products {
      margin-right: -20px;
      padding-top: 0;
      overflow-x: scroll;
      flex-wrap: nowrap !important;
      overflow: hidden; } }
  .somfy .focus_2_products .container-fluid .products.slick-dotted.slick-slider {
    padding-bottom: 30px;
    margin-bottom: 0; }
  .somfy .focus_2_products .container-fluid .products .product_content_wrapper .img_wrapper {
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .somfy .focus_2_products .container-fluid .products .product_content_wrapper .img_wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px; } }
    .somfy .focus_2_products .container-fluid .products .product_content_wrapper .img_wrapper img {
      width: 100%; }
  .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper {
    height: 28px; }
    .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
      background-color: #FAB800;
      color: #FFFFFF;
      padding: 2px 9px;
      border-radius: 4px;
      transition: all 0.3s ease-in-out; }
      body .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now,
      body.vi-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now,
      body.ar-lb .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now,
      body.ar-ma .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now,
      body.ar-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now,
      body.tc-tw .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .buy_now_wrapper .buy_now {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .focus_2_products .container-fluid .products .product_content_wrapper .title-content {
    height: 58px; }
    .somfy .focus_2_products .container-fluid .products .product_content_wrapper .title-content .subtitle_1 {
      margin-bottom: 0;
      padding-bottom: 10px;
      padding-top: 20px; }
      @media (max-width: 767.98px) {
        .somfy .focus_2_products .container-fluid .products .product_content_wrapper .title-content .subtitle_1 {
          padding-top: 15px; } }
  .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
    margin-bottom: 0;
    padding-bottom: 20px; }
    body .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big,
    body.vi-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big,
    body.ar-lb .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big,
    body.ar-ma .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big,
    body.ar-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big,
    body.tc-tw .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .focus_2_products .container-fluid .products .product_content_wrapper .text_big {
        display: none; } }
  .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price {
    padding-bottom: 25px; }
    @media (max-width: 767.98px) {
      .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price {
        padding-bottom: 20px; }
        .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
          font-size: 18px; }
        .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
          font-size: 28px; } }
    .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
      color: #767677;
      margin-bottom: 0;
      text-decoration: line-through; }
      body .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price,
      body.vi-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price,
      body.ar-lb .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price,
      body.ar-ma .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price,
      body.ar-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price,
      body.tc-tw .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .old_price {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
      padding-left: 20px;
      margin-bottom: 0; }
      body .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price,
      body.vi-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price,
      body.ar-lb .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price,
      body.ar-ma .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price,
      body.ar-il .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price,
      body.tc-tw .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .focus_2_products .container-fluid .products .product_content_wrapper .btnClassic, .somfy.product-page.-pim .focus_2_products .container-fluid .products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .focus_2_products .container-fluid .products .product_content_wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .focus_2_products .container-fluid .products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .focus_2_products .container-fluid .products .product_content_wrapper .ts-header-filter-dropdown-content {
    background-color: #FAB800;
    transition: background-color 0.3s ease-in-out;
    color: #FFFFFF; }
    .somfy .focus_2_products .container-fluid .products .product_content_wrapper .btnClassic:hover, .somfy.product-page.-pim .focus_2_products .container-fluid .products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .focus_2_products .container-fluid .products .product_content_wrapper .ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .focus_2_products .container-fluid .products .product_content_wrapper .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .focus_2_products .container-fluid .products .product_content_wrapper .ts-header-filter-dropdown-content:hover {
      background-color: #EC9600; }
  @media (max-width: 767.98px) {
    .somfy .focus_2_products .container-fluid .products .slick-list {
      padding: 0px 8% 0 0; } }
  .somfy .focus_2_products .container-fluid .products .slick-list .product .product_content_wrapper .product_item .product_container .img_wrapper {
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 767.98px) {
      .somfy .focus_2_products .container-fluid .products .slick-list .product .product_content_wrapper .product_item .product_container .img_wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    .somfy .focus_2_products .container-fluid .products .slick-list .product .product_content_wrapper .product_item .product_container .img_wrapper img {
      width: 100%; }
  .somfy .focus_2_products .container-fluid .cta {
    display: none; }
    body .somfy .focus_2_products .container-fluid .cta {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .focus_2_products .container-fluid .cta,
    body.vi-th .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .focus_2_products .container-fluid .cta,
    body.ar-lb .somfy .focus_2_products .container-fluid .cta,
    body.ar-ma .somfy .focus_2_products .container-fluid .cta,
    body.ar-il .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .focus_2_products .container-fluid .cta,
    body.tc-tw .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .focus_2_products .container-fluid .cta {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .focus_2_products .container-fluid .cta a {
      display: none;
      width: 100%;
      background-color: #FAB800;
      border-radius: 4px;
      color: #FFF;
      transition: background-color 0.3s ease-in-out; }
    @media (max-width: 767.98px) {
      .somfy .focus_2_products .container-fluid .cta {
        display: block !important;
        padding-top: 30px; }
        .somfy .focus_2_products .container-fluid .cta a {
          display: block !important; } }
  .somfy .focus_2_products .container-fluid .slick-dots {
    bottom: 0 !important;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0; }

.somfy .video_with_introduction {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto; }
  @media (max-width: 767.98px) {
    .somfy .video_with_introduction .mb_remove_padding {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .somfy .video_with_introduction {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .somfy .video_with_introduction .title_content {
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .somfy .video_with_introduction .title_content {
        padding-bottom: 0; } }
  .somfy .video_with_introduction .title_content .title_2 {
    margin-bottom: 0; }
  .somfy .video_with_introduction .title_content .subtitle_1 {
    padding-top: 20px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .somfy .video_with_introduction .title_content .subtitle_1 {
        padding-bottom: 40px; } }
  .somfy .video_with_introduction .ytp-large-play-button {
    display: none; }
  .somfy .video_with_introduction .vwi_container {
    display: none;
    overflow: hidden;
    background: white;
    position: relative; }
    .somfy .video_with_introduction .vwi_container:before {
      display: block;
      content: "";
      padding-top: 56.25%; }
    .somfy .video_with_introduction .vwi_container .teester-player {
      position: initial !important; }
    .somfy .video_with_introduction .vwi_container iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .somfy .video_with_introduction .vwi_container iframe body {
        background-color: initial !important;
        height: 0 !important;
        width: 0 !important;
        overflow: initial !important;
        position: absolute !important; }
    .somfy .video_with_introduction .vwi_container.show {
      display: block; }
    .somfy .video_with_introduction .vwi_container .ytp-cued-thumbnail-overlay .ytp-large-play-button {
      display: none !important; }
    .somfy .video_with_introduction .vwi_container .ytp-watermark {
      display: none; }
  .somfy .video_with_introduction .bg_full_container {
    height: 0;
    overflow: hidden;
    background: white;
    position: relative; }
    @media (min-width: 768px) {
      .somfy .video_with_introduction .bg_full_container {
        padding-top: calc((732 / 1300) * 100%); } }
    @media (max-width: 767.98px) {
      .somfy .video_with_introduction .bg_full_container {
        height: 100%; } }
    .somfy .video_with_introduction .bg_full_container.hide {
      display: none; }
    .somfy .video_with_introduction .bg_full_container .bg_full_width_video {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767.98px) {
        .somfy .video_with_introduction .bg_full_container .bg_full_width_video {
          position: relative;
          padding: 40px 0;
          min-height: calc((732 / 1300) * 100vw); } }
      .somfy .video_with_introduction .bg_full_container .bg_full_width_video:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1A1B1C;
        opacity: 0.6; }
      @media (max-width: 767.98px) {
        .somfy .video_with_introduction .bg_full_container .bg_full_width_video .mobile_btn_display {
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
    .somfy .video_with_introduction .bg_full_container .vwi_text_container {
      width: 100%; }
      .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content {
        margin: 0;
        padding: 0; }
        .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .subtitle_1, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .subtitle_2, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .video_with_introduction .bg_full_container .vwi_text_container .title_content legend,
        .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .title_1, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .title_2, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .title_3 {
          color: #FFFFFF;
          font-weight: 100;
          margin-bottom: 30px;
          padding-top: 0; }
          @media (max-width: 767.98px) {
            .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .subtitle_1, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .subtitle_2, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .video_with_introduction .bg_full_container .vwi_text_container .title_content legend,
            .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .title_1, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .title_2, .somfy .video_with_introduction .bg_full_container .vwi_text_container .title_content .title_3 {
              padding-top: 0;
              padding-bottom: 0;
              margin-bottom: 20px; } }
  .somfy .video_with_introduction .video_in_block {
    width: 80px;
    height: 80px;
    outline: none;
    text-decoration: none; }
    .somfy .video_with_introduction .video_in_block.mobile_btn_display {
      display: none; }
    .somfy .video_with_introduction .video_in_block.desktop_btn_display {
      display: block;
      margin: auto; }
    .somfy .video_with_introduction .video_in_block:hover span {
      color: #FAB800;
      border: 1px solid #FAB800; }
    @media (max-width: 767.98px) {
      .somfy .video_with_introduction .video_in_block {
        width: 39px;
        height: 39px; } }
    .somfy .video_with_introduction .video_in_block span {
      color: #FFFFFF;
      border-radius: 100%;
      border: 1px solid #FFFFFF;
      top: 0;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 767.98px) {
        .somfy .video_with_introduction .video_in_block span {
          top: 0 !important; } }
      .somfy .video_with_introduction .video_in_block span:before {
        font-size: 3em;
        padding-left: 8px; }
        @media (max-width: 767.98px) {
          .somfy .video_with_introduction .video_in_block span:before {
            font-size: 14px;
            padding-left: 2px; } }

.somfy .section_title_html {
  padding-top: 100px; }
  .somfy .section_title_html.bg_gray {
    background-color: #F8F7F5; }
  .somfy .section_title_html.bg_white {
    background-color: #FFFFFF; }

.somfy .benefits_icons_2 .title_content {
  color: #1A1B1C; }
  .somfy .benefits_icons_2 .title_content .title_2 {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_icons_2 .title_content .title_2 {
        margin-bottom: 10px; } }

.somfy .benefits_icons_2 .foot-note {
  padding-top: 20px; }
  body .somfy .benefits_icons_2 .foot-note {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .benefits_icons_2 .foot-note,
  body.vi-th .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .benefits_icons_2 .foot-note,
  body.ar-lb .somfy .benefits_icons_2 .foot-note,
  body.ar-ma .somfy .benefits_icons_2 .foot-note,
  body.ar-il .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .benefits_icons_2 .foot-note,
  body.tc-tw .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .benefits_icons_2 .foot-note {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .benefits_icons_2 .benefit_main_content .subtitle_1, .somfy .benefits_icons_2 .benefit_main_content .subtitle_2, .somfy .benefits_icons_2 .benefit_main_content .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_icons_2 .benefit_main_content legend {
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons_2 .benefit_main_content .subtitle_1, .somfy .benefits_icons_2 .benefit_main_content .subtitle_2, .somfy .benefits_icons_2 .benefit_main_content .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_icons_2 .benefit_main_content legend {
      margin-bottom: 50px; } }

.somfy .benefits_icons_2 .container-fluid .border_icon_2 {
  height: 1px;
  background-color: #E6E6E6; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons_2 .container-fluid .border_icon_2 {
      display: none; } }

.somfy .benefits_icons_2 .container-fluid hr {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons_2 .container-fluid hr {
      display: none; } }

.somfy .benefits_icons_2 .container-fluid .benefit_item {
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons_2 .container-fluid .benefit_item {
      padding-bottom: 50px; } }
  .somfy .benefits_icons_2 .container-fluid .benefit_item .subtitle_1, .somfy .benefits_icons_2 .container-fluid .benefit_item .subtitle_2, .somfy .benefits_icons_2 .container-fluid .benefit_item .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_icons_2 .container-fluid .benefit_item legend {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .somfy .benefits_icons_2 .container-fluid .benefit_item .subtitle_1, .somfy .benefits_icons_2 .container-fluid .benefit_item .subtitle_2, .somfy .benefits_icons_2 .container-fluid .benefit_item .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .benefits_icons_2 .container-fluid .benefit_item legend {
        color: #767677; } }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons_2 .container-fluid .benefit_item .title_3 {
      margin-bottom: 5px; }
      .somfy .benefits_icons_2 .container-fluid .benefit_item .title_3 br {
        display: none; } }

.somfy .benefits_icons_2 .container-fluid .benefit_items_container {
  padding-top: 50px; }
  @media (max-width: 767.98px) {
    .somfy .benefits_icons_2 .container-fluid .benefit_items_container {
      padding-top: 0; } }
  .somfy .benefits_icons_2 .container-fluid .benefit_items_container div .icon_container {
    padding-bottom: 10px; }
    .somfy .benefits_icons_2 .container-fluid .benefit_items_container div .icon_container svg {
      fill: #FAB800;
      width: 70px;
      height: 70px; }
    .somfy .benefits_icons_2 .container-fluid .benefit_items_container div .icon_container img {
      height: 70px; }

@media (max-width: 767.98px) {
  .somfy .testimonials {
    padding: 40px 10px 80px; } }

.somfy .testimonials.bg_gray {
  background-color: #F8F7F5; }

.somfy .testimonials.bg_white {
  background-color: #FFFFFF; }

.somfy .testimonials .container-fluid .title_content {
  margin-bottom: 85px; }
  @media (max-width: 767.98px) {
    .somfy .testimonials .container-fluid .title_content {
      margin-bottom: 20px; } }
  .somfy .testimonials .container-fluid .title_content .title_2 {
    margin-bottom: 0; }

.somfy .testimonials .container-fluid .main_wrapper_slide .item_profile_wrapper {
  height: 100%; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .item_profile_wrapper .item_profile {
    height: 100%;
    flex-basis: auto; }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-list {
  width: 100%; }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important; }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide .picture_profile {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide .picture_profile img {
    border: 3px solid #FAB800;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide .picture_profile img {
        border: 2px solid #FAB800; } }
  .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide .picture_profile .picture_profile_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.05);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.05);
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide .picture_profile .picture_profile_img {
        transition: none; } }
  .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide .picture_profile:before {
    content: '';
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5; }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide.is-active .name_profile p {
  display: block; }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide.is-active .picture_profile {
  border: 3px solid #FAB800; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide.is-active .picture_profile img {
    border: 3px solid #FAB800; }
    @media (max-width: 767.98px) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide.is-active .picture_profile img {
        border: 2px solid #FAB800; } }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide.is-active .name_profile p {
  opacity: 1; }

.somfy .testimonials .container-fluid .main_wrapper_slide .slick-slide.is-active .category_name p {
  opacity: 1;
  color: #FAB800; }

.somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item {
  width: 100% !important; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:focus {
    outline: none; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item .picture_profile {
    border: 3px solid transparent;
    border-radius: 50%;
    transition: all 0.2s ease-in-out; }
    .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item .picture_profile .picture_profile_img {
      -moz-border-radius: 50%; }
      @media (max-width: 767.98px) {
        .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item .picture_profile .picture_profile_img {
          border: 2px solid transparent; } }
  .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:hover, .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:focus {
    cursor: pointer; }
    .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:hover .name_profile p, .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:focus .name_profile p {
      color: #FCAC22;
      opacity: 1; }
    .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:hover .picture_profile, .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:focus .picture_profile {
      border-color: #FAB800; }
    .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:hover .category_name p, .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item:focus .category_name p {
      color: #FAB800;
      opacity: 1; }
  @media (max-width: 767.98px) {
    .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item {
      display: none !important; }
      .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item.is-active {
        display: flex !important; } }
  .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item .picture_profile {
    border-radius: 100%; }
    @media (max-width: 767.98px) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item .picture_profile {
        width: 90px;
        height: 90px;
        padding-top: 0;
        margin: auto; } }
    .somfy .testimonials .container-fluid .main_wrapper_slide .wrapper_item .picture_profile img {
      min-height: 1px;
      height: auto; }

.somfy .testimonials .container-fluid .main_wrapper_slide .double_item_profile .item_profile:first-child {
  padding-right: 10px; }

.somfy .testimonials .container-fluid .main_wrapper_slide .double_item_profile .item_profile:last-child {
  padding-left: 10px; }

.somfy .testimonials .container-fluid .main_wrapper_slide .item_profile {
  width: 100%; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .item_profile img {
    width: 100%; }

.somfy .testimonials .container-fluid .main_wrapper_slide .name_profile {
  height: 22px;
  margin-bottom: 12px; }
  .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
    color: #FAB800;
    margin-bottom: 0;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
        transition: none; } }
    body .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p,
    body.vi-th .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p,
    body.ar-lb .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p,
    body.ar-ma .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p,
    body.ar-il .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p,
    body.tc-tw .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .name_profile p {
        opacity: 1; } }

.somfy .testimonials .container-fluid .main_wrapper_slide .category_name {
  padding-top: 20px; }
  @media (max-width: 767.98px) {
    .somfy .testimonials .container-fluid .main_wrapper_slide .category_name {
      padding-top: 40px; } }
  .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
    margin-bottom: 0;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
        transition: none; } }
    body .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p,
    body.vi-th .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p,
    body.ar-lb .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p,
    body.ar-ma .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p,
    body.ar-il .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p,
    body.tc-tw .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .testimonials .container-fluid .main_wrapper_slide .category_name p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .testimonials .container-fluid .categories_description {
  padding-top: 60px; }
  @media (max-width: 767.98px) {
    .somfy .testimonials .container-fluid .categories_description {
      padding-top: 10px;
      margin-bottom: 20px; }
      .somfy .testimonials .container-fluid .categories_description br {
        display: none; } }

@media (max-width: 767.98px) {
  .somfy .testimonials .-shadow {
    box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px 0; }
    .somfy .testimonials .-shadow .slick-dots {
      bottom: -50px; } }

@media (max-width: 767.98px) {
  .somfy .testimonials.bg-gray .-shadow {
    background: white !important; } }

@media (max-width: 767.98px) {
  .somfy .testimonials.bg-white .container-fluid .title_content {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .somfy .section-news {
    padding-bottom: 70px; } }

body .somfy .section-news {
  font-family: SomfySans-ExtraLight, sans-serif; }
  @media (max-width: 767.98px) {
    body .somfy .section-news {
      font-family: 'SomfySans-Light', sans-serif; } }

body.vi-vi .somfy .section-news,
body.vi-th .somfy .section-news {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .section-news {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .section-news {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .section-news,
body.ar-lb .somfy .section-news,
body.ar-ma .somfy .section-news,
body.ar-il .somfy .section-news {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .section-news {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .section-news {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .section-news,
body.tc-tw .somfy .section-news {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .section-news {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

@media (max-width: 991.98px) {
  .somfy .section-news {
    padding-top: 30px; } }

.somfy .section-news .title-gray {
  color: #767677; }

.somfy .section-news .title_content {
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .somfy .section-news .title_content {
      padding-bottom: 40px; } }

.somfy .section-news .block-news {
  padding: 25px 20px;
  height: 100%;
  min-height: 400px;
  text-decoration: none; }
  .somfy .section-news .block-news.bg-primary:hover {
    background-color: #FAB800 !important; }
  @media (max-width: 991.98px) {
    .somfy .section-news .block-news {
      min-height: 290px;
      padding: 20px 15px; } }
  .somfy .section-news .block-news .subtitle_1 {
    flex: 0 0 auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  .somfy .section-news .block-news.text-white p, .somfy .section-news .block-news.text-white h3 {
    color: #fff !important; }
  .somfy .section-news .block-news.block-image {
    background-size: cover;
    background-position: center; }
  .somfy .section-news .block-news.block-content .background-container {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover; }
  .somfy .section-news .block-news > * {
    max-width: 100%; }

.somfy .section-news .social-network, .somfy .section-news .block-social {
  padding-top: 100px;
  padding-bottom: 50px; }
  .somfy .section-news .social-network ul, .somfy .section-news .block-social ul {
    margin-top: 4rem; }
    .somfy .section-news .social-network ul .social-icon, .somfy .section-news .block-social ul .social-icon {
      border: 1px solid #485C74;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      margin-left: 10px;
      position: relative; }
      .somfy .section-news .social-network ul .social-icon a, .somfy .section-news .block-social ul .social-icon a {
        color: #485C74; }
        .somfy .section-news .social-network ul .social-icon a [class*="icon-"], .somfy .section-news .block-social ul .social-icon a [class*="icon-"] {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          font-size: 18px; }
  @media (max-width: 991.98px) {
    .somfy .section-news .social-network, .somfy .section-news .block-social {
      padding-top: 40px; } }

.somfy .section-news .col-news .content_admin {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0; }
  .somfy .section-news .col-news .content_admin + br {
    display: none; }

@media (max-width: 991.98px) {
  .somfy .columns-full-width .container-fluid .row {
    margin-left: -20px;
    margin-right: -20px; } }

.somfy .columns-full-width .container-fluid .title-content {
  padding-top: 70px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .somfy .columns-full-width .container-fluid .title-content {
      padding-top: 30px;
      padding-bottom: 0; } }

.somfy .columns-full-width .container-fluid .one-column {
  height: 100%; }
  body .somfy .columns-full-width .container-fluid .one-column {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .columns-full-width .container-fluid .one-column,
  body.vi-th .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .columns-full-width .container-fluid .one-column,
  body.ar-lb .somfy .columns-full-width .container-fluid .one-column,
  body.ar-ma .somfy .columns-full-width .container-fluid .one-column,
  body.ar-il .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .columns-full-width .container-fluid .one-column,
  body.tc-tw .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .columns-full-width .container-fluid .one-column {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .columns-full-width .container-fluid .one-column .justify-content-center {
    width: 100%; }
  .somfy .columns-full-width .container-fluid .one-column .h-100 {
    height: 100%; }
  .somfy .columns-full-width .container-fluid .one-column .img-container img {
    max-width: 100%;
    height: auto; }
  .somfy .columns-full-width .container-fluid .one-column .img-container svg {
    height: 120px;
    width: 120px;
    fill: #485C74; }
    @media (max-width: 991.98px) {
      .somfy .columns-full-width .container-fluid .one-column .img-container svg {
        height: 100px;
        width: 100px; } }
  .somfy .columns-full-width .container-fluid .one-column .column-title {
    padding-bottom: 30px;
    padding-top: 30px; }
    body .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .columns-full-width .container-fluid .one-column .column-title {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .columns-full-width .container-fluid .one-column .column-title,
    body.vi-th .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .columns-full-width .container-fluid .one-column .column-title,
    body.ar-lb .somfy .columns-full-width .container-fluid .one-column .column-title,
    body.ar-ma .somfy .columns-full-width .container-fluid .one-column .column-title,
    body.ar-il .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .columns-full-width .container-fluid .one-column .column-title,
    body.tc-tw .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .columns-full-width .container-fluid .one-column .column-title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .somfy .columns-full-width .container-fluid .one-column .column-title {
        padding-top: 20px;
        padding-bottom: 15px; } }
  .somfy .columns-full-width .container-fluid .one-column.bg-dark .column-title, .somfy .columns-full-width .container-fluid .one-column.bg-dark .column-text, .somfy .columns-full-width .container-fluid .one-column.bg-dark .column-text h4, .somfy .columns-full-width .container-fluid .one-column.bg-dark .column-text h5 {
    color: #fff; }
  .somfy .columns-full-width .container-fluid .one-column.bg-dark .img-container svg {
    fill: #fff; }

.somfy.rtl .columns-full-width .one-column {
  padding: 60px 0px 50px 50px; }
  @media (max-width: 991.98px) {
    .somfy.rtl .columns-full-width .one-column {
      padding: 40px 20px 30px; } }

@media (min-width: 768px) {
  .somfy.rtl .columns-full-width .text-md-left {
    text-align: right !important; } }

.somfy .custom-form .container-fluid .title-content {
  padding-bottom: 80px;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .somfy .custom-form .container-fluid .title-content {
      padding-bottom: 20px; } }

.somfy .custom-form .container-fluid .one-column .bg-white {
  padding-top: 45px; }
  .somfy .custom-form .container-fluid .one-column .bg-white .text-center {
    padding-top: 0; }
  .somfy .custom-form .container-fluid .one-column .bg-white .site-form-confirm {
    padding-bottom: 65px; }
  @media (max-width: 991.98px) {
    .somfy .custom-form .container-fluid .one-column .bg-white {
      padding-top: 0; } }

.somfy .custom-form .container-fluid .one-column .title_2 {
  margin-bottom: 40px; }

.somfy .custom-form .container-fluid .one-column .subtitle_1, .somfy .custom-form .container-fluid .one-column .subtitle_2, .somfy .custom-form .container-fluid .one-column .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .custom-form .container-fluid .one-column legend {
  margin-bottom: 40px; }

.somfy .custom-form .container-fluid .one-column .content_img {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .somfy .custom-form .container-fluid .one-column .content_img {
      display: none; } }
  .somfy .custom-form .container-fluid .one-column .content_img img {
    max-width: 100%; }

@media (max-width: 991.98px) {
  .somfy .custom-form .container-fluid .one-column {
    padding-top: 0; } }

.somfy .custom-form .container-fluid form {
  padding-bottom: 90px; }
  @media (max-width: 991.98px) {
    .somfy .custom-form .container-fluid form {
      padding-top: 30px;
      padding-bottom: 50px; } }

.somfy .slider_logo .container-fluid .title-content {
  padding-top: 70px;
  padding-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .somfy .slider_logo .container-fluid .title-content {
      padding-top: 30px;
      padding-bottom: 40px; } }

.somfy .slider_logo .container-fluid .img-content {
  width: 100%; }

.somfy .slider_logo .button-group {
  margin-bottom: 2.8571428571rem; }
  .somfy .slider_logo .button-group button {
    margin: 0 0.3571428571rem; }
  @media (max-width: 991.98px) {
    .somfy .slider_logo .button-group {
      display: none; } }

.somfy .slider_logo .dropdown {
  display: none;
  margin-bottom: 2.8571428571rem; }
  @media (max-width: 991.98px) {
    .somfy .slider_logo .dropdown {
      display: block; } }

.somfy .slider_logo .logo-list {
  text-align: center; }
  .somfy .slider_logo .logo-list ul {
    list-style: none;
    padding: 0;
    justify-content: center; }
    .somfy .slider_logo .logo-list ul li {
      display: flex;
      justify-content: center; }

@media (max-width: 767.98px) {
  .somfy .process {
    padding-bottom: 40px; } }

@media (max-width: 767.98px) {
  .somfy .process .steps-process {
    margin-bottom: 20px; } }

.somfy .process .container-fluid .slick-dots {
  display: none !important; }

@media (max-width: 767.98px) {
  .somfy .process .container-fluid .slick-list {
    margin: -10px;
    padding: 10px; } }

@media (max-width: 767.98px) {
  .somfy .process .container-fluid .step {
    box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .somfy .process .container-fluid .step .row {
      margin-right: 0;
      margin-left: 0; } }

.somfy .process .container-fluid .step button + button {
  margin-left: 20px; }

.somfy .process .container-fluid .step .image-content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 600px;
  width: 600px; }
  @media (max-width: 991.98px) {
    .somfy .process .container-fluid .step .image-content {
      width: 100%;
      height: 300px; } }
  .somfy .process .container-fluid .step .image-content img {
    max-height: 100%;
    max-width: 100%; }

body .somfy .process .container-fluid .font-light {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy .process .container-fluid .font-light,
body.vi-th .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy .process .container-fluid .font-light,
body.ar-lb .somfy .process .container-fluid .font-light,
body.ar-ma .somfy .process .container-fluid .font-light,
body.ar-il .somfy .process .container-fluid .font-light {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy .process .container-fluid .font-light,
body.tc-tw .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy .process .container-fluid .font-light {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy .process .btn-wrapper {
  margin-bottom: 60px; }
  .somfy .process .btn-wrapper .btn-slick-prev, .somfy .process .btn-wrapper .btn-slick-next {
    width: 40%;
    margin: 0; }

@media (max-width: 991.98px) {
  .somfy.rtl .process .step .text-block-wrapper {
    text-align: center; } }

.somfy.rtl .process .step button + button {
  margin-left: 0;
  margin-right: 20px; }

.somfy .offers .container-fluid .title-content {
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .somfy .offers .container-fluid .title-content {
      padding-bottom: 40px; }
      .somfy .offers .container-fluid .title-content .title_3 {
        font-size: 1.8571428571rem; } }

.somfy .offers .container-fluid .offer > .d-flex.collapsed .icon-ctrl {
  transform: rotateX(180deg); }

@media (max-width: 575.98px) {
  .somfy .offers .container-fluid .offer > .d-flex {
    background: #fff;
    padding: 20px 30px; }
    .somfy .offers .container-fluid .offer > .d-flex.collapsed {
      border-radius: 10px; }
    .somfy .offers .container-fluid .offer > .d-flex:not(.collapsed) {
      border-radius: 10px 10px 0 0; } }

.somfy .offers .container-fluid .offer > .d-flex .offer-title {
  padding: 70px 0 50px; }
  body .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .offers .container-fluid .offer > .d-flex .offer-title {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .offers .container-fluid .offer > .d-flex .offer-title,
  body.vi-th .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .offers .container-fluid .offer > .d-flex .offer-title,
  body.ar-lb .somfy .offers .container-fluid .offer > .d-flex .offer-title,
  body.ar-ma .somfy .offers .container-fluid .offer > .d-flex .offer-title,
  body.ar-il .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .offers .container-fluid .offer > .d-flex .offer-title,
  body.tc-tw .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .offers .container-fluid .offer > .d-flex .offer-title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 1199.98px) {
    .somfy .offers .container-fluid .offer > .d-flex .offer-title {
      padding: 50px 0 30px; } }
  @media (max-width: 991.98px) {
    .somfy .offers .container-fluid .offer > .d-flex .offer-title {
      padding: 30px 0 20px; } }
  @media (max-width: 575.98px) {
    .somfy .offers .container-fluid .offer > .d-flex .offer-title {
      padding: 0; } }

.somfy .offers .container-fluid .offer > .d-flex .offer-price {
  padding: 25px 0;
  background-color: #F8F7F5; }
  body .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .offers .container-fluid .offer > .d-flex .offer-price {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .offers .container-fluid .offer > .d-flex .offer-price,
  body.vi-th .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .offers .container-fluid .offer > .d-flex .offer-price,
  body.ar-lb .somfy .offers .container-fluid .offer > .d-flex .offer-price,
  body.ar-ma .somfy .offers .container-fluid .offer > .d-flex .offer-price,
  body.ar-il .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .offers .container-fluid .offer > .d-flex .offer-price,
  body.tc-tw .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .offers .container-fluid .offer > .d-flex .offer-price {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 575.98px) {
    .somfy .offers .container-fluid .offer > .d-flex .offer-price {
      padding: 0;
      background-color: #fff; } }

.somfy .offers .container-fluid .offer .offer-content {
  padding: 30px 15px;
  font-size: 1.2rem;
  line-height: 1.6rem; }
  body .somfy .offers .container-fluid .offer .offer-content {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .offers .container-fluid .offer .offer-content,
  body.vi-th .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .offers .container-fluid .offer .offer-content,
  body.ar-lb .somfy .offers .container-fluid .offer .offer-content,
  body.ar-ma .somfy .offers .container-fluid .offer .offer-content,
  body.ar-il .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .offers .container-fluid .offer .offer-content,
  body.tc-tw .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .offers .container-fluid .offer .offer-content {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .offers .container-fluid .offer .offer-content p:last-child {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .somfy .offers .container-fluid .offer .offer-content {
      display: block;
      visibility: visible;
      height: 100%;
      border-bottom: 2px solid #FAB800; } }
  @media (max-width: 575.98px) {
    .somfy .offers .container-fluid .offer .offer-content {
      border-radius: 0 0 10px 10px; } }

@media (max-width: 767.98px) {
  .somfy .inspiration_slider {
    padding-bottom: 40px; } }

.somfy .inspiration_slider .container-fluid .title-content {
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .somfy .inspiration_slider .container-fluid .title-content {
      padding-top: 40px;
      padding-bottom: 20px; } }

.somfy .inspiration_slider .container-fluid .inspirations {
  padding: 0; }
  .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item {
    padding: 10px 10px 20px; }
    .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
      height: 520px;
      padding: 30px;
      background-position: center;
      background-size: cover;
      position: relative; }
      @media (max-width: 767.98px) {
        .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
          height: 400px;
          box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); } }
      body .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content,
      body.vi-th .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content,
      body.ar-lb .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content,
      body.ar-ma .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content,
      body.ar-il .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content,
      body.tc-tw .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:hover {
        text-decoration: none;
        color: #FAB800; }
        .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:hover .head_title, .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:hover .subtitle_1, .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:hover .subtitle_2, .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:hover .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:hover legend {
          color: #FAB800 !important; }
      .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content.inspiration-link:before {
        background: linear-gradient(0deg, rgba(105, 105, 105, 0) 0%, rgba(23, 23, 23, 0.89) 100%);
        content: '';
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1;
        height: 30%; }
      .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content .img-rounded {
        border-radius: 50%;
        overflow: hidden;
        height: 200px;
        width: 200px; }
        @media (max-width: 767.98px) {
          .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content .img-rounded {
            height: 150px;
            width: 150px; } }
        .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content .img-rounded img {
          max-height: 100%; }
      .somfy .inspiration_slider .container-fluid .inspirations .inspiration-item .inspiration-content > * {
        position: relative;
        z-index: 5; }
  .somfy .inspiration_slider .container-fluid .inspirations .icon-arrow-slider {
    background-color: rgba(26, 27, 28, 0.05);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer; }
  .somfy .inspiration_slider .container-fluid .inspirations .slick-next {
    right: -60px; }
    .somfy .inspiration_slider .container-fluid .inspirations .slick-next:before {
      font-family: icomoon, sans-serif;
      color: #485C74;
      content: "\e90f";
      top: calc(50% - 9px);
      left: calc(50% - 9px);
      position: absolute; }
  .somfy .inspiration_slider .container-fluid .inspirations .slick-prev {
    left: -60px; }
    .somfy .inspiration_slider .container-fluid .inspirations .slick-prev:before {
      transform: scaleX(-1);
      font-family: icomoon, sans-serif;
      color: #485C74;
      content: "\e90f";
      top: calc(50% - 9px);
      left: calc(50% - 9px);
      position: absolute; }

.somfy .inspiration_slider.bg-gray .bg {
  background-color: #fff; }

.somfy .inspiration_slider.bg-white .bg {
  background-color: #F8F7F5 !important; }

.somfy .day-somfy {
  position: relative; }
  body .somfy .day-somfy {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy .day-somfy {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy .day-somfy,
  body.vi-th .somfy .day-somfy {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .day-somfy {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .day-somfy {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .day-somfy,
  body.ar-lb .somfy .day-somfy,
  body.ar-ma .somfy .day-somfy,
  body.ar-il .somfy .day-somfy {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .day-somfy {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .day-somfy {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .day-somfy,
  body.tc-tw .somfy .day-somfy {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .day-somfy {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy .day-somfy .days {
      margin: 0 -10px; } }
  .somfy .day-somfy .container-fluid .content-support .container_items {
    margin-top: 90px;
    margin-bottom: 90px; }
    @media (max-width: 991.98px) {
      .somfy .day-somfy .container-fluid .content-support .container_items {
        margin-top: 20px;
        margin-bottom: 40px; } }
    .somfy .day-somfy .container-fluid .content-support .container_items .support-content {
      position: relative;
      z-index: 10;
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (max-width: 991.98px) {
        .somfy .day-somfy .container-fluid .content-support .container_items .support-content {
          padding: 20px;
          max-height: 100vh; } }
      @media (max-width: 767.98px) {
        .somfy .day-somfy .container-fluid .content-support .container_items .support-content {
          padding: 0; }
          .somfy .day-somfy .container-fluid .content-support .container_items .support-content .step {
            padding: 20px;
            margin: 0 -20px; }
            .somfy .day-somfy .container-fluid .content-support .container_items .support-content .step > .row {
              padding: 20px 10px;
              margin: 0 10px;
              box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); } }
      .somfy .day-somfy .container-fluid .content-support .container_items .support-content .title_content {
        margin-bottom: 60px; }
        @media (max-width: 991.98px) {
          .somfy .day-somfy .container-fluid .content-support .container_items .support-content .title_content {
            margin-bottom: 20px; } }
      .somfy .day-somfy .container-fluid .content-support .container_items .support-content svg {
        height: 40px; }
        @media (max-width: 991.98px) {
          .somfy .day-somfy .container-fluid .content-support .container_items .support-content svg {
            height: 24px;
            margin-top: 6px; } }
      @media (max-width: 991.98px) {
        .somfy .day-somfy .container-fluid .content-support .container_items .support-content .desc {
          max-height: calc(100vh - 500px);
          overflow: scroll;
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .somfy .day-somfy .container-fluid .content-support .container_items .support-content .desc {
          max-height: none;
          overflow: auto;
          margin-bottom: 40px; } }
      .somfy .day-somfy .container-fluid .content-support .container_items .support-content .slick-list {
        z-index: 10; }
      .somfy .day-somfy .container-fluid .content-support .container_items .support-content .btn-slick-prev, .somfy .day-somfy .container-fluid .content-support .container_items .support-content .btn-slick-next {
        background-color: rgba(26, 27, 28, 0.05);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        display: block; }
      .somfy .day-somfy .container-fluid .content-support .container_items .support-content .btn-slick-next:before {
        font-family: icomoon, sans-serif;
        color: #485C74;
        content: "\e90f";
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        position: absolute; }
      .somfy .day-somfy .container-fluid .content-support .container_items .support-content .btn-slick-prev:before {
        transform: scaleX(-1);
        font-family: icomoon, sans-serif;
        color: #485C74;
        content: "\e90f";
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        position: absolute; }
  .somfy .day-somfy .bg-day {
    width: calc(50vw + 190px + 20px);
    background-clip: content-box;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
    padding-left: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat; }
    @media (min-width: 1340px) {
      .somfy .day-somfy .bg-day {
        margin-left: calc(50vw - (190px + 30px)); } }
    @media (max-width: 767.98px) {
      .somfy .day-somfy .bg-day {
        background-clip: initial;
        padding-top: 0;
        padding-bottom: 0;
        height: 340px;
        position: relative;
        right: 0;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .somfy .day-somfy .bg-day {
        height: 250px; } }
  .somfy .day-somfy.bg-gray .support-content {
    background-color: #fff; }
    @media (max-width: 767.98px) {
      .somfy .day-somfy.bg-gray .support-content {
        background: transparent; }
        .somfy .day-somfy.bg-gray .support-content .step > .row {
          background-color: #fff; } }
  .somfy .day-somfy.bg-white .support-content {
    background-color: #F8F7F5 !important; }
    @media (max-width: 767.98px) {
      .somfy .day-somfy.bg-white .support-content {
        background: transparent !important; }
        .somfy .day-somfy.bg-white .support-content .step > .row {
          background-color: #F8F7F5 !important; } }

.somfy.rtl .day-somfy .bg-day {
  margin-right: calc(50vw - (190px + 30px));
  margin-left: 0; }
  @media (max-width: 767.98px) {
    .somfy.rtl .day-somfy .bg-day {
      margin-right: 0; } }

.somfy.rtl .day-somfy .btn-slick-next {
  transform: rotateY(180deg); }

.somfy.rtl .day-somfy .btn-slick-prev {
  transform: rotateY(180deg); }

@media (min-width: 768px) {
  .somfy.rtl .day-somfy .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: inherit; } }

.somfy .comparatifs .title-content {
  padding-top: 70px;
  padding-bottom: 80px; }
  @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; }
      @media (max-width: 767.98px) {
        body .somfy .comparatifs .c-products li .c-product-container .c-product-title {
          font-family: 'SomfySans-Light', 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; }

.cta-introduction {
  display: flex; }
  .cta-introduction .cta {
    width: 24%; }
  .cta-introduction .btn-cta {
    align-items: center;
    background-color: #8996A4;
    border-radius: 0;
    border: 0;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    width: 100%;
    cursor: initial !important; }
    .cta-introduction .btn-cta:hover {
      color: #fff; }
  .cta-introduction .intro-text {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: 76%; }
    .cta-introduction .intro-text p {
      color: #1A1B1C;
      padding: 10px 0px;
      font-size: 1.285715rem;
      line-height: 1.57143rem;
      margin: 0 0 0 30px; }
      .cta-introduction .intro-text p span, .cta-introduction .intro-text p b, .cta-introduction .intro-text p strong {
        color: #FAB800; }
    .cta-introduction .intro-text ul, .cta-introduction .intro-text ol {
      margin: 0px;
      margin-left: 50px;
      padding: 10px 0px; }
      .cta-introduction .intro-text ul li, .cta-introduction .intro-text ol li {
        font-size: 1.285715rem;
        line-height: 1.57143rem; }
    .cta-introduction .intro-text img.user-thumbnail {
      max-width: 80px;
      max-height: 80px; }
  @media (max-width: 767.98px) {
    .cta-introduction {
      flex-wrap: wrap; }
      .cta-introduction .cta {
        width: 100%; }
      .cta-introduction .intro-text {
        width: 100%;
        padding: 20px 0;
        margin: 0 10px 0 20px; } }

.somfy .conversion .title_2, .somfy .conversion .title {
  margin-bottom: 0; }

.somfy .conversion .col-12 {
  margin-bottom: 1.4285714286rem; }

.somfy .conversion .bloc {
  height: 100%;
  padding: 2.8571428571rem 7.8571428571rem;
  background: white; }
  .somfy .conversion .bloc .col-12 {
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .somfy .conversion .bloc {
      padding: 2.8571428571rem 2.8571428571rem; } }
  @media (max-width: 991.98px) {
    .somfy .conversion .bloc {
      padding: 1.4285714286rem 1.4285714286rem; } }
  .somfy .conversion .bloc .subtitle_1 {
    margin-bottom: 0.7142857143rem; }
  .somfy .conversion .bloc.-products {
    padding: 2.8571428571rem; }
  .somfy .conversion .bloc.-boutique {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .somfy .conversion .bloc.-boutique div {
      margin-right: 1.4285714286rem; }
    body .somfy .conversion .bloc.-boutique p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .conversion .bloc.-boutique p,
    body.vi-th .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .conversion .bloc.-boutique p,
    body.ar-lb .somfy .conversion .bloc.-boutique p,
    body.ar-ma .somfy .conversion .bloc.-boutique p,
    body.ar-il .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .conversion .bloc.-boutique p,
    body.tc-tw .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .conversion .bloc.-boutique p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .conversion .bloc.-boutique .btnClassic, .somfy.product-page.-pim .conversion .bloc.-boutique .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion .bloc.-boutique .ts-header-filter-dropdown-label, .somfy.product-page.-pim .conversion .bloc.-boutique .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .conversion .bloc.-boutique .ts-header-filter-dropdown-content {
      white-space: nowrap; }
    @media (max-width: 767.98px) {
      .somfy .conversion .bloc.-boutique {
        text-align: center;
        flex-direction: column; }
        .somfy .conversion .bloc.-boutique div {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0.7142857143rem; } }
  .somfy .conversion .bloc.-devis .empty {
    min-height: 420px; }
  .somfy .conversion .bloc.-devis form {
    position: relative;
    margin-top: 2.8571428571rem; }
    @media (max-width: 767.98px) {
      .somfy .conversion .bloc.-devis form {
        margin-top: 1.4285714286rem; } }
    .somfy .conversion .bloc.-devis form > div {
      text-align: right; }
      .somfy .conversion .bloc.-devis form > div .form-check, .somfy .conversion .bloc.-devis form > div .form-group {
        text-align: left; }
  .somfy .conversion .bloc.-devis .-hide {
    display: none;
    position: absolute;
    width: 100%;
    top: 0; }
  .somfy .conversion .bloc.-devis button[type="submit"] {
    width: 100%; }
  .somfy .conversion .bloc.-retailer form {
    padding-top: 0.2857142857rem;
    text-align: left; }
  .somfy .conversion .bloc.-retailer button {
    width: 100%; }
  .somfy .conversion .bloc .form-group {
    margin-bottom: 1.4285714286rem; }
    .somfy .conversion .bloc .form-group + button {
      margin-top: 0.7142857143rem; }

.somfy .conversion .locateMe {
  text-align: center;
  border: none;
  color: #767677;
  font-size: 1rem;
  line-height: 3.5714285714rem;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 2.1428571429rem;
  margin-bottom: 1.1428571429rem;
  background: rgba(26, 27, 28, 0.05);
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .conversion .locateMe {
      transition: none; } }
  .somfy .conversion .locateMe:hover, .somfy .conversion .locateMe:active, .somfy .conversion .locateMe:focus {
    background: rgba(26, 27, 28, 0.2); }
  @media (max-width: 767.98px) {
    .somfy .conversion .locateMe {
      margin-top: 0.7142857143rem; } }
  .somfy .conversion .locateMe i {
    font-size: 1.4285714286rem;
    vertical-align: sub; }
  .somfy .conversion .locateMe.active {
    color: green;
    background-color: lightgreen; }

.somfy .conversion .productList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .somfy .conversion .productList li {
    padding: 1.4285714286rem 0; }
    .somfy .conversion .productList li:not(:first-child) {
      border-top: 2px solid #F8F7F5; }

.somfy .conversion .productInline {
  display: flex; }
  .somfy .conversion .productInline .product-visual {
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center; }
    .somfy .conversion .productInline .product-visual img {
      max-width: 100%; }
  .somfy .conversion .productInline .product-content {
    width: 70%;
    text-align: left;
    padding: 0.7142857143rem 0 0.7142857143rem 2.1428571429rem; }
  .somfy .conversion .productInline .subtitle_1, .somfy .conversion .productInline .subtitle_2, .somfy .conversion .productInline .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .conversion .productInline legend {
    margin-bottom: 0.7142857143rem; }
  .somfy .conversion .productInline p {
    line-height: normal;
    margin-bottom: 0.7142857143rem; }
    body .somfy .conversion .productInline p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .conversion .productInline p,
    body.vi-th .somfy .conversion .productInline p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .conversion .productInline p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .conversion .productInline p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .conversion .productInline p,
    body.ar-lb .somfy .conversion .productInline p,
    body.ar-ma .somfy .conversion .productInline p,
    body.ar-il .somfy .conversion .productInline p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .conversion .productInline p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .conversion .productInline p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .conversion .productInline p,
    body.tc-tw .somfy .conversion .productInline p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .conversion .productInline p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .conversion .productInline a {
    float: right;
    width: auto;
    margin-right: 1rem; }

.somfy .conversion form .inputField.emptyField {
  border-color: #D90115; }

.somfy .conversion form .form-check-input.emptyField + .form-check-label:before {
  border: 1px solid #D90115 !important; }

.somfy .conversion form .txtAreaField.emptyField {
  border-color: #D90115; }

.somfy .conversion form .captcha .g-recaptcha.emptyField {
  border: solid 1px #D90115;
  width: 304px;
  height: 78px; }

.somfy .conversion form .message_erreur {
  border: 2px #D90115 solid;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 4px; }

.somfy .conversion form .message_erreur span {
  /*font-family:FagoWebPro-Cond;*/
  color: #D90115;
  text-align: center;
  display: block; }

.somfy .conversion form .successMsg {
  border: 2px #A9C845 solid;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 4px; }

.somfy .conversion form .successMsg span {
  /*font-family:FagoWebPro-Cond;*/
  color: #A9C845;
  text-align: center;
  display: block; }

.somfy .conversion .image-block {
  position: relative; }
  .somfy .conversion .image-block-wrapper {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }

.somfy.rtl .conversion .bloc.-devis form > div .form-check,
.somfy.rtl .conversion .bloc.-devis form > div .form-group {
  text-align: right; }

.somfy.rtl .conversion .productInline .product-content {
  text-align: right;
  padding: 0.7142857143rem 2.1428571429rem 0.7142857143rem 0; }

.somfy.rtl .conversion .productInline a {
  float: left; }

.somfy .partnershops_search .container-fluid .title_2 {
  color: #FFFFFF; }

.somfy .partnershops_search form > div {
  display: inline-block; }
  .somfy .partnershops_search form > div.form-group {
    width: 200px;
    text-align: left;
    margin-bottom: 0; }
  .somfy .partnershops_search form > div.submit {
    width: 200px; }
    .somfy .partnershops_search form > div.submit button {
      width: 100%; }
  .somfy .partnershops_search form > div.locate {
    margin-left: 2.8571428571rem;
    margin-right: 2.8571428571rem; }
    .somfy .partnershops_search form > div.locate label {
      display: inline-block;
      color: white;
      margin-right: 5px;
      margin-bottom: 0; }
    .somfy .partnershops_search form > div.locate button {
      display: inline-block;
      height: 50px;
      width: 50px;
      font-size: 30px;
      border-radius: 4px;
      border: none;
      padding-top: 5px;
      cursor: pointer;
      background-color: white; }

.somfy .partnershops_results {
  display: none; }

.somfy.rtl .partnershops_search form > div.form-group {
  text-align: right; }

.somfy.rtl .partnershops_search form > div.locate label {
  margin-right: auto;
  margin-left: 5px; }

.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: 2.8571428571rem;
    width: 100%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff); }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .bloc-expand_text .collapse-content:after {
        transition: none; } }
  .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;
    transition: all 0.2s ease-in-out;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .bloc-expand_text .collapse-link:after {
        transition: none; } }
  .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;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .bloc-expand_text .accordion-title {
      transition: none; } }
  .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;
    transition: transform 0.2s ease-in-out;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .bloc-expand_text .accordion-title:after {
        transition: none; } }
  @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, .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
      color: white; }
    .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
      padding-top: 1.4285714286rem; }
      body .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note,
      body.vi-th .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note,
      body.ar-lb .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note,
      body.ar-ma .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note,
      body.ar-il .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note,
      body.tc-tw .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .bloc-expand_text .slide-wrapper.bg-yellow .foot-note {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .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, .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
      color: white; }
    .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
      padding-top: 1.4285714286rem; }
      body .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note,
      body.vi-th .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note,
      body.ar-lb .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note,
      body.ar-ma .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note,
      body.ar-il .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note,
      body.tc-tw .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .bloc-expand_text .slide-wrapper.bg-dark .foot-note {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .bloc-expand_text .slide-wrapper.bg-gray {
    background: #EDF0F1; }
    .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-header, .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-content {
      background: #EDF0F1; }
    .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-title, .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-subtitle, .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-text, .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-link, .somfy .bloc-expand_text .slide-wrapper.bg-gray .slide-more, .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
      color: #1A1B1C; }
    .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
      padding-top: 1.4285714286rem; }
      body .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note,
      body.vi-th .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note,
      body.ar-lb .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note,
      body.ar-ma .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note,
      body.ar-il .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note,
      body.tc-tw .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .bloc-expand_text .slide-wrapper.bg-gray .foot-note {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .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, .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
      color: white; }
    .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
      padding-top: 1.4285714286rem; }
      body .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note,
      body.vi-th .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note,
      body.ar-lb .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note,
      body.ar-ma .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note,
      body.ar-il .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note,
      body.tc-tw .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .bloc-expand_text .slide-wrapper.bg-silver .foot-note {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .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.bg-white .foot-note {
      padding-top: 1.4285714286rem; }
      body .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note,
      body.vi-th .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note,
      body.ar-lb .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note,
      body.ar-ma .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note,
      body.ar-il .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note,
      body.tc-tw .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .bloc-expand_text .slide-wrapper.bg-white .foot-note {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .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:first-child {
    opacity: 0; }
  .somfy .bloc-expand_text .slide-wrapper.slide-active .slide-link span:last-child {
    opacity: 1; }
  .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;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .bloc-expand_text .slide-visual {
      transition: none; } }
  @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;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .bloc-expand_text .slide-header {
      transition: none; } }
  @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%);
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .bloc-expand_text .slide-content {
      transition: none; } }
  @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;
  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 screen and (prefers-reduced-motion: reduce) {
    .somfy .bloc-expand_text .slide-link {
      transition: none; } }
  @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;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .bloc-expand_text .slide-link span {
        transition: none; } }
    .somfy .bloc-expand_text .slide-link span:last-child {
      opacity: 0;
      position: absolute;
      left: 2.0714285714rem;
      top: 0.9285714286rem; }
  .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;
    transition: all 0.2s ease-in-out;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .bloc-expand_text .slide-link:before {
        transition: none; } }
  .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.7142857143rem;
  color: #1A1B1C;
  font-family: 'SomfySans-Light', sans-serif;
  transition: transform 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .bloc-expand_text .slide-more {
      transition: none; } }
  .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: 1rem;
    content: "\e90f";
    margin-left: 0.4285714286rem;
    vertical-align: text-bottom;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .bloc-expand_text .slide-more:after {
        transition: none; } }
  .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.rtl .bloc-expand_text .slide-link span:last-child {
  left: auto;
  right: 2.0714285714rem; }

.somfy.dealer-list .title-content {
  padding-top: 120px; }
  @media (max-width: 991.98px) {
    .somfy.dealer-list .title-content {
      padding-top: 30px; } }

.somfy.dealer-list .outlet-list {
  padding-top: 30px; }
  .somfy.dealer-list .outlet-list .dealer {
    padding: 30px;
    height: 100%;
    position: relative; }
    @media (max-width: 991.98px) {
      .somfy.dealer-list .outlet-list .dealer {
        padding: 20px; } }
    .somfy.dealer-list .outlet-list .dealer .img-container {
      height: 40px; }
      .somfy.dealer-list .outlet-list .dealer .img-container img {
        max-height: 100%; }
    .somfy.dealer-list .outlet-list .dealer .address .no-hover-effect:hover, .somfy.dealer-list .outlet-list .dealer .address .no-hover-effect:focus, .somfy.dealer-list .outlet-list .dealer .address .no-hover-effect:active {
      text-decoration: none;
      color: #FAB800 !important; }
    .somfy.dealer-list .outlet-list .dealer .show-more-icons {
      color: #8996A4; }
      .somfy.dealer-list .outlet-list .dealer .show-more-icons:hover {
        text-decoration: none;
        color: #8996A4 !important; }
    .somfy.dealer-list .outlet-list .dealer .applications-icons {
      min-height: 100px; }
      @media (max-width: 991.98px) {
        .somfy.dealer-list .outlet-list .dealer .applications-icons {
          min-height: 1px; } }
      .somfy.dealer-list .outlet-list .dealer .applications-icons .icons-hidden {
        opacity: 0;
        height: 0;
        transition: all 0.3s ease-in-out;
        position: absolute;
        background: #fff;
        width: 100%;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 5px;
        z-index: -1; }

.somfy.dealer-list .dealer-container .dealer-content .amplify-widget .bvtIEx[role=button] {
  padding: 10px 15px !important;
  margin-left: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  background: none !important; }
  .somfy.dealer-list .dealer-container .dealer-content .amplify-widget .bvtIEx[role=button] div.kgHUSK {
    display: none !important; }

.somfy.dealer-list.dealer-list-partenaires section:first-child {
  z-index: 3;
  position: relative; }

.somfy.dealer-list.dealer-list-partenaires .dealer .address {
  min-height: 140px; }

.somfy.dealer-list.dealer-list-partenaires .title-content {
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .somfy.dealer-list.dealer-list-partenaires .title-content {
      padding-bottom: 30px;
      padding-top: 60px; } }

body .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy.dealer-list.dealer-list-partenaires .description,
body.vi-th .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.dealer-list.dealer-list-partenaires .description,
body.ar-lb .somfy.dealer-list.dealer-list-partenaires .description,
body.ar-ma .somfy.dealer-list.dealer-list-partenaires .description,
body.ar-il .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.dealer-list.dealer-list-partenaires .description,
body.tc-tw .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.dealer-list.dealer-list-partenaires .description {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.dealer-list.dealer-list-partenaires .h-100 {
  min-height: 100vh; }

.somfy.dealer-list.rtl .pr-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important; }

.somfy.dealer-list.rtl .mr-4, .somfy.dealer-list.rtl .mx-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important; }

@media (min-width: 768px) {
  .somfy.dealer-list.rtl .pr-md-5, .somfy.dealer-list.rtl .px-md-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important; }
  .somfy.dealer-list.rtl .text-md-left {
    text-align: right !important; } }

.somfy .kit-UI .container-fluid > div {
  margin-bottom: 55px; }
  .somfy .kit-UI .container-fluid > div:first-child {
    margin-top: 30px; }

.somfy.contrast .slider_image_full_width .title_1, .somfy.contrast .slider_image_full_width .subtitle_1, .somfy.contrast .slider_image_full_width .title_2, .somfy.contrast .slider_image_full_width .subtitle_2, .somfy.contrast .slider_image_full_width .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width legend, .somfy.contrast .slider_image_full_width .head_title,
.somfy.contrast .benefits_with_interaction .title_1,
.somfy.contrast .benefits_with_interaction .subtitle_1,
.somfy.contrast .benefits_with_interaction .title_2,
.somfy.contrast .benefits_with_interaction .subtitle_2,
.somfy.contrast .benefits_with_interaction .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction legend,
.somfy.contrast .benefits_with_interaction .head_title,
.somfy.contrast .benefits_with_smartphone .title_1,
.somfy.contrast .benefits_with_smartphone .subtitle_1,
.somfy.contrast .benefits_with_smartphone .title_2,
.somfy.contrast .benefits_with_smartphone .subtitle_2,
.somfy.contrast .benefits_with_smartphone .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone legend,
.somfy.contrast .benefits_with_smartphone .head_title,
.somfy.contrast .full_width_image_medium .title_1,
.somfy.contrast .full_width_image_medium .subtitle_1,
.somfy.contrast .full_width_image_medium .title_2,
.somfy.contrast .full_width_image_medium .subtitle_2,
.somfy.contrast .full_width_image_medium .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium legend,
.somfy.contrast .full_width_image_medium .head_title,
.somfy.contrast .full_width_image_background .title_1,
.somfy.contrast .full_width_image_background .subtitle_1,
.somfy.contrast .full_width_image_background .title_2,
.somfy.contrast .full_width_image_background .subtitle_2,
.somfy.contrast .full_width_image_background .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background legend,
.somfy.contrast .full_width_image_background .head_title,
.somfy.contrast .benefits_large .title_1,
.somfy.contrast .benefits_large .subtitle_1,
.somfy.contrast .benefits_large .title_2,
.somfy.contrast .benefits_large .subtitle_2,
.somfy.contrast .benefits_large .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large legend,
.somfy.contrast .benefits_large .head_title,
.somfy.contrast .columns_with_bg_image .title_1,
.somfy.contrast .columns_with_bg_image .subtitle_1,
.somfy.contrast .columns_with_bg_image .title_2,
.somfy.contrast .columns_with_bg_image .subtitle_2,
.somfy.contrast .columns_with_bg_image .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image legend,
.somfy.contrast .columns_with_bg_image .head_title,
.somfy.contrast .interactive-house .title_1,
.somfy.contrast .interactive-house .subtitle_1,
.somfy.contrast .interactive-house .title_2,
.somfy.contrast .interactive-house .subtitle_2,
.somfy.contrast .interactive-house .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house legend,
.somfy.contrast .interactive-house .head_title {
  background: white; }

.somfy.contrast .slider_image_full_width .text-white .title_1, .somfy.contrast .slider_image_full_width .text-white .subtitle_1, .somfy.contrast .slider_image_full_width .text-white .title_2, .somfy.contrast .slider_image_full_width .text-white .subtitle_2, .somfy.contrast .slider_image_full_width .text-white .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width .text-white legend, .somfy.contrast .slider_image_full_width.text-white .title_1, .somfy.contrast .slider_image_full_width.text-white .subtitle_1, .somfy.contrast .slider_image_full_width.text-white .title_2, .somfy.contrast .slider_image_full_width.text-white .subtitle_2, .somfy.contrast .slider_image_full_width.text-white .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width.text-white legend, .somfy.contrast .slider_image_full_width .fiwb_child_1 .title_1, .somfy.contrast .slider_image_full_width .fiwb_child_1 .subtitle_1, .somfy.contrast .slider_image_full_width .fiwb_child_1 .title_2, .somfy.contrast .slider_image_full_width .fiwb_child_1 .subtitle_2, .somfy.contrast .slider_image_full_width .fiwb_child_1 .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width .fiwb_child_1 legend, .somfy.contrast .slider_image_full_width .title_2 .title_1, .somfy.contrast .slider_image_full_width .title_2 .subtitle_1, .somfy.contrast .slider_image_full_width .title_2 .title_2, .somfy.contrast .slider_image_full_width .title_2 .subtitle_2, .somfy.contrast .slider_image_full_width .title_2 .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width .title_2 legend, .somfy.contrast .slider_image_full_width .head_title .title_1, .somfy.contrast .slider_image_full_width .head_title .subtitle_1, .somfy.contrast .slider_image_full_width .head_title .title_2, .somfy.contrast .slider_image_full_width .head_title .subtitle_2, .somfy.contrast .slider_image_full_width .head_title .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width .head_title legend,
.somfy.contrast .benefits_with_interaction .text-white .title_1,
.somfy.contrast .benefits_with_interaction .text-white .subtitle_1,
.somfy.contrast .benefits_with_interaction .text-white .title_2,
.somfy.contrast .benefits_with_interaction .text-white .subtitle_2,
.somfy.contrast .benefits_with_interaction .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction .text-white legend,
.somfy.contrast .benefits_with_interaction.text-white .title_1,
.somfy.contrast .benefits_with_interaction.text-white .subtitle_1,
.somfy.contrast .benefits_with_interaction.text-white .title_2,
.somfy.contrast .benefits_with_interaction.text-white .subtitle_2,
.somfy.contrast .benefits_with_interaction.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction.text-white legend,
.somfy.contrast .benefits_with_interaction .fiwb_child_1 .title_1,
.somfy.contrast .benefits_with_interaction .fiwb_child_1 .subtitle_1,
.somfy.contrast .benefits_with_interaction .fiwb_child_1 .title_2,
.somfy.contrast .benefits_with_interaction .fiwb_child_1 .subtitle_2,
.somfy.contrast .benefits_with_interaction .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction .fiwb_child_1 legend,
.somfy.contrast .benefits_with_interaction .title_2 .title_1,
.somfy.contrast .benefits_with_interaction .title_2 .subtitle_1,
.somfy.contrast .benefits_with_interaction .title_2 .title_2,
.somfy.contrast .benefits_with_interaction .title_2 .subtitle_2,
.somfy.contrast .benefits_with_interaction .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction .title_2 legend,
.somfy.contrast .benefits_with_interaction .head_title .title_1,
.somfy.contrast .benefits_with_interaction .head_title .subtitle_1,
.somfy.contrast .benefits_with_interaction .head_title .title_2,
.somfy.contrast .benefits_with_interaction .head_title .subtitle_2,
.somfy.contrast .benefits_with_interaction .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction .head_title legend,
.somfy.contrast .benefits_with_smartphone .text-white .title_1,
.somfy.contrast .benefits_with_smartphone .text-white .subtitle_1,
.somfy.contrast .benefits_with_smartphone .text-white .title_2,
.somfy.contrast .benefits_with_smartphone .text-white .subtitle_2,
.somfy.contrast .benefits_with_smartphone .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone .text-white legend,
.somfy.contrast .benefits_with_smartphone.text-white .title_1,
.somfy.contrast .benefits_with_smartphone.text-white .subtitle_1,
.somfy.contrast .benefits_with_smartphone.text-white .title_2,
.somfy.contrast .benefits_with_smartphone.text-white .subtitle_2,
.somfy.contrast .benefits_with_smartphone.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone.text-white legend,
.somfy.contrast .benefits_with_smartphone .fiwb_child_1 .title_1,
.somfy.contrast .benefits_with_smartphone .fiwb_child_1 .subtitle_1,
.somfy.contrast .benefits_with_smartphone .fiwb_child_1 .title_2,
.somfy.contrast .benefits_with_smartphone .fiwb_child_1 .subtitle_2,
.somfy.contrast .benefits_with_smartphone .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone .fiwb_child_1 legend,
.somfy.contrast .benefits_with_smartphone .title_2 .title_1,
.somfy.contrast .benefits_with_smartphone .title_2 .subtitle_1,
.somfy.contrast .benefits_with_smartphone .title_2 .title_2,
.somfy.contrast .benefits_with_smartphone .title_2 .subtitle_2,
.somfy.contrast .benefits_with_smartphone .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone .title_2 legend,
.somfy.contrast .benefits_with_smartphone .head_title .title_1,
.somfy.contrast .benefits_with_smartphone .head_title .subtitle_1,
.somfy.contrast .benefits_with_smartphone .head_title .title_2,
.somfy.contrast .benefits_with_smartphone .head_title .subtitle_2,
.somfy.contrast .benefits_with_smartphone .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone .head_title legend,
.somfy.contrast .full_width_image_medium .text-white .title_1,
.somfy.contrast .full_width_image_medium .text-white .subtitle_1,
.somfy.contrast .full_width_image_medium .text-white .title_2,
.somfy.contrast .full_width_image_medium .text-white .subtitle_2,
.somfy.contrast .full_width_image_medium .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium .text-white legend,
.somfy.contrast .full_width_image_medium.text-white .title_1,
.somfy.contrast .full_width_image_medium.text-white .subtitle_1,
.somfy.contrast .full_width_image_medium.text-white .title_2,
.somfy.contrast .full_width_image_medium.text-white .subtitle_2,
.somfy.contrast .full_width_image_medium.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium.text-white legend,
.somfy.contrast .full_width_image_medium .fiwb_child_1 .title_1,
.somfy.contrast .full_width_image_medium .fiwb_child_1 .subtitle_1,
.somfy.contrast .full_width_image_medium .fiwb_child_1 .title_2,
.somfy.contrast .full_width_image_medium .fiwb_child_1 .subtitle_2,
.somfy.contrast .full_width_image_medium .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium .fiwb_child_1 legend,
.somfy.contrast .full_width_image_medium .title_2 .title_1,
.somfy.contrast .full_width_image_medium .title_2 .subtitle_1,
.somfy.contrast .full_width_image_medium .title_2 .title_2,
.somfy.contrast .full_width_image_medium .title_2 .subtitle_2,
.somfy.contrast .full_width_image_medium .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium .title_2 legend,
.somfy.contrast .full_width_image_medium .head_title .title_1,
.somfy.contrast .full_width_image_medium .head_title .subtitle_1,
.somfy.contrast .full_width_image_medium .head_title .title_2,
.somfy.contrast .full_width_image_medium .head_title .subtitle_2,
.somfy.contrast .full_width_image_medium .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium .head_title legend,
.somfy.contrast .full_width_image_background .text-white .title_1,
.somfy.contrast .full_width_image_background .text-white .subtitle_1,
.somfy.contrast .full_width_image_background .text-white .title_2,
.somfy.contrast .full_width_image_background .text-white .subtitle_2,
.somfy.contrast .full_width_image_background .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background .text-white legend,
.somfy.contrast .full_width_image_background.text-white .title_1,
.somfy.contrast .full_width_image_background.text-white .subtitle_1,
.somfy.contrast .full_width_image_background.text-white .title_2,
.somfy.contrast .full_width_image_background.text-white .subtitle_2,
.somfy.contrast .full_width_image_background.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background.text-white legend,
.somfy.contrast .full_width_image_background .fiwb_child_1 .title_1,
.somfy.contrast .full_width_image_background .fiwb_child_1 .subtitle_1,
.somfy.contrast .full_width_image_background .fiwb_child_1 .title_2,
.somfy.contrast .full_width_image_background .fiwb_child_1 .subtitle_2,
.somfy.contrast .full_width_image_background .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background .fiwb_child_1 legend,
.somfy.contrast .full_width_image_background .title_2 .title_1,
.somfy.contrast .full_width_image_background .title_2 .subtitle_1,
.somfy.contrast .full_width_image_background .title_2 .title_2,
.somfy.contrast .full_width_image_background .title_2 .subtitle_2,
.somfy.contrast .full_width_image_background .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background .title_2 legend,
.somfy.contrast .full_width_image_background .head_title .title_1,
.somfy.contrast .full_width_image_background .head_title .subtitle_1,
.somfy.contrast .full_width_image_background .head_title .title_2,
.somfy.contrast .full_width_image_background .head_title .subtitle_2,
.somfy.contrast .full_width_image_background .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background .head_title legend,
.somfy.contrast .benefits_large .text-white .title_1,
.somfy.contrast .benefits_large .text-white .subtitle_1,
.somfy.contrast .benefits_large .text-white .title_2,
.somfy.contrast .benefits_large .text-white .subtitle_2,
.somfy.contrast .benefits_large .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large .text-white legend,
.somfy.contrast .benefits_large.text-white .title_1,
.somfy.contrast .benefits_large.text-white .subtitle_1,
.somfy.contrast .benefits_large.text-white .title_2,
.somfy.contrast .benefits_large.text-white .subtitle_2,
.somfy.contrast .benefits_large.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large.text-white legend,
.somfy.contrast .benefits_large .fiwb_child_1 .title_1,
.somfy.contrast .benefits_large .fiwb_child_1 .subtitle_1,
.somfy.contrast .benefits_large .fiwb_child_1 .title_2,
.somfy.contrast .benefits_large .fiwb_child_1 .subtitle_2,
.somfy.contrast .benefits_large .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large .fiwb_child_1 legend,
.somfy.contrast .benefits_large .title_2 .title_1,
.somfy.contrast .benefits_large .title_2 .subtitle_1,
.somfy.contrast .benefits_large .title_2 .title_2,
.somfy.contrast .benefits_large .title_2 .subtitle_2,
.somfy.contrast .benefits_large .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large .title_2 legend,
.somfy.contrast .benefits_large .head_title .title_1,
.somfy.contrast .benefits_large .head_title .subtitle_1,
.somfy.contrast .benefits_large .head_title .title_2,
.somfy.contrast .benefits_large .head_title .subtitle_2,
.somfy.contrast .benefits_large .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large .head_title legend,
.somfy.contrast .columns_with_bg_image .text-white .title_1,
.somfy.contrast .columns_with_bg_image .text-white .subtitle_1,
.somfy.contrast .columns_with_bg_image .text-white .title_2,
.somfy.contrast .columns_with_bg_image .text-white .subtitle_2,
.somfy.contrast .columns_with_bg_image .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image .text-white legend,
.somfy.contrast .columns_with_bg_image.text-white .title_1,
.somfy.contrast .columns_with_bg_image.text-white .subtitle_1,
.somfy.contrast .columns_with_bg_image.text-white .title_2,
.somfy.contrast .columns_with_bg_image.text-white .subtitle_2,
.somfy.contrast .columns_with_bg_image.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image.text-white legend,
.somfy.contrast .columns_with_bg_image .fiwb_child_1 .title_1,
.somfy.contrast .columns_with_bg_image .fiwb_child_1 .subtitle_1,
.somfy.contrast .columns_with_bg_image .fiwb_child_1 .title_2,
.somfy.contrast .columns_with_bg_image .fiwb_child_1 .subtitle_2,
.somfy.contrast .columns_with_bg_image .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image .fiwb_child_1 legend,
.somfy.contrast .columns_with_bg_image .title_2 .title_1,
.somfy.contrast .columns_with_bg_image .title_2 .subtitle_1,
.somfy.contrast .columns_with_bg_image .title_2 .title_2,
.somfy.contrast .columns_with_bg_image .title_2 .subtitle_2,
.somfy.contrast .columns_with_bg_image .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image .title_2 legend,
.somfy.contrast .columns_with_bg_image .head_title .title_1,
.somfy.contrast .columns_with_bg_image .head_title .subtitle_1,
.somfy.contrast .columns_with_bg_image .head_title .title_2,
.somfy.contrast .columns_with_bg_image .head_title .subtitle_2,
.somfy.contrast .columns_with_bg_image .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image .head_title legend,
.somfy.contrast .interactive-house .text-white .title_1,
.somfy.contrast .interactive-house .text-white .subtitle_1,
.somfy.contrast .interactive-house .text-white .title_2,
.somfy.contrast .interactive-house .text-white .subtitle_2,
.somfy.contrast .interactive-house .text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house .text-white legend,
.somfy.contrast .interactive-house.text-white .title_1,
.somfy.contrast .interactive-house.text-white .subtitle_1,
.somfy.contrast .interactive-house.text-white .title_2,
.somfy.contrast .interactive-house.text-white .subtitle_2,
.somfy.contrast .interactive-house.text-white .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house.text-white legend,
.somfy.contrast .interactive-house .fiwb_child_1 .title_1,
.somfy.contrast .interactive-house .fiwb_child_1 .subtitle_1,
.somfy.contrast .interactive-house .fiwb_child_1 .title_2,
.somfy.contrast .interactive-house .fiwb_child_1 .subtitle_2,
.somfy.contrast .interactive-house .fiwb_child_1 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house .fiwb_child_1 legend,
.somfy.contrast .interactive-house .title_2 .title_1,
.somfy.contrast .interactive-house .title_2 .subtitle_1,
.somfy.contrast .interactive-house .title_2 .title_2,
.somfy.contrast .interactive-house .title_2 .subtitle_2,
.somfy.contrast .interactive-house .title_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house .title_2 legend,
.somfy.contrast .interactive-house .head_title .title_1,
.somfy.contrast .interactive-house .head_title .subtitle_1,
.somfy.contrast .interactive-house .head_title .title_2,
.somfy.contrast .interactive-house .head_title .subtitle_2,
.somfy.contrast .interactive-house .head_title .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house .head_title legend {
  background: black; }

.somfy.contrast .slider_image_full_width .fiwb_child_2 .subtitle_1, .somfy.contrast .slider_image_full_width .fiwb_child_2 .subtitle_2, .somfy.contrast .slider_image_full_width .fiwb_child_2 .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width .fiwb_child_2 legend, .somfy.contrast .slider_image_full_width .cwbi_content .subtitle_1, .somfy.contrast .slider_image_full_width .cwbi_content .subtitle_2, .somfy.contrast .slider_image_full_width .cwbi_content .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .slider_image_full_width .cwbi_content legend,
.somfy.contrast .benefits_with_interaction .fiwb_child_2 .subtitle_1,
.somfy.contrast .benefits_with_interaction .fiwb_child_2 .subtitle_2,
.somfy.contrast .benefits_with_interaction .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction .fiwb_child_2 legend,
.somfy.contrast .benefits_with_interaction .cwbi_content .subtitle_1,
.somfy.contrast .benefits_with_interaction .cwbi_content .subtitle_2,
.somfy.contrast .benefits_with_interaction .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_interaction .cwbi_content legend,
.somfy.contrast .benefits_with_smartphone .fiwb_child_2 .subtitle_1,
.somfy.contrast .benefits_with_smartphone .fiwb_child_2 .subtitle_2,
.somfy.contrast .benefits_with_smartphone .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone .fiwb_child_2 legend,
.somfy.contrast .benefits_with_smartphone .cwbi_content .subtitle_1,
.somfy.contrast .benefits_with_smartphone .cwbi_content .subtitle_2,
.somfy.contrast .benefits_with_smartphone .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_with_smartphone .cwbi_content legend,
.somfy.contrast .full_width_image_medium .fiwb_child_2 .subtitle_1,
.somfy.contrast .full_width_image_medium .fiwb_child_2 .subtitle_2,
.somfy.contrast .full_width_image_medium .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium .fiwb_child_2 legend,
.somfy.contrast .full_width_image_medium .cwbi_content .subtitle_1,
.somfy.contrast .full_width_image_medium .cwbi_content .subtitle_2,
.somfy.contrast .full_width_image_medium .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_medium .cwbi_content legend,
.somfy.contrast .full_width_image_background .fiwb_child_2 .subtitle_1,
.somfy.contrast .full_width_image_background .fiwb_child_2 .subtitle_2,
.somfy.contrast .full_width_image_background .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background .fiwb_child_2 legend,
.somfy.contrast .full_width_image_background .cwbi_content .subtitle_1,
.somfy.contrast .full_width_image_background .cwbi_content .subtitle_2,
.somfy.contrast .full_width_image_background .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .full_width_image_background .cwbi_content legend,
.somfy.contrast .benefits_large .fiwb_child_2 .subtitle_1,
.somfy.contrast .benefits_large .fiwb_child_2 .subtitle_2,
.somfy.contrast .benefits_large .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large .fiwb_child_2 legend,
.somfy.contrast .benefits_large .cwbi_content .subtitle_1,
.somfy.contrast .benefits_large .cwbi_content .subtitle_2,
.somfy.contrast .benefits_large .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .benefits_large .cwbi_content legend,
.somfy.contrast .columns_with_bg_image .fiwb_child_2 .subtitle_1,
.somfy.contrast .columns_with_bg_image .fiwb_child_2 .subtitle_2,
.somfy.contrast .columns_with_bg_image .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image .fiwb_child_2 legend,
.somfy.contrast .columns_with_bg_image .cwbi_content .subtitle_1,
.somfy.contrast .columns_with_bg_image .cwbi_content .subtitle_2,
.somfy.contrast .columns_with_bg_image .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .columns_with_bg_image .cwbi_content legend,
.somfy.contrast .interactive-house .fiwb_child_2 .subtitle_1,
.somfy.contrast .interactive-house .fiwb_child_2 .subtitle_2,
.somfy.contrast .interactive-house .fiwb_child_2 .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house .fiwb_child_2 legend,
.somfy.contrast .interactive-house .cwbi_content .subtitle_1,
.somfy.contrast .interactive-house .cwbi_content .subtitle_2,
.somfy.contrast .interactive-house .cwbi_content .form_assembly .wForm fieldset legend,
.somfy.contrast .form_assembly .wForm fieldset .interactive-house .cwbi_content legend {
  background: black; }

.somfy.contrast .half_page_image .image-block .subtitle_1, .somfy.contrast .half_page_image .image-block .subtitle_2, .somfy.contrast .half_page_image .image-block .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .half_page_image .image-block legend, .somfy.contrast .half_page_video .video-block .subtitle_1, .somfy.contrast .half_page_video .video-block .subtitle_2, .somfy.contrast .half_page_video .video-block .form_assembly .wForm fieldset legend, .somfy.contrast .form_assembly .wForm fieldset .half_page_video .video-block legend {
  background: black; }

.somfy.contrast .full_width_video_background .title_2, .somfy.contrast .full_width_video_background .text_big, .somfy.contrast .video_with_introduction .title_2, .somfy.contrast .video_with_introduction .text_big {
  background: black; }

.somfy.contrast .universes_list .bg_universe {
  background-image: none !important; }

.somfy.contrast .star_products .star_banner {
  background-color: black !important; }

.somfy.contrast .devis form .project__type .btn-group-toggle .btn.active:hover {
  background: #333333; }

.somfy.contrast .devis form .project__type .btn-group-toggle .btn:active,
.somfy.contrast .devis form .project__type .btn-group-toggle .btn.active {
  background: black; }

.somfy.contrast .key_figures .number {
  color: black !important; }

.somfy.contrast .bg-dark .color-primary, .somfy.contrast .bg-dark a .icon-arrow-right:before, .somfy.contrast .bg-dark .vertical_timeline .year, .somfy.contrast .bg-dark .link_big, .somfy.contrast section:not(.bg-white) .color-primary, .somfy.contrast section:not(.bg-white) a .icon-arrow-right:before, .somfy.contrast section:not(.bg-white) .vertical_timeline .year, .somfy.contrast section:not(.bg-white) .link_big {
  color: white !important; }

.somfy.contrast .color-primary, .somfy.contrast a .icon-arrow-right:before, .somfy.contrast .vertical_timeline .year, .somfy.contrast .link_big {
  color: black !important; }

.somfy.contrast .subnav a.active, .somfy.contrast .nav.nav-tabs .nav-item .nav-link.active {
  color: #767677 !important; }

.somfy.contrast .horizontal_tab .nav-item.active {
  border-color: #485C74 !important; }
  .somfy.contrast .horizontal_tab .nav-item.active .nav_title {
    color: #485C74 !important; }
  .somfy.contrast .horizontal_tab .nav-item.active svg {
    fill: #485C74 !important; }

.somfy.contrast .btn-primary, .somfy.contrast .btnClassic.primary, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-label, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-content, .somfy.contrast .btnClassic.link_big, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-label, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-content, .somfy.contrast .custom-file:after {
  background: black !important;
  border-color: black !important;
  color: white !important; }
  .somfy.contrast .btn-primary:focus, .somfy.contrast .btn-primary:active, .somfy.contrast .btn-primary:hover, .somfy.contrast .btnClassic.primary:focus, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-label:focus, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-content:focus, .somfy.contrast .btnClassic.primary:active, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-label:active, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-content:active, .somfy.contrast .btnClassic.primary:hover, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-label:hover, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .primary.ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .primary.ts-header-filter-dropdown-content:hover, .somfy.contrast .btnClassic.link_big:focus, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-label:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-label:focus, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-content:focus, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-content:focus, .somfy.contrast .btnClassic.link_big:active, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-label:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-label:active, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-content:active, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-content:active, .somfy.contrast .btnClassic.link_big:hover, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-label:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-label:hover, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .link_big.ts-header-filter-dropdown-content:hover, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .link_big.ts-header-filter-dropdown-content:hover, .somfy.contrast .custom-file:after:focus, .somfy.contrast .custom-file:after:active, .somfy.contrast .custom-file:after:hover {
    background: #333333 !important;
    border-color: #333333 !important; }

.somfy.contrast .btn-disabled, .somfy.contrast .btn-disabled:hover, .somfy.contrast .btn-disabled:focus, .somfy.contrast .btn-disabled:active {
  background: #575757 !important;
  border-color: #575757 !important; }

.somfy.contrast .secondary, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .ts-header-filter-dropdown-label, .somfy.contrast .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.contrast .ts-header-filter-dropdown-content {
  color: black !important;
  border: 1px solid black; }

.somfy.contrast .header .container-fluid > div nav .icon-access::before {
  color: limegreen; }

.somfy.contrast .header .container-fluid > div nav .header_icons .nav-item-icon a.default_contrast {
  background-color: rgba(26, 27, 28, 0.1) !important;
  color: #485C74 !important; }

.somfy.contrast .language-select {
  background: black; }

.somfy.contrast .bg-blue {
  background-color: #485C74 !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* 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;
    pointer-events: none; }
    @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; }

@font-face {
  font-family: 'nlicons';
  src: url("../fonts/nlicons/nlicons.eot");
  src: url("../fonts/nlicons/nlicons.eot?#iefix") format("embedded-opentype"), url("../fonts/nlicons/nlicons.woff") format("woff"), url("../fonts/nlicons/nlicons.ttf") format("truetype"), url("../fonts/nlicons/nlicons.svg#nlicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* general style for the form */
.nl-form {
  width: 100%;
  margin: 0.3em auto 0 auto;
  font-size: 4em;
  line-height: 1.5; }

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form input:focus {
  outline: none; }

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative; }

.nl-field.nl-field-open {
  z-index: 10000; }

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
  line-height: inherit;
  display: inline-block;
  color: #b14943;
  cursor: pointer;
  border-bottom: 1px dashed #b14943; }

/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #76C3BD;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s; }

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s; }

.nl-field ul li {
  color: #fff;
  position: relative; }

.nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap; }

.nl-dd ul li.nl-dd-checked {
  color: #478982; }

.no-touch .nl-dd ul li:hover {
  background: rgba(0, 0, 0, 0.05); }

.no-touch .nl-dd ul li:hover:active {
  color: #478982; }

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s; }

.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

@media screen and (max-width: 45em) {
  .nl-form {
    font-size: 3em; } }

@media screen and (max-width: 25em) {
  .nl-form {
    font-size: 2em; } }

.somfy .has-pop-up {
  position: relative; }

.somfy .bg {
  position: relative; }

.somfy .benefits_large {
  overflow: hidden; }
  .somfy .benefits_large .title_1 {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .benefits_large .title_1 {
        margin-bottom: 10px; } }

.somfy .sub-content-slider {
  padding: 100px 0 0 0;
  z-index: 2;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden; }
  .somfy .sub-content-slider.close-content {
    -webkit-animation: animationclose ease-in-out 0.7s;
    /* Safari 4.0 - 8.0 */
    animation: animationclose ease-in-out 0.7s; }

@-webkit-keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0; } }

@keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0; } }
  .somfy .sub-content-slider.sub-content-active {
    visibility: visible;
    -webkit-animation: mymove ease-in-out 0.7s;
    /* Safari 4.0 - 8.0 */
    animation: mymove ease-in-out 0.7s; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider.sub-content-active {
        padding: 40px 0; } }

@-webkit-keyframes mymove {
  from {
    top: 100%; }
  to {
    top: 0; } }

@keyframes mymove {
  from {
    top: 100%; }
  to {
    top: 0; } }
    @media (max-width: 767.98px) {
      @-webkit-keyframes mymove {
        from {
          top: 100%; }
        to {
          top: 0; } }
      @keyframes mymove {
        from {
          top: 100%; }
        to {
          top: 0; } } }
  .somfy .sub-content-slider .container-fluid {
    padding-bottom: 40px; }
    .somfy .sub-content-slider .container-fluid div.row:first-child {
      padding-top: 0; }
  .somfy .sub-content-slider .img-block {
    display: block;
    overflow: hidden; }
    .somfy .sub-content-slider .img-block img {
      margin: 0 auto;
      width: 100%;
      height: auto; }
      @media (max-width: 767.98px) {
        .somfy .sub-content-slider .img-block img {
          width: auto;
          height: 167px; } }
  .somfy .sub-content-slider .content-block {
    margin-bottom: 40px; }
    .somfy .sub-content-slider .content-block .title_3 {
      padding-top: 40px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .somfy .sub-content-slider .content-block .title_3 {
          padding-top: 15px; } }
    .somfy .sub-content-slider .content-block .truncate-7 {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .somfy .sub-content-slider .content-block .text_big {
      padding-top: 20px;
      margin-bottom: 0;
      padding-bottom: 0; }
      body .somfy .sub-content-slider .content-block .text_big {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .sub-content-slider .content-block .text_big,
      body.vi-th .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .sub-content-slider .content-block .text_big,
      body.ar-lb .somfy .sub-content-slider .content-block .text_big,
      body.ar-ma .somfy .sub-content-slider .content-block .text_big,
      body.ar-il .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .sub-content-slider .content-block .text_big,
      body.tc-tw .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .sub-content-slider .content-block .text_big {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .sub-content-slider .content-block .text_big {
          padding-top: 10px; } }
  .somfy .sub-content-slider .close-content {
    padding-top: 280px;
    position: relative; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .close-content {
        padding-top: 73px; } }
    .somfy .sub-content-slider .close-content button {
      text-align: center;
      margin: 0 auto; }
    .somfy .sub-content-slider .close-content .btn_closed {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      bottom: 40px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding: 13px 22px;
      transition: initial; }
      @media (min-width: 768px) {
        .somfy .sub-content-slider .close-content .btn_closed {
          bottom: 0px; } }
      @media (max-width: 767.98px) {
        .somfy .sub-content-slider .close-content .btn_closed {
          width: 40px;
          height: 40px;
          padding: 0; } }
      .somfy .sub-content-slider .close-content .btn_closed span {
        justify-content: center;
        -ms-flex: 1 1 0%;
        margin: auto;
        transition: initial;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute; }
        .somfy .sub-content-slider .close-content .btn_closed span:before {
          width: 100%; }
    .somfy .sub-content-slider .close-content .closed {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      bottom: 40px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding: 13px 22px;
      transition: initial; }
      @media (min-width: 768px) {
        .somfy .sub-content-slider .close-content .closed {
          bottom: 207px; } }
      @media (max-width: 767.98px) {
        .somfy .sub-content-slider .close-content .closed {
          width: 40px;
          height: 40px;
          padding: 0; } }
      .somfy .sub-content-slider .close-content .closed span {
        justify-content: center;
        -ms-flex: 1 1 0%;
        margin: auto;
        transition: initial;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
        color: #FFFFFF; }
        .somfy .sub-content-slider .close-content .closed span:before {
          width: 100%; }
  .somfy .sub-content-slider .slick-next {
    margin-right: 25px; }
    .somfy .sub-content-slider .slick-next:before {
      content: none; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .slick-next {
        margin-right: 35px; } }
  .somfy .sub-content-slider .icon-arrow-slider {
    transition: none; }
    .somfy .sub-content-slider .icon-arrow-slider:before {
      content: "\e90f";
      font-size: 18px;
      color: #485C74;
      top: calc(50% - 9px);
      left: calc(50% - 9px);
      position: absolute;
      font-family: icomoon, sans-serif; }
  .somfy .sub-content-slider .slick-prev {
    margin-left: 25px;
    transform: scaleX(-1); }
    .somfy .sub-content-slider .slick-prev:before {
      content: none; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .slick-prev {
        margin-left: 35px; } }
  .somfy .sub-content-slider .icon-arrow-slider {
    transition: none; }
    .somfy .sub-content-slider .icon-arrow-slider:before {
      display: block;
      content: "\e90f";
      font-size: 18px;
      color: #ffffff;
      top: calc(50% - 9px);
      left: calc(50% - 9px);
      position: absolute;
      font-family: icomoon, sans-serif; }
  .somfy .sub-content-slider .slick-next {
    transform: scaleY(-1); }
  .somfy .sub-content-slider .slick-prev, .somfy .sub-content-slider .slick-next {
    z-index: 2;
    background-color: #FAB800;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
    .somfy .sub-content-slider .slick-prev:hover, .somfy .sub-content-slider .slick-next:hover {
      background-color: #EC9600;
      transition: background-color 0.3s ease-in-out; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .slick-prev, .somfy .sub-content-slider .slick-next {
        background: #FAB800 !important;
        width: 40px;
        height: 40px; }
        .somfy .sub-content-slider .slick-prev:before, .somfy .sub-content-slider .slick-next:before {
          color: #ffffff; } }
  .somfy .sub-content-slider .next-arrow {
    position: absolute;
    right: 50px;
    z-index: 2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 13px 22px;
    background: rgba(0, 0, 0, 0.1) !important; }
    .somfy .sub-content-slider .next-arrow:hover {
      background: rgba(0, 0, 0, 0.5) !important;
      border: none; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .next-arrow {
        width: 40px;
        height: 40px;
        padding: 0;
        right: 20px; } }
    .somfy .sub-content-slider .next-arrow.next:after {
      display: none; }
    .somfy .sub-content-slider .next-arrow .icon-arrow-right:before {
      color: #000000; }
  .somfy .sub-content-slider .prev-arrow {
    position: absolute;
    left: 50px;
    z-index: 2;
    transform: rotate(180deg);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 13px 22px;
    background: rgba(0, 0, 0, 0.1) !important; }
    .somfy .sub-content-slider .prev-arrow.next:after {
      display: none; }
    .somfy .sub-content-slider .prev-arrow:hover {
      background: rgba(0, 0, 0, 0.5) !important;
      border: none; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .prev-arrow {
        width: 40px;
        height: 40px;
        padding: 0;
        left: 20px; } }
    .somfy .sub-content-slider .prev-arrow .icon-arrow-right:before {
      color: #000000; }
  .somfy .sub-content-slider .closed:after {
    display: none; }
  .somfy .sub-content-slider .slick-dots {
    position: absolute;
    margin: 0 auto;
    bottom: 0 !important; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-slider .slick-dots {
        position: absolute;
        bottom: 20px;
        top: initial; } }
    .somfy .sub-content-slider .slick-dots li {
      margin: 0 10px;
      width: 60px; }
      .somfy .sub-content-slider .slick-dots li button {
        width: 60px;
        height: 2px; }
        .somfy .sub-content-slider .slick-dots li button:before {
          content: "\2014";
          color: #000000;
          font-size: 60px;
          line-height: 0.2;
          width: 60px; }
      .somfy .sub-content-slider .slick-dots li:hover button:before {
        content: "\2014";
        color: #FAB800; }
      .somfy .sub-content-slider .slick-dots li.slick-active button:before {
        content: "\2014";
        color: #FAB800; }

.somfy .sub-content-boxes {
  height: 100%;
  padding: 100px 0 0 0;
  z-index: 2;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden; }
  .somfy .sub-content-boxes.close-content {
    -webkit-animation: animationclose ease-in-out 0.7s;
    /* Safari 4.0 - 8.0 */
    animation: animationclose ease-in-out 0.7s; }

@-webkit-keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0; } }

@keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0; } }
  .somfy .sub-content-boxes.sub-content-active {
    visibility: visible;
    -webkit-animation: mymove ease-in-out 0.7s;
    /* Safari 4.0 - 8.0 */
    animation: mymove ease-in-out 0.7s; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-boxes.sub-content-active {
        padding: 40px 0; } }

@-webkit-keyframes mymove {
  from {
    top: 100%; }
  to {
    top: 0; } }

@keyframes mymove {
  from {
    top: 100%; }
  to {
    top: 0; } }
    @media (max-width: 767.98px) {
      @-webkit-keyframes mymove {
        from {
          top: 100%; }
        to {
          top: 0; } }
      @keyframes mymove {
        from {
          top: 100%; }
        to {
          top: 0; } } }
  .somfy .sub-content-boxes.boxes_sub_content {
    background-color: #F8F7F5; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-boxes.boxes_sub_content {
        height: initial; }
        .somfy .sub-content-boxes.boxes_sub_content .container-fluid {
          background-color: #F8F7F5; } }
    .somfy .sub-content-boxes.boxes_sub_content .content-block {
      width: 100%; }
    .somfy .sub-content-boxes.boxes_sub_content .sub-content-active {
      height: 100%; }
    .somfy .sub-content-boxes.boxes_sub_content .close-content {
      padding-top: 110px; }
    .somfy .sub-content-boxes.boxes_sub_content.close-content {
      -webkit-animation: animationclose ease-in-out 0.7s;
      /* Safari 4.0 - 8.0 */
      animation: animationclose ease-in-out 0.7s; }

@-webkit-keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; } }

@keyframes animationclose {
  from {
    visibility: visible;
    top: 0;
    opacity: 1; }
  to {
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; } }
    .somfy .sub-content-boxes.boxes_sub_content .bloc_items {
      margin-bottom: 20px; }
      .somfy .sub-content-boxes.boxes_sub_content .bloc_items .color-primary {
        color: #FAB800; }
      .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large {
        height: 639px;
        padding-bottom: 20px; }
        @media (max-width: 767.98px) {
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large {
            height: auto; } }
        .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row {
          height: 100%;
          width: 100%; }
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content {
            background: #FFFFFF;
            height: 100%;
            width: 100%; }
            @media (max-width: 767.98px) {
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content {
                padding-top: 45px; } }
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
              display: block;
              position: relative;
              color: #FAB800;
              font-size: 18px; }
              body .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: SomfySans-Regular, sans-serif; }
              body.vi-vi .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
              body.vi-th .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
              body.ar-lb .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
              body.ar-ma .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
              body.ar-il .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a,
              body.tc-tw .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a:hover {
                text-decoration: none; }
                .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a:hover .icon-arrow-right {
                  margin-left: 15px; }
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a .icon-arrow-right {
                transition: initial; }
                .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content a .icon-arrow-right:before {
                  content: "\e903";
                  color: #FAB800; }
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .text_big {
              padding-bottom: 30px; }
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .img-item-thumbnail {
              margin-bottom: 46px; }
              @media (max-width: 767.98px) {
                .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large > .row .items_content .img-item-thumbnail {
                  margin-bottom: 30px; } }
        .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large .img-item {
          margin-bottom: 46px; }
          @media (max-width: 767.98px) {
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_large .img-item {
              padding-top: 45px; } }
      .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small {
        height: 460px;
        padding-bottom: 20px; }
        @media (max-width: 767.98px) {
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small {
            height: auto; } }
        .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row {
          height: 100%;
          width: 100%; }
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .items_content {
            background: #FFFFFF;
            height: 100%;
            width: 100%; }
            @media (max-width: 767.98px) {
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .items_content {
                padding-top: 45px; } }
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .content-block .text_big {
            padding-top: 0; }
          @media (max-width: 767.98px) {
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .content-block {
              height: auto;
              margin-bottom: 20px; } }
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .img-item-thumbnail {
            margin-bottom: 20px;
            height: 80px; }
            @media (max-width: 767.98px) {
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .img-item-thumbnail {
                margin-bottom: 30px;
                height: auto; } }
          @media (max-width: 767.98px) {
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block {
              margin-bottom: 35px; } }
          .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
            display: block;
            position: relative;
            color: #FAB800;
            font-size: 18px; }
            body .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: SomfySans-Regular, sans-serif; }
            body.vi-vi .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
            body.vi-th .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
            body.ar-lb .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
            body.ar-ma .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
            body.ar-il .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a,
            body.tc-tw .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a:hover {
              text-decoration: none; }
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a:hover .icon-arrow-right {
                margin-left: 15px; }
            .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a .icon-arrow-right {
              transition: none; }
              .somfy .sub-content-boxes.boxes_sub_content .bloc_items .sub_content_items_small > .row .link-block a .icon-arrow-right:before {
                content: "\e903";
                color: #FAB800; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-boxes.boxes_sub_content .close-content .closed {
        margin-bottom: 20px; } }
  .somfy .sub-content-boxes .container-fluid div.row:first-child {
    padding-top: 0; }
  .somfy .sub-content-boxes .img-block {
    display: block;
    overflow: hidden; }
    .somfy .sub-content-boxes .img-block img {
      margin: 0 auto;
      width: 100%;
      height: auto; }
      @media (max-width: 767.98px) {
        .somfy .sub-content-boxes .img-block img {
          width: auto;
          height: 167px; } }
  .somfy .sub-content-boxes .content-block {
    margin-bottom: 40px; }
    .somfy .sub-content-boxes .content-block .title_3 {
      padding-top: 40px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .somfy .sub-content-boxes .content-block .title_3 {
          padding-top: 15px; } }
    .somfy .sub-content-boxes .content-block .truncate-7 {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .somfy .sub-content-boxes .content-block .text_big {
      padding-top: 20px;
      margin-bottom: 0;
      padding-bottom: 0; }
      body .somfy .sub-content-boxes .content-block .text_big {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .sub-content-boxes .content-block .text_big,
      body.vi-th .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .sub-content-boxes .content-block .text_big,
      body.ar-lb .somfy .sub-content-boxes .content-block .text_big,
      body.ar-ma .somfy .sub-content-boxes .content-block .text_big,
      body.ar-il .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .sub-content-boxes .content-block .text_big,
      body.tc-tw .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .sub-content-boxes .content-block .text_big {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .sub-content-boxes .content-block .text_big {
          padding-top: 10px; } }
  .somfy .sub-content-boxes .close-content {
    padding-top: 280px;
    position: relative; }
    @media (max-width: 767.98px) {
      .somfy .sub-content-boxes .close-content {
        padding-top: 73px; } }
    .somfy .sub-content-boxes .close-content button {
      text-align: center;
      margin: 0 auto; }
    .somfy .sub-content-boxes .close-content .btn_closed {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      bottom: 40px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding: 13px 22px;
      transition: initial; }
      @media (min-width: 768px) {
        .somfy .sub-content-boxes .close-content .btn_closed {
          bottom: 0px; } }
      @media (max-width: 767.98px) {
        .somfy .sub-content-boxes .close-content .btn_closed {
          width: 40px;
          height: 40px;
          padding: 0; } }
      .somfy .sub-content-boxes .close-content .btn_closed span {
        justify-content: center;
        -ms-flex: 1 1 0%;
        margin: auto;
        transition: initial;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute; }
        .somfy .sub-content-boxes .close-content .btn_closed span:before {
          width: 100%; }
    .somfy .sub-content-boxes .close-content .closed {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      bottom: 40px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding: 13px 22px;
      transition: initial; }
      @media (min-width: 768px) {
        .somfy .sub-content-boxes .close-content .closed {
          bottom: 0; } }
      @media (max-width: 767.98px) {
        .somfy .sub-content-boxes .close-content .closed {
          width: 40px;
          height: 40px;
          padding: 0; } }
      .somfy .sub-content-boxes .close-content .closed span {
        justify-content: center;
        -ms-flex: 1 1 0%;
        margin: auto;
        transition: initial;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute; }
        .somfy .sub-content-boxes .close-content .closed span:before {
          width: 100%; }
  .somfy .sub-content-boxes .closed:after {
    display: none; }

.somfy .boxes-btn-popin:hover {
  text-decoration: none; }

.somfy .blog {
  /* List */
  /* List > Banner */
  /* List > Search */
  /* List > List > news */
  /* new begin */
  /* new end*/
  /* Morph variation [BEGIN] */
  /* Morph variation [END] */
  /* List > aside */
  /* List > Aside > Archive */
  /* News detail */
  /*
		div.rootline-news-w {
		  margin-top: -70px;
		  margin-bottom: 75px;
		}
		*/
  /* News detail */
  /* News detail > nav */
  /* News detail > img */
  /* News detail > Title */
  /* News detail > Author */
  /* News detail > Text */
  /* News detail > Meta */
  /*Disqus*/
  /* Helper */ }
  .somfy .blog h1,
  .somfy .blog h2,
  .somfy .blog h3,
  .somfy .blog h4 {
    margin: 0;
    padding: 0; }
  .somfy .blog a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease 0s; }
  .somfy .blog a:hover {
    color: #fab711;
    text-decoration: none; }
  .somfy .blog .banner-news {
    height: 506px;
    background-position: center center;
    display: block;
    width: 100%; }
  .somfy .blog .banner-news .banner-news-data-w {
    height: 506px; }
  .somfy .blog .banner-news .banner-news-data {
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 20px; }
    body .somfy .blog .banner-news .banner-news-data {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .blog .banner-news .banner-news-data,
    body.vi-th .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .banner-news .banner-news-data,
    body.ar-lb .somfy .blog .banner-news .banner-news-data,
    body.ar-ma .somfy .blog .banner-news .banner-news-data,
    body.ar-il .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .banner-news .banner-news-data,
    body.tc-tw .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .banner-news .banner-news-data {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .banner-news .banner-news-data h1 {
    font-size: 210px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: inherit;
    margin-bottom: -31px; }
    body .somfy .blog .banner-news .banner-news-data h1 {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .blog .banner-news .banner-news-data h1 {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .blog .banner-news .banner-news-data h1,
    body.vi-th .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .banner-news .banner-news-data h1,
    body.ar-lb .somfy .blog .banner-news .banner-news-data h1,
    body.ar-ma .somfy .blog .banner-news .banner-news-data h1,
    body.ar-il .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .banner-news .banner-news-data h1,
    body.tc-tw .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .banner-news .banner-news-data h1 {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .banner-news .banner-news-data h1 .smallw {
    font-size: 113px;
    margin-right: -25px; }
  .somfy .blog .banner-news .banner-news-data h1 .mediumw {
    font-size: 160px;
    margin-left: -25px; }
  .somfy .blog .banner-news .banner-news-data h2 {
    font-size: 45px;
    line-height: 48px;
    color: #ffffff; }
  .somfy .blog .tool-news {
    height: 106px;
    background-color: #d1d1d1;
    position: relative;
    margin-bottom: 75px; }
  .somfy .blog.blog-det .tool-news {
    margin-bottom: 0; }
  .somfy .blog .tool-news-infos {
    float: left;
    color: #2c2c2c;
    font-size: 15px;
    line-height: 106px;
    text-transform: uppercase; }
  .somfy .blog .tool-news-search {
    float: right; }
  .somfy .blog .search-box {
    background-color: #fff;
    width: 450px;
    border: 1px #bcbcbc solid;
    border-radius: 125px;
    font-size: 11px;
    height: 57px;
    padding: 2px;
    margin-top: 25px; }
  .somfy .blog .search-box form input[type=text] {
    width: 350px;
    height: 42px;
    margin-top: 5px;
    margin-left: 23px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #808080; }
  .somfy .blog .search-box form input[type=submit] {
    width: 40px;
    height: 52px;
    background: url(/common/img/b2c_v4/pictos/picto_recherche-xl.png) center center no-repeat;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 35px; }
  .somfy .blog .list-news {
    width: 80%;
    padding-right: 100px;
    float: left; }
  .somfy .blog .teaser-news {
    background-color: #f8f8f8;
    height: auto;
    overflow: hidden;
    position: relative; }
  .somfy .blog section.hero-news {
    padding-top: 18px; }
  .somfy .blog .hero-news .teaser-news {
    margin-bottom: 120px; }
  .somfy .blog .teaser-news-img-w {
    float: left;
    width: 50%;
    max-height: 550px;
    overflow: hidden;
    position: relative; }
  .somfy .blog .teaser-news-data {
    float: left;
    width: 50%;
    padding: 50px; }
  .somfy .blog .teaser-news-title {
    font-size: 56px;
    line-height: 58px;
    color: #000000;
    text-transform: uppercase; }
    body .somfy .blog .teaser-news-title {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .blog .teaser-news-title {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .blog .teaser-news-title,
    body.vi-th .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .teaser-news-title,
    body.ar-lb .somfy .blog .teaser-news-title,
    body.ar-ma .somfy .blog .teaser-news-title,
    body.ar-il .somfy .blog .teaser-news-title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .teaser-news-title,
    body.tc-tw .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .teaser-news-title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .teaser-news-data p {
    color: #808080;
    font-size: 32px; }
    body .somfy .blog .teaser-news-data p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .blog .teaser-news-data p,
    body.vi-th .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .teaser-news-data p,
    body.ar-lb .somfy .blog .teaser-news-data p,
    body.ar-ma .somfy .blog .teaser-news-data p,
    body.ar-il .somfy .blog .teaser-news-data p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .teaser-news-data p,
    body.tc-tw .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .teaser-news-data p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .teaser-news-data ul.teaser-news-meta {
    margin: 0;
    padding: 0;
    list-style: none; }
  .somfy .blog .teaser-news-data ul.teaser-news-meta li {
    display: inline;
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 12px; }
  .somfy .blog .teaser-news-data ul.teaser-news-meta li:before {
    content: " | ";
    padding: 0 10px;
    color: #c5c5c5; }
  .somfy .blog .teaser-news-data ul.teaser-news-meta li:first-child:before {
    display: none; }
  .somfy .blog ul.social-news {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
  .somfy .blog ul.social-news li {
    display: inline-block;
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 12px; }
  .somfy .blog ul.social-news li a {
    background-color: #f8f8f8;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: -4px;
    background-image: url(/common/img/b2c_v4/sprite-news-social.png);
    text-indent: -9000px; }
  .somfy .blog ul.social-news li a:hover {
    background-color: #fbfbfb; }
  .somfy .blog ul.social-news li a.facebook {
    background-color: #3964af;
    background-position: -39px 0; }
  .somfy .blog ul.social-news li a.facebook:hover {
    background-color: #4374cb; }
  .somfy .blog ul.social-news li a.kakaotalk {
    background-color: #ffe800;
    background-position: -118px 0; }
  .somfy .blog ul.social-news li a.kakaotalk:hover {
    background-color: #f8e847; }
  .somfy .blog ul.social-news li a.twitter {
    background-color: #55ccff;
    background-position: -78px 0; }
  .somfy .blog ul.social-news li a.twitter:hover {
    background-color: #80d6fb; }
  .somfy .blog ul.social-news div {
    display: block;
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 0px;
    margin-right: -2px; }
  .somfy .blog ul.social-news div a {
    background-color: #f8f8f8;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(/common/img/b2c_v4/sprite-news-social.png);
    text-indent: -9000px; }
  .somfy .blog ul.social-news div a:hover {
    background-color: #fbfbfb; }
  .somfy .blog ul.social-news div a.facebook {
    background-color: #3964af;
    background-position: -40px 0; }
  .somfy .blog ul.social-news div a.facebook:hover {
    background-color: #4374cb; }
  .somfy .blog ul.social-news div a.kakaotalk {
    background-color: #ffe800;
    background-position: -117px 0; }
  .somfy .blog ul.social-news div a.kakaotalk:hover {
    background-color: #f8e847; }
  .somfy .blog ul.social-news div a.twitter {
    background-color: #55ccff;
    background-position: -80px 0; }
  .somfy .blog ul.social-news div a.twitter:hover {
    background-color: #80d6fb; }
  .somfy .blog .list-news .teaser-news.teaser-news-more {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #000000;
    height: auto;
    padding-top: 40px; }
  .somfy .blog .list-news .teaser-news.teaser-news-more-inprogress {
    height: 100px;
    background-image: url(/common/img/b2c_v4/pictos/loading-image.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px; }
  .somfy .blog .readmore {
    color: #fab700;
    font-size: 25px; }
  .somfy .blog .readmore:hover {
    color: #fdcb40; }
  .somfy .blog .list-news .teaser-news {
    background-color: #ffffff;
    height: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #dddddd; }
  .somfy .blog .list-news .teaser-news:first-child {
    padding-top: 0;
    height: auto;
    border: none; }
  .somfy .blog .list-news .teaser-news-img-w {
    width: 36%; }
  .somfy .blog .list-news .teaser-news-data {
    width: 64%;
    padding-top: 0; }
  .somfy .blog .list-news .teaser-news-title {
    font-size: 35px;
    line-height: 38px; }
  .somfy .blog .list-news .teaser-news-data p {
    font-size: 18px;
    line-height: 20px; }
  .somfy .blog .list-news .readmore {
    font-size: 15px; }
  .somfy .blog .aside-news {
    width: 20%;
    float: left; }
  .somfy .blog.blog-det .aside-news {
    padding-top: 50px; }
  .somfy .blog .aside-news-section {
    margin-bottom: 75px; }
  .somfy .blog .aside-news-section-title {
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
    margin-bottom: 20px;
    font-family: arial,verdana; }
  .somfy .blog ul.tags-blog {
    margin: 0;
    padding: 0;
    list-style: none; }
  .somfy .blog ul.tags-blog li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px; }
  .somfy .blog ul.tags-blog li a {
    padding: 11px;
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    color: #666666;
    font-family: arial,verdana; }
  .somfy .blog ul.tags-blog li.cur a {
    color: #000000;
    font-weight: 600; }
  .somfy .blog ul.tags-blog li a:hover {
    background-color: transparent;
    color: #fab700; }
  .somfy .blog ul.navarchive {
    margin: 0;
    margin-bottom: 45px;
    padding: 0;
    list-style: none; }
  .somfy .blog ul.navarchive li.navarchive-year ul.navarchive-month {
    display: none;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none; }
  .somfy .blog ul.navarchive li.navarchive-year.cur ul.navarchive-month {
    display: block; }
  .somfy .blog ul.navarchive li.navarchive-year.act ul.navarchive-month {
    /*display:block;*/ }
  .somfy .blog ul.navarchive li.cur > a {
    color: #000000;
    font-weight: 600; }
  .somfy .blog ul.navarchive li {
    color: #808080;
    font-family: arial,verdana; }
  .somfy .blog ul.navarchive li a {
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    font-family: arial,verdana;
    display: block;
    margin-bottom: 10px; }
  .somfy .blog ul.navarchive li a:hover {
    color: #fab700; }
  .somfy .blog .tool-news-infos-cat {
    font-size: 50px;
    color: #000000;
    text-transform: none; }
    body .somfy .blog .tool-news-infos-cat {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .blog .tool-news-infos-cat,
    body.vi-th .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .tool-news-infos-cat,
    body.ar-lb .somfy .blog .tool-news-infos-cat,
    body.ar-ma .somfy .blog .tool-news-infos-cat,
    body.ar-il .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .tool-news-infos-cat,
    body.tc-tw .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .tool-news-infos-cat {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog ul.rootline-news-list {
    margin: 0;
    margin-top: 28px;
    /*margin-bottom: 28px;*/
    padding: 0;
    list-style: none; }
  .somfy .blog .blog-list ul.rootline-news-list {
    margin-top: -47px;
    margin-bottom: 49px; }
  .somfy .blog ul.rootline-news-list li {
    display: inline;
    color: #808080;
    font-size: 14px; }
  .somfy .blog ul.rootline-news-list li a {
    color: #808080;
    font-size: 14px; }
  .somfy .blog ul.rootline-news-list li a:hover {
    color: #fab700; }
  .somfy .blog ul.rootline-news-list li:after {
    content: " > ";
    padding: 0 2px;
    color: #808080; }
  .somfy .blog ul.rootline-news-list li.rootline-news-list-current {
    color: #000000; }
  .somfy .blog ul.rootline-news-list li.rootline-news-list-current:after {
    display: none; }
  .somfy .blog .detail-news {
    width: 80%;
    padding-right: 100px;
    float: left; }
  .somfy .blog .detail-news-nav {
    position: relative;
    text-align: center;
    padding: 49px 0; }
  .somfy .blog .detail-news-w .detail-news-nav a {
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    font-family: arial,verdana; }
  .somfy .blog .detail-news-nav a:hover {
    color: #fab700; }
  .somfy .blog .detail-news-nav-prev {
    position: absolute;
    left: 0; }
  .somfy .blog .detail-news-nav-next {
    position: absolute;
    right: 0; }
  .somfy .blog .detail-news-img-w {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 31px; }
  .somfy .blog .teaser-news-img-w img, .somfy .blog .detail-news-img-w img {
    max-width: 100%;
    max-height: 732px; }
  .somfy .blog .detail-news h1 {
    font-size: 55px;
    line-height: 58px;
    color: #000000;
    text-transform: uppercase; }
    body .somfy .blog .detail-news h1 {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .blog .detail-news h1 {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .blog .detail-news h1,
    body.vi-th .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .detail-news h1,
    body.ar-lb .somfy .blog .detail-news h1,
    body.ar-ma .somfy .blog .detail-news h1,
    body.ar-il .somfy .blog .detail-news h1 {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .detail-news h1,
    body.tc-tw .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .detail-news h1 {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .detail-news-author {
    display: block;
    font-size: 24px; }
  .somfy .blog .detail-news-txt-w {
    border-bottom: 1px solid #d5dade;
    text-align: justify;
    font-size: 20px;
    color: #808080; }
    body .somfy .blog .detail-news-txt-w {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .blog .detail-news-txt-w,
    body.vi-th .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .detail-news-txt-w,
    body.ar-lb .somfy .blog .detail-news-txt-w,
    body.ar-ma .somfy .blog .detail-news-txt-w,
    body.ar-il .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .detail-news-txt-w,
    body.tc-tw .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .detail-news-txt-w {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .detail-news-txt-w ul {
    list-style-position: inside;
    padding-left: 40px; }
  .somfy .blog .detail-news-txt-w ol {
    list-style-position: inside;
    padding-left: 40px; }
  .somfy .blog .detail-news h2 {
    font-size: 28px;
    line-height: 32px;
    color: #808080;
    margin-bottom: 10px; }
    body .somfy .blog .detail-news h2 {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .blog .detail-news h2 {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .blog .detail-news h2,
    body.vi-th .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .blog .detail-news h2,
    body.ar-lb .somfy .blog .detail-news h2,
    body.ar-ma .somfy .blog .detail-news h2,
    body.ar-il .somfy .blog .detail-news h2 {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .blog .detail-news h2,
    body.tc-tw .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .blog .detail-news h2 {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .blog .detail-news p {
    font-size: 20px;
    line-height: 25px;
    color: #808080;
    margin-bottom: 20px;
    margin-top: 0; }
  .somfy .blog .detail-news a {
    color: #fab700; }
  .somfy .blog ul.detail-news-meta {
    margin: 0;
    margin-bottom: 12px;
    margin-top: 14px;
    padding: 0;
    list-style: none; }
  .somfy .blog ul.detail-news-meta li {
    font-family: arial,verdana;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block; }
  .somfy .blog ul.detail-news-meta li:before {
    content: " | ";
    padding: 0 20px;
    color: #c5c5c5; }
  .somfy .blog ul.detail-news-meta li:first-child:before {
    display: none; }
  .somfy .blog ul.detail-news-meta li.detail-news-meta-comments {
    color: #fdcb40; }
  .somfy .blog .detail-news-meta-footer {
    margin-bottom: 110px; }
  .somfy .blog .detail-news-meta-footer-section:first-child {
    margin-top: 17px; }
  .somfy .blog .detail-news-meta-footer-section {
    margin-top: 6px; }
  .somfy .blog .detail-news-meta-footer-section-title {
    color: #808080;
    display: inline-block;
    width: 8%; }
  .somfy .blog .detail-news-meta-footer-section-list {
    color: #000000;
    font-weight: 600;
    display: inline-block; }
  .somfy .blog .row-xl {
    clear: both;
    width: 100%;
    margin: 0 auto; }
  .somfy .blog .container-news {
    margin: 0 auto;
    position: relative; }
  .somfy .blog .tool-news-w {
    padding: 0 20px; }
  .somfy .blog .cf:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .somfy .blog .hide {
    display: none; }
  @media only screen and (max-width: 1610px) {
    .somfy .blog .list-news {
      padding-right: 50px; }
    .somfy .blog h3.teaser-news-title {
      font-size: 35px;
      line-height: 39px; }
    .somfy .blog .teaser-news-data p {
      font-size: 27px; }
    .somfy .blog .teaser-news {
      height: auto; }
    .somfy .blog .hero-news .teaser-news {
      margin-bottom: 80px; }
    .somfy .blog .hero-news .teaser-news-data p {
      font-size: 23px;
      line-height: 25px; }
    .somfy .blog .teaser-news-img-w {
      max-height: 450px; }
    .somfy .blog .list-news .teaser-news ul.social-news {
      top: 189px;
      position: static; }
    .somfy .blog .list-news .teaser-news:first-child ul.social-news {
      top: 159px; }
    .somfy .blog .teaser-news-img-w img, .somfy .blog .detail-news-img-w img {
      max-height: 429px; }
    .somfy .blog .banner-news .banner-news-data h1 {
      font-size: 160px; } }
  @media only screen and (max-width: 1000px) {
    .somfy .blog {
      /*div.rootline-news-w {
		    margin-top: -10px;
		    margin-bottom: 30px;
		  }*/
      /* Tool search */
      /* List view  */
      /* Detail */ }
      .somfy .blog .detail-news,
      .somfy .blog .list-news {
        width: 100%;
        padding-right: 0;
        float: none; }
      .somfy .blog .aside-news {
        width: 100%;
        float: none; }
      .somfy .blog .tool-news-w.container-news {
        position: relative; }
      .somfy .blog .tool-news-search {
        position: absolute; }
      .somfy .blog .tool-news {
        margin-bottom: 40px; }
      .somfy .blog .search-box {
        width: 300px; }
      .somfy .blog .search-box form input[type=text] {
        width: 212px; }
      .somfy .blog .tool-news-infos {
        position: absolute;
        top: 73px; }
      .somfy .blog .teaser-news {
        background-color: #FFFFFF; }
      .somfy .blog .teaser-news-data {
        padding: 0; }
      .somfy .blog .hero-news .teaser-news {
        overflow: inherit;
        height: auto; }
      .somfy .blog h3.teaser-news-title {
        margin-top: 16px;
        font-size: 26px;
        line-height: 34px; }
      .somfy .blog .banner-news .banner-news-data h1 {
        font-size: 120px;
        margin-bottom: 0;
        line-height: 80px; }
      .somfy .blog .banner-news .banner-news-data h1 .smallw {
        font-size: 80px;
        line-height: normal;
        margin-right: 0; }
      .somfy .blog .banner-news .banner-news-data h1 .mediumw {
        margin-right: 0;
        font-size: 50px;
        line-height: normal; }
      .somfy .blog .list-news .teaser-news:first-child {
        padding-top: 30px;
        height: auto;
        border-top: 1px solid #dddddd; }
      .somfy .blog .list-news h3.teaser-news-title {
        margin-top: 0; }
      .somfy .blog .list-news .teaser-news-img-w img {
        padding-right: 20px; }
      .somfy .blog .list-news .teaser-news ul.social-news {
        top: 164px;
        display: none; }
      .somfy .blog .teaser-news-data p {
        font-size: 17px;
        line-height: 22px;
        margin-top: 10px; }
      .somfy .blog .hero-news .teaser-news-data {
        width: 100%;
        float: none; }
      .somfy .blog .hero-news .teaser-news-img-w {
        width: 100%;
        max-height: 460px;
        float: none; }
      .somfy .blog .readmore {
        font-size: 17px;
        line-height: 22px; }
      .somfy .blog.blog-det .tool-news {
        padding-bottom: 15px; }
      .somfy .blog.blog-det .tool-news-search,
      .somfy .blog.blog-det .tool-news-infos,
      .somfy .blog.blog-det .tool-news {
        position: static;
        float: none;
        height: auto; }
      .somfy .blog.blog-det .search-box {
        width: 100%; }
      .somfy .blog.blog-det .tool-news {
        position: relative; }
      .somfy .blog.blog-det .tool-news:after {
        content: "";
        position: absolute;
        bottom: 86px;
        height: 2px;
        width: 100%;
        background-color: #FFFFFF;
        visibility: visible;
        clear: both; }
      .somfy .blog .teaser-news-img-w img, .somfy .blog .detail-news-img-w img {
        max-height: 422px; } }
  @media only screen and (max-width: 680px) {
    .somfy .blog {
      /* Banner news */
      /* Hero news */
      /* List news > Content */
      /* List news  > Meta */
      /* Det news  > Cat */ }
      .somfy .blog.blog-det section.banner-news {
        display: none; }
      .somfy .blog .banner-news,
      .somfy .blog .banner-news .banner-news-data-w {
        height: 318px; }
      .somfy .blog .banner-news .banner-news-data {
        position: static; }
      .somfy .blog .banner-news .banner-news-data h1 {
        font-size: 53px;
        bottom: 95px;
        position: absolute; }
      .somfy .blog .banner-news .banner-news-data h1 .smallw {
        font-size: 25px;
        margin-right: -5px; }
      .somfy .blog .banner-news .banner-news-data h1 .mediumw {
        font-size: 35px;
        margin-left: -5px; }
      .somfy .blog .banner-news .banner-news-data h2 {
        font-size: 21px;
        line-height: 23px;
        bottom: 20px;
        position: absolute; }
      .somfy .blog .hero-news .teaser-news-img-w {
        max-height: 192px; }
      .somfy .blog .hero-news .teaser-news {
        /*    margin-top: 30px;*/
        margin-bottom: 30px; }
      .somfy .blog .list-news .teaser-news {
        height: auto; }
      .somfy .blog .list-news .teaser-news-img-w {
        width: 40%; }
      .somfy .blog .list-news .teaser-news-img-w img {
        padding-right: 10px;
        padding-bottom: 5px; }
      .somfy .blog .list-news .teaser-news-data {
        width: auto;
        float: none; }
      .somfy .blog .kr_v4 .list-news .teaser-news-title {
        line-height: 34px; }
      .somfy .blog .list-news .teaser-news-title {
        font-size: 17px;
        line-height: 22px;
        margin-top: 0;
        display: inline; }
      .somfy .blog .list-news .teaser-news ul.social-news {
        position: static;
        display: none; }
      .somfy .blog ul.teaser-news-meta li:nth-child(2):after {
        display: block;
        content: ''; }
      .somfy .blog ul.teaser-news-meta li:nth-child(3):before {
        display: none; }
      .somfy .blog .detail-news-nav {
        padding: 10px 0; }
      .somfy .blog .detail-news h1 {
        font-size: 27px;
        line-height: 34px; }
      .somfy .blog .detail-news h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0; }
      .somfy .blog .detail-news p {
        font-size: 16px;
        line-height: 23px; }
      .somfy .blog .detail-news-img-w {
        margin-bottom: 10px;
        margin-top: 10px; }
      .somfy .blog .detail-news-author {
        font-size: 17px; }
      .somfy .blog .detail-news-w .detail-news-nav a {
        font-size: 10px; }
      .somfy .blog ul.detail-news-meta li {
        font-size: 12px; }
      .somfy .blog ul.detail-news-meta li:before {
        padding: 0 10px; }
      .somfy .blog .rootline-news {
        display: none; }
      .somfy .blog .tool-news-infos-cat {
        font-size: 38px;
        line-height: 42px;
        padding-top: 20px;
        display: block; }
      .somfy .blog .detail-news-meta-footer {
        margin-bottom: 40px; }
      .somfy .blog .detail-news-meta-footer-section {
        font-size: 13px; }
      .somfy .blog .detail-news-meta-footer-section-title {
        width: 25%;
        float: left; }
      .somfy .blog .detail-news-meta-footer-section-list {
        width: 75%; }
      .somfy .blog .teaser-news-img-w img, .somfy .blog .detail-news-img-w img {
        max-height: 186px; }
      .somfy .blog .somfy .mainFooter .footer_first .footer_contact {
        height: 0 !important; } }

.somfy .dealers-locator .header:before {
  content: none; }

.somfy .dealers-locator .header .new-search-button {
  cursor: pointer;
  display: none;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator .header .new-search-button {
      font-size: 1.1428571429rem; } }
  .somfy .dealers-locator .header .new-search-button:hover, .somfy .dealers-locator .header .new-search-button:focus, .somfy .dealers-locator .header .new-search-button:active {
    text-decoration: underline; }
  .somfy .dealers-locator .header .new-search-button i {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); }
    .somfy .dealers-locator .header .new-search-button i:before {
      color: #1A1B1C; }

.somfy .dealers-locator .header #close-search {
  display: none; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator .header #close-search {
      display: block;
      position: absolute;
      color: #000;
      top: calc(100% + 15px);
      right: 20px; } }

.somfy .dealers-locator section,
.somfy .dealers-locator form {
  width: 100%; }

.somfy .dealers-locator .dealers-locator-content {
  display: none; }

.somfy .dealers-locator .search_dealers-wrapper {
  background: #F8F7F5;
  padding: 5rem 0;
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator .search_dealers-wrapper {
      transition: none; } }
  .somfy .dealers-locator .search_dealers-wrapper .title_2 {
    margin-bottom: 1.4285714286rem; }
  .somfy .dealers-locator .search_dealers-wrapper .subtitle_1, .somfy .dealers-locator .search_dealers-wrapper .subtitle_2, .somfy .dealers-locator .search_dealers-wrapper .form_assembly .wForm fieldset legend, .somfy .form_assembly .wForm fieldset .dealers-locator .search_dealers-wrapper legend {
    margin-bottom: 2.8571428571rem; }
  .somfy .dealers-locator .search_dealers-wrapper .title-content {
    overflow: hidden;
    opacity: 1;
    max-height: 400px;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .dealers-locator .search_dealers-wrapper .title-content {
        transition: none; } }

@media (min-width: 992px) {
  .somfy .dealers-locator form.search_dealers {
    position: relative; }
    .somfy .dealers-locator form.search_dealers:after {
      display: none;
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100vw;
      height: 2px;
      background: #e1e1e1;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

@media (max-width: 991.98px) {
  .somfy .dealers-locator form.search_dealers {
    height: auto;
    position: relative; }
    .somfy .dealers-locator form.search_dealers .d-lg-none {
      padding: 0 10px; } }

.somfy .dealers-locator form.search_dealers .form-group {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator form.search_dealers .form-group {
      margin-bottom: 1.4285714286rem; } }
  .somfy .dealers-locator form.search_dealers .form-group.-order {
    flex-grow: 0; }
    @media (max-width: 991.98px) {
      .somfy .dealers-locator form.search_dealers .form-group.-order .btn {
        width: 100%; } }
  .somfy .dealers-locator form.search_dealers .form-group [type="submit"] {
    width: 100%; }
  .somfy .dealers-locator form.search_dealers .form-group.-order .btn, .somfy .dealers-locator form.search_dealers .form-group.-order .btn:active, .somfy .dealers-locator form.search_dealers .form-group.-order .btn:focus {
    background: white !important;
    transition: background 0.2s ease-in-out; }
    .somfy .dealers-locator form.search_dealers .form-group.-order .btn.-activeOrder, .somfy .dealers-locator form.search_dealers .form-group.-order .btn:active.-activeOrder, .somfy .dealers-locator form.search_dealers .form-group.-order .btn:focus.-activeOrder {
      background: #e1e1e1 !important; }
  .somfy .dealers-locator form.search_dealers .form-group:nth-child(7) .btn span, .somfy .dealers-locator form.search_dealers .form-group:nth-child(6) .btn span {
    display: none; }
    @media (max-width: 991.98px) {
      .somfy .dealers-locator form.search_dealers .form-group:nth-child(7) .btn span, .somfy .dealers-locator form.search_dealers .form-group:nth-child(6) .btn span {
        display: inline-block; } }

.somfy .dealers-locator form.search_dealers input[type="text"] {
  color: #1A1B1C;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-align: left; }
  .somfy .dealers-locator form.search_dealers input[type="text"].with-icon {
    padding-right: 2.8571428571rem; }

.somfy .dealers-locator form.search_dealers button[type="submit"] {
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator form.search_dealers button[type="submit"] {
      display: block;
      width: 100%; } }

.somfy .dealers-locator form.search_dealers .row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator form.search_dealers .row {
      display: block; } }

.somfy .dealers-locator form.search_dealers .dealers-order-back {
  display: none; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator form.search_dealers .dealers-order-back {
      display: block;
      border: none;
      background: none;
      padding: 0;
      color: #FAB800;
      margin-bottom: 40px;
      cursor: pointer; }
      .somfy .dealers-locator form.search_dealers .dealers-order-back i {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px; } }

.somfy .dealers-locator .dealers-order-wrapper {
  display: flex;
  margin-bottom: 2.1428571429rem;
  padding: 0.4285714286rem 0;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator .dealers-order-wrapper {
      padding: 1rem 1.4285714286rem; } }
  @media (max-width: 575.98px) {
    .somfy .dealers-locator .dealers-order-wrapper {
      flex-direction: column;
      align-items: flex-end; } }
  .somfy .dealers-locator .dealers-order-wrapper label {
    display: inline-block;
    color: #1A1B1C;
    font-size: 1.1428571429rem;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    body .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .dealers-locator .dealers-order-wrapper label,
    body.vi-th .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .dealers-locator .dealers-order-wrapper label,
    body.ar-lb .somfy .dealers-locator .dealers-order-wrapper label,
    body.ar-ma .somfy .dealers-locator .dealers-order-wrapper label,
    body.ar-il .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .dealers-locator .dealers-order-wrapper label,
    body.tc-tw .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .dealers-locator .dealers-order-wrapper label {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select {
    height: 30px !important;
    display: inline-block;
    width: auto; }
    .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select:not(.show) button.dropdown-toggle {
      border-color: transparent;
      color: #1A1B1C; }
    .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select div.dropdown-menu.show {
      transform: translate3d(0px, 30px, 0px) !important; }
    .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select button.dropdown-toggle {
      box-shadow: none;
      width: 10rem;
      padding: 2px 20px 2px 10px;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select button.dropdown-toggle {
          transition: none; } }
      @media (max-width: 575.98px) {
        .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select button.dropdown-toggle {
          width: 100%; } }
    .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select .dropdown-menu li a {
      padding: 6px 10px;
      line-height: 1.2857142857rem;
      white-space: normal; }
      .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select .dropdown-menu li a span.text {
        font-size: 1.1428571429rem; }
    .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select .dropdown-toggle:after {
      top: 40%; }
    .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select.show .dropdown-toggle:after {
      top: 60%; }
    @media (max-width: 575.98px) {
      .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select {
        width: 50%; }
        .somfy .dealers-locator .dealers-order-wrapper .bootstrap-select:not(.show) button.dropdown-toggle {
          border-color: #d3d9df; } }
  .somfy .dealers-locator .dealers-order-wrapper .form-group {
    margin-left: auto;
    margin-bottom: 0;
    white-space: nowrap; }
    @media (max-width: 575.98px) {
      .somfy .dealers-locator .dealers-order-wrapper .form-group {
        width: 100%;
        text-align: right;
        margin-left: 0;
        margin-top: 0.7142857143rem; } }
    .somfy .dealers-locator .dealers-order-wrapper .form-group .filter-option-inner {
      padding-right: 0.4285714286rem; }
    .somfy .dealers-locator .dealers-order-wrapper .form-group .filter-option-inner-inner {
      font-size: 1.1428571429rem; }
    .somfy .dealers-locator .dealers-order-wrapper .form-group-label {
      position: relative;
      top: 2px; }
  .somfy .dealers-locator .dealers-order-wrapper .form-check label {
    display: block;
    padding-left: 1.7142857143rem; }
    .somfy .dealers-locator .dealers-order-wrapper .form-check label:after {
      font-size: 1em; }
    .somfy .dealers-locator .dealers-order-wrapper .form-check label:before {
      top: 3px;
      font-size: 1rem; }

.somfy .dealers-locator-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-top {
      padding: 1.4285714286rem 2.1428571429rem; } }

.somfy .dealers-locator-content .transparency-msg {
  position: absolute;
  z-index: 10;
  padding: 25px;
  min-height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%; }
  .somfy .dealers-locator-content .transparency-msg p {
    text-align: center;
    margin: auto; }

.somfy .dealers-locator-content > .container-fluid > .row {
  position: relative; }

.somfy .dealers-locator-content .dealer-header-assigned {
  background: #F8F7F5;
  padding: 1.4285714286rem 1.4285714286rem 0;
  font-size: 1.5714285714rem; }

.somfy .dealers-locator-content .dealers-list {
  background-color: #FFFFFF; }
  .somfy .dealers-locator-content .dealers-list, .somfy .dealers-locator-content .dealers-list li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .somfy .dealers-locator-content .dealers-list .dealer-container {
    position: relative;
    padding: 2.1428571429rem 1.4285714286rem 2.1428571429rem 7.1428571429rem; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealers-list .dealer-container {
        padding: 1.4285714286rem; } }
    .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned {
      background: #F8F7F5; }
      .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned .dealer-pic {
        top: 2.1428571429rem; }
        @media (max-width: 767.98px) {
          .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned .dealer-pic {
            top: 0; } }
      .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned header {
        padding: 0; }
      .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned address {
        padding: 0; }
      .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned + .dealer-container.-assigned {
        border-top: 1px solid rgba(118, 118, 119, 0.2); }
      .somfy .dealers-locator-content .dealers-list .dealer-container.-assigned + .dealer-container.dealerResult {
        margin-top: 2.1428571429rem; }
    .somfy .dealers-locator-content .dealers-list .dealer-container.dealerResult {
      padding-top: 0;
      margin-bottom: 2.1428571429rem;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealers-list .dealer-container.dealerResult {
          border-right: 0; } }

.somfy .dealers-locator-content .dealer-online {
  background: #F8F7F5;
  padding: 2.1428571429rem;
  margin-bottom: 2.1428571429rem; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-online {
      padding: 1.4285714286rem; } }
  .somfy .dealers-locator-content .dealer-online img {
    width: 8.5714285714rem;
    margin-bottom: 0.7142857143rem; }
  .somfy .dealers-locator-content .dealer-online div {
    font-size: 2rem;
    line-height: 2.4285714286rem;
    margin-bottom: 0.4285714286rem;
    color: #1A1B1C; }
    body .somfy .dealers-locator-content .dealer-online div {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .dealers-locator-content .dealer-online div,
    body.vi-th .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .dealers-locator-content .dealer-online div,
    body.ar-lb .somfy .dealers-locator-content .dealer-online div,
    body.ar-ma .somfy .dealers-locator-content .dealer-online div,
    body.ar-il .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .dealers-locator-content .dealer-online div,
    body.tc-tw .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .dealers-locator-content .dealer-online div {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-online div {
        font-size: 1.5714285714rem;
        line-height: 1.9285714286rem; } }
  .somfy .dealers-locator-content .dealer-online a {
    font-size: 1.2857142857rem; }
    body .somfy .dealers-locator-content .dealer-online a {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .dealers-locator-content .dealer-online a,
    body.vi-th .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .dealers-locator-content .dealer-online a,
    body.ar-lb .somfy .dealers-locator-content .dealer-online a,
    body.ar-ma .somfy .dealers-locator-content .dealer-online a,
    body.ar-il .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .dealers-locator-content .dealer-online a,
    body.tc-tw .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .dealers-locator-content .dealer-online a {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .dealers-locator-content .dealer-online a.anim-arrow .icon-arrow-righ {
      top: 58%; }

.somfy .dealers-locator-content .dealer-pic {
  position: absolute;
  left: 1.4285714286rem;
  top: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-pic {
      position: relative;
      left: auto;
      top: 0;
      flex-direction: row;
      justify-content: flex-start; } }
  .somfy .dealers-locator-content .dealer-pic-marker {
    height: 50px;
    flex: 0 0 auto;
    position: relative;
    margin-bottom: 1.4285714286rem; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-pic-marker {
        margin-bottom: 0.7142857143rem;
        margin-right: 1.4285714286rem; } }
    .somfy .dealers-locator-content .dealer-pic-marker svg {
      fill: #FAB800;
      width: 4.2857142857rem;
      height: 4.2857142857rem; }
    .somfy .dealers-locator-content .dealer-pic-marker span {
      font-size: 0.7857142857rem;
      left: 50%;
      position: absolute;
      top: 0.7rem;
      transform: translateX(-50%);
      color: #1A1B1C; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealer-pic-marker span {
          top: 0.3rem; } }
    .somfy .dealers-locator-content .dealer-pic-marker.-showroom svg .st0 {
      fill: #FFFFFF; }
    .somfy .dealers-locator-content .dealer-pic-marker.-showroom svg .st1 {
      fill: #FAB800; }
    .somfy .dealers-locator-content .dealer-pic-marker.-showroom span {
      top: 1.6rem;
      left: 2.6rem; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealer-pic-marker.-showroom span {
          top: 1rem; } }
    .somfy .dealers-locator-content .dealer-pic-marker.-showroom-2 svg {
      width: 32px;
      height: 36px; }
    .somfy .dealers-locator-content .dealer-pic-marker.-showroom-2 span {
      top: 1.4rem;
      left: 1.8rem; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealer-pic-marker.-showroom-2 span {
          top: 1.2rem;
          left: 1.2rem; } }
  .somfy .dealers-locator-content .dealer-pic-somfy-expert {
    position: relative;
    margin-bottom: 1.4285714286rem; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-pic-somfy-expert {
        margin-right: 1.4285714286rem;
        margin-bottom: 0.7142857143rem; } }
    .somfy .dealers-locator-content .dealer-pic-somfy-expert img {
      width: 3.5714285714rem; }

.somfy .dealers-locator-content .dealer-content header {
  color: #1A1B1C;
  position: relative;
  padding-right: 11.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content header {
      padding-right: 0;
      position: static; } }
  .somfy .dealers-locator-content .dealer-content header .dealer-content-distance {
    position: absolute;
    right: 0;
    top: 0.5rem;
    font-size: 1.2857142857rem; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-content header .dealer-content-distance {
        right: 1.4285714286rem;
        top: 0.8571428571rem; } }
  .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings {
    position: absolute;
    top: 2.5714285714rem;
    right: 0; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings {
        position: static; } }
    .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings button {
      border: none;
      background: none;
      color: #FAB800;
      cursor: pointer;
      display: block;
      text-align: right;
      padding: 0;
      width: 100%;
      font-size: 1.1428571429rem;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings button {
          transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings button {
          text-align: left; } }
      .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings button:hover, .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings button:focus, .somfy .dealers-locator-content .dealer-content header .dealer-content-ratings button:active {
        color: #EC9600; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content header .ratings {
      margin-bottom: 0.7142857143rem; } }
  .somfy .dealers-locator-content .dealer-content header .ratings .rating {
    border: none;
    padding-left: 0.4285714286rem; }

.somfy .dealers-locator-content .dealer-content-close {
  display: none; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator-content .dealer-content-close {
      background: none;
      border: 0;
      cursor: pointer;
      opacity: .5;
      padding: 0.7142857143rem;
      position: absolute;
      right: 0;
      top: -0.7142857143rem;
      transition: all .2s ease-in-out;
      transform: translate3d(0, 0, 0) scale(1); }
      .somfy .dealers-locator-content .dealer-content-close i {
        font-size: 1.4285714286rem; }
      .somfy .dealers-locator-content .dealer-content-close:hover, .somfy .dealers-locator-content .dealer-content-close:focus, .somfy .dealers-locator-content .dealer-content-close:active {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1.2); } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content-close {
      top: 0.7142857143rem;
      right: 0.7142857143rem; } }

.somfy .dealers-locator-content .dealer-content-title {
  display: block;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 0.7142857143rem;
  color: black;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator-content .dealer-content-title {
      transition: none; } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content-title {
      font-size: 1.5714285714rem; } }
  .somfy .dealers-locator-content .dealer-content-title small {
    display: block;
    font-size: 1.1428571429rem; }

.somfy .dealers-locator-content .dealer-content-distance {
  display: block;
  font-size: 0.8571428571rem; }
  .somfy .dealers-locator-content .dealer-content-distance span {
    font-style: italic;
    color: #767677; }

.somfy .dealers-locator-content .dealer-content-showroom {
  color: #1A1B1C;
  margin-top: 1.4285714286rem;
  margin-bottom: 0.8571428571rem;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem; }
  .somfy .dealers-locator-content .dealer-content-showroom i {
    font-size: 2rem;
    margin-right: 0.1428571429rem;
    vertical-align: sub; }

.somfy .dealers-locator-content .dealer-content address {
  font-size: 1.2857142857rem;
  margin-bottom: 0;
  color: #1A1B1C; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content address {
      font-size: 1.1428571429rem;
      margin-bottom: 1.4285714286rem; } }

.somfy .dealers-locator-content .dealer-content a, .somfy .dealers-locator-content .dealer-content button {
  font-size: 1.1428571429rem; }
  .somfy .dealers-locator-content .dealer-content a > .icon-arrow-right:before, .somfy .dealers-locator-content .dealer-content button > .icon-arrow-right:before {
    color: #FAB800; }

.somfy .dealers-locator-content .dealer-content-more-infos-button {
  background-color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 0.8571428571rem;
  line-height: 0.8571428571rem;
  left: 50%;
  padding: 0.7142857143rem 1.4285714286rem 0.7142857143rem 0.7142857143rem;
  position: absolute;
  transform: translate(-50%, 100%); }
  @media (min-width: 768px) {
    .somfy .dealers-locator-content .dealer-content-more-infos-button {
      display: none; } }
  .somfy .dealers-locator-content .dealer-content-more-infos-button span {
    opacity: 1;
    transition: opacity .3s ease-in-out; }
  .somfy .dealers-locator-content .dealer-content-more-infos-button .icon-arrow-right {
    display: block;
    position: absolute;
    right: 0.7142857143rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); }
    .somfy .dealers-locator-content .dealer-content-more-infos-button .icon-arrow-right:before {
      color: inherit; }

.somfy .dealers-locator-content .dealer-content-more-infos {
  padding-top: 1.4285714286rem; }
  .somfy .dealers-locator-content .dealer-content-more-infos .btnClassic, .somfy.product-page.-pim .dealers-locator-content .dealer-content-more-infos .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dealers-locator-content .dealer-content-more-infos .ts-header-filter-dropdown-label, .somfy.product-page.-pim .dealers-locator-content .dealer-content-more-infos .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dealers-locator-content .dealer-content-more-infos .ts-header-filter-dropdown-content {
    text-align: center;
    margin-right: 1.4285714286rem; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-content-more-infos .btnClassic, .somfy.product-page.-pim .dealers-locator-content .dealer-content-more-infos .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dealers-locator-content .dealer-content-more-infos .ts-header-filter-dropdown-label, .somfy.product-page.-pim .dealers-locator-content .dealer-content-more-infos .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dealers-locator-content .dealer-content-more-infos .ts-header-filter-dropdown-content {
        max-width: 100%;
        margin: 0 auto; } }

.somfy .dealers-locator-content .dealer-content-tel-title, .somfy .dealers-locator-content .dealer-content-hours-title, .somfy .dealers-locator-content .dealer-content-details-title {
  position: relative;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem; }
  .somfy .dealers-locator-content .dealer-content-tel-title:after, .somfy .dealers-locator-content .dealer-content-hours-title:after, .somfy .dealers-locator-content .dealer-content-details-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);
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .dealers-locator-content .dealer-content-tel-title:after, .somfy .dealers-locator-content .dealer-content-hours-title:after, .somfy .dealers-locator-content .dealer-content-details-title:after {
        transition: none; } }
  .somfy .dealers-locator-content .dealer-content-tel-title.active:after, .somfy .dealers-locator-content .dealer-content-hours-title.active:after, .somfy .dealers-locator-content .dealer-content-details-title.active:after {
    top: 10px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

.somfy .dealers-locator-content .dealer-content-tel span.dealer-tel + span.dealer-tel:before {
  content: '- '; }

@media only screen and (max-width: 400px) {
  .somfy .dealers-locator-content .dealer-content-tel span.dealer-tel {
    display: block; }
    .somfy .dealers-locator-content .dealer-content-tel span.dealer-tel:before {
      display: none; } }

.somfy .dealers-locator-content .dealer-content-tel div {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
  font-size: 1.2857142857rem;
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator-content .dealer-content-tel div {
      transition: none; } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content-tel div {
      font-size: 1.1428571429rem; } }
  .somfy .dealers-locator-content .dealer-content-tel div.active {
    opacity: 1;
    margin-bottom: 1.4285714286rem;
    max-height: 7.1428571429rem;
    pointer-events: all; }

.somfy .dealers-locator-content .dealer-content-hours {
  position: relative;
  /*
          ul {
            position: absolute;
            z-index: 10;
            top: pxToRem(4);
            left: pxToRem(-20);
            margin: 0;
            padding: 20px;
            list-style: none;
            background: white;
            box-shadow: 0 0 4px rgba(black, 0.1);
            opacity: 0;
            pointer-events: none;
            @include transition(all 0.2s ease-in-out);

            &.active {
              opacity: 1;
              pointer-events: all;
            }

            &.day-1 { @include transform(translateY(-24px)) }
            &.day-2 { @include transform(translateY(-48px)) }
            &.day-3 { @include transform(translateY(-72px)) }
            &.day-4 { @include transform(translateY(-96px)) }
            &.day-5 { @include transform(translateY(-120px)) }
            &.day-6 { @include transform(translateY(-144px)) }
            &.day-7 { @include transform(translateY(-168px)) }

            li {
              font-size: pxToRem(16);
              line-height: pxToRem(24);

              &.active {
                @include set-font-family('SomfySans-Regular');
              }
            }
          }

         */ }
  .somfy .dealers-locator-content .dealer-content-hours ul {
    overflow: hidden;
    max-height: 0;
    z-index: 10;
    margin: 0;
    pointer-events: none;
    padding: 0;
    list-style: none;
    background: white;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .dealers-locator-content .dealer-content-hours ul {
        transition: none; } }
    .somfy .dealers-locator-content .dealer-content-hours ul.active {
      opacity: 1;
      margin-bottom: 1.4285714286rem;
      max-height: 13.5714285714rem;
      pointer-events: all; }
    .somfy .dealers-locator-content .dealer-content-hours ul li {
      font-size: 1.1428571429rem;
      line-height: 1.7142857143rem;
      padding-bottom: 0.1428571429rem; }

.somfy .dealers-locator-content .dealer-content-details {
  margin-bottom: 2.1428571429rem; }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-content-details {
      margin-bottom: 1.4285714286rem; } }
  .somfy .dealers-locator-content .dealer-content-details ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.7142857143rem;
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .dealers-locator-content .dealer-content-details ul {
        transition: none; } }
    .somfy .dealers-locator-content .dealer-content-details ul.active {
      opacity: 1;
      max-height: 39.2857142857rem;
      pointer-events: all; }
  .somfy .dealers-locator-content .dealer-content-details li {
    font-size: 0.7142857143rem;
    text-align: center;
    color: #767677;
    margin: 0 0 1.4285714286rem;
    padding: 0 1.4285714286rem;
    flex-basis: 16.666666667%;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealer-content-details li {
        flex-basis: 20%;
        padding: 0 0.7142857143rem; } }
    .somfy .dealers-locator-content .dealer-content-details li i {
      display: block;
      color: #767677;
      font-size: 2.8571428571rem;
      margin-bottom: 0.2857142857rem; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealer-content-details li i {
          font-size: 1.7857142857rem; } }

@media (max-width: 767.98px) {
  .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
    color: black;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1.4285714286rem; }
    body .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: SomfySans-ExtraLight, sans-serif; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      body .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
        font-family: 'SomfySans-Light', sans-serif; } }

@media (max-width: 767.98px) {
    body.vi-vi .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle,
    body.vi-th .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle,
    body.ar-lb .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle,
    body.ar-ma .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle,
    body.ar-il .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle,
    body.tc-tw .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle span {
      float: right;
      margin-top: 6px;
      display: inline-block;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle span:before {
        color: black; }
    .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle:hover span:before {
      margin: 0; }
    .somfy .dealers-locator-content .dealer-content a.color-primary.dealers-contact-toggle.active span {
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); } }

.somfy .dealers-locator-content .dealer-content .dealers-contact {
  display: none; }
  .somfy .dealers-locator-content .dealer-content .dealers-contact-title {
    display: none; }

.somfy .dealers-locator-content .dealer-info {
  background-color: #FFFFFF;
  flex: 0 0 auto;
  padding: 1.4285714286rem 5rem;
  position: relative;
  z-index: 10; }
  .somfy .dealers-locator-content .dealer-info.dealer-info-other {
    background: #f5f5f5; }
    .somfy .dealers-locator-content .dealer-info.dealer-info-other .dealer-info-dots {
      top: 50%; }
    .somfy .dealers-locator-content .dealer-info.dealer-info-other a {
      color: #000000;
      padding: 0.3571428571rem 0rem; }
    .somfy .dealers-locator-content .dealer-info.dealer-info-other header {
      margin-bottom: 0px; }
  @media (min-width: 768px) {
    .somfy .dealers-locator-content .dealer-info {
      background-color: #F8F7F5;
      padding: 3.5714285714rem 1.4285714286rem 0;
      transform: translate3d(0, 0, 0);
      transition: all .5s ease-in-out;
      top: 0; }
      .somfy .dealers-locator-content .dealer-info-dots {
        display: none; } }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator-content .dealer-info-dots {
      cursor: pointer;
      left: 0;
      position: absolute;
      top: 110px;
      width: 100%; }
      .somfy .dealers-locator-content .dealer-info-dots .dot {
        background-color: #EDEDED;
        border-radius: 50%;
        height: 2.1428571429rem;
        position: absolute;
        transform: translateY(-50%);
        transition: all .3s ease-in-out;
        width: 2.1428571429rem; }
        .somfy .dealers-locator-content .dealer-info-dots .dot-left {
          left: 1.0714285714rem;
          transform: translateY(-50%) rotate(180deg); }
        .somfy .dealers-locator-content .dealer-info-dots .dot-right {
          right: 1.0714285714rem; }
        .somfy .dealers-locator-content .dealer-info-dots .dot.disabled {
          background-color: white;
          cursor: default;
          opacity: .5; }
        .somfy .dealers-locator-content .dealer-info-dots .dot:hover, .somfy .dealers-locator-content .dealer-info-dots .dot:focus, .somfy .dealers-locator-content .dealer-info-dots .dot:active {
          background-color: #d4d3d3; }
        .somfy .dealers-locator-content .dealer-info-dots .dot i {
          left: 50%;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%); }
          .somfy .dealers-locator-content .dealer-info-dots .dot i:before {
            color: #485C74; }
    .somfy .dealers-locator-content .dealer-info.is-open .dealer-content-more-infos-button span {
      opacity: 0; }
    .somfy .dealers-locator-content .dealer-info.is-open .dealer-content-more-infos-button .icon-arrow-right {
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%) rotate(-90deg); }
    .somfy .dealers-locator-content .dealer-info.is-open .dealer-content-more-infos {
      display: block; } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealer-info {
      height: auto; } }
  .somfy .dealers-locator-content .dealer-info-close {
    background: none;
    border: 0;
    cursor: pointer;
    opacity: .5;
    padding: 0.7142857143rem;
    position: absolute;
    right: 0.7142857143rem;
    top: 0.7142857143rem;
    transition: all .2s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1); }
    .somfy .dealers-locator-content .dealer-info-close i {
      font-size: 1.4285714286rem; }
    .somfy .dealers-locator-content .dealer-info-close:hover, .somfy .dealers-locator-content .dealer-info-close:focus, .somfy .dealers-locator-content .dealer-info-close:active {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1.2); }
  .somfy .dealers-locator-content .dealer-info header {
    line-height: 1.5714285714rem; }
    .somfy .dealers-locator-content .dealer-info header .dealer-content-logos {
      height: 72px;
      margin-bottom: 2.8571428571rem; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealer-info header .dealer-content-logos {
          margin-bottom: 1.4285714286rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .somfy .dealers-locator-content .dealer-info header .dealer-content-logos {
          flex-direction: column;
          align-items: center !important; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .somfy .dealers-locator-content .dealer-info header .dealer-content-logos {
          flex-direction: column;
          align-items: center !important; } }
      .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-somfy-expert {
        flex: 0 0 auto;
        margin-right: 1.4285714286rem; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-somfy-expert {
            margin-right: 0;
            margin-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-somfy-expert {
            margin-right: 0;
            margin-bottom: 20px; } }
        @media (max-width: 767.98px) {
          .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-somfy-expert {
            margin-right: 0.7142857143rem; } }
        .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-somfy-expert img {
          width: 72px; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-somfy-expert img {
              width: 50px; } }
      .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-logo {
        flex: 1 1 auto;
        height: 100%; }
        .somfy .dealers-locator-content .dealer-info header .dealer-content-logos-logo img {
          max-height: 100%; }
    .somfy .dealers-locator-content .dealer-info header .dealer-content-title {
      font-size: 1.5714285714rem; }
      .somfy .dealers-locator-content .dealer-info header .dealer-content-title small {
        font-size: 1.4285714286rem;
        line-height: 1.1428571429rem; }
      @media (min-width: 768px) {
        .somfy .dealers-locator-content .dealer-info header .dealer-content-title {
          font-size: 1.7142857143rem;
          line-height: 2rem; } }
  .somfy .dealers-locator-content .dealer-info .btnCompact.secondary, .somfy.product-page.-pim .dealers-locator-content .dealer-info .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dealers-locator-content .dealer-info .btnCompact.ts-header-filter-dropdown-label, .somfy.product-page.-pim .dealers-locator-content .dealer-info .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .btnCompact.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .dealers-locator-content .dealer-info .btnCompact.ts-header-filter-dropdown-content {
    background-color: #FFFFFF; }

.somfy .dealers-locator-content .push {
  height: 52.1428571429rem;
  text-align: right;
  padding: 2.1428571429rem 1.4285714286rem;
  background: no-repeat center bottom / cover;
  background-image: url("/common/b2c_v5/img/dealers-locator/push_mobile.jpg"); }
  body .somfy .dealers-locator-content .push {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .dealers-locator-content .push,
  body.vi-th .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .dealers-locator-content .push,
  body.ar-lb .somfy .dealers-locator-content .push,
  body.ar-ma .somfy .dealers-locator-content .push,
  body.ar-il .somfy .dealers-locator-content .push {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .dealers-locator-content .push,
  body.tc-tw .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .dealers-locator-content .push {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator-content .push {
      height: auto;
      text-align: left;
      margin-bottom: 2.1428571429rem;
      background: no-repeat right center / 100%;
      background-image: url("/common/b2c_v5/img/dealers-locator/push_mobile.jpg"); } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .push {
      background: no-repeat center center / cover;
      background-image: url("/common/b2c_v5/img/dealers-locator/push_mobile.jpg"); } }
  .somfy .dealers-locator-content .push-title {
    font-size: 1.7142857143rem;
    margin-bottom: 0.7142857143rem; }
  .somfy .dealers-locator-content .push-text {
    font-size: 1.1428571429rem;
    margin-bottom: 2.1428571429rem; }
    @media (max-width: 991.98px) {
      .somfy .dealers-locator-content .push-text {
        width: 50%; } }

.somfy .dealers-locator-content .dealers-contact {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 10px);
  height: calc(100vh - 40px);
  z-index: 30;
  padding: 5.7142857143rem 2.8571428571rem;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  background: #F8F7F5;
  transition: all 0.4s ease-in-out; }
  .somfy .dealers-locator-content .dealers-contact::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none; }
  .somfy .dealers-locator-content .dealers-contact::-webkit-scrollbar {
    background-color: transparent;
    width: 6px; }
  .somfy .dealers-locator-content .dealers-contact::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    background-color: #F3F3F3;
    border-radius: 5px; }
  body .somfy .dealers-locator-content .dealers-contact {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .dealers-locator-content .dealers-contact,
  body.vi-th .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .dealers-locator-content .dealers-contact,
  body.ar-lb .somfy .dealers-locator-content .dealers-contact,
  body.ar-ma .somfy .dealers-locator-content .dealers-contact,
  body.ar-il .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .dealers-locator-content .dealers-contact,
  body.tc-tw .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .dealers-locator-content .dealers-contact {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator-content .dealers-contact {
      transition: none; } }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator-content .dealers-contact {
      width: 100%;
      height: 100%; } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator-content .dealers-contact {
      padding: 5.7142857143rem 1.4285714286rem; } }
  .somfy .dealers-locator-content .dealers-contact.active {
    opacity: 1;
    pointer-events: all; }
  .somfy .dealers-locator-content .dealers-contact-close {
    display: block;
    background: none;
    border: 0;
    cursor: pointer;
    opacity: .5;
    padding: 1.4285714286rem;
    position: absolute;
    right: 0.7142857143rem;
    top: 0.7142857143rem;
    transition: all .2s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1); }
    @media (max-width: 767.98px) {
      .somfy .dealers-locator-content .dealers-contact-close {
        right: 0;
        top: 0; } }
    .somfy .dealers-locator-content .dealers-contact-close i {
      display: block;
      font-size: 1.4285714286rem; }
    .somfy .dealers-locator-content .dealers-contact-close:hover, .somfy .dealers-locator-content .dealers-contact-close:focus, .somfy .dealers-locator-content .dealers-contact-close:active {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1.2); }
  .somfy .dealers-locator-content .dealers-contact-title {
    font-size: 3.2857142857rem;
    line-height: normal;
    margin-bottom: 1.4285714286rem; }
    body .somfy .dealers-locator-content .dealers-contact-title {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .dealers-locator-content .dealers-contact-title {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .dealers-locator-content .dealers-contact-title,
    body.vi-th .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .dealers-locator-content .dealers-contact-title,
    body.ar-lb .somfy .dealers-locator-content .dealers-contact-title,
    body.ar-ma .somfy .dealers-locator-content .dealers-contact-title,
    body.ar-il .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .dealers-locator-content .dealers-contact-title,
    body.tc-tw .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .dealers-locator-content .dealers-contact-title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .somfy .dealers-locator-content .dealers-contact-title {
        font-size: 2rem; } }
  .somfy .dealers-locator-content .dealers-contact-dealer {
    font-size: 1.1428571429rem;
    margin-bottom: 1.4285714286rem; }
  .somfy .dealers-locator-content .dealers-contact .form-group {
    margin-bottom: 1.4285714286rem; }
  .somfy .dealers-locator-content .dealers-contact .form-check {
    margin-bottom: 2.8571428571rem; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator-content .dealers-contact .form-row {
      margin-right: 0;
      margin-left: 0; }
      .somfy .dealers-locator-content .dealers-contact .form-row .btn {
        width: 100%; } }
  .somfy .dealers-locator-content .dealers-contact-confirm {
    display: none;
    padding-top: 1.4285714286rem; }
    .somfy .dealers-locator-content .dealers-contact-confirm strong {
      display: block;
      color: #9FC204;
      font-size: 2rem;
      line-height: 2.4285714286rem;
      margin-bottom: 1.4285714286rem; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealers-contact-confirm strong {
          font-size: 1.1428571429rem;
          line-height: normal; } }
    .somfy .dealers-locator-content .dealers-contact-confirm p {
      font-size: 2rem;
      line-height: 2.4285714286rem; }
      body .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .dealers-locator-content .dealers-contact-confirm p {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .dealers-locator-content .dealers-contact-confirm p,
      body.vi-th .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .dealers-locator-content .dealers-contact-confirm p,
      body.ar-lb .somfy .dealers-locator-content .dealers-contact-confirm p,
      body.ar-ma .somfy .dealers-locator-content .dealers-contact-confirm p,
      body.ar-il .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .dealers-locator-content .dealers-contact-confirm p,
      body.tc-tw .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .dealers-locator-content .dealers-contact-confirm p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .dealers-locator-content .dealers-contact-confirm p {
          font-size: 1.1428571429rem;
          line-height: normal; } }
  .somfy .dealers-locator-content .dealers-contact-title, .somfy .dealers-locator-content .dealers-contact-dealer,
  .somfy .dealers-locator-content .dealers-contact form.dealers-contact-form,
  .somfy .dealers-locator-content .dealers-contact .dealers-contact-confirm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem; }

.somfy .dealers-locator-content .toggle-map {
  color: white;
  border-radius: 100%;
  background: #FAB800;
  border: none;
  height: 60px;
  width: 60px;
  padding: 2px 0 0 0;
  font-size: 34px;
  cursor: pointer;
  box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); }
  .somfy .dealers-locator-content .toggle-map i:last-child {
    display: none; }
  .somfy .dealers-locator-content .toggle-map .sfy-v5-icon-toggle-map {
    margin: 0 0 0 4px;
    display: block; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator-content .toggle-map {
      position: fixed;
      z-index: 110;
      bottom: 100px;
      right: 20px;
      height: 48px;
      width: 48px;
      font-size: 24px;
      transition: all 0.2s ease-in-out; } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator-content .toggle-map {
      transition: none; } }

.somfy .dealers-locator.has-dealers .dealers-blocks-container {
  display: none; }

.somfy .dealers-locator.has-dealers .search_dealers-wrapper {
  padding: 50px 0; }
  .somfy .dealers-locator.has-dealers .search_dealers-wrapper .title-content {
    opacity: 0;
    max-height: 0; }

.somfy .dealers-locator.has-dealers .header .new-search-button {
  display: block; }
  @media (min-width: 992px) {
    .somfy .dealers-locator.has-dealers .header .new-search-button {
      display: none; } }

.somfy .dealers-locator.has-dealers .dealers-locator-content {
  display: flex;
  padding-bottom: 7.1428571429rem; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator.has-dealers .dealers-locator-content {
      padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .somfy .dealers-locator.has-dealers .dealers-locator-content {
      width: auto;
      margin: 0 -1.4285714286rem; } }

.somfy .dealers-locator.has-dealers #ajaxSearchResult {
  transition: all 0.4s ease-in-out;
  background: white;
  color: #1A1B1C;
  z-index: 30; }
  body .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .dealers-locator.has-dealers #ajaxSearchResult,
  body.vi-th .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .dealers-locator.has-dealers #ajaxSearchResult,
  body.ar-lb .somfy .dealers-locator.has-dealers #ajaxSearchResult,
  body.ar-ma .somfy .dealers-locator.has-dealers #ajaxSearchResult,
  body.ar-il .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .dealers-locator.has-dealers #ajaxSearchResult,
  body.tc-tw .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .dealers-locator.has-dealers #ajaxSearchResult {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator.has-dealers #ajaxSearchResult {
      transition: none; } }
  @media (min-width: 992px) {
    .somfy .dealers-locator.has-dealers #ajaxSearchResult {
      min-height: 950px !important; } }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator.has-dealers #ajaxSearchResult {
      overflow: hidden; } }
  .somfy .dealers-locator.has-dealers #ajaxSearchResult .head_title {
    z-index: 11;
    position: relative;
    background: #f5f5f5;
    padding: 5px;
    margin: 0; }

.somfy .dealers-locator.has-dealers .map-container {
  position: relative;
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator.has-dealers .map-container {
      transition: none; } }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator.has-dealers .map-container {
      position: fixed !important;
      top: 0;
      z-index: 20;
      height: 100vh;
      padding: 0;
      margin: 0 -10px;
      pointer-events: none; } }

.somfy .dealers-locator.has-dealers #map {
  position: absolute !important;
  height: calc(100vh - 40px);
  width: calc(50vw - 10px);
  left: 0.7142857143rem;
  top: 0;
  z-index: 20;
  display: none;
  pointer-events: none; }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator.has-dealers #map {
      transition: all 0.4s ease-in-out;
      display: none;
      height: 100vh;
      width: 100vw;
      left: 0;
      top: 0vh; } }
  @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .somfy .dealers-locator.has-dealers #map {
      transition: none; } }
  @media (max-width: 991.98px) {
      .somfy .dealers-locator.has-dealers #map.dealerOpen {
        top: 30vh;
        height: 70vh; } }

.somfy .dealers-locator.has-dealers .toSticky {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  height: calc(100vh - 40px); }
  @media (max-width: 991.98px) {
    .somfy .dealers-locator.has-dealers .toSticky {
      position: fixed;
      height: 100vh;
      width: 100% !important;
      z-index: -1; } }
  .somfy .dealers-locator.has-dealers .toSticky:before {
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 30;
    height: 100%;
    width: 50vw;
    opacity: 0;
    background: #F8F7F5;
    pointer-events: none;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .dealers-locator.has-dealers .toSticky:before {
        transition: none; } }
    @media (max-width: 991.98px) {
      .somfy .dealers-locator.has-dealers .toSticky:before {
        display: none; } }
  .somfy .dealers-locator.has-dealers .toSticky.-fixed {
    position: fixed;
    left: 50%;
    top: 20px; }
    .somfy .dealers-locator.has-dealers .toSticky.-fixed.-bottom {
      position: absolute;
      left: 50%;
      bottom: 30px;
      top: auto; }
  .somfy .dealers-locator.has-dealers .toSticky .dealer-push {
    display: block;
    position: absolute;
    top: 0;
    right: 0.7142857143rem;
    width: calc(67% - 20px);
    z-index: 10;
    opacity: 1;
    pointer-events: all;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .dealers-locator.has-dealers .toSticky .dealer-push {
        transition: none; } }
    @media (max-width: 991.98px) {
      .somfy .dealers-locator.has-dealers .toSticky .dealer-push {
        display: none; } }

@media (max-width: 991.98px) {
  .somfy .dealers-locator.has-dealers.show-contact #ajaxSearchResult {
    z-index: auto; } }

.somfy .dealers-locator.has-dealers.show-contact #ajaxSearchResult .dealer-container.active {
  opacity: 0 !important;
  pointer-events: none; }

@media (max-width: 991.98px) {
  .somfy .dealers-locator.has-dealers.show-contact .toSticky {
    z-index: 40; } }

.somfy .dealers-locator.has-dealers.show-contact .toSticky:before {
  opacity: 1; }

.somfy .dealers-locator.has-dealers.show-contact .toSticky .dealer-push {
  opacity: 0; }

@media (max-width: 991.98px) {
  .somfy .dealers-locator.has-dealers.show-contact .toggle-map {
    opacity: 0;
    pointer-events: none; } }

.somfy .dealers-locator.has-dealers.show-map-world #ajaxSearchResult + .dealer-push {
  pointer-events: none;
  opacity: 0; }

.somfy .dealers-locator.has-dealers.show-map-world .map-container {
  pointer-events: all; }

.somfy .dealers-locator.has-dealers.show-map-world #map {
  pointer-events: all; }

.somfy .dealers-locator.has-dealers.show-map-world .toggle-map i:first-child {
  display: none !important; }

.somfy .dealers-locator.has-dealers.show-map-world .toggle-map i:last-child {
  display: block !important; }

@media (max-width: 991.98px) {
  .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult {
    z-index: auto; }
    .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active {
      position: fixed;
      z-index: 100;
      opacity: 1;
      top: 0;
      left: 0;
      margin-top: 0;
      width: 100%;
      padding: 2.1428571429rem 1.4285714286rem 2.1428571429rem 7.1428571429rem;
      max-height: 100vh;
      overflow: scroll;
      background: white; }
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active .dealer-content-ratings .ratings {
        margin-bottom: 0; }
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active .dealer-content-ratings button {
        display: none; } }
    @media (max-width: 991.98px) and (max-width: 767.98px) {
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active {
        padding: 20px; } }

@media (max-width: 991.98px) {
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active .dealer-pic {
        top: 30px; } }
      @media (max-width: 991.98px) and (max-width: 767.98px) {
        .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active .dealer-pic {
          top: 0; } }

@media (max-width: 991.98px) {
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active header .dealer-content-close {
        display: block; }
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active header .dealer-content-distance {
        position: static; }
      .somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active header .ratings {
        position: static; } }

.somfy .dealers-locator.has-dealers.show-map #ajaxSearchResult + .dealer-push {
  pointer-events: none;
  opacity: 0; }

.somfy .dealers-locator.has-dealers.show-map .map-container {
  pointer-events: all; }

@media (max-width: 991.98px) {
  .somfy .dealers-locator.has-dealers.show-map .toSticky {
    z-index: 40; } }

.somfy .dealers-locator.has-dealers.show-map .toSticky .dealer-push {
  opacity: 0; }

.somfy .dealers-locator.has-dealers.show-map #map {
  pointer-events: all; }

.somfy .dealers-locator.has-dealers.show-map .toggle-map i:first-child {
  display: none !important; }

.somfy .dealers-locator.has-dealers.show-map .toggle-map i:last-child {
  display: block !important; }

.somfy .dealers-locator.has-block main {
  height: auto; }

.somfy #dealers_list .amplify-widget div[role=button], .somfy #dealer_info .amplify-widget div[role=button] {
  padding: 10px 15px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  background: none !important; }
  .somfy #dealers_list .amplify-widget div[role=button] div.kgHUSK, .somfy #dealer_info .amplify-widget div[role=button] div.kgHUSK {
    display: none !important; }

.somfy .amplify-widget div[data-test-id="rtx-powered-by"] {
  display: none !important; }

.somfy.rtl .dealers-locator .dealers-order-wrapper .form-group {
  margin-right: auto;
  margin-left: 0; }
  @media (max-width: 575.98px) {
    .somfy.rtl .dealers-locator .dealers-order-wrapper .form-group {
      text-align: left; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header {
  padding-right: 0;
  padding-left: 11.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header {
      padding-left: 0; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealers-list .dealer-container {
  padding: 2.1428571429rem 7.1428571429rem 2.1428571429rem 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .dealers-locator .dealers-locator-content .dealers-list .dealer-container {
      padding: 1.4285714286rem; } }
  .somfy.rtl .dealers-locator .dealers-locator-content .dealers-list .dealer-container.dealerResult {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none; }

.somfy.rtl .dealers-locator .dealers-locator-content .dealers-list .dealer-container.dealerResult {
  padding-top: 0; }

@media (max-width: 991.98px) {
  .somfy.rtl .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active {
    padding: 2.1428571429rem 7.1428571429rem 2.1428571429rem 1.4285714286rem; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .somfy.rtl .dealers-locator.has-dealers.show-map #ajaxSearchResult .dealer-container.active {
      padding: 1.4285714286rem; } }

@media (max-width: 767.98px) {
  .somfy.rtl .dealers-locator .dealers-locator-content .dealer-pic-marker,
  .somfy.rtl .dealers-locator .dealers-locator-content .dealer-pic-somfy-expert {
    margin-left: 1.4285714286rem;
    margin-right: 0; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealer-pic {
  left: auto;
  right: 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .dealers-locator .dealers-locator-content .dealer-pic {
      right: auto; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header .dealer-content-distance {
  left: 0;
  right: auto; }
  @media (max-width: 767.98px) {
    .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header .dealer-content-distance {
      left: 1.4285714286rem; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header .ratings {
  left: 0;
  right: auto; }
  .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header .ratings .rating {
    padding-left: 0; }
  @media (max-width: 767.98px) {
    .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content header .ratings {
      left: 1.4285714286rem; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-more-infos .btnClassic, .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-more-infos .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-more-infos .ts-header-filter-dropdown-label, .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-more-infos .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-more-infos .ts-header-filter-dropdown-content {
  margin-right: 0;
  margin-left: 1.4285714286rem; }

.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-tel-title:after,
.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-hours-title:after,
.somfy.rtl .dealers-locator .dealers-locator-content .dealer-content-details-title:after {
  margin-right: 0.7142857143rem;
  margin-left: 0; }

.somfy.rtl .dealers-locator.has-dealers .toSticky {
  left: 0;
  right: auto; }
  .somfy.rtl .dealers-locator.has-dealers .toSticky.-fixed {
    right: 50%;
    left: auto; }
  .somfy.rtl .dealers-locator.has-dealers .toSticky:before {
    left: auto;
    right: 10px; }
  .somfy.rtl .dealers-locator.has-dealers .toSticky .dealer-push {
    left: 0.7142857143rem;
    right: auto; }
    .somfy.rtl .dealers-locator.has-dealers .toSticky .dealer-push .push {
      text-align: left; }
  .somfy.rtl .dealers-locator.has-dealers .toSticky #map {
    right: 0.7142857143rem;
    left: auto; }
    @media (max-width: 991.98px) {
      .somfy.rtl .dealers-locator.has-dealers .toSticky #map {
        right: 0; } }

.somfy.rtl .dealers-locator .dealers-locator-content .push {
  background-image: url("/common/b2c_v5/img/dealers-locator/push_mobile-rtl.jpg"); }
  @media (max-width: 991.98px) {
    .somfy.rtl .dealers-locator .dealers-locator-content .push {
      text-align: right; } }

@media (max-width: 991.98px) {
  .somfy.rtl .dealers-locator .dealer-content-close {
    left: -0.7142857143rem;
    right: auto; } }

@media (max-width: 767.98px) {
  .somfy.rtl .dealers-locator .dealer-content-close {
    left: 0.7142857143rem; } }

@media (max-width: 991.98px) {
  .somfy.rtl .dealers-locator .dealers-locator-content .toggle-map {
    left: 20px;
    right: auto; } }

.somfy.rtl .dealers-locator .dealers-locator-content .dealers-contact {
  left: -6px;
  right: auto; }
  .somfy.rtl .dealers-locator .dealers-locator-content .dealers-contact-close {
    left: 0.7142857143rem;
    right: auto; }

.somfy.rtl .dealers-locator-content .dealer-content header .dealer-content-ratings {
  right: auto;
  left: 0; }
  .somfy.rtl .dealers-locator-content .dealer-content header .dealer-content-ratings button {
    text-align: left; }
    @media (max-width: 991.98px) {
      .somfy.rtl .dealers-locator-content .dealer-content header .dealer-content-ratings button {
        text-align: right; } }

.amplify-widget div[data-test-id="rtx-powered-by"] {
  display: none !important; }

.somfy {
  /*--GENERAL MON COMPTE--*/
  /*-- TITLE BORDER--*/
  /*---------------------------
            LOGIN PAGE
    ------------------------------*/
  /*---------------------------
            DASHBOARD PAGE
    ------------------------------*/
  /*---------------------------
             PAGE COORDONNE
    ------------------------------*/
  /*---------------------------
             PAGE GARANTIE
    ------------------------------*/
  /*-------------------------
    -----------------RTL---*/ }
  .somfy .color-yellow {
    color: #FAB800; }
  .somfy.mon-compte-dashboard, .somfy.mon-compte-login, .somfy.mon-compte-coordonees, .somfy.mon-compte-garantie {
    background: #F8F7F5;
    min-height: 100vh; }
    body .somfy.mon-compte-dashboard, body .somfy.mon-compte-login, body .somfy.mon-compte-coordonees, body .somfy.mon-compte-garantie {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy.mon-compte-dashboard, body.vi-vi .somfy.mon-compte-login, body.vi-vi .somfy.mon-compte-coordonees, body.vi-vi .somfy.mon-compte-garantie,
    body.vi-th .somfy.mon-compte-dashboard, body.vi-th .somfy.mon-compte-login, body.vi-th .somfy.mon-compte-coordonees, body.vi-th .somfy.mon-compte-garantie {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.mon-compte-dashboard, body.kr-kr .somfy.mon-compte-login, body.kr-kr .somfy.mon-compte-coordonees, body.kr-kr .somfy.mon-compte-garantie {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.mon-compte-dashboard, body.il-il .somfy.mon-compte-login, body.il-il .somfy.mon-compte-coordonees, body.il-il .somfy.mon-compte-garantie {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.mon-compte-dashboard, body.ar-ac .somfy.mon-compte-login, body.ar-ac .somfy.mon-compte-coordonees, body.ar-ac .somfy.mon-compte-garantie,
    body.ar-lb .somfy.mon-compte-dashboard, body.ar-lb .somfy.mon-compte-login, body.ar-lb .somfy.mon-compte-coordonees, body.ar-lb .somfy.mon-compte-garantie,
    body.ar-ma .somfy.mon-compte-dashboard, body.ar-ma .somfy.mon-compte-login, body.ar-ma .somfy.mon-compte-coordonees, body.ar-ma .somfy.mon-compte-garantie,
    body.ar-il .somfy.mon-compte-dashboard, body.ar-il .somfy.mon-compte-login, body.ar-il .somfy.mon-compte-coordonees, body.ar-il .somfy.mon-compte-garantie {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.mon-compte-dashboard, body.ja-jp .somfy.mon-compte-login, body.ja-jp .somfy.mon-compte-coordonees, body.ja-jp .somfy.mon-compte-garantie {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.mon-compte-dashboard, body.sc-cn .somfy.mon-compte-login, body.sc-cn .somfy.mon-compte-coordonees, body.sc-cn .somfy.mon-compte-garantie {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.mon-compte-dashboard, body.tc-hk .somfy.mon-compte-login, body.tc-hk .somfy.mon-compte-coordonees, body.tc-hk .somfy.mon-compte-garantie,
    body.tc-tw .somfy.mon-compte-dashboard, body.tc-tw .somfy.mon-compte-login, body.tc-tw .somfy.mon-compte-coordonees, body.tc-tw .somfy.mon-compte-garantie {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.mon-compte-dashboard, body.th-th .somfy.mon-compte-login, body.th-th .somfy.mon-compte-coordonees, body.th-th .somfy.mon-compte-garantie {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.mon-compte-dashboard a, .somfy.mon-compte-login a, .somfy.mon-compte-coordonees a, .somfy.mon-compte-garantie a {
      text-decoration: none; }
    .somfy.mon-compte-dashboard a:hover, .somfy.mon-compte-login a:hover, .somfy.mon-compte-coordonees a:hover, .somfy.mon-compte-garantie a:hover {
      cursor: pointer;
      color: #FAB800; }
    .somfy.mon-compte-dashboard .icon-arrow-right:before, .somfy.mon-compte-login .icon-arrow-right:before, .somfy.mon-compte-coordonees .icon-arrow-right:before, .somfy.mon-compte-garantie .icon-arrow-right:before {
      color: #FAB800; }
  @media (max-width: 767.98px) {
    .somfy .display-inline-mobile {
      display: inline; } }
  .somfy .grey-mouse {
    font-size: 16px;
    color: #767677; }
  .somfy .title-dashboard {
    margin-bottom: 4%; }
    @media (max-width: 767.98px) {
      .somfy .title-dashboard {
        margin: 20px; } }
  .somfy .title-border-button {
    text-align: left;
    border-bottom: 1px solid #E7E5E5;
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .somfy .title-border-button {
        margin-bottom: 20px; }
        body .somfy .title-border-button {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .title-border-button,
        body.vi-th .somfy .title-border-button {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .title-border-button {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .title-border-button {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .title-border-button,
        body.ar-lb .somfy .title-border-button,
        body.ar-ma .somfy .title-border-button,
        body.ar-il .somfy .title-border-button {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .title-border-button {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .title-border-button {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .title-border-button,
        body.tc-tw .somfy .title-border-button {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .title-border-button {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
  .somfy .yellow-link {
    color: #FAB800 !important; }
  .somfy.mon-compte-login {
    padding-bottom: 10%;
    /*--LOGIN PAGE LOGO--*/
    /*--LOGIN PAGE INPUT--*/
    /*--LOGIN PAGE BUTTON CONEXION / CREATION--*/
    /*--LOGIN PAGE MP--*/
    /*--LOGIN PAGE ERROR--*/ }
    .somfy.mon-compte-login a.link-compte {
      color: #FAB800; }
    @media (max-width: 575.98px) {
      .somfy.mon-compte-login {
        background: white;
        padding: 0; } }
    .somfy.mon-compte-login .form-horizontal {
      position: relative;
      height: 100%; }
    .somfy.mon-compte-login .form-logo-input {
      background: white;
      margin: 3% auto 0;
      padding: 20px; }
    .somfy.mon-compte-login .form-logo {
      border-bottom: 1px solid #E7E5E5;
      width: 100%;
      padding-bottom: 20px;
      text-align: center;
      margin-bottom: 40px; }
      .somfy.mon-compte-login .form-logo img {
        width: 104px; }
    .somfy.mon-compte-login form div:first-child {
      margin-bottom: 40px; }
    .somfy.mon-compte-login .form-input {
      width: 100%;
      position: relative; }
      .somfy.mon-compte-login .form-input input {
        height: 50px; }
      .somfy.mon-compte-login .form-input input:hover {
        border: 1px solid #FAB800; }
    .somfy.mon-compte-login .btn-group-vertical {
      width: 100%; }
      body .somfy.mon-compte-login .btn-group-vertical .btnClassic, body .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.vi-vi .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.vi-vi .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.vi-vi .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.vi-vi .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content,
      body.vi-th .somfy.mon-compte-login .btn-group-vertical .btnClassic,
      body.vi-th .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.vi-th .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label,
      body.vi-th .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.vi-th .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.kr-kr .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.kr-kr .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.kr-kr .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.kr-kr .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.il-il .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.il-il .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.il-il .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.il-il .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.ar-ac .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-ac .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.ar-ac .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-ac .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content,
      body.ar-lb .somfy.mon-compte-login .btn-group-vertical .btnClassic,
      body.ar-lb .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-lb .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label,
      body.ar-lb .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-lb .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content,
      body.ar-ma .somfy.mon-compte-login .btn-group-vertical .btnClassic,
      body.ar-ma .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-ma .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label,
      body.ar-ma .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-ma .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content,
      body.ar-il .somfy.mon-compte-login .btn-group-vertical .btnClassic,
      body.ar-il .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-il .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label,
      body.ar-il .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ar-il .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.ja-jp .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ja-jp .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.ja-jp .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.ja-jp .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.sc-cn .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.sc-cn .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.sc-cn .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.sc-cn .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.tc-hk .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.tc-hk .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.tc-hk .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.tc-hk .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content,
      body.tc-tw .somfy.mon-compte-login .btn-group-vertical .btnClassic,
      body.tc-tw .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.tc-tw .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label,
      body.tc-tw .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content,
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.tc-tw .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy.mon-compte-login .btn-group-vertical .btnClassic, body.th-th .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.th-th .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, body.th-th .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper body.th-th .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-login .btn-group-vertical {
          position: relative;
          bottom: 0;
          width: 100%; } }
      .somfy.mon-compte-login .btn-group-vertical .btnClassic, .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-label, .somfy.mon-compte-login .btn-group-vertical .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.mon-compte-login .btn-group-vertical .ts-header-filter-dropdown-content {
        width: 100%;
        margin: 0 0 20px 0; }
      .somfy.mon-compte-login .btn-group-vertical .connect {
        border: 1px solid #FAB800; }
    .somfy.mon-compte-login .link-oublie {
      margin-bottom: 50px;
      margin-top: 10px;
      text-align: right; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-login .link-oublie {
          margin-top: 35px; } }
      .somfy.mon-compte-login .link-oublie a {
        color: #767677; }
      .somfy.mon-compte-login .link-oublie a:hover {
        color: #FAB800; }
    .somfy.mon-compte-login .error {
      display: none; }
    .somfy.mon-compte-login .error-active {
      display: inline; }
    .somfy.mon-compte-login .error-serveur {
      width: 100%;
      text-align: center; }
    .somfy.mon-compte-login .error-password {
      position: relative;
      z-index: 10;
      top: 10px; }
    .somfy.mon-compte-login .error-email {
      position: relative;
      z-index: 10;
      top: 10px; }
  .somfy.mon-compte-dashboard {
    /*-- DASHBOARD PAGE BLOC COORDONNEE --*/
    /*-- DASHBOARD PAGE BLOC COMMANDE--*/
    /*-- DASHBOARD PAGE BLOC COMMANDE CIRCLE--*/
    /*-- DASHBOARD PAGE BLOC COMMANDE NUMBER--*/
    /*-- DASHBOARD PAGE BLOC COMMANDE LINE--*/
    /*-- DASHBOARD PAGE BLOC COMMANDE TEXT--*/
    /*--DASHBOARD PAGE BLOC INSTALL / GARANTIES / FAVORIS --*/ }
    .somfy.mon-compte-dashboard a.link-compte {
      color: #FAB800; }
    .somfy.mon-compte-dashboard main {
      margin: 0 auto;
      padding-top: 4%; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard main {
          padding: 0; } }
    .somfy.mon-compte-dashboard .line1, .somfy.mon-compte-dashboard .line2 {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .line1, .somfy.mon-compte-dashboard .line2 {
          margin-bottom: 0px; } }
    .somfy.mon-compte-dashboard .line-commande,
    .somfy.mon-compte-dashboard .line-commande2 {
      position: relative;
      width: 100%;
      display: flex; }
    .somfy.mon-compte-dashboard .line-commande {
      margin-bottom: 40px;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .line-commande {
          display: inline-block;
          margin-bottom: 0; } }
    .somfy.mon-compte-dashboard .box {
      position: relative;
      background: white;
      padding: 20px;
      min-height: 300px;
      height: 100%; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .box {
          margin-bottom: 20px;
          min-height: 0;
          height: auto; } }
    .somfy.mon-compte-dashboard .line2 {
      text-align: center; }
      .somfy.mon-compte-dashboard .line2 h2 {
        margin-bottom: 10%; }
    .somfy.mon-compte-dashboard .adresse {
      margin: 20px auto 55px;
      color: #767677; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .adresse {
          margin: 20px auto 0; } }
    .somfy.mon-compte-dashboard .all-circle-small {
      display: flex;
      top: 10px;
      right: 0;
      position: relative; }
      .somfy.mon-compte-dashboard .all-circle-small .circle-small {
        width: 5px;
        height: 5px;
        border-radius: 100%;
        border: 1px solid #FAB800;
        border-color: #FAB800;
        background: #FAB800;
        margin: 5px; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-dashboard .commande {
        padding-bottom: 20%; } }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-dashboard .line-commande {
        margin-bottom: 30px; } }
    .somfy.mon-compte-dashboard .margin-title-bottom {
      margin-bottom: 30px; }
    .somfy.mon-compte-dashboard .etape {
      margin: 0 auto;
      text-align: center;
      width: 15%; }
    .somfy.mon-compte-dashboard .btnCircle:hover {
      background: #FAB800;
      border: 1px solid #FAB800; }
    .somfy.mon-compte-dashboard .btnCircle:hover .number {
      color: white; }
    .somfy.mon-compte-dashboard .btnCircle {
      width: 35px;
      height: 35px;
      position: relative;
      border-radius: 100%;
      border: 1px solid #1A1B1C;
      border-color: #1A1B1C;
      margin: 0 auto; }
      body .somfy.mon-compte-dashboard .btnCircle {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy.mon-compte-dashboard .btnCircle,
      body.vi-th .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy.mon-compte-dashboard .btnCircle,
      body.ar-lb .somfy.mon-compte-dashboard .btnCircle,
      body.ar-ma .somfy.mon-compte-dashboard .btnCircle,
      body.ar-il .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy.mon-compte-dashboard .btnCircle,
      body.tc-tw .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy.mon-compte-dashboard .btnCircle {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.mon-compte-dashboard .btnCircle-active {
      border: 1px solid #FAB800;
      border-color: #FAB800;
      margin: 0 auto;
      background: #FAB800; }
    .somfy.mon-compte-dashboard .btnCircle-prev {
      border: 1px solid #FAB800;
      margin: 0 auto;
      color: #FAB800; }
    .somfy.mon-compte-dashboard .number {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      color: #1A1B1C;
      font-size: 18; }
    .somfy.mon-compte-dashboard .number-active {
      color: white; }
    .somfy.mon-compte-dashboard .number-prev {
      color: #FAB800; }
    .somfy.mon-compte-dashboard .line {
      width: 25%;
      height: 1px;
      background: #1A1B1C;
      margin-top: 15px; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .line {
          width: 13%; } }
    .somfy.mon-compte-dashboard .line-active {
      background: #FAB800; }
      body .somfy.mon-compte-dashboard .line-active {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy.mon-compte-dashboard .line-active,
      body.vi-th .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy.mon-compte-dashboard .line-active,
      body.ar-lb .somfy.mon-compte-dashboard .line-active,
      body.ar-ma .somfy.mon-compte-dashboard .line-active,
      body.ar-il .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy.mon-compte-dashboard .line-active,
      body.tc-tw .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy.mon-compte-dashboard .line-active {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.mon-compte-dashboard .info {
      margin-top: 15px;
      line-height: 18px;
      width: 110%; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .info {
          display: none;
          margin-top: 30px;
          position: absolute;
          width: 100%;
          position: absolute;
          left: 0; } }
    .somfy.mon-compte-dashboard .info-active-mobile {
      display: block; }
    .somfy.mon-compte-dashboard .info-active {
      color: #FAB800; }
    .somfy.mon-compte-dashboard .line2 .box {
      padding-bottom: 10%; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-dashboard .line2 .box {
          padding-bottom: 20%; } }
      .somfy.mon-compte-dashboard .line2 .box .link-box {
        position: absolute;
        bottom: 30px;
        left: 0px; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-dashboard .lin2 .info {
        position: absolute; } }
  .somfy.mon-compte-coord button.link-compte {
    color: #FAB800; }
    .somfy.mon-compte-coord button.link-compte .add {
      display: none; }
    .somfy.mon-compte-coord button.link-compte .back {
      display: block; }
    .somfy.mon-compte-coord button.link-compte.collapsed .add {
      display: block; }
    .somfy.mon-compte-coord button.link-compte.collapsed .back {
      display: none; }
  .somfy.mon-compte-coordonees a.link-compte, .somfy.mon-compte-garantie a.link-compte {
    color: #FAB800; }
    .somfy.mon-compte-coordonees a.link-compte .add, .somfy.mon-compte-garantie a.link-compte .add {
      display: none; }
    .somfy.mon-compte-coordonees a.link-compte .back, .somfy.mon-compte-garantie a.link-compte .back {
      display: block; }
    .somfy.mon-compte-coordonees a.link-compte.collapsed .add, .somfy.mon-compte-garantie a.link-compte.collapsed .add {
      display: block; }
    .somfy.mon-compte-coordonees a.link-compte.collapsed .back, .somfy.mon-compte-garantie a.link-compte.collapsed .back {
      display: none; }
  .somfy.mon-compte-coordonees main, .somfy.mon-compte-garantie main {
    margin: 0 auto;
    padding-top: 5%; }
  .somfy.mon-compte-coordonees section, .somfy.mon-compte-garantie section {
    background: white;
    margin: auto auto 20px;
    padding: 20px;
    position: relative; }
  .somfy.mon-compte-coordonees h1, .somfy.mon-compte-garantie h1 {
    margin-bottom: 50px;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-coordonees h1, .somfy.mon-compte-garantie h1 {
        margin-bottom: 20px;
        margin-top: 15px; } }
  @media (max-width: 767.98px) {
    .somfy.mon-compte-coordonees .title-dashboard, .somfy.mon-compte-garantie .title-dashboard {
      margin: 0 0 0 5%; } }
  .somfy.mon-compte-coordonees h2, .somfy.mon-compte-garantie h2 {
    margin-bottom: 40px; }
  .somfy.mon-compte-coordonees .link-retour, .somfy.mon-compte-garantie .link-retour {
    margin-left: 4%;
    position: relative;
    top: 15%; }
    body .somfy.mon-compte-coordonees .link-retour, body .somfy.mon-compte-garantie .link-retour {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.mon-compte-coordonees .link-retour, body.vi-vi .somfy.mon-compte-garantie .link-retour,
    body.vi-th .somfy.mon-compte-coordonees .link-retour, body.vi-th .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.mon-compte-coordonees .link-retour, body.kr-kr .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.mon-compte-coordonees .link-retour, body.il-il .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.mon-compte-coordonees .link-retour, body.ar-ac .somfy.mon-compte-garantie .link-retour,
    body.ar-lb .somfy.mon-compte-coordonees .link-retour, body.ar-lb .somfy.mon-compte-garantie .link-retour,
    body.ar-ma .somfy.mon-compte-coordonees .link-retour, body.ar-ma .somfy.mon-compte-garantie .link-retour,
    body.ar-il .somfy.mon-compte-coordonees .link-retour, body.ar-il .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.mon-compte-coordonees .link-retour, body.ja-jp .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.mon-compte-coordonees .link-retour, body.sc-cn .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.mon-compte-coordonees .link-retour, body.tc-hk .somfy.mon-compte-garantie .link-retour,
    body.tc-tw .somfy.mon-compte-coordonees .link-retour, body.tc-tw .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.mon-compte-coordonees .link-retour, body.th-th .somfy.mon-compte-garantie .link-retour {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-coordonees .link-retour, .somfy.mon-compte-garantie .link-retour {
        display: block;
        margin-left: 12%;
        top: 12%; } }
    .somfy.mon-compte-coordonees .link-retour a, .somfy.mon-compte-garantie .link-retour a {
      color: #767677; }
  .somfy.mon-compte-coordonees .link-retour::before, .somfy.mon-compte-garantie .link-retour::before {
    content: "\e903";
    color: #767677;
    font-family: 'icomoon' !important;
    position: absolute;
    pointer-events: none;
    font-size: 10px;
    transform: translateY(-50%) rotate(180deg);
    left: -4%;
    top: 45%; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-coordonees .link-retour::before, .somfy.mon-compte-garantie .link-retour::before {
        left: -8%; } }
  .somfy.mon-compte-coordonees main, .somfy.mon-compte-garantie main {
    margin: 0 auto;
    padding-top: 4%; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-coordonees main, .somfy.mon-compte-garantie main {
        padding: 30px 0 0; } }
  .somfy.mon-compte-coordonees {
    /*--BUTTON VALIDER ---*/
    /*-- ABONNEMENT --*/ }
    .somfy.mon-compte-coordonees .valid {
      display: none; }
    .somfy.mon-compte-coordonees .valid-active {
      display: block; }
    .somfy.mon-compte-coordonees #info-perso form a {
      color: #767677;
      display: block;
      margin-top: 10px;
      margin-bottom: 6px; }
    .somfy.mon-compte-coordonees #info-perso form .icon-arrow-right:before {
      color: #767677; }
    .somfy.mon-compte-coordonees #adresse .all-card {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .somfy.mon-compte-coordonees #adresse .card {
      width: 48%;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 767.98px) {
        .somfy.mon-compte-coordonees #adresse .card {
          width: 100%; } }
    .somfy.mon-compte-coordonees #adresse .card-body {
      padding: 0;
      display: flex;
      flex-direction: column; }
    .somfy.mon-compte-coordonees #adresse .all-card-text {
      padding: 20px; }
    .somfy.mon-compte-coordonees #adresse .btn-group {
      bottom: 0;
      width: 100%;
      padding: 10px 15px;
      border-top: 1px solid #E7E5E5;
      margin-top: auto; }
    .somfy.mon-compte-coordonees #adresse button {
      background: none; }
      .somfy.mon-compte-coordonees #adresse button:hover {
        color: #FAB800; }
    .somfy.mon-compte-coordonees #adresse .btn-group button {
      border: none; }
    .somfy.mon-compte-coordonees #abonnement .form-check div {
      margin-bottom: 20px; }
  .somfy.mon-compte-garantie .all-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-garantie .all-box {
        display: none; } }
  .somfy.mon-compte-garantie .carousel {
    display: none; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-garantie .carousel {
        display: block; } }
    .somfy.mon-compte-garantie .carousel .carousel-indicators {
      position: relative;
      bottom: 0;
      margin: auto 0;
      padding: 0; }
      .somfy.mon-compte-garantie .carousel .carousel-indicators .active {
        background-color: #FAB800; }
    .somfy.mon-compte-garantie .carousel .carousel-indicators li {
      background-color: #E7E5E5;
      width: 100%; }
    .somfy.mon-compte-garantie .carousel .carousel-inner {
      margin-bottom: 15px; }
  .somfy.mon-compte-garantie .box {
    text-align: center;
    width: 48%;
    margin-bottom: 20px;
    max-height: 310px;
    border: 1px solid #E7E5E5; }
    body .somfy.mon-compte-garantie .box {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.mon-compte-garantie .box,
    body.vi-th .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.mon-compte-garantie .box,
    body.ar-lb .somfy.mon-compte-garantie .box,
    body.ar-ma .somfy.mon-compte-garantie .box,
    body.ar-il .somfy.mon-compte-garantie .box {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.mon-compte-garantie .box,
    body.tc-tw .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.mon-compte-garantie .box {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-garantie .box {
        width: 100%;
        margin: auto 0; } }
  .somfy.mon-compte-garantie #new-product p {
    text-align: center;
    margin-bottom: 120px;
    padding: 20px 25% 0; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-garantie #new-product p {
        padding: 10px 10% 0; } }
  .somfy.mon-compte-garantie p {
    margin: 0; }
  .somfy.mon-compte-garantie .product img {
    max-height: 130px; }
  .somfy.mon-compte-garantie .text-product {
    margin: 30px 20px 20px; }
  .somfy.mon-compte-installation .installation {
    padding-top: 70px; }
  .somfy.mon-compte-installation .box {
    position: relative;
    background: white;
    padding: 20px; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-installation .box {
        margin-bottom: 20px;
        min-height: 0;
        height: auto; } }
  .somfy.mon-compte-installation .title-border-button a {
    margin-left: 10px; }
  .somfy.mon-compte-installation .icon-arrow-right:before {
    color: #FAB800; }
  .somfy.mon-compte-installation .status-actif:before {
    content: ' ';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #009845;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px; }
  .somfy.mon-compte-installation .tahoma-img {
    width: 80%; }
  @media (max-width: 575.98px) {
    .somfy.mon-compte-installation table tr td {
      display: block;
      border: none;
      padding: 0; }
      .somfy.mon-compte-installation table tr td:first-child {
        border-top: 1px solid #dee2e6;
        padding-top: 10px; }
      .somfy.mon-compte-installation table tr td:last-child {
        padding-bottom: 10px; } }
  .somfy.rtl main {
    text-align: right; }
  .somfy.rtl .commande,
  .somfy.rtl .favoris {
    margin-right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .title-dashboard {
      margin-right: 20px; } }
  .somfy.rtl .link-oublie {
    text-align: left; }
  .somfy.rtl .icon-arrow-right {
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(180deg); }
  .somfy.rtl a.anim-arrow .icon-arrow-right {
    position: absolute;
    left: -14px;
    transform: translateY(-60%) rotate(180deg); }
  @media (max-width: 767.98px) {
    .somfy.mon-compte-coordonees.rtl .link-retour, .somfy.mon-compte-garantie.rtl .link-retour {
      margin-right: 20px; } }
  .somfy.mon-compte-coordonees.rtl .link-retour::before, .somfy.mon-compte-garantie.rtl .link-retour::before {
    left: 63%; }
    @media (max-width: 767.98px) {
      .somfy.mon-compte-coordonees.rtl .link-retour::before, .somfy.mon-compte-garantie.rtl .link-retour::before {
        left: 45%; } }
  .somfy.mon-compte-installation.rtl .title-border-button a {
    margin-auto: 10px;
    margin-right: 10px; }

.somfy .-account .form-group.-light > label {
  pointer-events: none; }

@media (max-width: 991.98px) {
  .somfy .logout-button {
    display: none; } }

@media (max-width: 767.98px) {
  .somfy .account-desktop-only {
    display: none; } }

.somfy .account-mobile-only {
  display: none; }
  @media (max-width: 767.98px) {
    .somfy .account-mobile-only {
      display: inline-block; } }

.somfy.create-account section .title_1, .somfy.forgot-password section .title_1, .somfy.new-password section .title_1, .somfy.terms-conditions section .title_1, .somfy.newsletter section .title_1 {
  padding-top: 7rem; }
  @media (max-width: 991.98px) {
    .somfy.create-account section .title_1, .somfy.forgot-password section .title_1, .somfy.new-password section .title_1, .somfy.terms-conditions section .title_1, .somfy.newsletter section .title_1 {
      padding-top: 2rem; } }

.somfy.create-account section .subtitle_1, .somfy.forgot-password section .subtitle_1, .somfy.new-password section .subtitle_1, .somfy.terms-conditions section .subtitle_1, .somfy.newsletter section .subtitle_1 {
  margin-bottom: 4rem;
  margin-top: 2rem; }

body .somfy.create-account section .container-fluid .desc, body .somfy.forgot-password section .container-fluid .desc, body .somfy.new-password section .container-fluid .desc, body .somfy.terms-conditions section .container-fluid .desc, body .somfy.newsletter section .container-fluid .desc {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy.create-account section .container-fluid .desc, body.vi-vi .somfy.forgot-password section .container-fluid .desc, body.vi-vi .somfy.new-password section .container-fluid .desc, body.vi-vi .somfy.terms-conditions section .container-fluid .desc, body.vi-vi .somfy.newsletter section .container-fluid .desc,
body.vi-th .somfy.create-account section .container-fluid .desc, body.vi-th .somfy.forgot-password section .container-fluid .desc, body.vi-th .somfy.new-password section .container-fluid .desc, body.vi-th .somfy.terms-conditions section .container-fluid .desc, body.vi-th .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.create-account section .container-fluid .desc, body.kr-kr .somfy.forgot-password section .container-fluid .desc, body.kr-kr .somfy.new-password section .container-fluid .desc, body.kr-kr .somfy.terms-conditions section .container-fluid .desc, body.kr-kr .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.create-account section .container-fluid .desc, body.il-il .somfy.forgot-password section .container-fluid .desc, body.il-il .somfy.new-password section .container-fluid .desc, body.il-il .somfy.terms-conditions section .container-fluid .desc, body.il-il .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.create-account section .container-fluid .desc, body.ar-ac .somfy.forgot-password section .container-fluid .desc, body.ar-ac .somfy.new-password section .container-fluid .desc, body.ar-ac .somfy.terms-conditions section .container-fluid .desc, body.ar-ac .somfy.newsletter section .container-fluid .desc,
body.ar-lb .somfy.create-account section .container-fluid .desc, body.ar-lb .somfy.forgot-password section .container-fluid .desc, body.ar-lb .somfy.new-password section .container-fluid .desc, body.ar-lb .somfy.terms-conditions section .container-fluid .desc, body.ar-lb .somfy.newsletter section .container-fluid .desc,
body.ar-ma .somfy.create-account section .container-fluid .desc, body.ar-ma .somfy.forgot-password section .container-fluid .desc, body.ar-ma .somfy.new-password section .container-fluid .desc, body.ar-ma .somfy.terms-conditions section .container-fluid .desc, body.ar-ma .somfy.newsletter section .container-fluid .desc,
body.ar-il .somfy.create-account section .container-fluid .desc, body.ar-il .somfy.forgot-password section .container-fluid .desc, body.ar-il .somfy.new-password section .container-fluid .desc, body.ar-il .somfy.terms-conditions section .container-fluid .desc, body.ar-il .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.create-account section .container-fluid .desc, body.ja-jp .somfy.forgot-password section .container-fluid .desc, body.ja-jp .somfy.new-password section .container-fluid .desc, body.ja-jp .somfy.terms-conditions section .container-fluid .desc, body.ja-jp .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.create-account section .container-fluid .desc, body.sc-cn .somfy.forgot-password section .container-fluid .desc, body.sc-cn .somfy.new-password section .container-fluid .desc, body.sc-cn .somfy.terms-conditions section .container-fluid .desc, body.sc-cn .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.create-account section .container-fluid .desc, body.tc-hk .somfy.forgot-password section .container-fluid .desc, body.tc-hk .somfy.new-password section .container-fluid .desc, body.tc-hk .somfy.terms-conditions section .container-fluid .desc, body.tc-hk .somfy.newsletter section .container-fluid .desc,
body.tc-tw .somfy.create-account section .container-fluid .desc, body.tc-tw .somfy.forgot-password section .container-fluid .desc, body.tc-tw .somfy.new-password section .container-fluid .desc, body.tc-tw .somfy.terms-conditions section .container-fluid .desc, body.tc-tw .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.create-account section .container-fluid .desc, body.th-th .somfy.forgot-password section .container-fluid .desc, body.th-th .somfy.new-password section .container-fluid .desc, body.th-th .somfy.terms-conditions section .container-fluid .desc, body.th-th .somfy.newsletter section .container-fluid .desc {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.create-account section .container-fluid .desc ul, .somfy.create-account section .container-fluid .desc ol, .somfy.forgot-password section .container-fluid .desc ul, .somfy.forgot-password section .container-fluid .desc ol, .somfy.new-password section .container-fluid .desc ul, .somfy.new-password section .container-fluid .desc ol, .somfy.terms-conditions section .container-fluid .desc ul, .somfy.terms-conditions section .container-fluid .desc ol, .somfy.newsletter section .container-fluid .desc ul, .somfy.newsletter section .container-fluid .desc ol {
  padding: 0; }
  .somfy.create-account section .container-fluid .desc ul li, .somfy.create-account section .container-fluid .desc ol li, .somfy.forgot-password section .container-fluid .desc ul li, .somfy.forgot-password section .container-fluid .desc ol li, .somfy.new-password section .container-fluid .desc ul li, .somfy.new-password section .container-fluid .desc ol li, .somfy.terms-conditions section .container-fluid .desc ul li, .somfy.terms-conditions section .container-fluid .desc ol li, .somfy.newsletter section .container-fluid .desc ul li, .somfy.newsletter section .container-fluid .desc ol li {
    list-style-position: inside;
    padding: 0.5rem 0; }

.somfy.create-account section .container-fluid .desc ol li, .somfy.forgot-password section .container-fluid .desc ol li, .somfy.new-password section .container-fluid .desc ol li, .somfy.terms-conditions section .container-fluid .desc ol li, .somfy.newsletter section .container-fluid .desc ol li {
  border-bottom: 1px solid #ccc; }
  .somfy.create-account section .container-fluid .desc ol li:last-child, .somfy.forgot-password section .container-fluid .desc ol li:last-child, .somfy.new-password section .container-fluid .desc ol li:last-child, .somfy.terms-conditions section .container-fluid .desc ol li:last-child, .somfy.newsletter section .container-fluid .desc ol li:last-child {
    border: none; }

@media (max-width: 767.98px) {
  .somfy.create-account section .container-fluid .form-create, .somfy.create-account section .container-fluid .form-forgot, .somfy.create-account section .container-fluid .form-password, .somfy.create-account section .container-fluid .form-newsletter, .somfy.forgot-password section .container-fluid .form-create, .somfy.forgot-password section .container-fluid .form-forgot, .somfy.forgot-password section .container-fluid .form-password, .somfy.forgot-password section .container-fluid .form-newsletter, .somfy.new-password section .container-fluid .form-create, .somfy.new-password section .container-fluid .form-forgot, .somfy.new-password section .container-fluid .form-password, .somfy.new-password section .container-fluid .form-newsletter, .somfy.terms-conditions section .container-fluid .form-create, .somfy.terms-conditions section .container-fluid .form-forgot, .somfy.terms-conditions section .container-fluid .form-password, .somfy.terms-conditions section .container-fluid .form-newsletter, .somfy.newsletter section .container-fluid .form-create, .somfy.newsletter section .container-fluid .form-forgot, .somfy.newsletter section .container-fluid .form-password, .somfy.newsletter section .container-fluid .form-newsletter {
    margin-right: -30px;
    margin-left: -30px; }
    .somfy.create-account section .container-fluid .form-create button[type="submit"], .somfy.create-account section .container-fluid .form-forgot button[type="submit"], .somfy.create-account section .container-fluid .form-password button[type="submit"], .somfy.create-account section .container-fluid .form-newsletter button[type="submit"], .somfy.forgot-password section .container-fluid .form-create button[type="submit"], .somfy.forgot-password section .container-fluid .form-forgot button[type="submit"], .somfy.forgot-password section .container-fluid .form-password button[type="submit"], .somfy.forgot-password section .container-fluid .form-newsletter button[type="submit"], .somfy.new-password section .container-fluid .form-create button[type="submit"], .somfy.new-password section .container-fluid .form-forgot button[type="submit"], .somfy.new-password section .container-fluid .form-password button[type="submit"], .somfy.new-password section .container-fluid .form-newsletter button[type="submit"], .somfy.terms-conditions section .container-fluid .form-create button[type="submit"], .somfy.terms-conditions section .container-fluid .form-forgot button[type="submit"], .somfy.terms-conditions section .container-fluid .form-password button[type="submit"], .somfy.terms-conditions section .container-fluid .form-newsletter button[type="submit"], .somfy.newsletter section .container-fluid .form-create button[type="submit"], .somfy.newsletter section .container-fluid .form-forgot button[type="submit"], .somfy.newsletter section .container-fluid .form-password button[type="submit"], .somfy.newsletter section .container-fluid .form-newsletter button[type="submit"] {
      width: 100%; } }

.somfy.create-account section .container-fluid .form-create .form-row > [class*="col-"], .somfy.create-account section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.create-account section .container-fluid .form-password .form-row > [class*="col-"], .somfy.create-account section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-create .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-password .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-create .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-password .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-create .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-password .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-create .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-password .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-newsletter .form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 767.98px) {
    .somfy.create-account section .container-fluid .form-create .form-row > [class*="col-"], .somfy.create-account section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.create-account section .container-fluid .form-password .form-row > [class*="col-"], .somfy.create-account section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-create .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-password .form-row > [class*="col-"], .somfy.forgot-password section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-create .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-password .form-row > [class*="col-"], .somfy.new-password section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-create .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-password .form-row > [class*="col-"], .somfy.terms-conditions section .container-fluid .form-newsletter .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-create .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-forgot .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-password .form-row > [class*="col-"], .somfy.newsletter section .container-fluid .form-newsletter .form-row > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; } }

.somfy.create-account section .container-fluid .form-password, .somfy.forgot-password section .container-fluid .form-password, .somfy.new-password section .container-fluid .form-password, .somfy.terms-conditions section .container-fluid .form-password, .somfy.newsletter section .container-fluid .form-password {
  padding-top: 7rem; }
  @media (max-width: 991.98px) {
    .somfy.create-account section .container-fluid .form-password, .somfy.forgot-password section .container-fluid .form-password, .somfy.new-password section .container-fluid .form-password, .somfy.terms-conditions section .container-fluid .form-password, .somfy.newsletter section .container-fluid .form-password {
      padding-top: 0; }
      .somfy.create-account section .container-fluid .form-password .form-text, .somfy.forgot-password section .container-fluid .form-password .form-text, .somfy.new-password section .container-fluid .form-password .form-text, .somfy.terms-conditions section .container-fluid .form-password .form-text, .somfy.newsletter section .container-fluid .form-password .form-text {
        font-size: 0.8571428571rem;
        line-height: 1rem;
        letter-spacing: 0rem; } }

.somfy.create-account section .toggle-visibility, .somfy.forgot-password section .toggle-visibility, .somfy.new-password section .toggle-visibility, .somfy.terms-conditions section .toggle-visibility, .somfy.newsletter section .toggle-visibility {
  position: relative; }
  .somfy.create-account section .toggle-visibility .eye, .somfy.forgot-password section .toggle-visibility .eye, .somfy.new-password section .toggle-visibility .eye, .somfy.terms-conditions section .toggle-visibility .eye, .somfy.newsletter section .toggle-visibility .eye {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
    background: 0 0;
    padding: 5px;
    border: 0;
    box-shadow: none;
    color: #2C2C2C; }
    .somfy.create-account section .toggle-visibility .eye i, .somfy.forgot-password section .toggle-visibility .eye i, .somfy.new-password section .toggle-visibility .eye i, .somfy.terms-conditions section .toggle-visibility .eye i, .somfy.newsletter section .toggle-visibility .eye i {
      vertical-align: middle; }

@media (min-width: 768px) {
  .somfy.create-account.rtl .pl-md-4, .somfy.forgot-password.rtl .pl-md-4, .somfy.new-password.rtl .pl-md-4, .somfy.terms-conditions.rtl .pl-md-4, .somfy.newsletter.rtl .pl-md-4 {
    padding-left: 0;
    padding-right: 1.5rem !important; } }

.somfy.create-account.rtl [class*="col-"], .somfy.forgot-password.rtl [class*="col-"], .somfy.new-password.rtl [class*="col-"], .somfy.terms-conditions.rtl [class*="col-"], .somfy.newsletter.rtl [class*="col-"] {
  float: none; }

.somfy.create-account.rtl .eye, .somfy.forgot-password.rtl .eye, .somfy.new-password.rtl .eye, .somfy.terms-conditions.rtl .eye, .somfy.newsletter.rtl .eye {
  left: 5px;
  right: auto; }

.somfy .account {
  background: #FAFAFB;
  color: #1A1B1C; }
  body .somfy .account {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy .account,
  body.vi-th .somfy .account {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy .account {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy .account {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy .account,
  body.ar-lb .somfy .account,
  body.ar-ma .somfy .account,
  body.ar-il .somfy .account {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy .account {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy .account {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy .account,
  body.tc-tw .somfy .account {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy .account {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .account .-box {
    background-color: #FFFFFF;
    /*box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);*/
    -webkit-box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.2s ease-in-out;
    /*&:hover {
        box-shadow: 1px 7px 7px 0 rgba(0,0,0,0.1);
      }*/ }
    .somfy .account .-box.-btop {
      border-top: 1px solid #f0f0f0; }
    .somfy .account .-box.no-radius {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .account .-box {
        transition: none; } }
    .somfy .account .-box[data-toggle=collapse] {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom: 1px solid #e0e4e8; }
    .somfy .account .-box[data-toggle=collapse] + div.collapse.show {
      position: relative; }
    .somfy .account .-box.collapsed {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom: 0px solid #e0e4e8; }
  .somfy .account .dt {
    color: #767677;
    margin-bottom: 8px;
    font-weight: normal;
    line-height: normal;
    font-size: 0.8571428571rem;
    text-transform: uppercase; }
    body .somfy .account .dt {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .account .dt,
    body.vi-th .somfy .account .dt {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account .dt {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account .dt {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account .dt,
    body.ar-lb .somfy .account .dt,
    body.ar-ma .somfy .account .dt,
    body.ar-il .somfy .account .dt {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account .dt {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account .dt {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account .dt,
    body.tc-tw .somfy .account .dt {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account .dt {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .account .dt {
        margin-bottom: 4px; } }
  .somfy .account .dd {
    color: #485C74;
    font-weight: normal;
    line-height: normal;
    font-size: 1.1428571429rem; }
    body .somfy .account .dd {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .account .dd,
    body.vi-th .somfy .account .dd {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account .dd {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account .dd {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account .dd,
    body.ar-lb .somfy .account .dd,
    body.ar-ma .somfy .account .dd,
    body.ar-il .somfy .account .dd {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account .dd {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account .dd {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account .dd,
    body.tc-tw .somfy .account .dd {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account .dd {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .account > section {
    margin-bottom: 100px; }
    @media (max-width: 991.98px) {
      .somfy .account > section {
        margin-bottom: 40px; } }
    .somfy .account > section header {
      display: flex;
      align-items: center;
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .somfy .account > section header {
          flex-wrap: wrap; } }
      .somfy .account > section header .account-title {
        margin-bottom: 0;
        margin-right: auto; }
        @media (max-width: 767.98px) {
          .somfy .account > section header .account-title {
            line-height: normal;
            width: 100%; } }
      .somfy .account > section header .btnCompact {
        margin-left: 20px; }
        @media (max-width: 767.98px) {
          .somfy .account > section header .btnCompact {
            width: 100%;
            margin-left: 0;
            margin-top: 20px;
            text-align: center; } }
      @media (max-width: 767.98px) {
        .somfy .account > section header a.link-picto {
          margin-top: 20px; } }
      @media (max-width: 767.98px) {
        .somfy .account > section header .btnClassic, .somfy.product-page.-pim .account > section header .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account > section header .ts-header-filter-dropdown-label, .somfy.product-page.-pim .account > section header .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account > section header .ts-header-filter-dropdown-content {
          width: 100%;
          max-width: none;
          margin: 20px 0 0;
          text-align: center;
          order: 2; } }
      .somfy .account > section header .form-group {
        margin-bottom: 0;
        margin-left: 20px;
        min-width: 200px; }
        @media (max-width: 767.98px) {
          .somfy .account > section header .form-group {
            width: 100%;
            margin: 20px 0 0;
            text-align: center; } }
  .somfy .account-headband {
    color: white;
    margin-bottom: 0 !important;
    background: #FAB800; }
    @media (max-width: 767.98px) {
      .somfy .account-headband {
        text-align: center; } }
    .somfy .account-headband i {
      margin-right: 6px;
      font-size: 1.7142857143rem;
      vertical-align: text-bottom; }
    .somfy .account-headband img[src*=svg] {
      margin-right: 6px;
      width: 20px; }
    .somfy .account-headband p {
      margin: 0;
      padding: 6px 0;
      font-size: 1.2857142857rem; }
      @media (max-width: 767.98px) {
        .somfy .account-headband p {
          padding: 10px 0; } }
  .somfy .account-connexion .form {
    padding: 40px 0; }
    @media (max-width: 991.98px) {
      .somfy .account-connexion .form {
        padding: 40px 20px; } }
    .somfy .account-connexion .form .lost {
      text-align: right;
      font-size: 1rem; }
    .somfy .account-connexion .form .btnClassic, .somfy.product-page.-pim .account-connexion .form .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-connexion .form .ts-header-filter-dropdown-label, .somfy.product-page.-pim .account-connexion .form .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-connexion .form .ts-header-filter-dropdown-content {
      width: 100%;
      max-width: none;
      margin-bottom: 20px; }
  .somfy .account-header {
    position: relative;
    padding: 60px 0 0; }
    @media (max-width: 991.98px) {
      .somfy .account-header {
        padding: 20px 0 0; } }
    .somfy .account-header .container-fluid {
      position: relative; }
    .somfy .account-header .header-title {
      font-size: 3.2857142857rem; }
      body .somfy .account-header .header-title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .account-header .header-title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .account-header .header-title,
      body.vi-th .somfy .account-header .header-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-header .header-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-header .header-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-header .header-title,
      body.ar-lb .somfy .account-header .header-title,
      body.ar-ma .somfy .account-header .header-title,
      body.ar-il .somfy .account-header .header-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-header .header-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-header .header-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-header .header-title,
      body.tc-tw .somfy .account-header .header-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-header .header-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy .account-header .header-title {
          font-size: 2.1428571429rem;
          line-height: normal;
          margin-bottom: 6px; } }
    .somfy .account-header .header-text {
      font-size: 1.2857142857rem; }
      @media (max-width: 991.98px) {
        .somfy .account-header .header-text {
          line-height: normal;
          margin-bottom: 20px; } }
    .somfy .account-header + section:not(.account-orders) {
      margin-top: 100px; }
    .somfy .account-header + section.-hasBtns {
      margin-top: 190px; }
  .somfy .account-title {
    font-size: 2.5714285714rem;
    line-height: normal;
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .somfy .account-title {
        font-size: 2.1428571429rem; } }
    body .somfy .account-title {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .account-title {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .account-title,
    body.vi-th .somfy .account-title {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account-title {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account-title {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account-title,
    body.ar-lb .somfy .account-title,
    body.ar-ma .somfy .account-title,
    body.ar-il .somfy .account-title {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account-title {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account-title {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account-title,
    body.tc-tw .somfy .account-title {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account-title {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .account-aside {
    position: absolute;
    right: 20px;
    top: -40px;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: #485C74;
    font-size: 24px;
    letter-spacing: 0.8px; }
    body .somfy .account-aside {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .account-aside,
    body.vi-th .somfy .account-aside {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account-aside {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account-aside {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account-aside,
    body.ar-lb .somfy .account-aside,
    body.ar-ma .somfy .account-aside,
    body.ar-il .somfy .account-aside {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account-aside {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account-aside {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account-aside,
    body.tc-tw .somfy .account-aside {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account-aside {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .somfy .account-aside {
        top: -60px; } }
    @media (max-width: 767.98px) {
      .somfy .account-aside {
        position: relative;
        right: 0;
        top: 0;
        padding: 0;
        box-shadow: none;
        background: none; } }
    .somfy .account-aside .title {
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .somfy .account-aside .title {
          display: none; } }
    .somfy .account-aside ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 767.98px) {
        .somfy .account-aside ul:not(.dropdown-menu) {
          display: none; } }
      .somfy .account-aside ul li a {
        color: #485C74;
        font-size: 16px;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .account-aside ul li a {
            transition: none; } }
        .somfy .account-aside ul li a:before {
          font-family: 'icomoon' !important;
          content: "\e903";
          font-size: 10px;
          margin-right: 8px; }
        .somfy .account-aside ul li a:hover {
          color: #FAB800; }
    .somfy .account-aside .form-group {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy .account-aside .form-group {
          display: block; }
          .somfy .account-aside .form-group .bootstrap-select {
            height: 42px !important; }
            .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
              font-size: 1.1428571429rem;
              line-height: 1.5714285714rem;
              padding: 0.6428571429rem 1.0714285714rem !important;
              border: 1px solid #485C74; }
              body .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: SomfySans-Light, sans-serif; }
              body.vi-vi .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle,
              body.vi-th .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle,
              body.ar-lb .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle,
              body.ar-ma .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle,
              body.ar-il .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle,
              body.tc-tw .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
              .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle:hover {
                border-color: #FAB800;
                background: none; }
              .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle:focus {
                outline: 0 !important;
                background: none;
                border-color: black; }
              .somfy .account-aside .form-group .bootstrap-select button.dropdown-toggle:after {
                top: 40%;
                right: 8px;
                font-size: 1.5714285714rem; }
            .somfy .account-aside .form-group .bootstrap-select.show .dropdown-toggle:after {
              top: 60%; } }
  .somfy .account-mobile-menu {
    display: none;
    padding: 20px 0;
    margin: 0px !important; }
    .somfy .account-mobile-menu .form-group {
      margin: 0px !important; }
    @media (max-width: 767.98px) {
      .somfy .account-mobile-menu {
        display: block; } }
  .somfy .account-orders {
    padding: 70px 0; }
    @media (max-width: 991.98px) {
      .somfy .account-orders {
        padding: 40px 0; } }
    @media (max-width: 767.98px) {
      .somfy .account-orders {
        background: none !important;
        box-shadow: none !important;
        padding-bottom: 0; } }
    .somfy .account-orders .order-header {
      width: 100%;
      margin-bottom: 40px; }
      .somfy .account-orders .order-header a {
        font-size: 1rem;
        width: auto; }
      .somfy .account-orders .order-header .dropdown {
        max-width: 300px; }
        @media (max-width: 767.98px) {
          .somfy .account-orders .order-header .dropdown {
            max-width: 100%; } }
        .somfy .account-orders .order-header .dropdown button {
          width: 100%;
          display: flex;
          margin: 0;
          justify-content: space-between; }
          @media (max-width: 767.98px) {
            .somfy .account-orders .order-header .dropdown button {
              max-width: 100%; } }
        .somfy .account-orders .order-header .dropdown .dropdown-menu {
          width: 100%; }
    .somfy .account-orders .order-title {
      font-size: 30px;
      margin-bottom: 12px; }
      body .somfy .account-orders .order-title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .account-orders .order-title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .account-orders .order-title,
      body.vi-th .somfy .account-orders .order-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-orders .order-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-orders .order-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-orders .order-title,
      body.ar-lb .somfy .account-orders .order-title,
      body.ar-ma .somfy .account-orders .order-title,
      body.ar-il .somfy .account-orders .order-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-orders .order-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-orders .order-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-orders .order-title,
      body.tc-tw .somfy .account-orders .order-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-orders .order-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .account-orders .order-title {
          margin-right: 0;
          margin-bottom: 10px; } }
    .somfy .account-orders .order-number {
      font-size: 16px;
      margin-bottom: 16px; }
    .somfy .account-orders .order-content {
      display: flex;
      width: 100%;
      align-items: center; }
    .somfy .account-orders .order-products {
      margin: 0 40px 0 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center; }
      @media (max-width: 767.98px) {
        .somfy .account-orders .order-products {
          display: none; } }
      .somfy .account-orders .order-products li {
        margin-right: 20px;
        color: #485C74;
        font-size: 26px;
        letter-spacing: 1.16px; }
        .somfy .account-orders .order-products li img {
          width: 140px; }
          @media (max-width: 1199.98px) {
            .somfy .account-orders .order-products li img {
              width: 100px; } }
    .somfy .account-orders .order-status {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-grow: 1;
      align-items: flex-start;
      text-align: center;
      counter-reset: section; }
      @media (max-width: 767.98px) {
        .somfy .account-orders .order-status {
          flex-wrap: wrap;
          text-align: left; } }
      .somfy .account-orders .order-status li {
        position: relative;
        width: 20%;
        color: #FAB800; }
        @media (max-width: 767.98px) {
          .somfy .account-orders .order-status li {
            position: relative;
            width: 100%;
            font-size: 1rem;
            padding-left: 50px;
            padding-bottom: 40px; } }
        .somfy .account-orders .order-status li strong {
          display: block; }
          body .somfy .account-orders .order-status li strong {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .account-orders .order-status li strong,
          body.vi-th .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .account-orders .order-status li strong,
          body.ar-lb .somfy .account-orders .order-status li strong,
          body.ar-ma .somfy .account-orders .order-status li strong,
          body.ar-il .somfy .account-orders .order-status li strong {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .account-orders .order-status li strong,
          body.tc-tw .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .account-orders .order-status li strong {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .account-orders .order-status li strong {
              display: inline; } }
        .somfy .account-orders .order-status li:before {
          position: relative;
          z-index: 10;
          display: block;
          width: 26px;
          height: 26px;
          line-height: 24px;
          color: white;
          margin: 0 auto 10px;
          border-radius: 100%;
          text-align: center;
          background: #FAB800;
          border: 1px solid #FAB800;
          counter-increment: section;
          content: counter(section); }
          @media (max-width: 767.98px) {
            .somfy .account-orders .order-status li:before {
              position: absolute;
              left: 0;
              top: 0; } }
        .somfy .account-orders .order-status li:after {
          z-index: 5;
          display: block;
          content: '';
          position: absolute;
          top: 13px;
          left: 50%;
          width: 100%;
          height: 4px;
          background: #FAB800;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (max-width: 767.98px) {
            .somfy .account-orders .order-status li:after {
              top: 50%;
              left: 11px;
              width: 4px;
              height: 100%; } }
        .somfy .account-orders .order-status li:nth-child(3):after, .somfy .account-orders .order-status li:nth-child(4):after {
          height: 2px;
          background-color: transparent;
          background-image: linear-gradient(90deg, #FAB800, #FAB800 60%, transparent 60%, transparent 100%);
          background-size: 8px 2px; }
          @media (max-width: 767.98px) {
            .somfy .account-orders .order-status li:nth-child(3):after, .somfy .account-orders .order-status li:nth-child(4):after {
              height: 100%;
              width: 2px;
              background-image: linear-gradient(0, #FAB800, #FAB800 60%, transparent 60%, transparent 100%);
              background-size: 2px 8px; } }
        .somfy .account-orders .order-status li:nth-child(4):before {
          display: none; }
        .somfy .account-orders .order-status li:nth-child(4) a {
          z-index: 10;
          position: relative;
          top: -6px; }
        .somfy .account-orders .order-status li:nth-child(5):before {
          content: '4'; }
        .somfy .account-orders .order-status li:last-child:after {
          display: none; }
        .somfy .account-orders .order-status li.-current {
          color: #485C74; }
          .somfy .account-orders .order-status li.-current:before {
            background: #ffffff;
            color: #FAB800; }
          .somfy .account-orders .order-status li.-current:after {
            height: 2px;
            background: #eaeaea; }
            @media (max-width: 767.98px) {
              .somfy .account-orders .order-status li.-current:after {
                width: 2px;
                left: 12px;
                height: 100%; } }
          .somfy .account-orders .order-status li.-current:nth-child(3):after {
            height: 2px;
            background-color: transparent;
            background-image: linear-gradient(90deg, #FAB800, #FAB800 60%, transparent 60%, transparent 100%);
            background-size: 8px 2px; }
            @media (max-width: 767.98px) {
              .somfy .account-orders .order-status li.-current:nth-child(3):after {
                height: 100%;
                width: 2px;
                background-image: linear-gradient(0, #FAB800, #FAB800 60%, transparent 60%, transparent 100%);
                background-size: 2px 8px; } }
          @media (max-width: 767.98px) {
            .somfy .account-orders .order-status li.-current:nth-child(3) ~ li:nth-child(3):after, .somfy .account-orders .order-status li.-current:nth-child(3) ~ li:nth-child(4):after {
              height: 100%;
              width: 2px;
              background-image: linear-gradient(0, #FAB800, #FAB800 60%, transparent 60%, transparent 100%);
              background-size: 2px 8px; } }
          .somfy .account-orders .order-status li.-current ~ li {
            color: rgba(72, 92, 116, 0.6); }
            .somfy .account-orders .order-status li.-current ~ li:before {
              color: #8996A4;
              background: #eaeaea;
              border-color: #eaeaea; }
            .somfy .account-orders .order-status li.-current ~ li:after {
              height: 2px;
              background: #eaeaea; }
              @media (max-width: 767.98px) {
                .somfy .account-orders .order-status li.-current ~ li:after {
                  width: 2px;
                  left: 12px;
                  height: 100%; } }
            .somfy .account-orders .order-status li.-current ~ li:nth-child(3):after, .somfy .account-orders .order-status li.-current ~ li:nth-child(4):after {
              height: 2px;
              background-color: transparent;
              background-image: linear-gradient(90deg, #eaeaea, #eaeaea 60%, transparent 60%, transparent 100%);
              background-size: 8px 2px; }
              @media (max-width: 767.98px) {
                .somfy .account-orders .order-status li.-current ~ li:nth-child(3):after, .somfy .account-orders .order-status li.-current ~ li:nth-child(4):after {
                  height: 100%;
                  width: 2px;
                  background-image: linear-gradient(0, #eaeaea, #eaeaea 60%, transparent 60%, transparent 100%);
                  background-size: 2px 8px; } }
  .somfy .account-products .product {
    height: 100%; }
    @media (max-width: 767.98px) {
      .somfy .account-products .product {
        height: auto;
        margin-bottom: 20px; } }
    .somfy .account-products .product.-green .status {
      color: #49C300; }
    .somfy .account-products .product.-green .product-title:before {
      display: inline-block;
      background-color: #49C300; }
    .somfy .account-products .product.-red .status {
      color: red; }
    .somfy .account-products .product.-red .product-title:before {
      display: inline-block;
      background-color: red; }
    .somfy .account-products .product-title {
      position: relative;
      padding: 16px 30px;
      color: #485C74;
      font-size: 1.5714285714rem;
      border-bottom: 1px solid #F2F2F2; }
      .somfy .account-products .product-title:before {
        content: '';
        height: 10px;
        width: 10px;
        border-radius: 50%;
        margin: 0 6px 0 0;
        position: relative;
        top: -2px; }
      .somfy .account-products .product-title a {
        position: absolute;
        right: 0;
        padding: 4px 20px;
        top: 0;
        line-height: 1;
        font-size: 36px; }
    .somfy .account-products .product-visual {
      width: 140px;
      height: 140px;
      margin-right: 20px; }
      @media (max-width: 1199.98px) {
        .somfy .account-products .product-visual {
          width: 100px;
          height: 100px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .somfy .account-products .product-visual {
          width: 100%;
          height: auto;
          margin-right: 0;
          margin-bottom: 20px; } }
    .somfy .account-products .product-content {
      display: flex;
      width: 100%;
      padding: 40px 30px;
      align-items: flex-end;
      height: calc(100% - 66px); }
      @media (max-width: 991.98px) {
        .somfy .account-products .product-content {
          padding: 20px;
          flex-wrap: wrap;
          height: auto; } }
    .somfy .account-products .product-text .status {
      text-transform: uppercase; }
    .somfy .account-products .product-text p {
      color: #485C74;
      font-size: 1rem;
      margin-bottom: 14px; }
      .somfy .account-products .product-text p strong {
        display: block;
        text-transform: uppercase; }
    .somfy .account-products .product-text a {
      width: auto;
      font-size: 1.1428571429rem;
      display: inline-block;
      margin-bottom: 14px; }
      .somfy .account-products .product-text a:last-child {
        margin-bottom: 0; }
  .somfy .account-requests ul, .somfy .account-warranties ul, .somfy .account-wishlist ul, .somfy .account-invoices ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .somfy .account-requests .request, .somfy .account-requests .warranty, .somfy .account-requests .wishlist, .somfy .account-requests invoice, .somfy .account-warranties .request, .somfy .account-warranties .warranty, .somfy .account-warranties .wishlist, .somfy .account-warranties invoice, .somfy .account-wishlist .request, .somfy .account-wishlist .warranty, .somfy .account-wishlist .wishlist, .somfy .account-wishlist invoice, .somfy .account-invoices .request, .somfy .account-invoices .warranty, .somfy .account-invoices .wishlist, .somfy .account-invoices invoice {
    margin-bottom: 20px;
    padding: 38px 0 38px;
    display: flex;
    width: 100%;
    align-items: center; }
    @media (max-width: 767.98px) {
      .somfy .account-requests .request, .somfy .account-requests .warranty, .somfy .account-requests .wishlist, .somfy .account-requests invoice, .somfy .account-warranties .request, .somfy .account-warranties .warranty, .somfy .account-warranties .wishlist, .somfy .account-warranties invoice, .somfy .account-wishlist .request, .somfy .account-wishlist .warranty, .somfy .account-wishlist .wishlist, .somfy .account-wishlist invoice, .somfy .account-invoices .request, .somfy .account-invoices .warranty, .somfy .account-invoices .wishlist, .somfy .account-invoices invoice {
        position: relative;
        align-items: start;
        flex-direction: column;
        padding: 20px 20px 30px 85px; } }
    .somfy .account-requests .request-icon, .somfy .account-requests .warranty-icon, .somfy .account-requests .wishlist-icon, .somfy .account-requests invoice-icon, .somfy .account-warranties .request-icon, .somfy .account-warranties .warranty-icon, .somfy .account-warranties .wishlist-icon, .somfy .account-warranties invoice-icon, .somfy .account-wishlist .request-icon, .somfy .account-wishlist .warranty-icon, .somfy .account-wishlist .wishlist-icon, .somfy .account-wishlist invoice-icon, .somfy .account-invoices .request-icon, .somfy .account-invoices .warranty-icon, .somfy .account-invoices .wishlist-icon, .somfy .account-invoices invoice-icon {
      width: 16.666666667%;
      text-align: center; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-icon, .somfy .account-requests .warranty-icon, .somfy .account-requests .wishlist-icon, .somfy .account-requests invoice-icon, .somfy .account-warranties .request-icon, .somfy .account-warranties .warranty-icon, .somfy .account-warranties .wishlist-icon, .somfy .account-warranties invoice-icon, .somfy .account-wishlist .request-icon, .somfy .account-wishlist .warranty-icon, .somfy .account-wishlist .wishlist-icon, .somfy .account-wishlist invoice-icon, .somfy .account-invoices .request-icon, .somfy .account-invoices .warranty-icon, .somfy .account-invoices .wishlist-icon, .somfy .account-invoices invoice-icon {
          position: absolute;
          left: 10px; } }
      .somfy .account-requests .request-icon svg, .somfy .account-requests .request-icon img[src*=svg], .somfy .account-requests .warranty-icon svg, .somfy .account-requests .warranty-icon img[src*=svg], .somfy .account-requests .wishlist-icon svg, .somfy .account-requests .wishlist-icon img[src*=svg], .somfy .account-requests invoice-icon svg, .somfy .account-requests invoice-icon img[src*=svg], .somfy .account-warranties .request-icon svg, .somfy .account-warranties .request-icon img[src*=svg], .somfy .account-warranties .warranty-icon svg, .somfy .account-warranties .warranty-icon img[src*=svg], .somfy .account-warranties .wishlist-icon svg, .somfy .account-warranties .wishlist-icon img[src*=svg], .somfy .account-warranties invoice-icon svg, .somfy .account-warranties invoice-icon img[src*=svg], .somfy .account-wishlist .request-icon svg, .somfy .account-wishlist .request-icon img[src*=svg], .somfy .account-wishlist .warranty-icon svg, .somfy .account-wishlist .warranty-icon img[src*=svg], .somfy .account-wishlist .wishlist-icon svg, .somfy .account-wishlist .wishlist-icon img[src*=svg], .somfy .account-wishlist invoice-icon svg, .somfy .account-wishlist invoice-icon img[src*=svg], .somfy .account-invoices .request-icon svg, .somfy .account-invoices .request-icon img[src*=svg], .somfy .account-invoices .warranty-icon svg, .somfy .account-invoices .warranty-icon img[src*=svg], .somfy .account-invoices .wishlist-icon svg, .somfy .account-invoices .wishlist-icon img[src*=svg], .somfy .account-invoices invoice-icon svg, .somfy .account-invoices invoice-icon img[src*=svg] {
        width: 60px; }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-icon svg, .somfy .account-requests .request-icon img[src*=svg], .somfy .account-requests .warranty-icon svg, .somfy .account-requests .warranty-icon img[src*=svg], .somfy .account-requests .wishlist-icon svg, .somfy .account-requests .wishlist-icon img[src*=svg], .somfy .account-requests invoice-icon svg, .somfy .account-requests invoice-icon img[src*=svg], .somfy .account-warranties .request-icon svg, .somfy .account-warranties .request-icon img[src*=svg], .somfy .account-warranties .warranty-icon svg, .somfy .account-warranties .warranty-icon img[src*=svg], .somfy .account-warranties .wishlist-icon svg, .somfy .account-warranties .wishlist-icon img[src*=svg], .somfy .account-warranties invoice-icon svg, .somfy .account-warranties invoice-icon img[src*=svg], .somfy .account-wishlist .request-icon svg, .somfy .account-wishlist .request-icon img[src*=svg], .somfy .account-wishlist .warranty-icon svg, .somfy .account-wishlist .warranty-icon img[src*=svg], .somfy .account-wishlist .wishlist-icon svg, .somfy .account-wishlist .wishlist-icon img[src*=svg], .somfy .account-wishlist invoice-icon svg, .somfy .account-wishlist invoice-icon img[src*=svg], .somfy .account-invoices .request-icon svg, .somfy .account-invoices .request-icon img[src*=svg], .somfy .account-invoices .warranty-icon svg, .somfy .account-invoices .warranty-icon img[src*=svg], .somfy .account-invoices .wishlist-icon svg, .somfy .account-invoices .wishlist-icon img[src*=svg], .somfy .account-invoices invoice-icon svg, .somfy .account-invoices invoice-icon img[src*=svg] {
            width: 40px; } }
      .somfy .account-requests .request-icon img, .somfy .account-requests .warranty-icon img, .somfy .account-requests .wishlist-icon img, .somfy .account-requests invoice-icon img, .somfy .account-warranties .request-icon img, .somfy .account-warranties .warranty-icon img, .somfy .account-warranties .wishlist-icon img, .somfy .account-warranties invoice-icon img, .somfy .account-wishlist .request-icon img, .somfy .account-wishlist .warranty-icon img, .somfy .account-wishlist .wishlist-icon img, .somfy .account-wishlist invoice-icon img, .somfy .account-invoices .request-icon img, .somfy .account-invoices .warranty-icon img, .somfy .account-invoices .wishlist-icon img, .somfy .account-invoices invoice-icon img {
        width: 140px;
        max-width: 100%;
        max-height: 100%;
        margin-top: -38px;
        margin-bottom: -38px; }
        @media (max-width: 991.98px) {
          .somfy .account-requests .request-icon img, .somfy .account-requests .warranty-icon img, .somfy .account-requests .wishlist-icon img, .somfy .account-requests invoice-icon img, .somfy .account-warranties .request-icon img, .somfy .account-warranties .warranty-icon img, .somfy .account-warranties .wishlist-icon img, .somfy .account-warranties invoice-icon img, .somfy .account-wishlist .request-icon img, .somfy .account-wishlist .warranty-icon img, .somfy .account-wishlist .wishlist-icon img, .somfy .account-wishlist invoice-icon img, .somfy .account-invoices .request-icon img, .somfy .account-invoices .warranty-icon img, .somfy .account-invoices .wishlist-icon img, .somfy .account-invoices invoice-icon img {
            width: 100px; } }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-icon img, .somfy .account-requests .warranty-icon img, .somfy .account-requests .wishlist-icon img, .somfy .account-requests invoice-icon img, .somfy .account-warranties .request-icon img, .somfy .account-warranties .warranty-icon img, .somfy .account-warranties .wishlist-icon img, .somfy .account-warranties invoice-icon img, .somfy .account-wishlist .request-icon img, .somfy .account-wishlist .warranty-icon img, .somfy .account-wishlist .wishlist-icon img, .somfy .account-wishlist invoice-icon img, .somfy .account-invoices .request-icon img, .somfy .account-invoices .warranty-icon img, .somfy .account-invoices .wishlist-icon img, .somfy .account-invoices invoice-icon img {
            width: 80px;
            margin: 0; } }
    .somfy .account-requests .request-title, .somfy .account-requests .warranty-title, .somfy .account-requests .wishlist-title, .somfy .account-requests invoice-title, .somfy .account-warranties .request-title, .somfy .account-warranties .warranty-title, .somfy .account-warranties .wishlist-title, .somfy .account-warranties invoice-title, .somfy .account-wishlist .request-title, .somfy .account-wishlist .warranty-title, .somfy .account-wishlist .wishlist-title, .somfy .account-wishlist invoice-title, .somfy .account-invoices .request-title, .somfy .account-invoices .warranty-title, .somfy .account-invoices .wishlist-title, .somfy .account-invoices invoice-title {
      width: 30%;
      color: #485C74;
      font-size: 1.5714285714rem; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-title, .somfy .account-requests .warranty-title, .somfy .account-requests .wishlist-title, .somfy .account-requests invoice-title, .somfy .account-warranties .request-title, .somfy .account-warranties .warranty-title, .somfy .account-warranties .wishlist-title, .somfy .account-warranties invoice-title, .somfy .account-wishlist .request-title, .somfy .account-wishlist .warranty-title, .somfy .account-wishlist .wishlist-title, .somfy .account-wishlist invoice-title, .somfy .account-invoices .request-title, .somfy .account-invoices .warranty-title, .somfy .account-invoices .wishlist-title, .somfy .account-invoices invoice-title {
          width: 100%;
          margin-bottom: 10px; } }
      .somfy .account-requests .request-title p, .somfy .account-requests .warranty-title p, .somfy .account-requests .wishlist-title p, .somfy .account-requests invoice-title p, .somfy .account-warranties .request-title p, .somfy .account-warranties .warranty-title p, .somfy .account-warranties .wishlist-title p, .somfy .account-warranties invoice-title p, .somfy .account-wishlist .request-title p, .somfy .account-wishlist .warranty-title p, .somfy .account-wishlist .wishlist-title p, .somfy .account-wishlist invoice-title p, .somfy .account-invoices .request-title p, .somfy .account-invoices .warranty-title p, .somfy .account-invoices .wishlist-title p, .somfy .account-invoices invoice-title p {
        font-size: 1.1428571429rem;
        margin-bottom: 0; }
      .somfy .account-requests .request-title .content-phone, .somfy .account-requests .warranty-title .content-phone, .somfy .account-requests .wishlist-title .content-phone, .somfy .account-requests invoice-title .content-phone, .somfy .account-warranties .request-title .content-phone, .somfy .account-warranties .warranty-title .content-phone, .somfy .account-warranties .wishlist-title .content-phone, .somfy .account-warranties invoice-title .content-phone, .somfy .account-wishlist .request-title .content-phone, .somfy .account-wishlist .warranty-title .content-phone, .somfy .account-wishlist .wishlist-title .content-phone, .somfy .account-wishlist invoice-title .content-phone, .somfy .account-invoices .request-title .content-phone, .somfy .account-invoices .warranty-title .content-phone, .somfy .account-invoices .wishlist-title .content-phone, .somfy .account-invoices invoice-title .content-phone {
        font-size: 1.1428571429rem;
        margin-top: 0.7142857143rem; }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-title .content-phone .phone, .somfy .account-requests .warranty-title .content-phone .phone, .somfy .account-requests .wishlist-title .content-phone .phone, .somfy .account-requests invoice-title .content-phone .phone, .somfy .account-warranties .request-title .content-phone .phone, .somfy .account-warranties .warranty-title .content-phone .phone, .somfy .account-warranties .wishlist-title .content-phone .phone, .somfy .account-warranties invoice-title .content-phone .phone, .somfy .account-wishlist .request-title .content-phone .phone, .somfy .account-wishlist .warranty-title .content-phone .phone, .somfy .account-wishlist .wishlist-title .content-phone .phone, .somfy .account-wishlist invoice-title .content-phone .phone, .somfy .account-invoices .request-title .content-phone .phone, .somfy .account-invoices .warranty-title .content-phone .phone, .somfy .account-invoices .wishlist-title .content-phone .phone, .somfy .account-invoices invoice-title .content-phone .phone {
            text-align: center;
            display: flex;
            flex-direction: column; }
            .somfy .account-requests .request-title .content-phone .phone dl, .somfy .account-requests .warranty-title .content-phone .phone dl, .somfy .account-requests .wishlist-title .content-phone .phone dl, .somfy .account-requests invoice-title .content-phone .phone dl, .somfy .account-warranties .request-title .content-phone .phone dl, .somfy .account-warranties .warranty-title .content-phone .phone dl, .somfy .account-warranties .wishlist-title .content-phone .phone dl, .somfy .account-warranties invoice-title .content-phone .phone dl, .somfy .account-wishlist .request-title .content-phone .phone dl, .somfy .account-wishlist .warranty-title .content-phone .phone dl, .somfy .account-wishlist .wishlist-title .content-phone .phone dl, .somfy .account-wishlist invoice-title .content-phone .phone dl, .somfy .account-invoices .request-title .content-phone .phone dl, .somfy .account-invoices .warranty-title .content-phone .phone dl, .somfy .account-invoices .wishlist-title .content-phone .phone dl, .somfy .account-invoices invoice-title .content-phone .phone dl {
              margin: auto; } }
    .somfy .account-requests .request-info, .somfy .account-requests .warranty-info, .somfy .account-requests .wishlist-info, .somfy .account-requests invoice-info, .somfy .account-warranties .request-info, .somfy .account-warranties .warranty-info, .somfy .account-warranties .wishlist-info, .somfy .account-warranties invoice-info, .somfy .account-wishlist .request-info, .somfy .account-wishlist .warranty-info, .somfy .account-wishlist .wishlist-info, .somfy .account-wishlist invoice-info, .somfy .account-invoices .request-info, .somfy .account-invoices .warranty-info, .somfy .account-invoices .wishlist-info, .somfy .account-invoices invoice-info {
      width: 30%;
      font-size: 1rem; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-info, .somfy .account-requests .warranty-info, .somfy .account-requests .wishlist-info, .somfy .account-requests invoice-info, .somfy .account-warranties .request-info, .somfy .account-warranties .warranty-info, .somfy .account-warranties .wishlist-info, .somfy .account-warranties invoice-info, .somfy .account-wishlist .request-info, .somfy .account-wishlist .warranty-info, .somfy .account-wishlist .wishlist-info, .somfy .account-wishlist invoice-info, .somfy .account-invoices .request-info, .somfy .account-invoices .warranty-info, .somfy .account-invoices .wishlist-info, .somfy .account-invoices invoice-info {
          width: 100%;
          margin-bottom: 10px; } }
      .somfy .account-requests .request-info p, .somfy .account-requests .warranty-info p, .somfy .account-requests .wishlist-info p, .somfy .account-requests invoice-info p, .somfy .account-warranties .request-info p, .somfy .account-warranties .warranty-info p, .somfy .account-warranties .wishlist-info p, .somfy .account-warranties invoice-info p, .somfy .account-wishlist .request-info p, .somfy .account-wishlist .warranty-info p, .somfy .account-wishlist .wishlist-info p, .somfy .account-wishlist invoice-info p, .somfy .account-invoices .request-info p, .somfy .account-invoices .warranty-info p, .somfy .account-invoices .wishlist-info p, .somfy .account-invoices invoice-info p {
        margin-bottom: 0; }
      .somfy .account-requests .request-info.-col, .somfy .account-requests .warranty-info.-col, .somfy .account-requests .wishlist-info.-col, .somfy .account-requests invoice-info.-col, .somfy .account-warranties .request-info.-col, .somfy .account-warranties .warranty-info.-col, .somfy .account-warranties .wishlist-info.-col, .somfy .account-warranties invoice-info.-col, .somfy .account-wishlist .request-info.-col, .somfy .account-wishlist .warranty-info.-col, .somfy .account-wishlist .wishlist-info.-col, .somfy .account-wishlist invoice-info.-col, .somfy .account-invoices .request-info.-col, .somfy .account-invoices .warranty-info.-col, .somfy .account-invoices .wishlist-info.-col, .somfy .account-invoices invoice-info.-col {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-info.-col, .somfy .account-requests .warranty-info.-col, .somfy .account-requests .wishlist-info.-col, .somfy .account-requests invoice-info.-col, .somfy .account-warranties .request-info.-col, .somfy .account-warranties .warranty-info.-col, .somfy .account-warranties .wishlist-info.-col, .somfy .account-warranties invoice-info.-col, .somfy .account-wishlist .request-info.-col, .somfy .account-wishlist .warranty-info.-col, .somfy .account-wishlist .wishlist-info.-col, .somfy .account-wishlist invoice-info.-col, .somfy .account-invoices .request-info.-col, .somfy .account-invoices .warranty-info.-col, .somfy .account-invoices .wishlist-info.-col, .somfy .account-invoices invoice-info.-col {
            flex-direction: column; } }
        .somfy .account-requests .request-info.-col div, .somfy .account-requests .warranty-info.-col div, .somfy .account-requests .wishlist-info.-col div, .somfy .account-requests invoice-info.-col div, .somfy .account-warranties .request-info.-col div, .somfy .account-warranties .warranty-info.-col div, .somfy .account-warranties .wishlist-info.-col div, .somfy .account-warranties invoice-info.-col div, .somfy .account-wishlist .request-info.-col div, .somfy .account-wishlist .warranty-info.-col div, .somfy .account-wishlist .wishlist-info.-col div, .somfy .account-wishlist invoice-info.-col div, .somfy .account-invoices .request-info.-col div, .somfy .account-invoices .warranty-info.-col div, .somfy .account-invoices .wishlist-info.-col div, .somfy .account-invoices invoice-info.-col div {
          width: 50%;
          position: relative;
          padding: 0 1.4285714286rem;
          margin-left: auto; }
          .somfy .account-requests .request-info.-col div:before, .somfy .account-requests .warranty-info.-col div:before, .somfy .account-requests .wishlist-info.-col div:before, .somfy .account-requests invoice-info.-col div:before, .somfy .account-warranties .request-info.-col div:before, .somfy .account-warranties .warranty-info.-col div:before, .somfy .account-warranties .wishlist-info.-col div:before, .somfy .account-warranties invoice-info.-col div:before, .somfy .account-wishlist .request-info.-col div:before, .somfy .account-wishlist .warranty-info.-col div:before, .somfy .account-wishlist .wishlist-info.-col div:before, .somfy .account-wishlist invoice-info.-col div:before, .somfy .account-invoices .request-info.-col div:before, .somfy .account-invoices .warranty-info.-col div:before, .somfy .account-invoices .wishlist-info.-col div:before, .somfy .account-invoices invoice-info.-col div:before {
            content: '';
            display: block;
            left: 0;
            top: -20px;
            bottom: -20px;
            width: 1px;
            position: absolute;
            background: #E5E5E5; }
          @media (max-width: 767.98px) {
            .somfy .account-requests .request-info.-col div, .somfy .account-requests .warranty-info.-col div, .somfy .account-requests .wishlist-info.-col div, .somfy .account-requests invoice-info.-col div, .somfy .account-warranties .request-info.-col div, .somfy .account-warranties .warranty-info.-col div, .somfy .account-warranties .wishlist-info.-col div, .somfy .account-warranties invoice-info.-col div, .somfy .account-wishlist .request-info.-col div, .somfy .account-wishlist .warranty-info.-col div, .somfy .account-wishlist .wishlist-info.-col div, .somfy .account-wishlist invoice-info.-col div, .somfy .account-invoices .request-info.-col div, .somfy .account-invoices .warranty-info.-col div, .somfy .account-invoices .wishlist-info.-col div, .somfy .account-invoices invoice-info.-col div {
              padding: 0;
              width: 100%;
              margin-left: 0; }
              .somfy .account-requests .request-info.-col div:before, .somfy .account-requests .warranty-info.-col div:before, .somfy .account-requests .wishlist-info.-col div:before, .somfy .account-requests invoice-info.-col div:before, .somfy .account-warranties .request-info.-col div:before, .somfy .account-warranties .warranty-info.-col div:before, .somfy .account-warranties .wishlist-info.-col div:before, .somfy .account-warranties invoice-info.-col div:before, .somfy .account-wishlist .request-info.-col div:before, .somfy .account-wishlist .warranty-info.-col div:before, .somfy .account-wishlist .wishlist-info.-col div:before, .somfy .account-wishlist invoice-info.-col div:before, .somfy .account-invoices .request-info.-col div:before, .somfy .account-invoices .warranty-info.-col div:before, .somfy .account-invoices .wishlist-info.-col div:before, .somfy .account-invoices invoice-info.-col div:before {
                display: none; } }
    .somfy .account-requests .request-status, .somfy .account-requests .warranty-status, .somfy .account-requests .wishlist-status, .somfy .account-requests invoice-status, .somfy .account-warranties .request-status, .somfy .account-warranties .warranty-status, .somfy .account-warranties .wishlist-status, .somfy .account-warranties invoice-status, .somfy .account-wishlist .request-status, .somfy .account-wishlist .warranty-status, .somfy .account-wishlist .wishlist-status, .somfy .account-wishlist invoice-status, .somfy .account-invoices .request-status, .somfy .account-invoices .warranty-status, .somfy .account-invoices .wishlist-status, .somfy .account-invoices invoice-status {
      text-transform: uppercase; }
      .somfy .account-requests .request-status.-green, .somfy .account-requests .warranty-status.-green, .somfy .account-requests .wishlist-status.-green, .somfy .account-requests invoice-status.-green, .somfy .account-warranties .request-status.-green, .somfy .account-warranties .warranty-status.-green, .somfy .account-warranties .wishlist-status.-green, .somfy .account-warranties invoice-status.-green, .somfy .account-wishlist .request-status.-green, .somfy .account-wishlist .warranty-status.-green, .somfy .account-wishlist .wishlist-status.-green, .somfy .account-wishlist invoice-status.-green, .somfy .account-invoices .request-status.-green, .somfy .account-invoices .warranty-status.-green, .somfy .account-invoices .wishlist-status.-green, .somfy .account-invoices invoice-status.-green {
        color: #49C300; }
      .somfy .account-requests .request-status.-yellow, .somfy .account-requests .warranty-status.-yellow, .somfy .account-requests .wishlist-status.-yellow, .somfy .account-requests invoice-status.-yellow, .somfy .account-warranties .request-status.-yellow, .somfy .account-warranties .warranty-status.-yellow, .somfy .account-warranties .wishlist-status.-yellow, .somfy .account-warranties invoice-status.-yellow, .somfy .account-wishlist .request-status.-yellow, .somfy .account-wishlist .warranty-status.-yellow, .somfy .account-wishlist .wishlist-status.-yellow, .somfy .account-wishlist invoice-status.-yellow, .somfy .account-invoices .request-status.-yellow, .somfy .account-invoices .warranty-status.-yellow, .somfy .account-invoices .wishlist-status.-yellow, .somfy .account-invoices invoice-status.-yellow {
        color: #FAB800; }
    .somfy .account-requests .request-btns, .somfy .account-requests .warranty-btns, .somfy .account-requests .wishlist-btns, .somfy .account-requests invoice-btns, .somfy .account-warranties .request-btns, .somfy .account-warranties .warranty-btns, .somfy .account-warranties .wishlist-btns, .somfy .account-warranties invoice-btns, .somfy .account-wishlist .request-btns, .somfy .account-wishlist .warranty-btns, .somfy .account-wishlist .wishlist-btns, .somfy .account-wishlist invoice-btns, .somfy .account-invoices .request-btns, .somfy .account-invoices .warranty-btns, .somfy .account-invoices .wishlist-btns, .somfy .account-invoices invoice-btns {
      margin-left: auto;
      margin-right: 40px;
      text-align: right; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-btns, .somfy .account-requests .warranty-btns, .somfy .account-requests .wishlist-btns, .somfy .account-requests invoice-btns, .somfy .account-warranties .request-btns, .somfy .account-warranties .warranty-btns, .somfy .account-warranties .wishlist-btns, .somfy .account-warranties invoice-btns, .somfy .account-wishlist .request-btns, .somfy .account-wishlist .warranty-btns, .somfy .account-wishlist .wishlist-btns, .somfy .account-wishlist invoice-btns, .somfy .account-invoices .request-btns, .somfy .account-invoices .warranty-btns, .somfy .account-invoices .wishlist-btns, .somfy .account-invoices invoice-btns {
          text-align: center;
          margin-right: auto; } }
      .somfy .account-requests .request-btns a, .somfy .account-requests .warranty-btns a, .somfy .account-requests .wishlist-btns a, .somfy .account-requests invoice-btns a, .somfy .account-warranties .request-btns a, .somfy .account-warranties .warranty-btns a, .somfy .account-warranties .wishlist-btns a, .somfy .account-warranties invoice-btns a, .somfy .account-wishlist .request-btns a, .somfy .account-wishlist .warranty-btns a, .somfy .account-wishlist .wishlist-btns a, .somfy .account-wishlist invoice-btns a, .somfy .account-invoices .request-btns a, .somfy .account-invoices .warranty-btns a, .somfy .account-invoices .wishlist-btns a, .somfy .account-invoices invoice-btns a {
        white-space: nowrap; }
        .somfy .account-requests .request-btns a:not(:last-child), .somfy .account-requests .warranty-btns a:not(:last-child), .somfy .account-requests .wishlist-btns a:not(:last-child), .somfy .account-requests invoice-btns a:not(:last-child), .somfy .account-warranties .request-btns a:not(:last-child), .somfy .account-warranties .warranty-btns a:not(:last-child), .somfy .account-warranties .wishlist-btns a:not(:last-child), .somfy .account-warranties invoice-btns a:not(:last-child), .somfy .account-wishlist .request-btns a:not(:last-child), .somfy .account-wishlist .warranty-btns a:not(:last-child), .somfy .account-wishlist .wishlist-btns a:not(:last-child), .somfy .account-wishlist invoice-btns a:not(:last-child), .somfy .account-invoices .request-btns a:not(:last-child), .somfy .account-invoices .warranty-btns a:not(:last-child), .somfy .account-invoices .wishlist-btns a:not(:last-child), .somfy .account-invoices invoice-btns a:not(:last-child) {
          margin-bottom: 20px; }
    .somfy .account-requests .request > a, .somfy .account-requests .warranty > a, .somfy .account-requests .wishlist > a, .somfy .account-requests invoice > a, .somfy .account-warranties .request > a, .somfy .account-warranties .warranty > a, .somfy .account-warranties .wishlist > a, .somfy .account-warranties invoice > a, .somfy .account-wishlist .request > a, .somfy .account-wishlist .warranty > a, .somfy .account-wishlist .wishlist > a, .somfy .account-wishlist invoice > a, .somfy .account-invoices .request > a, .somfy .account-invoices .warranty > a, .somfy .account-invoices .wishlist > a, .somfy .account-invoices invoice > a {
      width: auto;
      font-size: 1.1428571429rem;
      margin-left: auto;
      margin-right: 40px;
      color: #FCAC22; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request > a, .somfy .account-requests .warranty > a, .somfy .account-requests .wishlist > a, .somfy .account-requests invoice > a, .somfy .account-warranties .request > a, .somfy .account-warranties .warranty > a, .somfy .account-warranties .wishlist > a, .somfy .account-warranties invoice > a, .somfy .account-wishlist .request > a, .somfy .account-wishlist .warranty > a, .somfy .account-wishlist .wishlist > a, .somfy .account-wishlist invoice > a, .somfy .account-invoices .request > a, .somfy .account-invoices .warranty > a, .somfy .account-invoices .wishlist > a, .somfy .account-invoices invoice > a {
          margin: 0; } }
  @media (max-width: 767.98px) {
    .somfy .account-warranties .warranty {
      padding: 20px 20px 30px;
      text-align: center;
      align-items: center; }
      .somfy .account-warranties .warranty-icon {
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        margin-bottom: 10px; }
        .somfy .account-warranties .warranty-icon img {
          width: 140px; }
      .somfy .account-warranties .warranty-info {
        margin-bottom: 20px; } }
  .somfy .account-wishlist .wishlist-icon, .somfy .account-wishlist .wishlist-title {
    cursor: pointer; }
  .somfy .account-wishlist .wishlist-title {
    align-self: flex-start; }
    @media (max-width: 767.98px) {
      .somfy .account-wishlist .wishlist-title {
        text-align: left;
        padding-left: 80px; } }
  .somfy .account-wishlist .wishlist-product-title {
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem; }
  .somfy .account-wishlist .wishlist-product-ref {
    opacity: 0.5;
    color: #767677;
    font-size: 1rem;
    line-height: 1.2142857143rem;
    margin-bottom: 0.7142857143rem; }
    body .somfy .account-wishlist .wishlist-product-ref {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .account-wishlist .wishlist-product-ref,
    body.vi-th .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account-wishlist .wishlist-product-ref,
    body.ar-lb .somfy .account-wishlist .wishlist-product-ref,
    body.ar-ma .somfy .account-wishlist .wishlist-product-ref,
    body.ar-il .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account-wishlist .wishlist-product-ref,
    body.tc-tw .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account-wishlist .wishlist-product-ref {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .account-wishlist .wishlist-product-ref {
        margin-bottom: 0;
        margin-top: 10px; }
        body .somfy .account-wishlist .wishlist-product-ref {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .account-wishlist .wishlist-product-ref,
        body.vi-th .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-wishlist .wishlist-product-ref,
        body.ar-lb .somfy .account-wishlist .wishlist-product-ref,
        body.ar-ma .somfy .account-wishlist .wishlist-product-ref,
        body.ar-il .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-wishlist .wishlist-product-ref,
        body.tc-tw .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-wishlist .wishlist-product-ref {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
  .somfy .account-wishlist .wishlist-product-price {
    color: #485C74;
    font-size: 1.4285714286rem;
    line-height: 1.7142857143rem;
    margin: 0 0.5714285714rem; }
    body .somfy .account-wishlist .wishlist-product-price {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .account-wishlist .wishlist-product-price,
    body.vi-th .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account-wishlist .wishlist-product-price,
    body.ar-lb .somfy .account-wishlist .wishlist-product-price,
    body.ar-ma .somfy .account-wishlist .wishlist-product-price,
    body.ar-il .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account-wishlist .wishlist-product-price,
    body.tc-tw .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account-wishlist .wishlist-product-price {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy .account-wishlist .wishlist-product-price {
        margin: 0.7142857143rem 0.5714285714rem; } }
    .somfy .account-wishlist .wishlist-product-price del {
      display: block;
      color: #8996A4; }
  .somfy .account-wishlist .wishlist-product-form {
    flex-grow: 1;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .somfy .account-wishlist .wishlist-product-form {
        flex-wrap: wrap;
        width: 100%; } }
    .somfy .account-wishlist .wishlist-product-form .form-group {
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .somfy .account-wishlist .wishlist-product-form .form-group {
          width: 100%; } }
      .somfy .account-wishlist .wishlist-product-form .form-group.-area {
        margin-right: auto; }
        @media (max-width: 767.98px) {
          .somfy .account-wishlist .wishlist-product-form .form-group.-area {
            text-align: left;
            margin: 0.7142857143rem 0 1.4285714286rem; } }
      .somfy .account-wishlist .wishlist-product-form .form-group.-number {
        margin: 0 0.5714285714rem; }
        .somfy .account-wishlist .wishlist-product-form .form-group.-number input {
          width: 4.2857142857rem;
          line-height: 2rem;
          padding: 0.7142857143rem 0.3571428571rem 0.7142857143rem 1.0714285714rem; }
    .somfy .account-wishlist .wishlist-product-form .btnClassic, .somfy.product-page.-pim .account-wishlist .wishlist-product-form .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-wishlist .wishlist-product-form .ts-header-filter-dropdown-label, .somfy.product-page.-pim .account-wishlist .wishlist-product-form .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-wishlist .wishlist-product-form .ts-header-filter-dropdown-content {
      height: 3.5714285714rem;
      font-size: 1.4285714286rem;
      margin: 0 0.5714285714rem;
      padding: 0.8571428571rem 1.4285714286rem 0.5714285714rem !important; }
    .somfy .account-wishlist .wishlist-product-form .btn-delete {
      border: none;
      background: none;
      padding: 0.7142857143rem;
      color: #485C74;
      font-size: 1.7142857143rem;
      margin: 0 2.1428571429rem;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .account-wishlist .wishlist-product-form .btn-delete {
          transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .account-wishlist .wishlist-product-form .btn-delete {
          margin: 0 -0.7142857143rem 0 auto; } }
      .somfy .account-wishlist .wishlist-product-form .btn-delete:hover {
        color: #FAB800;
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
  @media (max-width: 767.98px) {
    .somfy .account-wishlist .wishlist {
      padding: 20px 20px 30px;
      text-align: center;
      align-items: center; }
      .somfy .account-wishlist .wishlist-icon {
        width: 60px;
        left: 20px; }
        .somfy .account-wishlist .wishlist-icon img {
          width: 60px; }
      .somfy .account-wishlist .wishlist-info {
        margin-bottom: 20px; } }
  .somfy .account-connected ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .somfy .account-connected .connected {
    position: relative;
    margin-bottom: 20px; }
    .somfy .account-connected .connected img {
      max-width: 80%; }
    .somfy .account-connected .connected .row {
      margin: 0; }
      .somfy .account-connected .connected .row > a {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 1;
        font-size: 36px;
        padding: 0 20px; }
    .somfy .account-connected .connected-icon {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .somfy .account-connected .connected .col-md-3:not(.connected-icon), .somfy .account-connected .connected .product_slider .list_products:not(.slick-initialized) .product_item:not(.connected-icon), .somfy .product_slider .list_products:not(.slick-initialized) .account-connected .connected .product_item:not(.connected-icon), .somfy .account-connected .connected .dealers-locator.has-dealers .map-container:not(.connected-icon), .somfy .dealers-locator.has-dealers .account-connected .connected .map-container:not(.connected-icon) {
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (max-width: 767.98px) {
        .somfy .account-connected .connected .col-md-3:not(.connected-icon), .somfy .account-connected .connected .product_slider .list_products:not(.slick-initialized) .product_item:not(.connected-icon), .somfy .product_slider .list_products:not(.slick-initialized) .account-connected .connected .product_item:not(.connected-icon), .somfy .account-connected .connected .dealers-locator.has-dealers .map-container:not(.connected-icon), .somfy .dealers-locator.has-dealers .account-connected .connected .map-container:not(.connected-icon) {
          padding-top: 10px;
          padding-bottom: 0;
          margin: 0 10px;
          width: calc(100% - 20px);
          flex: 0 0 calc(100% - 20px); }
          .somfy .account-connected .connected .col-md-3:not(.connected-icon):not(:nth-child(2)), .somfy .account-connected .connected .product_slider .list_products:not(.slick-initialized) .product_item:not(.connected-icon):not(:nth-child(2)), .somfy .product_slider .list_products:not(.slick-initialized) .account-connected .connected .product_item:not(.connected-icon):not(:nth-child(2)), .somfy .account-connected .connected .dealers-locator.has-dealers .map-container:not(.connected-icon):not(:nth-child(2)), .somfy .dealers-locator.has-dealers .account-connected .connected .map-container:not(.connected-icon):not(:nth-child(2)) {
            border-top: 1px solid rgba(118, 118, 119, 0.2); } }
      .somfy .account-connected .connected .col-md-3:not(.connected-icon):not(:nth-child(2)):before, .somfy .account-connected .connected .product_slider .list_products:not(.slick-initialized) .product_item:not(.connected-icon):not(:nth-child(2)):before, .somfy .product_slider .list_products:not(.slick-initialized) .account-connected .connected .product_item:not(.connected-icon):not(:nth-child(2)):before, .somfy .account-connected .connected .dealers-locator.has-dealers .map-container:not(.connected-icon):not(:nth-child(2)):before, .somfy .dealers-locator.has-dealers .account-connected .connected .map-container:not(.connected-icon):not(:nth-child(2)):before {
        position: absolute;
        z-index: 10;
        top: 10%;
        left: -10px;
        display: block;
        content: '';
        width: 1px;
        height: 80%;
        background: #F8F7F5; }
    .somfy .account-connected .connected-title {
      color: #485C74;
      display: block;
      line-height: normal;
      margin-bottom: 20px;
      font-size: 2.5714285714rem; }
      body .somfy .account-connected .connected-title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .account-connected .connected-title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .account-connected .connected-title,
      body.vi-th .somfy .account-connected .connected-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-connected .connected-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-connected .connected-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-connected .connected-title,
      body.ar-lb .somfy .account-connected .connected-title,
      body.ar-ma .somfy .account-connected .connected-title,
      body.ar-il .somfy .account-connected .connected-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-connected .connected-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-connected .connected-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-connected .connected-title,
      body.tc-tw .somfy .account-connected .connected-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-connected .connected-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-connected .connected-subtitle {
      color: #485C74;
      display: block;
      line-height: normal;
      margin-top: 12px;
      margin-bottom: 20px;
      font-size: 1.5714285714rem; }
      body .somfy .account-connected .connected-subtitle {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-connected .connected-subtitle,
      body.vi-th .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-connected .connected-subtitle,
      body.ar-lb .somfy .account-connected .connected-subtitle,
      body.ar-ma .somfy .account-connected .connected-subtitle,
      body.ar-il .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-connected .connected-subtitle,
      body.tc-tw .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-connected .connected-subtitle {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-connected .connected p {
      color: #485C74;
      margin-bottom: 20px;
      font-size: 1.1428571429rem; }
      body .somfy .account-connected .connected p {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-connected .connected p,
      body.vi-th .somfy .account-connected .connected p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-connected .connected p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-connected .connected p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-connected .connected p,
      body.ar-lb .somfy .account-connected .connected p,
      body.ar-ma .somfy .account-connected .connected p,
      body.ar-il .somfy .account-connected .connected p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-connected .connected p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-connected .connected p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-connected .connected p,
      body.tc-tw .somfy .account-connected .connected p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-connected .connected p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .account-connected .connected p.with-icon {
        position: relative;
        padding-left: 30px; }
        @media (max-width: 767.98px) {
          .somfy .account-connected .connected p.with-icon {
            padding-left: 32px; } }
        .somfy .account-connected .connected p.with-icon i, .somfy .account-connected .connected p.with-icon img[src*=svg] {
          position: absolute;
          top: 4px;
          left: 0; }
      .somfy .account-connected .connected p.abo {
        position: relative;
        padding-left: 20px; }
        @media (max-width: 767.98px) {
          .somfy .account-connected .connected p.abo {
            padding-left: 32px; } }
        .somfy .account-connected .connected p.abo:before {
          position: absolute;
          top: 7px;
          left: 0;
          content: '';
          display: block;
          height: 10px;
          width: 10px;
          border-radius: 50%;
          margin: 0;
          background: #000; }
        .somfy .account-connected .connected p.abo.-green:before {
          background: #49C300; }
        .somfy .account-connected .connected p.abo.-red:before {
          background: red; }
      .somfy .account-connected .connected p .status {
        display: block;
        color: black;
        text-transform: uppercase; }
        body .somfy .account-connected .connected p .status {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .account-connected .connected p .status,
        body.vi-th .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-connected .connected p .status,
        body.ar-lb .somfy .account-connected .connected p .status,
        body.ar-ma .somfy .account-connected .connected p .status,
        body.ar-il .somfy .account-connected .connected p .status {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-connected .connected p .status,
        body.tc-tw .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-connected .connected p .status {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-connected .connected p .status.-green {
          color: #49C300; }
        .somfy .account-connected .connected p .status.-red {
          color: red; }
      .somfy .account-connected .connected p .number {
        display: inline-block;
        width: 30px;
        color: black; }
      .somfy .account-connected .connected p strong {
        color: black;
        display: block;
        font-weight: normal;
        font-size: 0.8571428571rem; }
        body .somfy .account-connected .connected p strong {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .account-connected .connected p strong,
        body.vi-th .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-connected .connected p strong,
        body.ar-lb .somfy .account-connected .connected p strong,
        body.ar-ma .somfy .account-connected .connected p strong,
        body.ar-il .somfy .account-connected .connected p strong {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-connected .connected p strong,
        body.tc-tw .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-connected .connected p strong {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .account-collapse {
    margin: 0;
    padding: 0;
    list-style: none; }
    .somfy .account-collapse > li {
      margin-bottom: 60px; }
      .somfy .account-collapse > li > a, .somfy .account-collapse > li > span.-a {
        position: relative;
        display: block;
        padding-top: 30px;
        padding-bottom: 30px; }
        @media (max-width: 767.98px) {
          .somfy .account-collapse > li > a, .somfy .account-collapse > li > span.-a {
            padding: 20px 30px 20px 20%; }
            .somfy .account-collapse > li > a .row, .somfy .account-collapse > li > span.-a .row {
              margin: 0; }
            .somfy .account-collapse > li > a .btnCompact, .somfy .account-collapse > li > span.-a .btnCompact {
              width: 100%;
              margin-top: 20px; } }
        .somfy .account-collapse > li > a:after, .somfy .account-collapse > li > span.-a:after {
          display: block;
          content: '';
          position: absolute;
          right: 40px;
          top: 50%;
          width: 12px;
          height: 12px;
          border-top: 2px solid #767677;
          border-left: 2px solid #767677;
          -ms-transform: translateY(-50%) rotate(225deg);
          -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
          transition: all 0.2s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .account-collapse > li > a:after, .somfy .account-collapse > li > span.-a:after {
              transition: none; } }
          @media (max-width: 767.98px) {
            .somfy .account-collapse > li > a:after, .somfy .account-collapse > li > span.-a:after {
              right: 20px;
              width: 8px;
              height: 8px;
              border-top: 1px solid #000000;
              border-left: 1px solid #000000; } }
        .somfy .account-collapse > li > a[aria-expanded='true']:after, .somfy .account-collapse > li > span.-a[aria-expanded='true']:after {
          -ms-transform: translateY(-50%) rotate(45deg);
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
        .somfy .account-collapse > li > a svg, .somfy .account-collapse > li > a img[src*=svg], .somfy .account-collapse > li > span.-a svg, .somfy .account-collapse > li > span.-a img[src*=svg] {
          position: absolute;
          left: 30px;
          top: 50%;
          height: 38px;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (max-width: 991.98px) {
            .somfy .account-collapse > li > a svg, .somfy .account-collapse > li > a img[src*=svg], .somfy .account-collapse > li > span.-a svg, .somfy .account-collapse > li > span.-a img[src*=svg] {
              left: 10px; } }
          @media (max-width: 767.98px) {
            .somfy .account-collapse > li > a svg, .somfy .account-collapse > li > a img[src*=svg], .somfy .account-collapse > li > span.-a svg, .somfy .account-collapse > li > span.-a img[src*=svg] {
              left: 20px; } }
        .somfy .account-collapse > li > a .title, .somfy .account-collapse > li > span.-a .title {
          color: #1A1B1C;
          white-space: nowrap;
          font-size: 2rem; }
          body .somfy .account-collapse > li > a .title, body .somfy .account-collapse > li > span.-a .title {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .account-collapse > li > a .title, body.vi-vi .somfy .account-collapse > li > span.-a .title,
          body.vi-th .somfy .account-collapse > li > a .title, body.vi-th .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .account-collapse > li > a .title, body.kr-kr .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .account-collapse > li > a .title, body.il-il .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .account-collapse > li > a .title, body.ar-ac .somfy .account-collapse > li > span.-a .title,
          body.ar-lb .somfy .account-collapse > li > a .title, body.ar-lb .somfy .account-collapse > li > span.-a .title,
          body.ar-ma .somfy .account-collapse > li > a .title, body.ar-ma .somfy .account-collapse > li > span.-a .title,
          body.ar-il .somfy .account-collapse > li > a .title, body.ar-il .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .account-collapse > li > a .title, body.ja-jp .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .account-collapse > li > a .title, body.sc-cn .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .account-collapse > li > a .title, body.tc-hk .somfy .account-collapse > li > span.-a .title,
          body.tc-tw .somfy .account-collapse > li > a .title, body.tc-tw .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .account-collapse > li > a .title, body.th-th .somfy .account-collapse > li > span.-a .title {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .account-collapse > li > a .title, .somfy .account-collapse > li > span.-a .title {
              white-space: normal;
              font-size: 1.8571428571rem;
              line-height: normal; } }
      .somfy .account-collapse > li > span.-a:after {
        display: none; }
  .somfy .account-requests .status, .somfy .account-devis .status, .somfy .account-invoices .status {
    display: block;
    color: black;
    font-size: 1rem;
    line-height: 1.4285714286rem;
    text-transform: uppercase; }
    body .somfy .account-requests .status, body .somfy .account-devis .status, body .somfy .account-invoices .status {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy .account-requests .status, body.vi-vi .somfy .account-devis .status, body.vi-vi .somfy .account-invoices .status,
    body.vi-th .somfy .account-requests .status, body.vi-th .somfy .account-devis .status, body.vi-th .somfy .account-invoices .status {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account-requests .status, body.kr-kr .somfy .account-devis .status, body.kr-kr .somfy .account-invoices .status {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account-requests .status, body.il-il .somfy .account-devis .status, body.il-il .somfy .account-invoices .status {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account-requests .status, body.ar-ac .somfy .account-devis .status, body.ar-ac .somfy .account-invoices .status,
    body.ar-lb .somfy .account-requests .status, body.ar-lb .somfy .account-devis .status, body.ar-lb .somfy .account-invoices .status,
    body.ar-ma .somfy .account-requests .status, body.ar-ma .somfy .account-devis .status, body.ar-ma .somfy .account-invoices .status,
    body.ar-il .somfy .account-requests .status, body.ar-il .somfy .account-devis .status, body.ar-il .somfy .account-invoices .status {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account-requests .status, body.ja-jp .somfy .account-devis .status, body.ja-jp .somfy .account-invoices .status {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account-requests .status, body.sc-cn .somfy .account-devis .status, body.sc-cn .somfy .account-invoices .status {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account-requests .status, body.tc-hk .somfy .account-devis .status, body.tc-hk .somfy .account-invoices .status,
    body.tc-tw .somfy .account-requests .status, body.tc-tw .somfy .account-devis .status, body.tc-tw .somfy .account-invoices .status {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account-requests .status, body.th-th .somfy .account-devis .status, body.th-th .somfy .account-invoices .status {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-requests .status.-green, .somfy .account-devis .status.-green, .somfy .account-invoices .status.-green {
      color: #49C300; }
    .somfy .account-requests .status.-red, .somfy .account-devis .status.-red, .somfy .account-invoices .status.-red {
      color: red; }
    .somfy .account-requests .status.-yellow, .somfy .account-devis .status.-yellow, .somfy .account-invoices .status.-yellow {
      color: #FAB800; }
  @media (max-width: 767.98px) {
    .somfy .account-requests .account-collapse li > a {
      padding: 20px 10px 0 10px; }
      .somfy .account-requests .account-collapse li > a .row {
        display: inline-block; }
      .somfy .account-requests .account-collapse li > a .col-12 {
        margin-bottom: 20px;
        float: left;
        flex: none;
        width: auto;
        min-width: 33.33%; }
        .somfy .account-requests .account-collapse li > a .col-12:nth-child(2) {
          clear: both; } }
  .somfy .account-requests .request:not(.-light) {
    flex-wrap: wrap;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .somfy .account-requests .request:not(.-light) {
        padding: 20px 20px 30px; } }
  .somfy .account-requests .request-header {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(161, 171, 183, 0.3); }
    .somfy .account-requests .request-header .col-12 {
      position: relative;
      padding-left: 80px; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-header .col-12 {
          padding-left: 10px; } }
    .somfy .account-requests .request-header svg, .somfy .account-requests .request-header img[src*=svg] {
      position: absolute;
      left: 0;
      top: 50%;
      fill: #FAB800;
      width: 50px;
      height: 50px;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-header svg, .somfy .account-requests .request-header img[src*=svg] {
          position: static;
          margin-bottom: 20px;
          transform: none; } }
    .somfy .account-requests .request-header p {
      margin-bottom: 0;
      font-size: 1.1428571429rem; }
      body .somfy .account-requests .request-header p {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-requests .request-header p,
      body.vi-th .somfy .account-requests .request-header p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-requests .request-header p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-requests .request-header p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-requests .request-header p,
      body.ar-lb .somfy .account-requests .request-header p,
      body.ar-ma .somfy .account-requests .request-header p,
      body.ar-il .somfy .account-requests .request-header p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-requests .request-header p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-requests .request-header p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-requests .request-header p,
      body.tc-tw .somfy .account-requests .request-header p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-requests .request-header p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .account-requests .request-content {
    width: 100%; }
    .somfy .account-requests .request-content li {
      margin-bottom: 20px; }
    .somfy .account-requests .request-content .dialog-visual {
      position: absolute;
      top: 20px;
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 100%; }
      .somfy .account-requests .request-content .dialog-visual img {
        width: 100%; }
    .somfy .account-requests .request-content .dialog-wysiwyg {
      font-size: 1.1428571429rem; }
      body .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-requests .request-content .dialog-wysiwyg,
      body.vi-th .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-requests .request-content .dialog-wysiwyg,
      body.ar-lb .somfy .account-requests .request-content .dialog-wysiwyg,
      body.ar-ma .somfy .account-requests .request-content .dialog-wysiwyg,
      body.ar-il .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-requests .request-content .dialog-wysiwyg,
      body.tc-tw .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-requests .request-content .dialog-wysiwyg {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-requests .request-content .dialog-date {
      display: block;
      margin-top: 4px;
      padding: 0 20px;
      opacity: 0.5;
      color: #767677;
      font-size: 1rem; }
      body .somfy .account-requests .request-content .dialog-date {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .account-requests .request-content .dialog-date,
      body.vi-th .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-requests .request-content .dialog-date,
      body.ar-lb .somfy .account-requests .request-content .dialog-date,
      body.ar-ma .somfy .account-requests .request-content .dialog-date,
      body.ar-il .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-requests .request-content .dialog-date,
      body.tc-tw .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-requests .request-content .dialog-date {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-requests .request-content .dialog-answer {
      text-align: right; }
      .somfy .account-requests .request-content .dialog-answer .dialog-visual {
        right: 20px; }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-content .dialog-answer .dialog-visual {
            right: 10px; } }
      .somfy .account-requests .request-content .dialog-answer .dialog-content {
        position: relative;
        min-height: 90px;
        width: 80%;
        margin-left: 20%;
        padding: 20px 100px 20px 30px;
        border-radius: 20px 20px 0 20px;
        background-color: #FFFFFF;
        border: 1px solid #f0f0f0;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-content .dialog-answer .dialog-content {
            padding: 20px 70px 20px 20px;
            width: 100%;
            margin-left: 0; } }
    .somfy .account-requests .request-content .dialog-question .dialog-visual {
      left: 20px; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-content .dialog-question .dialog-visual {
          left: 10px; } }
    .somfy .account-requests .request-content .dialog-question .dialog-content {
      position: relative;
      min-height: 90px;
      width: 80%;
      padding: 20px 30px 20px 100px;
      border-radius: 20px 20px 20px 0;
      background-color: #F3F4F5;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-content .dialog-question .dialog-content {
          width: 100%;
          padding: 20px 20px 20px 70px; } }
    .somfy .account-requests .request-content .form {
      position: relative;
      margin-top: 60px;
      text-align: right; }
      @media (max-width: 767.98px) {
        .somfy .account-requests .request-content .form {
          text-align: center; } }
      .somfy .account-requests .request-content .form .dialog-visual {
        left: 20px; }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-content .form .dialog-visual {
            left: 10px; } }
      .somfy .account-requests .request-content .form textarea {
        border: none;
        width: 100%;
        min-height: 90px;
        margin-bottom: 30px;
        padding: 20px 30px 20px 100px;
        border-radius: 20px 20px 20px 0;
        background-color: #ffffff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
        font-size: 1.1428571429rem; }
        body .somfy .account-requests .request-content .form textarea {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .account-requests .request-content .form textarea,
        body.vi-th .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-requests .request-content .form textarea,
        body.ar-lb .somfy .account-requests .request-content .form textarea,
        body.ar-ma .somfy .account-requests .request-content .form textarea,
        body.ar-il .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-requests .request-content .form textarea,
        body.tc-tw .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-requests .request-content .form textarea {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .account-requests .request-content .form textarea {
            width: 100%;
            padding: 20px 20px 20px 70px; } }
  @media (max-width: 767.98px) {
    .somfy .account-devis .col-12:not(:last-child) {
      margin-bottom: 10px; }
    .somfy .account-devis .col-12.col-md-8 .row {
      margin: 0; }
      .somfy .account-devis .col-12.col-md-8 .row.justify-content-between.align-items-center .col {
        width: 100%;
        text-align: center;
        flex-basis: 100%;
        flex-grow: 0;
        max-width: 100%; }
        .somfy .account-devis .col-12.col-md-8 .row.justify-content-between.align-items-center .col .btnCompact {
          width: 100%;
          text-align: center; } }
  .somfy .account-devis > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .somfy .account-devis > ul li {
      margin-bottom: 20px; }
  .somfy .account-devis .-box {
    padding: 30px;
    height: 100%; }
    @media (max-width: 767.98px) {
      .somfy .account-devis .-box {
        padding: 20px 10px; }
        .somfy .account-devis .-box .col {
          margin: 0 10px 20px;
          padding: 0; } }
    .somfy .account-devis .-box svg, .somfy .account-devis .-box img[src*=svg] {
      width: 120px; }
    .somfy .account-devis .-box .row:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .somfy .account-devis .-box .row:not(:last-child) {
          margin-bottom: 20px; } }
    .somfy .account-devis .-box .dl:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .somfy .account-devis .-box .dl {
        float: left;
        margin: 0 10px 20px;
        min-width: calc(33.33% - 20px); }
        .somfy .account-devis .-box .dl:nth-child(2) {
          clear: both; } }
  .somfy .account-info .account-collapse > li {
    margin-bottom: 60px; }
  .somfy .account-info .account-collapse .form {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 40px 0 30px; }
    @media (max-width: 767.98px) {
      .somfy .account-info .account-collapse .form {
        padding: 40px 20px 30px; } }
    .somfy .account-info .account-collapse .form .btnClassic, .somfy.product-page.-pim .account-info .account-collapse .form .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-info .account-collapse .form .ts-header-filter-dropdown-label, .somfy.product-page.-pim .account-info .account-collapse .form .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-info .account-collapse .form .ts-header-filter-dropdown-content {
      width: 100%; }
    .somfy .account-info .account-collapse .form .custom-control-label::before {
      width: 1.1428571429rem;
      height: 1.1428571429rem; }
  .somfy .account-info .account-collapse .address {
    padding: 40px 0 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    @media (max-width: 767.98px) {
      .somfy .account-info .account-collapse .address {
        padding: 0;
        box-shadow: none;
        background: none; } }
    .somfy .account-info .account-collapse .address .col-12 {
      margin-bottom: 20px; }
    .somfy .account-info .account-collapse .address-content {
      padding: 20px 50px;
      border-bottom: 1px solid #F2F2F2; }
      @media (max-width: 991.98px) {
        .somfy .account-info .account-collapse .address-content {
          padding: 20px 20px; } }
      .somfy .account-info .account-collapse .address-content strong {
        display: block;
        margin-bottom: 10px;
        color: #1A1B1C;
        font-size: 1.5714285714rem; }
        body .somfy .account-info .account-collapse .address-content strong {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .account-info .account-collapse .address-content strong,
        body.vi-th .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-info .account-collapse .address-content strong,
        body.ar-lb .somfy .account-info .account-collapse .address-content strong,
        body.ar-ma .somfy .account-info .account-collapse .address-content strong,
        body.ar-il .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-info .account-collapse .address-content strong,
        body.tc-tw .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-info .account-collapse .address-content strong {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .account-info .account-collapse .address-content p {
        color: #1A1B1C;
        font-size: 1.1428571429rem; }
        body .somfy .account-info .account-collapse .address-content p {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .account-info .account-collapse .address-content p,
        body.vi-th .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-info .account-collapse .address-content p,
        body.ar-lb .somfy .account-info .account-collapse .address-content p,
        body.ar-ma .somfy .account-info .account-collapse .address-content p,
        body.ar-il .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-info .account-collapse .address-content p,
        body.tc-tw .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-info .account-collapse .address-content p {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-info .account-collapse .address-footer {
      padding: 20px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .somfy .account-info .account-collapse .address-footer .custom-control-label::before {
        width: 1.1428571429rem;
        height: 1.1428571429rem; }
      @media (max-width: 991.98px) {
        .somfy .account-info .account-collapse .address-footer {
          padding: 20px 20px; } }
      .somfy .account-info .account-collapse .address-footer a {
        color: #767676;
        font-size: 1rem; }
        body .somfy .account-info .account-collapse .address-footer a {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .account-info .account-collapse .address-footer a,
        body.vi-th .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-info .account-collapse .address-footer a,
        body.ar-lb .somfy .account-info .account-collapse .address-footer a,
        body.ar-ma .somfy .account-info .account-collapse .address-footer a,
        body.ar-il .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-info .account-collapse .address-footer a,
        body.tc-tw .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-info .account-collapse .address-footer a {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-info .account-collapse .address-footer a i {
          margin: 0 6px 0;
          position: relative;
          top: 1px;
          font-size: 16px; }
  .somfy .account-alert {
    background: #FAB800;
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .somfy .account-alert {
        padding-left: 20%;
        padding-right: 10px; }
        .somfy .account-alert .row {
          margin: 0; } }
    .somfy .account-alert svg, .somfy .account-alert img[src*=svg] {
      position: absolute;
      left: 30px;
      top: 50%;
      height: 38px;
      fill: #ffffff;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 991.98px) {
        .somfy .account-alert svg, .somfy .account-alert img[src*=svg] {
          left: 10px; } }
      @media (max-width: 767.98px) {
        .somfy .account-alert svg, .somfy .account-alert img[src*=svg] {
          top: 30px;
          left: 20px;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; } }
    .somfy .account-alert p {
      color: #ffffff;
      margin-bottom: 0;
      line-height: 28px;
      font-size: 1.5714285714rem;
      letter-spacing: -0.2px; }
      body .somfy .account-alert p {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-alert p,
      body.vi-th .somfy .account-alert p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-alert p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-alert p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-alert p,
      body.ar-lb .somfy .account-alert p,
      body.ar-ma .somfy .account-alert p,
      body.ar-il .somfy .account-alert p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-alert p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-alert p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-alert p,
      body.tc-tw .somfy .account-alert p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-alert p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy .account-data .data {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 40px 0 50px; }
    @media (max-width: 767.98px) {
      .somfy .account-data .data {
        padding: 20px; } }
    .somfy .account-data .data .subtitle {
      color: #1A1B1C;
      line-height: 28px;
      font-size: 1.5714285714rem;
      margin-bottom: 2.1428571429rem; }
      body .somfy .account-data .data .subtitle {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-data .data .subtitle,
      body.vi-th .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-data .data .subtitle,
      body.ar-lb .somfy .account-data .data .subtitle,
      body.ar-ma .somfy .account-data .data .subtitle,
      body.ar-il .somfy .account-data .data .subtitle {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-data .data .subtitle,
      body.tc-tw .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-data .data .subtitle {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-data .data ul {
      margin: 0 0 30px;
      padding: 0;
      list-style: none; }
      .somfy .account-data .data ul li {
        margin-bottom: 20px;
        display: flex;
        width: 100%;
        align-items: center; }
        .somfy .account-data .data ul li .toggler {
          position: relative;
          display: inline-block;
          width: 52px;
          height: 26px;
          margin: 0 20px;
          flex: 0 0 52px; }
          .somfy .account-data .data ul li .toggler .slider {
            border-radius: 50px;
            position: absolute;
            cursor: pointer;
            width: 50px;
            height: 30px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: white;
            border: 1px solid rgba(151, 151, 151, 0.25);
            transition: .4s; }
            .somfy .account-data .data ul li .toggler .slider:before {
              border-radius: 50%;
              position: absolute;
              content: "";
              top: 1px;
              left: 1px;
              width: 26px;
              height: 26px;
              background-color: white;
              transition: .4s;
              border: none;
              box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
          .somfy .account-data .data ul li .toggler input:checked + .slider {
            background-color: #FAB800; }
          .somfy .account-data .data ul li .toggler input:checked + .slider:before {
            transform: translateX(20px);
            box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }
          .somfy .account-data .data ul li .toggler input {
            height: auto !important;
            padding: 0; }
        .somfy .account-data .data ul li label:first-child {
          margin-bottom: 0;
          margin-right: auto;
          color: #1A1B1C;
          font-size: 1.2857142857rem; }
          body .somfy .account-data .data ul li label:first-child {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .account-data .data ul li label:first-child,
          body.vi-th .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .account-data .data ul li label:first-child,
          body.ar-lb .somfy .account-data .data ul li label:first-child,
          body.ar-ma .somfy .account-data .data ul li label:first-child,
          body.ar-il .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .account-data .data ul li label:first-child,
          body.tc-tw .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .account-data .data ul li label:first-child {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .account-data .data ul li label:first-child strong {
            font-size: 1.2857142857rem; }
            body .somfy .account-data .data ul li label:first-child strong {
              font-family: SomfySans-Regular, sans-serif; }
            body.vi-vi .somfy .account-data .data ul li label:first-child strong,
            body.vi-th .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .account-data .data ul li label:first-child strong,
            body.ar-lb .somfy .account-data .data ul li label:first-child strong,
            body.ar-ma .somfy .account-data .data ul li label:first-child strong,
            body.ar-il .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .account-data .data ul li label:first-child strong,
            body.tc-tw .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .account-data .data ul li label:first-child strong {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-data .data ul li label:last-child {
          margin: 0 0 0 20px; }
        .somfy .account-data .data ul li p {
          margin-bottom: 0;
          margin-right: auto;
          color: #1A1B1C;
          font-size: 1.2857142857rem; }
          body .somfy .account-data .data ul li p {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .account-data .data ul li p,
          body.vi-th .somfy .account-data .data ul li p {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .account-data .data ul li p {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .account-data .data ul li p {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .account-data .data ul li p,
          body.ar-lb .somfy .account-data .data ul li p,
          body.ar-ma .somfy .account-data .data ul li p,
          body.ar-il .somfy .account-data .data ul li p {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .account-data .data ul li p {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .account-data .data ul li p {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .account-data .data ul li p,
          body.tc-tw .somfy .account-data .data ul li p {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .account-data .data ul li p {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          .somfy .account-data .data ul li p strong {
            font-size: 1.2857142857rem; }
            body .somfy .account-data .data ul li p strong {
              font-family: SomfySans-Regular, sans-serif; }
            body.vi-vi .somfy .account-data .data ul li p strong,
            body.vi-th .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .account-data .data ul li p strong,
            body.ar-lb .somfy .account-data .data ul li p strong,
            body.ar-ma .somfy .account-data .data ul li p strong,
            body.ar-il .somfy .account-data .data ul li p strong {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .account-data .data ul li p strong,
            body.tc-tw .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .account-data .data ul li p strong {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-data .data ul li button {
          margin-left: 20px; }
    @media (max-width: 767.98px) {
      .somfy .account-data .data .table {
        padding: 0 10px;
        display: block; } }
    .somfy .account-data .data .table th {
      border: none;
      color: #485C74;
      font-size: 1rem;
      text-transform: uppercase; }
      body .somfy .account-data .data .table th {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .account-data .data .table th,
      body.vi-th .somfy .account-data .data .table th {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-data .data .table th {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-data .data .table th {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-data .data .table th,
      body.ar-lb .somfy .account-data .data .table th,
      body.ar-ma .somfy .account-data .data .table th,
      body.ar-il .somfy .account-data .data .table th {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-data .data .table th {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-data .data .table th {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-data .data .table th,
      body.tc-tw .somfy .account-data .data .table th {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-data .data .table th {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .account-data .data .table th {
          display: none; } }
    .somfy .account-data .data .table td {
      border: none;
      color: #1A1B1C;
      font-size: 1.2857142857rem; }
      body .somfy .account-data .data .table td {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-data .data .table td,
      body.vi-th .somfy .account-data .data .table td {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-data .data .table td {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-data .data .table td {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-data .data .table td,
      body.ar-lb .somfy .account-data .data .table td,
      body.ar-ma .somfy .account-data .data .table td,
      body.ar-il .somfy .account-data .data .table td {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-data .data .table td {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-data .data .table td {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-data .data .table td,
      body.tc-tw .somfy .account-data .data .table td {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-data .data .table td {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .account-data .data .table td {
          display: table-row; }
          .somfy .account-data .data .table td:last-child:before {
            padding-bottom: 30px; }
          .somfy .account-data .data .table td:before {
            content: attr(data-text);
            color: #485C74;
            display: table-cell;
            padding: 5px 20px 5px 0;
            white-space: nowrap;
            font-size: 1rem;
            text-transform: uppercase; }
            body .somfy .account-data .data .table td:before {
              font-family: SomfySans-Regular, sans-serif; }
            body.vi-vi .somfy .account-data .data .table td:before,
            body.vi-th .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans', sans-serif; }
            body.kr-kr .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
            body.il-il .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
            body.ar-ac .somfy .account-data .data .table td:before,
            body.ar-lb .somfy .account-data .data .table td:before,
            body.ar-ma .somfy .account-data .data .table td:before,
            body.ar-il .somfy .account-data .data .table td:before {
              font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
            body.ja-jp .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
            body.sc-cn .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
            body.tc-hk .somfy .account-data .data .table td:before,
            body.tc-tw .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
            body.th-th .somfy .account-data .data .table td:before {
              font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
      .somfy .account-data .data .table td i {
        margin: 0 6px 0 0;
        position: relative;
        top: 1px;
        font-size: 16px; }
  .somfy .account .alert {
    background-color: white;
    color: #009845;
    border: none;
    font-size: 1.4285714286rem;
    letter-spacing: -0.2px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(39, 56, 78, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 60px;
    padding-left: 60px;
    position: relative; }
    body .somfy .account .alert {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .account .alert,
    body.vi-th .somfy .account .alert {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account .alert {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account .alert {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account .alert,
    body.ar-lb .somfy .account .alert,
    body.ar-ma .somfy .account .alert,
    body.ar-il .somfy .account .alert {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account .alert {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account .alert {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account .alert,
    body.tc-tw .somfy .account .alert {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account .alert {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account .alert::before {
      font-family: 'somfy' !important;
      content: "\e931";
      margin-right: 15px;
      font-size: 1.1428571429rem;
      position: absolute;
      top: 23px;
      left: 23px; }
    .somfy .account .alert.alert-danger {
      color: #CE0037; }
      .somfy .account .alert.alert-danger::before {
        content: "\e9b3"; }
  .somfy .account-invoices .account-collapse li {
    margin-bottom: 30px; }
  .somfy .account-invoices a.-box {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 767.98px) {
      .somfy .account-invoices a.-box {
        padding: 20px 10px 0 10px; } }
    .somfy .account-invoices a.-box .col-12 {
      padding: 10px 20px; }
      .somfy .account-invoices a.-box .col-12:not(:first-child) {
        border-left: 1px solid #F2F2F2; }
        @media (max-width: 767.98px) {
          .somfy .account-invoices a.-box .col-12:not(:first-child) {
            border-left: none; } }
      .somfy .account-invoices a.-box .col-12:first-child {
        padding-left: 0.7142857143rem; }
      .somfy .account-invoices a.-box .col-12:last-child {
        padding-right: 0.7142857143rem; }
      @media (max-width: 767.98px) {
        .somfy .account-invoices a.-box .col-12 {
          margin-bottom: 20px;
          float: left;
          flex: none;
          width: auto;
          min-width: 33.33%;
          border-left: none;
          padding: 0 10px; } }
    .somfy .account-invoices a.-box .dt {
      color: #1A1B1C;
      font-size: 1rem;
      margin-bottom: 0;
      text-transform: none; }
      body .somfy .account-invoices a.-box .dt {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .account-invoices a.-box .dt,
      body.vi-th .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-invoices a.-box .dt,
      body.ar-lb .somfy .account-invoices a.-box .dt,
      body.ar-ma .somfy .account-invoices a.-box .dt,
      body.ar-il .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-invoices a.-box .dt,
      body.tc-tw .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-invoices a.-box .dt {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .account-invoices a.-box .dd {
      color: #1A1B1C; }
  .somfy .account-invoices .invoice {
    padding-top: 2.1428571429rem;
    padding-bottom: 2.1428571429rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    @media (max-width: 767.98px) {
      .somfy .account-invoices .invoice {
        padding-bottom: 0; } }
    .somfy .account-invoices .invoice-header {
      margin-bottom: 2.8571428571rem; }
      .somfy .account-invoices .invoice-header .btnClassic, .somfy.product-page.-pim .account-invoices .invoice-header .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-invoices .invoice-header .ts-header-filter-dropdown-label, .somfy.product-page.-pim .account-invoices .invoice-header .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-invoices .invoice-header .ts-header-filter-dropdown-content {
        margin-left: 1.4285714286rem; }
        @media (max-width: 767.98px) {
          .somfy .account-invoices .invoice-header .btnClassic, .somfy.product-page.-pim .account-invoices .invoice-header .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-invoices .invoice-header .ts-header-filter-dropdown-label, .somfy.product-page.-pim .account-invoices .invoice-header .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .account-invoices .invoice-header .ts-header-filter-dropdown-content {
            margin-left: auto;
            margin-bottom: 1.4285714286rem; } }
    .somfy .account-invoices .invoice-title {
      color: #1A1B1C;
      font-size: 2.7142857143rem;
      line-height: 3rem;
      margin-right: auto; }
      body .somfy .account-invoices .invoice-title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .account-invoices .invoice-title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .account-invoices .invoice-title,
      body.vi-th .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .account-invoices .invoice-title,
      body.ar-lb .somfy .account-invoices .invoice-title,
      body.ar-ma .somfy .account-invoices .invoice-title,
      body.ar-il .somfy .account-invoices .invoice-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .account-invoices .invoice-title,
      body.tc-tw .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .account-invoices .invoice-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy .account-invoices .invoice-title {
          font-size: 1.4285714286rem;
          line-height: 1.7142857143rem; } }
      @media (max-width: 767.98px) {
        .somfy .account-invoices .invoice-title {
          margin-right: 0;
          margin-bottom: 1.4285714286rem; } }
    .somfy .account-invoices .invoice-table {
      width: 100%;
      margin-bottom: 4.2857142857rem; }
      @media (max-width: 767.98px) {
        .somfy .account-invoices .invoice-table {
          display: block;
          margin-bottom: 2.1428571429rem; } }
      .somfy .account-invoices .invoice-table th {
        padding: 0.7142857143rem 1.0714285714rem;
        color: #485C74;
        text-transform: uppercase;
        border-bottom: 1px solid #F2F2F2; }
        body .somfy .account-invoices .invoice-table th {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .account-invoices .invoice-table th,
        body.vi-th .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-invoices .invoice-table th,
        body.ar-lb .somfy .account-invoices .invoice-table th,
        body.ar-ma .somfy .account-invoices .invoice-table th,
        body.ar-il .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-invoices .invoice-table th,
        body.tc-tw .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-invoices .invoice-table th {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-invoices .invoice-table th:first-child {
          padding-left: 0; }
        .somfy .account-invoices .invoice-table th:last-child {
          padding-right: 0; }
        @media (max-width: 767.98px) {
          .somfy .account-invoices .invoice-table th {
            display: none; } }
      .somfy .account-invoices .invoice-table td {
        color: #1A1B1C;
        font-size: 1.1428571429rem;
        line-height: 1.3571428571rem;
        vertical-align: middle;
        padding: 0.7142857143rem 1.0714285714rem;
        border-bottom: 1px solid #F2F2F2; }
        .somfy .account-invoices .invoice-table td:first-child {
          padding-left: 0; }
        .somfy .account-invoices .invoice-table td:last-child {
          padding-right: 0; }
        .somfy .account-invoices .invoice-table td img {
          max-width: 4.2857142857rem;
          max-height: 4.2857142857rem; }
          @media (max-width: 767.98px) {
            .somfy .account-invoices .invoice-table td img {
              max-width: 60%;
              max-height: none; } }
        .somfy .account-invoices .invoice-table td del {
          color: #8996A4; }
        .somfy .account-invoices .invoice-table td i.sfy-v5-icon-info {
          position: relative;
          top: -0.0714285714rem;
          vertical-align: middle;
          color: #FAB800;
          display: inline-block;
          border: 1px solid #FAB800;
          border-radius: 100%;
          font-size: 0.5714285714rem;
          width: 1.2857142857rem;
          text-align: center;
          line-height: 1.1428571429rem;
          margin: 0 0.2857142857rem; }
      .somfy .account-invoices .invoice-table tr:last-child td {
        border-bottom: 1px solid #F2F2F2; }
      @media (max-width: 767.98px) {
        .somfy .account-invoices .invoice-table thead {
          display: none; }
        .somfy .account-invoices .invoice-table tbody {
          display: block; }
          .somfy .account-invoices .invoice-table tbody tr {
            display: block;
            margin-bottom: 1.4285714286rem; }
          .somfy .account-invoices .invoice-table tbody td {
            display: block;
            text-align: left;
            border-bottom: none !important;
            padding-top: 0; }
            .somfy .account-invoices .invoice-table tbody td:before {
              display: inline-block;
              margin-right: 0.4285714286rem;
              content: attr(data-text);
              color: #485C74;
              text-transform: uppercase; }
              body .somfy .account-invoices .invoice-table tbody td:before {
                font-family: SomfySans-Regular, sans-serif; }
              body.vi-vi .somfy .account-invoices .invoice-table tbody td:before,
              body.vi-th .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans', sans-serif; }
              body.kr-kr .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
              body.il-il .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
              body.ar-ac .somfy .account-invoices .invoice-table tbody td:before,
              body.ar-lb .somfy .account-invoices .invoice-table tbody td:before,
              body.ar-ma .somfy .account-invoices .invoice-table tbody td:before,
              body.ar-il .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
              body.ja-jp .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
              body.sc-cn .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
              body.tc-hk .somfy .account-invoices .invoice-table tbody td:before,
              body.tc-tw .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
              body.th-th .somfy .account-invoices .invoice-table tbody td:before {
                font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
      .somfy .account-invoices .invoice-table tfoot tr td {
        border-bottom: none !important;
        padding-top: 1.0714285714rem;
        padding-bottom: 1.0714285714rem; }
        @media (max-width: 767.98px) {
          .somfy .account-invoices .invoice-table tfoot tr td {
            width: 100%; }
            .somfy .account-invoices .invoice-table tfoot tr td:first-child {
              display: none; }
            .somfy .account-invoices .invoice-table tfoot tr td:last-child {
              padding-right: 0.7142857143rem; } }
      .somfy .account-invoices .invoice-table tfoot tr:first-child td {
        padding-top: 2.1428571429rem; }
      .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
        font-size: 1rem;
        line-height: 1.3571428571rem;
        border-top: 1px dashed #F2F2F2; }
        body .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child),
        body.vi-th .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child),
        body.ar-lb .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child),
        body.ar-ma .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child),
        body.ar-il .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child),
        body.tc-tw .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
          font-weight: normal;
          font-size: 1.4285714286rem;
          line-height: 1.7142857143rem; }
          body .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong,
          body.vi-th .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong,
          body.ar-lb .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong,
          body.ar-ma .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong,
          body.ar-il .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong,
          body.tc-tw .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .account-invoices .invoice-table tfoot tr:not(:first-child) td:not(:first-child) strong {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .account-invoices .invoice-table tfoot tr:last-child td:not(:first-child) {
        border-top: 3px solid #F2F2F2; }
    .somfy .account-invoices .invoice-infos {
      margin-bottom: 2.8571428571rem; }
      @media (max-width: 767.98px) {
        .somfy .account-invoices .invoice-infos {
          margin-bottom: 0;
          background-color: #FAFAFB;
          padding-top: 1.4285714286rem; } }
      .somfy .account-invoices .invoice-infos .col-12 {
        margin-bottom: 1.4285714286rem; }
        @media (max-width: 767.98px) {
          .somfy .account-invoices .invoice-infos .col-12 {
            margin-bottom: 0; } }
      .somfy .account-invoices .invoice-infos-box {
        height: 100%;
        width: 100%;
        font-size: 1.1428571429rem;
        line-height: 1.7142857143rem;
        padding: 1.4285714286rem;
        background-color: #FAFAFB;
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 767.98px) {
          .somfy .account-invoices .invoice-infos-box {
            text-align: center; }
            .somfy .account-invoices .invoice-infos-box ul {
              justify-content: center;
              margin-bottom: 1.4285714286rem; } }
        .somfy .account-invoices .invoice-infos-box strong {
          text-transform: uppercase;
          display: block;
          margin-bottom: 1.1428571429rem;
          font-weight: normal; }
          body .somfy .account-invoices .invoice-infos-box strong {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .account-invoices .invoice-infos-box strong,
          body.vi-th .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .account-invoices .invoice-infos-box strong,
          body.ar-lb .somfy .account-invoices .invoice-infos-box strong,
          body.ar-ma .somfy .account-invoices .invoice-infos-box strong,
          body.ar-il .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .account-invoices .invoice-infos-box strong,
          body.tc-tw .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .account-invoices .invoice-infos-box strong {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        .somfy .account-invoices .invoice-infos-box p {
          margin-bottom: 0; }
        .somfy .account-invoices .invoice-infos-box li {
          margin-right: 0.4285714286rem;
          margin-bottom: 0; }
        .somfy .account-invoices .invoice-infos-box i {
          opacity: 0.5;
          font-size: 2.1428571429rem; }
          .somfy .account-invoices .invoice-infos-box i.-active {
            opacity: 1; }
    .somfy .account-invoices .invoice-detail {
      margin-bottom: 60px; }
      .somfy .account-invoices .invoice-detail .d-flex {
        margin-bottom: 40px;
        align-items: center; }
        @media (max-width: 767.98px) {
          .somfy .account-invoices .invoice-detail .d-flex {
            margin: 0 20px 40px; } }
    .somfy .account-invoices .invoice-select {
      margin: 0 20px 40px; }
      .somfy .account-invoices .invoice-select label {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 20px; }
        body .somfy .account-invoices .invoice-select label {
          font-family: SomfySans-ExtraLight, sans-serif; }
          @media (max-width: 767.98px) {
            body .somfy .account-invoices .invoice-select label {
              font-family: 'SomfySans-Light', sans-serif; } }
        body.vi-vi .somfy .account-invoices .invoice-select label,
        body.vi-th .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .account-invoices .invoice-select label,
        body.ar-lb .somfy .account-invoices .invoice-select label,
        body.ar-ma .somfy .account-invoices .invoice-select label,
        body.ar-il .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .account-invoices .invoice-select label,
        body.tc-tw .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .account-invoices .invoice-select label {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .account-invoices .invoice-select li {
        margin-bottom: 0; }
        .somfy .account-invoices .invoice-select li a {
          padding: 5px 15px; }
    .somfy .account-invoices .invoice-links {
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .somfy .account-invoices .invoice-links {
          margin: 0 20px 40px; } }
    .somfy .account-invoices .invoice-tabs .nav-tabs {
      padding-top: 10px;
      border: none;
      margin-bottom: 60px; }
      .somfy .account-invoices .invoice-tabs .nav-tabs li {
        margin-bottom: 0;
        width: 33.33%; }
        .somfy .account-invoices .invoice-tabs .nav-tabs li .nav-link {
          font-size: 16px;
          line-height: 34px;
          margin: 0;
          padding: 0 20px;
          color: #767677;
          border-color: #C5C6C6; }
          .somfy .account-invoices .invoice-tabs .nav-tabs li .nav-link i {
            font-size: 20px;
            margin-right: 10px;
            vertical-align: sub; }

.somfy.rtl .account > section header .account-title {
  margin-left: auto;
  margin-right: 0; }

.somfy.rtl .account-headband i {
  margin-right: 0;
  margin-left: 6px; }

.somfy.rtl .account-connexion .form .lost {
  text-align: left; }

.somfy.rtl .account-aside {
  right: auto;
  left: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-aside {
      left: 0; } }

.somfy.rtl .account-orders .order-title,
.somfy.rtl .account-orders .order-number {
  margin-left: 20px;
  margin-right: 0; }

.somfy.rtl .account-orders .order-products {
  margin-right: 0;
  margin-left: 40px; }

.somfy.rtl .account-orders .order-status li:after {
  left: auto;
  right: 50%; }

@media (max-width: 767.98px) {
  .somfy.rtl .account-orders .order-status li {
    text-align: right;
    padding-left: 0;
    padding-right: 50px; }
    .somfy.rtl .account-orders .order-status li:before {
      left: auto;
      right: 0; }
    .somfy.rtl .account-orders .order-status li:after {
      left: auto;
      right: 11px; }
    .somfy.rtl .account-orders .order-status li.-current:after,
    .somfy.rtl .account-orders .order-status li.-current ~ li:after {
      right: 12px;
      left: auto; } }

.somfy.rtl .account-products .product-title a {
  left: 0;
  right: auto; }

.somfy.rtl .account-products .product-visual {
  margin-right: 0;
  margin-left: 20px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .somfy.rtl .account-products .product-visual {
      margin-left: 0; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-requests .request,
  .somfy.rtl .account-requests .warranty {
    padding: 20px 85px 30px 20px; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-requests .request-icon,
  .somfy.rtl .account-requests .warranty-icon {
    left: auto;
    right: 10px; } }

.somfy.rtl .account-connected .connected .row > a {
  right: auto;
  left: 0; }

.somfy.rtl .account-connected .connected p.with-icon {
  padding-left: 0;
  padding-right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-connected .connected p.with-icon {
      padding-right: 32px; } }
  .somfy.rtl .account-connected .connected p.with-icon i {
    left: auto;
    right: 0; }

.somfy.rtl .account-connected .connected .col-md-3:not(.connected-icon):not(:nth-child(2)):before, .somfy.rtl .account-connected .connected .product_slider .list_products:not(.slick-initialized) .product_item:not(.connected-icon):not(:nth-child(2)):before, .somfy.rtl .product_slider .list_products:not(.slick-initialized) .account-connected .connected .product_item:not(.connected-icon):not(:nth-child(2)):before, .somfy.rtl .account-connected .connected .dealers-locator.has-dealers .map-container:not(.connected-icon):not(:nth-child(2)):before, .somfy.rtl .dealers-locator.has-dealers .account-connected .connected .map-container:not(.connected-icon):not(:nth-child(2)):before {
  left: auto;
  right: -10px; }

.somfy.rtl .account-connected .connected p.abo {
  padding-left: 0;
  padding-right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-connected .connected p.abo {
      padding-right: 32px; } }
  .somfy.rtl .account-connected .connected p.abo:before {
    left: auto;
    right: 0; }

.somfy.rtl .account-alert svg, .somfy.rtl .account-alert img[src*=svg] {
  left: auto;
  right: 20px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .somfy.rtl .account-alert svg, .somfy.rtl .account-alert img[src*=svg] {
      right: 10px; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-alert {
    padding-right: 20%;
    padding-left: 10px; } }

.somfy.rtl .account-collapse li > a svg, .somfy.rtl .account-collapse li > a img[src*=svg] {
  left: auto;
  right: 20px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .somfy.rtl .account-collapse li > a svg, .somfy.rtl .account-collapse li > a img[src*=svg] {
      right: 10px; } }

.somfy.rtl .account-collapse li > a:after {
  left: 40px;
  right: auto; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-collapse li > a:after {
      left: 20px; } }

.somfy.rtl .account-data .data ul li label:first-child {
  margin-right: 0;
  margin-left: auto; }

.somfy.rtl .account-data .data ul li label:last-child {
  margin-left: 0;
  margin-right: 20px; }

.somfy.rtl .account-data .data ul li p {
  margin-right: 0;
  margin-left: auto; }

@media (max-width: 767.98px) {
  .somfy.rtl .account-collapse li > a {
    padding: 20px 20% 20px 30px; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-data .data .table td:before {
    padding-left: 20px;
    padding-right: 0; } }

.somfy.rtl .account > section header .form-group {
  margin-left: 0;
  margin-right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account > section header .form-group {
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-requests .account-collapse li > a {
    padding: 20px 10px 0 10px; } }

.somfy.rtl .account-requests .request-header .col-12 {
  padding-left: 10px;
  padding-right: 80px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-header .col-12 {
      padding-right: 10px; } }

.somfy.rtl .account-requests .request-header svg {
  left: auto;
  right: 0; }

.somfy.rtl .account-requests .request-content .dialog-answer .dialog-content {
  margin-left: 0;
  margin-right: 20%;
  text-align: left;
  padding: 20px 30px 20px 100px;
  border-radius: 20px 20px 20px 0; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .dialog-answer .dialog-content {
      margin-right: 0;
      padding: 20px 20px 20px 70px; } }

.somfy.rtl .account-requests .request-content .dialog-answer .dialog-visual {
  right: auto;
  left: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .dialog-answer .dialog-visual {
      left: 10px; } }

.somfy.rtl .account-requests .request-content .dialog-answer {
  text-align: left; }

.somfy.rtl .account-requests .request-content .dialog-question .dialog-content {
  padding: 20px 100px 20px 30px;
  border-radius: 20px 20px 0 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .dialog-question .dialog-content {
      margin-right: 0;
      padding: 20px 70px 20px 20px; } }

.somfy.rtl .account-requests .request-content .dialog-question .dialog-visual {
  left: auto;
  right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .dialog-question .dialog-visual {
      right: 10px; } }

.somfy.rtl .account-requests .request-content .form .dialog-visual {
  right: 20px;
  left: auto; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .form .dialog-visual {
      right: 10px; } }

.somfy.rtl .account-requests .request-content .form {
  text-align: left; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .form {
      text-align: center; } }

.somfy.rtl .account-requests .request-content .form textarea {
  padding: 20px 100px 20px 30px;
  border-radius: 20px 20px 0 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-requests .request-content .form textarea {
      padding: 20px 70px 20px 20px; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-requests .account-collapse li > a .col-12 {
    float: right; } }

.somfy.rtl .account-requests .request:not(.-light) {
  padding: 20px 20px 30px; }

@media (max-width: 767.98px) {
  .somfy.rtl .account-devis .-box .dl {
    float: right; } }

.somfy.rtl .account-wishlist .wishlist-product-form .form-group.-area {
  margin-left: auto;
  margin-right: 0; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-wishlist .wishlist-product-form .form-group.-area {
      margin-left: 0; } }

.somfy.rtl .account-wishlist .wishlist-product-form .form-group.-number input {
  padding: 0.7142857143rem 1.0714285714rem 0.7142857143rem 0.3571428571rem; }

@media (max-width: 767.98px) {
  .somfy.rtl .account-wishlist .wishlist-icon {
    left: auto;
    right: 20px; }
  .somfy.rtl .account-wishlist .wishlist-title {
    padding-left: 0;
    padding-right: 80px;
    text-align: right; }
  .somfy.rtl .account-wishlist .wishlist-product-form .btn-delete {
    margin: 0 auto 0 -0.7142857143rem; } }

.somfy.rtl .account-invoices a.-box .col-12:not(:first-child) {
  border-left: none;
  border-right: 1px solid #F2F2F2; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices a.-box .col-12:not(:first-child) {
      border-right: none; } }

.somfy.rtl .account-invoices a.-box .col-12:first-child {
  padding-right: 10px;
  padding-left: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices a.-box .col-12:first-child {
      padding-left: 10px; } }

.somfy.rtl .account-invoices a.-box .col-12:last-child {
  padding-left: 10px;
  padding-right: 20px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices a.-box .col-12:last-child {
      padding-right: 10px; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-invoices a.-box {
    padding: 20px 10px 0 10px; } }

.somfy.rtl .account-invoices .invoice-title {
  margin-right: 0;
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices .invoice-title {
      margin-right: auto; } }

.somfy.rtl .account-invoices .invoice-header .btnClassic, .somfy.rtl .account-invoices .invoice-header .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .account-invoices .invoice-header .ts-header-filter-dropdown-label, .somfy.rtl .account-invoices .invoice-header .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .account-invoices .invoice-header .ts-header-filter-dropdown-content {
  margin-left: 0;
  margin-right: 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices .invoice-header .btnClassic, .somfy.rtl .account-invoices .invoice-header .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .account-invoices .invoice-header .ts-header-filter-dropdown-label, .somfy.rtl .account-invoices .invoice-header .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl .account-invoices .invoice-header .ts-header-filter-dropdown-content {
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .somfy.rtl .account-invoices .invoice-table td {
    text-align: right; } }

.somfy.rtl .account-invoices .invoice-table td:first-child {
  padding-right: 0;
  padding-left: 1.0714285714rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices .invoice-table td:first-child {
      padding-right: 0; } }

.somfy.rtl .account-invoices .invoice-table td:last-child {
  padding-left: 0;
  padding-right: 1.0714285714rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-invoices .invoice-table td:last-child {
      padding-left: 1.0714285714rem; } }

.somfy.rtl .account-invoices .invoice-table th:first-child {
  padding-right: 0;
  padding-left: 1.0714285714rem; }

.somfy.rtl .account-invoices .invoice-table th:last-child {
  padding-left: 0;
  padding-right: 1.0714285714rem; }

.somfy.rtl .account-invoices .invoice-infos-box {
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1); }

.somfy.rtl .account-invoices .invoice-infos-box li {
  margin-left: 0.4285714286rem;
  margin-right: 0; }

.somfy.rtl .account-aside ul li a:before {
  margin-right: 0;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  transform: rotate(180deg); }

.somfy.rtl .account-orders .order-header .dropdown .dropdown-menu {
  text-align: right; }

.somfy.rtl .account > section header .btnCompact {
  margin-right: 0; }

.somfy.rtl .account-aside .form-group .bootstrap-select button.dropdown-toggle:after {
  left: 2px;
  right: auto; }

.somfy.rtl .account-warranties .warranty-info.-col div {
  margin-left: 0;
  margin-right: auto; }
  .somfy.rtl .account-warranties .warranty-info.-col div:before {
    left: auto;
    right: 0; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-warranties .warranty-info.-col div {
      margin-right: 0; } }

.somfy.rtl .account-warranties .warranty-btns {
  margin-left: 40px;
  margin-right: auto;
  text-align: left; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-warranties .warranty-btns {
      text-align: center;
      margin-right: auto;
      margin-left: auto; } }

.somfy.rtl .account-warranties .warranty > a {
  margin-right: auto;
  margin-left: 40px; }
  @media (max-width: 767.98px) {
    .somfy.rtl .account-warranties .warranty > a {
      margin: 0; } }

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 * a {
    color: #FAB800; }
  .somfy.product-page .details-spec .accordion-content-block *.accordion-item-title {
    font-size: 1.5714285714rem;
    line-height: 2rem; }
    @media (max-width: 767.98px) {
      .somfy.product-page .details-spec .accordion-content-block *.accordion-item-title {
        font-size: 1.1428571429rem;
        line-height: 1.5714285714rem; } }
  .somfy.product-page .details-spec .accordion-content-block *.accordion-item-content {
    font-size: 1.1428571429rem;
    line-height: 1.5714285714rem; }

.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; }
  @media (max-width: 767.98px) {
    .somfy.product-page.-pim .page-title-wrapper .product-title {
      font-size: 2rem;
      line-height: 2.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 .product-info {
    padding-top: 2.8571428571rem; } }

.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; }
    @media (max-width: 767.98px) {
      .somfy.product-page.-pim .product-info-price .price.legend:after {
        content: '*'; } }
  .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, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-actions > *.ts-header-filter-dropdown-label:not(.form-group), .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .product-actions > *.ts-header-filter-dropdown-content:not(.form-group) {
        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, .somfy.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .oneField input:not([type="file"]), .somfy.product-page.-pim .form_assembly .wFormContainer .oneField .product-actions .form-group input:not([type="file"]),
    .somfy.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .inputWrapper textarea, .somfy.product-page.-pim .form_assembly .wFormContainer .inputWrapper .product-actions .form-group textarea,
    .somfy.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .inputWrapper select, .somfy.product-page.-pim .form_assembly .wFormContainer .inputWrapper .product-actions .form-group select {
      min-width: 5rem;
      margin-right: 0.7142857143rem; }
      .somfy.product-page.-pim .product-actions .form-group .form-control.bootstrap-select .dropdown-toggle .filter-option-inner, .somfy.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .oneField input.bootstrap-select:not([type="file"]) .dropdown-toggle .filter-option-inner, .somfy.product-page.-pim .form_assembly .wFormContainer .oneField .product-actions .form-group input.bootstrap-select:not([type="file"]) .dropdown-toggle .filter-option-inner, .somfy.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .inputWrapper textarea.bootstrap-select .dropdown-toggle .filter-option-inner, .somfy.product-page.-pim .form_assembly .wFormContainer .inputWrapper .product-actions .form-group textarea.bootstrap-select .dropdown-toggle .filter-option-inner, .somfy.product-page.-pim .product-actions .form-group .form_assembly .wFormContainer .inputWrapper select.bootstrap-select .dropdown-toggle .filter-option-inner, .somfy.product-page.-pim .form_assembly .wFormContainer .inputWrapper .product-actions .form-group select.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: 30px;
  padding-top: 0.7142857143rem; }
  .somfy.product-page.-pim .product-ratings .ratings {
    display: flex; }
    .somfy.product-page.-pim .product-ratings .ratings .stars span {
      line-height: 28px; }
    .somfy.product-page.-pim .product-ratings .ratings .ratings-count {
      padding-left: 0.428571rem;
      font-size: 1.1428571429rem;
      line-height: 2rem; }
    .somfy.product-page.-pim .product-ratings .ratings .rating-score {
      font-size: 1.1428571429rem;
      line-height: 2rem;
      padding-left: 8px; }
      .somfy.product-page.-pim .product-ratings .ratings .rating-score .rating-value {
        color: #060606; }
      .somfy.product-page.-pim .product-ratings .ratings .rating-score .best-rating {
        color: #878780; }

.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 {
    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 {
        text-align: left;
        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_1, .somfy.product-page.-pim .downloads .subtitle_2, .somfy.product-page.-pim .downloads .form_assembly .wForm fieldset legend, .somfy.product-page.-pim .form_assembly .wForm fieldset .downloads legend {
  margin-bottom: 1.0714285714rem; }

.somfy.product-page.-pim .downloads .card {
  margin-bottom: 4.2857142857rem; }
  .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: #485C74; }
    @media (max-width: 767.98px) {
      .somfy.product-page.-pim .downloads .list-group-item a span:last-child {
        display: none; } }
  .somfy.product-page.-pim .downloads .list-group-item a.fs {
    font-size: 1rem; }
    .somfy.product-page.-pim .downloads .list-group-item a.fs .dwl {
      color: #FAB800; }

.somfy.product-page.-pim .accordion_wrap img, .somfy.product-page.-pim .details-spec img, .somfy.product-page.-pim .downloads img, .somfy.product-page.-pim .techDatas img {
  max-width: 100%;
  height: auto; }

.somfy.product-page.-pim .accordion_wrap iframe, .somfy.product-page.-pim .details-spec iframe, .somfy.product-page.-pim .downloads iframe, .somfy.product-page.-pim .techDatas iframe {
  max-width: 100%; }

.somfy.product-page.-pim .accordion_wrap table, .somfy.product-page.-pim .details-spec table, .somfy.product-page.-pim .downloads table, .somfy.product-page.-pim .techDatas table {
  color: #1A1B1C;
  max-width: 100%;
  table-layout: fixed;
  margin-bottom: 2.1428571429rem;
  border: 0;
  border-color: transparent;
  overflow-x: auto; }
  .somfy.product-page.-pim .accordion_wrap table thead th, .somfy.product-page.-pim .details-spec table thead th, .somfy.product-page.-pim .downloads table thead th, .somfy.product-page.-pim .techDatas 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 .accordion_wrap table thead th strong, body .somfy.product-page.-pim .details-spec table thead th strong, body .somfy.product-page.-pim .downloads table thead th strong, body .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.product-page.-pim .accordion_wrap table thead th strong, body.vi-vi .somfy.product-page.-pim .details-spec table thead th strong, body.vi-vi .somfy.product-page.-pim .downloads table thead th strong, body.vi-vi .somfy.product-page.-pim .techDatas table thead th strong,
    body.vi-th .somfy.product-page.-pim .accordion_wrap table thead th strong, body.vi-th .somfy.product-page.-pim .details-spec table thead th strong, body.vi-th .somfy.product-page.-pim .downloads table thead th strong, body.vi-th .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.product-page.-pim .accordion_wrap table thead th strong, body.kr-kr .somfy.product-page.-pim .details-spec table thead th strong, body.kr-kr .somfy.product-page.-pim .downloads table thead th strong, body.kr-kr .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.product-page.-pim .accordion_wrap table thead th strong, body.il-il .somfy.product-page.-pim .details-spec table thead th strong, body.il-il .somfy.product-page.-pim .downloads table thead th strong, body.il-il .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.product-page.-pim .accordion_wrap table thead th strong, body.ar-ac .somfy.product-page.-pim .details-spec table thead th strong, body.ar-ac .somfy.product-page.-pim .downloads table thead th strong, body.ar-ac .somfy.product-page.-pim .techDatas table thead th strong,
    body.ar-lb .somfy.product-page.-pim .accordion_wrap table thead th strong, body.ar-lb .somfy.product-page.-pim .details-spec table thead th strong, body.ar-lb .somfy.product-page.-pim .downloads table thead th strong, body.ar-lb .somfy.product-page.-pim .techDatas table thead th strong,
    body.ar-ma .somfy.product-page.-pim .accordion_wrap table thead th strong, body.ar-ma .somfy.product-page.-pim .details-spec table thead th strong, body.ar-ma .somfy.product-page.-pim .downloads table thead th strong, body.ar-ma .somfy.product-page.-pim .techDatas table thead th strong,
    body.ar-il .somfy.product-page.-pim .accordion_wrap table thead th strong, body.ar-il .somfy.product-page.-pim .details-spec table thead th strong, body.ar-il .somfy.product-page.-pim .downloads table thead th strong, body.ar-il .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.product-page.-pim .accordion_wrap table thead th strong, body.ja-jp .somfy.product-page.-pim .details-spec table thead th strong, body.ja-jp .somfy.product-page.-pim .downloads table thead th strong, body.ja-jp .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.product-page.-pim .accordion_wrap table thead th strong, body.sc-cn .somfy.product-page.-pim .details-spec table thead th strong, body.sc-cn .somfy.product-page.-pim .downloads table thead th strong, body.sc-cn .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.product-page.-pim .accordion_wrap table thead th strong, body.tc-hk .somfy.product-page.-pim .details-spec table thead th strong, body.tc-hk .somfy.product-page.-pim .downloads table thead th strong, body.tc-hk .somfy.product-page.-pim .techDatas table thead th strong,
    body.tc-tw .somfy.product-page.-pim .accordion_wrap table thead th strong, body.tc-tw .somfy.product-page.-pim .details-spec table thead th strong, body.tc-tw .somfy.product-page.-pim .downloads table thead th strong, body.tc-tw .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.product-page.-pim .accordion_wrap table thead th strong, body.th-th .somfy.product-page.-pim .details-spec table thead th strong, body.th-th .somfy.product-page.-pim .downloads table thead th strong, body.th-th .somfy.product-page.-pim .techDatas table thead th strong {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.product-page.-pim .accordion_wrap table tbody th, .somfy.product-page.-pim .accordion_wrap table tbody td, .somfy.product-page.-pim .details-spec table tbody th, .somfy.product-page.-pim .details-spec table tbody td, .somfy.product-page.-pim .downloads table tbody th, .somfy.product-page.-pim .downloads table tbody td, .somfy.product-page.-pim .techDatas table tbody th, .somfy.product-page.-pim .techDatas 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 .accordion_wrap table tbody th strong, body .somfy.product-page.-pim .accordion_wrap table tbody td strong, body .somfy.product-page.-pim .details-spec table tbody th strong, body .somfy.product-page.-pim .details-spec table tbody td strong, body .somfy.product-page.-pim .downloads table tbody th strong, body .somfy.product-page.-pim .downloads table tbody td strong, body .somfy.product-page.-pim .techDatas table tbody th strong, body .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.vi-vi .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.vi-vi .somfy.product-page.-pim .details-spec table tbody th strong, body.vi-vi .somfy.product-page.-pim .details-spec table tbody td strong, body.vi-vi .somfy.product-page.-pim .downloads table tbody th strong, body.vi-vi .somfy.product-page.-pim .downloads table tbody td strong, body.vi-vi .somfy.product-page.-pim .techDatas table tbody th strong, body.vi-vi .somfy.product-page.-pim .techDatas table tbody td strong,
    body.vi-th .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.vi-th .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.vi-th .somfy.product-page.-pim .details-spec table tbody th strong, body.vi-th .somfy.product-page.-pim .details-spec table tbody td strong, body.vi-th .somfy.product-page.-pim .downloads table tbody th strong, body.vi-th .somfy.product-page.-pim .downloads table tbody td strong, body.vi-th .somfy.product-page.-pim .techDatas table tbody th strong, body.vi-th .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.kr-kr .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.kr-kr .somfy.product-page.-pim .details-spec table tbody th strong, body.kr-kr .somfy.product-page.-pim .details-spec table tbody td strong, body.kr-kr .somfy.product-page.-pim .downloads table tbody th strong, body.kr-kr .somfy.product-page.-pim .downloads table tbody td strong, body.kr-kr .somfy.product-page.-pim .techDatas table tbody th strong, body.kr-kr .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.il-il .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.il-il .somfy.product-page.-pim .details-spec table tbody th strong, body.il-il .somfy.product-page.-pim .details-spec table tbody td strong, body.il-il .somfy.product-page.-pim .downloads table tbody th strong, body.il-il .somfy.product-page.-pim .downloads table tbody td strong, body.il-il .somfy.product-page.-pim .techDatas table tbody th strong, body.il-il .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.ar-ac .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.ar-ac .somfy.product-page.-pim .details-spec table tbody th strong, body.ar-ac .somfy.product-page.-pim .details-spec table tbody td strong, body.ar-ac .somfy.product-page.-pim .downloads table tbody th strong, body.ar-ac .somfy.product-page.-pim .downloads table tbody td strong, body.ar-ac .somfy.product-page.-pim .techDatas table tbody th strong, body.ar-ac .somfy.product-page.-pim .techDatas table tbody td strong,
    body.ar-lb .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.ar-lb .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.ar-lb .somfy.product-page.-pim .details-spec table tbody th strong, body.ar-lb .somfy.product-page.-pim .details-spec table tbody td strong, body.ar-lb .somfy.product-page.-pim .downloads table tbody th strong, body.ar-lb .somfy.product-page.-pim .downloads table tbody td strong, body.ar-lb .somfy.product-page.-pim .techDatas table tbody th strong, body.ar-lb .somfy.product-page.-pim .techDatas table tbody td strong,
    body.ar-ma .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.ar-ma .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.ar-ma .somfy.product-page.-pim .details-spec table tbody th strong, body.ar-ma .somfy.product-page.-pim .details-spec table tbody td strong, body.ar-ma .somfy.product-page.-pim .downloads table tbody th strong, body.ar-ma .somfy.product-page.-pim .downloads table tbody td strong, body.ar-ma .somfy.product-page.-pim .techDatas table tbody th strong, body.ar-ma .somfy.product-page.-pim .techDatas table tbody td strong,
    body.ar-il .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.ar-il .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.ar-il .somfy.product-page.-pim .details-spec table tbody th strong, body.ar-il .somfy.product-page.-pim .details-spec table tbody td strong, body.ar-il .somfy.product-page.-pim .downloads table tbody th strong, body.ar-il .somfy.product-page.-pim .downloads table tbody td strong, body.ar-il .somfy.product-page.-pim .techDatas table tbody th strong, body.ar-il .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.ja-jp .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.ja-jp .somfy.product-page.-pim .details-spec table tbody th strong, body.ja-jp .somfy.product-page.-pim .details-spec table tbody td strong, body.ja-jp .somfy.product-page.-pim .downloads table tbody th strong, body.ja-jp .somfy.product-page.-pim .downloads table tbody td strong, body.ja-jp .somfy.product-page.-pim .techDatas table tbody th strong, body.ja-jp .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.sc-cn .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.sc-cn .somfy.product-page.-pim .details-spec table tbody th strong, body.sc-cn .somfy.product-page.-pim .details-spec table tbody td strong, body.sc-cn .somfy.product-page.-pim .downloads table tbody th strong, body.sc-cn .somfy.product-page.-pim .downloads table tbody td strong, body.sc-cn .somfy.product-page.-pim .techDatas table tbody th strong, body.sc-cn .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.tc-hk .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.tc-hk .somfy.product-page.-pim .details-spec table tbody th strong, body.tc-hk .somfy.product-page.-pim .details-spec table tbody td strong, body.tc-hk .somfy.product-page.-pim .downloads table tbody th strong, body.tc-hk .somfy.product-page.-pim .downloads table tbody td strong, body.tc-hk .somfy.product-page.-pim .techDatas table tbody th strong, body.tc-hk .somfy.product-page.-pim .techDatas table tbody td strong,
    body.tc-tw .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.tc-tw .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.tc-tw .somfy.product-page.-pim .details-spec table tbody th strong, body.tc-tw .somfy.product-page.-pim .details-spec table tbody td strong, body.tc-tw .somfy.product-page.-pim .downloads table tbody th strong, body.tc-tw .somfy.product-page.-pim .downloads table tbody td strong, body.tc-tw .somfy.product-page.-pim .techDatas table tbody th strong, body.tc-tw .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.product-page.-pim .accordion_wrap table tbody th strong, body.th-th .somfy.product-page.-pim .accordion_wrap table tbody td strong, body.th-th .somfy.product-page.-pim .details-spec table tbody th strong, body.th-th .somfy.product-page.-pim .details-spec table tbody td strong, body.th-th .somfy.product-page.-pim .downloads table tbody th strong, body.th-th .somfy.product-page.-pim .downloads table tbody td strong, body.th-th .somfy.product-page.-pim .techDatas table tbody th strong, body.th-th .somfy.product-page.-pim .techDatas table tbody td strong {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.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 1.7857142857rem 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 1.7857142857rem 0.7142857143rem 0;
        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 .accordion-item-content .widget {
      border-color: red; }
      .somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-content .widget .column.product {
        padding: 20px !important; }
        @media (max-width: 767.98px) {
          .somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-content .widget .column.product:first-child {
            margin-top: 0;
            flex-direction: column; } }
      .somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-content .widget.multi-column-type.after-small {
        padding-bottom: 1rem; }
      .somfy.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-content .widget.multi-column-type.before-small {
        padding-top: 1rem; }
  .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: translateX(-50%) rotate(270deg);
      top: 100px;
      left: 38px; }
    .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: translateX(-50%) rotate(308deg);
      left: 248px;
      top: 155px; }

.somfy.product-page.-pim .push_accessories .title_content .title_3 {
  display: inline-block;
  margin-bottom: 1.7857142857rem; }
  @media (max-width: 767.98px) {
    .somfy.product-page.-pim .push_accessories .title_content .title_3 {
      margin-bottom: 1.4285714286rem; } }

.somfy.product-page.-pim .push_accessories .title_content .subtitle_1, .somfy.product-page.-pim .push_accessories .title_content .subtitle_2, .somfy.product-page.-pim .push_accessories .title_content .form_assembly .wForm fieldset legend, .somfy.product-page.-pim .form_assembly .wForm fieldset .push_accessories .title_content legend {
  display: inline-block;
  margin-left: 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.product-page.-pim .push_accessories .title_content .subtitle_1, .somfy.product-page.-pim .push_accessories .title_content .subtitle_2, .somfy.product-page.-pim .push_accessories .title_content .form_assembly .wForm fieldset legend, .somfy.product-page.-pim .form_assembly .wForm fieldset .push_accessories .title_content legend {
      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;
  justify-content: left !important; }
  @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-acc .product_item.type-part {
    display: none !important; }
  .somfy.product-page.-pim .push_accessories .list_products.type-part .product_item.type-acc {
    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-acc .product_item.type-acc {
    display: flex !important; }
  .somfy.product-page.-pim .push_accessories .list_products:not(.show-all).type-part .product_item.type-part {
    display: flex !important; }

.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: 10px; }
    .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; }
    .somfy.product-page.-pim .wysiwyg table thead th .subtitle_2, .somfy.product-page.-pim .wysiwyg table thead th .form_assembly .wForm fieldset legend, .somfy.product-page.-pim .form_assembly .wForm fieldset .wysiwyg table thead th legend {
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem;
      margin-bottom: 0;
      font-weight: 700; }
    .somfy.product-page.-pim .wysiwyg table thead th:nth-child(even) {
      text-align: right; }
    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; }
    .somfy.product-page.-pim .wysiwyg table tbody th:nth-child(even), .somfy.product-page.-pim .wysiwyg table tbody td:nth-child(even) {
      text-align: right; }
    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: 100%;
      margin-bottom: 2.8571428571rem; }
      @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-label {
        width: 180px !important; }
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content {
        display: none;
        top: 51px;
        right: 0;
        width: 180px !important; }
        .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
          line-height: 1.5714285714rem;
          font-size: 1.1428571429rem;
          text-align: left; }
          body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div,
          body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            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-filter-dropdown-content a, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            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-filter-dropdown-content a, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div,
          body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div,
          body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div,
          body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            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-filter-dropdown-content a, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            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-filter-dropdown-content a, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            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-filter-dropdown-content a, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div,
          body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a, body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            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-filter-dropdown-content a, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content a div {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-open .ts-header-filter-dropdown-content {
        display: inline-block; }
      .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: #485C74; }
    .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 #FAB800;
      background-color: #fff;
      color: #FAB800; }
    .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews {
      width: 100%; }
      @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 1.4285714286rem;
          margin: 0 0 0rem;
          border: none;
          border-bottom: 1px solid #e8e8e8; }
          .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-info {
            overflow: visible; }
          @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.3571428571rem;
              font-size: 1.4285714286rem;
              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-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.3571428571rem;
              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: 0.3571428571rem; }
              @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.1428571429rem;
              line-height: 1.4285714286rem;
              padding-left: 20%;
              margin-top: -26px; }
              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: 1rem;
                  line-height: 1.2857142857rem;
                  padding-left: 0%;
                  margin-top: 0px; }
                  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-reviews .ts-reviews-list li .ts-review .answerLine {
            margin-top: 10px;
            display: none; }
          .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content {
            margin-top: 10px;
            width: 80%;
            margin-left: 20%;
            padding: 20px 0px 20px 0px;
            border-radius: 20px 20px 20px 20px;
            background-color: #FFFFFF;
            border: 1px solid #f0f0f0;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
            @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 .ts-statement-content {
                width: 100%;
                margin-left: 0%; } }
            .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .replyIcon {
              margin-top: 1px;
              display: none; }
            .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement-chevron {
              margin-top: 8px;
              display: none; }
            .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
              font-size: 1.1428571429rem;
              line-height: 1.4285714286rem; }
              body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title,
              body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title,
              body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title,
              body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title,
              body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title,
              body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                  font-size: 1rem;
                  line-height: 1.2857142857rem; }
                  body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title,
                  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title,
                  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title,
                  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title,
                  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title,
                  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title {
                    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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                font-size: 1.1428571429rem;
                line-height: 1.4285714286rem; }
                body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                  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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                    font-size: 1rem;
                    line-height: 1.2857142857rem; }
                    body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                    body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                    body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                    body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                    body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName,
                    body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-answer-title .ts-statement-answer-title-shopName {
                      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 .ts-statement-content .ts-statement .ts-statement-published-date, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
              display: block;
              font-size: 1.1428571429rem;
              line-height: 1.4285714286rem; }
              body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-published-date, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment,
              body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment,
              body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment,
              body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment,
              body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment,
              body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                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 .ts-statement-content .ts-statement .ts-statement-published-date, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                  font-size: 1rem;
                  line-height: 1.2857142857rem; }
                  body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-published-date, body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment,
                  body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment,
                  body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment,
                  body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment,
                  body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment,
                  body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-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 .ts-statement-content .ts-statement .ts-statement-comment {
                    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 .ts-statement-content .ts-statement .ts-statement-published-date, body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-statement-content .ts-statement .ts-statement-comment {
                    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%; }
    body .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page,
    body.vi-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page,
    body.ar-lb .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page,
    body.ar-ma .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page,
    body.ar-il .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page,
    body.tc-tw .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-reviews-pagination .ts-pagination-current-page {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .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; }
      .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;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.product-page.-pim .push_benefits .benefits_nav .slick-next {
          transition: none; } }
      .somfy.product-page.-pim .push_benefits .benefits_nav .slick-next:before {
        font-family: icomoon, sans-serif;
        color: #485C74;
        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;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.product-page.-pim .push_benefits .benefits_nav .slick-prev {
          transition: none; } }
      .somfy.product-page.-pim .push_benefits .benefits_nav .slick-prev:before {
        font-family: icomoon, sans-serif;
        color: #485C74;
        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-slide {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .somfy.product-page.-pim .push_benefits .benefits_list .slick-slide {
        padding: 0 0.7142857143rem; } }
  .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:only-child {
        display: none; }
      .somfy.product-page.-pim .push_benefits .benefits_list .slick-dots button {
        background-color: white;
        opacity: 0.1; }
      .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,
.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 .accordion_wrap .accordion-content-block .accordion-item-title {
  padding: 1.4285714286rem 0 1.4285714286rem 1.7857142857rem; }
  @media (max-width: 767.98px) {
    .somfy.product-page.rtl.product-page.-pim .accordion_wrap .accordion-content-block .accordion-item-title {
      padding: 1.4285714286rem 0 0.7142857143rem 1.7857142857rem; } }

.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 .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; }

@media (max-width: 767.98px) {
  .somfy.product-page.rtl.product-page.-pim .product-table th {
    text-align: right; } }

.somfy .devis {
  display: none;
  background: #F8F7F5;
  min-height: 100vh;
  color: #1A1B1C;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .somfy .devis {
      padding-top: 7.1428571429rem; } }
  @media (max-width: 767.98px) {
    .somfy .devis {
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem; } }
  .somfy .devis .fade-leave-active {
    z-index: 10;
    transition: opacity 0.2s ease-out; }
  .somfy .devis .fade-enter-active {
    z-index: 5;
    position: absolute;
    left: 10px;
    right: 10px;
    transition: opacity 0.2s 0.2s ease-in; }
  .somfy .devis .fade-enter, .somfy .devis .fade-leave-active {
    opacity: 0; }
  .somfy .devis .fade2-leave-active {
    z-index: 10;
    transition: opacity 0.2s ease-out; }
  .somfy .devis .fade2-enter-active {
    z-index: 5;
    position: absolute;
    transition: opacity 0.2s 0.2s ease-in; }
  .somfy .devis .fade2-enter, .somfy .devis .fade2-leave-active {
    opacity: 0; }
  .somfy .devis header {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: none; }
  .somfy .devis main {
    width: 100vw; }
    @media (max-width: 991.98px) {
      .somfy .devis main {
        top: 0 !important; } }
    @media (min-width: 992px) {
      .somfy .devis main {
        top: 80px !important;
        margin-bottom: 80px; } }
  .somfy .devis main .container-fluid > .row {
    position: relative; }
    .somfy .devis main .container-fluid > .row:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 50vw;
      left: 58.333333333%;
      background: white; }
      @media (max-width: 991.98px) {
        .somfy .devis main .container-fluid > .row:before {
          display: none; } }
    .somfy .devis main .container-fluid > .row:after {
      display: block;
      content: '';
      position: absolute;
      bottom: 10rem;
      right: 41.6666667%;
      height: 1px;
      width: 100vw;
      background: #E7E5E5; }
      @media (max-width: 991.98px) {
        .somfy .devis main .container-fluid > .row:after {
          display: none; } }
    .somfy .devis main .container-fluid > .row.step1:after, .somfy .devis main .container-fluid > .row.step5:after {
      display: none; }
    .somfy .devis main .container-fluid > .row.step1 .appForm,
    .somfy .devis main .container-fluid > .row.step5 .appForm {
      padding-bottom: 12.8571428571rem; }
  .somfy .devis .estim {
    color: #1A1B1C;
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem; }
    body .somfy .devis .estim {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .devis .estim {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .devis .estim,
    body.vi-th .somfy .devis .estim {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .devis .estim {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .devis .estim {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .devis .estim,
    body.ar-lb .somfy .devis .estim,
    body.ar-ma .somfy .devis .estim,
    body.ar-il .somfy .devis .estim {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .devis .estim {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .devis .estim {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .devis .estim,
    body.tc-tw .somfy .devis .estim {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .devis .estim {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 1199.98px) {
      .somfy .devis .estim {
        display: none; } }
  .somfy .devis .appForm {
    position: relative;
    padding-top: 5.7142857143rem;
    padding-bottom: 15rem;
    min-height: calc(100vh - 80px); }
    @media (max-width: 991.98px) {
      .somfy .devis .appForm {
        position: static;
        min-height: calc(100vh - 100px);
        padding-bottom: 12.8571428571rem; } }
    @media (max-width: 767.98px) {
      .somfy .devis .appForm {
        padding-top: 1.4285714286rem;
        padding-bottom: 17.1428571429rem;
        min-height: calc(100vh - 100px); } }
    .somfy .devis .appForm section {
      position: relative; }
    .somfy .devis .appForm .title-estim {
      border-bottom: 1px solid #E7E5E5;
      padding-bottom: 1.4285714286rem;
      margin-bottom: 3.5714285714rem; }
      @media (max-width: 767.98px) {
        .somfy .devis .appForm .title-estim {
          padding-bottom: 0.7142857143rem;
          margin-bottom: 1.4285714286rem; } }
    .somfy .devis .appForm .title {
      display: block;
      color: #1A1B1C;
      font-size: 3.2857142857rem;
      line-height: 3.5714285714rem;
      margin-bottom: 1.4285714286rem;
      font-weight: 200; }
      body .somfy .devis .appForm .title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .devis .appForm .title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .devis .appForm .title,
      body.vi-th .somfy .devis .appForm .title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .devis .appForm .title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .devis .appForm .title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .devis .appForm .title,
      body.ar-lb .somfy .devis .appForm .title,
      body.ar-ma .somfy .devis .appForm .title,
      body.ar-il .somfy .devis .appForm .title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .devis .appForm .title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .devis .appForm .title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .devis .appForm .title,
      body.tc-tw .somfy .devis .appForm .title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .devis .appForm .title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .devis .appForm .title {
          font-size: 1.7142857143rem;
          line-height: 2rem; } }
    .somfy .devis .appForm p {
      color: #1A1B1C;
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem;
      margin-bottom: 2.8571428571rem; }
      body .somfy .devis .appForm p {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .devis .appForm p,
      body.vi-th .somfy .devis .appForm p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .devis .appForm p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .devis .appForm p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .devis .appForm p,
      body.ar-lb .somfy .devis .appForm p,
      body.ar-ma .somfy .devis .appForm p,
      body.ar-il .somfy .devis .appForm p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .devis .appForm p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .devis .appForm p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .devis .appForm p,
      body.tc-tw .somfy .devis .appForm p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .devis .appForm p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .devis .appForm p {
          font-size: 1.1428571429rem;
          line-height: 1.5714285714rem;
          margin-bottom: 1.4285714286rem; } }
    .somfy .devis .appForm .form-check + .form-check {
      margin-top: 0.7142857143rem; }
    .somfy .devis .appForm .project__type {
      margin-bottom: 2.8571428571rem; }
      .somfy .devis .appForm .project__type__text {
        display: inline-block;
        margin-left: 8.2142857143rem;
        white-space: normal; }
        @media (max-width: 767.98px) {
          .somfy .devis .appForm .project__type__text {
            font-size: 1.1428571429rem;
            line-height: 1.5714285714rem;
            margin-left: 3.2142857143rem; } }
      .somfy .devis .appForm .project__type__visual {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        width: 12.1428571429rem; }
        @media (max-width: 767.98px) {
          .somfy .devis .appForm .project__type__visual {
            width: 5rem; } }
        .somfy .devis .appForm .project__type__visual img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-height: 100%;
          min-width: 100%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: all 0.4s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy .devis .appForm .project__type__visual img {
              transition: none; } }
      .somfy .devis .appForm .project__type .btn-group-toggle {
        width: 100%; }
        .somfy .devis .appForm .project__type .btn-group-toggle .btn {
          position: relative;
          overflow: hidden;
          display: flex;
          align-items: center;
          margin-left: 0;
          min-height: 5rem;
          margin-bottom: 0.7142857143rem;
          padding: 0.7142857143rem 1.7857142857rem 0.7142857143rem 5.7142857143rem;
          border: 0;
          color: #1A1B1C;
          text-align: left;
          border-radius: 4px;
          background: white;
          box-shadow: none;
          font-weight: 200; }
          body .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .devis .appForm .project__type .btn-group-toggle .btn,
          body.vi-th .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .devis .appForm .project__type .btn-group-toggle .btn,
          body.ar-lb .somfy .devis .appForm .project__type .btn-group-toggle .btn,
          body.ar-ma .somfy .devis .appForm .project__type .btn-group-toggle .btn,
          body.ar-il .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .devis .appForm .project__type .btn-group-toggle .btn,
          body.tc-tw .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .devis .appForm .project__type .btn-group-toggle .btn {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
          @media (max-width: 767.98px) {
            .somfy .devis .appForm .project__type .btn-group-toggle .btn {
              font-size: 1.1428571429rem;
              line-height: 1.5714285714rem;
              min-height: 3.5714285714rem;
              padding: 0.7142857143rem 1.7857142857rem 0.7142857143rem 3.5714285714rem; } }
          .somfy .devis .appForm .project__type .btn-group-toggle .btn i {
            position: absolute;
            top: 50%;
            left: 0;
            width: 5.7142857143rem;
            color: #FAB800;
            text-align: center;
            font-size: 2.5714285714rem;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            transition: all 0.2s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy .devis .appForm .project__type .btn-group-toggle .btn i {
                transition: none; } }
            @media (max-width: 767.98px) {
              .somfy .devis .appForm .project__type .btn-group-toggle .btn i {
                width: 3.5714285714rem; } }
          .somfy .devis .appForm .project__type .btn-group-toggle .btn:hover, .somfy .devis .appForm .project__type .btn-group-toggle .btn:focus, .somfy .devis .appForm .project__type .btn-group-toggle .btn:focus-within {
            box-shadow: none;
            background-color: rgba(26, 27, 28, 0.1); }
            .somfy .devis .appForm .project__type .btn-group-toggle .btn:hover img, .somfy .devis .appForm .project__type .btn-group-toggle .btn:focus img, .somfy .devis .appForm .project__type .btn-group-toggle .btn:focus-within img {
              -ms-transform: translate(-50%, -50%) scale(1.1);
              -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
            .somfy .devis .appForm .project__type .btn-group-toggle .btn:hover i, .somfy .devis .appForm .project__type .btn-group-toggle .btn:focus i, .somfy .devis .appForm .project__type .btn-group-toggle .btn:focus-within i {
              color: black; }
          .somfy .devis .appForm .project__type .btn-group-toggle .btn:active, .somfy .devis .appForm .project__type .btn-group-toggle .btn.active {
            color: white;
            box-shadow: none;
            background-color: #FAB800; }
            .somfy .devis .appForm .project__type .btn-group-toggle .btn:active i, .somfy .devis .appForm .project__type .btn-group-toggle .btn.active i {
              color: white; }
          .somfy .devis .appForm .project__type .btn-group-toggle .btn.active:hover {
            background-color: #EC9600; }
            .somfy .devis .appForm .project__type .btn-group-toggle .btn.active:hover i {
              color: white; }
    .somfy .devis .appForm .equip__type {
      margin-bottom: 2.8571428571rem; }
    .somfy .devis .appForm legend, .somfy .devis .appForm .legend {
      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 .devis .appForm fieldset.form-group:not(:last-child) {
      margin-bottom: 1.1428571429rem;
      padding-bottom: 0.7142857143rem;
      border-bottom: 1px solid #E7E5E5; }
    .somfy .devis .appForm .captcha {
      margin-bottom: 3.5714285714rem; }
  .somfy .devis aside {
    background: white;
    padding-top: 5.7142857143rem;
    padding-bottom: 12.1428571429rem; }
    body .somfy .devis aside {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .devis aside,
    body.vi-th .somfy .devis aside {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .devis aside {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .devis aside {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .devis aside,
    body.ar-lb .somfy .devis aside,
    body.ar-ma .somfy .devis aside,
    body.ar-il .somfy .devis aside {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .devis aside {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .devis aside {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .devis aside,
    body.tc-tw .somfy .devis aside {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .devis aside {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .somfy .devis aside {
        display: none; } }
    @media (max-width: 767.98px) {
      .somfy .devis aside {
        padding: 2.8571428571rem 1.4285714286em 8.5714285714rem;
        margin-left: -0.7142857143em;
        margin-right: -0.7142857143em;
        max-width: none;
        flex: 0 0 calc(100% + 20px); } }
    .somfy .devis aside .title {
      margin-bottom: 2.8571428571rem;
      color: #1A1B1C;
      font-size: 2rem;
      line-height: 2.4285714286rem;
      font-weight: 200; }
      body .somfy .devis aside .title {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .devis aside .title {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .devis aside .title,
      body.vi-th .somfy .devis aside .title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .devis aside .title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .devis aside .title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .devis aside .title,
      body.ar-lb .somfy .devis aside .title,
      body.ar-ma .somfy .devis aside .title,
      body.ar-il .somfy .devis aside .title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .devis aside .title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .devis aside .title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .devis aside .title,
      body.tc-tw .somfy .devis aside .title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .devis aside .title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .devis aside .title {
          font-size: 1.1428571429rem;
          line-height: 1.5714285714rem;
          margin-bottom: 1.4285714286rem; }
          body .somfy .devis aside .title {
            font-family: SomfySans-Regular, sans-serif; }
          body.vi-vi .somfy .devis aside .title,
          body.vi-th .somfy .devis aside .title {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .devis aside .title {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .devis aside .title {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .devis aside .title,
          body.ar-lb .somfy .devis aside .title,
          body.ar-ma .somfy .devis aside .title,
          body.ar-il .somfy .devis aside .title {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .devis aside .title {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .devis aside .title {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .devis aside .title,
          body.tc-tw .somfy .devis aside .title {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .devis aside .title {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
    .somfy .devis aside .row strong {
      display: block;
      margin-bottom: 0.7142857143rem;
      font-size: 1.5714285714rem;
      line-height: 2rem; }
      body .somfy .devis aside .row strong {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .devis aside .row strong,
      body.vi-th .somfy .devis aside .row strong {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .devis aside .row strong {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .devis aside .row strong {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .devis aside .row strong,
      body.ar-lb .somfy .devis aside .row strong,
      body.ar-ma .somfy .devis aside .row strong,
      body.ar-il .somfy .devis aside .row strong {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .devis aside .row strong {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .devis aside .row strong {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .devis aside .row strong,
      body.tc-tw .somfy .devis aside .row strong {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .devis aside .row strong {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .devis aside .row strong {
          font-size: 1.2857142857rem;
          line-height: 1.7142857143rem; } }
    .somfy .devis aside .row p {
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem; }
      body .somfy .devis aside .row p {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .devis aside .row p,
      body.vi-th .somfy .devis aside .row p {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .devis aside .row p {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .devis aside .row p {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .devis aside .row p,
      body.ar-lb .somfy .devis aside .row p,
      body.ar-ma .somfy .devis aside .row p,
      body.ar-il .somfy .devis aside .row p {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .devis aside .row p {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .devis aside .row p {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .devis aside .row p,
      body.tc-tw .somfy .devis aside .row p {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .devis aside .row p {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .devis aside .row p {
          font-size: 1.1428571429rem;
          line-height: 1.5714285714rem; } }
    .somfy .devis aside .product {
      position: relative;
      margin-bottom: 4.2857142857rem; }
      @media (max-width: 767.98px) {
        .somfy .devis aside .product {
          margin-bottom: 1.4285714286rem; } }
      .somfy .devis aside .product .row {
        margin-bottom: 4.2857142857rem; }
        @media (max-width: 767.98px) {
          .somfy .devis aside .product .row {
            margin-bottom: 1.4285714286rem; } }
      .somfy .devis aside .product .col-4 {
        text-align: center; }
      .somfy .devis aside .product img {
        max-width: 100%;
        border: 1px solid #E7E5E5; }
      .somfy .devis aside .product:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100vw;
        background: #E7E5E5; }
    .somfy .devis aside .video {
      position: relative;
      width: calc(100% + 30px);
      height: 0;
      margin-left: -10px;
      padding-bottom: 56.25%;
      margin-bottom: 5.7142857143rem;
      margin-top: -5.7142857143rem; }
      @media (max-width: 991.98px) {
        .somfy .devis aside .video {
          width: calc(100% + 40px);
          margin-left: -20px; } }
      @media (max-width: 767.98px) {
        .somfy .devis aside .video {
          margin-top: -2.8571428571rem;
          margin-bottom: 2.8571428571rem; } }
      .somfy .devis aside .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .somfy .devis aside ol {
      margin: 0;
      padding: 0 0 0 1.4285714286rem; }
      .somfy .devis aside ol li {
        padding-left: 0.7142857143rem;
        margin-bottom: 1.7142857143rem; }
        body .somfy .devis aside ol li {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .devis aside ol li,
        body.vi-th .somfy .devis aside ol li {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .devis aside ol li {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .devis aside ol li {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .devis aside ol li,
        body.ar-lb .somfy .devis aside ol li,
        body.ar-ma .somfy .devis aside ol li,
        body.ar-il .somfy .devis aside ol li {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .devis aside ol li {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .devis aside ol li {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .devis aside ol li,
        body.tc-tw .somfy .devis aside ol li {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .devis aside ol li {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .devis aside ol li {
            margin-bottom: 1rem; } }
    .somfy .devis aside ul {
      list-style: none;
      margin: 0 0 1.7857142857rem;
      padding: 0; }
      .somfy .devis aside ul li {
        margin-bottom: 1rem; }
        body .somfy .devis aside ul li {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy .devis aside ul li,
        body.vi-th .somfy .devis aside ul li {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .devis aside ul li {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .devis aside ul li {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .devis aside ul li,
        body.ar-lb .somfy .devis aside ul li,
        body.ar-ma .somfy .devis aside ul li,
        body.ar-il .somfy .devis aside ul li {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .devis aside ul li {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .devis aside ul li {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .devis aside ul li,
        body.tc-tw .somfy .devis aside ul li {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .devis aside ul li {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 767.98px) {
          .somfy .devis aside ul li {
            margin-bottom: 0.7142857143rem; } }
        .somfy .devis aside ul li:before {
          content: '—';
          display: inline-block;
          margin-right: 0.7142857143rem; }
      .somfy .devis aside ul.files {
        opacity: 0;
        padding: 1.7857142857rem 0 0;
        border-top: 1px solid #E7E5E5;
        transition: all 0.4s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .devis aside ul.files {
            transition: none; } }
        .somfy .devis aside ul.files.active {
          opacity: 1; }
        .somfy .devis aside ul.files li {
          position: relative;
          width: 100%;
          padding-right: 2.1428571429rem;
          padding-left: 2.1428571429rem;
          margin-left: -0.2857142857rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .somfy .devis aside ul.files li img {
            position: absolute;
            top: 0;
            left: 0; }
          .somfy .devis aside ul.files li:before {
            display: none; }
          .somfy .devis aside ul.files li a {
            position: absolute;
            top: 2px;
            right: 0;
            display: block;
            color: #1A1B1C;
            text-decoration: none; }
            .somfy .devis aside ul.files li a i {
              display: block; }
            .somfy .devis aside ul.files li a:hover, .somfy .devis aside ul.files li a:focus, .somfy .devis aside ul.files li a:active {
              color: #EC9600; }
    .somfy .devis aside.step5 ul.files li a {
      display: none; }
  .somfy .devis .appFooter {
    position: absolute;
    bottom: 4.2857142857rem;
    left: 0;
    right: 0;
    z-index: 10;
    height: 5.7142857143rem;
    background: #F8F7F5;
    padding: 1.0714285714rem 10px; }
    @media (max-width: 991.98px) {
      .somfy .devis .appFooter {
        border-top: 1px solid #E7E5E5;
        margin-left: 0.7142857143rem;
        margin-right: 0.7142857143rem;
        padding: 1.0714285714rem 0; } }
    @media (max-width: 767.98px) {
      .somfy .devis .appFooter {
        margin: 0;
        bottom: 10rem;
        padding: 1.0714285714rem 0; } }
    .somfy .devis .appFooter button:first-child i {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      display: inline-block;
      position: relative;
      top: -0.0714285714rem;
      margin-left: 0;
      margin-right: 0.3571428571rem; }
  .somfy .devis .mainFooter {
    position: absolute;
    top: auto !important;
    z-index: 10;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #ffffff;
    transform: translateX(-50%); }
    .somfy .devis .mainFooter .footerBottom {
      border-top: 1px solid rgba(26, 27, 28, 0.1); }
    .somfy .devis .mainFooter .row:after {
      display: none !important; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .somfy .devis .mainFooter .footerBottom {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0; } }
    @media (max-width: 767.98px) {
      .somfy .devis .mainFooter .footerBottom {
        padding-top: 1.4285714286rem;
        margin: 0; } }

@media (min-width: 992px) {
  .somfy.rtl .devis .offset-lg-2, .somfy.rtl .dealers-locator .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0; }
  .somfy.rtl .devis .offset-lg-1, .somfy.rtl .dealers-locator .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0; } }

.somfy.rtl .devis header .breadcrumb, .somfy.rtl .dealers-locator header .breadcrumb {
  padding-right: 5rem;
  padding-left: 1.4285714286rem; }
  @media (max-width: 991.98px) {
    .somfy.rtl .devis header .breadcrumb, .somfy.rtl .dealers-locator header .breadcrumb {
      padding: 1.0714285714rem 1.4285714286rem 0.8571428571rem; } }
  .somfy.rtl .devis header .breadcrumb-item:first-child, .somfy.rtl .dealers-locator header .breadcrumb-item:first-child {
    padding-left: 1rem;
    padding-right: 2.1428571429rem; }
  .somfy.rtl .devis header .breadcrumb-item a img, .somfy.rtl .dealers-locator header .breadcrumb-item a img {
    left: auto;
    right: 0; }
  .somfy.rtl .devis header .breadcrumb-item + .breadcrumb-item:before, .somfy.rtl .dealers-locator header .breadcrumb-item + .breadcrumb-item:before {
    content: "\e903";
    padding-left: 0;
    padding-right: 1rem;
    transform: rotate(180deg); }

.somfy.rtl .devis aside, .somfy.rtl .dealers-locator aside {
  text-align: right; }
  .somfy.rtl .devis aside .video, .somfy.rtl .dealers-locator aside .video {
    margin-right: -10px;
    margin-left: 0; }
  .somfy.rtl .devis aside ol, .somfy.rtl .dealers-locator aside ol {
    padding: 0 1.4285714286rem 0 0; }
    .somfy.rtl .devis aside ol li, .somfy.rtl .dealers-locator aside ol li {
      padding-left: 0;
      padding-right: 0.7142857143rem; }
  .somfy.rtl .devis aside ul li:before, .somfy.rtl .dealers-locator aside ul li:before {
    margin-right: 0;
    margin-left: 0.7142857143rem; }
  .somfy.rtl .devis aside ul.files li, .somfy.rtl .dealers-locator aside ul.files li {
    padding-right: 1.4285714286rem;
    padding-left: 2.1428571429rem; }
    .somfy.rtl .devis aside ul.files li:before, .somfy.rtl .dealers-locator aside ul.files li:before {
      left: auto;
      right: 0; }
    .somfy.rtl .devis aside ul.files li a, .somfy.rtl .dealers-locator aside ul.files li a {
      left: 0;
      right: auto; }
  .somfy.rtl .devis aside .product:after, .somfy.rtl .dealers-locator aside .product:after {
    right: 0;
    left: auto; }

.somfy.rtl .devis main .container-fluid > .row:before, .somfy.rtl .dealers-locator main .container-fluid > .row:before {
  left: auto;
  right: 58.333333333%; }

.somfy.rtl .devis main .container-fluid > .row:after, .somfy.rtl .dealers-locator main .container-fluid > .row:after {
  right: auto;
  left: 41.6666667%; }

.somfy.rtl .devis .estim, .somfy.rtl .dealers-locator .estim {
  left: 0;
  right: auto; }

.somfy.rtl .devis .appForm, .somfy.rtl .dealers-locator .appForm {
  text-align: right; }
  .somfy.rtl .devis .appForm .project__type__text, .somfy.rtl .dealers-locator .appForm .project__type__text {
    margin-right: 8.2142857143rem;
    margin-left: 0; }
    @media (max-width: 767.98px) {
      .somfy.rtl .devis .appForm .project__type__text, .somfy.rtl .dealers-locator .appForm .project__type__text {
        margin-right: 3.2142857143rem;
        margin-left: 0; } }
  .somfy.rtl .devis .appForm .project__type__visual, .somfy.rtl .dealers-locator .appForm .project__type__visual {
    left: auto;
    right: 0; }
  .somfy.rtl .devis .appForm .project__type .btn-group-toggle, .somfy.rtl .dealers-locator .appForm .project__type .btn-group-toggle {
    width: 100%; }
    .somfy.rtl .devis .appForm .project__type .btn-group-toggle .btn, .somfy.rtl .dealers-locator .appForm .project__type .btn-group-toggle .btn {
      text-align: right;
      padding: 0.7142857143rem 5.7142857143rem 0.7142857143rem 1.7857142857rem; }
      @media (max-width: 767.98px) {
        .somfy.rtl .devis .appForm .project__type .btn-group-toggle .btn, .somfy.rtl .dealers-locator .appForm .project__type .btn-group-toggle .btn {
          padding: 0.7142857143rem 3.5714285714rem 0.7142857143rem 1.7857142857rem; } }
      .somfy.rtl .devis .appForm .project__type .btn-group-toggle .btn i, .somfy.rtl .dealers-locator .appForm .project__type .btn-group-toggle .btn i {
        left: auto;
        right: 0; }

.somfy.rtl .devis .appFooter button:first-child i, .somfy.rtl .dealers-locator .appFooter button:first-child i {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0rem;
  margin-left: 0.3571428571rem;
  margin-right: 0; }

.somfy.rtl .devis .appFooter button:last-child i, .somfy.rtl .dealers-locator .appFooter button:last-child i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -0.0714285714rem;
  margin-left: 0;
  margin-right: 0.3571428571rem; }

.somfy.rtl .devis .mainFooter .footerBottom ul, .somfy.rtl .dealers-locator .mainFooter .footerBottom ul {
  padding-right: 0;
  padding-left: auto; }
  .somfy.rtl .devis .mainFooter .footerBottom ul li:nth-child(2) div, .somfy.rtl .dealers-locator .mainFooter .footerBottom ul li:nth-child(2) div {
    margin-right: 50px !important;
    margin-left: 0; }
    @media (max-width: 767.98px) {
      .somfy.rtl .devis .mainFooter .footerBottom ul li:nth-child(2) div:first-child, .somfy.rtl .dealers-locator .mainFooter .footerBottom ul li:nth-child(2) div:first-child {
        margin-left: auto;
        margin-right: 0 !important; } }

.somfy.rtl .devis .mainFooter .footerBottom .copyright, .somfy.rtl .dealers-locator .mainFooter .footerBottom .copyright {
  text-align: right; }
  @media (max-width: 767.98px) {
    .somfy.rtl .devis .mainFooter .footerBottom .copyright, .somfy.rtl .dealers-locator .mainFooter .footerBottom .copyright {
      text-align: center; } }

.somfy.rtl .devis .mainFooter .footerBottom .methodPayment span, .somfy.rtl .dealers-locator .mainFooter .footerBottom .methodPayment span {
  margin-right: 20px;
  margin-left: 0; }
  @media (max-width: 767.98px) {
    .somfy.rtl .devis .mainFooter .footerBottom .methodPayment span, .somfy.rtl .dealers-locator .mainFooter .footerBottom .methodPayment span {
      margin-right: 14px;
      margin-left: 0; } }

.somfy.rtl .devis .mainFooter .footerBottom .multi-language .nl-form:after, .somfy.rtl .dealers-locator .mainFooter .footerBottom .multi-language .nl-form:after {
  left: -5px;
  right: auto; }

.somfy.minisites .minisites__title {
  margin-bottom: 2.8571428571rem;
  font-size: 3.2857142857rem;
  line-height: 3.5714285714rem;
  letter-spacing: 0rem; }
  body .somfy.minisites .minisites__title {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.minisites .minisites__title {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.minisites .minisites__title,
  body.vi-th .somfy.minisites .minisites__title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .minisites__title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .minisites__title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .minisites__title,
  body.ar-lb .somfy.minisites .minisites__title,
  body.ar-ma .somfy.minisites .minisites__title,
  body.ar-il .somfy.minisites .minisites__title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .minisites__title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .minisites__title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .minisites__title,
  body.tc-tw .somfy.minisites .minisites__title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .minisites__title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 767.98px) {
    .somfy.minisites .minisites__title {
      font-size: 2rem;
      line-height: 2.1428571429rem;
      letter-spacing: 0rem;
      margin-bottom: 1.4285714286rem; } }
  @media (min-width: 768px) {
    .somfy.minisites .minisites__title + .minisites__subtitle {
      margin-top: -1.4285714286rem; } }

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

.somfy.minisites .news-items .slick-slide img {
  display: inline !important; }

.somfy.minisites .thunbmails-minisites {
  margin-bottom: 70px; }
  @media (max-width: 767.98px) {
    .somfy.minisites .thunbmails-minisites {
      margin-bottom: 20px; } }
  .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container {
    position: relative;
    overflow: hidden;
    margin: 0 15px; }
    @media (max-width: 767.98px) {
      .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container {
        margin: 0; } }
    .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play .icon-play,
      .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
        font-size: 3rem; }
        @media (max-width: 991.98px) {
          .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play .icon-play,
          .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
            font-size: 5rem; } }
        .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play .icon-play:before,
        .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom:before {
          color: #fff; }
    .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .img-fluid {
      margin: 0 auto; }
    .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container .sfy-v5-icon-zoom {
      transform: translateY(100%);
      transition: all .4s ease;
      opacity: 0; }
    .somfy.minisites .thunbmails-minisites .slick-list .slick-slide .image-container:hover .sfy-v5-icon-zoom {
      transform: translateY(10%);
      opacity: 1; }
  @media (max-width: 767.98px) {
    .somfy.minisites .thunbmails-minisites .slick-list {
      box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1); } }
  .somfy.minisites .thunbmails-minisites.-opening-hours .icon-arrow-slider {
    background-color: rgba(26, 27, 28, 0.3); }
    .somfy.minisites .thunbmails-minisites.-opening-hours .icon-arrow-slider:before {
      color: white; }
    .somfy.minisites .thunbmails-minisites.-opening-hours .icon-arrow-slider.slick-prev {
      top: 14.6428571429rem;
      left: 6.4285714286rem; }
    .somfy.minisites .thunbmails-minisites.-opening-hours .icon-arrow-slider.slick-next {
      top: 14.6428571429rem;
      right: 1.4285714286rem; }
  .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide img {
    width: 100%; }
  .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container {
    display: block;
    margin: 0; }
    .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .icon-play,
      .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
        font-size: 3rem;
        margin-left: 5rem; }
        @media (max-width: 991.98px) {
          .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .icon-play,
          .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
            font-size: 5rem; } }
        @media (max-width: 767.98px) {
          .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .icon-play,
          .somfy.minisites .thunbmails-minisites.-opening-hours .slick-list .slick-slide .image-container .btn-play .sfy-v5-icon-zoom {
            margin-left: 0; } }
  @media (max-width: 767.98px) {
    .somfy.minisites .thunbmails-minisites .slick-dots {
      bottom: -2.2857142857rem;
      left: 0; } }

.somfy.minisites .icon-arrow-slider {
  background-color: rgba(26, 27, 28, 0.05);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20; }

.somfy.minisites .slick-next:before {
  font-family: icomoon, sans-serif;
  color: #485C74;
  content: "\e90f";
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  position: absolute; }

.somfy.minisites .slick-prev:before {
  transform: scaleX(-1);
  font-family: icomoon, sans-serif;
  color: #485C74;
  content: "\e90f";
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  position: absolute; }

body .somfy.minisites .site-partnership {
  font-family: SomfySans-Light, sans-serif; }

body.vi-vi .somfy.minisites .site-partnership,
body.vi-th .somfy.minisites .site-partnership {
  font-family: 'Noto Sans', sans-serif; }

body.kr-kr .somfy.minisites .site-partnership {
  font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }

body.il-il .somfy.minisites .site-partnership {
  font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }

body.ar-ac .somfy.minisites .site-partnership,
body.ar-lb .somfy.minisites .site-partnership,
body.ar-ma .somfy.minisites .site-partnership,
body.ar-il .somfy.minisites .site-partnership {
  font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }

body.ja-jp .somfy.minisites .site-partnership {
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }

body.sc-cn .somfy.minisites .site-partnership {
  font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }

body.tc-hk .somfy.minisites .site-partnership,
body.tc-tw .somfy.minisites .site-partnership {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }

body.th-th .somfy.minisites .site-partnership {
  font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.minisites .site-partnership h2 {
  margin-bottom: 2.1428571429rem; }
  body .somfy.minisites .site-partnership h2 {
    font-family: SomfySans-ExtraLight, sans-serif; }
    @media (max-width: 767.98px) {
      body .somfy.minisites .site-partnership h2 {
        font-family: 'SomfySans-Light', sans-serif; } }
  body.vi-vi .somfy.minisites .site-partnership h2,
  body.vi-th .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .site-partnership h2,
  body.ar-lb .somfy.minisites .site-partnership h2,
  body.ar-ma .somfy.minisites .site-partnership h2,
  body.ar-il .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .site-partnership h2,
  body.tc-tw .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .site-partnership h2 {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.minisites .site-partnership h3, .somfy.minisites .site-partnership h4, .somfy.minisites .site-partnership h5 {
  margin-bottom: 1.4285714286rem; }

.somfy.minisites .site-partnership strong {
  font-weight: normal; }
  body .somfy.minisites .site-partnership strong {
    font-family: SomfySans-Medium, sans-serif; }
  body.vi-vi .somfy.minisites .site-partnership strong,
  body.vi-th .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.minisites .site-partnership strong,
  body.ar-lb .somfy.minisites .site-partnership strong,
  body.ar-ma .somfy.minisites .site-partnership strong,
  body.ar-il .somfy.minisites .site-partnership strong {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.minisites .site-partnership strong,
  body.tc-tw .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.minisites .site-partnership strong {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.minisites .site-partnership li {
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  margin-left: 2.8571428571rem; }
  @media (max-width: 991.98px) {
    .somfy.minisites .site-partnership li {
      font-size: 1rem;
      line-height: 1.5714285714rem; } }

.somfy.minisites .site-partnership p {
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem; }
  @media (max-width: 991.98px) {
    .somfy.minisites .site-partnership p {
      font-size: 1rem;
      line-height: 1.5714285714rem; } }
  .somfy.minisites .site-partnership p:not(:last-child) {
    margin-bottom: 1.4285714286rem; }

.somfy.minisites .site-partnership .image-block-wrapper img {
  height: 5.7142857143rem; }

.somfy.minisites .site-partner {
  display: flex;
  margin: 0;
  padding: 0.7142857143rem 1.4285714286rem;
  list-style: none;
  align-items: center;
  justify-content: center; }
  .somfy.minisites .site-partner-wrapper {
    border-bottom: 1px solid rgba(204, 204, 204, 0.6); }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-partner-wrapper {
        text-align: center; } }
  @media (max-width: 767.98px) {
    .somfy.minisites .site-partner {
      display: inline-block;
      margin: auto; } }
  .somfy.minisites .site-partner li {
    padding: 0 2.1428571429rem;
    color: #767677;
    font-size: 1.2857142857rem;
    line-height: 1.5714285714rem; }
    body .somfy.minisites .site-partner li {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.minisites .site-partner li,
    body.vi-th .somfy.minisites .site-partner li {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.minisites .site-partner li {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.minisites .site-partner li {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.minisites .site-partner li,
    body.ar-lb .somfy.minisites .site-partner li,
    body.ar-ma .somfy.minisites .site-partner li,
    body.ar-il .somfy.minisites .site-partner li {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.minisites .site-partner li {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.minisites .site-partner li {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.minisites .site-partner li,
    body.tc-tw .somfy.minisites .site-partner li {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.minisites .site-partner li {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 767.98px) {
      .somfy.minisites .site-partner li {
        padding: 0.2857142857rem 0;
        font-size: 1rem;
        line-height: 1.2857142857rem;
        margin: 0;
        display: flex;
        align-items: center;
        text-align: left; }
        .somfy.minisites .site-partner li img {
          margin-right: 10px; } }
    .somfy.minisites .site-partner li svg {
      height: 2.1428571429rem;
      width: 2.1428571429rem;
      margin-right: 0.7142857143rem;
      vertical-align: middle;
      fill: #767677; }
      @media (max-width: 767.98px) {
        .somfy.minisites .site-partner li svg {
          min-width: 2.1428571429rem; } }

.somfy.minisites.rtl a.anim-arrow .icon-arrow-right {
  left: -14px;
  right: auto;
  margin-top: 0;
  -ms-transform: translateY(-60%) rotate(180deg);
  -webkit-transform: translateY(-60%) rotate(180deg);
  transform: translateY(-60%) rotate(180deg); }

.somfy.minisites.rtl a.anim-arrow:hover .icon-arrow-right {
  margin-left: -10px; }

.somfy.minisites.rtl .icon-arrow-slider.slick-prev {
  right: 0 !important; }

.somfy.minisites.rtl .site-partner li svg {
  margin-left: 0.7142857143rem;
  margin-right: 0; }

.somfy.minisites.rtl .site-partnership li {
  text-align: right; }

div#basicModalContent {
  padding-right: 0;
  display: block;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 2000; }

.somfy.faq .title-content, .somfy.sitemap .title-content, .somfy.notices .title-content {
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .somfy.faq .title-content, .somfy.sitemap .title-content, .somfy.notices .title-content {
      padding-top: 2rem;
      padding-bottom: 35px; } }

.somfy.faq .faq-stats, .somfy.sitemap .faq-stats, .somfy.notices .faq-stats {
  display: flex; }
  @media (max-width: 991.98px) {
    .somfy.faq .faq-stats, .somfy.sitemap .faq-stats, .somfy.notices .faq-stats {
      margin-top: 0.7142857143rem;
      font-size: 14px; } }
  .somfy.faq .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 .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 .faq-stats.detail, body.vi-vi .somfy.sitemap .faq-stats.detail, body.vi-vi .somfy.notices .faq-stats.detail,
    body.vi-th .somfy.faq .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 .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 .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 .faq-stats.detail, body.ar-ac .somfy.sitemap .faq-stats.detail, body.ar-ac .somfy.notices .faq-stats.detail,
    body.ar-lb .somfy.faq .faq-stats.detail, body.ar-lb .somfy.sitemap .faq-stats.detail, body.ar-lb .somfy.notices .faq-stats.detail,
    body.ar-ma .somfy.faq .faq-stats.detail, body.ar-ma .somfy.sitemap .faq-stats.detail, body.ar-ma .somfy.notices .faq-stats.detail,
    body.ar-il .somfy.faq .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 .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 .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 .faq-stats.detail, body.tc-hk .somfy.sitemap .faq-stats.detail, body.tc-hk .somfy.notices .faq-stats.detail,
    body.tc-tw .somfy.faq .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 .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 .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 .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 .faq-stats .view span, .somfy.sitemap .faq-stats .view span, .somfy.notices .faq-stats .view span {
      padding-right: 8px;
      font-size: 1.4285714286rem; }
  .somfy.faq .faq-stats .date, .somfy.sitemap .faq-stats .date, .somfy.notices .faq-stats .date {
    color: #767677;
    padding-left: 15px;
    white-space: nowrap; }

.somfy.faq .bootstrap-select, .somfy.sitemap .bootstrap-select, .somfy.notices .bootstrap-select {
  height: 60px !important; }
  .somfy.faq .bootstrap-select button, .somfy.sitemap .bootstrap-select button, .somfy.notices .bootstrap-select button {
    padding: 19px 25px 15px; }
  @media (max-width: 991.98px) {
    .somfy.faq .bootstrap-select, .somfy.sitemap .bootstrap-select, .somfy.notices .bootstrap-select {
      height: 40px !important; }
      .somfy.faq .bootstrap-select button, .somfy.sitemap .bootstrap-select button, .somfy.notices .bootstrap-select button {
        padding: 8px 25px 8px; } }
  .somfy.faq .bootstrap-select.empty, .somfy.sitemap .bootstrap-select.empty, .somfy.notices .bootstrap-select.empty {
    opacity: 0.3; }
    .somfy.faq .bootstrap-select.empty .dropdown-menu, .somfy.sitemap .bootstrap-select.empty .dropdown-menu, .somfy.notices .bootstrap-select.empty .dropdown-menu {
      display: none; }

.somfy.faq .form-row input, .somfy.faq .form-row select, .somfy.faq .form-row button:not(.dropdown-toggle), .somfy.sitemap .form-row input, .somfy.sitemap .form-row select, .somfy.sitemap .form-row button:not(.dropdown-toggle), .somfy.notices .form-row input, .somfy.notices .form-row select, .somfy.notices .form-row button:not(.dropdown-toggle) {
  height: 60px !important;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }
  @media (max-width: 991.98px) {
    .somfy.faq .form-row input, .somfy.faq .form-row select, .somfy.faq .form-row button:not(.dropdown-toggle), .somfy.sitemap .form-row input, .somfy.sitemap .form-row select, .somfy.sitemap .form-row button:not(.dropdown-toggle), .somfy.notices .form-row input, .somfy.notices .form-row select, .somfy.notices .form-row button:not(.dropdown-toggle) {
      height: 40px !important; } }

.somfy.faq .icon-search, .somfy.sitemap .icon-search, .somfy.notices .icon-search {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  color: #8996A4; }

.somfy.faq .faq-pagination, .somfy.sitemap .faq-pagination, .somfy.notices .faq-pagination {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7; }
  .somfy.faq .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 .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 .faq-pagination ul > li a, .somfy.sitemap .faq-pagination ul > li a, .somfy.notices .faq-pagination ul > li a {
        color: #485C74;
        font-size: 20px;
        padding: 10px; }
        .somfy.faq .faq-pagination ul > li a:hover, .somfy.sitemap .faq-pagination ul > li a:hover, .somfy.notices .faq-pagination ul > li a:hover {
          color: #344355;
          transition: all .3s ease; }
          .somfy.faq .faq-pagination ul > li a:hover .icon-arrow-left,
          .somfy.faq .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: #344355; }
      .somfy.faq .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 .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 .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: #485C74 !important;
          content: '\e903';
          display: inline-block;
          transform: rotate(180deg); }
      .somfy.faq .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 .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 .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: #485C74 !important; }
        .somfy.faq .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 .faq-pagination, .somfy.sitemap .faq-pagination, .somfy.notices .faq-pagination {
      border-bottom: none;
      border-top: none; }
      .somfy.faq .faq-pagination ul, .somfy.sitemap .faq-pagination ul, .somfy.notices .faq-pagination ul {
        flex-direction: column-reverse; }
        .somfy.faq .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 .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 ul.list-unstyled ul, .somfy.sitemap ul.list-unstyled ul, .somfy.notices ul.list-unstyled ul {
  list-style-type: disc; }

.somfy.faq ul.list-unstyled a, .somfy.sitemap ul.list-unstyled a, .somfy.notices ul.list-unstyled a {
  color: #1A1B1C;
  text-decoration: none; }
  .somfy.faq ul.list-unstyled a:hover, .somfy.sitemap ul.list-unstyled a:hover, .somfy.notices ul.list-unstyled a:hover {
    color: #FAB800; }

.somfy.faq .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2, .somfy.faq .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend, .somfy.faq .form_assembly .wForm fieldset .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.faq .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.faq .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.faq .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.faq .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.faq .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .subtitle_2, .somfy.faq .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend, .somfy.faq .form_assembly .wForm fieldset .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.faq .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption .form_assembly .wForm fieldset legend,
.somfy.faq .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-caption legend,
.somfy.faq .youtube_slider.bg-dark .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child,
.somfy.faq .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 .form_assembly .wForm fieldset .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-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 .form_assembly .wForm fieldset .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-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 .form_assembly .wForm fieldset .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-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 .form_assembly .wForm fieldset .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-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 .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.faq .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 .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.faq .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 .youtube_slider.bg-white .webtv_slider .slick-prev, .somfy.faq .youtube_slider.bg-white .webtv_slider .slick-next, .somfy.faq .youtube_slider.bg-dark .webtv_slider .slick-prev, .somfy.faq .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 .youtube_slider.bg-dark, .somfy.sitemap .youtube_slider.bg-dark, .somfy.notices .youtube_slider.bg-dark {
  padding-top: 75px; }
  .somfy.faq .youtube_slider.bg-dark .subtitle_1, .somfy.faq .youtube_slider.bg-dark .subtitle_2, .somfy.faq .youtube_slider.bg-dark .form_assembly .wForm fieldset legend, .somfy.faq .form_assembly .wForm fieldset .youtube_slider.bg-dark legend, .somfy.sitemap .youtube_slider.bg-dark .subtitle_1, .somfy.sitemap .youtube_slider.bg-dark .subtitle_2, .somfy.sitemap .youtube_slider.bg-dark .form_assembly .wForm fieldset legend, .somfy.sitemap .form_assembly .wForm fieldset .youtube_slider.bg-dark legend, .somfy.notices .youtube_slider.bg-dark .subtitle_1, .somfy.notices .youtube_slider.bg-dark .subtitle_2, .somfy.notices .youtube_slider.bg-dark .form_assembly .wForm fieldset legend, .somfy.notices .form_assembly .wForm fieldset .youtube_slider.bg-dark legend {
    color: #ffffff !important; }

.somfy.faq .youtube_slider.bg-dark, .somfy.sitemap .youtube_slider.bg-dark, .somfy.notices .youtube_slider.bg-dark {
  padding-top: 75px; }
  .somfy.faq .youtube_slider.bg-dark .subtitle_1, .somfy.faq .youtube_slider.bg-dark .subtitle_2, .somfy.faq .youtube_slider.bg-dark .form_assembly .wForm fieldset legend, .somfy.faq .form_assembly .wForm fieldset .youtube_slider.bg-dark legend, .somfy.sitemap .youtube_slider.bg-dark .subtitle_1, .somfy.sitemap .youtube_slider.bg-dark .subtitle_2, .somfy.sitemap .youtube_slider.bg-dark .form_assembly .wForm fieldset legend, .somfy.sitemap .form_assembly .wForm fieldset .youtube_slider.bg-dark legend, .somfy.notices .youtube_slider.bg-dark .subtitle_1, .somfy.notices .youtube_slider.bg-dark .subtitle_2, .somfy.notices .youtube_slider.bg-dark .form_assembly .wForm fieldset legend, .somfy.notices .form_assembly .wForm fieldset .youtube_slider.bg-dark legend {
    color: #ffffff !important; }

.somfy.faq .faq-search, .somfy.sitemap .faq-search, .somfy.notices .faq-search {
  padding: 0 40px; }
  .somfy.faq .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 .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; }
  @media (min-width: 768px) {
    .somfy.faq .faq-search .form-group, .somfy.sitemap .faq-search .form-group, .somfy.notices .faq-search .form-group {
      margin: 0; } }

.somfy.faq .accordion-wrap, .somfy.sitemap .accordion-wrap, .somfy.notices .accordion-wrap {
  padding-top: 15px; }
  .somfy.faq .accordion-wrap .accordion-item, .somfy.sitemap .accordion-wrap .accordion-item, .somfy.notices .accordion-wrap .accordion-item {
    border-radius: 0;
    margin: 0; }
    .somfy.faq .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 {
      border-bottom: 1px solid #e3e3e3;
      margin-left: 40px;
      margin-right: 35px;
      padding: 20px 30px 20px 0; }
      @media (max-width: 991.98px) {
        .somfy.faq .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 {
          padding: 20px 30px 10px 0; } }
      .somfy.faq .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 .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 {
    right: -30px;
    top: 50%;
    margin-top: -11px; }

.somfy.faq .accordion-hidden-faq, .somfy.sitemap .accordion-hidden-faq, .somfy.notices .accordion-hidden-faq {
  display: none; }

.somfy.faq .faq-detail img, .somfy.sitemap .faq-detail img, .somfy.notices .faq-detail img {
  max-width: 100%;
  height: auto !important; }

.somfy.faq .faq-detail .text-center ul, .somfy.faq .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 .faq-footer img, .somfy.sitemap .faq-footer img, .somfy.notices .faq-footer img {
  max-width: 100%;
  height: auto !important; }

.somfy.faq .faq-footer .text-center ul, .somfy.faq .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 .faq-footer, body .somfy.sitemap .faq-footer, body .somfy.notices .faq-footer {
  font-family: SomfySans-ExtraLight, sans-serif; }
  @media (max-width: 767.98px) {
    body .somfy.faq .faq-footer, body .somfy.sitemap .faq-footer, body .somfy.notices .faq-footer {
      font-family: 'SomfySans-Light', sans-serif; } }

body.vi-vi .somfy.faq .faq-footer, body.vi-vi .somfy.sitemap .faq-footer, body.vi-vi .somfy.notices .faq-footer,
body.vi-th .somfy.faq .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 .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 .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 .faq-footer, body.ar-ac .somfy.sitemap .faq-footer, body.ar-ac .somfy.notices .faq-footer,
body.ar-lb .somfy.faq .faq-footer, body.ar-lb .somfy.sitemap .faq-footer, body.ar-lb .somfy.notices .faq-footer,
body.ar-ma .somfy.faq .faq-footer, body.ar-ma .somfy.sitemap .faq-footer, body.ar-ma .somfy.notices .faq-footer,
body.ar-il .somfy.faq .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 .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 .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 .faq-footer, body.tc-hk .somfy.sitemap .faq-footer, body.tc-hk .somfy.notices .faq-footer,
body.tc-tw .somfy.faq .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 .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 .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 .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 .faq-footer .link_big span:before, .somfy.sitemap .faq-footer .link_big span:before, .somfy.notices .faq-footer .link_big span:before {
    color: #FAB800;
    transition: all .3s ease; }

.somfy.faq .form-row button:not(.dropdown-toggle), .somfy.sitemap .form-row button:not(.dropdown-toggle), .somfy.notices .form-row button:not(.dropdown-toggle) {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991.98px) {
  .somfy.faq .form-group, .somfy.sitemap .form-group, .somfy.notices .form-group {
    margin-bottom: 10px; }
  .somfy.faq .switch, .somfy.sitemap .switch, .somfy.notices .switch {
    float: right; }
  .somfy.faq .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 .switch, .somfy.sitemap .switch, .somfy.notices .switch {
    float: none; } }

@media (max-width: 767.98px) {
  .somfy.faq .order-by h4, .somfy.sitemap .order-by h4, .somfy.notices .order-by h4 {
    margin-right: 20px; } }

.somfy.faq .switch, .somfy.sitemap .switch, .somfy.notices .switch {
  display: inline-flex;
  align-items: center;
  margin-left: 20px; }
  @media (max-width: 767.98px) {
    .somfy.faq .switch, .somfy.sitemap .switch, .somfy.notices .switch {
      margin-left: 0; } }
  .somfy.faq .switch .toggler, .somfy.sitemap .switch .toggler, .somfy.notices .switch .toggler {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
    margin: 0 20px; }
    .somfy.faq .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: .4s; }
      .somfy.faq .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: #FAB800;
        transition: .4s; }
    .somfy.faq .switch .toggler input, .somfy.sitemap .switch .toggler input, .somfy.notices .switch .toggler input {
      height: auto !important;
      padding: 0; }
    .somfy.faq .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); }

@media (max-width: 767.98px) {
  .somfy.rtl.faq .order-by h4, .somfy.rtl.sitemap .order-by h4, .somfy.rtl.notices .order-by h4 {
    margin-right: auto;
    margin-left: 20px; } }

.somfy.rtl.faq .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 .switch, .somfy.rtl.sitemap .switch, .somfy.rtl.notices .switch {
      margin-right: 0; } }

.somfy.rtl.faq .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 .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 .faq-stats .date, .somfy.rtl.sitemap .faq-stats .date, .somfy.rtl.notices .faq-stats .date {
  padding-left: 0;
  padding-right: 15px; }

.somfy.rtl.faq .icon-search, .somfy.rtl.sitemap .icon-search, .somfy.rtl.notices .icon-search {
  left: 20px;
  right: auto; }

.somfy.rtl.faq .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 .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 .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 .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li, .somfy.rtl.faq .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 .youtube_slider.bg-white .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-respond ul li:first-child, .somfy.rtl.faq .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 .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 .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 .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.error-404 section .title-content {
  padding-top: 170px; }
  @media (max-width: 991.98px) {
    .somfy.error-404 section .title-content {
      padding-top: 40px; } }
  .somfy.error-404 section .title-content .title {
    padding-right: 5rem;
    padding-left: 5rem; }
    @media (max-width: 991.98px) {
      .somfy.error-404 section .title-content .title {
        padding: 0; } }
  .somfy.error-404 section .title-content .arrow {
    height: 100px; }
    @media (min-width: 1200px) {
      .somfy.error-404 section .title-content .arrow {
        height: 120px; } }
    @media (max-width: 767.98px) {
      .somfy.error-404 section .title-content .arrow {
        height: 40px; } }
    .somfy.error-404 section .title-content .arrow .img-prev, .somfy.error-404 section .title-content .arrow .img-next {
      background-image: url(/common/b2c_v5/img/404_prev.png);
      background-position: right;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767.98px) {
        .somfy.error-404 section .title-content .arrow .img-prev, .somfy.error-404 section .title-content .arrow .img-next {
          background-size: cover; } }
    .somfy.error-404 section .title-content .arrow .img-next {
      background-image: url(/common/b2c_v5/img/404_next.png);
      background-position: left; }

.somfy.error-404.rtl .title-content .arrow {
  transform: rotate(180deg); }

.somfy.notices .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.somfy.notices .title-content {
  padding-top: 8rem;
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .somfy.notices .title-content {
      padding-top: 2rem;
      padding-bottom: 35px; } }

.somfy.notices .accordion-item {
  padding-left: 20px; }
  .somfy.notices .accordion-item .accordion-item-title {
    margin-bottom: 0; }
  .somfy.notices .accordion-item .accordion-item-content {
    padding-left: 90px; }
    @media (max-width: 991.98px) {
      .somfy.notices .accordion-item .accordion-item-content {
        padding-left: 0; } }
    body .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: SomfySans-Regular, sans-serif; }
    body.vi-vi .somfy.notices .accordion-item .accordion-item-content .notices-content,
    body.vi-th .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.notices .accordion-item .accordion-item-content .notices-content,
    body.ar-lb .somfy.notices .accordion-item .accordion-item-content .notices-content,
    body.ar-ma .somfy.notices .accordion-item .accordion-item-content .notices-content,
    body.ar-il .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.notices .accordion-item .accordion-item-content .notices-content,
    body.tc-tw .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.notices .accordion-item .accordion-item-content .notices-content {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy.notices .accordion-item .accordion-item-content .notices-content .img-container {
      height: 90px;
      width: 90px;
      margin-right: 15px; }
      .somfy.notices .accordion-item .accordion-item-content .notices-content .img-container img {
        max-height: 100%; }
    .somfy.notices .accordion-item .accordion-item-content .notices-content .icon {
      margin-right: 5px;
      margin-left: 5px;
      font-size: 24px; }
    .somfy.notices .accordion-item .accordion-item-content li {
      margin: 5px 0; }
      .somfy.notices .accordion-item .accordion-item-content li a {
        text-decoration: none;
        color: #485C74; }

.somfy.notices.rtl .accordion-item {
  padding-right: 20px; }
  .somfy.notices.rtl .accordion-item .accordion-item-content {
    padding-left: 0;
    padding-right: 90px; }
    @media (max-width: 991.98px) {
      .somfy.notices.rtl .accordion-item .accordion-item-content {
        padding-right: 0; } }
    .somfy.notices.rtl .accordion-item .accordion-item-content .notices-content .img-container {
      margin-right: 0;
      margin-left: 15px; }

.somfy.blog {
  color: #1A1B1C;
  font-family: 'SomfySans-Regular', sans-serif; }
  .somfy.blog #header.open:before {
    z-index: 20; }
  .somfy.blog #header.show_dropdown .blog:before {
    opacity: 0; }
  .somfy.blog #header > .container-fluid > .row {
    position: relative; }
  .somfy.blog .header .blog {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1.4285714286rem; }
    .somfy.blog .header .blog > .col-12 {
      padding-bottom: 1.0714285714rem; }
      @media (max-width: 767.98px) {
        .somfy.blog .header .blog > .col-12 {
          padding-bottom: 1.4285714286rem; } }
    @media (max-width: 767.98px) {
      .somfy.blog .header .blog {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 35.7142857143rem;
        transition: all 0.4s ease-in-out;
        border-top: 1px solid #E7E5E5; } }
  @media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .somfy.blog .header .blog {
      transition: none; } }
    @media (max-width: 767.98px) {
      .somfy.blog .header .blog.-open {
        display: block;
        max-height: calc(100vh - 150px); } }
    .somfy.blog .header .blog:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 1px;
      background: #E7E5E5;
      width: 100vw;
      transition: all 0.2s ease-in-out;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.blog .header .blog:before {
          transition: none; } }
      @media (max-width: 767.98px) {
        .somfy.blog .header .blog:before {
          display: none; } }
    .somfy.blog .header .blog .form-group {
      margin-bottom: 0; }
      .somfy.blog .header .blog .form-group.-top label {
        top: 5px;
        padding-top: 0; }
      .somfy.blog .header .blog .form-group .icon-somfy-search {
        pointer-events: none; }
    .somfy.blog .header .blog .title {
      display: inline-block;
      color: #1A1B1C;
      font-size: 3.2857142857rem;
      line-height: 3.9285714286rem;
      font-family: 'SomfySans-Medium', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy.blog .header .blog .title {
          font-size: 2.5714285714rem;
          line-height: 3.0714285714rem;
          margin-top: -0.4285714286rem; } }
    .somfy.blog .header .blog p {
      margin: 1rem 2.1428571429rem 0;
      color: #1A1B1C;
      font-size: 1.5714285714rem;
      line-height: 1.7142857143rem; }
      @media (max-width: 767.98px) {
        .somfy.blog .header .blog p {
          font-size: 1.1428571429rem;
          line-height: 1.3571428571rem;
          margin: 0 0 1.7857142857rem; } }
    .somfy.blog .header .blog-category {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy.blog .header .blog-category ul {
          display: block !important;
          padding-top: 0 !important; } }
      .somfy.blog .header .blog-category-close {
        position: absolute;
        z-index: 20;
        top: -0.7142857143rem;
        right: 0.7142857143rem;
        background: none;
        border: none;
        padding: 0.7142857143rem;
        cursor: pointer;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .header .blog-category-close {
            transition: none; } }
        .somfy.blog .header .blog-category-close i {
          display: block; }
        .somfy.blog .header .blog-category-close:hover, .somfy.blog .header .blog-category-close:focus {
          color: #FAB800;
          -ms-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }
      .somfy.blog .header .blog-category-title {
        position: relative;
        display: block;
        text-align: left;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        color: #1A1B1C;
        font-size: 1.1428571429rem;
        white-space: nowrap;
        margin-right: 1.4285714286rem;
        text-transform: uppercase;
        cursor: default;
        font-family: 'SomfySans-Regular', sans-serif; }
        .somfy.blog .header .blog-category-title i {
          font-size: 1.7142857143rem;
          margin-right: 0.7142857143rem;
          vertical-align: sub; }
        @media (max-width: 767.98px) {
          .somfy.blog .header .blog-category-title {
            width: 100%;
            cursor: pointer; }
            .somfy.blog .header .blog-category-title:after {
              position: absolute;
              top: 40%;
              right: 0;
              content: '';
              display: inline-block;
              width: 0.5714285714rem;
              height: 0.5714285714rem;
              margin-left: 0.7142857143rem;
              margin-right: 0.7142857143rem;
              border-right: 1px solid black;
              border-bottom: 1px solid black;
              -ms-transform: translateY(-50%) rotate(45deg);
              -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              transition: all 0.2s ease-in-out; } }
    @media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
      .somfy.blog .header .blog-category-title:after {
        transition: none; } }
        @media (max-width: 767.98px) {
            .somfy.blog .header .blog-category-title[aria-expanded='true']:after {
              top: 60%;
              -ms-transform: translateY(-50%) rotate(225deg);
              -webkit-transform: translateY(-50%) rotate(225deg);
              transform: translateY(-50%) rotate(225deg); } }
      .somfy.blog .header .blog-category-toggle {
        padding: 0;
        margin: 0 0 0 1.4285714286rem;
        border: none;
        background: none;
        color: #FAB800;
        text-transform: uppercase;
        white-space: nowrap;
        cursor: pointer; }
        @media (min-width: 768px) {
          .somfy.blog .header .blog-category-toggle {
            display: block !important; } }
        @media (max-width: 767.98px) {
          .somfy.blog .header .blog-category-toggle {
            display: none;
            width: 100%;
            margin-left: 0;
            text-align: center; } }
        .somfy.blog .header .blog-category-toggle:after {
          position: relative;
          top: -0.2857142857rem;
          content: '';
          display: inline-block;
          width: 0.5714285714rem;
          height: 0.5714285714rem;
          margin-left: 0.7142857143rem;
          margin-right: 0.7142857143rem;
          border-right: 1px solid #FAB800;
          border-bottom: 1px solid #FAB800;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: all 0.2s ease-in-out; }
          @media screen and (prefers-reduced-motion: reduce) {
            .somfy.blog .header .blog-category-toggle:after {
              transition: none; } }
        .somfy.blog .header .blog-category-toggle[aria-expanded='true']:after {
          top: 0rem;
          -ms-transform: rotate(225deg);
          -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }
    .somfy.blog .header .blog ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      @media (min-width: 768px) {
        .somfy.blog .header .blog ul {
          display: block !important; } }
      @media (max-width: 767.98px) {
        .somfy.blog .header .blog ul {
          display: none;
          padding-top: 1.7857142857rem;
          padding-bottom: 1.7857142857rem; } }
      .somfy.blog .header .blog ul li {
        display: inline-block; }
        .somfy.blog .header .blog ul li .tag {
          margin-top: 0.3571428571rem;
          margin-bottom: 0.3571428571rem; }
          @media (max-width: 767.98px) {
            .somfy.blog .header .blog ul li .tag {
              margin-right: 0.7142857143rem; } }
        .somfy.blog .header .blog ul li.more-tag {
          display: none; }
  .somfy.blog .blog-filters .blog-breadcrumb {
    padding-top: 0;
    padding-bottom: 1.4285714286rem; }
  .somfy.blog .blog-filters .nav {
    border-left: 1px solid #E7E5E5;
    border-bottom: 0; }
    @media (max-width: 991.98px) {
      .somfy.blog .blog-filters .nav {
        border-left: 0; } }
    @media (max-width: 991.98px) {
      .somfy.blog .blog-filters .nav.nav-tabs {
        justify-content: space-between; } }
    .somfy.blog .blog-filters .nav.nav-tabs .nav-item {
      margin-bottom: 0;
      border-right: 1px solid #E7E5E5; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-filters .nav.nav-tabs .nav-item {
          border-right: none;
          text-align: center;
          width: 100%; }
          .somfy.blog .blog-filters .nav.nav-tabs .nav-item:first-child .nav-link {
            padding-right: 2.8571428571rem; }
          .somfy.blog .blog-filters .nav.nav-tabs .nav-item:last-child {
            border-right: none; }
            .somfy.blog .blog-filters .nav.nav-tabs .nav-item:last-child .nav-link {
              padding-left: 2.8571428571rem;
              border-left: 1px solid #E7E5E5; } }
    .somfy.blog .blog-filters .nav.nav-tabs .nav-link {
      font-size: 1.1428571429rem;
      color: #A1ABB7;
      line-height: 5.7142857143rem;
      padding: 0 7.1428571429rem;
      margin: 0;
      display: inline-block;
      text-transform: uppercase;
      border-bottom: none;
      border-radius: 0;
      width: 100%;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-filters .nav.nav-tabs .nav-link {
          padding: 0;
          font-size: 1rem;
          line-height: 4.2857142857rem; } }
      .somfy.blog .blog-filters .nav.nav-tabs .nav-link i {
        font-size: 1.8571428571rem;
        margin-right: 0.7142857143rem;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-filters .nav.nav-tabs .nav-link i {
            font-size: 1.4285714286rem; } }
      .somfy.blog .blog-filters .nav.nav-tabs .nav-link:after {
        position: relative;
        top: -4px;
        content: '';
        display: inline-block;
        margin-left: 20px;
        border-top: 6px solid #A1ABB7;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .blog-filters .nav.nav-tabs .nav-link:after {
            transition: none; } }
      .somfy.blog .blog-filters .nav.nav-tabs .nav-link:hover, .somfy.blog .blog-filters .nav.nav-tabs .nav-link:focus, .somfy.blog .blog-filters .nav.nav-tabs .nav-link:active, .somfy.blog .blog-filters .nav.nav-tabs .nav-link.active {
        color: #FAB800; }
        .somfy.blog .blog-filters .nav.nav-tabs .nav-link:hover:after, .somfy.blog .blog-filters .nav.nav-tabs .nav-link:focus:after, .somfy.blog .blog-filters .nav.nav-tabs .nav-link:active:after, .somfy.blog .blog-filters .nav.nav-tabs .nav-link.active:after {
          border-top-color: #FAB800; }
      .somfy.blog .blog-filters .nav.nav-tabs .nav-link.active:after {
        border-top: 0 solid transparent;
        border-bottom: 6px solid #FAB800; }
  .somfy.blog .blog-filters .tab-content {
    position: relative; }
    .somfy.blog .blog-filters .tab-content:before {
      display: block;
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      background: #F2F2F2;
      width: 100vw;
      transform: translateX(-50%); }
    .somfy.blog .blog-filters .tab-content-close {
      position: absolute;
      z-index: 10;
      display: none;
      right: -1.4285714286rem;
      top: 1.1428571429rem;
      padding: 1.4285714286rem;
      margin: 0;
      border: none;
      background: none;
      cursor: pointer;
      color: #485C74;
      line-height: 1.4285714286rem;
      font-size: 1.4285714286rem; }
    .somfy.blog .blog-filters .tab-content ul {
      margin: 0;
      padding: 2.1428571429rem 3.5714285714rem 1.4285714286rem 0;
      list-style: none; }
      .somfy.blog .blog-filters .tab-content ul li {
        display: inline-block; }
  .somfy.blog .content {
    padding: 3.5714285714rem 0; }
  .somfy.blog .blog-title {
    position: relative;
    color: #1A1B1C;
    display: block;
    font-size: 2.5714285714rem;
    line-height: 2.8571428571rem;
    margin-bottom: 3.5714285714rem;
    font-family: 'SomfySans-Medium', sans-serif; }
    .somfy.blog .blog-title:after {
      position: absolute;
      display: block;
      content: '';
      bottom: -0.7142857143rem;
      height: 0.1428571429rem;
      width: 10rem;
      background: #FAB800; }
    .somfy.blog .blog-title i {
      color: #485C74;
      line-height: normal;
      font-size: 1.1428571429rem;
      font-family: 'SomfySans-Regular', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy.blog .blog-title i {
          display: block;
          font-size: 1rem; } }
  .somfy.blog .blog-choice {
    position: relative;
    margin-bottom: 2.8571428571rem; }
    @media (max-width: 767.98px) {
      .somfy.blog .blog-choice {
        display: none; } }
    .somfy.blog .blog-choice .bootstrap-select {
      width: 280px;
      height: 40px !important;
      margin-right: 3.5714285714rem; }
      .somfy.blog .blog-choice .bootstrap-select button.icon-close {
        position: absolute;
        z-index: 10;
        right: 1px;
        top: 50%;
        border: none;
        border-radius: 6px;
        padding: 0 10px;
        font-size: 18px;
        cursor: pointer;
        height: 34px !important;
        color: #FAB800;
        opacity: 0;
        pointer-events: none;
        background: white;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .blog-choice .bootstrap-select button.icon-close {
            transition: none; } }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-choice .bootstrap-select {
          margin-right: 0; }
          .somfy.blog .blog-choice .bootstrap-select:not(:last-child) {
            margin-bottom: 1.4285714286rem; } }
      .somfy.blog .blog-choice .bootstrap-select button.dropdown-toggle {
        padding: 7px 20px; }
        .somfy.blog .blog-choice .bootstrap-select button.dropdown-toggle:after {
          top: 50%;
          color: #1a171b;
          right: 10px;
          content: "\e917";
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .somfy.blog .blog-choice .bootstrap-select button.dropdown-toggle:not(.bs-placeholder) {
          border-color: #FAB800; }
          .somfy.blog .blog-choice .bootstrap-select button.dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
            color: #FAB800; }
          .somfy.blog .blog-choice .bootstrap-select button.dropdown-toggle:not(.bs-placeholder) ~ button.icon-close {
            opacity: 1;
            pointer-events: all; }
        .somfy.blog .blog-choice .bootstrap-select button.dropdown-toggle .filter-option {
          background: #ffffff;
          border-radius: 4px; }
  .somfy.blog .blog-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .somfy.blog .blog-list {
        margin-bottom: 1.4285714286rem; } }
    .somfy.blog .blog-list li {
      margin-bottom: 7.1428571429rem; }
      .somfy.blog .blog-list li > br {
        display: none; }
      .somfy.blog .blog-list li .content_admin {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        z-index: 50; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-list li {
          margin-bottom: 2.1428571429rem; } }
      @media (min-width: 992px) {
        .somfy.blog .blog-list li.-highlighting {
          padding-top: 4.2857142857rem;
          padding-bottom: 4.2857142857rem; }
          .somfy.blog .blog-list li.-highlighting:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            height: 100%;
            width: 100vw;
            background: #F8F7F5;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .somfy.blog .blog-list li.-highlighting .blog-article-visual {
            position: absolute;
            right: 0;
            top: 2.1428571429rem;
            bottom: 2.1428571429rem;
            width: 58%;
            padding: 0;
            height: auto;
            margin: 0; }
          .somfy.blog .blog-list li.-highlighting .blog-article-detail {
            position: relative;
            width: 50%;
            z-index: 10;
            padding-top: 2.1428571429rem;
            padding-bottom: 3.5714285714rem;
            padding-right: 8%; } }
    @media (min-width: 992px) and (max-width: 767.98px) {
      .somfy.blog .blog-list li.-highlighting .blog-article-detail {
        width: 100%;
        padding-right: 0;
        padding-top: 2.1428571429rem;
        padding-bottom: 2.1428571429rem; } }
      @media (min-width: 992px) {
            .somfy.blog .blog-list li.-highlighting .blog-article-detail:before {
              display: block;
              content: '';
              position: absolute;
              z-index: -1;
              top: 0;
              height: 100%;
              left: -2.1428571429rem;
              right: 0;
              background: #ffffff; }
          .somfy.blog .blog-list li.-highlighting .blog-article-info {
            order: 0; }
          .somfy.blog .blog-list li.-highlighting .blog-article-title {
            margin-top: 0;
            margin-bottom: 2.1428571429rem;
            padding-top: 0.7142857143rem;
            height: auto;
            max-height: none;
            width: 100%;
            order: 1;
            font-size: 2.5714285714rem;
            line-height: 2.5714285714rem;
            text-transform: none; }
          .somfy.blog .blog-list li.-highlighting .blog-article-description {
            order: 1; }
          .somfy.blog .blog-list li.-highlighting .blog-article-link {
            order: 1; } }
    .somfy.blog .blog-list-sort {
      margin-bottom: 2.8571428571rem; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-list-sort {
          display: flex;
          justify-content: space-between; } }
      .somfy.blog .blog-list-sort i {
        position: relative;
        display: inline-block;
        top: 0.1428571429rem;
        margin-right: 0.7142857143rem; }
      .somfy.blog .blog-list-sort span {
        display: inline-block;
        font-size: 1.5714285714rem;
        line-height: 1.8571428571rem;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-list-sort span {
            font-size: 1.2857142857rem;
            line-height: 1.5714285714rem; } }
      .somfy.blog .blog-list-sort ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block; }
        .somfy.blog .blog-list-sort ul li {
          display: inline-block; }
          .somfy.blog .blog-list-sort ul li:not(:last-child) {
            border-right: 1px solid #767677; }
          .somfy.blog .blog-list-sort ul li:last-child button {
            padding-right: 0; }
          .somfy.blog .blog-list-sort ul li button {
            border: none;
            color: #767677;
            background: none;
            font-size: 1.2857142857rem;
            line-height: 1.5714285714rem;
            padding: 0 2.1428571429rem;
            cursor: pointer;
            text-transform: uppercase; }
            @media (max-width: 991.98px) {
              .somfy.blog .blog-list-sort ul li button {
                font-size: 1.1428571429rem;
                line-height: 1.3571428571rem;
                padding: 0 0.7142857143rem; } }
            .somfy.blog .blog-list-sort ul li button:hover, .somfy.blog .blog-list-sort ul li button:active, .somfy.blog .blog-list-sort ul li button:focus, .somfy.blog .blog-list-sort ul li button.active {
              color: #FAB800; }
    .somfy.blog .blog-list-filter {
      position: relative; }
      .somfy.blog .blog-list-filter .blog-title {
        padding-top: 1.4285714286rem; }
        .somfy.blog .blog-list-filter .blog-title:before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          height: 1px;
          background: #E7E5E5;
          width: 100vw;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .somfy.blog .blog-list-filter > a {
        position: absolute;
        right: 0;
        top: 0.7142857143rem;
        border: none;
        background: none;
        padding: 0;
        display: block;
        color: black;
        font-size: 1.2857142857rem; }
        .somfy.blog .blog-list-filter > a.filter-close {
          display: none; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-list-filter > a {
            top: 3.5714285714rem;
            text-align: center;
            display: block;
            width: 100%;
            font-size: 1rem; } }
        .somfy.blog .blog-list-filter > a i {
          position: relative;
          top: -2px;
          display: inline-block;
          vertical-align: middle; }
      .somfy.blog .blog-list-filter.active {
        display: inline-block; }
        .somfy.blog .blog-list-filter.active .blog-title {
          padding-top: 0; }
          .somfy.blog .blog-list-filter.active .blog-title:before {
            display: none; }
        .somfy.blog .blog-list-filter.active + .d-flex {
          float: right;
          margin-top: 0.8571428571rem; }
          @media (max-width: 767.98px) {
            .somfy.blog .blog-list-filter.active + .d-flex {
              float: none; } }
          .somfy.blog .blog-list-filter.active + .d-flex .blog-choice {
            display: none; }
        .somfy.blog .blog-list-filter.active .filter-open {
          display: none; }
        .somfy.blog .blog-list-filter.active .filter-close {
          display: block; }
        .somfy.blog .blog-list-filter.active .blog-choice form {
          display: block; }
  .somfy.blog .tag {
    display: block;
    color: #A1ABB7;
    border: 1px solid #A1ABB7;
    background: #ffffff;
    border-radius: 4px;
    line-height: 2.1428571429rem;
    font-size: 1rem;
    padding: 0 0.7142857143rem;
    margin: 0 0.7142857143rem 0.7142857143rem 0;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy.blog .tag {
        transition: none; } }
    .somfy.blog .tag:hover, .somfy.blog .tag:active, .somfy.blog .tag:focus, .somfy.blog .tag.active {
      color: #FAB800;
      border-color: #FAB800; }
  .somfy.blog .blog-page .addthis_toolbox a {
    color: #767677;
    font-size: 1rem;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy.blog .blog-page .addthis_toolbox a {
        transition: none; } }
    .somfy.blog .blog-page .addthis_toolbox a:hover {
      color: #FAB800; }
  .somfy.blog .blog-page .addthis_toolbox span {
    font-size: 1rem;
    margin-right: 0px; }
  .somfy.blog .blog-page .addthis_toolbox .share-label {
    margin-right: 0.7142857143rem; }
  .somfy.blog .blog-article {
    display: flex;
    color: #1A1B1C;
    flex-direction: column;
    height: 100%; }
    .somfy.blog .blog-article-visual {
      position: relative;
      height: 0;
      padding-top: 80%;
      overflow: hidden; }
      .somfy.blog .blog-article-visual img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        max-height: 100%;
        object-fit: cover;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.4s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .blog-article-visual img {
            transition: none; } }
      .somfy.blog .blog-article-visual:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg); }
    .somfy.blog .blog-article-detail {
      display: flex;
      height: 100%;
      flex-direction: column; }
    .somfy.blog .blog-article-title {
      position: relative;
      z-index: 10;
      width: 80%;
      background: white;
      font-size: 1.5714285714rem;
      margin-top: -2.8571428571rem;
      line-height: 1.8571428571rem;
      text-transform: uppercase;
      margin-bottom: 1.4285714286rem;
      padding: 1.4285714286rem 0.7142857143rem 0 0;
      height: 6.8571428571rem;
      overflow: hidden;
      font-family: 'SomfySans-Medium', sans-serif;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.blog .blog-article-title {
          transition: none; } }
    .somfy.blog .blog-article-info {
      position: relative;
      color: #767677;
      font-size: 0.8571428571rem;
      line-height: 1rem; }
      .somfy.blog .blog-article-info:after {
        display: block;
        content: '';
        height: 0.1428571429rem;
        width: 10rem;
        margin-top: 0.7142857143rem;
        margin-bottom: 1.4285714286rem;
        background: #FAB800;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .blog-article-info:after {
            transition: none; } }
      .somfy.blog .blog-article-info strong {
        display: inline-block;
        text-transform: uppercase;
        font-family: 'SomfySans-Medium', sans-serif;
        font-weight: normal; }
        .somfy.blog .blog-article-info strong:not(:last-child):after {
          content: '•';
          font-size: 0.8571428571rem;
          color: #FAB800;
          margin: 0 0.7142857143rem; }
    .somfy.blog .blog-article-description {
      padding-bottom: 1.4285714286rem;
      margin-bottom: auto;
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem;
      font-family: 'SomfySans-Light', sans-serif; }
    .somfy.blog .blog-article-link {
      color: #FAB800;
      font-size: 1.1428571429rem;
      line-height: 1.5714285714rem;
      white-space: nowrap;
      font-family: 'SomfySans-Medium', sans-serif; }
      .somfy.blog .blog-article-link:after {
        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;
        content: '\e912';
        position: relative;
        top: 4px;
        display: inline-block;
        font-size: 1.4285714286rem;
        margin-left: 0.7142857143rem;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .blog-article-link:after {
            transition: none; } }

@-webkit-keyframes shine {
  from {
    left: -75%; }
  to {
    left: 125%; } }

@keyframes shine {
  from {
    left: -75%; }
  to {
    left: 125%; } }
    .somfy.blog .blog-article:hover:not(.-full) .blog-article-visual img, .somfy.blog .blog-article:focus:not(.-full) .blog-article-visual img, .somfy.blog .blog-article:active:not(.-full) .blog-article-visual img {
      -ms-transform: translate(-50%, -50%) scale(1.05);
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); }
    .somfy.blog .blog-article:hover .blog-article-title, .somfy.blog .blog-article:focus .blog-article-title, .somfy.blog .blog-article:active .blog-article-title {
      color: #FAB800; }
    .somfy.blog .blog-article:hover .blog-article-info:after, .somfy.blog .blog-article:focus .blog-article-info:after, .somfy.blog .blog-article:active .blog-article-info:after {
      width: 17.1428571429rem; }
    .somfy.blog .blog-article:hover .blog-article-link:after, .somfy.blog .blog-article:focus .blog-article-link:after, .somfy.blog .blog-article:active .blog-article-link:after {
      margin-left: 1.1428571429rem; }
    .somfy.blog .blog-article:hover .blog-article-visual:before, .somfy.blog .blog-article:focus .blog-article-visual:before, .somfy.blog .blog-article:active .blog-article-visual:before {
      -webkit-animation: shine 1s;
      animation: shine 1s; }
    @media (max-width: 991.98px) {
      .somfy.blog .blog-article:not(.-full) {
        flex-direction: row; }
        .somfy.blog .blog-article:not(.-full) .blog-article-visual {
          padding: 0;
          flex: 0 0 8.5714285714rem;
          height: 8.5714285714rem;
          margin-right: 1.4285714286rem; }
        .somfy.blog .blog-article:not(.-full) .blog-article-detail {
          height: auto; }
        .somfy.blog .blog-article:not(.-full) .blog-article-info {
          order: 1;
          margin-bottom: 0.7142857143rem; }
          .somfy.blog .blog-article:not(.-full) .blog-article-info:after {
            display: none; }
          .somfy.blog .blog-article:not(.-full) .blog-article-info strong:last-child:after {
            display: none; }
          .somfy.blog .blog-article:not(.-full) .blog-article-info strong:last-child, .somfy.blog .blog-article:not(.-full) .blog-article-info strong:nth-last-child(2):after {
            display: none; }
        .somfy.blog .blog-article:not(.-full) .blog-article-title {
          width: 100%;
          margin-top: 0;
          padding-top: 0;
          order: 2;
          height: auto;
          max-height: 4rem;
          margin-bottom: 0.7142857143rem;
          font-size: 1.1428571429rem;
          line-height: 1.3571428571rem;
          padding-right: 0;
          background: transparent; }
        .somfy.blog .blog-article:not(.-full) .blog-article-description {
          display: none; }
        .somfy.blog .blog-article:not(.-full) .blog-article-link {
          order: 3;
          font-size: 1rem;
          line-height: 1.1428571429rem; } }
    .somfy.blog .blog-article.-full {
      border-top: 1px solid #E7E5E5;
      position: relative;
      overflow: hidden;
      display: block;
      background: #485C74;
      pointer-events: none; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-article.-full {
          pointer-events: all; } }
      @media (max-width: 1023.98px) {
        .somfy.blog .blog-article.-full {
          background: #ffffff; } }
      .somfy.blog .blog-article.-full .blog-article-visual {
        position: relative;
        padding: 0;
        float: right;
        height: 42.8571428571rem;
        width: calc(600px * 1.666); }
        @media (max-width: 1919.98px) {
          .somfy.blog .blog-article.-full .blog-article-visual {
            height: 35.7142857143rem;
            width: calc(500px * 1.666); } }
        @media (max-width: 1439.98px) {
          .somfy.blog .blog-article.-full .blog-article-visual {
            height: 31.4285714286rem;
            width: calc(440px * 1.666); } }
        @media (max-width: 1199.98px) {
          .somfy.blog .blog-article.-full .blog-article-visual {
            height: 25.7142857143rem;
            width: calc(360px * 1.666); } }
        @media (max-width: 1023.98px) {
          .somfy.blog .blog-article.-full .blog-article-visual {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
            height: 100%; } }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-article.-full .blog-article-visual {
            position: relative;
            width: 100%;
            height: auto; }
            .somfy.blog .blog-article.-full .blog-article-visual img {
              position: static;
              width: 100%;
              height: auto;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
      .somfy.blog .blog-article.-full .blog-article-detail {
        position: absolute;
        top: 50%;
        max-height: 90%;
        width: 44.2857142857rem;
        right: calc(600px * 1.666 - 100px);
        padding: 3.5714285714rem 5.7142857143rem 3.5714285714rem 2.8571428571rem;
        height: auto;
        background: white;
        overflow: auto;
        pointer-events: all;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media (max-width: 1919.98px) {
          .somfy.blog .blog-article.-full .blog-article-detail {
            width: 40rem;
            right: calc(500px * 1.666 - 100px); } }
        @media (max-width: 1439.98px) {
          .somfy.blog .blog-article.-full .blog-article-detail {
            width: 35.7142857143rem;
            right: calc(440px * 1.666 - 100px); } }
        @media (max-width: 1199.98px) {
          .somfy.blog .blog-article.-full .blog-article-detail {
            width: 32.8571428571rem;
            right: calc(360px * 1.666 - 100px);
            padding: 2.1428571429rem 2.8571428571rem 2.1428571429rem 2.8571428571rem; } }
        @media (max-width: 1023.98px) {
          .somfy.blog .blog-article.-full .blog-article-detail {
            position: static;
            width: 50%;
            height: auto;
            max-height: none;
            right: 0;
            padding: 1.4285714286rem 5.7142857143rem 1.4285714286rem 1.4285714286rem;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none; } }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-article.-full .blog-article-detail {
            width: 100%;
            padding: 1.4285714286rem; } }
      .somfy.blog .blog-article.-full .blog-article-title {
        order: 1;
        margin-top: 0;
        padding: 0;
        height: auto;
        width: 100%;
        overflow: initial;
        font-size: 3.1428571429rem;
        line-height: 2.5714285714rem;
        text-transform: none; }
        @media (max-width: 1919.98px) {
          .somfy.blog .blog-article.-full .blog-article-title {
            font-size: 2.5714285714rem;
            line-height: 2.5714285714rem; } }
        @media (max-width: 1439.98px) {
          .somfy.blog .blog-article.-full .blog-article-title {
            font-size: 2.2857142857rem;
            line-height: 2.2857142857rem; } }
        @media (max-width: 1199.98px) {
          .somfy.blog .blog-article.-full .blog-article-title {
            font-size: 2.1428571429rem;
            line-height: 2rem; } }
        @media (max-width: 1023.98px) {
          .somfy.blog .blog-article.-full .blog-article-title {
            font-size: 1.7142857143rem;
            line-height: 1.8571428571rem; } }
      .somfy.blog .blog-article.-full .blog-article-description {
        font-size: 1.4285714286rem;
        line-height: 1.7142857143rem; }
        @media (max-width: 1919.98px) {
          .somfy.blog .blog-article.-full .blog-article-description {
            font-size: 1.1428571429rem;
            line-height: 1.3571428571rem; } }
        @media (max-width: 1439.98px) {
          .somfy.blog .blog-article.-full .blog-article-description {
            font-size: 1rem;
            line-height: 1.2857142857rem; } }
      .somfy.blog .blog-article.-full .blog-article-info {
        order: 0; }
      .somfy.blog .blog-article.-full .blog-article-description {
        order: 2; }
      .somfy.blog .blog-article.-full .blog-article-link {
        order: 3; }
  .somfy.blog .blog-breadcrumb {
    margin: 0;
    padding: 2.5rem 0 3.5714285714rem;
    list-style: none; }
    .somfy.blog .blog-breadcrumb li {
      color: #767677;
      display: inline-block; }
      .somfy.blog .blog-breadcrumb li:not(:last-child):after {
        display: inline-block;
        content: "\e903";
        color: #FAB800;
        font-size: 0.5714285714rem;
        font-family: 'icomoon';
        margin-left: 1rem;
        margin-right: 1rem; }
      .somfy.blog .blog-breadcrumb li a {
        color: #d9d9da;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.blog .blog-breadcrumb li a {
            transition: none; } }
        .somfy.blog .blog-breadcrumb li a:hover, .somfy.blog .blog-breadcrumb li a:active, .somfy.blog .blog-breadcrumb li a:focus {
          color: #FAB800; }
  .somfy.blog .blog-page {
    margin-bottom: 5.7142857143rem; }
    .somfy.blog .blog-page article {
      clear: both;
      margin-bottom: 2.8571428571rem; }
      .somfy.blog .blog-page article + .blog-page-share {
        float: none;
        margin-bottom: 4.2857142857rem; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-page article + .blog-page-share {
            display: block; } }
    .somfy.blog .blog-page-info {
      position: relative;
      color: #767677;
      font-size: 1rem;
      line-height: 1.2142857143rem;
      margin-bottom: 0.7142857143rem;
      width: 70%;
      float: left; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-page-info {
          width: 100%;
          font-size: 0.8571428571rem;
          line-height: 1rem;
          margin-bottom: 1.4285714286rem; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .somfy.blog .blog-page-info {
      margin-top: 2.1428571429rem; } }
      .somfy.blog .blog-page-info strong {
        display: inline-block;
        text-transform: uppercase;
        font-family: 'SomfySans-Medium', sans-serif;
        font-weight: normal; }
        .somfy.blog .blog-page-info strong:not(:last-child):after {
          content: '•';
          font-size: 0.8571428571rem;
          color: #FAB800;
          margin: 0 1rem; }
    .somfy.blog .blog-page-share {
      float: right; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-page-share {
          float: left;
          margin-bottom: 2.1428571429rem; } }
      .somfy.blog .blog-page-share span {
        color: #1A1B1C;
        font-size: 1rem;
        line-height: 1.2857142857rem;
        display: inline-block;
        margin-right: 0.7142857143rem; }
    .somfy.blog .blog-page-title {
      font-size: 3.2857142857rem;
      line-height: 3.5714285714rem;
      margin-bottom: 2.1428571429rem;
      text-transform: uppercase;
      font-family: 'SomfySans-Medium', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-page-title {
          font-size: 2.5714285714rem;
          line-height: 2.7857142857rem; } }
    .somfy.blog .blog-page-subtitle {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      font-size: 1.2857142857rem;
      line-height: 1.5714285714rem;
      font-family: 'SomfySans-Medium', sans-serif; }
      .somfy.blog .blog-page-subtitle:after {
        content: '';
        display: block;
        height: 0.1428571429rem;
        width: 10rem;
        background: #FAB800;
        margin-top: 0.5714285714rem;
        margin-bottom: 2.8571428571rem; }
    .somfy.blog .blog-page-lead {
      font-size: 2rem;
      line-height: 2.4285714286rem;
      margin-bottom: 2.1428571429rem;
      font-family: 'SomfySans-Light', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-page-lead {
          font-size: 1.5714285714rem;
          line-height: 2.1428571429rem; } }
    .somfy.blog .blog-page-visual {
      margin-bottom: 2.8571428571rem; }
      .somfy.blog .blog-page-visual img {
        max-width: 80%;
        display: block;
        margin: auto; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-page-visual img {
            max-width: 100%; } }
    .somfy.blog .blog-page-wysiwyg {
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem;
      font-family: 'SomfySans-Light', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-page-wysiwyg {
          font-size: 1.1428571429rem; } }
      .somfy.blog .blog-page-wysiwyg p {
        margin-bottom: 2.1428571429rem; }
      .somfy.blog .blog-page-wysiwyg .video-container {
        margin-bottom: 2.1428571429rem; }
        .somfy.blog .blog-page-wysiwyg .video-container iframe {
          max-width: 100%; }
      .somfy.blog .blog-page-wysiwyg img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 2.1428571429rem; }
      .somfy.blog .blog-page-wysiwyg table {
        border: none;
        width: auto;
        max-width: 100%;
        border-collapse: collapse;
        margin-bottom: 2.1428571429rem; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-page-wysiwyg table {
            min-width: 100%;
            overflow-x: auto;
            display: block;
            white-space: nowrap; } }
        .somfy.blog .blog-page-wysiwyg table tbody tr:last-child > * {
          border-bottom: 2px solid #FAB800; }
        .somfy.blog .blog-page-wysiwyg table th {
          background: #F3F3F3;
          font-size: 1.1428571429rem;
          padding: 0.7142857143rem 1.4285714286rem; }
        .somfy.blog .blog-page-wysiwyg table td {
          font-size: 1rem;
          padding: 0.7142857143rem 1.4285714286rem;
          border-bottom: none; }
        .somfy.blog .blog-page-wysiwyg table thead th {
          border-bottom: 1px solid #1A1B1C; }
        .somfy.blog .blog-page-wysiwyg table tbody th {
          font-size: 1rem;
          border-bottom: none;
          font-family: 'SomfySans-Medium', sans-serif;
          font-weight: normal; }
      .somfy.blog .blog-page-wysiwyg ul, .somfy.blog .blog-page-wysiwyg ol {
        padding-left: 1.4285714286rem;
        margin-bottom: 2.1428571429rem; }
      .somfy.blog .blog-page-wysiwyg strong {
        font-family: 'SomfySans-Medium', sans-serif;
        font-weight: normal; }
      .somfy.blog .blog-page-wysiwyg blockquote {
        position: relative;
        color: #485C74;
        font-style: italic;
        font-size: 1.5714285714rem;
        font-family: SomfySans-Regular;
        line-height: 2rem;
        margin: 4.2857142857rem auto;
        max-width: 80%;
        padding-left: 43px; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-page-wysiwyg blockquote {
            font-size: 1.2857142857rem;
            line-height: 1.8571428571rem;
            margin: 2.1428571429rem 0 2.1428571429rem 2.1428571429rem;
            max-width: 100%;
            padding-left: 0; } }
        .somfy.blog .blog-page-wysiwyg blockquote:before {
          content: '”';
          font-family: Arial, sans-serif;
          position: absolute;
          top: 90px;
          left: -13px;
          font-size: 300px;
          color: #485C74;
          opacity: 0.13;
          font-style: normal; }
          @media (max-width: 991.98px) {
            .somfy.blog .blog-page-wysiwyg blockquote:before {
              top: 70px;
              left: -40px;
              font-size: 220px; } }
      .somfy.blog .blog-page-wysiwyg > strong {
        display: block;
        margin-bottom: 0.7142857143rem; }
  .somfy.blog .blog-more {
    margin-bottom: 5.7142857143rem; }
    .somfy.blog .blog-more ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .somfy.blog .blog-more ul li {
        display: flex;
        margin-bottom: 0.7142857143rem; }
      .somfy.blog .blog-more ul span {
        white-space: nowrap;
        display: block;
        font-size: 1.2857142857rem;
        line-height: 1.5rem;
        margin-right: 1.4285714286rem;
        font-family: 'SomfySans-Regular', sans-serif; }
        @media (max-width: 991.98px) {
          .somfy.blog .blog-more ul span {
            font-size: 1.1428571429rem;
            line-height: 1.5714285714rem; } }
      .somfy.blog .blog-more ul ul {
        display: inline-block; }
        .somfy.blog .blog-more ul ul li {
          display: inline-block;
          margin-right: 0.4285714286rem;
          margin-bottom: 0.7142857143rem; }
          .somfy.blog .blog-more ul ul li a {
            display: block;
            color: #767677;
            font-size: 0.7142857143rem;
            line-height: 1.5714285714rem;
            text-transform: uppercase;
            padding: 0 1.0714285714rem;
            background: #F8F7F5;
            border-radius: 4px;
            border: 1px solid #F8F7F5;
            transition: all 0.2s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .somfy.blog .blog-more ul ul li a {
                transition: none; } }
            .somfy.blog .blog-more ul ul li a:hover, .somfy.blog .blog-more ul ul li a:active, .somfy.blog .blog-more ul ul li a:focus {
              background: transparent; }
  .somfy.blog .blog-related {
    background: #F8F7F5;
    padding-top: 5.7142857143rem;
    padding-bottom: 5.7142857143rem; }
    @media (max-width: 991.98px) {
      .somfy.blog .blog-related {
        padding-top: 0;
        background: none; } }
    .somfy.blog .blog-related .blog-list li {
      margin-bottom: 4.2857142857rem; }
      @media (max-width: 991.98px) {
        .somfy.blog .blog-related .blog-list li {
          margin-bottom: 1.4285714286rem; } }
    .somfy.blog .blog-related .blog-article {
      flex-direction: row; }
      .somfy.blog .blog-related .blog-article .blog-article-visual {
        padding: 0;
        flex: 0 0 8.5714285714rem;
        height: 8.5714285714rem;
        margin-right: 1.4285714286rem; }
      .somfy.blog .blog-related .blog-article .blog-article-detail {
        height: auto; }
      .somfy.blog .blog-related .blog-article .blog-article-info {
        order: 1;
        margin-bottom: 0.7142857143rem; }
        .somfy.blog .blog-related .blog-article .blog-article-info:after {
          display: none; }
        .somfy.blog .blog-related .blog-article .blog-article-info strong:last-child:after {
          display: none; }
        .somfy.blog .blog-related .blog-article .blog-article-info strong:last-child, .somfy.blog .blog-related .blog-article .blog-article-info strong:nth-last-child(2):after {
          display: none; }
      .somfy.blog .blog-related .blog-article .blog-article-title {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        order: 2;
        height: auto;
        max-height: 4rem;
        margin-bottom: 0.7142857143rem;
        font-size: 1.1428571429rem;
        line-height: 1.3571428571rem;
        padding-right: 0;
        background: transparent; }
      .somfy.blog .blog-related .blog-article .blog-article-description {
        display: none; }
      .somfy.blog .blog-related .blog-article .blog-article-link {
        order: 3;
        font-size: 1rem;
        line-height: 1.1428571429rem; }
      .somfy.blog .blog-related .blog-article:hover .blog-article-visual:before, .somfy.blog .blog-related .blog-article:active .blog-article-visual:before, .somfy.blog .blog-related .blog-article:focus .blog-article-visual:before {
        -webkit-animation: shine 0.6s;
        animation: shine 0.6s; }

.somfy.blog.rtl .header .blog {
  text-align: right; }

.somfy.blog.rtl .header .blog-category-title {
  margin-right: 0;
  margin-left: 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.blog.rtl .header .blog-category-title {
      text-align: right; }
      .somfy.blog.rtl .header .blog-category-title i {
        float: right;
        margin-right: 0;
        margin-left: 0.7142857143rem; }
      .somfy.blog.rtl .header .blog-category-title:after {
        left: 0;
        right: auto; } }

.somfy.blog.rtl .header .blog-category-toggle {
  margin: 0 1.4285714286rem 0 0; }
  @media (max-width: 991.98px) {
    .somfy.blog.rtl .header .blog-category-toggle {
      margin: 0; } }

.somfy.blog.rtl .tag {
  margin: 0 0 0.7142857143rem 0.7142857143rem; }

.somfy.blog.rtl .header .blog ul li .tag {
  margin: 0 0 0.7142857143rem 0.7142857143rem; }

.somfy.blog.rtl .blog-filters .nav.nav-tabs .nav-link:after {
  margin-left: 0;
  margin-right: 1.4285714286rem; }

.somfy.blog.rtl .blog-filters .nav.nav-tabs .nav-link i {
  margin-left: 0.7142857143rem;
  margin-right: 0; }

.somfy.blog.rtl .blog-choice .bootstrap-select {
  margin-right: 0; }

.somfy.blog.rtl .blog-list-sort ul li:last-child button {
  padding: 0 2.1428571429rem 0 0; }
  @media (max-width: 991.98px) {
    .somfy.blog.rtl .blog-list-sort ul li:last-child button {
      padding: 0 0.7142857143rem 0 0; } }

.somfy.blog.rtl .blog-filters .nav {
  padding-right: 0;
  border-right: 1px solid #E7E5E5;
  border-left: 0; }

.somfy.blog.rtl .blog-filters .nav.nav-tabs .nav-item {
  border-right: none;
  border-left: 1px solid #E7E5E5; }

.somfy.blog.rtl .blog-filters .tab-content ul {
  padding: 2.1428571429rem 0 1.4285714286rem 3.5714285714rem; }

.somfy.blog.rtl .blog-filters .tab-content-close {
  right: auto;
  left: -1.4285714286rem; }

.somfy.blog.rtl .blog-article.-full .blog-article-visual {
  float: left; }
  @media (max-width: 1023.98px) {
    .somfy.blog.rtl .blog-article.-full .blog-article-visual {
      left: 0;
      right: auto; } }

.somfy.blog.rtl .blog-article.-full .blog-article-detail {
  left: calc(600px * 1.666 - 100px);
  right: auto;
  padding: 3.5714285714rem 2.8571428571rem 3.5714285714rem 5.7142857143rem; }
  @media (max-width: 1919.98px) {
    .somfy.blog.rtl .blog-article.-full .blog-article-detail {
      right: auto;
      left: calc(500px * 1.666 - 100px); } }
  @media (max-width: 1439.98px) {
    .somfy.blog.rtl .blog-article.-full .blog-article-detail {
      right: auto;
      left: calc(440px * 1.666 - 100px); } }
  @media (max-width: 1199.98px) {
    .somfy.blog.rtl .blog-article.-full .blog-article-detail {
      right: auto;
      left: calc(360px * 1.666 - 100px);
      padding: 2.1428571429rem 2.8571428571rem 2.1428571429rem 2.8571428571rem; } }
  @media (max-width: 1023.98px) {
    .somfy.blog.rtl .blog-article.-full .blog-article-detail {
      left: 0;
      right: auto;
      padding: 1.4285714286rem 1.4285714286rem 1.4285714286rem 5.7142857143rem; } }
  @media (max-width: 991.98px) {
    .somfy.blog.rtl .blog-article.-full .blog-article-detail {
      padding: 1.4285714286rem; } }

.somfy.blog.rtl .blog-article-title {
  padding: 1.4285714286rem 0 0 0.7142857143rem; }

.somfy.blog.rtl .blog-article-link:after {
  margin-right: 0.7142857143rem;
  margin-left: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.somfy.blog.rtl .blog-list-filter > a {
  right: auto;
  left: 0; }

.somfy.blog.rtl .blog-list-sort i {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.blog.rtl .blog-choice .bootstrap-select button.dropdown-toggle:after {
  right: auto;
  left: 10px; }

.somfy.blog.rtl .blog-choice .bootstrap-select button.icon-close {
  right: auto;
  left: 1px; }

.somfy.blog.rtl .blog-list-sort ul li:not(:last-child) {
  border-left: 1px solid #767677;
  border-right: none; }

.somfy.blog.rtl .blog-page-share {
  float: left; }

.somfy.blog.rtl .blog-page-wysiwyg blockquote {
  margin: 4.2857142857rem 5.7142857143rem 4.2857142857rem 1.4285714286rem; }
  .somfy.blog.rtl .blog-page-wysiwyg blockquote:before {
    left: auto;
    right: -60px; }

.somfy.blog.rtl .blog-page-wysiwyg ul, .somfy.blog.rtl .blog-page-wysiwyg ol {
  padding-right: 1.4285714286rem;
  padding-left: 0; }

.somfy.blog.rtl .blog-more ul span {
  margin-left: 1.4285714286rem;
  margin-right: 0; }

.somfy.blog.rtl .blog-related .blog-article .blog-article-visual {
  margin-left: 1.4285714286rem;
  margin-right: 0; }

@media (max-width: 991.98px) {
  .somfy.blog.rtl .blog-filters .nav {
    border-right: 0; }
  .somfy.blog.rtl .blog-filters .nav.nav-tabs .nav-item {
    border-left: 0; }
  .somfy.blog.rtl .blog-filters .nav.nav-tabs .nav-item:first-child .nav-link {
    padding-right: 0;
    padding-left: 2.8571428571rem; }
  .somfy.blog.rtl .blog-filters .nav.nav-tabs .nav-item:last-child .nav-link {
    padding-right: 2.8571428571rem;
    padding-left: 0;
    border-left: none;
    border-right: 1px solid #E7E5E5; }
  .somfy.blog.rtl .blog-article:not(.-full) .blog-article-visual {
    margin-left: 1.4285714286rem;
    margin-right: 0; }
  .somfy.blog.rtl .blog-title {
    display: inline-block; }
  .somfy.blog.rtl .blog-title i {
    float: left;
    margin: 1.1428571429rem 1.4285714286rem 0 0; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .somfy.blog.rtl .blog-title i {
      float: none;
      margin: 0; } }

.somfy.-com main {
  top: 0; }

@media (max-width: 767.98px) {
  .somfy.-com .container-fluid {
    padding: 0; } }

.somfy.-com .com_presentation {
  position: relative;
  padding: 30px 0 80px;
  z-index: 30; }
  @media (max-width: 767.98px) {
    .somfy.-com .com_presentation {
      padding: 50px 0 0; } }
  .somfy.-com .com_presentation .container-fluid {
    position: relative;
    z-index: 30; }

.somfy.-com .com_header {
  z-index: 20;
  width: 100%;
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .somfy.-com .com_header {
      padding: 0 20px;
      margin-bottom: 60px; } }
  .somfy.-com .com_header img {
    width: 120px;
    display: inline-block; }
  .somfy.-com .com_header nav {
    width: calc(100% - 124px);
    display: inline-block;
    text-align: center; }
    @media (max-width: 767.98px) {
      .somfy.-com .com_header nav {
        position: fixed;
        z-index: 50;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100vh;
        padding: 120px 40px 40px;
        background: white;
        pointer-events: none;
        transition: all 0.2s ease-in-out; } }
  @media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .somfy.-com .com_header nav {
      transition: none; } }
    @media (max-width: 767.98px) {
        .somfy.-com .com_header nav.active {
          opacity: 1;
          pointer-events: all; }
        .somfy.-com .com_header nav ul li {
          display: block; }
          .somfy.-com .com_header nav ul li a {
            color: #1A1B1C; } }
  .somfy.-com .com_header .burger {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 2px;
    right: 20px;
    z-index: 60; }
    @media (max-width: 767.98px) {
      .somfy.-com .com_header .burger {
        display: block; } }
    .somfy.-com .com_header .burger .bar1, .somfy.-com .com_header .burger .bar2, .somfy.-com .com_header .burger .bar3 {
      width: 24px;
      height: 2px;
      background-color: white;
      margin: 6px auto;
      transition: all 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.-com .com_header .burger .bar1, .somfy.-com .com_header .burger .bar2, .somfy.-com .com_header .burger .bar3 {
          transition: none; } }
    .somfy.-com .com_header .burger.active .bar1 {
      background-color: #1A1B1C;
      -webkit-transform: translate(0px, 8px) rotate(-45deg);
      transform: translate(0px, 8px) rotate(-45deg); }
    .somfy.-com .com_header .burger.active .bar2 {
      background-color: #1A1B1C;
      opacity: 0; }
    .somfy.-com .com_header .burger.active .bar3 {
      background-color: #1A1B1C;
      -webkit-transform: translate(0px, -8px) rotate(45deg);
      transform: translate(0px, -8px) rotate(45deg); }
  .somfy.-com .com_header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .somfy.-com .com_header ul li {
      display: inline-block; }
      .somfy.-com .com_header ul li a {
        display: block;
        padding: 10px 20px;
        color: white;
        font-size: 1.2857142857rem;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.-com .com_header ul li a {
            transition: none; } }
        .somfy.-com .com_header ul li a:hover, .somfy.-com .com_header ul li a:focus {
          color: #FAB800; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .somfy.-com .com_header ul li a {
            padding: 10px 10px; } }
        .somfy.-com .com_header ul li a.actForGreen {
          background: white;
          border-radius: 4px;
          color: #5CBF6B;
          font-size: 0.8571428571rem;
          padding: 2px 8px;
          margin-left: 16px; }
          @media (max-width: 767.98px) {
            .somfy.-com .com_header ul li a.actForGreen {
              margin-left: 0;
              padding: 10px 10px;
              font-size: 1.2857142857rem; } }

@media (max-width: 991.98px) {
  .somfy.-com .com_title {
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .somfy.-com .com_title {
    margin-bottom: 0;
    height: 25vh;
    padding: 0 20px; } }

.somfy.-com .com_title .title_1, .somfy.-com .com_title .title_2, .somfy.-com .com_title .title_3, .somfy.-com .com_title .subtitle_1, .somfy.-com .com_title .subtitle_2, .somfy.-com .com_title .form_assembly .wForm fieldset legend, .somfy.-com .form_assembly .wForm fieldset .com_title legend {
  color: white; }

.somfy.-com .com_form {
  background: white;
  padding: 20px 30px 40px; }
  @media (max-width: 767.98px) {
    .somfy.-com .com_form {
      padding: 40px 30px 0; } }
  .somfy.-com .com_form strong {
    display: block;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
    color: #1A1B1C; }
    body .somfy.-com .com_form strong {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy.-com .com_form strong,
    body.vi-th .somfy.-com .com_form strong {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.-com .com_form strong {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.-com .com_form strong {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.-com .com_form strong,
    body.ar-lb .somfy.-com .com_form strong,
    body.ar-ma .somfy.-com .com_form strong,
    body.ar-il .somfy.-com .com_form strong {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.-com .com_form strong {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.-com .com_form strong {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.-com .com_form strong,
    body.tc-tw .somfy.-com .com_form strong {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.-com .com_form strong {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.-com .com_form p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1A1B1C; }
    body .somfy.-com .com_form p {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy.-com .com_form p,
    body.vi-th .somfy.-com .com_form p {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.-com .com_form p {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.-com .com_form p {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.-com .com_form p,
    body.ar-lb .somfy.-com .com_form p,
    body.ar-ma .somfy.-com .com_form p,
    body.ar-il .somfy.-com .com_form p {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.-com .com_form p {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.-com .com_form p {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.-com .com_form p,
    body.tc-tw .somfy.-com .com_form p {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.-com .com_form p {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.-com .com_form a.btnClassic, .somfy.-com .com_form .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.-com .com_form a.ts-header-filter-dropdown-label, .somfy.-com .com_form .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper a.ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.-com .com_form a.ts-header-filter-dropdown-content {
    display: block;
    text-align: center;
    max-width: none; }
  .somfy.-com .com_form .btn-group {
    width: 100%;
    display: flex;
    margin-bottom: 20px; }
    .somfy.-com .com_form .btn-group .btn {
      flex-grow: 1;
      color: white;
      max-width: 50%; }
      .somfy.-com .com_form .btn-group .btn:not(.primary) {
        background: #CCCCCC; }
  .somfy.-com .com_form .form-group {
    margin-bottom: 20px; }

.somfy.-com .com_slideshow {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 767.98px) {
    .somfy.-com .com_slideshow {
      height: calc(150px + 25vh); } }
  .somfy.-com .com_slideshow:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #4F4F4F; }
  .somfy.-com .com_slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: center center / cover;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy.-com .com_slideshow li {
        transition: none; } }
    .somfy.-com .com_slideshow li.active {
      opacity: 1; }

.somfy.-com .bloc-expand_text {
  padding-top: 80px; }
  @media (max-width: 767.98px) {
    .somfy.-com .bloc-expand_text {
      padding-top: 40px; } }
  .somfy.-com .bloc-expand_text .slide-wrapper {
    height: 0;
    padding-top: 45%; }
    @media (max-width: 991.98px) {
      .somfy.-com .bloc-expand_text .slide-wrapper {
        padding-top: 60%; } }
    @media (max-width: 767.98px) {
      .somfy.-com .bloc-expand_text .slide-wrapper {
        height: auto;
        padding-top: 0; } }
  .somfy.-com .bloc-expand_text .slide-header {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      .somfy.-com .bloc-expand_text .slide-header {
        position: relative;
        height: auto; } }
    .somfy.-com .bloc-expand_text .slide-header a {
      font-size: 1.1428571429rem; }
  .somfy.-com .bloc-expand_text .title_content:last-child {
    margin-bottom: 0; }
  .somfy.-com .bloc-expand_text .slide-subtitle {
    margin-bottom: 40px; }

.somfy.-com footer {
  text-align: center;
  padding: 80px 0; }
  @media (max-width: 767.98px) {
    .somfy.-com footer {
      padding: 50px 20px; } }
  .somfy.-com footer ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px; }
    .somfy.-com footer ul li {
      display: inline-block; }
      .somfy.-com footer ul li a, .somfy.-com footer ul li span {
        position: relative;
        font-size: 1.1428571429rem;
        color: #1A1B1C;
        transition: all 0.2s ease-in-out; }
        body .somfy.-com footer ul li a, body .somfy.-com footer ul li span {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy.-com footer ul li a, body.vi-vi .somfy.-com footer ul li span,
        body.vi-th .somfy.-com footer ul li a, body.vi-th .somfy.-com footer ul li span {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy.-com footer ul li a, body.kr-kr .somfy.-com footer ul li span {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy.-com footer ul li a, body.il-il .somfy.-com footer ul li span {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy.-com footer ul li a, body.ar-ac .somfy.-com footer ul li span,
        body.ar-lb .somfy.-com footer ul li a, body.ar-lb .somfy.-com footer ul li span,
        body.ar-ma .somfy.-com footer ul li a, body.ar-ma .somfy.-com footer ul li span,
        body.ar-il .somfy.-com footer ul li a, body.ar-il .somfy.-com footer ul li span {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy.-com footer ul li a, body.ja-jp .somfy.-com footer ul li span {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy.-com footer ul li a, body.sc-cn .somfy.-com footer ul li span {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy.-com footer ul li a, body.tc-hk .somfy.-com footer ul li span,
        body.tc-tw .somfy.-com footer ul li a, body.tc-tw .somfy.-com footer ul li span {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy.-com footer ul li a, body.th-th .somfy.-com footer ul li span {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy.-com footer ul li a, .somfy.-com footer ul li span {
            transition: none; } }
        .somfy.-com footer ul li a:after, .somfy.-com footer ul li span:after {
          content: '-';
          display: inline-block;
          margin: 0 4px; }
      .somfy.-com footer ul li a:hover, .somfy.-com footer ul li a:focus {
        color: #FAB800; }
      .somfy.-com footer ul li:last-child span:after {
        display: none; }
  .somfy.-com footer img {
    width: 120px; }

.somfy.-com.rtl .com_header .burger {
  left: 20px;
  right: auto; }

.somfy.-com.rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.somfy.-com.rtl .btn-group > .btn-group:not(:last-child) > .btn {
  border-radius: 0 4px 4px 0; }

.somfy.-com.rtl .btn-group > .btn:not(:first-child):not(.dropdown-toggle),
.somfy.-com.rtl .btn-group > .btn-group:not(:first-child) > .btn {
  border-radius: 4px 0 0 4px; }

.somfy .rgpd {
  background: #fafafb;
  color: #485C74;
  border-top: 1px solid #E5E5E5; }
  .somfy .rgpd section.bg-gray {
    background: #e2e6e9 !important; }
  .somfy .rgpd section.bg-dark {
    color: white; }
    .somfy .rgpd section.bg-dark:last-child {
      padding-bottom: 0; }
      .somfy .rgpd section.bg-dark:last-child .container-fluid {
        padding-bottom: 7.1428571429rem;
        border-bottom: 1px solid #8996A4; }
        @media (max-width: 991.98px) {
          .somfy .rgpd section.bg-dark:last-child .container-fluid {
            padding-bottom: 2.8571428571rem; } }
    .somfy .rgpd section.bg-dark .rgpd-title, .somfy .rgpd section.bg-dark .rgpd-accordion-title, .somfy .rgpd section.bg-dark .rgpd-accordion-link,
    .somfy .rgpd section.bg-dark .rgpd-wysiwyg h3,
    .somfy .rgpd section.bg-dark .rgpd-wysiwyg h5 {
      color: white; }
  .somfy .rgpd-aside {
    position: absolute;
    top: calc(100% + 20px);
    right: 4.2857142857rem;
    width: 11.4285714286rem;
    height: 11.4285714286rem;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    background: #FAB800;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .rgpd-aside {
        transition: none; } }
    @media (max-width: 1199.98px) {
      .somfy .rgpd-aside {
        right: 1.4285714286rem; } }
    @media (max-width: 767.98px) {
      .somfy .rgpd-aside {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        background: #F8F7F5;
        text-align: left;
        border-radius: 0;
        margin-left: -10px;
        margin-right: -10px; } }
    .somfy .rgpd-aside:after {
      display: block;
      content: '';
      position: absolute;
      left: 0.8571428571rem;
      bottom: 0.8571428571rem;
      width: 2.1428571429rem;
      height: 2.1428571429rem;
      background: #FAB800;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .rgpd-aside:after {
          transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .rgpd-aside:after {
          background: none;
          right: 0.7142857143rem;
          left: auto;
          top: 1.4285714286rem;
          width: 0.5714285714rem;
          height: 0.5714285714rem;
          border-right: 1px solid #485C74;
          border-bottom: 1px solid #485C74;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }
    .somfy .rgpd-aside-title {
      position: relative;
      z-index: 10;
      display: block;
      color: white;
      padding: 0 1.4285714286rem;
      font-size: 1.4285714286rem;
      line-height: 1.8571428571rem;
      background: none;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .rgpd-aside-title {
          transition: none; } }
      .somfy .rgpd-aside-title strong {
        font-size: 2.1428571429rem; }
        .somfy .rgpd-aside-title strong:last-child {
          position: relative;
          display: inline-block;
          transform: translatey(15%); }
      @media (max-width: 767.98px) {
        .somfy .rgpd-aside-title {
          width: 100%;
          font-size: 1.1428571429rem;
          line-height: 1.5714285714rem;
          text-align: left;
          color: #485C74;
          padding: 1rem 0.7142857143rem;
          font-weight: normal;
          border-bottom: 1px solid #E5E5E5; }
          .somfy .rgpd-aside-title strong {
            font-weight: normal;
            font-size: 1.1428571429rem;
            line-height: 1.5714285714rem; }
            .somfy .rgpd-aside-title strong:last-child {
              position: static;
              display: inline-block;
              transform: none; } }
    .somfy .rgpd-aside-close {
      background: none;
      border: none;
      padding: 0.7142857143rem;
      font-size: 1.4285714286rem;
      line-height: 1.4285714286rem;
      width: 2.8571428571rem;
      color: white;
      position: absolute;
      top: 0.3571428571em;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      pointer-events: none;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy .rgpd-aside-close {
          transition: none; } }
      @media (max-width: 767.98px) {
        .somfy .rgpd-aside-close {
          display: none; } }
    .somfy .rgpd-aside-collapse {
      position: relative;
      z-index: 10;
      color: white;
      margin-top: 1.4285714286rem;
      padding: 0 2.8571428571rem;
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem; }
      @media (max-width: 767.98px) {
        .somfy .rgpd-aside-collapse {
          color: #1A1B1C;
          font-size: 1.1428571429rem;
          line-height: 1.3571428571rem;
          margin-top: 0;
          padding: 0.8571428571rem 0.7142857143rem 0.7142857143rem; }
          body .somfy .rgpd-aside-collapse {
            font-family: SomfySans-Light, sans-serif; }
          body.vi-vi .somfy .rgpd-aside-collapse,
          body.vi-th .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans', sans-serif; }
          body.kr-kr .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
          body.il-il .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
          body.ar-ac .somfy .rgpd-aside-collapse,
          body.ar-lb .somfy .rgpd-aside-collapse,
          body.ar-ma .somfy .rgpd-aside-collapse,
          body.ar-il .somfy .rgpd-aside-collapse {
            font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
          body.ja-jp .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
          body.sc-cn .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
          body.tc-hk .somfy .rgpd-aside-collapse,
          body.tc-tw .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
          body.th-th .somfy .rgpd-aside-collapse {
            font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; } }
    .somfy .rgpd-aside.active {
      width: 25rem;
      height: 25rem; }
      .somfy .rgpd-aside.active:after {
        left: 2.8571428571rem;
        bottom: 2.8571428571rem; }
      .somfy .rgpd-aside.active .rgpd-aside-close {
        pointer-events: all;
        opacity: 1; }
      @media (max-width: 767.98px) {
        .somfy .rgpd-aside.active {
          width: auto;
          height: auto; }
          .somfy .rgpd-aside.active:after {
            top: 1.7142857143rem;
            left: auto;
            bottom: auto;
            -ms-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            border-right: 1px solid #FAB800;
            border-bottom: 1px solid #FAB800; }
          .somfy .rgpd-aside.active .rgpd-aside-title {
            font-size: 1.1428571429rem;
            line-height: 1.5714285714rem; } }
  @media (max-width: 767.98px) {
    .somfy .rgpd aside.rgpd-aside {
      display: none; } }
  .somfy .rgpd-title {
    position: relative;
    width: 50%;
    color: #485C74;
    margin-bottom: 1.4285714286rem;
    padding-top: 2.1428571429rem;
    min-height: 13.5714285714rem; }
    @media (max-width: 991.98px) {
      .somfy .rgpd-title {
        width: 100%;
        padding-top: 1.4285714286rem;
        min-height: 7.1428571429rem;
        padding-left: 2.8571428571rem;
        margin-bottom: 1.4285714286rem; } }
    .somfy .rgpd-title:before {
      display: block;
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: -4.2857142857rem;
      background: #FAB800;
      width: 13.5714285714rem;
      height: 13.5714285714rem;
      border-radius: 100%; }
      @media (max-width: 991.98px) {
        .somfy .rgpd-title:before {
          width: 7.1428571429rem;
          height: 7.1428571429rem;
          left: 0; } }
    .somfy .rgpd-title strong {
      position: relative;
      z-index: 10;
      display: block;
      font-weight: normal;
      font-size: 4.2857142857rem;
      line-height: 5.2857142857rem;
      margin-bottom: 0.7142857143rem; }
      @media (max-width: 991.98px) {
        .somfy .rgpd-title strong {
          margin-bottom: 0;
          font-size: 3rem;
          line-height: 3.5714285714rem; } }
    .somfy .rgpd-title span {
      position: relative;
      z-index: 10;
      display: block;
      font-weight: normal;
      font-size: 2.1428571429rem;
      line-height: 2rem; }
      body .somfy .rgpd-title span {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .rgpd-title span,
      body.vi-th .somfy .rgpd-title span {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-title span {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-title span {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-title span,
      body.ar-lb .somfy .rgpd-title span,
      body.ar-ma .somfy .rgpd-title span,
      body.ar-il .somfy .rgpd-title span {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-title span {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-title span {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-title span,
      body.tc-tw .somfy .rgpd-title span {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-title span {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy .rgpd-title span {
          font-size: 1.5714285714rem;
          line-height: 1.7142857143rem; } }
  .somfy .rgpd-subtitle {
    position: relative;
    z-index: 10;
    margin-bottom: 0.7142857143rem;
    font-size: 1.5714285714rem;
    line-height: 2rem;
    letter-spacing: -0.0142857143rem; }
    @media (max-width: 991.98px) {
      .somfy .rgpd-subtitle {
        font-size: 1.1428571429rem;
        line-height: 1.3571428571rem; } }
    .somfy .rgpd-subtitle.-big {
      font-size: 3.2857142857rem;
      line-height: 3.5714285714rem;
      margin-bottom: 2.1428571429rem;
      letter-spacing: 0;
      color: #485C74; }
      body .somfy .rgpd-subtitle.-big {
        font-family: SomfySans-ExtraLight, sans-serif; }
        @media (max-width: 767.98px) {
          body .somfy .rgpd-subtitle.-big {
            font-family: 'SomfySans-Light', sans-serif; } }
      body.vi-vi .somfy .rgpd-subtitle.-big,
      body.vi-th .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-subtitle.-big,
      body.ar-lb .somfy .rgpd-subtitle.-big,
      body.ar-ma .somfy .rgpd-subtitle.-big,
      body.ar-il .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-subtitle.-big,
      body.tc-tw .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-subtitle.-big {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy .rgpd-subtitle.-big i {
        display: inline-block;
        margin-right: 0.7142857143rem;
        vertical-align: text-top; }
      @media (max-width: 991.98px) {
        .somfy .rgpd-subtitle.-big {
          font-size: 1.3571428571rem;
          line-height: 1.7142857143rem;
          margin-bottom: 1.4285714286rem; } }
  .somfy .rgpd-wysiwyg {
    position: relative;
    z-index: 10;
    margin-bottom: 1.4285714286rem;
    font-size: 1.1428571429rem;
    line-height: 1.3571428571rem; }
    body .somfy .rgpd-wysiwyg {
      font-family: SomfySans-Light, sans-serif; }
    body.vi-vi .somfy .rgpd-wysiwyg,
    body.vi-th .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .rgpd-wysiwyg,
    body.ar-lb .somfy .rgpd-wysiwyg,
    body.ar-ma .somfy .rgpd-wysiwyg,
    body.ar-il .somfy .rgpd-wysiwyg {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .rgpd-wysiwyg,
    body.tc-tw .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .rgpd-wysiwyg {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .somfy .rgpd-wysiwyg {
        font-size: 1rem;
        line-height: 1.2142857143rem; } }
    .somfy .rgpd-wysiwyg img {
      max-width: 100%;
      margin-bottom: 2.1428571429rem; }
    .somfy .rgpd-wysiwyg h3 {
      color: #485C74;
      margin-top: 2.1428571429rem;
      margin-bottom: 1.4285714286rem;
      font-size: 1.5714285714rem;
      line-height: 2rem;
      letter-spacing: -0.0142857143rem; }
      body .somfy .rgpd-wysiwyg h3 {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .rgpd-wysiwyg h3,
      body.vi-th .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-wysiwyg h3,
      body.ar-lb .somfy .rgpd-wysiwyg h3,
      body.ar-ma .somfy .rgpd-wysiwyg h3,
      body.ar-il .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-wysiwyg h3,
      body.tc-tw .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-wysiwyg h3 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .rgpd-wysiwyg h4 {
      color: #FAB800;
      margin-top: 2.1428571429rem;
      margin-bottom: 1.4285714286rem;
      font-size: 1.5714285714rem;
      line-height: 2rem;
      letter-spacing: -0.0142857143rem; }
      body .somfy .rgpd-wysiwyg h4 {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .rgpd-wysiwyg h4,
      body.vi-th .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-wysiwyg h4,
      body.ar-lb .somfy .rgpd-wysiwyg h4,
      body.ar-ma .somfy .rgpd-wysiwyg h4,
      body.ar-il .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-wysiwyg h4,
      body.tc-tw .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-wysiwyg h4 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .rgpd-wysiwyg h5 {
      margin-top: 2.1428571429rem;
      color: #485C74;
      font-weight: normal;
      text-transform: uppercase; }
      body .somfy .rgpd-wysiwyg h5 {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .rgpd-wysiwyg h5,
      body.vi-th .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-wysiwyg h5,
      body.ar-lb .somfy .rgpd-wysiwyg h5,
      body.ar-ma .somfy .rgpd-wysiwyg h5,
      body.ar-il .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-wysiwyg h5,
      body.tc-tw .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-wysiwyg h5 {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .rgpd-wysiwyg strong {
      font-weight: normal; }
      body .somfy .rgpd-wysiwyg strong {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .rgpd-wysiwyg strong,
      body.vi-th .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-wysiwyg strong,
      body.ar-lb .somfy .rgpd-wysiwyg strong,
      body.ar-ma .somfy .rgpd-wysiwyg strong,
      body.ar-il .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-wysiwyg strong,
      body.tc-tw .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-wysiwyg strong {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .rgpd-wysiwyg ul:not(.content_adminAction) {
      list-style: none;
      margin: 0.3571428571rem 0 2.1428571429rem;
      padding: 0; }
      .somfy .rgpd-wysiwyg ul:not(.content_adminAction) li {
        margin-bottom: 0.3571428571rem; }
        .somfy .rgpd-wysiwyg ul:not(.content_adminAction) li:before {
          content: "\2022";
          color: #FAB800;
          display: inline-block;
          width: 1.4285714286rem;
          position: relative;
          top: 1px; }
    .somfy .rgpd-wysiwyg ol {
      list-style: none;
      margin: 0.3571428571rem 0 2.1428571429rem;
      padding: 0;
      counter-reset: section; }
      .somfy .rgpd-wysiwyg ol li {
        margin-bottom: 0.3571428571rem; }
        .somfy .rgpd-wysiwyg ol li:before {
          color: #FAB800;
          display: inline-block;
          width: 1.4285714286rem;
          position: relative;
          top: 1px;
          counter-increment: section;
          content: counter(section); }
    .somfy .rgpd-wysiwyg *:first-child {
      margin-top: 0; }
    .somfy .rgpd-wysiwyg .btnCompact {
      font-size: 1rem;
      line-height: 1.5rem; }
      body .somfy .rgpd-wysiwyg .btnCompact {
        font-family: SomfySans-Regular, sans-serif; }
      body.vi-vi .somfy .rgpd-wysiwyg .btnCompact,
      body.vi-th .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-wysiwyg .btnCompact,
      body.ar-lb .somfy .rgpd-wysiwyg .btnCompact,
      body.ar-ma .somfy .rgpd-wysiwyg .btnCompact,
      body.ar-il .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-wysiwyg .btnCompact,
      body.tc-tw .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-wysiwyg .btnCompact {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 767.98px) {
        .somfy .rgpd-wysiwyg .btnCompact {
          width: 100%;
          text-align: center; } }
    .somfy .rgpd-wysiwyg > .btnCompact:last-child {
      margin-top: 1.8571428571rem; }
  .somfy .rgpd-scrolldown {
    position: absolute;
    bottom: -3.5714285714rem;
    left: 50%;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    cursor: pointer;
    border: none;
    background: none;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid #FAB800;
    border-bottom: 2px solid #FAB800;
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .rgpd-scrolldown {
        transition: none; } }
    .somfy .rgpd-scrolldown:hover {
      width: 1.7142857143rem;
      height: 1.7142857143rem; }
  .somfy .rgpd-intro {
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center; }
    .somfy .rgpd-intro .rgpd-title {
      width: 100%; }
      @media (max-width: 991.98px) {
        .somfy .rgpd-intro .rgpd-title {
          padding-top: 0.7142857143rem; } }
      .somfy .rgpd-intro .rgpd-title:after {
        display: block;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 16.6666666667%;
        -ms-transform: translateX(-90%);
        -webkit-transform: translateX(-90%);
        transform: translateX(-90%);
        opacity: 0.2;
        background: #FAB800;
        width: 32.1428571429rem;
        height: 32.1428571429rem;
        border-radius: 100%; }
        @media (max-width: 991.98px) {
          .somfy .rgpd-intro .rgpd-title:after {
            left: -2.8571428571rem;
            width: 12.8571428571rem;
            height: 12.8571428571rem;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none; } }
      .somfy .rgpd-intro .rgpd-title:before {
        left: calc(16.6666666667% - 60px); }
        @media (max-width: 991.98px) {
          .somfy .rgpd-intro .rgpd-title:before {
            left: 6.4285714286rem; } }
      .somfy .rgpd-intro .rgpd-title strong {
        padding: 0;
        font-size: 7.1428571429rem; }
        @media (max-width: 991.98px) {
          .somfy .rgpd-intro .rgpd-title strong {
            font-size: 4.2857142857rem;
            line-height: 5.1428571429rem; } }
      .somfy .rgpd-intro .rgpd-title span {
        padding: 0;
        font-size: 3.5714285714rem;
        line-height: 3.2142857143rem; }
        body .somfy .rgpd-intro .rgpd-title span {
          font-family: SomfySans-Regular, sans-serif; }
        body.vi-vi .somfy .rgpd-intro .rgpd-title span,
        body.vi-th .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy .rgpd-intro .rgpd-title span,
        body.ar-lb .somfy .rgpd-intro .rgpd-title span,
        body.ar-ma .somfy .rgpd-intro .rgpd-title span,
        body.ar-il .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy .rgpd-intro .rgpd-title span,
        body.tc-tw .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy .rgpd-intro .rgpd-title span {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
        @media (max-width: 991.98px) {
          .somfy .rgpd-intro .rgpd-title span {
            font-size: 1.8571428571rem;
            line-height: 1.7142857143rem; } }
    .somfy .rgpd-intro .rgpd-subtitle {
      padding: 0; }
    .somfy .rgpd-intro .rgpd-wysiwyg {
      padding: 0; }
  .somfy .rgpd-collapse {
    margin-bottom: 2.8571428571rem; }
    .somfy .rgpd-collapse-link {
      position: relative;
      padding: 0;
      cursor: pointer;
      font-size: 1rem;
      line-height: 1.2142857143rem;
      color: #FAB800;
      background: none;
      border: none; }
    .somfy .rgpd-collapse .rgpd-wysiwyg {
      padding-top: 2.1428571429rem; }
  .somfy .rgpd-accordion {
    margin-bottom: 2.8571428571rem; }
    .somfy .rgpd-accordion-title {
      font-weight: normal;
      margin-bottom: 0;
      font-size: 2rem;
      line-height: 2.4285714286rem;
      color: #485C74; }
      body .somfy .rgpd-accordion-title {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .rgpd-accordion-title,
      body.vi-th .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-accordion-title,
      body.ar-lb .somfy .rgpd-accordion-title,
      body.ar-ma .somfy .rgpd-accordion-title,
      body.ar-il .somfy .rgpd-accordion-title {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-accordion-title,
      body.tc-tw .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-accordion-title {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    .somfy .rgpd-accordion ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .somfy .rgpd-accordion > ul > li {
      position: relative;
      margin-top: 2rem;
      padding-left: 1.4285714286rem; }
    .somfy .rgpd-accordion-link {
      padding: 0;
      border: none;
      text-align: left;
      background: none;
      cursor: pointer;
      font-weight: normal;
      font-size: 1.4285714286rem;
      line-height: 1.7142857143rem;
      color: #485C74; }
      body .somfy .rgpd-accordion-link {
        font-family: SomfySans-Light, sans-serif; }
      body.vi-vi .somfy .rgpd-accordion-link,
      body.vi-th .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans', sans-serif; }
      body.kr-kr .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
      body.il-il .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
      body.ar-ac .somfy .rgpd-accordion-link,
      body.ar-lb .somfy .rgpd-accordion-link,
      body.ar-ma .somfy .rgpd-accordion-link,
      body.ar-il .somfy .rgpd-accordion-link {
        font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
      body.ja-jp .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
      body.sc-cn .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
      body.tc-hk .somfy .rgpd-accordion-link,
      body.tc-tw .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
      body.th-th .somfy .rgpd-accordion-link {
        font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      @media (max-width: 991.98px) {
        .somfy .rgpd-accordion-link {
          font-size: 1.2857142857rem;
          line-height: 1.5714285714rem; } }
      .somfy .rgpd-accordion-link:before {
        display: block;
        content: '';
        position: absolute;
        top: 0.5rem;
        left: 0;
        width: 0.5714285714rem;
        height: 0.5714285714rem;
        cursor: pointer;
        border: none;
        background: none;
        border-right: 2px solid #FAB800;
        border-bottom: 2px solid #FAB800;
        transition: all 0.2s ease-in-out;
        -ms-transform: translateX(-50%) rotate(45deg);
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg); }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .rgpd-accordion-link:before {
            transition: none; } }
      .somfy .rgpd-accordion-link span {
        display: block;
        opacity: 0;
        margin-top: 0.4285714286rem;
        font-size: 1rem;
        line-height: 1.2142857143rem;
        color: #FAB800;
        transition: all 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .somfy .rgpd-accordion-link span {
            transition: none; } }
      .somfy .rgpd-accordion-link.collapsed span {
        opacity: 1; }
      .somfy .rgpd-accordion-link.collapsed:before {
        top: 0.6428571429rem;
        -ms-transform: translateX(-50%) rotate(-45deg);
        -webkit-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg); }
    .somfy .rgpd-accordion .rgpd-wysiwyg {
      padding-top: 0.2857142857rem;
      margin-bottom: 0; }
  .somfy .rgpd-example {
    margin-bottom: 1.4285714286rem; }
    .somfy .rgpd-example .rgpd-subtitle {
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem;
      margin-bottom: 0.3571428571rem; }
      @media (max-width: 767.98px) {
        .somfy .rgpd-example .rgpd-subtitle {
          font-size: 1.1428571429rem;
          line-height: 1.3571428571rem; } }
    @media (max-width: 767.98px) {
      .somfy .rgpd-example table {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .somfy .rgpd-example table tr {
        display: block;
        padding: 0.7142857143rem 0; } }
    .somfy .rgpd-example table td {
      vertical-align: middle;
      padding: 0 1.4285714286rem 1.4285714286rem 0; }
      .somfy .rgpd-example table td .rgpd-subtitle {
        margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .somfy .rgpd-example table td {
          display: block;
          text-align: center;
          padding: 0 0 0.7142857143rem; }
          .somfy .rgpd-example table td .btnCompact {
            width: 100%; } }
    .somfy .rgpd-example .rgpd-wysiwyg {
      margin-bottom: 2.1428571429rem; }
      @media (max-width: 767.98px) {
        .somfy .rgpd-example .rgpd-wysiwyg {
          margin-bottom: 0.7142857143rem; } }
    .somfy .rgpd-example .d-flex {
      align-items: flex-start;
      margin-bottom: 1.4285714286rem; }
      .somfy .rgpd-example .d-flex .rgpd-wysiwyg {
        margin-bottom: 0; }
      .somfy .rgpd-example .d-flex .btnCompact {
        white-space: nowrap;
        margin-left: 2.1428571429rem; }
        @media (max-width: 767.98px) {
          .somfy .rgpd-example .d-flex .btnCompact {
            margin-right: 0.7142857143rem;
            white-space: normal; } }
      .somfy .rgpd-example .d-flex .rgpd-subtitle {
        align-self: center; }
      .somfy .rgpd-example .d-flex .rgpd-wysiwyg, .somfy .rgpd-example .d-flex .rgpd-subtitle {
        flex-grow: 1; }
  .somfy .rgpd-tabs .nav-tabs {
    margin-bottom: 2.1428571429rem; }
    @media (max-width: 767.98px) {
      .somfy .rgpd-tabs .nav-tabs {
        display: none; } }
  .somfy .rgpd-tabs .nav-link {
    border: none;
    background: none;
    font-size: 1.2857142857rem;
    line-height: 1.7142857143rem;
    padding-left: 0;
    color: #A1ABB7;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    padding-right: 1.4285714286rem;
    margin-right: 1.4285714286rem;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy .rgpd-tabs .nav-link {
        transition: none; } }
    .somfy .rgpd-tabs .nav-link.active {
      color: #FAB800;
      border-bottom: 1px solid #FAB800; }
  .somfy .rgpd-tabs .rgpd-accordion-link {
    display: none;
    width: 100%;
    color: #FAB800;
    position: relative;
    padding-left: 1.4285714286rem; }
    .somfy .rgpd-tabs .rgpd-accordion-link:before {
      top: 0.3571428571rem; }
    .somfy .rgpd-tabs .rgpd-accordion-link.collapsed {
      color: #485C74; }
      .somfy .rgpd-tabs .rgpd-accordion-link.collapsed:before {
        top: 0.4285714286rem; }
    @media (max-width: 767.98px) {
      .somfy .rgpd-tabs .rgpd-accordion-link {
        display: block; }
        .somfy .rgpd-tabs .rgpd-accordion-link:not(:first-child) {
          margin-top: 1.4285714286rem;
          padding-top: 1.4285714286rem;
          border-top: 1px solid #E5E5E5; }
          .somfy .rgpd-tabs .rgpd-accordion-link:not(:first-child):before {
            top: 1.7857142857rem; }
          .somfy .rgpd-tabs .rgpd-accordion-link:not(:first-child).collapsed:before {
            top: 1.8571428571rem; } }
  @media (max-width: 767.98px) {
    .somfy .rgpd-tabs + .rgpd-wysiwyg {
      margin-top: 2.1428571429rem; }
    .somfy .rgpd-tabs .collapse:not(.show) {
      display: none; }
    .somfy .rgpd-tabs .tab-content > .tab-pane.show {
      display: block; } }

.somfy.rtl .rgpd-aside {
  left: 4.2857142857rem;
  right: auto; }
  @media (max-width: 1199.98px) {
    .somfy.rtl .rgpd-aside {
      left: 1.4285714286rem; } }
  @media (max-width: 767.98px) {
    .somfy.rtl .rgpd-aside {
      left: auto; } }
  .somfy.rtl .rgpd-aside:after {
    left: auto;
    right: 0.8571428571rem; }
    @media (max-width: 767.98px) {
      .somfy.rtl .rgpd-aside:after {
        right: auto;
        left: 0.7142857143rem; } }
  .somfy.rtl .rgpd-aside.active:after {
    right: 2.8571428571rem; }
    @media (max-width: 767.98px) {
      .somfy.rtl .rgpd-aside.active:after {
        right: auto;
        left: 0.7142857143rem; } }
  @media (max-width: 767.98px) {
    .somfy.rtl .rgpd-aside-title {
      text-align: right; } }
  @media (max-width: 767.98px) {
    .somfy.rtl .rgpd-aside-collapse {
      text-align: right; } }

@media (max-width: 991.98px) {
  .somfy.rtl .rgpd-title {
    padding-left: 0;
    padding-right: 2.8571428571rem; } }

.somfy.rtl .rgpd-title:before {
  right: -4.2857142857rem;
  left: auto; }
  @media (max-width: 991.98px) {
    .somfy.rtl .rgpd-title:before {
      right: 0; } }

.somfy.rtl .rgpd-intro .rgpd-title:before {
  right: calc(16.6666666667% - 60px);
  left: auto; }
  @media (max-width: 991.98px) {
    .somfy.rtl .rgpd-intro .rgpd-title:before {
      right: 6.4285714286rem; } }

.somfy.rtl .rgpd-intro .rgpd-title:after {
  left: auto;
  right: 16.6666666667%;
  -ms-transform: translateX(90%);
  -webkit-transform: translateX(90%);
  transform: translateX(90%); }
  @media (max-width: 991.98px) {
    .somfy.rtl .rgpd-intro .rgpd-title:after {
      right: -2.8571428571rem;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }

.somfy.rtl .rgpd-accordion ul li {
  padding-left: 0;
  padding-right: 1.4285714286rem; }

.somfy.rtl .rgpd-accordion-link {
  text-align: right; }
  .somfy.rtl .rgpd-accordion-link:before {
    left: auto;
    right: 0;
    -ms-transform: translateX(50%) rotate(45deg);
    -webkit-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg); }
  .somfy.rtl .rgpd-accordion-link.collapsed:before {
    -ms-transform: translateX(50%) rotate(135deg);
    -webkit-transform: translateX(50%) rotate(135deg);
    transform: translateX(50%) rotate(135deg); }

.somfy.rtl .rgpd-subtitle.-big i {
  margin-right: 0;
  margin-left: 0.7142857143rem; }

.somfy.rtl .rgpd-example table td {
  padding: 0 0 1.4285714286rem 1.4285714286rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .rgpd-example table td {
      padding: 0 0 0.7142857143rem; } }

.somfy.rtl .rgpd-tabs .nav-link {
  padding-right: 0;
  margin-right: 0;
  padding-left: 1.4285714286rem;
  margin-left: 1.4285714286rem; }

.somfy.rtl .rgpd-example .d-flex .btnCompact {
  margin-left: 0;
  margin-right: 2.1428571429rem; }
  @media (max-width: 767.98px) {
    .somfy.rtl .rgpd-example .d-flex .btnCompact {
      margin-right: 0.7142857143rem; } }

.somfy.rtl .rgpd-tabs .rgpd-accordion-link {
  padding-left: 0;
  padding-right: 1.4285714286rem; }

@media (max-width: 991.98px) {
  .somfy.setgo #header.header .logo_somfy {
    white-space: nowrap;
    width: auto;
    margin: 0; } }

.somfy.setgo #header.header .logo_somfy a {
  display: flex !important;
  align-items: center; }
  .somfy.setgo #header.header .logo_somfy a span {
    margin: 0.7142857143rem 0.7142857143rem 0;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.33;
    font-size: 1.2857142857rem;
    letter-spacing: 0.0142857143rem;
    color: #485C74;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy.setgo #header.header .logo_somfy a span {
        transition: none; } }
    @media (max-width: 991.98px) {
      .somfy.setgo #header.header .logo_somfy a span {
        font-size: 1.1428571429rem; } }
  .somfy.setgo #header.header .logo_somfy a:active span, .somfy.setgo #header.header .logo_somfy a:focus span, .somfy.setgo #header.header .logo_somfy a:hover span {
    color: #FAB800; }

.somfy.setgo #header.header .language-option {
  position: relative;
  top: 0.2857142857rem; }
  @media (max-width: 991.98px) {
    .somfy.setgo #header.header .language-option {
      top: 0.3571428571rem; } }
  .somfy.setgo #header.header .language-option label {
    margin-bottom: 0;
    cursor: pointer;
    position: relative; }
    .somfy.setgo #header.header .language-option label svg {
      position: absolute;
      top: 50%;
      right: 0;
      fill: #485C74;
      pointer-events: none;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.setgo #header.header .language-option label svg {
          transition: none; } }
      @media (max-width: 991.98px) {
        .somfy.setgo #header.header .language-option label svg {
          width: 0.8571428571rem; } }
    .somfy.setgo #header.header .language-option label select {
      border: none;
      color: #485C74;
      font-weight: normal;
      font-size: 1.2857142857rem;
      letter-spacing: 0.0142857143rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      padding-right: 1.4285714286rem;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.setgo #header.header .language-option label select {
          transition: none; } }
      @media (max-width: 991.98px) {
        .somfy.setgo #header.header .language-option label select {
          font-size: 1.1428571429rem;
          padding-right: 1rem; } }
    .somfy.setgo #header.header .language-option label:active select, .somfy.setgo #header.header .language-option label:focus select, .somfy.setgo #header.header .language-option label:hover select {
      color: #FAB800; }
    .somfy.setgo #header.header .language-option label:active svg, .somfy.setgo #header.header .language-option label:focus svg, .somfy.setgo #header.header .language-option label:hover svg {
      fill: #FAB800; }

.somfy.setgo .setgo-welcome {
  position: relative;
  min-height: 42.8571428571rem; }
  @media (max-width: 991.98px) {
    .somfy.setgo .setgo-welcome {
      min-height: auto;
      margin-bottom: 5.7142857143rem; } }

.somfy.setgo .setgo-bloc {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem; }
  @media (max-width: 991.98px) {
    .somfy.setgo .setgo-bloc {
      padding-top: 2.8571428571rem;
      padding-bottom: 2.8571428571rem; } }

.somfy.setgo .setgo-logo {
  width: 4.5714285714rem;
  height: 4.5714285714rem;
  margin-bottom: 1.4285714286rem; }

.somfy.setgo .setgo-title {
  font-size: 3.5714285714rem;
  color: #1A1B1C;
  margin-bottom: 3.5714285714rem; }
  body .somfy.setgo .setgo-title {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy.setgo .setgo-title,
  body.vi-th .somfy.setgo .setgo-title {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.setgo .setgo-title {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.setgo .setgo-title {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.setgo .setgo-title,
  body.ar-lb .somfy.setgo .setgo-title,
  body.ar-ma .somfy.setgo .setgo-title,
  body.ar-il .somfy.setgo .setgo-title {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.setgo .setgo-title {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.setgo .setgo-title {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.setgo .setgo-title,
  body.tc-tw .somfy.setgo .setgo-title {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.setgo .setgo-title {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 991.98px) {
    .somfy.setgo .setgo-title {
      font-size: 2.1428571429rem;
      margin-bottom: 1.4285714286rem; } }

.somfy.setgo .setgo-subtitle {
  font-size: 1.8571428571rem;
  color: #1A1B1C;
  margin-bottom: 1.4285714286rem; }
  body .somfy.setgo .setgo-subtitle {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy.setgo .setgo-subtitle,
  body.vi-th .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.setgo .setgo-subtitle,
  body.ar-lb .somfy.setgo .setgo-subtitle,
  body.ar-ma .somfy.setgo .setgo-subtitle,
  body.ar-il .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.setgo .setgo-subtitle,
  body.tc-tw .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.setgo .setgo-subtitle {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  @media (max-width: 991.98px) {
    .somfy.setgo .setgo-subtitle {
      font-size: 1.4285714286rem; } }

.somfy.setgo .setgo-text {
  font-size: 1.1428571429rem;
  color: #1A1B1C;
  margin-top: 2.1428571429rem;
  margin-bottom: 2.1428571429rem; }

.somfy.setgo .setgo-success {
  display: none;
  color: #009845; }

.somfy.setgo .setgo-error {
  display: none;
  color: #CE0037; }

.somfy.setgo .setgo-form {
  border: 1px solid #FAB800;
  border-radius: 4px;
  padding: 1.1428571429rem 1.4285714286rem;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .somfy.setgo .setgo-form {
      transition: none; } }
  .somfy.setgo .setgo-form.-success {
    border: 1px solid #009845; }
  .somfy.setgo .setgo-form.-error {
    border: 1px solid #CE0037; }
  .somfy.setgo .setgo-form-line {
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .somfy.setgo .setgo-form-line {
        flex-direction: column; } }
  .somfy.setgo .setgo-form label {
    flex-grow: 1;
    margin-right: 1.4285714286rem;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .somfy.setgo .setgo-form label {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 1.4285714286rem; } }
  .somfy.setgo .setgo-form input {
    width: 100%;
    border: none;
    color: #485C74;
    font-size: 1.1428571429rem; }
    @media (max-width: 991.98px) {
      .somfy.setgo .setgo-form input {
        text-align: center; } }
  .somfy.setgo .setgo-form button {
    opacity: 0.5;
    pointer-events: none;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .somfy.setgo .setgo-form button {
        transition: none; } }
    .somfy.setgo .setgo-form button.-active {
      opacity: 1;
      pointer-events: all; }

.somfy.setgo .setgo-visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .somfy.setgo .setgo-visual {
      position: static;
      width: 100%;
      height: auto;
      margin-top: 2.8571428571rem; } }
  .somfy.setgo .setgo-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 991.98px) {
      .somfy.setgo .setgo-visual img {
        position: static;
        width: 100%;
        height: auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }

.somfy.setgo.rtl .header .language-option select {
  padding-left: 1.4285714286rem;
  padding-right: 0; }
  @media (max-width: 991.98px) {
    .somfy.setgo.rtl .header .language-option select {
      padding-left: 1rem;
      padding-right: 0; } }

.somfy.setgo.rtl .header .language-option label svg {
  left: 0;
  right: auto;
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.somfy.setgo.rtl .setgo-visual {
  right: auto;
  left: 0; }

.somfy.setgo.rtl .setgo-form label {
  margin-right: 0;
  margin-left: 1.4285714286rem; }
  @media (max-width: 991.98px) {
    .somfy.setgo.rtl .setgo-form label {
      margin-left: 0; } }

.somfy.guidelines #header {
  font-family: SomfySans-Regular, sans-serif; }
  .somfy.guidelines #header .container-fluid > div nav .menu_entries {
    margin-right: 0; }
    .somfy.guidelines #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu > li .sub-menu .products-col .col {
      max-width: 33.33%; }
    .somfy.guidelines #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .products-title {
      min-height: 2rem; }
    .somfy.guidelines #header .container-fluid > div nav .menu_entries .dropdown-menu .universes.complete-menu .left-menu {
      min-height: 300px; }
    .somfy.guidelines #header .container-fluid > div nav .menu_entries.nav-open .bar1 {
      -webkit-transform: translate(0px, 8px) rotate(-45deg);
      transform: translate(0px, 8px) rotate(-45deg); }
    .somfy.guidelines #header .container-fluid > div nav .menu_entries.nav-open .bar2 {
      opacity: 0; }
    .somfy.guidelines #header .container-fluid > div nav .menu_entries.nav-open .bar3 {
      -webkit-transform: translate(0px, -8px) rotate(45deg);
      transform: translate(0px, -8px) rotate(45deg); }
  .somfy.guidelines #header .burger_container {
    margin-right: 1.1428571429rem;
    cursor: pointer;
    display: block; }
    .somfy.guidelines #header .burger_container .bar1, .somfy.guidelines #header .burger_container .bar2, .somfy.guidelines #header .burger_container .bar3 {
      width: 24px;
      height: 2px;
      background-color: #485C74;
      margin: 6px auto;
      transition: all 0.3s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.guidelines #header .burger_container .bar1, .somfy.guidelines #header .burger_container .bar2, .somfy.guidelines #header .burger_container .bar3 {
          transition: none; } }
    .somfy.guidelines #header .burger_container + div {
      color: #485C74;
      text-transform: uppercase; }
  .somfy.guidelines #header .products-detail a {
    color: #485C74; }
    .somfy.guidelines #header .products-detail a:hover, .somfy.guidelines #header .products-detail a.active {
      color: #FAB800 !important; }
  .somfy.guidelines #header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .somfy.guidelines #header .views a {
    display: inline-block;
    padding: 0.7142857143rem 1.4285714286rem; }
    .somfy.guidelines #header .views a i {
      display: block;
      font-size: 2.1428571429rem;
      color: black;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.guidelines #header .views a i {
          transition: none; } }
    .somfy.guidelines #header .views a:hover i, .somfy.guidelines #header .views a:focus i, .somfy.guidelines #header .views a.active i {
      color: #FAB800; }

.somfy.guidelines .guidelines-home {
  padding: 1.4285714286rem 0 2.8571428571rem;
  text-align: center;
  background: #F8F7F5; }
  .somfy.guidelines .guidelines-home .title_1, .somfy.guidelines .guidelines-home .title_2 {
    color: #3C4F64;
    margin-bottom: 1.4285714286rem; }
    body .somfy.guidelines .guidelines-home .title_1, body .somfy.guidelines .guidelines-home .title_2 {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy.guidelines .guidelines-home .title_1, body .somfy.guidelines .guidelines-home .title_2 {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy.guidelines .guidelines-home .title_1, body.vi-vi .somfy.guidelines .guidelines-home .title_2,
    body.vi-th .somfy.guidelines .guidelines-home .title_1, body.vi-th .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.guidelines .guidelines-home .title_1, body.kr-kr .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.guidelines .guidelines-home .title_1, body.il-il .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.guidelines .guidelines-home .title_1, body.ar-ac .somfy.guidelines .guidelines-home .title_2,
    body.ar-lb .somfy.guidelines .guidelines-home .title_1, body.ar-lb .somfy.guidelines .guidelines-home .title_2,
    body.ar-ma .somfy.guidelines .guidelines-home .title_1, body.ar-ma .somfy.guidelines .guidelines-home .title_2,
    body.ar-il .somfy.guidelines .guidelines-home .title_1, body.ar-il .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.guidelines .guidelines-home .title_1, body.ja-jp .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.guidelines .guidelines-home .title_1, body.sc-cn .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.guidelines .guidelines-home .title_1, body.tc-hk .somfy.guidelines .guidelines-home .title_2,
    body.tc-tw .somfy.guidelines .guidelines-home .title_1, body.tc-tw .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.guidelines .guidelines-home .title_1, body.th-th .somfy.guidelines .guidelines-home .title_2 {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.guidelines .guidelines-home .subtitle_2, .somfy.guidelines .guidelines-home .form_assembly .wForm fieldset legend, .somfy.guidelines .form_assembly .wForm fieldset .guidelines-home legend {
    color: #3C4F64; }

.somfy.guidelines .guidelines-banner {
  width: 100%; }

.somfy.guidelines .guidelines-header {
  padding: 3.5714285714rem 0;
  text-align: center; }
  .somfy.guidelines .guidelines-header .title_1, .somfy.guidelines .guidelines-header .title_2 {
    margin-bottom: 1.4285714286rem; }
    body .somfy.guidelines .guidelines-header .title_1, body .somfy.guidelines .guidelines-header .title_2 {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy.guidelines .guidelines-header .title_1, body .somfy.guidelines .guidelines-header .title_2 {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy.guidelines .guidelines-header .title_1, body.vi-vi .somfy.guidelines .guidelines-header .title_2,
    body.vi-th .somfy.guidelines .guidelines-header .title_1, body.vi-th .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.guidelines .guidelines-header .title_1, body.kr-kr .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.guidelines .guidelines-header .title_1, body.il-il .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.guidelines .guidelines-header .title_1, body.ar-ac .somfy.guidelines .guidelines-header .title_2,
    body.ar-lb .somfy.guidelines .guidelines-header .title_1, body.ar-lb .somfy.guidelines .guidelines-header .title_2,
    body.ar-ma .somfy.guidelines .guidelines-header .title_1, body.ar-ma .somfy.guidelines .guidelines-header .title_2,
    body.ar-il .somfy.guidelines .guidelines-header .title_1, body.ar-il .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.guidelines .guidelines-header .title_1, body.ja-jp .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.guidelines .guidelines-header .title_1, body.sc-cn .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.guidelines .guidelines-header .title_1, body.tc-hk .somfy.guidelines .guidelines-header .title_2,
    body.tc-tw .somfy.guidelines .guidelines-header .title_1, body.tc-tw .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.guidelines .guidelines-header .title_1, body.th-th .somfy.guidelines .guidelines-header .title_2 {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.guidelines .guidelines-section {
  position: relative; }
  .somfy.guidelines .guidelines-section-more {
    position: absolute;
    z-index: 10;
    /*1045*/
    right: 0;
    top: var(--top-sticky);
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .somfy.guidelines .guidelines-section-more li {
      display: flex;
      justify-content: flex-end;
      margin: 0.5714285714rem 0 0.5714285714rem; }
    .somfy.guidelines .guidelines-section-more a {
      display: flex;
      align-items: center;
      overflow: hidden;
      background: white;
      padding: 5px 12px 5px 12px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-radius: 4px 0 0 4px;
      max-width: 3.5714285714rem;
      white-space: nowrap;
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.guidelines .guidelines-section-more a {
          transition: none; } }
      .somfy.guidelines .guidelines-section-more a i {
        font-size: 2.1428571429rem;
        color: #1A1B1C;
        margin-right: 0.7142857143rem; }
      .somfy.guidelines .guidelines-section-more a span {
        font-size: 1rem;
        line-height: 1.2142857143rem;
        color: #1A1B1C; }
        body .somfy.guidelines .guidelines-section-more a span {
          font-family: SomfySans-Light, sans-serif; }
        body.vi-vi .somfy.guidelines .guidelines-section-more a span,
        body.vi-th .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans', sans-serif; }
        body.kr-kr .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
        body.il-il .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
        body.ar-ac .somfy.guidelines .guidelines-section-more a span,
        body.ar-lb .somfy.guidelines .guidelines-section-more a span,
        body.ar-ma .somfy.guidelines .guidelines-section-more a span,
        body.ar-il .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
        body.ja-jp .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
        body.sc-cn .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
        body.tc-hk .somfy.guidelines .guidelines-section-more a span,
        body.tc-tw .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
        body.th-th .somfy.guidelines .guidelines-section-more a span {
          font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
      .somfy.guidelines .guidelines-section-more a:hover, .somfy.guidelines .guidelines-section-more a:focus {
        max-width: 17.1428571429rem; }
    .somfy.guidelines .guidelines-section-more + section {
      z-index: 5;
      /*1041*/
      position: relative; }
    .somfy.guidelines .guidelines-section-more.blockWithModal + section {
      position: static; }

.somfy.guidelines .guidelines-responsive {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #C5C6C6;
  max-width: 280px;
  position: absolute;
  left: 2%;
  top: 350px;
  background-color: #f1f1f1; }
  .somfy.guidelines .guidelines-responsive li {
    display: flex;
    align-items: center;
    padding: 1.0714285714rem 2.8571428571rem;
    border-bottom: 1px solid #C5C6C6; }
    .somfy.guidelines .guidelines-responsive li div {
      margin-right: 1.4285714286rem;
      text-align: left; }
    .somfy.guidelines .guidelines-responsive li strong {
      display: block;
      font-size: 1rem; }
    .somfy.guidelines .guidelines-responsive li span {
      display: block;
      font-size: 0.7142857143rem; }
    .somfy.guidelines .guidelines-responsive li a.responsive-vertical {
      display: block;
      margin: 0 0.7142857143rem 0 auto;
      width: 1rem;
      height: 1.8571428571rem;
      border-top: 2px solid black;
      border-left: 1px solid black;
      border-right: 1px solid black;
      border-bottom: 3px solid black;
      background: white;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.guidelines .guidelines-responsive li a.responsive-vertical {
          transition: none; } }
      .somfy.guidelines .guidelines-responsive li a.responsive-vertical:hover, .somfy.guidelines .guidelines-responsive li a.responsive-vertical:focus, .somfy.guidelines .guidelines-responsive li a.responsive-vertical.-active {
        border-color: #FAB800; }
    .somfy.guidelines .guidelines-responsive li a.responsive-horizontal {
      display: block;
      width: 1.8571428571rem;
      height: 1rem;
      border-top: 1px solid black;
      border-left: 2px solid black;
      border-right: 3px solid black;
      border-bottom: 1px solid black;
      background: white;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.guidelines .guidelines-responsive li a.responsive-horizontal {
          transition: none; } }
      .somfy.guidelines .guidelines-responsive li a.responsive-horizontal:hover, .somfy.guidelines .guidelines-responsive li a.responsive-horizontal:focus, .somfy.guidelines .guidelines-responsive li a.responsive-horizontal.-active {
        border-color: #FAB800; }

.somfy.guidelines footer {
  background: #F8F7F5;
  text-align: center;
  padding: 2.8571428571rem 0 5.7142857143rem; }
  body .somfy.guidelines footer {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy.guidelines footer,
  body.vi-th .somfy.guidelines footer {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.guidelines footer {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.guidelines footer {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.guidelines footer,
  body.ar-lb .somfy.guidelines footer,
  body.ar-ma .somfy.guidelines footer,
  body.ar-il .somfy.guidelines footer {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.guidelines footer {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.guidelines footer {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.guidelines footer,
  body.tc-tw .somfy.guidelines footer {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.guidelines footer {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.guidelines footer .title_3 {
    margin-bottom: 1.4285714286rem; }
    body .somfy.guidelines footer .title_3 {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy.guidelines footer .title_3 {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy.guidelines footer .title_3,
    body.vi-th .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy.guidelines footer .title_3,
    body.ar-lb .somfy.guidelines footer .title_3,
    body.ar-ma .somfy.guidelines footer .title_3,
    body.ar-il .somfy.guidelines footer .title_3 {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy.guidelines footer .title_3,
    body.tc-tw .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy.guidelines footer .title_3 {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }

.somfy.guidelines .modal-content {
  background: #F8F7F5; }
  body .somfy.guidelines .modal-content {
    font-family: SomfySans-Light, sans-serif; }
  body.vi-vi .somfy.guidelines .modal-content,
  body.vi-th .somfy.guidelines .modal-content {
    font-family: 'Noto Sans', sans-serif; }
  body.kr-kr .somfy.guidelines .modal-content {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
  body.il-il .somfy.guidelines .modal-content {
    font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
  body.ar-ac .somfy.guidelines .modal-content,
  body.ar-lb .somfy.guidelines .modal-content,
  body.ar-ma .somfy.guidelines .modal-content,
  body.ar-il .somfy.guidelines .modal-content {
    font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
  body.ja-jp .somfy.guidelines .modal-content {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
  body.sc-cn .somfy.guidelines .modal-content {
    font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
  body.tc-hk .somfy.guidelines .modal-content,
  body.tc-tw .somfy.guidelines .modal-content {
    font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
  body.th-th .somfy.guidelines .modal-content {
    font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
  .somfy.guidelines .modal-content .main_specs {
    margin-top: 2.1428571429rem; }
    .somfy.guidelines .modal-content .main_specs .col-12 {
      display: flex;
      flex-direction: column; }
    .somfy.guidelines .modal-content .main_specs .content-loader {
      position: relative;
      padding: 25px 0;
      margin-bottom: 30px; }
      .somfy.guidelines .modal-content .main_specs .content-loader:after {
        margin: 0; }

.somfy.guidelines .modal-body {
  padding: 5.7142857143rem 0; }

.somfy.guidelines .imgSizeMain {
  border: 2px solid #1a1b1c;
  height: 0;
  position: relative;
  font-size: 12px; }

.somfy.guidelines .imgSizeSafe {
  border: 2px solid red;
  position: absolute;
  font-size: 12px; }

.somfy.guidelines .imgSizeMain > span {
  position: absolute;
  bottom: -20px;
  right: -2px;
  display: inline-block;
  white-space: nowrap;
  background: #1a1b1c;
  color: white;
  padding: 0 5px; }

.somfy.guidelines .imgSizeSafe > span {
  position: absolute;
  bottom: 0;
  right: -2px;
  display: inline-block;
  white-space: nowrap;
  background: red;
  color: white;
  padding: 0 5px; }

.somfy.guidelines .faq_assistance_links.main_specs .faq_accordion_wrap .accordion-content-block:first-child {
  border-top: none;
  padding-top: 0; }

.somfy.guidelines .main_specs .title_content {
  font-family: SomfySans-ExtraLight, sans-serif; }

.somfy.guidelines .main_specs .subtitle_2, .somfy.guidelines .main_specs .form_assembly .wForm fieldset legend, .somfy.guidelines .form_assembly .wForm fieldset .main_specs legend {
  font-family: SomfySans-Light, sans-serif; }

.somfy.guidelines .main_specs .global_prop .imgSizes {
  padding-bottom: 25px;
  margin: 15px 5% 0; }

.somfy.guidelines .main_specs .global_prop ul {
  margin-left: 16px;
  padding: 0;
  margin-top: 5px; }

.somfy.guidelines .main_specs .global_prop .box {
  flex-grow: 1;
  padding: 15px 20px;
  background: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  text-align: left;
  margin-bottom: 1.4285714286rem; }
  .somfy.guidelines .main_specs .global_prop .box .red {
    color: red; }
  .somfy.guidelines .main_specs .global_prop .box .title_3 {
    margin-bottom: 0.7142857143rem; }

.somfy.guidelines .main_specs .global_prop .sublist {
  margin-left: 40px;
  list-style-type: circle; }

.somfy.guidelines .main_specs .img_sizes .subtitle_2 span, .somfy.guidelines .main_specs .img_sizes .form_assembly .wForm fieldset legend span, .somfy.guidelines .form_assembly .wForm fieldset .main_specs .img_sizes legend span {
  font-size: 20px;
  color: #bbb;
  margin-left: 10px; }

.somfy.guidelines .main_specs .used-on {
  position: relative; }

.somfy.guidelines .main_specs .used-on .content-loader {
  position: absolute; }

.somfy.guidelines .main_specs .used-on .subtitle_2, .somfy.guidelines .main_specs .used-on .form_assembly .wForm fieldset legend, .somfy.guidelines .form_assembly .wForm fieldset .main_specs .used-on legend {
  float: left; }

.somfy.guidelines .main_specs .used-on .bootstrap-select {
  float: right; }

.somfy.guidelines .main_specs .used-on .bootstrap-select .dropdown-toggle {
  padding: 5px 15px; }

.somfy.guidelines .main_specs .used-on .bootstrap-select ul {
  margin-left: 0; }

.somfy.guidelines .main_specs .used-on .bootstrap-select .dropdown-menu .dropdown-item,
.somfy.guidelines .main_specs .used-on .btn {
  font-size: 14px; }

.somfy.guidelines .main_specs .used-on .arbo {
  clear: both; }

.somfy.guidelines .main_specs .used-on .arbo > p {
  margin-bottom: 0; }

.somfy.guidelines .main_specs .used-on table {
  width: 100%; }

.somfy.guidelines .main_specs .used-on table td {
  border-top: 1px solid #ccc;
  padding: 3px 0; }

.somfy.guidelines .main_specs .used-on table tr:first-child td {
  border-top: none; }

.somfy.guidelines .main_specs .used-on table tr td em {
  color: gray; }

.somfy.guidelines .main_specs + .bg-gray {
  border-top: 1px solid #E8E8E8; }

.somfy.guidelines .main_specs .examples ul {
  margin-left: 0; }
  .somfy.guidelines .main_specs .examples ul li {
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
    padding: 3px 0; }

.somfy.guidelines .banner_home {
  background: url("/common/b2c_v5/img/banner-home-guidelines.jpg") center center no-repeat;
  height: 779px; }

.somfy.guidelines #_RD_Container {
  text-align: center;
  background-image: url("/admin/common/img/v3/bg-rd.jpg");
  background-color: #EFEFEF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 1px solid #ddd;
  padding-top: 81px;
  min-height: calc(100vh - 14px);
  /* height: calc(100vh - 115px);  */ }
  .somfy.guidelines #_RD_Container #_RD_Wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 25px;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    border-radius: 25px;
    background-color: #222;
    margin-top: 2%;
    margin-bottom: 2%;
    transition: margin-top 0.3s; }
  .somfy.guidelines #_RD_Container .auto #_RD_Wrapper {
    margin: 0 auto;
    overflow: hidden; }
  .somfy.guidelines #_RD_Container html.complete #_RD_Wrapper.transition {
    transition: all 150ms ease-out 0s; }
  .somfy.guidelines #_RD_Container html.complete #_RD_Wrapper.notransition {
    transition: none 0s ease 0s; }
  .somfy.guidelines #_RD_Container #_RD_Content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10; }
  .somfy.guidelines #_RD_Container b[id^="handle-"] {
    display: block;
    opacity: 0.2;
    position: absolute; }
  .somfy.guidelines #_RD_Container b.hover[id^="handle-"], .somfy.guidelines #_RD_Container b.active[id^="handle-"] {
    opacity: 0.8;
    transition: opacity 150ms ease-out 0s; }
  .somfy.guidelines #_RD_Container .auto b[id^="handle-"] {
    display: none; }
  .somfy.guidelines #_RD_Container #_RD_Handle-e {
    height: 100%;
    right: -20px;
    top: 0;
    width: 20px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-e:before, .somfy.guidelines #_RD_Container #handle-s:before {
    background: none repeat scroll 0 0 #CCCCCC;
    content: "";
    display: block;
    position: absolute; }
  .somfy.guidelines #_RD_Container #_RD_Handle-e:before {
    height: 24px;
    left: 100%;
    margin: -12px 0 0 -6px;
    top: 50%;
    width: 6px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-s:before {
    height: 6px;
    left: 50%;
    margin: -6px 0 0 -12px;
    top: 100%;
    width: 24px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-se {
    border-color: #CCCCCC;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0; }
  .somfy.guidelines #_RD_Container #_RD_Handle-s {
    bottom: -20px;
    height: 20px;
    left: 0;
    width: 100%; }
  .somfy.guidelines #_RD_Container #_RD_Handle-w {
    height: 100%;
    left: -20px;
    top: 0;
    width: 20px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-se, .somfy.guidelines #_RD_Container #_RD_Handle-sw {
    bottom: -20px;
    height: 20px;
    width: 20px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-se {
    right: -20px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-sw {
    left: -20px; }
  .somfy.guidelines #_RD_Container #_RD_Handle-e.hover, .somfy.guidelines #_RD_Container #_RD_Handle-e.active, .somfy.guidelines #_RD_Container #_RD_handle-w.hover, .somfy.guidelines #_RD_Container #_RD_Handle-w.active {
    cursor: ew-resize; }
  .somfy.guidelines #_RD_Container #_RD_Handle-s.hover, .somfy.guidelines #_RD_Container #_RD_Handle-s.active {
    cursor: ns-resize; }
  .somfy.guidelines #_RD_Container #_RD_Handle-se.hover, .somfy.guidelines #_RD_Container #_RD_Handle-se.active {
    cursor: nwse-resize; }
  .somfy.guidelines #_RD_Container #_RD_Handle-sw.hover, .somfy.guidelines #_RD_Container #_RD_Handle-sw.active {
    cursor: nesw-resize; }
  .somfy.guidelines #_RD_Container b[id^="_RD_Handle-"] {
    display: none !important; }
  .somfy.guidelines #_RD_Container #_RD_Content {
    display: block !important;
    margin: 0 auto !important;
    overflow: visible !important; }

.somfy .account-warranty .warranty-header {
  margin-bottom: 4.2857142857rem; }
  @media (max-width: 991.98px) {
    .somfy .account-warranty .warranty-header {
      margin-bottom: 2.1428571429rem; } }

.somfy .account-warranty .warranty-title {
  font-size: 1.7142857143rem;
  line-height: 1.8571428571rem;
  margin-bottom: 2.8571428571rem; }
  @media (max-width: 991.98px) {
    .somfy .account-warranty .warranty-title {
      text-align: center; } }

.somfy .account-warranty .warranty-form {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .somfy .account-warranty .warranty-form {
      flex-wrap: wrap; }
      .somfy .account-warranty .warranty-form a {
        max-width: none;
        margin: 0;
        line-height: 30px; } }

.somfy .account-warranty .warranty-search {
  display: flex;
  width: 50%; }
  @media (max-width: 991.98px) {
    .somfy .account-warranty .warranty-search {
      width: 100%;
      margin-bottom: 1.4285714286rem; } }
  .somfy .account-warranty .warranty-search .form-group {
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .somfy .account-warranty .warranty-search .form-group {
        min-width: 60%; } }

.somfy .account-warranty .warranty-table {
  margin-bottom: 4.2857142857rem; }
  .somfy .account-warranty .warranty-table table {
    width: 100%; }
    body .somfy .account-warranty .warranty-table table {
      font-family: SomfySans-ExtraLight, sans-serif; }
      @media (max-width: 767.98px) {
        body .somfy .account-warranty .warranty-table table {
          font-family: 'SomfySans-Light', sans-serif; } }
    body.vi-vi .somfy .account-warranty .warranty-table table,
    body.vi-th .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans', sans-serif; }
    body.kr-kr .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans KR', 'Noto Sans', sans-serif; }
    body.il-il .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans Hebrew', 'Noto Sans', sans-serif; }
    body.ar-ac .somfy .account-warranty .warranty-table table,
    body.ar-lb .somfy .account-warranty .warranty-table table,
    body.ar-ma .somfy .account-warranty .warranty-table table,
    body.ar-il .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Naskh Arabic UI', 'Noto Sans', sans-serif; }
    body.ja-jp .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif; }
    body.sc-cn .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans SC Sliced', 'Noto Sans', sans-serif; }
    body.tc-hk .somfy .account-warranty .warranty-table table,
    body.tc-tw .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans TC', 'Noto Sans', sans-serif; }
    body.th-th .somfy .account-warranty .warranty-table table {
      font-family: 'Noto Sans Thai', 'Noto Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .somfy .account-warranty .warranty-table table thead {
        display: none; } }
    .somfy .account-warranty .warranty-table table th {
      background: #8996A4;
      color: white;
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem;
      padding: 1rem 1.4285714286rem; }
      .somfy .account-warranty .warranty-table table th:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .somfy .account-warranty .warranty-table table td {
      padding: 1rem 1.4285714286rem;
      background: #FAFAFB;
      font-size: 1.2857142857rem;
      line-height: 1.7142857143rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .somfy .account-warranty .warranty-table table td:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .somfy .account-warranty .warranty-table table td strong {
        display: block;
        font-weight: normal;
        font-size: 2rem;
        line-height: 2.4285714286rem;
        margin-bottom: 0.7142857143rem; }
        @media (max-width: 991.98px) {
          .somfy .account-warranty .warranty-table table td strong {
            margin-bottom: 0;
            width: 100%; } }
      .somfy .account-warranty .warranty-table table td p {
        margin-bottom: 0.4285714286rem; }
        .somfy .account-warranty .warranty-table table td p:last-child {
          margin-bottom: 0; }
      .somfy .account-warranty .warranty-table table td .btnCompact {
        display: block; }
        @media (max-width: 991.98px) {
          .somfy .account-warranty .warranty-table table td .btnCompact {
            margin-right: 0;
            margin-left: 0;
            max-width: none; } }
        .somfy .account-warranty .warranty-table table td .btnCompact:not(:last-child) {
          margin-bottom: 0.7142857143rem; }
      @media (max-width: 991.98px) {
        .somfy .account-warranty .warranty-table table td div {
          text-align: right; } }
      @media (max-width: 991.98px) {
        .somfy .account-warranty .warranty-table table td {
          display: flex;
          flex-wrap: wrap;
          border-bottom: none;
          justify-content: space-between;
          font-size: 1rem;
          line-height: 1.2857142857rem;
          border-right: 1px solid rgba(0, 0, 0, 0.1);
          padding: 0.7142857143rem 1.4285714286rem 0; }
          .somfy .account-warranty .warranty-table table td:first-child {
            padding-top: 1.4285714286rem; }
          .somfy .account-warranty .warranty-table table td:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 1.4285714286rem;
            padding-bottom: 1.4285714286rem; }
          .somfy .account-warranty .warranty-table table td:before {
            content: attr(data-text);
            display: inline-block;
            white-space: nowrap; } }
    .somfy .account-warranty .warranty-table table tr:nth-child(2n + 1) td {
      background: white; }

@media (max-width: 991.98px) {
  .somfy .account-warranty .warranty-person {
    display: none; } }

.somfy .account-warranty .warranty-footer .pagination .page-link {
  background: transparent; }

.offset-1 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 1);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 1); }

.offset-2 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 2);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 2); }

.offset-3 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 3);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 3); }

.offset-4 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 4);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 4); }

.offset-5 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 5);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 5); }

.offset-6 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 6);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 6); }

.offset-7 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 7);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 7); }

.offset-8 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 8);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 8); }

.offset-9 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 9);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 9); }

.offset-10 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 10);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 10); }

.offset-11 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 11);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 11); }

.offset-12 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 12);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 12); }

.offset-xs-1 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 1);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 1); }

.offset-xs-2 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 2);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 2); }

.offset-xs-3 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 3);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 3); }

.offset-xs-4 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 4);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 4); }

.offset-xs-5 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 5);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 5); }

.offset-xs-6 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 6);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 6); }

.offset-xs-7 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 7);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 7); }

.offset-xs-8 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 8);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 8); }

.offset-xs-9 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 9);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 9); }

.offset-xs-10 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 10);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 10); }

.offset-xs-11 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 11);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 11); }

.offset-xs-12 {
  margin-left: 0;
  margin-right: calc(8.3333333333% * 12);
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(8.3333333333% * 12); }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 1);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 1); }
  .offset-sm-2 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 2);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 2); }
  .offset-sm-3 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 3);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 3); }
  .offset-sm-4 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 4);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 4); }
  .offset-sm-5 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 5);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 5); }
  .offset-sm-6 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 6);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 6); }
  .offset-sm-7 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 7);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 7); }
  .offset-sm-8 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 8);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 8); }
  .offset-sm-9 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 9);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 9); }
  .offset-sm-10 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 10);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 10); }
  .offset-sm-11 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 11);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 11); }
  .offset-sm-12 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 12);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 12); } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 1);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 1); }
  .offset-md-2 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 2);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 2); }
  .offset-md-3 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 3);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 3); }
  .offset-md-4 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 4);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 4); }
  .offset-md-5 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 5);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 5); }
  .offset-md-6 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 6);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 6); }
  .offset-md-7 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 7);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 7); }
  .offset-md-8 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 8);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 8); }
  .offset-md-9 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 9);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 9); }
  .offset-md-10 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 10);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 10); }
  .offset-md-11 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 11);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 11); }
  .offset-md-12 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 12);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 12); } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 1);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 1); }
  .offset-lg-2 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 2);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 2); }
  .offset-lg-3 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 3);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 3); }
  .offset-lg-4 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 4);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 4); }
  .offset-lg-5 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 5);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 5); }
  .offset-lg-6 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 6);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 6); }
  .offset-lg-7 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 7);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 7); }
  .offset-lg-8 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 8);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 8); }
  .offset-lg-9 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 9);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 9); }
  .offset-lg-10 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 10);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 10); }
  .offset-lg-11 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 11);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 11); }
  .offset-lg-12 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 12);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 12); } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 1);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 1); }
  .offset-xl-2 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 2);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 2); }
  .offset-xl-3 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 3);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 3); }
  .offset-xl-4 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 4);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 4); }
  .offset-xl-5 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 5);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 5); }
  .offset-xl-6 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 6);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 6); }
  .offset-xl-7 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 7);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 7); }
  .offset-xl-8 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 8);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 8); }
  .offset-xl-9 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 9);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 9); }
  .offset-xl-10 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 10);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 10); }
  .offset-xl-11 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 11);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 11); }
  .offset-xl-12 {
    margin-left: 0;
    margin-right: calc(8.3333333333% * 12);
    -webkit-margin-end: 0;
    -webkit-margin-start: calc(8.3333333333% * 12); } }

.mr-auto {
  margin-left: auto !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0 !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0 !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-right: 1rem !important;
  padding-left: 0 !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 0 !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-right: 3rem !important;
  padding-left: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: unset !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: unset !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; }
  .mr-sm-auto {
    margin-right: unset !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .ml-sm-auto {
    margin-left: unset !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-left: auto !important; }
  .mr-md-auto {
    margin-right: unset !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .ml-md-auto {
    margin-left: unset !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; }
  .mr-lg-auto {
    margin-right: unset !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .ml-lg-auto {
    margin-left: unset !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; }
  .mr-xl-auto {
    margin-right: unset !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .ml-xl-auto {
    margin-left: unset !important; } }

.text-left {
  text-align: right !important; }

.text-right {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: right !important; }
  .text-sm-right {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: right !important; }
  .text-md-right {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: right !important; }
  .text-lg-right {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: right !important; }
  .text-xl-right {
    text-align: left !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (max-width: 767.98px) {
  .somfy.rtl .offset-md-1 {
    margin-left: 0;
    margin-right: 0; }
  .somfy.rtl .offset-md-2 {
    margin-left: 0;
    margin-right: 0; }
  .somfy.rtl .offset-md-3 {
    margin-left: 0;
    margin-right: 0; }
  .somfy.rtl .offset-md-4 {
    margin-left: 0;
    margin-right: 0; }
  .somfy.rtl .offset-md-5 {
    margin-left: 0;
    margin-right: 0; }
  .somfy.rtl .offset-md-7 {
    margin-left: 0;
    margin-right: 0; }
  .somfy.rtl .offset-md-8 {
    margin-left: 0;
    margin-right: 0; } }

.somfy.rtl {
  direction: rtl; }
  .somfy.rtl .filter-list > div {
    float: none; }
  .somfy.rtl a.anim-arrow,
  .somfy.rtl button.anim-arrow {
    display: inline-block;
    width: auto; }
    .somfy.rtl a.anim-arrow .icon-arrow-right,
    .somfy.rtl button.anim-arrow .icon-arrow-right {
      transform: translateY(-55%) rotate(180deg);
      right: auto;
      left: -14px; }
    .somfy.rtl a.anim-arrow:hover .icon-arrow-right, .somfy.rtl a.anim-arrow:active .icon-arrow-right, .somfy.rtl a.anim-arrow:focus .icon-arrow-right,
    .somfy.rtl button.anim-arrow:hover .icon-arrow-right,
    .somfy.rtl button.anim-arrow:active .icon-arrow-right,
    .somfy.rtl button.anim-arrow:focus .icon-arrow-right {
      left: -20px; }
  .somfy.rtl a.link-picto i,
  .somfy.rtl button.link-picto i {
    margin-left: 0.7142857143rem;
    margin-right: 0; }
  .somfy.rtl .cta-sticky {
    left: 20px;
    right: auto; }
    .somfy.rtl .cta-sticky .dropdown-menu {
      border-left: none;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      text-align: right;
      left: 100%;
      right: auto; }
  .somfy.rtl .search-dropdown .icon-arrow-right {
    transform: rotate(180deg); }
  .somfy.rtl .breadcrumb .breadcrumb-item {
    padding-left: 0.5rem; }
    .somfy.rtl .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      padding-right: 0;
      padding-left: 0.5rem;
      transform: rotateY(180deg);
      transform-origin: 11px; }
  .somfy.rtl .push-app_bloc {
    text-align: right;
    text-align: -webkit-right; }
  .somfy.rtl .cl_product > .link_big span:before {
    transform: scaleX(-1); }
  .somfy.rtl .language-select .container-language {
    text-align: right; }
  .somfy.rtl .language-select .close-language {
    right: auto;
    left: 10px; }
  .somfy.rtl .language-select .language-option .nl-form:after {
    right: auto;
    padding: 0 0 60px 0; }
  .somfy.rtl #header.header_simplifie .buy_btn_wrapper {
    padding-left: 0;
    text-align: left !important; }
  @media (max-width: 767.98px) {
    .somfy.rtl #header .show_navbar_1 {
      right: -100% !important; }
      .somfy.rtl #header .show_navbar_1 .product_nav {
        opacity: 1 !important; } }
  @media (max-width: 767.98px) {
    .somfy.rtl #header .show_subnavbar {
      right: 0 !important;
      opacity: 1 !important; } }
  @media (max-width: 767.98px) {
    .somfy.rtl #header .show_nav_univers {
      right: 0 !important;
      opacity: 1 !important; } }
  .somfy.rtl #header .bar1, .somfy.rtl #header .bar2, .somfy.rtl #header .bar3 {
    margin-right: 0;
    margin-left: 14px; }
  .somfy.rtl #header .navbar-toggler {
    z-index: 10; }
  .somfy.rtl #header .logo_somfy {
    padding-right: 0; }
    .somfy.rtl #header .logo_somfy a {
      display: block; }
  .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li {
    flex-flow: initial; }
    .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li:first-child span {
      margin-right: 0 !important;
      transform: scaleX(1) !important; }
    .somfy.rtl #header .container-fluid > div nav .menu_entries .menu_entries_navbar > li .product_nav > ul > li .product_subnav > ul > li:first-child span {
      margin-right: 0 !important;
      transform: scaleX(1) !important; }
  .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon {
    margin-left: 0;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon {
        margin-right: 30px; }
        .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon:first-child {
          margin-right: 0; } }
    .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown {
      right: -20px;
      left: 0; }
      .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content {
        padding-right: 0; }
        .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown .contrast_content li:first-child {
          border-left: none !important; }
      .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown:after {
        right: 25px;
        left: auto; }
      .somfy.rtl #header .container-fluid > div nav .header_icons .nav-item-icon .contrast_dropdown:before {
        right: 25px;
        left: auto; }
  .somfy.rtl #header .menu_entries {
    padding-left: 0; }
    @media (min-width: 768px) {
      .somfy.rtl #header .menu_entries {
        padding-right: 50px; } }
    @media (max-width: 767.98px) {
      .somfy.rtl #header .menu_entries {
        left: auto !important;
        right: 0; } }
    .somfy.rtl #header .menu_entries span.icon-arrow-right {
      transform: scale(-1) !important; }
    .somfy.rtl #header .menu_entries .nav_univers {
      width: 100%; }
      .somfy.rtl #header .menu_entries .nav_univers .sfy-v5-icon-product {
        margin-left: 10px;
        margin-right: 0 !important; }
    .somfy.rtl #header .menu_entries .menu_entries_navbar > li:first-child {
      margin-right: 0;
      margin-left: 20px !important; }
    .somfy.rtl #header .menu_entries .navbar-nav {
      padding-left: auto;
      padding-right: 0 !important; }
      .somfy.rtl #header .menu_entries .navbar-nav li a .square {
        margin-right: 0;
        margin-left: 10px; }
      @media (max-width: 767.98px) {
        .somfy.rtl #header .menu_entries .navbar-nav li span {
          margin-right: auto !important;
          margin-left: 0 !important; } }
      @media (max-width: 767.98px) {
        .somfy.rtl #header .menu_entries .navbar-nav li .product_nav {
          left: auto !important;
          right: 100%; } }
      .somfy.rtl #header .menu_entries .navbar-nav li .product_nav ul li span:first-child {
        margin-bottom: 3px !important;
        margin-left: 9px !important; }
      @media (max-width: 767.98px) {
        .somfy.rtl #header .menu_entries .navbar-nav li .product_nav ul li .product_subnav {
          left: auto !important;
          right: 100% !important; } }
      .somfy.rtl #header .menu_entries .navbar-nav .bg_universe_menu_product {
        transform: scaleX(-1); }
      @media (min-width: 992px) {
        .somfy.rtl #header .menu_entries .navbar-nav .dropdown-menu .universes .close {
          left: 10px;
          right: auto; } }
  .somfy.rtl #header .header_icons {
    right: auto !important;
    left: 10px !important;
    padding-right: 0; }
    @media (min-width: 768px) {
      .somfy.rtl #header .header_icons li:first-child {
        padding-right: 20px;
        border-left: 1px solid rgba(26, 27, 28, 0.1);
        border-right: none !important; } }
    @media (max-width: 767.98px) {
      .somfy.rtl #header .header_icons .nav-item-icon {
        padding-left: 0; }
        .somfy.rtl #header .header_icons .nav-item-icon:last-child {
          padding-right: 0 !important;
          padding-left: 0 !important; } }
    @media (max-width: 991.98px) {
      .somfy.rtl #header .header_icons .nav-item-icon a span:last-child {
        padding-right: 0 !important;
        padding-left: 10px !important; } }
    .somfy.rtl #header .header_icons .nav-item-icon .locator-icon:before {
      right: -2px;
      left: auto; }
    .somfy.rtl #header .header_icons .nav-item-icon .contrast_dropdown {
      margin-right: 0 !important; }
      .somfy.rtl #header .header_icons .nav-item-icon .contrast_dropdown .contrast_content a {
        width: 100%;
        margin: auto; }
  .somfy.rtl .subnav .subnav_title_container a {
    padding-left: auto; }
    .somfy.rtl .subnav .subnav_title_container a span:first-child {
      display: none; }
      @media (max-width: 767.98px) {
        .somfy.rtl .subnav .subnav_title_container a span:first-child {
          display: block !important;
          margin-right: 0;
          margin-left: 10px;
          width: auto; } }
    .somfy.rtl .subnav .subnav_title_container a span:last-child {
      margin-top: 3px; }
      .somfy.rtl .subnav .subnav_title_container a span:last-child.ml-auto {
        margin-left: 0 !important;
        margin-right: auto !important; }
  .somfy.rtl .subnav .subnav_title_container .contrast_content {
    text-align: right; }
    .somfy.rtl .subnav .subnav_title_container .contrast_content ul {
      padding-right: 30px !important;
      padding-left: 0; }
  .somfy.rtl .subnav .subnav_title_container .subnav_dropdown:before {
    left: auto;
    right: auto; }
  .somfy.rtl .subnav .subnav_entries_container .subnav_entries {
    padding-left: 0;
    padding-right: 0; }
    .somfy.rtl .subnav .subnav_entries_container .subnav_entries li {
      margin-right: 0 !important;
      margin-left: 30px; }
      .somfy.rtl .subnav .subnav_entries_container .subnav_entries li:last-child {
        margin-left: 0; }
  .somfy.rtl .subnav .subnav_entries_container .subnav_entries_buy {
    padding-right: 25px; }
  .somfy.rtl .subnav.subnav_with_arrow .subnav_title_container a span.icon-arrow-right {
    transform: scaleX(1);
    margin-right: 0;
    margin-left: 10px; }
  .somfy.rtl .focus_2_products .container-fluid .products .product_content_wrapper .price .new_price {
    padding-right: 20px; }
  .somfy.rtl .products-list .container-fluid > .row {
    width: calc(100% + 20px); }
  .somfy.rtl .benefits_icons_2 .icon_container {
    text-align: right; }
  .somfy.rtl .benefits_icons_2 .title_content {
    text-align: right; }
  .somfy.rtl .benefits_icons_2 .subtitle_1, .somfy.rtl .benefits_icons_2 .subtitle_2, .somfy.rtl .benefits_icons_2 .form_assembly .wForm fieldset legend, .somfy.rtl .form_assembly .wForm fieldset .benefits_icons_2 legend {
    text-align: right; }
  .somfy.rtl .testimonials .main_wrapper_slide .double_item_profile .item_profile:last-child {
    padding-right: 10px;
    padding-left: 0; }
  .somfy.rtl .testimonials .main_wrapper_slide .double_item_profile .item_profile:first-child {
    padding-left: 10px;
    padding-right: 0; }
  .somfy.rtl .assistance_search .icon-somfy-search {
    left: 0 !important;
    right: auto !important;
    padding-left: 30px;
    padding-right: auto; }
    @media (max-width: 767.98px) {
      .somfy.rtl .assistance_search .icon-somfy-search {
        padding-left: 15px !important; } }
  @media (max-width: 767.98px) {
    .somfy.rtl .assistance_search input {
      padding-left: 48px !important;
      padding-right: 15px !important; } }
  .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item {
    padding-right: 40px !important;
    padding-left: 0;
    text-align: right;
    border-right: 1px solid #EDEDED !important;
    border-left: none; }
    @media (max-width: 767.98px) {
      .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item {
        border-left: 1px solid #EDEDED;
        border-right: 1px solid #EDEDED;
        padding-right: 15px !important; } }
    .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n-1) {
      border-right: 1px solid #EDEDED !important; }
      @media (max-width: 767.98px) {
        .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n-1) {
          border-right: none; } }
    .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n) {
      border-left: 1px solid #EDEDED !important; }
      @media (max-width: 767.98px) {
        .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item:nth-child(2n) {
          border-right: none; } }
    .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
      transition: all 0.3s ease-in-out; }
      @media (max-width: 767.98px) {
        .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big {
          padding-left: 15px !important;
          padding-right: 0; } }
      @media (max-width: 767.98px) {
        .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big:hover span {
          right: 15px; } }
      .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big span {
        transform: scaleX(-1);
        margin-right: 5px; }
        @media (max-width: 767.98px) {
          .somfy.rtl .assistance_faq .container-fluid .faq_content_wrapper .faq_item .text_big span {
            /*left: 15px;
                                right: auto;*/ } }
  .somfy.rtl .contact_details .contact_content .color-primary:hover span {
    margin-right: 10px !important;
    margin-left: 0; }
  .somfy.rtl .contact_details .contact_content .color-primary span {
    transform: scaleX(-1);
    margin-right: 5px !important; }
  .somfy.rtl .columns_with_bg_image .cwbi_content .cwbi_title {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 50px;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .somfy.rtl .columns_with_bg_image .cwbi_content .cwbi_title {
        margin-left: auto;
        margin-right: 20px;
        margin-bottom: 20px; } }
    .somfy.rtl .columns_with_bg_image .cwbi_content .cwbi_title span {
      margin-right: 5px;
      transition: margin-right 0.3s ease-in-out !important;
      transform: scale(-1); }
      @media screen and (prefers-reduced-motion: reduce) {
        .somfy.rtl .columns_with_bg_image .cwbi_content .cwbi_title span {
          transition: none; } }
  .somfy.rtl .columns_with_bg_image .cwbi_content:hover .cwbi_title span {
    margin-right: 20px;
    margin-left: 0; }
  .somfy.rtl .vertical_slider .bg_vertical_slider {
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg); }
  .somfy.rtl .vertical_slider .d_vertical_slider .content_title {
    left: auto;
    right: 0; }
  .somfy.rtl .vertical_slider .d_vertical_slider .container_img {
    right: auto !important;
    left: 0; }
  .somfy.rtl .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar {
    left: auto !important; }
    .somfy.rtl .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header {
      left: auto;
      right: 0;
      margin-left: 0;
      margin-right: 20px; }
      .somfy.rtl .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav {
        padding-right: 0; }
      .somfy.rtl .vertical_timeline .vertical_timeline_navbar .container-fluid .navbar .navbar-header .navbar-nav li .navbar_year_hyphen {
        margin-right: 0;
        margin-left: 10px; }
  @media (min-width: 768px) {
    .somfy.rtl .vertical_timeline .vertical_timeline_container .timeline_container .timeline_title {
      margin-left: 0 !important;
      margin-right: 25% !important; } }
  @media (min-width: 768px) {
    .somfy.rtl .vertical_timeline .vertical_timeline_container .timeline_container .timeline_subtitle {
      margin-left: 0 !important;
      margin-right: 50% !important; } }
  @media (min-width: 768px) {
    .somfy.rtl .vertical_timeline .vertical_timeline_container .timeline_container .timeline_image {
      margin-left: 0% !important;
      margin-right: 75% !important; } }
  @media (min-width: 768px) {
    .somfy.rtl .vertical_timeline .vertical_timeline_container .timeline_container .timeline_content.animate .timeline_title {
      margin-right: 0 !important;
      opacity: 1; }
    .somfy.rtl .vertical_timeline .vertical_timeline_container .timeline_container .timeline_content.animate .timeline_subtitle {
      margin-right: 0 !important;
      opacity: 1; }
    .somfy.rtl .vertical_timeline .vertical_timeline_container .timeline_container .timeline_content.animate .timeline_image {
      margin-right: 0 !important;
      opacity: 1; } }
  .somfy.rtl .product_slider .slick-next {
    right: auto;
    left: 10px;
    top: 49% !important; }
  .somfy.rtl .product_slider .list_products {
    margin-right: 0; }
  .somfy.rtl .product_slider .slick-next:before {
    transform: scaleX(-1); }
  .somfy.rtl .product_slider .slick-prev {
    right: 10px; }
    .somfy.rtl .product_slider .slick-prev:before {
      transform: scaleX(-1); }
  @media (max-width: 767.98px) {
    .somfy.rtl .benefits_with_smartphone .container-fluid div.row .phone .screen_phone {
      margin-left: 0px;
      margin-right: 1px; } }
  .somfy.rtl .benefits_large .apropos-btn-popin {
    text-align: right; }
  .somfy.rtl .benefits_large .sub-content-slider.apropos_sub_content .bloc_items .icon-arrow-right {
    display: inline-block !important;
    transform: scaleX(-1) !important; }
  .somfy.rtl .content-phone-title:after {
    margin-left: 0;
    margin-right: 0.7142857143rem; }
  .somfy.rtl .content_with_html {
    text-align: right; }
  .somfy.rtl .half_page_video .text-block-wrapper {
    text-align: right; }
  .somfy.rtl .half_page_image .text-block-wrapper {
    text-align: right; }
    .somfy.rtl .half_page_image .text-block-wrapper a:hover .icon-arrow-right {
      margin-left: 0;
      margin-right: 15px; }
    .somfy.rtl .half_page_image .text-block-wrapper a .icon-arrow-right {
      display: inline-block !important;
      transform: scaleX(-1) !important; }
  .somfy.rtl.product-page .mr-3 {
    margin-left: 1rem; }
  .somfy.rtl.product-page .stock:before {
    float: right;
    margin-top: 7px;
    margin-left: 5px; }
  .somfy.rtl.product-page .product-magnet-wrapper {
    text-align: right; }
  .somfy.rtl.product-page .text-left {
    text-align: right !important; }
  .somfy.rtl.product-page .accordion-item-title .arrow-icon {
    left: 0;
    right: auto; }
  @media (max-width: 991.98px) {
    .somfy.rtl.product-page .product-info {
      text-align: right; }
      .somfy.rtl.product-page .product-info .stock:before {
        float: right;
        margin-left: 5px;
        margin-right: 0; }
    .somfy.rtl.product-page .actions .btnClassic, .somfy.rtl.product-page .actions .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-label, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl.product-page .actions .ts-header-filter-dropdown-label, .somfy.rtl.product-page .actions .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .ts-header-filter-dropdown-content, .somfy.product-page.-pim .reviews-wrapper .ts-rating-light.productreviews .ts-wrapper .somfy.rtl.product-page .actions .ts-header-filter-dropdown-content {
      margin-right: 0 !important; }
    .somfy.rtl.product-page .accessories-list {
      padding-right: 0; } }
  .somfy.rtl.product-page .fotorama .thunbmails .slick-prev {
    transform: none;
    left: auto; }
  .somfy.rtl.product-page .fotorama .thunbmails .slick-next {
    transform: scaleX(-1);
    top: calc(50% - 10px);
    left: -25px;
    right: auto; }
  @media (min-width: 992px) {
    .somfy.rtl.product-page .offset-lg-4 {
      margin-right: 33.333333%; } }
  .somfy.rtl .benefits_slider .wrapper-tab-content .container-fluid .block_content_over > .row {
    transform: translateX(-100%);
    animation: slideLeftToRightRTL cubic-bezier(0.77, 0, 0.175, 1) forwards 1s !important;
    animation-delay: 1s !important;
    -webkit-animation: slideLeftToRightRTL cubic-bezier(0.77, 0, 0.175, 1) forwards 1s !important;
    -webkit-animation-delay: 1s !important; }
  .somfy.rtl .benefits_slider .wrapper-tab-content .container-fluid .block_content_over .over-content-container .over-content {
    right: auto;
    left: 0 !important; }
  .somfy.rtl .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
    padding-right: 0; }
    @media screen and (min-width: 1341px) {
      .somfy.rtl .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
        left: auto;
        right: calc(-1*(25vw - 270px - 50px)); }
      @keyframes slideLeftToRight {
        from {
          right: -100px;
          left: auto; }
        to {
          right: calc(-1*(25vw - 270px - 50px));
          left: auto; } } }
    @media screen and (min-width: 768px) and (max-width: 1340px) {
      .somfy.rtl .benefits_slider .wrapper-tab-content .bg_below_container .bg_below {
        right: -15px;
        left: auto; }
      @keyframes slideLeftToRight {
        from {
          right: -100px;
          left: auto; }
        to {
          right: calc(-1*(0% + 5px));
          left: auto; } } }
    .somfy.rtl .benefits_slider .wrapper-tab-content .bg_below_container .bg_below .bg_content {
      right: 0;
      left: auto;
      transform: translateX(100%);
      animation: slideRightToLeft cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      animation-delay: 0.5s;
      -webkit-animation: slideRightToLeft cubic-bezier(0.77, 0, 0.175, 1) forwards 1s;
      -webkit-animation-delay: 0.5s; }
  .somfy.rtl .full_width_image_medium .text-align-start {
    right: 0;
    left: auto; }
    .somfy.rtl .full_width_image_medium .text-align-start.offset-md-1 {
      margin-left: 8.3333333333%;
      margin-right: 0; }
  .somfy.rtl .full_width_image_medium .title_1 {
    text-align: right !important; }
  .somfy.rtl .full_width_image_medium .text-align-end {
    left: 0;
    right: auto; }
  .somfy.rtl .full_width_image_medium .content-block {
    text-align: right; }
    .somfy.rtl .full_width_image_medium .content-block .content-end .end-content-title .icon-arrow-right {
      display: inline-block !important;
      transform: scaleX(-1) !important; }
    .somfy.rtl .full_width_image_medium .content-block .content-end .icon-content {
      margin: 0 48px 0 20px !important; }
  .somfy.rtl .faq_assistance_links .title_content {
    text-align: right; }
  .somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-title .arrow-icon {
    left: 0;
    right: auto; }
  .somfy.rtl .faq_assistance_links .faq_accordion_wrap .accordion-item-content .text_big {
    text-align: right; }
  .somfy.rtl .faq_assistance_links .simple-link ul {
    padding-right: 0;
    text-align: right; }
  .somfy.rtl .faq_assistance_links .simple-link li a:hover {
    text-decoration: none; }
    .somfy.rtl .faq_assistance_links .simple-link li a:hover .icon-arrow-right {
      left: auto;
      right: 20px; }
  .somfy.rtl .faq_assistance_links .simple-link li .icon-arrow-right {
    transform: rotate(180deg);
    right: 0; }
  .somfy.rtl .video-block a {
    right: 0;
    left: auto; }
    .somfy.rtl .video-block a .legend-text-video .subtitle_1,
    .somfy.rtl .video-block a .legend-text-video .subtitle_2,
    .somfy.rtl .video-block a .legend-text-video .form_assembly .wForm fieldset legend,
    .somfy.rtl .form_assembly .wForm fieldset .video-block a .legend-text-video legend {
      left: auto !important;
      right: 30px; }
    .somfy.rtl .video-block a .legend-text-video .icon-play {
      left: 30px;
      right: auto !important;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .somfy.rtl .image-block .image-block-wrapper .legend-text {
    left: auto !important;
    right: 30px; }

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }
  .somfy.rtl .app_slider {
    text-align: right; }
    .somfy.rtl .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item, .somfy.rtl .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item {
      padding-right: 30px;
      padding-left: 80px; }
    .somfy.rtl .app_slider .container-fluid .app_slider_accordion_wrap .accordion-item-title .arrow-icon, .somfy.rtl .app_slider .container-fluid .app_slider_accordion_wrap_mobile .accordion-item-title .arrow-icon {
      right: auto;
      left: 0;
      margin-left: 30px;
      margin-right: 0; }
    .somfy.rtl .app_slider .container-fluid .app_stores .app-store {
      margin-left: 21px;
      margin-right: 0; }
  .somfy.rtl .slider_image_full_width .text-align-start .title_container {
    right: 10px;
    left: 0; }
  .somfy.rtl .slider_image_full_width .text-align-end .title_container {
    right: 0;
    left: 10px; }
  .somfy.rtl .slider_image_full_width .homepage-slider {
    direction: rtl; }
    .somfy.rtl .slider_image_full_width .homepage-slider .slick-list .slider.text-align-start .container-fluid div.row .title_container {
      text-align: right;
      left: 10px; }
    .somfy.rtl .slider_image_full_width .homepage-slider .slick-list .slider.text-align-end .title_container {
      text-align: right !important;
      left: 10px !important;
      right: auto !important; }
    .somfy.rtl .slider_image_full_width .homepage-slider .slick-list .slider .icon-arrow-right {
      float: left;
      margin-top: 6px;
      transform: rotate(180deg); }
  .somfy.rtl .slider_image_full_width .slider-nav {
    width: 100%;
    text-align: right; }
    .somfy.rtl .slider_image_full_width .slider-nav ul {
      text-align: right; }
  .somfy.rtl .container-fluid .universes .universe .bg_universe {
    transform: scaleX(-1); }
  .somfy.rtl .container-fluid .universes .universe .universe_container .title_univers {
    padding: 30px 30px 0 0 !important; }
    @media (max-width: 767.98px) {
      .somfy.rtl .container-fluid .universes .universe .universe_container .title_univers {
        padding: 0 !important; } }
    .somfy.rtl .container-fluid .universes .universe .universe_container .title_univers p {
      text-align: right;
      text-align: -webkit-right;
      margin-left: 0px; }
      @media (max-width: 767.98px) {
        .somfy.rtl .container-fluid .universes .universe .universe_container .title_univers p a {
          padding: 20px 20px 0 0 !important;
          padding-left: 40% !important;
          padding-right: 0; } }
    .somfy.rtl .container-fluid .universes .universe .universe_container .title_univers .icon-arrow-right {
      display: inline-block !important;
      transform: scaleX(-1) !important; }
  .somfy.rtl .container-fluid .universes .universe .universe_container ul {
    text-align: right;
    text-align: -webkit-right; }
  .somfy.rtl .support_presentation .content-absolute {
    right: 100px; }
  .somfy.rtl .support_presentation .support-content {
    text-align: right; }
  .somfy.rtl .support_presentation .support-collapse .card .collapse-title.icon-arrow-collapse {
    left: 0;
    right: auto; }
  .somfy.rtl .support_presentation .support-collapse .card .collapse-title.rotate-arrow {
    left: 0;
    right: auto; }
  .somfy.rtl .support_presentation .support-collapse .card .card-body {
    padding: 0 55px 20px 5px; }
    .somfy.rtl .support_presentation .support-collapse .card .card-body .color-primary:hover span {
      margin-right: 10px;
      margin-left: 0; }
  .somfy.rtl .support_presentation .support-collapse .icon-collapse {
    padding: 0 25px 0 0;
    transform: scaleX(-1); }
  .somfy.rtl .set > .accordion-item span:last-child {
    position: absolute;
    left: 0; }
  .somfy.rtl .set > .accordion-item p {
    display: flex;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 24px; }
  .somfy.rtl .set .content .color-primary {
    display: flex;
    align-items: center; }
    .somfy.rtl .set .content .color-primary span {
      margin-right: 10px;
      transform: scaleX(-1); }
    .somfy.rtl .set .content .color-primary:hover span {
      margin-right: 20px; }
  .somfy.rtl .forum_overview {
    text-align: right; }
    .somfy.rtl .forum_overview .bloc-forum-lead .forum-respond li {
      padding-right: 10px; }
      .somfy.rtl .forum_overview .bloc-forum-lead .forum-respond li:first-child {
        padding-right: 0;
        padding-left: 10px;
        border-right: none;
        border-left: 1px solid; }
      .somfy.rtl .forum_overview .bloc-forum-lead .forum-respond li:last-child {
        border-left: 0; }
    .somfy.rtl .forum_overview .color-primary {
      display: flex;
      align-items: center; }
      .somfy.rtl .forum_overview .color-primary span {
        transform: scaleX(-1);
        margin-right: 10px; }
      .somfy.rtl .forum_overview .color-primary:hover span {
        margin-right: 20px;
        margin-left: 0; }
  .somfy.rtl .youtube_slider {
    direction: RTL; }
    .somfy.rtl .youtube_slider .color-primary:hover span {
      margin-right: 10px;
      margin-left: 0; }
    .somfy.rtl .youtube_slider .webtv_slider .slick-list .slick-track .slick-slide .wrapper_content .tv-image a.video-btn .icon-play {
      transform: rotate(180deg); }
    .somfy.rtl .youtube_slider .webtv_slider .slick-prev {
      top: -50px;
      right: auto;
      left: 60px;
      background-color: #FFFFFF;
      height: 50px;
      width: 50px;
      border-radius: 54px;
      transform: scaleY(-1) !important;
      cursor: pointer; }
      .somfy.rtl .youtube_slider .webtv_slider .slick-prev .icon-arrow-slider:before {
        content: "\e90f";
        font-size: 18px;
        color: #485C74; }
    .somfy.rtl .youtube_slider .webtv_slider .slick-next {
      top: -50px;
      right: auto;
      left: 0;
      background-color: #FFFFFF;
      height: 50px;
      width: 50px;
      border-radius: 54px;
      transform: scaleX(-1) !important;
      cursor: pointer; }
      .somfy.rtl .youtube_slider .webtv_slider .slick-next .icon-arrow-slider:before {
        content: "\e90f";
        font-size: 18px;
        color: #485C74; }
    .somfy.rtl .youtube_slider .webtv_slider .wrapper_content .tv-caption {
      text-align: right; }
    .somfy.rtl .youtube_slider .webtv_slider .wrapper_content .tv-respond ul li {
      border-right: 1px solid #FFFFFF;
      border-left: 0 !important; }
      .somfy.rtl .youtube_slider .webtv_slider .wrapper_content .tv-respond ul li:first-child {
        padding-right: 0 !important;
        padding-left: 15px !important;
        border-right: none; }
    .somfy.rtl .youtube_slider .webtv-title {
      text-align: right; }
      .somfy.rtl .youtube_slider .webtv-title div.link_medium .color-primary {
        display: flex;
        align-items: center; }
        .somfy.rtl .youtube_slider .webtv-title div.link_medium .color-primary span {
          margin-right: 10px;
          transform: scaleX(-1); }
        .somfy.rtl .youtube_slider .webtv-title div.link_medium .color-primary:hover span {
          margin-right: 20px; }
  .somfy.rtl .category_list .container-fluid div.cl_products .cl_product .link_big span {
    transform: scale(-1) !important; }
  .somfy.rtl .conversion_guide label:before {
    left: -96.9%; }
  .somfy.rtl .sub-content-slider .slick-next {
    left: -25px !important;
    right: initial;
    right: auto;
    margin-left: 25px;
    margin-right: 0;
    transform: scaleX(-1); }
  .somfy.rtl .sub-content-slider .slick-prev {
    right: -25px !important;
    left: initial;
    left: auto;
    margin-right: 25px;
    margin-left: 0;
    transform: scaleX(1); }
  .somfy.rtl .full_width_image_little .text-left {
    text-align: right !important; }
  .somfy.rtl.categorie_liste .text-left {
    text-align: right !important; }
  .somfy.rtl.categorie_liste .img-top .title_2 {
    text-align: right; }
  .somfy.rtl.categorie_liste .back-link .icon-arrow-right {
    display: inline-block !important; }
  .somfy.rtl.categorie_liste .product-link {
    padding-right: 0 !important;
    padding-left: 20px !important; }
  .somfy.rtl .bg-support {
    width: calc(50vw + 90px + 20px);
    padding-left: 20px;
    right: 0;
    left: 20px; }
    @media (min-width: 1340px) {
      .somfy.rtl .bg-support {
        margin-right: calc(50vw - (90px + 20px));
        margin-left: 0; } }
  .somfy.rtl .horizontal_tab .tab-menu {
    height: 100%;
    margin-right: -10px;
    margin-left: -10px; }
  .somfy.rtl .comparatifs .c-products li .c-product-container .c-product-title {
    right: auto;
    left: 0; }
  .somfy.rtl .full_width_image_medium.text-align-start .title-block {
    right: 0 !important;
    left: auto; }
  .somfy.rtl .full_width_image_medium.text-align-start .content-block {
    left: 0 !important;
    right: auto; }
    .somfy.rtl .full_width_image_medium.text-align-start .content-block .icon-arrow-right {
      margin-left: 0; }
  .somfy.rtl .full_width_image_medium.text-align-end .offset-md-1 {
    margin-left: 8.3333333333%;
    margin-right: auto; }
  .somfy.rtl .full_width_image_medium.text-align-end .title-block {
    left: 0 !important;
    right: auto;
    order: 2; }
  .somfy.rtl .full_width_image_medium.text-align-end .content-block {
    right: 0 !important;
    left: auto;
    order: 1; }
    .somfy.rtl .full_width_image_medium.text-align-end .content-block .icon-arrow-right {
      margin-left: 0; }
  .somfy.rtl .benefits_icons .list_icons .list_icon .icon-arrow-right {
    display: inline-block !important;
    transform: scaleX(-1) !important; }

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }
  .somfy.rtl .mainFooter .footer_first .footer_contact {
    padding-right: 0;
    text-align: center; }
    .somfy.rtl .mainFooter .footer_first .footer_contact .icon-phone {
      margin-left: 16px;
      margin-right: 0; }
  .somfy.rtl .mainFooter .footer_first .footer_social ul {
    text-align: left; }
    @media (max-width: 767.98px) {
      .somfy.rtl .mainFooter .footer_first .footer_social ul {
        text-align: center; } }
  .somfy.rtl .mainFooter .footer_first .footer_social .social-icon {
    margin-left: auto;
    margin-right: 10px; }
    @media (max-width: 1155px) {
      .somfy.rtl .mainFooter .footer_first .footer_social .social-icon {
        height: 34px;
        width: 34px; } }
    @media (max-width: 1034px) {
      .somfy.rtl .mainFooter .footer_first .footer_social .social-icon {
        height: 30px;
        width: 30px; } }
    @media (max-width: 950px) {
      .somfy.rtl .mainFooter .footer_first .footer_social .social-icon {
        height: 28px;
        width: 28px;
        margin-right: 5px;
        margin-left: 0; } }
    @media (max-width: 810px) {
      .somfy.rtl .mainFooter .footer_first .footer_social .social-icon {
        height: 25px;
        width: 25px;
        margin-right: 5px;
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      .somfy.rtl .mainFooter .footer_first .footer_social .social-icon {
        height: 40px;
        width: 40px;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between; }
        .somfy.rtl .mainFooter .footer_first .footer_social .social-icon span {
          font-size: 18px !important; } }
  .somfy.rtl .mainFooter .footer_second .item-header {
    text-align: right; }
    .somfy.rtl .mainFooter .footer_second .item-header .icon-plus {
      left: 0;
      right: auto; }
    .somfy.rtl .mainFooter .footer_second .item-header a .icon-plus {
      left: 0;
      right: auto; }
    .somfy.rtl .mainFooter .footer_second .item-header.active .icon-plus:after {
      display: none; }
    .somfy.rtl .mainFooter .footer_second .item-header.active .icon-plus:before {
      display: block; }
  .somfy.rtl .mainFooter .footer_second .item-content {
    text-align: right; }
  .somfy.rtl .mainFooter .footer_second .item-content ul {
    padding-right: 0;
    padding-left: auto; }
  .somfy.rtl .mainFooter .footerBottom ul {
    padding-right: 0;
    padding-left: auto; }
    .somfy.rtl .mainFooter .footerBottom ul li:nth-child(2) div {
      margin-right: 50px !important;
      margin-left: 0; }
      @media (max-width: 767.98px) {
        .somfy.rtl .mainFooter .footerBottom ul li:nth-child(2) div:first-child {
          margin-left: auto;
          margin-right: 0 !important; } }
  .somfy.rtl .mainFooter .footerBottom .copyright {
    text-align: right; }
    @media (max-width: 767.98px) {
      .somfy.rtl .mainFooter .footerBottom .copyright {
        text-align: center; } }
  .somfy.rtl .mainFooter .footerBottom .methodPayment span {
    margin-right: 20px;
    margin-left: 0; }
    @media (max-width: 767.98px) {
      .somfy.rtl .mainFooter .footerBottom .methodPayment span {
        margin-right: 14px;
        margin-left: 0; } }
  .somfy.rtl .mainFooter .footerBottom .multi-language .nl-form:after {
    left: -5px;
    right: auto; }
  .somfy.rtl .nav.nav-tabs .nav-item .nav-link {
    display: flex; }
    .somfy.rtl .nav.nav-tabs .nav-item .nav-link small {
      float: left;
      margin-right: 4px; }
  .somfy.rtl .nav.nav-tabs .nav-item:first-child .nav-link {
    margin-left: 20px;
    margin-right: 0; }
  .somfy.rtl .form-check-input {
    margin-right: -1.25rem; }
  .somfy.rtl .back-link {
    padding: 0.7142857143rem 2.1428571429rem 0.7142857143rem 0; }
    .somfy.rtl .back-link:before {
      left: auto;
      right: 0;
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .somfy.rtl .back-link:hover:before {
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
  .somfy.rtl .accordion_wrap .accordion-item-title .arrow-icon {
    left: 0;
    right: auto; }

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